/*
Contact IA Modules Support if you need help modifying the look and feel of your site.
Extensive design customization well beyond this files options are easily done by our staff by request
Note: Your web browser may cache the css stylesheet making it appear as if effects are not occurring.
You can set your browser to not cache content to solve this.
*/

/* tag overrides follow*/
* { font-family: Arial, Helvetica, sans-serif; font-size:inherit;}

/* modify the BODY's: 
text-align: left or center   this will justify the pages
background to any color for the background around the pages
add leftmargin:0 topmargin:0 to remove padding around main page.
*/
BODY { 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	margin: 0px; 
	text-align:center;	
	color: #666;	
	overflow: -moz-scrollbars-vertical;
	background:white;
}

.height { line-height: 1.5em; }

img {border:none;}

form {
	display: inline;
}
A, A:visited, A:active { color:#663333; text-decoration: none;}
A:hover { text-decoration: underline; color: #009999}

/* classes */
A.no-link:hover {  color:#ffffff }
A.grey-link:hover { background:#d4d0c8; color:#ffffff }
A.light-colored { color:yellow }

.regulartext{font-size:12px;}

.bg1 { 
background: #dcd9cd;
}
/* modify main table width and background to adjust the page width and color*/
table.table-main-table { 
	width:820px;
	margin:0 auto;
	border: none;
	margin-top: -11px;
	margin-bottom:0px;
	text-align:left;
	padding-left: 10px;
	background-image: url(/design_images/bodydrop.gif);
}

/* STORE HEADER */

#mainTableTopCell {
}

td.MenuLeft {
	width:160px;
	vertical-align:top;
	/* border-left:solid 1px #42424B; */
	padding:5px 20px 0 0;
	
	
	
}

#content {
	vertical-align:top;
	font-size:12px;
	padding:10px 15px 15px 15px;
	width:600px;
	margin-right: 10px;

} 

#mainTableRightCell{display:none;}

#mainTableBottomCell {
	padding:0;
	vertical-align:bottom;
}

.categoryProduct {
	margin: 5px 5px 5px 5px;
	padding: 5px;
	height: 280px;
	width: 167px;
	 float: left;
	border: solid 0px #42424B;
}

.subcategory {
	color: #fff;
		font-weight: normal;
		font-size:inherit;
		background:#018080;
		white-space: nowrap;
	padding: 5px;
	
}

.catNav * {
	color:#ffffff;
	font-size:inherit;
}

.table-fixed-width {
	width: 760px; 
	background: #FFFFFF; 
	color: #000000; 
}
.table-small { 
	border: 0px; 
	padding:1px; 
}
/*
modify these three below to adjust the look and text size of the tables and headers
*/
.table-title { 
	font-weight: bold; 
	font-size: 14px;
  }
.tblcols {
	background: #CCC;
	color: #333;
	text-align:left;
}
.table-header { 
	text-align:left; 
	background-color: #fff; }

.listing-row { background: #FFF7E8 }
.listing-row-alt { background: #FFFFFF }
/* customize left main menu*/
.menulink {
	background-color: #fff;
	
}
.cell-menulinktext{color: #FFFFFF; font-weight: bold;}
.cell-menulink{background: #CCCCCC; font-weight: bold;}
.cell-menusearch{background: #CCCCCC}
.cell-catlink{background: #EEEEEE;}
.cell-cart{ background: #EEEEEE; color: #000000; font-weight:bold; font-size: 12px; text-align:center} 
/*
Modify the two classes below to adjust the text of the category product list
*/
.text-category-name{ color: #cccccc; font-weight:bold; font-size: 14px;}
.text-category-desc{ color: #000000; font-weight:bold; font-size: 12px;}

.body-form { background: #E3DFD7; color:#000000 }

.warning { color: #cc1000; font-weight:bold }

.stackdump-class { color:black }
.stackdump-method { color:black }
.stackdump-file { color:purple }
.stackdump-line { color:red }

.currency-input { 
    BORDER-RIGHT: black 0px solid; 
    BORDER-TOP: black 0px solid; 
    BORDER-LEFT: black 0px solid; 
    BORDER-BOTTOM: black 0px solid; 
    BACKGROUND-COLOR: #f5f5f5;
    text-align: right;
    font-size: 8px;
}

.option-input { 
    BORDER-RIGHT: black 0px solid; 
    BORDER-TOP: black 0px solid; 
    BORDER-LEFT: black 0px solid; 
    BORDER-BOTTOM: black 0px solid; 
    BACKGROUND-COLOR: #f5f5f5;
    text-align: right;
    font-size: 8px;
}

.text-input {
    BORDER-RIGHT: black 0px solid; 
    BORDER-TOP: black 0px solid; 
    BORDER-LEFT: black 0px solid; 
    BORDER-BOTTOM: black 0px solid; 
    BACKGROUND-COLOR: #f5f5f5;
    font-size: 8px;
}

.number-input {    
    BORDER-RIGHT: black 0px solid; 
    BORDER-TOP: black 0px solid; 
    BORDER-LEFT: black 0px solid; 
    BORDER-BOTTOM: black 0px solid; 
    BACKGROUND-COLOR: #f5f5f5;
    text-align: left;
    font-size: 8px;
}



#search {
	border-collapse: collapse;
	width:100%;
	
}

#search TD {
	padding: 2px 2px 2px 10px;
	white-space: nowrap;
	font-size:12px;
}
#menu, #myaccount  {
	border-collapse: collapse;
	width: 180px;
	margin: 5px 0px 0px 0px;
	
	font-size:12px;
}

#menu {
		margin: 5px 0px 5px 5px; font-size: 14px; width: 200px; 
		line-height: 2em; 	
					
}


.menumodified { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 600;
                padding: 5px; border-bottom: solid #FFFFFF 2px; border-top: solid #FFFFFF 2px; 
                
}


.menumodified a:hover { 
             font-size: 16px; font-weight: 600; color: #009999; border-bottom: solid #CCFFFF 2px; 
			 border-top: solid #CCFFFF 2px; text-decoration: none; 
}

.menumodified2 { font-size: 12px;
}

.menumodified2 a:hover { color: #009999;
}


#bestSellers, #newProducts {
	width: 180px;
}
.signin {	
	width: 260px;
	border-collapse: collapse;
	margin: 10px 10px 0px 0px;
	font-size:12px;
}

#menu TD, #myaccount TD, .signin td {
	padding: 2px 2px 2px 10px;
}
#bestSellers TD, #related TD, #newProducts TD{
	padding: 2px;
	font-size:12px;
}


#myaccount a {
}

.hellouser {
	
}
.gobutton {   
   margin-left: 5px;
   font-size: 12px;
   font-weight:bold;
   padding: 2px 4px 2px; background: #663333; color: #FFFFFF;
   cursor:pointer;
   border:none;
   } 
   
   
  
   
   
   
/* FEATURED PRODUCT */
#featured {
	width: 100%;
	text-align: center;	
	font-size:12px;
}
#featured td {
	vertical-align: top;
}
.featuredproduct {
	width: 100%;
}
.featuredproduct td {
	text-align: center;
}

/* PRODUCT ATTRIBUTES */
.name, .price, .qty {
	font-weight: bold;
}

/* CATEGORY PRODUCT LIST */
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
#categoryproductlist {
	width: 100%;
}
.pagedesc {
	margin: 0px 0px 10px 0px;
}
#productlist {
	width: 100%;
	height: 250px; 
	background-color: #fff;
	border-collapse: collapse;
	font-size:12px;
	
}

#productlist TD {
	padding-top: 8px;
	padding-bottom: 8px;
}

