/* BODY */

.container_24 {
	background-color: #fff;
	padding-bottom: 8px;
	border: 5px solid #fff;
}

body {
	font-family:  Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	background: url(/images/bg.jpg)  fixed top center no-repeat #000;
}


a:link {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover img {
	background-color: none !important;
}


a:hover {
	color: #CC0000;
	text-decoration: none;
	
}


a:active {
	color: #333333;
	text-decoration: none;
}

/* HEADER */

#header {
	position: relative;
	height: 201px;
	width: 965px;
	margin: 0px auto;
	background: #fff;
	border: 5px solid #fff;
}

#header .bss_logo {
	position: absolute;
	top: 10px;
	left:10px;
}

#header .search {
	position: absolute;
	top: 140px;
	left: 10px;
	width: 945px;
	height: 60px;
	background: #f1f1f1;
}

#header .search .searchitem {
	background: url(/images/header/search_field_lt.png) no-repeat ;
	border: 0;
	width: 293px;
	height: 32px;
	padding-left: 10px;
	position: absolute;
	top: 15px;
	left: 15px;
}

#header .search .button {
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 253px;
	width: 81px;
	height: 31px;
	background: url(/images/header/search_button_lt.png) bottom left no-repeat ;
	border: 0;
}

#header .search .button:hover {
	cursor: hand;
	background: url(/images/header/search_button_lt.png) top left no-repeat ;
}

#header .search .brands {
	position: absolute;
	top: 10px;
	right: 10px;
}

.contNotfound {
	padding: 10px;
}

#searchNotfound {
	position: relative;
	width: 293px;
	height: 32px;
}

#searchNotfound .searchitem {
	background: url(/images/header/search_field.png) no-repeat ;
	border: 0;
	width: 293px;
	height: 32px;
	padding-left: 10px;
}

#searchNotfound .button {
	font-weight: bold;
	position: absolute;
	top: 1px;
	right: 0px;
	width: 50px;
	height: 32px;
	background: url(/images/header/search_button.png) top left no-repeat ;
	border: 0;
}

#searchNotfound .button:hover {
	cursor: hand;
	background: url(/images/header/search_button.png) bottom left no-repeat ;
}


#header .likeMe {
	left: 20px;
    overflow: hidden;
    position: absolute;
    top: 105px;
    left: 800px;
    width: 190px;
}

.freeShipping {
	position: absolute;
	top: 40px;
	left: 155px;
	font-weight: 100;
	font-style: italic;
}

.freeShipping b {
	color: #cc0000;
}

.live_chat {
	position: absolute;
	top:60px;
	right: 0px;
}

.sick_deals {
	position: absolute;
	top: 70px;
	right: 220px;
}

/* top mini cart */

.topCart {
	width:250px;
	height: 25px;
	position: absolute;
	top: 11px;
	right: 0px;
	text-align: right;
}

.utlLinks {
	text-align: left;
	position: absolute;
	top: 15px;
	left: 150px;
	color: #333;
}

.utlLinks a:link {
	color: #333;
}

.utlLinks a:visited {
	color: #333;
}

.topCart .checkoutCart {
	float: right;
	text-align: right;
	padding: 10px;
}

.topCart .liveChat {
	float: left;
	width: 135px;
	text-align: left;
	padding: 5px;
}

.topCart .subTotal {
	float: left;
	width: 180px;
	text-align: left;
	padding: 5px;
}

.talkUs {
	position: absolute;
	top: 35px;
	right: 0px;
	color: #333;
	width: 315px;
	padding: 5px;
	text-align: right;
	font-size: 11px;
	font-weight: 100;
	color: #333;
}

.callUs {
	font-size: 14px;
	font-weight: 100;
	color: #333;
}

.callUs b {
	color: #cc0000;
}

.freeShip {
	padding: 10px;
}

/* TOP NAV */

* { 
	margin: 0; 
	padding: 0; 
}

.dropNav1 { 
	width:840px;
	height: 45px;
	position: absolute;
	top: 95px;
	left: 130px;
	margin: 0px 0px 0px 10px;
}

a { 
	text-decoration: none; 
}

ul { 
	list-style: none; 
}

/* 
	LEVEL ONE
*/

ul.dropdown { 
	position: relative; 
	list-style: none;
	margin-left: 10px;
}

ul.dropdown li { 
	float: left; 
	font-weight: bold;
}

ul.dropdown a:hover	{ 
	color: #cc0000;  
}

ul.dropdown a:active { 
	color: #fff; 
}

ul.dropdown li a { 
	display: block; 
	padding: 4px 10px;
	margin: 10px 0px;
	color: #0e0e0e;   
	line-height: 25px; 
	font-size: 15px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: 100;
}

