/********************************************
 * CSS reset
 ********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	/*list-style: none;*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div.clear {
	clear: both;
}

/********************************************
 * Base TAG settings
 ********************************************/

body {
	font-family: arial,"verdana", "tahoma", "arial", "curier new";
	font-size: 13px;
	margin: 0px;
	background-color: #fff;
	width:100%;
	color: #000;
	min-height: 800px;
	background: url('/data/template/images/bg.jpg');
	background-attachment: fixed;
}
html,body {
	height: 100%;
}

#pg_background {
	background-image: url('/data/template/images/postavy/domu.jpg');
	min-height: 100%;
    overflow: hidden;
    width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px bottom;
	background-color: transparent !important;
}

.category-description{
  text-align: justify;
  padding-bottom: 25px !important;
}

/**
 * headlines
 */
h1 {
	font-size: 25px;
	color: #455d5f;
	padding: 18px;
	/*padding-left: 8px;*/
}
h2 {
	font-weight: bold;
	/*font-size: 18px;*/
	font-size: 22px;
	padding: 10px 0px;
	color: #455d5f;
}
h2 a {
	text-decoration: none;
	color: #455d5f;
}
h2.h1 {
	font-size: 25px;
}
h3 {
	font-size: 17px;
	margin: 10px 0px;
}
a {
	color: #000;
}

ul,ol {
	margin: 10px 20px;
}
li {
	/*list-style-type: disc;*/
	margin-left: 20px;
}

/********************************************
 * LAYOUT
 ********************************************/

div#main-container {
	position: relative;
	margin: auto;	
	width: 960px;
	clear:both;
	overflow:hidden;
	line-height: 1.5em;
	background: url('/data/template/images/left_all_bg.jpg') 0px 0px repeat-y;
	left: 10px;
}
div.content_data {
	float: right;
}

/********************************************
 * HEADER
 ********************************************/

#header {
	height: 134px;
	background: url('/data/template/images/head.png') no-repeat;
	position: relative;
}

#header div#language-bar {
	text-align: right;
	padding: 5px 15px;
}
#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 247px;
	height: 127px;
	z-index: 100;
	text-align: center;
}
#header #logo h1 {
	display: none;
}
#header #logo a {
	display: block;
	width: 247px;
	height: 127px;
}
#header #logo div {
	position: absolute;
	top: 25%;
	left: 0px;	
	width: 100%;
}

#header #search {
	text-align: right;
	position: relative;
	top: 15px;
}
#query-search {
	width: 160px;
	background: url('/data/template/images/search-input.jpg') repeat-x;
	border: 0px;
	vertical-align: text-bottom;
}
#submit-search {
	border: 0px;
	vertical-align: text-bottom;
	/*float: right;*/
}
label {
	font-size: 12px;
}

/**
 * Main menu
 */

div#main-menu {
	padding: 0px 0px;
	font-size: 14px;
	margin-top: 50px;
	margin-left: 250px;
	float: left;
}
div#main-menu ul {
	/*float: left;*/
	list-style: none;
}
div#main-menu ul li {
	/*float: left;	*/
}
div#main-menu ul li {
	line-height: 31px;
	cursor: default;
	position: relative;
	margin: 0px 0px;
}
div#main-menu ul a, 
div#main-menu ul span {
	color: #000;
	padding: 5px 9px;
	text-transform: uppercase;
}
div#main-menu ul a {
	text-decoration: none;
}
div#main-menu ul li.selected a {
	font-weight: bold;	
}
div#main-menu ul li.selected a, 
div#main-menu ul a:hover, 
div#main-menu ul span:hover, 
div#main-menu ul li.selected li a:hover {
	color: #fb5219;
}
div#main-menu ul li ul {
	display: none;
	background: #0066cc;	
	min-width: 200px;
	z-index: 100;
}
div#main-menu ul li ul li {
	display: block;
	border-bottom: 1px solid #0077dd;
	z-index: 100;
	float: none;
	margin: 0px;
}
div#main-menu ul li:hover ul {
	/*display: block;*/
	position: absolute;
	left: 0px;
	top: 20px;
	z-index: 500;	
}
div#main-menu ul li ul li {
	padding: 0px;
	background: none;
	z-index: 100;
}
div#main-menu ul li ul li a {
	font-weight: normal;
}
div#main-menu ul li ul li a,
div#main-menu ul li.selected ul li a {
	color: #ccc;	
	display: block;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-weight: normal;
	
}
div.menu ul, 
div.menu ul li {
	margin: 0px;
	padding: 0px;	
}
div.menu ul li {
	list-style-type: none;	
	display: inline;
}

