@charset "utf-8";
/* CSS Document */
blockquote{ margin:0px; padding:0px;}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
a {
	text-decoration:underline;
	color:#000;
}
a:hover {
	text-decoration:none;
}
hr {
	border:1px dashed #999999;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
	font-weight:bold;
}
	h1 {
	font-size:25px;
	color:#0099CC;
}
h2 {
	font-size:20px;
	color:#3399FF;
	background-color:#FFFFFF;
	padding:4px 0 4px 0px;
	margin-bottom:5px;
}

h3 {
	font-size:15px;
	color:#FFFFFF;
	background:#333333;
	padding:5px;
}
h4 {
	font-size:13px;
	color:#FF9900;
}
h5 {
	font-size:10px;
	color:#003399;
}
h6 {
	font-size:9px;
	color:#990000;
}
.FloatLeft {
	float:left;
}
.FloatRight {
	float:right;
}
p {
	margin:0 0 5px 0;
	padding:0px;
	line-height:18px;
}
form {
	margin:0px;
	padding:0px;
	text-align:left;
}
img {
	border:0px;
}
.TopSpacing{
	margin-top:10px;
}
.BottomSpacing{
	margin-bottom:10px;
}

/* Header */

.SearchContainer{
		float:right;
		padding:30px 15px 10px 0;

}
.SearchContainer input{
	background: url(../images/search_bg.gif) repeat-x top;
	border:1px solid #B8B8B8;
	color:#000;
	width:150px;
	padding:2px;
}
.SearchContainer .SubmitBtn{
	background: url(../images/search_btn_bg.gif) repeat-x top;
	border:1px solid #B8B8B8;
	color:#000;
	padding:0px;
	width:auto;
}
.text_new_header {
	font-size:14px;
	color:#009933;
    font-weight:bold;
	background-color:#FFFFFF;
	padding:4px 0 4px 0px;
	margin-bottom:5px;
}
.Navigation{
	float:right;
	padding-right:15px;
	border-bottom:1px solid #FFFFFF;
	
}
.Navigation img{
	margin:0 0 0 5px;
}
.ScrollLogo{
	 padding:15px 0 15px 0;
}
.GrayBorder{
	padding:0 10px 0 10px;
	background-color:#B8B8B8;

}
.GrayBorder1{
	padding:0 10px 0 10px;
	background-color:#FFF;
}

.LeftRightBorder{
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	padding:0 10px 0 10px;
	background-color:#FFF;
}
.TopBorder{
	background:url(../images/top_border.gif) repeat-x top;
	height:6px;
	font-size:0px;
	padding:0px;
	line-height:0px;
	margin:0px;
}
.TopBgColor{
	background-color:#B8B8B8;
	height:9px;
}
.TopBgColor1{
	background-color:#FFF;
	height:9px;
}
.BottomBgColor1{
	background-color:#FFF;
	height:10px;
}
.BottomBgColor{
	background-color:#B8B8B8;
	height:9px;
}
.BottomBorder{
	background:url(../images/bottom_border.gif) repeat-x bottom;
	height:6px;
}

/* Product */
/* .HomeBanner{ background:url(../images/home_banner.jpg) no-repeat left top; width:1000px; height:456px;} */


.HomeBanner{ background:url(../../../../images/images/english/imageHome.jpg) no-repeat left top; width:1000px; height:456px;}
/images/images/english/imageHome.jpg
.SpacingLeftBottom{ margin-right:40px; margin-bottom:7px;}
.List ul, .List ul li {
	margin:0px;
	padding:2px 0 2px  0  ;
	list-style:none;
}
.List ul li {
	display:block; padding-top:0px;
	border-bottom:1px solid #BFBFBF;
	margin:2px 0 0px 0;
	border-right:1px solid #BFBFBF; background:#E9EBEC;
}
.List ul li.CategoryHeading {
	display:block;
	padding:9px 0 5px 5px;
	background:none;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #E9EBEC;
	color:#747474;
}

