* { 
    -moz-box-sizing: border-box; 
}

body{
	font-size:10px;
	text-align:left;
	margin:0px;
}

/* global styles */
a { color:#FF6600; 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; }
p {
    margin:0 0 2px 0;
 }

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	position:absolute;
	width:900px;
	text-align:left;
	margin:0px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	left: 2px;
	top: 92px;
	height: 491px;
	visibility: visible;
	z-index: 8;
}

/* Logo and minicart */
#header {
	position:relative;
	padding:0px 0px;
	border:0px none;
	left: -3px;
	top: -80px;
	visibility: visible;
	width: 890px;
	z-index: 9;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px;
}
#header td.headerlinks { /* mini cart */
	width:210px;
	text-align:right;
	vertical-align:middle;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;

}
#header a {
	text-decoration:none;
	color:#FF6600;
	font-weight:bold;
}
#header a:hover { text-decoration:none; }
/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #ff6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}
.cartminilinks a:link{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}
.cartminilinks a:visited{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}
.cartminilinks a:active{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

/* Encloses all content area under header */
#wrap {
	padding:2px;
	border:0px solid #ff6;
}

/* Horizontal navigation */
#nav {  
	background:#C4BCB5;
	border:0px solid;
	width:100%;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	padding:0px;
	width:100%;
	border-collapse:separate;
}

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:2px 0px;
	color:#7C7168;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	border-right:1px solid #ffffff;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000000; }

/* 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;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	border-collapse:separate;
	display:inline;
	width:900px;
	padding:0px;
	border-bottom:1px dotted #999999;
	font-size: 10px;
}

#utilbar table {
	width:100%;
	height:23px;
}

#utilbar td {
	padding:2px 5px 1px;
	vertical-align:middle;
	font-size:10px;
	border-right:1px dotted #999999;
	font-weight:normal;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a {
	color:#ff6600;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#utilbar a:hover { 
	color:#000000; 
}

/* Encloses all content area under utilbar */
#all { 
	margin-top:0px;
	padding-bottom:0px;
}

/* Left column- categories, currency, language etc */
#left {
	width:135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #666666;
	padding-left: 2px;
	text-decoration: none;
	display:inline;
}
#left h2 {
	text-decoration: none;
	color:#666666;
	margin:8px 0px 2px auto;
	padding:0px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right:0px solid #cccccc;
	width:135px;
	text-transform:uppercase;
}

#left .box {		/* General style of each box in left column */
	padding:0px 0px;
	font-size:10px;
	border-right:0px solid #cccccc;
	margin-bottom:0px;
	width:135px;
}

#left .box p {
	margin:0px;
	padding-bottom:0px;
}

#left ul {
	list-style-type:none;
	color: #666666;
	padding:5px;
	margin:0px 0px 0px auto;
	line-height:18px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top: 0px none;
	border-bottom: 1px dotted #cccccc;
	border-left: 0px none;
	border-right:0px solid #cccccc;
}

#left ul a {
	background:url(none);
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	border-top: 0px none;
	font-weight: bold;
}
#left ul a:hover { 
	color:#000000; 
}

/* Extra styles for category navigation */
#catnav ul {
	margin:10px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Main content area */
#main {
	text-align:left;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	border:0px solid #cccccc;
	padding:0px;
	color:#666;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#666666; }
#homecontent p {
    margin:0 0 20px 0;
}
#homecontent img { 
	margin-right:0px;
	text-align:left; 
}

/* content area styles */
#content {
	padding:1px;
	text-align:left;
}

/* Footer */
#footer {
	border-top:1px solid #808080;
	padding-bottom:5px;
	text-align:left;
	color:#999999;
	font-size:9px;
	clear:both;
	
}

/* Alphabet listing */
#footer .alphabet {
	margin-bottom:10px;
	padding:3px 10px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color:#999999;
	font-weight:normal;
	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;
}

/*formats the display of the form elements throughout the front end*/
.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:#FFFFFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background-color: #808080;
   font-size: 10px;
   font-weight: bold;
   padding : 2px;
   border:0px solid #808080;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #CCCCCC;
	color : #999999;
	font-size : 10px;
	padding : 1px;
	text-align : left;
}

.menubdr{
	background-color : #CCCCCC;
}

.dashed{
	border: 1px dotted #cccccc;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px dotted #cccccc;
	display: block;
}
.leftmenumain{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-top: 2px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc;
	padding: 4px
}

/*formats the header text throughout the site*/
.txtheader{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.hdrproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}

/* Styles to be use in 6.50 */
#main {
	font-size:10px;
	line-height:15px;
	width:98%;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#999999;
	font-size:10px; 
	margin-bottom:5px;
}

div.breadcrumb a { 
	color:#000000; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#666666; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight : normal;
	margin:0px 0px 0px;
	color:#000000;
	text-align:left;

}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999999;

}

#main h2.picheader {
	background-position:left top;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color:#666666;
	font-size:10px;
	border-top:0px dotted #CCCCCC;
	border-left:0px solid #CCCCCC;
	border-right:0px solid #CCCCCC;
	text-align:left;
	padding:2px;
	margin:0px;
	background-color: #cccccc;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:118px;
	padding-bottom:20px;
}

table.tbl_compare {
	width:118px;
	border-collapse:collapse;
	border:0px;
	text-align:left;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 2px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:15px;
	text-align:left;
}

table.tbl_compareproduct td {
	padding:2px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px dotted #CCCCCC !important;
	margin-bottom:5px;
	border-collapse:collapse;
}

