/*
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:#D3AED0;	
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px;
	margin: 0px; 
	text-align:center;	
	color: #000000;	
	overflow: -moz-scrollbars-vertical;
}
form {
	display: inline;
}
A, A:visited, A:active { color:#316AC5;; text-decoration: none; }
A:hover { text-decoration: underline; }

/* classes */
A.no-link:hover {  color:#FFFFFFs}
A.grey-link:hover { background:#D4D0C8; color:#FFFFFFs}
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:800px;
	margin:0 auto;
	border: none;
	height:100%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
}

/* STORE HEADER */
#header {
	margin:0px;
	border-collapse:collapse;
	padding:0px;
	width:800px;
}


#mainTableTopCell {
	width: 800px;
}

#mainTableTopCell td{
	width:800px;
}

.headerMainCell { background: url(/design_images/Header_Home.jpg) no-repeat; color:#FFFFFF; margin:0 auto; height: 135px;}
.headerMainCell h1 {	color:#FFFFFF;	margin:0 0 0 0; display:inline;}
.headerMainCell .slogan { color:#FFF001; margin:4px 0 0 10px;}
.headerMainCell {
	vertical-align:middle;
}
#headerMenuCell {
	background:url(/design_images/contentBg.gif) repeat-y #FFFFFF;
	font-size:14px;
	padding:0 0 0 40px;
	height:26px;
	width: 800px;
}

#headerMenuCell td{
	height: 26px;
	width: 100%;
}

.headerMainCell a, #headerMenuCell a {
	color:#000000;
	font-size:12px;
}

.headerMainCell a:hover,#headerMenuCell a:hover {
	text-decoration:none;
}

#mainTableBottomCell {
	height:40px;
	background-color:#D3AED0;
}

.wrapper {padding:0 40px 0 40px;}


.categoryProduct {
	margin: 10px 10px 10px 10px;
	padding: 5px;
	height: 200px;
	width: 200px;
	 float: left;
	border: none;
	text-align: center;
}

#categoryProductRelated {
	margin: 10px 10px 10px 10px;
	padding: 5px;
	height: 280px;
	width: 200px;
	 float: left;
	border: none;
	text-align: center;
}

.catproductimg{
	height:175px;
	width: 200px;
	background-color: #FFFFFF;
	text-align: center;
}

.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: #CCCCCC;
	color: #333333;
	text-align:left;
}
.table-header { 
	text-align:left; 
	background-color: #FFFFFF; }

.listing-row { background: #FFF7E8s}
.listing-row-alt { background: #FFFFFFs}
/* customize left main menu*/
.menulink {
	background-color: #FFFFFF;
}
.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:#000000s}

.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;
}



/* SIDEBAR MENU */
.MenuLeft, #mainTableRightCell {
	width:0px;
	display:none;
}
#search {
	border-collapse: collapse;
	width: 160px;
	margin: 5px 0px 5px 0px;
}

#search TD {
	padding: 2px;
	white-space: nowrap;
	font-size:12px;
}
#menu, #myaccount  {
	border-collapse: collapse;
	width: 160px;
	margin: 0px 0px 5px 0px;
	background-color:#F1F1F1;
	font-size:12px;
}
.signin {	
	width: 260px;
	border-collapse: collapse;
	margin: 10px 10px 0px 0px;
	font-size:12px;
	margin-left: 50px;
}

#menu TD, #myaccount TD, .signin td {
	padding: 2px;
}

#related{
	width: 700px;
}


#bestSellers TD, #related TD, #newProducts TD{
	padding: 2px;
	font-size:12px;
}

#menu a, #myaccount a {
	text-decoration: none;
}
.tblhead  {
	text-align: left;
	color: #000000;
	font-weight: bold;
	height: 20px;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding: 2px;
	border-bottom:5px solid #FFD204;
}
.tblhead a:link, .tblhead a:visited, .tblhead a:hover, .tblhead a:active  {

}
.tblfoot {
	background:none;
}
.hellouser {
	
}
.gobutton {   
   margin-left: 5px;
   font-size: 11px;
   } 
   
   
#content {
	vertical-align:top;
	font-size:12px;
	min-height:500px;
	text-align:left;
	width:800px;
	background:url(/design_images/contentBg.gif) repeat-y;
}   

/*#content td{
	width: 755px;
}
   */
   
   
/* 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 {
	border: 0px solid #CCCCCC;
	text-align:center;
}
/* PRODUCT ATTRIBUTES */
.name, .price, .qty {
	font-weight: bold;
}

/* CATEGORY PRODUCT LIST */
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 50px;
}
#categoryproductlist {
	width: 100%;
}
.pagedesc {
	margin: 0px 0px 10px 0px;
}
#productlist, #invoicelist {
	width: 700px;
	margin-left: 50px;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-top: solid 0px #CCCCCC;
	border-right: solid 0px #CCCCCC;
	font-size:12px;
}

#productlist TD, #invoicelist TD {
	padding: 2px;
	border-left: solid 0px #CCCCCC;
	border-bottom: solid 0px #CCCCCC; 
}

#productlist .tblhead{
	text-align:center;
}

.breadcrumb {
	margin: 0px 0px 10px 0px;
}

a.breadcrumb:link, a.breadcrumb:visited,  a.breadcrumb:hover,  a.breadcrumb:active  {
	color: #999999;
	font-size: 11px;
	margin-right:50px;
	margin-top: 15px;
}
#pagehead {
	font-size: 11px;
}

/* FOOTER */
#footer {
	color: #000000;
	font-size:12px;
	text-align:center;
	width:800px;
	background:url(/design_images/foot.jpg) no-repeat;
	height:56px;
}

#footer div {position:relative;top:-20px;}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active  {
/*	color: #999999;*/
color:#91479b
}

#footerCell {
	background:url(/design_images/contentBg.gif) repeat-y #FFFFFF;
	height:26px;
	width: 800px;
}
/* PRODUCT DETAIL */
#productdetail {
	font-size:12px;	
	width:750px;
	margin-left: 40px;
}
#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{
	font-size:12px;
	width: 670px;
	marign-left: 50px;
}

#shippingRateLookup{
	margin-left: 65px;
}

#coupon {
	margin-left: 25px;
	width: 420px;
}

#htmlDesc{
	float: right;
}


.fieldlabel {
	background:none;
	font-weight:bold;
	font-size:12px;
}

#customerdetails, #customerdetails input, #customerdetails select, #customerdetails option {
	font-size:12px;
	width:150px;
	
}

h2 {
	font-size:16px;
}

select#BCountry, select#SCountry {
	width:140px;
}

#customerDetailText{
	padding:5px;
}
#LongDescHTML{ width:400px; float:left; padding:5px;}
#PD_LEFT{width:300px; float:left; padding:5px;}
#divproductDetailDescription{ display:none;}
#bulletPoints{width:300px;}
#content .header {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1D1060;}

.ogheader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D18316;
}
.prheader {
	color: #a252a1;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.brheader {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC66;
}
