/*Categories Plugin Page CSS*/
.ProductHolder {padding: 1em;}
.ProductHolderBg { background:url(/images/productListBg.gif) repeat-x top left; padding:2.5em 1em 1em 1em; }
.titleAndDescription { float:left; width:250px; padding-right:10px; }
.image { float:left; width:126px;}
.button{ float:left; width:73px; text-align:center; padding-top:10px;}
.ProductHolder .image{}

/*ProductInformation Styles*/
#ProductPage #PageTitleHolder {width:275px;}
#ProductPage #PageTitle {padding-bottom:1em;}
#BuyForm {width:175px; text-align:center;}
#BuyForm #PriceHolder {font-size:170%; font-style:italic; color:#D62F28; text-align:center;}
#BuyForm label {font-size:130%; font-style:italic; color:#D62F28; font-weight:bold;}
#BuyForm .TextInput {width:2em; margin-left:10px;}
#BuyForm .SubmitButton {font-size:110%; padding:5px 5px 10px 35px; background:url(/images/btn_AddToBasket.gif) left no-repeat;}
#TopContent .Bottom {padding:10px;}


/*Test Questions Page*/
.QuestionHolder label {display:block; float:left; width:37.5em;}
.QuestionHolder .BooleanHolder {display:block; float:right; width:2.5em; text-align:right;}
#QuestionsForm .SubmitButton {color:#353434; font-size:110%; padding:2px 25px 2px 2px; background:url(/images/btn_Confirm.gif) right no-repeat;}


/*Basket Styles*/
#BasketTable {width:100%;}
#BasketTable th {font-size:110%; padding:5px 2px; color:#D62F28;}
#BasketTable td {padding:2px;}
#BasketTable #GrandTotal th {text-align:right;}

#BasketTable .Quantity {width:16%;}
#BasketTable .Remove,
#BasketTable .Price,
#BasketTable .Total {width:12%;}

#BasketTable .Quantity .TextInput {width:2em;}
#VoucherContainer .TextInput {width:10em;}

.ButtonHolder {text-align:right; width:38em;}

/*Customer Details Page*/
.PostcodeInput .TextInput {width:6em;}
#PostcodeSelect .Padded {display:block; padding:0.5em 1em;}

/*summary page*/
.CV2Row .TextInput {width:4em;}
.CV2Row .InputHolder {width:5em;}
.FormRow .Link {float:left; display:block; width:15em; text-align:right; padding-top:0.2em;}