/* obecne styly */
* {
	font-size: 1em;
	font-family: Arial, sans-serif;
	margin: 0;
}
html, body {
	font-size: 13px;
	height: 100%;
	color: #000;
}
h1 {
	font-size: 1.4em;
}
h1 * {
	font-size: 1em;
}
h1.main_header {
	padding: 10px;
}
h2 {
	font-size: 1.2em;
	padding: 0.3em 0;
}
hr {
	border: none;
	border-top: 1px solid #ddd;
	margin: 5px 0px;
}
ul {
	list-style: square;
	color: #D82106;
	padding-left: 1.5em;
}
/* placeholder */
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
.nowrap {
	white-space: nowrap;
}

/* pro sticky footer */
#bodyContent {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -36px;
}
.cleaner {
	clear: both;
}
.center {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
.error {
	color: #f00;
}
a {
	color: #000;
}
a:hover {
	color: #555;
}
a img {
	border: none;
}
a.icon-link img {
	vertical-align: middle;
	margin-right: 0.5em;
}
label {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	width: 10em;
}
h3 {
	margin:0px;
	padding: 3px 0px;
}
table {
	border-collapse: collapse;
	width: 100%;
}
table td {
	background: #f5f5f5;
	padding: 4px 4px;
	vertical-align: top;
}
table th {
	text-align: center;
	font-weight: bold;
	background: #ddd;
	padding: 4px 4px;
	font-size: 11px;
	/*color: #D66551;*/
	border-left: 1px solid #fff;
	border-bottom: 5px solid #fff;
}
table th:first-child {
	border-left: none;
}
table th a {
	font-size: 1em;
	text-decoration: none;
	/*color: #D66551;*/
}
table th a:hover {
	text-decoration: underline;
}

table.listing td {
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}
table.main-listing td {
	vertical-align: middle;
}
table.hovering tr:hover td {
	background-color: #fafafa;
}
table.listing tr.disabled, table.listing tr.disabled a {
	color: #999;
}
/* debug linka */
#sdebug {
	background: #555;
	color: #fff;
	height: 2px;
	overflow: hidden;
}
/* debug linka je standardne schovana */
#sdebug:hover {
	height: auto;
	padding: 5px 15px;
}


/* hlavni menu */
#top_menu {
	background: #2d2d2d;
	color: #fff;
	border-bottom: 1px solid #000;
	padding: 0px 6px;
}
#top_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#top_menu ul li {
	float: left;
}
#top_menu ul li a {
	color: #ddd;
	text-decoration: none;
	display: block;
	padding: 7px;
	/* definovano dle rozliseni gui_resolutions.css */
}
#top_menu ul li a.active {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 7px 7px 7px;
	border-top: 2px solid #D82903;
}
#top_menu ul li a:hover {
	background: #555;
}
#top_menu ul li:hover a {
	background: #555;
}

#top_menu ul li ul {
	border-top: 1px solid #444;
	display: none;
	background: #555;
	z-index: 11;
}
#top_menu ul li ul li {
	float: none;
}
#top_menu ul li:hover ul {
	display: block;
	position: absolute;
}
#top_menu ul ul a:hover {
	color: #fff;
}


/* hlavni menu */
#user_menu {
	color: #fff;
	position: absolute;
	right: 0px;
}
#user_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#user_menu ul li {
	float: right;
}
#user_menu ul li a.profile {
	background: url('../img/icons/lock_16x16.png') no-repeat center center;
	/* definovano dle rozliseni gui_resolutions.css */
}
#user_menu ul li a.profile span {
	display: none;
}
#user_menu ul li a {
	color: #ddd;
	text-decoration: none;
	display: block;
	padding: 7px;
}
#user_menu ul li span {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 7px;
}
#user_menu ul li a:hover {
	background-color: #999;
}
#user_menu ul li:hover a {
	background-color: #999;
}

