@charset "utf-8";
#middle .box {
	background: #d3edff url(../images/bg-middle-box.png) no-repeat left top;
	margin: 15px 0px 0px;
	padding: 0px;
}
#middle .box .in {
	padding: 0px 15px 10px;
}
#middle .box .in h2 {
	font-size: 1.4em;
	padding: 15px 0px 0px;
}
#middle .box .in h3 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 2px 0px 0px;
}
#middle .box .end {
	font-size: 1px;
	background: url(../images/bg-middle-box-end.png);
	height: 5px;
}
#tab2 {
	padding: 15px 0px 0px;
}
.colored {
	margin: 20px 0px 0px;
}
.colored th {
	background: #f2f2f2 url(../images/bg-dotted-bottom.png) repeat-x left bottom;
	padding: 6px 7px;
	text-align: center;
}
.colored td {
	background: #fff url(../images/bg-dotted-bottom.png) repeat-x left bottom;
	padding: 4px 7px;
	text-align: center;
}
.colored td span, .colored td strong {
	text-align: right;
	width: 80px;
	display: block;
}
.colored .count input {
	font-size: 0.9em;
	padding: 0px 1px;
	border: 1px solid #9c9c9c;
	margin: 0px 3px 0px 0px;
	width: 15px;
	text-align: center;
}
.colored .submit input {
	background: url(../images/button-delete.png);
	padding: 0px;
	height: 17px;
	width: 19px;
	border-style: none;
	cursor: pointer;
}
.colored .left {
	text-align: left;
}
.colored .last td {
	background: url(../images/bg-basket-last.png) repeat-x left bottom;
	padding: 4px 7px 6px;
}
.colored .total td {
	background: url(none);
}
.colored .total td {
	font-weight: bold;
	color: #f8633e;
}
.colored .total td span {
	font-weight: normal;
}
.colored .total td strong {
	font-size: 1.4em;
}
/* Akční nabídka */
.action, .action-right {
	background: url(../images/bg-action.png) repeat-y right top;
	margin: 15px 4px 0px 0px;
	padding: 0px 6px 0px 0px;
	float: left;
	width: 139px;
}
.action-right {
	background: url(none);
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
.action .title, .action-right .title {
	text-transform: uppercase;
	color: #fff;
	background: #f8633e;
	text-align: center;
	padding: 3px 0px;
}
.action h2, .action-right h2 {
	text-align: center;
	font-size: 1em;
	height: 40px;
	padding: 8px 5px 0px;
}
.action .image, .action-right .image {
	text-align: center;
	height: 125px;
	padding: 8px 0px 0px;
}
.action .discount, .action-right .discount {
	font-size: 0.9em;
	font-weight: bold;
	float: left;
	color: #6c6c6c;
	line-height: 120%;
	text-align: right;
	padding: 10px 0px 0px 7px;
}
.action .discount span, .action-right .discount span {
	text-decoration: line-through;
}
.action .price, .action-right .price {
	font-size: 1.4em;
	color: #f8633e;
	float: right;
	padding: 12px 7px 0px 0px;
}
/* Záložky */
.tabs {
	background: url(../images/bg-tabs.png);
	margin: 15px 0px 0px;
	padding: 0px;
	height: 30px;
	position: relative;
	z-index: 1;
}
.tabs li {
	line-height: normal;
	background: url(none);
	padding: 0px;
	min-width: 1px;
	width: auto !important;
	width: 1px;
	float: left;
}
.tabs li a, .tabs li a:Hover {
	text-transform: uppercase;
	color: #8b8b8b;
	text-decoration: none;
	display: block;
	float: left;
	background: url(../images/bg-tabs-item.png) no-repeat left top;
	padding: 0px 0px 0px 10px;
	font-size: 0.9em;
}
.tabs li a:Hover {
	color: #000;
}
.tabs li a span, .tabs li a:Hover span {
	background: url(../images/bg-tabs-item-in.png) no-repeat right top;
	display: block;
	height: 17px;
	padding: 10px 10px 0px 0px;
	white-space: nowrap;
}
.tabs li .selected, .tabs li .selected:Hover {
	color: #fff;
	background: url(../images/bg-tabs-item-selected.png) no-repeat left top;
	font-weight: bold;
}
.tabs li .selected span, .tabs li .selected:Hover span {
	background: url(../images/bg-tabs-item-selected-in.png) no-repeat right top;
	height: 19px;
	padding: 8px 10px 0px 0px;
}
.tabs-content {
	clear: both;
	margin: -1px 0px 0px;
}
.dotted-tab {
	background: url(../images/bg-dotted-tab.png) repeat-y center top;
	padding: 0px 15px 15px;
}
.long .dotted-tab {
	background: url(../images/bg-dotted-tab-long.png) repeat-y center top;
}
.dotted-tab .end {
	font-size: 1px;
	background: url(../images/bg-dotted-bottom.png) repeat-x left bottom;
	height: 1px;
}
.dotted-tab-end {
	font-size: 1px;
	background: url(../images/bg-dotted-bottom.png) repeat-x left bottom;
	height: 1px;
}
/* Produkty */
.product, .product-right {
	background: url(../images/bg-product.png);
	float: left;
	width: 198px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.product-right {
	padding: 0px;
	margin-right: 0px;
}
.product .in, .product-right .in {
	background: url(../images/bg-product-in.png) repeat-x left bottom;
	padding: 0px 10px 15px;
	width: 178px;
}
.product .in h2, .product-right .in h2 {
	text-align: center;
	font-size: 1em;
	height: 40px;
	padding: 12px 0px 0px;
}
.product .in h2 a, .product .in h2 a:Hover, .product-right .in h2 a, .product-right .in h2 a:Hover {
	font-weight: bold;
	text-decoration: none;
}
.product .in .status,.product-right .in .status {
	position: absolute;
	margin: 0px 0px 0px -10px;
	padding: 0px;
}
.product .in .status strong, .product-right .in .status strong {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/bg-status.png) no-repeat right top;
	padding: 1px 3px 0px;
	height: 13px;
	margin: 1px 0px 0px;
	display: block;
	min-width: 1px;
	width: auto !important;
	width: 1px;
	float: left;
	clear: both;
	white-space: nowrap;
}
.product .in .image, .product-right .in .image {
	padding: 0px;
	height: 160px;
	text-align: center;
}
.product .in h3, .product-right .in h3 {
	font-size: 0.8em;
	font-weight: normal;
	padding: 7px 0px 4px;
	text-align: center;
}
.product .in .price, .product-right .in .price {
	font-size: 1.4em;
	color: #0083c4;
	float: left;
	padding: 2px 0px 3px;
}
.product .in .detail, .product-right .in .detail {
	padding: 4px 0px 0px;
	height: 22px;
	width: 74px;
	float: right;
	margin: 0px;
}
/* Produkty - řádky */
.list {
	background: url(../images/bg-dotted.png) repeat-x left bottom;
	margin: 0px 0px 15px;
	padding: 0px 0px 15px;
}
.list .image {
	padding: 0px 10px;
	float: left;
	height: 86px;
	width: 86px;
	text-align:center;
}
.list .info {
	float: left;
	width: 280px;
	padding: 0px 10px 0px 0px;
}
.long .list .info {
	width: 475px;
}
.list .info h2 {
	font-size: 1.2em;
	padding: 0px;
}
.list .info h2 a, .list .info h2 a:Hover {
	font-weight: normal;
}
.list .info h3 {
	font-size: 0.8em;
	font-weight: normal;
	padding: 3px 0px 0px;
}
.list .order {
	float: left;
	width: 180px;
	padding: 0px 10px 0px 0px;
}
.list .order .price {
	font-size: 1.7em;
	color: #015592;
	text-align: right;
}
.list .order .detail {
	padding: 0px;
	float: left;
	height: 20px;
	width: 54px;
	margin: 0px 5px 0px 0px;
}
.list .order .count {
	float: left;
	padding: 2px 0px 0px;
}
.list .order .submit {
	float: right;
	height: 20px;
	width: 76px;
}
.list .order .count input {
	font-size: 0.9em;
	display: block;
	padding: 0px 1px;
	float: left;
	border: 1px solid #9c9c9c;
	margin: 0px 3px 0px 0px;
	width: 15px;
	text-align: center;
}
.list .order .count span {
	display: block;
	padding: 0px;
	color: #7b7b7b;
	float: left;
}
.list .order .submit {
	float: right;
	height: 20px;
	width: 76px;
}
.list .order .submit input {
	background: url(../images/button-add.png);
	padding: 0px;
	height: 20px;
	width: 76px;
	border-style: none;
	cursor: pointer;
}
/* Články */
.article-title {
	font-size: 1.3em;
	padding: 15px 0px 0px;
}
.article-title a, .article-title a:Hover {
	font-weight: bold;
	text-decoration: none;
}
.article-title a:Hover {
	text-decoration: underline;
	color: #31a9ff; 
}
.date {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px;
}
.art-content {
	background: url(../images/bg-dotted.png) repeat-x left bottom;
	padding: 0px 0px 25px;
}
.article {
	padding: 0px;
}
.article-list {
	background: url(../images/bg-dotted.png) repeat-x left top;
	margin: 20px 0px 0px;
	padding: 8px 0px 0px;
}
/* Kategorie */
.cat-info {
	font-size: 0.9em;
}
.subcats {
	float: left;
	font-size: 1em;
	padding: 20px 50px 0px 30px;
}
#sort, #paging {
	background: #f2f2f2 url(../images/bg-middle-box.png) no-repeat left top;
	margin: 20px 0px;
}
#sort ul {
	padding: 10px 0px 4px 10px;
	float: left;
}
#sort ul li {
	line-height: normal;
	background: url(none);
	display: inline;
	padding: 0px;
}
#sort ul li span {
	display: block;
	padding: 0px 7px 0px 0px;
	float: left;
}
#sort ul li span select {
	border: 1px solid #9c9c9c;
}
#sort ul li .text {
	padding-top: 3px;
}
#sort ul li a, #sort ul li a:Hover {
	display: block;
	height: 9px;
	width: 13px;
	float: left;
	margin: 5px 0px 0px;
}

