/*******************************
Item large image and desc
********************************/
#product_item_image_outer
{
	border: 1px solid #9FAAB7;

	float: left;
	width: 359px;
	text-align: center;
	margin: 2px 0 0 0;
	height: 358px;
	overflow: hidden;

	/* Fix IE doubled margins bug */
	display: inline;
}

#product_item_image
{
	border: 3px solid #F3F5F8;

	height: 390px;
	overflow: hidden;
}

div#product_item_image_surround
{
	width: 352px;
	height: 352px;
	overflow: hidden;
}

/* Loading text */
div#product_loading
{
	position: absolute;
	display: none;
	top: 206px;
	left: 17px;	
	width: 350px;
	text-align: center;
	height: 220px;
	padding-top: 130px;
}

/* Product Colour Description */
div#product_colour_description
{
	padding: 3px 0 5px 8px;
	width: 346px;
	height: 1em;
	background-color: #FFFFFF;
	position: absolute;
	top: 462px;
	left: 16px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	opacity: 0.7;
}

div#product_loading h2
{
	color: #FFFFFF;
}

#product_item_image_options
{
	text-align: left;
	display: none;
	text-transform: lowercase;
}

#product_item_image_options ul
{
	list-style-type: none;
	margin: 7px 0 0 10px;
	padding: 0;
}

#product_item_image_options ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#product_item_image_outer .active
{
	text-decoration: none;
	font-weight: bold;
	color: #085A92;
}

#product_item_image_outer .inactive
{
	text-decoration: none;
	font-weight: normal;
	color: #085A92;
}

/*******************************
Item description and specs
********************************/
#product_item_details
{
	/*border: 1px solid red;*/
	
	width: 370px;
	float: right;
	color: #666666;
}

#product_item_maindetail2 p
{
	margin: 10px 0 10px 0;
}

#product_item_details h2
{
	/*border: 1px solid purple;*/

	margin: 0 0 7px 0;
	padding: 0 0 10px 0;
}

#product_item_maindetail1
{
	/*border: 1px solid purple;*/
	
	float: left;
	width: 370px;
	height: 180px;
	padding: 0 0 10px 0;
	background-image: url(../../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#product_item_maindetail2
{
	/*border: 1px solid purple;*/
	
	float: left;
	width: 370px;
	padding: 0;
	background-image: url(../../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#item_defs_1
{
	/*border: 1px solid orange;*/

	float: left;
	margin: 0;
	padding: 0;
}

#item_defs_1 dt
{
	/*border: 1px solid green;*/

	clear: both;
	font-weight: bold;
	/*color: rgb(178,52,63);		old color red */
	color: #085A92;		/* new color same as H2 heading as defined in main.css*/
	float: left;
	width: 85px;
	text-transform: lowercase;
}

#item_defs_1 dd
{
	/*border: 1px solid red;*/
	
	margin: 0;
	padding: 0 0 0 5px;
	float: left;
	width: 275px;
	text-transform: lowercase;
}

#product_item_details .download_img
{
	float: right;
	margin: 15px 0 0 0;
}