/* CSS developed by Atomic Computer Systems*/

/* Activator for the Cart. This div the cart is held in */
.menu1 {
	color:#FFF;
	text-align:left;
	width:202px;
	height:22px;
	padding:4px 0px 0px 0px;
	background-image:url(../styleImages/navOffMid.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #060;
	border-top:1px solid #060;
	border-right:1px solid #060;
	border-bottom:0px;
	z-index:0;
	float:left;
}

.menu1:hover {
background-image:url(../styleImages/navOnMid.jpg);
}

/* The table in which the data for the cart is held */
table.cart-holder{
width:804px;
border-left:1px solid #060;
border-top:0px solid #060;
border-right:1px solid #060;
border-bottom:1px solid #060;
background-color:#FFC;
color:#000;
display:none;
font-size:11px;
position:absolute;
margin-top:27px;
}

.cart-holder th {
font-size:12px;
}

table.cart-holder a:link{
color:#060;
}

table.cart-holder a:visited{
color:#060;
}

table.cart-holder a:hover{
color:#000;
}

table.cart-holder a:active{
color:#000;
}

table.cart-holder button{
padding:4px;
border:0px;
cursor: pointer;
background-color:#6c3;
color:#000;
min-width:20px;
border:1px #090 solid;
}


table.cart-holder td{
text-align:center;
}

#basket {
padding-left:10px;
}

#vat-text {
font-size:8px;
}

#quick-total{
display:none;
float:right;
padding-right:15px;
padding-top:3px;
color:#360;
font-size:11px;
}

.checkout {
background-image:url(https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif);
background-position:  0px 0px;
    background-repeat: no-repeat;
    width: 145px;
    height: 42px;
    border: 0px;
	background-color:transparent;
	cursor: pointer;
}

table .checkout-table{
display:none;
}

#checkout-button {
display:none;
}


/*------- Global Button Styling for Add to Basket ---------- */

.add-basket {
padding:4px;
cursor: pointer;
background-color:#6c3;
color:#000;
border:1px #090 solid;
}