﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,greek-ext,greek,latin-ext,cyrillic,cyrillic-ext);
/* *******************************************************
J  a  v  a  c  a  t  z
Filename:   [project].css
Purpose:    This file is created to hold CSS styles of
            the project.
            Please do not put other styles in this file.
******************************************************* */

html {
	background-color: #D2D2D2;
	overflow-y: scroll;
}
body {
	color: #131313;
	background-color: #D2D2D2;
	font-family: Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', sans-serif;
	font-size: 13px;
	font-style: inherit;
	font-weight: normal;
	line-height: 1.6em;
	text-align: center;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
}
a {
	color: #277E0B;
	text-decoration: none;
}
u a, a.underline, u a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a.pointer {
	cursor: pointer !important;
}
a img {
	border: 0;
}
.linkMask {
	display: block;
	cursor: default;
}
a .linkMask {
	cursor: pointer;
}
p {
	margin: 0 0 1em 0;
}
.noscript {
	display: block;
	color: #f00;
	background-color: #fff;
	font-weight: bold;
	text-decoration: blink;
	text-align: center;
	padding: 5px 10px;
	margin: 5px 20px 0 20px;
	border: 1px solid #f00;
	z-index: 99;
}
hr {
	display: block;
	font-size: 1px;
	width: 100%;
	height: 1px;
	overflow: hidden;
	padding: 1px 0 0 0;
	margin: 0 0 12px 0;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
}
/* *** H1...H6 *** */
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	margin: 0 0 0.5em;
}
h1 {
	font-size: 215%;
	font-weight: bold;
	margin: 0;
}
h2 {
	font-size: 154%;
	font-weight: normal;
	line-height: 1.2em;
	/*
	text-transform: uppercase;
	*/
	margin: 0 0 0.5em 0;
}
h3 {
	font-size: 200%;
	margin: 0 0 0.5em;
}
h4 {
	color: #000;
	font-size: 167%;
	font-weight: normal;
	line-height: 1.3em;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0 0 1.3em 0;
	border-top: 2px solid #285238;
	border-bottom: 2px solid #285238;
}
h5 {
	font-size: 154%;
	font-weight: normal;
	padding: 0;
	margin: 0 0 1em;
}
h6 {
	font-size: 123%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 1em;
}

