* { 
    -moz-box-sizing: border-box; 
}

body{
	font-size:12px;
	text-align:center;
	margin:0 auto;
	padding: 5px 0px;
	background-color: #dddee9;
	font-family:Verdana, Geneva, sans-serif;
	background-image: url(../images/page/pg_bk.jpg);
	background-repeat: repeat-x;	
}

/* global styles */
a { color:#175D7F; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:760px;	/* change value to adjust width */
	text-align:left;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}

/* Logo and minicart */
#header {
	width: 760px;
	height:154px;
	background-image: url(../images/page/header_bk.jpg);
	background-repeat: no-repeat;	
	border: solid 1px #000;
	margin: 0 auto;
}
#header .minicart {
	float:right;
	width: 176px;
	height: 139px;
	padding-top: 15px;
	background-image: url(../images/page/cart_bk.jpg);
	background-repeat: no-repeat;	
	margin-top: 0px;
	font-size: 11px;
}
#header .headercart a {
	font-color: #cc0000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#header .minicart a:hover {
	text-decoration: underline;	
}
/*#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 10px;
}*/
/*#header td.headerlinks {  mini cart 
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#1981b7;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }
*/
/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: right;	
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/* Encloses all content area under header */
#wrap {
	border:1px solid #000;
	margin: 0 auto;
	padding-top: 0px;
}

/* Horizontal navigation */
#navwrap {
	width: 760px;
	height: 31px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	background-image: url(../images/page/search_bk.jpg);
	background-repeat: repeat-x;
	color: #fff;
	margin: 0 auto;
}
#navwrap .nav1 {
	width: auto;	
	text-align:center;
	margin: 0 auto;
	float:left;
	background-image: url(../images/page/nav_bk.jpg);
	background-repeat: repeat-x;
	border-right: dotted 1px #fff;
}
#navwrap .nav1 a, #navwrap .nav2 a {
	height: 31px;
	line-height: 30px;
	padding: 0px 10px;
	display:block;
	color: #fff;
	font-weight: bold;
}
#navwrap .nav1 a {
	border-left: solid 1px #666;
	float:left;
}
#navwrap .nav2 a {
	border-right: solid 1px #666;
	float:right;
	padding: 0px 15px;
}
#navwrap .nav1 a:hover {
	background-image: url(../images/page/myaccount_bk.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}
#navwrap .nav2 a:hover {
	background-image: url(../images/page/nav_bk.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}
#navwrap .nav2 {
	width: 174px;
	float:right;
	text-align:center;
	margin: 0 auto;
	background-image: url(../images/page/myaccount_bk.jpg);
	background-repeat: repeat-x;
	border-left: dotted 1px #fff;
}
table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:collapse;
}

table#horiz_nav td {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#1981b7;
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000; }

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:white;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	width:100%;
	margin:0px;
	
	/* Styles */
	line-height:22px;
	text-transform:capitalize;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:202px;	/* 214 adding 20 padding right - Change to alter width of left column */
	padding: 0px 0px 0px 10px;
	margin-top: 0px;
}

/*#left h2 {
	background:#EEE;
	color:#1981b7;
	margin:0px;
	padding:5px 10px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}*/
#left .topsell {
	background-image: url(../images/page/h2_left_bk.jpg);
	background-repeat: no-repeat;
	color: #fff;
	height: 32px;
	width: 202px;
	line-height: 32px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	background-position: 0px top;
}
#left .box {		/* General style of each box in left column */
	padding:5px 10px;
	font-size:90%;
	border:1px solid #000;
	float:left;
	margin-left: 12px;
	width: 202px;
}

#left .box p {
	margin:0px;
	padding-bottom:10px;
}

/*#left ul {		 General style of list style in left column; including category listing 
	list-style-type:none;
	padding: 5px;
	margin:0px 0px 5px 0px;
	line-height:14px;
	font-size:90%;
	border:1px solid #eee;
}

#left ul a {
	color:#505050;
}*/
/*#left ul li {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 5px;
	padding:2px 0px 2px 10px;
	border-bottom: dotted 1px #999;
}*/

/* Extra styles for category navigation */

#wrap #left .categorynav {
	background-image: url(../images/page/categories_bk.jpg);
	background-repeat: repeat-y;
	width: 202px;
	padding: 0px;
	margin: 0px;
}
#wrap #left .categorynav p {
	padding: 5px 5px 5px 5px;
	text-align:center;
	border-bottom: dotted 1px #999;
}
#wrap #left .categorynav ul {
	padding: 0px;
	margin: 0px;
	width: 202px;
	border: none;
	list-style-type: none;
}
#wrap #left .categorynav ul li {
	background-image: none;
	padding: 5px;
	border-bottom: dotted 1px #999;
	list-style-type: none;
	
}	
#wrap #left .categorynav ul li a {
	display:block;
	font-size: 90%;
}
#wrap #left .categorynavbot {
	width: 202px;
	height: 25px;
	background-image: url(../images/page/categories_bot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Main content area */
#main {
	text-align:center;
	padding: 10px
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }



/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
}

/* Footer */
#footer {
	text-align:center;
	color:#fff;
	font-size:10px;
	padding: 8px 0px;
	clear:both;
	background-image: url(../images/page/nav_bk.jpg);
	background-repeat: repeat-x;
}

/* Alphabet listing */
#footer .alphabet {
	background:#D7D7D7;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding: 3px;
}

/*formats the display of the form elements throughout the front end*/
.miniSearchForm {
	padding-top: 4px;	
}
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}
.searchsubmit {
	color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #000;
   padding: 2px;
}	

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #B3B7BB;
	color : White;
	font-size : x-small;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a {
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

/* Styles to be use in 6.50 */
#main {
	font-size:90%;
	line-height:18px;
	width:75%;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#1981B7; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight : bold;
	margin:0px 0px 15px 0px;
	color:#175D7F;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 25px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */

table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:85%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.dh {
	border: dotted 1px #999;
	min-height: 50px;
}
.smlpad { padding:15px !important; }

.pricesmall {}
.price {}
.border {
	border: solid 1px #999;
	padding-left: 10px;
	background-color:#f1f2f7;
}
.special {
	background-color: #FF6;
	color: #006;
	padding: 10px 200px 10px 10px;
	border: solid 1px #006;
	font-size: 12px;
	background-image: url(../images/page/special_bk.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.special .spectitle {
	color: #006;
	font-weight: bold;
	font-size: 16px;
	display:block;
}
/* Top content box on home page */
#homecontent {
	border-bottom:1px solid #D7D7D7;
	padding:10px;
	color:#666;
	margin-bottom:5px;
	text-align:left;
}
#homecontent h1 { 
	color:#1d83b4;
	margin: 0px;
	padding: 0px;
}
#homecontent p { 
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	/*margin-right:180px;*/
}
/*
#homecontent img { margin-right:10px; }*/