﻿.checkout-table
{
    margin-top:20px;
    width:724px;
    border-style:none;
    background-image:url(../images/checkout-header.png);
    background-repeat:no-repeat;
    float:right;
    text-align:center;
}

.checkout-table table
{
    margin-bottom:32px;
}

.checkout-table th
{
    color:white;
    line-height:27px;
    padding-left:4px;
    padding-right:8px;
    padding-bottom:4px;
    font-weight:bold;
}

.checkout-table td
{
    padding-left:4px;
    padding-right:8px;
    padding-bottom:2px;
    padding-top:2px;
}

.checkout-table .left
{
    text-align:left;
}

.checkout-table .centre
{
    text-align:center;
}

.checkout-table .right
{
    text-align:right;
}

.checkout-table .desc
{
    width:400px;
}

.checkout-table .img img
{
    padding:1px;
    border:1px solid #EBCBA3;
}

.checkout-table .qty input
{
    width:40px;
    text-align:center;
}

tr.totals td
{
	padding-top:8px;
	border-top:1px solid #9f0251;
}

.other-items
{
	float:right;
	width:710px;
	padding-top:8px;
}

.small-print p
{
	font-size:10px;
}

.linked-item
{
	width:346px;
	height:100px;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	background-image:url(../images/box-product-link.png);
	overflow:hidden;
	line-height:100px;
}

.linked-item *
{
	cursor:pointer;
}


.linked-item img
{
	margin-left:8px;
    border:1px solid #DCAF75;
	vertical-align:middle;
}

.linked-item .details
{
	display:block;
	margin-top:8px;
	float:right;
	line-height:16px;
	padding-right:8px;
}

.linked-item .details .header
{
	display:block;
	width:204px;
	height:23px;
	background-image:url(../images/box-more-header.png);
	overflow:hidden;
	line-height:21px;
}

.linked-item .details .info
{
	display:block;
	width:204px;
	overflow:hidden;
	line-height:16px;
	margin-top:4px;
	color:#DCAF75;
	font-size:16px;
	
}

.linked-item .details .header .price
{
	padding-left:8px;
	font-family:georgia;
	color:#ffffff;
	font-weight:normal;
	font-size:14px;
}
