@charset "utf-8";
@import url("menu.css");

/* CSS Document */

/*
001 = MAIN
002 = HEADINGS
002 = CONTENT
002 = CONTENT GRIDS
003 = SIDEBAR LEFT
003 = SIDEBAR RIGHT
003 = FOOTER
003 = BREADCRUMBS
004 = CART
005 = BUTTONS
*/

/* 001 MAIN */
.style1 {
color: #0050a8;
font-weight:bold;
}
img {
border: 0;
}

body {
	background-image: url(images/mirrors_bg.gif);
	background-repeat: repeat-x;
	background-color: #5882A8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px "Lucida Grande", Verdana, sans-serif;
	
}
body,td,th {
font-size: 12px;
color: #000000;
}
th {
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
text-align: left;
vertical-align: top;
}

.content_pad_main {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.float_left_top {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.h2_content_title {
	border-bottom:1px dotted #0A4369;
	color:#0A4369;
	font-size:180%;
	letter-spacing:-2px;
	line-height:0.9em;
	margin:0;
	text-transform:none;
	word-spacing:1px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.list_float_right {
	float:right;
	width: 350px;
	background-color: #FFC;
	border: 1px dotted #FC0;
	padding: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.list_float_right p {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
a:link {
	color: #0066FF;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #0066FF;
}
/* 002 HEADINGS */

h1 {
margin: 0px;
padding: 0px;
color: #0050a8;
font-size: 14px;
}
h2, h3, h4{
font-weight: normal;
line-height: 18px;
margin: 0;
}
h2 {
padding: 5px 0 5px 0;
font-size: 14px;
text-transform: uppercase;
color: #8499AE;
}
h3 {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: -1px;
color: #526981;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #526981;
border-bottom-width: 1px;
margin-bottom: 6px;
}
h4 {
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: -1px;
color: #FFFFFF;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #ADBBC9;
border-bottom-width: 1px;
margin-bottom: 6px;
}

/* 003 FOOTER */

.footer_links_container{
	float: left;
	width: 300px;
	margin: 2px;
	padding: 2px;
	color: #FFFFFF;
}
.footer_links_container h4{
	color: #FFFFFF;
	border-bottom-style:dotted;
}
ul.footer_links a:link,
ul.footer_links a:visited	{
	color: #E0EBF3;
	text-decoration: none;
}
ul.footer_links a:hover	{ color: #FFCC00; text-decoration: underline; }
ul.footer_links a:active	{
	color: #FFCC00;
}

/* SEARCH BOX */

form {

	margin: 0;
}
#search_box {
    width: 158px;
    height: 28px;
    background: url(images/bg_search_box.gif);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 8px 0 0 8px;
    border: 0;
    width: 134px;
    background: none;
    font-size: .9em;
}
#search_box #go {
    float: left;
    margin: 5px 4px 0 0;
}


/* PRODUCT LIST */
.mirrors-list_model{
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}
.mirrors-img_bundle_container a {
	width:75px;
	height:75px;
	display:block;
	padding:4px;
	margin:4px;
	border:1px solid #BCD8EC;
	background-color:#FFFFFF;
}
.mirrors-img_bundle_container a:hover { border-color: darkred; }

.mirrors-list_product_table{

}
.mirrors-short_description_list{

	}
/* 003 BREADCRUMBS */

#mirrors-bc ul, #mirrors-bc li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
#mirrors-bc {
	height:2.3em;
	border:1px solid #dedede;
	}
#mirrors-bc li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
#mirrors-bc li a {
	background:url(images/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
#mirrors-bc li a:link,
#mirrors-bc li a:visited {
	color:#777;
	text-decoration:none;
	}	
#mirrors-bc a:link,
#mirrors-bc a:visited,	
#mirrors-bc li a:hover,
#mirrors-bc li a:focus {
	color:#dd2c0d;
	}
.bc_label {
	color:#6081A8;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A0B4CB;
}	
						


/* 003 SIDEBAR RIGHT */

.sidebar_product{
	background-color:#E4E9ED;
	border: 1px solid #526981;
	margin-bottom: 6px;
}
.sidebar_product td {
padding: 3px;
}
.mirrors-img_sidebar_container a {
	width:65px;
	height:65px;
	display:block;
	padding:1px;
	margin:1px;
	border:1px solid #dedede;
	background-color:#FFFFFF;
}
.mirrors-img_sidebar_container a:hover { border-color: darkred; }
.mirrors-sidebar_model{
	font-size: 10px;
	text-transform: uppercase;
	color: #333333;
}

/* 002 CONTENT GRIDS */
.mirrors-grid_td_left, .mirrors-grid_th_left, .mirrors-grid_tf_left, .mirrors-grid_td_mid, .mirrors-grid_th_mid, .mirrors-grid_tf_mid  {
	border-right: 1px solid #BCD8EC;
}
.mirrors-grid_tf_left, .mirrors-grid_tf_mid, .mirrors-grid_tf_right {
	border-bottom: 1px solid #BCD8EC;
}
.mirrors-grid td {
	padding: 3px;
}
.mirrors-grid_model {
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
}
.mirrors-short_description_grid {
	color: #4A7CAA;
	font-size: 11px;
	}
.mirrors-grid_title h1 {
	font-size: 13px;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
}
/* CONTENT */
img.category_image {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.sub_category_links {
	margin:6px;
	padding:6px;
	list-style:square;
	color:#AEDFFF;
}
.sub_categories_container{
	background-color: #EEF5FD;
	border:1px solid #BCD8EC;
	margin: 10px;
	padding: 2px;
}
.mirrors-manufacturer {
	font-style: italic;
	color: #999999;
	font-size: 11px;
}
.sub_category_links li a:link,
.sub_category_links li a:visited {
	color:#649DD7;
	text-decoration:none;
	}	
/* a:link, a:visited,	*/
.sub_category_links li a:hover,
.sub_category_links li a:focus {
	color:#dd2c0d;
	}
.sub_categories_label{
	color: #0099FF;
	font-style: italic;
	font-weight: bold;
}
#content {
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 15px;
}
.product_type_container{
	margin: 4px;
	padding: 1px;
}
.product_type_container img{
	margin: 4px;
}
.mirrors-product_name H1{
	margin-bottom: 15px;
	display: block;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #0099FF;
	color: #0099FF;
}
.content_label_msrp {
	color:#666666;
}
.content_label_normal {
	color:#666666;
}
.content_label_special{
	color:#FF3300;
	font-weight: bold;
	font-size: 14px;
}
.content_label_sale{
	color:#006600;
	font-weight: bold;
	font-size: 14px;
}
.content_label_savings{
color:#FF6600;
}
.content_price_msrp {
color:#666666;
}
.content_price_normal {
color:#666666;
}
.price_intro{
color:#990000;
font-style:italic;
}
.price_outro{
color:#999999;
}

.content_price_special{
color:#FF3300;
	font-weight: bold;
	font-size: 14px;
}
.content_price_sale{
color:#006600;
	font-weight: bold;
	font-size: 14px;
}
.content_price_savings{
	color:#FF0000;
	background-color: #FFFF99;
}
.content_bundle_price_normal{
color:#333333;
}
.offer_expires{
color:#990000;
}
.content_bundle_price_discount{
	color:#FF3300;
	line-height: 25px;
	background-color: #FFF2C1;
	border: 1px dashed #FF6600;
	padding: 2px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0;
}
.content_bundle_price_total{
color:#006600;
}
/* IMAGES */
#img_bundle_container ul, #img_bundle_container li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
#img_bundle_container {
	
	}
#img_bundle_container li {
	float:left;
	color:#CCCCCC;
	padding:4px;
	}		
