html {
	overflow-y: scroll; 
}

body {
	margin: 0px;
	background-color: #FFFFFF;
	/*font-family:Tahoma, Arial, Helvetica, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
}

#top_strip {
	position:absolute;
	left:0px;
	width: 100%;
	height:30px;
	top:0px;
	background-color:#DEC0DE;
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

/* TOP PANELS */
#header_container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:1000px;
	height:140px;
	/*border:1px solid blue;*/
}
#top_logo {
	width: 280px;
	height:147px;
	float:left;
	z-index:2;
}
#cart_link {
	width:110px;
	float:right;
	padding-top:8px;
	padding-right:1px;
	cursor:pointer;
	visibility:hidden;
}
#cart_link:hover{
	width:110px;
	float:right;
	padding-top:7px;
	cursor:pointer;
	/*transform: scale(1.1);*/
	background-color:#F8EAF8;
	border-radius:5px;
	padding-left:5px;
	padding-right:0px;
	border-top:1px solid #606060;
	border-left:1px solid #606060;
	border-right:1px solid #606060;
}

#search_box_tab {
	position:absolute;
	right:0px;
	height: 40px;
	width:680px;
	top: 30px;
	background-color:#DEC0DE;
	border: #999999 solid;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;	
	border-top-width:0px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding:3px;
	color:#404040;
}

#topbar_nav {
	position:absolute;
	right:0px;
	top: 90px;
}
#cookiePolicyWrapper{
	position:absolute;
	width:100%;
	visibility:hidden;
}	
#cookiePolicy {
	position:relative;
	top:0px;
	width:1000px;
	background-color:#E3D8AE;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	line-height:30px;
	z-index:9999;
	border:2px solid #555A96;
	font-weight:bold;
}

/* END TOP PANELS */

/* MID PANELS */
#ad_container {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-top:10px;
	width:1000px;
	height:150px;
	box-shadow: 2px 2px 3px #808080;
	text-align:center;
}
/* END MID PANELS */

/* BOTTOM PANELS */

#bottom_container {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:1000px;
	height:auto;
	overflow:auto;
	border:1px solid blue;
}

/* LEFT SIDE TEXT NAV */
#text_nav {
	width:270px;
	min-height:330px;
	height:auto;
	float:left;
	overflow:auto;
	/*border:1px solid #00FF33;*/
}

ul#text_nav, #text_nav ul{ 
	margin:0px;
	padding:0;
	list-style-type:none; /*remove the bullets*/
}

#text_nav li a {
	width:90%;
	height:25px;
	margin-top:10px;
	padding-left:10px;
	padding-top:5px;
	float:left;
	position:relative;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#404040;		
}
#text_nav  li a:hover{
	/*box-shadow: 0px 0px 5px #808080;*/
	background:#DEC0DE;
	font-size:14px;
	font-weight:bold;
	border-radius:5px;	
}
#text_nav_heading{
	/*box-shadow: 0px 0px 5px #808080;*/
	background:#DEC0DE;
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	color:#404040;
	border-radius:5px;
}
/* END LEFT SIDE TEXT NAV */

/* RIGHT SIDE IMAGE NAV */
/*#image_nav {
	width:700px;
	min-height:330px;
	height:auto;
	float:right;
	overflow:auto;
}*/
#image_nav {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:900px;
	height:auto;
	overflow:auto;
}	
#image_nav_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#404040;
	text-align:center;
	padding-top:10px;
	padding-left:3px;
	padding-right:3px;
}
ul#image_nav, #image_nav ul{ 
	margin:0px;
	padding:0;
	list-style-type:none; /*remove the bullets*/
}
#image_nav li{
	float:left;
}
#image_nav img{
	border:0px;
	padding:0px;
	width:150px;
	height:150px;
}
#image_nav li a {
	border:2px solid #C0C0C0;
	width:150px;
	height:auto;
	min-height:230px;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
	text-decoration:none;			
}
#image_nav  li a:hover{
	box-shadow: 0px 0px 5px #808080;
}
#image_nav_divider {
	width:150px;
	height:20px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,255,255) 43%, rgb(221,221,221) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(43%,rgb(255,255,255)), color-stop(100%,rgb(221,221,221))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 43%,rgb(221,221,221) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 43%,rgb(221,221,221) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 43%,rgb(221,221,221) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 43%,rgb(221,221,221) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
/* END RIGHT SIDE IMAGE NAV */


