/*
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;}

/* 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 { 
	background:#fff;	
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 14px;
	margin: 0px; 
	text-align:center;	
	color: #666;	
	overflow: -moz-scrollbars-vertical;
}
form {
	display: inline;
}
A, A:visited, A:active { color:#006699; text-decoration: none; }
A:hover { text-decoration: underline; }

/* classes */
A.no-link:hover {  color:#ffffff }
A.grey-link:hover { background:#d4d0c8; color:#ffffff }
A.light-colored { color:yellow }

.bg1 { 
background: #dcd9cd;
}
/* modify main table width and background to adjust the page width and color*/
.table-main-table { 
	width:100%;
	margin:0 auto;
	background: #ffffff; 
	border: none;
	text-align:left;
}

#mainTableTopCell {
	height:145px;
	border-bottom:solid 1px #ccc;
}

#mainTableBottomCell {
	height:40px;
}

.categoryProduct {
	margin: 10px 10px 10px 10px;
	padding: 5px;
	height: 260px;
	width: 160px;
	 float: left;
	border: none;
}


/* SIDEBAR MENU */
.MenuLeft, .MenuRight {
	width:150px;
	vertical-align:top;
}
#menu {	
/*	width: 260px; */
	width: 260px;
	border-collapse: collapse;
	margin: 0;
	background:#eee;
	border-right:solid 1px #ccc;
}

#menu TD {
	padding: 2px 20px 2px 20px;
}
.signin {	
/*	width: 260px; */
	width: 260px;
	border-collapse: collapse;
	margin: 10px 10px 0px 0px;
	font-size:12px;
}
.signin td {
	padding: 2px;
}
#bestSellers TD, #related TD, #newProducts TD{
	padding: 2px;
	font-size:12px;
}

#menu a {
	text-decoration: none;
}


.tblhead  {
	text-align: left;
	color: #000;
	font-weight: bold;
	height: 20px;
	white-space: nowrap;
	padding: 2px;
	background:#B8BABC;
}

#menu .tblhead {
	color:#334D55; 
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
	background:none;
}


.tblhead a:link, .tblhead a:visited, .tblhead a:hover, .tblhead a:active  {
	color: #fff;
}
.tblfoot {
 
}
.hellouser {
	
}
.gobutton {   
   margin-left: 5px;
   font-size: 11px;
   } 
   
   
#content {
	vertical-align:top;
	padding:20px;
	text-align:left;
}   
   
   
   
/* FEATURED PRODUCT */
#featured {
	width: 100%;
	text-align: center;	
	font-size:12px;
}
#featured td {
	vertical-align: top;
}
.featuredproduct {
	width: 100%;
}
.featuredproduct td {
	text-align: center;
}

.frame {
	text-align:center;
}
/* PRODUCT ATTRIBUTES */
.name, .price, .qty {
	font-weight: bold;
}

/* CATEGORY PRODUCT LIST */
h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 10px;
	text-align:center;
	color:#006699;
	
}
#categoryproductlist {
	width: 100%;
}
.pagedesc {
	margin: 0px 0px 10px 0px;
}
#productlist, #invoicelist {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	font-size:12px;
}

#productlist TD, #invoicelist TD {
	padding: 2px;
}

#productlist .tblhead{
	text-align:center;
}

.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;
}

/* FOOTER */
#footer {
	margin-top:20px;
	margin-bottom:10px;
	color: #999;
	font-size:11px;
	text-align:left;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active  {
	color: #999;
}
/* PRODUCT DETAIL */
#productdetail {
	font-size:12px;	
	width:100%;
}
#productdetail .frame {
	margin: 10px 10px 10px 0px;
}
#addbutton {
	margin-top: 10px;
}

.PoweredBy{
	color: #000000;
	font-size: 9px;
}
.PoweredBy A, .PoweredBy A:link, .PoweredBy A:visited, .PoweredBy A:active, .PoweredBy A:hover {
	color: #000000;
	font-size: 9px;
	TEXT-DECORATION: underline;
}

#subcategories, #shoppingcart, #coupon {
	font-size:12px;
}

.fieldlabel {
	background:none;
	font-weight:bold;
	font-size:12px;
}

#customerdetails, #customerdetails input, #customerdetails select, #customerdetails option {
	font-size:12px;
}

h2 {
	font-size:16px;
}

select#BCountry, select#SCountry {
	width:140px;
}

#customerDetailText{
	padding:5px;
}

.borderBottom {
	border-bottom:solid 1px #ccc;
	padding-bottom:20px;
}

#siteInfo {
color:#000;
font-size:12px;
}
