div {
     margin: 0px;
     padding: 0px;     
}

body {
	margin: 0px;
	padding: 0px;
}

td {
     vertical-align: top;
}



.hand {
     cursor: pointer; cursor: hand;
}

/* ------------------------------------------------------------------------------------------------*/
/* DIZAJN -----------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------*/

H1 {
     color: #195500;
     font-size: 18px;
     margin: 0px 0px 10px 0px;
}
H2, h2 a {
     color: #195500;
     font-size: 14px;
     margin: 15px 0px 10px 0px;
}


body {
     background: url('../images/bg_page.png') repeat-x #C0C739;
     
     font-family: verdana;
     font-size: 12px;
     
     margin-bottom: 50px;
}

#div-main {
     width: 908px;
     
     margin-left: auto;
     margin-right: auto;
     
     background: #ffffff;
     
}

#div-header {
     position: relative;
     height: 294px;
     background: url('../images/bg_header.jpg') no-repeat;
}

#div-image-rotator {
     position: absolute;
     bottom: 27px;
     left: 3px;
}



#div-header-menu {
     position: relative;
     padding: 0px;
     top: 269px;
     left: 245px;
     

     
     height: 24px;
     width: 660px;
}

#div-header-menu td {
     text-align: center;
     padding: 0px;
     
     height: 24px;
}
#div-header-menu td, #div-header-menu a  {
     text-transform: uppercase;
     font-family: verdana;
     font-size: 11px;
     color: #195500;
     
     vertical-align: middle !important;

     font-weight: bold;
     text-decoration: none;
}

#div-header-menu a {
     display: block;
}

#div-header-menu td.sel {
     background: #FDD984;
}





#div-content {
     padding: 3px;
}

#td-left {
     background: url('../images/bg_td_left.png') repeat-x #FDD068;
     
}

.inner {
     padding: 20px;
}
#td-right {
     padding-bottom: 20px;
}


















.menu-left .title, .menu-left .link, .menu-left .link a {
     
     color: #356205;
     text-align: center;
}

.menu-left .link {
     padding: 3px;
}

.menu-left .title {
     text-transform: uppercase;
     font-weight: bold;
}

.menu-left .link a  {
     text-decoration: none;
}
.menu-left .link .sel{
     text-decoration: underline;
     color: #000000; 
}











.left-sep {
     background: url('../images/dot.png');
     margin: 20px 0px;
     height: 1px;
     
}





























/********/
/* MENU */
/********/

/* MENU - PODSTRANKY */
.menu-podstranky a {
     font-family: tahoma;
     font-size: 12px;
     color: #3D40aF;
     text-decoration: none;
}
.menu-podstranky a:hover {
     text-decoration: underline;
}
.menu-podstranky .link {
     font-weight: bold;
     font-family: tahoma;
     font-size: 12px;
     color: #3D605F;
     text-decoration: none;
}

.menu-podstranky .link:hover {
     text-decoration: underline;
}

.menu-podstranky a img {
     border: 1px solid black;
     display: block;
     padding: 2px;
     float: left;
}

.menu-podstranky .menu-item {
     padding-bottom: 15px;
     margin-bottom: 15px;
     border-bottom: 1px solid #dddddd;
}


.menu-podstranky .div-nosel {
     padding-left: 15px;
     padding-bottom: 5px;
}
.menu-podstranky .div-nosel a {
     background: url('../images/_cesta_bodka.gif') no-repeat 0px 5px;
     padding-left: 10px;
}

.menu-podstranky td {
     border: 0px !important;
}















/* path */
.path-div-outer {
     margin: 0px;
     padding: 0px;
     text-align: left;
     padding-left: 3px;
     padding-bottom: 10px;
}

.path-div {
/*     position: absolute;
     top: -20px;*/
     
}

.path img {
     margin: 0px 5px;
     position: relative;
     top: 1px;
}

.path a, .path {
     color: #1E3762;
     color: #888;
     text-decoration: none;
     font-size: 11px;
}
.path a:hover {
     color: #302305;
}







