

/* ***** MAIN IDs ******************************************************
basic stones of layout
*/
body {
    background-color: #DFDFDF;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

p {margin:0; padding:0;}
a {text-decoration:underline;}
a:hover {text-decoration:none;}
img {border:0;}
a, select, textarea, input { font-size:8pt; }

span.menudivisor { color: #37a1db; }
div#objmenu { clear:both; float:left; width:512px; margin-top:2px; }
div#objmenu div { float:left; width:167px; text-align:center; border:1px solid black; margin: 0 2px 0 0; padding: 5px 0 5px 0; }
div#objmenu div.last { margin:0; }
div#objmenu div.highlight { background-color:#DFDFDF; }
div#objmenu div a { font-weight:bold; color:#37a1db; }
div#objmenu div span.nolink { font-weight:bold; color:#37a1db; }

#everything {
    font-size: 8pt;
    font-family: Tahoma, Verdana, sans-serif;
    background-color: white;
    width: 833px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
/* contains everything except footer */
#container {
    margin-left: 1px;
    padding: 8px;
    /*float:left;*/
    /*margin-bottom:0px;*/
}

/* (left) main navigation bar */
/*  Moze to sposobit problemy ak by bol navbar dlhsi ako vsetko ostatne*/
#navbar {
    width: 150px;
    /*position: absolute;*/
    float:left;
    font-size:8pt;
}

#navbar a {
    text-decoration:underline;
}

#navbar a:hover {
    text-decoration:none;
}

/* main block with content */
#main {
    width: 663px;
    display: block;
    margin: 0px;
    /*margin-left: 1px;*/
    margin-left:154px;
    left: 150px;
    /*top: 0;
    position: relative;*/
}

#content
{
position:relative;
float:left;
width:518px;
font-size:8pt;
padding-bottom:2px;
}


/* additional (right side) navigation/menu/blocks */
#sidebar {
    width: 144px;
    /*position: relative;
    right: 0;*/
    float: right;
    border: 3px;
    z-index: 100;
    font-size:8pt;
}

#sidebar div {
    margin: 0 4px 3px 2px;
}

/* footer - not contained in container, below everything */
#footer {
    width: 100%;
    background-color: #8C8C8C;
    font-size: 8pt;
    font-weight: bold;
    font-family: Tahoma, Verdana, sans-serif;
    clear: both;
    text-align: center;
    padding-bottom:2px;
}

#powered {
    color:#737573;
    width:100%;
    font-size:8pt;
    font-weight:bold;
    font-family: Tahoma, Verdana, sans-serif;
    clear:both;
    text-align:center;
    padding-bottom:2px;
}

#powered p a {
    color: #737573;
}

#footer .menu {
    padding-top: 2px;
    color: #FFF;
}

#footer .menu a {
    text-decoration:underline;
}

#footer .menu a:hover {
    text-decoration:none;
}

.text_nadpis1 a:hover, .navigacni_lista3 a:hover, .text_zeleny_box a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/* ***** LOGO and stuff ****************************************************
*/

#logo {
    display: block;
    height: 125px;
    width: 100%;
    /*background-image: url(../img/logo.gif);*/
}

#logomain {
    display: block;
    height: 103px;
    width: 100%;
    margin: 0px;
    background-image: url(../img/logomain.jpg);
}

#logomain2 {
    display: block;
    background-image: url(../img/logomain2.jpg);
    background-repeat: no-repeat;
    border: 0;
    width: 348px;
    height: 22px;
    left:0;
    top: 0;
    position: relative;
}

#carticon {
    position: relative;
    left: 350px;
}

#cartstatus {
    display: inline;
    position: relative;
    left: 350px;
    top: -7px;
    color: #7BB73E;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    height: 20px;
}

#cartstatus a {
    text-decoration:underline;
    color: #7BB73E;
}

#cartstatus a:hover {
    text-decoration:none;
}

#topnav {
    margin-top: 4px;
    display: inline;
    color: #7BB73E;
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    /*height: 20px;*/
    margin-bottom:2px;
    float:left;
}