/**
 * Kosik lista
 */ 
#basket_bar {
	float: right;
	margin-top: 47px;
	background: url('/data/template/images/kosik.jpg') left bottom no-repeat;
	/*width: 100px;*/
	height: 27px;
}
#basket_bar div {
	padding-left: 45px;
	padding-top: 8px;
}

#basket_bar img {
	vertical-align: middle;	
}

#basket_bar .basket, 
#basket_bar a {
	padding-left: 45px;
	padding-top: 8px;
	display: block;
	text-decoration: none;
}
#basket_bar .basket {
}
#basket_bar a {
 	font-weight: normal;
	white-space: nowrap;
} 

#logged-user {
	line-height: 58px;
}
#logged-user a {
	font-weight: bold;
}
#login-submit {
	background: url('/data/template/images/login_button.jpg') no-repeat;
	border: 0px;
	width: 75px;
	height: 24px;
	font-weight: bold;
	font-size: 11px;
	color: white;
}
input[type="text"],
input[type="password"] {
	border: 1px solid #afafaf;
	height: 21px;
	font-weight: normal;
	padding: 0px;
}  
  
 /********************************************
 * LEFT COLUMN
 ********************************************/


.box-content {
	padding: 0px;
}
.box-content .image {
	float: left;
	border: 1px solid #ccc;
	margin-right: 30px;
}
.box-content .image img {
	padding: 5px 4px;		
}
.box-content .name a {
	color: #0066cc;
	font-weight: bold;
}
.corner {
	background: url('/data/template/images/left_foot.jpg') 0px 0px no-repeat;
	height: 24px;
	width: 240px;
	margin-left: 10px;
}

/**
 * Products list
 */

table.product-list {
	border-collapse: separate;
	border-spacing: 13px;
	/*width: 100%;*/
}
td.product-box {
	border-bottom: 1px solid #dddddd;
	width: 220px;
	margin: 2px;
	padding: 10px 0px;
	vertical-align: top;
	position: relative;	
}
td.product-box div.name {
	font-size: 14px;
	padding-bottom: 5px;
}
td.product-box a {
	color: #0066cc;
	font-weight: bold;	
	text-decoration: none;
}
td.product-box div.image {
	margin: 10px 0px;
}
td.product-box div.add-cart {
	float: left;
	margin-right: 10px;
}
td.product-box div.text {
	/*display: none;*/
	padding: 10px 0px;
}
.to-cart {
	width: 40px;
	height: 29px;
	background: url('/data/template/images/dokosiku.png') no-repeat;
	border: 0px;
	padding: 0px;
	cursor: pointer;
}
span.normal-price {
	text-decoration: line-through;
	font-weight: bold;
	
}
span.price {
	font-size: 19px;
	font-weight: bold;
	color: #304142;
	white-space: nowrap;
}
#detail-block {
	background: url('/data/template/images/pngbg.png');
	width: 850px;
	float: right;
	position: relative;
}
#detail-block h1 {
	padding-left: 20px;
	/*padding-left: 0px;*/
}
#detail-block .ptext {
	padding: 0px 0px 0px 20px;
}
#detail-block .ptext h2 {
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 18px;
	color: #455d5f;
}
.related-goods a {
	float: left;
	margin-right: 15px;
}
.tprice {
	margin-top: 20px;
}
.action_buttons {
	float: left;
	font-size: 10px;
	line-height: 25px;
	height: 25px;
	position: absolute;
	left: 400px;
	top: 0px;
}
.action_buttons div {
	padding: 21px 20px 0px 0px;
	float: left;
	padding-right: 20px;
}


.content_data {
	float: right;
	width: 823px;
	background: url('/data/template/images/pngbg.png');
}
.content_data_big {
	width: 853px;
}
.content_data h2 {
	padding-top: 0px;
	padding-bottom: 20px;
}
.content_data .text {
	padding: 0px 20px;
}
.hpnobg {
	background: none !important;
}


/**
 * Footer
 */
#footer {
	padding-bottom: 60px;
	padding-top: 25px;
}
#footer .icons {
	float: right;
	padding-left: 60px;
}
#bottom-menu {
 	float: right;
}
#bottom-menu, 
#bottom-menu a {
	text-decoration: none;
	text-transform: uppercase;
}

