﻿body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
    background-color: #F9F9F9;
}

.clear {
	clear:both;
}

.heightBannerTop {
	height:126px;
}

a {
    color: #1f2228;
    transition: color .1s,background .2s;
    -webkit-transition: color .1s,background .2s;
    -moz-transition: color .1s,background .2s;
    -ms-transition: color .1s,background .2s;
    -o-transition: color .1s,background .2s;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
}

nav {
	top: 0;
	left: 0;
	position: fixed;
	height: 78px;
	width: 100%;
	font-size: 15px;
	z-index:1000;
	background-color: #cde3ff;
}

	nav .relateBg {
	}

	nav .relateMenu {
		padding: 8px 0;
		color: black;
		width: 100%;
		z-index: 999;
		
	}

	nav .relateMenu .logo {
		background-image: url(/Images/Logo.png);
		background-repeat: no-repeat;
		width: 263px;
		height: 70px;
		display:block;
		float:left;
		margin-top:-5px;
	}

	nav .firstA
	{
		font-size:14px !important;
	}

	nav .firstUl {
		padding-top:10px;
	}

	nav .cSearchTop {
		width: 323px;
		display:inline-block;
		border:1px solid #888;
		background-color:#fff;
		float:left;
		margin:15px 30px 0 50px;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	nav .cSearchTop input[type="search"] {
		padding:8px 5px;
		border:0px solid ;
		float:left;
		outline:none;
		width:280px;
		
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	nav .cSearchTop .btnSearch {
		background-image:url("/Images/IconSearch.png");
		background-repeat:no-repeat;
		background-position-y:5px;
		display:inline-block;
		float:right;
		width:20px;
		height:25px;
		margin-right:5px;
	}

	nav .cMenuTop {
		display: block !important;
		padding-top: 14px;
		float: left;
		height: 65px;
		padding-right: 10px;
		padding-left: 10px;
		margin:-10px 0 0 0;
		width: 108px;
		color: #2f3192;
		position: relative;
		border: none;
		background: url(/Images/HeaderSep.png) no-repeat left center;
	}

	nav .cMenuTop:before {
		content: "";
		background: url(/Images/HeaderSprite.png) no-repeat;
		width: 43px;
		height: 31px;
		top: 9px;
		left: 38px;
		position: absolute;
		font-size: 25px;
	}

	nav .hotline:before {
		background-position:10px -75px !important;
	}

	nav .hotline span {
		margin: 32px 0 0 0;
		display: block;
	}

	nav .showroom:before {
		background-position:10px 0 !important;
	}

	nav .promotion:before {
		background-position:10px -218px !important;
	}

	nav .cart:before {
		background-position:10px -153px !important;
	}
	nav .cMenuTop p {
		float: none;
		margin-bottom: 0;
		margin-top: 0px;
		font-weight: normal;
		text-align: center;
	}
	nav .cMenuTop a {
		color:#2f3192;
		text-decoration:none;
		display:block;
		padding: 32px 0 0 0;
		z-index:2000;
		position:absolute;
		text-align:center;
		width:108px;
	}

#menuTree {
	position: absolute;
	z-index:10001;
	background-color: #FFF;
	width:220px;
	font-size: 12px;
	display:none;
}
#menuTree ul {
	margin:0;
	padding:0;
}
#menuTree li {
	list-style: none;
    margin: 0;
	position: relative;
    min-height: 35px;
    padding: 0 0 0 38px;
    font-weight: 400;
    cursor: pointer;
    vertical-align: middle;
}
#menuTree li:hover a {
	color:#fff;
}
#menuTree li:before {
    display: inline-block;
    height: 38px;
    width: 1px;
    margin-left: -1px;
    content: '';
    vertical-align: middle;
}
#menuTree li a {
	color: #333;
	text-decoration: none;
	vertical-align: middle;
	display:inline-block;
	position: relative;
	max-width: 169px;
}
#menuTree li .icon {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	z-index: 2;
	border: 1px solid #3a4446;
	overflow: hidden;
}
#menuTree li .icon img {
	width: 24px;
	height: 24px;
	border: 0px solid #000;
}

#cMenuTreeTop {
	top: 78px;
	left: 0;
	position: fixed;
	width: 100%;
	font-size: 15px;
	z-index:1001;
	background-color: #efefef;
}
#cMenuTreeTop .cContent {
	width: 100%;
}
#cMenuTreeTop .cContent * {
	padding:0;
	margin:0;
	font-weight:normal;
}

#cMenuTreeTop .sitePath {
	color: #000;
	margin: 0 0 0 0;
	float:left;
}

#cMenuTreeTop .sitePath .breadcrumbs {
	margin-left: 20px;
	margin-top: 5px;
}

#cMenuTreeTop .sitePath .breadcrumbs div.links-breadcrumbs {
	color: #7a8188;
	font-size: 12px;
	margin: 0;
	padding: 8px 0;
}

#cMenuTreeTop .sitePath .breadcrumbs div.links-breadcrumbs>div {
	display: inline-block;
}

#cMenuTreeTop .sitePath .breadcrumbs a {
    font-weight: 300;
}

#cMenuTreeTop .sitePath .breadcrumbs .icons {
    color: #c1c7ca;
}

#cMenuTreeTop .cTreeRoot {
	color: #fff;
    background: #2f3193;
    overflow: hidden;
    padding: 10px 20px 10px 50px;
	width:150px;
	margin: 0 0 0 0;
	position:relative;
	cursor:pointer;
	float:left;
}

