

/* Breadcrumb trail  */
.breadcrumbtrail
{
	padding: 3px 3px 3px 0px;
	margin: 10px 0 10px 0;
}

.breadcrumbtrail ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

.breadcrumbtrail ul li
{
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
}

/* ------------ Forms ------------------------------------------------ */

/* form error messages */
.errors
{
	display: block;
	width: 85%;
	color: red;
	background-color: #FFEEEE;
	border: dotted 1px red;
	margin: 18px;
	padding: 12px;
}

.errors label
{
	border-bottom: dotted 1px red;
}

/* ------------ Categories ------------------------------------------- */
.subcategories
{
	margin: 0px;
}

.subcategory
{
	margin: 15px 15px 0 0;
	padding: 5px 0 5px 0;
	border: 1px dotted #d3d3d3;
	float: left;
	text-align: center;
	width: 158px;
	min-height: 169px;
}

.subcategory a
{
	margin: 0;
	padding: 0;
}

.subcategory img
{
	border: none;
}

/* ------------ Products ------------------------------------------- */


.categoryProducts .box
{
	border: dotted 1px #d3d3d3;
	margin: 0 0 15px 0;
	padding: 10px;
	min-height: 150px;
}


.product h2
{
	font-size: 1.1em;
	font-weight: bold;
	color: #a7100e;
	border-top: dashed 1px #ccc;
	margin: 10px 0 5px 0;
	padding: 10px 0 0 0;
}

.categoryProducts h2
{
	font-size: 1.1em;
	font-weight: bold;
	color: #a7100e;
	margin: 0px 0 5px 0;
	padding: 0px 0 0 0;
}

.product h3
{
	font-size: 1.05em;
	color: Black;
}

.categoryProducts ul
{
	padding: 0;
	margin: 0;
}

.product ul
{
	padding: 0;
	margin: 0;
}

.categoryProducts ul li
{
	margin: 0 0 0 20px;
	padding: 0 0 0 0px;
	list-style-image: url( "../templateimages/prodbullet.gif" );
}

.product .main ul li
{
	margin: 0 0 0 20px;
	padding: 0 0 0 0px;
	list-style-image: url( "../templateimages/prodbullet.gif" );
}


.product p
{
	padding: 0;
	margin: 0;
}

.categoryProducts tr
{
	vertical-align: top;
}

.product tr
{
	vertical-align: top;
}

.categoryProducts .prodimage
{
	
	margin: 0 10px 10px 0;
}



.categoryProducts .prodText
{
	padding: 0 0 0 10px;
	width: 100%;
}

.categoryProducts .moreinfo
{
	text-align: right;
	font-weight: bold;
}


.categoryProducts .minprice
{
	margin: 10px 0 10px 22px;
	font-size: 1em;
	color: #444;
	font-weight: bold;
}

.product .thumb
{
	float: left;
	border: dotted 1px #e3e3e3;
	margin: 10px 20px 10px 0;
}

.product .supplierimage
{
	float: right;
	margin: 15px 0 0 0;
}

.product .small
{
	font-size: 0.8em;
	clear: both;
}

.carryonshopping h3 img
{
	vertical-align: middle;
	margin-right: 4px;
}

/* ------------ Versions --------------------------------------------- */
/* Clear so it comes below the floating image tag */
.versions
{
	clear: both;
	margin-bottom: 10px;
}

