@charset "utf-8";
/* CSS Document */
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4a4848; 
	text-align: left;
	background-color: #3D3D3D;
	margin:0px;
	padding:0px;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat;
	background-position: center top;

}
.clr{
	clear:both;
}
a img{
	border:none;
}
h2{
	font-size:18px;
	font-weight:bold;
}
#page{
	 width:960px;
	 margin:0 auto;
	 position: relative;
	 background-color:#262627;
}
#header{
	width: 960px;
	height: 113px;

}
#logo {
	float: left;
	width: 236px;
	padding-top: 27px;
	padding-left: 21px;
}

#footer {
	color: #575757;
	width: 920px;
	border-top: solid 1px #464646;
	font-size: 11px;
	padding-top:3px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #575757; 
	text-decoration: none;
}
#footer a:hover {
	color: #575757; 
	text-decoration: underline;
}
#footer .seo a:link, #footer .seo a:visited, #footer .seo a:active, #footer .seo a:hover {
	color: #575757; 
	text-decoration: none;
}
#footer a.seo:visited, #footer a.seo:active, #footer a.seo:link {
	text-decoration: none;	
	color: #575757;
}
#footer a.seo:hover {
	text-decoration: none; cursor: text;
}
#gravitate {
	float:right;
}
#botcol {
	width: 920px;
	background:#262625;
	padding: 10px 20px;
	
}

#main_content{
	width:100%;
	background-color:#96a85c;
	min-height:500px;
	color:#fff;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.left_content{
	float:left;
	width:140px;
	padding-left:10px;
	padding-right:10px;
	text-align:right;
	color:#fff;
	font-weight:bold;
}
.right_content{
	float:left;
	width:780px;
	padding-left:10px;
	padding-right:10px;
}
.form_login{
	margin-top:150px;
}
#submit_login{
	width:170px;
	text-align:center;
}
.row{
	height:30px;
	margin-top:5px;
	
}
.rowtext{
	height:27px;
	margin-top:5px;
	padding-top:2px;
}
.dropdown{
	width:200px;
}
.txtqty{
	width:40px;
}
.txt1{
	width:160px;
}
.commenttxt {
	width: 350px;
	height: 75px;
}
.rowtext2 {
	height:85px;
	margin-top:5px;
	padding-top:2px;
}
.left_detail{
	float:left;
	width:500px;
}
.right_img_detail{
	float:right;
	width:260px;
	padding-top: 0;
}
.pdqImg {
	margin-top: 150px;
}

.table{
	border-collapse:collapse;
	border:solid 1px #000;
}
.table td{
	border:solid 1px #000;
}
.table .header{
	background-color:#039;
	font-weight:bold;
	padding:3px;
}
.table .total{
	background-color:#039;
	font-weight:bold;
}
a:link, a:visited {
	color: #FED65C;
	text-decoration: none;
}
a:hover, a:active {
	color: #FED65C;
	text-decoration: underline;
}
.submit{
	background: url(images/submit_bt.jpg) no-repeat;
	width: 60px;
	height: 18px;
	border: none;
	cursor: pointer;
}
.left{float:left;}
.right{float:right;}
.clr{clear:both;}
.clrSolo{clear:both; height: 1px; font-size: 1px; line-height:1px; overflow: hidden;}
#items {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #728044;
	margin-bottom: 15px;
}

.itemRow{
	margin-bottom:15px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #728044;
}
.itemRow .trayImg{
	float:left;
	width: 150px;
	margin-right: 15px;
}
.itemRow .trayInfo{float:left;}
.itemRow .trayInfo h2{
	font-size: 16px;
	font-weight: bold;
	color: #FED65C;
	margin: 0px 0px 5px;
	padding: 0px;
}

.popupLink {
	margin-left: 10px;
}

.txtCenter { text-align: center; padding: 15px; background-color: #333; width: 45%; margin: 0 auto; }

#div1 {
	position: absolute; 
	top: 100px; 
	left: 75px; 
	display: none; 
	border: 15px solid #8fc3ea;
	background-color: #fff;
}

#div1 p {
	color: #333;
}

#div1 table {
	margin: 15px;
}


#div2 {
	position: absolute; 
	top: 10%;
	left: 25%;
	display: none;
	border: 15px solid #8fc3ea;
	background-color: #fff;
}

#div2 table {
	margin: 15px;
}

#div2 p {
	color: #333;
}

.closeBtn {
	background-color: #666;
	border-bottom: 1px solid #8FC3EA;
	border-right: 1px solid #8FC3EA;
	height: 30px;
	right: 0;
	position: absolute;
	bottom: 0;
	width: 75px;
}

a.closeWindow {
	display: block;
	padding:5px 15px 5px 15px;
}


