/* Global
----------------------------------------------------------------*/
a:link, a:visited, a:active {
	color: #5E5E5E;
	text-decoration: none;
}
a:hover {
	color: #5E5E5E;
	text-decoration: underline;
}
a:link, a:visited, a:active {
	color: #5E5E5E;
	text-decoration: none;
}
a:hover {
	color: #5E5E5E;
	text-decoration: underline;
}

a strong {
	color: #9e080d;
}
#div_productPage_content a {
	color: #9e080d;
	text-decoration: none;
}
#div_productPage_content a:hover {
	color: #9e080d;
	text-decoration: underline;
}
body {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color: #3D4D5F;
	background-color: #222222;
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-family: Verdana;
	font-size: 10px;
	padding:3px;
}
form, script, p {
	margin:0px;
}
table {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color: #3D4D5F;
	margin: 0px;
	padding: 0px;
}
b, strong {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #3D4D5F;
	margin: 0px;
	padding: 0px;
}


/* module_products
----------------------------------------------------------------*/
#products_repeater_table {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #D1D5D9;
	background-color: #F6F7F8;
}
#products_repeater_row {
	height: 32px;
	padding-left: 13px;
	vertical-align: middle;
	border-top: 1px solid #E3E6E8;	
}
#products_repeater_row2 {
	height: 32px;
	vertical-align: middle;
	border-top: 1px solid #E3E6E8;	
}
#products_repeater_row b, #products_repeater_row strong  {
	font-family: Verdana;
	font-size: 11px;
	font-weight: Bold;
	color: #3D4D5F;
}
#product_photo {
	border: 1px solid #D1D5D9;
	padding:10px;
}

#productDescriptionTD {
	padding-right:15px;
}


/* module_subnav
----------------------------------------------------------------*/
#subnav_wrapper {
	width:174px;
}
.subnav {
	font-family: Arial;
	font-size: 12px;
	color: #5E5E5E;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	text-align:left;
	padding-top:1px;
	padding-bottom:1px;
}
.subnav_over {
	background-color: #E6E6E9;
	border: 1px solid #E6E6E9;
	font-family: Arial;
	font-size: 12px;
	color: #5E5E5E;
	padding-left:9px;
	padding-right:10px;
	height:25px;
	text-align:left;
	cursor:pointer;
}
.subnav_on {
	background-color: #F3F3F3;
	border: 1px solid #D1D5D9;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color: #5E5E5E;
	padding-left:10px;
	padding-right:10px;
	height:25px;
	text-align:left;
}


/* module_footer
----------------------------------------------------------------*/
#footer {
	font-family:Verdana;
	font-size:10px;
	color:#A7A7A7;
	line-height:12px;
}
#footer a:link, #footer a:visited, #footer a:active {
	font-family:Verdana;
	font-size:10px;
	color:#A7A7A7;
	line-height:12px;
}
#footer a:hoover {
	font-family:Verdana;
	font-size:10px;
	color:#A7A7A7;
	line-height:12px;
	text-decoration:underline;
}
#footer b {
	font-family:Verdana;
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:12px;
}


/* Layout - Subpage
----------------------------------------------------------------*/
#bg_content_top {
	background-image:url(/images/bg_content_top.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#pagePhoto_table {
	background-color: #222222;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#pagePhoto_TD {
	background-color: #222222;
	border: 1px solid #FFFFFF;
}

#content_TD {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	color: #3D4D5F;
	margin: 0px;
	padding: 0px;
}
#content_TD a {
	color: #9D080D;
	text-decoration:underline;
	font-size: 12px;	
	line-height: 18px;
}
#content_TD_sides {
	background-color: #EEEFF1;
	background-image:url(/images/bg_content_sides.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#content_TD_margin_left {
	border-left: 1px solid #D1D5D9;
}

#content_TD_margin_right {
	border-right: 1px solid #D1D5D9;
}

#watermark {
	background-image:url(/images/watermark.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}