* { 
    -moz-box-sizing: border-box; 
}

body{
	font-size:12px;
	text-align:center;
	margin:0px;
	
	
}

/* global styles */
a {
	color:#0066FF;
	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 #99ccff; }

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
	width:800px;	/* change value to adjust width */
	text-align:left;
	margin:2px auto;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	
}

/* Logo and minicart */
#header {
	padding:5px 0px;
	height:80px;
	background-image:url(../images/header/header.jpg);
	background-repeat: no-repeat;	/*border:1px solid #ff99cc; /*#e5e5e5e */
	/*margin-bottom:10px;*/
}
#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:#0066FF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#0066FF;
	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 {
	padding:5px;
	/*border:1px solid #ff99cc; /* border:1px solid #e5e5e5; */
}


/* Top Horizontal navigation */
#topnav{
	position:relative;
	height:20px;
	width:auto;
	font-size:x-small;
	padding:0 0 0 10px;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/header/Tab_Background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}
#topnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	
}
#topnav ul li{
	display:block;
	float:left;
	margin:0 1px;
	border-right:1px dotted #1981b7;
}
#topnav ul li a{
	display:block;
	float:left;
	font-size:x-small;
	color:#0066CC;
	padding:4px 5px 0px 5px;
	height:16px;
		
}

#topnav ul li a:hover{
	color: #FF66FF;
	text-decoration: none;
}
#topnav ul li.last{ border-right:0px; }


/* Horizontal navigation */
#nav {  
	/* background:white;*/
	height: 36px;
	/*border:1px solid #ff99cc; /* border:1px solid #EEEEEE; */
	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:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	font-size: small;
	color: #BFD9FF;
}

table#horiz_nav td a {
	height:auto;
	display:block;
	text-align:center;
	padding:8px 0px;
	color:#ffffff; /* color:#1981b7; */
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:1px solid #1981b7;
	background-image: url(../images/header/FooterBg2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #0066FF;
}

table#horiz_nav td a:hover { 
	background:#1981b7 url(../images/header/HdrBgOvr2.gif) ;
	color:#ffffff; /* color:#1981b7; */
	
}
/* 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;
	background: #3366FF;
	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 {
	text-align:center;
	background:#ffffff; /* #eee */
	padding:2px;
	border-bottom:3px solid #99ccff; /* D7D7D7 */
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:0px 0px 0 0;
	text-align:center;
	vertical-align:middle;
	width:33.3%;
	font-size:80%; /* E5E5E5 */
	font-weight:bold;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #99ccff;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#1981b7; text-decoration:none; }
#utilbar a:hover { text-decoration:underline; }

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:20%;	/* Change to alter width of left column */
}

#left h2 {
	/*background:#ffccff;  /* background:#EEE; */
	color:#ffffff;
	margin:0px;
	padding:5px 10px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	border:1px solid #ff99cc;
	background-color: #FF00FF;
	background-image: url(../images/header/LeftHdr2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#left .box {		/* General style of each box in left column */
	padding:5px 10px;
	font-size:90%;
	border:1px solid #ff99cc; /* #eee */
	margin-bottom:5px;
}

#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:10px 15px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size:90%;
	border:1px solid #ff99cc; /* #eee */
}

#left ul a {
	padding-left:0px;
	color:#505050;
}

#left ul a:hover{
	margin:0px;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	background-color: #FF99FF;
}

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */
#main {
	text-align:center;
}
.news {
}

#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:1px solid #99ccff;
	color:#666;
	margin-bottom:2px;
	text-align:left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#homecontent h1 {
	color:#0099FF;
}
#homecontent p { margin-right:10px; }
#homecontent img { margin-right:10px; }

/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
}

/* Footer */
#footer {
	text-align:center;
	color:#0066FF;
	font-size:80%;
	clear:both;
	background-color: #fff;
	background-image: url(../images/header/Tab_Background.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 22px;
	padding-bottom: 15px;
}

/* Alphabet listing */
#footer .menu {
	font-size:xx-small;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #009900;
	background-image: url(../images/header/FooterBg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}

