
/* Product Listings */

#products .productlistings li {
	width: 221px;
	margin-bottom: 20px;
	position: relative;
}

#products .productlistings li.left, #products .productlistings li.middle, #products .productlistings li.right {
	margin-bottom: 30px;
}

#products .productlistings li.left, #products .productlistings li.middle {
	float: left;
}

#products .productlistings li.right {
	float: right;
	margin-right: 10px;
}

#products .productlistings li.left {
	clear: both;
	margin-left: 10px;
}

#products .productlistings li.middle {
	margin-left: 18px;
}

#products .productlistings p {
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.2em;
	text-align: left;
	font-size: 11px;
	color: #fff;
}

#products .productlistings p.length {
	padding-top: 10px;
	padding-bottom: 0px;
	font-style: italic;
	line-height: 1em;
}

#products .productlistings .form a:hover {
	color: #E6FF89;
}

#products .productlistings .image img {
	width: 221px;
	border: 1px solid #7b7b7b;
}





#products li table {
	display: block;
	float: left;
	margin-left: 0px;
	margin-top: 3px;
	width: 110px;
}

#products li table th {
	text-align: left;
}

#products li table th {
	padding-right: 8px;
}

#products li table .save th, #products li table .save td {
	font-size: 15px;
}

#products .productlistings .buycontrols .ourprice {
	margin-top: 0px;
}

#products div.productOverlay {
	padding-top: 7px;
}

#heading h2 {
	margin-bottom: 15px;
}

#heading a {
	color: #bbb;
}

#heading a:hover {
	color: #E6FF89;
}

#categoryDescription {
	margin-bottom: 15px;
}

#categoryDescription p {
	font-size: 14px;
	color: #ddd;
}

#products li.newcategory {
	width: 100%;
	clear: both;
	border-bottom: 1px solid #555;
	
}

#products li.newcategory a {
	font-size: 18px;
	color: #1492df;
	font-weight: bold;
	margin-bottom: 8px;
}

#footerDescription p {
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footerDescription h2 {
	margin-top: 18px;
}

#footerDescription a {
	color: #fff;
}



/* Buy Box */

.buyBox {
	background: url(/images/buyBox_bg.gif) repeat-y;
}

#col2 .buyBox .padding {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.buyBox .header {
	display: block;
	width: 100%;
	height: 11px;
	background: url(/images/buyBoxTop_bg.gif) no-repeat;
}

.buyBox .footer {
	display: block;
	width: 100%;
	height: 11px;
	background: url(/images/buyBoxBottom_bg.gif) no-repeat;
}

.buyBox .rrp, .buyBox .save {
	float: left;
	font-size: 11px;
}

.buyBox .rrp {
	margin-right: 10px;
	color: #fff;
}

.buyBox .save {
	color: #98DE2B;
	font-weight: bold;
}

.buyBox .price {
	margin-top: 5px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	float: left;
	line-height: 1.0em;
}

.buyBox .button {
	float: right;
	margin-bottom: 0px;
	margin-top: 5px;
}



/* Paging */

.paging {
	padding-top: 15px;
	margin-bottom: 30px;
	border-top: 1px solid #2b9bcf;
}

.pageswrapper {
	display: block;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.paging ul {
	display: block;
	text-align: center;
}

.paging ul li {
	list-style: none;
	display: inline;
	padding-left: 2px;
	padding-right: 2px;
}


.paging .orderby {
	float: left;
}

.paging .orderby li {
	color: #fff;
	font-weight: normal;
}

.paging .orderby li a.selected {
	color: #fff;
	font-weight: bold;
}

.paging ul.ordering {
	float: right;
}

.paging .high, .paging .low {
	font-weight: bold;
}


