/*
CSS for Ad detail page
*/
.detail-id {
	font-size: 13px;
	color: #c21d28;
}

.detail-time {
	color: #2c2c2c;
	text-align: right;
	margin: 0 5px 20px 0;
}

.detail-img {
	padding: 1px;
	border: 2px solid #c21d28 !important;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.detail-img-link {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.detail-title {
	padding-bottom: 5px;
	background: url('../images/common/dotline.gif') repeat-x 50% bottom;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #c21d28;
	text-align: center;
}

.detail-title h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 14px;
}

.detail-info {
	margin: 7px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.detail-hinfo {
	/*width: 76px;*/
	width: 146px;
	padding-right: 7px;
	color: #2a2929;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	vertical-align: bottom;
}

.detail-tinfo {
	color: #072345;
}

.detail-okolie {
	padding-top: 5px;
	background: url('../images/common/dotline.gif') repeat-x 50% top;
	padding-left: 55px;
}

.detail-okolie-form {
	width: 230px;
	text-align: center;
	margin: 10px auto 0 auto;
}

.detail-favorite {
	margin: 6px 0 0 3px;
	text-align: left;
}

.detail-favorite img {
	margin-right: 5px;
}

.detail-headline {
	margin: 10px 0;
	padding: 3px 10px;
	background-color: #887e73;
	background: url('../images/common/detail_bg.gif' ) repeat-x;
	border-bottom: 1px solid #605951;
	color: white;
	font-weight: bold;
}

.detail-indent {
	line-height: 15px;
	margin: 0 10px;
}

.detail-char .highlight {
	background-color: #f2f2f2;
}

.detail-hchar {
	width: 300px;
	padding: 1px 0 0 7px;
	height: 18px;
	vertical-align: top;
}

.detail-tchar {
	padding-top: 1px;
	color: #525252;
	vertical-align: top;
}

.detail-gallery,.detail-gallery td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

.detail-gallery img {
	padding: 1px;
	border: 1px solid silver;
}

a.detail-regc,a.detail-regc:visited {
	color: black;
	text-decoration: none;
}

.detail-regc img {
	padding-left: 10px;
	position: relative;
	top: 3px;
}

.detail-buttons {
	float: left;
	height: 84px;
	width: 80px;
	padding: 0px;
}

.detail-buttons a,.detail-buttons:visited {
	display: block;
	padding: 8px 0 5px 0;
	_padding: 9px 0 5px 0;	
	color: #C21D28;
	text-decoration: none;
	text-align: center;
}

.detail-buttons a:hover {	
	text-decoration:none;
	color: #C21D28;
}

.detail-buttons a:hover img {
	visibility: hidden;
}

/* http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support */
.action-bar {
	overflow: hidden;
}

.action-bar ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

.action-bar ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

.action-bar ul li.active a {
	/*background: url(roundbar-blue.gif) 0 75% repeat;*/
	font-weight: bold;
}

/********** DETAIL RK **********/
.detail-rk,.detail-rk .general {
	width: 100%;
}

.detail-rk td,.detail-rk th {
	vertical-align: top;
}

.detail-rk .name {
	padding-bottom: 5px;
	margin-bottom:10px;
	color: #c21d28;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial;
	background: url('../images/common/dotline.gif' ) repeat-x 50% bottom;
}

.detail-rk .name #PocetZakazek a {
	font-weight: normal;
	font-size: 8pt;
}

.detail-rk .general td,.detail-rk .general th {
	vertical-align: top;
	padding-left: 10px;
	background-color: #f7f7f7;
}

.detail-rk .general th {
	text-align: right;
}

.detail-rk-profil {
	background-color: #f0f0f0;
	border-bottom: 1px dashed silver;
	font-weight: bold;
	padding: 5px;
}
