/* 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 {
	background: #333 url(design_images/bodyBG.gif) repeat-x;
	color: #333;
	font: 12px Arial;  
	line-height: 18px;
	margin: 0px; 
	overflow: -moz-scrollbars-vertical;
	text-align: center;
}
form {
	display: inline;
}
a, a:visited, a:active {
	color:#660000;
	font: bold 12px Arial;
	text-decoration: none;
}
a:hover {
	color: #F67A00;
	text-decoration: underline;
}
.regulartext {
	font-size:12px;
}
.bg1 {
	background: #dcd9cd;
}
.btns {
	background: #740000;
	border-bottom: 2px solid #333;
	border-left: 2px solid #ccc;
	border-right: 2px solid #333;
	border-top: 2px solid #ccc;
	color: #fff;
	font: bold 12px Arial;
	padding: 2px 8px;
}
/* modify main table width and background to adjust the page width and color*/
table.table-main-table { 
	border: none;
	margin: 0 auto;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	width: 780px;
}
/* STORE HEADER */
#mainTableTopCell {
}
div#headerMainCell  {
	background: #000 url(design_images/fireBG.jpg) no-repeat;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	color: #fff;
	height: 135px;
	margin: 0 auto;
	width: 778px;
}
div#footer {
	background: #660000 url(design_images/footerBG.gif) repeat-x;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #fff;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 758px;
}
div#headerMainCell h1 {
	color: #fff;
	padding: 50px 0px 30px 30px;
}
div#headerMainCell .slogan {
	color: #fff;
	font-style: italic;
	margin: 4px 0px 50px 30px;
}
div#headerMenuCell {
	background: #000 url(design_images/navBG_left.jpg) no-repeat;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	height: 16px;
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 778px;
}
ul#nav,ul#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#nav {
	float: right;
}
ul#nav li {
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	float: left;
	text-align: center
}
ul#nav a {
	background: #f1f1f1 url(design_images/navBG.gif) repeat-x;
	color: #000;
	float: left;
	font: bold 12px Arial;
	text-decoration: none;
	width: 90px;
}
ul#nav a:hover {
	background: #fff url(design_images/navBG_over.gif) repeat-x;
	color: #DC7700;
}
ul#nav li a.activelink,ul#nav li a.activelink:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #003;
}

td.MenuLeft {
	background: #fff;
	border-left: 1px solid #000;
	padding: 0px;
	vertical-align: top;
	width: 180px;
}
#content {
	background: #fff;
	border-right: 1px solid #000;
	font-size: 12px;
	padding: 15px 15px 15px 15px;
	text-align: left;
	vertical-align: top;
	width: 600px;
}
#mainTableRightCell{
	display: none;
}
#mainTableBottomCell {
	padding: 0;
	vertical-align: bottom;
}
.categoryProduct {
	border: 0px solid #000;
	float: left;
	height: 280px;
	line-height: 18px;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	width: 167px;
}
.subcategory {
	border: 0px solid #000;
	float: left;
	height: 170px;
	margin: 5px 5px 5px 5px;
	padding: 5px;
	text-align: center;
	width: 167px;
}
.catNav * {
	color: #333;
	font-size: inherit;
	padding: 10px;
}
.catNav a {
	color: #990000;
	text-decoration: none;
}
.catNav a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.table-fixed-width { 
	background: #fff; 
	color: #000;
	width: 760px;
}
.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-size: 14px; 
	font-weight: bold; 
}
.tblcols {
	background: #ccc;
	color: #333;
	text-align: left;
}
.table-header {
	text-align: left; 
	background-color: #fff;
}
.listing-row {
	background: #FFF7E8;
}
.listing-row-alt {
	background: #fff;
}
/* customize left main menu*/
.menulink {
	background-color: #fff;
}
.cell-menulinktext {
	color: #fff;
	font-weight: bold;
}
.cell-menulink {
	background: #ccc;
	font-weight: bold;
}
.cell-menusearch {
	background: #ccc;
}
.cell-catlink {
	background: #eee;
}
.cell-cart {
	background: #eee;
	color: #000;
	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: #ccc;
	font-size: 14px;
	font-weight: bold;
}
.text-category-desc {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
.body-form {
	background: #E3DFD7;
	color:#000;
}
.warning {
	color: #cc1000;
	font-weight:bold;
}
.stackdump-class {
	color: black;
}
.stackdump-method {
	color: black;
}
.stackdump-file {
	color: purple;
}
.stackdump-line {
	color: red;
}
.currency-input { 
	background: #f5f5f5;
    border: 0px solid solid;
	font-size: 8px;
    text-align: right;
}
.option-input { 
    background: #f5f5f5;
    border: 0px solid solid;
	font-size: 8px;
    text-align: right;
}
.text-input {
    background: #f5f5f5;
    border: 0px solid solid;
	font-size: 8px;
}
.number-input {    
    background: #f5f5f5;
    border: 0px solid solid;
	font-size: 8px;
    text-align: left;
}
#search {
	background: #fff url(design_images/grayBG.gif) repeat-x;
	border-collapse: collapse;
	width: 180px;
}
#search TD {
	font-size: 12px;
	padding: 2px 2px 2px 10px;
	white-space: nowrap;
}
#menu, #myaccount  {
	background: #fff url(design_images/grayBG.gif) repeat-x;
	border-collapse: collapse;
	font: bold 12px Arial;
	margin: 5px 0px 0px 0px;
	width: 180px;
}
#myaccount a {
	display: block;
	line-height: 22px;
	padding-left: 5px;
}
#myaccount a:hover {
	background: #f1f1f1;
	text-decoration: none;
}
#menu {
	text-align: left;
}
#menu a {
	border-bottom: 1px dashed #ccc;
	display: block;
	line-height: 22px;
	padding-left: 10px;
}
#menu a:hover {
	background: #f1f1f1;
	text-decoration: none;
}
#menu ul {
	font-size: 0px;
	line-height: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}
