/*account.css*/

.text2 p a { font-size: 1.2em; }

#account .required {
	background-color: #ffffee;
	}

#account #logout {
        background-image: url('../img/btn/btn_logout.png');
        background-position: left top;
        background-repeat: no-repeat;
        background-color: transparent;
        border: 0;
        width: 83px;
        height: 38px;
        margin: 5px 0 0 0;
        padding: 0;
        overflow: hidden;
        }
        
#account #logout:hover {
        background-position: left bottom;
        }


#account .settings_row {
	margin: 0 0 0 -30px;
	float: left;
	}
#account .settings_row .orange {
	text-align: right;
	}
	
#account {
	font-size: 1.3em;
	color: #0c0c0c;
	width: 980px;
/*	min-height: 600px;  */
	}

#account_left {
	width: 580px;
	margin-top: 20px;
	}

#account_right {
	width: 400px;
	margin-top: 20px;
	}
	
#account input, #account select {
	font-size: 1em;
	color: #47494c;
	
	background-color: #e8e8e8;
	border: 2px solid #191c1f;
	padding: 3px;
	vertical-align: top;
	float: left;

	}
	
#account .submit {
	background-image: url('../img/btn/btn_create.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	margin: 0 0 0 200px;
	display: block;
	}
	
#account .submit:hover {
	background-position: left bottom;
	}
	
#account #save {
	background-image: url('../img/btn/btn_savew.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	margin: 0 0 0 200px;
	display: inline;
	}
	
#account #save:hover {
	background-position: left bottom;
	}
	
#account #send {
	background-image: url('../img/btn/btn_sendw.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	margin: 0 0 0 200px;
	display: block;
	}
	
#account #send:hover {
	background-position: left bottom;
	}
	
#account #cancel {
	background-image: url('../img/btn/btn_cancelw.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	margin: 0 0 0 5px;
	display: inline;
	}
	
#account #cancel:hover {
	background-position: left bottom;
	}
	
#account #user {
	background-image: url('../img/btn/btn_user.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 108px;
	height: 38px;
	padding: 0;
	margin: 0;
	display: block;
	}
	
#account #user:hover {
	background-position: left bottom;
	}
	
#account #orderhist {
	background-image: url('../img/btn/btn_order.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 108px;
	height: 38px;
	padding: 0;
	margin: 0;
	display: block;
	}
	
#account #orderhist:hover {
	background-position: left bottom;
	}
	
	
#account h3 {
	font-size: 1.2em;
	width: 200px;
	
	margin: 0 20px;
	padding: 0;
	text-align: right;
	float: left;
	}
	
#account p {
	margin: 0;
	padding: 0;
	}
	
#account a {
	color: #cec6c0;
	}
	
#account a:hover {
	color: #ff5a00;
	}
	
#account .create {
	margin: 0 0 0 200px;
	}
	
#account .box {
	margin: 0px 0 0 0;
	display: block;
	}
	

#account .box p {
	color: #808080;
	
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	}
	
#account .box h2 {
	font-size: 1.4em;
	color: #b0b0b0;
	
	margin: 0 0 10px;
	padding: 0;
	display: block;
	}
	
	
#account #order h1 {
	font-size: 1.3em;
	
	width: 175px;
	margin: 0;
	padding: 0;
	}
	
#account #order p {
	font-size: 1.3em;
	color: #cec6c0;
	
	margin: 0;
	padding: 5px;
	}
/* !End Account Page Styles */

/* !Begin Login Page Styles */
#login {
	font-size: 1.2em;
	float: left;
	}
	
#login .box {
	background-image: url('../img/bg/bg_loginw.png');
/*	background-color: #191c1f; */
	width: 500px;
/*	height: 275px; */
	display: block;
	overflow: hidden;
	}
	
#login .text {
	padding: 25px;
	text-align: left;
	}
	
#login h1 {
	font-size: 2em;
	color: #6699ff;
	margin: 0;
	padding: 0;
	}
	
#login h2 {
	font-size: 1.5em;
	color: #666;
	margin: 0;
	padding: 0;
	}
	
#login p a {
	font-size: 1.2em;
	color: #666;
	
	margin: 0 15px 0 0;
	padding: 0;
	}
	
#login p a:hover {
	color: #ff5a00;
	}
	
#login input {
	font-size: 1.5em;
	color: #47494c;
	background-color: #fff;
	border: 2px solid #666;
	width: 325px;
	height: 30px;
	padding: 3px;
	margin: 0 0 10px 0;
	}
	
#login .submit {
	background-image: url('../img/btn/btn_enterw.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	width: 83px;
	height: 38px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#login .submit:hover {
	background-position: left bottom;
	}
/*autosuggest_inquisitor.css*/

body
{
	position: relative;
}

div.autosuggest
{
	position: absolute;
	background-image: url(/img/img_inquisitor/as_pointer.gif); 
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(/img/img_inquisitor/ul_corner_tr.gif); 
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(/img/img_inquisitor/ul_corner_br.gif); 
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(/img/img_inquisitor/ul_corner_tl.gif); 
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(/img/img_inquisitor/ul_corner_bl.gif); 
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(/img/img_inquisitor/hl_corner_br.gif); 
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(/img/img_inquisitor/hl_corner_bl.gif); 
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(/img/img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(/img/img_inquisitor/hl_corner_tr.gif); 
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}
/* base.css */

#follow { position: fixed; left: -1px; top: 90px; background: url('img/follow-bg.jpg'); width: 32px; height: 180px; margin-top: 2px; }
#follow img { width: 26px; height: 26px; margin: 4px 1px 2px; border: 0; }
.pdf_img { vertical-align: middle; }
body, textarea { font-family: Arial, Helvetica, sans-serif; }
textarea { font-size: 100%; }
.break-out {background: -webkit-gradient(linear,left top, left bottom,color-stop(1, rgb(255,255,255)),color-stop(0.1, rgb(237,237,237))); background: -moz-linear-gradient(50 30,rgb(255,255,255) 100%,rgb(237,237,237) 0%); border:#bbb 2px solid; float:right;}

body {
	font: 62.5%/normal Arial, Helvetica, sans-serif; /* Sets base font size to 10px */
	color: #707070;
	background: #f0f0f0 url('../img/bg/bg_scanlinew.gif');
/*	background: #000 url('../img/bg/bg_scanlinew.gif'); */
	min-height: 800px;
    height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	}
	
#priv_leg { background:#fff; padding:10px;border:2px #999 solid; }
#priv_leg ul { padding: 0 3em 1em; }
	
#page {
	background: url('../img/bg/bg_grayfade.png') repeat-x;
	height: 100%;
	min-height: 440px;
	padding-bottom: 50px;
	}
	
#content {
	height: 100%;
	width: 980px;
	text-align: left;
	margin: 0 auto;
	xborder: 1px solid #d0d0d0;
	}
	
