/*  Ondrej Uhyrek, ondra.uhyrek@email.cz  */
/*  (c) Inexes 2007  */

* {
	margin: 0;
	padding: 0;
	border: 0;
	page-break-inside: avoid;
}

@page {
	margin: 1.5cm 1cm;
}

body {
	line-height: 1.3;
	font-size: 9pt;
	font-family: 'helvetica ce', Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color: #404040;
	background: white;
}

/* ****************  zakladni definice  **************** */
.noScreen {
	display: none;
}
.debugIE {
	display: block;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
address {
	font-style: normal;
}
.cleaner {
	clear: both;
	overflow: hidden;
	display: block;
	height: 1px;
	margin-top: -1px;
	_margin-top: 0;
}
a {
	color: #CA3544;
}
h1 {
	margin-bottom: 2px;
	font-size: 18px;
	color: #666666;
	line-height: 20px;
}
h2 {
	margin: 0 0 2px 0;
	font-size: 14px;
	color: #CA3544;
}
h3 {
	margin-bottom: 3px;
	font-size: 12px;
	color: #84B110;
}
h4 {
}

input.text, textarea {
	padding: 2px;
	width: 130px;
	border: 1px solid #C8C8C8;
	border-top: 1px solid #666666;
	background: white;
	font-size: 11px;
	overflow: hidden;
}
input.radio, span.radio input {
	position: relative;
	top: 2px;
	left: 0;
	margin-right: 5px;
}
input.submit {
	font-size: 11px;
	color: #87B311;
	text-decoration: underline;
	font-weight: bold;
	background: none;
	cursor: pointer;
}
select {
	position: relative;
	top: -1px;
	width: 130px;
	height: 17px;
	padding-left: 2px;
	border: 1px solid #C8C8C8;
	border-top: 1px solid #666666;
	font-size: 91.66%;
	background: white;
}

tr.topSpace th, tr.topSpace td {
	padding-top: 10px;
}

span.action {
	color: #B12525;
}
span.new {
	color: #84B110;
}
span.tip {
	color: #0099FF;
}

/* ****************  rozlozeni stranky  **************** */
#page {
}

/* ****************  hlavicka  **************** */
#headerBox {
	height: 70px;
}

/* ***  hlavni menu  *** */
#mainMenuBox {
	display: none;
}

/* ****************  hlavni obsah  ***************** */

#mainBox {
}
#mainContentBox {
	width: 540px;
}

table {
	margin-left: 1px;
	border-collapse: collapse;
}
table th, table td {
	font-size: 11px;
	padding: 3px 10px;
	text-align: left;
	border: 1px solid #404040;
}
table.styled th, table.content th {
	background: #404040;
	color: white;
	border-bottom: 1px solid white;
}
table.styled td, table.content td {
	background: #E4E4E3;
}
table.styled tr.hl td, table.styled tr.hl th, table.content tr.hl td, table.content tr.hl th {
	background: white;
}

p.perex {
	color: black;
	font-weight: bold;
}
.spacer15 {
	height: 15px;
}
span.hl1 {
	color: #0099FF;
	font-weight: bold;
}
img.bordered {
	border: 6px solid #E4E4E3;
}
.article {
	margin: 18px 0 0 0;
}
p.dateAuthor, p#dateAuthor {
	margin: 1px 0 0 0;
	font-size: 91.66%;
	color: #6E8C20;
}
.htmlEditorContent {
	margin: 10px 0 0 0;
}
.article ul, ol {
	margin-top: 5px;
}
.article ul li {
	margin-bottom: 2px;
	font-size: 12px;
	margin-left: 26px;
	padding-left: 4px;
	list-style-type: square;
}
ol li {	
	margin-left: 30px;
	margin-bottom: 2px;
	font-size: 12px;	
	list-style-type: decimal;
}