#topnav div.topnavmenu {
    float:left;
    display:inline;
}

#topnav a {
    color: #7BB73E;
    text-decoration: underline;
}

#topnav a:hover {
    color: #7BB73E;
    text-decoration: none;
}

#topnav a.loginmenu {
    color: #37a1db;
}

#topsearch {
    /*left: 460px;
    right: 0;*/
    float:right;
    /*margin-left:112px;*/
    height: 18px;
    display: inline;
    text-align:right;
    /*position: absolute;*/
    border: 1px solid #8C8C8C;
    vertical-align:middle;
    margin-right:4px;
    margin-top:2px;
}

.searchForm {
    border: 0;
    padding: 0;
    margin: 0;
    display: inline;
}

.searchSubmit {
    height: 18px;
    vertical-align: top;
    margin: 0px;
    padding: 0 3px 0 3px;
    background-color:#7BB73E;
    border:0;
    color:#FFF;
    font-weight:bold;
    font-size:11px;
}

.searchInputBox {
    border: 0;
    width: 130px;
    vertical-align: middle;
    color: #8C8C8C;
    font-size: 8pt;
    font-family: Tahoma, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    height:14px;
}








/* ***** main blocks ********************************************************
*/

.collector {
    z-index: 1;
    padding: 0px;
    display: block;
    clear: left;
    position: relative;
}

div.cathierarchy {
    margin-top:2px;
    margin-left:0;
    width:512px;
    padding-top: 5px;
    background-color: #37A1DB;
    color: #FFF;
}

div.cathierarchy span {
    padding-left:3px;
    font-weight: bold;
}

ul.cathierarchy, ul.subcathierarchy {
    width:100%;
    margin:0;
    padding:0;
}

ul.cathierarchy {
    padding-bottom:5px;
}

ul.cathierarchy li {
    margin-left:18px;
    padding:0;
}

ul.subcathierarchy li {
    margin-left:18px;
    padding:0;
}

ul.cathierarchy li a, ul.subcathierarchy li a {
    color: #FFF;
}

.block {
    display: inline;
    float: left;
    padding: 3px;
    margin: 2px 0 3px 0;
}

.userblock1 {
    display: inline;
    float: left;
    padding: 3px;
    margin: 2px 5px 3px 0;
}

.userblock2 {
    display: inline;
    float: left;
    padding: 3px;
    margin: 2px 0 3px 3px;
}

.catblock1 {
    display: inline;
    float: left;
    padding: 3px;
    margin: 3px 7px 3px 0;
}

.catblock2 {
    display: inline;
    float: left;
    padding: 3px;
    margin: 3px 7px 3px 0;
}

.catblock3 {
    display: inline;
    float: left;
    padding: 3px;
    margin: 3px 0 3px 0;
}

.itemholder {
    float:left;
}

.itemblock1 {
    display: inline;
    float: left;
    clear:left;
    padding: 0;
    margin: 0 4px 8px 0;
}

.itemblock2 {
    display: inline;
    float: left;
    clear:right;
    padding: 0;
    margin: 0 0 8px 4px;
}

.itemblock1 div.itemheader, .itemblock1 div.itemfooter, .itemblock2 div.itemheader, .itemblock2 div.itemfooter {
    width:100%;
    float:left;
}

.itemblock1 div.itemheader img, .itemblock2 div.itemheader img {
}

.itemblock1 div.itemheader div, .itemblock2 div.itemheader div {
    display:inline;
}

.itemblock1 div.itemheader span.headerlink, .itemblock2 div.itemheader span.headerlink {
    border-top:1px solid #37A1DB;
    border-left:1px solid #37A1DB;
    padding:3px;
    float:left;
    height:12px;
    width:173px;
}

.itemblock1 div.itemheader span.headerlink a, .itemblock2 div.itemheader span.headerlink a {
    color:#7BB73E;
    font-weight:bold;
}

