/*  CSS Document 
 
	Project : scout7
	Created date : 3 August 2007.
	Description : CSS Document defines the property of all predefine tags and also define tags.
	Copyright: This Document is the property of Gen2group.
*/


html,body {
	margin:0px; 
	height:100%; 
	background-color:#ffffff;
	/* background-color:#cc0000; */
	/*background-color:#82517a;*/
}
/* Table Style */
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

/* Link Style */

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: none;
	color:#fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}
.testimonial {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
.testimonial a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}
.testimonial a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:underline;
}
.testimonial a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}
/* Form Style */


select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
	border: 1px solid #666666;
	padding: 3px;
}
input, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	border: 1px solid #666666;
	padding: 3px;
}

.noborder {
	border:0px;
	background-color:transparent;
}

.btn { 
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#ECEBE6;
	border: 1px solid #999999;
	cursor:hand;
}

/* ---------- Define tag style sheet ---------- */

/* Font Style */

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
}
.message {
		color:#FF0000;
		font-weight:bold;
}
.copytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}
.bText {
	font-size:20px;
}
.nbText {
	font-size:30px;
}
.nText {
	font-size:14px;
}
.navText {
	font-size:13px;
}
.newsText {
	font-size:15px;
}
.whiteFont {
	color:#FFFFFF;
	}
/* Table/Div Style */

#main {
	margin:0 auto;
	width:1003px;
	height:759px;
	border:1px solid #000000;
}
#mainContent {
	width:865px;
	height:450px;
	top: 20px;
	left: 0px;
	position:relative;
	}
#content {
	width:865px;
	height:450px;
	overflow:auto;
	position:absolute;
	scrollbar-face-color:#EDEEEE;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#EDEEEE;
	scrollbar-darkshadow-color:#EDEEEE;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#EDEEEE;
	}
#mainContentNew {
	width:865px;
	height:500px;
	top: 10px;
	left: 0px;
	position:relative;
	}
#newscontentDiv {
	width:865px;
	height:495px;
	overflow:auto;
	position:absolute;
	scrollbar-face-color:#EDEEEE;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#EDEEEE;
	scrollbar-darkshadow-color:#EDEEEE;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#EDEEEE;
	}
#mainDynamicContent {
	width:865px;
	height:350px;
	top: 10px;
	left: 0px;
	position:relative;
	}
#dynamiccontentDiv {
	width:865px;
	height:350px;
	overflow:auto;
	position:absolute;
	scrollbar-face-color:#EDEEEE;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#EDEEEE;
	scrollbar-darkshadow-color:#EDEEEE;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#EDEEEE;
	left: 0px;
	}
.newsContent {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.partnerText {
	font-size:15px;
	}
.productText {
	font-size:15px;
	}
.productDetailText {
	font-size:30px;
	}
.productDetailTitle {
	font-size:20px;
}
.tdgrey {
	background-color:#ffffff;
	border:1px solid #4C4C4C;
	width:315px;
	height:90px;
	overflow:hidden;
}
