html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: #444444;
	margin:0;
	padding:0;
	line-height: 1.2em;
	font-family:12px Arial, Helvetica, sans-serif;
	background-color: #E5E5E5;/*F4F5F6*/
}
b {
	font-size: 110%;
}
em {
	/*color: red;*/
}
a {
	color: #659264;/*659264*/
	text-decoration: none;
}
a:hover {
	color:#F39813;
	text-decoration: underline;
}
a.active {
	color:#F39813;
}

div#language a {
	color: #659264;
	text-decoration: none;
}
div#language a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	cursor:pointer;
}
div#language a.active {
	color:#FFFFFF;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
}
.logged {
	padding-right:10px;
	width:100%;
	float:right;
	text-align:right;
}
.main-title {
	font-size:18pt;
	color:#444444;
	font-weight:bold;
}
.description {width:100%; float:left; padding-bottom:20px;}
.description p {margin-bottom: 5px;margin-top: 0;text-align:justify}
.description img {border: 1px solid #8A8A8A;margin-right:8px;float:left;}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.information {
	background: #E8F6FF url('../image/information.png') 10px center no-repeat;
	border: 1px solid #B8E2FB;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}	
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

#maincontainer {
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: #FFFFFF;
}
#topsection {
	height: 120px; /*Height of top section*/
	margin-top:2px;
	border-top:5px #356734 solid;
	border-bottom:5px #356734 solid;
}
#topsection #logo {
	width:420px;
	height:100px;
	background: url('../image/logo.png');
}
#topmenu {
	background: #f39813;
	height: 35px;
	margin-top:5px;
	padding: 0px 5px;
}

#topmenu ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#topmenu > ul > li.bg {
	background: url('../image/hor_line.png') right no-repeat;
}
#topmenu > ul > li {
	position: relative;
	float: left;
}
#topmenu > ul > li:hover {
	background-color: #659264;
}
#topmenu > ul > li.active {
	background-color:#659264;
}
#topmenu > ul > li > a {
	font-size: 13pt;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 11px 30px 10px 15px;
	position: relative;
}
#cart {
	float:left;
	position: absolute;
	top: 0px;
	left: 250px;
	z-index: 9;
	min-width: 300px;
}
#cart .heading {
	float: right;
	margin-right: 172px;
	margin-top: 0px;
	padding-left: 14px;
	padding-right: 14px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #EEEEEE;
	background: #FFF;
	position: relative;
	z-index: 1;
}
#cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#cart .heading a {
	text-decoration: none;
}
#cart .heading a span {
	background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#cart .content {
	clear: both;
	display: none;
	position: relative;
	top: -1px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 7px 7px 7px;
	-moz-border-radius: 0px 7px 7px 7px;
	-khtml-border-radius: 0px 7px 7px 7px;
	border-radius: 0px 7px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}

#cart.active .heading {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#cart.active .content {
	display: block;
}
#cart .cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
#cart .cart td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
#cart .cart .image {
	width: 1px;
}
#cart .cart .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
#cart .cart .name small {
	color: #666;
}
#cart .cart .quantity {
	text-align: right;
}
#cart .cart td.total {
	text-align: right;
}
#cart .cart .remove {
	text-align: right;
}
#cart .cart .remove img {
	cursor: pointer;
}
#cart table.total {
	border-collapse: collapse;
	padding: 5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
#cart table.total td {
	color: #000;
}
#cart .content .checkout {
	text-align: right;
	clear: both;
}
#cart .empty {
	padding-top: 50px;
	text-align: center;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}

#contentwrapper {
	margin-top:15px;
	margin-bottom:15px;
	float: left;
	width: 100%;
	background: #ffffff;
}
#contentwrapper #home_banner{
	/*background:url('../image/home_banner.png') top left no-repeat;	*/
	width:1000px;
	height:300px;
}
#contentwrapper #home_banner, #contentwrapper #contentproject{
padding-bottom:15px;
}

