﻿/* Styl pro vCm repeater */
/* trideni, zobrazovani sipek */
.ASC, .DESC
{
	font-weight: bold;
	padding-right: 10pt;
	background-position: right;
	background-repeat: no-repeat;
}
.ASC
{
	background-image: url("Images/SortingSipeckaDesc.gif" );
}
.DESC
{
	background-image: url("Images/SortingSipecka.gif" );
}
/* strankovani */
.pagingPanel
{
	padding: 3px 0;
	background-color: #dededd;
	height: 32px;
	position: relative;
}
.pagingPanel .selected
{
	background-color: #fff !important;
	border: 1px solid #B8B7B7 !important;
	color: #000;
	padding: 1px;
}
/* hlavicka */
.header
{
	background-color: #dededd;
	padding: 2px 0;
	text-align: left;
}
.header .NameType
{
	margin-left: 4px;
	display:block;
	float:left;
	width: 295px;
}
.header .RegRk
{
	display:block;
	float:left;
	text-align: left;
}
.header .PriceUnit
{
	display:block;
	float:right;
	margin-right: 4px;
	text-align: right;
}
.header .sorting
{
	color: #838281;
	height:14px;
}
.Previous, .First
{
	float: left;
}
.Next, .Last
{
	position: absolute;
	right: 0px;
}
.Next, .Previous
{
	font-weight: bold;
}
.numbers
{
	position: relative;
	left: -29px;
	margin-bottom: 2px;
	color: #000;
}
.numbersBackNext
{
	font-size: 11pt;
}
.header, .pagingPanel
{
	width: 517px;
}
 .item
{
	width: 517px;
}
.header, .pagingPanel
{
	color: #dededd;
}

/* vlastni Itemy */
.itemOver, .list .itemOver .tdLarge, .list .itemOver .td, .list .itemOver .tdPrice, .list .itemOver .tdtoClipBoard
{
	background: #f4801a !important;/*DA251D*/
	color: #fff !important;
}

.itemOver a, .itemOver a:hover
{
	color: #fff !important;
	text-decoration: none;
}
.switcher
{
	text-align: center;
	margin-bottom: 3px;
}
.switcher a
{
	font-size: 11px;
}
.list, .photo
{
	margin: 10px 0;
}
.list a .black, .photo a .detailId, .photo a .regionestate, .photo a .tdPrice
{
	color: #000 !important;
}
.list .itemOver a .black, .photo .itemOver a .detailId, .photo .itemOver a .regionestate, .photo .itemOver a .tdPrice
{
	color: #fff !important;
}
.list
{
	display: table;
}
.list .price, .list .region
{
	display: block;
}
.list .detailId, .list .priceNum
{
	display: none;
}
.list .header .paging
{
	display: none;
}
.list .sep
{
	display: none;
}
.list .header .td
{
	display: table-cell;
	display: inline-block;
	width: 150px;
	height: 16px;
	text-align: left;
}
.list .item .td, .list .item .tdLarge, .list .item .tdPrice, .list .item .tdtoClipBoard
{
	display: table-cell;
	display: inline-block;
	width: 90px;
	height: 37px;
	vertical-align: top;
	padding-top: 3px;
	cursor: pointer;
	text-align: left;
}
/*mozzila neumi inline-block, ale umi table-cell a naopak*/
.list .item .tdLarge
{
	width: 245px;
	overflow: hidden;
}
.list .item .tdPrice
{
	text-align: right;
}
.list .item .tdtoClipBoard
{
	width: 24px;
	padding: 5px 0px 0px 7px;
}
.clipboard
{
	background-color: #D8ECE0;
	border-top: solid 1px #DEDEDD;
}
.list .priceunit
{
	display: block;
}
.price
{
	text-align: right;
}
.list .img
{
	width: 52px;
	height: 40px;
}
.list .item
{
	display: block;
	height: 40px;
	overflow: hidden;
	border-bottom: solid 1px #E1E1E0;
}

/* photo style */
.photo .item, .photo .itemOver
{
	position: relative; /*display: table-cell;*/
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
	height: 190px;
	margin: 3px;
	border: solid 1px #DEDEDD;
	padding: 5px; /*padding: 5px 5px 0px 5px;*/
}
.photo .itemBlock
{
	position: relative;
	display: block;
	width: 150px;
}
.photo .clipboard
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#BEEDD1,EndColorStr=#A4DEBB) !important;
}

.photo .itemOver
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#f4801a,EndColorStr=#f27304) !important;
}
.photo .item
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr=#EFEEEE,EndColorStr=#FFFFFF);
}
.photo .header .sorting
{
	display: none;
}
.photo .header .paging
{
	display: block;
	font-size: 11pt;
	font-weight: bold;
	width: 515px;
	height: 18px;
}
.photo .item .tdtoClipBoard
{
	position: absolute;
	right: 0px;
	top: 0px;
}
.photo .name
{
	display: table;
	/*IE hacks*/
	&display: block;
	font-size: 7.5pt;
	text-align: left;
	position: relative;
	top: -12px;
}
.photo .regionestate
{
	text-align: left;
	position: absolute;
	top: 20px;
	display: block;
	left: 2px;
	font-size: 7pt;
}
.photo .kind
{
	display: none;
}
.photo .sep
{
	display: inline-block;
}
.photo .tdImg
{
	display: block;
	padding-top: 33px;
	margin: 0;
}
.photo .tdPrice
{
	position: absolute;
	right: 5px;
	text-align: right;
	top: 173px;
	width: 150px;
}

.photo .priceunit
{
	font-size: 8pt;
	padding-left: 2px;
}
.photo .price
{
	display: none;
}
.photo .priceNum
{
	font-size: 8pt;
}
.photo .img
{
	display: block;
	width: 150px;
	height: 112px;
}
/* vlastnost pouzita pro schovani */
.noheaderfooter .header, .noheaderfooter .pagingPanel
{
	display: none;
}
.countSwitcher
{
	color: #4d4948;
}
.countSwitcher .First, .countSwitcher .Last
{
	color: #dededd;
}
.spanGroup
{
	background: url("Images/vKeyDetail.gif" );
	padding-left: 18px;
}
.realtyListPopUp
{
    font-size:8pt;
    background:white;
    display:block;
    width: 190px;
    padding:3px;
    border: solid 2px #666666;
    z-index: 10;
    text-align:left;
    opacity: 0.95;
}

.realtyListPopUp .description
{
	color: #974e0f
}