#footer a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .menu ul{
		margin:0; padding:0; list-style:none; width:100%; float:left; text-align:center; }
		
#footer .menu ul li {
	display:block;
	float:left;
	border-right:1px dashed #1981b7;
}

#footer .menu ul li a {
		display:block; float:left; height:18px; color:#FFFFFF; font-size:110%; padding:4px 5px 0 5px; }

#footer .menu ul li a:hover {
	text-decoration:none;
	color: #FF66FF;
}

#footer ul li.last{ border-right:0px; }

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FF99FF;
	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: Tahoma,Arial, Helvetica, sans-serif;
	background-color: #FF00FF;
	font-size: x-small;
	font-weight: bold;
	border:1px solid #aaaaaa;
}

/* General styles */
.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color : #B3B7BB;*/
	background:url(../images/header/LeftHdr2.jpg) repeat-x bottom left;
	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;
}

/* Content Headings eg. DIRECTIONS */
.contentheaders{
	background:url(../images/header/LeftHdr2.jpg) repeat-x bottom left;
	color:#FFFFFF; /*FF00FF*/
	text-indent:10px;
	font-weight:bold;
	text-transform:uppercase;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #FF00FF;
	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: #FF99FF;
	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:#0066FF;
	text-decoration:none;
}
div.breadcrumb a:hover {
	color:#0066FF;
	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:#FF00FF;
	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 #ff99cc;/*cccccc*/
	border-left:1px solid #ff99cc;
	border-right:1px solid #ff99cc;
	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-color:#FF99FF; /*F9F9F9*/
	border:1px solid #99ccff;
!important; /*cccccc*/
	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:left;
	height:32px;
	background-image: url(../images/header/FooterBg2.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	width: 100%;
	font-weight: bold;
	text-indent: 10px;
	padding: 0px;
	background-color: #0099FF;
}

table.tbl_category td a{color:#FFFFFF; font-size:120%;}

/* 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;
}

/* Front page table settings */
.tablefront {
	background-color:#FF99FF;
	background-image:url(../images/header/RowBg3.jpg);
	padding:5px 0 5px 5px;
	margin:0;
	background-repeat: repeat-x;
}

/* Front page table settings */
.tablefront2 {
	background-color:#FF66FF;
	background-image:url(../images/header/RowBg4.jpg);
	padding:5px 0 5px 5px;
	margin:0;
	background-repeat: repeat-x;
}

/* 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 {}

#forumwrap{
	width:900px;	/* change value to adjust width */
	margin:0px auto;
	background:#fff url(../images/header/Tab_Background.jpg) repeat-x bottom left;
	padding-bottom:5px;
	text-align:center;
	color:#0066FF;
	font-size:100%;
	clear:both;
	}
	
#forumfooter .menu {
	background:#fff url(../images/header/FooterBg.jpg) repeat-x bottom left;
	margin-bottom:0px;
	padding:0px 18%;
	font-size:xx-small;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	font-weight: normal;
}

#forumfooter a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

#forumfooter a:hover {
	text-decoration:underline;
}

#forumfooter .menu ul{
		margin:0; padding:0; list-style:none; width:100%; float:left; text-align:center; }
		
#forumfooter .menu ul li {
	display:block;
	float:left;
	border-right:1px dashed #1981b7;
}

#forumfooter .menu ul li a {
		display:block; float:left; height:18px; color:#FFFFFF; font-size:110%; padding:4px 5px 0px 5px; }

#forumfooter .menu ul li a:hover {
	text-decoration:none;
	color: #FF66FF;
}

#forumfooter ul li.last{ border-right:0px; }

.headingmaternity {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	background-color: #FF00FF;
	color: #FFFFFF;
	padding-left: 10px;
	line-height: 20px;	
}


/* Vertical navigation */
.navcats{
	font-size:small;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FF99FF;
	border-right-color: #FF99FF;
	border-bottom-color: #FF99FF;
	border-left-color: #FF99FF;
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
}	
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 15px;
	color: #333333;
	
}	
.track {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 15px;
	color: #0066FF;
