/*
	Common styles for templates
*/

div.template_only_text ,
div.template_two_columns ,
div.template_items_list ,
div.template_text_with_picture,
div.template_simple_text ,
div.template_estate_catalog ,
div.template_files ,
div.template_promotions,
div.template_furnishing
{
		font-family: Tahoma, Arial, Helvetica, sand-serif;
		color: #003c60;
		font-size: 12px;	
		margin-bottom: 15px;
		overflow: hidden;
		zoom: 1;
}

div.template_text_with_picture h3 ,
div.template_two_columns h3 ,
div.template_items_list h3 ,
div.template_simple_text h3 ,
div.template_estate_catalog h3 ,
div.template_files h3 ,
div.template_promotions h3 ,
div.template_gallery h3,
div.template_furnishing h3,
div.template_gallery_filmstrip h3,
div.template_table h3
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #09559c;
	margin-bottom: 10px;
}

.clear {
	clear:both;
	height: 1px;
	line-height: 1px;
}



/*
	Text with Picture template styles 
*/
div.template_text_with_picture {
	overflow: hidden;
}
div.template_text_with_picture div.image_left,
div.template_text_with_picture div.image_right
{
	float: left;
	background: url(../images/templates/picture_pad.jpg);
	width: 226px;
	height: 183px;
	margin-right: 20px;
}

div.template_text_with_picture div.image_right {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
}

div.template_text_with_picture div.image_left img,
div.template_text_with_picture div.image_right img,
div.template_estate_catalog div.image_left img 
{
	border: 1px solid #c6b891;
	width: 200px;
	height: 150px;
	margin-top: 14px;
	margin-left: 12px;
}


div.template_text_with_picture div.content {
	font-family: Tahoma, Arial, Helvetica, sand-serif;
	color: #003c60;
	font-size: 12px;
}


/*
	Two columns
*/	
	
div.template_two_columns ul {
	overflow: hidden;
	zoom: 1;
}

div.template_two_columns li.two_columns_left {
	float: left;
	width: 50%;
	margin-right: 20px;
}
	
/*
	Items List
*/	

div.template_items_list ul li {
	list-style-type: disc;
	list-style-position: inside;
}
	
	
/*
	Simple Text
*/		
	
div.template_simple_text ul li {
	list-style-type: disc !important;
	list-style-position: inside !important;
}
	
div.template_simple_text ol li {
	list-style-type: decimal !important;
	list-style-position: inside !important;
}

div.template_simple_text h1, div.template_simple_text h2, div.template_simple_text h4, div.template_simple_text h5, div.template_simple_text h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif !important;
	font-weight: bold !important;
	font-size: 20px !important;
	color: #09559c !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-bottom: 10px !important;
	height: auto !important;
}
div.template_simple_text h2 {
	font-size: 18px !important;
}
div.template_simple_text h4 {
	font-size: 14px !important;
}
div.template_simple_text h5 {
	font-size: 12px !important;
}
div.template_simple_text h6 {
	font-size: 10px !important;
}

/*
div.template_simple_text table {
	border-collapse: colapse !important;
	margin-bottom: 15px !important;
	table-layout: fixed !important;
	
	border: 1px solid #5c738d;
}
	
		div.template_simple_text table tbody td {
		background-color: #e6eef5;
		height: 28px;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color: #3e5f7f;
		font-size: 11px;	
		padding-left: 10px;		
		vertical-align: middle;						
	}
*/
div.template_simple_text a {
	color:#003C60 !important;
	font-family:Tahoma,Arial,Helvetica,sand-serif !important;
	font-size:12px !important;
	text-decoration: underline !important;
}	
div.template_simple_text a:hover {
	text-decoration: none !important;
}
	
/*
	Estate Catalog
*/

div.template_estate_catalog div.image_left
{
	background: url(../images/templates/picture_pad.jpg);
	width: 226px;
	height: 183px;
	margin-right: 20px;
}
	
div.template_estate_catalog div.left_part {
	font-family: Tahoma, Arial, Helvetixca, sans-serif;
	font-size: 11px;
	color: #513A02;
	width: 240px;
	float: left;
	line-height: 17px;
	padding-bottom: 10px;

}

