* { 
    -moz-box-sizing: border-box; 
}

body{
	
font-family:Trebuchet MS;
font-size:14px;
}
   
/*full site*/

#main1{padding-top:90px;width:800px;}

/*main  menu (top)*/
#div1 { position: absolute; top: 20px; left: 0; z-index: 1; ;width:99%;height:56px}



/* global styles */
a { color:#175D7F; 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; }


#homecontent2 a { color:#000000; text-decoration:none; }
#homecontent2 a:hover { color:#175D7F; text-decoration:none; }
#homecontent2 {
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	line-height:14px;
}

/* Container which encloses the whole site to allow easy width change */
#container2 {
	border-width: 1px 1px 0px 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	width:804px;	/* change value to adjust width */
	text-align:left;
	margin:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container,#wrap {
	/* change value to adjust width in shop_header */
	text-align:left;
	margin:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* Logo and minicart */
#header {
	/*padding:5px 0px;*/
	border:1px solid #e5e5e5;
	/*margin-bottom:10px;*/
}
#header table {
	border-collapse:collapse;
	width:100%;
}
#header img {
	margin:0px 0px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:90%;
	padding-right:10px;
}
#header a {
	text-decoration:none;
	color:#092F68;
	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:0px;
	border:1px solid #000000;
}

/* Horizontal navigation */
#nav {  
	background:white;
	border:1px solid #000000;
	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:8px 0px;
	color:#092F68;
	text-decoration:none;
	font-size:80%;
	text-transform:uppercase;
	border-right:1px solid #EEEEEE;
}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#000; }

/* 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 {
	text-align:center;
	background:#eee;
	padding:10px;
	border-bottom:5px solid #D7D7D7;
}

#utilbar table {
	border-collapse:collapse;
	width:100%;
}

#utilbar td {
	padding:5px 0px;
	text-align:center;
	vertical-align:middle;
	width:33.3%;
	font-size:80%;
	border-right:2px dotted #E5E5E5;
	font-weight:bold;
}

#utilbar td.last { border:0px; }	/* remove border from the last column */
#utilbar form { display:inline; }
#utilbar a { color:#092F68; 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 */
}

#left h2 {
	background:#ccc;
	color:#092F68;
	margin:0px;
	padding:5px 3px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#left .box {		/* General style of each box in left column */
	padding:5px 10px;
	font-size:90%;
	border:1px solid #ccc;
	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:5px 5px;
	font-size:90%;
	margin:0px 0px 5px 0px;
	line-height:20px;
	border:1px solid #ccc;
}

#left ul a {
	background:url(../images/site/catnav_bullet.gif) no-repeat 0 3px;
	padding-left:8px;
	color:#505050;
}


/* Right column- categories, currency, language etc */
.rightbox {		/* General style of each box in left column */
	padding-left:5px;
	font-size:90%;
	border:1px solid #ccc;
	margin-bottom:5px;
}

#right {
	/* Styles */
}

#right a { color:#000000; text-decoration:none; }
#right a:hover { color:#175D7F; text-decoration:none; }

#right h2 {
	background:#ccc;
	color:#092F68;
	margin:0px;
	padding:5px 3px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#right .box {		/* General style of each box in left column */
	padding:0px 10px;
	font-size:90%;
	border:1px solid #ccc;
	margin-bottom:5px;
}

#right .box p {
	margin:0px;
	padding-bottom:10px;
}

#right ul {		/* General style of list style in left column; including category listing */
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
	margin:0px 0px 5px 0px;
}

#right li {
	line-height:16px;
	padding-left: 10px;
	background: url(../images/site/catnav_bullet.gif) no-repeat 0 6px;
}

/* Extra styles for category navigation */
#catnav ul { margin:10px 15px; }

/* 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:1px solid #000000;
	color:#666;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#1d83b4; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/* content area styles */
#content {
	text-align:left;
	font-size:12px;
	line-height:14px;
}
#content a {
	 color:#175D7F; text-decoration:underline; }

/* Footer */
#footer{font-size:10pt;color:#8c8c8c;clear:both;padding-top:25px}
#footer a{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: small;
	font-style: normal;
	font-weight: normal;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	border:1px solid black;
}

