@charset "utf-8";
/* CSS Document */

#divAd {
	margin-top:15px;
}

/* LEFT COLUMN */

#divAdLeft {
	float:left;
	width:230px;
	border:1px solid #06C;
	margin-right:20px;
}
#divAdLeft h4 {
	padding-top:0;
	margin-top:0;
}
#divAdImg {
	border-bottom:1px dotted #06C;
	padding-bottom:10px;
	margin-bottom:10px;
}
#divAdImg img {
	padding:5px;
	margin:0;
	float:left;
}
#divAdMap {
	background-color:#CCC;
	border:1px solid #069;
	float:left;
	width:218px;
	height:150px;
	margin:5px;
	display:none;
}

#divAdAction {
	float:left;
	text-align:center;
	width:220px;
}
#divAdAction a {
	border:1px solid #CC6600;
	padding:5px;
	margin:5px;
}
#divAdAction a:hover {
	background:#FFDFBF;
	color:#000;
}
#divAdFriend, #divAdQuestion {
	float:left;
	width:230px;
	border-top:1px dotted #06C;
}
.divLeftGroup {
	background:#E9EDEF;
	padding:4px;
	margin:15px 5px;
}

.divRefreshCaptcha {
	cursor:pointer;
	margin-right:10px;
	width:25px;
}


/* RIGHT COLUMNS */


#divAdRight {
	float:left;
}
#divAdRight h2 {
	width:390px;
}
#divAdDate {
	font-style:italic;
}
#divAdCategory {
	
}
#divAdDetails, #divAdDescription, .divDetailGroup {
	border:1px solid #06C;
	padding:10px;
	margin:10px 0;
	width:400px;
}