#cMenuTreeTop .cTreeRoot .icons {
	position: absolute;
    left: 23px;
	top:10px;
	width:18px;
	height:18px;
	background:url(/Images/IconArrow.png) no-repeat;
}

.cBtnRefresh
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	display:inline-block;
	border: 1px solid #DDD;
	background-color: #F7F7F7;
	cursor: pointer;
	-webkit-text-stroke: 1px transparent;
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: -moz-linear-gradient(white,#E6E6E6);
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(white), to(#E6E6E6));
	height:16px;
	width:16px;
	padding:2px;
	margin: 0 0 -6px 3px;
}

.cBtnRefresh:hover
{
	background-image: -webkit-linear-gradient(top, #E6E6E6, white);
	background-image: linear-gradient(top, #E6E6E6, white);
	background-image: -o-linear-gradient(top, #E6E6E6, white);
	background-image: -moz-linear-gradient(#E6E6E6, white);
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#E6E6E6), to(white));
}
.cBtnRefresh .btnRefresh
{
	background-image:url("/ToolsJS/GridView/Images/Icons.gif");
	background-position:-41px -16px;
	height:16px;
	width:16px;
	display:block;
}

.cRightMenuChild {
	background: #f2f2f2;
	position: absolute;
    display: none;
	width:220px;
	min-height:380px;
    overflow: auto;
    box-sizing: border-box;
    border-left: 5px solid #f4701e;
    padding: 13px 15px 20px 15px;
	z-index:10005;
	-webkit-box-shadow: 1px -1px 5px 0px rgba(173,173,173,1);
	-moz-box-shadow: 1px -1px 5px 0px rgba(173,173,173,1);
	box-shadow: 1px -1px 5px 0px rgba(173,173,173,1);
}

.cRightMenuChild ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

.cRightMenuChild li {
	margin-top: 6px;
    margin-bottom: 3px;
	font-size:12px;
}

.cRightMenuChild .itemParent a {
	color:#000;
}

.cRightMenuChild .itemChild a {
	color:#999;
}

.cRightMenuChild .itemChild a:hover {
	color:#199cb7;
	text-decoration:underline;
}
.cRightMenuChild li a {
	text-decoration: none;
	vertical-align: middle;
	display:inline-block;
	position: relative;
	max-width: 169px;
}

.blockCategory
{
	padding-left: 0;
    margin-bottom: 20px;
	width:220px;
}

.blockCategory .header
{
	background: #eff24d; /* Old browsers */
	background: -moz-linear-gradient(top,  #eff24d 0%, #ffc700 50%, #ffb405 52%, #ffcb05 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eff24d 0%,#ffc700 50%,#ffb405 52%,#ffcb05 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eff24d 0%,#ffc700 50%,#ffb405 52%,#ffcb05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff24d', endColorstr='#ffcb05',GradientType=0 ); /* IE6-9 */


    border-color: #009343;
    color: #2f3192;
	position: relative;
    display: block;
    padding: 7px 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd;
}

.blockCategory .body
{

}

.blockCategory .item a
{
    text-decoration: none;
	position: relative;
    display: block;
    padding: 7px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
	color: #1f2228;
    transition: color .1s,background .2s;
    -webkit-transition: color .1s,background .2s;
    -moz-transition: color .1s,background .2s;
    -ms-transition: color .1s,background .2s;
    -o-transition: color .1s,background .2s;
}
.blockCategory .item a:hover {
	color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.blockCategory .selected a {
	color:#2f3192;
	font-weight:bold;
}

.cSundryContent {
	border:1px solid #ddd;
	background:#fff;
	margin:0 0 10px 0;
	padding:10px 40px;
}

.cSundryContent h1 {
	margin:10px 0 20px 0;
	font-size:28px;
	font-weight:300;
	color:#2f3192;
	text-align:center;
}

.wrapper {
	padding:0 0 20px 0;
}

.wrapper #cLeftPanel {
	width:220px;
	float:left;
}

.wrapper #cContentPanel {
	width:960px;
	padding:0 10px;
	float:left;
}

.wrapper #cProductPanel {
	width:960px;
	padding:0 10px;
	float:left;
}

.wrapper #cContentFullPanel {
	padding: 20px 10px;
}

#footer {
	background:#a7cdff;
	margin-top:10px !important;
	box-sizing:border-box;
}

#footer .cShowroomBottom {
	padding:20px 10px;
}

#footer .cShowroomBottom .item {
	width:31.8%;
	float:left;
	background:#dfedff;
	font-size:13px;
	color:black;
	margin:8px;
	transition: color .1s,background .2s;
    -webkit-transition: color .1s,background .2s;
    -moz-transition: color .1s,background .2s;
    -ms-transition: color .1s,background .2s;
    -o-transition: color .1s,background .2s;
	cursor:pointer;
	text-decoration:none;
	position:relative;
}

#footer .cShowroomBottom .item:hover {
	background:#cbe2ff;
}

#footer .cShowroomBottom .item p {
}

#footer .cShowroomBottom .item .group {
	position:absolute; top:65px; left:10px; width:95px; background-color:#000; opacity:0.68; filter: Alpha(Opacity=68);
	font-size:12px;
	text-align:center;
	padding:3px 3px;
}

#footer .cShowroomBottom .item img {
	float:left;
	width:100px;
	height:75px;
	margin:10px 10px;
}


#footer .cMenuBottom {
	color:#fff;
	background-color:#00aeef;
}

#footer .cMenuBottom * {
	box-sizing:border-box;
}


#footer .cMenuBottom .col {
	width: 20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

#footer .cMenuBottom ul {
	margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .cMenuBottom li {
	word-wrap: break-word;
    margin: 10px 0 10px 10px;
}

