@charset "utf-8";
@import "reset.css";
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/body.png);
	background-repeat: repeat-x;
}
a {
	color: #104F7C;
	text-decoration: underline;
}
a:hover {
	color: #0B3960;
	text-decoration: none;
}
p {
	line-height: 1.3em;
	text-align: justify;
}
dl {
	padding: 5px;
}
dt {
	font-weight: bold;
	color: #DD691C;
	padding-top: 5px;
}
dd {
	font-size: 1.1em;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 3px;
	line-height: 130%;
}
hr {
	display: none;
}
h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	color: #DC1A23;
	padding-bottom: 15px;
	padding-top: 15px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
small {
	font-size: 0.9em;
}
label {
	vertical-align: middle;
}


form th, form td {
	padding: 3px;
}
fieldset {
	border: 1px solid #88B0C6;
	background-image: url(../images/fieldset.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 10px;
	background-color: #F5F8FA;
}
p.action strong, p.action {
	text-align: center;
	font-size: 18px;
}

img {
	vertical-align: baseline;
}
th, td {
	padding: 1px;
	vertical-align: middle;
}
.text, textarea  {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #CCCCCC;
	padding: 3px;
	background-image: url(../images/text.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;

}
.text, .button, .image {
	vertical-align: text-bottom;
}


textarea {
	background-image: url(../images/textarea.jpg);
}


.imgr {
	position: relative;
	display: block;
	overflow: hidden;
}
.imgr span {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
a.imgr span {
	cursor: pointer;
}
.clear {
	clear: both;
	display: block;
}
.noscreen {
	display: none;
}
/*************************************/
#page {
	width: 960px;
	margin-left: -480px;
	position: absolute;
	left: 50%;
}
#head {
	height: 100px;
}
#head h1 a {
	position: absolute;
	height: 80px;
	width: 165px;
	text-align: center;
	overflow: hidden;
	color: #1574B5;
	font-size: 25px;
	text-decoration: none;
	text-transform: uppercase;
	left: 6px;
	top: 10px;
	display: block;
}
#head h1 a span {
	background-image: url(../images/h1.png);
}

#head h1 a em {
	font-size: 13px;
	color: #ED1C24;
	font-style: normal;
}

#menu {
	overflow: hidden;
	position: absolute;
	height: 40px;
	width: 770px;
	background-color: #D8161F;
	top: 50px;
	right: 0px;
	text-transform: uppercase;
	background-image: url(../images/menu.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#menu .right-menu {
	position: absolute;
	top: 0px;
	right: 10px;
}
#menu .left-menu {
	left: 10px;
	top: 0px;
	position: absolute;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 13px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#menu   a:hover   {
	background-color: #EB251B;
	background-image: url(../images/menuitemhover.png);
}
#menu a.current {
	background-image: url(../images/menuitem.png);
	background-color: #E54029;
}

#main {
	width: 520px;
	padding: 10px;
}
#content {
	padding: 5px;
}
#content, .sidebar {
	line-height: 120%;
}
#content p {
	padding-top: 2px;
	padding-bottom: 5px;
}
#content  h3, #content h3 a {
	font-size: 13px;
	color: #DC1A23;
	margin-top: 20px;
	margin-bottom: 7px;
}
#content ul, #content ol {
	margin: 10px;
	padding-left: 20px;
}
#content ul {
	list-style-position: outside;
	list-style-type: square;
}
#content ol {
	list-style-position: outside;
	list-style-type: decimal;
}
#content li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.breadcrumb {
	margin-bottom: 5px;
	background-image: url(../images/breadcrumb.png);
	height: 10px;
	background-repeat: no-repeat;
	font-size: 0.9em;
	padding-top: 7px;
	padding-left: 10px;
	color: #333333;
	padding-bottom: 8px;
	overflow: hidden;
	background-color: #ECF3F8;
}
.breadcrumb a {
	color: #666666;
}

#main, .sidebar {
	float: left;
	overflow: hidden;
}

.sidebar {
	margin-top: 10px;
}
.sidebar    p            {
	line-height: 120%;
	padding-top: 2px;
	padding-bottom: 5px;
}