#topline {
	font-size: 0.1em; /* IE Height issue hack */	
	background-color: #a5a9ae;
	height: 5px;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	}
	
#lowerpanels {
	background-color: #ffffff;
	height: 100%;
	color: #0000ff;
	border: 3px solid #c8c8c8;
	margin: 0;
	min-width: 974px;
        }

#lowerpanels td {
	padding: 0;
	margin: 0;
}

#video_table {
	background-color: #ffffff;
	height: 100%;
	color: #0000ff;
	margin-left: 0px;
	}

#video_table td {
	padding: 0;
	margin: 0;
}

#video_table td.title {
	vertical-align:top;
	width: 115px;
	font-size:18px;
	color: #a0a0a0;
	padding: 0;
	margin: 0;
}

.video_content {
	background-color: #ffffff;
	height: 100%;
	color: #000000;
	margin: 0 5px 0 5px;
	font-size:12px;
       }

#sidepanel {
	float: left;
/*	width: 234px; 
	background-color: #ffffff; 
	margin-left: -134px; 
	height: auto; 
	padding: 20px;  */
	}

#subpage {
	background-color: #ffffff;
	overflow: auto;
	padding-bottom: 20px;
	border: 1px solid #c8c8c8;
/*	width: 978px; */
}

#mainpanel {
/*	color: green; */
	color: #c0c0c0;
	background-color: #ffffff;
	float: left;
	width: 646px;
	padding: 20px;
	}

#push {
	height: 70px;
	display: block;
	clear: both;
	}

.vertpush {
	height: 50px;
	display: block;
	clear: both;
	}

/* !End Body & Page Styles */

/* !Begin Link Styles */
a {
	color: #0E65DB;
	text-decoration: underline;
	}
	
a:hover {
	color: #f96;
	}
/* !End Link Styles */


#pagetitle, #pagetitle_nouc {
    margin:0;	
	font-size: 2em;
	font-weight: bold;
	color: #686e72;
}

/* !Begin Header Styles */
#header {
	width: 980px;
	height: 66px;
	margin: 0 auto 20px auto;
	text-align: center;
	}
	
#header img {
	margin: 0 10px 0 0;
	border: 0;
	}
	
#header #navmenu, #header #fb, #header #twitter , #header #yt {
	display: block;
	text-align: left;
	float: left;
	}
	
#header #navmenu h1 {
	margin: 0;
	}
	
#navbar {
	background-image: url('../img/bg/bg_navbar3w.png');
	background-repeat: no-repeat;
	width: 615px;
	height: 66px;
	display: block;
	text-align: right;
	float: right;
	}
	
#header .navtext { /* Positions Content within Navbar */
	padding: 0 0 0 18px;
	text-align: left;
/*	float: left; */
	}
	
#header ul {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana;
	font-size: 1.6em;
	font-weight: bold;
	list-style: none;
	
	margin: 10px 4px 0 4px;
	padding: 0;
	display: block;
	text-align: left;
	float: left;
	}
	
#header li a {
	color: #fff;
	text-decoration: none;
	text-align: left;
	}
	
#header li a:hover, #header li a:active, #header li a:focus {
	color: #6699ff;
	text-decoration: none;
	}
	
#header .searchbg {
	margin-top: 12px;
	margin-right:30px;
	float: right;
	background-image: url('../img/bg/bg_navsearchw.gif');
	background-repeat: no-repeat;
	background-position: left top;
	}
	
#header input {
	padding-left: 3px;
	color: #47494c;
	
	background-color: transparent;
	border: 0;
	width: 92px;
	height: 20px;
/*	padding: 0 0 0 4px; */
	margin: 0 5px 0 0;
	}
	
#header .submit {
	background-image: url('../img/btn/btn_navsubmitblue.png');
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	}

.activeHeaderLink {
        color: #6699ff;
        text-decoration: none;
        }

#header2 {
	font-size: 1.8em;
	width: 964px;
	height: 150px;
	margin: 0 0 30px;
	padding: 0px;
}

#header3 {
	border-bottom: 6px solid #c8c8c8;
	width: 646px;
	height: 160px;
}

#header3_promo {
	border-bottom: 6px solid #c8c8c8;
	width: 646px;
	height: 320px;
}

#header3 h2 {
	font-size: 1.6em;
	color: #808080;
	margin: 20px 0 10px 0;
}

/* !End Header Styles */



/* !Begin Footer Styles */
#footer,#fixed_footer {
	font-size: 1em;
	color: #ffffff;
	text-transform: uppercase; 
	
	background-image: url('../img/bg/bg_redfooter.gif');
	background-repeat: repeat-x;
	background-color: #961717;
	width: 100%;
	height: 40px;
	text-align: center;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 1000;
	}
	
#footer a,#fixed_footer a {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover, #fixed_footer a:hover {
	/*color: #191c1f;*/
	color: #c0c0c0;
	/*color: #0E65DB;*/
	text-decoration: none;
	}
	
#footer .box, #fixed_footer .box { /* Positions Footer content in Center */
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
#footer .text, #fixed_footer .text {
	text-align: left;
	}
	
#footer .nav, #fixed_footer .nav {
	margin: 13px 0 0 0;
	text-align: left;
	float: left;
	}
	
#footer .copy, #fixed_footer .copy {
	font-size: 1em;
	line-height: 1em;
	color: #fcfcfc;
	text-transform: none;
	margin: 10px 0 0 15px;
	text-align: left;
	float: left;
	}
	
#footer .logo a, #fixed_footer .logo a {
	background: url('../img/logo/logo_redfooter.png') no-repeat;
	width: 108px;
	height: 40px;
	margin: 0;
	padding: 0;
	display: block;
	text-align: right;
	float: right;
	}

.activeFooterLink {
        /*color: #191c1f;*/
	color: #c0c0c0;
        text-decoration: none;
        }
/* !End Footer Styles */

#prod_nav {font-size: 115%; font-weight:bold; max-width:980px;}
#prod_nav { padding: 0; margin: 0; }
#prod_nav li { border: 1px solid #c8c8c8; border-bottom: none; margin-right: 3px; background: #e9e9e9; display: block; float: left; height: 2; vertical-align:middle; }
#prod_nav li a { text-decoration: none; color: #69f; display: block; padding: 5px; }
#prod_nav a { text-decoration: none; }
#prod_nav .curr_nav, #prod_nav a:hover { background: #fff; }
#prod_nav .curr_nav { padding: 5px; }
/*cart.css*/

#cart {
	width: 980px;
	}

#cartInfo {
	min-height: 600px;
	}

#cartInfo .sect_hdr {
        font-size: 1.2em;
        color: #ffffff;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        }

#orderForm {
	font-size: 1.2em;
	height: auto;
}

