/*******************************
Page
********************************/
#products_types
{
	/*border: 1px solid orange;*/

	float: left;
	margin: 0 0 0 25px;
	font-family:Arial, Helvetica, sans-serif;
	/*width: 100%;*/

	/* Fix IE doubled margins bug */
	display: inline;
}

/*******************************
Page header
********************************/
#products_types h2
{
	/*border: 1px solid yellow;*/

	margin-left: 5px;
}

/*******************************
Head section
********************************/
#products_rangehead
{	
	margin: 5px;
	border: 1px solid #9FAAB7;
	padding: 3px;
	float: left;
	text-align: center;
	width: 160px;
	
	/* Avoid IE doubled margins bug */
	display: inline;
}

#products_rangehead h3
{
	/*border: 1px solid yellow;*/
	
	margin: 10px 0 10px 0;
}

#products_rangedescription
{
	/*border: 1px solid red;*/
	
	width: 520px;
	float: left;
	padding: 2px 0 0 10px;
}


#products_rangedescription h4
{
	display: inline;
}

#products_rangedescription p
{
	font-size: 110%;
	display: inline;
	line-height: 1.3em;
	color: #ABB8C9;
}

/*******************************
Call to action box
********************************/
#products_selecttype
{
	/*border: 1px solid red;*/

	margin: 10px 0 0 -30px;
	clear: both;
	/*float: left;*/
	background-image: url(../../images/range_man1.gif);
	background-repeat: no-repeat;
	width: 480px;
	height: 99px;
	padding: 15px 5px 5px 1px;
	font-size: 11px;
	color: #447388;
	text-align: center;

	/* Fix IE bug that prevents the background of divs in -ve margin areas being displayed */
	position: relative;
	left:0px;
	float:left;
	text-transform: lowercase;
	clear:both;
	z-index:1;
}

/*******************************
Product type columns and wrapper
********************************/
#product_type_column_wrapper
{
	/*border: 1px solid yellow;*/

	width: 100%;
	float: left;
	margin-top: -40px;
}

.product_type_column
{
	/*border: 1px solid green;*/
	
	width: 240px;
	float: left;
	margin: 0 0px 0px 0px;
	background-image: url(../../images/dotline_tile_vert.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	padding-left:5px;
	

	/* Fix IE doubled margins bug */
	display: inline;
}

.newline
{
	clear: both;
}

.product_type_column h3
{
	/*border: 1px solid yellow;*/
	
	margin: 3px 0 10px 0;
	width:230px;
}

/*******************************
Product type icons
********************************/
.products_typeicon
{	
	margin: 0px 5px 5px 2px;
	border: 1px solid #9FAAB7;
	padding: 2px;
	float: left;
	text-align: center;
	width: 106px;
	height: 175px;
	overflow: hidden;
	/* Avoid IE doubled margins bug */
	display: inline;
}

.products_typeicon h4 a
{
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	color: #085A92;
	width:106px;
}

.products_typeicon p
{
	font-size: 90%;
	margin: 4px;
}

.products_typeicon p a
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
