﻿#BasketStatus{
	font-size: 0.687em;	
	clear: both;
}

#CategoryList{
	font-size: 0.8em;	
	clear: both;
}

#RangeList{
	font-size: 0.8em;	
	clear: both;
}

/* Start Product List */
#ProductList h1,
#ProductList h2
{
	margin: 20px 0 10px 40px; 
	font-size: 0.95em;	
}
#OfferList, 
#ProductList{
	padding-bottom: 10px;	
	clear: both;
}
#FeaturedList
{
	padding-top: 10px;
	clear: both;	
}
#OfferList
{
	padding-top: 15px;
	background-color: #f3e6f0;	
}
#FeaturedList table,
#OfferList table,
#ProductList table
{
    margin: 0 auto;
	font-size: 0.8em;
}
#FeaturedList td,
#OfferList td,
#ProductList td
{
    
    border-bottom: solid 3px #f3e6f0;    
    padding: 12px 0;
    width: 135px;
}

div.item
{
	top: 0;
	left: 0;
	position: relative;
	width: 135px;
	height: 220px;
}
#FeaturedList td a,
#OfferList td a,
#ProductList td a
{ 
    float: left;
}
#FeaturedList a.more,
#OfferList td a.more,
#ProductList td a.more
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 135px;	
}
#FeaturedList td.mid a.more,
#OfferList td.mid a.more,
#ProductList td.mid a.more
{
	left: 0px;
}
#FeaturedList td p,
#OfferList td p,
#ProductList td p
{
	font-size: 0.875em;
    clear: left;
    padding: 10px 0 10px 5px;
    text-transform: uppercase;
    width: 135px;
    position: absolute;
    top: 130px;
    left: 0px;
}
#FeaturedList td.mid p,
#OfferList td.mid p,
#ProductList td.mid p
{
	left: 0px;	
}
#FeaturedList td p strong,
#OfferList td p strong,
#ProductList td p strong
{
    text-transform: lowercase;
}

#FeaturedList h1,
#OfferList h1,
#FeaturedList h2,
#OfferList h2
{
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    padding-left: 41px;
}
/* End Product List */


/* Start Product Detail */
.product_detail
{
	clear: both;
	display: block;
    margin: 0 10px 10px 10px;
    padding: 10px 0;
    border-bottom: solid 1px #f4cade;
    border-top: solid 1px #f4cade;
}

.product_detail .product_detail_image
{
    clear:both;    
    float:left;
    margin-right: 5px;
}

.product_detail_info
{    
    float:left;      
    width: 250px;
	margin-left: 10px;	
}

.product_detail .product_detail_info img
{
    float:left;    
}

.option
{
    font-size: 0.625em;  
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 6px 1px 4px;
    float: left;
    width: 250px;  
}
.option select,
.option input
{
    float:right;
    width: 140px;
}
.option br
{
	clear: both;
}
.option label
{
    float:left;
    padding-top: 4px;
}
.product_back
{
	padding: 0 10px 10px;
}
.product_detail_info strong
{
	display: block;
    margin: 15px 0 5px 0;
    font-size: 0.75em;    
}
.product_detail .product_detail_info p
{
    font-size: 0.687em;  
}

.product_detail .product_detail_info p .was
{
    text-decoration: line-through;
    font-weight:bold;
}

.product_detail .product_detail_info p .price
{
    font-weight:bold;
}

.product_detail .product_detail_info p .now
{
    margin-left: 10px;
    color: #D23F7C;
    font-weight:bold;
}

.product_detail .product_detail_info .extraThumbs img
{
    border: solid 1px #f4cade;
    margin: 0 10px 0 0;
    
}

.product_detail .product_detail_info .extraThumbs p
{
    clear:left;
    padding: 4px 0 4px 18px;
    background: url(../../Images/MagnifyingGlass.gif) no-repeat 0px 8px;
    font-size: 0.625em;
    color: #919191;    
}

