/* Main section
*/

#Content .onetable .main-section {
	clear: both;
}

#Content .onetable .main-section h3 {
	background-color: #262626;
	color: #ffffff;
}


/* Page sections: sub-categories & products
*/

#Content .onetable .section {
	clear: both;
}

#Content .onetable .section br {
	clear: both;
}

#Content .onetable .section .item {
	float: left;
	width:30%;
	padding:10px;
	border-top: 1px dotted #d4d4d4;
}

#Content .onetable a img {
	border: 0;
}

/* Product list
*/

#Content .products .item .price {
	text-align: right;	
	color: #262626;
	margin: 1.5em 1ex 0 0;
}

#Content .products .item .price span {
	font-size: 130%;
	font-weight: bold;
}

#Content .products .item .price span.old {
	color: #ff0000;
	text-decoration: line-through;
	padding: 0 1ex;
	font-size: 100%;
}


/* Basket page
*/

#basket {
	margin: 0 1em;
}

#basket p {
	margin: 1ex 0;
}

#basket h2 {
	margin: 1em 0;
}

#basket table {
	margin-bottom: 1ex;
}

#basket .button {
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	text-transform: lowercase;
	border: 0;
	padding: 2px 4px;
	cursor: hand;
	cursor: pointer;
}

#basket .items {
	width: 100%;
	border-collapse: collapse;
	font-weight: bold;
	margin-top: 10px;
	clear: left;
}

#basket .items th {
	background: #000000;
	color: #ffffff;
	font-size: 120%;
	text-align: center;
	padding: 1ex 1ex;
}

#basket .items td {
	background: #FFFFFF;
	font-size: 120%;
	padding: 4px 1ex;
	text-align: center;
}

#basket .items td input {
	width: 2ex;
	padding: 0 4px;
	font-size: 90%;
	border: 1px solid #000000;
}

#basket .items .product {
	text-align: left;
	width: 50%;
}

#basket td.remove {
}

#basket td.remove a {
	text-indent: -999em;
	background: #FFFFFF url(../images/delete-item.png) center no-repeat;
	width: 25px;
	height: 25px;
	display: block;
	outline: none;
}

#basket tr.total, #basket tr.total th, #basket tr.total td {
	background-color: #262626;
	color: #ffffff;
}

#basket .coupon {
	float: left;
	color: #262626;
	margin-right: 10px;
	font-weight: bold;
}

#basket .tax-shipping {
	border-collapse: collapse;
	margin: 0 0 0 auto;
	color: #000000;
}

#basket .tax-shipping caption {
	margin: 0 0 0 auto;
	background-color: #000000;
	color: #ffffff;
	padding: 1ex;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

#basket .tax-shipping tr {
	border-bottom: 1px solid #ffffff;
}

#basket .tax-shipping th {
	font-weight: normal;
	background: #FFFFFF;
	padding: 1ex;
	text-align: left;
	color: #000000;
}

#basket .tax-shipping td {
	background: #FFFFFF;
	padding: 1ex;
	text-align: right;
	color: #000000;
}

#basket #btnCheckout {
	display: block;
	margin: 1ex 0 20px auto;
}

#basket div.address {
	float: left;
	margin: 20px 0 20px 100px;
	line-height: 1.4;
	text-align: right;
	font-size: 120%;
}

#basket div.address h3 {
	font-size: 100%;
	text-decoration: underline;
}

#basket div.address form {
	margin-top: 1ex;
}


/* Payment page
*/

#basket.payment table {
	width: 100%;
	margin: 0;
}

#basket.payment th {
	text-align: right;
	padding-right: 5em;
	width: 40%;
}

#basket.payment td {
	padding: 4px;
	text-align: left;
}

#basket.payment .alert {
	background: #ffffff;
	background: #FFFFFF;
	color: #000000;
	text-align: left;
	font-size: 90%;
}
