* { 
    -moz-box-sizing: border-box; 
}

body{
	font-size:12px;
	text-align:center;
	margin:0px;
	background-color: #9f84bd;
}

/* global styles */
a { color:#ffffff; text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:0px; border:0px; border-top:0px solid #9f84bd; }

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:700px;	/* change value to adjust width */
	text-align:left;
	margin:0px auto;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Logo and minicart */
#header {
	padding0px 0px; /*5,0*/
	border:#9f84bd                    /*changed 1px solid #e5e5e5*/;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 0px;/*0,10*/
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:0px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
	font-weight: bold;
}
#header a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #ffffff;
	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: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #ffffff;
	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 {
	padding:0px;
	border:0px solid #9f84bd;
}

/* Horizontal navigation */
#nav {  
	background:#9f84bd;
	border:0px solid #9f84bd;
	width:100%;
}

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:0px 0px;
	color:#000000;
	text-decoration:none;
	font-size:80%;
	font-weight: bold;
	text-transform:uppercase;
	border-right:0px solid #9f84bd;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#ffffff; }

/* 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:#9f84bd;
	border-right:0px solid #9f84bd;
	text-align:left;
	width:100px;
}

/* 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 0px !important;
	border-bottom:0px solid #9f84bd;
	border-right:0px;
	text-align:left;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align:center;  /*changed #eee */
	padding:0px;
	background-color: #9f84bd;
	border-bottom-color: #9f84bd;
	border-top-style: 9f84bd;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9f84bd;
	border-right-color: #9f84bd;
	border-left-color: #9f84bd;
	white-space: nowrap;
	display: block;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	text-align:center;
	vertical-align:middle;
	width:33.3%;
	font-size:80%;
	font-weight:bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-width: 0px;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#ffffff; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:0px;
	padding-bottom:0px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:105px;	/* Change to alter width of left column */
}

#left h2 {
	background:#9f84bd;  /*changed #eee*/
	color:#ffffff;
	margin:0px;
	padding:0px 0px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#left .box {		/* General style of each box in left column */
	padding:0px 0px;
	font-size:90%;
	border:0px solid #9f84bd;
	margin-bottom:0px;
	background-color: #9f84bd;
}

#left .box p {
	margin:0px;
	padding-bottom:0px;
}

#left ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding:0px 0px;
	margin:0px 0px 0px 0px;
	line-height:20px;
	font-size:90%;
	border:0px solid #9f84bd;
}

#left ul a {
	background:#9f84bd;
	padding-left:0px;
	color:#ffffff;
	background-color: #9f84bd;
}

/* Extra styles for category navigation */
#catnav ul { margin:0px 0px; }

/* Main content area */
#main {
	text-align:center;
}

#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 #9f84bd;
	padding:0px;
	color:#ffffff;
	margin-bottom0px;
	text-align:left;
}

#homecontent h1 { color:#ffffff; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/* content area styles */
#content {
	padding:0px 0px 0px 0px;
	text-align:left;
}

/* Footer */
#footer {
	background:#9f84bd;
	padding-bottom:10px;
	text-align:center;
	color:#ffffff;
	font-size:80%;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	background:#9f84bd;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

#footer a {
	color:#ffffff;
	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;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #333333;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #333333;
	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: #000000;
	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: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #339900;    /*continue,order,recalculate buttons*/
   font-size: x-small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : #9f84bd;
	color :#ffffff;
	font-size : x-small;
	font-weight : bold;
	padding : 0px 0px;
	text-align : left;
}

.menubdr{
	background-color : #9f84bd;
}

.dashed{
	border-left : 1px solid #9f84bd;
	border-right : 1px solid #9f84bd;
	border-bottom : 1px solid #9f84bd;
	background-color : #9f84bd;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 0px solid #9f84bd;
	display: block;
}
.leftmenumain{
	background-color: #9f84bd;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #9f84bd;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 0px solid #9f84bd; 
	background-color: #9f84bd;
	padding: 0px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #ffffff;
	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:normal;
	width:75%;
	background-color:#9f84bd;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#ffffff;
	font-size:90%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#ffffff; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#333333; 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight :
	margin:0px 0px 0px 0px;
	color:#000000;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 0px 0px;
	font-family:Verdana, 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:#000000;
	font-size:12px;
	border-top:1px solid #9f84bd;
	border-left:1px solid #9f84bd;
	border-right:1px solid #9f84bd;
	background-color:#9f84bd;
	text-align:left;
	padding:0px 0px 0px 0px;
	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:#9f84bd;
	border:1px solid #9f84bd !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:#ffffff;
	font-size:12px;
	border-bottom:1px solid #9f84bd;
	background-color:#9f84bd;
	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:#9f84bd;
	border:0px solid #9f84bd !important;
	margin-bottom:10px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	line-height:0px;
	font-size:11px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 0px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 0px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:100%;
}

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 #9f84bd;
	background:#9f84bd;
	text-align:center;
	width:100px;
	float:left;
	background-color: #9f84bd;  /* changed*/
}

table.tbl_subproduct td {
	padding:0px 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;
	background-color: #9f84bd;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.vm { vertical-align:top !important; }
.vb { vertical-align:top !important; }
.cb {
	clear: none;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:0px !important; }

