
body {
	font-family: "Comic Sans MS", Arial, sans-serif;
	background-color: #000000;
	font-size: 14px;
}
.logo {
	background-image: url(../MyImages/logobg.jpg);
	background-repeat: repeat-x;
}
.leftside {
	background-color: #B0A3F2;
	width: 200px;
	vertical-align: top;
	text-align: left;
	padding: 15px;
}
.midtext {
	color: #4A31D5;
	background-color: #FFFFFF;
	padding: 20px;
	vertical-align: top;
}
.rightside {
	background-color: #78E095;
	padding: 15px;
	width: 200px;
	vertical-align: top;
	text-align: center;
	color: #FFFFFF;
}
.rightside a:link {
	color:#FFFFFF;
	text-decoration: none;
	padding: 2px;
}
.rightside a:visited {
	text-decoration: none;
}
.rightside a:hover {
	color: #F74D4E;
	text-decoration: none;
	background-color: #FFFFFF;
}
.copyright {
	color: #FFFFFF;
	background-color: #EE5431;
	padding: 12px;
}
.copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:hover {
	color: #D183E8;
	text-decoration: none;
	background-color: #FFFFFF;
}


.container {
	border: 4px solid #CE74E6;
}
.box {
	background-color: #FFFFFF;
}

h1 {
	font-size: 22px;
	color: #4A31D5;
	margin-top: 0px;
}
h2 {
	font-size: 20px;
	color: #E15F5D;
}
h3 {
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 0px;
}
a:link {
	color: #4A31D5;
	text-decoration: underline;
}
a:visited {
	color: #4A31D5;
	text-decoration: underline;
}
a:hover {
	color: #D75E55;
	text-decoration: none;
}
a img { border:0px; }.focusbox {
	color: #B0A3F2;
	background-color: #FFFFFF;
}
.distributebox {
	color: #666666;
	background-color: #EEEEEE;
	padding: 10px;
	border: 1px dashed #CCCCCC;
}

.focusbox a:link {
	color: #4A31D5;
	text-decoration: underline;
}
.focusbox a:visited {
	color: #4A31D5;
	text-decoration: underline;
}
.focusbox a:hover {
	color: #D75E55;
	text-decoration: none;
}

.navbg {
	background-color: #D183E8;
}

/* global styles */
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }

/*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;
}

/* Left column- categories, currency, language etc */

.leftside h2 {
	color:#FFFFFF;
	margin:0px;
	padding:5px 10px;
	font-size:16px;
	font-weight: normal;
	text-transform: uppercase;
}

.leftside.box {		/* General style of each box in left column */
	padding:5px 10px;
	margin-bottom:5px;
	color: #FFFFFF;
}

.leftside ul {		/* General style of list style in left column; including category listing */
	list-style-type:none;
	padding:10px 15px;
	margin:0px 0px 5px 0px;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}
.leftside li {
	margin-bottom: 10px;
}


.leftside a {
	color:#FFFFFF;
	text-decoration: none;
	padding: 2px;
	display: block;
}
.leftside a:visited {
	text-decoration: none;
}
.leftside a:hover {
	color: #F74D4E;
	text-decoration: none;
	background-color: #FFFFFF;
}


/* Extra styles for category navigation */
#catnav ul {
	margin:10px 15px;
}

/* Alphabet listing */
#footer .alphabet {
	background:#D7D7D7;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
}

/*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;
}

/* 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;
}

.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: #013197;
	font-style: normal;
	font-weight: bold;
}
/* Horizontal navigation */
#nav {
	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;
	padding:0px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #3F3BF2;
}

/* 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;
	filter: alpha(opacity=85);
	opacity:0.85;
}

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;
	color: #4A31D5;
	text-transform: none;
	filter: alpha(opacity=85);
	opacity:0.85;
}
table#horiz_nav ul li a:hover { /* submenu links */
	/* Do not change */
	display:block;
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
	color: #D75E55;
	text-transform: none;
	background-color: #FFFFFF;
}


/* Styles to be use in 6.50 */

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;
}

div.breadcrumb a {
	color:#013197;
	text-decoration:none;
}
div.breadcrumb a:hover {
	color:#FF0000;
	text-decoration:underline;
}

/* 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;
}
.smlpad { padding:15px !important; }

.pricesmall {}
.price {}
.alphabet {
	text-align: center;
}
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;
}
