/*
Copyright 2009, JT WebDesign Studio - http://www.jtwds.cz
*/


@media all { /* MEDIA-ALL START */


/* Elements */

body, table, th, td, ol {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #555555;
}

body {
	margin: 15px;
}

body.mainpage {
	background: #ffffff url(/images/pozadi.gif) repeat-x;
	margin: 15px;
}

body.window {
	background-color: #ffffff;
	margin: 15px;
}

body.orderprint h1 {
	font: bold 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #aaaaaa;
	color: #ffffff;
	text-align: center;
	padding: 4px 7px;
}

h1, h2, h3, h4, h5, h6, table, tr, th, td, fieldset, legend, label, img, form {
	border: none;
	padding: 0;
	margin: 0;
}

table {
	width: 100%;
}

th {
	font-weight: normal;
	text-align: left;
}

fieldset {
	border: 1px solid #93b522;
	border-top: 3px solid #93b522;
	padding: 0; margin: 0;
	clear: both;
}

h1 {
	font: bold 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #aaaaaa;
	color: #ffffff;
	padding: 7px;
}

h3 {
	font: bold 14px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #bd0006;
}

h6 {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 3px 0 15px 0;
}

h6 a {
	color: #7d9a1d;
}

hr {
	color: #7d9a1d;
}

label {
	cursor: pointer;
}

legend {
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	color: #bd0006;
}

a {
	color: #bd0006;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.shop4you {
	color: #722700;
	font-weight: bold;
	text-decoration: none;
}

a:hover.shop4you {
	color: #722700;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin: 12px 0 0 0;
}

ul.arrow, ol.arrow {
	list-style: none;
	padding: 0;
	margin: 15px 0 15px 15px;
}

ul.arrow li, ol.arrow li {
	background: transparent url(/images/ikona_sipka_2.gif) no-repeat 0 5px;
	padding-left: 15px;
	line-height: 150%;
}


/* Classes */

.bottom {
	vertical-align: bottom !important;
}

.boxHead {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #99bc23;
	padding: 7px;
	margin-bottom: 2px;
}

.boxContent1 {
	background-color: #f8f8f8;
	padding: 5px;
}

.boxContent2 {
	padding: 0;
}

.boxSpace {
	height: 20px;
}

.cartTable {
	border: 2px solid #93b522;
	background-color: #dbdbdb;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.cartTable th {
	background-color: #93b522;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding: 5px;
}

.cartTable td {
	text-align: right;
	padding: 5px;
}

.cartTableLineEVEN {
	background-color: #f3f3f3;
}

.cartTableLineODD {
	background-color: #fcfcfc;
}

.cartTablePrice {
	color: #ce0000;
	font-weight: bold;
}

.cartLimitMessage {
	background: #f9f9f9 url(/images/ikona_napoveda.gif) no-repeat 12px center;
	border: 3px double #ce0000;
	color: #ce0000;
	font-weight: bold;
	padding: 10px 10px 10px 36px;
	margin-top: 15px;
}

.center {
	text-align: center !important;
}

.customerOrders {
	border: 2px solid #93b522;
	border-collapse: collapse;
}

.customerOrders th {
	background-color: #93b522;
	border: 1px solid #93b522;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.customerOrders td {
	border: 1px solid #93b522;
	text-align: center;
	cursor: pointer;
	padding: 5px;
}

.customerOrdersLineON {
	background-color: #f4f4f4;
}

.customerOrdersLineOFF {
}

.discussion {
	margin-bottom: 20px;
}

.discussionInfo1 {
	background: url(/images/pozadi_diskuse_3.gif) repeat-y top left;
	margin: 5px 0 20px 0;
}

.discussionInfo1 th {
	font-weight: bold;
	padding: 5px 5px 5px 0;
}

.discussionInfo1 td {
	text-align: right;
	padding: 5px;
}

.discussionInfo2 {
	background: url(/images/pozadi_diskuse_3.gif) repeat-y top left;
	margin-top: 5px;
}

.discussionInfo2 th {
	color: #808080;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 5px 5px 0;
}

.discussionInfo2 td {
	text-align: right;
	padding: 5px;
}

.discussionAnswer1 {
	background: url(/images/pozadi_diskuse_1.gif) no-repeat top left;
	text-align: justify;
	line-height: 130%;
	padding: 21px 10px 10px 45px;
}

.discussionAnswer2 {
	background: url(/images/pozadi_diskuse_2.gif) no-repeat top left;
	text-align: justify;
	line-height: 130%;
	padding: 21px 10px 10px 45px;
}

.discussionAnswerFooter {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}

.discussionQuestion {
	text-align: justify;
	line-height: 130%;
	padding-bottom: 5px;
}

.discussionQuestionTitle {
	color: #93b522;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #93b522;
	margin-bottom: 5px;
}

.discussionQuestionFooter {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}

.discussionUser1 {
	background: url(/images/pozadi_diskuse_1.gif) no-repeat top left;
	padding-left: 45px;
	height: 40px;
}

.discussionUser2 {
	background: url(/images/pozadi_diskuse_2.gif) no-repeat top left;
	padding-left: 45px;
	height: 40px;
}

.esMessage {
	list-style-type: none;
	padding: 0; margin: 0;
	margin-top: 5px;
}

.esMessage li a {
	display: block;
	background: #676461 url(/images/pozadi_eszprava.png) no-repeat left;
	border-top: 2px solid #ed7c0f; border-bottom: 2px solid #ed7c0f;
	color: #ffffff !important;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 10px 0;
	width: 100%;
}

.esMessage li a:hover {
	background: #f1f1f1 url(/images/pozadi_eszprava.png) no-repeat left;
	color: #676461 !important;
}

.fielsetCustomerAccount {
	margin: 10px;
	width: 693px;
}

.fielsetCustomerAccount h3 {
	margin-bottom: 5px;
}

.fieldsetCustomerRegistration {
	margin: 10px;
	width: 693px;
}

.fieldsetCustomerRegistration th {
}

.fieldsetCustomerRegistration td {
	padding-top: 10px
}

.fieldsetDiscussion {
	margin: 10px;
}

.fieldsetDiscussion th {
}

.fieldsetDiscussion td {
	padding-top: 10px;
}

.fieldsetOrder {
	margin: 10px;
	width: 330px;
}

.fieldsetOrder th {
}

.fieldsetOrder td {
	padding-top: 10px
}

.fieldsetOrder textarea {
	height: 132px;
}

.fieldsetOrderPaymentsChoice {
	width: 300px;
	margin: 10px;
	float: left;
}

.fieldsetOrderPaymentsDescription1 {
	width: 365px;
	margin: 10px;
	float: right;
}

.fieldsetOrderPaymentsDescription2 {
	background-color: #f8f8f8;
	border: 3px double #93b522;
	text-align: justify;
	padding: 10px;
}


.fieldsetOrderDeliveryChoice {
	width: 300px;
	margin: 10px;
	float: left;
}

.fieldsetOrderDeliveryDescription1 {
	width: 365px;
	margin: 10px;
	float: right;
}

.fieldsetOrderDeliveryDescription2 {
	background-color: #f8f8f8;
	border: 3px double #93b522;
	text-align: justify;
	padding: 10px;
}

.fix {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	font: 1px/1px sans-serif;
	background-color: transparent;
}

.formDescription {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 1px;
}

.formButton {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 1px solid #c0c0c0;
	background: #fa9406 url(/images/pozadi_tlacitko.png) repeat-x;
	cursor: pointer;
	padding: 3px 5px;
}

.formButtonSmall {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 1px solid #c0c0c0;
	background: #fa9406 url(/images/pozadi_tlacitko.png) repeat-x;
	padding: 1px 3px;
	cursor: pointer;
}

.formSelect {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #aaaaaa;
	background-color: #f8f8f8;
	color: #555555;
	width: 100%;
}

.formSelectSmall {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #aaaaaa;
	background-color: #f8f8f8;
	color: #555555;
	width: 100%;
}

.formText {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #aaaaaa;
	background-color: #f8f8f8;
	color: #555555;
	width: 100%;
}

.formTextSmall {
	font: 9px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #aaaaaa;
	background-color: #f8f8f8;
	color: #555555;
	width: 100%;
}

.hr {
	border-bottom: 1px dotted #7d9a1d;
	margin: 15px 0;
}

.italic {
	font-style: italic;
}

.justify {
	text-align: justify !important;
}

.left {
	text-align: left !important;
}

.middle {
	vertical-align: middle !important;
}

.normal {
	font-weight: normal !important;
}

.orderSumaryTable {
	border: 2px solid #93b522;
	background-color: #f8f8f8;
	border-collapse: collapse;
}

.orderSumaryTable td {
	border: 1px solid #c0e056;
}

.orderSumaryTableSub th {
	background-color: #93b522;
	color: #ffffff;
	border: none;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	padding: 3px;
}

.orderSumaryTableSub td {
	border: none;
	padding: 3px;
}

.orderSumaryProducts {
	margin-top: 15px;
}

.orderSumaryProducts th {
	background-color: #93b522;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding: 3px 5px;
}

.orderSumaryProducts td {
	text-align: right;
	vertical-align: top;
	padding: 3px 4px;
}

.orderSumaryProductsDescription {
	font-size: 10px;
	color: #837e7a;
}

.pageListing {
	float: left;
	width: 595px;
	overflow: hidden;
}

.pageListing ul {
	list-style-type: none;
	position: relative;
	float: left;
	left: 50%;
	padding: 0;
	margin: 0;
}

.pageListing ul li {
	position: relative;
	float: left;
	left: -50%;
	padding: 0;
	margin: 0;
}

.pageListing ul li a {
	border: 1px solid #dbdbdb;
	background-color: #f8f8f8;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
	color: #222222;
	display: block;
	padding: 4px 0;
	margin: 0 1px;
	width: 30px;
}

.pageListing ul li a:hover {
	background-color: #dbdbdb;
}

.pageListing ul li a.active {
	background-color: #dbdbdb;
	font-weight: bold;
}

.products1 {
	border-bottom: 1px dotted #aaaaaa;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.products1 th {
	vertical-align: top;
	text-align: right;
	color: #93b522;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	padding: 0 5px 15px 0;
	width: 40%;
}

.products1 td {
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
	padding-bottom: 15px;
}

.products1 td a {
	color: #555555;
}

.products2 {
	margin-bottom: 15px;
}

.phoneLine {
	text-align: center;
	font-size: 20px;
	color: #bd0006;
}

.phoneLine img {
	vertical-align: middle;
}

.productsInformation {
}

.productsInformationSeparator {
	border-bottom: 1px dotted #aaaaaa;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.productsListHeader {
	border-bottom: 1px dotted #aaaaaa;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.productsListHeader label {
	color: #008000;
	font-weight: bold;
	margin-left: 2px;
	text-decoration: underline;
}

.productsListHeader span {
	border-right: 1px dotted silver;
	padding-right: 5px;
	margin-right: 3px;
}

.productsListFooter {
	margin-top: 5px;
}

.productsListFooter span {
	margin: 0 10px;
}

.productsPList {
	margin: 6px;
}

.productsPList span {
	white-space: nowrap;
}

.productsPList label {
	color: #006cb7;
	margin-left: 2px;
	text-decoration: underline;
}

.productsPList span.separator {
	border-left: 1px dotted silver;
	margin-left: 3px;
	width: 5px;
}

.productsSCList {
	margin: 4px 10px 10px 10px;
}

.productsSCList span {
	white-space: nowrap;
}

.productsSCList span.separator {
	border-left: 1px dotted silver;
	margin-left: 3px;
	width: 5px;
}

.productDetailPriceTable th {
	background-color: #99bc23;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding: 3px 5px;
}

.productDetailPriceTable td {
	text-align: right;
	padding: 3px 5px;
}

.productDetailPriceTablePrice1 {
}

.productDetailPriceTablePrice2 {
	background-color: #f4f4f4;
	color: #bd0006;
	font-weight: bold;
}

.productDetailPriceTablePrice3 {
	color: #007b01;
}

.productDetailCartMinimum {
	font-size: 10px;
	color: #006cb7;
	font-weight: bold;
	padding-bottom: 5px;
}

.productDetailCartLine {
	background-color: #f4f4f4;
	width: auto;
}

.productDetailCartLine th {
	font-size: 17px;
	color: #7d9a1d;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 20px 0 5px;
}

.productDetailCartLine td {
	padding: 4px;
}

.fieldsetProductDetail {
	margin: 10px;
	width: 693px;
}

.fieldsetProductDetail label {
	font-weight: bold;
}

.fieldsetProductDetailDescription {
	padding-top: 5px;
}

.productDetailFolderBookmark {
	padding-top: 15px;
}

.productDetailFolderBookmark ul {
	list-style-type: none;
	margin: 0; padding: 0;
}

.productDetailFolderBookmark li {
	display: inline;
}

.productDetailFolderBookmark li a {
	background-color: #e4e4e4;
	border: 1px solid #93b522;
	border-bottom: none;
	color: #555555;
	text-decoration: none;
	padding: 4px 10px;
	margin-right: 1px;
	display: block;
	float: left;
}

.productDetailFolderBookmark li a:hover {
	background-color: #f2f2f2;
}

.productDetailFolderBookmark li a.active {
	background-color: #93b522;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 5px;
}

.productDetailFolderBookmark li a:hover.active {
	background-color: #93b522;
}

.productDetailFolderContent {
	border: 1px solid #93b522;
	border-top: 3px solid #93b522;
	padding: 10px;
}

.productDetailFolderContent ul, .productDetailFolderContent ol {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
}

.productDetailFolderContent ul li, .productDetailFolderContent ol li {
	background: transparent url(/images/ikona_sipka_2.gif) no-repeat 0 5px;
	padding-left: 15px;
	line-height: 150%;
}

.productDetailFolderContent ul li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}

