.ads_left{
	width:200px;	
	display:block;
	overflow:hidden;
	float:left;
	margin-top:10px;
}

.ads_right{
	width:778px;	
	height:auto;
	margin-top:10px;
	display:block;
	overflow:hidden;
	float:left;
	border:1px solid #ccc;
	-moz-border-radius:0px 20px 0px 20px; 
	-webkit-border-radius:0px 20px 0px 20px; 
	border-radius:0px 20px 0px 20px; 
	padding:10px;
}
.addcat_title, .home{
	display:block;
	padding:10px 7px;
	font-weight:bold;
	font-size:11px;
	color:#454545;
	background-image:-webkit-gradient(
    linear,
    right top,
    left top,    
    color-stop(0.63, rgb(249,249,249)),
	color-stop(0.24, rgb(255,255,255))
	);

	background-image:-moz-linear-gradient(
    right center,
	    rgb(249,249,249) 63%,
	    rgb(255,255,255) 24%
	);
	border:1px solid #ccc;
	border-right:none;
	border-top:none;
}

.addcat_title span{
	font-weight:normal;	
}


.active{ 
	-moz-border-radius:0px 5px 0px 5px; 
	-webkit-border-radius:0px 5px 0px 5px; 
	border-radius:0px 5px 0px 5px; 
	
	background-color:#59155a;
	color:#fff;
	border:none;
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.37, rgb(95,24,97)),
    color-stop(0.69, rgb(114,36,121))
	);

	background-image:-moz-linear-gradient(
		center bottom,
		rgb(95,24,97) 37%,
		rgb(114,36,121) 69%
	);
}


.hovered{
	background:#fff;
	color:#939;	
}

.scat{
	display:none;	
}

.shown{
	display:block !important;
	position:absolute;
	margin-left:199px;
	margin-top:-1px;
	box-shadow: 2px 1px 2px #454545	;
	-moz-box-shadow:2px 1px 2px #454545;
	padding:10px;
	z-index:100;
	background:#fff;
	border:1px solid #ccc;
	border-left:none;
	width:200px;
	-moz-border-radius:0px 5px 5px 0px; 
	-webkit-border-radius:0px 5px 5px 0px; 
	border-radius:0px 5px 5px 0px; 
}

.catparent{
	overflow:hidden;	
}

.scat li{
	display:block;
}

.scat li a{
	display:block;
	padding:5px;
	border-bottom:1px dashed #e8e8e8;
	color:#454545;
	font-size:11px;	
}


.scat li a:hover{
	border-bottom:1px solid #ccc;
	color:#000;
}

.ads_right h1, 
.ads_right h2{
	display:block;
	clear:both;
	margin-bottom:10px;
	border:1px solid #ccc;
	-moz-border-radius:0px 20px 0px 20px; 
	-webkit-border-radius:0px 20px 0px 20px; 
	border-radius:0px 20px 0px 20px; 
	padding:15px;
	background-color:#59155a;
	color:#fff;
	border:none;
	background-image:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.37, rgb(95,24,97)),
    color-stop(0.69, rgb(114,36,121))
	);

	background-image:-moz-linear-gradient(
		center bottom,
		rgb(95,24,97) 37%,
		rgb(114,36,121) 69%
	);
	font-size:14px;
}


.ad{
	width:185px;
	height:170px;
	margin-bottom:5px;
	font-size:11px;
	float:left;
	border-bottom:1px solid #f9f9f9;	
	border-right:1px solid #f9f9f9;	
	padding-bottom:5px;
	margin-right:5px;
}

.vipad{
	background:transparent url('../img/vipbg.png') center top no-repeat;
	border-color:#936;
}

div:hover.ad{
	border-color:#e8e8e8;
}


div:hover.ad a{
	color:#936;
}


div:hover.ad img{
	border-color:#fff;	
}

.ad_img{
	display:block;	
	margin-bottom:10px;
	overflow:hidden;
	clear:both;
}

.ad_img a{
	display:block;
	text-align:center;
	height:100px;
	text-align:center;
}


.add_title{
	font-weight:bold;
	color:#454545;
	display:block;
	height:30px;
	text-align:center;
	padding:10px 5px 5px 5px;
}

.ad_img a img{
	border:3px solid #ccc;
	height:100px;
	width:auto;
	text-align:center;
	-moz-border-radius:0px 5px 0px 5px; 
	-webkit-border-radius:0px 5px 0px 5px; 
	border-radius:0px 5px 0px 5px; 
}

.ad_more{
	display:block;
	text-align:center;
	text-decoration:underline;
	font-size:11px;
	color:#666;
	margin-top:5px;
	clear:both;
}

.editor{
	font-size:11px;
	text-align:justify;
	margin:10px;
}

.editor a{
	color:#222;
	text-decoration:underline;	
}

.newads .ad{
	height:50px !important;	
}

.newads .add_title{
	float:left !important;
	padding:0px !important;
	margin-left:10px !important;
	font-weight:normal !important;
	width:120px !important;
	text-align:left !important;	
}

.newads .ad img{
	width:50px !important;
	height:auto !important;
	max-height:40px !important;
}

.newads .ad_img{
	height:auto !important;	
	width:50px!important;
	float:left !important;
	clear:none!important;
}

.make_vip{
	background:#9e5596 url('../img/vipalert.png') 5px 5px no-repeat;
	border:3px solid #642d65;
	color:#fff;
	text-shadow:1px 1px #333;
	font-size:16px;
	padding:20px;
	padding-left:100px;
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px;
	margin-top:10px; 
}




.make_vip span{
	color:#FF6;	
}

.addnew{
	width:152px;
	height:44px;
	display:block;
	clear:both;
	position:absolute;
	margin-top:-50px;
	background:transparent url('../img/addnew.png') left top no-repeat;
	float:right;
	margin-left:620px;
}


/* VIP CODE */
.vipcode{
	background:#f9f9f9;
	border:1px solid #ccc;
	padding:100px;
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
	border-radius:15px;
	margin-top:15px;
}

.vipcode h3{
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin-bottom:10px;	
}

.vipcode .code{
	width:300px;
	font-size:16px;
	padding:5px;
	background:#fff;
	border:1px solid #666;
	color:#936;	
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	border-radius:5px;
}

.vipcode p{
	font-size:12px;
	margin:10px 0px;
	color:#939;	
}