.pagination {
	font-size: 12px;
	text-align: right;
}
.pagination a {
	text-decoration: none;
	padding: 2px 5px;
}
.pagination span.select {
	padding: 2px 5px;
	font-weight: bold;
	background: #0066cc;
	color: white;
}
.pagination .next,
.pagination .prev,
.pagination .first,
.pagination .last {
	padding: 2px 5px;
	font-family: "courier";
	font-weight: bold;
	color: white;
	background: #ccc;
	display: none;
}
.pagination a.next,
.pagination a.prev {
	color: white;
	background: #ff8a00;
	display: inline;	
}
.pagination .first,
.pagination .last {
	display: none;
}
.counter-table td {
	vertical-align: top;
}
.counter-table td.cnt {
	vertical-align: middle;
}
.counter-table h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
hr.line {
	height: 1px;
	border: 0px;
	background: #eaeaea;
	font-size: 1px;
	line-height: 1px;
	margin-bottom: 20px;
}
#counter {
	font-size: 64px;	
	font-weight: bold;
	line-height: 64px;
}
#counter-box {
	font-size: 34px;	
	margin-right: 40px;
	margin-left: 20px;
	color: #000;
}
.message-box {
	font-weight: bold;
	color: #000;
}
.default-text {
	color: #000;
	padding-top: 20px;
}
.popups {
	display: none;
}

/**
 * Filter
 */
.box_filter {
	border: 1px solid #e3e3e3;
	padding: 17px;
	position: relative;
}
.box_filter fieldset {
}
.legend-outside {
	position: absolute;
	right: -1px;
	background: #e3e3e3;
	color: #0066cc;
	padding: 0px 10px;
	top: -20px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
.box_filter legend {
	font-weight: bold;	
}	
.view-type {
	float:left;
}
.view-type span {
	padding-right: 20px;
	padding-left: 5px;
	color: black;
}
.sort_filter_options {
	float: right;
}	


/**
 * Tables
 */
.datagrid {
	width: 100%;
}
.datagrid td, 
.datagrid th {
	padding: 7px 10px;
}
.datagrid tr {
	border-bottom: 1px solid #ACACAC;
}
.datagrid th {
	background: #455d5f;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	padding: 10px 10px;
}
.datagrid th.standard {
	font-size: 14px;
}
.datagrid tfoot th {
	padding: 5px 10px;
}
.datagrid tr.odd td {
	background: #ecebeb;	
}
.datagrid tr.even td {
	background: none;	
}
.datagrid a {
	color: black;
}
.datagrid td.add-cart {
	padding-bottom: 0px;
}
td.name {
	font-weight: bold;
}
td.availability {
	text-align: center;
}
td.price {
	white-space: nowrap;
}
.recalculate {
	background: url('/data/template/images/calc.png') 0px 3px no-repeat;
	padding: 0px 0px 0px 15px;
	color: #fff;
	border: 0px;
	text-align: left;
}
.recalculate span {
	text-decoration: underline;
}
/**
 * Detail product
 */
.detail {
	width: 500px;	
	float: left;
}
.data_items {
	font-size: 12px;
}
.data_items th {
	text-align: left;
	color: #0066cc;
	font-weight: bold;
	padding-right: 20px;
}

.data_items .price-text .price {
	font-size: 18px;
}
.data_items .price th,
.data_items .price td {
	padding-top: 20px;	
}
.data_items .price-novat td,
.data_items .price-novat th {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
.data_items .price-info td {
	color: #999;
}
.detail td {
	vertical-align: top;
}
.detail td.to-basket {
	padding: 0px 20px;
	padding-top: 125px;
	width: 90px;
	vertical-align: top;
}
.detail .to-cart {
	padding-top: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #ff9900;
	background-position: center;
	width: auto;
}
#detail-block .text {
	float: right;
	width: 373px;
	margin-right: 75px;
}
#detail-block .text table {
	width: 100%;
}
#detail-block .text table td {
	padding: 5px 2px;
}
#detail-block .pimage {
	text-align: center;
	vertical-align: middle; 
	width: 325px;
	padding: 20px;
	float: left;
	position: relative;
}
.detail #count {
	width: 30px;
	font-size: 12px;
	height: auto;
	padding: 2px;
	text-align: center;
}
#tab-description {
	color: #666;
	font-size: 12px;
	padding: 10px;
}
.categories {
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #ccc;
}
#tab-images .image {
	float: left;
	padding: 10px;
	border-right: 1px solid #ccc;
	
}
.tright {
	text-align: right;
	padding: 5px 0px;
}
.datagrid .delete {
	padding: 0px 5px;
	vertical-align: middle;
	text-align: center;
}
.datagrid .count_input {
	width: 44px;
	text-align: center;
	border: 0px;
	background: #d7d7d7;
}
.datagrid .bezdph {
	font-size: 10px;
	color: #666;
}
.datagrid td {
	vertical-align: middle;
}
.datagrid td.pname a {
}
.datagrid td.pprice {
	padding: 2px 10px;
	color: black;
}
.datagrid.uloged {
	width: 50%;
	border-collapse: separate;
	border-spacing: 1px;
}
.datagrid.uloged td {
	/*background: #ecebeb;	*/
}
a.back,
a.back_edit {
	background: #fb5219 url('/data/template/images/button_bg.png') no-repeat;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 32px;
	padding: 10px 0px;
	padding-left: 45px;
	padding-right: 30px;
	display: block;
	float: left;
}
a.order,
a.more, 
a.insert,
a.edit {
	background: #fb5219 url('/data/template/images/button_bg_r.png') right top no-repeat;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	line-height: 32px;
	padding: 10px 0px;
	padding-right: 45px;
	padding-left: 30px;
	display: block;	
	float: right;
}
.nextstep {
	background: #fb5219 url('/data/template/images/button_bg_r.png') right top no-repeat;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	line-height: 32px;
	padding: 10px 0px;
	padding-right: 45px;
	padding-left: 20px;
	display: block;	
	float: right;
	border: 0px;
	cursor: pointer;
}