.submitbtn {
   color:#666666;
   font-family: Tahoma,Arial, Helvetica, sans-serif;
   background-color: #f3f3f3;
   font-size: small;
   font-weight: bold;
   border:1px solid #aaaaaa;
}

/* 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;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	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: #EEEEEE;
	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-style: normal;
	font-weight: bold;
	font-size:120%;
}
.detailproduct{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:110%;
        padding-right:30px;
	line-height:14px;
}
.hdrcode{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:100%;
}

/* Styles to be use in 6.50 */
#main {
	font-size:100%;
	line-height:18px;
}

/* breadcrumbs */
div.breadcrumb {
	text-align:left;
	color:#000;
	font-size:90%; 
	margin-bottom:10px;
}

div.breadcrumb a { 
	color:#092F68; 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	color:#175D7F; 
	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:#175D7F;
	text-align:left;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
}

#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 #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	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 {
s	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; }


table.tbl_category {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
	border-width: 0px;
	border-spacing: ;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
margin-left:20px;
margin-right:20px;
width: auto;
margin-top:6px;
   line-height:13px;
}


/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:center; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td img { border: 1px solid #000000 ; }


/* 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;
	border:1px solid #ddd;
	background:#fffafa;
	text-align:center;
	float:left;
	display: block;
  	text-decoration: none;
}

table.tbl_subproduct td {
	padding:2px 2px 1px 1px;
}

table.tbl_subproduct td a:link, table.tbl_subproduct td a:visited {
	text-decoration:none;
	color: #0000AA;
	background-color: #fffafa;
	cursor:pointer;
	padding:2px 2px 1px 1px;
}
table.tbl_subproduct td a:hover, table.tbl_subproduct td a:active {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #0000AA;
	cursor:pointer;
	padding:2px 2px 1px 1px;
}



/* General override styles */
.f16 {	font-size:16px;}
.f20 {	font-size:20px;}
.f24 {	font-size:24px;}
.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;
}
.ca {
	display:inline-block;
}
.smlpad { padding:15px !important; }

.pricesmall {}
.price {}


/* CUSTOM */
.searchby_text_class {
   font-family: tahoma;
   font-style: normal;
   font-weight: bold;
   font-size: 10px;
   color: #ACACAC;
   white-space: nowrap;
   text-decoration: none;
}

table.ztopmenu1bar {
   width:804px;
	border-width: 1px 1px 0px 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
   background-color: #C70013;
}
table.ztopmenu1 {
   font-family: tahoma;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #FFFFFF;
   white-space: nowrap;
   text-decoration: none;
   margin-left:auto;
   margin-right:auto;
   background-color: #C70013;
}
table.ztopmenu1 TR {
   height: 14px;
}
table.ztopmenu1 TD {
   white-space: nowrap;
   padding-right: 12; 
   padding-left: 12
}
table.ztopmenu1 A:link {
   font-family: tahoma;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #FFFFFF;
   white-space: nowrap;
   text-decoration: none;
}
table.ztopmenu1 A:visited {
   font-family: tahoma;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #FFFFFF;
   white-space: nowrap;
   text-decoration: none;
}
table.ztopmenu1 A:hover {
   font-family: tahoma;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #FFFF33;
   white-space: nowrap;
   text-decoration: none;
}
table.ztopmenu1 A:active {
   font-family: tahoma;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #FFFFFF;
   white-space: nowrap;
   text-decoration: none;
}
table.ztopmenu2bar {
   background-color: darkblue;
   width:800px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
   background-color: darkblue;
}
table.ztopmenu1bar TR {
   text-align: center;
}
table.ztopmenu1bar TD {
   text-align: center;
}
table.ztopmenu2 {
   font-family: tahoma;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #FFFFFF;
   white-space: nowrap;
   text-decoration: none;
   margin-left:auto;
   margin-right:auto;
   background-color: darkblue;
}
table.ztopmenu2 TR {
   height: 14px;
}
table.ztopmenu2 TD {
   white-space: nowrap;
   padding-right: 12; 
   padding-left: 12
}
table.ztopmenu2 A:link {
   font-family: tahoma;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #FFFFFF;
   white-space: nowrap;
   text-decoration: none;
}
table.ztopmenu2 A:visited {
   font-family: tahoma;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #FFFFFF;
   white-space: nowrap;
   text-decoration: none;
}
table.ztopmenu2 A:hover {
   font-family: tahoma;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #FFFF33;
   white-space: nowrap;
   text-decoration: none;
}
table.ztopmenu2 A:active {
   font-family: tahoma;
   font-style: normal;
   font-weight: bold;
   font-size: 11px;
   color: #FFFFFF;
   white-space: nowrap;
   text-decoration: none;
   border-width:0;
}
table.zleftmenu {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
   background-color: #0A2F66;
}
table.zleftmenu TR {
   height: 21px;
}
table.zleftmenu TD {
   white-space: nowrap;
   text-align: left;
}
table.zleftmenu A:link {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}
table.zleftmenu A:visited {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}
table.zleftmenu A:hover {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFF33;
   text-decoration: none;
}
table.zleftmenu A:active {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}

