a:link.btn,
a:visited.btn,
a:hover.btn,
a:active.btn,
input.btn,
.btn input {
	float: right;
	margin-top: 10px;
	margin-right: 27px;
	background-color: #990000;
	color: #FFF;
	text-transform: uppercase;
	padding: 7px 15px;
	font-weight: bold;
	font-size: 0.687em;
	text-decoration: none;
}

/* product thumbs
========================================================================================================= */
.ProductThumbs {
	clear: both;
	margin: 5px 0 10px 25px;
}
.ProductThumbs .paging {
	border: none;
	margin: 0;
}
.ProductThumbs h2 {
	padding: 15px 0 10px;
}
.ProductThumbs table {
	clear: both;
	border-top: solid 1px #ccc;
	margin: 8px 0;
}
.ProductThumbs td {
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.ProductThumbs img {
	/*margin: 0 5px 7px 0;*/
}
.ProductThumbs img.noImg {
	border: solid 1px #EEE;
}
.ProductThumbs td div {
	width: 120px;
	padding: 5px 0 7.5em;
	margin: 10px auto 0 auto;
	/*float: left;*/
	position: relative;
}
div.Range td div {
	padding-bottom: 2em;
	text-align: center;
}
div.Range .more {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 10px 0 0;
    display: block;   
}
.ProductThumbs td.mid {
	/*padding: 0 45px;*/
	padding: 0;
}
.ProductThumbs p {
	font-size: 0.625em;
	margin: 0;
	padding-left: 5px;
	position: absolute;
	top: 180px;
	left: 0;
	line-height: 1.2;
}
.RelatedProducts p
{
top: 135px;
}
.ProductThumbs strong {
	display: block;
	padding-top: 3px;
	font-size: 0.687em;
	position: absolute;
	left: 5px;
	bottom: 18px;
}
.ProductThumbs .more {
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-decoration: underline;
	color: #000;
	font-size: 0.687em;
	/*background: url(../../Images/bull.gif) no-repeat bottom right;*/
	padding-right: 5px;
}
.leather select
{
	float: right;
	font-size: 0.687em;
	width: 160px;	
}

/* range thumbs
========================================================================================================= */
.Range .btn {
	text-decoration: none;
	position: static;
	text-align: center;
	display: inline;
	float: right;
	margin-right: 15px;
	padding-right: 20px;
}

/* category list
========================================================================================================= */
#CategoryList table {
    margin-top: 30px;
    text-align: center;
}
#CategoryList td {
    width: 33%;
    padding-bottom: 20px;
}
#CategoryList a {
    font-size: 0.75em;
    color: #666;
    text-decoration: none;
    display: block;
}

/* product detail
========================================================================================================= */
.product {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
	margin-left: 25px;
	width: 630px;
}
div.product h1,
div.product h3 {
	font-size: 1em;
	margin-bottom: 10px;
	margin-left: 0;
	clear: both;
}
div.product dl
{
	margin: 0;
	padding: 0 0 10px 0;	
}
div.product dt
{
	float: left;
	width: 200px;	
}
div.product dd
{
	float: left;
	color: #666666;	
}
div.product dt.del
{
	clear: left;
	margin-top: 10px;
	font-weight: bold;
	float: none;
	width: 180px;
}
div.product dd.del
{
	font-weight: bold;
	float: none;
	clear: left;
	margin: 2px 0 0 0;
}
dd.dellink
{
	margin: 2px 0 6px 0;
}

div.product strong
{
	display: block;
	font-size: 0.687em;
	padding-bottom: 6px;
}
.productLeft
 {
	width: 230px;
	float: left;
}
.productLeft p
{
	padding-top: 4px;
	padding-right: 20px;
	text-align: center;
	font-style: italic;
	color: #666;
}
.productRight {
	float: right;
	width: 320px;
}
.productRight strong,
.productRight h3
{
	color: #010066;	
}
.productRight p strong
{
	color: #000;
	font-size: 1em;	
}
.productRight ul{
	margin: 10px 0 10px 30px;
	padding: 10px auto;
	font-size: 0.687em;
	list-style-type: square;
}
.productRight li{
	padding: auto;
	padding-bottom: 3px;
	margin: auto;
}
.productRight p {
    font-size: 0.725em;
    margin: 15px 0;
    line-height: 1.4;
}
.ProductImage
{
	cursor: hand;
	cursor: pointer;	
}
div.swatch
{
	padding: 15px 0;	
	clear: left;
}
div.swatch input
{
	margin: 0 3px 3px 0;
}
div.product .ProductThumbs {
	margin: 10px 0;
}