#user_menu ul li ul {
	border-top: 1px solid #444;
	display: none;
	background: #999;
	position: absolute;
	right: 0px;
	z-index: 11;
	text-align: right;
	width: 200px;
}
#user_menu ul li ul li {
	float: none;
}
#user_menu ul li:hover ul {
	display: block;
}
#user_menu ul ul a:hover {
	color: #fff;
}

/* hlavni lista - logo */
#top_main {
	background: #f5f5f5 url('../img/logo.png') no-repeat 30px center;
	height: 40px;
	border-bottom: 1px solid #ddd;
	padding: 15px 6px 0px 170px;
}
.justMortgages #top_main {
	background: #f5f5f5 url('../img/logo_hypo.png') no-repeat 30px center;
}
#date_header {
	float: right;
	text-align: right;
}

/* formulare */
input, select, .likeSubmit, button, textarea {
	padding: 3px 3px 3px 3px;
	margin: 1px;
	border: 1px solid #ddd;
	
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	
}
input:focus, select:focus, .likeSubmit:focus, textarea:focus {
	border: 1px solid #D82903;
	box-shadow: 0pt 1px 2px rgba(0, 0, 0, 0.3) inset;
}
input.submit, button.submit, .likeSubmit {
	/* inline-block hack */
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	
	/* aby to vypadalo stejne na iPadu */
	-webkit-appearance: none;
	
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;

	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 27px;
	line-height: 27px;
	min-width: 54px;

	outline-width: 0pt;
	outline-style: none;
	outline-color: -moz-use-text-color;
	padding-top: 0pt;
	padding-right: 8px;
	padding-bottom: 0pt;
	padding-left: 8px;
	background-color: #D66551;
	border: 1px solid #D82903;
	color: #ffffff;
	
	cursor: pointer;
}
input.button, button.button, .likeButton {
	/* inline-block hack */
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	
	/* aby to vypadalo stejne na iPadu */
	-webkit-appearance: none;
	
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;

	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 27px;
	line-height: 27px;
	min-width: 54px;

	outline-width: 0pt;
	outline-style: none;
	outline-color: -moz-use-text-color;
	padding-top: 0pt;
	padding-right: 8px;
	padding-bottom: 0pt;
	padding-left: 8px;
	/*background-color: #f4f4f4;
	border: 1px solid #777;
	color: #333;*/
	
	/*background-color: #8892BC;
	border: 1px solid #495CB9;
	color: #fff;*/
	
	background-color: #DDE0EC;
	border: 1px solid #8892BC;
	color: #333;
	
	cursor: pointer;
}
input.button[disabled], button.button[disabled], .likeButton[disabled] {
	background-color: #eee;
	border: 1px solid #bbb;
	color: #999;
	cursor: auto;
}
/* ES button - zeleny */
input.green_button, button.green_button, .likeGreen_button {
	/* inline-block hack */
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;

	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 27px;
	line-height: 27px;
	min-width: 54px;

	outline-width: 0pt;
	outline-style: none;
	outline-color: -moz-use-text-color;
	padding-top: 0pt;
	padding-right: 8px;
	padding-bottom: 0pt;
	padding-left: 8px;
	background-color: #73C363;
	border: 1px solid #4C9E3C;
	color: #ffffff;
}

input.submit[disabled] {
	border: 1px solid #999;
	background-color: #ddd;
}
input.submit:hover, button.submit:hover, .likeSubmit:hover {
	box-shadow: 0pt 0px 2px rgba(0, 0, 0, 0.3) inset;
	border: 1px solid #BD5947;
}
button.submit[disabled]:hover {
	box-shadow: none;
	border: 1px solid #999;
	background-color: #ddd;
}

/* menu druhe urovne - leve menu */
#content_header {
	/* definovano dle rozliseni gui_resolutions.css */
}
#content_header .likeSubmit, #content_header .likeButton {
	margin: 5px 5px 5px 30px;
}
#content_header #new_item_box {
	margin: 0px 0px 5px 30px;
}
#content_header #new_item_box select.select {
	width: 120px;
}
#content_header #new_item_box input.input {
	width: 120px;
}

