/* Homepage Styles*/


/* Searchbox with tagclouds */

#searchbox {
	width: 950px;
	height: 150px;
	background: url(../images/backgr/searchbox.png) 0 0 repeat-x;
	position:relative;
}

#searchbox div {
	text-align: center;
}

#corners_top, #corners_bottom {
	width: 900px;
	height: 15px;
	display: block;
	clear:both;
}

#corners_top_nw {
	width:15px;
	height:15px;
	display:block;
	float:left;
	background: url(../images/backgr/searchbox_nw.png) 0 0 no-repeat;
	margin:0px auto;
}

#corners_top_ne {
	width:15px;
	height:15px;
	display:block;
	float:right;
	background: url(../images/backgr/searchbox_ne.png) 0 0 no-repeat;
	margin:0px auto;
}

#corners_bottom_nw {
	width:15px;
	height:15px;
	display:block;
	float:left;
	background: url(../images/backgr/searchbox_sw.png) 0 0 no-repeat;
	margin:0px auto;
}

#corners_bottom_ne {
	width:15px;
	height:15px;
	display:block;
	float:right;
	background: url(../images/backgr/searchbox_se.png) 0 0 no-repeat;
	margin:0px auto;
	position:absolute;
	right:0;
	bottom:0;
}

#searchbox_step1 {
	width: 435px;
	height: 120px;
	float: left;
}

#searchbox_step1_caption {
	height:30px;
	margin-left: 30px;
}

#searchbox_step1_tags {
	width: 375px;
	height: 80px;
	margin: 5px 0 0 25px;
	text-align: center;
	overflow:hidden; 
}

#searchbox_step2 {
	width: 360px;
	height: 120px;
	float: left;
}

#searchbox_step2_caption {
	height:30px;
	margin-left: 30px;
}

#searchbox_step2_tags {
	width: 310px;
	height: 80px;
	margin: 5px 0 0 20px;
	text-align: center;
	overflow:hidden; 
}

#searchbox_step3 {
	width: 100px;
	height: 120px;
	float: left;
}

#searchbox_step3_caption {
	width: 100px;
	height: 70px;
	margin: 25px 0 0 25px;
	background: url(../images/backgr/searchbox_find.png) 0 0 no-repeat;
}

#searchbox_step3_caption .submit {
	width: 100px;
	height: 70px;
	display:table-cell;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	border:0;
	background:transparent;
	cursor:hand;
	cursor:pointer;
}

#searchbox_right {
	width:1px;
	height:120px;
	position:absolute;
	right:0;
	bottom:12px;
	background:url(../images/backgr/searchbox_right.png) 0 0 no-repeat;
	float:right;
}

#searchbox input {
	width: 200px;
	height: 26px;
	float: left;
	margin: 0 0 0 5px;
	font-size: 14pt;
	vertical-align: middle;
	text-align: center;
	border: 2px solid #9de4ff;
	color: #a0a0a0;
}

#searchbox_step1_caption input {
	width: 220px;
}

#searchbox_step2_caption input {
	width: 260px;
}

#searchbox_step1_caption span, #searchbox_step2_caption span, #searchbox_step3_caption span {
	font: 14pt Tahoma;
}

#searchbox_step1_tags  span, #searchbox_step2_tags  span {
	margin-right: 5px;
}

/* Titles */

#whatsup .title  {
	height:25px;
}

#whatsup h2 {
	padding: 0 0 0 5px;
	height:25px;
}

#whatsup p {
	margin:0 0 0 15px;
	padding:0 0 0 55px;
	background: url(../images/icons/whatsup.png) 0 5px no-repeat;
	height:80px;
}

#whatsup p, #whatsup p a {
	font-size:9pt;
}

/* Carousel */

#carousel {
	float: left;
	width: 650px;
	height: 192px;
	margin:30px 0 5px 5px;
	position: relative;
}

#carousel .container {
	float: left;
	width: 540px;
	height: 182px;
	position: relative;    
	overflow: hidden;
}

#carousel ul {
	margin: 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 182px;
}                      

#carousel ul li {
	width: 168px;
	height: 182px;
	text-align: center; 
	list-style:none;   
	float:left;
}

#carousel .previous_button {
	float:left;  
	width: 40px;
	height: 35px;
	margin-top:25px;
	background: url(../images/icons/carusel_left.gif) no-repeat;
	z-index: 100;
	cursor: pointer;
}

#carousel .previous_button_over {
	background: url(../images/icons/carusel_left_over.gif) no-repeat;
}

#carousel .previous_button_disabled {
	background: url(../images/icons/carusel_left_disabled.gif) no-repeat;
	cursor: default;
}

#carousel .next_button {
	float:left;  
	width: 45px;
	height: 35px;
	margin-top:25px;
	background: url(../images/icons/carusel_right.gif) no-repeat;
	z-index: 100;
	cursor: pointer;
}

