body {
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana;

	background-color: #f1f1f1;
	cursor: default;
	margin: 0;
	padding: 10px;
}

h1 {
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana;
	font-weight: normal;
	display: inline;
}

#wrapper { background-color: white; padding: 20px; border: 1px solid #e1e1e1; width: 950px; }

td, input, select {
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana;
}

input { padding-left: 0; margin-left: 0; }

optgroup { font-style: normal; }
label { cursor: pointer; }
label.link { cursor: pointer; color: #0066CC; }
label.link:hover { text-decoration: underline; }

img { border: 0; }

.textlogo {
	font-size: 20px; font-weight: bolder; padding: 3px;
}

.box_disabled, .box_empty, .box_partial, .box_red, .box_blue, .box_full {
	font-weight: bolder; padding: 0 3px; font-size: 10px; margin: 0;
}
.box_disabled { border: 1px solid #ccc; background: white; color: #ccc; }
.box_empty { border: 1px solid black; background: white; color: black; }
.box_partial { border: 1px solid black; background: yellow; color: black; }
.box_blue { border: 1px solid black; background-color: blue; color: white; }
.box_red { border: 1px solid black; background-color: red; color: white; }
.box_full { border: 1px solid black; background: green; color: white; }

.box { border: 1px solid black; background: gray; color: white; padding: 0 2px; margin-right: 4px; cursor: pointer; font-size: 10px; }

a { color: #0066CC; text-decoration: none; }
a:hover { text-decoration: underline; }

.brand_name_popular { font-size: 11px; }
.brand_name_notpopular { font-size: 10px; }
.info_header { font-size: 14px; }
.info_sub_header { font-style: normal; margin: 10px 0 0 0  }

ul { list-style-type: disc; list-style-position: outside; }
ul li { line-height: 18px; padding-top: 4px; }
ul.frame_info { padding: 0; margin: 0 0 0 20px; list-style-type: square; }

.frame_brand_name { font-size: 17px; margin-top: 8px;  margin-bottom: 5px; }
.frame_model_name { font-size: 12px; font-weight: bolder; padding-left: 20px; }
.frame_description { padding: 4px; }

.whatis { font-size: 11px; font-weight: normal; }

hr { color: #FC0; }
.section_border_yellow, .section_border_green {
	margin-bottom: 4px;
	padding-bottom: 10px;
}
.section_header_yellow, .section_header_green {
	padding: 8px 10px;
	font-weight: bolder;
	text-align: left;
	height: 16px;
}
.section_border_yellow {
	width: 99%%;
	margin-top: 20px;
	border-top: 2px solid #FC0;
	border-left: 1px solid #FFE88A;
	border-right: 1px solid #FFE88A;
	border-bottom: 1px solid #FFE88A;
}
.section_header_yellow {
	background-color: lightyellow;
}
.section_border_green {
	width: 400px;
	margin-top: 2px;
	border-top: 2px solid green;
	border-left: 1px solid #239323;
	border-right: 1px solid #239323;
	border-bottom: 1px solid #239323;
}
.section_header_green {
	background-color: lightgreen;
}

.special_brand {
	border-bottom: 1px solid orange;
	padding: 6px 10px;
	font-size: 11px;
}

.red { color: red; }
.green { color: green; }
.yellow { color: #CC5500; }

.mailsent { font-weight: bolder; color: #60A63A; font-size: 11px; line-height: 26px; }

.question { font-weight: bolder; font-style: normal; margin: 10px 0 0 0; font-size: 11px; }
p { margin: 0 0 10px 0; line-height: 18px; font-size: 11px;}

.disabled { color: #bbbbbb; font-weight: bolder; }

.breadcrumb { margin-bottom: 10px; margin-top: 5px; }

form { margin: 0; padding: 0 }

#customerServiceView {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid orange;
}

.special {
	font-weight: bolder;
/*	border: 1px solid #CC5500;*/
	background-color: orange;
	color: white;
	font-size: 10px;
	padding: 2px 6px;
}

.crossout { text-decoration: line-through; color: gray; }
.tooltip { cursor: pointer; }

.dialog {
	position: absolute;
	background-color: white;
	border: 1px solid black;
	z-index: 1000;
	display: none;
}

.headerBar { font-weight: bolder; background-color: #003366; color: white; padding: 4px 10px; }

.recommendation { padding: 10px; background-color: lightgreen; border: 1px solid #239323; font-size: 12px; }

#lensArea {
	height: 270px;
	line-height: 16px;
	padding-right: 10px;
	padding-top: 2px;
} 

#footerLinks {
/*	border: 1px solid #db8920;*/
	border-top: 2px solid #FC0;
	border-left: 1px solid #FFE88A;
	border-right: 1px solid #FFE88A;
	border-bottom: 1px solid #FFE88A;
	margin: 10px 0;
	line-height: 25px;
}
#footerLinks .bar {
/*	background-color: #ffd83d;*/
	background-color: lightyellow;
	padding: 4px 10px;
}
#footerLinks .bar a { text-align: center; font-size: 11px; }
#footerLinks h1 { font-size: 12px; margin: 0; padding: 4px 0;}
#footerLinks ul { margin: 0; padding: 0 20px; line-height: 12px; }
#footerLinks li { margin: 0; padding: 0; }
.copyright { text-align: center; font-size: 10px; color: gray; }