/* *** IMG *** */
img {
	vertical-align: middle;
}
img.float_left {
	margin: 0 20px 2px 0;
}
img.float_right {
	margin: 0 0 2px 20px;
}
/* *** Buttons *** */
.buttons {
	margin: 10px 0 0 0;
}
.buttons2 {
	text-align: center;
	margin: 5px 0 0 0;
}
.buttons a {
	text-decoration: none;
}
.buttons a:hover {
	text-decoration: underline;
}
.buttons:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.buttons {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .buttons {
	height: 1px;
}
.buttons {
	display: block;
}
/* End hide from IE-mac */

.buttons2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.buttons2 {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .buttons2 {
	height: 1px;
}
.buttons2 {
	display: block;
}
/* End hide from IE-mac */

.button, .smallbutton, .bigbutton {
	display: inline-block;
	float: none;
	color: #fff;
	background-color: #2DA354;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', sans-serif;
	font-size: 15px;
	text-decoration: none !important;
	text-transform: none;
	height: 20px;
	padding: 5px;
	margin: 0;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: inset 0 -15px 5px 0 #157A37;
	-moz-box-shadow: inset 0 -15px 5px 0 #157A37;
	-webkit-box-shadow: inset 0 -15px 5px 0 #157A37;
	-o-box-shadow: inset 0 -15px 5px 0 #157A37;
}
.button2, .smallbutton2, .bigbutton2, .bigbutton3, .bigbutton4 {
	display: inline-block;
	float: none;
	color: #fff;
	background-color: #999;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', sans-serif;
	text-decoration: none !important;
	text-transform: none;
	height: 20px;
	padding: 5px 12px;
	margin: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: inset 0 0 1px 0 #ccc;
	-moz-box-shadow: inset 0 0 1px 0 #ccc;
	-webkit-box-shadow: inset 0 0 1px 0 #ccc;
	-o-box-shadow: inset 0 0 1px 0 #ccc;
}
.smallbutton {
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	padding: 3px 8px;
}
.smallbutton2 {
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	padding: 2px 3px;
}
.bigbutton {
	font-size: 15px;
	height: 28px;
	padding: 3px 12px;
}
.bigbutton2,
.bigbutton3,
.bigbutton4 {
	background-color: #E56620;
	font-size: 15px;
	text-transform: uppercase;
	height: 28px;
	padding: 3px 12px;
	border: 1px solid #E56620;
	box-shadow: inset 0 -15px 5px 0 #D3510A;
	-moz-box-shadow: inset 0 -15px 5px 0 #D3510A;
	-webkit-box-shadow: inset 0 -15px 5px 0 #D3510A;
	-o-box-shadow: inset 0 -15px 5px 0 #D3510A;
}
.bigbutton3 {
	background-color: #72BE57;
	border: 1px solid #72BE57;
	box-shadow: inset 0 -15px 5px 0 #65A44E;
	-moz-box-shadow: inset 0 -15px 5px 0 #65A44E;
	-webkit-box-shadow: inset 0 -15px 5px 0 #65A44E;
	-o-box-shadow: inset 0 -15px 5px 0 #65A44E;
}
.bigbutton4 {
	background-color: #AEADAD;
	border: 1px solid #AEADAD;
	box-shadow: inset 0 -15px 5px 0 #979797;
	-moz-box-shadow: inset 0 -15px 5px 0 #979797;
	-webkit-box-shadow: inset 0 -15px 5px 0 #979797;
	-o-box-shadow: inset 0 -15px 5px 0 #979797;
}
.button span, .button2 span, .button3 span, .smallbutton span, .smallbutton2 span, .bigbutton span, .bigbutton2 span, .bigbutton3 span, .bigbutton4 span {
	display: block;
	position: relative;
	background-color: transparent;
	text-align: center;
	line-height: 20px;
	height: 20px;
	min-width: 15px;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	cursor: pointer;
}
.smallbutton span {
	line-height: 16px;
	height: 16px;
	min-width: 10px;
	padding: 0;
	margin: 0;
}
.smallbutton2 span {
	line-height: 16px;
	height: 16px;
	min-width: 10px;
	padding: 0;
	margin: 0;
}
.bigbutton span {
	line-height: 28px;
	height: 28px;
	padding: 0;
	margin: 0;
}
.bigbutton2 span,
.bigbutton3 span,
.bigbutton4 span {
	line-height: 28px;
	height: 28px;
	padding: 0;
	margin: 0;
}
.button:hover, .smallbutton:hover, .bigbutton:hover {
	color: #fff;
	background-color: #157A37;
	text-decoration: none;
	/* border-color: #666; */
}
.button2:hover, .smallbutton2:hover, .bigbutton2:hover, .bigbutton3:hover, .bigbutton4:hover {
	color: #666;
	background-color: #ddd;
	text-decoration: none;
	/* border-color: #666; */
}
.bigbutton2:hover,
.bigbutton3:hover,
.bigbutton4:hover {
	color: #fff;
	background-color: #E56620;
	box-shadow: inset 0 -15px 5px 0 #E56620;
	-moz-box-shadow: inset 0 -15px 5px 0 #E56620;
	-webkit-box-shadow: inset 0 -15px 5px 0 #E56620;
	-o-box-shadow: inset 0 -15px 5px 0 #E56620;
}
.bigbutton3:hover {
	background-color: #72be57;
	box-shadow: inset 0 -15px 5px 0 #72be57;
	-moz-box-shadow: inset 0 -15px 5px 0 #72be57;
	-webkit-box-shadow: inset 0 -15px 5px 0 #72be57;
	-o-box-shadow: inset 0 -15px 5px 0 #72be57;
}
.bigbutton4:hover {
	background-color: #aeadad;
	box-shadow: inset 0 -15px 5px 0 #aeadad;
	-moz-box-shadow: inset 0 -15px 5px 0 #aeadad;
	-webkit-box-shadow: inset 0 -15px 5px 0 #aeadad;
	-o-box-shadow: inset 0 -15px 5px 0 #aeadad;
}
.button img, .button2 img, .button3 img, .smallbutton img, .smallbutton2 img, .bigbutton img, .bigbutton2 img, .bigbutton3 img, .bigbutton4 img {
	border: 0;
	vertical-align: middle; /* 	vertical-align: baseline; 	*/
	padding-bottom: 1px;
	cursor: pointer;
}
.button span span, .button2 span span, .button3 span span, .smallbutton span span, .smallbutton2 span span, .bigbutton span span, .bigbutton2 span span, .bigbutton3 span span, .bigbutton4 span span {
	display: inline;
	position: static;
	background-image: none;
	margin: 0;
	height: auto;
	min-width: 0;
	padding: 0;
}



/* *** Forms *** */
* html body.hideSelect select {
	visibility: hidden;
}
/*
input.text, input.date, textarea.text {
	color: #333;
	background-color: #fff;
	text-align: left;
	padding: 1px;
	width: 320px;
	border: 1px solid #BDBDBD;
}
	input.text.phone {
		width: 178px;
	}
*/
input.text.short {
	width: 3em;
}
input.date,
input.date[type=text] {
	background-image: url(../img/icon/icon-calendar.gif);
	background-repeat: no-repeat;
	background-position: 8em 50%;
	width: 8em;
	padding-right: 18px;
	cursor: pointer;
}
input[type=text], input[type=password] {
	color: #333;
	background-color: #fff;
	text-align: left;
	line-height: 1.4em;
	padding: 1px;
	border: 1px solid #BDBDBD;
}
input[type=text]:focus, input[type=password]:focus {
	border: 1px solid #6F77A5;
}
input.inactive,
textarea.inactive {
	color: #AFAFAF;
}
textarea.text {
	width: 300px;
	height: 8em;
	overflow: auto;
}
textarea.tall {
	height: 16em;
}
textarea:focus {
	border: 1px solid #6F77A5;
}
select.text {
	background-color: #fff;
	font-family: Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', sans-serif;
	font-size: 93%;
	line-height: 1.4em;
	font-weight: normal;
	width: 195px;
	border: 1px solid #639A9D;
}
select:focus {
	border: 1px solid #6F77A5;
}
input.short, textarea.short, select.short {
	width: 117px;
}
* + html input.short, * + html textarea.short, * + html select.short {
	width: 110px;
}
input[type=password] {
	font-family: Arial, Helvetica, sans-serif !important;
}
.error, .error a {
	color: #f33; /* #AE0000; */
}
.errorhighlight {
	background-color: #fdd !important; /* #AE0000; */
}
.formCanvas {
	padding: 12px 0 0 0;
	border-top: 2px solid #C7C7C7;
}
.formBatch:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.formBatch {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .formBatch {
	height: 1px;
}
.formBatch {
	display: block;
}
/* End hide from IE-mac */
.formBatch {
	position: relative;
}

.hasLegend {
	background-image: url(../img/bg/bg-form-set.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	padding-bottom: 10px;
}
.hasLegend .legend {
	display: block;
	color: #fff;
	background-image: url(../img/bg/bg-form-heading.png);
	background-repeat: repeat-y;
	background-position: 0% 0%;
	font-size: 93%;
	line-height: 1.4em;
	font-weight: bold;
	padding: 7px 11px 3px 11px;
}
.formSet:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.formSet {
    
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .formSet {
	height: 1px;
}
.formSet {
	display: block;
}
/* End hide from IE-mac */
.formBatch2,
.formBatch .formSet {
	position: relative;
	padding: 0;
	margin: 0 0 10px 0;
}
.formBatch2 .formSet {
	padding: 0;
	margin: 0 0 5px 0;
}
.formBatch .formSet.separator {
	margin: 0 -5px;
	padding: 12px 5px 7px 5px;
	border-top: 1px dotted #A2A2A2;
}
.hasLegend .formContent {
	background-color: #337175;
	background-image: url(../img/bg/bg-form-content.png);
	background-repeat: repeat;
	background-position: 0% 100%;
	padding: 10px 0 0 0;
}
.shortFields .formSet {
	display: block;
	float: left;
	position: relative;
	clear: none;
	width: 360px;
}
label.label {
	display: block;
	float: left;
	position: relative;
	clear: none;
	text-align: left;
	width: 80px;
	padding: 2px 8px 2px 0;
}
.sideText {
	margin-left: 90px;
}
.longLabels label.label {
	width: 200px;
}
.longLabels .sideText {
	margin-left: 210px;
}
div.field:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
div.field {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div.field {
	height: 1px;
}
div.field {
	display: block;
}
/* End hide from IE-mac */
div.field {
	display: block;
	float: left;
	position: relative;
	clear: none;
	width: 510px;
}
body.template-fullwidth div.field {
	width: 735px;
}
div.field.textarea {
	float: none;
	width: auto !important;
}
.longLabels div.field {
	width: 430px;
}
body.template-fullwidth .longLabels div.field {
	width: 675px;
}
.shortFields div.field {
	width: 190px;
}
.longField div.field input.text, .longField div.field textarea.text {
	width: 250px;
}
input.text.disabled, textarea.text.disabled {
	background-color: #eee !important;
	cursor: default;
}
.formSet .error {
	margin: 0 0 0 3px;
}
.formButtons {
	position: relative;
	padding: 5px 0 0 145px;
}
.formButtons2 {
	position: relative;
}
.longLabels .formButtons {
	padding-left: 213px;
}
.formButtons:after, .formButtons2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.formButtons, .formButtons2 {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .formButtons, * html .formButtons2 {
	height: 1px;
}
.formButtons, .formButtons2 {
	display: block;
}
/* End hide from IE-mac */
.shortFields .formButtons {
	display: block;
	float: left;
	position: relative;
	clear: none;
	width: 265px;
}
.formButtons .error {
	margin: 0 0 5px 0;
}
.checkboxes,
.checkboxes .checkbox {
	display: block;
}
.checkboxes .checkbox {
	padding: 0 0 5px 0;
}
.checkboxes.inline,
.checkboxes.inline .checkbox {
	display: inline;
	padding: 0;
}
.specialBatch {
	background-color: #fffeee;
	font-size: 12px;
	font-weight: bold;
	border-color: #aaa;
}
.specialBatch .legend {
	color: #3A6174;
}
.specialBatch label.label, .specialBatch input, .specialBatch textarea, .specialBatch select, .specialSet label.label, .specialSet input, .specialSet textarea, .specialSet select {
	font-size: 12px;
	font-weight: bold;
}
.required input, .required textarea, .required select {
}
.required label.label {
/* 	background-image: url(../img/bg/bg-required.gif); 	background-repeat: no-repeat; 	background-position: 0% 3px; 	margin-left: -8px; 	padding-left: 8px; 	*/
}



/* *** Lists *** */
ul {
	margin: 0 0px 1em 18px;
	padding: 0;
	list-style-type: disc;
}
ol {
	margin: 0 0px 20px 30px;
	padding: 0;
	list-style-type: decimal;
}
dl {
	margin: 0 0 20px 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 20px;
}
li {
	line-height: 1.4em;
	padding: 0;
}
ul.bullet, ul.bullet2, ul.bullet3, ul.bullet4, ul.bullet5, ul.bullet6, ul.no-bullet, ol {
	margin: 0 0 1em 0;
	padding: 0;
}
ul.bullet li, ul.bullet2 li, ul.bullet3 li, ul.bullet4 li, ul.bullet5 li, ul.bullet6 li {
	background-color: transparent;
	background-image: url(../img/bullet/bullet12.png);
	background-repeat: no-repeat;
	background-position: 0% 0.3em;
	list-style-image: none;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 3px;
}
ul.bullet2 li {
	background-image: url(../img/bullet/bullet13.gif);
	background-position: 0% 0.5em;
	padding-left: 13px;
}
ul.bullet3 li,
ul.bullet4 li,
ul.bullet5 li,
ul.bullet6 li {
	background-position: -2px 50%;
	padding-left: 16px;
}
ul.bullet3 li {
    background-image: url(../img/bullet/Bullet-01.png);
}
ul.bullet4 li {
	background-image: url(../img/bullet/Bullet-02.png);
}
ul.bullet5 li {
	background-image: url(../img/bullet/Bullet-03.png);
}
ul.bullet6 li {
	background-image: url(../img/bullet/Bullet-04.png);
}
ul.no-bullet {
	background-image: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.no-bullet li {
	background-image: none;
	padding: 0;
	margin: 0 0 3px 0;
}
ul ul.bullet,
ul ul.bullet2,
ul ul.bullet3,
ul ul.bullet4,
ul ul.bullet5,
ul ul.bullet6,
ul ol,
ol ul.bullet,
ol ul.bullet2,
ol ul.bullet3,
ol ul.bullet4,
ol ul.bullet5,
ol ul.bullet6,
ol ol {
	margin-top: 0.3em;
	margin-bottom: 0;
}
ol li {
	list-style-type: decimal;
	margin-left: 2.5em;
	margin-bottom: 3px;
}
ol li ul.bullet li,
ol li ul.bullet2 li,
ol li ul.bullet3 li,
ol li ul.bullet4 li,
ol li ul.bullet5 li,
ol li ul.bullet6 li {
	list-style-type: none;
	margin-left: 0;
}
ol ol {
}
ol ol li {
	list-style-type: lower-alpha;
}
ol ol li ul.bullet li,
ol ol li ul.bullet2 li,
ol ol li ul.bullet3 li,
ol ol li ul.bullet4 li,
ol ol li ul.bullet5 li,
ol ol li ul.bullet6 li {
	list-style-type: none;
	margin-left: 0;
}
ol ol ol li {
	list-style-type: lower-roman;
}
ol ol ol li ul.bullet li,
ol ol ol li ul.bullet2 li,
ol ol ol li ul.bullet3 li,
ol ol ol li ul.bullet4 li,
ol ol ol li ul.bullet5 li,
ol ol ol li ul.bullet6 li {
	list-style-type: none;
	margin-left: 0;
}
ul.special, ul.special li {
	background-image: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.special {
	margin: 0 0 1em 0;
}
ul.special li {
	padding: 3px 0 4px 0;
	border-bottom: 1px dashed #A6A6A6;
}
/* *** Table *** */
table.fullwidth {
	width: 100%;
}
table.normal {
	margin: 0;
}
table th {
	font-weight: bold;
}
table.normal th {
	/*
	color: #666;
	background-color: #ECECEC;
	*/
	color: #fff;
	background-image: url(../img/bg/shadow.png);
	background-repeat: repeat;
	background-position: 0% 0%;
	font-weight: bold;
	vertical-align: top;
	padding: 5px !important;
}
table.normal td {
	/*
	color: #666;
	background-color: #fff;
	*/
	text-align: left;
	vertical-align: top;
	padding: 5px !important;
}
table.noborder td, table.noborder th {
	padding: 0 10px 8px 0 !important;
}
table.normal tbody {
}
table.border {
	border-collapse: collapse;
	border: 1px solid #778988 !important;
}
table.border td {
}
table.border th, table.border td {
	text-align: left;
	padding: 5px !important;
	border: 1px solid #778988 !important;
}
table.tableAltRow {
}
table.tableAltRow tr th, table.tableAltRow tr td {
	/*
	background-color: #fff;
	*/
}
table.tableAltRow tr th.first, table.tableAltRow tr td.first {
}
table.tableAltRow tr.tr_odd td {
	/*
	background-color: #ECECEC;
	*/
	background-image: url(../img/bg/shadow3.png);
	background-repeat: repeat;
	background-position: 0% 0%;
}
table.tableAltRow tr.tr_even td {
	/*
	background-color: #fff;
	*/
}
table tr td.td_even {
	/*
	background-color: #f9f9f9;
	*/
	background-image: url(../img/bg/shadow2.png);
	background-repeat: repeat;
	background-position: 0% 0%;
}
table tr th.td_even, table tr.tr_even td.td_even {
	/*
	background-color: #e9e9e9;
	*/
	background-image: url(../img/bg/shadow7.png);
	background-repeat: repeat;
	background-position: 0% 0%;
}


table.special,
table.special th,
table.special td {
	border-collapse: collapse;
	border: 1px solid #9D9D9D;
	border-collapse: collapse;
	border-spacing: 0;
}
table.special th,
table.special td {
	background-image: url(../img/bg/bg-special-table-cell.png);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	padding: 5px;
}
table.special th {
	color: #fff;
	background-color: #646464;
	font-weight: normal;
}
table.special th .highlight2 {
	color: #A0CA2D;
}
table.special td {
	color: #333;
	background-color: #fff;
}
table.special th.cell-highlight,
table.special td.cell-highlight {
	color: #333;
	background-color: #FEE7CD;
}



.table-columns {
	margin: 0 -16px;
}
table.columns {
	table-layout: fixed;
	margin: 0;
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.columns th, table.columns td {
	text-align: left;
	vertical-align: top;
	padding: 0 15px;
}
table.columns td {
	padding-bottom: 3em;
}
/* *** Caption Image *** */
.caption_image_full {
	display: block;
	clear: none;
	text-align: center;
	background-color: #fff;
	padding: 0;
	margin: 0 0 10px 0;
}
.caption_image_left {
	display: block;
	float: left;
	clear: none;
	background-color: #fff;
	padding: 0;
	margin: 0 20px 10px 0;
}
.caption_image_right {
	display: block;
	float: right;
	clear: none;
	background-color: #fff;
	padding: 0;
	margin: 0 0 10px 20px;
}
.caption_image_full img, .caption_image_left img, .caption_image_right img {
	display: block;
	background-color: #1F6099;
	margin: 0;
	padding: 0;
	border: 0;
}
.caption_image_full .caption, .caption_image_left .caption, .caption_image_right .caption {
	font-size: 92%;
	text-align: left;
	margin: 7px;
}
/* *** Misc *** */
.highlight {
	color: #306295;
	font-size: 108%;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
}
.highlight a, .highlight a:hover {
	/*
	color: #FFDEB8;
	*/
}
.highlight2 {
	color: #0B6901;
}
.highlight3 {
	font-weight: bold;
}
.redout {
	color: #C10000;
}
.redout2 {
	color: #AE0000;
}
.grayout {
	color: #A2A2A2;
}
.greenout {
	color: #3A8B1E;
}
.fineprint {
	font-size: 92%;
}
.fineprint2 {
	font-size: 85%;
}
.smallfineprint {
	font-size: 77%;
}
a.rss {
	background-image: url(../img/icon/icon-rss.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 12px;
}
/* *** backTop *** */
.backTop {
	display: none;
	position: fixed;
	right: 50px;
	bottom: 0;
	color: #fff;
	background-color: #9E0000;
	background-image: url(../img/button/backTop.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	padding: 5px 10px 5px 25px;
	margin: 0;
	cursor: pointer;
	z-index: 99;
}
.bodywrap.showBackTop .backTop {
	display: block;
}

/* *** Halves *** */
.columns:after,
.halves:after,
.thirds:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.columns,
.halves,
.thirds {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .columns,
* html .halves,
* html .thirds {
	height: 1px;
}
.columns,
.halves,
.thirds {
	display: block;
}
/* End hide from IE-mac */
.columns .half,
.halves .half {
	display: block;
	float: left;
	position: relative;
	clear: none;
	width: 49.5%;
}
.columns .half2,
.halves .half2 {
	float: right;
}
.thirds {
	margin: 0 0 0 -1%;
}
.thirds .one_third,
.thirds .two_third {
	display: block;
	float: left;
	position: relative;
	clear: none;
	width: 32.3%;
	margin-left: 1%;
}
.thirds .two_third {
	width: 65.6%;
}
.thirds .third2 {
	float: right;
}
.halves.topborder .half,
.thirds.topborder .one_third,
.thirds.topborder .two_third {
	padding: 5px 0 0 0;
	border-top: 1px solid #083F88;
}



/* *** Bodywrap *** */
.bodywrap {
	position: relative;
	background-color: transparent;
	text-align: center;
	width: 100%;
	min-width: 1000px;
	padding: 0;
	margin: 0 auto;
	z-index: 92;
}



/* *** Page *** */
#page:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#page { display: inline-block; }
/* Hides from IE-mac \*/
* html #page { height: 1px; }
#page{ display: block; }
/* End hide from IE-mac */
#page {
	position: relative;
	background-color: transparent;
	background-image: none;
	text-align: center;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	z-index: 50;
}
body.homepage #page {
	width: 100%;
}
#page .pageInner {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}



/* *** Top *** */
#top {
	position: relative;
	text-align: center;
	width: 100%;
	min-width: 1000px;
	height: auto;
	padding: 18px 0 0 0;
	margin: 0 auto;
	overflow: visible;
	z-index: 6;
}
body.homepage #top {
	background-color: #fff;
	padding: 0;
}
#top .topInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#top .topInner { display: inline-block; }
/* Hides from IE-mac \*/
* html #top .topInner { height: 1px; }
#top .topInner { display: block; }
/* End hide from IE-mac */
#top .topInner {
	position: relative;
	color: #333;
	background-color: #fff;
	width: auto;
	padding: 0 30px;
	margin: 0 auto;
	overflow: visible;
}
body.homepage #top .topInner {
	width: 940px;
}

#header {
	position: relative;
	text-align: center;
	height: 148px;
	padding: 0;
	margin: 0;
	overflow: visible;
	z-index: 4;
}
#header .headerInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#header .headerInner { display: inline-block; }
/* Hides from IE-mac \*/
* html #header .headerInner { height: 1px; }
#header .headerInner { display: block; }
/* End hide from IE-mac */
#header .headerInner {
	position: relative;
	text-align: left;
	padding: 22px 40px 0 0;
	margin: 0 auto;
	overflow: visible;
}
#header .logo {
	display: block;
	text-align: left;
	padding: 0;
	margin: 0;
}
#header .logo img {
	padding: 0;
	margin: 0;
	border: 0;
}
.header-links,
.header-links-2 {
	display: block;
	float: right;
	position: relative;
	clear: none;
	color: #000;
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	margin: 0;
	width: auto;
	margin: 8px 0 8px 8px;
}
.header-links,
.header-links-2 {
	position: absolute;
	top: 26px;
	right: 30px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	z-index: 60;
}
.header-links-2 {
	top: 110px;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', sans-serif;
}
.header-links > a,
.header-links-2 > a {
	display: block;
	float: left;
	position: relative;
	clear: none;
	color: #4E4E4E;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	padding: 1px 0;
	margin: 0 0 0 22px;
}
.header-links-2 a {
	font-size: 15px;
	line-height: 16px;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	border-left: 1px solid #4E4E4E;
}
.header-links-2 a:first-child {
	border-left: 0 none;
}

.header-links-2 a:nth-child(2), .header-links-2 a.second{
	border:0;
}
body.homepage .header-links-2 a {
	border-left: 1px solid #4E4E4E;
}
    body.homepage .header-links-2 a.first {
        border:0;
    }


.header-links a:hover,
.header-links-2 a:hover {
	text-decoration: underline;
}
.header-links a img {
	vertical-align: top;
	margin-right: 10px;
}

.canvas-search {
	display: block;
	position: absolute;
	top: 62px;
	right: 30px;
	color: #fff;
	background-color: #fff;
	width: 270px;
	height: 30px;
	z-index: 60;
	border: 1px solid #CECECE;
}
.canvas-search input[type=text] {
	display: block;
	float: left;
	position: relative;
	clear: none;
	font-size: 13px;
	line-height: 22px;
	width: 220px;
	height: 24px;
	padding: 2px  0 2px 10px;
	margin: 0;
	border: 1px solid #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.canvas-search input.inactive {
	color: #CECECE; /* #A8ABCA; */
	text-align: right;
}
.canvas-search .search-button {
	display: block;
	float: right;
	position: relative;
	clear: none;
	background-image: url(../img/icon/icon-search.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 30px;
	padding: 0 0 0 30px;
}
.canvas-search .search-button:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
}
.canvas-search .search-button span {
	display: none;
}

#top .menu-toggle {
	display: none;
	position: absolute;
	top: 110px;
	left: 350px;
	text-transform: uppercase;
	z-index: 61;
}
#top .menu-toggle a {
	color: #4E4E4E;
}

#top .language-toggle,
#top .language-list {
	display: block;
	float: left;
	position: relative;
	clear: none;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	padding: 1px 0 1px 0;
	margin: 0 0 0 15px;
	border-left: 1px dotted #4E4E4E;
}
#top .language-list  > a {
	color: #4E4E4E;
	margin: 0 0 0 15px;
}
    #top .language-list > a.current,
    #top .language-list > a.current:hover {
        font-weight: bold;
        text-decoration: none;
        cursor: default;
    }