.versions .submit
{
	background: url( "../templateimages/iAddToBasket.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 5px;
	width: 150px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.versions strong
{
	display: block;
	padding-bottom: 5px;
}

.versions .waitingtime
{
	text-align: right;
	margin: 0 0 5px 0;
}

.versions .waitingtime strong
{
	display: inline;
}

.products_shortenened .versions
{
	/* don't want to clear if we're doing things in shortened format */
	clear: none;
}

/* Versions displayed in options may first have a price line */
.versions .prices
{
	padding: 0px 5px 5px 5px;
	text-align: right;
}

.versions .prices span
{
	margin-left: 2em;
}

.versions .prices .extax
{
	width: 40px;
	border: none;
	overflow: visible;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: normal;
	padding: 2px;
}

.versions .prices .inctax
{
	width: 40px;
	border: none;
	overflow: visible;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: bold;
	padding: 1px;
}

.versions .prices .weight
{
	width: 40px;
	border: none;
	background-color: transparent;
	margin: 0;
	text-align: left;
	font-weight: normal;
	margin-right: 20px;
	padding: 2px;
}

.versions .line
{
	text-align: right;
	padding: 5px;
}

.versions .line img
{
	float: none;
}

/* Version Table */
.versions table
{
	width: 100%;
	border: none;
	border-collapse: collapse;
}

.versions div.versionstable
{
	width: 100%;
}

.versions tr.description
{
	background-image: none;
	background-color: transparent;
}

.versions td.description
{
	background-image: none;
	background-color: white;
}

.versions th, .versions td
{
	text-align: right;
}

.versions table .stock
{
	text-align: center;
}

.versions table .price
{
	text-align: right;
	padding-right: 4px;
}

.versions table .name
{
	padding-left: 0px;
	width: 27%;
}

.versions table .addtobasket
{
	padding-right: 0px;
	display: block;
}

.versions table .addtobasket img
{
	float: none;
}

.versions table .description
{
	padding: 5px;
	overflow: hidden;
}

.versions table .description img
{
	float: left;
	margin-right: 4px;
}

.versions table .name, .versions table .name, .versions table .description
{
	text-align: left;
}

.optiontitle
{	
	margin: 5px 0 0 0;
}

.option select
{
	margin: 10px 0 10px 0;
}


/* --- Category menu ------------------------------------------------- */

#categorymenu
{
	margin: 0 0 0 0;
	padding: 0;
}

#categorymenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
}

#categorymenu ul li
{
	list-style: none;
	float: none;
	clear: both;
	padding: 0;
}

#categorymenu ul li a
{
	display: block;
	border-top: dashed 1px #e3e3e3;
	background: url( "../templateimages/bullet.gif" ) left center no-repeat;
	padding: 2px 0 2px 20px;
}


#categorymenu .selected
{
	font-weight: bold;
}

#categorymenu ul li a:hover
{
	display: block;
	border-top: dashed 1px #e3e3e3;
	background-color: #f9f9f9;
}

#categorymenu ul li li a
{
	display: block;
	border-top: dashed 1px #e3e3e3;
	background: url( "../templateimages/bullet.gif" ) 16px center no-repeat;
	padding: 2px 0 2px 40px;
}

#categorymenu ul li li a:hover
{
	display: block;
	border-top: dashed 1px #e3e3e3;
	background-color: #f9f9f9;
}



/*
------------------------------------------------------------------------
SPECIFIC ELEMENTS
------------------------------------------------------------------------
*/


/* ------------ Mini-basket ------------------------------------------ */
#minibasket
{
	padding: 0 5px 5px 5px;
}

#numberofitems
{
	margin: 0px 0px 5px 0px;
	padding: 0;
	font-size: 0.8em;
}

#numberofitems em
{
	font-style: normal;
	font-weight: bold;
}

/* Lines of the basket */
#basketlines
{
	padding: 0;
	margin: 0;
}

#basketlines li
{
	list-style: none;
	font-size: 0.8em;
	clear: both;
}

#basketlines em
{
	font-style: normal;
}

#baskettotals p em
{
	margin-left: 5px;
}

#baskettotals em
{
	font-style: normal;
}

#baskettotals #taxexception
{
	font-weight: normal;
}

#basketlinks
{
	margin: 5px 0px 0px 0px;
	padding: 0;
	font-size: 0.8em;
}

#basketlinks li
{
	list-style: none;
	margin: 0 0 0.2em 0;
}

#basketlinks img
{
	border: 0;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}

#basketempty, #baskethidden
{
	padding: 0px 3px 0px 0px;
	margin: 0;
}

#baskettotals p
{
	padding: 0px 3px 0px 3px;
	margin: 0;
	font-size: 0.8em;
}

#baskettotals em
{
	font-weight: bold;
}

/* ------------ Site Map --------------------------------------------- */
.sitemap ul
{
	padding: 0;
	margin: 0;
}

.sitemap ul li
{
	display: block;
	float: left;
	width: 250px;
	margin: 5px;
	padding: 0;
	border-top: solid 1px #CBD5DB;
	border-left: solid 1px #CBD5DB;
	border-bottom: solid 1px #E2EAEF;
	border-right: solid 1px #E2EAEF;
	list-style-position: inside;
	list-style-type: none;
}

.sitemap ul li div.pad
{
	padding: 10px;
}

.sitemap ul ul
{
	padding: 0;
	margin: 0;
}

.sitemap ul ul li
{
	float: none;
	width: 100%;
	width: 100%;
	padding: 3px 10px 3px 10px;
	margin: 0;
	border: 0;
}

.sitemap ul h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
}

