@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666666;
	color: #666666;
}
#InnerContent A{
	color: #808990;
}
#InnerContent A:Hover{
	color: #660000;
	text-decoration: none;
}

.twoColFixLtHdr #container #footer #footerContent A{
	color: #808990;
	text-decoration: none;
}
.twoColFixLtHdr #container #footer #footerContent A:Hover{
	color: #660000;
	text-decoration: none;
}

.twoColFixLtHdr #container #credits A{
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #container #credits A:Hover{
	color: #660000;
	text-decoration: none;
}
/* Menu styles for the header*/
.twoColFixLtHdr #container #header #headermenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E7E7E1;
}
.twoColFixLtHdr #container #header #headermenu A{
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #container #header #headermenu A:Hover{
	color: #ffffff;
	text-decoration: none;
}

.PageRepeat  {
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #808990;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.PageRepeat A {
	color: #808990;
	text-decoration: none;
}
.PageRepeat A:Hover {
	color: #660000;
	text-decoration: none;
}

/* Menu styles */
.menuTitleBKG {
	background-color: #660000;
	height: 17px;
	width: 155px;
	DISPLAY: block;
	padding-left: 10px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
	
.menuBKG {
	background-color: #999999;
	height: 17px;
	width: 135px;
	DISPLAY: block;
	padding-left: 10px;
	padding-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
		
.sidebarTitle {
	color: #E7E7E1;
	font-weight: bold;
}

.sidebarTitle A{
	color: #E7E7E1;
	text-decoration: none;
}
.menuHeader {
	color: #E7E7E1;
	BACKGROUND-POSITION: 10px 5px;
	BACKGROUND-IMAGE: url(../images/Buttons/Action.gif);
	BACKGROUND-REPEAT: no-repeat;
	padding-left: 30px;
	text-decoration: none;
	}

.menuHeader:Hover {
	color: #660000;
}
/* Menu styles for the best seller box */
.menuTitleBSBKG {
	background-color: #660000;
	height: 17px;
	width: 155px;
	DISPLAY: block;
	padding-left: 10px;
	padding-top: 3px;
	}

.menuBSBKG {
	background-color: #ffffff;
	width: 133px;
	DISPLAY: block;
	padding-left: 10px;
	padding-top: 3px;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #660000;*/
	}
.menuBSLastBKG {
	background-color: #ffffff;
	width: 153px;
	DISPLAY: block;
	padding-left: 10px;
	padding-top: 3px;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;*/
	}
.menuBS {
	color: #808990;
	BACKGROUND-POSITION: 10px 5px;
	BACKGROUND-IMAGE: url(../images/Buttons/Action.gif);
	BACKGROUND-REPEAT: no-repeat;
	padding-left: 30px;
	text-decoration: none;
	/*color: #808990;*/
	}
.menulastBS {
	color: #E7E7E1;
	padding-left: 30px;
	text-decoration: none;
	}
.menuBS:Hover {
	color: #660000;
}
/* Menu styles for the Search box */
.menuSearchBKG {
	background-color: #ffffff;
	width: 153px;
	DISPLAY: block;
	padding-left: 10px;
	padding-top: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-left-color: #660000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	}
.SearchBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 12px;
	width: 135px;
	border: 1px solid #660000;
	color: #666666;
}
/* Product Box styles */
.ProductBox {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	height: 333px;
	background-color: #660000;
	margin-top: 10px;
	margin-right: 14px;
	border: 1px solid #660000;
}
.ProductTitleBox {
	height: 30px;
	background-color: #660000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E7E7E1;
	font-weight: bold;
}
.ProductInnerBox {
	height: 274px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-left: 3px;
}
.ProductInnerBox A{
	color: #808990;
}
.ProductInnerBox A:Hover{
	color: #660000;
	text-decoration: none;
}
.ProductFooterBox {
	height: 20px;
	background-color: #999999;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E7E7E1;
}
.ProductFooterBox A{
	color: #E7E7E1;
}
.ProductFooterBox A:Hover{
	color: #660000;
	text-decoration: none;
}
/* Product Detail Box styles */
.ProductDetailBox {
	float: left; /* since this element is floated, a width must be given */
	width: 175px;
	height: 315px;
	background-color: #660000;
	margin-top: 10px;
	margin-right: 14px;
	border: 1px solid #660000;
}
.ProductDetailTitleBox {
	height: 30px;
	background-color: #660000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E7E7E1;
	font-weight: normal;
}
.ProductDetailInnerBox {
	height: 253px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-left: 3px;
}
.ProductDetailInnerBox A{
	color: #808990;
}
.ProductDetailInnerBox A:Hover{
	color: #660000;
	text-decoration: none;
}
.ProductDetailFooterBox {
	height: 20px;
	background-color: #999999;
	padding-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E7E7E1;
	font-weight: bold;
	padding-right: 3px;
	padding-top: 3px;
}
.ProductDetailFooterBox A{
	color: #E7E7E1;
}
.ProductDetailFooterBox A:Hover{
	color: #660000;
	text-decoration: none;
}
/* Form styles */
.QtyBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 12px;
	width: 20px;
	border: 1px solid #660000;
	color: #808990;
}

.InputBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 12px;
	width: 248px;
	border: 1px solid #660000;
	color: #808990;
}
.FormButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	border: 1px solid #660000;
	color: #660000;
}
.FileInputBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 20px;
	width: 400px;
	border: 1px solid #660000;
	color: #808990;
}
.InputNumbersBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 12px;
	width: 75px;
	border: 1px solid #660000;
	color: #808990;
}
.InputDD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 20px;
	width: 250px;
	border: 1px solid #660000;
	color: #808990;
}
.InputDDLONG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 20px;
	width: 400px;
	border: 1px solid #660000;
	color: #808990;
}
.AreaBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 200px;
	width: 248px;
	border: 1px solid #660000;
	color: #808990;
}
.AreaBoxSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 100px;
	width: 220px;
	border: 1px solid #660000;
	color: #808990;
}
.InputLongBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E7E7E1;
	height: 12px;
	width: 568px;
	border: 1px solid #660000;
	color: #808990;
}

/* General Text styles */
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #808990;
	font-weight: bold;
}
.ActionButton {
	margin-right: 5px;
}
th {
	font-weight: bold;
	background-color: #660000;
	color: #E7E7E1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

th A{
	color: #E7E7E1;
	font-weight: normal;
}
th A:Hover{
	color: #660000;
	font-weight: normal;
}
.TableLines {
	background-color: #808990;
	padding-top: 5px;
	padding-bottom: 5px;
}
.TableLinesSmall {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #808990;
	padding-top: 3px;
	padding-bottom: 3px;
}
	/* The actual error message style */
	.form_validation_field_error_error_message {
	color:#ff0000;
	clear:left;
	}
	
	
	.normalTable th,
.normalTable td
{
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: left;
}

.normalTable th
{
	background-color: #660000;
	color: #fff;
}

.normalTable td
{
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.ButtonArea
{
	background-color: #FFFFFF;
	color: #fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
