/*******************************
Item large image and desc
********************************/
#product_item_image_outer
{
	border: 1px solid #9FAAB7;
	float: left;
	width: 360px;
	text-align: center;
	margin: 2px 0 0 0;
	height: 396px;
	z-index:100;
	overflow:hidden;

	/* Fix IE doubled margins bug */
	display: inline;
}

#product_item_image
{
	border: 3px solid #F3F5F8;
	height: 390px;
	overflow-x: hidden;
	width:360px;
}

div#product_item_image_surround
{
	width: 360px;
	height: 352px;
	overflow: hidden;
}

/* Loading text */
div#product_loading
{
	position: absolute;
	display: none;
	top: 206px;
	left: 158px;	
	width: 450px;
	text-align: center;
	height: 220px;
	padding-top: 130px;
	color:#ffffff;

	/* Full block
	background-color: #CCCCCC;*/
}

/* Product Colour Description */
div#product_colour_description
{
	padding: 3px 0 5px 8px;
	width: 100%;
	height: 1em;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-weight: bold;
	opacity: 0.7;
	font-size:14px;
	position:absolute;
	z-index:1000000000;
	top:332px;
	
}
* html div#product_colour_description
{
padding: 3px 0 5px 8px;
	width: 100%;
	height: 1em;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-weight: bold;
	opacity: 0.7;
	font-size:14px;
	position:absolute;
	z-index:1000000000;
	top:332px;
	
}

div#product_loading h2
{
	color: #FFFFFF;
}

#product_item_image_options
{
	text-align: left;
	text-transform: lowercase;
	font-size:14px;
}

#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: 525px;
	float: right;
	color: #666666;
	text-align:left;
}
#product_item_details h2
{	background-image: url(../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;}
#product_item_maindetail2 p
{
	margin: 10px 0 10px 0;
	font-size:12px;
	
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

#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: 520px;
	min-height: 180px;
	padding: 0 0 10px 0;
	
}

#product_item_maindetail2
{
	/*border: 1px solid purple;*/
	font-size:90%;
	line-height:1.5 em;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 490px;
	padding: 0;
	
}

#item_defs_1
{
	/*border: 1px solid orange;*/

	
	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*/
	
	font-size:12px;
	text-transform: lowercase;
	font-family:Arial, Helvetica, sans-serif;
	width:160px;
	float:left;
	margin:3px 0px 3px 0px;
	
}

#item_defs_1 dd
{
	/*border: 1px solid red;*/
	font-size:12px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 0 5px;
	float: left;
	text-transform: lowercase;
	margin:3px 0px 3px 0px;
}

#product_item_details .download_img
{
	float: right;
	margin: 15px 0 0 0;
}

#item_view
{
	background-image: url(../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 525px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	clear: both;
	color: #999999;
	float: left;
}

#item_view img
{
	margin: 0 10px 5px 10px;
}

#item_order
{
	background-image: url(../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 525px;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	text-align: left;
	clear: both;
	color: #999999;
	float: left;
	font-size: 95%;
	height:132px;
}

#item_order_inner
{
	/*border: 1px solid green;*/
	background-image: url(../images/speech_order.gif);
	background-repeat: no-repeat;
	height: 90px;
	width: 310px;
	margin: 0 auto 0 auto;
	padding: 8px 10px 0 25px;
	text-align: right;
	text-transform: lowercase;
}
#item_order_inner1
{
	/*border: 1px solid green;*/
	background-image: url(../images/speech_order1.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 330px;
	margin: 0 auto 0 auto;
	padding: 8px 10px 0 25px;
	text-align: right;
	padding-right:30px;
	text-transform:lowercase;
	font-size:12px;
	line-height:1.5em;
	color:#999999;
	z-index:1000000;
}

#item_order img
{
	float: right;
}
#item_order p
{
	/*border: 1px solid green;*/
	float: left;
	margin: 2px 0 0 0;
}

#item_order p strong
{
	font-weight: normal;
	color: #CC0000;
}

#item_conformities
{
	/*border: 1px solid yellow;*/
	
	background-image: url(../images/dotline_tile_horoz.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	width: 370px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	text-align: center;
	clear: both;
	color: #999999;
	float: left;
}

#item_conformities p
{
	text-align: left;
}

#item_conformities .conformity
{
	/*border: 1px solid red;*/

	padding: 10px;
	width: 155px;
	float: left;
	height: 140px;
}


/*******************************
Product colours
********************************/
#product_item_colours
{
	/*border: 1px solid green;*/

	margin: 65px 0 0 0;
	padding: 10px 0 0 0;
	clear: both;
	width: 750px;
	text-align:left;
	float:left;
}

.products_colouricon
{	
	margin: 2px;
	border: 1px solid #9FAAB7;
	padding: 3px;
	float: left;
	text-align: center;
	width: 105px;
	height: 250px;
	overflow: hidden;
	
	/* Avoid IE doubled margins bug */
	display: inline;
}

.products_colouricon h4
{
	margin: 5px 0 7px 0;
	font-size: 90%;
}

.products_colouricon h4 a
{
	color: #085A92;
	font-weight: normal;
	text-decoration: none;
}

.products_colouricon p
{
	font-size: 90%;
	margin: 4px;
}

.products_colouricon p a
{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}