/* PAGER */
.pager, .pager a {
     padding-top: 10px;
     font-family: verdana;
     font-size: 11px;
     color: #EFBA01;
     color: #4D6EAF;
}
.pager .sel {
     font-weight: bold;
     color: #000077;
     
}









/* ------------------------------------------------------------------------------------------------*/
/* MODULY -----------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------*/

/* module-text */
/*
.module-text h1, .module-gallery h1, .module-article h1, .module-news h1 {
     padding: 0px;
     margin: 0px;
     margin-bottom: 16px;

     font-size: 18px;
     color: #222222;
     color: #3D605F;
     font-weight: bold;
}

.module-text h2, .module-gallery h2 {
     padding: 0px;
     margin: 0px;
     margin-bottom: 16px;

     font-size: 15px;
     color: #222222;
     color: #3D605F;
     font-weight: bold;
}

.module-text, .module-text td, .module-gallery, .module-gallery .comment, .module-gallery .comment td, 
.module-article , .module-article td {
     padding: 0px;
     margin: 0px;
     margin-bottom: 16px;

     color: #222222;
     line-height: 150%;
     text-align: justify;
}
*/
.module-text table {
     border-spacing: 2px;
     border: 0px;
}

.module-text td {
     padding: 2px;
/*     border: 1px solid #aaaaaa;*/
}

.module-text .form td {
     text-align: left;
}

.module-text b, .module-text strong {
     color: #444444;
}

.module-text ul {
	margin: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 19px;
	padding-left: 0px;
	
}
.module-text ul li {
     list-style-type: none;
	list-style-image: none;
	padding-left: 10px;
     background: url('../images/_li.png') no-repeat 0px 7px;
}

.module-text ol {
	margin: 0px;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 19px;
	padding-left: 5px;
}
.module-text ol li {
	padding-left: 1px;
     position: relative; 
     left: -5px;
}

/*
.module-text a, .module-gallery .comment a {
     font-family: verdana;
     font-size: 12px;
     color: #4D7DB3;
}
*/

.module-article .article-title a, .module-article h1 {
     text-decoration: none;
     font-size: 12px;
     margin-bottom: 0px;
}
.module-article .article-title a:hover {
     
}

.module-text img {
     border: 1px solid #666688;
     
}




/* module-gallery*/
.module-gallery img {
	border: 2px solid #aaaaaa;
}

.module-gallery .image {
     -moz-opacity: 0.9;
	FILTER: alpha(opacity=90);
}

.module-gallery .imagehover {
     -moz-opacity: 0.99;
	FILTER: alpha(opacity=99);
}


.module-gallery-img-td {
     padding: 3px;
}

.module-gallery-img-td div {
     border: 1px solid #B2AC11;
     border: 1px solid #8E890E;     
     padding: 2px;
}







/*novinky*/
.module-news-script {
     text-align: left;
     background: url('news_arrow.gif') no-repeat 5px 4px;
     margin-left: 42px;
     margin-right: 20px;
     padding-bottom: 10px;
     border-bottom: 1px solid #0C3C00;
     margin-bottom: 10px;
}

.module-news-script .date {
     font-family: verdana;
     font-size: 12px; 
     color: #FFE3A2;
     float: right;
     position: relative; 
     top: 5px;
}

.module-news-script .title {
     font-family: verdana;
     font-size: 16px; 
     color: #FFE3A2;
     font-weight: bold;
}

.module-news-script .intro {
     font-family: "trebuchet ms", arial;
     font-size: 12px; 
     color: #ffffff;
     
}



.module-news-preview {
     text-align: left;
     padding-bottom: 20px;
     margin-bottom: 20px;
     border-bottom: 1px solid #ccc;
}
.module-news-preview .title, .module-news-preview .title a, .module-news-preview .date {
     font-family: verdana;
     font-size: 18px;
     font-weight: bold;
     
     padding-bottom: 3px;
     text-decoration: none;
}

