h2 {
	margin-bottom: 20px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset p {
	margin: 10px 20px 0 20px;
}

table.productOptionSelector {
	width: 100%;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

table.productOptionSelector th {
	background-color: #f0f0f0;
	color: #932120;
	padding: 3px 0 3px 5px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

table.productOptionSelector td {
	padding: 1px 0 1px 5px;
	border-bottom: 1px solid #c0c0c0;
}

table.productOptionSelector td select {
	margin: 3px 3px 3px 20px;
}

label {
	clear: left;
	float: left;
	text-align: right;
	padding: 2px 10px 0 0;
	margin-top: 15px;
	width: 200px;
}

fieldset {
	padding-bottom: 15px;
}

fieldset input,
fieldset select,
fieldset textarea {
	margin-top: 15px;
}

legend {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	padding-right: 5px;
}

span#basketNumItems,
span#basketTotalPrice {
	font-weight: bold;
}

div.product-list {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #c0c0c0;
}

div.product-list .left {
	float: left;
	margin: 0;
	width: 220px;
	text-align: center;
}

div.product-list .left .img-holder {
	width: 200px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center 40%;
	border: 1px solid #c0c0c0;
}

div.product-list .left p {
	padding-right: 10px;
}

div.product-list .right {
	float: right;
	width: 305px;
	height: auto;
	margin: 0;
}

div.product-list table {
	clear: right;
	float: right;
}

table#shoppingBasketView {
	width: 100%;
	border-width: 1px 1px 2px 2px;
	border-style: solid;
	border-color: #c0c0c0;
}

table#shoppingBasketView td,
table#shoppingBasketView th {
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #c0c0c0;
	padding: 5px 7px 3px 7px;
}

table#shoppingBasketView td {
	padding: 5px 7px 3px 7px;
}

table#shoppingBasketView th {
	background-color: #eee;
}

table#shoppingBasketView td#totalPrice {
	font-weight: bold;
	background-color: #eee;
}

table#shoppingBasketView tr.subtotal td,
table#shoppingBasketView tr.subtotal th {
	border-top-width: 2px;
}

table#shoppingBasketView th.totals {
	background-color: #fff;
	text-align: right;
	padding: 5px 7px 3px 0;
}

div.search_results_pagination {
	padding: 10px 0;
	border-top: 2px solid #c0c0c0;
	border-bottom: 2px solid #c0c0c0;
}

p.itemAddedMsg {
	color: green;
	font-weight: bold;
	display: none;
	margin-bottom: 0;
	text-align: right;
}