.itemblock1 div.itemupperfooter, .itemblock2 div.itemupperfooter {
    border-left: 1px solid #37A1DB;
    border-right: 1px solid #37A1DB;
    padding-top:2px;
    padding-left:3px;
    padding-right:3px;
    float:left;
    width:244px;
    padding-bottom:2px;
}

.itemblock1 div.itemfooter span.footerleft, .itemblock2 div.itemfooter span.footerleft {
    border-bottom:1px solid #37A1DB;
    border-left:1px solid #37A1DB;
    padding:3px;
    float:left;
    height:3px;
    width:233px;
}

.itemblock1 div.itemfooter span.footercorner, .itemblock2 div.itemfooter span.footercorner {
    background: url(../img/02_shy.png) no-repeat bottom right;
    height:10px;
    width:12px;
    float:right;
}

.itemblock1 span.headercorner, .itemblock2 span.headercorner {
    height:19px;
    width:72px;
    background: url(../img/01_shy.png) no-repeat top right;
    float:right;
}

.itemblock1 div.itemcenter, .itemblock2 div.itemcenter {
    border-left: 1px solid #37A1DB;
    border-right: 1px solid #37A1DB;
    padding-left:3px;
    padding-right:3px;
    float:left;
    width:244px;
}

.catblock {
    display: inline;
    float: left;
}

.catlabel {
    background-color: #9BD85E;
    width:506px;
    margin-left:0;
    padding:3px;
    font-weight: bold;
    color:#FFF;
}

.catlabel a {
    color:#FFF;
}

.subcatlabel {
    color: #37A1DB;
    font-weight:bold;
    padding-left:4px;
}

.catinfo {
    padding-left:2px;
    margin-bottom:5px;
    margin-top:5px;
}

.catorder {
    padding-left:2px;
    margin-bottom:5px;
}

.item {
    width: 252px;
    /*min-height: 150px;*/
    /*border: solid 1px gray;*/
    background: url(../img/gradient.png) repeat-x bottom left;
}

.item p.itemauthor {
    text-decoration:none;
}

.useritem {
    width: 244px;
    min-height: 150px;
    border: solid 1px gray;
    background: url(../img/gradient.png) repeat-x bottom left;
}


.useritem p.submit {
    margin-top:5px;
}

.useritem p.confirmprice {
    padding-left:15px;
}

.useritem p.confirmprice span {
    font-weight: bold;
}

.useritem p {
    margin-left:3px;
}

.catitem {
    width: 158px;
    min-height: 150px;
    border: solid 1px gray;
    background: url(../img/gradient.png) repeat-x bottom left;
    color:#37A1DB;
}

.catitemmain {
    color:#37A1DB;
}

.viewitem {
    width: 504px;
    min-height: 105px;
    border: solid 1px gray;
    color:#737573;
    background: url(../img/gradient.png) repeat-x bottom left;
}

.catitem p.itemname {
    clear:both;
    font-weight: bold;
    padding-left:3px;
}

.catitem p.itemname a {
    color:#7BB73E;
}

.catitemmain p.itemname, .viewitem p.itemname {
    font-weight:bold;
}

.viewitem p.itemname {
    text-decoration:underline;
}

.catitemmain p.itemname a, .viewitem p.itemname a {
    color: #7BB73E;
}

.viewitem p.itemauthor {
    color:#737573;
    font-weight:bold;
}

.viewitem p.itemcat a {
    color:#737573;
}

.catitem p.itemlink {
    padding-left:3px;
}

.catitemmain p.itemlink, .catitem p.itemlink {
    padding-bottom:4px;
}

.catitemmain p.itemlink a, .catitem p.itemlink a {
    color: #737573;
}

div.priceinfo {
    background: url(../img/gradient2b.png) repeat-x bottom left;
    margin-left:0;
    margin-top:3px;
    margin-bottom:5px;
    float:left;
    width:500px;
    border: 1px solid gray;
    padding:5px;
}


div.priceinfo p {
    text-align:right;
}

div.priceinfo p.submit {
    margin-top:5px;
}

div.priceinfo span {
    font-weight: bold;
}