.sidebar .box {
	background-color: #EEF4F9;
	margin-bottom: 10px;
	border: 1px solid #DAE8F3;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	padding-top: 35px;
}
.sidebar h3 {
	font-size: 1.1em;
	background-color: #1570AC;
	display: block;
	padding: 7px;
	height: 16px;
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
}
.sidebar h3, .sidebar  h3 a {
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

#left {
	width: 180px;
}
#right {
	width: 240px;
}
#foot {
	clear: both;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	font-size: 0.9em;
	color: #666666;
	position: relative;
	top: 80px;
}
.copyright, .foot-menu {
	position: absolute;
	left: 17px;
	top: 18px;
	right: 15px;
}
.foot-menu {
	text-align: right;
}
#left .box h3 {
	background-image: url(../images/left-first.png);
	background-repeat: no-repeat;
}
#right .box h3 {
	background-image: url(../images/right-first.png);
	background-repeat: no-repeat;
}
.note {
	font-size: 0.95em;
	font-style: italic;
}
.fireman {
	position: absolute;
	height: 70px;
	width: 85px;
	top: 20px;
	right: 220px;
	background-image: url(../images/fireman.png);
}
.search   .text {
	width: 140px;
}
.login .text {
	width: 110px;
}
.col {
	float: left;
	width: 240px;
	padding-right: 15px;
	padding-bottom: 10px;
}
.col .text {
	width: 185px;
}

.contactform .text {
	width: 140px;
}

.contactform  textarea {
	width: 310px;
	height: 130px;
}
.userbox .text {
	width: 140px;
}
.userbox th {
	text-align: right;
	padding-right: 5px;
	padding-left: 10px;
}
.userbox ul {
	list-style-position: outside;
	list-style-type: square;
	padding-left: 10px;
}
.userbox li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.userbox .signout {
	position: absolute;
	right: 7px;
	bottom: 6px;
}
.login table {
	margin-bottom: 10px;
}
.login p {
	text-align: center;
}
.bigger p{
	font-size: 1.2em;
	line-height: 140%;
}
.right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	display: block;
	margin-right: 5px;
}
.sidebar .products {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 29px;
}

.products ul {
	line-height: 140%;
}
.products li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CADCEC;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}
.products li.current {
	font-size: 1.1em;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E12029;
	margin-left: -1px;
}
.products li ul {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.products li li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0.9em;
	color: #DE1C25;
	padding-left: 8px;
	background-position: 0px 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}