#footer .cMenuBottom li a {
	color:#fff;
    text-decoration: none;
	transition: color .1s,background .2s;
    -webkit-transition: color .1s,background .2s;
    -moz-transition: color .1s,background .2s;
    -ms-transition: color .1s,background .2s;
    -o-transition: color .1s,background .2s;
}

#footer .cMenuBottom li a:hover {
	color: #ff6a00;
    text-decoration: none;
}
#footer .cMenuBottom ul li .icons {
    font-size: 14px;
    width: 15px;
    margin-left: -5px;
}

#footer .cMenuBottom h4 {
	text-transform: uppercase;
    font-family: Roboto,Helvetica,Arial,sans-serif;
	margin-top: 20px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: 300;
}


#footer .container {
	color:#fff;
	background-color:#00aeef;
}

#footer .container p {
	padding:20px;
	font-size: 12px;
	text-align:center;
	margin:0;
}
#footer .container a {
	color:#fff;
    text-decoration: none;
	transition: color .1s,background .2s;
    -webkit-transition: color .1s,background .2s;
    -moz-transition: color .1s,background .2s;
    -ms-transition: color .1s,background .2s;
    -o-transition: color .1s,background .2s;
}

#footer .container a:hover {
	color: #ff6a00;
    text-decoration: none;
}

.tableSocial {
	padding-left:10px;
}

.contact-form {
	clear: both;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #444;
}

.input input {
  float: left;
  width: 278px;
  margin: 4px 0;
  padding: 8px 5px;
  background: none;
  border: 1px solid #555;
  color: #888;
  clear: both;
}
.form {
	float: left;
	clear: both;
	margin-bottom: 15px;
}
.form label {
	margin: 0 0 5px;
	float: left;
	color: #c5c5c5;
}
.form textarea {
  border: 1px solid #555;
  background: none;
  width: 400px;
  height: 100px;
  clear: both;
  float: left;
  padding: 5px;
  resize: vertical;
  color: #888;
}
.form2 {
  float: left;
  clear: both;
}
input[type="submit"]
{
	background: #2f3193;
	color: #fff;
	cursor: pointer;
	height: auto;
	overflow: visible;
	padding: 3px 20px 4px 20px;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
	width: auto;
}

.block
{

}

.block .header
{
	display: block;
    overflow: hidden;
    border-bottom: 3px solid #b6a200;
}

.block .header h1
{
	float: left;
    padding: 12px 20px 8px;
    background: #ffcb05;
    line-height: 1.3em;
    font-size: 13px;
    color: #2f3193;
    text-transform: uppercase;
    text-align: center;
	margin:0;
}

.block .header b
{
	float: left;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 36px solid #ddc200;
}

.block .filter
{
	height:20px;
}

.block .content
{

}

.block .content *
{
	box-sizing:border-box;
	padding:0;
	margin:0;
}

.block .content .cListProduct {
}

.block .content .cListProduct li {
	float:left;
	text-transform: none;
	width:238px;
    vertical-align: bottom;
    border: 1px solid #DDD;
	text-align:center;
	list-style:none;
	padding:5px 0;
	position:relative;
	margin-right:-1px;
	margin-bottom:-1px;
    background: #FFF none repeat scroll 0% 0%;
}
.block .content .cListProduct li .cImage {
	height:165px;
	padding:10px 0;
}
.block .content .cListProduct li .cImage:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	margin:auto;
}
	.block .content .cListProduct li .statusPromo {
		background:url(/Images/IconStatus.png) no-repeat 0px -108px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		left:0;
		z-index:50;
	}
	.block .content .cListProduct li .statusNew {
		background:url(/Images/IconStatus.png) no-repeat 0px 0px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		right:0;
		z-index:50;
	}
	.block .content .cListProduct li .statusHot {
		background:url(/Images/IconStatus.png) no-repeat 0px -54px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		right:0;
		z-index:50;
	}