div.priceinfo span.total {
    text-decoration: underline;
}

.viewitem p.itemname {
    margin-bottom:5px;
}

.viewitem h3 {
    color: #000;
    font-size: 10px;
    margin:0;
    padding: 3px 3px 3px 10px;
    clear:both;
}

.viewitem p.itemdescmain {
    clear:both;
    margin-bottom:10px;
}

.viewitem p.itemmoreinfo {
    clear:both;
    margin-bottom:10px;
}

.viewitem p span {
}

.viewitem p.itemname {
    color: #7BB73E;
}

p.searcherror {
    border:1px solid gray;
    width:500px;
    padding:5px;
    text-align:center;
    font-weight:bold;
    margin-bottom:4px;
    margin-top:5px;
}

p.itemerror {
    border:1px solid gray;
    width:500px;
    padding:5px;
    text-align:center;
    font-weight:bold;
    margin-bottom:4px;
}

.catitem p.itemauthor {
    clear:both;
    padding-left:3px;
}

.item p.itemdesc, .catitemmain p.itemdesc, .viewitem p.itemdesc {
    padding-top:4px;
    padding-bottom:2px;
}

.viewitem p.itemdesc {
    color: #737573;
}

.item p.itemlink {
    text-align:right;
    padding-right:10px;
    padding-bottom:5px;
}

.item p.itemlink a {
    font-size:11px;
    color:#37A1DB;
    font-weight:bold;
    text-decoration:none;
}

.item p.itemlink a:hover {
    text-decoration:underline;
}

.catitemmain {
    width: 504px;
    min-height: 105px;
    border: solid 1px gray;
    background: url(../img/gradient.png) repeat-x bottom left;
}

.loginmain {
    width: 504px;
    min-height: 105px;
    border: solid 1px gray;
    background: url(../img/gradient.png) repeat-x bottom left;
}

.loginmain p {
    margin-left:3px;
}

.loginmain p.submit {
    margin-top:5px;
}

.catitemholder {
    width:70px;
    height:93px;
    border:1px solid gray;
    margin-right:5px;
}

p.pages {
    width: 510px;
    text-align:right;
}

p.pages a {
    color: #000;
}


span.currentpage {
    font-weight: bold;
}

span.totalpages {
    font-weight: bold;
}

.item h4, .catitem h4, .catitemmain h4, .viewitem h4, .useritem h4, .loginmain h4 {
    padding: 0;
    margin: 0 0 4px 3px;
    font-size:11px;
}

.item a, .catitem a, .catitemmain a, .viewitem a {
    color:#000;
}

.item img, .catitem img, .catitemmain img, .viewitem img {
    float: left;
    margin: 2px 6px 2px 2px;
}

.catitemmain .number {
    padding-left:5px;
    padding-right:5px;
}

.catitemmain .info {
    width:405px;
}

.catitemmain p.itemdesc, .viewitem p.itemdesc {
    padding-top:6px;
    padding-bottom:6px;
}

.item div.prices {
    float:left;
    clear:left;
}

.item div.price1, .catitem div.price1, .catitemmain div.price1, .viewitem div.price1 {
    font-size: 11px;
    display: block;
    color: #37A1DB;
}

.item div.price1, .catitem div.price1 {
    clear: both;
    padding-left:3px;
}

.item div.price2, .catitem div.price2, .catitemmain div.price2, .viewitem div.price2 {
    font-size: 11px;
    display: block;
    font-weight: bold;
    color: #37A1DB;
}

.catitem div.price2 {
    margin-bottom:5px;
}

.item div.price2, .catitem div.price2 {
    padding-left:3px;
    clear: both;
}

.catitem div.add {
    clear:both;
}

.item div.add {
    clear:right;
    float:right;
}

.catitemmain div.add {
    float:left;
    margin-top:5px;
}

.viewitem div.add {
    float:left;
    background-color: #DFDFDF;
    margin-top:10px;
    padding:5px;
}

.viewitem div.add h3 {
    padding-left: 0;
}

.viewitem input.order_items {
    margin-right:10px;
}