/* ***  galerie  *** */
.gallery {
	clear: both;
	width: 550px;
	margin-top: 18px;
	overflow: hidden;
}
.gallery .gallerySortBy {
	margin-top: 5px;
	font-size: 91.66%;
	font-weight: bold;
}
.gallery .gallerySortBy select {
	margin-left: 10px;
	width: 90px;
}
.gallery .galleryItem {
	float: left;
	margin: 15px 10px 0 0;
	width: 265px;
	height: 115px;
	overflow: hidden;
}
.gallery .galleryItem .image {
	float: left;
	padding: 5px;
	width: 147px;
	height: 99px;
	overflow: hidden;
	background: url(GalleryItemBG.gif);
	text-align: center;
}
.gallery .galleryItem .image a {
	display: table-cell;
	height: 99px;
	width: 147px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.gallery .galleryItem h3 {
	margin: 4px 0 10px 3px;
	padding: 0 0 0 7px;
	min-height: 43px;
	height: auto;
	overflow: hidden;
	background: url(GalleryItemLine.gif) 0 2px no-repeat;
	font-size: 12px;
	line-height: 14px;
}
.gallery .galleryItem h3 a {
	color: #404040;
	font-weight: bold;
	text-decoration: none;
}
.gallery .galleryItem p {
	margin: 0 0 3px 3px;
	padding: 0 0 0 7px;
	height: 14px;
	overflow: hidden;
	background: url(GalleryItemLine.gif) 0 2px no-repeat;
	color: #404040;
	font-size: 12px;
	line-height: 14px;
}
.gallery .galleryPagging {
	clear: left;
	float: right;
	margin: 15px 10px 0 0;
}

/* ***  seznam  *** */
.list {
	clear: both;
	margin-top: 18px;
	width: 570px;
	overflow: hidden;
}
.list .categories {
	margin-top: 15px;
}
.list .listItem {
	float: left;
	margin: 15px 30px 0 0;
	width: 255px;
	overflow: hidden;
}
.list .listItem h3 {
	height: 12px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
.list .listItem h3 a {
	color: #404040;
	text-decoration: none;
}
.list .listItem p.dateAuthor {
	margin-top: 0;
}
.list .listItem .image {
	float: left;
	margin: 4px 5px 4px 0;
	height: 40px;
	width: 75px;
	text-align: center;
	overflow: hidden;
}
.list .listItem .introText {
	margin: 4px 0 4px 0;
	height: 40px;
	font-size: 11px;
	overflow: hidden;
}

#upBack {
	display: none;
}

/* ***  banner  *** */
div.banner {
	display: none;
}


/* ***  katalog, tabulka  *** */
p.category {
	margin-top: 1px;
	font-size: 11px;
	color: #6E8C20;
}
p.category a {
	color: #6E8C20;
}

ul.categories {
	display: none;
}

p#marks {
	display: none;
}

ul.sortBy {
	display: none;
}

div.pagging {
	display: none;
}

#items-catalog {
	width: 546px;
}
#items-catalog .itemBox {
	float: left;
	margin: 6px 6px 0 0;
	padding: 6px;
	width: 253px;
	height: 155px;
	border: 1px solid #E4E4E3;
	font-size: 11px;
}
#items-catalog .itemBox h2 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #CA3544;
	height: 14px;
	overflow: hidden;
}
#items-catalog .itemBox h2 a {
	text-decoration: underline;
}
#items-catalog .itemBox .itemImage {
	float: left;
	width: 80px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
#items-catalog .itemBox .description {
	float: right;	
	width: 167px;
	text-align: justify;
	font-size: 11px;
}
#items-catalog .itemBox .description .descText {
	height: 80px;
	overflow: hidden;
}
#items-catalog .itemBox .price {
	height: 20px;
	overflow: hidden;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #CA3544;
	line-height: 20px;
}
#items-catalog .itemBox .price span {
	float: left;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #87B311;
	line-height: 20px;
	background: url(CrossPriceBG.gif) 0 9px repeat-x;
}
#items-catalog .itemBox .action {
	position: relative;
	padding-top: 5px;
	clear: both;
	height: 26px;
	overflow: hidden;
}
#items-catalog .itemBox .action span {
	position: absolute;
	font-weight: bold;
}
#items-catalog .itemBox .action span.action {
	top: -2px;
	left: 5px;
}
#items-catalog .itemBox .action span.tip {
	top: 3px;
	left: 45px;
}
#items-catalog .itemBox .action span.new {
	top: 18px;
	left: 12px;
}
#items-catalog .itemBox .action a {
	position: absolute;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	color: black;
}
#items-catalog .itemBox .action a.basket {
	top: 6px;
	left: 85px;
	padding: 0 0 0 23px;
	background: url(ButtonBuyIt.gif) no-repeat;
}
#items-catalog .itemBox .action a.compare {
	top: 6px;
	left: 175px;
	padding: 0 0 0 23px;
	background: url(ButtonCompare.gif) 0 3px no-repeat;
}