.module-news-preview {
     font-family: arial;
     font-size: 14px;
     color: #000000;
}

.module-news-preview .link a {
/*
     font-family: arial;
     font-size: 14px;
*/
}
.module-news-preview .link {
     text-align: right;
}


.module-news-preview .date {
     float: right;
     font-size: 14px;
}


.module-news {
     font-family: arial;
     font-size: 14px;
     color: #000000;
}
.module-news .link, .module-article .link {
     font-family: arial;
     font-size: 14px;
     
}

.module-news-preview .img-a {
     border: 1px solid black;
     display: block;
     padding: 2px;
     float: left;
}











/* newsletter */
.newsletter{
     padding-left: 13px;
}
.newsletter, .newsletter td {
     text-align: left;
     font-family: "trebuchet ms", arial;
     font-size: 11px;
}

.newsletter .form-text {
     border: 1px solid #aaaaaa;
     font-family: "trebuchet ms", arial;
     font-size: 11px;
     color: #555555;
     height: 20px;
     width: 100px;
}
.newsletter .form-submit {
     background: url('button_newsletter.gif') no-repeat center center;
     width: 60px;
     height: 18px;
     border: 0px;
     cursor: pointer; cursor: hand;
}







/* ------------------------------------------------------------------------------------------------*/
/* MODULY -----------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------*/

.tabulka td {
     border: 1px solid #ccc;
     font-family: verdana;
     font-size: 12px;
     color: #555;
     padding: 4px;
}

.tabulka td p {
     margin: 0px;
}




/* -------------------------------------------------------------------------------------------------*/
/* SKRIPTY -----------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------*/


.form-table td {
     padding: 2px;
}
.form-text, .form-text-sel {
     font-family: arial;
     font-size: 12px;
     padding: 5px;
     
     
     border: 1px solid #aaaaaa;
     background: #f5f5f5;
     color: #666666;
     
     width: 150px;
     
}

.form-text-sel {
     border: 1px solid #F96F00;
     background: #ffffff;
     color: #333333;
}

.form-button {
     font-family: tahoma;
     font-size: 11px;
     color: white;
     font-weight: bold;

     padding: 5px 0px;     
     width: 100px;
     border: 0px;
     background: #006600;
     cursor: pointer;
     
     
}
.form-button-submit {
     display: none;
}















/*************/
/*    SHOP   */
/*************/

.login-box td {
     color: #E65202;
     vertical-align: middle;
}

.login-box .form-text {
     padding-top: 3px;
     padding-left: 5px;
     
     margin-bottom: 3px;
     color: #E65202;
     background: #FDC748;
     width: 120px;
     border: 1px solid #F96F00;

}

.login-box .form-button {
     background: #0E2A5A;
     color: #356205;
     text-align: left;
     background: none;
}

.login-link, .basket-info, .basket-info a {
     font-family: verdana;
     font-size: 11px;
     color: #E65202;
     
}


#section-login-box {
     border-bottom: 2px solid white; 
     padding-bottom: 15px;
}

#section-shop-menu {
     border-bottom: 2px solid white;
     padding-bottom: 15px;
     padding-left: 0px;
     padding-top: 15px;
}

.login-box-title {
     text-align: center;
     color: #356205;
     font-weight: bold;
     font-size: 11px;
}



















/*MODULE PRODUCT*/
.module-product {
     position: relative;
     width: 172px;
     float: left;
     margin: 0px 20px 20px 0px;
     display: block;
}

.module-product h2 {
     padding: 0px;
     margin: 0px;
     margin-bottom: 10px;
     font-family: tahoma;
     font-size: 12px;
     color: #E51400;
     color: #E65202;
     font-weight: bold;
     text-decoration: none;
}

.module-product a img, .module-product-img {
     border: 1px solid #356205;
}
.currency-main, .currency-info {
     font-family: tahoma;
     font-size: 11px;
     color: #2A4980;
     color; #5C8E26;
     font-weight: bold;
}
.currency-main b {
     color: #444444;
     color; #5C8E26;
}
.currency-info {
     color: #888888;
     font-weight: normal;
     margin-bottom: 10px;
}