.block .content .cListProduct li .cImage img {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.block .content .cListProduct li .cName {
	padding: 5px 10px;
	overflow: hidden;
    height: 32px;
}
.block .content .cListProduct li .cName a {
	text-decoration:none;
	color:#007893;
}
.block .content .cListProduct li .cName a:hover {
	color:#ff8d00;
}
.block .content .cListProduct li .cPrice {
	padding: 5px 10px;
	color:red;
	height:40px;
	font-weight:bold;
	position:relative;
	text-align:left;
}
.block .content .cListProduct li .cPrice .oldPrice {
	text-decoration:line-through;
	color:#888;
	display:block;
}

.block .content .cListProduct li .cPrice .newPrice {
	display:block;
}
.block .content .cListProduct li .cPrice .discount {
	position:absolute;
	height:35px;
	width:37px;
	right:10px;
	top:0;
	background:url(/Images/IconDiscount.png) no-repeat;
}
.block .content .cListProduct li .cPrice .discount span {
	color:white;
	padding:9px 0 0 8px;
	display:block;
	font-size:12px;
}

.detailProduct {
	background-color:white;
}

.detailProduct .leftCol {
	width:715px;
    font-weight: normal;
	float: left;
    margin-top: 25px;
    margin-right: 40px;
	padding-left:40px;
}

.detailProduct .leftCol h1 {
    color: #484848;
    font-size: 28px;
    font-weight: normal;
	padding:0px;
	margin:0px;
}
.detailProduct .leftCol .cImage
{
	text-align:center;
	padding:5px;
}

.detailProduct .rightCol {
	margin-top: 25px;
	min-height: 360px;
	width: 395px;
	float: left;
	position: relative;
}

.bm-slider-productDetail {
	margin:0;
	padding:0;
}

.detailProduct .cPrice {
	padding:5px;
}

.detailProduct .cPrice b {
	font-weight:bold;
	border-bottom:1px solid #938300;
	padding: 5px;
	display:block;
	position:relative;
}

.detailProduct .cPrice b .cText {
	top:5px;
	left:5px;
	position:absolute;
}
.detailProduct .cPrice .oldPrice {
	text-decoration:line-through;
	color:#888;
	font-size:18px;
	text-align:center;
	display:block;
	font-weight:100;
}
.detailProduct .cPrice .price {
	color:red;
	font-size:28px;
	padding: 10px;
	text-align:center;
}
.detailProduct .features {
	padding-left:20px;
}
.detailProduct .infoBuy {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#f5f5f5;
	border:1px solid #d3d3d3;
}
.detailProduct .infoBuy .row {
	padding:10px !important;
	text-align:center;
	
}
.detailProduct .infoBuy .timeDiscount {
	padding:10px 10px 10px 10px;
	text-align:center !important;
	margin:5px auto;
	width:65%;
	border:1px dashed #009343;
}
.detailProduct .infoBuy .cListShowroomStock {
	border-top:1px solid #aaa;
	padding:5px;
}
.detailProduct .infoBuy .cListShowroomStock .title {
	font-weight:bold;
}
.detailProduct .infoBuy .cListShowroomStock .cShowRoom {
	overflow-y:auto;
	max-height:110px;
}
.detailProduct .infoBuy .cListShowroomStock div {
	padding:5px;
}
.detailProduct .infoBuy .viewWarrantyPolicy {
	padding:10px 10px 10px 10px;
	text-align:left !important;
	margin:5px auto;
	width:53%;
	border:2px solid #938300;
}
.detailProduct .infoBuy .viewWarrantyPolicy .icon-warning:before {
	background:url(/Images/IconWarraty.png) no-repeat;
	background-size:30px 30px;
    font-size: 0px;
	width:30px;
	height:30px;
    float: left;
	color:red;
	padding-right:5px;
}
.detailProduct .infoBuy .viewWarrantyPolicy a {
	color:red;
}
.detailProduct .infoBuy .viewWarrantyPolicy a:hover {
	color:green;
}
.detailProduct .infoBuy .rowL {
	padding:10px 0 0 10px;
	text-align:left !important;
}
.detailProduct .infoBuy .rowL .cell {
	width:225px;
	text-align:left !important;
	display:table-cell;
}
.detailProduct .infoBuy .titlePromo {
	padding:10px;
	text-align:center;
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #ffde9e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#ffde9e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#ffde9e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefcea 0%,#ffde9e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefcea 0%,#ffde9e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefcea 0%,#ffde9e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#ffde9e',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	color:#fb4d00;
	font-weight:bold;
	font-size:18px;
}
.detailProduct .infoBuy .cPromo {
	padding:5px 0 5px 10px;
}
.detailProduct .infoBuy .cPromo span {
	font-size:16px;
	color:#e100e4;
}
.detailProduct .infoBuy .statusStock {
	color:#2f3193;
	font-weight:bold;
}
.detailProduct .infoBuy .byGHD {
	color:#2f3193;
	font-weight:bold;
}
.detailProduct .infoBuy .cBtn {
	border-top:1px solid #d3d3d3;
	padding:10px;
}

.detailProduct .infoBuy .cBtn #buyProduct {
	border-radius: 5px;
	text-align: center;
	background: #2f3193;
	font-size: 18px;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: background .3s;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	color:#fff;
	cursor:pointer;
	margin:0 20%;
}
.detailProduct .infoBuy .cBtn #buyProduct:hover {
	background: #f12d41;
}
.detailProduct .infoBuy .cBtn .call-support {
	border-radius: 5px;
	text-align: center;
	background: #4b4d4f;
	font-size: 18px;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: background .3s;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-ms-transition: background .3s;
	-o-transition: background .3s;
	color:#fff;
	cursor:pointer;
	margin:10px 20%;
}
.detailProduct .infoBuy .cBtn .call-support:hover {
	background: #f12d41;
}
.detailProduct .infoBuy .cBtn .call-content {
	text-align:center;
	color:red;
}
.detailProduct .infoBuy .cBtn .call-content .textRed {
	color:red;
}
.detailProduct .infoBuy .cBtn .call-content .textGreen {
	color:red;
	font-weight:bold;
}
.detailProduct .infoBuy .cBtn .call-content div {
	padding:3px;
	font-size:18px;
}

.cFormFeedback {
	min-width:350px;
}