.products a {
	text-decoration: none;
	color: #DE1C25;
}
.products a:hover {
	text-decoration: underline;
	color: #EE6653;
}
.products a.current {
	color: #E45743;
}
.sidebar  .search th {
	display: none;
}
.sidebar .news {
	padding-right: 0px;
	padding-left: 0px;
}
.news .news-item {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CADCEC;
}
.sidebar .cart {
	background-image: url(../images/nakupni-kosik.png);
	background-repeat: no-repeat;
	height: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 100px;
}
.sidebar .cart h3 {
	margin-right: 5px;
}
#right  .cart h3 {
	background-image: none;
	background-color: transparent;
	text-align: right;
}
.cart p {
	font-size: 13px;
	text-align: right;
	padding: 0px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 2px;
}
.cart p small {
	font-size: 11px;
	color: #999999;
	position: relative;
	bottom: 2px;
}
.cart p small a {
	color: #666666;
	text-decoration: none;
}
.cart p strong {
	color: #DE1F28;
	font-size: 1.1em;
}
.cart .continue-btn {
	position: absolute;
	right: 7px;
	bottom: 7px;
}
.contact {
	background-image: url(../images/kontakt.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.box .odd {
	background-color: #F5F9FC;
}
.icon {
	margin-bottom: -3px;
}
.products {
	padding-top: 5px;
	padding-bottom: 5px;
}
.products .product {
	width: 150px;
	padding: 5px;
	margin: 5px;
	float: left;
	background-color: #E8E8E8;
	font-size: 0.9em;
}
#foot .menu {
	position: absolute;
	top: 20px;
	right: 20px;
}
ul.error {
	font-weight: bold;
	color: #FE2701;
	padding: 5px;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE8F3;
}ul.error li {
	margin-left: 10px;
}
.product-info {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.product-info h2 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 130%;
}
.product-info td {
	text-align: right;
}
.product-info th {
	text-align: left;
	color: #333333;
}
.product-info th, .product-info td {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

.product-info strong {
	font-size: 16px;
	color: #1B73AF;
}

td.product-image {
	width: 210px;
	text-align: left;
	margin: 0px;
	padding: 10px;
}
td.product-image      img    {
	border: 2px solid #D1D1D1;
}

.buy {
	background-color: #EEF4F9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
form.buy {
	padding: 0px;
}
.buy table {
	width: 100%;
}
.buy  table  td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}
.buy input, .buy select {
	margin-right: 3px;
	margin-left: 3px;
}
.buy label {
	position: relative;
	top: -5px;
	font-weight: bold;
}
.buy ul, .buy ul li {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
.buy table td.odd {
	background-color: #E1ECF4;
}
.buy td.mods {
	text-align: center;
}
.buy td.count {
	width: 90px;
}
.buy td.buy-button {
	width: 120px;
}
.sorter {
	text-align: left;
}

.numeric {
	text-align: right;
}
.image {
}
.item {
	width: 150px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 4px;
	background-image: url(../images/fieldset.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #F4F8FB;
	display: block;
	padding: 5px;
	position: relative;
}
.item a img {

}
#content    .item   h3  a, #content .item h3 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.item table {
	width: 150px;
	margin-top: 5px;
}
.item th {
	text-align: left;
        font-size: 9px;
}
.item td {
	text-align: right;
}
.item .new {
	background-image: url(../images/novinka.gif);
	height: 32px;
	width: 32px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.item  .akce {
	background-image: url(../images/akce.gif);
	height: 32px;
	width: 32px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.paginator {
	text-align: center;
}
.paginator   a {
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
.paginator a:hover {
	color: #333333;
}
.list-items {
	width: 100%;
}
.list-items td {
	text-align: center;
	padding: 3px;
	margin-bottom: 1px;
}
.list-items th {
	background-color: #2177B1;
	color: #FFFFFF;
	padding: 3px;
}
.list-items td {
	color: #333333;
	background-color: #EEF4F9;
}
.list-items .odd td {
	background-color: #DEEAF3;
}
p.register {
	text-align: center;
	margin-top: 8px;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CADCEC;
}
a[href^='error'] {
	border: solid 1px red;
}
.akcni-nabidka {
	margin-left: -5px;
	margin-bottom: 10px;
	margin-top: -5px;
}
#content p.notice {
	background-color: #FBFAE1;
	padding: 7px;
	border: 1px solid #DEB07E;
	font-style: italic;
	margin-bottom: 8px;
	font-weight: bold;
	color: #464037;
}
.registration fieldset {
	margin: 5px;
	float: left;
	width: 220px;
	min-height: 250px;
}
.registration   .text   {
	width: 140px;
}
.registration textarea {
	width: 155px;
}
.confirm  {
	padding-top: 10px;
	clear:both;
	text-align: center;
}
#content  .confirm p {
	color: #666666;
	text-align: center;
	padding-top: 10px;
}

.confirm  .button  {
	padding: 6px;
	font-weight: bold;
}
.cart-table {
}
.cart-table th, .cart-table td {
	padding: 5px;
}
.cart-table  th, .souhrn th {
	background-color: #2681C0;
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #298DCF;
	border-bottom-color: #298DCF;
}
.cart-table  td, .souhrn td {
	color: #333333;
	background-color: #EEF4F9;
	text-align: center;
}
.cart-table .odd td {
	background-color: #F5F9FC;
}

.cart-table  td.name {
	text-align: left;
}
.cart-table  td, .souhrn td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DAE8F3;
}



.cart-table .pic {
	width: 32px;
}
.cart-table .count {
	width: 60px;
}
.cart-table .price {
	width: 90px;
}
.cart-table    .sum    td, .souhrn   .sum td, .souhrn .sum th {
	padding-top: 15px;
	padding-bottom: 10px;
	background-color: #E63942;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cart-table  .variant td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 6px;
	padding-bottom: 6px;
}
.souhrn td.empty {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

.souhrn td {
	text-align: center;
}
.souhrn td.full {
	font-size: 1.4em;
	background-color: #DE1F28;
}
.news-item .date {
	font-weight: bold;
	color: #666666;
}
#content  .news-item  p {
	line-height: 150%;
}
.news-item {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CDDAE4;
}
table.orders {
	width: 100%;
	border-collapse: collapse;
}
table.orders th, table.orders td {
	border: 1px solid #DAE8F3;
	padding: 4px;
	background-color: #EEF4F9;
}
table.orders  .odd td {
	background-color: #E6EFF7;
}
table.orders th {
	color: #FFFFFF;
	background-color: #5195C5;
	border-top-color: #3A7DAF;
	border-right-color: #3A7DAF;
	border-bottom-color: #3A7DAF;
	border-left-color: #3A7DAF;
}
.confirm  table td {
	text-align: center;
}
.akce {
	border: 1px solid #DFE7EC;
	background-color: #F5FBE1;
	padding: 6px;
	margin-top: 10px;
}