.List ul li a {
	text-decoration:none;
	color:#000;
	font-size:12px;padding:6px 0 5px 11px;
	display:block;
	background:#F3F3F3 url(../images/list_bg.gif) repeat-x top;
}
.List ul li a:hover {
	text-decoration:underline;
	background:#F3F3F3 url(../images/list_bg_hover.gif) repeat-x top;
	color:#000;
}
.List ul ul { padding:0 12px 0 12px}
.List ul ul ul { padding:0 8px 0 10px;}
.List ul ul li { border-width:0px; border-top:solid 1px #CCCCCC; padding-top:3px;}
.List ul ul li.first { border-top-width:0px;}

.List ul ul li a { background:url(../images/left_menu_arrow.gif) no-repeat 3px 5px; padding:2px 0 2px 11px;}
.List ul ul li a:hover {   background:url(../images/left_menu_arrow.gif) no-repeat 3px 5px;}
.List ul ul li a.sub_menu { border-bottom:solid 1px #CCCCCC !important}
.ProductContainer{	
}
.ProductContainer td{	
	border-right:0px solid #CCCCCC;
}
.Product{
height:200px;
border:1px solid #CCCCCC;
background:#FFF url(../images/product_bg.gif) repeat-x top;
padding:10px;
}
.ProductContainer h2{
	font-size:16px;
	color:#009933;
	margin-bottom:5px;
}
.DetailsBtnGreen a {
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	background:url(../images/details_btn_left.gif) no-repeat left bottom;
	float:left;
	padding:0 0 0 5px;
	margin: 0 auto;
	font-weight:bold;
	cursor:pointer;
}
.DetailsBtnGreen a span {
	padding:4px 8px 4px 5px;
	display:block;
	float:left;
	background:url(../images/details_btn_right.gif) no-repeat right bottom;
}
.DetailsBtnGreen a:hover {
	text-decoration:underline;
}
.DetailsBtnPink a {
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	background:url(../images/details_btn_left_hover.gif) no-repeat left top;
	float:left;
	padding:0 0 0 5px;
	margin: 0 auto;
	font-weight:bold;
	cursor:pointer;
}
.DetailsBtnPink a span {
	padding:0px 9px 0px 5px;
	display:block;
	float:left;
	line-height:22px;
	background:url(../images/details_btn_right_hover.gif) no-repeat right top;
}
.DetailsBtnPink a:hover {
	text-decoration:underline;
}

.Product img{
	border:2px solid #CCCCCC;
	background:#FFF;
	padding:5px;
}
.Product .ProductTitle{
	color:#517700;
	font-weight:bold;
	font-size:12px;
	padding:1px 0 1px 0;

}
.Price{
	font-size:18px;
	font-weight:bold;
	color:#FF0000;
}
.DataGrid{
	color:#333333;
}
.DataGrid th{
	background-color:#666666;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding: 5px 0 5px 5px;border:1px solid #CCCCCC;
}
.DataGrid td{
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding: 5px 0 5px 5px
}
.CategoryContainer {
}
.CategoryContainer ul, .CategoryContainer ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.CategoryContainer ul li {
	display:block;
	border-bottom:1px solid #E2E2E2;
	background:url(../images/arrow1.gif) no-repeat 15px 11px;
	padding:7px 0 6px 25px;
}
.CategoryContainer ul li a {
	color:#656565;
	text-decoration:none;
}
.CategoryContainer ul li a:hover {
	color:#FF4095;
	text-decoration:underline;
}
.CategoryContainer ul li a.CategoryActive {
	color:#FF4095;
	text-decoration:underline;
}
.CategoryHeading {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
.CommonSubmitBtn{
	background-color:#666666;
	color:#FFFFFF;
	border:1px solid #CCCCCC;
	width:67px;
	font-size:11px;
	padding:3px;
}


.BorderLeftRight {
	border-right:1px solid #E2E2E2;
	border-left:1px solid #E2E2E2;
	background-color:#FFFFFF;
}
.Footer{
	color:#929292;
	padding:15px;
	text-align:center;
}

.
/** FORMS										**/
/**NEW FORM STYLES**/
ProductSubtitle{
	font-family:verdana;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
	margin:0px;
}
.formFieldSet{
	border:1px solid #89a8ad;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	/*border-style: outset;*/
	padding:10px;

}