#contentwrapper #home_content .content table tr td{
	text-align:justify;
	color:#ffffff;
	padding-left:20px;
	padding-right:20px;
	
}
#contentwrapper .content .content_title {
		color:#659264;
		font-weight:bold;
		font-size:14pt;
}
#contentwrapper #home_content .content table tr td.title{
	font-weight:bold;
	text-align:center;
	font-size:13pt;
}
#contentwrapper #home_content a {	
	color: #ffffff;
	text-decoration: none;
}
#contentwrapper #home_content a:hover {
	color:#F39813;
	text-decoration: underline;
}
#contentwrapper #home_content a.active {
	color:#F39813;
}
#contentwrapper #contentproject {
	width:100%;	
	background: #ffffff;
}

#contentwrapper #contentproject #contentcolumn-left {
	float:left;
	width:580px;
	text-align:justify;
	
}
#contentwrapper #contentproject #contentcolumn-left h2{
	color:#659264;
}
#contentwrapper #contentproject #contentcolumn-right {
	float:right;
	width:400px;
	text-align:justify;
}
#contentwrapper #contentproject #contentcolumn-right #box-donate,
#contentwrapper #contentproject #contentcolumn-right #box-description {
	float:right;
	text-align:justify;
	margin-bottom:20px;
}
#contentwrapper #contentproject #contentcolumn-right #box-description .innertube .description {width:100%; float:left; padding-bottom:20px;background-color:#ffffff}
#contentwrapper #contentproject #contentcolumn-right #box-description .innertube .description p {margin-bottom: 5px;margin-top: 0;text-align:justify}
#contentwrapper #contentproject #contentcolumn-right #box-description .innertube .description img {border: 1px solid #8A8A8A;margin-right:8px;float:left;}
#contentwrapper #contentproject #contentcolumn-right #box-donate {
	background:#feedab;
	padding:0px;
}
#contentwrapper #contentproject #contentcolumn-right #box-donate ul{
	margin:5px;
	padding:10px;
}
#contentwrapper #contentproject #contentcolumn-right #box-donate ul li{
	height:22px;
}
#contentwrapper #contentproject #contentcolumn-right #box-myaccount {
	background:#ffffff;
	padding:0px 8px;
}
#contentwrapper #contentproject #contentcolumn-right #box-myaccount ul{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
#contentwrapper #contentproject #contentcolumn-right #box-myaccount ul.bg-white{
	background:#ffffff;
}
#contentwrapper #contentproject #contentcolumn-right #box-myaccount ul li.bg{
	background: url('../image/dot.gif') left no-repeat;
	padding-left:15px;	
}
#contentwrapper #contentproject #contentcolumn-right #box-myaccount ul > li > a{
	text-decoration: none;
	color:#659264;
}
#contentwrapper #contentproject #contentcolumn-right #box-myaccount ul > li > a:hover {
	color:#729772;
}
#contentwrapper #contentproject #contentcolumn-right #box-myaccount ul > li > a.active {
	color:#729772;
}
#contentcolumn {
	margin-left: 280px; /*Set left margin to LeftColumnWidth*/
	text-align:justify;
}
/*commnet*/
.comment_title {
 background:#efefef;
 font-weight:bold;
 font-size:12pt;
}
#comment {
	height:200px; 
	width:100%; overflow:auto;border:1px solid #CCCCCC;
}
#comment  ul {
	float: left;
	width:100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#comment  ul > li {
	padding-left:10px;
	padding-right:10px;
}
#comment > ul.bg {
	background:#FFFFCC;
}
#comment > ul > li.bg {
	background:#efefef;
}
/*end comment*/
/*login*/
login-content {
	margin-bottom: 20px;
	overflow: auto;
}

.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
	border: 1px solid #EEEEEE;
	margin-bottom: 20px;
	overflow: auto;
	padding: 10px;
}

/*end login*/
.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/	
	margin-top: 0;
	float:left;
	position:relative;
}