ul.dropdown li:last-child a { 
	border-right: none; 
} /* Doesn't work in IE */

ul.dropdown li.hover,
ul.dropdown li:hover { 
	color: #fff; 
	position: relative; 
}

ul.dropdown li.hover a { 
	color: #fff; 
}


/* 
	LEVEL TWO
*/

ul.dropdown ul { 
	width: 190px; 
	visibility: hidden; 
	position: absolute; 
	top: 40px; 
	left: -10px; 
	z-index: 25000; 
	background: #fff; 
	-moz-box-shadow: 2px 2px 1px #ccc;
	-webkit-box-shadow: 2px 2px 1px #ccc;
	box-shadow: 2px 2px 1px #ccc;
	border-left: 1px solid #0e0e0e;
	border-bottom: 1px solid #0e0e0e;
	border-right: 1px solid #0e0e0e;
	padding: 5px 0px 0px 0px;padding: 15px 0px 15px 0px;
	list-style: none;
}
 
ul.dropdown ul li { 
	font-weight: bold;  
	color: #000 ; 
	float: none; 
	padding: 0px 10px; 
}
									  
/* IE 6 & 7 Needs Inline Block */

ul.dropdown ul li a	{ 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
	margin: 0px;
	line-height: 15px;  
	font-size: 13px;
	letter-spacing: normal;
	text-align: left; 
	z-index: 25; 
	text-transform: none; 
	color: #000; 
} 

ul.dropdown ul li:hover	{ 
	width: 155px; 
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }




/* CATEGORY BRAND DROP */

* { 
	margin: 0; 
	padding: 0; 
}

.brandDrop { 
	width:800px;
	height: 75px;
	margin: 0px;
	float: left;
}

a { 
	text-decoration: none; 
}

ul { 
	list-style: none; 
}

/* 
	LEVEL ONE
*/

ul.dropdownbrands { 
	position: relative; 
	list-style: none;
	margin-left: 0px;
}

ul.dropdownbrands li { 
	float: left; 
}

ul.dropdownbrands a:hover	{ 
	color: #cc0000;  
	background: #fff;
}

ul.dropdownbrands li a.menuSel { 
	color: #cc0000;  
	background: #fff;
}

ul.dropdownbrands li a { 
	display: block; 
	padding: 10px 0px 10px 9px;
	color: #0e0e0e;
	background: #fff;
	font-size: 10px; 
}

.catBrandsName {
	font-size: 10px;
}

ul.dropdownbrands li:last-child a { 
	border-right: none; 
} /* Doesn't work in IE */

ul.dropdownbrands li.hover,
ul.dropdownbrands li:hover { 
	position: relative; 
	display: block; 
}

ul.dropdownbrands li.hover a { 
	color: #fff; 
}


/* 
	LEVEL TWO
*/

ul.dropdownbrands ul { 
	width: 780px; 
	visibility: hidden; 
	position: absolute; 
	top: 65px; 
	left: 0px; 
	z-index: 25000; 
	background: #fff; 
	-moz-box-shadow: 2px 2px 1px #ccc;
	-webkit-box-shadow: 2px 2px 1px #ccc;
	box-shadow: 2px 2px 1px #ccc;
	border-left: 1px solid #0e0e0e;
	border-bottom: 1px solid #0e0e0e;
	border-right: 1px solid #0e0e0e;
	padding: 5px 0px 0px 0px;
	list-style: none;
}

ul.dropdownbrands ul li { 
	font-weight: normal;  
	color: #000 ; 
	float: none; 
	padding-left: 10px; 
}
									  
/* IE 6 & 7 Needs Inline Block */

ul.dropdownbrands ul li a	{ 
	border-right: none; 
	display: inline-block; 
	margin: 0px;
	font-size: 10px; 
	text-align: left; 
	z-index: 25; 
	text-transform: none; 
	color: #000; 
	background: #fff; 
	padding: 2px 0px;
} 

ul.dropdownbrands ul li a:hover	{ 
} 

/* 
	LEVEL THREE
*/
ul.dropdownbrands ul ul 					{ left: 100%; top: 0; }
ul.dropdownbrands li:hover > ul 			{ visibility: visible; }



/* SIDE NAV */

.sideNav{
	/*background: url(/images/category_detail/side_nav_bg.jpg);*/
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.sideNavActive{
display: block;
}

#nav {
}

#nav dt b, #nav dt a {
font: bold 14px Arial;
}

#nav dt b:hover, #nav dt a:hover {
color:#cc0000;
}