#orderForm textarea {
	border: #c0c0c0 1px solid;
	width: 250px;
	}

#cart h1 {
	font-size: 1.9em;
	font-weight: lighter;
	color: #404040;
	
/*	margin: 15px 0 0 10px;  */
	padding: 5px; 
	}
	
#cart h2 {
	font-size: 1.9em;
	font-weight: lighter;
	
	margin: 0 10px 0 0;
	padding: 5px;
	}
	
#cart p {
	font-size: 1.1em;
	padding: 3px;
	}
	
#cart table {
	margin: 0 0 0px 0;
	}
	
	
#cart input, #cart textarea, #cart select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #47494c;
	
	background-color: #ffffff;
	/*border: 2px solid #d1d2d2; */
	margin: 0;
	padding: 3px;
	vertical-align: middle;
	}
	
#cart textarea {
	overflow: auto;
	}
	

	
#cart #radio {
	background-color: transparent;
	border: 0;
	padding: 0;
	}
	

#cart #save {
	background-image: url('../img/btn/btn_savew.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	margin: 0;
	display: inline;
	}
	
#cart #save:hover {
	background-position: left bottom;
	}
	
#cart #cancel {
	background-image: url('../img/btn/btn_cancelw.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	margin: 0 0 0 5px;
	display: inline;
	}
	
#cart #cancel:hover {
	background-position: left bottom;
	}

#cart .update {
	background-image: url('../img/btn/btn_update.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	display: block;
	}
	
#cart .update:hover {
	background-position: left bottom;
	}
	
#cart .remove {
	background-image: url('../img/btn/btn_remove.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	display: block;
	}
	
#cart .remove:hover {
	background-position: left bottom;
	}
	
#cart #edit {
	background-image: url('../img/btn/btn_edit.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	display: inline;
	vertical-align: middle;
	}
	
#cart #edit:hover {
	background-position: left bottom;
	}
	
#cart #rates {
	background-image: url('../img/btn/btn_rates.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	display: inline;
	text-align: left;
	vertical-align: middle;
	}
	
#cart #rates:hover {
	background-position: left bottom;
	}
	
#cart #back {
	background-image: url('../img/btn/btn_back.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	display: block;
	}
	
#cart #back:hover {
	background-position: left bottom;
	}

.std_button {
	cursor: pointer;
	}

#cart #checkout {
	background-color: blue;
	}
	
#cart #checkout {
	background-image: url('../img/btn/btn_checkout.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	display: inline;
	}
	
#cart #checkout:hover {
	background-position: left bottom;
	}
	
#cart #paypal {
	background-image: url('../img/btn/btn_paypal.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 83px;
	height: 38px;
	padding: 0;
	display: inline;
	}
	
#cart #paypal:hover {
	background-position: left bottom;
	}
	
#cart #inter {
	background-image: url('../img/btn/btn_international.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 108px;
	height: 38px;
	padding: 0;
	display: block;
	}
	
#cart #inter:hover {
	background-position: left bottom;
	}
	
#cart #exped {
	background-image: url('../img/btn/btn_expedited.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 108px;
	height: 38px;
	padding: 0;
	display: block;
	}
	
#cart #exped:hover {
	background-position: left bottom;
	}
	
#cart #long {
	font-size: 0.8em;
	color: #e8e8e8;
	
	background-image: url('../img/btn/btn_long.png');
	background-color: transparent;
	background-position: left top;
	border: 0;
	width: 108px;
	height: 38px;
	padding: 0;
	display: inline;
	text-align: center;
	}
	
#cart #long:hover {
	background-position: left bottom;
	}
	
#cart #items_header {
	background: #d8d8d8;
}
#cart #items_header h2 {
	color: #404040;
	}
	
#cart .block img {
	margin-left: 30px;
	}

#cart .block { /* Makes all Thumbnails Appear Square with Border */
	background-color: #ffffff;
/*	border: 4px solid #d1d2d2; */
	width: 100px;
	height: 67px;
	}
	
#cart .beige {
	color: #808080;
	
	margin: 0;
/*	padding: 15px 15px 0 15px;*/
	}
	
#cart .tan {
	font-size: 1.3em;
	color: #a49791;
	
	margin: 0;
	padding: 0;
	}

#cart .border {
	border: 1px solid #000000;
	}
	
#cart .title {
	font-size: 1.1em;
	
	display: block;
	}
	
#cart .bgtab {
	background-color: #ffffff;
	font-size: 1.3em;
	}
	
#cart .bgcontent p {
	margin: 0 0 0 30px;
	}
#cart .bgcontent {
	font-size: 1.3em;
	background-color: #ffffff;
	}
	
#cart .bgalter {
	font-size: 1.3em;
	background-color: #f0f0f0;
	}
	
#cart .form {
	margin: 0;
	padding: 5px 15px 5px 15px;
	}
	
#cart .formbottom {
	margin: 0;
	padding: 5px 15px 15px 15px;
	}
	
#cart .required {
	background-color: #ffffcc;
	}
	
#cart .error {
	color: #ff5a00;
	
	margin: 0;
	padding: 0 15px 0 15px;
	}

#also_bought {
	font-size: 1.2em;
	}
/*checkout.css*/

.quickform  span { font-weight: bold; font-size: 1.4em; color: #606060; }
.float_right { float: right; }
.font80 { font-size: 80%; }
.nopadnomarg { padding: 0; margin: 0; }
.darkgreen { color: darkgreen; }
.backorder, .backorder a { color:red; text-align:right; }
.drpOptList, .drpOptList1 { list-style: none; margin: .5em 0 0; }
.drpOptList label { float: left; width: 125px; font-size: 13px; }

#cart p#drpInfo { width: 350px; margin: 0 0 0 2em; font-size: 85%; }
#cartForm { border: 3px #ced2d9 solid; }

#bigwhite_checkout {
	background-color: #ffffff;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	border: 3px solid #c0c0c0;
	min-height: 850px;
}

#customerInfo {
	padding: 10px 20px 0px 20px;
	height: 400px;
	width: 860px;
	font-size: 1.2em;
}


#checkout_title, #shippingUnselected h2, #shippingSelected h2, #grandTotal h2, #shippingRatesForm h2 {
	margin: 0px 0 0 0;
	padding: 0 0 0 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #404040;
	}

#shippingStart h2,#salesPayment h2 {
	margin: 0px 0 15px 0px;
	font-size: 1.6em;
}

#shippingStart table {
        margin: 0 10px 0 25px;
        font-size: 1.3em;
	}

#grandTotal table, #shippingRatesForm table, #shippingUnselected table, #shippingSelected table {
	margin: 10px;
	font-size: 1.3em;
	}

#shippingStart, #salesPayment, #shippingUnselected, #shippingSelected, #shippingRatesForm {
	height: 450px;
	padding: 0 0 0 0px;
	width: 300px;
	}