table.customerservice th {
	height:20px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#333;
	font-size:10px;
	border-bottom:0px dotted #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:2px;
	vertical-align:middle;
}

table.customerservice td {
	padding:0px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 10px 0px 10px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	margin-bottom:0px;
	padding:2px 0px;
	text-align:right;
	vertical-align:top;
	line-height:15px;
	font-size:10px;
	border-top: 1px dotted #999999;
	border-right: 0px none #CCCCCC;
	border-bottom: 0px dotted #999999;
	border-left: 0px none #CCCCCC;
}

.std_table table { 
	border-collapse:collapse;
	width:100%;
}

.std_table th {
	vertical-align:top;
	padding:0px 5px 0px 0px;
	width:35%;
	font-weight:normal;
	text-align:left;
}
.std_table td {
	padding:0px 0px 0px 0px;
	text-align:right;
}

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	
	text-align:left;
	padding:0px 0px 0px 0px;
	margin-bottom: 0; 
	padding-bottom: 0;
}
/* Category table added by SK to remove Firefox line breaks */
.noSpace {
	margin: 0;
}

/* shopcustomer.asp form */
table.tbl_customer {
	width:95%;
}

table.tbl_customer th {
	width:50%;
	vertical-align:top;
	text-align:right;
	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:0px;
	margin-bottom:0px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:left;
	width:100%;
	float:left;
}

table.tbl_subproduct td {
	padding:0px;
}

/* 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;
}
.smlpad { padding:5px !important; }

.pricesmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	color:#666666;
	font-size:9px;
	}
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#666666;
	font-size:10px;
}
	
/* This section is copy of compactdesk2.css */
a {  font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal; font-size: 10px; color: #FF6600; font-style: normal}
.Content {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10px; font-weight: normal; line-height: 20px}
a:link {  text-decoration: none; font-weight: normal; color: #FF6600; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal}
a:visited {  color: #FF6600; text-decoration: none}
a:active {  color: #FF6600}
a:hover {  color: #000000; text-decoration: none}
.Subhead {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FF6600; text-decoration: none}
.footerLinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none}
.footerAddress { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF0000; text-decoration: none }
.rolloverQuotes { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration: none }
a.inline:link { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal; font-size: 10px; color: #FF6600}
a.inline:active { color: #000000}
a.inline:hover {  color: #000000}
a.inline:visited {  color: #FF6600; text-decoration: none}
a.inline {  color: #FF6600; font-size: 10px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif}
a.white:link { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal; font-size: 10px; color: #FFFFFF}
a.white:active { color: #000000}
a.white:hover {  color: #000000}
a.white:visited {  color: #FFFFFF; text-decoration: none}
a.white {  color: #FFFFFF; font-size: 10px; text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif}
.SubNavOn { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 10px; color: #000000; font-style: normal }
.ContentTight { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10px; font-weight: normal}
.SmallCopy { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 9px; font-weight: normal}

.SmallCopyBold { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 9px; font-weight: bold}
.ContentWhite { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 10px; font-weight: normal; line-height: 20px }
.SubNavOnWhite { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 10px; color: #FFFFFF; font-style: normal }
.ContentOrangeTight { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF6600; font-size: 10px; font-weight: normal; line-height: 15px}
.footerGrey {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #999999; text-decoration: none
}
a.Popup {
font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: normal; font-size: 10px; color: #FF6600; font-style: normal
}
a.Popup:link {
text-decoration: none; font-weight: normal; color: #FF6600; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal
}
a.Popup:visited {
color: #FF6600; text-decoration: none
}
a.Popup:active {
color: #000000
}
a.Popup:hover {
color: #000000; text-decoration: none
}
.SubNavGrey {
font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; color: #999999; font-style: normal
}
.PopUpText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	line-height: 17px;

}
.PopUpSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 10px;

}
a.Nav {
font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; font-size: 11px; color: #FF6600; font-style: normal
}
a.Nav:link {
text-decoration: none; font-weight: bold; color: #FF6600; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal
}
a.Nav:visited {
color: #FF6600; text-decoration: none
}
a.Nav:active {
color: #FF6600
}
a.Nav:hover {
color: #000000; text-decoration: none
}
a.NavBlack {
font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; font-size: 11px; color: #000000; font-style: normal
}
a.NavBlack:link {
text-decoration: none; font-weight: bold; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal
}
a.NavBlack:visited {
color: #000000; text-decoration: none
}
a.NavBlack:active {
color: #000000
}
a.NavBlack:hover {
color: #FF6600; text-decoration: none
}
.ContentGray {
font-family: Verdana, Arial, Helvetica, sans-serif; color: #999999; font-size: 10px; font-weight: normal; line-height: 20px
}
a.Nav {
font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; font-size: 11px; color: #FF6600; font-style: normal
}
a.Nav:link {
text-decoration: none; font-weight: bold; color: #FF6600; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal
}
a.Nav:visited {
color: #FF6600; text-decoration: none
}
a.Nav:active {
color: #FF6600
}
a.Nav:hover {
color: #000000; text-decoration: none
}
a.NavBlack {
font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; font-weight: bold; font-size: 11px; color: #000000; font-style: normal
}
a.NavBlack:link {
text-decoration: none; font-weight: bold; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal
}
a.NavBlack:visited {
color: #000000; text-decoration: none
}
a.NavBlack:active {
color: #000000
}
a.NavBlack:hover {
color: #FF6600; text-decoration: none
}
