/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-image:url(../images/pagebg.jpg);
	background-repeat:repeat-x;
	color:#FEA203;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Swis721 BlkCn BT";
	font-size:11px;
	background-color: #023109;
}

#main {
	width:955px;
	margin:auto;
}

#header {
	width:955px;
	height:412px;
}

#middleContainer {
	overflow:hidden;
	height:100%;
}

#middleContainer  .mCLeft{
	width:244px;
	float:left;
}

.searchbox {
	padding-left:45px;
	overflow:hidden;
	height:100%;
}

.searchbox  .SearchboxLeft{
	float:left;
}

.searchbox  .SearchboxRight{
	float:left;
	padding-left:5px;
}

.searchbox  input{
	border:#388E1B solid 1px;
	background:#FFFFFF;
	padding:3px;
	color:#388E1B;
}

.LeftNavigation {
	width:244px;
	height:400px;
}

.top10Seller ul {
	margin:0px;
	padding:0px;
	list-style:none;

}

.top10Seller li {
	padding-bottom:2px;

}

.top10Seller a {
	text-decoration:none;
	color:#FAA211;

}

.top10Seller a:hover {
	text-decoration:none;
	color:#ffffff;

}

#middleContainer  .mCRight{
	width:711px;
	float:right;
}

#footer {
	height:50px;
	background:url(images/footerbg.jpg);
	padding-top:57px;
	text-align:center;
}

#footer a { text-decoration:none; 	color:#FE9500 }

#footer a:hover { text-decoration:underline; 	color:#FE9500 }

.orangetxt {
	color:#FE9500;
}