.productDetailDescription1 {
}

.productDetailDescription2 {
	background: #f8f8f8 url(/images/ikona_napoveda.gif) no-repeat 12px center;
	border: 3px double #93b522;
	padding: 10px 10px 10px 36px;
	margin-top: 15px;
}

.productDetailPhotogallery th {
	text-align: center;
	vertical-align: top;
}

.productDetailPhotogallery td {
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}

.productDetailPhotogallery img {
	border: 1px solid #ffffff;
}

.productDetailPhotogalleryDescription {
	font-size: 10px;
	padding-top: 2px;
	/*display: none;*/
}

.productSkin1 {
	border: 2px solid #93b522;
	border-collapse: collapse;
}

.productSkin1 th {
	background-color: #93b522;
	border: 1px solid #f3c6a0;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.productSkin1 th a {
	color: #ffffff;
}

.productSkin1 th a:hover {
	color: #ffffff;
}

.productSkin1 td {
	border: 1px solid #93b522;
	vertical-align: top;
	padding: 5px;
}

.productSkin1Description {
	padding-top: 5px;
}

.productSkin1Extension {
	border-top: 1px dotted #93b522;
	padding-top: 5px;
	margin-top: 5px;
}

.productSkin1LineON {
	background-color: #f4f4f4;
}

