@charset "utf-8";
/* CSS Document */
img {border-width:0;padding:0;margin:0;}
body{ margin:0; font-family:Arial, Helvetica, sans-serif; font-size:11px; background-color:#000;}
#wrapper{ margin:auto; width:980px; border:solid 1px #d5d5d5; background-color:#212121;}
#header{ padding:8px; float:left; width:964px;}
#decor{ padding-bottom:1px; border-bottom: solid 1px #d3d3d3; float:left; clear:both;}
#content{padding:10px; float:left; width:960px;}
#footer{ width:960px; float:left; padding:0px 10px; height:46px; color:#FFF; font-weight:bold;}
#content a {text-decoration:none;font-weight:bold;color:#4A597F;line-height:20px;}
#content a:hover {color:#4A597F;text-decoration: underline;}

font.title, h1 {font-weight:bold;color:#000000;font-size:20px;line-height:20px;}
font.price {font-weight:bold;color:#0094ff;font-size:16px;line-height:20px;}
font.sold {font-weight: bold;color:#4A597F;font-size:16px;line-height:20px;text-decoration: line-through;}
table{font-size:11px; color:#fff;}
div.pagination {
	clear:both;
	float:left;
	margin: 10px 0 10px 128px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #3399ff;
	text-decoration: none !important;
	color: #3399ff !important;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #1978d6;
	background-color:#1978d6 !important;
	color: #FFF !important;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #3399ff;
		font-weight: bold;
		background-color: #3399ff;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #b0b0b0;
		color: #b0b0b0;
	}

a.title{ font-size:12px; font-weight:bold; color:#fff;}

.submitLink {
	color: #3399ff;
	background-color: transparent;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	height: 15px;
	font-size: 11px;
	font-family: arial, helvetica;
	font-variant: normal;
	font-style:normal;
}