div.template_estate_catalog h4
{
	background: url(../images/site_images/prices.jpg) no-repeat top left;
	
	font-weight: bold;
	font-size: 14px;
	color: #09559c;
	
	padding-left: 23px;
	margin-bottom: 10px;
	line-height: 23px;
	vertical-align: bottom;
}

div.template_estate_catalog div.features h4 {
	background: url(../images/site_images/features.jpg) no-repeat top left;
	margin-top: 15px;
	margin-bottom: 5px;
}

div.template_estate_catalog div.right_part {
	
	float: right;
	width: 470px;
	margin-top: 10px;
}


div.template_estate_catalog div.right_part div.content {
	min-height:157px;	
	height:expression(this.scrollHeight < 157? "157px" : "auto" );
}

div.template_estate_catalog div.right_part.no_left {
	float: none;
	width: auto;
	margin-top: 0;
}

div.template_estate_catalog div.right_part.no_left div.content {
	min-height:1px;	
	height:auto;
}

div.template_estate_catalog span.price_type {
	width: 110px;
	float: left;
}

div.template_estate_catalog a.promotions_button {
		height: 21px;
		padding: 3px 10px;
		border: 1px solid #e3cfa0;
		background: url(../images/templates/button_background.jpg) repeat-x;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #513a02;
		text-decoration: none;		
		min-width: 120px;
	}
	

/*
	Files
*/	
	
div.template_files ul li {
	background: url(../images/templates/file.jpg) no-repeat left top;
	padding-bottom: 10px;
	padding-top: 2px;
	padding-left: 30px;
	line-height: 20px;
	vertical-align: middle;				
}
	
	div.template_files ul li a {
		text-decoration: underline;
		color: #003d60;
		font-weight: bold;
	}	
	
	div.template_files ul li a:hover {
		text-decoration: none;
	}
		
/*
	Promotions
*/	
	
	div.template_promotions ul.promotions_list {
		overflow: hidden;
		zoom: 1;
	}
	
	div.template_promotions ul.promotions_list li.promotions_list_row {
		margin-bottom: 25px;	
	}
	
	div.template_promotions ul.promotions_list li.promotion_item_first_on_row {
		width: 50%;
		margin-right: 20px;
		float: left;
	}
	
	div.template_promotions ul.promotion_item {
		overflow: hidden;
		zoom: 1;
	}
	
	div.template_promotions ul.promotion_item li.left_side {
		float: left;
		margin-right: 15px;
	}
	
	div.template_promotions ul.promotion_item li.right_side {
		padding: 10px 0;
		overflow: hidden;
	}
		div.template_promotions div.promotion_picture {
			width: 105px;
			height: 90px;
			background: url(../images/templates/promotion_pad.jpg);
		}
	
			div.template_promotions div.promotion_picture img {
				border: 1px solid #c6b891;
				width: 83px;
				height: 62px;
				margin-left: 10px;
				margin-top: 10px;
			}
			
	div.template_promotions ul.promotion_item li.right_side strong {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #513a02;
		font-size: 12px;
		display: block;
	}
	
	div.template_promotions ul.promotion_item li.right_side span {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		color: #513a02;
		font-size: 11px;
		display: block;
		margin-top: 5px;
		padding-bottom: 12px;
	}
	
	div.template_promotions ul.promotion_item li.right_side a.promotions_button {
		height: 21px;
		padding: 3px 10px;
		border: 1px solid #e3cfa0;
		background: url(../images/templates/button_background.jpg) repeat-x;
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #513a02;
		text-decoration: none;		
		min-width: 120px;
	}

/*
	Gallery
*/	

div.template_gallery {
	margin-bottom: 10px;
}
	
