/* product details */

div.details {
float:left;
width:236px;
margin-right: 25px;
padding-right: 25px;
border-right: 1px solid #CCCCCC;
}

.price {
color: #ffffff;
background-color: #FF9C00;
padding: 0.3em;
margin-bottom: 1em;
}
.price td, .size td {
font: bold 1.4em Arial, Helvetica, sans-serif;
}
.size {
color: #ffffff;
background-color: #FF4E00;
padding: 0.3em;
margin-bottom: 1em;
}

div#temp-cart1 {
background: url(/img/overlay.png);
min-height:200px;
}

div#temp-cart2 {
background: url(/img/cart_loading.gif) center center no-repeat;
min-height:200px;
}

div.description {
border-right: 1px solid #CCC;
margin-right: 40px;
min-height: 500px;
width:395px;
float: left;
}

div.description a.submit {
float:right;
}
div.description a.submit:hover {
text-decoration:none;
}