#content_header p.hint {
	font-style: italic;
	color: #666;
	padding: 1em 1em 1em 0.2em;
}


.bodyWide #content_header
{
	float: left;
	position: absolute;
	left: 0px;
}
.bodyWide #content_header ul li
{
	margin-bottom: 5px;
}

/* content - hlavni obsah */
#content {
	padding-top: 5px;
}
.content-padding, #content-padding {
	/* definovano dle rozliseni gui_resolutions.css */
}
.content-padding-wide { /* content v pripade, ze leve menu neni zobrazeno */
	padding: 5px 10px;
}

/* footer */
#push {
	height: 35px;
}
#footer {
	color: #000;
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	height: 15px;
	padding: 10px 15px;
}

/* login */
#UserLoginForm {
	display: block;
	margin: 0px auto;
	width: 300px;
	padding-left: 320px;
	background: url('../img/logo_big.png') left center no-repeat;
}
/* hypomodul má jiné logo */
.justMortgages #UserLoginForm {
	background: url('../img/logo_hypo_big.png') top left no-repeat;
}
#authake div.login {
	/*margin-left: 150px;
	margin-top: 20px;*/
	position: absolute;
	width: 100%;
	top: 40%;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	
	
}
#authake div.login fieldset {
	border: none;
	background: none;
}



/* hlavni vyhledavaci formular */
#product_detail_search {
	position: absolute;
	z-index: 10;
}
#product_detail_search select {
	width: 90px;
}
#product_detail_search #ProductId {
	width: 30px;
}
#product_detail_search #OtherFulltext {
	width: 90px;
}
#search_detail {
	margin-top: 15px;
	margin-right: 15px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);	
}
#product_detail_search div.checkbox {
	/*float: left;
	white-space: nowrap;
	vertical-align: middle;*/
	/* inline-block hack */
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;

}
#product_detail_search .checkbox input {
	margin-right: 5px;
}
.search_detail table td {
	background: none;
	border: none;
	vertical-align: middle;
}
.search_detail table {
	width: 100%;
	/*padding-top: 5px;*/
	margin-top: 5px;
}
#product_detail_search label {
	vertical-align: auto;
	display: inline;
}
#product_detail_search .checkbox label {
	vertical-align: auto;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;	
}
/*#product_detail_search #address_box label {
	width: 16em;
}*/

/* vypis produktu */
td.description {
	width: 25%;
	overflow: hidden;
	text-overflow:ellipsis;
}
td.description div {
	width: 50px;
	overflow: visible;
}
td div.description_fade {
	margin-left: -50px;
	width: 50px;
	height: 30px;
	vertical-align: middle;
	
	/* inline-block hack */
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	
	background: -moz-linear-gradient(left, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(245,245,245,0)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f5f5f5', endColorstr='#f5f5f5',GradientType=1 ); /* IE6-9 */
}
tr:hover td div.description_fade, tr.sold:hover td div.description_fade, tr.reserved:hover td div.description_fade, tr.archive:hover td div.description_fade, tr.from_web:hover td div.description_fade, tr.from_estateshare:hover td div.description_fade {
	background: -moz-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(250,250,250,0)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=1 ); /* IE6-9 */
}

td.actions {
	text-align: center;
	width: 1%;
	white-space: nowrap;
}

