
/********************* mod_newslist **************************/
.mod_newslist {
	border-top:1px #ddd solid;
}

.mod_newslist .item {
	position: relative;
	overflow: hidden;
	padding:1em 0 1em 115px;
	margin-bottom: 1em;
	border-bottom: 1px #ddd solid;
	min-height: 85px;
}

.mod_newslist .item .image {
	position: absolute;
	left:0;
	top:1em;
	width:85px;
	height:85px;
	background:url(../image/news-default.png) center center no-repeat;
	background-size:cover;
}
.ie6 .mod_newslist .item .image {
	left:-115px;
}

.mod_newslist .item .image img {
	display: block;
	width:85px;
	height:85px;
}

.mod_newslist .item .info {
	float: right;
	color:#999;
}

.mod_newslist .item .news-title,
.mod_newslist .item .news-title a {
	font-size:16px;
	color:#111;
	display: block;
}
.mod_newslist .item .news-title a:hover {
	color:#2879a4;
}

.mod_newslist .item .teaser p {
	display: inline;
	color:#666;
}
.mod_newslist .item .teaser p.more a {
	color:#2879a4;
}
.mod_newslist .item .teaser p.more a:hover {
	opacity:0.7;
}
.ie6 .mod_newslist .item .teaser p.more a:hover,
.ie7 .mod_newslist .item .teaser p.more a:hover,
.ie8 .mod_newslist .item .teaser p.more a:hover {
	filter:alpha(opacity=70);
	zoom:1;
}

/********************* mod_newsreader **************************/
.mod_newsreader {

}

.mod_newsreader .news-title {
	color:#2879a4;
	font-size:22px;
	font-weight: bold;
}

.mod_newsreader .info {
	color:#999;
	display: block;
	padding-bottom: 1em;
	border-bottom:1px #ddd solid;
}

.mod_newsreader .ce_text {
	color:#666;
	font-size:13px;
}

.mod_newsreader p.back {
	display: none;
}

/********************* mod_article odd/even **************************/
.mod_article_odd,
.mod_article_even {
	padding:1em 0;
	border-bottom:1px #ddd solid;
}
.mod_article_odd:last-child,
.mod_article_even:last-child {
	border-bottom: 0;
}

.mod_article_odd {
	background: #f7f7f7;
}

.mod_article_even {
	background: #fff;
}

.mod_article_odd .block,
.mod_article_even .block {
	width:1010px;
	margin-left: auto;
	margin-right: auto;
}

.mod_article_odd table,
.mod_article_even table {
	margin-bottom: 0;
}

.mod_article_odd .block:last-child,
.mod_article_even .block:last-child {
	margin-bottom: 0;
}

/********************* mod_login **************************/
.mod_login {
	position: relative;
	display: none;
	width:510px;
	margin:50px auto 0 auto;
	color:#fff;
	background: #307fa8;
	border-radius:5px;
}

.mod_login form {
	margin:0;
	padding:0;
}

.mod_login .formbody {
	padding:2em 3em 0.5em 3em;
}

.mod_login .formbody a {
	color:#fff;
	cursor: pointer;
}

.mod_login h1 {
	text-align: center;
}

.mod_login .widget {
	overflow: hidden;
	margin-bottom: 1em;
}
.mod_login .widget label {
	display: block;
	float: left;
}
.mod_login .widget p.error {
	display: block;
	margin-left: 5em;
}
.mod_login .widget input.text {
	display: block;
	margin-left: 5em;
	width:330px;
	border:0;
	color:#fff;
	background: #246180;
}

.mod_login .forget-pass {
	margin-left: 5em;
}

.mod_login .submit_container {
	padding:2em;
	background: #fff;
}

.mod_login .submit_container a {
	color:#999;
	cursor: pointer;
}
.mod_login .submit_container a:hover {
	text-decoration: underline;
}

.mod_login .submit_container input.submit {
	color:#fff;
	background: #307fa8;
	border:0;
	border-radius:5px;
	padding: 0.5em 4em;
	cursor: pointer;
}

.mod_login .submit_container a.new-account {
	display: none;  /*customer don't need it any more*/
	margin-left: 1em;
	padding-right: 20px;
	background: url(../image/arrow-gray-right.png) right center no-repeat;
}

.mod_login .close {
	position: absolute;
	right:5px;
	top:5px;
	width:16px;
	height: 16px;
	background: #307fa8 url(../image/icon-close-blue.png) center center no-repeat;
	cursor: pointer;
}

