/* CSS Document */
body{
background: #FFCC00 
}
.sections{position: absolute;
left: 3px;
top: 20px;
background: #FFFF99;
border: 0px solid black;
width: 110px;
padding: 2px;
}
table.offer{
position: absolute;
top: 20px;
left: 120px;
padding: 0px;
border-spacing: 0px;
vertical-align: top;
width: 75%;
background-color: #FFCC00;
}
table.item{
width: 380px;
heigth: 200px;
background: #FFFF99;
border: 0px solid black;
padding: 0px;
border-spacing: 0px;
margin-top:0px;
}
TD{
vertical-align: top;
}
.cart{
position: absolute;
top: 0px;
left: 0px;
width: 98%;
text-align: right;
}
.cart_inner{
margin-left:90%;
width: 100px;
background-color:#FFFF99; 
border: 0px solid black;
}
.input_count{
width: 20px;
}
.submit{
background-color: red;
border:1px solid black;
}
A{
color:black;
font-weight: bold;
text-decoration: underlined
}
A:visited{
color:black;
font-weight: bold;
text-decoration: underlined
}
A:hover{
color:gray;
text-decoration:none;
}
table.cart_content{
position: relative;
margin-top: 20px;
margin-left: 120px;
width: 500px;
heght: 5px;
background: #FFFF99;
border: 0px solid black;
padding: 0px;
border-spacing: 0px;
}
.back{
position: relative;
margin-top: 20px;
margin-left: 20px;
background: #FFFF99; 
border: 0px dotted black;
}
table.order{
position: relative;
margin-top: 20px;
margin-left: 120px;
background: #FFFF99;
border: 0px solid black;
padding: 0px;
border-spacing: 0px;
}
.objednavky{
position: absolute;
left:-0px;
background: #FFFF99;
width: 100%;
}

