/* ------------------------------------------------------------------------------*/ 
/*	Designed and Produced by Carlson Digital - a division of Carlson Marketing.  */
/*	Build start date: 24/08/2007                                                 */
/*	Developer: Keir Moffatt                                                      */
/*	Notes: Page-specific css for Accessories root page						 	 */
/* ------------------------------------------------------------------------------*/

#navCol {
	height: auto;
}

#contentColsWrapper {
	background: #ccc url(/a/img/accessories/accessoriesSquare.jpg) no-repeat 100% 0;
	width:849px;
}

#accessoriesDetail {
	background-image: url(/a/img/accessories/feature.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 313px;
	height: auto !important;
	height: 313px;
	float: none;
}

#pAccessories #navCol {
	min-height: 0 !important;
}

#genuineAccessories {
	min-height: 191px;
	height: auto !important;
	height: 191px; /* IE min-height fix */
	float: left;
	/*background: #fff;*/
	width: 275px;
}

#searchContainer h3,
#genuineAccessories h3 {
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #333333;
}

#genuineAccessories p {
	margin: 10px 10px 10px 20px;
}

#searchArea {
	width: 342px;
	border-right: 1px solid #ffffff;
	min-height: 190px;
	height: auto !important;
	height: 190px; /* IE min-height fix */
	position: relative;
	float: left;
}

#searchContainer {
	border-top: 0;
}

#searchContainer form {
	background-color: transparent;
}

#searchContainer form fieldset {
	padding: 0;
}

#searchContainer form .row {
	margin: 0 10px 0 20px;
}

#searchContainer .label {
	width: 10em;
	padding-bottom: 16px;
}

#searchContainer select {
	margin: 0;
}

#searchContainer p {
	margin: 0 10px 5px 20px;
	color: #333333;
	padding-top: 0;
	clear: both;
}

#searchArea .submit {
	border-left: 0;
	background-color: #87bfda !important;
	border-top: 1px solid #fff;
	float: none;
	display: block;
	min-height: 3.9em;
	position: absolute;
	bottom: -1px;
	width: 342px;
	left: 0;
}

#searchArea #submitBox {
	border: 0;
	background-color: transparent !important;
}

#searchContainer form {
	width: 340px;
}