#footer {
	width:100%;
	background:#999999;
	margin-top:20px;
	height:auto;
	overflow:auto;
	min-height:150px;
	border-top:1px;
	border-top-color:#333333;
	border-top-style:solid;
}

#footerContent {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:1000px;
	height:auto;
	overflow:auto;
	text-align:center;
}

#social_links {
	float:left;
	margin-left:5px;
	height:auto;
}
#social_header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#FFFFFF;
	padding-bottom:5px;
}
#social_img {
	float:left;
	padding-right:10px;
}
#social_img img {
	width:70px;
	height:70px;
	border:0;
}			
#social_img img:hover {
	transform: scale(1.1);
}


#footer_nav {
	float:right;
	height:auto;
}

a.footer_nav:link, a.footer_nav:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;	
	text-align: center;
	text-decoration: none;
	padding-left:20px;
	padding-right:20px;		
}
a.footer_nav:hover {
	/*color: #FFFF00;	*/
	text-decoration:underline;
}

/* END BOTTOM PANELS */




.search_box {
	width:350px; height:30px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#404040; border-radius:5px; padding-left:10px;
}
.search_button {
	width:50px; height:35px; text-align:center; font-family:Arial, Helvetica, sans-serif; font-weight:bold;
}

.heading {
	font-family:Tahoma, Verdana, Arial;
	font-weight:bold;
	color:#333333;
	font-size:1.2em;
}
.main_text {
	font-size:0.8em;
	color:#333333;
}
.testimonial_text {
	font-size:0.8em;
	color:#333333;
	border-bottom:1px solid #606060;
}

a.blueLink:link, a.blueLink:visited {
	color:#0033FF;
	text-decoration:underline;
}

.currentCat {
	list-style-type:disc;
	background-color:#F8EAF8;
	margin-left:10px;
	font-weight:bold;
	border-radius:5px;	
}

#itemInfo {
	position:relative;
	border:1px solid #C0C0C0;
	width:695px;
	min-height:500px;
	overflow:hidden;
	border-radius:10px;
}
#itemImage img {
	width:260px;
	height:260px;
	margin-top:50px;
	margin-bottom:50px;
	box-shadow:5px 5px 5px #C0C0C0;
	border:1px solid #C0C0C0;
	border-radius:5px;
}
#itemHeader {
	font-size:1.6em;
	color:#666666;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5x;
	width:510px;
	float:left;
}
#itemSku {
	font-size:0.8em;
	color:#666666;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:10px;
	width:510px;
	float:left;
}
#itemText {
	font-size:0.9em;
	color:#404040;
	padding:5px;
	width:505px;
	float:left;	
	white-space:pre-wrap;
	line-height:20px;
}	
#cartBox {
	position:absolute;
	/*border:1px solid blue;*/
	width:180px;
	height:494px;
	top:3px;
	right:2px;
	background-color:#DEC0DE;
	border-radius:10px;
}			

#largeImgButton{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
}

#modalBackground {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#DEC0DE;
	opacity:0.5;
	visibility:hidden;
}
#modal {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	visibility:hidden;
	cursor:pointer;
}
#modalInner {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
#modalImage {
	box-shadow:5px 5px 5px #606060;
	border-radius:10px;
}
.ui-dialog .ui-header .ui-btn-left { left: auto; right: 10px; }
#discCode {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	visibility:hidden;	
}
#discCodeInner {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:300px;
	width:500px;
	height:200px;
	background-color:#FFFFFF;
	border-radius:10px;
	padding-left:0px;
	padding-top:0px;
	box-shadow:5px 5px 5px #606060;
}		
#cartHeader {
	font-size:18px;
	text-align:center;
	width:100%;
	padding-top:10px;
	padding-bottom:7px;
	color:#333333;
}	
#cartInfo {
	height:300px;
	border:1px solid #404040;
	margin:3px;
	padding:3px;
	border-radius:5px;
	background-color:#FFFFFF;
	font-size:1.2em;
	color:#404040;	
}
#cartPrice{
	font-size:2.0em;
	text-align:center;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	color:#CC0000;
}
#cartAddto {	
	margin-top:15px;
	margin-left:3px;
	margin-right:3px;
	height:120px;
	border:1px solid #404040;
	border-radius:5px;
	background-color:#FFFFFF;
}
.qtybox {
	margin-left:5px;
	margin-right:5px;
	width:50px; 
	height:25px; 
	color:#333333;
	font-size:1.3em;
	text-align:center;
}
.cartButton {
	width:95px;
	font-size:1.2em;
	color:#333333;
	cursor:pointer;
}
.checkoutButton {
	width:150px;
	font-size:0.8em;
	color:#333333;
	cursor:pointer;
	font-weight:bold;
}
.lastItemHead {
	font-size:0.8em;
	width:100%;
	font-weight:bold;
	padding-top:10px;	
	padding-bottom:5px;
}
.lastItemText {
	font-size:0.7em;
	width:100%;
	padding-bottom:10px;	
}
.lastItemImg{
	padding-left:35px;
}
.lastItemImg img{
	width:100px !important;
	height:100px !important;
}
#stockNotice {
	padding-top:5px;
	font-size:1.2em;
	color:#666666;
	height:30px;
	display: table-cell; 
	vertical-align: middle;		
}
#stockNotice img{
	width:40px;
	height:30px;
	padding-right:0px;
	padding-left:10px;

}
#stockNotice p {
	padding:0;
	margin:0;
}
#suggest {
	position:relative;
	border:1px solid #C0C0C0;
	width:268px;
	min-height:500px;
	overflow:hidden;
	border-radius:10px;
}
.suggestHeader td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#666666;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#DEC0DE;
}
.suggestTable td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666666;
	padding:5px;

}
.suggestTable img{
	width:70px !important;
	height:70px !important;
}
.suggestTable:hover{
	cursor:pointer;
}