/********************* mod_registration **************************/
.mod_registration {
	position: relative;
	display: none;
	width:510px;
	margin:50px auto 0 auto;
	color:#fff;
	background: #307fa8;
	border-radius:5px;
}

.mod_registration form {
	margin:0;
	padding:0;
}

.mod_registration .formbody {
	padding:2em 3em 0.5em 3em;
}

.mod_registration .formbody a {
	color:#fff;
}

.mod_registration h1 {
	text-align: center;
}

.mod_registration .widget {
	overflow: hidden;
	margin-bottom: 1em;
}
.mod_registration .widget label {
	display: block;
	float: left;
}
.mod_registration .widget p.error {
	display: block;
	margin-left: 5em;
}
.mod_registration .widget input.text,
.mod_registration .widget input.captcha{
	display: block;
	margin-left: 5em;
	width:330px;
	border:0;
	color:#fff;
	background: #246180;
}

.mod_registration .widget .captcha_text {
	display: block;
	margin-left: 5em;
}

.mod_registration .submit_container {
	padding:2em;
	background: #fff;
}

.mod_registration .submit_container a {
	color:#999;
	cursor: pointer;
}
.mod_registration .submit_container a:hover {
	text-decoration: underline;
}

.mod_registration .submit_container input.submit {
	color:#fff;
	background: #307fa8;
	border:0;
	border-radius:5px;
	padding: 0.5em 4em;
	cursor: pointer;
}

.mod_registration .submit_container a.member-login {
	margin-right: 1em;
	padding-left: 20px;
	background: url(../image/arrow-gray-left.png) left center no-repeat;
}

.mod_registration .close {
	position: absolute;
	right:5px;
	top:5px;
	width:16px;
	height: 16px;
	background: #307fa8 url(../image/icon-close-blue.png) center center no-repeat;
	cursor: pointer;
}

/********************* mod_lostPassword **************************/
.mod_lostPassword {
	display: none;
	width:510px;
	margin:50px auto 0 auto;
	color:#fff;
	background: #307fa8;
	border-radius:5px;
	position: relative;
}

.mod_lostPassword form {
	margin:0;
	padding:0;
}

.mod_lostPassword .formbody {
	padding:2em 3em 0.5em 3em;
}

.mod_lostPassword .formbody a {
	color:#fff;
}

.mod_lostPassword h1 {
	text-align: center;
}

.mod_lostPassword .widget {
	overflow: hidden;
	margin-bottom: 1em;
}
.mod_lostPassword .widget label {
	display: block;
	float: left;
}
.mod_lostPassword .widget p.error {
	display: block;
	margin-left: 5em;
}
.mod_lostPassword .widget input.text,
.mod_lostPassword .widget input.captcha{
	display: block;
	margin-left: 5em;
	width:330px;
	border:0;
	color:#fff;
	background: #246180;
}

.mod_lostPassword .widget .captcha_text {
	display: block;
	margin-left: 5em;
}


.mod_lostPassword .submit_container {
	padding:2em;
	background: #fff;
}

.mod_lostPassword .submit_container a {
	color:#246180;
	cursor: pointer;
}
.mod_lostPassword .submit_container a:hover {
	text-decoration: underline;
}

.mod_lostPassword .submit_container input.submit {
	color:#fff;
	background: #307fa8;
	border:0;
	border-radius:5px;
	padding: 0.5em 4em;
	cursor: pointer;
}

.mod_lostPassword .submit_container a.member-login {
	margin-right: 1em;
	padding-left: 20px;
	background: url(../image/arrow-gray-left.png) left center no-repeat;
}

.mod_lostPassword .close {
	position: absolute;
	right:5px;
	top:5px;
	width:16px;
	height: 16px;
	background: #307fa8 url(../image/icon-close-blue.png) center center no-repeat;
	cursor: pointer;
}

/********************* mod_article_lightbox **************************/
.mod_article_lightbox {
	margin-right: -6px;
}

.mod_article_lightbox .ce_image {
	float: left;
	width:248px;
	margin:0 6px 30px 0;
	overflow: visible;
}

.mod_article_lightbox .ce_image a {
	display: block;
	background: #fff;
}
.mod_article_lightbox .ce_image img {
	display: block;
	margin:0 auto;
	width:248px;
	height:180px;
}
.mod_article_lightbox .ce_image a:hover img {
	opacity: 0.8;
}
.ie6 .mod_article_lightbox .ce_image a:hover img,
.ie7 .mod_article_lightbox .ce_image a:hover img,
.ie8 .mod_article_lightbox .ce_image a:hover img {
	filter:alpha(opacity=80);
}

