/**
* This file overrides the basic template css
*/

/** Menu display */

.contentWrapper  {
/*border-top:3px solid #99B81D;*/
}

.contentFooter  {
/*border-bottom:3px solid #99B81D;*/
}


.leftPanel h3 {
/*background: none;
background-color: #99B81D;*/
}

/** current category selection */
.leftPanel ul li.curSelect a { /*color: #99B81D;*/} 

.basket h3 {
/*background: none;
background-color: #99B81D;*/
}

/** category comment title */
.menuDiv .catTitle h4 {color:#99B81D;}

/** item price */
.itemDiv .priceSpan{/*color: #99B81D;*/}

/** customise btn */
.packageopts .customiseBtn{
/*background:url("images/customiseBtn.png") no-repeat top left;*/
}

/** info image */
.infoBox{
/*background:url("images/selectionIcon.png") no-repeat scroll center center transparent;*/
}

/** qty box */
.qtyDiv {
/*background:url("images/qtybox.png") no-repeat top left;*/
}

/** add button */
.addBtn{
/*background: url("images/addtobasket.png") no-repeat top left;*/
}

.basketTotal .checkoutBtn
{
/*background: url("images/largeButton.png") no-repeat top left;*/
}

.contentHeader .cSitePromotion {
/*background:url("images/promoBanner.png") no-repeat scroll left top transparent;*/
}

/** about page */
.aboutLeftBtn
{
	/*background: url("images/largeButton.png") no-repeat top left;*/
}