#grandTotal {
	height: 450px;
	padding: 0 80px 0 0px;
	width: 200px;
	}

.add_label {
	text-align: right;
	color: #808080;
}


#address_table {
	width: 100%;
	border: 1px solid #d8d8d8;
	height: 320px;
	padding-bottom: 0;
	margin-bottom: 0;
}


#address_table input[type!="button"], #address_table select {
	font-size: 1em;
	color: #47494c;
	
	background-color: #e8e8e8;
	border: 1px solid #d8d8d8;
	padding: 3px;
	vertical-align: top;
	}

.required, #state_code, #province_code {
	background-color: #ffffcc;
	}

.cart_title {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 3.5em;
	}

.ErrorSize1 {
	color: #ff5a00;
	}

.error_message {
	color: #ff5a00;
	}

/*dealers.css*/

#dealerlocimg {
    background: #fff;
	height: 150px;
}
	
#dealerlocator {
	width: 980px;
	}

#dealerlocator input, #dealerlocator select {
	font-size: 0.7em;
	color: #47494c;
	background: #ffffff;
	border: 1px solid #28292a;
	margin: 0 15px 0 0;
	padding: 3px;
	vertical-align: middle;
	}
	
#dealerlocator .local {
	font-size: 2em;
	margin: 20px 0 15px 20px;
	}
	
#dealerlocator .international {
	font-size: 1.7em;
	color: #1d2d2d;
	border-top: 1px dashed #d1d2d2;
	margin: 0px 350px 30px 20px;
	padding: 10px 0 0 0;
	}
	
#dealerlocator .listview {
	background-image: url('../img/btn/btn_listvieww.png'); 
	background-position: right top;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	width: 83px;
	height: 38px;
	margin: 0;
	padding: 0;
	}

#dealerlocator .mapview {
	background-image: url('../img/btn/btn_mapvieww.png'); 
	background-position: right top;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	width: 83px;
	height: 38px;
	margin: 0;
	padding: 0;
	}

	
#dealerlocator input:hover.listview, #dealerlocator input:hover.mapview {
	background-position: left bottom;
	cursor: pointer;
	}

#gmappanel {
	font-size: 1.3em;
	width: 980px;
/*	height: 0px; */
/*	overflow: auto; */
	}

#dealer_list {
	font-size: 1.3em;
	color: #47494c;
	background: #ffffff;
	width: 950px;
	padding: 15px;
	overflow: auto; 
	}
	
#dealer_list .headline, #gmappanel .headline {
	font-size: 1.3em;
	color: #ff5a00;
	}
	
#gmappanel .headline {
	padding: 15px;
	}

.google_balloon {
	font-size: 0.9em;
	color: #47494c;
	padding: 0;
	}
	
.google_balloon a {
	color: #ff5a00;
	text-decoration: none;
	}
	
.google_balloon a:hover {
	text-decoration: underline;
	}
/* !End Dealer Locator Page Styles */
/* ========================================================== */
/*learn.css*/

#wipl_nav { margin-bottom: 1em; }
#wipl_nav a { padding-left: 1.5em; width: 5em; max-width: 70px; }

.l_header, .text_pic , .cent, .info_snip, .fab_box{ text-align:center; }
.l_header  .h_marg { margin-top:1em; }

.img_l_text, .img_r_text { margin-bottom: 1em; padding:1em;}
.img_l_text, .img_r_text , .img_l_text img, .img_r_text img { position:relative;}
.img_l_text  img, .img_l_text  .mult_img , .info_snip, .side_text, .div_border, .vid_box  img, .mult_img div.fab_box { float: left; } 
.img_l_text .mult_img { margin-right: 25px; }
.img_l_text img { margin: 0 25px 25px 0; }
.img_l_text p, .img_r_text p, .text_pic img, .img_marginless img { margin: 0; }
.img_l_text .text_pic img, .img_r_text .text_pic img { margin-left: 0; }
.img_l_text .h_marg, .img_r_text .h_marg { margin: 10px 0 0; padding: .5em 0 0; }
.img_r_text .h_marg { padding: 4em 0 0; }
.img_r_text  img { float: right; margin-left: 25px; }

.sidebar .vid_text { padding: .25em; text-align: center;}