.cFormFeedback .btn {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
background: #9dd53a; /* Old browsers */
background: -moz-linear-gradient(top,  #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dd53a), color-stop(50%,#a1d54f), color-stop(51%,#80c217), color-stop(100%,#7cbc0a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
	padding:5px 10px;
	display:inline-block;
}

.cRelateProduct {
	margin:10px 0;
}

.cRelateProduct .title {
    text-transform: uppercase;
    color: #fff;
    background: #005879;
	position:relative;
}

.cRelateProduct .title .more {
	position: absolute;
	padding: 3px 15px;
	top:2px;
	right:10px;
	background: #e6e6e6;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 11px;
    color: #fff;
	text-transform: uppercase;
	margin-top: 8px;
}

.cRelateProduct .title h3 {
	display: block;
    font-size: 16px;
    padding: 10px;
    margin: 0px;
	font-weight:100;
    color: #fff;
}

.cRelateProduct .content {

}

.cRelateProduct .content .item {
	position:relative;
	padding:5px 0;
}

.cRelateProduct .content .item .cImage {
	width:100px;
	float:left;
	padding:10px 10px 0 0;
}

.cRelateProduct .content .item .cImage img {
	width:100px;
}

.cRelateProduct .content .item .cContentPro {
	width:280px;
	float:left;
}

.cRelateProduct .content .item .cContentPro .cName {
	padding:5px;
}

.cRelateProduct .content .item .cContentPro .cPrice {
	color:red;
	font-weight:bold;
	text-align:left;
	position:relative;
}

.cRelateProduct .content .item .cContentPro .cPrice .oldPrice {
	color:#888;
	text-decoration:line-through;
	display:block;
	font-size:12px;
	text-align:left;
}
.cRelateProduct .content .item .cContentPro .cPrice .newPrice {
		display:block;
	}
.cRelateProduct .content .item .cContentPro .cPrice .discount {
		position:absolute;
		height:35px;
		width:37px;
		left:100px;
		top:0;
		background:url(/Images/IconDiscount.png) no-repeat;
	}
.cRelateProduct .content .item .cContentPro .cPrice .discount span {
		color:white;
		padding:9px 0 0 8px;
		display:block;
		font-size:12px;
	}

.cCommentFacebook,
.cFeatures {
	padding:5px;
}

.cCommentFacebook .title,
.cFeatures .title {
	font-weight:bold;
	border-bottom:3px solid #938300;
	padding: 10px;
}

.cFeatures .content {
	padding: 10px;
}

#image-block {
  position: relative;
  z-index: 1;
  margin: auto;
  overflow: hidden;
  width:715px;
}
#image-block .owl-buttons {
  background-color: rgba(0, 0, 0, 0.6);
}
#image-block .owl-buttons div {
  background-color: rgba(0, 0, 0, 0.6);

}
#image-block .owl-buttons div a {
	display:block;
	height: 38px;
	width: 36px;
}
#image-block .owl-buttons .owl-prev, #image-block .owl-buttons .owl-next, .bk-slider .owl-buttons .owl-prev, .bk-slider .owl-buttons .owl-next {
	position: absolute;
	top: 40%;
	height: 38px;
	width: 36px;
	filter: Alpha(Opacity=30);
	opacity: 0.3;
	display:block;
}

#image-block .owl-buttons .owl-prev:hover, #image-block .owl-buttons .owl-next:hover, .bk-slider .owl-buttons .owl-prev:hover, .bk-slider .owl-buttons .owl-next:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#image-block .owl-buttons .owl-next {
	float: right !important;
	background-image: url(/Images/owl-next.png);
	background-position: 15px 10px;
	background-repeat: no-repeat;
	border-radius: 2px;
	right: 10px;
}
#image-block .owl-buttons .owl-prev {
	float: left !important;
	background-image: url(/Images/owl-prev.png);
	background-position: 15px 10px;
	background-repeat: no-repeat;
	border-radius: 2px;
	left: 10px;
}

/*-----------------------------------------------------------------------------*/
.cTopAdvent {

}
.cTopAdvent .cContent {

}

/*-----------------------------------------------------------------------------*/
.homenews {
    float: right;
    width: 32%;
    height: 390px;
    overflow: hidden;
}
.homenews * {
	padding:0;
	margin:0;
}
.homenews a {
	text-decoration:none;
}
.homenews figure {
    display: block;
    overflow: hidden;
    border-bottom: 3px solid #2188d5;
}
.homenews figure b {
    float: left;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 36px solid #0081e2;
}
.homenews figure a {
    float: right;
    padding: 3px 15px;
    background: #e6e6e6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 11px;
    color: #009343;
    text-transform: uppercase;
    margin-top: 8px;
}
.homenews h2 {
    float: left;
    padding: 12px 20px 8px;
    background: #0594ff;
    line-height: 1.3em;
    font-size: 13px;
    color: #2f3193;
    text-transform: uppercase;
    text-align: center;
}

.homenews ul {
    display: block;
    overflow: hidden;
	list-style: none;
}

.homenews li {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ededed;
    background: #fff;
    height: 65px;
}

