/*
author: gary bennion
desc: styles used with the pages of the site
*/
.special, .cat, .refine {
	border:2px solid #B6B4D7;
	margin:6px;
	padding:12px;
	text-align:left;
}

.cat {
	width:150px;
	float:left;
	margin-left:18px;
	text-align:center;
}

.refine {
	width:500px;
	margin-bottom:12px;
}

.filters {
	width:100%;
	margin:6px 0px 0px 0px;
	padding:0px;
	border-top:2px solid #B6B4D7;
}

.special h1, .cat h1 {
	font-size:14px;
	color:#6E8FC9;
	padding:0px;
	margin:0px;
}

.cat h1 {
	margin-bottom:6px;
}

.cat h1 a {
	color:#6E8FC9;
}

.compat h2, .refine h2 {
	font-size:14px;
	color:#6E8EC9;
}

.refine h2 {
	margin:0px 0px 6px 0px;
	padding:0px;
}

.compat .step {
	margin-bottom:6px;
}

.product_list_title {
	font-size:12px;
	letter-spacing:0px;
}

.product_list_paragraph {
	font-size:12px;
	letter-spacing:0px;
	font-weight:bold;
	padding-top:9px;
	padding-bottom:9px;
	margin:0px;
}

.wizard-icon {
	margin-left:505px;
	margin-top:-245px;
	position:absolute;
}

.AXISBasketButtons input {
	background:#61499F;
	border:none;
	font-size:12px;
	padding:6px;
	color:#fff;	
}

.product_list span {
	display:inline;
}

#product_tabs {
	margin-top:30px;
	margin-bottom:20px;
}

#product_tabs .prd_tab {
	width:105px;
	height:75px;
	float:left;
	font-size:13px;
	margin-right:10px;
	text-align:center;
	background:url("../../media/prd-tab1.jpg") top left no-repeat;
	color:#fff;
	padding:15px 20px;
}

#product_tabs #prd_tab1 {
	background:url("../../media/prd-tab1.jpg") top left no-repeat;
}

#product_tabs #prd_tab2 {
	background:url("../../media/prd-tab2.jpg") top left no-repeat;
}

#product_tabs #prd_tab3 {
	background:url("../../media/prd-tab3.jpg") top left no-repeat;
	color:#000;
}

#product_tabs #prd_tab4 {
	background:url("../../media/prd-tab4.jpg") top left no-repeat;
	margin-right:0 !important;
}