.asc {
	background: url(../images/icon-acs.png) no-repeat;
	width:19px;
	height:15px;
	padding: 0px;
	border-style: none;
	cursor: pointer;
}
.desc {
	background: url(../images/icon-desc.png) no-repeat;
	width:19px;
	height:15px;
	padding: 0px;
	border-style: none;
	cursor: pointer;
}

#sort p {
	float: right;
	padding: 12px 10px 0px 0px;
}
#paging p {
	text-align: right;
	padding: 12px 10px 5px 0px;
	float: none;
}
#sort p a, #sort p a:Hover, #sort p strong, #paging p a, #paging p a:Hover, #paging p strong {
	padding: 0px 3px;
}
#sort .end, #paging .end {
	font-size: 1px;
	background: url(../images/bg-middle-box-end.png);
	height: 5px;
}
/* Přihlášení */
#log {
	text-align: center;
	margin: 0px auto;
	padding: 70px 0px 0px;
}
#log form {
	background: #d3edff url(../images/bg-log.png) no-repeat left top;
	margin: 0px auto;
	width: 300px;
}
#log form .form {
	padding: 20px 25px 0px;
}
#log form .form li {
	line-height: normal;
	background: url(none);
	padding: 5px 0px 0px;
	clear: both;
	width: 250px;
}
#log form .form li span {
	display: block;
	float: left;
}
#log form .form li span input {
	background: #fff;
	padding: 2px;
	width: 147px;
	border: 1px solid #9c9c9c;
}
#log form .form li .title {
	padding: 3px 0px 0px;
	width: 97px;
	text-align: left;
}
#log form .submit {
	padding: 4px 0px 0px 122px;
}
#log form .submit input {
	background: url(../images/button-login-system.png);
	padding: 0px;
	height: 20px;
	width: 153px;
	border-style: none;
	cursor: pointer;
}
#log form .submit2 {
	padding: 4px 0px 0px 122px;
}
#log form .submit2 input {
	background: url(../images/button-prazdny-velky.png);
	padding: 0px;
	height: 20px;
	width: 153px;
	border-style: none;
	cursor: pointer;
	color: white;
	font-weight: bold;
}

