/* 
    Document   : style.css
    Created on : Apr 14, 2009, 1:11:53 PM
    Author     : vojtas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


body {
    margin: 0;
	padding: 0;
        font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
    background-color: white;
    background:url("../imgs/pozadi.png");
    width: 100%;
    font-size:75%;

    }


input, button {
    border:silver solid 1px;

}

input[disabled="true"] {
    
    color: lightgray;
}

input[readonly="readonly"], textarea[readonly]{
    color: grey;
    background-color: lightgrey;
}

input[required="required"] {
    background-color: #fcefa1;
}

.requiered {
     background-color: #fcefa1;
}

#document input[class="spinner text ui-spinner-input"] {
	background: white;
	margin: 0px;
	width: 30px;
}

.disabled {
    color: lightgray;
}

input:disabled + label {
    color: lightgray;
}

form {
    display: inline;
}

h1 {
    text-shadow: 2px 2px 2px #999;
}

.imagebutton {
  display:inline;
  
}




#page_content {
    position: absolute;
    left: 220px;
    top: 180px;
    min-width: 700px;
    max-width: 820px;
 
}


#popisek {
    background-color: #e4e7eb;
    padding: 15px;
    -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #e4e7eb;
padding: 10px;
}

.text {
    font-size: 0.9em;
}


#vlna {
    position:absolute;
    top: 0px;
    left: 0px;
    width: 726px;
    height: 201px;
    background:url("../imgs/velka_vlna.png") center repeat-x;
    color: white;
    z-index: 4;

}

div#vlna a {
    text-decoration: none;
    color: black;
    text-align:center;
   
    white-space:normal;
}
div#vlna a:hover {
    font-weight: bold;
    }


div#vlna_bar {
    position:absolute;
    top: 0px;
    left: 200px;
    font-size: 0.9em;
    }
div#vlna_bar a {
    vertical-align: middle;
    text-decoration: none;
    color: white;
    font-weight:normal;
   
    }

div#vlna_bar a:hover {
    text-decoration:underline;
    font-weight:normal;
    }

div#vlna_bar input {
    color:silver;
    border: 1px solid silver;
}

div#vlna_bar .imagebutton {
    border: 0px;
}

#codeware_logo {
    position:absolute;
    top: 30px;
    left: 30px;
    }

#ico_produkty {
    position:absolute;
    top: 160px;
    left: 20px;
     
}

#ico_projekty {
    position:absolute;
    top: 145px;
    left: 90px;
}
#ico_download {
    position:absolute;
    top: 115px;
    left: 150px;
}

#ico_prirucky {
    position:absolute;
    top: 80px;
    left: 220px;
}

#ico_potisk {
    position:absolute;
    top: 85px;
    left: 212px;
    white-space:normal;
    width: 70px;
}

#ico_novinky {
    position:absolute;
    top: 70px;
    left: 295px;
}
#ico_informace {
    position:absolute;
    top: 75px;
    left: 360px;
}
#ico_servis {
    position:absolute;
    top: 70px;
    left: 450px;
}
#ico_hotline {
    position:absolute;
    top: 70px;
    left: 510px;
}
#ico_info {
    position:absolute;
    top: 65px;
    left: 580px;
}
#ico_eshop {
    position:absolute;
    top: 60px;
    left: 670px;
}

#menubar {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 190px;
   margin: 0;

 }
#menubar_nadpis {
    position: absolute;
    top: 250px;
    background-color: #0c233d;
    width: 110%;
    color:white;
    font-size: 1.6em;
    font-weight: bold;
    -o-box-shadow: 3px 3px 3px #999;
    -icab-box-shadow: 3px 3px 3px #999;
    -khtml-box-shadow: 3px 3px 3px #999;
    -moz-box-shadow: 3px 3px 3px #999;
    -webkit-box-shadow: 3px 3px 3px #999;
    box-shadow: 3px 3px 3px #999;
}
#menubar_obsah {
    position:absolute;
    top: 280px;
    width: 100%;
    margin-left: 2px;
    font-size: 0.9em;
}

#menubar_obsah a {
    text-decoration:none;
    color: #0c233d;
    word-wrap: break-word;
    white-space: pre-line;
    
}

#menubar_obsah a:hover {
    text-decoration:underline;
   
    }

.menusec {
        margin-left: -2px;
        width: 190px;
        border-top: 1px solid silver;
        border-bottom: 1px solid silver;
        background-color: #e4e7eb;
        padding-left: 10px;
        cursor: pointer;
}

.menusec a a:hover {
       background-color: #e4e7eb;
       text-decoration: none;
}

.menusec:hover {
    background-color: silver;
}

.menusec_prod {
    
     margin-left: -2px;
      padding-left: 10px;
      border-bottom: 1px solid silver;
}

#akcebar {
   border-bottom: 2px solid silver;
   border-left: 2px dotted silver;
}

#akcebarcontent {
    margin-left: -35px;
}

.akce a {
    color:red;
}
#akcebar ul {
   
}

#akcebar li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #f4f7fb url(./imgs/dot.png) no-repeat left center ;
list-style-type: none;
padding-left: 15px;
}



.menutrigger{
        cursor: pointer;
        position: relative;
        left: -35px;
        width: 220px;
        
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin-left: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #f4f7fb url(./imgs/dot.png) no-repeat left center;
list-style-type: none;
padding-left: 15px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #f4f7fb url(./imgs/closed.png) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}



.branch{
        display: none;
        margin-left: 16px;
        text-decoration: none;
}


#loginbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    border:silver solid 2px;
   /* background-color: #FFCC33; */
    background-color: #f4f7fb;
    
   
    font-size: 0.9em;
    }
 

