@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 135%;
	margin: 0px;
	background-color: #000000;
	background-image: url(/images/pattern_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.body_white {
	color: #FFFFFF;
}
.body_red {
	color: #990000;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
.divider_horizontal {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.subnav_heads {
	font-size: 90%;
	line-height: 100%;
	font-weight: bold;
	color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	padding-top: 6px;
	display: block;
}
.subnav_body {
	font-size: 85%;
	line-height: 110%;
}
a.subnav_body {
	text-decoration: none;
	color: #000000;
	padding-left: 10px;
	display: block;
	padding-top: 3px;
	padding-bottom: 1px;
	background-image: url(/images/subnav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	background-image: url(/images/pattern_content.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 3px;
	padding: 10px;
}

#sidebar {
	width: 164px;
}
.bars {
	background-image: url(/images/pattern_bars.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
.body_large {
	font-size: 150%;
	line-height: 110%;
}
#content {
	float: right;
	width: 740px;
}
#sidebar_right {
	width: 236px;
	padding-left: 20px;
}
#footer {
	text-align: center;
	background-color: #D9D9D9;
	margin: 3px;
	padding: 4px;
	font-size: 85%;
}
#mailing_list_box {
	background-image: url(/images/mailing_list_box.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 24px;
	padding-right: 16px;
	padding-bottom: 1px;
	padding-left: 14px;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 90%;
	text-align: right;
}
.accessories_header {
	font-size: 85%;
	line-height: 110%;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}
.sparks {
	color: #000000;
	text-decoration: none;
}
a.sparks:link {
	color: #000000;
	text-decoration: none;
}
a.sparks:visited {
	color: #000000;
	text-decoration: none;
}
a.sparks:hover {
	color: #990000;
	text-decoration: none;
}
#sidebar_right_small {
	width: 161px;
	margin-left: 10px;
}
#content_text {
	padding-left: 10px;
}
.product_image {
	border: 1px solid #666666;
	padding: 4px;
	background-color: #CCCCCC;
}
.heads {
	font-size: 130%;
	line-height: 110%;
	color: #990000;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	display: block;
	margin-bottom: 4px;
}
.subhead {
	font-size: 115%;
	font-weight: bold;
	color: #990000;
}
.highlight_red_box {
	font-size: 130%;
	line-height: 120%;
	color: #FFFFFF;
	background-color: #990000;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 8px;
}
.content_text_box {
	padding-left: 10px;
	padding-bottom: 8px;
	padding-right: 4px;
}
.product_box {
	margin-bottom: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
.body_small {
	font-size: 90%;
	line-height: 115%;
}
#time_box {
	background-color: #666666;
	padding: 4px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-weight: normal;
}
#timecontainer {
	font-size: 120%;
}
/* Controls the style, width, and font style of the text input, select and textarea fields */
.e2ma_signup_form input[type=text],
.e2ma_signup_form textarea,
.e2ma_signup_form select { 
	border:1px solid #ccc; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 130px;
}
/* Controls style and formatting of form field labels (first name, last name, etc.) */
.e2ma_signup_form_label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:right;
	padding-top:4px;
	padding-left:6px;
	padding-right:6px;
	float:left;
}
/* Controls the style and spacing of the word "required" and border surrounding that text */
.e2ma_signup_form_required_footnote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:2px;
	margin-bottom:3px;
	text-align: right;
}

/* SPANISH */
#mailing_list_box_sp {
	background-image: url(/spanish/images/mailing_list_box.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 24px;
	padding-right: 16px;
	padding-bottom: 1px;
	padding-left: 14px;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 90%;
	text-align: right;
}
.nav_box_sp {
	background-image: url(/spanish/images/language_sp.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* END SPANISH */

/* RUSSIAN */
#mailing_list_box_ru {
	background-image: url(/russian/images/mailing_list_box.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 24px;
	padding-right: 16px;
	padding-bottom: 1px;
	padding-left: 14px;
	background-color: #990000;
	color: #FFFFFF;
	font-size: 90%;
	text-align: right;
}
.nav_box_ru {
	background-image: url(/russian/images/language_ru.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* END RUSSIAN */
.time_box {
	padding: 24px 3px 3px;
	border: 1px dotted #990000;
	background-color: #CCCCCC;
	margin-bottom: 8px;
	background-image: url(/images/time_box_image.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