.homenews li a {
    display: block;
    overflow: hidden;
}
.homenews li img
{
	float: right;
    width: 100px;
    height: 60px;
    margin-left: 10px;
}
.homenews li h3 {
    display: block;
    line-height: 1.3em;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.homenews li span {
    float: left;
    font-size: 12px;
    color: #999;
    margin-right: 10px;
}
.homenews li label {
    display: block;
    font-size: 12px;
    color: #288ad6;
}

/*-----------------------------------------------------------------------------*/
.cSlideTop {
		position:relative;
		width:800px;
		height:300px;
		float:left;
	}
	.cSlideTop img {
		width:800px;
		height:390px;
	}

	.owl-theme .owl-controls .owl-page span {
		background:#5dc203;
	}

	.cSlideTop .owl-theme .owl-controls {
		position: absolute;
		bottom: 10px;
		width: 100%;
		margin:0;
	}

	.customNavigation {
		position: absolute;
		top: 55%;
		height: 0;
		width: 100%;
	}

	.customNavigation .owl-btn {
		cursor:pointer;
		display: block;
		position: absolute;
		padding: 0 0 6px 0;
		margin: 0;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		background: rgba(0,0,0,.3);
		width: 48px;
		text-align: center;
		font-size: 42px;
		color: #fff;
		font-family: -webkit-body;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		filter: Alpha(Opacity=50);
		opacity: 0.5;
	}
	
	.customNavigation .owl-btn:hover {
		filter: Alpha(Opacity=100);
		opacity: 1;
	}

	.customNavigation .owl-prev {
		left: 10px;
	}

	.customNavigation .owl-next {
		right: 10px;
	}
	
/*-----------------------------------------------------------------------------*/
.cContentNews
{
	padding: 5px;
}
.cContentNews h1
{
	font-size:28px;
	font-weight:300;
}
.cContentNews .cImage
{
	text-align:center;
	padding:5px;
}
.cContentNews .cContent
{
	font-size:12px;
}

.cRelateNews
{
	padding: 5px;
}
.cRelateNews .cTitle
{
	font-weight: bold;
	border-bottom: 3px solid #009343;
	padding: 10px;
}
.cRelateNews .cContent
{
	font-size:12px;
}
.cRelateNews h3
{
	font-size:12px;
	display:inline-block;
}
/*-----------------------------------------------------------------------------*/
	
	.cCategoryHome {

	}
	.cCategoryHome * {
		padding: 0;
		margin:0;
		text-decoration:none;
	}
	.cCategoryHome .cTitle {
		font-size: 20px;
		line-height: 35px;
		margin: 0;
		padding: 10px 0px 0px;
		border-bottom:3px solid #007db4;
	}
	.cCategoryHome .cTitle h2 {
		position:relative;
		margin: 0px 0px 0px;
		font-size: 19px;
		font-weight: 300;
		line-height: 1.1;
		box-sizing: border-box;
		float: left;
		padding:10px 20px 10px 50px;
		color:#fff;
		background-color:#005879;
	}
	.cCategoryHome .cTitle h2 .icon {
		position: absolute;
		top: 8px;
		left: 12px;
		width: 24px;
		height: 24px;
		border-radius: 50%;
		background: #fff;
		z-index: 2;
		border: 1px solid #3a4446;
		overflow: hidden;
	}
	.cCategoryHome .cTitle h2 .icon img {
		width: 24px;
		height: 24px;
		border: 0px solid #000;
	}
	.cCategoryHome .cTitle h2 a {
		color:#fff;
	}
	.cCategoryHome .cTitle ul {
		margin-top: 0;
		float: right;
	}
	.cCategoryHome .cTitle ul a {
		color:#007893;
	}
	.cCategoryHome .cTitle ul a:hover {
		color:#ff6a00;
	}
	.cCategoryHome .cTitle ul li:first-child {
		border-left: none;
	}
	.cCategoryHome .cTitle ul li {
		display: inline-block;
		font-size: 12px;
		text-transform: none;
		padding-left: 12px;
		border-left: 1px solid #bcbcbc;
		line-height: 20px;
	}
	.cCategoryHome .cListProduct {
		/**padding: 0 0px 10px 0;*/
		text-align:center;
		border-right:1px solid #e7e7e7;
		border-bottom:1px solid #e7e7e7;
		background: #FFF none repeat scroll 0% 0%;
		margin-bottom:10px;
		position:relative;
	}
	.cCategoryHome .cListProduct a {
		color:#000;
	}
	.cCategoryHome .cListProduct a:hover {
		color:#ff6a00;
	}
	.cCategoryHome .cListProduct li {
		float:left;
		text-transform: none;
		height:270px;
		width:238px;
		border:1px solid #e7e7e7;
		margin-left: -1px;
		margin-bottom: -1px;
		list-style-type:none;
		position:relative;
	}
	.cCategoryHome .cListProduct li .cImage {
		height:165px;
		padding:10px 0;
	}
	.cCategoryHome .cListProduct li .statusPromo {
		background:url(/Images/IconStatus.png) no-repeat 0px -108px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		left:0;
		z-index:100;
	}
	.cCategoryHome .cListProduct li .statusNew {
		background:url(/Images/IconStatus.png) no-repeat 0px 0px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		right:0;
		z-index:100;
	}
	.cCategoryHome .cListProduct li .statusHot {
		background:url(/Images/IconStatus.png) no-repeat 0px -54px;
		width:54px;
		height:54px;
		display:block;
		position:absolute;
		top:0;
		right:0;
		z-index:100;
	}
	.cCategoryHome .cListProduct li .cImage:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	.cCategoryHome .cListProduct li .cImage img {
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
	}
	.cCategoryHome .cListProduct li .cName {
		padding: 5px 10px;
		height:30px;
		overflow:hidden;
		text-align:left;
	}
	.cCategoryHome .cListProduct li .cPrice {
		padding: 5px 10px;
		color:red;
		height:30px;
		font-weight:bold;
		position:relative;
		text-align:left;
		text-align:left;
	}
	.cCategoryHome .cListProduct li .cPrice .oldPrice {
		text-decoration:line-through;
		color:#888;
		display:block;
		text-align:left;
		font-size:12px;
	}
	.cCategoryHome .cListProduct li .cPrice .newPrice {
		display:block;
	}
	.cCategoryHome .cListProduct li .cPrice .discount {
		position:absolute;
		height:35px;
		width:37px;
		right:10px;
		top:0;
		background:url(/Images/IconDiscount.png) no-repeat;
	}
	.cCategoryHome .cListProduct li .cPrice .discount span {
		color:white;
		padding:9px 0 0 8px;
		display:block;
		font-size:12px;
	}

	
.cCategoryHome .cListProduct .more {
    padding: 0;
    background: #fffc00;
    border-radius: 2px;
	background:url(/Images/ViewMore.jpg) no-repeat;
	width:178px;
	height:20px;
	display:block;
    font-size: 11px;
    color: black;
	position:absolute;
	bottom:-20px;
	right:-1px;
}
	
.cCategoryHome .cListProduct .more:hover {
}
	
/*-----------------------------------------------------------------------------*/
#cContentProduct .cCategoryHome .cListProduct li {
	width:237px;
}
#cContentProduct .cCategoryHome .cTitle h2 {
	padding: 10px 20px 10px 20px;
}
	