.addBasket {
	margin: 0px 0 30px;
	padding: 30px 0 20px;
	border-bottom: solid 1px #4A4D4A;
	clear: both;
	width: 630px;
	float: left;
}
.addBasket div {
	float: left;
}
.addBasket span {
	font-weight: bold;
	font-size: 0.875em;
	display: block;
	float: left;
	clear: left;
	padding-right: 10px;
}
.addBasket span.was
{
	text-decoration: line-through;	
}
.addBasket span.now {
	color: #990000;
}
.addBasket select {
	margin-bottom: 0;
	margin-right: 10px;
	float: left;
	width: 145px;
}
.addBasket p.note {
	color: #990000;
	font-weight: bold;
	font-size: 0.75em;
	float: left;
	clear: left;
	/*white-space: nowrap;*/
	clear: right;
	padding-top: 10px;
	width: 340px;
}
.addBasket .btn{ 
	width: 110px;
	text-align: center;
	margin: 0;
}
.addBasket div.price {
	padding-top: 0px;	
}
img.productBanner {

    float: left;
    clear: both;
    margin-bottom: 20px;
}

/* home page
========================================================================================================= */
div.homeProducts {
	border-top: none;
}
.homeProducts .note {
	padding: 10px 0 30px;
	border-bottom: solid 1px #996533;
	margin-bottom: 30px;
}
div.homeProducts h2 {
	padding: 10px 0 0;
}
.homeProducts td div {
	padding: 5px 0 5.5em;
}
.homeProducts .btn {
	position: absolute;
	bottom: 10px;
	right: 5px;
}


/* Shopping Basket
========================================================================================================= */
#Basket {
    margin-left: 25px;
}
#Basket p {
	padding-top: 30px;
}
#Basket td,
#Basket th {
	font-size: 0.687em;
}
#Basket thead th{
	padding: 6px 0;
	white-space: nowrap;
	font-size: 0.687em;
	color: #4A4D4A;
	border-bottom: solid 1px #4A4D4A;
}
#Basket tbody td{
	padding: 6px 0;
}
#Basket tbody a {
	color: #000;
	text-decoration: underline;
}
#Basket tbody td span.attr{
	font-size: 1em;
}
#Basket tbody td span.offer{
	font-size: 1em;
	color: #CE2401;
}
#Basket tbody td span.free{
	font-size: 0.625em;
	color: #CE2401;
}
#Basket tbody td span.qty{
	padding: 0 7px 0 7px;
	margin-bottom: 6px;
}
#Basket tfoot{
	font-weight: bold;
	color: #4A4D4A;
}
#Basket tfoot .SubTotal,
#Basket tfoot .Discount,
#Basket tfoot .Postage,
#Basket tfoot .Total {
	font-weight: normal;
	text-align: right;
	color: #000;
}
#Basket tfoot .Checkout{
	padding-top: 20px;	
	font-size: 1em;
}
#Basket a.Plus{
	background-color: #FFF;
	font-weight: bold;
	color: #13631E;
	text-decoration: none;
	padding: 1px 3px 1px 3px;
} 
#Basket a.Minus {
	color: #C20B0B;
	background-color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 4px 1px 4px;
}
#Basket .note {
	font-size:0.687em;
	font-weight:normal;
	padding-top: 15px;
	font-style: italic;
	color: #000;
}

/* Checkout Process
========================================================================================================= */
.content h1 {
    margin: 10px 0 0 25px;
}
.content p.searchResults {
    margin-left: 25px;
}
#Checkout {
    margin-left: 25px;
}
#Checkout h2 {
    font-size: 1.0em;
}
#Checkout table th {
	border-bottom: solid 1px #4A4D4A;
	text-align: left;
	padding: 4px 0 10px 0;
	font-weight: normal;
}
#Checkout table td.instructions {
	padding: 4px 0 15px 0;
}
#Checkout .btn {
	font-weight: bold;
}
#Checkout .confirm .btn {
	float: left;
}

/* Paging & Breadcrumbs
========================================================================================================= */
.paging {
	clear: both;
	text-align: center;
	font-size: 0.625em;
	border: solid 1px #996533;
	border-left: none;
	border-right: none;
	padding: 5px 0;
	margin: 10px 0;
}
.paging div {
	padding: 0 6em;
}
.paging a:link,
.paging a:visited,
.paging a:hover,
.paging a:active {
	color: #000;
	text-decoration: underline;
}
.paging span {
	color: #CE2401;
}
.paging em {
	font-style: normal;
	color: #CE2401;
}
.paging a:link.showAll,
.paging a:visited.showAll,
.paging a:hover.showAll,
.paging a:active.showAll {
	color: #CE2401;
	float: right;
}
.BreadCrumbs {
	clear: both;
	color: #85511F;
	font-size: 0.875em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}
.BreadCrumbs a:link,
.BreadCrumbs a:visited,
.BreadCrumbs a:hover,
.BreadCrumbs a:active {
	color: #85511F;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

/* Checkout Order Confirm
========================================================================================================= */
table.OrderConfirm
{
	font-size: 1em;
}
table.OrderConfirm tr td
{
	font-weight: normal;
} 