#nav dd {
padding:10px; 
margin:0;
background: url(/images/category_detail/side_nav_line.png) bottom center no-repeat;
}

#nav ds {
padding:10px; 
margin:0;
background: url(/images/category_detail/side_nav_line.png) bottom center no-repeat;
}

.clicked {
color: #0e0e0e;
background: #f1f1f1;
}

.sideNav ul li a:link {
font: normal 11px Arial;
color: black;
text-indent: 5px;
}

.sideNav ul li a:visited{
color: black;
}

.sideNav ul li a:hover{ /*hover state CSS*/
color: #fff;
background: #cc0000;
}

.sideNav ul li a.menuSel{ /*hover state CSS*/
color: #fff;
background: #cc0000;
}

.sideNav .headerbar a:link {
font: bold 14px Arial;
color: #000;
display: block;
padding: 7px 7px 7px 15px; /*31px is left indentation of header text*/
}

.sideNav .headerbar a:hover {
color:#cc0000;
}

.sideNav .headerbar a:visited {
color: #000;
}


/* CATEGORY PAGES */

.crumbyStyle {
    padding: 3px 0;
    text-align: left;
}

.categoryTitle {
	background: #f1f1f1;
	color: #0e0e0e;
	padding: 7px;
	font-weight: 100;
	font-size: 18px;
}

.catProdBox {
	border: none;
    border-bottom: 1px solid #f1f1f1;
}

.offRetailSlide {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 0px 2px;
	height: 43px;
	width: 30px;
	background: url("/share/images/icons/sale_tag_css.png");
	position: absolute;
	top: 8px;
	right: 8px;
}

.ourPriceLg{
	color:#cc0000;
}

.sizesort.checked {
    background: none repeat scroll 0 0 #cc0000;
}

/* PRODUCT DETAIL PAGES */

.add_cart_bg {
	background: #cc0000 ;
}

.ourPrice {
	color: #cc0000;
}

/* FOOTER */

.footerCont {
	width: 965px;
	height: 435px;
	margin: 0px auto;
	border: 5px solid #fff;
	background: #fff;
}



.emailsignup {
	text-align: right;
	padding: 10px;
	background: #f1f1f1;
	position: relative;
	height: 112px;
	width: 1024px;
	margin: 0px auto;
}

.emailsignup .emailIn {
	position: absolute;
	top: 33px;
	left: 259px;
	text-align: left;
	width: 195px;
	height: 23px;
}

.emailsignup .emailBut {
	position: absolute;
	top: 75px;
	left: 399px;
}

.emailsignup .links1 a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.emailsignup .links1 {
	position: absolute;
	top: 0px;
	left: 499px;
}

.emailsignup .links2 a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.emailsignup .links2 {
	position: absolute;
	top: 30px;
	left: 699px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.footerLinks {
	padding: 31px;
	min-height: 150px;
}

.footerLinks a:link {
	color:#333;
	line-height: 15px;
}

.footerLinks a:visited {
	color:#333;
	}

.footerLinks a:hover {
	color:#C00;
}

.footerLinks a:active {
	color:#333;
}

.footerLinks b {
	font-size: 14px;
	color:#000;
	padding-top: 10px;
	text-transform:uppercase;
	letter-spacing: -1px;
}

.termsLink {
	color:#0e0e0e;
	font-size: 9px;
	padding: 10px;
}

.termsLink a:link {
	color:#0e0e0e;
	font-size: 9px;
	padding: 10px;
}

.termsLink a:hover
{
	color:#0e0e0e;
	font-size: 9px;
	padding: 10px;
}

.termsLink a:visited{
	color:#0e0e0e;
	font-size: 9px;
	padding: 10px;
}

.footerLinksSm {
	 background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #FFFFFF;
    height: 80px;
    margin: 0 auto;
    width: 965px;
}

.footerLinksSm a:link {
}

.footerLinksSm a:visited {
}


.floaterL {
	float: left;
	width: 380px;
}

.floaterR {
	float: right;
	text-align: right;
	width: 560px;
	background: #fff;
}

.menudate {
	font: normal 8px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #23236A;
	text-decoration: none;
}

.copyright {
	text-transform: none;
	color: #FFFFFF;
	padding: 3px;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}


#breadcrumbLink a:link {
	text-decoration: none;
	color: #88A6CB;
	background-color: none !important;
}

#breadcrumbLink a:link {
	text-decoration: none;
	color: #88A6CB;
	background-color: none !important;
}

#breadcrumbLink a:visited {
	text-decoration: none;
	color: #CC0000;
	background-color: none !important;
	color: #88A6CB;
	font-size: 14px;
	padding: 3px;
}