/*-----------------------------------------------------------------------------*/
.cPartnerBottom
{
	padding: 10px 0 0 0;
}
#cPartnerRoot {
 background: #FFF;
 overflow:hidden;
 height:54px;
}
#cPartnerRoot img {
}
#indemo {
 float: left;
 width: 800%;
}
#cPartnerC1,
#cPartnerC2 {
 float: left;
}
/*-----------------------------------------------------------------------------*/
	.cBannerBottom {
		box-sizing: border-box;
		margin:25px auto 0 auto;
		clear: both;
	}
	.cBannerBottom a {
		display:block;
		width: 24.7%;
		float: left;
		color: #fff!important;
		position: relative;
		transition: background .3s;
		-webkit-transition: background .3s;
		-moz-transition: background .3s;
		-ms-transition: background .3s;
		-o-transition: background .3s;
		padding: 10px 15px 10px 80px;
		text-decoration:none;
	}
	.cBannerBottom h4 {
		font-family: Roboto,Helvetica,Arial,sans-serif;
		font-size: 22px;
		text-transform: uppercase;
		font-weight: 700;
		margin: 5px 0 0;
		line-height: 1.1;
	}
	.cBannerBottom p {
		font-size: 14px;
		margin: 0;
	}
	.cBannerBottom .button {
		float: right;
		display: inline-block;
		position: absolute;
		top: 15px;
		right: 15px;
		color: #fff;
		background: #999;
		text-transform: uppercase;
		transition: background .3s;
		-webkit-transition: background .3s;
		-moz-transition: background .3s;
		-ms-transition: background .3s;
		-o-transition: background .3s;
		padding: 8px 15px;
	}
	.cBannerBottom .orange:hover .button,
	.cBannerBottom .orange {
		background: #f5791f;
	}
	.cBannerBottom .orange .button, 
	.cBannerBottom .orange:hover {
		background: #d35400;
	}
	
	.cBannerBottom .blue {
		margin: 0 1%;
	}
	.cBannerBottom .blue:hover .button,
	.cBannerBottom .blue {
		background: #3498db;
	}
	.cBannerBottom .blue .button, 
	.cBannerBottom .blue:hover {
		background: #23527c;
	}
	.cBannerBottom .gray:hover .button,
	.cBannerBottom .gray {
		background: #a1aaaf;
	}
	.cBannerBottom .gray .button, 
	.cBannerBottom .gray:hover {
		background: #889196;
	}

	.cBannerBottom a .icons {
		position: absolute;
		top: 10px;
		z-index: 100;
		left: 10px;
		font-size: 42px;
	}

	#back-to-top {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0f0f0f;
    font-size: 24px;
    text-align: center;
    padding-top: 6px;
    transition: background .3s,color .2s;
    -webkit-transition: background .3s,color .2s;
    -moz-transition: background .3s,color .2s;
    -ms-transition: background .3s,color .2s;
    -o-transition: background .3s,color .2s;
    cursor: pointer;
    color: #fff;
	box-sizing:border-box;
	padding: 8px 0 0 0;
}
	#back-to-top:hover {
    background: #dde3e6;
}
	
/*-----------------------------------------------------------------------------*/
.content-chi-nhanh
{
	background-color:#fff;
}

.chi-nhanh-tab
{
	margin: 0;
	padding: 0;
}
.chi-nhanh-tab ul
{
	margin: 0;
	padding: 0;
}
.chi-nhanh-tab ul li {
    display: inline-block;
    font-weight: bold;
    margin: 10px 15px;
    list-style-type: none;
}
.content-chi-nhanh .chi-nhanh-tab ul li a {
    font-size: 14px;
	text-decoration: none;
    color: #4d4d4f;
	cursor:pointer;
}
.tab-time div > .icon-clock-big {
    margin: 0 10px 0 30px;
}
.load-tab-location,
.load-tab-description {
    border-top: 1px solid #c0c0c0;
    width: 100%;
    padding: 30px 0px;
    position: relative;
}
.load-tab-location ul li {
    display: inline-block;
}
.load-tab-location ul li > .tab-local div {
    float: left;
    height: 110px;
}
.load-tab-location ul li > .tab-local div:last-child {
    width: 355px;
}
.load-tab-location ul li > .tab-local div:first-child {
    width: 70px;
}
.load-tab-location ul li > .tab-time div {
    float: left;
    height: 110px;
}
.load-tab-location > .icon-arrowdown-tab {
    position: absolute;
    top: -1px;
    left: 50px;
	width: 19px;
    height: 10px;
    background-position: 0 -170px;
}
.load-tab-description > .icon-arrowdown-tab {
    position: absolute;
    top: -1px;
    left: 220px;
	width: 19px;
    height: 10px;
    background-position: 0 -170px;
}
.tab-time div > ul li {
    display: list-item;
    list-style-type: disc;
    margin-left: 15px;
}

