/* $Id: ad.css 85 2008-10-30 16:31:09Z root $ */

.ad {

}


 /* search form */
.ad form {
	background-color: #c5dbf3;
	height:55px;
	overflow: hidden;
}
.ad form dl dd {
	margin: 0;
	padding: 0;
}
.ad form dl dd p {
	margin: 0;
	padding: 0;
}
.ad form #search_ad_form_dd_ad_category {
	width: 120px;
	position: absolute;
	margin: 17px 0 0 305px;
}
.ad form #search_ad_form_dd_ad_category select {
	width: 130px;
}
.ad form #search_ad_form_dd_ad_search {
	position: absolute;
	margin: 17px 0 0 160px;
}
.ad form #search_ad_form_dd_ad_search input {
	width: 130px;
	height: 15px;
}
.ad form #search_ad_form_submit {
	background-image: url('../dsg/search_button.gif');
	width:29px;
	height:29px;
	position: absolute;
	margin: 12px 0 0 445px;
}
.ad .ad_add_button a
{
	width: 114px;
	height: 18px;
	background-image: url('../dsg/button_add.gif');
	background-repeat:no-repeat;
	background-position: left top;
	padding:4px 0 0 22px;
	font-size:1.1em;
	color:#ffffff;
	text-decoration:none;

	position: absolute;
	margin: 17px 0 0 14px;
}

.ad .ad_type {
	margin: 5px 0;
	background-color: #c5dbf3;
	height: 42px;
}

.ad .ad_selected_all a
{
	font-weight:bold;
	margin: 12px 0 0 20px;
	padding-left:15px;
}
.ad .ad_notselected_all a
{
	margin: 12px 0 0 20px;
	padding-left:15px;
}

/* prvi */
.ad .ad_selected_1 a
{
	font-weight:bold;
	margin: 12px 0 0 70px;
	padding-left:15px;
}
.ad .ad_notselected_1 a
{
	font-size:1.2em;
	margin: 12px 0 0 70px;
	padding-left:15px;
}
/* drugi */
.ad .ad_selected_2 a
{
	font-weight:bold;
	margin: 12px 0 0 160px;
	padding-left:15px;
}
.ad .ad_notselected_2 a
{
	margin: 12px 0 0 160px;
	padding-left:15px;
}
/* tretji */
.ad .ad_selected_3 a
{
	font-weight:bold;
	margin: 12px 0 0 220px;
	padding-left:15px;
}
.ad .ad_notselected_3 a
{
	margin: 12px 0 0 220px;
	padding-left:15px;
}
/* cetrti */
.ad .ad_selected_4 a
{
	font-weight:bold;

	margin: 12px 0 0 330px;
	padding-left:15px;
}

.ad .ad_notselected_4 a
{
	margin: 12px 0 0 330px;
	padding-left:15px;
}

.ad .ad_type_class a
{
	font-size:1.2em;
	position: absolute;
}

.ad .ad_type_asc a
{
	background-image: url('../dsg/arrow_up.gif');
	background-position: left top;
	background-repeat:no-repeat;
}

.ad .ad_type_desc a
{
	background-image: url('../dsg/arrow_down.gif');
	background-position: left top;
	background-repeat:no-repeat;
}

.ad .author
{
	float: left;
	width: 90px;
	height: 80px;
	border-right: 1px solid #fff;
	text-align: center;

	padding-top:10px;
	color: #717171;
	margin-top: 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #717171;
}

.ad .avatar
{
	margin: 0 auto 2px auto;
}






/* ads list */
.ad ul.ads_list {
	list-style-type: none;
	margin: 0;
}
.ad ul.ads_list li {
	margin: 0;
	border-top: 5px solid #dfdfdf;
	padding: 5px;
	background: url('../dsg/gradient_blue_reverse.gif') repeat-x top left;
	height: 1%;
}
.ad ul.ads_list li a.delete {
	float: right;
	width: 45px; /*62*/
	height: 13px; /*14*/
	padding: 1px 0 0 17px;
	background: url('../dsg/button_delete.gif') no-repeat center center;
}
.ad ul.ads_list li .datetime {
	padding-bottom: 5px;
	border-bottom: 1px solid #bfe0ff;
	margin-bottom: 5px;
	color: #717171;
	font-size: 1.1em;
}
.ad ul.ads_list li a.title {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	background: url('../dsg/icon_no_photo.gif') no-repeat center left;
	padding-left: 22px;
	color: #054090;
}
.ad ul.ads_list li a.title_with_picture {
	background-image: url('../dsg/icon_photo.gif');
}
.ad ul.ads_list li .content {
	font-size: 1.2em;
	line-height: 1.5em;
}
.ad ul.ads_list li .content * {
	line-height: 1.5em;
}
.ad ul.ads_list li .change {
	margin-bottom: 5px;
	border-top: 1px solid #bfe0ff;
	padding-top: 5px;
}
.ad ul.ads_list li .change a.edit {
	float: right;
	width: 40px; /*62*/
	height: 13px; /*14*/
	padding: 1px 0 0 22px;
	background: url('../dsg/button_change.gif') no-repeat center center;
}