/* Shopping cart */

#cp-cart #content {
	width:760px;
	margin-right: 0px;
	}

#tblCart {
	margin: 0px 50px;
	border-collapse: collapse; 
	width:660px;
	font-size:1.1em;
	line-height:150%;
	}
	
#tblCart th, 
#tblCart td {
	padding:3px;
	}
	
#tblCart input {	
	text-align: right;
	}

#tblCart a {
	font-weight:bold;
	text-decoration:none;
	}
	
/* Category List */

#cat-list ul {
	list-style:none;
	font-size:1.1em;
	line-height:150%;	
	margin:0 39px;
	padding:0;
	}

#cat-list li {
	margin-left: 0px;
}

#cat-list a:link, 
#cat-list a:visited {
	padding-left:16px;
	font-weight:normal;
	text-decoration:none;
	}
	
/* Superflous? */

#cat-list hr {
	display: block;
	visibility: hidden;
	clear: both;
	}

#fromcatalogue select, #fromcatalogue input { font-size: 11px; }

#cp-login #content {
	font-size:1em;
	line-height:150%;	
	}

#cp-login label {
	display:block;
	float:left;
	font-size:1em;
	font-weight:bold;
	line-height:2em;
	width:6em;
	clear:both;
	}
	
#cp-login input,
#cp-login label {
	margin:2px 0;
	}

/* Product List */

#product-list {
	list-style:none;
	width:314px;
	}
	
#product-list li {
	display:block;
	width:314px;
	float:left;
	line-height:1.2em;
	font-size:1em;
	}
	
#product-list li a {
	font-weight:normal;
	display:block;
	width:216px;
	padding-right:78px;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
	height:100%;
	text-decoration:none;
	}

.cart-nav {
	margin-left:55px;
	width:660px;
	height:50px;
	}

.cart-nav a {
	float:left;
	display:block;
	height:50px;
	/* simple text replacement */
	font-size:0.1em;
	text-indent:-1000px;
	text-decoration:none;
	margin-right:30px;
	}
	
a.cart-update:hover,
a.cart-update:active,
a.cart-checkout:hover,
a.cart-checkout:active {
	background-position:0 0;
	}
	
/* Checkout */

#cp-checkout #content {
	margin-right: 10px;
	}
	
#itemsummary { 
	float: right;
	margin-right:10px;
	margin-bottom:30px;
	width: 284px;
	}

#itemsummary h4 {
	font-family:helvetica, arial, "lucida grande", verdana, "lucida sans", lucida, "bitstream vera sans", geneva, sans-serif;
	font-size:2.4em;
	font-weight:normal;
	margin-bottom:10px;
	}
	
#itemsummary dl {
	font-size:1.1em;
	line-height:150%;
	}

#itemsummary dl dt {
	margin-top:5px;
	margin-right:108px;
	}
	
#itemsummary dl dd {
	font-weight:bold;
	padding:2px 0;
	text-align:right;
	}

/* Checkout Form */

#cp-prefs .user-form {margin-left:55px;}

#cp-checkout label, .user-form label {
	width:13em;
	float:left;
	display:block;
	text-align:right;
	clear:both;
	padding-right:10px;
	line-height:2em;
	height:2em;
	margin-bottom:5px;
	}

#cp-checkout br,
#cp-checkout p,
.user-form br {clear:both;}
	
#cp-checkout input,
#cp-checkout select
.user-form input, 
.user-form select {

	}
	
#cp-checkout input,
#cp-checkout select,
.user-form input,
.user-form select {
	float:left;
	margin-right:10px;
	}

#fUseBilling {}

#cp-checkout h3 {
	font-size:2.4em;
	font-weight:normal;
	margin-bottom:10px;
	margin-left:55px;
	}	

#cp-checkout p {margin-right:0;}

#cp-checkout table {
	margin-left:55px;
	font-size:1.1em;
	line-height:150%;
	text-align:left;
	}
	
#cp-checkout table th {
	text-align:right;
	padding-right:10px;
	}
	
body#cp-cart #viewcatalogue {
	clear:left;
	width:196px;
	height:30px;
	padding-top:10px;
	margin-left:55px;
	margin-top:20px;
	}
	
body#cp-cart #viewcatalogue p {margin:0;}