.zleftalt {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FF0000;
   text-decoration: none;
}
.zleftalt A:hover {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFF33;
   text-decoration: none;
}

.zleftalt A:active {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FF0000;
   text-decoration: none;
}



table.zrightmenu {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
   background-color: #0A2F66;
   text-align: left;
}
table.zrightmenu TR {
   height: 20px;
}
table.zrightmenu TD {
   white-space: nowrap
}
table.zrightmenu A:link {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}
table.zrightmenu A:visited {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}
table.zrightmenu A:hover {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFF33;
   text-decoration: none;
}
table.zrightmenu A:active {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}

/* PRODUCT */
table.fpproduct1 {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
	border-width: 2px;
	border-spacing: ;
	border-style: outset;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
width:auto;
   margin-left:12px;
   margin-top:10px;
   line-height:13px;
}
table.fpproduct1 th {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: #ffffff;
	-moz-border-radius: ;
}
table.fpproduct1 td {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: #B3C7FD;
	-moz-border-radius: ;
}


/* PRODUCT */
table.fpcategory1 {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
	border-width: 0px;
	border-spacing: ;
width:auto;
   margin-left:12px;
   margin-top:10px;
   line-height:13px;
}
table.fpcategory1 td img { border: 1px solid #000000 ; }
table.fpcategory1 th {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: #ffffff;
	-moz-border-radius: ;
}
table.fpcategory1 td {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.fpcategory2 {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 12px;
	border-width: 0px;
	border-spacing: ;
width:auto;
   margin-right:3px;
   margin-left:3px;
   margin-bottom:10px;
   line-height:13px;
}
table.fpcategory2 td img { border: 1px solid #ccccFF ; }
table.fpcategory2 th {
   font-family: tahoma;
   font-style: normal;
   font-weight: medium;
   font-size: 12px;
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: #ffffff;
	-moz-border-radius: ;
}
table.fpcategory2 td {
   font-family: tahoma;
   font-style: normal;
   font-weight: medium;
   font-size: 12px;
	border-width: 0px;
	padding: 0px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.zleftmenu2 {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
   background-color: #0A2F66;
   text-align: left;
}
table.zleftmenu2 TR {

}
table.zleftmenu2 TD {
  
}
table.zleftmenu2 A:link {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}
table.zleftmenu2 A:visited {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}
table.zleftmenu2 A:hover {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFF33;
   text-decoration: none;
}
table.zleftmenu2 A:active {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}

div.zleftmenu2 {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
   background-color: #0A2F66;
   text-align: left;
}

div.zleftmenu2 A:link {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}
div.zleftmenu2 A:visited {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}
div.zleftmenu2 A:hover {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFF33;
   text-decoration: none;
}
div.zleftmenu2 A:active {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 11px;
   color: #FFFFFF;
   text-decoration: none;
}
table.zcategorybannertext {
	border-width: 0px 0px 1px 0px;
	border-spacing: 0;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
        background-color: #C70013;
}
table.zcategorybannertext th {
	border-width: 1px;
	padding: 0px;
	border-style: none;
	border-color: gray;
        background-color: #C70013;
	-moz-border-radius: ;
}
table.zcategorybannertext td {
	border-width: 1px;
	padding: 0px;
	border-style: none;
	border-color: gray;
        background-color: #C70013;
	-moz-border-radius: ;
}

table.zcategorybanner {
	border-width: 1px;
	border-spacing: 0;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: #FFFFFF;
}
table.zcategorybanner th {
	border-width: 1px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	background-color: #FFFFFF;
	-moz-border-radius: ;
}
table.zcategorybanner td {
	border-width: 1px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	background-color: #FFFFFF;
	-moz-border-radius: ;
}
div.zcategoryblock {
   font-family: tahoma;
   font-style: normal;
   font-weight: normal;
   font-size: 120%;
   color: #000000;
   text-decoration: none;
   text-align:left;
   padding-left:10px;
   padding-right:160px;
   line-height:15px;
}
div.zcategorytitle {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight : bold;
	margin 0px 0px 0px 0px;
	padding-top:5px;
	color:#175D7F;
	text-align:left;
        padding-left:5px;
}
div.zcategoryheadline {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight : bold;
	margin 0px 0px 0px 0px;
	padding-top:5px;
	color:#175D7F;
	text-align:left;
        padding-left:5px;
}
div.zcategorymain {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight : bold;
	margin 0px 0px 0px 0px;
	padding-bottom:3px;
	padding-left:3px;
	color:#FFFFFF;
	text-align:left;
}
table.zsearch {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: #FFFFC0;
}
table.zsearch td {
	font-family: Arial, Helvetica, sans-serif;	font-weight : bold;
	color:#175D7F;
	border-width: 1px;
	padding: 0px;
	border-style: none;
	background-color: #FFFFC0;
	text-align:center;
	-moz-border-radius: ;
}
table.zdeal {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: #1FED80;
}
table.zdeal td {
	font-family: Arial, Helvetica, sans-serif;	font-weight : normal;
font-size: 11px;
	color:#000000;
	border-width: 1px;
	padding: 5px;
	border-style: none;
	background-color: #1FED80;
	-moz-border-radius: ;
}


.PTitle {
	font-weight : bold;
}
.zqty {
font-family: verdana;
font-size: 20px;
}

.MiniCartBorder {
padding-left: 15px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
border: 0px;
color: #333333;
}
.MiniCartImage {
padding-left: 22px;
padding-right: 3px;
line-height:6px;
padding-bottom: 3px;
border: 0px;
color: #333333;
}
.leftdiv {		/* General style of list style in left column; including category listing */
	
	padding:5px 5px;
	margin:0px 0px 5px 0px;
	line-height:20px;
	font-size:90%;
	border:1px solid #ccc;
}

.lefth2 {
	background:#ccc;
	color:#092F68;
	margin:0px;
	padding:5px 3px;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.l1  {font-family:Trebuchet MS;font-size:14px;color:#000000;font-weight:bold;}
.l3  {font-family:Trebuchet MS;font-size:14px;color:#000000;font-weight:normal;line-height:16px;}

.bbo {border-bottom-style: solid;border-bottom-color: #FF7F00;border-bottom-width: 1px;}
.bro {border-right-style: solid;border-right-color: #FF7F00;border-right-width: 1px;}
.l2o  {font-family:Trebuchet MS;font-size:18px;color:#FF7F00;font-weight:bold;}

.bbr {border-bottom-style: solid;border-bottom-color: #EE3122;border-bottom-width: 1px;}
.brr {border-right-style: solid;border-right-color: #EE3122;border-right-width: 1px;}
.l2r  {font-family:Trebuchet MS;font-size:18px;color:#EE3122;font-weight:bold;}

.bbg {border-bottom-style: solid;border-bottom-color: #09D509;border-bottom-width: 1px;}
.brg {border-right-style: solid;border-right-color: #09D509;border-right-width: 1px;}
.l2g  {font-family:Trebuchet MS;font-size:18px;color:#09D509;font-weight:bold;}

.bbp {border-bottom-style: solid;border-bottom-color: #C000C0;border-bottom-width: 1px;}
.brp {border-right-style: solid;border-right-color: #C000C0;border-right-width: 1px;}
.l2p  {font-family:Trebuchet MS;font-size:18px;color:#C000C0;font-weight:bold;}

.bbb {border-bottom-style: solid;border-bottom-color: #1313AC;border-bottom-width: 1px;}
.brb {border-right-style: solid;border-right-color: #1313AC;border-right-width: 1px;}
.l2b  {font-family:Trebuchet MS;font-size:18px;color:#1313AC;font-weight:bold;}


.hh1 {
	color:#092F68;
	font-size:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.hh2 {
	color:#092F68;
	font-size:110%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/* End Custom */