/* Item  Styles*/

#item_nav {
	margin: 113px 0 0 0;
	padding-right: 10px;
	float: right;
}

#item_nav li {
	color: #a0a0a0;
	float: left;
	line-height: 12px;
	height: 16px;
}

#item_nav li.prev {
	background:url(../images/icons/pager_prev.png) 0 0 no-repeat;
	padding:0 10px 0 16px;
	border-right: 1px solid #c9c9c9;
}

#item_nav li.next {
	background:url(../images/icons/pager_next.png) right 0 no-repeat;
	padding: 0 15px 0 10px;
}

#item {
	width: 630px;
	margin: 19px 0 0 0;
	clear: both;
}

#item #main_part {
	width: 400px;
	padding: 0 0 0 15px;
	float: left;
	
}

#item  label {
	color: #a0a0a0;
}

#item #main_part #price {
	width: 400px;
	height: 85px;
	background: #f8f8f8 url(../images/backgr/item_price.gif) 0 0 no-repeat;
	display: table-cell;
	vertical-align: middle;
}

#item #main_part #price .price_value {
	background:url(../images/icons/price.png) 30px 0 no-repeat;
	color: #e97b31;
	font: 16pt Arial;
	padding: 5px 0 6px 70px;
	float: left;
	width: 110px;
}

#item #main_part #price .period {
	background:url(../images/icons/period2.png) 30px 0 no-repeat;
	font: bold 14pt Arial;
	padding: 5px 0 6px 70px;
	float: left;
	margin: 0;
}

#item #main_part #price .period a {
	font: 14pt Arial;
}

#item #main_part #price .more_periods {
	clear: both;
	margin: 0 0 0 205px;
}

#item #main_part #price .more_periods a.item_price_a {
	text-decoration: none;
	white-space:nowrap;
}

#item #main_part #price .more_periods span.active {
	display:none;
}

#item #main_part #text {
	width: 370px;
	margin: 15px 0 15px 15px;
}

#item #main_part #text, #item #main_part #text p {
	text-align: justify;
	font-size: 10pt;
	padding: 5px 0;
}

#item #main_part #pictures {
	width: 400px;
	margin: 60px 0 15px 0;
}

#item #main_part #pictures  .pics_title {
	width: 400px;
	height: 30px;
	background: #f8f8f8 url(../images/backgr/item_main_gray.gif) 0 0 no-repeat;
	overflow: hidden;
}

#item #main_part #pictures  .pics_title h3 {
	font: lighter 8pt Arial;
	height:14px;
	overflow:hidden;
	color: #a0a0a0;
	margin: 7px 10px;
	background: url(../images/icons/pics_title.png) 0 0 no-repeat;
	padding: 0 0 0 20px;
}

#item #main_part #pictures  .pics_title h3 strong {
	font: bold 8pt Arial;
	color: #a0a0a0;
}

#item #main_part #pictures  .pic_main {
	width: 400px;
	height: auto;
	text-align:center;
	margin:25px 0 10px 0;
}

#item #main_part #pictures  .pic_main img {
	max-width: 400px;
	height: auto;
}

#item #carousel {
	width: 400px;
	height: auto;
	margin:15px 0;
	position: relative;
}

#item #carousel .container {
	float: left;
	width: 380px;
	height: auto;
	position: relative;    
	overflow: hidden;
}

#item #carousel ul {
	margin: 0;
	padding:0;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
}                      

#item #carousel ul li {
	width: auto;
	height: auto;
	text-align: center; 
	list-style:none;   
	float:left;
	margin:0 5px;
}

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

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

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

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

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

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

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

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

#item #main_part #pictures  div {
	float: left;
}

#item #main_part #pictures  .item_pics img {
	width: auto;
	height: 65px;
	border: 2px solid #eaf9ff;
	margin: 0 3px;
}

#item #main_part #tags {
	width: 400px;
	background: #e7faff;
	margin-top: 15px;
	clear: both;
}

#item #main_part #tags .top {
	width: 400px;
	height: 30px;
	display: block;
	background: url(../images/backgr/item_tags_top.gif) 0 0 no-repeat;
}

#item #main_part #tags  .main {
	padding:0 10px;
}

#item #main_part #tags  .main strong {
	color: #8ec5d4;
	background : url(../images/icons/tags.png) no-repeat 0 0;
	padding: 1px 0 2px 20px;
}

#item #main_part #tags  .main p {
	color: #8ec5d4;
	margin-top: 10px;
	line-height:18px;
}

#item #main_part #tags .bottom {
	width: 400px;
	height: 12px;
	display: block;
	font-size: 0;
	background: url(../images/backgr/item_tags_bot.gif) 0 0 no-repeat;
}

