/*
Vietcombank StyleSheet
Filename: home.css
Purpose: Styles for homepage only
Targets: IE6+; Modern browsers
Created by: hiendm
Last update: 26 dec 2007
*/
/*=========================================================*/
.home-contents
{
	width: 684px;
	float: left;
}
.home-sidebar
{
	width: 238px;
	float: right;
}
#home-banner
{
	margin-bottom: 10px;
	display: block;
	width: 684px;
	height: 151px;
}
#home-products
{
	border-bottom: solid 2px #e4e4e4;
}
#home-products div
{
	width: 227px;
	float: left;
	background: url(../images/home_mainproduct_contentbg.gif) repeat-x 0px 30px;
	border-right: solid 1px #e4e4e4;
}
#home-products div.last
{
	border: none;
	width: 228px;
}
#home-products h2
{
	background: url(../images/home_mainproduct_bg.gif) repeat-x;
	height: 25px;
	padding: 5px 0 0 20px;
	color: #fff;
	font-size: 90%;
}
#home-products h2 a
{
	color: #fff;
	text-decoration: none;
}
#home-products h2 a:hover
{
	color: #fd9610;
}
#home-products dl
{
	padding: 10px 20px;
	font-size: 85%;
	line-height: 20px;
}
#home-products dl a
{
	color: #fd9610;
	border-bottom: 1px dashed;
}
#home-products dl a:hover
{
	text-decoration: none;
	border-bottom: 1px solid;
	color: #008C4F;
}
#home-products dl a.more
{
	color: #008C4F;
	border-bottom: none;
}
#home-products dl a.more:hover
{
	text-decoration: underline;
}
#home-products dl dt
{
	font-weight: bold;
}
#home-products dl dd
{
	margin-bottom: 5px;
}
.home-two-cols
{
	clear: both;
	margin: 10px 0 0 0;
}
.home-two-cols h3
{
	color: #008c4f;
	font-size: 90%;
}
.home-news
{
	width: 456px;
	float: left;
}
.home-news ul
{
	margin: 10px 0 10px 15px;
	list-style: square;
	padding: 0 15px;
}
.home-news ul li
{
	border-bottom: solid 1px #e4e4e4;
	padding-bottom: 5px;
	list-style: square;
	font-size: 85%;
	margin-top: 5px;
}
.home-news ul li a
{
	color: #333;
}
.home-network
{
	width: 200px;
	float: left;
	margin-left: 18px;
	display: inline;
}
.home-network .title
{
	padding: 10px 0 10px 0;
}