td.small {
	 font-size: 0.8em;
}
tr.empty td {
	background: transparent;
	border: none;
	height: 1em;
	font-size: 0.1em;
}
tr.sold td {
	background: #EFE8C2;
}
tr.sold td div.description_fade {
	background: -moz-linear-gradient(left, rgba(239,232,194,0) 0%, rgba(239,232,194,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(239,232,194,0)), color-stop(100%,rgba(239,232,194,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(239,232,194,0) 0%,rgba(239,232,194,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(239,232,194,0) 0%,rgba(239,232,194,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(239,232,194,0) 0%,rgba(239,232,194,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(239,232,194,0) 0%,rgba(239,232,194,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efe8c2', endColorstr='#efe8c2',GradientType=1 ); /* IE6-9 */
}
tr.sold td.id {
	padding-left: 30px;
	background-image: url('../img/icons/cash_16x16.png');
	background-repeat: no-repeat;
	background-position: 7px center;
}

tr.archive td {
	background: #D1DFEF;
}
tr.archive td div.description_fade {
	background: -moz-linear-gradient(left, rgba(209,223,239,0) 0%, rgba(209,223,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(209,223,239,0)), color-stop(100%,rgba(209,223,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(209,223,239,0) 0%,rgba(209,223,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(209,223,239,0) 0%,rgba(209,223,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(209,223,239,0) 0%,rgba(209,223,239,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(209,223,239,0) 0%,rgba(209,223,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d1dfef', endColorstr='#d1dfef',GradientType=1 ); /* IE6-9 */
}
tr.archive td.id {
	padding-left: 30px;
	background-image: url('../img/icons/archive_16x16.png');
	background-repeat: no-repeat;
	background-position: 7px center;
}

tr.reserved td {
	background: #E8D4B3;
}
tr.reserved td div.description_fade {
	background: -moz-linear-gradient(left, rgba(232,212,179,0) 0%, rgba(232,212,179,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,212,179,0)), color-stop(100%,rgba(232,212,179,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(232,212,179,0) 0%,rgba(232,212,179,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(232,212,179,0) 0%,rgba(232,212,179,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(232,212,179,0) 0%,rgba(232,212,179,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(232,212,179,0) 0%,rgba(232,212,179,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8d4b3', endColorstr='#e8d4b3',GradientType=1 ); /* IE6-9 */
}
tr.reserved td.id {
	padding-left: 30px;
	background-image: url('../img/icons/handshake_16x16.png');
	background-repeat: no-repeat;
	background-position: 7px center;
}

tr.unread td {
	font-weight: bold;
}

tr.from_web td {
	background-color: #CBCBE5;
}
tr.from_web td div.description_fade {
	background: -moz-linear-gradient(left, rgba(203,203,229,0) 0%, rgba(203,203,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(203,203,229,0)), color-stop(100%,rgba(203,203,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(203,203,229,0) 0%,rgba(203,203,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(203,203,229,0) 0%,rgba(203,203,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(203,203,229,0) 0%,rgba(203,203,229,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(203,203,229,0) 0%,rgba(203,203,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbcbe5', endColorstr='#cbcbe5',GradientType=1 ); /* IE6-9 */
}
tr.from_web td.id {
	padding-left: 30px;
	background-image: url('../img/icons/from_web_16x16.png');
	background-repeat: no-repeat;
	background-position: 7px center;
}
tr.from_estateshare td.id {
	padding-left: 30px;
	background-image: url('../img/icons/share_16x16.png');
	background-repeat: no-repeat;
	background-position: 7px center;
}
.productActionMenu {
	margin-top: 0px;
	margin-right: 5px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	z-index: 10;
	position: absolute;
	right: 0px;
	text-align: left;
	font-weight: normal;
}
.productActionMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.productActionMenu ul li.separator {
	border-top: 1px solid #ddd;
	margin-top: 5px;
	height: 1px;
	margin-bottom: 5px;
	overflow: hidden;
}
.productActionMenu ul li a {
	display: block;
	width: 200px;
	text-decoration: none;
	padding: 7px 10px;
	vertical-align: middle;
	color: #333 !important;
}
.productActionMenu ul li a img, .productActionMenu ul li a span {
	vertical-align: middle;
}

.productActionMenu ul li a:hover {
	background: #ddd;
}

.productExportMenu {
	margin-top: 0px;
	margin-right: 5px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	z-index: 10;
	position: absolute;
	right: 0px;
	text-align: left;
}
.productExportMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.productExportMenu ul li.separator {
	border-top: 1px solid #ddd;
	margin-top: 5px;
	height: 1px;
	margin-bottom: 5px;
	oveflow: hidden;
}
.productExportMenu ul li a {
	display: block;
	width: 200px;
	text-decoration: none;
	padding: 7px 10px;
	vertical-align: middle;
}
.productExportMenu ul li a img, .productExportMenu ul li a span {
	vertical-align: middle;
}

.productExportMenu ul li a:hover {
	background: #ddd;
}

.paging {
	text-align: center;
	font-size: 0.9em;
	padding: 5px 0px;
}
.paging a {
	text-decoration: none;
}
.paging div {
	/* inline-block hack */
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.paging .current {
	background: #D6300C;
	color: #fff;
	padding: 0px 2px;
}
.paging .disabled {
	color: #999;
}
ul.button_line {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
ul.button_line li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
ul.button_line li a {
	text-decoration: none;
	display: block;
	background: #ddd;
	padding: 3px 6px;
}
ul.button_line li a:hover, ul.button_line li.active a {
	background: #ccc;
}
.boxBordered {
	background: #efefef;
	padding: 10px;
	border: 1px solid #ddd;
	margin: 0px 5px 5px 0px;
}

/* detail produktu */
div.input {
	padding-top: 3px;
	padding-bottom: 3px;
	
}
.edit_menu {
	background: #f5f5f5;
	clear: both;
	padding: 7px 10px 5px 20px;
	/*margin-bottom: 8px;*/
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	height: 26px;
	white-space: nowrap;
}

.edit_menu a {
	margin-left: 4px;
}

.edit_menu .separator {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	padding: 6px 0px 0px 6px;
	margin-left: 6px;
	color: #999;
	height: 20px;
	border-left: 1px solid #ddd;
}


fieldset {
	background: #f5f5f5;
	border: 1px solid #ddd;
	margin: 5px 5px 5px 0px;
	line-height: 1.6em;
	padding: 10px;
}
fieldset legend {
	background: #fff;
	padding: 3px 10px;
	border: 1px solid #ddd;
	color: #000;
	font-weight: bold;
}

#content_header fieldset {
	background: #F4DBD7;
	border: 1px solid #E8C1BB;
	/*border-top: 1px solid #f00;*/
	padding-right: 0px;
	margin-right: -10px;
}
#content_header fieldset legend {
	background: #fff;
	border: 1px solid #E8C1BB;
}
#content_header label {
	width: 70px;
}
#content_header .card_transfer {
	background: #D82106;
	color: #fff;
	text-align: center;
	margin: 10px -10px 0px 0px;
	padding: 10px 0px 10px 0px;	
}

#content_header ul.small {
	padding-left: 1.5em;
}
#content_header ul.small li a {
	font-size: 0.8em;
}
#content_header select, #content_header .input input {
	width: 100px;
}
#content_header .checkbox input {
	width: auto;
}
#content_header .checkbox label {
	width: auto;
}
#content_header select.wide, #content_header .input input.wide {
	width: 180px;
}

/* FOTOGRAFIE */
#photos_upload {
	overflow: auto;
	overflow-y: hidden;
}
#photos_upload table, #photos_upload td {
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#photos_upload td{
	text-align: center;
	vertical-align: top;
}

#photos_upload table{
	border-width: 0px;
	width: 100px;
	border-collapse: collapse;
}

#photos_upload input {
	/*font-size: 0.8em;*/
	/*width: 60px;*/
}

#photos_upload img.image_submit {
	margin-left: 2px;
	display: block;
	float: right;
	width: 16px;
	height: 16px;
}

#photos_upload td.image_error {
	vertical-align: middle;
    padding: 5px 5px 5px 74px;
    border: 1px dashed #666666;
    background: #FF9797 url('../img/icons/delete_64x64.png') no-repeat 5px center;
}

#photos_upload img.photo {
	padding: 2px;
	border: 1px solid #666666;
	background: #ffffff;
}

#photos_upload .productPhotosSize100 img.photo {
	height: 100px;
}
#photos_upload .productPhotosSize50 img.photo {
	height: 50px;
}
#photos_upload .productPhotosSize30 img.photo {
	height: 30px;
}

#photos_upload .sortableItem {
	position: relative;
}
#photos_upload .sortableItem .productPhotosActions {
	position: absolute;
	bottom: 3px;
	right: 3px;
	display: none;
}

#photos_upload .sortableItem:hover .productPhotosActions {
	display: block;
}




/*#photos_upload img.main_photo {
	padding: 2px;
	border: 1px solid #D62A21;
	background: #ff0000;
}*/

#photos_loading {
	text-align: center;
	padding-top: 20px;
	/*height: 50px;*/
}
/*div#photo_upload_button {
	display: block;
	width: 166px;
	text-align: center;
	margin-bottom: 0px;
	cursor: pointer;
	vertical-align: middle;
}*/
#productPhotosSize1 {
	display: block;
	width: 36px;
	height: 15px;
	background: url('../img/icons/image_size1.png') no-repeat left top;
	text-indent: -1000px;
	overflow: hidden;	
}
#productPhotosSize1:hover, #productPhotosSize1.active {
	background: url('../img/icons/image_size1.png') no-repeat left bottom;
}
#productPhotosSize2 {
	display: block;
	width: 36px;
	height: 15px;
	background: url('../img/icons/image_size2.png') no-repeat left top;
	text-indent: -1000px;
	overflow: hidden;	
}
#productPhotosSize2:hover, #productPhotosSize2.active {
	background: url('../img/icons/image_size2.png') no-repeat left bottom;
}
#productPhotosSize3 {
	display: block;
	width: 36px;
	height: 26px;
	background: url('../img/icons/image_size3.png') no-repeat left top;
	text-indent: -1000px;
	overflow: hidden;	
}
#productPhotosSize3:hover, #productPhotosSize3.active {
	background: url('../img/icons/image_size3.png') no-repeat left bottom;
}


