﻿/*ProductDetail------------------------------------------------------*/
.ProductDetail {
	margin-bottom: 20px;
	overflow: hidden;
}
.ProductDetail .IMG {
	float: right;
	width: 200px;
	padding-left: 10px;
	border-left: 1px solid #a9a9a9;
	text-align: center;
}
.ProductDetail .Detail {
	position: relative;
	float: left;
	width: 479px;
	padding-right: 10px;
	font-size: 16px;
	color: #aaa9a9;
}
.ProductDetail .GreenColor {
	color: #139034;
	font-weight: bold;
}
.ProductDetail .BlackColor {
	color: #000;	
}

/*ProductList---------------------------------------------*/
#ProductList {
	width:720px;
	margin-top: 40px;
}
#ProductList .ContentGR {
	position: relative;
	float: left;
	width: 220px;
/*
	height:180px;
*/
	height:320px;
	margin:0 20px 20px 0;
	overflow:hidden;
}
.ContentGR.Last {
	margin-right: 0px;
}
.ContentGR .IMG {
	text-align: center;
}
H3 {
	color: #333;
}
.ContentGR .Detail {
	color: #333;
}


/*List---------------------------------------------*/
.List {
	margin: 20px 0px;
}
.List UL {
	margin-left: 18px;
}
.List LI{
	list-style-image: url('/sitecollectionimages/MasterPortal/Bullet1.gif');
}
.List A:link, .List A:active, .List A:visited {
	color: #333;
}
.List A:hover {
	color: #ec1b25;
	text-decoration: underline;
}
.Rollup{
	margin:0 0 0 15px;
}

/*Segment--------------------------------*/
#Segment .Title{
/* ย้ายไปใส่ใน base.css
	font-family: "Trebuchet MS",Arial;
	font-weight: bold;
	font-size: 22px;
*/
	color: #118c32;
	margin: 0 0 10px;
}
#Segment, .Segment {
	width:720px;
	display:none;
}
#Segment .IMG, .Segment .IMG {
	float: left;
}
#SegmentSME {
	margin-right:20px;
}

/*Recommend--------------------------------*/
#Recommend {
}
#Recommend .Title{
/* ย้ายไปใส่ใน base.css
	font-family: "Trebuchet MS",Arial;
	font-weight: bold;
	font-size: 22px;
*/
	color: #118c32;
	margin-top: 20px;
	margin-bottom: 10px;
}
#Recommend .ContentGR {
	background-color: #f4f4f4;
	width: 100%;
	position: relative;
	margin: 0;
	padding-bottom: 0px;
}
#Recommend .ContentGR .Header{
	background: url('/SiteCollectionImages/KBank35/ContentGRHeaderBG.gif') no-repeat top left;
	height: 14px;
}
.Header .END{
	background: url('/SiteCollectionImages/KBank35/ContentGRHeaderBG.gif') no-repeat top right;
	float: right;
	width: 30px;
	height: 100%;
}
#Recommend .ContentGR .Footer{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	background: url('/SiteCollectionImages/KBank35/ContentGRFooterBG.gif') no-repeat bottom left;
	height: 14px;
}
#Recommend img {
	float:right;
}
.Footer .END{
	background: url('/SiteCollectionImages/KBank35/ContentGRFooterBG.gif') no-repeat bottom right;
	float: right;
	width: 30px;
	height: 100%;
}
#Recommend .ContentGR .List{
	float: left;
	width: 200px;
	padding: 0px 0px 0px 25px;
	font-size: 11px;
	cursor:pointer;
}
#Recommend .ContentGR .List h5 {
	font-size: 18px;
	line-height:18px;
}