/* ------------ Basket ----------------------------------------------- */
.basket .baskettable
{
	width: 100%;
}

.basket .price_1, .basket .price_2, .basket .price, .basket .quantity, .basket .remove, .basket .tax, .basket .total
{
	text-align: right;
	white-space: nowrap;
}

.basket .quantity input
{
	text-align: right;
}

.basket .totals em
{
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
}

.basket .totals .controls
{
	margin-top: 8px;
}

.basket .links
{
	margin-top: 3px;
	overflow: hidden;
	width: 100%;
	text-align: left;
}

.basket .links div
{
	width: 48%;
	margin: 0;
	padding: 5px;
	float: left;
}

.basket .links div p
{
	margin: 0;
	padding: 4px 4px 0 0px;
}

.basket .links img
{
	margin-right: 4px;
}

.basket .continueshopping
{
	margin-top: 8px;
	text-align: right;
}

.basket .continueshopping .submit
{
	float: left;
	text-align: center;
}

/* ------------ Checkout and Basket ---------------------------------- */


/* Card details box during checkout */
.carddetails
{
	border: none;
}

.basket .price, .quantity, .remove
{
	padding: 0 0 5px 10px;
}


/* shipping methods line during checkout */
.basket .shippingmethodline
{
	padding: 8px 0 20px 0;
}

.basket tr.separate
{
	height: 20px;
	background-color: white;
	background-image: none;
}



.basket .name
{
	margin: 0px 0 0 0;
	padding: 4px 0 0 1px;
	width: 100%;
}

.basket .versioname
{
	border-top: solid 1px #CBD5DB;
}

.basket .price
{
	margin: 0px 0 0 0;
	padding: 4px 5px 0 0px;
}

.basket .quantity
{
	margin: 0px 0 0 0;
	padding: 4px 5px 0px 0px;
}

.basket .total
{
	margin: 0px 0 0 0;
	padding: 4px 0 0 0px;
}

.basket .section
{
	width: 100%;
	padding-top: 10px;
}

.basket .totals
{
	border-top: solid 1px #CBD5DB;
	text-align: right;
	margin-top: 15px;
	padding-top: 5px;
	margin-bottom: 8px;
}

.basket .applycoupon
{
	border-top: solid 1px #CBD5DB;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 8px;
}