div.template_gallery ul {
	overflow: hidden;
	zoom: 1;
	width: 99%;
}

	div.template_gallery ul li {
		margin-right: 30px;
		margin-bottom: 25px;
		float: left;
		width: 108px;
		height: 91px;
		background: url(../images/templates/promotion_pad.jpg);		
	}
		
		div.template_gallery li img {
			border: 1px solid #c6b891;
			width: 83px;
			height: 62px;
			margin-left: 10px;
			margin-top: 10px;
		}	
		
/*
	Furnishing
*/		

div.template_furnishing h3 {
	background: url(../images/templates/furnishing.jpg) no-repeat 0px;
	padding-left: 28px;	
}

div.template_furnishing ul {
	overflow: hidden;
	zoom: 1;
	line-height: 20px;
}

div.template_furnishing ul li {
	float: left;
	margin-right: 40px;
}

div.template_furnishing dt {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

div.template_furnishing dt dd {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

/*
	Gallery Filmstrip
*/

div.template_gallery_filmstrip div.filmstrip_preview {
		height: 401px;
		background: url(../images/templates/filmstrip_preview_pad.jpg) no-repeat 20px 0px;	
		margin-bottom: 10px;	
}

	div.template_gallery_filmstrip div.filmstrip_preview img {
		padding-left:35px;
		padding-top:17px;
	}

div.template_gallery_filmstrip div.filmstrip_left_scroller {
	float: left;
	padding-top: 20px;
	cursor: pointer;
}

div.template_gallery_filmstrip div.filmstrip_right_scroller {
	float: right;
	padding-top: 20px;
	cursor: pointer;
}

div.template_gallery_filmstrip div.filmstrip_navigation {
	margin-left: 20px;
	width: 630px;
	overflow: hidden;		
	position: relative;
}

div.template_gallery_filmstrip ul {
	overflow: hidden;
	zoom: 1;
	width: 100000px;
}

	div.template_gallery_filmstrip ul li {
		margin-right: 20px;
		margin-bottom: 25px;
		float: left;
		width: 108px;
		height: 91px;
		background: url(../images/templates/promotion_pad.jpg);		
	}
		
		div.template_gallery_filmstrip li img {
			border: 1px solid #c6b891;
			width: 83px;
			height: 62px;
			margin-left: 10px;
			margin-top: 10px;
		}
		
/* 
	Table
*/

div.template_table {
	margin-bottom: 15px;
	width: 99%;
}
	div.template_table h3 {
		background: url(../images/templates/building.jpg) no-repeat 0px;
		padding-left: 28px;	
	}
	div.template_table h4
	{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #09559c;
		margin-bottom: 10px;
	}

	div.template_table table {
		width: 99%;
		border-collapse: separate !important;
		cursor: pointer;
		margin-bottom: 15px;
		table-layout: fixed;
	}
	
		div.template_table table thead th {
			border-left: 1px solid #5c738d;
			border-top: 1px solid #5c738d;
			border-right: 1px solid #d6d7d8;
			border-bottom: 1px solid #d6d7d8;
			height: 27px;
			background: url(../images/templates/table_header_bg.jpg);
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: white;
			font-size: 11px;	
			padding-left: 10px;		
			vertical-align: middle;
		}
		
		div.template_table table tbody td {
			background-color: #e6eef5;
			border-right: 1px solid white;
			border-bottom: 1px solid white;
			height: 28px;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			color: #3e5f7f;
			font-size: 11px;	
			padding-left: 10px;		
			vertical-align: middle;						
		}
		
		div.template_table table tbody td a {
			text-decoration: none;
			width: 100%;
			display: block;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			color: #3e5f7f;
			font-size: 11px;
		}
		
	div.template_table div.template_table_note {
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-weight: normal;
			color: #3e5f7f;
			font-size: 12px !important;				
	}
		
	div.template_table div.template_table_content {
		font-family: Tahoma, Arial, Helvetica, sand-serif;
		color: #003c60;
		font-size: 12px;	
		margin-bottom: 10px;	
	}
	
	/*
		Highlight colors for javascript events
	*/
	
	.table_row_highlight {
		background-color: #ceddeb !important;
		font-weight: bold;
	}
	
.paragraph_actions.list a {
	color:#4B4B4B !important;
	text-decoration:none !important;
}