.img_l_text, .img_r_text, .est_border { border: 1px solid #d8d8d8; }
.est_border .img_l_text, .est_border .img_r_text { margin-bottom: 0; }
.fab_box { width: 20%; margin: 1em 1em 0 0; float: left; padding: 1em; border-right: 7px double #d8d8d8;}
.fab_fix { margin-left: 20%;} 
.side_text { width: 47%; margin-right: 1.5em; }
.vid_box  { padding-right: .5em; }
.vid_box img { margin: 0 .5em 1em 1.5em; }
.righted img { float: right; margin-top: -10px; }
.marg_stand { margin-top: 1.5em; }
.extra_pad { padding-top: 5.5em; }
.text_pic { float: left; width:15%; margin: 2.5em 25px 0;}
.vid_with_link, .vid_with_link img { float: left; }
.vid_with_link { position: relative; text-align: center; min-width: 160px; }
.cancelfloat img { float:none; }
.cancelpadding { padding: 0; }
.clear { clear: both; }
.cancelborder { border: 0;}
.right_text { text-align:right; }
.right_text h1 { line-height: 1; }
.lh { line-height: 1.2; }

.info_snip { font-family: Times; font-size:120%; padding: 0 2em; width: 20%; }
.div_border { text-align: left; border-top: 6px solid #C8C8C8; border-bottom: 6px solid #C8C8C8; 
 padding: .5em 1em; margin: .5em 1em 1em 0; width: 20%; font-size:110%; }
.blocked { margin: 0 3em; }

.page_break { page-break-before: always; }
.no_title_cap { font-variant: normal; }
.big_h1 { font-size: 150%; }
.le_background { background: url(img/exclusive/le_logo_faded.jpg) no-repeat left center;}
.data_table tr th, .data_table tr td { border: 1px #000 solid; padding: .25em .75em; border-collapse: collapse;  }
.data_table { border-collapse: collapse;  }
.w_50 { width: 50%; }
.layout_center { margin: 0 auto; position: relative; }

.lecontentbtm div.ul_adjust ul { padding-left: 3em; }
.ul_single , .ul_halves, .ul_thirds { width: 645px; margin-bottom:2em; }
.ul_single ul, .ul_halves ul, .ul_thirds ul { width:39em; max-width: 645px;}
.ul_halves ul { width:40em; }
.ul_single ul li, .ul_halves ul li, .ul_thirds ul li { list-style-type: none; }
.ul_halves ul li { width:20em; float: left; }
.ul_thirds ul li { width:13em; float:left; }

dl { margin: 0; }
dd, dt  { display:inline; }
dd { margin-left:0; }
.dl_head dt { font-size: 160%; }
.dl_head dd, .dl_main dt  { font-size: 140%; }
.dl_main dd { font-size: 110%; }

.handlebar_ref { background-color: #ffffff; border: 2px solid #d0d0d0; }
.handlebar_ref td { background-color: #f8f8f8; width: 240px; padding: 10px; text-align: center; }
.handlebar_ref th { background-color: #f0f0f0; text-align: center; }

.mini_nav { font-size: 14px; font-weight: bold; color: #404040; padding:.5em 1em; margin:0; max-width:960px; }
.mini_nav li { display: inline; padding-right: 2.5em; }
.mini_nav a { color: #cf1f1f; text-decoration: none; }
.mini_nav a:hover { color: #4c84e7; text-decoration: underline; }
.mini_nav  .mn_current { color: #4c84e7; }







/*lightbox2.css*/

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 5002;
	-moz-opacity: 0.6;
	opacity:.20;
	filter: alpha(opacity=20);
}

.outlinebox {
/*	font-size: 1.2em; */
	background: #ffffff;
	border: 5px solid #47494c;
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	z-index: 5002;
}

.closebar {
	font-size: 1.1em;
	color: #e8e8e8;
	text-align: right;
	background: #0099cc;
	width: 100%;
	height: 7%;
	z-index: 5002;
	}
	
.closebar p {
	padding: 6px 5px 5px 0;
	margin: 0;
	}
	
.closebar img {
	border: 0;
	}
	
.closebarline {
	background: #cec6c0;
	height: 1%;
	}
	
.textarea {
	overflow: auto;
	height: 92%;
	}
	
.textarea p {
	font-size: 1.3em;
	color: #808080;
	line-height: 1.5em;
	padding: 15px 30px 15px 30px;
	}

#lightcontent li p {
/*	font-size: 1.4em; */
	margin: 0;
	padding: 0;
	}

#lightcontent {
	overflow: auto;
	height: 92%;
	z-index: 5002;
	}

#lightcontent p {
	font-size: 1.4em;
	color: #808080;
	line-height: 1.5em;
	padding: 15px 30px 15px 30px;
	}
	
.boxheading {
	font-size: 1.5em;
	color: #808080;
	}

.textarea p a {
	color: #0000f0;
}

.fab_table_td {
	vertical-align:top;
	width:33.33%;
	}
#b1, #b2, #b3, #b4 {
	height:40px;
	overflow:hidden;
	}

/*mypowerlet.css*/

#mypowerlet_nav { font-weight: bold; }
#mypowerlet_nav a img { border: 0;}

#mypowerlet_nav .mpacc { background: url('img/btn/btn_mpacc.png') no-repeat right top; }
#mypowerlet_nav .editacc { background: url('img/btn/btn_editacc.png') no-repeat right top; }
#mypowerlet_nav .orderhist { background: url('img/btn/btn_orderhist.png') no-repeat right top; }
#mypowerlet_nav .prodsupp { background: url('img/btn/btn_prodsupp.png') no-repeat right top; }
#mypowerlet_nav .editemail { background: url('img/btn/btn_editemail.png') no-repeat right top; }
#mypowerlet_nav .logoutw { background: url('img/btn/btn_logoutw.png') no-repeat right top; }

#mypowerlet_nav .mpacc:hover { background: url('img/btn/btn_mpacc.png') no-repeat left bottom; cursor: pointer; }
#mypowerlet_nav .editacc:hover { background: url('img/btn/btn_editacc.png') no-repeat left bottom; cursor: pointer; }
#mypowerlet_nav .orderhist:hover { background: url('img/btn/btn_orderhist.png') no-repeat left bottom; cursor: pointer; }
#mypowerlet_nav .prodsupp:hover { background: url('img/btn/btn_prodsupp.png') no-repeat left bottom; cursor: pointer; }
#mypowerlet_nav .editemail:hover { background: url('img/btn/btn_editemail.png') no-repeat left bottom; cursor: pointer; }
#mypowerlet_nav .logoutw:hover { background: url('img/btn/btn_logoutw.png') no-repeat left bottom; cursor: pointer; }

#mypowerlet_nav .editacc, #mypowerlet_nav .orderhist, 
#mypowerlet_nav .prodsupp, #mypowerlet_nav .editemail, 
#mypowerlet_nav .logoutw, #mypowerlet_nav .mpacc { height:38px; width:83px; margin:0; padding:0; border: 0; }/*overlay.css*/

#overlay {
    position: fixed;
    z-index:80;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#overlay_message {
	margin: 10px 0 0 -80px;
	font-size: 1.5em;
}
/*shopby.css*/

#category_header_bar {
	background-image: url('../img/SBP 646 160 black.png');
	font-size: 1.6em;
	height: 100%;
	margin: 0;
	}

#category_header_bar a { color: #5BB4E5; }
	
#category_header_bar p {
	color: #a0a0a0;
	padding: 112px 0 0 0;
	margin: 0 20px 0 20px;
	text-align: center;
	}

#category_header_bar .active {
	color: #ff5a00;
}



#category_header_bar_as {
	background-image: url('../img/atomic-banner.png');
	font-size: 1.6em;
	height: 100%;
	margin: 0;
	}

#category_header_bar_as a { color: #5BB4E5; }
	
#category_header_bar_as p {
	color: #a0a0a0;
	padding: 112px 0 0 0;
	margin: 0 20px 0 20px;
	text-align: center;
	}

#category_header_bar_as .active {
	color: #ff5a00;
}

.shop_by_vehicle, .shop_by_appliance {
	color: #808080;
	font-size: 1.4em;
	}


#vehicleSelector, #applianceSelector {
/*	color: green; */
	font-size: 1.2em;
	width: 646px;
}

#vehicleSelector h2, #applianceSelector h2 {
	color: #808080;
	margin: 0 0 3px 0;
	}

.selector_label {
	color: #a0a0a0;
	font-weight: bold;
	}

.selector_label select {
	font-size: 1em;
	margin: 0 0 5px 0;
	}

#vehicleStats, #applianceStats {
	font-size: 1.4em;
	XXXheight: 300px;
	margin: 0px;
	}

.vehicle_image {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.stats_header { color: #808080; font-weight: bold; padding: 10px 0 10px 10px; }
.stats_label { color: #a0a0a0; padding: 0 0 3px 10px; }
.stats_data { color: #c0c0c0; text-align: right; }

#notes_data {
	color: #a0a0a0;
	padding: 3px 0 0 10px;
	}
/*sidebar.css*/

.a_white, .a_white:hover { text-decoration: none; color: white; }
.sidebar.sidebar_white { background: #fff; }

#miniCart {
	font-size: 1.4em;
	}

#miniCart #checkout_link a {
	margin: 0 0 0 30px;
	}

#miniCart hr {
	margin: 5px 10px 5px 10px;
	color: #e8e8e8;
	}

#miniCart h6 {
	font-size: 0.9em;
	font-weight: lighter;
	color: #a0a0a0;
	
	margin: 20px 0 20px 0;
	}

