body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #339703;
	margin:0px;
	background-image:url("images/mainBg.jpg");background-repeat:repeat-x;
}
h1 {color:#FF8400;}
h2 {color:#2E9701;}
a {color:#FF8400;}
a img {border:0}
.hd {display:none;}
input.submitButton{height:16px;background:url("images/buttonBg.jpg");color:#ffffff;border:0;margin:2px;font-size:10px;font-weight:bold;}
#main{
	position:relative;
	width:100%;
	height:auto;
	top:0px;
	left:0px;
	text-align:center;
	vertical-align: middle;
	background-image:url("images/mainBgBody.jpg");background-repeat:repeat-y;background-position:center top;
	
}
#mainObsah{position: relative;margin: 0px auto;width:847px;height:auto;background:url("images/mainBgHead.jpg");background-repeat:no-repeat;overflow:hidden;}

#pata{position: relative;margin: 0px auto;width:847px;height:86px;background:url("images/pataBg.jpg");background-repeat:no-repeat;overflow:hidden;}  
#pata p {_margin-top:15px;}
  
  #leftCol{position:relative;width:170px;margin:50px 20px;_margin:50px 15px;float:left;overflow:hidden;}
    #leftCol h2 {font-size:14px;color:#FF8400;margin-bottom:0;}
    #leftCol a {color:#2E9701;margin-top:5px;padding-top:0;}
    #logo{position:relative;width:170px;height:120px;overflow:hidden;}
    #srchBox{position:relative;width:150px;height:22px;margin:10px;overflow:hidden;background:url("images/srchBg.jpg");}
      #srchInput {width:70px;height:16px;margin:2px 5px 2px 20px;background:#fff;border:0;}
    #leftColMenu{background:#3bbb03;width:150px;margin:10px;height:auto;min-height:290px;}
      #leftColContent{width:150px;background:url("images/leftColMenuBgTop.jpg");background-repeat:no-repeat;min-height:290px;color:#ffff;padding-top:10px;}
        #leftColContent h2 {width:100px;margin:10px auto;text-align:center;font-size:12px;color:#fff;}
        #leftColContent a {color:#fff;text-decoration:none;}
        #leftColFoot{width:150px;height:10px;overflow:hidden;background:url("images/leftColMenuBgBottom.jpg");background-repeat:no-repeat;} 
    
    div.leftColBox{width:150px;margin:5px 0 5px 0;background:#6C7D92;}
    div.leftColBox p {padding:5px;margin:0;color:#ffffff;text-align:left;}
    div.leftColBox a {color:#ffffff;}
  #centerCol{position:relative;width:600px;float:left;margin:50px 0;text-align:left;overflow:hidden;}
    #topMenu {position:relative;width:600px;height:35px;overflow:hidden;margin:10px 0 1px 0;}
      #topMenu a {font-size:20px;text-decoration:none;color:#fff;}
      div.topMenuItem{width:119px;height:35px;float:left;overflow:hidden;text-align:center;background:url("images/menuTopGreen.jpg");margin-right:1px;padding-top:5px;}
      div.topMenuItemActive{width:119px;height:35px;float:left;overflow:hidden;text-align:center;background:url("images/menuTopOrange.jpg");margin-right:1px;padding-top:5px;}
      div.topMenuItem:hover{background:url("images/menuTopOrange.jpg");cursor:pointer;}
    #banner {position:relative;width:600px;height:auto;min-height:80px;background:#f5f5f5;margin:1px 0 1px 0;overflow:hidden;}
    #kategorieLine{width:600px;height:22px;margin-top:0;background:url("images/box600greenBg.jpg");color:#ffffff;}
      #kategorieLine p {padding:4px;margin:0px;}
      #kategorieLine a {color:#ffffff;}
    #kategorieLine2{width:600px;min-height:22px;_height:22px;height:auto;margin-top:1px;background:url("images/box600orangeBg.jpg");color:#ffffff;}
      #kategorieLine2 p {padding:4px;margin:0px;}
      #kategorieLine2 a {color:#ffffff;}
    
    #productGrid {position:relative;width:600px;height:auto;background:url("images/productGrid.gif");overflow:hidden;margin:10px 0;}
      div.produktBox{width:149px;height:199px;margin:1px 1px 1px 0;float:left;text-align:center;text-align:center;}
        div.produktPictureBox{width:145px;height:110px;overflow:hidden;margin:0 auto;}                 
        #productGrid  h2 {margin-top:0;font-size:12px;}
        #productGrid  a {color:#ff8400;}
        div.produktFotoBox{position:relative;float:left;margin-right:10px;text-align:center;}
    
    
    
    
    table.produktDetailProperties {width:100%;}
    table.produktDetailProperties th {background:#2E9701;color:#ffffff;padding:2px;}
    table.produktDetailProperties td {border-bottom:1px solid #2E9701;padding:2px;}

/* Page Numbers */
.pages {
    padding: 1em;
    margin: 1em 0;
    clear: left;
    font-size: 85%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #3BBB03;
    background: #3BBB03;
    color:#fff;
}

.pages span.current {
    border: 1px solid #3BBB03;
    font-weight: bold;
    background: #fff;
    color: #3BBB03;
}

.pages a {
    border: 1px solid #9AAFE5;
    text-decoration: none;
}

.pages a:hover {
    border-color: #FF8400;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev-next {
    float: right;
}