#log form .links {
	padding: 15px 0px 10px 105px;
}
#log form .links li {
	text-align: left;
}
#log form .end {
	font-size: 1px;
	background: url(../images/bg-log-end.png);
	height: 5px;
}
/* Registrace, pokladna */
#reg .user {
	padding: 20px 0px 0px 10px;
}
#checkout .user {
	padding: 15px 0px 0px 10px;
	float: left;
}
#reg .user li, #checkout .user li {
	line-height: normal;
	background: url(none);
	padding: 5px 0px 0px;
	clear: both;
}
#reg .user li span, #checkout .user li span {
	display: block;
	float: left;
	padding: 0px 7px 0px 0px;
}
#reg .user li span input, #checkout .user li span input {
	padding: 2px;
	width: 126px;
	border: 1px solid #9c9c9c;
	background: #fff;
}
#reg .user li span select, #checkout .user li span select {
	border: 1px solid #9c9c9c;
}
#reg .user li .title, #checkout .user li .title {
	padding: 3px 0px 0px;
	width: 140px;
}
#reg .user li .name input, #checkout .user li .name input {
	width: 84px;
}
#reg .user li .surname input, #checkout .user li .surname input {
	width: 99px;
}
#reg .user li .zip input, #checkout .user li .zip input {
	width: 57px;
}
#reg .user li .long input, #checkout .user li .long input {
	width: 196px;
}
#reg .box .in p, #cart .box .in p, #checkout .box .in p {
	padding: 13px 0px 0px 235px;
}
#reg .box .in p, #cart .box .in p, #checkout .box .in p {
	padding: 13px 0px 0px 0px;
	text-align: center;
}
#reg .box .in p input, #cart .box .in p input, #checkout .box .in p input {
	background: url(../images/button-register.png);
	height: 20px;
	width: 106px;
	padding: 0px;
	border-style: none;
	cursor: pointer;
}