.load-tab-description .cImage {
	text-align:center;
}
.tab-local div > .icon-local-big {
    margin: 0 10px;
}
.icon-local-big {
    width: 51px;
    height: 51px;
    background-position: -20px -54px;
}
.icon-clock-big {
    width: 51px;
    height: 51px;
    background-position: -74px -55px;
}
.cListShowroom [class^='icon-'],
.content-chi-nhanh [class^='icon-'] {
	background-image: url("/Images/IconSprite.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.content-chi-nhanh #map-canvas {
	margin:auto;
	
}
.tab-time {
    border-left: 1px solid #e7e7e7;
    height: 100px;
}
.load-tab-location ul li > .tab-local {
    width: 425px;
}
.cListShowroom {

}
.cListShowroom .itemGroupSR {
	padding: 10px 15px;
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
	font-size:13px;
	font-weight:bold;
}
.cListShowroom .cChildSR {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.cListShowroom .cChildSR ul {
	padding:0; margin:0;
}
.cListShowroom .cChildSR ul {
	padding:0; margin:0;
}
.cListShowroom .cChildSR li {
	list-style-type: none;
	padding: 5px 5px;
}
.cListShowroom .cChildSR ul li span {
    float: right;
	width: 5px;
    height: 9px;
    background-position: 0 -49px;
}
.cListShowroom .cChildSR ul .selected a,
.cListShowroom .cChildSR ul .selected .icon-arrow-lr,
.cListShowroom .cChildSR ul li a:hover .icon-arrow-lr {
	color:#2f3192;
	font-weight:bold;
    background-position: 0 -63px;
}

.listNews {

}
.listNews h1 {
	color:#2f3193;
	font-weight:100;
	font-size:18px;
	text-align:center;
}
.listNews ul li:first-child {
	border-top: none;
}

.listNews ul li {
	border-top: 1px solid #dde3e6;
	list-style-type:none;
	padding:5px;
}

.listNews h3 {
	display:inline-block;
	padding:0px;
	margin:2px;
}

.listNews .cImage {
}

.listNews .cImage img {
	float:left;
	width:100px;
	margin:5px 10px 0 0;
}



.formLogin
{
	
}
#cRegisterT td,
.cRegisterT td,
#cEditInfoT td,
#cFormRegisterInfo td,
.formLogin td
{
	padding:5px;
	vertical-align:top !important;
}
#cEditInfoT .dot,
#cRegisterT .dot,
.cRegisterT .dot
{
	color:red;
}

.btnRegister,
.btnLogin {
	width:110px;
	margin:0;
	padding:6px 0 6px 0;
	font-size:12px;
	display:block;
	color:#fff !important;
	text-align:center;
	text-decoration:none;
	float:right;
	
	background: #fefcea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */

}
.btnRegister:hover,
.btnLogin:hover
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+50,752201+51,bf6e4e+100;Brown+Gloss */
background: #f0b7a1; /* Old browsers */
background: -moz-linear-gradient(top,  #f0b7a1 0%, #8c3310 50%, #752201 51%, #bf6e4e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(50%,#8c3310), color-stop(51%,#752201), color-stop(100%,#bf6e4e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f0b7a1 0%,#8c3310 50%,#752201 51%,#bf6e4e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */
	color:#fff;
}

.cTopLogin {
	text-align:right;
	padding:10px 10px 0 0 !important;
}

.cTopLogin li {
	list-style-type:none;
	display:inline-block;
}
/*-------------------------memberMenu-------------------------------*/
.memberMenu
{
	width:120px;
	border-top:1px solid #C6FF99;
	border-left:1px solid #C6FF99;
	z-index:100000;
}
.memberMenu a
{
	display:block;
	background-color:#48CE00;
	border-right:1px solid #C6FF99;
	border-bottom:1px solid #C6FF99;
	text-decoration:none;
	color:#fff;
	padding:5px;
}
.memberMenu a:hover
{
	background-color:#A3FF59;
}

.cMainMember {
}

.cMainMember .cNewsMenber {
	width:80%;
	margin:auto;
}

.cMainMember .col {
	width:50%;
	float:left;
	text-align:center;
	min-height:300px;
	vertical-align:middle;
}

.cBlockNew
{
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.75);
	border:1px solid #888;

	background: #e0eff9; /* Old browsers */
background: -moz-linear-gradient(top,  #e0eff9 0%, #d8e1e7 23%, #fffef9 81%, #fffef9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0eff9), color-stop(23%,#d8e1e7), color-stop(81%,#fffef9), color-stop(100%,#fffef9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0eff9 0%,#d8e1e7 23%,#fffef9 81%,#fffef9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0eff9 0%,#d8e1e7 23%,#fffef9 81%,#fffef9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0eff9 0%,#d8e1e7 23%,#fffef9 81%,#fffef9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e0eff9 0%,#d8e1e7 23%,#fffef9 81%,#fffef9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0eff9', endColorstr='#fffef9',GradientType=0 ); /* IE6-9 */

	min-height:300px;
	margin:40px;
}

.cBlockNew .cTitle
{
	font-size:13px;
	text-align:center;
	font-weight:bold;
	padding:10px;
	border-bottom:solid 1px #888;
}

.cBlockNew .cContent
{
	text-align:left;
}

.cBlockNew .cContent .iNews
{
	padding:2px 2px 2px 20px;
	border-bottom:dotted 1px #aaa;
	cursor:pointer;
}
.cBlockNew .cContent .iNews:hover
{
	color:red;
}

/*----------------------------------------------------*/
.cPaging {
	padding:10px !important;
}
.cPaging table {
	margin:auto !important;
}
.cPaging .currentIndex {
	display:inline-block;
	padding:3px 5px;
	border:1px solid #ff0000;
	background-color:#ff0000;
	color:#fff;
}
.cPaging .index {
	display:inline-block;
	padding:3px 5px;
	border:1px solid #fffc00;
	background-color:#9ecb2d;
	color:#fff;
}