@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #381912;
}

form {
	margin:0;
}

img {
	border: none;	
}

form input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border: 1px solid #CCCCCC;
}

.subslogin {
	padding: 0;
	margin: 0;
	width: 82px;
	height: 18px;
	border: none;
}

.chkbox {
	padding: 0;
	margin: 0;
	border: none;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*color: #0a3564;*/
	color: #000;
	line-height: 18px;
	margin: 20px 22px 0 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ee6f0e;
	margin: 0 22px 0 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #ee6f0e;
	margin: 0 22px 0 10px;
}
a {
	color: #003366;	
}

a:hover {
	text-decoration: none;	
}

.mainbg {
	background-color: #FFFFFF;
	border: 6px solid #FFFFFF;
}
.blueborder {
	border: 1px solid #adcaea;
}

.whitetxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.whitetxt a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:underline;
}
.whitetxt a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.whitetxtsmall {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.whitetxtarial {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.whitetxtarial:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.bluetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #134c84;
}
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #134c84;
	text-decoration: none;
}
.footerlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.topnavlink {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.topnavlink:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

/*** Product Styles ***/

#productlist {
	width: 700px;
	float: left;	
}

#productlist .productimg {
	border: solid 3px #000;	
}

#productlist p {
	margin-left: 0px;	
}

#productlist .prodheading {
	font-size: 13px;
	font-weight: bold;
}

#productlist .price {
	font-size: 15px;
	font-weight: bold;
	color: #ff6600;
}

.price2 {
	font-size: 13px;
	font-weight: bold;
}

.greytxt {
	color: #666;	
}

.prodauthor{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

.bottom_border {
	border-bottom: dashed 1px #666;	
}

#productlist table {
	width: 100%;
	/*padding: 3px;*/
}

#productlist tr td {
	height: 18px;
}

#productlist2 table {
	width: 100%;
	/*padding: 3px;*/
}

#productlist2 tr td {
	height: 12px;
}

.paging ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.paging li {
	width: 25px;
	height: 18px;
	color: #666666;	
	text-align: center;
	float: left;
}

.paging li img {
	padding-top: 6px;
}

.paging li a {
	text-decoration: none;	
}

.paging .active {
	font-weight: bold;
	color: #0099cc;	
}

.page_nav {
	margin: 0 22px 0 10px;
	color: #666666;
}

.item {
	color: #666666;
}

.totalprice {
	background-image: url(../images/total_bg.jpg);
	background-repeat: repeat-x;
	border: solid 1px #e7e7e7;
}

.orangetxt {
	color: #ff6600;	
	font-size: 15px;
}

.quantity {
	width: 70px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	background-image: url(../images/quantity_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}

.quantityinput {
	width: 26px;
	height: 14px;
	padding: 7px;
	color: #666666;
	background-image: url(../images/prod_input.jpg);
	background-repeat: no-repeat;
	border: solid 1px #999999;
	float: left
}

.input_form {
	width: 219px;
	height: 20px;
	color: #000;
	border: 1px solid #9d9d9d;
}

.textbox {
	height: 20px;
	color: #000;
	border: 1px solid #9d9d9d;
}

.textarea {
	color: #000;
	border: 1px solid #9d9d9d;
	width:100%;
}

.shopcart_table_header {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	border:	solid 1px #a9ccde;
}

.shopcart_table_rows {
	border:	solid 1px #e6e6e6;
}

.greybg {
	background: #f6f6f6;
	height: 20px;
	width: 297px;
	padding: 5px;
	float: left
}

.accsteps ul {
	list-style: none;
	padding: 0 0 0 150px;
	margin: 0;
}

.accsteps li{
	padding: 0 12px;
	float: left
}
.greytxt {
	color: #999;	
}
.darkgreytxt {
	color: #666;	
}

.welcometxt {
	color: #FFF;
	font-size: 14px;
}
.logintxt {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
}

/*******/

.blacktxt {
 color: #000000; 
 font-size: 15px;
}

#estate {
 width: 341px;
 padding: 0px;
 margin: 0 auto 0 auto;
 clear:both;
}
#estate ul{
 padding: 0px;
 margin: 0px;
 
}
#estate li{
 width: 66px;
 height: 22px;
 padding: 0px;
 color: #0a3564;
 list-style-type:none;
 background-color:#f1f0f0;
 text-align:center;
 float:left;
 margin:1px;
 text-decoration:none;
}
#estate li a{
 width: 66px;
 height: 22px;
 padding: 0px;
 margin: 0px;
 color: #0a3564;
 background-color:#f5f5f5;
 text-align:center;
 text-decoration:none;
}
#estate li a:hover{
 width: 66px;
 height: 22px;
 padding: 0px;
 color: #ffffff;
 float:left;
 background-image: url(../images/li_bg.gif);
 background-repeat:repeat-x;
 text-align:center;
 text-decoration:none;
}


 

.estate_li {
 text-align:center;
 width: 72px;
 height: 22px;
 padding: 0px;
 margin: 0px;
 color: #0a3564;
}

.redColor {
	color:#FF0000;
}