/* BODY */

.container_24 {
	background-color: #fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/* HEADER */

#header {
	position: relative;
	background: url(/images/header/bg.jpg) repeat-x top center #fff ;
	height: 190px;
}

#header .search {
	position: absolute;
	top: 50px;
	left: 300px;
}

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

#header .search .button {
	font-weight: bold;
	position: absolute;
	top: 5px;
	right: 8px;
	width: 75px;
	height: 25px;
	background: url(/images/header/search_button.png) top left no-repeat ;
	border: 0;
}

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

#header .socialIcons {
	position: absolute;
	top: 213px;
	right: -54px;
}

.secureSeal {
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* top mini cart */

.topCart {
	width:300px;
	height: 100px;
	background: #fff;
	float: right;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.topCart .utlLinks {
	background: #cccccc;
	color: #000;
	padding: 5px 2px;
	text-align: left;
}

.topCart .utlLinks a:link {
	color: #000;
}

.CheckMeOut {
	background: url(/share/images/buttons/checkmeout_sm.gif) no-repeat ;
	height: 30px;
	width: 120px;
	border: 0px;
	cursor: pointer;
	padding:0;
	margin-right: 5px;
	float: right;
}

.CheckMeOut:hover{
	background: url(/share/images/buttons/checkmeout_sm.gif) no-repeat right top;
}

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

.topCart .talkUs {
	float: left;
	width: 145px;
	padding: 5px;
}
.callUs {
	font-size: 17px;
	font-weight: bold;
	color: #003366;
}

.freeShip {
	position: absolute;
	top: 5px;
	left: 305px;
}

/* TOP NAV */

* { 
	margin: 0; 
	padding: 0; 
}

.dropNav { 
	width:965px;
	height: 52px;
	background: url(/images/header/nav_bg.png) no-repeat; 
	margin: 20px 0px 0px;
}

a { 
	text-decoration: none; 
}

ul { 
	list-style: none; 
}

/* 
	LEVEL ONE
*/

ul.dropdown { 
	position: relative; 
	list-style: none;
	margin: 5px 0px 0px 30px;
}

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

ul.dropdown a:hover	{ 
	color: #000;  
	background: #ffff33;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

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

ul.dropdown li a { 
	display: block; 
	padding: 4px 7px;
	margin: 10px 0px;
	color: #000;   
	line-height: 15px; 
	font-size: 12px;
	text-transform: uppercase;
}

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

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

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


/* 
	LEVEL TWO
*/

ul.dropdown ul { 
	width: 190px; 
	visibility: hidden; 
	position: absolute; 
	top: 43px; 
	left: 5px; 
	z-index: 25000; 
	background: url(/share/images/menu/drop-bg.png) bottom center no-repeat; padding: 5px 0px 15px 0px; 
}

ul.dropdown ul.end { 
	width: 190px; 
	visibility: hidden; 
	position: absolute; 
	top: 39px; 
	left: -130px; 
	z-index: 25000; 
	background: url(/share/images/menu/drop-bg.png) bottom center no-repeat; padding: 5px 0px 15px 0px; 
}
 
ul.dropdown ul li { 
	font-weight: normal;  
	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: 11px; 
	text-align: left; 
	z-index: 25; 
	text-transform: none; 
	color: #000; 
	text-shadow: white 0px 0px 5px; 
} 

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: 5px 5px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #888;
	box-shadow: 5px 5px 2px #888;
	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 */

.container_24 .grid_4 {
	width: 148px;
}

.sideNav{
	background: url(/images/sidenav/side_nav_bg.jpg);
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 148px;
}

#nav dt b, #nav dt a {
color:#0099ff;
text-transform: uppercase;
}

#nav dt a:hover {
color:#0099ff;
}

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

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

.sideNavActive {
display: block;
}

.clicked {
color: #fff;
}

.sideNav ul li a{
font: normal 11px Arial;
color: black;
}

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

.sideNav ul li a:hover{ /*hover state CSS*/
color: #000;
background: url(/images/sidenav/arrow.png) left no-repeat #ffff32;
}

.sideNav ul li a.menuSel{ /*hover state CSS*/
color: #000;
background: url(/images/sidenav/arrow.png) left no-repeat #ffff32;
}

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

.sideNav .headerbar a:hover {
font: bold 11px Verdana;
color:#003366;
}

.sideNav .headerbar a:visited {
font: bold 11px Verdana;
color: #000;
}

/* CATEGORY PAGES */

.categoryTitle {
	background: #fff;
	color: #0099ff;
}

/* PRODUCT DETAIL PAGES */

.add_cart_bg {
	background: #616870 ;
}

/* FOOTER */

.footerCont {
	background: url(/images/footer/diag_lines.png) top center no-repeat;
	padding: 15px 0px;
	margin-top: 20px;
}



.emailsignup {
	text-align: right;
	margin: 10px;
	background: url(/images/footer/email_form.png) no-repeat right top;
	position: relative;
	height: 100px;
}

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

.emailsignup .emailBut {
	position: absolute;
	top: 25px;
	right: 10px;
}

.emailsignup .emailsignupTxt {
	position: absolute;
	top: 60px;
	left: 0px;
	text-align: right;
	padding: 0px 10px 10px 10px;
}

.emailsignup b {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

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

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

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

.footerLinks a:hover {
	color:#09F;
}

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

.footerLinks b {
	font-size: 16px;
	color:#000;
	padding-top: 10px;
	font-weight: normal;
}

.footerLinksSm {
	color:#ccc;
	background: #fff;
	font-size: 9px;
	padding: 10px;
	text-align: justify;
	margin: 0px auto;
}

.footerLinksSm a:link {
	color:#ccc;
}

.footerLinksSm a:visited {
	color:#ccc;
}

.footerLinksSm .floaterL {
	float: left;
	width: 360px;
	padding-top: 10px;
	height: 41px;
}

.footerLinksSm .floaterR {
	float: right;
	text-align: right;
	width: 560px;
	height: 51px;
}


.defaultError {
	font: bolder normal 12px Arial, Helvetica, sans-serif;
	color: #CC0000;
}

.errorMessage {
	font: bold normal 12pt/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #FF0000;
}


a:link {
	color: #0099ff;
	text-decoration: none;
}
a:visited {
	color: #0099ff;
	text-decoration: none;
}

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


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


a:active {
	color: #0099ff;
	text-decoration: none;

}

.link2 a {
color: #ffffff;

}
.link2 a:visited {
color: #ffffff;
}
.link2 a:hover {
color: #0099ff;
}



.link3 a {
color: #333333;

}
.link3 a:visited {
color: #333333;
}
.link3 a:hover {
color: #0099ff;
}

#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;
	font-family: georgia, serif;
	color: #88A6CB;
	font-size: 14px;
	padding: 3px;
}



.hoverClear {
	color: none;
	text-decoration: none;
	background-color: none !important;
}

.customerCompany {
	font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #7070F1;
	padding: 6px;
}
.supportSubNavSmall {
	font: bold normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}



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

	html, div, a {
		font-family: verdana, arial, helvetica;
		font-size: 10px;
	}


	h1, h2, h3, h4, h5, h6 {
		font-family: "Trebuchet MS", Arial, Helvetica;
		font-weight: bold;
		color: #333333;
		padding: 0px;
	}

	hr {
		margin-top: 4px;
		margin-bottom: 4px;
		border: none 0;
		border-top: 1px solid #cccccc; /*the border*/
		height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	}
	
	.wideLine {
		width: 100%;
		margin-top: 3px;
		margin-bottom: 3px;
		border: none 0;
		border-top: 1px solid #CCC; /*the border*/
		height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	}

	.default {
		color: #000000;
		font-family: georgia, serif;
		font-size: 16px;
	}
	
	
.breadCrumbA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: #000000;
	 font-size: 10px;
	 font-weight: bold;
	 background-color: #CCCCCC;
	 border: 1px solid #999999;
}
.breadCrumbB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 4px;
}
.submenu {
	font-family: georgia, serif;
	color: #35445A;
	font-size: 10px;
	background-color: #E3E6FC;
	font-weight: bold;
	padding: 4px;
}
.hideField {
	visibility: hidden;
}
.standardTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
.defaultBlack {
	color: #000000;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: normal;
}
.errorMessageSm {
	font: bold normal 10pt/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #CC0000;
}
.submenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 4px;
}
.menuCellsBL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-left-style: dotted;
}
.subtitles {
	font-family: georgia, serif;
	color: #35445A;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #CCCFFD;
	border-right-color: #CCCFFD;
	border-bottom-color: #CCCFFD;
	border-left-color: #CCCFFD;
}
.defaultBlackSm {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}
.outerDefault {
	color: #000000;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 782px;
}