#loginmenu {

    background-color: #e4e7eb;
    
}
#loginmenu td {
    margin-left: 5px;
    margin-right: 5px;
}

#login_obsah {
    position:absolute;
    top: 5px;
    left: 750px;
    
 }
 #tlac {
     display: table;
     width: 100%;
     margin: 0px;
     border-collapse: collapse;
     vertical-align: middle;
     margin: 2px;

}

#tlac .row {
    display: table-row;
     vertical-align: middle;
}

 #tlac .cell{
     display: table-cell;
     vertical-align: middle;
     margin-left: 4px;
     margin-right: 4px;
}

#tlac .cell:hover {
    background-color: white;
}

#tlac a img{
    text-decoration: none;
    vertical-align: middle;
    
}
   #login_obsah.error {
        position: absolute;
        top: 15px;
    }
#frmloginform-username, #frmloginform-password, #frmloginform-login, #frmhledejForm-search, #frmhledejForm-hledej  {
    font-size: 0.9em;
    }

#spodek {
   
    width: 100%;
    border-top:silver solid 1px;
    
    color: gray;
    }

#tipy {
     
     border:silver solid 1px;
     background-color: white;
     z-index: 2;
     margin-left: 15px;
     font-size: 0.9em;
}

#tipy th {
    background-color: #0c233d;
    color:white;
    font-size: 1.2em;
}

#tipy a {
 
    font-weight: bold;
    text-decoration:none;
}

#infoa {
    display: table-cell;
    color: black;
    font-weight:bold;
    width: 200px;
    height: 70px;
    
    font-weight: bold;
    background: url("../imgs/akce.png") 10px 50% no-repeat;
    border: 2px solid #b7cee5;
    background-color: orange;
    padding: 5px;
    padding-left: 60px;
    margin-top: 15px;
    margin-left: 15px;
    text-align:center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    vertical-align: middle;

 }

 #infoa a {

    text-decoration: none;
    color: black;
    margin-top: 5px;
}


#infoe {
    display: table-cell;
    color: black;
    font-weight:bold;
    width: 200px;
    height: 70px;
    font-size: 22px;
    font-weight: bold;
    background: url("../imgs/catalog.png") 10px 50% no-repeat;
    border: 2px solid #b7cee5;
    background-color: #e9e8e2;
    padding: 5px;
    padding-left: 40px;
    margin-top: 15px;
    margin-left: 15px;
    text-align:center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    vertical-align: middle;
    
 }

 #infoe a {
    
    text-decoration: none;
    color: black;
    margin-top: 5px;
}

#aske {
    display: table-cell;
    color: black;
    font-weight:bold;
    width: 200px;
    height: 70px;
    font-size: 16px;
    font-weight: bold;
    background: url("../imgs/ask.png") 10px 50% no-repeat;
    border: 2px solid #b7cee5;
    background-color: #e9e8e2;
    padding: 5px;
    padding-left: 40px;
    margin-top: 15px;
    margin-left: 15px;
    text-align:center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    vertical-align: middle;
    
 }

 #aske a {
    
    text-decoration: none;
    color: black;
    margin-top: 5px;
}


#info {
    display: block;
    color: black;
    font-weight:bold;
    width: 200px;
    height: 60px;
    font-size: 32px;
    font-weight: bold;
    
    background:url("../imgs/shopping.png") 10px 50% no-repeat;
    border: 2px solid #b7cee5;
    background-color: #e9e8e2;
    padding: 5px;
    padding-left: 35px;
    margin-top: 15px;
    margin-left: 15px;
    text-align:center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
 }

 .middle {
     line-height:2em;
     display:inline;
     vertical-align: middle;
 }
 
