
/**************************************************
STYLES USED ONLY ON THE PRODUCT PAGES:
**************************************************/


/* the products adcol is 5px narrower than standard to allow for the region table padding */
#prod_adcol {
	float: left;
	width: 240px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#prod_adcol img {
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}
#prod_adcol a:link img {
	border: 1px solid #cccccc;
}
#prod_adcol a:visited img {
	border: 1px solid #cccccc;
}

/* the products contentcol is 5px wider than standard to allow for the region table padding */
#prod_contentcol {
	width: 690px;
	float: left;
	clear: none;
}

/* the product info div has a 5px left margin to line up with the table contents below */
#prodinfo 
{
		padding-right: 10px;

}
#prodinfot 
{
		
padding-left: 260px;
	float: left;
	clear: none;
	padding-bottom:20px;
	padding-top: 20px;


}
#prodinfou 
{
		
padding-left: 5px;
	float: left;
	clear: none;
	padding-bottom:20px;


}

#prodclickhere 
{
	width: 650px;
	float: left;
	clear: none;
}


/**************************************************
PRODUCT PAGE CONTACT TABLES:
**************************************************/
#prodcontact {
	margin-top: 40px;
}
/* 5px left margin to line up with table contents*/
#prodcontact h2 {
	margin-left: 5px;
}


/* div container class for each of the regions: Asia, Europe, Americas */
.regioncontactwider {
	float:left;
	clear:none;
	width: 250px;
	margin-right: 15px;

}

/* the region name */
.regioncontactwider h3 { 
	margin-left: 5px; /* 5px left margin to line up with table contents*/
	font-size: 1.15em;
	color: #333333;
}	

.regioncontactwider table {
	margin-top: 14px;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	color: #00467F;
}

/* the table title (eg: Singapore) */
.regioncontactwider caption {
	color: #666;
	text-align: left;
	padding: 0 0 5px 5px;
}

.regioncontactwider tr {
	background-color: #D0ECF9;
	
}

.regioncontactwider td{
	border-collapse: collapse;
	border-bottom: 1px solid #FFFFFF;
	padding: 0 5px;
		vertical-align:top;

}

.regioncontactwider td.contactnumber{ 
	text-align:right;
}



.regioncontact {
	float:left;
	clear:none;
	width: 220px;
	margin-right: 8px;

}


/* the region name */
.regioncontact h3 { 
	margin-left: 5px; /* 5px left margin to line up with table contents*/
	font-size: 1.15em;
	color: #333333;
}	

.regioncontact table {
	margin-top: 14px;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	color: #00467F;
}

/* the table title (eg: Singapore) */
.regioncontact caption {
	color: #666;
	text-align: left;
	padding: 0 0 5px 5px;
}
.regioncontact .captiontel {
	color: #666;
	text-align: left;
	padding: 0 0 5px 5px;
	background-color: #ffffff;
}
.regioncontact tr {
	background-color: #D0ECF9;
	
}

.regioncontact td{
	border-collapse: collapse;
	border-bottom: 1px solid #FFFFFF;
	padding: 0 5px;
	vertical-align:top;
}

.regioncontact td.contactnumber{ 
	text-align:right;
}

.contactperson {
	margin: 10px 0 20px 0;
	
}

.contactperson li {
	display: inline;
	padding: 0 8px 0 0;
	margin-right: 8px;
	width: 200px;
}
a.back {
margin-left: 8px;
	background: url(../images/template/back_arrow.gif) no-repeat top left;
	color: #00467F;
	padding: 4px 0 6px 15px;
	text-decoration: none;
	}