/* VIDEA */

#videos_upload {
	overflow: auto;
	overflow-y: hidden;
	margin-top: 3px;
}
#videos_upload table, #videos_upload td {
	background: none;
	border: none;
	margin: 0px;
	padding: 0px;
}
#videos_upload td{
	text-align: center;
	vertical-align: top;
}

#videos_upload table{
	border-width: 0px;
	width: 100px;
	border-collapse: collapse;
}

#videos_upload input {
	/*font-size: 0.8em;*/
	/*width: 60px;*/
}

#videos_upload img.image_submit {
	margin-left: 2px;
	display: block;
	float: right;
	width: 16px;
	height: 16px;
}

#videos_upload td.image_error {
	vertical-align: middle;
    padding: 5px 5px 5px 74px;
    border: 1px dashed #666666;
    background: #FF9797 url('../img/icons/delete_64x64.png') no-repeat 5px center;
}

#videos_upload img.photo {
	padding: 2px;
	border: 1px solid #666666;
	background: #ffffff;
	height: 50px;
}

#videos_upload .sortableItem {
	position: relative;
}
#videos_upload .sortableItem .productVideosActions {
	position: absolute;
	bottom: 3px;
	right: 3px;
	display: none;
}

#videos_upload .sortableItem:hover .productVideosActions {
	display: block;
}