#img_bundle_container li a {
	width:65px;
	height:65px;
	display:block;
	padding:4px;
	border:1px solid #BCD8EC;
	}	
#img_container ul, #img_container li {
	list-style-type:none;
	padding:0;
	margin:0;
	}		
#img_container {
	
	}
#img_container li {
	float:left;
	color:#CCCCCC;
	padding:4px;
	}		
#img_container li a {
	width:65px;
	height:65px;
	display:block;
	padding:4px;
	border:1px solid #BCD8EC;
	}	
#backup { width:220px; }
#backup ul {display:block;padding:0;margin:0;list-style:none;}
#backup ul li{float:left;width:100px;height:100px;margin:3px;}
#backup ul li a img {
width:65px;
height:65px;
border:1px solid #574331;
padding:2px;
background:#eee;
}
#img_container ul li a:hover { border-color: darkred; }
.mirrors-more_images H3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-bottom: 0.8em;
	font-size: 0.95em;
	text-transform: uppercase;
	margin-right: 10px;
}
/* SIDEBAR RIGHT */

#content_right {
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
}

/* SIDEBAR LEFT */
/* CART */
.info-box {
	color: #D2EDFF;
}
.info-box img {
	padding: 4px;
}
.info-box a:link,
.info-box a:visited {
	color: #FFCC00;
	text-decoration:none;
	}	