/* ***  tabulka  *** */
#items-table {
	margin-top: 10px;
	width: 540px;
}
#items-table thead th {
	padding: 5px;
	font-size: 11px;
	color: #404040;
	border-bottom: 3px solid #404040;
	text-align: left;
}
#items-table thead th a {
	float: none;
	margin: 0;
	padding: 0;
	color: #404040;
	text-decoration: none;
}
#items-table thead th a.up {
	display: inline;
}
#items-table thead th a.down {
	display: inline;
}
#items-table tbody td {
	padding: 5px;
	font-size: 11px;
}
#items-table tbody td .itemImage {
	float: left;
	margin-right: 8px;
	height: 45px;
	width: 55px;
	text-align: center;
}
#items-table tbody td .title {
	height: 14px;
	overflow: hidden;
}
#items-table tbody td .title a {
	color: #404040;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#items-table tbody td .title span {
	margin-left: 8px;
	font-weight: bold;
}
#items-table tbody td .title span.new {
	color: #84B110;
}
#items-table tbody td .title span.action {
	color: #CA3544;
}
#items-table tbody td .title span.tip {
	color: #0099FF;
}
#items-table tbody td .price {
	clear: right;
	padding-top: 5px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #CA3544;
	text-align: right;
	white-space: nowrap;
}
#items-table tbody td .oldPrice {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	background: url(CrossPriceBG2.gif) 0 8px repeat-x;
	text-align: right;	
	white-space: nowrap;
}
#items-table tbody td.action a {
	display: none;
}

/* ***  porovnani  *** */
#compareList {
	width: 100%;
}
#compareList th, #compareList td {
	padding: 5px 7px;
}
#compareList td {
	text-align: center;
}
#compareList thead th {
	border-bottom: 2px solid #404040;
}
#compareList thead th a {
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
}
#compareList thead tr td {
	vertical-align: bottom;
	border: none;
}
#compareList thead tr td p {
	display: none;
}
#compareList tbody th, #compareList tbody td {
	font-weight: normal;
}
#compareList tfoot th, #compareList tfoot td {
	padding: 8px 7px 5px 7px;
	border-top: 2px solid #404040;
	vertical-align: top;
}
#compareList tfoot td strong {
	display: block;
}
#compareList tfoot td span {
	color: #888888;
	background: url(CrossPriceBG2.gif) 0 7px repeat-x;
}
#compareList .col1 {
	width: 140px;
}

/* ***  nakupni kosik  *** */
#basketList {
	margin-top: 15px;
	width: 540px;
}
#basketList th, #basketList td {
	padding: 5px 7px;
	font-size: 11px;
}
#basketList thead th {
	background: #404040;
	color: white;
	border-bottom: 2px solid #404040;
}
#basketList thead th.center {
	text-align: center;
}
#basketList td, #basketList th {
	border-bottom: 1px solid #404040;
}
#basketList td span, #basketList th span {
	font-size: 10px;
	font-weight: normal;
}
#basketList td.right {
	text-align: right;
}
#basketList td.green {
	color: #84B110;
	font-size: 12px;
	font-weight: bold;
}
#basketList td.bold {
	font-weight: bold;
}
#basketList td a {
	color: black;
	text-decoration: none;
}
#basketList td.action a {
	display: none;
}
#basketList td.taxHeader {
	font-weight: bold;
	border-top: 1px solid #404040;
}
#basketList .col1 {
	width: 80px;
}
#basketList .col3 {
	width: 50px;
}
#basketList .col4 {
	width: 91px;
}
#basketList .col5 {
	width: 94px;
}
#basketList .col6 {
	width: 94px;
}
#basketList input {
	width: 20px;
	padding: 2px 3px;
	border: none;	
	font-size: 11px;
	background: white;		
}

/* ***  seznam zbozi  *** */
.items-list {
	margin-top: 18px; 
	width: 585px;
	overflow: hidden;
}
.items-list .itemBox {
	float: left;
	margin: 9px 45px 0 0;
	padding: 6px 0;
	width: 150px;
	height: 142px;
	overflow: hidden;
	border-bottom: 1px solid #888888;
}
.items-list .itemBox .itemImage {
	float: left;
	width: 95px;
	height: 95px;
	overflow: hidden;
	text-align: center;
}
.items-list .itemBox .description {
	float: left;
	margin: 5px 0 0 10px;
	width: 45px;
	overflow: hidden;
}
.items-list .itemBox .description span {
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
}
.items-list .itemBox h3 {
	clear: left;
	padding-top: 2px;
	height: 14px;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}
.items-list .itemBox h3 a {
	color: #666666;
	text-decoration: none;
}
.items-list .itemBox .price {
	font-size: 14px;
	color: #CA3544;
}
.items-list .itemBox .price span {
	font-size: 11px;
	color: #84B110;
	font-weight: bold;
	background: url(CrossPriceBG.gif) 0 7px repeat-x;
}

