/****************************************************************************************/
/*                                                                                      */
/* Version:         2009-12-09 02:09                                                    */
/* Last changed by: Josef Sedlačík                                                      */
/*                                                                                      */
/****************************************************************************************/

/* here is .hover class for IE6 */
#leftPanel .categoryList .categoryItem,
#leftPanel .sort
{
	behavior: url(styles/hover.htc);
}


/*======================================================================================*/
/* RATE BOX                                                                             */
/*======================================================================================*/
#rateBox
{
	width: 164px;
	height: 78px;
	position: absolute;
	left: 725px;
	top: 260px;
	display: none;
	overflow: hidden;
	z-index: 10;
	background: transparent url(images/rate-box-background.gif) no-repeat left top;
}

#rateBox h2
{
	padding: 5px;
}

#rateBox .stars
{
	width: 105px;
	padding: 5px 0px 0 5px;
	float: left;
	height: 20px;
}

#rateBox .close,
#rateBox .close span
{
	width: 15px;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 5px;
	overflow: hidden;
	text-decoration: none;
}

#rateBox .close span
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/button-login-close.gif) no-repeat left top;
}

/*======================================================================================*/
/* FORM ELEMENTS                                                                        */
/*======================================================================================*/

form .input
{
	width: 153px;
	height: 17px;
	margin: 2px 5px 0 0;
	padding: 3px 0 0 5px;
	border: 1px solid #c0c0c0;
	background: transparent;
	color: #7f7f7f;
}

form .button
{
	width: 77px;
	height: 22px;
	padding: 0 0 2px 0;
	position: relative;
	top: 2px;
	background: url(images/button-search.png) no-repeat left top;
	border: none;
	color: #ffffff;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
}

form input .captcha
{
	float:left;
}

form .label
{
	width: 120px;
	float: left;
}

form .space
{
	margin-left: 10px;
}


/*======================================================================================*/
/* SEARCH PANEL	                                                                        */
/*======================================================================================*/

#page #leftPanel #searchPanel
{
	width: 740px;
	padding: 0 20px;
}

#page #leftPanel #searchPanel .searchInput,
form .searchInput
{
	width: 153px;
	height: 17px;
	margin: 2px 5px 0 0;
	padding: 3px 0 0 5px;
	float: left;
	border: 1px solid #c0c0c0;
	background: transparent;
	color: #7f7f7f;
}

#page #leftPanel #searchPanel .searchInput.small
{
	width: 65px;
}

#page #leftPanel #searchPanel .searchSelect,
form .searchSelect
{
	width: 148px;
	position: relative;
	top: 3px;
	left: 3px;
	border: none;
	background: none;
	color: #7f7f7f;
}

#page #leftPanel #searchPanel .searchSelectDiv,
form .searchSelectDiv
{
	width: 154px;
	height: 20px;
	margin: 2px 5px 0 0;
	float: left;
	position: relative;
	background: transparent;
	border: 1px solid #c0c0c0;
	overflow: hidden;
}

form .searchRadioDiv
{
	height: 20px;
	margin: 2px 5px 0 0;
	float: left;
	position: relative;
	background: transparent;
	overflow: hidden;
}

#page #leftPanel #searchPanel .searchButton,
form .searchButton
{
	width: 77px;
	height: 22px;
	padding: 0 0 2px 0;
	position: relative;
	top: 2px;
	background: url(images/button-search.png) no-repeat left top;
	border: none;
	color: #ffffff;
	overflow: hidden;
	font-weight: bold;
	cursor: pointer;
}

/*======================================================================================*/
/* HOMEPAGE CATEGORY                                                                    */
/*======================================================================================*/

#page #leftPanel .categoryList
{
	margin: 0 0 10px 15px;
	

}

#page #leftPanel .categoryList .categoryItem
{
	width: 130px;
	height: 85px;
	margin: 0 20px 25px 0;
	z-index:100000;
	padding: 10px 0 5px 0;
	float: left;
	background: url(images/category-item-background.png) no-repeat center bottom;
}

#page #leftPanel .categoryList .categoryItem:hover,
#page #leftPanel .categoryList .categoryItem.hover
{
	position: relative;
}

#page #leftPanel .categoryList .categoryItem:hover .subCategory,
#page #leftPanel .categoryList .categoryItem.hover .subCategory
{
	display: block;
}

