/* language selection */
.lang-sel {	margin-left: 30px; }
.flag {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 0;
}
/*	přílohy na stránce */
.attachments {
	width: 200px;
	height: auto;
	float: right;
	margin: 0 0 15px 15px;
}
.attachments .header {
	font-size: 13px;
	font-weight: bold;
	color: #19678f;
	margin-bottom: 10px;
}
.attachments .items-holder{
	border-top: 1px solid #c8ced5;	
}
.attachments .item {
	height: 18px;
	overflow: hidden;
	line-height: 17px;
	padding-left: 15px;
	background: url(../images/ico-diskette.gif) 0 5px no-repeat;
	border-bottom: 1px solid #c8ced5;
}
/* prihlasovaci formular na homepage */
FORM.login {
	margin:0;
}
FORM.login INPUT {
	margin-bottom: 8px;
	width: 150px;
}
LABEL.login {
	font-size: 10px;
}
FORM.login INPUT.button,#vyhledavani INPUT.button {
	width: 100px;
	font-size: 11px;
	margin-left: 56px;
	margin-top: 2px;
}

#vyhledavani INPUT.button {
	width:100px;
	margin-left:56px;
	margin-top: 5px;
}

INPUT.nor-button {
	width: 100px;
	font-size: 11px;
	margin-top: 5px;
}
.login-error {
	margin-bottom: 10px;
	color: #cc0000;
	font-weight: bold;
}
#sub-cnt H2 {
	font-size: 20px;
	margin: 20px 0 10px 0;
}
#sub-cnt P {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 15px;
}
/* odkaz registrace */
DIV.registrace {
	background: url(../images/ico-plus.gif) 0 4px no-repeat;
	padding-left: 15px;
}
/* registracni formular */
FORM.registrace LABEL {
	display: block;
	width: 120px;
	float: left;
	margin-top: 3px;
}
LABEL.required {
	font-weight: bold;
}
FORM.registrace INPUT {
	margin-bottom: 2px;
}
FORM.registrace INPUT.big {
	width: 220px;
}
FORM.registrace .legend {
	margin-top: 10px;
	font-size: 10px;
	margin-left: 123px;
}
FORM.registrace INPUT.button{
		width: 100px;
	font-size: 11px;
	margin-left: 123px;
	margin-top: 5px;
}
/* homepage zakaznickeho centra */
DIV.iconed-txt { padding-left: 15px; margin-bottom: 2px; }
DIV.iconed-txt.paper { background: url(../images/ico-paper.gif) 0 1px no-repeat; }
DIV.iconed-txt.add-paper { background: url(../images/ico-add-paper.gif) 0 1px no-repeat; }
DIV.iconed-txt.cat {	background: url(../images/ico-cat.gif) 2px 2px no-repeat; }
SPAN.grey {
	color: #bec9cf;
}
.divider {
	width: 100%;
	height: auto;
	display: table;
	margin: 25px 0 25px 0;
}
.divider .row {
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}
.row .pad.left {
	margin-right: 10px;
}
.row .pad.right {
	margin-left: 10px;
}
.divider.cust-cntr H3, .actual-news H3 {
	font-size: 13px;
	margin-bottom: 3px;
	margin-top: 0;
}
.info { color: #bec9cf; margin-bottom: 5px; font-size: 9px; }
.divider.cust-cntr .info A, .actual-news .info A { color: #c8a98b; }
.divider.cust-cntr .perex, .actual-news .perex { line-height: 15px; }
.divider.cust-cntr .perex IMG, .actual-news .perex IMG { border: 0; }
.divider.cust-cntr .perex A {
	color: #000;
	text-decoration: none;
}
.divider.cust-cntr .perex A:hover { text-decoration: underline; color: #cd6500;}
.hr-line {
	width: 100%;
	height: 1px;
	background-color: #d8dce2;
	margin: 10px 0 8px 0;
	overflow: hidden;
}
/* formular pro dotaz v online poradne */
FORM.on-line-help LABEL {
	display: block;
	width: 120px;
	float: left;
	
	padding-top: 4px;
}
FORM.on-line-help .message LABEL {
	margin-top: 10px;
	margin-bottom: 3px;
	float: none;
}
FORM.on-line-help .message TEXTAREA {
	margin-bottom: 20px;
}
/* filtrovani v eshopu */
FORM.shop-filter LABEL {
	display: block;
	float: left;
	width: 90px;
	font-weight: bold;
	padding-top: 3px;
}
FORM.shop-filter INPUT, FORM.shop-filter SELECT {
	margin-bottom: 3px;
	width: 130px;
}
FORM.shop-filter INPUT {
	width: 124px;
}
FORM.shop-filter INPUT.button {
	width: 85px;
	font-size: 11px;
	margin-left: 63px;
	margin-top: 5px;
}
.cat-sel {
	height:105px;
	overflow: auto;
	width:100%;
}
/* Uvodni text do sekce */
.intro-txt {
	line-height: 16px;
}
/* vypis produktu */
TABLE.products {
	width: 100%;
	font-size: 10px;
}
TABLE.products TH {
	border-bottom: 1px solid #b5c0ce;
	text-align: left;
	height: 20px;
	font-size: 11px;
}
FORM.add-product INPUT.text {
	font-size: 10px;
	border: 1px solid #b5c0ce;
	height: 12px;
	line-height: 12px;
	overflow: hidden;
	margin-top: 1px;
}
TABLE.products TD {
	border-bottom: 1px solid #b5c0ce;
	padding: 2px 0 2px 0;
}
TABLE.products  TD.add {
	width: 52px;
}
TABLE.products  TD.id {
	width: 45px;
}
.price-info {
	text-align: right;
	font-size: 9px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 20px;
}
.paging {
	text-align: center;
	color: #b5c0ce;
}
.paging .iteration {
	color: #cd6500;
	font-weight: bold;
}
.item-info {
	font-size: 10px;
	color: #b5c0ce;
	margin-bottom: 10px;
}
FORM.add-product INPUT.button {
	font-size: 11px;
	margin-bottom: 10px;
	margin-right: 5px;
}
.archive-tips H2 {
	margin-bottom: 5px;
	margin-top: 0;
}
.archive-tips P {
	margin: 15px 0 15px 0;
}
.archive-tips .hr-line {
	margin: 20px 0 20px 0;
}

.hand {
	cursor: pointer;
}

/* VYHLEDAVANI */
#vyhledavani-vypis .skore {
	color: #999;
	clear: both;
	margin: 3px 0px 8px 0px;
	padding-bottom: 4px;
	border-bottom: 1px silver solid; 
}

#vyhledavani-vypis .upozorneni {
	color:red;
	font-weight:bold;
	text-align:center;
	width:100%;
}

/* obrazky */
.gallery-picture {
	border: none;
}
