/* CSS developed by Atomic Computer Systems*/

/* Activator for the Cart. This div the cart is held in */
.menu1 {
	color:#FFF;
	text-align:left;
	width:50%;
	height:auto;
	padding:0.6em;
	background-color:#3b4765;
	background-repeat:repeat-x;
	border-left:1px solid #006;
	border-top:1px solid #006;
	border-right:1px solid #006;
	border-bottom:1px solid #006;
	z-index:0;
	box-sizing:border-box;
	min-width:100px;
}

.menu1::before {
content:"\2302";
}

.menu1:hover {
background-color:#3c4866;
}

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

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

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

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

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

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

table.cart-holder button{
padding:4px;
border:0px;
cursor: pointer;
background-color:#3b4765;
color:#fff;
min-width:20px;
border:1px #009 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:#ddd;
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: #3f4c6b;
background-image: linear-gradient(transparent 50%, rgba(0,0,255,.5) 50%);
background-size: 3px 3px;
border-radius:5px;
color:#fff;
border:1px #009 solid;
font-weight:bold;
}

.add-basket:hover {
padding:4px;
cursor: pointer;
background-color: #3f4c6b;
background-image: none;
border-radius:5px;
color:#fff;
border:1px #009 solid;
font-weight:bold;
}