#invoicelist {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	font-size:12px;
}

#invoicelist TD {
	padding: 2px;
}




.breadcrumb {
	margin: 0px 0px 10px 0px;
}

a.breadcrumb:link, a.breadcrumb:visited,  a.breadcrumb:hover,  a.breadcrumb:active  {
	color: #999;
	font-size: 11px;
}
#pagehead {
	font-size: 11px;
}
#pagehead td {
	padding:0px;
}

/* FOOTER */
#footer {
	}


/* PRODUCT DETAIL */
#productdetail {
	font-size:12px;	
	width:100%;
}
#addbutton {
	margin-top: 10px;
	padding: 2px 4px 2px; background: #018080; color:white;
	border:none;
}

.PoweredBy{
	color: #ffffff;
	font-size: 9px;
}
.PoweredBy A, .PoweredBy A:link, .PoweredBy A:visited, .PoweredBy A:active, .PoweredBy A:hover {
	color: #ffffff;
	font-size: 9px;
	TEXT-DECORATION: underline;
}

#subcategories, #shoppingcart, #coupon {
	font-size:12px;
}

#shoppingcart { background:white;}



#subcategories {width:100%; }

#subcategories a:link, #subcategories a:visited {color:#595858; font-weight:bold; }

#shoppingcart td{
	border-bottom:solid 1px #42424B;
	padding:5px;
}

.fieldlabel {
	background:none;
	font-weight:bold;
	font-size:12px; white-space:nowrap;
}

#customerdetails, #customerdetails input, #customerdetails select, #customerdetails option {
	font-size:12px;
}

h2 {
	font-size:16px;
}

select#BCountry, select#SCountry {
	width:140px;
}

#customerDetailText{
	padding:5px;
}

.tblhead {
	color: #009999;
	font-weight: bold;
	font-size: 12px;
	
	white-space: nowrap;
	padding: 5px;
}


