/*
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: 12px;
}

/* 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:#eee url(bg_fade.gif) repeat-y 50% 0;	*/
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	margin: 0px; 
	text-align:center;	
	color: #666;	
	background:#fff url(/images/bodybg.jpg) repeat-y center;	
}
form {
	display: inline;
}
A, A:visited, A:active { color:#000000; text-decoration: none; }/*316ac5*/
A:hover { text-decoration: underline; }

/* classes */

A.no-link:hover {  background:; 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:780px;
	margin:0 auto;
	background: #FFF; 
}
.table-fixed-width {
	width: 760px; 
	background: #FFFFFF; 
	color: #000000; 
}
.table-small { 
	border: 0; 
	padding:1; 
	spacing:1  
}
/*
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;
}

/* STORE HEADER */
#header {
	width: 768px;
	background-image: url(bg_header.gif);
 	background-repeat: repeat-x;
	margin-top: 4px;
	text-align: center; 
	font-size: 18px; 
}
#logo {
	background-image: url(logo.gif);
 	background-repeat: no-repeat;
}
#headermenu {
	border-top: 1px solid #fff;
	background-color: #990000;
	text-align: center;
}
#topmenu {
	width: 100%;
	background-color: #990000;
	text-align: center;
	border-collapse: collapse;
	margin: 0px;
	vertical-align: bottom;
}
#topmenu td {
	color: #fff;
	height: 28px;
	padding: 2px;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	color: #fff;
	text-decoration:none;
} 
#topmenu a:hover {
	text-decoration: underline;
} 

/* SIDEBAR MENU */
#productDetailDescription{display:none}
.MenuLeft{display:none;}
#search {
	border-collapse: collapse;
	width: 145px;
	margin: 3px 0px 5px 0px;
	border-top: solid 1px #ccc;	
	border-left: solid 1px #ccc;		
}

#search TD {
	padding: 5px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	white-space: nowrap;
}
#menu, #myaccount  {
	border-collapse: collapse;
	width: 145px;
	margin: 3px 0px 5px 0px;
	border-top: solid 1px #ccc;	
	border-left: solid 1px #ccc;
	text-align: center;			
}
.signin {	
	width: 260px;
	border-collapse: collapse;
	margin: 10px 10px 0px 0px;
	border-top: solid 1px #ccc;	
	border-left: solid 1px #ccc
}

#menu TD, #myaccount TD, .signin td {
	padding: 5px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
		
}
#bestseller TD, #related TD  {
	padding: 5px;
}

#menu a, #myaccount a {
	text-decoration: none;
	text-align: center;
}
#mainTableRightCell{display:none;width:0px}
.tblhead  {
	text-align: left;
	color: #fff;
	font-weight: bold;
	height: 28px;
	background-color: #990000;
	background-position: top;
	white-space: nowrap;
	padding: 2px;
	
}
.tblhead a:link, .tblhead a:visted, .tblhead a:hover, .tblhead a:active  {
	color: #fff;
}
#shoppingcart{width:800px;padding-left:20px;padding-right:20px}
#shoppingcart td{padding-left:5px}
#shoppingcart tr{}
#shoppingcart .tblhead  {
	text-align: left;
	color: #fff;
	font-weight: normal;
	height: 28px;
	background-color: #666465;
	background-position: top;
	white-space: nowrap;
	padding: 2px;
	
}
#content{}
#content p {text-align:left}
.hellouser {
	background-color: #E7F3C6;
}
.gobutton {   
   margin-left: 5px;
   font-size: 11px;
   } 
   
/* FEATURED PRODUCT */
#featured {
	width: 100%;
	text-align: center;	
	
}
#featured td {
	vertical-align: top;
	
}
.featuredproduct {
	width: 100%;
}
.featuredproduct td {
	text-align: center;
}
/* BEST SELLER SIDEBAR */
#bestseller .tblhead, #related .tblhead {
	width: 145px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;	
}

.bestsellerproduct, .relatedproduct {
	width: 145px;
	border: 1px solid #ccc;
	margin-bottom: 3px;
}

.bestsellerproduct TD, .relatedproduct TD {
	padding: 5px;
	text-align: center;
}

.frame {
	border: 1px solid #ccc;
}
/* PRODUCT ATTRIBUTES */
.name, .price, .qty {
	font-weight: bold;
}

/* CATEGORY PRODUCT LIST */
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}
#categoryproductlist td{
	width: 619px;
	text-align: center;
}
.pagedesc {
	margin: 0px 0px 10px 0px;
}
#productlist, #invoicelist {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

#productlist TD, #invoicelist TD {
	padding: 5px;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc; 
}
.breadcrumb {
	margin: 0px 0px 10px 0px;
}

a.breadcrumb:link, a.breadcrumb:visited,  a.breadcrumb:hover,  a.breadcrumb:active  {
	font-size: 11px;
	color:#316ac5;
	text-decoration: none;
}
#pagehead td{
	line-height: 25px;
}

/* FOOTER */
#footer {
	margin-top: 50px;
	width: 100%;
	color: #999;
}
#footer a:link, #footer a:visted, #footer a:hover, #footer a:active  {
	color: #999;
}
/* PRODUCT DETAIL */
#productdetail {
	line-height: 25px;
}
#productdetail .frame {
	margin: 10px 10px 10px 0px;
}
#addbutton {
	margin-top: 10px;
}
#orderinfo {
	text-align: center; 
	width: 100%;
	font-size: 10px; 
} 
.style1 {
	color: #990000; 
} 
.statictitle {
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height:24px;
} 

.hometitle{color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height:24px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
	}