.applycoupon .btnApplyCoupon
{
	background: url( "../templateimages/iCoupon.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 10px;
	width: 170px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.totals .btnEmpty
{
	background: url( "../templateimages/ibEmptyBasket.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 10px;
	width: 170px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.totals .btnRecalculate
{
	background: url( "../templateimages/iCalculator.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 10px;
	width: 125px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.totals .btnCheckout
{
	background: url( "../templateimages/ibCheckoutBasket.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 10px;
	width: 105px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.checkout .section
{
	width: 99%;
	padding-top: 10px;
}

fieldset
{
	padding: 1em 1em 1.5em 1em;
}

fieldset legend 
{
	font-size: 1.3em;
	font-weight: bold;
	color: #a50e0e;
	padding: 0.2em 0.5em 0.2em 0;

}

#fieldsrequired
{
	color: #888888;
	font-size: 7.5pt;
}

.shippingmethodstable .subheader .name
{
	font-weight: bold;
	color: #a50e0e;
	margin-bottom: 4px;
	padding-bottom: 0px;
}

.shippingmethodstable .subheader .price
{
	width: 50px;
}

.emptybasket .btnYes
{
	/*bbackground: url( "../templateimages/ibYes.gif" ) left top no-repeat;*/
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.emptybasket .btnNo
{
	/*background: url( "../templateimages/ibNo.gif" ) left top no-repeat;*/
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 10px;
	width: 100px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}


.speedorder .productcode, .quantity
{
	padding: 0 10px 5px 0;
	margin: 0;
}

.speedorder .btnProcess
{
	background: url( "../templateimages/iAddToBasket.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 5px 0px 0px 2px;
	width: 100px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

/* ------------ Customer ---------------------------------- */

.btnSubmit
{
	background: url( "../templateimages/ibYes.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}


.btnLogin
{
	background: url( "../templateimages/ibLogin.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.btnFind
{
	background: url( "../templateimages/ibFind.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.btnMailReminder
{
	background: url( "../templateimages/ibMail.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 0px;
	width: 170px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}



.orderdetails label {
	width: 30%;
	float: left;
}

.orderdetails div {
	float: left;
	margin-bottom: 4px;
}

.orderdetails br {
	display: block;
	clear: both;
}

.orderdetails div.tick {
	float: none;
	margin-bottom: 2px;
}

.orderdetails div.tick img {
	margin-right: 8px;
}

.downloadableproductstable .codenumber, .downloadableproductstable .orderdate {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

.customer .links div {
	width: 48%;
	margin: 0;
	padding: 0;
	float: left;
}

.wishlist #chkUpdateItems {
	margin: 0;
	width: 20px;
	text-align: left;
	float: left;
	padding: 0;
}

.sectionOrderHistory {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.sectionOrderHistory a { font-weight: bold; }

.sectionDownloadableProducts {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.sectionDownloadableProducts a { font-weight: bold; }

.sectionSaveBaskets {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.sectionSaveBaskets img 
{
	margin-right: 10px;
	vertical-align: text-bottom;
}



.sectionSaveBaskets a { font-weight: bold; }

.sectionSaveBaskets td
{
	margin: 0 0 5px 0;
}

.sectionSaveBaskets p
{
	margin: 0;
	padding: 0;	
}

.sectionWishlists {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.sectionWishlists a { font-weight: bold; }


.sectionWishlists img 
{
	margin-right: 10px;
	vertical-align: text-bottom;
}

.sectionWishlists .name
{
	width: 180px;
}

.sectionAffiliates {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.sectionAffiliates a { font-weight: bold; }

.sectionChangeCustomercode {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.sectionChangeCustomercode a { font-weight: bold; }

.sectionCustomerDiscount
{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.sectionCustomerDiscount a { font-weight: bold; }

.sectionMailinglistPreference
{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.sectionMailinglistPreference a { font-weight: bold; }

.sectionCustomerDiscount
{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.vieworder {
	margin-bottom: 15px;
}

.btnSave
{
	background: url( "../templateimages/ibDisk.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.btnChange
{
	/*background: url( "../templateimages/ibDisk.gif" ) left top no-repeat;*/
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 0px;
	width: 100px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.section a
{
	font-weight: bold;
}

.btnPlaceOrder
{
	background: url( "../templateimages/ibCheckoutBasket.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 10px;
	width: 160px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.btnProceed
{
	background: url( "../templateimages/ibProceed.gif" ) left top no-repeat;
	background-color: #ffcc00;
	color: #8d0101;
	font-weight: bold;
	font-size: 0.9em;
	border-left: solid 1px #ffcc00;
	border-top: solid 1px #ffcc00;
	border-right: solid 1px #e97500;
	border-bottom: solid 1px #e97500;
	margin: 0px 0px 0px 10px;
	width: 100px;
	height: 22px;
	cursor:pointer;
	cursor:hand;
}

.paymentMethodRadiobutton
{
	margin-top: 10px;
}

.paymentMethodRadiobutton input
{
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}

.paymentMethodRadiobutton label
{
	display: inline-block;
}

.paymentMethodRadiobutton img
{
	margin: 0 5px 0 0;
	vertical-align: middle;
	border-right:  1px outset;
	border-top: 1px outset;
	border-left:  1px outset;
	border-bottom:  1px outset;
}

.orderstable table
{
	border: 1px solid #888;
	width: 100%;
	margin: 0 0 10px 0;
}

.orderstable th
{
	border-bottom: 1px solid #888;
	padding: 2px 2px 2px 6px;
	background-color: #faf4da;
}

.orderstable td
{
	padding: 2px 2px 2px 6px;
}

.orderstable .alt
{
	background-color: #faf4da;
}

.savebasketstable table
{
	border: 1px solid #888;
	width: 100%;
	margin: 10px 0 10px 0;
}

.savebasketstable th
{
	border-bottom: 1px solid #888;
	padding: 2px 2px 2px 6px;
	background-color: #faf4da;
}

.savebasketstable td
{
	padding: 2px 2px 2px 6px;
}

.savebasketstable .alt
{
	background-color: #faf4da;
}

.wishliststable table
{
	border: 1px solid #888;
	width: 100%;
	margin: 0 0 10px 0;
}

.wishliststable th
{
	border-bottom: 1px solid #888;
	padding: 2px 2px 2px 6px;
	background-color: #faf4da;
}

.wishliststable td
{
	padding: 2px 2px 2px 6px;
}

.wishliststable .alt
{
	background-color: #faf4da;
}

.savebasketstable .alt
{
	background-color: #faf4da;
}

.shippingtable table
{
	border: 1px solid #888;
	width: 100%;
	margin: 0 0 10px 0;
}

.shippingtable th
{
	border-bottom: 1px solid #888;
	padding: 2px 2px 2px 6px;
	background-color: #faf4da;
}

.shippingtable td
{
	padding: 2px 2px 2px 6px;
}

.shippingtable .alt
{
	background-color: #faf4da;
}

.shippingtable .zone
{
	font-weight: bold;
}

/* ------------ Homepage ---------------------------------- */

.shortenedproduct
{
	width: 165px;
	float: left;
	margin: 10px 10px 0px 0px;
}

.shortenedproduct .box
{
	padding: 0px;
	text-align: center;
}

.shortenedproduct h2
{
	text-align: left;
	font-size: 1.3em;
	margin: 10px 0px 10px 10px;
}

.shortenedproduct .minprice
{
	margin: 10px 10px 10px 0px;
	text-align: right;
}

#toplists .box
{
	float: left;
	width: 267px;
	padding: 10px 0px 0px 0px;
}

#toplists h4
{
	padding: 0 0 5px 0;
	margin: 0px;
}

#toplists .box ul
{
	padding: 0;
	margin: 0;
}

#toplists .box ul li
{
	margin: 0 0 0 20px;
	padding: 0 0 0 0px;
	list-style-image: url( "../templateimages/prodbullet.gif" );
}

/* ------------ Search ---------------------------------- */
#resultsheader
{
	text-align: right;
	color: #a50e0e;
	margin: 10px 0px 10px 0px;
}

.paging
{
	text-align: center;
}

.trythesecategories {
	margin: 8px 0px 8px 0px;
}

.trythesecategories ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

.trythesecategories ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#steps ul
{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#steps
{
	width: 100%;
}

.currentStep
{
	border: 1px solid #000;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 10px;
	width: 25%;
}
.step
{
	text-indent: 0;
	color: #aaa;
	text-align: center;
	border: 1px dashed #ccc;
	padding: 10px;
	width: 25%;
}



/* ------------ News ---------------------------------- */
.newsitem
{
	border: solid 1px #ccc;
	width: 514px;	
}

.newsitem h5
{
	
	margin: 2px 0 5px 0;
}

.newsitem .newscontent
{	
	padding: 10px 10px 10px 10px;
}

.newsitem div.hr
{
	height: 1px;
}

.newsitem div.hr hr
{
	display: none;
}

.newsitem .newstitle
{
	font-weight: bold;
	margin: 0 20px 5px 0;
}

.newsitem .newsdate
{
	float: right;
	font-weight: bold;
	margin: 0 0 5px 0;
}
