.hl1 {
	font-size: 18px;
	line-height: 200%;
}

.shopInput {
    width:44px;
    border-style:solid;
    border-width:1px;
    border-color:#333333;
    background-color:white;
    color:black;
    text-align:right;

}

.error {
    border-color:red;
    border-style:dashed;
    border-width:1px;
    //font-weight:bold;
}

div.productBox {
    /*float:left;*/
    width:320px;
}

div.buyControl {
    position:relative;
}

form,table,tr,td {

    font-family: "Trebuchet ms","Gill Sans MT", "Gill sans",  sans-serif;
    line-height:17px;
    font-size:13px;
    color:#ffffff;
    
    text-decoration:none;
    font-weight:normal;
    text-transform:none;
    
    border-collapse:collapse;
}

input, textarea {
    width:120px;
    
    font-family: "Trebuchet ms","Gill Sans MT", "Gill sans",  sans-serif;
    line-height:17px;
    font-size:13px;
    color:#000000;
    text-decoration:none;
    font-weight:normal;
    text-transform:none;
}

div.cart {

    position:absolute;
    top:92px;
    left:360px;
    z-index:25;

}