#top .language-toggle > a {
	display: block;
	color: #4E4E4E;
	background-image: url(../img/bg/bg-language-toggle.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 15px 0 0;
}
#top .language-toggle .languages {
	display: none;
	position: absolute;
	top: 18px;
	left: -5px;
	background-color: #fff;
	white-space: nowrap;
	border: 1px solid #aaa;
}
#top .language-toggle.active .languages {
	display: block;
}
#top .language-toggle .languages a {
	display: block;
	color: #4E4E4E;
	padding: 2px 35px 2px 5px;
	border-top: 1px dotted #999
}
#top .language-toggle .languages a:first-child {
	border-top: 0 none;
}
#top .language-toggle .languages a.current {
	background-color: #eee;
	font-style: italic;
	text-decoration: none;
	cursor: default;
}
#top .language-toggle .languages a.current::after {
	content: '<';
	position: absolute;
	right: 10px;
}



/* *** Nav *** */
/* *** Nav *** */
#navDisableLayer {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 58;
}
/*
body.onNav #navDisableLayer {
	display: block;
}
*/
.navDiv-background {
	width: 1000px;
	margin: 0 auto;
	z-index: 2;
}
.navDiv-wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.navDiv-wrap { display: inline-block; }
/* Hides from IE-mac \*/
* html .navDiv-wrap { height: 1px; }
.navDiv-wrap { display: block; }
/* End hide from IE-mac */
.navDiv-wrap {
	position: relative;
	background-color: #fff;
	min-height: 46px;
	overflow: visible;
	z-index: 6;
	border-bottom: 1px solid #a2b45a;
}
body.homepage-v2 .navDiv-wrap {
	background-color: transparent;
	height: auto;
}

.navDiv {
	display: block;
	position: relative;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', sans-serif;
	font-size: 100%;
	line-height: 24px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	z-index: 59;
}

body.splash .navDiv {
	display: none !important;
}

.navDiv .navInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.navDiv .navInner {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .navDiv .navInner {
	height: 1px;
}

.navDiv .navInner {
	display: block;
}
/* End hide from IE-mac */
.navDiv .navInner {
	position: relative;
	padding: 0;
}

.navDiv ul,
.navDiv ul li {
	display: block;
	background-image: none;
	list-style-image: none;
	list-style-type: none;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}
* + html .navDiv ul,
* + html .navDiv ul li {
	zoom: 1;
}

.navDiv ul.nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.navDiv ul.nav { display: inline-block; }
/* Hides from IE-mac \*/
* html .navDiv ul.nav { height: 1px; }
.navDiv ul.nav { display: block; }
/* End hide from IE-mac */
.navDiv ul.nav {
	display: block;
	position: relative;
	background-color: transparent;
	text-align: center;
}
.navDiv ul.nav > li {
	display: inline-block;
	*display: inline;
	background-color: transparent;
	background-image: url(../img/bg/pixel.gif);
	background-repeat: repeat;
	padding: 0 0 0px 0;
	margin: 0;
	position: static;

}
.navDiv ul.nav > li:hover a, .navDiv ul.nav > li a:hover{
	text-decoration: none !important;
}
* + html .navDiv ul li {
}
.navDiv ul.nav > li.li-hasSub.hover-li {
	/*background-image: url(../img/bg/bg-topnav-subnav.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;*/

}

.navDiv ul.nav > li > a {
	display: block;
	position: relative;
	background-color: transparent;
	background-image: url(../img/bg/bg-topnav-li.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: 19px;
	text-transform: none;
	padding: 0 10px 0 12px;
	margin: 0;
	white-space: nowrap;
	z-index: 90;
}
.navDiv ul.nav > li:first-child > a {
	background-image: none;
	padding-left: 13px;
}

.navDiv ul.nav > li > a > span {
	display: block;
	text-align: center;
	padding: 15px 0 12px 0;
	margin: 0;
	cursor: pointer;
}
.navDiv ul.nav > li > a.current,
.navDiv ul.nav > li > a.active,
.navDiv ul.nav > li > a:hover,
.navDiv ul.nav > li > a.current.active,
.navDiv ul.nav > li > a.current:hover {
	margin: 0;
}
.navDiv ul.nav > li a {
	color: #4E4E4E;
}

.navDiv ul.nav > li a.active,
.navDiv ul.nav > li:hover a{
	background-color: #f6f1c1; /* #85AA07; */
}
.navDiv ul.nav > li a.current, .navDiv ul.nav li ul li a:hover {
	color: #fff;
	background-color: #a2b45a; /* #85AA07; */
}

.navDiv ul.nav > li a.current2{
	color: #758240;
	background-color: transparent;
}

.navDiv ul.nav > li > a.current > span,
.navDiv ul.nav > li > a.active > span,
.navDiv ul.nav > li > a:hover > span,
.navDiv ul.nav > li > a.current.active > span,
.navDiv ul.nav > li > a.current:hover > span {
		cursor: pointer !important;
}
.navDiv ul.nav > li > a.hover-active {
	text-decoration: underline;
}
.navDiv ul.nav > li > img {
}

.navDiv ul.nav li ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.navDiv ul.nav li ul { display: inline-block; }
/* Hides from IE-mac \*/
* html .navDiv ul.nav li ul { height: 1px; }
.navDiv ul.nav li ul { display: block; }
/* End hide from IE-mac */

.navDiv ul.nav li ul {
	/*display: none;*/
    visibility:hidden;
	position: absolute;
	top: auto;
	left: 0;
	background-color:#f6f1c1;
	text-align: left;
	width: auto;
	padding: 10px 10px 30px 10px;
	margin: 0;
	border-top: 1px #a2b45a solid;
	width: 300px;
	/*border-bottom: 1px solid #4E4E4E; *//* #47ae4d; #85AA07; */
	z-index: 9999;
	/*box-shadow: 0 2px 2px 0 #4E4E4E;
	-moz-box-shadow: 0 2px 2px 0 #4E4E4E;
	-webkit-box-shadow: 0 2px 2px 0 #4E4E4E;
	-o-box-shadow: 0 2px 2px 0 #4E4E4E;*/
}

.navDiv ul.nav li ul{
	width: 98%;
}/*
.navDiv ul.nav li ul.hasDrop.applied .new-wrap{
	width: 100%;
    display: inline-block;
    vertical-align: top;
}*/
.navDiv ul.nav li ul.fix-right {
	left: auto;
	right: 0;
}
.navDiv ul.nav li ul li {
	display: inline-block;
	float: none;
	position: relative;
	clear: none;
	list-style-image: none;
	list-style-type: none;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	width: 23%;
	padding: 0 0 0px 0;
	vertical-align: top;
	margin: 0 0 0 2%;
}
.navDiv ul.nav li ul li.first{
    margin-left:0;
} 

ul.hasDrop.applied > li:nth-child(4n){
	margin: 0 0% 0 0;	
}

.navDiv ul.nav > li > ul > li.list-group-start {
	clear: both;
}
.navDiv ul.nav li ul li a {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0;
}
.navDiv ul.nav li ul li ul li a{
	padding: 5px 20px;
}
.navDiv ul.nav li ul li:first-child > a {
	border-top: 0 none;
}
.navDiv ul.nav li ul li a span {
	display: block;
	padding: 0;
}
.navDiv ul.nav li ul li ul.fix-right {
	left: auto;
	right: 220px;
}
.navDiv ul.nav li.hover-li ul{
	display: block;
    visibility:visible;
}
.navDiv ul.nav li ul li.li-hasSub > a span {
 
}
.navDiv ul.nav li ul .wrap-li {
    vertical-align:top;
    margin-left:2%;
   width:23%; 
   display:inline-block;
   padding:0 !important;
   border-bottom:0px solid #d3c58c;
}
    .navDiv ul.nav li ul .wrap-li ul.list-div > li{
      border-bottom:1px solid #d3c58c;
    }


    .navDiv ul.nav li ul .wrap-li a {
        padding:5px 10px;
        font-weight:bold;
    }

    .navDiv ul.nav li ul .wrap-li > ul > li {
        padding:10px 0 !important;
    }

    .navDiv ul.nav li ul .wrap-li ul li li a {
        padding:5px 20px;
        font-weight:normal;
    }

.navDiv ul.nav li ul .wrap-li.first {
        margin-left:0;
}
.navDiv ul.nav li ul .wrap-li > li {
    display:block;
    width:100%;
}
.navDiv ul.nav li ul li{
	padding: 10px 0 !important;
	border-bottom: 1px solid #d3c58c;
}/*
.navDiv ul.nav li > ul > li.first{
	padding-top: 0 !important;
}*/
.navDiv ul.nav li > ul > li li{
	border-bottom: 0;
	padding:0 !important;
}

.navDiv ul.nav li ul li ul,
.navDiv ul.nav li ul li ul li {
	display: block;
	float: none;
	position: relative;
	top: auto;
	left: auto;
	font-weight: normal;
	width: auto;
}
.navDiv ul.nav li ul li ul {
	padding: 0;
	border: 0 none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.navDiv ul.nav li ul li ul li {
	font-size: 16px;
	line-height: 19px;
	padding: 0 !important;
	margin: 0;
	/*border-top: 1px solid #4E4E4E;*/
	border-bottom: 0;
}
.navDiv ul.nav li ul li ul li:first-child {
	border-top: 0 none;
}

.grid-nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.grid-nav { display: inline-block; }
/* Hides from IE-mac \*/
* html .grid-nav { height: 1px; }
.grid-nav { display: block; }
/* End hide from IE-mac */
.grid-nav {
	background-color: #fff;
	width: 1000px;
	padding: 0 1px 1px 0;
	margin: 0 -1px 0 0;
}
.grid-nav li {
	display: block;
	float: left;
	clear: none;
	background-color: #695E5E;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	width: 249px;
	height: 222px;
	padding: 0;
	margin: 1px 0 0 1px;
}
.grid-nav li a {
	display: block;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #fff;
	text-align: left;
	text-decoration: none;
	padding: 0;
	margin: 0;
	width: 249px;
	height: 222px;
}
.grid-nav:hover li {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
}
.grid-nav li:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
.grid-nav li a span {
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-shadow: 1px 1px 2px #666;
}



/* *** Body *** */
#body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#body { display: inline-block; }
/* Hides from IE-mac \*/
* html #body { height: 1px; }
#body { display: block; }
/* End hide from IE-mac */
#body {
	position: relative;
	color: #333;
	background-color: transparent;
	text-align: center;
	min-width: 1000px;
	padding: 17px 0 0 0;
	margin: 0 auto;
	z-index: 5;
}
body.template-album #body {
	width: 1000px;
	/* margin-top: 60px; */
}
#body .bodyInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#body .bodyInner { display: inline-block; }
/* Hides from IE-mac \*/
* html #body .bodyInner { height: 1px; }
#body .bodyInner { display: block; }
/* End hide from IE-mac */
#body .bodyInner {
	position: relative;
	background-color: #fff;
	text-align: left;
	width: auto;
	min-height: 0;
	padding: 30px 30px 60px 30px;
	margin: 0px auto 45px auto;
	z-index: 1;
}
body.homepage #body .bodyInner {
	background-color: transparent;
	width: 1000px;
	padding: 0;
}



/* *** Footer *** */
#footer {
	position: relative;
	clear: both;
	color: #4E4E4E;
	background-color: #fff;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	width: 100%;
	min-width: 1000px;
	max-width: none;
	height: auto;
	padding: 0;
	margin: 0 auto;
	overflow: visible;
	z-index: 53;
}
#footer a {
	color: #4E4E4E;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footerInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#footer .footerInner { display: inline-block; }
/* Hides from IE-mac \*/
* html #footer .footerInner { height: 1px; }
#footer .footerInner { display: block; }
/* End hide from IE-mac */
#footer .footerInner {
	position: relative;
	text-align: left;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
#footer .sitemap {
	display: block;
	float: left;
	position: relative;
	clear: none;
}
#footer .sitemap a {
	/*display: block;
	background-image: url(../img/button/button-sitemap.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	font-weight: bold;
	line-height: 76px;
	height: 76px;
	padding: 0 20px 0 80px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;*/

    display: block;
	background-image: url(../img/icon/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-weight: bold;
	line-height: 76px;
	height: 76px;
	padding: 0 10px 0 40px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
}



#footer .sitemap a.active,
#footer .sitemap a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
    background-color: #e8e8e8;
}
#footer .sitemap a.active{
	background-image: url(../img/icon/X-Closeicon.png);
}
#footer .extra {
	display: block;
	float: right;
	position: relative;
	clear: none;
	padding: 3px 0;
}
#footer .copyright {
	text-align: center;
	padding: 20px 0 0 0;
}
#footer .javacatz {
	text-align: center;
}
#footer .javacatz a {
}

#footer .canvas-sitemap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#footer .canvas-sitemap { display: inline-block; }
/* Hides from IE-mac \*/
* html #footer .canvas-sitemap { height: 1px; }
#footer .canvas-sitemap { display: block; }
/* End hide from IE-mac */
#footer .canvas-sitemap {
	clear: both;
	color: #fff;
	background-color: #e8e8e8;
	padding: 0;
}
#footer .canvas-sitemap li{
	color: #686868;
}
#footer .canvas-sitemap a {
	color: #686868;
}
#footer .canvas-sitemap .column-sitemap {
	display: inline-block;
    vertical-align: top;
    /* float: left; */
    position: relative;
    clear: none;
    width: 176px;
    padding: 10px;
    margin: 0;
}
#footer .canvas-sitemap .column-sitemap,
#footer .canvas-sitemap .column-sitemap > li {
	list-style-type: none;
}
#footer .canvas-sitemap .column-sitemap > li > a {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
}



/* *** Side *** */
.side {
	display: block;
	float: right;
	position: relative;
	clear: right;
	padding: 25px 0 0 0;
	width: 265px;
}
.side .sideInner {
}