#minicart_item_list {
	font-size: 0.8em;
	}

#minicart_item_list tr td a {
	color: #5bb4e5;
	}
#minicart_item_list p {
	color: #808080;
	}

#login_status {
	font-size: 1.3em;
	color: #a0a0a0;
	
	background-color: #f8f8f8;
	height: auto;
	margin: 10px 10px 10px 10px;
	}
	
#login_status .welcome {
	font-size: 1.3em;
	color: #808080;
	}
	
#login_status a { color: #0e65db; }

.sidebar {
	color: #d1d2d2;
	
	background-color: #f8f8f8;
	border: 1px solid #d8d8d8;
	width: 234px;
	margin: 0px 20px 5px 20px;
	padding: 0;
	display: block;
	}
	
.sidebar .sidelinks {
	margin: 10px;
	}
	
		
.sidebar h1 {
	font-size: 1.2em;
	color: #a49791;
	
	margin: 0;
	padding: 0;
	display: inline;
	}

.sidebar h1 a {
	color: #a49791;
	text-decoration: none;
	}
	
.sidebar h1 a:hover {
	color: #ff5a00;
	text-decoration: none;
	}
	
.sidebar h2 {
	font-size: 1.2em;
	color: #a49791;
	
	margin: 0;
	padding: 0;
	}
	
.sidebar h3 {
	font-size: 1.2em;
	color: #ff5a00;

	margin: 0 0 5px 0;
	padding: 0;
	}

.sidebar h4 {
	font-size: 1em;
	font-weight: normal;
	color: #d1d2d2;
	text-transform: uppercase;
	
	display: inline;
	padding: 0;
	}
	
.sidebar p {
	font-size: 1.1em;
	color: #d1d2d2;
	
	margin: 0;
	padding: 0;
	}
	
.sidebar p a {
	color: #d1d2d2;
	}
	
.sidebar p a:hover {
	color: #ff5a00;
	}
	
.sidebar .orange {
	color: #ff5a00;
	}
	
.sidebar .tan {
	color: #a49791;
	}
	
.sidebar .beige {
	color: #cec6c0;
	}
	
.sidebar .small {
	font-size: 1em;
	line-height: 1.7em;
	text-transform: none;
	}
	
	
.sidebar .currency {
	color: #a0a0a0;
	font-size: .9em;
	text-transform: none;
	
	padding: 0;
	margin: 0 0px 0 25px;
	}

#currency {
	margin: 0;
	padding: 0;
	}
	
	
.sidebar .currency select {
	font-size: 1em;
/*	color: #47494c; */
	
	background-color: #e8e8e8;
	border: 1px solid #c0c0c0;
	margin: 0;
	padding: 0px;
	}
	
	
.sidebar img.thmb { /* Sets border just to the thumbnail product image */
/*	border: 3px solid #191c1f; */
	}


/* // Sidebar Form Fields Style & Structure // */
.sidebar form {
	margin: 0;
	padding: 0;
	}
	
.sidebar select { /* Sets style for Currency Select form field */
	font-size: 1em;
	color: #47494c;
	
	background-color: #e8e8e8;
	border: 2px solid #191c1f;
	margin: 5px 0 0 0;
	}

.sidebar input {
	font-size: 1.3em;
	color: #47494c;
	
	background-color: #e8e8e8;
	border: 2px solid #191c1f;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 3px;
	}
	
.sidebar .submit {
	background-image: url('../img/btn/btn_enter.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	width: 83px;
	height: 38px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.sidebar .submit:hover {
	background-position: left bottom;
	}
	
.sidebar #logout {
	background-image: url('../img/btn/btn_logout.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	width: 83px;
	height: 38px;
	margin: 5px 0 0 0;
	padding: 0;
	overflow: hidden;
	}
	
.sidebar #logout:hover {
	background-position: left bottom;
	}
	
	
/* // Sidebar "Shop By ..." Links Style & Structure // */
.sideshop {
	width: 234px;
	}
	
.sideshop li a.con_left { color:#0e65db; border: 0; }
	
.sideshop ul {
	font-size: 1.7em;
	text-transform: uppercase;
	list-style: none;
	
	background-color: #25282a;
	border: 1px solid #c0c0c0;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	text-align: left;
        white-space: nowrap;
	}
	
.sideshop li a {
	color: #a49791;
	text-decoration: none;
	padding: 5px;
	margin: 0 0 0 0;
	
	background-color: #e8e8e8;
	display: block;
	}
	
.sideshop li a:hover {
	color: #def;
	text-decoration: none;
	background-color: #a0a0a0;
	}

.sideshop li a.current {
	color: #e8e8e8;
	text-decoration: none;
	background-color: #808080;
	}


#sidepush { 
	height: 20px;
	width: 232px;
	color: red;
	font-size: 1em;
        }


/* !End Sidebar Styles */
/*styles.css*/

#strap {
	display: none;
}


#extra {
	font-size: 2.1em;
	padding: 15px;
}

#stats {
	float: left;
}

.lowercase {
	text-transform: lowercase;
	}
	
.orange {
	color: #f96;
	}
	
.red {
	color: #e70000;
	}
	
.tan {
	color: #a49791;
	}
	
.beige {
	color: #cec6c0;
	}
	
.blue {
	color: #0E65DB;
	}
	
.dkblue {
	color: #0096db;
	}
	
.smaller {
	font-size: 2.5em;
	color: #cec6c0;
	}
/* !End Heading Styles */

.text  {background: transparent;}
.text  .img_l_text, .text .img_r_text, 
.text table td {background: #fff;}
.sidebar .text table td { background: transparent; }
/* !Begin Sidebar Styles */

/* !Begin Home Page Styles */
.lb_content p {
	margin: 5px 0 5px 0;
	}

.lb_content ul li {
	margin: 0;
	padding: 0;
	}

#hmflash {
	width: 980px;
	height: 390px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 1;
	overflow: hidden;
	}
	
#hmheadline {
	text-align: center;
	width: 980px;
	height: 86px;
	margin: 0 0 30px 0;
	display: block;
	}
	
#hmshop {
	width: 980px;
	text-align: center;
	}
	
#hmshop ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: left;
	float: left;
	}

#hmshop li.hmimage01, #hmshop li.hmimage02, #hmshop li.hmimage03, #hmshop li.hmimage04 {
	width: 215px;
	height: 215px;
	display: block;
	}
	
#hmshop li.hmimage01, #hmshop li.hmimage02, #hmshop li.hmimage03 {
	margin: 0 40px 0 0;
	}
	