.productSkin1LineOFF {
}

.productSkin2Header {
	border-top: 2px solid #aaaaaa;
}

.productSkin2Header a {
	background-color: #99bc23;
	font-weight: bold;
	color: #ffffff;
	padding: 8px;
	margin-top: 2px;
	display: block;
}

.productSkin2Header a:hover {
	color: #ffffff;
}

.productSkin2 {
	background-color: #f8f8f8;
}

.productSkin2 td {
	padding: 3px;
}

.productSkin2Description {
	background-color:	transparent !important;
	padding: 5px 0 0 0 !important;
}

.productSkin2Description ul, .productSkin2Description ol {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
}

.productSkin2Description ul li, .productSkin2Description ol li {
	background: transparent url(/images/ikona_sipka_2.gif) no-repeat 0 5px;
	padding-left: 15px;
	line-height: 150%;
}

.productSkin2Description ul li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 15px;
}

.productSkin2Footer {
	border-top: 1px dotted #d8d8d8;
}

.productSkin2Footer th {
}

.productSkin2Footer td {
	background-color: #d8d8d8;
	padding: 3px;
}

.productSkin2FooterExtension {
	border-top: 1px dotted #d8d8d8;
	margin-top: 5px;
}

.productSkin2FooterExtension th {
	font-weight: bold;
}

