/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color:#000;
	color:#BB93AA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	background:url(bg-body.png) top center repeat-x #0B0004;
}
html>body{
	margin:0;
	padding:0;
	background-color:#000;
	color:#BB93AA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	background:url(bg-body.png) top center repeat-x #0B0004;
}

/* THE SKELETON */
#outer{
	width:1100px;
	margin:0 auto;
	padding:0;
	display:table;
	background:url(bg-outer.png) top center no-repeat #0B0004;
}
#wrapper{
	margin:0 auto;
	width:1000px;
	display:table;
	background:url(bg-wrapper.png) top center repeat-y #0B0004;
}
#head{
	height:66px;
	background:url(bg-head.png) top center no-repeat #1E000C;
}
#nav{
	display:table;
	width:100%;
	height:45px;
	clear:both;
	background:url(bg-nav.png) top center no-repeat #350015;
}
#page{
	width:100%;
}
#content{
	width:500px;
	float:left;
}
#side_left{
	width:200px;
	float:left;
}
#side_right{
	width:300px;
	float:left;
}
#foot{
	width:100%;
	clear:both;
	text-align:center;
	background-color:#0F0006;
}
#tail{
	width:100%;
	clear:both;
	display:table;
	background:url(bg-tail.png) top center repeat-x #0C0004;
}

/* THE COMMON CLASSES */
h1,h2,h3,h4,h5,h6{
	margin:0 0 10px 0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	color:#D2BFC6;
	font-size:14px;
}
h3{
	font-size:12px;
}
h4{
	font-size:11px;
}
.padding5{
	padding:5px;
}
.padding10{
	padding:10px;
}
.padding15{
	padding:15px;
}
p{
	margin:0 0 5px 0;
	padding:0;
}
a{
	color:#F90;
}
a:hover{
	color:#FC0;
}

/* The HEAD */
#head h1{
	text-align:left;
	float:left;
	margin:0;
	padding:0;
}
#head h2{
	position:relative;
	text-align:right;
	top:20px;
	right:30px;
	float:right;
}

/* The SIDE LEFT */
ul.categories{
	margin:0;
	padding:0 0 0 0px;
	list-style:none;
	color:#FF9900;
}
ul.categories li{
	padding-bottom:1px;
	margin-bottom:1px;
	font-weight:bold;
	border-bottom:1px dotted #75032D;
}
ul.categories li a{
	text-decoration:none;
	color:#B1476E;
}
.catlist, .catlist a:link{
	color:#BB93AA;
	text-decoration:none;
}


/* THE CONTENT */
#boxwrapper{
	width:100%;
	clear:both;
}
.box{
	width:100%;
	clear:both;
	margin-bottom:10px;
	padding-bottom:5px;
}
.counter{
	width:75px;
	height:75px;
	float:left;
	text-align:center;
	background:url(bg-counter.png) top center no-repeat #000;
}
.counter p{
	position:relative;
	top:20px;
	padding-right:5px;
	font-weight:bold;
	text-align:center;
	font-size:16px;
}
.box h2{
	padding:0;
	margin-bottom:3px;
	font-size:12px;
	font-family:Arial;
}
.box h2 a{
	color:#B1476E;
}
.box h2 a:hover{
	color:#FFCC00;
}
.box h3{
	padding:0;
	margin-bottom:4px;
	font-size:11px;
	color:#7AA503;
	font-family:Arial;
}
.box h3 a{
	color:#7AA503;
}
.box h3 a:hover{
	color:#9BD108;
}

.summary{
	font-size:10px;
	line-height:12px;
}
.pageselector{
	background-color:#333;
	padding:10px;
	border-top:1px solid #888;
	border-bottom:1px solid #444;
}

ul.list2{
	margin:0 0 0 15px;
	padding:0;
	list-style:square;
}
ul.list2 li{
	width:230px;
	float:left;
	margin-bottom:5px;
}

.pageselector{
	width:100%;
	clear:both;
	display:table;
	margin:10px 0;
}
/* THE SIDE RIGHT */
ul.list{
	margin:0 0 0 15px;
	padding:0;
	list-style:square;
}
ul.list li{
	margin-bottom:3px;
}
ul.list a{
	color:#B1476E;
}

/* THE EBAY */
.eb_item{
	width:100%;
	height:60px;
	clear:both;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #5A0033;
}
.eb_image{
	width:60px;
	height:60px;
	margin-right:5px;
	float:left;
	border:2px solid #EEE;
}
.eb_item h2{
	font-size:11px;
}
.eb_item h2 a{	
	color:#B1476E;
}
.price{
	color:#B1476E;
}

/* THE FOOT */

/* THE TAIL */
.tailbox{
	float:left;
	text-align:justify;
}
.tailbox a{
	color:#BB93AA;
}
.tailbox a:hover{
	color:#FC0;
}
.tailbox h2, .tailbox h2 a{
	color:#D2BFC6;
	text-decoration:none;
}
/* THE FORM */
form{
	margin:0;
	padding:0;
}
.frmsearch{
	height:40px;
	background:url(bg-search.png) top center no-repeat #5C0034;
}
.stf{
	width:190px;
	padding:2px 5px;
	background-color:#9B6383;
	border:1px solid #733150;
	color:#FFF;
}
.sbtn{
	width:70px;
	background:transparent;
	border:0;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	font-size:11px;
}

/* THE ADS */