#hmshop li.hmimage04 {
	margin: 0;
	}
	
#hmshop li.hmimage01 {
	background: url('../img/bg/bg_hmimage01.png') no-repeat;
	}
	
#hmshop li.hmimage02 {
	background: url('../img/bg/bg_hmimage02.png') no-repeat;
	}
	
#hmshop li.hmimage03 {
	background: url('../img/bg/bg_hmimage03.png') no-repeat;
	}
	
#hmshop li.hmimage04 {
	background: url('../img/bg/bg_hmimage04.png') no-repeat;
	}
	
#hmshop li .header, .fabheader  {
	font-size: 1.6em;
	line-height: 1em;
	color: #000;
	font-weight: bold;
	display: block;
	}

	
#fabone img {
	margin: 0px 0 8px 0;
	}

#hmshop li p, .fabpara p {
	font-size: 1.25em;
	line-height: 1.5em;
	color: #707070;
	margin: 0px;
	padding: 0px;	
	margin: 0;
	}
	
.fabpara {
	margin-right:1.5em;
}

#hmshop a {
	color: #f96;
	text-decoration: none;
	}
	
#hmshop a:hover {
	text-decoration: underline;
	}

/* !Begin Product Detail Page Styles */
#subnav {
	font-size: .6em;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	overflow: auto;
	height: 146px;
	width: 978px;
	}
	
#subnav h1 {
	color: #d1d2d2;	
	margin: 0;
	padding: 0;
	display: block;
	}
	
#subnav a h1 {
	color: #d1d2d2;
	}
	
#subnav a:hover h1 {
	color: #f96;
	}
	
#subnav .text {
	margin: 10px;
	}

#subnav table  {
	margin: 15px auto 0 auto;
	}

#subnav table td {
	padding: 10px;
}
	
.comparable_products {
	font-size: 1.2em;
	font-weight: bold;
}

.comparable_products img {
	height: 67px;
	}

.submit {
	background-image: url('../img/btn/btn_addcart.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	width: 83px;
	height: 38px;
	margin: 0;
	padding: 0;
	}
	
.submit:hover {
    background-position: left bottom;
	cursor: pointer;
    }

#detail .tabs  {
	font-size: 1.4em;
	}

#detail .tabs h1 {
	font-size: 1em;
}

#detail_img {
        margin: 0;
        }

	
#detail .detailTable h2 {
	font-size: 1.4em;
        color: #808080;
	text-align: right;
	margin: 0 0 10px 0;
	}

.detail_name {
	font-weight: bold;
	font-size: 1.1em;
        color: #808080;
}
	
.detailTable {
        font-size: 1.3em; 
        font-weight: normal;
        color: #a0a0a0;
        margin: 0 0 0 0;
        padding: 0;
        }

.tabs {
	display: block;
	background-color: #ffffff;
	width: 646px; 
	}
	
.tabs ul {
	list-style: none;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	margin: 10px 2px 0 0;
	padding: 0;
	display: block;
	text-align: left;
	float: left;
	}
	
.tabs .nav li a {
	color: #a49791;
	text-decoration: none;	
	background-color: #e0e0e0;
	margin: 0;
	padding: 5px;
	display: block; 
	}

.tabs .nav li a:hover, .tabs li a.active {
	color: #e8e8e8;
	text-decoration: none;	
	background-color: #6c6f74;
	}
	
.tabs p {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
.tabs h3 {
	margin: 0;
	padding: 0;
	}
	
.tabs .nav {
	display: block;
	margin: 0 0 0 20px;
	}
	
.tabs .boxarea {
	background-color: #ffffff;
	border-top: 1px solid #d8d8d8 ;
	display: block;
	clear: both;
	padding: 0 0 0 20px; 
	overflow: auto;
	margin: 0 0px 0 0px; 
	}

#features,#images,#accessories,#connectors,#instructions,#socketKits,
#products,#images,#connectors,#eec,#cables,#images,#connectors,#description
 {height:0; border:none;}
	
#features.boxshow, #images.boxshow, #accessories.boxshow, 
#connectors.boxshow, #instructions.boxshow ,#socketKits.boxshow,
#products.boxshow,#images.boxshow,#connectors.boxshow,
#eec.boxshow,#cables.boxshow,#images.boxshow,#connectors.boxshow,
#description.boxshow {height:auto;border-top:2px #eee solid;}
	
.tabs .text {
	color: #808080;
	margin: 20px 20px 0 0;
	}

.tabs .title {
	font-weight: bold;
	color: #f96;
	}
	
.tabs .info {
	margin: 0 0 10px 15px;
	}
/* END TABBED PANEL DEFINITION FOR PRODUCT PAGE */

/* !Begin Company, Legal, & Privacy Page Styles */
#sitemap li { margin-left: 2em;}

#xcorporate, #sitemap, #receipt {
	border: 3px solid #c0c0c0;
	width: 954px;
	margin: 0;
	background: #fff;
	padding: 10px;
	}
#corporate .text  h3 { margin: 1em 0 0;}
#corporate .text  h4 { margin: .5em 0 0 2em;}
#corporate .text  p { margin: .5em 0 .5em 4em; padding: 0; }
	
#receipt { width: 990px; }
	
#receipt #pagetitle { color: green; }

#special_pagetitle {
	font-weight: bold;
	color: #ffffff;
	font-size: 2em;
	text-transform: uppercase; 
	margin: 0 0 0 0;
	}

.para {
	float: left;
	clear: none;
	}

#solution_center {
	border: 3px solid #c0c0c0;
	background: #fff;
	padding:10px;
}

.lecontent {
	background: #ffffff;
	}

.lecontenttop {
	background: transparent;
	}
	
.lecontentbtm {
	background: #ffffff;
	}
	
.lecontent .text, .lecontenttop .text, .lecontentbtm .text {
	font-size: 1.3em;
	color: #47494c;
	line-height: 1.5em;
	}
	
.lecontent h1, .lecontenttop h1, .lecontentbtm h1 {
	font-size: 2em;
	font-weight: normal;
	color: #47494c;
	margin: 0;
	padding: 0;
	}
	
.lecontent p, .lecontenttop p, .lecontentbtm p {
	padding: 7px 0 7px 0;
	margin: 0;
	}
	
.lecontent ul, .lecontenttop ul, .lecontentbtm ul {
	list-style: disc;
	margin: 0;
	padding: 7px 0 7px 15px;
	}