#item #main_part #share {
	width: 400px;
	height: 60px;
	background: #f8f8f8 url(../images/backgr/item_main_gray.gif) 0 0 no-repeat;
	overflow: hidden;
	margin-top: 15px;
	text-align:right;
}

#item #main_part #share p {
	color: #a0a0a0;
	margin: 7px 10px;
	float: left;
}

#item #main_part #share a {
	margin: 7px 5px;
	float: left;
}

#item #main_part #share .vkontakte {
	float: right;
	padding-right:35px;
}

#item #right_part{
	width: 200px;
	margin: 0 0 0 13px;
	float: left;
}

#item #right_part #details {
	width: 200px;
	height: 85px;
	display: table-cell;
	background: #eaf9ff url(../images/backgr/item_details.gif) 0 0 no-repeat;
	vertical-align: middle;
}

#item #right_part #details div {
	padding: 2px 0 0 20px;
	margin-left:10px;
	height: 22px;
}

#item #right_part #details .type {
	background:url(../images/icons/type.png) 0 0 no-repeat;
}

#item #right_part #details .placed {
	background:url(../images/icons/date_placed.png) 0 0 no-repeat;
}

#item #right_part #details .edited {
	background:url(../images/icons/date_edited.png) 0 0 no-repeat;
}

#item #right_part #company {
	width: 200px;
	height: 70px;
	display: block;
	background: url(../images/backgr/item_company.gif) 0 0 no-repeat;
	margin-top: 15px;
}

#item #right_part #company .company_logo {
	width: 50px;
	height: 50px;
	padding: 0 0 0 10px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

#item #right_part #company .company_logo img {
	max-width: 50px;
	max-height: 50px;
}

#item #right_part #company .label {
	height: 70px;
	padding:10px;
	vertical-align: middle;
	display: table-cell;
}

#item #right_part #contact_info {
	width: 200px;
	background: #f8f8f8;
	margin-top: 15px;
}

#item #right_part #contact_info .top {
	width: 200px;
	height: 10px;
	display: block;
	font-size: 0;
	background: url(../images/backgr/item_right_gray_top.gif) 0 0 no-repeat;
}

#item #right_part #contact_info .main {
	padding:0 0 0 10px;
}

#item #right_part #contact_info .main div {
	padding: 1px 0 5px 20px;
	margin: 5px 0;
}

#item #right_part #contact_info .region {
	background:url(../images/icons/region.png) 0 0 no-repeat;
}

#item #right_part #contact_info .address {
	background:url(../images/icons/address.png) 0 0 no-repeat;
}

#item #right_part #contact_info .person {
	background:url(../images/icons/person.png) 0 0 no-repeat;
}

#item #right_part #contact_info .phone {
	background:url(../images/icons/phone.png) 0 0 no-repeat;
}

#item #right_part #contact_info .mobile {
	background:url(../images/icons/mobile.png) 0 0 no-repeat;
}

#item #right_part #contact_info .landline {
	background:url(../images/icons/landline.png) 0 0 no-repeat;
}

#item #right_part #contact_info .fax {
	background:url(../images/icons/fax.png) 0 0 no-repeat;
}

#item #right_part #contact_info .icq {
	background:url(../images/icons/icq.png) 0 0 no-repeat;
}

#item #right_part #contact_info .gtalk {
	background:url(../images/icons/gtalk.png) 0 0 no-repeat;
}

#item #right_part #contact_info .skype {
	background:url(../images/icons/skype.png) 0 0 no-repeat;
}

#item #right_part #contact_info .msn {
	background:url(../images/icons/msn.png) 0 0 no-repeat;
}

#item #right_part #contact_info .mailruagent {
	background:url(../images/icons/mailruagent.png) 0 0 no-repeat;
}

#item #right_part #contact_info .twitter {
	background:url(../images/icons/twitter.png) 0 0 no-repeat;
}

#item #right_part #contact_info .email {
	background:url(../images/icons/email.png) 0 0 no-repeat;
}

#item #right_part #contact_info .www {
	background:url(../images/icons/www.png) 0 0 no-repeat;
}

#item #right_part #contact_info .bottom {
	width: 200px;
	height: 10px;
	font-size: 0;
	display: block;
	background: url(../images/backgr/item_right_gray_bot.gif) 0 0 no-repeat;
}

#item #right_part #hint {
	width: 200px;
	min-height: 15px;
	display: block;
	border: 1px dashed #e2e2e2;
	margin-top: 15px;
	position: relative;
}