#page #leftPanel .categoryList .categoryItem:hover .picture,
#page #leftPanel .categoryList .categoryItem.hover .picture,
#page #leftPanel .categoryList .categoryItem:hover a.name,
#page #leftPanel .categoryList .categoryItem.hover a.name
{
	position: relative;
	z-index: 10;
}

#page #leftPanel .categoryList .categoryItem .picture
{
	width: 130px;
	height: 50px;
	margin: 0 0 5px 0;
	text-align: center;
}

#page #leftPanel .categoryList .categoryItem a.name
{
	padding: 3px 20px 3px 0;
	display: block;
	background: transparent url(images/category-arrow.png) no-repeat right top;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

#page #leftPanel .categoryList .categoryItem .subCategory
{
	width: 160px;
	height: 101px;
	position: absolute;
	left: -10px;
	top: -5px;
	display: none;
	background: url(images/test-background.png) no-repeat left top;
	z-index: 5;
}

#page #leftPanel .categoryList .categoryItem .subCategory .subCategories
{
	width: 158px;
	position: absolute;
	left: 160px;
	top: 0;
	background: url(images/test-middle-background.png) repeat-y left top;
	z-index: 99 !important;
}

#page #leftPanel .categoryList .categoryItem .subCategory .subCategories .content
{
	width: 138px;
	padding: 10px 10px;
	background: url(images/test-top-background.png) no-repeat left top;
}

#page #leftPanel .categoryList .categoryItem .subCategory .subCategories .content ul
{
	margin: 0 0 25px 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}

#page #leftPanel .categoryList .categoryItem .subCategory .subCategories .content ul li
{
	margin: 5px 0;
	text-align: center;
}

#page #leftPanel .categoryList .categoryItem .subCategory .subCategories .content ul li a
{
	padding: 0 2px;
	text-decoration: none;
	text-transform: none;
	color: #0079c9;
}

#page #leftPanel .categoryList .categoryItem .subCategory .subCategories .content ul li a.active,
#page #leftPanel .categoryList .categoryItem .subCategory .subCategories .content ul li a:hover
{
	background: #db9309;
	color: #ffffff;
}

#page #leftPanel .categoryList .categoryItem .subCategory .subCategories .content .categoryButton
{
	width: 107px;
	height: 23px;
	margin: 0 auto 10px auto;
	display: block;
	line-height: 23px;
	background: url(images/button-sub-category.png) no-repeat left top;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

#page #leftPanel .categoryList .categoryItem .subCategory .subCategories .content .categoryButton.insert
{
	margin: 0 auto;
}

#page #leftPanel .categoryList .categoryItem .subCategory .subCategories .bottomContent
{
	width: 158px;
	height: 10px;
	background: url(images/test-bottom-background.png) no-repeat left top;
}

/*======================================================================================*/
/* LATEST ADVERTS	                                                                    */
/*======================================================================================*/

#page #leftPanel .latestAdvert
{
	margin: 10px 0 30px 0;
	padding: 0 0 0 20px;
}

#page #leftPanel .latestAdvert h2
{
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: normal;
	color: #472e19;
}

#page #leftPanel .latestAdvert h3 a
{
	text-decoration: none;
}

#page #leftPanel .latestAdvert h3 a:hover
{
	text-decoration: underline;
}

#page #leftPanel .latestAdvert .latestAdvertItem
{
	width: 190px;
	height: 55px;
	margin: 0 0 10px 0;
	float: left;
	overflow: hidden;
	background: url(images/advert-item-bottom-background.png) no-repeat 2px bottom;
	position:relative;
}

#page #leftPanel .latestAdvert .latestAdvertItem .bg
{
	padding: 0 10px;
	float: left;
	background: url(images/advert-item-left-background.png) no-repeat right center;
}

#page #leftPanel .latestAdvert .latestAdvertItem.last .bg
{
	background: transparent;
}

#page #leftPanel .latestAdvert .latestAdvertItem .picture
{
	width: 25px;
	float: left;
	margin-right:5px;
	text-align: center;
}

#page #leftPanel .latestAdvert .latestAdvertItem .picture img
{
	width: 25px;
}	
	
#page #leftPanel .latestAdvert .latestAdvertItem .info
{
	width: 135px;
	float: left;
}

#page #leftPanel .latestAdvert .latestAdvertItem .info ul
{
	float: left;
	list-style-type: none;
}

#page #leftPanel .latestAdvert .latestAdvertItem .info ul li
{
	float: left;
}

#page #leftPanel .latestAdvert .latestAdvertItem .info ul li a
{
	padding: 0 3px;
	float: left;
	color: #c3c3c3;
	text-decoration: none;
	border-right: 1px solid #c3c3c3;
	font-size: 9px;
}

#page #leftPanel .latestAdvert .latestAdvertItem .info ul li a:hover
{
	text-decoration: underline;
}

#page #leftPanel .latestAdvert .latestAdvertItem .info ul li a.last
{
	border: none;
}

#page #leftPanel .latestAdvert .latestAdvertItem .info strong
{
	padding: 0 0 0 3px;
	display: block;
	clear: both;
	color: #dd9107;
}

/*======================================================================================*/
/* CONTENT			                                                                    */
/*======================================================================================*/

#leftPanel #content
{
	width: 585px;
	float: right;
}

#leftPanel #content .separator
{
	margin: 10px 0 0 0;
	background-image: url(images/content-separator.png);
}

/*======================================================================================*/
/* BREADCRUMBS		                                                                    */
/*======================================================================================*/

#leftPanel .breadcrumbs
{
	width: 445px;
	margin: 0 0 20px 0;
	padding: 0 0 0 10px;
	float: left;
}
#leftPanel .breadcrumbs h2 {
	margin: 0 0 0 0;
	font-size: 18px;
	font-weight: normal;
	color: #472e19;
}
#leftPanel .breadcrumbs a
{
	float: left;
}

#leftPanel .breadcrumbs span
{
	padding: 0 8px;
	float: left;
	/*color: #818181;*/
	color: #472e19;
}

#leftPanel .breadcrumbs strong
{
	/*color: #818181;*/
	color: #472e19;
	font-weight: normal;
}

/*======================================================================================*/
/* SORT				                                                                    */
/*======================================================================================*/

#leftPanel .sort
{
	width: 115px;
	height: 26px;
	margin: 0 0 0 10px;
	float: left;
	position: relative;
	top: -5px;
	background: url(images/content-sort.png) no-repeat right top;
	cursor: pointer;
}

#leftPanel .sort:hover,
#leftPanel .sort.hover
{
	background-image: url(images/content-sort-hover.png);
}

#leftPanel .sort:hover span,
#leftPanel .sort.hover span
{
	color: #ffffff;
}

#leftPanel .sort:hover .editSort,
#leftPanel .sort.hover .editSort
{
	display: block;
}

#leftPanel .sort span
{
	position: absolute;
	top: 6px;
	left: 15px;
	color: #7d7d7d;
	font-size: 10px;
	cursor: pointer;
}

#leftPanel .sort .editSort
{
	width: 145px;
	height: 106px;
	padding: 10px;
	display: none;
	position: absolute;
	top: 26px;
	right: 0;
	background: url(images/content-sort-background.png) no-repeat left top;
	cursor: auto;
	z-index: 100;
}

#leftPanel .sort .editSort label
{
	padding: 0 5px 0 0;
	color: #ffffff;
	font-size: 10px;
}

#leftPanel .sort .editSort .sortSelect
{
	width: 44px;
	height: 20px;
	margin: 0 0 8px 0;
	padding: 2px;
	background: #ffffff;
	color: #636363;
	border: 1px solid #c1c1c1;
}

#leftPanel .sort .editSort .sortSelect.long
{
	width: 116px;
	margin: 0 0 8px 27px;
}

#leftPanel .sort .editSort .sortButton
{
	width: 56px;
	height: 20px;
	margin: 5px 0 0 45px;
	background: #454545;
	color: #ffffff;
	border: 1px solid #747474;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

/*======================================================================================*/
/* ADVERT LIST		                                                                    */
/*======================================================================================*/

#leftPanel .advertList
{
	float: left;
}

#leftPanel .advertList .advertItem,
#leftPanel .advertList .advertItemTop
{
	width: 268px;
	height: 155px;
	margin: 0 8px 8px 0;
	padding: 10px;
	float: left;
	background: url(images/content-advert-background.png) no-repeat left top;
	overflow: hidden;
	position:relative;
}

#leftPanel .advertList .advertItemTop
{
	background-image: url(images/content-advert-top-background.png);
}

#leftPanel .advertList .advertItem.last,
#leftPanel .advertList .advertItemTop.last
{
	margin: 0 0 5px 0;
}

#leftPanel .advertList .advertItem h2,
#leftPanel .advertList .advertItemTop h2
{
	/*margin: 5px 0 0 0;*/
}

#leftPanel .advertList .advertItem h2 a
{
	color: #dd9107;
	text-decoration: none;
}

#leftPanel .advertList .advertItemTop h2 a
{
	color: #0079ca;
	text-decoration: none;
}

#leftPanel .advertList .advertItem h2 a:hover,
#leftPanel .advertList .advertItemTop h2 a:hover
{
	text-decoration: underline;
}

#leftPanel .advertList .advertItem span,
#leftPanel .advertList .advertItemTop span
{
	color: #bdbdbd;
	font-size: 9px;
}

#leftPanel .advertList .advertItem .picture,
#leftPanel .advertList .advertItemTop .picture
{
	width: 89px;
	height: 90px;
	margin: 0 10px 0 0;
	padding: 3px;
	float: left;
	background: url(images/content-advert-picture.png) no-repeat left top;
	overflow: hidden;
}

#leftPanel .advertList .advertItemTop .picture
{
	background-image: url(images/content-advert-top-picture.png);	
}

#leftPanel .advertList .advertItem .text, 
#leftPanel .advertList .advertItemTop .text
{
  height: 92px !important;
  overflow: hidden !important;
}

#leftPanel .advertList .advertItem .info, 
#leftPanel .advertList .advertItemTop .info
{
	width: 246px;
	height: 28px;
	margin: 15px 0 0 0;
	padding: 10px;
	position: relative;
	clear: both;
	background: url(images/content-advert-info.png) no-repeat left top;
	overflow: hidden;
}

#leftPanel .advertList .advertItemTop .info
{
	background-image: url(images/content-advert-top-info.png);
}

#leftPanel .advertList .advertItem .info p,
#leftPanel .advertList .advertItemTop .info p
{
	width: 144px;
	margin: 0 20px 0 0;
	float: left;
}

#leftPanel .advertList .advertItem .info p strong,
#leftPanel .advertList .advertItemTop .info p strong
{
	color: #eda919;
}

#leftPanel .advertList .advertItem .info .button,
#leftPanel .advertList .advertItemTop .info .button
{
	width: 76px;
	height: 23px;
	display: block;
	position: absolute;
	right: 15px;
	top: 12px;
	line-height: 23px;
	background: url(images/content-advert-button.png) no-repeat left top;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#leftPanel div.adultpage {
  margin:0px 20px 20px 20px;
}
#leftPanel div.adultpage h3 {
  margin:0px 0px 10px;
  font-size:140%;
}
#leftPanel div.adultpage p {
  margin:15px 0px 15px 0px;
}
#leftPanel div.adultpage ol {
  margin-left:50px;
}
#leftPanel div.adultpage ol li {
  padding:4px;
}
#leftPanel div.adultpage .control {
  text-align:center;
}
#leftPanel div.adultpage .control a {
  padding:20px;
  font-size:150%;
  font-weight:bold;
}
/*======================================================================================*/
/* PAGING			                                                                    */
/*======================================================================================*/