/* CHECKOUT PAGE STUFF */
.gray_border { border: 1px solid #c0c0c0; }

.payment a {
	font-size: 1.1em;
	color: #e8e8e8;
	text-decoration: none;
	background-image: url('../img/btn/btn_payment.png');
	background-position: left top;
	background-repeat: no-repeat;
	width: 234px;
	height: 125px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-align: center;
	}
	
.payment a:hover {
	color: #e8e8e8;
	text-decoration: none;
	background-position: left bottom;
	}
	
.payment h1 {
	font-size: 1.3em;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
.payment a h1 {
	color: #0E65DB;
	}
	
.payment a:hover h1 {
	color: #25282a;
	}
	
.payment h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #cec6c0;
	margin: 0;
	padding: 0;
	}
	
.payment a h2 {
	color: #cec6c0;
	}
	
.payment a:hover h2 {
	color: #ffffff;
	}
	
.payment p {
	font-size: 1.1em;
	color: #e8e8e8;
	padding: 0;
	}

.payment a p {
	color: #e8e8e8;
	margin: 5px 20px 5px 15px;
	}
	
.payment a:hover p {
	color: #25282a;
	}
	
.payment .blank {
	background: none;
	}
/* !End Cart Page Styles */

.more {
	text-decoration: none;
}

.contact {
	font-size: 1.2em; 
	color: #808080;
	}

.contact h2 {
	font-size: 1.3em; 
	margin: 20px 0 2px 0;
	}

.contact p {
	font-size: 1em; 
	margin: 0 5px 5px 0;
	}

.large_disp {
	font-size: 1.4em;
	}
.large_disp p {
	font-size: 2.2em;
	}
.FontSize2  {
	font-size: 1.4em;
}
.FontSize2 p {
	font-size: 1.8em;
}
.FontSize2 td {
	font-size: 1.8em;
}
/* REDO REDO REDO REDO */

/* !Begin Products/Bike Page Styles */
#bike_hdr {
	text-align: left;
}

#bike {
	width: 646px;
	text-align: center;
	background-color: #ffffff;
	margin: 0;
	}

#bike_cat_text {
	width: 646px;
	font-size: 1.5em;
	height: 150px;
	color: #404040;
	text-align: left;
	z-index: 100;
	margin-left: 20px;
	margin-top: 20px;
	}

#bike_cat_text h4 {
	color: #a0a0a0;
	margin: 10px 0 5px 0;
	}
	
.png {
	float:left;
}
.product_line {
	margin-left:-15px;
	width:710px;
}
/* !End Products/Bike Page Styles */

/* PRODUCT LIST STYLES */
.product_table {
	color: #a0a0a0;
	}

.imageBlock {
	clear: both;
    background-color: #ffffff;
    width: 100px;
    height: 67px;
    }

.product_link {
	color: #808080;
	text-decoration: none;
    }
		
.product_link:hover {
	color: #0E65DB;
    }
/* END PRODUCT LIST STYLES */

#product_tabs { font-size: 1.2em; }
#vehicle_tabs { font-size: 1.4em; min-height: 350px; }
#appliance_tabs { font-size: 1.4em; min-height: 350px; }

.tabs .nav { font-size: 1em; color: #808080; padding: 10px 0 10px 10px; }

#products {color: #c0c0c0; font-size: 1.1em }
#products #category_links a { color: #0E65DB; font-weight: bold; }

#product_cost {
	text-align: right;
}

#socketKits h2 { font-size: 1.2em }

.productlist h2 {
	color: #808080;
}

#eec .boxarea .text h2 { font-size: 4em }
#images table td { padding:0 5px; }
#description { }
/* !End shopby Page Styles */

#newProducts,#searchResults,.shop_by_product {
	font-size: 1.3em;
	}

.subcategory_header h2 {
	font-size: 1.3em;
	color: #606060;
	background-color: #e0e0e0;
	padding: 5px;
	margin-top: .5em;
}

h3 { font-size: 120%; } 

#newleft2 {
	float: left;
	width: 234px;
	height: 100%;
	margin-left: 40px;
	margin-top: 20px;
	text-align: left
	color: #47494C;
	font-size: 1.6em;
}

.newleftitem {
	clear: left;
	width: 234px;
	padding-left: 20px;
	height: 100%;
	float: left;
	border: 1px solid #d8d8d8;
	padding: 0;
	text-align: left
	color: #47494C;
	background-color: #f8f8f8;
}

.newleftitem a {
	text-decoration: none;
}

.newleftitem li {
	margin-bottom: 10px;
}

.newleftitem ul {
	list-style-type: none;
	margin: 0;
	padding-top: 20px;
}

#main-image {
	height: 285px;
}


#newright3 {
	font-size: 1.1em;
	float: right;
	width: 700px;
}

.newright {
	height: 100%;
	line-height: 1.4em;
	font-size: 1.3em;
	clear: right;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.newright h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #47494C;
	margin-bottom: 0;
	padding-top: 1px;
	padding-bottom: 0;
}

.profwrap {
	height: 150px;
	xborder: 1px solid grey;
	Xoverflow: auto;
	Xmargin-bottom: 10px;
	width: 100%;
	height: 100%;
	display: table;
	padding-bottom: 20px;
}

.pwdate {
	Xfloat: left;
	width: 100px;
	Xpadding-top: 40px;
	display: table-cell;
	vertical-align: middle;
}

.pwprof {
	Xfloat: left;
	width: 370px;
	Xpadding-top: 40px;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
}

.pwimage {
	float: right;
	Xpadding-top: 10px;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
}
/*support.css*/

#video_tabs {
	min-height: 200px
	}
#video_container {
	width: 420px;
	background-color: #000000;
	z-index: 50;
	}

#video_description {
	height: 361px;
	margin: 0px 0px 0px 10px;
	color: #404040;
	}

#sizingChart a {
	font-size: 1.4em;
	}

#support {
	font-size: 1.4em;
	margin-top: 20px;
}

#support h4 {
	margin: 0 0 4px 0;
	}

.support_reference {
	font-size: 1.5em;
	background-color: #ffffff;
	color: #404040;
	padding: 20px 20px 0 20px;
}

.support_reference h2 {
	text-transform: uppercase;
	font-size: 1.6em;
	color: #808080;
	margin: 10px 0 0 0;
}

.support_reference h5 {
	font-size: .8em;
	color: #404040;
	margin: 3px 0 0 0;
}

#rightside p {
	padding: 3px 0 3px 0;
	margin: 0 0 0 0;
	}

#support_links a {
        margin: 0 0 0 0px;
        }

#support_links td p {
        font-size: 1.4em;
        padding: 0 0 0 0;
        margin: 0 0 3px 5px;
        }
/*welcome.css*/

.full, .thirds, .qtrs { padding-bottom: 1em; }
.full {	width: 978px; }
.twothirds { width: 680px; }
.thirds { width: 320px; }
.qtrs { width: 216px; }
.half { width: 432px; }
.newcol { border: 1px solid #d8d8d8; padding-left: 5px; padding-right: 5px; }
.left_td { padding-left: 10px; padding-right: 5px; }
.right_td { padding-right: 10px; padding-left: 5px; }
