.border_headerimg {
	border: solid 1px #E0E0E0;
	margin-bottom: 10px;
}
.tx_atlcontentblocks {
	border: 1px solid #E0E0E0;
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(left,  #f8f8f8 59%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(59%,#f8f8f8), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #f8f8f8 59%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #f8f8f8 59%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #f8f8f8 59%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to right,  #f8f8f8 59%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 */
	padding: 26px 0 0 0;
	margin-bottom: 10px;
}
.tx_atlcontentblocks  p {
	line-height: 14px;
}

.tx_atlcontentblocks h2 {
	color: #009AEB;
	font-size: 21px;
	margin-bottom: 14px;
	margin-top: 3px;
}

.tx_atlcontentblocks .text_block {
	float:left;
	width: 570px;
	line-height: 14px;
}

.tx_atlcontentblocks .text_block p a {
 	color: #009AEB;
 	text-decoration: underline;
}

.tx_atlcontentblocks .text_block strong,
.tx_atlcontentblocks .text_block b {
	color:  #555;
}

.tx_atlcontentblocks .text_block a:hover {
 	color: #555;
}

.tx_atlcontentblocks .note_block {
	float: right;
	width: 268px;
	padding: 19px 40px 15px 23px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 15px;
	background-color: #fff;
	background-image: url("../image/paperclip.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/paperclip.png*/;
	background-position: right top;
	background-repeat: no-repeat;
	-webkit-box-shadow: 3px 2px 3px 0px rgba(194,194,194,1);
	-moz-box-shadow: 3px 2px 3px 0px rgba(194,194,194,1);
	box-shadow: 3px 2px 3px 0px rgba(194,194,194,1);
	color: #888888;
}

.tx_atlcontentblocks .note_block p:first-child {
    color: #888888;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
}
.tx_atlcontentblocks .note_block p a {
	color: #009AEB;
}

.tx_atlcontentblocks .note_block h3 {
	color: #555555;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 24px;
}
.note_block ul {
    margin-top: 18px;
}
.tx_atlcontentblocks .note_block ul a {
	color: #009AEB;
	font-size: 17px;
	font-weight: normal;
	line-height: 23px;
}

.tx_atlcontentblocks .note_block ul li span.detail { 
	font-weight: bold;
	color: #888888;
	font-size: 13px;
	display: block;
	padding-left: 30px;
	background-image: url("../image/bg_list_hook.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg_list_hook.png*/;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.tx_atlcontentblocks .note_block ul li span.important { 
	font-weight: bold;
	color: #009AEB;
	font-size: 13px;
	display: block;
	padding-left: 30px;
	background-image: url("../image/bg_list_hook.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/bg_list_hook.png*/;
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}




.accordion_element .csc-header {
	background: #28B4FF;
	background: -moz-linear-gradient(top,  #28B4FF 0%, #009AED 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009AED), color-stop(50%,#009AED));
	background: -webkit-linear-gradient(top,  #28B4FF 0%,#009AED 50%);
	background: -o-linear-gradient(top,  #28B4FF 0%,#009AED 50%);
	background: -ms-linear-gradient(top,  #28B4FF 0%,#009AED 50%);
	background: linear-gradient(to bottom,  #28B4FF 0%,#009AED 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28B4FF', endColorstr='#009AED',GradientType=0 );
}
.accordion_element .csc-header.trigger_active {
	background: #E0E0E0;
	background: -moz-linear-gradient(top,  #E0E0E0 0%, #ededed 33%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0E0E0), color-stop(33%,#ededed));
	background: -webkit-linear-gradient(top,  #E0E0E0 0%,#ededed 33%);
	background: -o-linear-gradient(top,  #E0E0E0 0%,#ededed 33%);
	background: -ms-linear-gradient(top,  #E0E0E0 0%,#ededed 33%);
	background: linear-gradient(to bottom,  #E0E0E0 0%,#ededed 33%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#ededed',GradientType=0 );
}
.accordion_element .csc-header h2 {
	background-image: url("../image/arrow_accordion.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/arrow_accordion.png*/;
	background-repeat: no-repeat;
	background-position: 936px -22px;
	color: #FFFFFF;
	padding: 9px 22px;
	font-size: 17px;
	font-weight: normal;
	cursor: pointer;
	margin: 0 0 10px;
}

.accordion_element .csc-header.trigger_active h2 {
	background-image: url("../image/arrow_accordion.png")/*tpa=http://www.china-winstar.cc/Templates/en/images/arrow_accordion.png*/;
	background-repeat: no-repeat;
	background-position: 935px 8px;
	border: 1px solid #E0E0E0;
	color: #009AEB;
}