.productSkin2FooterExtension td {
	background-color: #d8d8d8;
	padding: 3px;
}

.productSkin2FooterPrice {
	font-weight: bold;
	text-align: right;
	padding-right: 10px !important;
}

.productSkin2FooterPrice span {
	font-weight: normal;
}

.productSkin2APrice {
	background: url(/images/pozadi_pskin2_akce.gif) top repeat-x;
	border: 1px solid #f4f4f4;
	font-size: 10px;
	color: #f4f4f4;
	font-weight: bold;
	padding: 3px 5px;
	position: absolute;
	top: 0; left: 0;
}

.productSkin3 {
	background: #f8f8f8 url(/images/pozadi_pskin3.gif) repeat-x bottom;
	border: 1px solid #dbdbdb;
}

.productSkin3 th {
	background-color: #99bc23;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}

.productSkin3 th a {
	color: #ffffff;
}

.productSkin3 td {
	padding: 3px;
}

.productSkin3Description {
	border-top: 1px dotted #dbdbdb;
}

.productSkin3Footer {
	border-top: 1px dotted #dbdbdb;
	padding: 0 !important;
}

.productSkin3Footer td {
	padding-top: 7px;
}

.productSkin3FooterPrice {
	color: #ce0000;
	font-weight: bold;
	text-align: right;
}

.productSkin3FooterExtension {
	border-top: 1px dotted #dbdbdb;
	padding-top: 5px !important;
}

.productSkin3APrice {
	background: url(/images/pozadi_pskin3_akce.gif) top repeat-x;
	border: 1px solid #f4f4f4;
	font-size: 10px;
	color: #f4f4f4;
	font-weight: bold;
	padding: 3px 5px;
	position: absolute;
	top: 0; left: 0;
}

.productSkin4Header {
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}

.productSkin4MasterCell {
	background: url(/images/pozadi_pskin4.gif) repeat-x bottom;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	vertical-align: top;
}

.productSkin4 {
}

.productSkin4 th {
	vertical-align: top;
	font-weight: bold;
	padding: 4px;
}

.productSkin4 td {
	vertical-align: top;
	padding: 4px;
}

.productSkin4Description {
	font-weight: normal;
	padding-top: 5px;
}

.productSkin4Footer td {
	border-top: 1px dotted #e8e8e8;
	font-size: 10px;
}

.productSkin4FooterPrice {
	color: #ce0000;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom !important;
}

.productSkin4APrice {
	background: url(/images/pozadi_pskin4_akce.gif) top repeat-x;
	border: 1px solid #f4f4f4;
	font-size: 10px;
	color: #f4f4f4;
	font-weight: bold;
	padding: 3px 5px;
	position: absolute;
	top: 0; left: 0;
}

.red {
	color: #ce0000;
}

.right {
	text-align: right !important;
}

.searchCategory {
	margin: 4px 10px 10px 10px;
}

.searchCategory ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0 0 0 5px;
}