#leftPanel .paging
{
	width: 270px;
	height: 26px;
	margin: 0 auto;
	overflow: hidden;
}

#leftPanel .paging a,
#leftPanel .paging span
{
	margin: 0 5px 0 0;
	float: left;
}

#leftPanel .paging span
{
	padding: 5px 0 0 0;
	color: #a0a0a0;
	font-weight: bold;
}

#leftPanel .paging a
{
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	position: relative;
	line-height: 24px;
	overflow: hidden;
	background: url(images/content-paging.png) no-repeat left top;
	color: #a0a0a0;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#leftPanel .paging a:hover,
#leftPanel .paging a.active
{
	background-image: url(images/content-paging-active.png);
	color: #ffffff;
}

#leftPanel .paging a span
{
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#leftPanel .paging a:hover span
{
	background-image: url(images/content-paging-active.png);
}

#leftPanel .paging a.completeLeft span
{
	background: url(images/button-complete-left.png) no-repeat left top;
}

#leftPanel .paging a.left span
{
	background: url(images/button-left.png) no-repeat left top;
}

#leftPanel .paging a.right span
{
	background: url(images/button-right.png) no-repeat left top;
}

#leftPanel .paging a.completeRight span
{
	background: url(images/button-complete-right.png) no-repeat left top;
}

/*======================================================================================*/
/* CONTROL PANEL	                                                                    */
/*======================================================================================*/

#leftPanel #controlPanel
{
	width: 196px;
	position: relative;
	left: 4px;
	top: -20px;
	z-index:100000000;
	float: left;
}

#leftPanel #controlPanel .activeButton
{
	width: 194px;
	margin: 0 0 5px 0;
	position: relative;
	background: url(images/control-panel-middle-background.png) repeat-y left top;
}

#leftPanel #controlPanel .activeButton h2
{
	width: 114px;
	margin: 0 0 20px 0;
	padding: 25px 25px 0 55px;
	position: relative;
	background: transparent url(images/control-panel-top-background.png) no-repeat left top;
	color: #333333;
	text-transform: uppercase;
}

#leftPanel #controlPanel .activeButton h2 span
{
	width: 24px;
	height: 18px;
	position: absolute;
	right: 5px;
	bottom: -3px;
	background: url(images/control-panel-bullet.png) no-repeat left top;
}

#leftPanel #controlPanel .activeButton img
{
	position: absolute;
	left: 15px;
	top: 20px;
}

#leftPanel #controlPanel .activeButton .searchPanel
{
	width: 194px;
	padding: 20px 0 0 0;
	background: url(images/control-panel-search-separator.png) no-repeat center top;
}

#leftPanel #controlPanel .activeButton .searchPanel .separator
{
	width: 194px;
	height: 2px;
	background: url(images/control-panel-search-separator.png) no-repeat center top;
	overflow: hidden;
}

#leftPanel #controlPanel .activeButton .searchPanel .searchPanelSelect
{
	width: 168px;
	height: 22px;
	margin: 0 auto 10px auto;
	padding: 2px;
	display: block;
	line-height: 18px;
	background: #ffffff;
	border: 1px solid #a0a0a0;
	color: #0079ca;
}

#leftPanel #controlPanel .activeButton .searchPanel .searchPanelInput
{
	width: 103px;
	height: 15px;
	margin: 0 0 10px 13px;
	padding: 3px 0 0 5px;
	display: block;
	background: #ffffff;
	border: 1px solid #a0a0a0;
	color: #0079ca;
}

#leftPanel #controlPanel .activeButton .searchPanel .searchPanelButton
{
	width: 100px;
	height: 28px;
	margin: 15px auto 15px auto;
	padding: 0 0 2px 0;
	display: block;
	background: #f3b220 url(images/control-panel-button-search.png) no-repeat left top;
	color: #ffffff;
	border: none;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

#leftPanel #controlPanel .activeButton ul
{
	margin: 0 0 20px 25px;
	list-style-type: none;
}

#leftPanel #controlPanel .activeButton ul li
{
	margin: 5px 0;
}

#leftPanel #controlPanel .activeButton ul li a
{
	padding: 0 2px;
	color: #0079ca;
	text-decoration: none;
}

#leftPanel #controlPanel .activeButton ul li a.active,
#leftPanel #controlPanel .activeButton ul li a:hover
{
	background: #f3b220;
	color: #ffffff;
}

#leftPanel #controlPanel .activeButton .insertAdvert
{
	width: 107px;
	height: 23px;
	margin: 0 0 10px 25px;
	display: block;
	line-height: 23px;
	background: #f3b220 url(images/control-panel-button.png) no-repeat left top;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#leftPanel #controlPanel .bottomContent
{
	width: 194px;
	height: 7px;
	background: url(images/control-panel-bottom-background.png) no-repeat left top;
	overflow: hidden;
}

#leftPanel #controlPanel .button
{
	width: 159px;
	height: 37px;
	margin: 0 0 5px 0;
	padding: 0 25px 0 10px;
	background: #f0f0f0 url(images/control-panel-button-background.png) no-repeat left top;
	overflow: hidden;
}

#leftPanel #controlPanel .button .picture
{
	width: 38px;
	padding: 5px 0 0 0;
	float: left;
	text-align: center;
}

#leftPanel #controlPanel .button table
{
	width: 110px;
	height: 35px;
	float: left;
	overflow: hidden;
}

#leftPanel #controlPanel .button a
{
	width: 110px;
	margin: 0 0 0 5px;
	float: left;
	color: #444444;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#leftPanel #controlPanel .button a:hover
{
	text-decoration: underline;
}


/*======================================================================================*/
/* TABS CONTENT		                                                                    */
/*======================================================================================*/

#leftPanel #tabsContent
{
	width: 583px;
}

#leftPanel #tabsContent .tabsControl
{
	width: 583px;
	height: 25px;
}

#leftPanel #tabsContent .tabsControl ul
{
	margin: 0 0 0 20px;
	list-style-type: none;
}

#leftPanel #tabsContent .tabsControl ul li
{
	float: left;
}

#leftPanel #tabsContent .tabsControl ul li a
{
	width: 164px;
	height: 25px;
	margin: 0 2px 0 0;
	display: block;
	float: left;
	line-height: 25px;
	background: url(images/advert-detail-tab.png) no-repeat left top;
	color: #dd9107;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
}

#leftPanel #tabsContent .tabsControl ul li a.active
{
	background-image: url(images/advert-detail-tab-active.png);
	color: #747474;
	text-decoration: none;
}

#leftPanel #tabsContent #tabs
{
	width: 583px;
}

#leftPanel #tabsContent #tabs #detailPhotogallery,
#leftPanel #tabsContent #tabs #videoGallery
{
	width: 583px;
	background: url(images/advert-detail-tab-middle.png) repeat-y left top;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .photoGallery
{
	width: 262px;
	margin: 10px 0 0 10px;
	float: left;
	display: inline;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .photoGallery .photo
{
	width: 250px;
	height: 177px;
	padding: 3px 4px 3px 3px;
	background: url(images/advert-detail-picture.png) no-repeat left top;
	overflow: hidden;
	text-align: center;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .photoGallery .photos
{
	width: 250px;
	height: 55px;
	margin: 10px 0 0 0;
	overflow: hidden;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .photoGallery .photos ul
{
	width: 192px;
	height: 44px;
	margin: 0 auto;
	list-style-type: none;
	overflow: hidden;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .photoGallery .photos ul li
{
	float: left;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .photoGallery .photos ul li a
{
	width: 52px;
	height: 37px;
	margin: 0 5px 0 0;
	padding: 3px 4px 3px 3px;
	display: block;
	float: left;
	background: url(images/advert-detail-picture-mini.png) no-repeat left top;
	overflow: hidden;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .controls
{
	width: 251px;
	height: 104px;
	margin: 5px 0 0 0;
	background: url(images/advert-detail-controls.png) no-repeat left top;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .controls a
{
	width: 100px;
	margin: 0 0 0 60px;
	padding: 10px 0 10px 30px;
	display: block;
	font-weight: bold;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .controls .delete
{
	background: url(images/advert-detail-delete.png) no-repeat left center;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .controls .hightlight
{
	background: url(images/advert-detail-highlight.png) no-repeat left center;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .controls .edit
{
	background: url(images/advert-detail-edit.png) no-repeat left center;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .detail
{
	width: 295px;
	margin: 15px 0 20px 0;
	padding: 0 5px 0 0;
	float: right;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .detail h2,
#printAdvert h2
{
	margin: 0 0 5px 0;
	color: #dd9107;
	font-size: 18px;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .detail .info,
#printAdvert .info
{
	margin: 0 5px 0 0;
	float: left;
	color: #bdbdbd;
	font-size: 9px;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .detail .stars,
#printAdvert .stars
{
	width: 50px;
	padding: 1px 0 0 0;
	float: left;
	height: 11px;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .detail .stars span,
#printAdvert .stars span
{
	width: 9px;
	height: 9px;
	display: block;
	float: left;
	background: url(images/advert-detail-star.png) no-repeat left top;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .detail .stars span.active,
#printAdvert .stars span.active
{
	background-image: url(images/advert-detail-star-active.png);
}

#leftPanel #tabsContent #tabs #detailPhotogallery .detail p,
#printAdvert p
{
	color: #878787;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .detail .price,
#printAdvert .price
{
	color: #eda919;
}

#leftPanel #tabsContent #tabs #detailPhotogallery .detail a,
#printAdvert a
{
	color: #878787;
}

#leftPanel #tabsContent #tabs #videoGallery .content
{
	padding: 35px;
	text-align: center;
}

#leftPanel #tabsContent #tabs .topContent
{
	width: 583px;
	height: 6px;
	background: url(images/advert-detail-tab-top.png) no-repeat left top;
	overflow: hidden;
}

#leftPanel #tabsContent #tabs .bottomContent
{
	width: 583px;
	height: 6px;
	background: url(images/advert-detail-tab-bottom.png) no-repeat left top;
	overflow: hidden;
}

#leftPanel .reply
{
	width: 334px;
	margin: 5px 0 0 0;
	float: left;
	background: url(images/advert-detail-reply-middle.png) repeat-y left top;
}

#leftPanel .reply .content
{
	padding: 10px 15px;
}

#leftPanel .reply .content label,
#insertPanel label
{
	width: 85px;
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
	float: left;
	clear: both;
	color: #878787;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

#leftPanel .reply .content label em
{
	display: block;
	font-weight: normal;
	font-size: 9px;
}

#leftPanel .reply .content textarea,
#insertPanel textarea
{
	width: 175px;
	height: 74px;
	margin: 0 0 5px 0;
	padding: 5px;
	float: left;
	background: #ffffff;
	border: 1px solid #c3c3c3;
	font-size: 11px;
}

#leftPanel .reply .content .replyInput,
#insertPanel .insertInput
{
	width: 180px;
	height: 23px;
	margin: 0 0 5px 0;
	padding: 5px 0 0 5px;
	float: left;
	background: #ffffff;
	border: 1px solid #c3c3c3;
	font-size: 11px;
}

#leftPanel .reply .content .replyInput.small
{
	width: 90px;
}

#leftPanel .reply .content img
{
	margin: 0 7px 0 5px;
	float: left;
	position: relative;
	top: 8px;
}

#leftPanel .reply .content .checkbox,
#insertPanel .checkbox
{
	margin: 10px 10px 0 100px;
	float: left;
	display: inline;
}

#leftPanel .reply .content .terms,
#insertPanel .terms
{
	width: 150px;
	margin: 4px 0 0 0;
	clear: none;
	font-weight: normal;
	text-align: left;
}

#leftPanel .reply .content .replyButton,
#insertPanel .insertButton
{
	width: 76px;
	height: 23px;
	margin: 5px 0 0 100px;
	padding: 0 0 3px 0;
	display: inline;
	float: left;
	border: none;
	color: #ffffff;
	background: url(images/advert-detail-button.png) no-repeat left top;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

#leftPanel .reply .contentTop
{
	width: 334px;
	height: 6px;
	background: url(images/advert-detail-reply-top.png) no-repeat left top;
}

#leftPanel .reply .contentBottom
{
	width: 334px;
	height: 6px;
	background: url(images/advert-detail-reply-bottom.png) no-repeat left top;
}

#leftPanel .reply h2
{
	margin: 0 0 10px 0;
	color: #472e19;
	font-size: 18px;
	font-weight: normal;
}

#leftPanel .links
{
	width: 225px;
	margin: 30px 0 0 0;
	float: right;
}

#leftPanel .links a
{
	width: 170px;
	padding: 7px 0 7px 40px;
	margin: 0 0 15px 0;
	display: block;
	font-weight: bold;
}

#leftPanel .links a.rating
{
	background: url(images/advert-detail-rating.png) no-repeat left center;
}

#leftPanel .links a.print
{
	background: url(images/advert-detail-print.png) no-repeat left center;
}

#leftPanel .links a.favorites
{
	background: url(images/advert-detail-favorite.png) no-repeat left center;
}

#leftPanel .links a.bookmarks
{
	background: url(images/advert-detail-bookmark.png) no-repeat left center;
}

#leftPanel .links a.email
{
	background: url(images/advert-detail-email.png) no-repeat left center;
}

#leftPanel .links a.wrong
{
	background: url(images/advert-detail-wrong.png) no-repeat left center;
}


/*======================================================================================*/
/* VALIDACE HLASENI                                                                     */
/*======================================================================================*/
.error
{
	color: #FF0000;
}

.left
{
	float: left;
}

/*======================================================================================*/
/* HLIDANI CEN                                                                          */
/*======================================================================================*/
#watchdog li
{
	list-style-type: none;
}

#watchdog .label
{
	width: 300px;
}
/*======================================================================================*/
/* DALSI                                                                          */
/*======================================================================================*/
.adminMenu {
  position:absolute;
  right:0px;
  top:0px;
  text-align:right;
  width:100px;
}

.ulplatby {
  margin-left:13px !important;
}

.EkontoMSG {
  font-weight:bold;
  text-align:center;
  margin:0 0 20px 0;
}


.platbygopay { position:relative; top:-50px; left:230px;}
