
body{
	font-size:12px;
	text-align:center;
	margin:15px;
	background:url(../images/images1/bg_1.gif);
	background-repeat:repeat-x;
	color: #19365c;
}

/* global styles */
a { color:#19365c; text-decoration:none; }
a:hover { color:#19365c; text-decoration:underline; }
a img { border:0px; padding-top: 5px;}
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #19365c; }

/* Container which encloses the whole site to allow easy width change */
#container,#wrap {
    background-color:#ffffff;
	width:752px;	/* change value to adjust width */
	text-align:left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Logo and minicart */
#header {
	background:url(../images/images1/logoBannerBG.gif);
	background-repeat:repeat-x;
	height:78px;
}
#header table {
    background:url(../images/images1/logoBannerBG.gif);
	background-repeat:repeat-x;
	width:100%;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:bottom;
	margin-top:15px;
	color:#777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#19365c;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; }

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #19365c;
	font-family: 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: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #19365c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #19365c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #19365c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #19365c;
	font-family: 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;
}

/* Horizontal navigation */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height:1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777777;
	background-color:#EEF3F1;
	border-top: 1px solid #adbfcf;
	border-bottom: 1px solid #adbfcf;
	text-decoration: none;
}

#nav a, #nav a:visited {
	display: block;
	width: 9em;
	background-color:#EEF3F1;
	text-decoration: none;
	border-top: 1px solid #adbfcf;
	border-left: 1px solid #adbfcf;
	color:#777777;
	font-weight:bold;
	text-transform: uppercase;
	padding: 5px;
}

#nav a:hover {
	display: block;
	width: 9em;
	text-decoration: none;
	color: #122b4b;
	padding: 5px;
}

#nav li {
	float: left;
	width: 8em;
}

#nav li ul {
	position: absolute;
	width: 8em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width:8em;
	border-bottom:0px;
	border-top: 1px solid #adbfcf;
}

#nav td.last a { border-right:0px; }

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;
	padding:1px;
}

table#horiz_nav td a {
	display:block;
	text-align:center;
	padding:1px 0px;
	color:#777777;
	font-weight: bold;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	border-right:1px solid #adbfcf;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#122b4b; }

/* 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:00bfaf;
	border-right:1px solid #adbfcf;
	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 0px !important;
	border-bottom:1px solid #adbfcf;
	border-right:0px;
	text-align:left;
}

/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	text-align:center;
	background:#ffffff;
	padding:5px;
	border-bottom:1px solid #adbfcf;
	color: #777777;
}

#utilbar table {
	width:100%;
}

#utilbar td {
	padding:0px 0px;
	text-align:left;
	vertical-align:top;
	width:38%;
	font-size:12px;
}

#utilbar form { display:inline; }
#utilbar a { 
    color:#777777;
	background: url(../images/images1/arrow.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	padding-left: 16px;
	background-position: left bottom;
}
#utilbar a:hover { text-decoration:underline; }
#brand{
	text-align:center;
	background:#fffff;
	border-bottom:1px solid #adbfcf;
	color: #777777;
}

/* Encloses all content area under utilbar */
#all { 
	margin-top:5px;
	padding-bottom:5px;
}

/* Left column- categories, currency, language etc */
#left {
	/* Styles */
	width:25%;	/* Change to alter width of left column */
}

#left h2 {
	background:#497094;
	color:#ffffff;
	margin:0px;
	padding:5px 10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#left .box {		/* General style of each box in left column */
	padding:5px 10px;
	font-size:12px;
	margin-bottom:5px;
	color:#777777;
}

#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:12px;
}

#left ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 3px;
	padding-left:15px;
	color:#777777;
	font-weight: bold
}
#left ul a:hover {
	background:url(../images/site/catnav_bullet_on.gif) no-repeat 0 3px;
}
/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* Main content area */
#main {
    border-left: 1px solid #a4b8ca;
	text-align:center;
	color:#777777;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
    background-color:#ffffff;
	padding:10px;
	color:#777777;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#777777; }
#homecontent p { margin-right:5px; }

/* content area styles */
#content {
	padding:0px 10px 10px 10px;
	text-align:left;
	color:#777777;
}

/* Footer */
#footer {
	padding-bottom:10px;
	text-align:center;
	color:#19365c;
	font-size:10px;
	clear:both;
}

/* Alphabet listing */
#footer .alphabet {
	margin-bottom:5px;
	padding:3px 10px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#777777;
}

#footer a {
	color:#777777;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border-bottom-color: #19365c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #19365c;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #19365c;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #19365c;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: 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: #19365c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #19365c;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #19365c;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #19365c;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	border:1px solid #19365c;
}

.submitbtn {
   background:url(../images/buttonBG.gif) repeat-x;
   color:#FFFFFF;
   font-family: verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   font-weight: bold;
   border:1px solid #19365c;
}

/* General styles */
.menuhdr{
	font-family: Arial, Helvetica, sans-serif;
	background-color : #a4b8ca;
	color : #19365c;
	font-size : 12px;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menuhdr2{
	font-family: Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	color : #333333;
	font-size : 12px;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #a4b8ca;
	color: #19365c;
}

.dashed{
	border-left : 1px solid #777777;
	border-right : 1px solid #777777;
	border-bottom : 1px solid #cccccc;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #b8d0c9;
	display: block;
}
.leftmenumain{
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #777777;
	font-family: 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: #777777;
	font-family: 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{
	color: #777777;
	font-family: 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: #777777
	font-family: 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 #777777; 
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.hdrproduct{
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

/* Styles to be use in 6.50 */
#main {
	font-size:12px;
	color:#777777;
	line-height:18px;
	width:75%;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#777777;
	font-size:11px; 
	padding-left: 5px;
	margin-bottom:10px;
	background-color: #FFFFFF;
}

div.breadcrumb a { 
	color:#777777; 
	background-color: #FFFFFF;
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#19365c; 
	background-color: #FFFFFF;
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
	padding-left: 5px;
	margin:0px 0px 15px 0px;
	color:#19365c;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#19365c;
	font-size:16px;
	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: Arial, Helvetica, sans-serif;
	font-weight : bold;
	color:#19365c;
	font-size:12px;
	border-top:1px solid #a4b8ca;
	border-left:1px solid #a4b8ca;
	border-right:1px solid #a4b8ca;
	background-color:#ffffff;
	text-align:left;
	padding:10px 40px 10px 40px;
	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%;
	border:1px solid #a4b8ca !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size:12px;
	border-bottom:1px solid #a4b8ca;
	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 {
	border:1px solid #a4b8ca !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:12px;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
	color:#777777;
}
.std_table td {	
    color:#777777;
	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	
    text-align:left;
	color:#777777;
}

/* 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 #a4b8ca;
	text-align:left;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}
.resizeImage{
	width:300px;
}

.resizeImage img{
	width:330px;
}
/* General override styles */
.ac { color:#777777; text-align:center !important; }
.ar { color:#19365c; padding-left:5px; 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 {color:#777777; font-weight:bold;}
.price {color:#777777; font-weight:bold;}

 p
{
	color:#19365c;
}
ul
{
	color:#19365c;
}