.PriceBar {
font-family: "Times New Roman", Serif;
background-color: #781815;
padding: 4px;
font-size: 1.4em;
width: 425px;
}

label {
font-family: "Times New Roman", Serif;
font-size: 1.2em;
color: #a22c26;
margin-right: 10px;
}

#BasketForm {
width: 425px;
}

#BasketForm div {
margin-bottom: 2em;
}

#BasketForm input {
background-color: #fff;
border: 1px solid #a22c26;
text-align: center;
} 

#BasketForm input.Button {
color: #a22c26;
font-family: "Times New Roman", Serif;
text-transform: uppercase;
}

#BasketFormTable {
}

#BasketFormTable td {
padding-right: 10px;
}

/* Other Products
**************************/

#OtherProducts {
background-color: #1c1c1c;
position: relative;
height: 160px;
margin-left: -12px;
margin-right: -12px;
margin-bottom: -12px;
border-top: 1px solid #390400;
}

#OtherProductInfo {
background-color: #000;
width: 106px;
position: absolute;
top: 10px;
left: 10px;
height: 130px;
padding: 5px;
}

#OtherProductInfo p {
margin-top: 0;
}

#OtherProductArrow_Left {
position: absolute;
width: 24px;
left: 126px;
top: 10px;
cursor: pointer;
}

#OtherProductArrow_Right {
position: absolute;
width: 24px;
left: 126px;
top: 80px;
cursor: pointer;
}

.OtherProduct {
position: absolute;
top: 10px;
width: 140px;
height: 140px;
background-color: #781815;
}

#OtherProduct1 {
left: 160px;
}

#OtherProduct2 {
left: 310px;
}

#OtherProduct3 {
left: 460px;
}

#OtherProduct4 {
left: 610px;
}