.item div.add, .catitem div.add {
    display: block;
}

.item div.add p.submit, .catitem div.add p.submit {
    text-align:right;
}

.catitemmain div.add p.submit {
}

.catitemmain div.add p.itemdelete {
    margin-top:5px;
}

.item .holder, .catitem .holder, .catitemmain .holder {
    width:100px;
    height:160px;
}


.itemSubmit {
    color: #FFFFFF;
    background-color: #37A1DB;
    margin-right:10px;
    padding: 0;
    font-size: 11px;
    font-family: Tahoma, Verdana, sans-serif;
    border: none;
    max-width:130px;
    max-height:20px;
}

p.recommend {
    padding-left:2px;
    font-weight:bold;
    color:#37A1DB;
    font-size:11px;
}

.special {
    margin: 3px 6px 1px 0px;
}

.special, .special1 {
    min-height: 100px;
    width: 161px;
    display: inline;
    float: left;
    padding: 3px;
    background-color: #7BB73E;
    color:white;
}

.special1 {
    margin: 3px 0px 1px 0px;
    background: #7BB73E url(../img/special-corner.gif) no-repeat bottom right;
}

.special p, .special1 p {
    color: #FFF;
}

.special h4, .special1 h4 {
    padding: 0;
    margin: 2px 3px 0px 3px;
    color: White;
    clear:both;
}

.special p.itemauthor, .special1 p.itemauthor {
    margin-bottom:5px;
    padding-left:3px;
    clear:both;
    text-decoration:underline;
}

.special p.itemdesc, .special1 p.itemdesc {
    margin-bottom:5px;
    margin-left:3px;
    clear:both;
}

.special p a, .special a, .special1 p a, .special1 a {
    color: White;
    text-decoration: none;
}

.special p a:hover, .special a:hover, .special1 a:hover, .special1 p a:hover {
    text-decoration: none;
    color: #EEE;
}

.special img, .special1 img {
    float: left;
    margin: 4px 6px 4px 4px;
}

.special .price1, .special1 .price1 {
    color: white;
    font-size: 10px;
    padding-left:3px;
}

.special .price2, .special1 .price2 {
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding-left:3px;
}

.special .holder, .special1 .holder {
    border: 1px solid #000;
    width: 70px;
    height: 93px;
    float: left;
    margin: 4px 6px 4px 4px;
}

div.itemmainholder {
    border: 1px solid #000;
    width: 175px;
    height: 232px;
    float: left;
    margin: 4px 6px 4px 4px;
}

div.catholder {
    height:110px;
}

div.catemptyholder {
    height:450px;
}

div.catholder2 {
    height:280px;
}

div.catholder3 {
    height:430px;
}

div.catholder4 {
    height:170px;
}

div.catholder5 {
    height:50px;
}

p.linkback {
    text-align:center;
}

p.linkback a {
    font-weight:bold;
    color:#37A1DB;
}

/* ***** side columns *******************************************************
*/

h3 {
    color: White;
    font-size: 11px;
    margin:0;
    padding: 3px 3px 3px 10px;
}


a.msglink { color: #37a1db; }

#navbar {
    float:left;
}

#navbar .folder {
    background: #37a1db url(../img/folder-top.gif) no-repeat top left;
    margin: 10px 0 0 0;
    width:145px;
}

#navbar .folder div {
    color: white;
    background-color: #37a1db;
    padding-bottom:5px;
    padding-top:5px;
}

#navbar .folder h3 {
    padding: 1px 3px 1px 7px;
}

#navbar .folder a {
    color: #FFF;
    text-decoration:none;
}

#navbar .folder a:hover {
    text-decoration:underline;
}

#navbar .folder p {
    padding-left:8px;
}

#navbar .box {
    background: #9BD85E url(../img/box-corner.gif) no-repeat bottom left;
    color: white;
    margin: 4px 5px 0 0;
    padding: 1px 1px 11px 1px;
}

#navbar .box div {
    padding: 6px 3px 3px 8px;
    margin: 0 5px 0 0;
}

