/*
------------------------------
-      zakladni styly        -
------------------------------
*/

BODY {
 margin: 0;
 padding: 0;
 padding-top: 20px;
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 background: #363636;
 text-align: center;
 border-spacing: 0;
}

A {
 color: #000000;
 text-decoration: none;
}
A:hover {
 text-decoration: underline;
}

IMG {
 border-width: 0;
}

FORM {
 margin: 0;
 padding: 0;
}

INPUT.text,
INPUT.inputbox,
INPUT.inputboxquantity,
INPUT.button,
SELECT,
BUTTON {
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 border: 1px solid black;
 margin: 0;
 padding: 0;
}

TABLE {
 font-family: helvetica, verdana, sans-serif;
 font-size: 11px;
 margin: 0;
 padding: 0;
 border: none;
 border-width: 0;
 border-spacing: 0;
}



H1,
#vmMainPage H3 {
 font-size: 22px;
 margin: 0;
 padding: 0;
 padding-bottom: 15px;
 color: #6B8610;
}
H1 A {
 color: #6B8610;
}
H2 {
 font-size: 16px;
 margin: 0;
 padding: 0;
 padding-bottom: 10px;
}
H3 {
 font-size: 14px;
 margin: 0;
 padding: 0;
 padding-bottom: 8px;
}
H4 {
 font-size: 12px;
 margin: 0;
 padding: 0;
 padding-bottom: 8px;
 text-decoration: underline;
}





/*
------------------------------
-          sablona           -
------------------------------
*/

DIV#wrapper {
 width: 1020px;			                    /* celkova sirka */
 margin: 0 auto;
 padding: 0;
 text-align: left;
}
DIV#wrapper_content {
 background: #ffffff url(../images/wrapper_top_background.gif) no-repeat top left;
 padding: 10px;
 margin: 0;
}



DIV#header {
 margin: 0;
 padding: 0;
 background: url(../images/header_background.jpg) no-repeat top left;
 display: block;
 height: 208px;
}
DIV#header_content {
 margin: 0;
 padding: 0;
 padding-top: 20px;
}

DIV#top {
 margin: 0;
 padding: 0;
 padding-left: 280px;
 float: left;
}
DIV#top P {
 margin: 0;
 padding: 0;
}
DIV#topright {
 float: right;
 margin: 0;
 padding: 0;
}
DIV#topright LABEL {
 color: #ffffff;
}
DIV#topright A {
 color: #ffffff;
}
DIV#topright TABLE {
 width: 240px;
}
DIV#topmenu {
 margin: 0;
 padding: 0;
 padding-top: 160px;
 padding-left: 202px;
 padding-right: 20px;
 text-align: right;
}
div#topmenu ul.menu {
 padding: 0;
 margin: 0;
}
div#topmenu ul.menu li {
 display: inline;
 list-style: none;
 padding-left: 16px;
}
div#topmenu ul.menu li a {
 color: #ffffff;
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: -1px;
 text-shadow: #000000 0px 0px 3px;
}
div#topmenu ul.menu li a span {
 padding: 0 2px;
 display: inline-block;
 filter: glow(color=#000000,strength=1);
 cursor: pointer;
}
div#topmenu ul.menu li a:hover,
div#topmenu ul.menu li a span:hover {
 text-decoration: underline;
}
div#topmenu ul.menu li.active a,
div#topmenu ul.menu li.active a span {
 color: #ffffff;
 text-decoration: underline;
}



DIV#topbar {
 padding-left: 190px;
 padding-right: 0px;
 padding-top: 10px;
}
DIV#topbar_content {
 margin: 0;
 padding: 0;
 padding-bottom: 10px;
 border-bottom: 1px solid #bbbbbb;
}

DIV#topbottom {
 margin: 0;
 padding: 0;
 float: right;
}
DIV#topbottom .search .inputbox {
 width: 170px;
}
DIV#pathway {
 padding: 0;
 padding-left: 10px;
 width: 600px;
 padding-top: 1px;
 color: #555555;
 position: relative;
}
DIV#pathway A,
DIV#pathway SPAN {
 color: #555555;
}




DIV#footer {
 clear: both;
 border-top: 1px solid #bbbbbb;
 background: #ffffff url(../images/wrapper_bottom_background.gif) no-repeat left bottom;
 padding-top: 5px;
 padding-bottom: 5px;
 margin-bottom: 20px;
}
DIV#footer_content {
 margin: 0;
 padding: 0;
 padding-left: 20px;
 padding-right: 20px;
 font-size: 9px;
 color: #B0B0B0;
}
DIV#trilogic {
 float: right;
 padding-left: 20px;
}

DIV#mainfooter {
 margin: 0;
 padding: 0;
 padding-top: 20px;
 font-size: 9px;
 color: #666666;
}



DIV#layout {
 margin: 0;
 padding: 0;
}
DIV#layout_content {
 margin: 0;
 padding: 0;
 padding-top: 10px;
}


DIV#main {
 padding-left: 190px;
 padding-right: 190px;
}
DIV#main_content {
 width: 620px;
 float:left;
}
DIV#main_com {
 padding-left: 10px;
 padding-right: 10px;
}




DIV#left {
 float: left;
 position: relative;
 top: -33px;
}
DIV#left_content {
 width: 180px;
 overflow: hidden;
}
DIV#right {
 float: right;
 width: 180px;
 overflow: hidden;
}
DIV#right_content1 {
 padding-top: 8px;
 background: transparent url(../images/right_top_background.gif) no-repeat top left;
}
DIV#right_content2 {
 background: #ffffff url(../images/right_middle_background.gif) repeat-y top left;
}
DIV#right_content3 {
 padding-bottom: 8px;
 background: transparent url(../images/right_bottom_background.gif) no-repeat bottom left;
}
DIV#right_content {
 padding: 0 5px 0 7px;
}


