#property_mainbody {
margin:2px 0px 4px 0px;
float:left;
width:100%;
}

/* Main-Div-Left Style */

#property_mainbody_left {
float:left;
width:120px;
}

/* Main-Div-Right Style */

#property_mainbody_right {
float:left;
width:75%;

}

/* Product Image Style */

#property_product_image {
width:100px;
}

#property_product_image img {
width:100px;
height:auto;
padding:2px;
border: 1px solid #CCCCCC;
}

/* Product Title Style */
#product_title_align {
padding-right:5px;
}

#property_product_title {
border-bottom-color:#207ce5;
border-bottom-width:1px;
border-bottom-style:solid;
padding:5px 5px 0px 0px;
}

#property_product_title a, #property_product_title a:active, #property_product_title a:focus {
text-decoration:none;
color:#207ce5;
font-weight:bold;
font-size:12px;
}

#property_product_title a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}


/* Product Price Style */

.property_product_price {
float: left;
color:#026bd6;
font-size:13px;
padding-top:0px;

}

.property_product_price1 {
float: left;
color:#646464;
font-size:13px;
padding-top:0px;

}

/* Product Description Style */
#property_product_description_left {
float: left;
font-size:13px;
text-align:left;
padding-top:3px;

}
/* Product Description Style */
#property_product_description_right {
float: left;
width: 48%;
text-align:left;
margin-left: 10px;
font-size:12px;

}
/* Product Details Link Style */

#property_product_details_align {
float:right;
margin-top:10px;
padding:0px 5px 5px 0px;
}

#property_product_details {
text-align:right;
border-color:#207ce5;
border-width:1px;
border-style:solid;
background-image:url(images/property_product_details.png);
background-position:bottom;
background-repeat:repeat-x;
background-color:#207ce5;
padding: 0px 4px 0px 4px;
line-height:18px;
}

#property_product_details a, #property_product_details a:active, #property_product_details a:focus {
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
font-size:10px;
}

#property_product_details a:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}

a.tip2 {
	position: relative;
}

a.tip2 span {
	display: none;
	position: absolute;
	top: -80px;
	left: 70px;
	width: 80px;
	padding: 5px;
	z-index: 100;
	text-align: center;

	background: url(http://www.jahorina.at/jahorina/images/za_span.png);
	color: #ffffff;
	-moz-border-radius: 5px; /* samo za camino/firefox */
	-webkit-border-radius: 5px; /* samo za Safari */
}

a:hover.tip2 {
	font-size: 99%; /* samo za IE */
	text-decoration: none;
}

a:hover.tip2 span {
	display: block;
}


/* CSS End */