#reg .box .in2 p, #cart .box .in2 p, #checkout .box .in2 p {
	padding: 13px 0px 0px 235px;
}

#reg .box .in2 p, #cart .box .in2 p, #checkout .box .in2 p {
	padding: 13px 0px 0px 0px;
	text-align: center;
}

#reg .box .in2 p input, #cart .box .in2 p input, #checkout .box .in2 p input {
	background: url(../images/button-prazdny-velky.png);
	height: 20px;
	width: 153px;
	padding: 0px;
	border-style: none;
	cursor: pointer;
	color: white;
	font-weight: bold;
}

#cart .box .in p input {
	background: url(../images/button-prazdny-velky.png);
	padding: 0px;
	height: 20px;
	width: 153px;
	border-style: none;
	cursor: pointer;
	color: white;
	font-weight: bold;
	width: 153px;
}
#checkout .box .in p input {
	background: url(../images/button-submit-order.png);
	width: 142px;
}
#checkout .complete {
	padding: 17px 0px 0px 25px;
	float: left;
	width: 180px;
}
#checkout .complete li {
	line-height: normal;
	background: url(none);
	padding: 0px;
}
#checkout .complete li span {
	display: block;
	float: left;
	width: 150px;
}
#checkout .complete li .checkbox {
	padding: 1px 5px 0px 0px;
	width: auto;
	margin: -2px 0px 0px;
}
#checkout .complete li .checkbox input {
	padding: 0px;
	width: auto;
	margin: 0px;
	border-style: none;
}
#reg .info {
	font-size: 0.9em;
}
#reg #data {
	background: url(../images/bg-dotted.png) repeat-x left top;
	padding: 15px 0px 0px 10px;
	margin: 17px 0px 0px;
}
/* Kroky objednávky */
#steps td {
	text-align: center;
	margin: 0px auto;
	padding: 20px 0px 0px;
}
#steps td div {
	background: #c3c3c3;
	height: 123px;
	width: 100px;
	margin: 0px auto 10px;
}
#steps .active div {
	background: #31a9ff;
}
#steps td div span {
	font-size: 1.1em;
	color: #a0a0a0;
	display: block;
	padding: 5px 0px 0px 5px;
	height: 118px;
	width: 95px;
}
#steps td span {
	font-size: 1em;
	text-transform: uppercase;
	color: #b0b0b0;
	margin: 0px auto;
}
#steps .active span {
	color: #31a9ff;
}
#steps .active div span {
	color: #a0a0a0;
}
#steps .sep {
	background: url(../images/bg-steps-sep.png) no-repeat center 20px;
	width: 20px;
}
#step1 span {
	background: url(../images/bg-step-1.png);
}
#step2 span {
	background: url(../images/bg-step-2.png);
}
#step3 span {
	background: url(../images/bg-step-3.png);
}
#checkout #delivery {
	padding: 7px 10px 0px;
}
#checkout #delivery li {
	line-height: normal;
	background: url(none);
	display: block;
	padding: 8px 0px 0px;
	clear: both;
}
#checkout #delivery li span {
	display: block;
	float: left;
	width: 150px;
}
#checkout #delivery li .form {
	width: 20px;
}
#checkout #delivery li .form input {
	margin: 0px;
	padding: 0px;
}
#checkout #text {
	padding: 15px 10px 0px;
}
#checkout #text textarea {
	padding: 2px;
	width: 560px;
	border: 1px solid #cdcdcd;
}
.long #checkout #text textarea {
	width: 755px;
}
/* Detail produktu - fotky*/
#photos {
	margin: 0px 22px 0px 0px;
	padding: 20px 0px 0px 10px;
	float: left;
	width: 264px;
}
#photos .image {
	padding: 0px;
	height: 264px;
	width: 264px;
}
#photos .image .status {
	position: absolute;
	padding: 25px 0px 0px;
}
#photos .image .status strong {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/bg-status.png) no-repeat right top;
	padding: 1px 3px 0px;
	height: 13px;
	margin: 1px 0px 0px;
	display: block;
	min-width: 1px;
	width: auto !important;
	width: 1px;
	float: left;
	clear: both;
	white-space: nowrap;
}
#photos .thumb, #photos .thumb:Hover, #photos .thumb-right, #photos .thumb-right:Hover {
	display: block;
	margin: 10px 10px 0px 0px;
	float: left;
	height: 58px;
	width: 58px;
}
#photos .thumb-right, #photos .thumb-right:Hover {
	margin: 10px 0px 0px 2px;
}
/* Detail produktu - informace */
#detail-right {
	float: left;
	width: 290px;
}
.long #detail-right {
	width: 485px;
}
#detail ul {
	padding: 15px 0px 0px;
}
#detail ul li {
	line-height: normal;
	background: url(../images/bg-dotted-bottom.png) repeat-x left bottom;
	padding: 0px 7px;
	clear: both;
	min-height: 29px;
	height: auto !important;
	height: 29px;
	width: 276px;
}
.long #detail ul li {
	width: 471px;
}
#detail ul li span {
	display: block;
	float: left;
	padding: 7px 0px 0px;
}
#detail ul li .select {
	padding: 3px 0px 0px;
}
#detail ul li .select select {
	border: 1px solid #9c9c9c;
	width: 160px;
}
#detail ul li .title {
	width: 110px;
}
.long #detail ul li .title {
	width: 180px;
}
#detail ul .buy {
	height: 60px !important;
}
#detail ul li .price {
	width: 300px;
}
#detail ul li .price strong {
	font-size: 2.1em;
	color: #f8633e;
}
#detail ul li .count {
	float: right;
	padding: 9px 0px 0px;
}
#detail ul li .count .num {
	font-size: 0.9em;
	display: block;
	padding: 0px 1px;
	float: left;
	border: 1px solid #9c9c9c;
	margin: 0px 3px 0px 40px;
	width: 15px;
	text-align: center;
}
#detail ul li .count span {
	padding: 0px;
	color: #7b7b7b;
}
#detail ul li .count .submit {
	background: url(../images/button-add.png);
	padding: 0px;
	height: 20px;
	width: 76px;
	border-style: none;
	cursor: pointer;
	margin: 5px 0px 0px;
}
/* Detail produktu - hodnocení */
#rating ul {
	padding: 7px 0px 0px;
	float: left;
}
#rating ul li {
	line-height: normal;
	background: url(none);
	padding: 0px 8px 0px 0px;
	float: left;
}
#rating ul li span {
	display: block;
	padding: 0px 3px 0px 0px;
	float: left;
}
#rating ul li span input {
	margin: 2px 0px 0px;
	padding: 0px;
	display: block;
}
#rating .submit {
	padding: 4px 7px 0px 0px;
	float: right;
}
#rating .submit input {
	background: url(../images/button-vote.png);
	padding: 0px;
	height: 20px;
	width: 57px;
	border-style: none;
	cursor: pointer;
}
#rating .total {
	padding: 4px 0px 0px;
	clear: both;
}
#rating .total span {
	padding: 0px 30px 0px 0px;
}
/* Detail produktu - podtypy produktů */
#types {
	background: #d3edff;
	margin: 15px 10px 0px;
	padding: 20px 20px 5px;
}
#types table td {
	padding-bottom: 15px;
}
#types table .price {
	font-size: 1.4em;
}
#types table .count .num {
	font-size: 0.9em;
	display: block;
	padding: 0px 1px;
	float: left;
	border: 1px solid #9c9c9c;
	margin: 0px 3px 0px 0px;
	width: 15px;
	text-align: center;
}
#types table .count span {
	display: block;
	padding: 0px;
	color: #7b7b7b;
	float: left;
	margin: 0px 5px 0px 0px;
}
#types table .submit {
	background: url(../images/button-add.png);
	padding: 0px;
	height: 20px;
	width: 76px;
	border-style: none;
	cursor: pointer;
	float: left;
	margin: -1px 0px 0px;
}
.center {
	text-align: center;
}
#komentare{
	text-align: left;
}
#komentare a{
	font-size: 0.7em;
}
#komentare p{
	display: block;
	border-bottom: 1px solid #E4EAEF;
	margin: 5px 0px 10px 0px; 
}
#photos .image {
	height: auto;
}
#detail ul li .price strong {
	white-space: nowrap;
}
#detail ul li .count .num {
	margin: 6px 3px 0px 40px;
}
#detail ul li .count span {
	padding: 6px 5px 0px 0px;
}
.action .status, .action-right .status {
	position: absolute;
	padding: 25px 0px 0px;
	margin: -10px 0px 0px 0px;
}
.list .status {
	position: absolute;
	padding: 25px 0px 0px;
	margin: -40px 0px 0px -105px;
}
.action .status strong, .action-right .status strong, .list .status strong {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/bg-status.png) no-repeat right top;
	padding: 1px 3px 0px;
	height: 13px;
	margin: 1px 0px 0px;
	display: block;
	min-width: 1px;
	width: auto !important;
	width: 1px;
	float: left;
	clear: both;
	white-space: nowrap;
}
.lista{
	font-size: 0.9em;
	text-align: center;
}