#menu li li {
	padding-left: 15px;
}
#bestSellers, #newProducts {
	width: 180px;
}
.signin {	
	border-collapse: collapse;
	font-size: 12px;
	margin: 10px 10px 0px 0px;
	width: 260px;
}
#menu TD, #myaccount TD, .signin td {
	padding: 0px 2px 2px 0px;
}
#bestSellers TD, #related TD, #newProducts TD {
	font-size: 12px;
	padding: 2px;
}
#menu a, #myaccount a {
}
.hellouser {
}
.gobutton {
	font-size: 11px;
	margin-left: 5px;
} 
/* FEATURED PRODUCT */
#featured {
	font-size:12px;
	text-align: center;	
	width: 100%;
}
#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%;
}
#categoryproductlist td {
	padding: 5px;
}
.pagedesc {
	margin: 0px 0px 10px 0px;
}
#productlist {
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	font-size: 12px;
}
#productlist TD {
	padding: 0px;
}
#invoicelist {
	background-color: #fff;
	border-collapse: collapse;
	font-size:12px;
	width: 100%;
}
#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 {
	color: #999;
	font-size: 11px;
	margin: 5px;
	padding: 30px 0px 0px 20px;
}
#footer a:link, #footer a:visited, #footer a:active  {
	color: #999;
	text-decoration: underline;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}
/* PRODUCT DETAIL */
#productdetail {
	font-size: 12px;	
	width: 100%;
}
#addbutton {
	margin-top: 10px;
}
.PoweredBy{
	color: #fff;
	font-size: 9px;
}
.PoweredBy A, .PoweredBy A:link, .PoweredBy A:visited, .PoweredBy A:active, .PoweredBy A:hover {
	color: #fff;
	font-size: 9px;
	text-decoration: underline;
}
#subcategories, #shoppingcart, #coupon {
	font-size: 12px;
}
#shoppingcart td{
	border-bottom: 1px solid #000;
	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, #productlist td.tblhead  {
	background: #660000 url(design_images/redBG.gif) repeat-x;
	color: #fff;
	font-size: inherit;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
}
.tblhead a:link, .tblhead a:visited, .tblhead a:hover, .tblhead a:active  {
	color: #fff;
	margin: 0px 3px;
}
.tblfoot {
	background: #000;
}
th {
	font-weight: normal;
}
.checkoutProgressLink {
	font-size: 18px;
}
.selectedPage {
	color: #999;
}