td.final_price,
th.final_price {
	background: #ff9900;
	font-weight: bold;	
	color: black;
}
.sum_table td.nobg {
	background: none;
}
.step-icon {
	width: 100%;
} 
.step-icon td.active {
	background: #455d5f;
	color: white;
}
.step-icon td.active .text {
	color: white;	
}
.step-icon td {
	border-right: 1px solid white;
	background: #9eaaab;
	text-align: center;
	width: 194px;
	/*line-height: 45px;*/
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	padding: 15px 0px;
	vertical-align: middle;
}
.step-icon .text {
	padding: 0px;
}
.step-icon td.middle-margin {
}
.order_fleft {
	float: left;
	width: 49%;
	font-size: 12px;
}
#note {
	width: 800px;
	border: 1px solid #a0acad;
}


/**
 * HP
 */
.hp_banner {
	width: 850px;
	height: 400px;
	background: url('/data/template/images/pngbg.png');
	margin-bottom: 20px;
}
#nivoSlider{
  height: 400px;
}

.hp_middle {
	height: 139px;
	width: 850px;
	margin-bottom: 20px;
}
.hp_middle h2 {
	display: none;
}
#newsletter {
	background: url('/data/template/images/hp_newsletter.png') no-repeat;
	height: 139px;
	width: 268px;
	float: left;
}
.hp_middle .text {
	padding: 23px;
	padding-top: 55px;
	font-size: 12px;
}
.hp_middle .text a {
	color: black;
	text-decoration: none;
}
#actions {
	background: url('/data/template/images/hp_akce.jpg') no-repeat;
	height: 139px;
	width: 268px;
	float: left;
	margin: 0px 23px;
	color: #fff;
}
#competition {
	background: url('/data/template/images/hp_facebook.jpg') no-repeat;
	height: 139px;
	width: 268px;
	float: left;
	color: #fff;
}
#actions a,
#competition a
{
	color: #fff;
}
#aktuality {
	background: url('/data/template/images/akt_bg.png') repeat-y;
	width: 473px;
	height: 341px;
	float: left;
	margin-right: 20px;
	position: relative;
}
#aktuality .archiv {
	position: absolute;
	bottom: -20px;
	right: 18px;
	color: #455d5f;
}
#aktuality h2.h1 {
	padding-left: 23px;
}
#aktuality .text {
	padding: 23px;
}
#aktuality .text h2 {
	padding: 0px;
	padding-bottom: 20px;
}
#aktuality table td {
	vertical-align: top;
	padding: 5px 0px;
}
#aktuality table td img {
	padding-right: 10px;
}
#action_popup {
	background: black;
	color: white;
	font-size: 13px;
	padding: 30px;	
}
.boxy {
	font-size: 13px;
	line-height: 18px;
}

.do_kosiku {
	float: right;
	padding-top: 30px;
}

