

h4 {
	margin-bottom: 0 !important;
}

#productgrid {
	clear: both;
}

.product-container {
	width: 718px;
	overflow: auto;
	background: #E30000 url('/images/product-bg.gif') top right no-repeat !important;
}

.product-item-container-right {
	margin-right: 0px !important;
}

.products-container-bottom {
	height: 10px;
	margin-left: -2px;
	background: url('/images/products-bottom.gif') bottom no-repeat !important;
}

.product-wrap {
	float: left;
	margin: 0;
}

.product-wrap-first {
	width: 170px !important;
	border-right: 2px solid #ebebeb;
}

.checkbox {
	padding: 7px 0 0 0;
}

div.checkbox-drop {
	padding: 0 10px 0 10px;
}

input.checkbox-drop, input.checkbox-inline {
	margin: 2px 4px 0 0;
}

label.checkbox-drop {
	margin: 0;
}

.product-wrap {
	width: 180px;
}

.product-wrap-last {
	width: 364px;
	border-left: 2px solid #ebebeb;
}

.product-wrap-first .legend-wrap {
	background: #E30000 url('/images/top-left-red.gif') top left no-repeat !important;
}

.product-wrap .legend-wrap {
	background: #E30000;
}

.product-wrap-last .legend-wrap {
	background: #E30000 url('/images/top-right-red.gif') top right no-repeat !important;
}

.legend-center {
	color: #fff;
	font-size: 20px;
	font-style: italic;
	padding: 11px 12px 12px 12px;
}

.product-item {
	float: left;
	margin: 10px 10px 0 0;	
	cursor: pointer !important;	
}

.product-item-right {
	margin-right: 0 !important;	
}

.product-item .top {
	display: block;
	height: 9px;
	width: 172px;
	background: url('/images/product-item-top.gif') top center no-repeat;
}

.product-item .middle {
	display: block;
	width: 170px;
	min-height: 180px;
	background: #FFF;	
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

.product-item .middle .image {
	display: block;
	text-align: center
}

.product-item .middle .image img {
	border: 0;	
}

.product-item .middle .code, .product-item .middle .desc {
	display: block;
	font-weight: normal;
	color: #333;
	font-size: 11px;
	text-align: center;	
}

.product-item .bottom {
	display: block;
	height: 25px;
	width: 172px;
	background: url('/images/product-item-bottom.gif') top center no-repeat;
}

.checkbox-capacity {
	float: left;
	margin: 0 20px 0 10px;
}

.checkbox-reset {
	float: left;
	margin: 10px 20px 0 10px;
	cursor: pointer;
	font-size: .8em;
	color: #666666;
	text-decoration: underline;
}

.checkbox-capacity div {
}

.product-search {
	clear: both;
}




.image-column {
	float: left;
	width: 240px;
	min-height: 500px;
	background: #ffffff;
}

.details-column {
	float: left;
	width: 450px;
	margin: 0 0 0 30px;
}

.details-column h5 {
	color: #E30000;
	font-size: 28px;
	margin: 0 0 15px 0;
}

.details-box-top {
	height: 8px;
	width: 450px;
	margin: 20px 0 0 0;
	background: url('/images/details-box-top.gif') top center no-repeat;
}

.details-box {
	width: 450px;
	background: url('/images/details-box-centre.gif') top center repeat-y;
}

.details-box-bottom {
	height: 8px;
	width: 450px;
	background: url('/images/details-box-bottom.gif') bottom center no-repeat;
}

.details-type {
	float: left;
	color: #E30000;
	font-size: 16px;
	padding: 10px 0 10px 10px;
	font-weight: bold;
	width: 185px;
}

.details-type-answer {
	float: right;
	text-align: right;
	color: #333;
	font-size: 12px;
	padding: 10px 20px 10px 10px;
	width: 225px;
}

.details-type-first {
	padding: 2px 0 10px 10px !important;	
}

.details-type-answer-first {
	padding: 2px 20px 10px 10px !important;		
}

.details-type-last {
	padding: 10px 0 2px 10px !important;
	border-bottom: 0px !important;
}

.details-type-answer-last {
	padding: 10px 20px 2px 10px !important;
	border-bottom: 0px !important;			
}

.details-line {
	clear: both;
	border-bottom: 1px solid #d2d2d2;
}

.details-line-last {
	clear: both;
	border-bottom: 0px !important;
}

img.prod-desc1 {
	display: block;
	float: left;
	margin: 30px 10px 0 0;
	border: 0;
}

img.prod-desc2 {
	display: block;
	float: left;
	margin: 30px 0 0 0;
	border: 0;
}

.product-image-large{
	border: none;
}

#selectionForm {
	margin-top: 20px;
}

.paging-nav {
	float: right;
}

.paging-nav-link {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: .9em;
	float: left;
	border: solid 1px #D2D2D2;
	width: 18px;
	height: 18px;
	padding: 2px 1px 0 1px;
	margin: 20px 1px 0 1px;
	text-align: center;
	cursor: pointer;
}

.paging-nav-link-current {
	display: block;
	background-color: #ffffff;
	color: #E30000;
	font-weight: bold;
	font-size: .9em;
	float: left;
	border: solid 2px #E30000;
	width: 16px;
	height: 16px;
	padding: 1px;
	margin: 20px 1px 0 1px;
	text-align: center;
	cursor: default;
}

.prev-nav {
	width: 50px;
}

.next-nav {
	width: 50px;
}

.prev-nav:hover, .next-nav:hover {
	color: #E30000;	
}

.paging-nav-link:hover {
	color: #E30000;	
}

.prev-nav-disabled {
	color: #CCCCCC;
	cursor: default;
}

.next-nav-disabled {
	color: #CCCCCC;
	cursor: default;
}

.prev-nav-disabled:hover, .next-nav-disabled:hover {
	color: #CCCCCC;
}