#videos_loading {
	text-align: center;
	padding-top: 20px;
}

/* ATRIBUTY NABIDKY / POPTAVKY */
.main-attributes label {
	margin-right: 4px;
	width: 150px;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	color: #333;
}


.attributes {
	float: left;
}
.attributes label {
	margin-right: 4px;
	width: 150px;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	color: #333;
}
.attributes div.attributes_container {
	width: 600px;
	/*overflow: auto;*/
}

.attributes .attributes_container_equipment {
	width: 270px;
	/*overflow: auto;*/
}

.attributes .attributes_container_equipment label {
	width: 200px;
}
.attributes .attributes_container_equipment label.checkbox_label {
	width: auto;
}

.attributes div.hint {
	font-size: 0.8em;
	color: #333333;
	padding-left: 155px;
	margin-bottom: 5px;
}
.attributes div.error-message, .main-attributes div.error-message {
	color: red;
	padding-left: 155px;
	margin-bottom: 5px;
	
	/*background-color: #FF0000;
    color: #fff;
    margin-left: 160px;
    margin-top: 5px;
    padding: 2px 5px;
    position: relative;*/
}
/*.attributes div.error-message:before, .main-attributes div.error-message:before {
    border-right: 0 none;
    border-left: 10px solid #f00;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    left: 0px;
    top: -10px;
}*/


