.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body {
height: 100%;
background-color: #fafafa;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;
font-family:Segoe UI, Trebuchet MS, Arial;
font-size:13px;
color: #333333;
padding: 20px;
margin: 0;
line-height: 18px;
overflow: -moz-scrollbars-vertical;
}

a {
text-decoration: none;
color: #333;
}

a:visited{
text-decoration: none;
color: #333;
}

a:hover {
text-decoration: none;
color: #1BA7D8;
}

#buy_title {
font-weight: bold;
float: left;
width: 600px;
margin-bottom: 5px;
clear: both;
}
#product_add {
float: left;
width: 586px;
border: 1px dotted #999;
padding: 7px;
clear: both;
}
.product_title {
font-weight: bold;
float: left;
width: 450px;
}
.product_qty {
float: left;
width: 50px;
text-align:right;
}
.product_price {
float: right;
width: 86px;
text-align:right;
}
.product_subtotal {
font-weight: bold;
text-align: right;
float: left;
width: 580px;
padding-top: 10px;
}
#product_buy {
float: left;
width: 585px;
text-align:right;
padding-top: 10px;
clear: both;
}
.productListing-heading {
font-size: 13px;
font-weight: bold;
}

.productListing-data {
font-size: 13px;
}

.cart {
}

.productListing {
float: left;
width: 580px;
clear: both;
padding-bottom: 10px;
}

.product_cart{
float: left;
width: 580px;
clear: both;
}

.product_even {
padding-bottom: 15px;
clear: both;
margin-bottom: 10px;
}

.product_odd {
padding-bottom: 15px;
clear: both;
margin-bottom: 10px;
}

.remove {
width: 50px;
font-size: 13px;
font-weight: bold;
float: left;
padding-right: 10px;
text-align: center;
}

.products {
width: 400px;
font-size: 13px;
font-weight: bold;
float: left;
}
.products_list {
width: 400px;
font-size: 13px;
float: left;
}
.qty {
width: 30px;
font-size: 13px;
font-weight: bold;
float: left;
}

.price {
width: 55px;
font-size: 13px;
float: right;
font-weight: bold;
}

.price_p {
width: 55px;
font-size: 13px;
float: right;
text-align: right;
}

.product_table {
font-size: 13px;
}

.main {
font-size: 13px;
}

.smallText {
font-size: 11px;
}

.messageStackError {
font-size: 11px;
}

.inputRequirement {
font-size: 11px;
}

.pageHeading {
font-weight: bold;
font-size: 13px;
}

.line_break {
width: 580px;
border-bottom: 1px dotted #999;
margin-top: 2px;
}