DIV.module * {
 padding: 0;
 margin: 0;
}


DIV#right_content DIV.module {
 padding: 0;
 margin: 0;
 margin-bottom: 8px;
 color: #000000;
}
DIV#right_content DIV.module H3 {
 color: #6B8610;
 font-size: 16px;
 padding-bottom: 10px;
 padding-top: 10px;
}
DIV#right_content IMG {
 border: 1px solid #999999;
}




DIV#left_content DIV.module {
 position: relative;
 padding: 0;
 padding-top: 8px;
 margin: 0;
 margin-bottom: 8px;
 color: #ffffff;
 background: transparent url(../images/left_top_background.gif) no-repeat top left; 
}
DIV#left_content DIV.module DIV {
 background: #ffffff url(../images/left_middle_background.gif) repeat-y top left; 
}
DIV#left_content DIV.module DIV DIV {
 padding: 0;
 padding-bottom: 1px;
 background: transparent url(../images/left_bottom_background.gif) no-repeat bottom left;
}
DIV#left_content DIV.module DIV DIV DIV {
 background: none;
 padding-left: 3px;
 padding-right: 3px;
 padding-bottom: 5px;
}
DIV#left_content DIV.module DIV DIV DIV DIV {
 padding: 0;
}
DIV#left_content DIV.module H3 {
 color: #000000;
 font-size: 16px;
 padding: 0;
 padding-left: 20px;
 padding-bottom: 5px;
 margin: 0;
}
DIV#left_content DIV.module A {
 color: #ffffff;
 border-top: 1px solid #ffffff;
 padding-left: 7px;
 padding-right: 7px;
 padding-top: 3px;
 padding-bottom: 3px;
 display: block;
}
DIV#left_content DIV.module A:hover {
 background-color: #627715; /*6e8517*/
 text-decoration: none;
}
DIV#left_content DIV.module A#active_menu {
 background-color: #ffffff;
 color: #000000;
}
DIV#left_content DIV.module A.mainlevel {
 font-weight: bold;
}






DIV.filter,
DIV.display {
 display: inline;
}
DIV.filter {
 padding-right: 30px;
}
TABLE.category {
 margin-top: 20px;
}
TABLE.category TH.sectiontableheader {
 background: #EFEFEF;
 border-right: 1px solid #FFFFFF;
 color: #333333;
 font-weight: bold;
 padding: 4px;
}
TABLE.category TH.sectiontableheader A {
 color: #333333;
}
TABLE.category TD {
 padding: 4px;
 font-weight: bold;
}
TABLE.category TH#count {
 text-align: right;
 width: 50px;
}
TABLE.category TD.count {
 text-align: right;
 font-weight: normal;
}



DIV#contentpage {
 font-size: 12px;
 color: #333333;
}

DIV.homepage {
 font-size: 14px;
 color: #555555;
}



.addtocart_button {
 background: transparent none;
 width: 130px;
 height: 24px;
 padding: 0;
 margin: 0;
}


TABLE#product_table {
 width: 594px;
}
TABLE#product_table TD {
 width: 297px;
 padding-top: 20px;
 padding-right: 20px;
 vertical-align: top;
}



.browseProductContainer {
 float: none;
 color: #333333;
}
.browseProductContainer a {
 color: #333333;
}
.browseProductTitle {
 float: none;
 width: 100%;
 padding: 0;
 margin: 0;
 padding-bottom: 5px;
 font-size: 14px;
 font-weight: bold;
 color: #000000;
}
.browseProductTitle a {
 color: #000000;
}
.browseProductImageContainer {
 float: left;
 padding: 0;
 margin: 0;
 padding-right: 5px;
 padding-bottom: 5px;
}
.browseProductContainerRight {
 padding-left: 5px;
 padding-bottom: 8px;
}
.browseProductDescription {
 width: 100%;
 padding: 0;
 margin: 0;
}
.browseProductContainerBottom {
 clear: left;
 padding: 0;
 margin: 0;
 padding-left: 5px;
}



DIV#right_content TR.sectiontableentry2 TD,
DIV#right_content TR.sectiontableentry1 TD {
 padding: 4px;
}


TABLE#product_detail_table {
 width: 100%;
 color: #333333;
}
TABLE#product_detail_table H1 {
 font-size: 14px;
}

.category_desc,
.browseDesc {
 font-size: 10pt;
 padding-bottom: 10px;
}

ul.pagination {
 margin: 0;
 padding: 0;
}


DIV#topakce .moduletable_akce {
 padding: 0;
 margin: 0;
 margin-bottom: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 padding-right: 10px;
 border-bottom: 1px solid #BBBBBB;
 width: 620px;
 border-width: 1px;
 border-spacing: 0;
}
DIV#topakce .moduletable_akce TD {
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 5px;
 padding-top: 5px;
 background-color: #e0e6cb;
}
DIV#topakce .moduletable_akce TD TABLE,
DIV#topakce .moduletable_akce TD TABLE TD,
DIV#topakce .moduletable_akce TD P,
DIV#topakce .moduletable_akce TD DIV {
 border-width: 0;
 border-spacing: 0;
 padding: 0;
 margin: 0;
 color: #000000;
 background: none;
 border: none;
}




table.contentpaneopen fieldset {
 border: none;
 border-top: 1px solid #dddddd;
 margin-top:15px;
 padding:15px;
}
.small {
 color: #999999;
 font-size: 11px;
 font-weight: normal;
 text-align: left;
}
.highlight {
 background-color: #deebaf;
}
