#content a.continue,
#content a.checkout {
	color: #565656;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	position: relative;
	top: 15px;
}


p.nothing {
	margin: 0 20px 10px 20px;
}

p.nothing a {
	font-weight: bold;
}

.minus_from_basket,
.add_to_basket {
	display: inline;
	padding: 0 3px;
}

#main_content table.basket form.remove_from_basket {
	padding:0;
	margin:0 0 0 4px;
	width:auto;
}

table.basket form.remove_from_basket input {
	margin:0;
	padding:0;
}

table.basket form.link input {
	padding:0;
	margin:0;
}

.back_button {
	padding: 10px 0 10px 15px;
	background: url('/_images/bullets/back.gif') left center no-repeat;
}

.next_button {
	padding: 10px 15px 10px 0;
	background: url('/_images/bullets/next.gif') right center no-repeat;
}

.error {
	width: 600px;
	margin: 10px 20px;
	padding: 5px;
	border: 1px solid #999;
	background-color: #DF4545;
	color: #fff;
}

/* TABLE STUFF */

.basket {
	/*margin: 10px 20px;*/
	width: 695px;
}

.basket td {
	padding: 3px 5px;
}

.basket th {
	padding: 0 5px 3px 5px;
	text-align: center;
}


/* COLUMN HEADERS */

col.product {
	width:330px;
}

col.price {
	text-align:right;
	width:76px;
}

col.qty {
	width:60px;
	text-align:center;
}

col.actions {
	text-align:right;
	width:76px;
}


col.total {
	text-align:right;
	font-weight:bold;
	width: 80px;
}

/* HEADER ITEMS */


.basket .th_item {
	padding-left: 5px;
	text-align: left;
}

.basket .th_price {
	padding-right: 5px;
	text-align: right;
}


.basket .th_total,
.basket .th_price {
	padding-right: 5px;
	text-align: right;
}

/* TD STYLES */

.td_price {
	text-align: right;
}

.td_qty {
	text-align: center;
}

.td_total {
	text-align: right;
	font-weight: bold;
}

/* ROW STYLES */

.row_style {
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	background:#F9F9b8;
	padding:4px;
}

.row_style_2 {
	border-top:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	background:#F9F9b8;
	padding:4px;
}


input.text {
	border: 1px solid #999;
}



#giftbox {
	margin: 0 20px 30px 20px;
}

#giftbox table td {
	vertical-align: top;
	padding: 0 10px;
}

#giftbox textarea {
	border: 1px solid #999;
	padding: 2px;
}

#giftbox input.submit {
	position: relative;
	top: 15px;
}

#protximage {
	position: absolute;
	bottom: 205px;
	left: 20px;
}

#geotrustimage {
	position: absolute;
	bottom: 200px;
	left: 200px;
}

#isisimage {
	position: absolute;
	bottom: 210px;
	left: 340px;
}

#idisimage {
	position: absolute;
	bottom: 210px;
	left: 380px;
}

.lowstock {
	background:#ccc url('/_images/buttons/basket.gif') right center no-repeat;
	padding-right: 20px;
}