.topMenu {
	color: #999;
	background-color: #FFFFFF;
	border: 1px solid;
	width: 782px;
}
.menuLTB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	background-color: #E6E6E6;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #909090;
	border-right-color: #909090;
	border-bottom-color: #909090;
	border-left-color: #909090;
}
.menuLRTB {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	background-color: #E6E6E6;
	padding: 3px;
	border: 1px solid #909090;
}
.menuTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #414141;
}
.solidBorder {
	border: 1px solid #909090;
}
.qtyBox {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #000000;
	font-size: 10px;
	background-color: #cccccc;
	height: 15px;
	width: 15pt;
}
.descrBox {
	color: #000000;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.prodTitle {
	color: #009DFF;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.itemdescription {
	color: #000000;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.textFieldsSm {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	background-color: #E0E0E0;
	padding: 1px;
	height: 14px;
	width: 140px;
}
.brandSelect {
	font-family: georgia, serif;
	color: #333333;
	font-size: 10px;
	background-color: #E0E0E0;
	font-weight: bold;
	padding: 4px;
}
.sectionTitle {
	font-family: georgia, serif;
	color: #88A6CB;
	font-size: 14px;
	background-color: #000000;
	padding: 3px;
}
.icons {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.outerDefaultStretch {
	color: #000000;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid;
	width: 100%;

}

.redemptionCenter {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #999999;
	
}
.innerDefault {
	color: #000000;
	font-family: georgia, serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border: 1px solid #999999;
}
.textFieldsNormal {
	color: #000000;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 1px;
	height: 20px;
	width: 80px;
}
.specTitle {
	font-family: georgia, serif;
	color: #001633;
	font-size: 12px;
	background-color: #999999;
	font-weight: bold;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.specLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333333;
	background-color: #D2D2D2;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #909090;
	border-right-color: #909090;
	border-bottom-color: #909090;
	border-left-color: #909090;
}

.thisGrey {color: #ffffff}

.ourPrice {
	color: #0057da;
}

.blackHeader {
	color: #111111;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	padding: 4px;
}


.results_navigation {
	font: normal 10px Helvetica, Avenir, Arial, Tahoma;
	color: #000000;
	background-position: center center;
	text-align: center;
	margin: 6px;
}
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

