
#pageControls {
	clear: left;
	display: block;
	width: 580px;
	color: #000;
	text-align: right;
	margin: 0px 0px 5px 0px;
}

#pageControls a {
	color: #c00;
	text-decoration: none;
}

#pageControls a:hover {
	color: #c99;
	text-decoration: underline;
}

#shopProducts {
	margin: 0px;
	padding: 0px;
}

#shopProducts li {
	list-style-type: none; 
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	background: #FFF;
	width: 170px;
}

#shopProducts li:hover {
	border-color: #c00;
}

#shopProducts li ul {
	margin: 0px 0px 10px 0px;
}

#shopProducts li ul li {
	list-style-type: circle; 
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #300;
	background: #EEE;
}


#shopSections {
	display: block;
	float: left;
	margin: 0px; 
	padding: 5px; 
}

#shopSections li, #shopSections li:hover {
	list-style-type: none; 
	display: block;
	float:left;
}

#shopSections a, #shopSections a:hover {
	display: block;
	font-size: 100%;
	font-weight: bold;
	color: #C33;
	width: 125px;
	margin: 0px 10px 10px 0px;
	padding: 5px;
	text-decoration: none;
	border: 1px solid #DDD;
	background: #EEE;
}

#shopSections a:hover {
	font-size: 100%;
	font-weight: bold;
	border: 1px solid #C33;
}


.newLine {
	clear: left;
}

.productInfo {
	display: block;
	float: left;
	width: 120px;	
	margin: 0px;
	padding: 0px;
}

.productName {
	font-weight: bold;
	font-size: 100%;
	height: 28px;
	margin: 0px 0px 5px 0px;
}

.productDescription {
	display: block;
	float: right;
	width: 420px;
	border: 1px solid #ccc;
	padding: 5px;
}

.productImage {
	display: block;
	float: left;
	width: 100px;
	margin: 5px 34px 5px 34px;
}

.productBasket {
	display: block;
	background: #fff;
	float: left;
	width: 160px;
	padding: 9px 5px 5px 5px;
	border-width: 1px 0px 0px 0px;
	border-color: #999;
	border-style: solid;
	margin: 5px 0px 0px 0px;
}

.productBasket label {
	clear: left;
	width: 40px;
	float: left;
	font-size: 100%;
	text-align: right;
	font-weight: bold;
}

.productBasketIcon {
	float: right;
}

.basketPrice {
	width: 40px;
	float: left;
	margin: 0px 0px 0px 5px;
	font-size: 105%;
	font-weight: bold;
	color: #c00;	
}

.basketQty {
	width: 30px;
	float: left;
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 5px 5px;
	color: #000;	
	height: 12px;	
}

.basketAddButton {
	margin: 0px 0px 0px 5px;
	width: 95px;
	font-size: 100%;
	font-weight: normal;
}

.moreInfoLink {
	color: #C00;
	clear: left;
	font-size: 100%;	
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	float:right;
}

.moreInfoLink:hover {
	text-decoration: underline;
}

h5 {
	margin: 5px 0px 5px 0px;
}

.basketLinks {
	text-decoration: none;
}

.basketLinks:hover {
	text-decoration: underline;
}

#prodLayout {
	display: block;
	float: left;
}

#prodImg {
	display: inline;
	width: 210px;
	float: left;
	margin: 10px 0px 0px 0px;
}

#prodName {
	font-size: 105%;
	font-weight: bold;
	width: 380px;
	float: right;
	padding: 10px 0px 2px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #999;
}

#prodDesc {
	width: 380px;
	margin: 5px 0px 0px 0px;
	float: right;
}

#prodBasket {
	float: right;
	width: 380px;
	margin: 15px 0px 0px 0px;
	clear: both;
}

#prodPrice {
	font-size: 115%;
	font-weight: bold;
	color: #C00;
	width: 200px;
	display: block;
	float: left;
	padding: 5px 0px 5px 0px;
}

.prodBasketForm label {
	width: 80px;	
	text-align: right;
	font-size: 105%;
	font-weight: bold;
	display: block;
	float: left;
	clear: both;
	padding: 5px 5px 5px 0px;
}

.prodBasketForm input {
	display: inline;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}