/* *** Main *** */
.main {
	display: block;
	background-color: #fff;
	font-size: 100%;
	text-align: left;
	width: 100%;
	padding: 25px 0 0 0;
	margin: 0;
	overflow: visible;
	z-index: 4;
}
body.template-events .main {
	float: left;
	position: relative;
	clear: left;
	width: 600px;
}
.main .mainInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.main .mainInner { display: inline-block; }
/* Hides from IE-mac \*/
* html .main .mainInner { height: 1px; }
.main .mainInner { display: block; }
/* End hide from IE-mac */
.main .mainInner {
	padding: 0;
	margin: 0;
	overflow: visible;
}
body.template-events .main .mainInner {
	
}

.topBar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.topBar { display: inline-block; }
/* Hides from IE-mac \*/
* html .topBar { height: 1px; }
.topBar { display: block; }
/* End hide from IE-mac */
.topBar {
	display: block;
	position: relative;
	text-align: left;
	padding: 0;
	margin: 0;
	z-index: 8;
}
.topBar h3 {
	margin: 0;
}
.printBar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.printBar { display: inline-block; }
/* Hides from IE-mac \*/
* html .printBar { height: 1px; }
.printBar { display: block; }
/* End hide from IE-mac */
.printBar {
	display: block;
	float: right;
	position: relative;
	clear: none;
	color: #131313;
	font-family: Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', 'Hei', sans-serif;
	font-size: 13px;
	line-height: 22px;
	height: 22px;
	text-align: right;
	padding: 0;
	z-index: 8;
}
.printBar a {
	display: inline-block;
	color: #7C7C7C;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	margin: 0 0 0 5px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5;
}
.printBar a:hover {
	text-decoration: underline;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
.printBar img {
	vertical-align: middle;
}
.printBar .social a, .printBar .social iframe, .printBar .social img {
	display: block;
	float: left;
	position: relative;
	clear: none;
	margin: 0 15px 0 0;
}
.printBar .social iframe {
	margin: 0;
}
.printBar a.smallerIcon, .printBar a.biggerIcon {
	margin-left: 0;
}
.printBar a.shareIcon {
	background-image: url(../img/ico_share.gif);
	padding-left: 15px;
}
.printBar a.emailIcon {
	background-image: url(../img/ico_email.gif);
	padding-left: 17px;
}
.printBar a.printIcon {
	background-image: url(../img/ico_print.gif);
	padding-left: 17px;
}
.printBar .social {
	display: block;
	float: left;
	position: relative;
	clear: none;
}
.printBar a.discussion {
	background-image: url(../img/ico_discuss.gif);
	padding-left: 42px;
}
.printBar a.recommend {
	background-image: url(../img/ico_recommend.gif);
	padding-left: 17px;
}
.printBar .option-button {
	display: block;
	float: right;
	position: relative;
	clear: none;
}
.printBar .option-button a {
	color: #8F002D;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	text-transform: uppercase;
	padding: 0 20px 0 0;
}
.printBar .option-button a.close {
	background-image: url(../img/icon/close-2.gif);
}
.printBar .option-button a.open {
	background-image: url(../img/icon/open-2.gif);
}
.printBar .layer-printBar {
	position: absolute;
	top: 25px;
	right: 0;
	background-color: #fff;
	text-align: left;
	width: 102px;
	padding: 5px;
	border: 1px solid #8F002D;
}
.printBar .layer-printBar ul li {
	padding: 1px;
	border-top: 1px dotted #8F002D;
}
.printBar .layer-printBar ul li.first {
	border-top: 0 none;
}
.printBar .layer-printBar ul li a {
	display: block;
	padding: 3px 4px;
}
.printBar .layer-printBar ul li a:hover {
	background-color: #F4E5EA;
}

.printBar-left {
	display: block;
	float: left;
	position: relative;
	clear: none;
	padding: 5px 0 0 0;
	margin: -5px 0;
	width: 50%;
}

.main .content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.main .content { display: inline-block; }
/* Hides from IE-mac \*/
* html .main .content { height: 1px; }
.main .content { display: block; }
/* End hide from IE-mac */
.main .content {
	margin: 0;
	padding: 15px 20px;
	text-align: left;
}
body.template-event-details .main .content {
	padding: 0;
}
.main .page-title {
	color: #fff;
	background-color: #9E0000;
	font-size: 24px;
	line-height: 1.2em;
	padding: 15px 20px 10px 20px;
	margin: 0;
}



div.splitCols:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
div.splitCols {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html div.splitCols {
	height: 1px;
}
div.splitCols {
	display: block;
}
/* End hide from IE-mac */
.splitCols {
}
table.splitCols {
	width: 100%;
}
.splitCols .rightSplitCol,
table.splitCols > tbody > tr > td,
table.splitCols > tbody > tr > td:last-child {
	display: block;
	float: right;
	position: relative;
	clear: none;
	text-align: left;
	width: 252px;
	padding: 0;
	margin: 0;
}
table.splitCols td.rightSplitCol,
table.splitCols > tbody > tr > td,
table.splitCols > tbody > tr > td:last-child {
	display: table-cell;
	float: none;
	text-align: left;
	vertical-align: top;
}
.splitCols .leftSplitCol,
table.splitCols > tbody > tr > td:first-child {
	display: block;
	float: left;
	position: relative;
	clear: none;
	width: 445px;
	padding: 0;
	margin: 0;
}
table.splitCols td.leftSplitCol,
table.splitCols > tbody > tr > td:first-child {
	display: table-cell;
	float: none;
	text-align: left;
	vertical-align: top;
	padding-right: 30px;
	width: auto;
}



#disableLayer {
	background-color: #2D2D2D;
}
.overlayer {
	position: absolute;
	top: 10px;
	background-color: #fff;
	text-align: left;
	width: 890px;
	z-index: 100;
}
.overlayer.special-layer {
	background-color: transparent;
}
.overlayer.special-layer.close {
	width: auto;
}
.overlayer .overlayer-inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.overlayer .overlayer-inner { display: inline-block; }
/* Hides from IE-mac \*/
* html .overlayer .overlayer-inner { height: 1px; }
.overlayer .overlayer-inner { display: block; }
/* End hide from IE-mac */
.overlayer .overlayer-inner {
	padding: 20px;
}
.overlayer .title-bar:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.overlayer .title-bar { display: inline-block; }
/* Hides from IE-mac \*/
* html .overlayer .title-bar { height: 1px; }
.overlayer .title-bar { display: block; }
/* End hide from IE-mac */
.overlayer .title-bar {
	padding: 0;
	margin: -10px -10px 10px -10px;
}
body.homepage .overlayer.special-layer .title-bar {
	background-color: transparent;
	background-image: url(../img/bg/bg-special-layer-title.png);
	background-repeat: repeat;
	background-position: 0% 0%;
	min-width: 416px;
}
body.homepage .overlayer.special-layer .title-bar .title {
	display: none;
	font-size: 14px;
	line-height: 19px;
	margin: 0;
}
body.homepage .overlayer.special-layer.close .title-bar .title {
	display: block;
}
.overlayer .title-bar a {
	display: block;
	float: right;
	position: relative;
	clear: right;
	color: #eee;
	font-size: 11px;
	line-height: 14px;
	margin: 3px 0 0 3px;
}
.overlayer .title-bar a:hover {
	color: #fff;
}
.overlayer.special-layer .title-bar .button-toggle {
	background-image: url(../img/button/button-close.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 26px;
	height: 19px;
	margin: 0 0 0 3px;
}
.overlayer.special-layer.close .title-bar .button-toggle {
	background-image: url(../img/button/button-open.png);
}
.overlayer .title-bar .title {
	font-weight: bold;
}
.overlayer .content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.overlayer .content { display: inline-block; }
/* Hides from IE-mac \*/
* html .overlayer .title-bar { height: 1px; }
.overlayer .content { display: block; }
/* End hide from IE-mac */
.overlayer .content {
	padding: 15px 10px 20px 20px;
}
.overlayer.special-layer .content {
	background-color: transparent;
	background-image: url(../img/bg/bg-special-layer-content.png);
	background-repeat: repeat;
	background-position: 0% 0%;
}

.overlayer h3 {
	margin: 0 0 8px 0;
}
.overlayer ul.bullet li {
	background-image: url(../img/bullet/bullet11.png);
	background-position: 0% 0.2em;
	padding-left: 12px;
	margin: 10px 0 0 0;
}
.overlayer ul.no-bullet li {
	margin: 5px 0 0 0;
}
.overlayer a {
	text-decoration: none;
}
.overlayer a:hover {
	text-decoration: underline;
}


.button .cart-item-number {
	color: #FE0000;
}
.overlayer .password-fields:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.overlayer .password-fields {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .overlayer .password-fields {
	height: 1px;
}
.overlayer .password-fields {
	display: block;
}
/* End hide from IE-mac */
.overlayer .password-fields {
	padding: 0 0 5px;
}
.overlayer .formSet label.label {
	width: 90px;
}
.overlayer .formSet div.field {
	width: 330px;
}
.overlayer .formSet div.field .error {
	display: block;
	margin: 0;
}
.overlayer .password-fields .formSet {
	display: block;
	float: left;
	position: relative;
	clear: none;
	width: 155px;
	padding: 0;
	margin: 0;
}
.overlayer .password-fields .formSet label.label {
	display: block;
	float: none;
	color: #000;
	font-size: 85%;
	line-height: 1.4em;
	width: 150px;
	padding: 0;
	margin: 0;
}
.overlayer .password-fields .formSet .field {
	display: block;
	float: none;
	width: 150px;
	padding: 0;
	margin: 0;
}
.overlayer .password-fields .formSet .field input.text {
	width: 140px;
}



.box {
	display: block;
	position: relative;
	background-color: #E9F2F3;
	padding: 0;
	margin: 0 0 15px 0;
	border: 1px solid #3C537A;
}
.box.box-2 {
	padding: 25px 30px;
	border: 0 none;
}
.box.box-3 {
	background-color: #F5F5F5;
	border: 1px solid #B5B5B5;
}
.box .boxInner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.box .boxInner {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .box .boxInner {
	height: 1px;
}
.box .boxInner {
	display: block;
}
/* End hide from IE-mac */
.box .boxInner {
	padding: 10px 15px;
}
.box .buttons {
	display: block;
	float: right;
	position: relative;
	clear: none;
	margin: -5px -8px 0 0;
}


/*---- for display error msg and red box (by Jacky)------*/
input.redBorder, textarea.redBorder, select.redBorder, table.redBorder, div.redBorder, span.redBorder {
	border: 1px solid #FF0000;
}
* + html select.redbox {
 filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=-1, OffY=-1, color=#FF0000) progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, color=#FF0000);
}
/*---- for display error msg and red box ------*/



/* *** pageBanner *** */
#pageBannerDiv:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
#pageBannerDiv {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html #pageBannerDiv {
    height: 1px;
}
#pageBannerDiv {
    display: block;
}
/* End hide from IE-mac */
#pageBannerDiv {
	position: fixed;
	top: 0;
	left: 0;
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 0;
	margin: 0;
    overflow: hidden;
    z-index: 1;
}
.pageBanner {
    display: block;
    position: absolute;
	left: 0;
	top: 0;
    background-color: #eee;
    text-align: center;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
	z-index: 2;
}
.pageBanner .banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background-color: #eee;
    text-align: center;
    width: auto;
    height: auto;
}
.pageBanner .bannerInner {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: auto;
    height: auto;
	overflow: hidden;
}
.pageBanner img {
    display: block;
    margin: 0 auto;
}
#pageBannerDiv .mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	background-image: url(../img/bg/pixel.gif);
	background-repeat: repeat;
	background-position: 0% 0%;
    width: auto;
    height: auto;
    overflow: hidden;
    z-index: 999;
}
.pageBannerInfo {
	display: none;
	float: right;
	position: relative;
	clear: none;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	text-shadow: 1px 1px 2px #000;
	/*
	padding: 15px 30px 0 0;
	*/
	padding: 30px 30px 0 0;
	width: 400px;
	height: 36px; /* 70px; */
	z-index: 3;
}
#pageBannerNumberIndices {
	display: block;
	float: right;
	position: relative;
	clear: none;
	margin: 0 0 7px 0;
	z-index: 1000;
}
#pageBannerNumberIndices a {
	display: block;
	float: left;
	position: relative;
	clear: none;
	color: #fff;
	background-image: url(../img/bg/pixel.gif);
	background-repeat: repeat;
	background-position: 0% 0%;
	text-align: left;
	text-decoration: none;
	width: 25px;
	padding: 10px 2px 2px 2px;
	margin: 0 0 0 -1px;
	border: 1px solid #9E9E9E;
}
#pageBannerNumberIndices a:hover {
	text-decoration: underline;
}
#pageBannerNumberIndices a.current {
	background-color: #757575;
}
#pageBannerNumberIndices a span {
}
#pageBannerTitles,
#pageBannerDescriptions {
	display: block;
	clear: both;
	width: 100%;
	z-index: 99;
}
#pageBannerTitles a,
#pageBannerDescriptions a,
#pageBannerTitles2 a,
#pageBannerDescriptions2 a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.pageBannerControls {
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(../img/bg/pixel.gif);
	background-repeat: repeat;
	background-position: 0% 0%;
	width: 100%;
	height: 0;
	z-index: 10000;
}
.pageBannerControls .pageBannerControls-inner {
	background-image: url(../img/bg/pixel.gif);
	background-repeat: repeat;
	background-position: 0% 0%;
	max-width: 1600px;
	margin: 0 auto;
}
.pageBannerControl-prev,
.pageBannerControl-next {
	display: block;
	float: left;
	position: relative;
	top: 50%;
	clear: none;
	background-image: url(../img/button/album-image-prev.png);
	background-repeat: no-repeat;
	background-position: 50% 60%;
	width: 61px;
	height: 75px;
	margin: 0;
	cursor: pointer;
	visibility: visible;
	z-index: 10000;
}
.pageBannerControls:hover .pageBannerControl-prev,
.pageBannerControls:hover .pageBannerControl-next {
	visibility: visible;
}
.pageBannerControl-prev:hover,
.pageBannerControl-next:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
}
.pageBannerControl-next {
	float: right;
	background-image: url(../img/button/album-image-next.png);
}
body.template-album .pageBannerControl-next {
	float: left;
}
.pageBannerControl-prev span,
.pageBannerControl-next span {
	display: none;
}