#carousel .next_button_over {
	background: url(../images/icons/carusel_right_over.gif) no-repeat;
}

#carousel .next_button_disabled {
	background: url(../images/icons/carusel_right_disabled.gif) no-repeat;
	cursor: default;
}

#carousel .carusel_item {
	text-align:center;
}

#carousel .item_pic {
	overflow: hidden;
	margin:5px 0;
	text-align:center;
}

#carousel .carusel_item .item_pic img {
	height: auto;
	max-width: 100px;
	border: 2px solid #ebf9ff;
	text-align:center;
}

#carousel .carusel_item .item_pic a:hover img {
	max-width: 110px;
}

#carousel .item_title {
	margin:0 6px;
	text-align:center;
}

#carousel .item_price {
	color: #e97b31;
	font-weight: bold;
	margin:5px 6px;
	text-align:center;
}

/* Content  */

#left_column .sticker {
	width: 250px;
	height: auto;
	background: #fffdcd;
	margin: 0 0 8px 0;
}

#left_column div.sticker_top {
	width: 250px;
	height: 14px;
	display: block;
	background: url(../images/backgr/sticker_top.gif) 0 0 no-repeat;
}

#left_column div.sticker_main {
	width: 235px;
	height: auto;
}

#left_column div.sticker_bottom {
	width: 250px;
	height: 25px;
	display: block;
	background: url(../images/backgr/sticker_bottom.gif) 0 0 no-repeat;
}

#left_column #regions {
	margin-top:30px;
}

#content_column {
	width: 610px;
	height: auto;
	margin: 0 0 50px 40px;
	float:left;
}

#content_column #categories .category {
	width:610px;
	height:auto;
	margin-bottom:30px;
}

#content_column  #categories .category  div.title {
	margin: 0;
}

#content_column  #categories .category  div.title a {
	margin: 0;
	display:inline;
	padding:10px 0 30px 55px;
	line-height:55px;
	letter-spacing:-1px;
}

#content_column #categories ul {
	margin: 10px 0 0 55px;
	float:none;
	display:block;
	clear:both;
	overflow:hidden;
}

#content_column #categories ul li {
	float:left;
	width:265px;
}

#content_column #categories ul li.more{
	background:none;
}

/* Categories  */

#categories .transport {
	background: url(../images/icons/cat_auto.png) 0 0 no-repeat;
}

#categories .elektronika {
	background: url(../images/icons/cat_electronics.png) 0 0 no-repeat;
}

#categories .biznes {
	background: url(../images/icons/cat_biz.png) 0 0 no-repeat;
}

#categories .dom {
	background: url(../images/icons/cat_house.png) 0 0 no-repeat;
}

#categories .ofis {
	background: url(../images/icons/cat_office.png) 0 0 no-repeat;
}

#categories .detskoe {
	background: url(../images/icons/cat_children.png) 0 0 no-repeat;
}

#categories .kompyutery {
	background: url(../images/icons/cat_comp.png) 0 0 no-repeat;
}

#categories .nedvizhimost {
	background: url(../images/icons/cat_realestate.png) 0 0 no-repeat;
}

#categories .odezhda {
	background: url(../images/icons/cat_cloth.png) 0 0 no-repeat;
}

#categories .prezentacii {
	background: url(../images/icons/cat_present.png) 0 0 no-repeat;
}

#categories .otdyh {
	background: url(../images/icons/cat_vacation.png) 0 0 no-repeat;
}

#categories .stroitelstvo {
	background: url(../images/icons/cat_constr.png) 0 0 no-repeat;
}

#categories .telefoniya {
	background: url(../images/icons/cat_phones.png) 0 0 no-repeat;
}

#categories .drugoe {
	background: url(../images/icons/cat_other.png) 0 0 no-repeat;
}

/* Tag clouds */

.tagcloud span {
	color: #45d002;
	border-bottom: 1px dashed #45d002;
	cursor: pointer;
}

.tag0 { font-size: 12px; color: silver; pointer: none;  }
.tag1 { font-size: 16px;}
.tag2 { font-size: 18px;}
.tag3 { font-size: 20px;}
.tag4 { font-size: 22px;}
.tag5 { font-size: 24px;}
.tag6 { font-size: 26px;}
.tag7 { font-size: 28px;}
.tag8 { font-size: 30px;}

.cloud_holder span { padding: 3px; text-decoration: none; cursor: pointer; }
.cloud_holder span:link  { color: #81d601; }
.cloud_holder span:visited { color: #019c05; }
.cloud_holder span:hover { color: #ffffff; background: #69da03; }
.cloud_holder span:active { color: #ffffff; background: #ACFC65; }
span.tag_selected { color: #e97b31; border-bottom: 1px dashed #e97b31; font-weight:bold;}