/*CHECKOUT TABLE */
.checkoutHeader td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#666666;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	background-color:#DEC0DE;
}
.checkoutSubHeader td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#666666;
	padding-top:10px;
	padding-bottom:10px;
}
.checkoutTable td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666666;
	padding-top:10px;	

}
.checkoutTable img{
	width:70px !important;
	height:70px !important;
}
.checkimg {
	width:80px;
	padding-left:5px;
}
.checkitem {
	width:360px;
}
.checkqty {
	width:80px;
	text-align:right;
}
.checkqty input{
	width:55px;
	text-align:right;
}
.checkprice {
	width:80px;
	text-align:right;
}
.checksub {
	width:80px;
	text-align:right;
	padding-right:5px;
}
.checktotal {
	text-align:right;
	padding:10px 5px 10px 0px;
	background-color:#606060;
	color:#FFFFFF;
	font-size:1.2em;
	
}
.checkDiscount {
	padding-right:20px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:0.9em;
	color: #333333;
	text-align:right;	
}
.checkShipping {
	padding-left:10px;
	padding-top:20px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:0.9em;
	color:#333333;
}
.discButton {
	width:80px;
	font-weight:bold;
	font-size:0.8em;
	margin-left:10px;
	color: #333333;
}
#update {
	background-image:url(/_images/cart_update.png);
	background-repeat:no-repeat;
	background-position:20px 6px;	
	width:100%;
	line-height:20px;
	cursor:pointer;
	font-size:0.8em;
}
#remove {
	background-image:url(/_images/cart_remove.png);
	background-repeat:no-repeat;
	background-position:20px 2px;	
	width:100%;
	line_height:20px;
	cursor:pointer;	
	font-size:0.8em;	
}	
.invalid {
	background-color:#FEDAE4;
	font-weight:bold;

}
.formFields {
	width:250px;
}
.formFields.invalid{
	width:238px;
}
.boldText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#666666;
}	
/*END CHECKOUT TABLE */

/*SEARCH RESULTS CSS */
#search_nav{
	width:1000px;
	min-height:330px;
	height:auto;
	float:right;
	overflow:auto;
}
#search_nav_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	color:#404040;
	text-align:left;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
}
#search_nav_desc {
	font-size:0.7em;
	color:#404040;
	text-align:left;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
}
ul#image_nav, #search_nav ul{ 
	margin:0px;
	padding:0;
	list-style-type:none; /*remove the bullets*/
}
#search_nav li{
	float:left;
}
#search_nav img{
	border:0px;
	padding-left:35px;
	width:150px;
	height:150px;
}
#search_nav li a {
	border:2px solid #C0C0C0;
	width:220px;
	height:auto;
	min-height:260px;
	margin-bottom:10px;
	margin-left:20px;
	float:left;
	text-decoration:none;			
}
#search_nav li a:hover{
	box-shadow: 0px 0px 5px #808080;
}
#search_nav_divider {
	width:220px;
	height:20px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,255,255) 43%, rgb(221,221,221) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(43%,rgb(255,255,255)), color-stop(100%,rgb(221,221,221))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 43%,rgb(221,221,221) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 43%,rgb(221,221,221) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 43%,rgb(221,221,221) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 43%,rgb(221,221,221) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
}