/* ***  vyhledavani  *** */
#searchBoxExt h1 {
	margin-bottom: 20px;
}
#searchBoxExt h3 {
	margin-top: 10px;
}
#searchBoxExt p.pages {
	margin: 15px 0 15px 0;
}
#searchBoxExt p.results {
	margin: 7px 0 20px 0;
}

.detailSearch {
	margin: 15px 0 25px 0;
}
.detailSearch table {
	margin: 10px 0;
}
.detailSearch table th, .detailSearch table td {
	padding: 3px 0;
}
.detailSearch table .col1 {
	width: 150px;
}
.detailSearch .bordered {
	margin: 5px 0 0 0;
}
.detailSearch .leftSpace {
	margin-left: 10px;
}

/* ***  search box  *** */
#searchBox {
	display: none;
}

/* ***  tlacitka  *** */
a.up {
	display: none;
}
a.back {
	display: none;
}
a.print {
	display: none;
}
a.ordering, a.follow {
	display: none;
}
div.links {
	display: none;
}

/* ***  submenu  *** */
#subMenuBox {
	display: none;
}

div#switch {
	display: none;
}
#subMenu ul {
	display: none;
}

/* ****************  infozona  **************** */

#infoContentBox {
	display: none;
}

/* ****************  paticka  **************** */

#footerBox {
	display: none;
}


/* *****      Pro stranky s detailem      **************************** */
/* ******************************************************************* */

.detail h2 {
	clear: both;
	padding: 10px 0 0 0;
}
a.up {
	float: right;
	margin: 5px 0 0 0;
}

.detail .images {
	float: left;
	margin: 0 0 20px 0;
	width: 240px;
	overflow: hidden;
}
.detailImage {
	margin: 25px 0;
	width: 230px;
	text-align: center;
	overflow: hidden;
}
.detailImage a {
	display: block;
	text-decoration: none;
	text-align: center;
}
.detailImage a span {
	display: none;
}
.detailImages {
	width: 240px;
	overflow: hidden;
}
.detailImages a {
	float: left;
	margin: 0 10px 3px 0;
	width: 110px;
	height: 83px;
	text-align: center;
}

table.styled th, table.content th {
	background: #E4E4E3;
	color: #404040;
	border-bottom: none;
}
table.styled td, table.content td {
	background: #E4E4E3;
}
table.styled tr.hl td, table.styled tr.hl th, table.content tr.hl td, table.content tr.hl th {
	background: white;
}

/* detail info - box vpravo */

.detailInfo {
	float: right;
	margin: 0 0 20px 0;	
	width: 300px;
}
.detailInfo .titles {
	margin: 0 0 25px 40px;
	font-size: 11px;
	font-weight: bold;
}
.titles span {
	float: left;
	margin-right: 25px;
}
.introText {
	clear: left;
	margin: 25px 0 0 0;
	line-height: 16px;
}
.links {
	margin: 4px 0 0 0;
	color: #CA3544;
	font-size: 11px;
	text-align: right;
}
.links a {
	text-decoration: none;
}

table.info {
	margin-top: 8px;
	width: 99%;
}
table.info th {
	font-weight: normal;
	border: 1px solid #404040;
}
table.info td {
	text-align: right;
	border: 1px solid #404040;
}
table tr.hl2 th, table tr.hl2 td {
	font-size: 12px;
	background: white;
	border: 1px solid #404040; 
}
table tr.hl2 td {
	font-size: 13px;
	font-weight: bold;
	color: #6E8C20;
}
span.priceWVAT {
	display: block;
	font-weight: bold;
}
span.priceWOVAT {
	font-size: 10px;
}

ul.action {
	display: none;
}

a.back {
	display: none;
}

/* popis produktu */
.article {
	margin: 10px 0 0 0;
}

/* komentare */
.newComment p {
	display: none;
}
.messageBox {
	display: none;
}

.detailComment {

}

.comment {
	margin: 7px 0 0 0;
	padding: 0 0 5px 5px;
	width: 100%;	
	font-size: 11px;
	border-left: 1px solid #5E5E5E;
}
.comment .title {
	padding: 3px 5px;
	margin: 0 0 5px 5px;
	color: black;
	font-weight: bold;
}
.comment .dateAuthor {
	margin: 0 0 5px 10px;
	font-weight: bold;
}
.comment .dateAuthor span {
	margin: 0 0 0 10px;
	font-weight: normal;
	color: #6E8C20;
}
.comment p {
	margin: 0 0 10px 10px;
}
.comment a {
	display: none;
}

