﻿/****************************************************************************************/
/*                                                                                      */
/* Version:         2010-04-02 08:00                                                    */
/* Author: 			Michal Pelech                                                       */
/* Author website: 	www.michalpelech.cz                                                 */
/*                                                                                      */
/****************************************************************************************/

/*======================================================================================*/
/* CONCRETE STYLES                                                                      */
/*======================================================================================*/

#contentPanel #landList
{
	padding: 0 38px;
}

#contentPanel #landList .landItem
{
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ffc087;
}
#contentPanel #landList .topitem {
  background-color: yellow;
}

#contentPanel #landList .landItem h2
{
	font-family: Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
}

#contentPanel #landList .landItem h2 a
{
	color: #7bba1f;
	text-decoration: none;
}

#contentPanel #landList .landItem h2 a:hover
{
	text-decoration: underline;
}

#contentPanel #landList .landItem p.info
{
	margin: 0 0 5px 0;
}

#contentPanel #landList .landItem .button
{
	width: 94px;
	height: 20px;
	float: right;
	display: block;
	line-height: 20px;
	background: #f97701 url(images/button-detail.png) no-repeat left top;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#contentPanel #paging
{
	padding: 0 33px;
	overflow: hidden;
}

#contentPanel #paging .paging-in
{
	width: 190px;
	float: right;
	overflow: hidden;
}

#contentPanel #paging a
{
	width: 23px;
	height: 23px;
	margin: 0 4px 0 0;
	float: left;
	line-height: 23px;
	background: #98c437 url(images/paging.png) no-repeat left top;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}

#contentPanel #paging a.completeLeft
{
	text-indent: -9999px;
	background-image: url(images/paging-left-complete.png);
}

#contentPanel #paging a.left
{
	text-indent: -9999px;
	background-image: url(images/paging-left.png);
}

#contentPanel #paging a.completeRight
{
	text-indent: -9999px;
	background-image: url(images/paging-right-complete.png);
}

#contentPanel #paging a.right
{
	text-indent: -9999px;
	background-image: url(images/paging-right.png);
}

#contentPanel #paging a.active
{
	background-image: url(images/paging-active.png);
}

/*======================================================================================*/
/* SUBPAGE	                                                                            */
/*======================================================================================*/

#landDetail .gallery
{
	width: 169px;
	float: left;
	overflow: hidden;
}

#landDetail .gallery .clearfix
{
	margin: 0 0 30px 0;
}

#landDetail .gallery p
{
	margin: 0 0 10px 0;
	color: #ff690a;
}

#landDetail .gallery a.button
{
	width: 152px;
	height: 36px;
	padding: 0 0 0 15px;
	display: block;
	line-height: 36px;
	background: url(images/button-demand.png) no-repeat left top;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

#landDetail .content
{
	width: 571px;
	float: right;
}

#landDetail .content h2,
#landDetail .content h3
{
	font-family: Tahoma, Verdana;
}

#landDetail .content h2
{
	margin: 0 0 25px 0;
	color: #7bba1f;
	font-size: 18px;
	font-weight: bold;
}

#landDetail .content h2.blue
{
	margin: 0 0 5px 0;
	color: #008fd2;
	font-size: 12px;
}

#landDetail .content h3
{
	margin: 0 0 15px 0;
	color: #616060;
	font-size: 12px;
}

#landDetail .content p
{
	margin: 0 0 20px 0;
	font-size: 11px;
}

#landDetail .content p.noIndent
{
	margin: 0;
}

#landDetail .content p.price
{
	color: #ff690a;
	font-size: 18px;
	font-weight: bold;
}

#landDetail .content p a
{
	color: #616060;
	font-weight: bold;
}

#landDetail .content table
{
	margin: 0 0 30px 0;
}

#landDetail .content table.info th
{
	padding: 0 15px 0 0;
	font-weight: normal;
	text-align: left;	
}

#landDetail .content table.info td
{
	font-weight: bold;
}

#landDetail .content table.info tr.price th,
#landDetail .content table.info tr.price td
{
	color: #ff690a;
	font-weight: bold;
}

#landDetail .content table.euro td
{
	padding: 0 10px 0 0;
	color: #008fd2;
	vertical-align: bottom;
}

#landDetail .content ul
{
	margin: 0 0 0 25px;
}

#landDetail .form
{
/* 	width: 650px; */
	margin: 0 0 0 -40px;
}

#landDetail .form h2
{
	margin: 0 0 25px 60px;
	color: #464646;
	font-size: 14px;
	text-transform: uppercase;
}

#landDetail .form p
{
	margin: 0 0 10px 0;
}

#landDetail .form label
{
	width: 155px;
	margin: 5px 20px 0 0;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#landDetail .form label span
{
	font-size: 11px;
	font-weight: normal;
}

#landDetail .form input
{
	width: 190px;
	height: 22px;
	float: left;
	border: 1px solid #444444;
	background: #ffffff;
}

#landDetail .form textarea
{
	width: 472px;
	height: 112px;
	float: left;
	border: 1px solid #444444;
	background: #ffffff;
}

#landDetail .form p.captcha input
{
	width: 132px;
	margin: 0 7px 0 0;
	float: left;
}

#landDetail .form p input.button
{
	width: 90px;
	height: 23px;
	margin: 0 0 0 175px;
	border: none;
	background: #ff690a;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