#item #right_part #hint a.minimize {
	width: 9px;
	height: 9px;
	display: block;
	background:url(../images/icons/hint_minimize.gif) 0 0 no-repeat;
	margin: 3px;
	position: absolute;
	top: 0;
	right: 0;
}

#item #right_part #hint p {
	color: #a0a0a0;
	padding: 0 0 0 50px;
	margin: 25px 0 25px 10px;
	clear: both;
}

#item #right_part #hint p strong{
	color: #a0a0a0;
}

#item #right_part #hint .add {
	background:url(../images/icons/add.png) 0 3px no-repeat;
}

#item #right_part #additional div {
	float: left;
	margin: 5px;
}

#content_column #title_recommended {
	background:url(../images/icons/recommended.png) 0 0 no-repeat;
	margin: 63px 0 0 0;
	padding:5px 0 0 40px;
	height: 35px;
	clear: both;
}

#listing {
	width: 630px;
	margin: 10px 0 30px 0;
	clear: both;
	overflow:hidden;
}

#listing_header {
	margin: 19px 0 0 0;
	height: 30px;
	width: 630px;
	background: #eaf9ff;
}

#listing_header div.left_border {
	height: 30px;
	width: 15px;
	background: url(../images/backgr/listingheader_left.gif) 0 0 no-repeat;
	display: block;
	float: left;
}

#listing_header div {
	width: 600px;
	height: 30px;
	display: block;
	float: left;
	line-height: 27px;
}

#listing_header ul  li {
	float: left;
	text-align: center;
}

#listing_header .title {
	width: 210px;
}

#listing_header .region {
	width: 125px;
}

#listing_header .price {
	width: 105px;
}

#listing_header .date {
	width: 60px;
}

#listing_header .pic {
	width: 100px;
}

#listing_header .sorting_up {
	background: url(../images/icons/sorting_up.png) 0 0 no-repeat;
	background-position: right;
	padding: 0 18px 4px 0;
	line-height: 27px;
}

#listing_header .sorting_down {
	background: url(../images/icons/sorting_down.png) 0 0 no-repeat;
	background-position: right;
	padding: 0 18px 4px 0;
	line-height: 27px;
}

#listing_header div.right_border {
	height: 30px;
	width: 15px;
	background: url(../images/backgr/listingheader_right.gif) 0 0 no-repeat;
	display: block;
	float: left;
}

#listing div.listing_item {
	width: 600px;
	height:auto;
	margin: 15px 0 15px 20px;
	position: relative;
	overflow:hidden;
}

#listing div.item_title {
	width: 215px;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0 5px 0 0;
}

#listing div.item_title a {
	font-size: 10pt;
}

#listing div.item_region {
	color: #a0a0a0;
	width: 100px;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	padding:2px 0 0 0;
	margin: 0 5px 0 0;
}

#listing div.item_price {
	color: #e97b31;
	font-weight: bold;
	width: 100px;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	padding:2px 0 0 0;
	margin: 0 5px 0 0;
}

#listing div.item_date {
	color: #a0a0a0;
	width: 60px;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	padding:2px 0 0 0;
	margin: 0 5px 0 0;
}

#listing div.item_pic {
	color: #a0a0a0;
	width: 102px;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

#listing div.item_pic img {
	width: 100px;
	border: 1px solid #ebf9ff;
}

#listing div.item_descr {
	clear: both;
	width: 490px;
	height: auto;
	overflow: hidden;
	padding:5px 0 0 0;
	margin: 0 5px 0 0;
}

#listing hr {
	width: 630px;
	height: 1px;
	background: url(../images/backgr/hr_dots.gif) 0 0 repeat-x;
	color: #e0e0e0;
	clear: both;
	margin: 0;
}

#popup_map {
	top: 335px;
}

#popup_contact_owner {
	top: 300px;
}

.popup .top {
	width: 500px;
	height: 20px;
	font-size: 0;
	display: block;
	background: url(../images/backgr/popup_top.png) 0 0 no-repeat;
}

.popup_arrow_right {
	background: url(../images/backgr/popup_main_arrow.png) 0 0 repeat-y;
}

.popup .main .title_map {
	background: url(../images/icons/title_popup_map.png) 0 0 no-repeat;
}

.popup .main .title_contact {
	background: url(../images/icons/title_popup_contact.png) 0 0 no-repeat;
}

.popup .main p {
	padding:20px 0 80px 25px;
	width: 430px;
	text-align: justify;
	font: 10pt Tahoma;
}

.popup .main form textarea {
	width: 410px;
	display: block;
}

.popup .main .map {
	width:425px;
	height:350px;
	padding:0 0 5px 25px;
}