.module-product .picture, .module-product .name, .module-product .price {
     text-align: center;
}




.objednat, .basket {
     font-family: tahoma;
     font-size: 14px;
     color: #4D6EAF;
     font-weight: bold;
     padding-bottom: 5px;
}
.basket {
     font-weight: normal;
     font-size: 11px;
     color: #333;
}

.basket-info {
     text-align: center;
}

.tabulka .info, .tabulka .delete {
     font-family: tahoma;
     font-size: 12px;
     color: #4D6EAF;
}
.tabulka .delete {
     color: red;
}
.order-button {
     font-family: tahoma;
     font-size: 13px;
     color: #fff;
     font-weight: bold;
     padding: 5px;
     cursor: pointer;
	background: #4D6EAF;
	background: #5C8E26;
	
	border: 2px solid #9FDE5D; 
}


.menu2level {
     text-align: left;
     padding-bottom: 10px;
     background: url('../images/_cesta_bodka.gif') no-repeat 0px 5px;
}
.menu2level a {
     font-family: tahoma;
     font-size: 12px;
     font-weight: bold;
     color: darkblue;
     padding-left: 10px;
     
}



.fotky-link {
     font-family: tahoma;
     font-size: 11px;
     color: #0051A4;
     cursor: pointer;
     text-decoration: none;
}




.shop-message {
     border: 1px solid #5F9229;
     padding: 5px;
     margin-bottom: 15px;
     background: #d5fBaE;
     color: #356205;
     font-family: tahoma;
     font-size: 11px;
     
}

.shop-message a {
     color: black;
     font-weight: bold;
}


.icon-photo {
     margin-right: 5px;
     position: relative;
     top: 3px;
}

.img-thumb, .img-thumb-sel {
     width: 80px;
     height: 60px;
     margin-right: 13px;
     margin-top: 10px;
     border: 3px solid #aaaaaa;
}

.img-thumb-sel {
     border: 3px solid #555555;
}














/* ------------------------------------------------------------------------------------------------*/
/* MESSAGE DIVS ------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------*/
.message-red, .message-green, .message-gray {
     font-family: tahoma;
     font-size: 11px;
     color: #e00005;
     padding-left: 7px;
     background: url('../images/_bg_message_red.png') no-repeat left 6px;
     font-weight: bold;
}
.message-green {
     color: #008800;
     background: url('../images/_bg_message_green.png') no-repeat left 6px;
}
.message-gray {
     color: #008800;
}

.message-green a {
     color: black;
}
.message-red-div, .message-green-div, .message-green-div {
     border: 1px solid #e00005;
     background: #ffdddd;
     padding: 6px 10px;
     margin-bottom: 10px;
}
.message-green-div {
     border: 1px solid #008800;
     background: #ccffcc;
     padding: 6px 10px;
     margin-bottom: 10px;
}
.message-gray-div {
     border: 1px solid #cccccc;
     background: #ffffff;
     padding: 6px 10px;
     margin-bottom: 10px;
}










.voting-div {
     border: 1px solid #9FDE5D;
     background: #bFfE7D;
     
     font-size: 11px;
     padding: 5px;
     
     margin-top: 30px;
}

.voting-div-inner {
     padding-top: 10px;
     margin-top: 10px;
     border-top: 1px solid #9FDE5D;
}

.voting-div-inner a, .anketa-objednat {
     background: #9FDE5D;
     margin-top: 10px;
     text-align: center;
     padding: 5px;
     border: 1px solid #77bb33;
     
     color: #338833;
     font-weight: bold;
     text-decoration: none;
     display: block;
}

.voting-div-inner a:hover, .anketa-objednat:hover {
     background: #77bb33;
     text-decoration: underline;
     color: #000000;
}

.anketa-left, .anketa-left a {
     color: #E602D3;
     text-align: center;
}
.anketa-left a {
     font-size: 11px;
}