.info-box a:hover,
.info-box a:focus {
	color: #FFFFFF;
	}
.mirrors-product_availability{
	font-size: 10px;
	color:#666666;
}
.mirrors-price_th {
	background-color: #6fa7d1;
	text-align:left;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-size: 11px;
	color:#FFFFFF;
	background-image: url(images/mirrors_hd_bg.gif);
}
.mirrors-price_table{
	background-color:#2D73B9;
}
.mirrors-price_td {
	background-color:#FFFFFF;
	font-size: 11px;
}
.order_disabled_message{
	font-style: italic;
	color: #990000;
}
.mirrors-price_model{
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
}
.mirrors-qty_discount_containter ul {
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
}
.mirrors-qty_discount_containter li

{
line-height: 1.4;
background-color: transparent;
background-image: url(images/bullet_go.png);
background-repeat: no-repeat;
background-attachment: scroll;
padding-top: 2px;
padding-right: 0pt;
padding-bottom: 2px;
padding-left: 10px;
color: #424242;
background-position: -5px 50%; /* x-pos y-pos */
text-align: left;
}
.mirrors-qty_discount_containter {
	margin-top: 10px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FBF7AA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dadddd;
	border-bottom-color: #dadddd;
}
/* MENU */

#menu {
padding-top: 4px;
padding-right: 4px;
padding-bottom: 4px;
padding-left: 4px;
color: #B9D6E6;
}
#menu a:link, #menu a:visited {
	color: #5294C5;
}
#top_nav a:link, #top_nav a:visited {
color: #FFFFFF;
font-weight:bold;
text-decoration: none;				
}		
#top_nav a:hover {
color: #FFA02B;
text-decoration: underline;
}
/* FOOTER */
.copyright {
	color: #666666;
	font-size: 10px;
	display:block;
}

/* SITEMAP */
#sitemap ul

{

	margin: 0 0 1em 0;

	padding: 0;

	list-style-type: none;

}


#sitemap ul li

{
	background: url(images/arrow.gif) no-repeat 0 .4em;
	padding-left: 15px;

}

#sitemap ul li a {
	text-decoration:none;
	color:#0066FF;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0099FF;
	display: block;
		margin-bottom:6px;
	
}
#sitemap ul li a:hover {
text-decoration:none;
color:#990000;
font-weight:bold;
}
#sitemap ul ul li a:hover {
text-decoration:underline;
color:#990000;
font-weight:normal;
border-bottom-width: 0;
}
#sitemap ul ul a {
color:#000000;
font-weight:normal;
border-bottom-width: 0;
}
#sitemap ul ul li a {
color:#000000;
}
#sitemap ul ul ul li a {
color:#000000;
}
#sitemap ul ul ul ul li a {
color:#000000;
}
#sitemap ul ul ul ul ul li a {
color:#000000;
}

hr {
	color: #A8CDE8;
	background-color: #A8CDE8;
	height: 1px;
	padding: 0;
}

