/* Orange CSS Document */
body {background-color:#000000; color:#e7bb52; font-family:Arial;}
body a {color:#a5ac3a;}
h1 {font-size:50px; color:#e7bb52; font-weight:normal}
h2 {font-size:40px; color:#e7bb52; font-weight:normal}
h3 {font-size:28px; color:#e7bb52; font-weight:normal}
h4 {font-size:17px; color:#e7bb52; font-weight:normal}
h5 {font-size:13px; color:#e7bb52; font-weight:normal}
h6 {font-size:20px; color:#a5ac3a; font-weight:normal}
.red {color:#CC3300}
img { border-style: none; }
.moto {font-size:17px; color:#e7bb52; font-weight:bold}
table.productTable {font-size:17px; font-family: Arial; color:#e7bb52}
/* table.productTable .selected{color:#000000; background-color:#e7bb52} */
.productDetails {font-size:17px; color:#e7bb52; font-weight:normal}
.productName{font-size:20px; text-align:center;}
.shoppingCartControl{font-size:17px; color:#e7bb52; font-family: Arial;}
.shoppingCart{font-size:17px; color:#e7bb52; font-family: Arial;}
table.cartTable {font-size:17px; font-family: Arial;}
table.cartTable .row{color:#e7bb52;border-style:solid;border-width:1px;border-color:#e7bb52; }
table.cartTable .alternatingRow{color:#000000;border-style:solid;border-width:1px;border-color:#e7bb52; background-color:#e7bb52}
table.cartTable .header{color:#000000;border-style:solid;border-width:1px;border-color:#e7bb52; background-color:#e7bb52}
table.cartTable .removeButton{color:Red; font-weight:bold}
table.cartTable {border-color:#e7bb52; border-style:solid;border-width:1px;}
table.cartTable td {border-color:#e7bb52;border-style:solid;border-width:1px;}
table.cartTable th {border-color:#e7bb52;border-style:solid;border-width:1px;}
table.cartTable tr.header {border-color:#e7bb52;border-style:solid;border-width:1px;}
table.productTable tr td input {border-style:solid;border-width:1px;border-color: #E7BB52;}
.linkButton{font-size:17px; color:#e7bb52;}
.textBox{background-color:#FAEBD7;}
.dropDownList{background-color:#FAEBD7;}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.notice {font-size:20px; color:#e7bb52; font-weight:normal}
.detailsInfo { font-size:14px; color:#a5ac3a; font-weight:normal }
.salePrice { font-size:17px; color:#a5ac3a; font-weight:normal }
.categoryLabel { font-size:20px; color:#a5ac3a; font-weight:normal }
/*	
	color:#a5ac3a Green
	color:#e7bb52 Orange 
*/
a:hover { color:#A5AC3A; text-decoration:none; }
a:link { color:#E7BB52; text-decoration:underline; }