#info a {
    
    text-decoration: none;
    color: black;
   
}
#info a:hover {
    text-decoration: underline;
    color: black;
}

#down {

    cursor: pointer;
    cursor: hand;
}

#down p {
    

}

#avescan {
    
    width: 200px;
    height: 150px;
    margin-top: 30px;
    margin-left: 15px;
}

#ask {
    display: block;
    color: black;
    font-weight:bold;
    width: 200px;
    height: 60px;
    font-size: 15px;
    font-weight: bold;
    background:url("../imgs/ask.png") 10px 50% no-repeat;
    border: 2px solid #b7cee5;
    background-color: #e9e8e2;
    padding: 5px;
    padding-left: 45px;
    margin-top: 15px;
    margin-left: 15px;
    text-align:center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    vertical-align: middle;
}

#ask a {
    
    text-decoration: none;
    color: black;
   
}
#ask a:hover {
    text-decoration: underline;
    color: black;
}

 .middle_ask {
     line-height:4em;
     display:inline;
     vertical-align: middle;
 }

.iconbar {
    
    
    background-color: #e4e7eb;
    width: 100%;   
    height: 35px;
    margin-bottom: 10px;
}

.iconbc img {
    padding: 2px;
    vertical-align: middle;
    height: 30px;
}

.logopage {
    position: absolute;
    top: -60px;
    left: 590px;
    z-index: 5;
}



#eshop_cena {
    font-size: 1.7em;
    font-weight: bold;
    text-align:right;
}

#eshop_koupit {
     background-color: #e4e7eb;
    
}

#eshop_koupit .imagebutton {
    border: 0px;
    display: inline;
    vertical-align: middle;
}

.eshop_koupit_middle {
    
    
}



.eshop_item {
    float: left;
    position: relative;
    border-right: 2px solid silver;
    border-bottom: 2px solid silver;
    width: 370px;
    height: 300px;
    margin: 15px;
    background-color: #f4f7fb;
}


.eshop_item_content {
    padding: 20px;
}

.eshop_item_featury {
    position: absolute;
    bottom: 75px;
}

.eshop_item_ag_zdarma a {
    color: red;
}

.eshop_item_content img {
    margin-right: 10px;
    margin-bottom: 5px;
    max-height: 100px;
}

.eshop_item_koupit {
    background-color: lightgray;
    position: absolute;
    bottom: 0px;
    width: 360px;
    padding: 5px;
}

.eshop_item_novinka {
    border: solid 3px #b8babc;
     background-color: #f4f7fb;
}

.eshop_item_novinka_header {
    background-color: #b8babc;
}

.eshop_item_akce {
    border: solid 3px orange;
     background-color: #f4f7fb;
}

.eshop_item_akce_header {
    background-color: orange;
}

.eshop_item a {
     
}

#paginator {
    background-color: #e4e7eb;
    -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #e4e7eb;
  
}

table.grid {
        padding: 0;
        margin: 0;
        border-collapse:collapse;
}


 table.grid th {
        color: #ffffff;
        background:  #0c233d url('../imgs/th-bg.png');
        border: 1px solid #d1cdab;
        padding: 6px 6px 6px 12px;

}
table.grid td {
     border: 1px solid #d1cdab;
        padding: 6px 6px 6px 12px;
}



table.grid .alt td {
        background:#e4e7eb;
        color: #000000;
}

table.grid .bigtext {

}

table.grid .sum {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
}



table.gridv {
        padding: 0;
        margin: 0;
        border-collapse:collapse;
}


 table.gridv th {
        color: #ffffff;
        background:  #0c233d url('../imgs/th-bg.png');
        border: 1px solid #d1cdab;
        padding: 2px 2px 2px 12px;

}
table.gridv td {
     border: 1px solid #d1cdab;
        padding: 2px 12px 2px 12px;
}



table.gridv .alt td {
        background:#e4e7eb;
        color: #000000;
}


.error {
    border: 2px solid red;
    background:aqua;
    font-weight: bold;
}

#shopinfo {
    color: gray;
}

.collapse {

    background: transparent url('./imgs/collapse.gif') no-repeat scroll 0% 0%;

    height: 11px;

    position: relative;



    width: 11px;

}



.expand {

    background:transparent url('./imgs/expand.gif') no-repeat scroll 0% 0%;

    display:none;

    height:11px;

    position:relative;



    width:11px;

}

.white {

}

#stavy {
    background-color: silver;
    border: 1px gray;
    color: white;
    
}
#stavy td{
    padding: 3px;
    
}