body.homepage .pageBannerTitles,
body.homepage .pageBannerTitles2 {
	position: absolute;
	left: 0;
	color: #fff;
	background-image: url(../img/bg/pixel.gif);
	background-repeat: repeat;
	background-position: 0% 0%;
	width: 100%;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	text-shadow: 0 0 3px #000000;
	z-index: 2;
}
body.homepage .pageBannerTitles {
	bottom: 50%;
	margin-bottom: -45px;
}
body.homepage .titles-rendered .pageBannerTitles,
body.homepage .titles2-rendered .pageBannerTitles2 {
	filter: progid:DXImageTransform.Microsoft.Chroma(Color=#000000)
		progid:DXImageTransform.Microsoft.Glow(Strength=2, Color=#000000);
}
body.homepage .pageBannerTitles2 {
	top: 50%;
	margin-top: 45px;
}
/* IE7 - IE9 */
body.homepage .titles-rendered .pageBannerTitles {
	margin-bottom: -43px;
	margin-left: -2px;
}
*+html body.homepage .titles-rendered .pageBannerTitles {
	margin-bottom: -47px;
}
body.homepage .titles2-rendered .pageBannerTitles2 {
	margin-top: 43px;
	margin-left: -2px;
}
/* Modern Browsers */
.textshadow body.homepage .titles-rendered .pageBannerTitles {
	margin-bottom: -45px;
	margin-left: 0;
}
.textshadow body.homepage .titles2-rendered .pageBannerTitles2 {
	margin-top: 45px;
	margin-left: 0;
}



.canvas-filter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.canvas-filter { display: inline-block; }
/* Hides from IE-mac \*/
* html .canvas-filter { height: 1px; }
.canvas-filter { display: block; }
/* End hide from IE-mac */
.canvas-filter {
	position: relative;
	padding: 8px;
	margin: -10px 0 20px 0;
	border: 1px solid #cecece;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.paging {
	text-align: left;
	padding: 0;
}
.canvas-filter .paging {
	display: block;
	float: right;
	position: relative;
	clear: none;
}
.canvas-filter .paging * {
	vertical-align: top;
}

.filter {
}
.canvas-filter .filter {
	display: block;
	float: left;
	position: relative;
	clear: none;
}

.news-index:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.news-index { display: inline-block; }
/* Hides from IE-mac \*/
* html .news-index { height: 1px; }
.news-index { display: block; }
/* End hide from IE-mac */
.news-index {
	margin: 0 -30px 30px -30px;
}

.news-index .news-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.news-index .news-item { display: inline-block; }
/* Hides from IE-mac \*/
* html .news-index .news-item { height: 1px; }
.news-index .news-item { display: block; }
/* End hide from IE-mac */
.news-index .news-item {
	padding: 15px 30px 15px 30px;
}
.news-index .news-item.odd {
	background-color: #F5F5F5;
}
.news-index .news-item .thumbnail {
	display: block;
	float: left;
	position: relative;
	clear: none;
	margin: -10px 0;
}
.news-index .news-item.important .thumbnail {
	margin: -10px -25px;
}
/*
.news-index .news-item.even .thumbnail {
	float: right;
}
*/
.news-index .news-item .date,
.news-index .news-item .title,
.news-index .news-item .categories,
.news-index .news-item .description {
	display: block;
	float: right;
	position: relative;
	clear: right;
	width: 720px;
}
/*
.news-index .news-item.even .date,
.news-index .news-item.even .title,
.news-index .news-item.even .categories,
.news-index .news-item.even .description {
	float: left;
	clear: left;
}
*/
.news-index .news-item.important .date,
.news-index .news-item.important .title,
.news-index .news-item.important .categories,
.news-index .news-item.important .description {
	width: 620px;
}
.news-index .news-item .date {
	margin: 0 0 10px 0;
}
.news-index .news-item .title {
	font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', sans-serif;
	font-size: 131%;
	margin: 0 0 3px 0;
}
.news-index .news-item .title a {
	color: #131313;
}
.news-index .news-item .categories {
	color: #37821F;
	font-style: italic;
	margin: 0 0 5px 0;
}



/* *** Photo Gallery *** */
.itemList {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}
table.itemList {
	table-layout: fixed;
}
.itemList .item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.itemList .item { display: inline-block; }
/* Hides from IE-mac \*/
* html .itemList .item { height: 1px; }
.itemList .item { display: block; }
/* End hide from IE-mac */
.itemList .item {
	width: 100%;
	padding: 0 0 1em 0;
	margin: 0;
}
.itemList .item .thumbnail {
	display: block;
	float: left;
	position: relative;
	clear: none;
	text-align: left;
	width: 159px;
	padding: 0 5px;
}
.itemList .item .thumbnail a,
.itemList .item .thumbnail img {
	display: block;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width: 157px;
	height: auto;
}
.itemList .item .thumbnail a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 147px;
	height: 99px;
	padding: 3px;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px 0 #999;
	-moz-box-shadow: 0 0 5px 0 #999;
	-webkit-box-shadow: 0 0 5px 0 #999;
	-o-box-shadow: 0 0 5px 0 #999;
}
.itemList .item .thumbnail img {
	width: auto;
	height: auto;
	max-width: 149px;
	max-height: 99px;
	margin: auto;
	border: 0 none;
}
.itemList.big .item .thumbnail a,
.itemList.big .item .thumbnail img {
	width: 122px;
}
.itemList .item .title,
.itemList .item .info,
.itemList .item .summary,
.itemList .item .more {
	display: block;
	float: right;
	position: relative;
	clear: right;
	width: 170px;
	padding: 0;
	margin: 0 20px 5px 0;
}
.itemList .item .more 
{
    text-decoration: underline;
}
.itemList.big .item .title,
.itemList.big .item .info,
.itemList.big .item .summary,
.itemList.big .item .more {
	line-height: 1.15em;
	width: 590px;
	margin-bottom: 10px;
}
.itemList .item .title {
	font-size: 117%;
	font-weight: bold;
	margin-top: 1em;
}
.itemList.big .item .title {
	font-size: 150%;
}
.itemList .item .info {
	color: #7D7D7D;
	font-size: 85%;
}
.itemList .item .summary {
	margin-bottom: 10px;
}



.pageBannerExtraArea {
}
.pageBannerExtraArea .pageBannerExtraThumbsControls:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.pageBannerExtraArea .pageBannerExtraThumbsControls { display: inline-block; }
/* Hides from IE-mac \*/
* html .pageBannerExtraArea .pageBannerExtraThumbsControls { height: 1px; }
.pageBannerExtraArea .pageBannerExtraThumbsControls { display: block; }
/* End hide from IE-mac */
.pageBannerExtraArea .pageBannerExtraThumbsControls {
	font-size: 93%;
	line-height: 1.4em;
	text-align: right;
	padding: 0 10px 10px 0;
}
.pageBannerExtraArea .pageInfo {
	display: block;
	float: left;
	position: relative;
	clear: none;
}
.pageBannerExtraArea .pageInfo .pageBannerExtraThumbs_currentFrom {
	font-weight: bold;
	padding: 0 4px 0 0;
}
.pageBannerExtraArea .pageInfo .pageBannerExtraThumbs_currentTo {
	font-weight: bold;
	padding: 0 4px 0 0;
}
.pageBannerExtraArea .pageInfo .pageBannerExtraThumbs_totalImages {
	padding: 0 4px 0 0;
}
.pageBannerExtraArea .pageBannerExtraThumbsControlsPrev {
	padding: 0 1px;
}
.pageBannerExtraArea .pageBannerExtraThumbsControlsNext {
	padding: 0 1px;
}
.pageBannerExtraArea .pageBannerExtraThumbsControlsPrev.disable {
	visibility: hidden;
}
.pageBannerExtraArea .pageBannerExtraThumbsControlsNext.disable {
	visibility: hidden;
}
.pageBannerExtraArea .pageBannerExtraThumbs_indices {
}
.pageBannerExtraArea .pageBannerExtraThumbs_indices a {
	text-decoration: none;
	padding: 0 1px;
	margin: 0 2px;
}
.pageBannerExtraArea .pageBannerExtraThumbs_indices a:hover {
	text-decoration: underline;
}
.pageBannerExtraArea .pageBannerExtraThumbs_indices a.current {
	font-weight: bold;
	text-decoration: underline;
}
.pageBannerExtraArea .pageBannerExtraThumbs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.pageBannerExtraArea .pageBannerExtraThumbs { display: inline-block; }
/* Hides from IE-mac \*/
* html .pageBannerExtraArea .pageBannerExtraThumbs { height: 1px; }
.pageBannerExtraArea .pageBannerExtraThumbs { display: block; }
/* End hide from IE-mac */
.pageBannerExtraArea .pageBannerExtraThumbs {
	margin: -10px 0 10px 0;
}
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumbsPage:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumbsPage { display: inline-block; }
/* Hides from IE-mac \*/
* html .pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumbsPage { height: 1px; }
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumbsPage { display: block; }
/* End hide from IE-mac */
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumbsPage {
	margin: 0 0 0 -10px;
}
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumb {
	display: block;
	float: left;
	position: relative;
	clear: none;
	padding: 0;
	margin: 10px 0 0 10px;
}
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumb div.pageBannerExtraThumbInner {
	display: block;
	color: #454545;
	background-color: #fff;
	text-align: center;
	width: 159px;
	height: 165px;
	padding: 5px;
	margin: 0;
	vertical-align: top;
	border: 1px solid #1F6099;
	overflow: hidden;
}
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumb td.pageBannerExtraThumbInner {
	color: #454545;
	background-color: #fff;
	text-align: center;
	width: 149px;
	height: 99px;
	padding: 5px;
	margin: 0;
	vertical-align: middle;
	border: 1px solid #1F6099;
	overflow: hidden;
}
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumb a {
	display: block;
	width: 149px;
	height: 99px;
	padding: 0;
	margin: 0 auto;
	border: 0;
}
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumb .img {
	display: block;
	background-image: url(../img/icon/loading2.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	border: 0;
}
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumb img {
	display: block;
	padding: 0;
	margin: 0 auto;
	border: 0;
}
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumb .pageBannerExtraThumbTitle {
	font-size: 92%;
	line-height: 1.4em;
	font-weight: bold;
	text-align: left;
	height: 2.66em;
	margin: 3px 0 0 0;
	overflow: auto;
}
.pageBannerExtraArea .pageBannerExtraThumbs .pageBannerExtraThumb .pageBannerExtraThumbDescription {
	display: none;
	font-size: 92%;
	line-height: 1.4em;
	text-align: left;
	margin: 3px 0 0 0;
}



.main-contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.main-contents { display: inline-block; }
/* Hides from IE-mac \*/
* html .main-contents { height: 1px; }
.main-contents { display: block; }
/* End hide from IE-mac */
.main-contents {
	position: relative;
	z-index: 1;
}



ul.sitemap,
ul.sitemap li {
	background-image: none;
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.sitemap {
	float: left;
	position: relative;
	clear: none;
	width: 32%;
	padding: 0 1% 0 0;
}
ul.sitemap li {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
	ul.sitemap li a {
		text-decoration: none;
	}
	ul.sitemap li a:hover {
		text-decoration: underline;
	}
ul.sitemap li ul {
	padding: 0;
	margin: 0;
}
ul.sitemap li ul li {
	background-image: url(../img/bullet/bullet.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 1px 0.8em;
	font-weight: normal;
	text-transform: none;
	padding: 3px 0 0 10px;
	margin: 0;
}



.canvas-villas:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.canvas-villas { display: inline-block; }
/* Hides from IE-mac \*/
* html .canvas-villas { height: 1px; }
.canvas-villas { display: block; }
/* End hide from IE-mac */
.main .main-contents .canvas-villas {
	color: #fff;
	background-color: transparent; /* #2f3230; */
	background-image: none;
	padding: 20px 20px 0 0;
	margin: -15px -25px 0 -25px;
}
.canvas-villas .villa {
	display: block;
	float: left;
	position: relative;
	clear: none;
	width: 240px;
	min-height: 400px;
	padding: 10px;
	margin: 0 0 0 20px;
}
.canvas-villas .villa.villa-1 {
	background-color: #b1a449;
}
.canvas-villas .villa.villa-1 .button {
	background-color: #998c34;
	border-color: #998c34;
}
.canvas-villas .villa.villa-1 .button:hover {
	border-color: #fff;
}
.canvas-villas .villa.villa-2 {
	background-color: #ac8d50;
}
.canvas-villas .villa.villa-2 .button {
	background-color: #95773d;
	border-color: #95773d;
}
.canvas-villas .villa.villa-2 .button:hover {
	border-color: #fff;
}
.canvas-villas .villa.villa-3 {
	background-color: #80984e;
}
.canvas-villas .villa.villa-3 .button {
	background-color: #698039;
	border-color: #698039;
}
.canvas-villas .villa.villa-3 .button:hover {
	border-color: #fff;
}
.canvas-villas .villa .image {
	display: block;
	margin: -7px -10px 10px -10px;
}
.canvas-villas .villa .summary {
	min-height: 85px;
}



.accordian {
	padding: 0;
	margin: 0;
}
.accordian-candidate,
.accordian .accordian-item {
	padding: 0 10px 0 5px;
	margin: 0;
	border-bottom: 1px solid #333;
}
.accordian-candidate h6,
.accordian .accordian-item .accordian-title {
	color: #333;
	background-image: url(../img/icon/close-3.gif);
	background-repeat: no-repeat;
	background-position: 0% 8px;
	font-size: 100%;
	line-height: 1.3em;
	font-weight: normal;
	/*
	text-transform: uppercase;
	*/
	padding: 5px 0 5px 20px;
	margin: 0;
}
.accordian-candidate h6,
.accordian .accordian-item .accordian-title.open {
	background-image: url(../img/icon/open-3.gif);
}
.accordian.rendered .accordian-item .accordian-title {
	cursor: pointer;
}
.accordian .accordian-item .accordian-content {
	padding: 10px 0 10px 20px;
}
.accordian-candidate .accordian-content {
	padding: 9px 9px 9px 19px;
	margin: 0 -10px 0 0;
	border: 1px dotted #333;
}



.input-right input,
.input-right textarea,
.input-right label {
	float: right;
}
.input-right span {
	float: left;
}
.input-right label {
	margin: 0 0 0 5px;
}
.input-right label input {
	float: left;
	margin: 0 3px 0 0;
}
.input-right label.input-right input {
	float: right;
	margin: 0 0 0 3px;
}
.input-right.clear-right label,
.input-right.clear-right input {
	clear: right;
}
select,
input[type=text],
input[type=password],
textarea {
	vertical-align: middle;
	padding: 2px 10px;
	border: 1px solid #8AC3D7;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 0 3px 0 #ccc;
	-moz-box-shadow: inset 0 0 3px 0 #ccc;
	-webkit-box-shadow: inset 0 0 3px 0 #ccc;
	-o-box-shadow: inset 0 0 3px 0 #ccc;
}
select {
	padding: 1px;
}
input[type=text],
input[type=password] {
	height: 1.5em;
}
input[type=radio],
input[type=checkbox] {
	height: 1.6em;
	vertical-align: top;
	margin-right: 0.5em;
}
.checkboxes label,
.radios label {
	line-height: 1.6em;
	vertical-align: middle;
	padding: 0 5px;
	margin: 0 5px 0 0;
}
.formBatch2 input[type=radio],
.formBatch2 input[type=checkbox] {
	height: auto;
	margin: 0 3px 0 0;
}
.formBatch2 label {
	margin-right: 10px;
}
.formBatch2 label.label {
	margin-right: 0;
}
input:disabled {
	background-color: #eee;
}

.smallbutton3 {
	font-size: 85%;
	white-space: nowrap;
}



.quarters:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.quarters { display: inline-block; }
/* Hides from IE-mac \*/
* html .quarters { height: 1px; }
.quarters { display: block; }
/* End hide from IE-mac */
.quarters {
	padding: 0;
	margin: 0 0 0 -1%;
}
.quarters .quarter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.quarters .quarter { display: inline-block; }
/* Hides from IE-mac \*/
* html .quarters .quarter { height: 1px; }
.quarters .quarter { display: block; }
/* End hide from IE-mac */
.quarters .quarter {
	display: block;
	float: left;
	position: relative;
	clear: none;
	text-align: center;
	width: 24%;
	padding: 0;
	margin: 0 0 0 1%;
}
body.homepage .box.box-2 {
	padding-top: 15px;
	padding-bottom: 15px;
}
body.homepage .quarters a.quarter {
	color: #262626;
	text-decoration: none;
	padding: 5px 0;
}
body.homepage .quarters a.quarter:hover {
	background-color: #fff;
}
body.homepage .quarters .quarter img {
	border: 1px solid #fff;
}



.breadcrumb {
	color: #131313;
	font-size: 85%;
	line-height: 1.3em;
	margin: 0 0 10px -2px;
}
.breadcrumb a {
	color: #7E7E7E;
	text-decoration: none;
	padding: 0 2px;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.breadcrumb .current {
	color: #131313;
	text-decoration: underline;
	padding: 0 2px;
}



body.events .event-thumb {
	display: block;
	float: right;
	position: relative;
	clear: none;
	margin: 15px 0 2px 20px;
}
.smallcalendar-box {
}
.smallcalendar-box p {
	color: #7A7A7A;
	text-align: center;
	margin: 0 0 10px 0;
}
.calendarview:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.calendarview { display: inline-block; }
/* Hides from IE-mac \*/
* html .calendarview { height: 1px; }
.calendarview { display: block; }
/* End hide from IE-mac */
.calendarview {
	display: block;
	font-size: 14px;
	line-height: 31px;
	font-weight: normal;
	text-align: center;
	height: 31px;
	padding: 0 0 9px 0;
	margin: -7px 0 0 0;
}
.calendarview a {
	display: inline-block;
	color: #414141;
	text-transform: uppercase;
	padding: 0 10px;
	margin: 0 0 0 3px;
}
.calendarview a.selected {
	color: #fff;
	background-color: #2DA354;
	background-image: url(../img/calendar/bg-calendarview-item-selected.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	cursor: auto;
}
.calendarview a.selected:hover {
	text-decoration: none;
}
h3 .calendarview a.selected {
	color: #fff;
	padding: 1px 5px;
}

.divCalendar {
	background-image: url(../img/calendar/bg-calendar.png);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
table.smallcalendar {
	width: 100%;
	margin: 0 !important;
	border: 0 none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
table.smallcalendar th {
	border: 0 none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
table.smallcalendar td {
	color: #414141;
	background-color: transparent !important;
	background-image: none !important;
	background-repeat: repeat-x;
	background-position: 50% 100%;
	font-size: 14px;
	line-height: 19px;
	padding: 10px 0 !important;
	border: 0 none !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}
table.smallcalendar td a {
	display: block;
	padding: 10px 0 8px 0;
	margin: -10px 1px -8px 0;
}
table.smallcalendar tr:first-child td {
	padding: 0 !important;
}
table.smallcalendar th {
	font-size: 11px;
}
.smallcalendar-box table.smallcalendar tr.first td,
.smallcalendar-box table.smallcalendar th,
.smallcalendar-box table.smallcalendar tr:first-child td {
	background-color: transparent !important;
	background-image: none !important;
	text-align: center !important;
	text-transform: uppercase;
	vertical-align: middle !important;
	width: auto !important;
	border: 0 none !important;
}
table.smallcalendar th.DayHeader {
	color: #fff;
	background-color: transparent !important;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold !important;
	text-align: center !important;
	vertical-align: middle !important;
	padding: 8px 0 6px 0;
	border: 0 none !important;
}
table.smallcalendarnavPadding {
}
table.smallcalendarnavPadding td {
	color: #fff;
	font-size: 14px;
	line-height: 33px;
	vertical-align: middle;
	height: 33px;
}
table.smallcalendar table.smallcalendarnavPadding tr td.first,
table.smallcalendar table.smallcalendarnavPadding tr td.last,
table.smallcalendar table.smallcalendarnavPadding tr td:first-child,
table.smallcalendar table.smallcalendarnavPadding tr td:last-child {
	width: 36px !important;
}
table.smallcalendar tr:first-child td a {
	padding: 0;
	margin: 0;
}
table.smallcalendar tr:first-child td a:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
}
table.smallcalendar th {
}
table.smallcalendar tr.first td td,
table.smallcalendar tr:first-child td td {
	padding: 0;
	border-bottom: 0 none !important;
}
/*
table.smallcalendar tr:first-child {
	width: auto !important;
}
*/
table.smallcalendar tr:first-child td {
	width: auto !important;
}
table.smallcalendar td.hasEvent {
	/*
	color: #fff !important;
	background-color: #6e71c8 !important;
	*/
	background-image: none !important;
}
table.smallcalendar .hasEvent a {
	background-image: url(../img/calendar/bg-calendar-hasEvent.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.smallcalendar .otherMonthRow,
.smallcalendar .otherMonthDay a,
.smallcalendar .otherMonthDay span,
.smallcalendar .OtherMonthRow,
.smallcalendar .OtherMonthDay a,
.smallcalendar .OtherMonthDay span {
	display: none;
}
.smallcalendar .OtherMonthDay {
	border-color: #E5E5E5;
}
table.smallcalendar a {
	color: #414141; /* #277e0b; */
	text-decoration: none;
	padding: 0;
}
table.smallcalendar a:hover {
	text-decoration: underline;
}
table.smallcalendar td.selected,
table.smallcalendar td.selected a {
	color: #277e0b;
	font-weight: bold;
}

.template-calendar .calendarview {
	display: block;
	float: right;
	position: relative;
	clear: none;
	font-size: 85%;
	line-height: 1.4em;
	text-align: right;
}
.template-calendar .calendarview .title {
	display: inline-block;
}
.template-calendar .calendarview a {
	color: #2c2c2c;
	padding: 1px 3px;
}
.template-calendar .calendarview a.selected {
	color: #DF0716;
}
.template-calendar .calendar-box {
	color: #626363;
	font-size: 93%;
	line-height: 1.4em;
	padding: 5px 10px;
	margin: -0.8em 0 15px 0;
	border: 1px solid #CBCBCB;
}
.template-calendar .calendar-box .title {
	text-transform: uppercase;
}
.template-calendar .calendar-box .categories {
	padding: 5px 0 0 0;
}
.template-calendar {
	margin: 0 -3px 0 0;
}
.box-table .calendar-head th,
.box-table .calendar-head td,
.box-table .calendarview,
.box-table table.smallcalendar td,
.box-table table.smallcalendar tr:first-child td {
	background-color: transparent;
	background-image: none !important;
	width: 83px !important;
	line-height: 1.4em;
	padding: 5px 0 !important;
}
.box-table .calendar-head {
	border: 0 none !important;
}
.box-table .calendar-head,
.box-table .calendar-head th,
.box-table .calendar-head td {
	border-bottom: 0 none !important;
}
.box-table .calendar-head th,
.box-table .calendar-head td {
	color: #000;
	background-color: transparent !important;
	background-image: none;
	font-size: 93%;
	text-align: center;
	text-transform: uppercase;
	width: 83px !important;
	border: 1px solid #D7D7D7 !important;
	border-bottom: 0 none !important;
}
.box-table .calendar-head th div,
.box-table .calendar-head td div {
	font-weight: normal;
	padding: 0;
}
.box-table table.smallcalendar {
	margin: 0 0 15px 0 !important;
}
.box-table table.smallcalendar td .scday {
	text-align: right;
	padding: 0 5px 5px 5px;
}
.box-table table.smallcalendar td .scday,
.box-table table.smallcalendar td .scday a {
	color: #929292 !important;
	font-size: 15px;
}
.box-table table.smallcalendar td a {
	display: block;
	font-size: 11px;
	line-height: 1.3em;
	padding: 0 3px;
}
.box-table table.smallcalendar td a img {
	margin: 0 -3px;
}
.box-table table.smallcalendar td a span {
	display: block;
	background-image: url(../img/bullet/bullet-calendar.png);
	background-repeat: no-repeat;
	background-position: 0% 0.5em;
	padding: 0 0 0 8px;
}
.box-table table.smallcalendar .events {
	min-height: 30px;
}
.box-table table.smallcalendar .events .event {
	background-image: none;
	min-height: 0;
	padding: 0 0 5px 0;
	margin: 0;
}
.box-table table.smallcalendar td .scday .ph {
	color: #929292;
	float: left;
	font-size: 74%;
	line-height: 1.4em;
}

.calendar-customize:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.calendar-customize { display: inline-block; }
/* Hides from IE-mac \*/
* html .calendar-customize { height: 1px; }
.calendar-customize { display: block; }
/* End hide from IE-mac */
.calendar-customize {
	padding: 20px;
}
.calendar-customize .categories-title {
	margin: 0 -20px 15px;
}

.addCalendar {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 10;
}
.addCalendar a {
	display: inline-block;
	background-image: url(../img/bg/bg-calendar-add.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 2px 50%;
	text-decoration: none;
	min-height: 18px;
	line-height: 18px;
	white-space: nowrap;
	margin: 0 0 0 0;
	padding: 0 0 0 18px;
}
.addCalendar.active > a {
	background-color: #85aa07;
}
.addCalendar > a > span {
	display: none;
}
.layerAddCalendar {
	display: none;
	position: absolute;
	right: 18px;
	top: -30px;
	background-color: #fff;
	width: 115px;
	padding: 1px 1px 0 1px;
	margin: 0;
	border: 1px solid #85aa07;
	z-index: 9;
}
.active .layerAddCalendar {
	display: block;
}
.layerAddCalendar li {
	display: block;
}
.layerAddCalendar li a {
	display: block;
	color: #51652E;
	background-color: #fff;
	background-image: url(../img/icon/ico_add.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 5px 50%;
	font-size: 11px;
	text-decoration: none;
	height: 14px;
	margin: 0 0 1px 0;
	padding: 2px 5px 2px 20px;
	border: 1px solid #85aa07;
}
.layerAddCalendar li a:hover {
	color: #fff;
	background-color: #85aa07;
	text-decoration: none;
}

.canvas-public-holidays {
	text-align: left;
	padding: 9px 19px;
	margin: 20px 0;
	border: 1px solid #B7B7B7;
}
.canvas-public-holidays h5,
.canvas-public-holidays h6 {
	margin: 0 0 8px 0;
}
.canvas-public-holidays p {
	text-align: left;
	margin: 0;
}

body.template-events-monthly .calendarview {
	display: block;
	float: right;
	position: relative;
	clear: none;
}
body.template-events-monthly .events-list-date h3,
body.template-events-monthly .events-list-date h5 {
	text-transform: uppercase;
	line-height: 25px;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #CACACA;
}
body.template-events-monthly h5 * {
	vertical-align: top;
}
body.template-events-monthly .calendar-customize {
	padding: 0 0 5px 0;
}



.events-index .event-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.events-index .event-item { display: inline-block; }
/* Hides from IE-mac \*/
* html .events-index .event-item { height: 1px; }
.events-index .event-item { display: block; }
/* End hide from IE-mac */
.events-index .event-item {
	/*
	min-height: 115px;
	*/
	padding: 0 130px 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #4E4E4E;
}
.events-index .event-item.with-thumbnail {
}
.events-index .event-item .event-thumbnail {
	display: block;
	float: left;
	position: relative;
	clear: none;
	width: 140px;
}
.events-index .event-item .event-thumbnail img {
	max-width: 125px;
}
.events-index .event-item .event-title {
	font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', sans-serif;
	font-size: 20px;
	line-height: 1.4em;
}
.events-index .event-item .event-title,
.events-index .event-item .event-title a {
	color: #4E4E4E;
}
.events-index .event-item .event-title,
.events-index .event-item .event-info,
.events-index .event-item .event-summary,
.events-index .event-item .event-buttons {
	position: relative;
	margin: 0 0 5px 0;
}
.events-index .event-item .event-summary {
	margin: 0 0 30px 0;
}
.events-index .event-item .event-buttons {
	margin: 0;
}
.events-index .event-item.with-thumbnail .event-title,
.events-index .event-item.with-thumbnail .event-info,
.events-index .event-item.with-thumbnail .event-summary {
	display: block;
	float: right;
	position: relative;
	clear: none;
	width: 600px;
}
.events-index .event-item .event-buttons {
	display: block;
	float: right;
	text-align: right;
	width: 130px;
	margin-right: -130px;
}
.events-index .event-item .event-buttons .addCalendar,
.events-index .event-item .event-buttons .bookNow {
	display: inline-block;
	*display: inline;
	float: none;
	position: static;
	clear: none;
	top: auto;
	right: auto;
	vertical-align: top;
	min-height: 20px;
	line-height: 20px;
	margin: 0 0 0 15px;
}
.events-index .event-item .event-buttons .bookNow {
	white-space: nowrap;
	z-index: 10;
}
.events-index .event-item .event-buttons .bookNow a {
	color: #f00;
}
.events-index .event-item .event-buttons .addCalendar .layerAddCalendar {
	text-align: left;
}
.events-index .event-item .title {
	font-size: 123%;
	line-height: 1.4em;
}


.calendar-customize .categories,
.calendar-customize .calendar-customize-1,
.calendar-customize .calendar-customize-2 {
}
.calendar-customize .calendar-customize-1,
.calendar-customize .calendar-customize-2 {
	display: block;
	float: left;
	position: relative;
	clear: none;
	padding: 0 5px;
}
.calendar-customize .calendar-customize-2 {
	/*
	float: right;
	*/
	margin: 0 0 0 5px;
}
.calendar-customize .calendar-customize-2 .checkSelect,
.calendar-customize .calendar-customize-2 .submit {
	display: block;
	float: left;
	position: relative;
	clear: none;
	margin: 0 0 0 15px;
}
.legends .legend {
	font-size: 12px;
	line-height: 1.4em;
}
.legends .marker,
table.calendar-table td .events .event .marker {
	background-color: #277E0B;
}
.legends .color-ph .marker,
table.calendar-table td .events .event.color-ph .marker {
	background-color: #E10000;
}
.legends .legend .color-ph,
.calendar-table .event.color-ph,
.calendar-table .event.color-ph a {
	color: #E10000;
}

/*
table.calendar-table td .events .event.color-1 .marker,
.formCheckbox.calendar-category-1,
.calendar-category-1 .formCheckbox {
	background-color: #E23D04;
}
table.calendar-table td .events .event.color-2 .marker,
.formCheckbox.calendar-category-2,
.calendar-category-2 .formCheckbox {
	background-color: #0075F8;
}
table.calendar-table td .events .event.color-3 .marker,
.formCheckbox.calendar-category-3,
.calendar-category-3 .formCheckbox {
	background-color: #188600;
}
table.calendar-table td .events .event.color-4 .marker,
.formCheckbox.calendar-category-4,
.calendar-category-4 .formCheckbox {
	background-color: #212121;
}
table.calendar-table td .events .event.color-5 .marker,
.formCheckbox.calendar-category-5,
.calendar-category-5 .formCheckbox {
	background-color: #8500AB;
}
table.calendar-table td .events .event.color-6 .marker,
.formCheckbox.calendar-category-6,
.calendar-category-6 .formCheckbox {
	background-color: #d27700;
}
table.calendar-table td .events .event.color-7 .marker,
.formCheckbox.calendar-category-7,
.calendar-category-7 .formCheckbox {
	background-color: #00adb8;
}
table.calendar-table td .events .event.color-8 .marker,
.formCheckbox.calendar-category-8,
.calendar-category-8 .formCheckbox {
	background-color: #957e14;
}

.calendar-table .event.color-1 a {
	color: #E23D04;
}
.calendar-table .event.color-2 a {
	color: #0075F8;
}
.calendar-table .event.color-3 a {
	color: #188600;
}
.calendar-table .event.color-4 a {
	color: #212121;
}
.calendar-table .event.color-5 a {
	color: #8500AB;
}
.calendar-table .event.color-6 a {
	color: #d27700;
}
.calendar-table .event.color-7 a {
	color: #00adb8;
}
.calendar-table .event.color-8 a {
	color: #957e14;
}
*/

table.calendar-head {
	background-color: #fff;
	width: 946px;
	margin: 0 -3px;
	table-layout: fixed;
	border: 1px solid #fff;
	border-collapse: separate !important;
	border-spacing: 1px !important;
}
table.calendar-head th,
table.calendar-head td {
	color: #fff;
	background-color: #60C56E;
	background-image: url(../img/bg/bg-calendar-head.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	padding: 5px 10px 3px;
	table-layout: fixed;
	border: 1px solid #fff;
	border-collapse: separate !important;
	border-spacing: 3px !important;
}
body.template-events-monthly table.calendar-head th,
body.template-events-monthly table.calendar-head td {
	font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, "微软雅黑", 'Microsoft YaHei New', "黑体", 'SimHei', "华文细黑", 'STXihei', sans-serif;
	font-size: 16px;
	font-weight: normal;
}

table.calendar-table {
	background-color: #fff;
	width: 946px;
	margin: -5px -3px 0 -3px;
	table-layout: fixed;
	border: 1px solid #fff;
	border-collapse: separate !important;
	border-spacing: 3px !important;
}
table.calendar-table th,
table.calendar-table td {
	background-color: #fff;
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
	vertical-align: top;
	text-transform: none;
	padding: 0 20px 0 5px;
	margin: 10px;
	table-layout: fixed;
	border: 1px solid #CACACA;
	border-collapse: separate !important;
	border-spacing: 3px !important;
}
table.calendar-table td .scday,
table.calendar-table td .weekendDay {
	font-size: 18px;
	line-height: 24px;
	padding: 3px 5px 0 5px;
	margin: 0 -20px 0 -5px;
}
/*
table.calendar-table tr:first-child td .scday,
table.calendar-table tr:first-child td .weekendDay,
table.calendar-table tr.first td .scday,
table.calendar-table tr.first td .weekendDay {
	background-image: none;
	padding-top: 5px;
}
*/
table.calendar-table td .noevent {
	padding-bottom: 80px;
}
table.calendar-table td .noevent {
	padding-bottom: 80px;
}
table.calendar-table td .scday,
table.calendar-table td .weekendDay,
table.calendar-table td .scday a,
table.calendar-table td .weekendDay a {
	color: #3C3C3C;
}

table.calendar-table td .events {
	min-height: 60px;
	padding: 0 0 15px 0;
	margin: 0;
}
.legends .legend,
table.calendar-table td .events .event {
	position: relative;
	padding: 0 0 0 1em;
	margin: 0 0 5px;
}
.legends .marker,
table.calendar-table td .events .event .marker {
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
}
table.calendar-table td .full-date,
table.calendar-table td .event-header,
table.calendar-table td .events .event .category {
	display: none;
}

.overlayer-calendarDay {
	width: 580px;
	border: 1px solid #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 0 0 20px 0 #262626;
	-moz-box-shadow: 0 0 20px 0 #262626;
	-webkit-box-shadow: 0 0 20px 0 #262626;
	-o-box-shadow: 0 0 20px 0 #262626;
}
.overlayer-calendarDay .scday,
.overlayer-calendarDay .weekendDay {
	display: none;
}
.overlayer-calendarDay .full-date {
	display: block;
	color: #fff;
	background-color: #277e0b;
	font-size: 16px;
	line-height: 22px;
	padding: 5px;
	margin: 0 -5px 10px -5px;
}
.overlayer-calendarDay .event-header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.overlayer-calendarDay .event-header { display: inline-block; }
/* Hides from IE-mac \*/
* html .overlayer-calendarDay .event-header { height: 1px; }
.overlayer-calendarDay .event-header { display: block; }
/* End hide from IE-mac */
.overlayer-calendarDay .event-header {
	color: #262626;
	padding: 0 5px 8px 5px;
	margin: 0 -5px 10px -5px;
	border-bottom: 1px solid #CDCDCD;
}
.overlayer-calendarDay .events .title,
.overlayer-calendarDay .event-header .title {
	display: block;
	float: left;
	position: relative;
	clear: none;
	width: 70%;
}
.overlayer-calendarDay .events .category,
.overlayer-calendarDay .event-header .category {
	display: block;
	float: right;
	position: relative;
	clear: none;
	width: 29.5%;
}
.overlayer-calendarDay .events .event:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.overlayer-calendarDay .events .event { display: inline-block; }
/* Hides from IE-mac \*/
* html .overlayer-calendarDay .events .event { height: 1px; }
.overlayer-calendarDay .events .event { display: block; }
/* End hide from IE-mac */
.overlayer-calendarDay .events .event {
	padding: 0 5px 10px 5px;
	margin: 0 -5px 10px -5px;
	border-bottom: 1px dashed #CDCDCD;
}



.top-buttons {
	display: block;
	float: right;
	position: relative;
	clear: none;
	margin: 0 0 0 10px;
}



.searchTop:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.searchTop { display: inline-block; }
/* Hides from IE-mac \*/
* html .searchTop { height: 1px; }
.searchTop { display: block; }
/* End hide from IE-mac */
.searchTop {
	margin: 0 0 10px 0;
}

.searchTop .title,
.searchTop .searchbox,
.searchTop .searchbox input.text,
.searchTop .categories {
	display: block;
	float: left;
	position: relative;
	clear: none;
}
.searchTop .searchbox input.text {
	line-height: 17px;
	height: 17px;
	margin: 0 1px 0 0;
}
.searchTop .title,
.searchTop .categories {
	margin: 5px 5px 0 0;
}
.searchTop .categories table td {
	padding: 1px 3px;
}

.searchBody:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.searchBody { display: inline-block; }
/* Hides from IE-mac \*/
* html .searchTop { height: 1px; }
.searchBody { display: block; }
/* End hide from IE-mac */
.searchBody {
}
.searchBody .paging {
	background-color: transparent;
	background-image: url(../img/bg/bg-dot2.gif);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	font-size: 15px;
	line-height: 1.33em;
	text-align: right;
	padding: 5px 7px;
	margin: 0 0 2em 0;
}
.searchBody .paging2 {
	background-position: 0% 0%;
	font-size: 12px;
	border-top: 0 none;
}
.searchBody .paging a,
#main.one-column .searchBody .paging a {
	text-decoration: none;
}
.searchBody .paging a:hover,
#main.one-column .searchBody .paging a:hover {
	text-decoration: underline;
}
.searchBody .paging .searchInfo {
	display: block;
	float: left;
	position: relative;
	clear: none;
	margin: 0 5px 0 0;
}
.searchBody .searchitem {
	margin-bottom: 1.5em;
}
.searchBody .searchitem .title {
	font-size: 109%;
	line-height: 1.33em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.searchBody .searchitem .searchedText {
	color: #000;
	font-weight: bold;
	font-style: italic;
}



/* Color Scheme 
.navDiv ul.nav div.ul,
.navDiv ul.nav li ul,
.side,
.side ul#sidenav li ul {
	background-color: #DCABA1;
}
.navDiv ul.nav li ul li.hover-li,
.navDiv ul.nav li ul li.hover-li ul,
.side ul#sidenav li.hover-li,
.side ul#sidenav li.hover-li ul {
	background-color: #C5857B;
}
.navDiv ul.nav li ul li ul li.hover-li,
.navDiv ul.nav li ul li ul li.hover-li ul,
.side ul#sidenav li ul li.hover-li,
.side ul#sidenav li ul li.hover-li ul {
	background-color: #B46D63;
}
.navDiv ul.nav li ul li ul li ul li.hover-li,
.navDiv ul.nav li ul li ul li ul li.hover-li ul,
.side ul#sidenav li ul li ul li.hover-li,
.side ul#sidenav li ul li ul li.hover-li ul {
	background-color: #9C473B;
}
*/



.formBatch.bookNow {
	position: relative;
	clear: both;
	background-image: url(../img/bg/bg-bookNow.gif);
	background-repeat: repeat;
	background-position: 0% 0%;
	width: 500px;
	padding: 20px;
	margin: 5px 5px 20px 5px;
	border: 1px solid #EDEDED;
	overflow: visible;
}
.formBatch.bookNow .formBatch-top {
	display: block;
	position: relative;
	background-image: url(../img/bg/bg-formBatch.gif);
	background-repeat: no-repeat;
	background-position: 7% 0%;
	height: 40px;
	margin: -26px 0 8px 0;
}
.formBatch.bookNow .formBatch-top span {
	display: block;
	position: relative;
	background-image: url(../img/bg/bg-formBatch.gif);
	background-repeat: no-repeat;
	background-position: 93% 0%;
	height: 40px;
}
.formBatch.bookNow label.label {
	width: 120px;
}
.formBatch.bookNow .sideText {
	margin-left: 130px;
}
.formBatch.bookNow div.field {
	width: 370px;
}
.formBatch.bookNow input.text,
.formBatch.bookNow input.date,
.formBatch.bookNow textarea.text {
	width: 300px;
}
.formBatch h6 {
	text-transform: none;
	padding: 0 0 3px 0;
	margin: 0 0 0.5em 0;
	border-bottom: 1px dashed #E8EAF2;
}
table.table-calculation {
	width: 100%;
	margin: 0 0 1em 0;
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
}
table.table-calculation td {
	padding: 3px;
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
}
table.table-calculation td.count {
}
table.table-calculation td.label {
	width: 5em;
}
table.table-calculation td.price {
	text-align: right;
	width: 5em;
}
table.table-calculation tr.row-total td {
	border-top: 1px solid #A8A8A8;
}
table.table-calculation tr.row-total td.price {
	font-weight: bold;
}



.eco-shop-nav {
	margin: 0 0 15px 0;
	padding: 0 10px;
	border-top: 1px solid #D3D3D3;
	border-bottom: 1px solid #D3D3D3;
}
.eco-shop-nav ul.nav {
	text-align: left;
}
.eco-shop-nav ul.nav > li {
	padding: 0;
}
.eco-shop-nav ul.nav.special-links {
	display: block;
	float: right;
	position: relative;
	clear: right;
	text-align: right;
}
.eco-shop-nav ul.nav > li > a,
.eco-shop-nav ul.nav > li:first-child > a {
	background-image: none;
	font-size: 15px;
	line-height: 19px;
	padding: 0 10px;
}
.eco-shop-nav ul.nav > li > a > span {
	padding: 10px 0;
}
.eco-shop-nav ul.nav > li a.current2 {
	color: #85aa07;
	background-color: transparent;
}

.top-banner {
	padding: 0;
	margin: 0 0 15px 0;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 5px 0 #E7E7E7;
	-moz-box-shadow: 0 0 5px 0 #E7E7E7;
	-webkit-box-shadow: 0 0 5px 0 #E7E7E7;
	-o-box-shadow: 0 0 5px 0 #E7E7E7;
}
.top-banner img {
	display: block;
	max-width: 938px;
	max-height: 277px;
	padding: 0;
	margin: 0;
	border: 0 none;
}



.products:after, .albums:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.products, .albums { display: inline-block; }
/* Hides from IE-mac \*/
* html .products, * html .albums { height: 1px; }
.products , .albums{ display: block; }
/* End hide from IE-mac */
.products, .albums {
	margin: 0 0 0 -25px;
}
.products-row:after, .albums-row:after  {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.products-row, .albums-row { display: inline-block; }
/* Hides from IE-mac \*/
* html .products-row , * html .albums-row{ height: 1px; }
.products-row, .albums-row  { display: block; }
/* End hide from IE-mac */
.products-row {
}
.products .product:after, .albums .album-thumb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.products .product, .albums .album-thumb { display: inline-block; }
/* Hides from IE-mac \*/
* html .products .product, * html .albums .album-thumb { height: 1px; }
.products .product, .albums .album-thumb { display: block; }
/* End hide from IE-mac */
.products .product , .albums .album-thumb {
	display: block;
	float: left;
	position: relative;
	clear: none;
	color: #828282;
	text-align: center;
	width: 140px;
	padding: 17px 13px 15px 13px;
	margin: 0 0 45px 25px;
	border: 1px solid #f0f0f0;
	box-shadow: inset 0 0 4px 0 #E7E7E7;
	-moz-box-shadow: inset 0 0 4px 0 #E7E7E7;
	-webkit-box-shadow: inset 0 0 4px 0 #E7E7E7;
	-o-box-shadow: inset 0 0 4px 0 #E7E7E7;
}
.products .product , .albums .album-thumb .date{
	display:block;
}
.products .product:hover, .albums .album-thumb:hover {
	border-color: #ddd;
	box-shadow: inset 0 0 2px 0 #E7E7E7;
	-moz-box-shadow: inset 0 0 2px 0 #E7E7E7;
	-webkit-box-shadow: inset 0 0 2px 0 #E7E7E7;
	-o-box-shadow: inset 0 0 2px 0 #E7E7E7;
}

.products .product .thumbnail,
.products .product .title,
.products .product .price,
.albums .album-thumb .thumbnail,
.albums .album-thumb .title,
.albums .album-thumb .price {
	display: block;
}
.products .product .thumbnail, .albums .album-thumb .thumbnail {
	margin: 0 0 7px 0;
}



.product-details:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.product-details { display: inline-block; }
/* Hides from IE-mac \*/
* html .product-details { height: 1px; }
.product-details { display: block; }
/* End hide from IE-mac */
.product-details {
	padding: 0 0 60px 0;
}
.product-images {
	display: block;
	float: left;
	position: relative;
	clear: none;
	width: 470px;
	padding: 1px;
	margin: 0;
	border: 1px solid #E6E6E6;
}
.product-images .image {
	display: table-cell;
	width: 470px;
	height: 470px;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	border: 0 none;
}
.product-images .image img {
	max-width: 470px;
	max-height: 470px;
	padding: 0;
	margin: 0 auto;
	border: 0 none;
}
.product-images .thumbnails:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.product-images .thumbnails { display: inline-block; }
/* Hides from IE-mac \*/
* html .product-images .thumbnails { height: 1px; }
.product-images .thumbnails { display: block; }
/* End hide from IE-mac */
.product-images .thumbnails {
	text-align: center;
	padding: 0 10px 10px 10px;
}
.product-images .thumbnails .thumbnail {
	display: inline-block;
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 7px;
	border: 1px solid #EDEDED;
}
.product-images .thumbnails .thumbnail.current {
	margin: 5px;
	border: 3px solid #637424;
}
.product-images .thumbnails .thumbnail img {
	display: block;
	max-width: 50px;
	max-height: 50px;
	padding: 0;
	margin: 0;
	border: 0 none;
}

.product-information {
	display: block;
	float: right;
	position: relative;
	clear: none;
	margin: 0;
	width: 430px;
}
.product-information .product-order {
	margin: 30px 0 0 0;
}
.product-information div.field {
	width: 340px;
}
.product-information input[type=text] {
	padding: 1px 5px;
}
.product-information .product-order .buttons {
	margin: 50px 0 0 0;
}
.product-information .product-order .buttons .bigbutton2 {
	vertical-align: top;
}
.product-information .product-order .buttons .social-share {
	display: inline-block;
	padding: 7px 0 0 0;
}
.product-information .product-order .buttons .social-share .fb-share-button {
	display: inline-block;
}
.product-information .product-order .buttons .social-share iframe {
	vertical-align: top !important;
}



.cart-steps:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.cart-steps { display: inline-block; }
/* Hides from IE-mac \*/
* html .cart-steps { height: 1px; }
.cart-steps { display: block; }
/* End hide from IE-mac */
.cart-steps {
	position: relative;
	padding: 0 0 20px 0;
}
.cart-steps .cart-step:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.cart-steps .cart-step { display: inline-block; }
/* Hides from IE-mac \*/
* html .cart-steps .cart-step { height: 1px; }
.cart-steps .cart-step { display: block; }
/* End hide from IE-mac */
.cart-steps .cart-step {
	display: block;
	float: left;
	position: relative;
	clear: none;
	margin: 0 10px 10px 0;
}
.cart-steps .cart-step .number {
	display: block;
	float: left;
	position: relative;
	clear: none;
	color: #878787;
	background-image: url(../img/bg/bg-cart-step.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	text-align: center;
	width: 17px;
	height: 17px;
	padding: 8px;
}
.cart-steps .cart-step .name {
	display: block;
	float: left;
	position: relative;
	clear: none;
	color: #868686;
	background-image: url(../img/bg/bg-cart-step.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-align: center;
	width: auto;
	height: 17px;
	padding: 8px 30px 8px 8px;
}
.cart-steps .cart-step.current {
}
.cart-steps .cart-step.current .number {
	color: #4B9D2E;
	background-image: url(../img/bg/bg-cart-step-current.png);
}
.cart-steps .cart-step.current .name {
	color: #fff;
	background-image: url(../img/bg/bg-cart-step-current.png);
}

.table-cart {
	font-size: 100%;
	line-height: 1.3em;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0 none;
	table-layout: auto;
}
.table-cart thead th {
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #000;
}
.table-cart tbody td {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	padding: 10px 5px 10px 0;
	border-bottom: 1px dotted #BABABA;
}
.table-cart tbody td.thumbnail {
	width: 100px;
}
.table-cart tbody td.item {
	font-weight: bold;
}
.table-cart tbody td.qty {
}
.table-cart tbody td.qty input {
	text-align: center;
	width: 28px;
	padding: 2px 5px;
}
.table-cart tbody td.price,
.table-cart tbody td.subtotal {
	width: 8em;
}
.table-cart tbody td.table-buttons {
	width: 20px;
}
.table-cart tfoot td {
	text-align: right;
	padding: 10px 5px 5px 0;
}
.table-cart tfoot td.price {
	font-weight: bold;
}
.table-cart tfoot td.shipping-method {
	background-color: #F4F4F4;
	padding: 8px 5px 8px 0;
}
.table-cart tfoot tr.total td {
	font-size: 115%;
	line-height: 1.3em;
	font-weight: bold;
}
.table-cart tfoot tr.total td.price {
	color: #3A8B1E;
}
.cart-buttons,
.payment-message {
	text-align: right;
	padding: 40px 0 0 0;
}
.cart-buttons-2 {
	text-align: right;
	padding: 15px 0;
}
.payment-message {
	padding: 15px 0 0 0;
}



body.template-cart .formBatch label.label {
	width: 130px;
}
body.template-cart .formBatch div.field {
	width: 325px;
}
body.template-cart .formBatch input[type=text],
body.template-cart .formBatch input[type=password],
body.template-cart .formBatch textarea,
body.template-cart .formBatch textarea.text {
	padding: 2px 5px;
	width: 313px;
}
body.template-cart .formBatch input[type=text],
body.template-cart .formBatch input[type=password],
body.template-cart .formBatch select,
body.template-cart .formBatch textarea {
	border: 1px solid #CDCDCD;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
body.template-cart .formBatch input[type=text]:focus,
body.template-cart .formBatch input[type=password]:focus,
body.template-cart .formBatch select:focus,
body.template-cart .formBatch textarea:focus {
	border-color: #6f77a5;
}




/*****************Login/reg***********************/

.canvas-left, .canvas-right{
    display: block;
    float: left;
    position: relative;
    clear: none;
    padding: 0px;
    margin: 0px;
}
.canvas-left{
	width: 55%;
}
.canvas-right{
	width: 45%;
}
.canvas-login{
	padding-left:60px;
}
.canvas-login label.label, .canvas-register label.label{
	width:100px;
}

.canvas-login div.field{
	width:auto;
}
.canvas-login .formButtons{
	padding-left:110px;
}

.req{
	border: 1px solid #f00 !important;
	box-shadow: 0px 0px 3px 0px #d3510a inset !important;
}
.canvas-register{
	padding-right:40px;
}
.canvas-register select{
	min-width:174px;
}
.canvas-register .formButtons{
	padding-left:0;;
}
.canvas-register div.field{
	float:left;
	width:345px;
}
.errorpad{
	margin-left:10px;
	 color: Red;
    display: inline;
}
.errorpad2{
	margin-left:0px;
	 color: Red;
    display: block;
}

.products .product_new_small .product .thumbnail, .product-images .product_new_large{
	position:relative;
}
.out_stock_small{
	background:url(../img/icon/out-of-stock-small.png) no-repeat;
	position:absolute;
	right:4px;
	bottom:4px;
	width:58px;
	height:56px;	
}
.out_stock_large{
	background:url(../img/icon/out-of-stock-large.png) no-repeat;
	position:absolute;
	right:25px;
	bottom:10px;
	width:76px;
	height:76px;	
}
#book-now{
	width:580px;
}
#book-now div.field{
	width:420px;
}
#book-now .sideText{
	display:block;
	clear:both;
}

/*Album Page*/

body.template-album .canvas-album .big-photo {
    margin: 0 0 20px;
    position: relative;
    text-align: center;
}
body.template-album .canvas-album .big-photo img {
    border: 0 none;
    display: block;
    margin: 0 auto;
    padding: 0;
}
body.template-album .canvas-album .big-caption {
    padding: 0 15px 15px;
}
body.template-album .canvas-album .big-caption .caption, body.template-album .canvas-album .big-caption .caption2 {
    display: block;
    padding: 0 0 3px;
}
body.template-album .canvas-album .big-caption .caption {
    font-weight: bold;
}

body.template-album .canvas-album .canvas-thumbnails {
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 40px;
    position: relative;
}
body.template-album .canvas-album .canvas-thumbnails .thumbnails {
    height: 53px;
    overflow: hidden;
    width:1720px;
}
body.template-album .canvas-album .canvas-thumbnails .thumbnails .thumbPage {
    border: 0 none;
    clear: none;
    display: block;
	/*border-spacing:5px 0;*/
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 860px;
}
body.template-album .canvas-album .canvas-thumbnails .thumbnails .thumbnail {
    clear: none;
    display: block;
    float: left;
    height: 53px;
	width:79px;
	display:inline-block;
    margin: 0 7px 0 0px;
    overflow: hidden;
	vertical-align:middle;
	text-align:center;
    padding: 0;
    position: relative;
}
body.template-album .canvas-album .canvas-thumbnails .thubmnails .thumbnail a, body.template-album .canvas-album .canvas-thumbnails .thubmnails .thumbnail a img {
    border: 0 none;
    display: block;
    height: 53px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
body.template-album .canvas-album .canvas-thumbnails .button-prev, body.template-album .canvas-album .canvas-thumbnails .button-next {
    background-color: #fff;
    background-image: url("../img/button/album-thumb-prev.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 53px	;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
body.template-album .canvas-album .canvas-thumbnails .button-next {
    background-image: url("../img/button/album-thumb-next.png");
    background-position: 50% 50%;
    left: auto;
    right: 0;
}
body.template-album .canvas-album .thumbPageIndices {
    margin: 10px 0 10px;
    text-align: center;
}
body.template-album .canvas-album .thumbPageIndices a {
    background-image: url("../img/bullet/bullet13.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 7px;
    line-height: 7px;
    margin: 0;
    padding: 0 3px;
}
body.template-album .canvas-album .thumbPageIndices a:hover, body.template-album .canvas-album .thumbPageIndices a.current {
    background-image: url("../img/bullet/bullet-thumb-index.png");
    text-decoration: none;
}
body.template-album .canvas-album .thumbPageIndices a span {
    visibility: hidden;
}

table.smallcalendar td.closingdate {
    padding:0 !important;
}


.new-style .closingdate {
    background:#DD8696;
}

.side .closingdate span {
   background: #DD8696;
    display: block;
    /* vertical-align: top; */
    height: 38px;
    position: relative;
    top: -1px;
    line-height: 38px;
    z-index: 9999;
}
.yellowBox {
    background:#DD8696;
    width:10px;
    height:10px;
    margin-right:5px;
    display:inline-block;
}



#footer .sitemap a span.hide-sitemap{
	display: none;
}
#footer .sitemap a.active span.show-sitemap{
	display: none;
}
#footer .sitemap a.active span.hide-sitemap{
	display: block;
}

#nav-about-greenhub {
    display: none;
}
body.homepage #nav-about-greenhub {
    display: block;
    position: relative;
    top: -9px;
    height: 33px;
    text-indent: -9998px;
    min-width: 94px;
}
body.homepage.en-gb #nav-about-greenhub {
    background: url("../img/icon/ico-eng-entersite.png") no-repeat 0 0;
}
body.homepage.zh-cn #nav-about-greenhub {
    background: url("../img/icon/ico-chs-entersite.png") no-repeat 0 0;
}
body.homepage.zh-hk #nav-about-greenhub {
    background: url("../img/icon/ico-chi-entersite.png") no-repeat 0 0;
}
