div.cleaner {
	clear: left;
	height: 1px;
	visibility: hidden;
}
hr.cleaner {
    clear: both;
    height: 1px;
    margin: -1px 0 0 0;
    padding: 0;
    border: none;
    visibility: hidden;
}

body {
	font-family: Verdana, Arial, Helvetica, sans;
	font-size: 0.9em;
    margin: 0;
    color: #eee;
}
img {
    border: 0;
}
.hideit, .kosik, .alert, #language, #left {
    display: none;
}

p {
    font-size: 0.9em;
    line-height: 130%;
    margin: 10px 0 20px 0;
    color: #e1ecfe;
}


#bottom {
    border-top: 1px solid #3c3c3c;
    margin: 30px 0 0 0;
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 0.8em;
    line-height: 170%;
    color: #bbb;
}
#bottom a, #bottom p {
    color: #bbb;
    text-decoration: none;
}
#bottom a:hover {
    color: #fff;
}
#bottom span {
    color: #aaa;
    font-size: 0.9em;
}

p img.floated {
    float: left;
    margin: 0 10px 2px 0;
}
p img.floated.right {
    float: right;
    margin: 0 0 2px 10px;
}

.right {
    text-align: right;
}




.shopitem {
    width: 205px;
    height: 159px;
    background: url(../images/shopitem.jpg) no-repeat left top;
    float: left;
    margin: 0 11px 10px 0;
    position: relative;
}
.shopitem h4 {
    margin: 0;
}
.shopitem h4 a {
    color: #f9f9f9;
    text-decoration: none;
    font-size: 0.8em;
    display: block;
    height: 30px;
    padding: 9px 0 0 8px;
}
.shopitem h4 a:hover {
    color: #feefb8;
}
.shopitem p {
    color: #333;
    margin: 0;
    padding: 0 5px;
}
.shopitem p.price {
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 125px;
    right: 15px;
    padding: 0;
    color: #B23517;
}
.shopitem p.image {
    width: 100px;
    height: 100px;
    border: 1px solid #D8DAD7;
    overflow: hidden;
    float: left;
    margin: 4px 4px 0 6px;
    text-align: center;
    background: #fff;
    padding: 0;
}
.shopitem p.image a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.shopitem p.image img {
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
}
.shopitem p.action {
    position: absolute;
    padding: 0;
    top: 1px;
    right: 2px;
    width: 47px;
    height: 38px;
    background: url(../images/shopitemaction.gif) no-repeat left top;
    overflow: hidden;
}
.shopitem p.action span {
    visibility: hidden;
}
.shopitem p a{
    color: #112445;
}
.shopitembig {
    width: 200px;
    height: 200px;
    line-height: 200px;
    float: left;
    margin: 0 10px 0 0;
    overflow: hidden;
    text-align: center;
    background: url(../images/shopitembig.gif) no-repeat left top;
}
.shopitembig img {
    max-width: 190px;
    max-height: 190px;
    vertical-align: middle;
}
.shopitemtext {
    width: 210px;
    float: right;
}
.shopitemtext p {
    margin: 0 0 10px 0;
}
#right p.shopprice {
    float: left;
    text-align: center;
    width: 180px;
    font-size: 1.3em;
    margin: 5px 0 0 10px;
}
#right p.shopprice small {
    font-size: 0.7em;
}
#right p.shopprice span {
    font-size: 0.7em;
    display: block;
    line-height: 60%;
    color: #bbb;
}
#right p.shopprice strong {
    font-size: 0.7em;
    display: block;
    line-height: 190%;
    font-weight: normal;
    color: #eee;
}
#right form.shopadd {
    clear: left;
    float: left;
    line-height: 1.3em;
    margin: 10px 0 0 10px;
    width: 180px;
}

table.kos th, table.kos td {
    text-align: left;
    padding: 3px;
}
table.kos td a {
    color: #0C1A34;
    font-weight: bold;
}
table.kos td a:hover {
    text-decoration: none;
}
table.kose th, table.kose td, table#doruc th, table#doruc td  {
    text-align: left;
    padding: 3px;
    background: none;
    color: #f4f4f4;
}
table.kose input, table#doruc input {
    width: 280px;
}
table.kose input.kupon {
    width: 140px;
    padding: 0;
    border: 0;
    float: right;
    background: none;
}
table.kose td.right, table#doruc td.right {
    text-align: right;
}
table.kose h4 {
    margin: 0;
}