#navbar .box h3 {
    padding: 3px 3px 3px 7px;
}


#navbar .highlight {
    background: url(../img/gradient2.png) no-repeat bottom left;
    color:#737573;
}

#navbar .highlight h3 {
    background: #7BB73E;
    margin: 4px 5px 0 0;
    padding: 3px 3px 3px 7px;
}

#navbar .highlight div {
    padding: 6px 3px 3px 3px;
    border: #7BB73E 1px solid;
    margin: 0 5px 0 0;
}

#navbar .highlight a {
    color: #737573;
}

#navbar .highlight p {
    padding-left:4px;
}

#navbar .highlight p.nazov {
    font-weight: normal;
}

#navbar .highlight p.autor {
    margin-bottom:4px;
}

#navbar .highlight p.normalcena {
    color: #737573;
}

#navbar .highlight p.nasacena {
    color: #737573;
    font-weight: bold;
}

#navbar .highlight img {
    margin-left:3px;
    margin-bottom:2px;
}

#navbar .highlight input {
    margin-top:5px;
}


#navbar .important {
    background: url(../img/gradient2.png) no-repeat bottom left;
    margin: 4px 5px 10px 0;
    padding: 0 0px 0px 0px;
    border: #37A1DB 1px solid;
    color:#737573;
}

#navbar .important h3, #sidebar .important h3 {
    background: #37A1DB;
    padding: 3px 3px 3px 7px;
}

#sidebar .important h3 {
    padding: 3px 4px 3px 4px;
}

#navbar .important div, #sidebar .important div {
    padding: 1px 3px 3px 3px;
}

#navbar .important a {
    color: #737573;
}

#navbar .important p {
    padding-left:4px;
}

#navbar .important p.nazov {
    font-weight: normal;
}

#navbar .important p.autor {
    margin-bottom:4px;
}

#navbar .important p.normalcena {
    color: #737573;
}

#navbar .important p.nasacena {
    color: #737573;
    font-weight: bold;
}

#navbar .important img {
    margin-left:3px;
    margin-bottom:2px;
}

#navbar .important input {
    margin-top:5px;
}



#sidebar .box {
    background: url(../img/gradient2b.png) no-repeat bottom left;
    padding: 0;
}

#sidebar .box h3 {
    background-color: #7BB73E;
    margin: 0 0 0 0;
    padding:3px 5px 3px 5px;
}

#sidebar .box div {
    padding: 1px 3px 3px 5px;
    border: #7BB73E 1px solid;
    margin: 0 0 4px 0;
}

#sidebar .box a {
    color: #000;
}


#sidebar .important {
    background: url(../img/gradient2b.png) no-repeat bottom left;
    margin: 4px 4px 0 2px;
    padding: 0px 0px 0px 0px;
    border: #37A1DB 1px solid;
}

#sidebar .important div {
    padding: 1px 0 0 3px;
}

#sidebar .important div a {
    color: #000;
}



#sidebar .info {
    background: url(../img/gradient2c.png) no-repeat bottom right;
}

#sidebar .info h3 {
    color: #555;
    margin: 4px 0px 0 0px;
    border-top: #999 1px solid;
    border-bottom: 0;
    padding-left:6px;
}

#sidebar .info div {
    padding: 1px 3px 5px 7px;
    border-top: 0;
    margin: 0;
}


/* ***** other **************************************************************
*/

.wide {
    margin-left:163px;
    width: 511px;
    border: 1px solid #77D;
    text-align: center;
    color: #444;
    clear: both;
    margin-bottom:4px;
}

.wide p {
    display: inline;
}

.wide form {
    margin: auto;
    display: inline;
    margin: 0;
    padding: 0;
}

.recommendInputBox {
    font-size: 9px;
    font-family: font-family: Tahoma, Verdana, sans-serif;
    color: #333;
}

.recommendSubmit {
    color: #FFFFFF;
    background-color: #37A1DB;
    font-size: 11px;
    font-family: Tahoma, Verdana, sans-serif;
    border: none;
}