#contentcolumn .innertube .description {width:100%; float:left; padding-bottom:20px;background-color:#ffffff}
#contentcolumn .innertube .description p {margin-bottom: 5px;margin-top: 0;text-align:justify}
#contentcolumn .innertube .description img {border: 1px solid #8A8A8A;margin-right:8px;float:left;}
#contentcolumn .innertube .description .title {
	color:#659264;
	font-weight:bold;
}
#contentcolumn .innertube .description a {
	text-decoration: none;
	color:#659264;
}	
#contentcolumn .innertube .description a:hover {
	color:#F39813;
	text-decoration: underline;
}
#contentcolumn .innertube .description a.active {
	color:#F39813;
}
#leftcolumn {
	margin-top:15px;
	margin-bottom:15px;
	float: left;
	width: 280px; /*Width of left column*/
	margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
	background: #FEEDAB;
}

/* box */
.box {
	/*margin-bottom: 20px;*/
	background: #FEEDAB;
}
.box .box-heading {		
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	line-height: 14px;
	text-align:center;
	font-weight:bold;
	color: #659264;
}
.box .box-content {
	padding: 10px;
	
}
.box .box-content > ul {
	border-top: 1px solid #FF6600;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.box .box-content > ul > li {
  padding: 8px 8px 8px 0;
	border-bottom:1px solid #FF6600;
}
.box .box-content > ul > li > a {
	padding-left:10px;
	font-size: 13pt;
	color: #659264;
	text-decoration: none;
	display: block;
	position: relative;
}
.box .box-content > ul > li > a:hover {
	color:#F39813;
	text-decoration: underline;
}
.box .box-content > ul > li > a.active {
	color:#F39813;
}
.box-province {
	/*margin-bottom: 20px;*/
	background: #feedab;
}
.box-province .box-heading {
	/*padding: 8px 10px 7px 10px;*/
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	line-height: 14px;
	text-align:center;
	font-weight:bold;
	color: #659264;
	background: url('../image/box_bg.gif') top left repeat-x;
	/*background-color:#F39813;*/	
	height: 28px;
}
.box-province .box-content {
	padding: 0px;
	
}
.box-province .box-content > ul {
	list-style: none outside none;
	margin: 0;
	padding: 10px;
}
/* button */
a.button {
	display: inline-block;
	padding-left: 6px;
	background: url('../image/button-left.png') top left no-repeat;
	text-decoration: none;
	cursor: pointer;
}
a.button span {
	color: #FFFFFF;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 6px 12px 8px 5px;
	background: url('../image/button-right.png') top right no-repeat;
}
a.button:hover {
	background: url('../image/button-left-active.png') top left no-repeat;
}
a.button:hover span {
	color: #FFFFFF;
	background: url('../image/button-right-active.png') top right no-repeat;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/*htabs*/
.htabs {
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; 
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.form {

}
.form .title{
	font-weight:bold;
	font-size:14pt;
	color:#659264;
}
.form .label {
	font-weight:bold;
	padding-right:10px;
	width:150px;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form > tbody > tr > td {
	padding:10px 0px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}
.image {
	cursor: pointer;
}
/*table - grid*/
table.filter {
	width: 100%;
	background: #E7EFEF; 
	border: 1px solid #C6D7D7; 
	margin-bottom: 15px;	
}
table.filter td {
	padding: 5px;
}
.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody td a {
	text-decoration: underline;
}
.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
	background: #FFFFFF;
}
.list .left {
	text-align: left;
	padding: 7px;
}
.list .right {
	text-align: right;
	padding: 7px;
}
.list .center {
	text-align: center;
	padding: 7px;
}
.list .asc {
	padding-right: 15px;
	background: url('../image/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../image/desc.png') right center no-repeat;
}
.list .filter td {
	padding: 5px;
	background: #E7EFEF;
}
.pagination {
	border-top: 1px solid #DDDDDD;
	display: inline-block;
	width: 100%;
	padding-top: 6px;
}
.pagination .links {
	float: left;
	padding-top: 6px;
}
.pagination .links a {
	border: 1px solid #DDDDDD;
	padding: 4px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 6px;
	font-size: 12px;
}
/*footer*/
#footer {
	clear: left;
	width: 100%;
	background: #659264;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}
#footer a {
	color: #FFFFFF;
}
/*banerr*/