.searchCategory ul li {
	background: transparent url(/images/ikona_sipka_2.gif) no-repeat 0 7px;
	padding-left: 15px;
	line-height: 180%;
}

.shopWindowTable {
	border: 2px solid #93b522;
	border-collapse: collapse;
	height: 100%;
}

.shopWindowTable th {
	background-color: #93b522;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	height: 10px;
}

.shopWindowTable td {
	background-color: #f8f8f8;
	vertical-align: top;
	padding: 10px;
}

.shopWindowTableSub {
}

.shopWindowTableSub th {
	background-color: transparent;
	color: #555555;
	text-align: left;
	padding: 0;
	height: auto;
}

.shopWindowTableSub td {
	padding: 10px 0 0 0;
}

.space15 {
	height: 15px;
}

.spacer {
	color: #708090;
	margin: 0 5px;
}

.star {
	color: #ce0000;
}

.strong {
	font-weight: bold !important;
}

.textInfo, .textInfo th, .textInfo td, .textInfo li {
	line-height: 130%;
}

.textInactive {
	color: #c0c0c0;
}

.textNotify {
	color: #ce0000;
	font-weight: bold;
}

.top {
	vertical-align: top !important;
}

.uvod {
	font-size: 13px;
	color: #000000;
}

.webpageError1 {
	background-color: #bd0006;
	margin-top: 5px;
	width: 940px;
	float: left;
}