#hp_square_banner {
	width: 356px;
	height: 341px;
	float: left;
}
a.slide_button {
	height: 130px;
	width: 35px;
	display: block;
	vertical-align: middle;
	background-position: 5px 33px;
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
}
a.slide_l {
	left: 0px;
	top: 0px;
	background-image: url('/data/template/images/slide_l.png');
	display: none;
}
a.slide_r {
	right: 0px;
	top: 0px;
	background: url('/data/template/images/slide_r.png') right 35px no-repeat;
	/*background-color: #fff;*/
}
.product_slides,
.product_slides_detail
{
	height: 130px;
	position: relative;
	overflow: hidden;
}
.product_group {
	float: left;
	width: 820px;
}
.product_group a,
.product_list a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100px;
	height: 130px;
	float: left;
	padding: 0px 30px 0px 0px;
	cursor: pointer;
}
.product_list a img,
.product_group a img {
	padding-bottom: 5px;
}
.product_slides .items,
.product_slides_detail .items
{
	width:20000em;
	position:absolute;
}

/**
 * Formulare
 */

.form_table th, 
.form_table td {
	padding: 2px;
}
.form_table th {
	text-align: left;
	padding-right: 10px;
	font-weight: normal;
	min-width: 155px;
	color: black;
}
.form_table th.required {
	font-weight: bold;
}
.form_table input[type="text"],
.form_table input[type="password"] {
	width: 250px;
}
.form_label {
	color: black;
}
div.padding-form {
	padding: 10px;
	padding-right: 0px;
}

#submit {
	margin-left: 20px;
}
.desc {
	color: #000;
	font-size: 12px;
}
.cms {
	padding: 0px 20px 20px 20px;
	text-align: justify;
}
.yellow {
	color: yellow !important;
}
.errors {
	margin: 0px;
	padding: 0px;
	color: red;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.border {
	border-top: 1px solid #adadad;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin: 20px 0px;
}
.justify {
	text-align: justify;
}

.spodni_linka  {
	border-bottom: 1px solid #afafaf;
	padding: 5px;
}

.prodejci-bg {
	background-image: url('/data/template/images/postavy/prodejci.jpg') !important;
}
.kontakt-bg {
	background-image: url('/data/template/images/postavy/kontakty.jpg') !important;
}
.list-bg {
	background-image: url('/data/template/images/postavy/hodinky.jpg') !important;
}
.goods-bg {
	background-image: url('/data/template/images/postavy/detail.jpg') !important;
}
.historie-bg {
	background-image: url('/data/template/images/postavy/historie.jpg') !important;
}
.cteni-casu-bg {
	background-image: url('/data/template/images/postavy/cteni-casu.jpg') !important;
}
.servis-bg {
	background-image: url('/data/template/images/postavy/servis.jpg') !important;
}
.basket-bg,
.order-bg {
	background-image: url('/data/template/images/postavy/kosik-objednavka.jpg') !important;
}

.cms_bg {
	background: url('/data/template/images/cmsbg.png') repeat-y !important;
}

#detail-block h1 {
/*	font-size: 18px;*/
	float: left;
}
#detail-block h2 {
	padding: 18px;
	padding-left: 0px;
	font-size: 25px;
}

.list h2 {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

#button_register_newsletter{
  border: 1px solid #A1A1A1;
  background: #A1A1A1;
  color: black;
  cursor: pointer;
  float: right;
  height: 23px;          
font-weight: bold;
}                         
#button_register_newsletter:hover{
  border: 1px solid black;
}      
.fb_like {
	float: left;
	padding-top: 32px;
}
.addthis_toolbox{
  margin-top: 22px;
  width: 80px;    
  float: left;
}

.fb_edge_widget_with_comment{
  margin-left: -80px;
  float: left;
}

.bx-prev{
  position: absolute;
  z-index: 10;
  top: 180px;
  left: 20px;     
	width:30px;
	height:30px;
	background: url('/data/template/images/nivo/arrows.png') no-repeat;
}        
.bx-prev span,.bx-next span{
  display: none;
}

.bx-next{            
  position: absolute;
  z-index: 10;
  top: 180px;
  right: 20px;
	width:30px;
	height:30px;
	background: url('/data/template/images/nivo/arrows.png') no-repeat;
	
	background-position:-30px 0;
}
    
.bx-pager{            
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 400px;
}
   
.bx-pager a span{     
	background: url('/data/template/images/nivo/bullets.png') no-repeat; 
	background-position: 0px 15px;   
  width: 14px;
  height: 14px;
	padding: 14px 7px 0px  7px;
	overflow: hidden;
	line-height: 1px;
	margin-right: 5px;
}
                  
.bx-pager a.pager-active span{    
	background-position: 0px -13px;     
  padding-top: 0px;
  }       
        