.attributes div.character-counter {
	color: green;
	/*font-size: 0.8em;*/
	text-align: right;
	margin-right: 20px;
}

.attributes .checkboxmultiple {
	margin-left: 20px;
}
.attributes .checkboxmultiple input, .checkbox input {
	margin-top: 0.5em;
	margin-right: 0.5em;
}
.attributes label.checkbox_label {
	width: 200px;
}

.attributes .checkboxmultiple .checkbox label {
	width: 180px;
}

.checkboxmultiplemaindiv label {
	width: 250px;
}

.attributes select, .attributes input[type=text], .attributes input[type=password], .attributes textarea {
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	width: 150px;
	border: 1px solid #bbb;
	box-shadow: 0pt 1px 2px rgba(0, 0, 0, 0.1) inset;
}
.attributes .required select, .attributes .required input[type=text], .attributes .required input[type=password], .attributes .required textarea {
	border: 1px solid #F49684;
}
.attributes .required input:focus, .attributes .required select:focus, .attributes .required textarea:focus {
	border: 1px solid #D82903;
	box-shadow: 0pt 1px 2px rgba(0, 0, 0, 0.3) inset;
}
.attributes input:focus, .attributes select:focus, .attributes .likeSubmit:focus, .attributes textarea:focus {
	border: 1px solid #D82903;
	box-shadow: 0pt 1px 2px rgba(0, 0, 0, 0.3) inset;
}
.attributes .required label {
	font-weight: bold;
	/*color: #D82903;*/
	color: #222;
	/*background: url('../img/icons/asterisk.png') no-repeat right center;*/
}

select.form-error, input.form-error {
	border: 1px solid red !important;
}

.attributes select[multiple="multiple"]
{
	height: 7em;
}
.attributes select.wide, .attributes input.wide[type=text] {
	width: 410px;
}

.attributes select.long, .attributes input.long[type=text] {
	width: 410px;
}

.attributes select.wider, .attributes input.wider[type=text] {
	width: 800px;
}

.attributes textarea, .main-attributes textarea {
	width: 410px;
}

.attributes fieldset fieldset {
	border: none;
	border-top: 1px solid #ccc;
	margin: 10px -10px 0px -10px;
	background: none;	
}
.attributes fieldset fieldset legend {
	font-weight: normal;	
}

/* zobrazeni poptavky */
ul.like-checkbox {
	padding-left: 4em;
	color: #333;
}

/* ADMINTOOLS */

.admintools_item {
	height: 64px;
	padding: 5px;
	margin: 10px 0px 10px 10px;
	display: block;
	text-decoration: none; 
}
.admintools_item img {
	float: left;
	margin-right: 15px;
}
.admintools_item h2 {
	color: #000;
	padding-top: 12px;
	margin: 0px; 
}
.admintools_item p {
	color: #333;
}
a.admintools_active {
	border-right: 3px solid #000;
}

/* EXPORT */
table.exportMainTable td {
	border-bottom: 1px solid #ddd;
	background: none;
}
table.export td {
	text-align: center;
	border: none;
	
}
table.export td label {
	display: inline;
}
table.export td select {
	width: 60px;
}
table.export td.active {
	background: #A8FFA8;
}
table.export td.automatic_label {
	width: 20%;
}

/* dialog overlay */
#overlay {
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 13;
	text-align: center;
}

.dialog {
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 14;
	
	padding: 10px;
}

.dialog h2 {
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.dialog input[type="text"]{
	width:180px;
}

.dialog label {
	margin-right: 4px;
	width: 150px;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	color: #333;
}

/* user edit - editace uzivatele */
.references .reference {
	padding-left: 40px;
}
.references .reference .imagelink {
	margin-left: -20px;
}