.webpageError2 {
	background-color: #e17373;
	color: #ffffff;
	font-weight: bold;
	text-align: justify;
	padding: 10px;
	margin: 3px;
}

.webpageError2 a {
	color: #ffffff !important;
}


/* IDs */

#discussionForm {
}

#heslo .formText {
	text-align: center;
	width: 80%;
}

#kosik_hide {
	width: 1px;
	height: 1px;
}

#kosik_hide_body {
	background-color: #ffffff;
}

#login {
}

#login table {
	border-collapse: collapse;
	width: 210px;
}

#login th {
	width: 108px;
}

#login td {
	padding-top: 3px;
}

#logout {
}

#logout table {
	width: 210px;
}

#logout th {
	border-bottom: 1px dotted #aaaaaa;
	text-align: center;
	padding-bottom: 10px;
}

#logout td {
	padding-top: 5px;
}

#newsletter #goTop {
	position: relative;
}

#newsletter #goTop a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: -9px;
	left: 224px;
	width: 60px;
}

#newsletter #goTop a {
	color: #555555;
}

#newsletter h3 {
	color: #ffffff;
}

#newsletter p {
	font-size: 11px;
	margin: 0 0 10px 0;
}

#search {
}

#search table {
	border-collapse: collapse;
	margin-top: 5px;
	width: auto;
}

#search th {
	width: 220px;
}

#search td {
	padding-left: 5px;
	width: 60px;
}

#search td .formButtonSmall {
	width: 100%;
}

#siteMap {
}

#siteMap a {
	color: #7d9a1d;
}

#siteMap ul {
	background-color: #efefef;
	text-transform: uppercase;
	list-style: none;
	display: block;
	padding: 1px;
	margin: 0;
}

#siteMap ul li {
	background-color: #efefef;
	font-weight: bold;
	list-style: none;
	display: block;
	padding: 3px 4px;
	margin: 1px;
}

#siteMap ul ul {
	background-color: #ffffff;
	text-transform: none;
	margin: 5px 0 5px 25px;
}

#siteMap ul ul li {
	background-color: #ffffff;
	border: 1px dotted #e0e0e0;
}

#siteMap ul ul ul li {
	background: url(/images/ikona_sipka_2.gif) no-repeat 0 5px;
	border: none;
	font-weight: normal;
	line-height: 110%;
	padding: 3px 0 3px 15px;
}

#slogan {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	bottom: 0; left: 300px;
	width: 640px;
	height: 20px;
}

#cartInfo {
	background: transparent url(/images/pozadi_kosik.gif) no-repeat left;
	font-weight: bold;
	position: absolute;
	bottom: 0; right: 0;
	width: 205px;
	height: 56px;
}

#cartInfo a {
	line-height: 220%;
	text-decoration: none;
	padding: 3px 0 0 65px;
	display: block;
	height: 56px;
	text-align: right;
	color: #808080;
}

#orderButton {
	position: absolute;
	top: 0; right: 0;
}

#flash_banner {
	width: 940px;
	height: 300px;
	margin: 5px 0 0 0;
}

#kvetina {
	background: url(/webdata/uc/web/kvetina.gif) no-repeat;
	position: absolute;
	top: 200px;
	left: -270px;
	width: 270px;
	height: 700px;
}

#banner {
	border: 1px solid #c0c0c0;
	position: absolute;
	top: 0;
	right: -185px;
	width: 180px;
	height: 550px;
}

#webpageHeader {
	text-align: left;
	margin: 0 auto 5px auto;
	position: relative;
	width: 940px;
}

#webpageTop {
	border-top: 5px solid #aaaaaa;
	margin-bottom: 5px;
}