.product_detail_footer
{
	clear: both;
	display: block;	
	text-align: right;
	margin-top: 15px;
}

/* End Product Detail */

/* Shopping Basket
========================================================================================================= */

#Basket
{
    padding: 0 42px 0 41px;    
}

#Basket p {
	padding-top: 30px;
	font-size: 0.75em;
}
#Basket td,
#Basket th {
	font-size: 0.687em;
}
#Basket td.disc input
{
	float: left;
}
#Basket input,
#Basket select
{
	font-size: 1em;	
}
#Basket thead th{
	padding: 6px 0;
	white-space: nowrap;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.687em;
	color: #D23F7C;
	border-bottom: solid 1px #f4cade;
}
#Basket tbody td{
	padding: 6px 0;
}
#Basket tbody a {
	color: #000;
	font-size: 1em;
	text-decoration: underline;
}
#Basket tbody td span.attr{
	font-size: 1em;
}
#Basket tbody td span.offer{
	font-size: 1em;
	color: #D23F7C;
}
#Basket tbody td span.free{
	font-size: 0.625em;
	color: #D23F7C;
}
#Basket tbody td span.qty{
	padding: 0 7px 0 7px;
	margin-bottom: 6px;
}
#Basket tfoot{
	font-weight: bold;
	color: #D23F7C;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
#Basket tfoot .SubTotal,
#Basket tfoot .Discount,
#Basket tfoot .Postage,
#Basket tfoot .Total {
	font-weight: normal;
	text-align: right;
	color: #000;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
#Basket tfoot .Checkout{
	padding-top: 20px;	
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	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;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

/* Checkout Process
========================================================================================================= */
#Checkout
{
    padding: 0 42px 0 41px;    
}
#Checkout table 
{
    font-size:0.687em;    
}
#Checkout table th{
	border-bottom: solid 1px #f4cade;
	text-align: left;
	padding: 10px 8px;
	font-weight: normal;	
}
#Checkout table td.instructions{
	padding: 4px 9px 15px 9px;
	font-style: italic;
}
#Checkout .btn {
	font-weight: bold;
}
	
#Checkout .confirm .btn {
	float: left;
}
#Checkout a
{
	font-size: 1em;	
}

/* Paging 
========================================================================================================= */
.paging {
	clear: both;
	text-align: right;
	font-size: 0.75em;
	color:#D23F7C;
	padding: 0 42px 0 0;
}
.paging a:link,
.paging a:visited,
.paging a:hover,
.paging a:active {
	color: #D23F7C;
	font-size: 1em;
	text-decoration: none;
}
.paging span {
	color: #D23F7C;
	font-weight:bold;
}
.paging a:link.showAll,
.paging a:visited.showAll,
.paging a:hover.showAll,
.paging a:active.showAll {
	color: #D23F7C;
	float: right;
}

/* Checkout Order Confirm
========================================================================================================= */
table.OrderConfirm
{
	font-size: 1.4em;
}
table.OrderConfirm tr td
{
	font-weight: normal;
	font-size: 1.6em;
} 

div.attribute
{
	font-size: 1em;	
	padding-bottom: 8px;
	border-bottom: solid 1px #d09b34;
}
div.attribute strong
{
	padding-bottom: 4px;
	white-space: nowrap;
}
div.attribute span {
}
div.attribute input
{
	border: solid 1px #d09b34;
}

/* Customers Account Section */
table.oh {
	font-size: 0.687em;
	margin: 5px 37px 0 38px;
	width: 495px;	
}
table.oh th {
	padding: 6px 4px;
	white-space: nowrap;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #D23F7C;
	border-bottom: solid 1px #f4cade;
}
table.oh td {
	padding: 6px 4px;
	border-bottom: solid 1px #f3e6f0;
}
table.oh td.last {
	padding: 4px 4px;
	text-align: right;
}
input.logout
{
	float: right;
	margin-right: 41px;	
}
	