#stavy .stavy_s {
    background-color: white;
    color: black;
    font-weight:bold;
}

div.ui-datepicker {
		font-size: 0.8em;
	}

	input.datepicker {
		background: transparent url('./imgs/calendar.png') no-repeat right;
		border: 1px solid #CCCCCC;
		padding-right: 20px;
		padding: 0.2em
	}

        #podobne
	{
		width:800px;
		height: 100px;
		position: relative;
		border: solid 1px #ccc;
	}

	#podobne div.scrollableArea *
	{
		display: block;
		position: relative;
		float: left;
		padding: 0;
		margin: 0px 10px 0px 10px;
	}

	div.scrollingHotSpotLeft, div.scrollingHotSpotRight
	{
		min-width: 150px;
	}

        .logowarning-content {
            display: none;
            position: absolute;
            z-index: 1000;
            top: 80px;
            left: 750px;
            width: 350px;
            padding: 2px;
	padding-left: 10px;
	padding-top: 3px;
	font-weight: bold;
        font-size: .8em;
        border: solid 2px silver;
         background-color: #f4f7fb;
}

.selected {
    font-weight: bold;
}

#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url('../imgs/overlay.png') repeat 0 0;
    display: none;
    
    
}

#overlay-panel {

    position: relative;
    margin: 10% auto 0 auto;
    width: 400px;
    background: #FFF;
    border: solid 5px #0c233c;
}

#overlay-content {
    margin: 5px;
}

#overlay-panel .close {
    position: absolute;
    text-align: center;
    top: 0px;
    right: 0px;
    width: 80px;
    color: #fff;
    background: #0c233c;
    font-size: 1.2em;
    font-weight: bolder;
    text-decoration: none;
}

/** ie6 and below only **/
* html #overlay {style="vertical-align: middle; right:0px;"
    background-image: url('../imgs/overlay-ie6.png');
    height: 100%;
    position: absolute;
}


#docobrazek {
    float: right;
    margin: 20px;
}

.zakoupitveshopu {
   position: relative;
   top:8px;
   left:8px;
}

.podobne-img {
    float: left
}

.podobne-box {
    float: right; width: 200px;
}

#dialog-content {
    font-size: .75em;
}

.nezaplacena {
    background-color: #ff0000;
    color: #000000;
}

.nw {
    white-space: nowrap;
}

#inf {
    background-image: url("../imgs/icons/information-frame.png");
    background-repeat: no-repeat;
    background-position: 10px 50%;
    border: 2px solid #b7cee5;
    background-color: #e9e8e2;
    padding: 5px;
    padding-left: 35px;
    margin: 15px;

}

#mainsection_cat {
    font-size: 75%;
    color: gray;
    background-color: #E5ECF9;
}

#mainsection_cat a {
    color: gray;
}

#mainsection_cat a:hover {
    color: blue;
}

#news {
    margin-left: 5px;
    margin-top: 10px;
}

.telephone {
    position: relative;
    vertical-align: middle;
}

table.potisk td:hover {
    background: lightgray !important;
}

.vetsi_pismo {
     font-size: 1.7em;
    font-weight: bold;
    text-align:right;
}

#obraty {
    border: 2px solid #b7cee5;
    background-color: #e9e8e2;
    padding: 5px;
    margin: 15px;
}

#obraty .nadpis {
    text-align: left;
    font-size: 1.5em;
    font-weight: bolder;
    border-bottom: 1px dotted black;
    width: 100%;
}

#frmfindArtiklForm-okb {
    border: 0px;
}

a.button {
    /* Sliding right image */
    background: transparent url('./imgs/button_right_04.png') no-repeat scroll top right;
display: block;
float: left;
height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span {
/* Background left image */
background: transparent url('./imgs/button_left_04.png') no-repeat;
display: inline-block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
}
a.button:hover span{
text-decoration:underline;
}

#preview {
    z-index: 100;
    position: absolute;
    right: 0px;
    top: 500px;
    border: 5px solid black;
    background-color: blue;
}

.filtr .ffp {
    
    display: inline;
    vertical-align: middle;
}

.ffiltr .ffp:hover {
    background-color: white;
}

#adminPanel {
    position: fixed;
    background-color: limegreen;
    bottom: 10px;
    right: 10px;
    padding: 5px;
   -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
     -o-box-shadow: 3px 3px 3px #999;
    -icab-box-shadow: 3px 3px 3px #999;
    -khtml-box-shadow: 3px 3px 3px #999;
    -moz-box-shadow: 3px 3px 3px #999;
    -webkit-box-shadow: 3px 3px 3px #999;
    box-shadow: 3px 3px 3px #999;
}