/* pribuzne zbozi */
.detail .items-list {
	margin: 5px 0 0 0;
	width: 540px;
}
.detail .items-list .itemBox {
	clear: both;
	float: left;
	margin: 0;
	height: 50px;
	width: 540px;
	border-bottom: 1px solid #808080;
}
.detail .items-list .itemBox .itemImage {
	float: left;
	height: 50px;
	width: 60px;
	margin: 0 20px 0 0;
}
.detail .items-list .itemBox .itemImage a {
	display: table-cell;
	height: 50px;
	width: 60px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.detail .items-list .itemBox h3 {
	clear: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 295px;
	line-height: 50px;
	font-weight: bold;
}
.detail .items-list .itemBox h3 a {
	text-decoration: none;
	color: #CA3544;
}
.detail .items-list .itemBox .price {
	float: left;
	width: 125px;
	line-height: 50px;
	font-size: 14px;
	color: #CA3544;
	font-weight: bold;
	text-align: right;
}
.detail .items-list .itemBox .price span, .items-list .itemBox .description {
	display: none;
}

.detail .items-list a.up {
	margin: 10px 0 0 0;
}

/* dokumenty ke stazeni */
.relatedList .item {
	margin: 10px 0 0 0;
	height: 32px;
}
.relatedList .item a.block {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 10px 0 0;
}
.relatedList .item p {
	margin: 2px 0 0 0;
}
.relatedList .item span {
	display: block;
	margin: 2px 0 0 0;
	font-size: 11px;
}

/* *****     Objednavka zbozi     **************************** */
/* *********************************************************** */

#orderInfo {
	margin: 20px 0 0 0;
}
#orderInfo span {
	float: left;
	width: 100px;
	font-size: 60px;
	line-height: 60px;
	color: #CA3544;
}
#orderStep1 #orderInfo span, #orderStep1 #orderInfo h2, #orderStep1 h3 {
	color: #CA3544;
}
#orderStep2 #orderInfo span, #orderStep2 #orderInfo h2, #orderStep2 h3 {
	color: #0099FF;
}
#orderStep3 #orderInfo span, #orderStep3 #orderInfo h2, #orderStep3 h3 {
	color: #87B311;
}
#orderInfo h2 {
	float: left;
	width: 440px;
	font-size: 100%;
	color: #CA3544;
}
#orderInfo p {
	float: left;
	width: 440px;	
	font-size: 91.66%;
}

table.order {
	width: 100%;
	margin: 10px 0 0 0;
	clear: both;
}
table.order th, table.order td {
	padding: 2px 0;
	font-weight: normal;
	font-size: 12px;
}
table.order tr.topSpace th, table.order tr.topSpace td {
	padding: 10px 0 2px 0;
}
table.order td.top {
	vertical-align: top;
}
table.order .col2 {
	width: 156px;
}
table.order .col3 {
	width: 250px;
}
table.order textarea {
	width: 223px;
	height: 128px;
}

#orderStep2 h3, #orderStep1 h3 {
	clear: both;
	padding: 20px 0 0 0;
	font-size: 91.66%;
}

#orderStep2 textarea {
	width: 223px;
	height: 128px;
}
.deliveryMethod {
	clear: both;
	margin-top: 4px;
}
.deliveryMethod td {
	padding: 4px 0;
	font-size: 100%;
}
.deliveryMethod input.radio {
	float: left;
	margin-right: 40px; 
}
.deliveryMethod span {
	float: left;
	margin-right: 50px;
}
.deliveryMethod strong {
	float: left;
	width: 100px;
	text-align: right;
}
.paymentMethod {
	margin-top: 8px;
}
.paymentMethod input.radio {
	float: left;
	margin-right: 40px; 
}

#orderStep3-list {
	clear: both;
	float: left;
	margin-top: 20px;
	width: 100%;
}
#orderStep3-list th, #orderStep3-list td {
	padding: 3px 10px 3px 10px;
}
#orderStep3-list tr.topSpace th, #orderStep3-list tr.topSpace td {
	padding: 12px 10px 3px 10px;
}
#orderStep3-list td.right {
	text-align: right;
}
#orderStep3-list td.tPrice {
	font-size: 12px;
	font-weight: bold;
	color: #87B311;
}
#orderStep3-list th.center {
	text-align: center;
}
#orderStep3-list .col3 {
	width: 40px;
}
#orderStep3-list .col4 {
	width: 90px;
}
#orderStep3-list .col5 {
	width: 90px;
}
#orderStep3 h3 {
	clear: both;
	padding-top: 15px;
}