.mod_article_lightbox .ce_image .caption {
	margin-top: 5px;
	height: 34px;
	line-height: 34px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	background: #effafe;
	box-shadow: 0 1px 2px #c9c9c9;
}
.lang-en .mod_article_lightbox .ce_image .caption {
	font-size:12px;
	letter-spacing: -1px;
}
.ie6 .mod_article_lightbox .ce_image .caption,
.ie7 .mod_article_lightbox .ce_image .caption,
.ie8 .mod_article_lightbox .ce_image .caption {
	border:1px #eee solid;
}


.popup-lightbox {
	text-align: center;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.9);
}

.popup-lightbox img {
	display: block;
	margin:30px auto;
	max-width: 90%;
	max-height: 90%;
	box-sizing: border-box;
	border:5px #fff solid;
	background:#fff url(../image/loading.gif) center center no-repeat;
	border-radius:5px;
}
.ie6 .popup-lightbox img {
	width:90%;
	height:90%;
}

/********************* mod_article_accordian **************************/
.mod_article_accordian {
	border-top:1px #ddd solid;
}

.mod_article_accordian .title-headline {
	margin:0;
	padding:15px 40px 15px 15px;
	border:1px #ddd solid;
	border-top:0;
	background: #eee right center no-repeat;
	font-size:16px;
	cursor: pointer;
}
.ie6 .mod_article_accordian .title-headline {
	zoom:1;
}
.mod_article_accordian .title-headline:nth-of-type(even) {
	background-color: #f5f5f5;
}

.mod_article_accordian .title-collapsed {
	background-image: url(../image/icon-expand.png);
}
.mod_article_accordian .title-expanded {
	background-image: url(../image/icon-collapse.png);
}

.mod_article_accordian .title-content {
	color:#666;
	margin:0;
	padding:15px;
	overflow: hidden;
	border:1px #ddd solid;
	border-top:0;
	background: #fff;
}

.mod_article_accordian .title-content p:last-child {
	margin-bottom: 0;
}

/********************* ce_text_history **************************/
.ce_text_history {

}

.ce_text_history td {
	vertical-align: top;
}

.ce_text_history .bubble {
	display: block;
	background: #eee;
	padding:2em;
	position: relative;
}
.ce_text_history .bubble:after {
	content:'';
	display: block;
	border:8px transparent solid;
	position: absolute;
	top:30px;
}

.ce_text_history .bubble-left {
	margin-right: 35px;
}
.ce_text_history .bubble-left:after {
	right:-16px;
	border-left-color:#eee;
}

.ce_text_history .bubble-right {
	margin-left: 35px;
}
.ce_text_history .bubble-right:after {
	left:-16px;
	border-right-color:#eee;
}

/********************* cycle-slide-show **************************/
.cycle-slideshow {

}

.cycle-slideshow-pager {
	text-align: center;
	margin-top: 1em;
}

.cycle-slideshow-pager .item {
	display: inline-block;
	margin-right: 5px;
	width:12px;
	height: 12px;
	border-radius:50%;
	background:#ddd;
	cursor: pointer;
}
.cycle-slideshow-pager .active {
	background: #999;
}

/********************* page-contact **************************/
.page-contact {

}

.page-contact iframe {
	width:100%;
	height:380px;
	border:0;
	background: url(../image/loading.gif) center center no-repeat;
}

.page-contact .ce_form {
	float: left;
}

.page-contact .ce_form input.text,
.page-contact .ce_form textarea.textarea {
	width:400px;
}

.page-contact .ce_form input.submit {
	color:#2879a4;
	border:2px #2879a4 solid;
	cursor: pointer;
	background: #f7f7f7;
	padding:0.5em 3em;
}
.page-contact .ce_form input.submit:hover {
	color:#fff;
	background: #2879a4;
}

.page-contact .ce_text_right {
	width:350px;
	float: right;
	border:1px #ddd solid;
	padding:1em;
}
.page-contact .ce_text_right a {
	color:#2879a4;
}
.page-contact .ce_text_right a:hover {
	text-decoration: underline;
}

.page-contact .ce_text_right p:last-child {
	margin-bottom: 0;
}

.page-contact .ce_text_center {
	float: none;
	margin:0 auto;
}