#productlist td.tblhead  {
	color: #fff;
	font-weight: normal;
	font-size:inherit;
	background:#018080;
	white-space: nowrap;
	padding: 5px;
}



#productlist a:link, #productlist a:visited {color:#595858; font-weight:bold; padding-right: 6px;}

.tblhead a:link, .tblhead a:visited, .tblhead a:hover, .tblhead a:active  {
	color: #fff;
}

.tblhead u {text-decoration:none; font-weight:bold;}

.tblfoot {
	background:white;
}

th {
	font-weight:normal;
}

.checkoutProgressLink {
	font-size:18px;
}

.selectedPage {
	color:#FFF001;
}

.home_cat_box { position:relative; margin-top: 0px; z-index: 1000;}

.hometable {position:Relative; z-index: 1100;}

.navdots {padding-left: 8px; color:white;}

.footerdots {padding-left: 18px; color:white;}

div#headerMainCell { color:#FFF;}
div#footer {  color: white;
	background-image:url(/design_images/footerbg.jpg); padding:0;height:79px; width: 800px; margin: 0 auto; margin-bottom: -22px;}
*>div#footer {  color: white;
	background-image:url(/design_images/footerbg.jpg); padding:0;height:79px; width: 800px; margin-left: 0px; margin-bottom: -12px;}	
div#headerMainCell h1 {	color:#000000;	margin:15px 0 5px 0px; }
div#headerMainCell .slogan { color:#FFF001; margin:4px 0 0 25px;}
div#headerMenuCell {margin: 0px; background-image:url(/design_images/navbg2.jpg); padding:0;height:31px; width: 800px; margin: 0;}

ul#footernav {list-style-type:none;margin:0; margin-left: 20px; padding:0; padding-top: 28px; }
ul#footernav li {display:inline;font-size: 15px; margin-right: 20px; font-weight:bold;}
ul#footernav a {text-decoration:none;color: white; }
ul#footernav a:hover {color:#CCFFFF;} 


ul#nav {list-style-type:none;margin:0; margin-left: 12px; padding:0; padding-top: 4px;}
ul#nav li {display:inline; font-size: 18px; margin-right: 6px; }
ul#nav a {text-decoration:none; color: white; }
ul#nav a:visited {text-decoration:none; color: white; }
ul#nav a:hover {color: #CCFFFF;} 
/* ul#nav li a.activelink {color:#ff8754; background-image: url(/design_images/active.gif); background-repeat:no-repeat; padding-left: 10px;}*/
ul#nav li a.activelink {color:#CCFFFF; }


.copyright {position:relative; float:right; margin: -18px 20px 0 0; font-size: 15px; font-weight:bold; }

.homeprodsec1 {position:relative; float: left; text-align: left; padding: 4px; width: 263px; }
.homehead1 {padding: 4px 0 0 4px; font-size: 15px; width:263px; height: 25px; background-image: url(/design_images/welcomebg.gif); background-repeat:no-repeat; color:white;font-weight: bold;}

.homeprodsec2 {position:relative; float: right; text-align: left; padding: 4px; width: 263px; }
.homehead2 {padding: 4px 0 0 4px; font-size: 15px; width:263px; height: 25px; background:#ff8754; color:white;font-weight: bold;}
.homeprodimg {position:relative; float:left; width: 88px; padding-right: 4px; clear:left;}
.homeprod {position:relative; clear:both; padding-top: 10px;}

.homehead3 {padding: 4px 0 0 4px; font-size: 15px; width:265px; height: 25px; background:#018080; color:white;font-weight: bold;}

.clear {position:relative; height:1px; clear:both; width: 100%;}

#submitbtn {padding: 2px 4px 2px 2px; background:#018080; color:white; border:none;font-size: 12px;
   font-weight:bold;cursor:pointer;}

.buttons {padding: 2px 4px 2px 2px; background:#018080; color:white; border:none;font-size: 12px;
   font-weight:bold;cursor:pointer;}
   
   .submit {padding: 2px 4px 2px 2px; background: #ff8754; color:white; border:none;font-size: 12px;
   font-weight:bold;cursor:pointer;}
   
   #Submit {padding: 2px 4px 2px 2px; background:#ff8754; color:white; border:none;font-size: 12px;
   font-weight:bold;cursor:pointer;}

#copyBtoS6 {padding: 2px 4px 2px 2px; background:#ff8754; color:white; border:none;font-size: 12px;
   font-weight:bold; cursor:pointer;}
   
   .quantweight {}
   .shippinginfohead {font-weight: bold;}
   .proddeschead {font-weight:bold;}
   
   .prodimage {position:relative; float:left; padding-right: 10px; width: 200px;}
   
   form {margin: 0px; padding: 0px;}
   
   #frm800004A9-1216075249 {margin: 0px; padding: 0px;}
   
  .name u {text-decoration:none;}