
body.shop {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

div#mainborderleft {
    position: absolute;
    background-image: url(/images/shop/Izitoko_border_left.png);
    background-repeat: repeat-y;
    width: 25px;
    top: 35px;
}

div#mainborderright {
    position: absolute;
    width: 25px;
    background-image: url(/images/shop/Izitoko_border_right.png);
    background-repeat: repeat-y;
    top: 35px;
}

div#clipper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

div#izitokoBar {
    position: absolute;
    top: 0px;
    left: 0px;
    //width: 1024px;
    background: url(/images/shop/topbarplate.png);
}
.backtoportalimage{
    margin-top: 12px;
    margin-left: 10px;
}


.izibarIcon{
margin-right: 5px;
}

div#topArea {
    position: absolute;
}

div#topBackground {
    position: absolute;
}

div#bottomArea {
    position: absolute;
}

div#bottomBackground {
    position: absolute;
    opacity: 1;
}

div#showcaseArea {
    position: absolute;
    overflow: scroll;
    overflow: -moz-scrollbars-horizontal;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

div#showcaseBackground {
    position: absolute;
}

div#showcaseTitle {
    position: absolute;
}

div#showcaseTitle img {
    position: absolute;
}

div#shopMenuBar {
    position: absolute;
    z-index: 10;
}

div#shopMenuBackground {
    position: absolute;
}

input#menuSearchQuery {
    position: absolute;
    border: medium none;
    background-color: white;
    width: 181px;
    height: 16px;
    margin-left: -202px;
    margin-top: 13px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 11px;
    color: black;
}

div.menuSeparator {
    position: absolute;
}

div.showcaseItem {
    float: left;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    width: 200px;
}

div.itemTitle {
    width: 200px;
    height: 40px;
    text-align: center;
    white-space: normal;
}

div#shopContentMenu {
    position: absolute;
    z-index: 0;
}

div#shopContentMenuItems {
    position: absolute;
    padding-left: 15px;
}

div#shopContentText {
    position: absolute;
}

div#shopContactForm {
position:absolute;
}

div#shopCartBackground {
    position: absolute;
}

div#shopCartTop, div#shopCartMiddle, div#shopCartBottom {
    position: absolute;
}

div#shopCartArea {
    position: absolute;
    min-height: 60px;
}

div#cartOrderButton {
    position: absolute;
    bottom: 55px;
    left: 400px;
}

div#cartTotalPrice {
    position: absolute;
    bottom: 50px;
    left: 0px;
    text-align: center;
    width: 130px;
    font-family: Georgia, Tahoma, Verdana, Arial;
    font-size: 20px;
    color: white;
    font-weight: bold;
}


div#productMediaContainer {
padding: 10px;
height: 120px;
}

div#shopProductBackground {
    position: absolute;
}

div#shopProductTopLeft, div#shopProductTopCenter, div#shopProductTopRight, div#shopProductMiddleLeft, div#shopProductMiddleCenter, div#shopProductMiddleRight, div#shopProductBottomLeft, div#shopProductBottomCenter, div#shopProductBottomRight {
    position: absolute;
}

div#shopProductArea {
    padding-top: 10px;
    position: absolute;
}

div#shopOrderPanel {
    position: absolute;
}

form#orderForm {
    margin-top: 10px;
}

div#productMainImage {
    float: left;
    margin-right: 10px;
    text-align: left;
}

div#productName {
    font-size: 130%;
}

img.productImageThumb {
    margin: 1px;
    cursor: pointer;
}

div.cartItem {
    float: left;
    margin: 4px;
}

img.cartItemDelete {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
    cursor: pointer;
}

div#shopLoadingShader {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 20;
}

div#shopLoadingShader img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}

Div.dvSeparator {
    width: 100%;
    height: 2px;
    background-color: #c0c0c0;
    font-size            : 0pt;        /* IE FIX... */
    margin-bottom        : 5px;
    margin-top            : 5px;
    padding                : 0px;
}

Input.txtSmall {
    width                : 80px;
    border                : 1px solid #cccccc;
    font-size            : 9pt;
    height                : 18px;
}

Span.requiredField{
    font-size: 8pt;
    color: #ee0000;
}

#inpPaymentMethod {
width: 300px;
}

#inpDeliveryMethod {
width: 300px;
}

Div.dvOrderDescriptionBox {
width: 100%;
margin-bottom: 15px;
margin-top: 15px;
}

#divOrderOverview {
height: 150px;
}

Span.inputExample {
font-size: 8pt;
}

.priceCell {
    padding-left: 40px;
}

.inpBox {
}


.inpBoxRed {
 border-color: red;
}

.smallText {
    font-size: 80%;
}

.shopContentMenuItemContainer {
margin-top: 6px;
margin-bottom: 6px;
}

div#productDescription {
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 10px;
word-wrap: break-word;
margin-right: 30px;
text-align: justify;
}

.shopTekstvlak {
overflow-x: hidden;
overflow-y: hidden;
padding-bottom: 10px;
word-wrap: break-word;
}

div.shopWarning {
color: red;
font-size: 75%;
font-weight: bolder;
padding: 2px;
border: 1px dotted red;

}

