/* CSS Document */
body{
background: black url('im/volant4.gif') no-repeat;
background-attachment: fixed;
font-family: Tahoma;
font-size: 0.75em;
}
.sections{/*position: absolute;
left: 3px;
top: 20px;*/
float:left;
margin-right: 10px;
background: url('im/white_op.png');
border: 0px solid black;
width: 110px;
padding: 2px;
}
table.offer{/*
position: absolute;
top: 20px;
left: 120px;*/
padding: 0px;
border-spacing: 0px;
width: 75%;
/*background-color: black*/ 
}
table.item{
background: url('im/white_op.png');
border: 0px solid black;
border-bottom: 15px solid #e73730;
padding: 0px;
border-spacing: 0px;
margin-top:0px;
}
TD{
padding: 5px;
width: 50%;
font-size: 0.75em;
}
.cart{/*
position: absolute;
top: 0px;
left: 0px;*/
float: right;
width: 98%;
text-align: right;
}
.cart_inner{
float:right;
margin-left:90%;
width: 100px;
background-color:white; 
border: 0px solid black;
}
.input_count{
width: 20px;
}
.submit{
background-color: #e73730;
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{
float: left;
background: white;
border: 0px solid black;
padding: 0px;
border-spacing: 0px;
width: 30%;
margin-left: 20%
}
.back{
position: relative;
margin-top: 20px;
margin-left: 20px;
background: white; 
border: 0px dotted black;
}
table.order{
width: 30%;
background: white;
border: 0px solid black;
padding: 0px;
border-spacing: 0px;
}
.objednavky{
background: url('im/white_op.png');
}
h1
{
background-color: #e73730;
text-transform:uppercase;
padding: 0px;
font-size: 1.0em;
}
th{
text-align: left;
font-size: 0.75em;
background-color: #e73730;
text-transform:uppercase;
padding: 0px;
padding-left: 3px;
}