@charset "UTF-8";

.clear { clear: both }
form { margin:0; padding:0; }
input { margin: 0; padding:0; vertical-align: middle; }
label { display: inline; vertical-align: middle; }
.menu { font-size: 95%; }

/* SearchNav
============================================================================================== */
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 11px; height: 11px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -2px 0px 0px -2px; }
.borderTR { margin: -2px -2px 0px 0px; }
.borderBL { margin: -11px 0px 0px 0px; }
.borderBR { margin: -11px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -5px;
    ma\rgin-left: -2px;
}
html>body .borderTL {
    margin-left: -2px;
}
.borderTR {
    margin-right: -5px;
    ma\rgin-right: -2px;
}
html>body .borderTR {
    margin-right: -2px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
#searchNavContent {
    margin: 0px;
    padding: 0px;
	background: #efefef url(../images/searchNav_bg.gif) repeat-x bottom left;
    border: 2px solid #cdcdcd;
}
#searchNavContainer {
	/* position this div however you want, but keep its padding and border at zero */
	clear: left;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 976px;
	color: #3c3c3c;
	border: 0;
	/*background: transparent url(../images/searchNav_bottom_cap.gif) no-repeat bottom left;*/
}
#searchNavContainer .gutter {
	padding: 12px 30px 12px 13px !important;
	padding: 12px 30px 12px 0;
}
#searchBox {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#searchBox li {
	display: block;
	margin: 0;
	padding: 1px 0;
	list-style: none;
}
.textfield {
	margin: 0;
	padding:3px;
	width: 425px;
	font-size:140%;
	font-weight: bold;
	color:#333333;
	border:1px solid #3c3c3c;
}
/* My Account
============================================================================================== */
#myAccount {
	float: left;
	margin: 0 0 0 30px;
	padding: 0 0 0 30px;
	background: url(../images/vertBorder-bg.gif) repeat-y top left;
}
#myAccount li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
}
#myAccount a:link, #myAccount a:visited {
	padding-left: 12px;
	color: #3C3C3C;
	text-decoration: none;
	background: url(../images/box_arrow_off.gif) no-repeat center left;
}
#myAccount a:hover {
	padding-left: 12px;
	color: #007cc4;
	text-decoration: none;
	background: url(../images/box_arrow_on.gif) no-repeat center left;
}
.heading a:link {
	padding-left: 12px;
	color: #007cc4;
	text-decoration: none;
	background: none;
}
/* Advanced Search
============================================================================================== */
#advancedSearch {
	position: absolute;
	top: 77px !important;
	top: 80px;
	left: 15px;
	margin: 0;
	padding: 0 !important;
	padding: 0 0 10px 0; /* for IE6 */
	width: 439px;
	background: transparent url(../images/advSearchNav_bottom_cap.png) no-repeat bottom left !important;
	background: url(../images/advSearchNav_bottom_cap.gif) no-repeat bottom left;
	z-index: 100000;
	font-size: 90%;
}
#closeBtn {
	position: absolute;
	top: -8px;
	right: -8px;
}
#closeBtn img { behavior: url(iepngfix.htc) }
#row1 {
	float: left;
	margin: 0 10px;
	display: inline; /* need to stop the double margin in IE6 */
}
#usage {
	margin: 0;
	padding: 8px 0;
	list-style: none;
}
#imageType {
	float: left;
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
}
#tint {
	float: left;
	margin: 0;
	padding: 0 0 8px 10px;
	list-style: none;
}
#orientation {
	float: left;
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
}
#row2 {
	float: left;
	margin: 8px 10px;
	padding: 0;
	display: inline; /* need to stop the double margin in IE6 */
}
.brand {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 165px;
}
.brand p {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: bold;
	color: #3c3c3c;
}
.brand select {
	width: 163px;
}

