/*
Styles for Categories List
*/

#main #categories_list  {
	margin-left:20px;
	padding-left:10px;
	border-left:solid 1px #CCCCCC;
	margin-bottom:10px;
	background:url(../../images/bg_main_categorylist.gif) left repeat-y;
	padding-top:5px;
	padding-bottom:5px;
}

#main #categories_list h2 {
	margin-left:10px;
}


#main #categories_list {
	float:right;
	padding-bottom:0px;
	padding-right:0px;
}

#main #categories_list ul {
	padding:0px;
	margin:0px;
	list-style:none;
	width:284px;
}

#main #categories_list ul li {
	float:left;
	width:142px;
	margin:0px;
	padding:0px;
	background:none;
}

#main #categories_list ul li a, #main #categories_list ul li a:visited {
	padding:5px;
	display:block;
	height:165px;
	background:#dddddd url(../../images/bg_main_li_a_block_norm.gif) repeat-x top;
	border:solid 1px #EFEFEF;
	border-bottom:solid 1px #CCCCCC;	
	overflow:hidden;
	margin-left:10px;
	margin-bottom:10px;
}

#main #categories_list ul li a:hover {
	background:#5da2dc url(../../images/bg_main_li_a_block_over.gif) repeat-x top;
	text-decoration:none;
	color:#FFFFFF;
	border:solid 1px #4896d7;
}

#main #categories_list ul li a span img {
	border-bottom:solid 1px #D6E9FA !important;	
}

#main #categories_list ul li a span.text {
	position:absolute;
	right:5px;
	bottom:15px;
	width:120px;
	text-align:center;
}



/*
Styles for feature products listing
*/


#main #products_feature {
	float:left;
	padding-bottom:0px;
	padding-right:0px;
}

#main #products_feature h3 {
	margin-bottom:20px;
}

#main #products_feature ul {
	list-style:none;
	width:520px;
}

#main #products_feature ul li {
	float:left;
	width:510px;
	margin:0px;
	padding:0px;
	margin-right:10px;
	margin-bottom:15px;
	position:relative;
	background:none;
	text-align:left;
}

#main #products_feature ul li a span {
	position:absolute;
	left:10px;
	top:-10px;

}

#main #products_feature ul li a span.text {
	position:absolute;
	left:100px;
	top:8px;
	width:135px;
	text-align:right;
	font-size:1.1em;
	color:#00529c;
}

#main #products_feature ul li a span.feature {
	position:static;
	float:right;
	width:250px;
	text-align:right;
	font-size:0.9em;	
}

#main #products_feature ul li a, #main #products_feature ul li a:visited {
	padding:5px;
	display:block;
	height:60px;
	background:#FFFFFF url(../../images/bg_main_li_a_light_norm.gif) repeat-x bottom;
	border:solid 1px #EFEFEF;
	border-bottom:solid 1px #d7d7d7;
	overflow:hidden;
}

#main #products_feature ul li a:hover {
	background:#5da2dc url(../../images/bg_main_li_a_block_over.gif) repeat-x top;
	border:solid 1px #4896d7;
	text-decoration:none;
	color:#FFFFFF;
}

/*
Spec Table
*/

#main table {
	border:solid 1px #CCCCCC;
	margin-bottom:10px;
	clear:both;
}

#main table {
	width:100%;
}

#main table thead tr th {
	background: #006bc6 url(../../images/bg_nav.gif) repeat-x top;
	color:#FFFFFF;
	padding:3px;
	font-family:Trebuchet MS, Arial, Helvetica;
	font-size:1.2em;
	font-weight:normal;
}

#main table tbody tr th {
	background:#eaf5ff url(../../images/bg_boxed.gif) repeat-x bottom;
	color:#000000;
	font-weight:normal;
	padding:3px;
	text-align:left;
	vertical-align:top;
}

#main table tbody tr td {
	padding:3px;
	background:#FFFFFF url(../../images/bg_main_li_a_light_norm.gif) bottom repeat-x;
	vertical-align:top;
}

/*
Images
*/
#product_logo {
	float:left;
	padding:5px;
	/*padding:1px;*/
	/*background:#333333;*/
	background:#eaf5ff url(../../images/bg_boxed.gif) repeat-x bottom;
	border:solid 1px #d6e9fa;
	margin-bottom:15px;
}

#product_logo img {
	display:block;
}

#product_images {
	float:right;
	margin-left:15px;
	margin-bottom:10px;
	position:relative;
	/*padding:1px;*/
	padding-bottom:25px;
	width:280px;
	overflow:hidden;
	background:#eaf5ff url(../../images/bg_boxed.gif) repeat-x bottom;
	border:solid 1px #d6e9fa;
	/*border-left:0px;*/
}

#product_mainimages {
	width:840px;
	height:385px;
	position:relative;
	left:0px;
}

#product_mainimages div {
	float:left;
	width:280px;
}

#product_mainimages div img {
	border-bottom:solid 1px #D6E9FA !important;
}

#product_extraimages {
	
	padding:0px;
	margin:0px;
	position:absolute;
	left:0px;
	bottom:45px;
	padding-left:5px;
}

#product_extraimages a {
	padding:0px 4px;
	float:left;
	width:82px;
	display:block;
	overflow:visible !important;
}

#product_extraimages a span {
	display:block;
	width:82px !important;
	text-align:center;
	overflow:visible !important;
}

#product_extraimages a:hover {
	cursor:hand;
}

#product_extraimages a span img {
	border:solid 1px #d6e9fa;
	/*padding:1px !important;*/
	position:relative;
	/*left:-1px;
	top:1px;*/
	border:solid 1px #D6E9FA !important;
}

#product_extraimages a:hover span img {
	padding:0px !important;
	border:solid 1px #FF6600 !important;
}

#main a#product_enquire.boxed {
	/*margin-top:15px;*/
	padding:5px 7px;
	width:244px;
	position:relative;
	z-index:10;
	left:10px;
	top:15px;
	display:block;
	text-align:center;
}

#main a#product_enquire.boxed:hover {
	background:#5da2dc url(../../images/bg_main_li_a_block_over.gif) repeat-x top;
	border:solid 1px #4896d7;
	text-decoration:none;
	color:#FFFFFF;
}



#main #productMain_list{
	float:left;
	padding-bottom:0px;
	padding-right:0px;	
}

#main #productMain_list ul {
	list-style:none;
	width:520px;
}

#main #productMain_list ul li {
	float:left;
	width:119px;
	margin:0px;
	padding:0px;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	background:none;
	text-align:left;
}

#main #productMain_list ul li a span img {
	border-bottom:solid 1px #D6E9FA !important;	
}

#main #productMain_list ul li a span.text {
	position:absolute;
	right:5px;
	bottom:5px;
	width:109px;
	text-align:center;
}

#main #productMain_list ul li a, #main #casestudies_list ul li a:visited {
	padding:6px;
	display:block;
	height:150px;
	background:#dddddd url(../../images/bg_main_li_a_block_norm.gif) repeat-x top;
	border:solid 1px #EFEFEF;
	border-bottom:solid 1px #CCCCCC;	
	overflow:hidden;
}

#main #productMain_list ul li a:hover {
	background:#5da2dc url(../../images/bg_main_li_a_block_over.gif) repeat-x top;
	text-decoration:none;
	color:#FFFFFF;
	border:solid 1px #4896d7;
}


