/* 
========================================================================
CACTUSHOP.CSS
========================================================================
*/


/*
------------------------------------------------------------------------
COMMON ELEMENTS
------------------------------------------------------------------------
*/

/* Left, Top links, right, admin bar, bottom footer logos, bottom links, icons, freephone image 
Add form button, quantity input boxes, carry on shopping area
*/
#header2, #left, #right, #adminbar, #BTMLogo1, #BTMLogo2, 
#BottomLinks, #PindarIcons, #FreephoneNumber, .AddButton, .qtyfield, .carryonshopping

{
	display: none;
	visibility: hidden;
	width: 0;
}

/* Pad out the breadcrumb area to move it away from page content - may be useful for people to see
where the product is so they can find it again */

#PindarBreadCrumb {padding: 30px}


#container {
	display: block;
	background: none;
	margin: 0 auto;
}

#centrecontainer, #pagecontent {
	width: 100%;
}

#terms {
	background: none;
	color: Grey;
}

#AddressBox{ width: 100%; text-align:center; color: #C0C0C0}


/* Version formatting - some prices get cut off so we need to fix them */
.versions {width: 95%;}
#txtPrice{width: 100px}


/*######################## PINDAR : KW : Product Page Tabs CSS */