#webpageTopInside {
	text-align: left;
	margin-bottom: 5px;
	position: relative;
	width: 940px;
}

#webpage {
	width: 940px;
	text-align: left;
	position: relative;
}

#webpageLeft {
	width: 220px;
	float: left;
}

#webpageLeftMenu {
	list-style-type: none;
	padding: 0; margin: 0;
}

#webpageLeftMenu li {
	margin-bottom: 2px;
}

#webpageLeftMenu li a {
	color: #5b5855;
	padding: 3px 7px;
	text-decoration: none;
	display: block;
}

#webpageLeftMenu li.category1 a, #webpageLeftMenu li.category1m a {
	background-color: #aaaaaa;
	font-weight: bold;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
}

#webpageLeftMenu li.category1 a:hover, #webpageLeftMenu li.category1m a:hover {
	background: #999999 url(/images/ikona_kategorie.png) right no-repeat;
}

#webpageLeftMenu li.category2 a {
	background-color: #f8f8f8;
}

#webpageLeftMenu li.category2 a:hover {
	background: transparent url(/images/ikona_kategorie.png) right no-repeat;
	text-decoration: underline;
}

#webpageLeftMenu li.category3 a {
	background-color: #f8f8f8;
	font-weight: bold;
}

#webpageLeftMenu li.category3 a:hover {
	background: transparent url(/images/ikona_kategorie.png) right no-repeat;
	text-decoration: underline;
}

#webpageLeftMenu li.category3m a {
	background-color: #737373;
	font-weight: bold;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
}

#webpageLeftMenu li.category3m a:hover {
	background: #676767 url(/images/ikona_kategorie.png) right no-repeat;
}

#webpageLeftMenu li.category4 a {
	background: transparent url(/images/ikona_kategorie.png) right no-repeat;
	font-weight: bold;
}

#webpageLeftMenu li.category4 a:hover {
	text-decoration: underline;
}

#webpageLeftMenu li.category4m a {
	background: #737373 url(/images/ikona_kategorie.png) right no-repeat;
	font-weight: bold;
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px;
}

#webpageLeftMenu li.category4m a:hover {
	background: #676767 url(/images/ikona_kategorie.png) right no-repeat;
}

#webpageMiddle {
	width: 715px;
	margin-left: 5px;
	overflow: hidden;
	float: left;
}

#webpageFooter {
	border-top: 5px solid #aaaaaa;
	margin-top: 25px;
}

#webpageFooterInside {
	background-color: #99bc23;
	margin-top: 5px;
	width: 940px;
}

#webpageFooterInside table a {
	color: #ffffff;
}

#webpageFooterInside table th, #webpageFooterInside table td {
	line-height: 150%;
	color: #ffffff;
	padding: 7px 10px;
}

#webpageFooterInside table th {
	border-top: 2px solid #ffffff;
	text-align: right;
	padding-right: 0;
}

#webpageFooterInside table td {
	font-size: 13px;
	vertical-align: top;
	width: 25%;
}


} /* MEDIA-ALL END */


@media screen { /* MEDIA-SCREEN START */


/* Classes */

.noScreen {
	display: none;
}


} /* MEDIA-SCREEN END */


@media print { /* MEDIA-PRINT START */


/* Elements */

body {
	background-color: #ffffff;
	margin: 0;
}

body.mainpage {
	background-color: #ffffff;
	margin: 0;
}


/* Classes */

.discussionInfo1 {
	display: none;
}

.discussionInfo2 {
	display: none;
}

.esMessage {
	display: none;
}

.noPrint {
	display: none;
}

.productDetailDescription2 {
	display: none;
}

.webpageError1 {
	display: none;
}


/* IDs */

#discussionform {
	display: none;
}

#webpage1 {
	width: 100%;
	border: none;
	padding: 0;
}

#webpage2 {
	width: 100%;
}

#webpageTop {
	display: none;
}

#webpageLeft {
	display: none;
}

#webpageMiddle {
	width: 100%;
	margin-left: 0;
	float: none;
}

#webpageFooter {
	display: none;
}


} /* MEDIA-PRINT END */
