.BasketTable {width:1000px; font-family: OpenSans; border: 1px solid white;  border-spacing: 0px;  }
.BasketTable th {background-color:#FFBE00; height:30px; text-align:left; padding:8px; }
.BasketTable td{border-bottom:1px silver solid; padding:4px;}
.BasketTable td input[type=text]{width:30px; padding:4px;}
.BasketTable .ProductImage {width:90px; }
.BasketTable .ProductImage img{width:120px; padding-top:10px;}
.BasketTable tbody tr:hover td { background-color:#F5F5F5;}
.BasketTable .BasketTinyDescription{font-size:14px;}

.BasketTable .RemoveProduct{}
.BasketTable .RemoveProduct img{width:24px;}

.BasketTable .BasketProductOptions{font-size:14px;margin-top:3px;margin-bottom:3px;}

.BasketSumTable{width:400px;background-color:#EEEEEE;float:right; padding:12px;border-collapse: collapse; border:1px silver solid;}
.BasketSumTable td{border-bottom:1px silver solid; padding:5px; }
.BasketSumTable tr{line-height: 28px; }

.BasketSummaryTable{width:100%; margin-top:12px;font-family: OpenSans;}
.BasketSummaryTable td{vertical-align:top;}

.CheckOutButtons {text-align:right; float:right;}
.CheckOutButtons h3{margin:0px; padding:25px 0px 5px 0px; text-align:left;}

.CheckOutButtons .CheckOutOption{ width:408px; margin:20px 0px 0px 0px;}
.CheckOutButtons .CheckOutOption .CheckOutRadio{float:left; width:50px;}
.CheckOutButtons .CheckOutOption .CheckOutDescription{ width:350px; float:left; text-align:left; padding-left:8px;}
.CheckOutButtons .CheckOutOption .CheckOutDescription h4{font-size:13px;margin:0px; padding-top:8px;}
.CheckOutButtons .CheckOutOption .CheckOutDescription .CheckOutDescriptionLogo{padding-top:0px;padding-bottom:10px;}
.CheckOutButtons .CheckOutOption .CheckOutDescription .CheckOutDescriptionLogo img{max-width:200px;}

.CheckOutButtons .CheckOutOption .CheckOutDescription .SmallerDescription{font-size:13px; padding-top:4px;}

.ButtonCheckOut {width:250px; float:right; padding-top:40px; padding-bottom:40px;}
.ButtonCheckOut button {font-family:OpenSans; font-size:14px;  color:#333333; border-radius:3px; border:1px solid #942911; cursor:pointer; padding:7px 24px; text-decoration:none; background-color:#FFBE00;}
.ButtonCheckOut button:hover {background-color:#FFA600;}
.ButtonCheckOut button:active {background-color:#6299c5;border:1px solid #6299c5;color:#fff;}
