@charset "utf-8";

/*
.protect_page{
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
}
*/

/*
@font-face
{
	font-family: 'nsmart_2014';
	src: url('/css/nsmart_2014.ttf');
}
*/

body {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	*/
	/*font-family: nsmart_2014, Arial, Helvetica, sans-serif; font-size: 0.85em;*/
	font-family: 微软雅黑,Arial,Verdana,Geneva,sans-serif;
	/*font-family: Verdana, Geneva, sans-serif;*/
	font-size: 12px;
	
	
	color: #333;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/background.gif);
	background-repeat: repeat;
}
 img {
	 border:none;
 }


/* STRUCTURES */
#container_all {
	background-color:#FFF;
	position: relative;
	width: 990px;
	top: 106px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	/*padding:40px 10px 10px 10px;*/
}
#container_main_full {
	width: 990px;
	position:relative;
}
#container_main_left {
	margin-left:234px;
	margin-top:18px;
	width: 740px;
	float:left;
	padding:0px;
	position:relative;
}
#container_main_right {
	margin-left:0px;
	width: 760px;
	float:left;
	padding:0px;
	position:relative;
}
#container_main_left_right {
	margin-left:234px;
	margin-top:18px;
	width: 540px;
	/* width: 560px; */
	float:left;
	padding:0px;
	position:relative;
	/* background-color:#0C6; */
}

#container_right {
	margin-right:18px;
	margin-top:18px;
	width: 190px;
	float:right;
	z-index:2;
}

#container_left {
	position:absolute;
	margin-left:18px;
	margin-top:18px;
	width: 210px;
	float:left;
	z-index:1;
	/* background-color:#0CF; */
}

#container_footer {
	clear:both;
	margin:0px;
	position:relative;
}
	#container_footer_menu {
		height:26px;
		background-color:#A99268;
		text-align:center;
		color:#FFF;
		padding-top:10px;
	}

#container_top {
	background-color:#FFF;
	position: absolute;
	width: 100%;
	top: 0px;
	margin:0px;
	padding:0px;
}

	#container_top_inner {
		width: 954px;
		height:70px;
		margin-left:auto;
		margin-right:auto;
	}
	#container_top_menu {
		width: 100%;
		height:36px;
		background-color:#A99268;
	}
	#container_top_menu_inside {
		width: 974px;
		margin-left:auto;
		margin-right:auto;
		color: #FFF;
		
	}
	
	#top_buttons {
	list-style-position: inside;
	list-style-type: none;
	margin: -5px 0 0 0;
	padding-right:8px;
	font-weight:bold;
	}
	#top_buttons li {
		float:left;
		background-color: #00429F;
		padding:4px 30px 4px 30px;
		margin:0 0 0 10px;
	}
	#top_buttons li:hover {
		background-color: #0053AF;
	}

/* LINKS */
a:link, a:visited {
	color: #98805A;
	text-decoration: none;
}
a:hover {
	color: #A99268;
	text-decoration: none;
}
.menu:link, .menu:visited {
	color: #FFF;
	text-decoration: none;
	margin:0 10px 0 10px;
}
.menu:hover {
	color: #CCC;
	text-decoration: none;
}

.tab_menu {
	background-image: url(/images/top_menu.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:32px;
	padding:0 25px 0 25px;
}

.header_box {
	height:26px;
	background-color: #A99268;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	/*
	background-image: url(/images/side_menu/0.png);
	background-repeat: repeat-x;
	*/
	padding:10px 10px 0 10px;
}

.header_box_2 {
	height:40px;
	background-color: #FFF;
	margin-top:-1px;
	padding-top:20px;
}
	.header_box:link , .header_box:visited, .header_box_2:link , .header_box:visited, .header_box_2:link , .header_box:visited {
		color: #EEE;
		text-decoration:underline;
	}
	.header_box:hover, .header_box_2:hover {
		color: #EEE;
		text-decoration:none;
	}

.catalog_box {
	/* margin:0 0 0 -40px; */
	list-style-type: none;
}
.catalog_box li {
	list-style-position: none;
	padding:5px 0 5px 0;
	border-bottom:#CCC 1px solid;
	margin:0 0 0 -40px;
}


.catalog_list_box {
	border:1px solid #CCC;
	margin-top:10px;
	padding:10px;
	background-image: url(images/border_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
	.catalog_list_box_img {
		width:130px;
		float:left;
	}
	.catalog_list_box_img img {
		/*
		box-shadow:#BBB 0.1em 0.2em 0.2em;
		*/
	}
	.catalog_list_box_contents {
		/* width:405px; */
		/*width:585px; */
		/*width:100%;*/
		float:left;
		max-width:580px;
	}
	.catalog_list_box_head_ver {
		font-weight:bold;
		width:60px;
	}
	.catalog_list_box select {
		width:300px;
	}
	

.product_qty_box_img {
	width:300px;
	float:left;
}
.product_qty_box_qty {
	width:440px;
	float:left;
}

.product_qty_box_qty_full {
	width:100%;
}

.table_1 {
	border: 1px solid #CCC;
}
.table_1 th {
	font-weight: bold;
	background-color:#DDD;
	padding:3px;
	/*
	color: #FFF;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	*/
}
.table_1 td {
	background-color: #F5F5F5;
	border: 1px solid #EEEEEE;
}
.product_detail_header {
	width: 100px;
	font-weight:bold;
}


.feature_2 {
	position:relative;	
	width:560px;
}
	.feature_2_img {
		margin:-10px -10px 10px -10px;
		padding:10px;
	}
	.feature_2_img img {
		box-shadow:#BBB 0.1em 0.2em 0.2em;
	}
	.feature_2 ul {
		list-style-type: none;
		clear:both;
		margin-left:-50px;
		
	}
		.feature_2 li {
			float: left;
			height: 280px;
			width: 158px;
			/*width:20.85%;*/
			border: 1px solid #CCC;
			margin:0 0 10px 10px;
			padding:10px;
			background-color:#F5F5F5;	
		}

.category_list {
	width:850px;
}
	.category_list ul {
		list-style-type: none;
		clear:both;
		margin-left:-50px;
	}
		.category_list li {
			float: left;
			height: 100px;
			width: 238px;
			border: 1px solid #CCC;
			margin:0 0 10px 10px;
			padding:5px;
			background-color:#FAFAFA;
		}


input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.text_orange {
	color: #F60;
}

.text_yellow {
	color: #FF0;
}

/* HEADERS */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #F90;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #A99268;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #F90;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	border: 1px solid #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.small {
	font-size:9px;
	color:#999;
}
legend {
	font-weight: bold;
	color: #F90;
}
.box_notes {
	background-color:#FFC;
	padding:10px;
	border: 1px dashed #CCC;
}
.side_right {
	background-color: #FAFAFA;
	border: 1px solid #CCC;
	margin: 0px;
	padding: 5px;
}
.box_gray {
	background-color: #FFF;
	background-image: url(/images/box_bg.gif);
	background-repeat: repeat-x;
	text-align: justify;
}
.box_gray2 {
	background-color: #CCC;
	border: 1px solid #333;
}
.border {
	background-color: #FFF;
	background-image: url(images/bg_border.gif);
	background-repeat: repeat-x;
	background-position: top;
}



 


.butt_orange {
	font-weight: bold;
	color: #FFF;
	background-color: #fed364;
	background-image: url(/images/butt_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #CCC;
	height: 25px;
	cursor:pointer;
	width:150px;
}


#apDiv1 {
	position:absolute;
	width:350px;
	height:230px;
	z-index:1;
	margin-left: -245px;
	margin-top: -69px;
}

.text_white {
	color: #FFF;
}
.text_orange {
	color: #F90;
}
.error_message {
	background-color: #F99;
	color:#FFF;
	padding:5px;
}
.complete_message {
	background-color: #6F9;
	color:#000;
	padding:5px;
}


#menu_top {
	background-image:url(images/sunclara_head_2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:69px;
	text-align:right;
	padding:10px 10px 10px 0;
	color: #FC0;
}
.rss_list_div {
	padding:10px;
	background-color:#FAFAFA;
	border:1px #CCC solid;
}
.rss_list_div:hover {
	background-color:#FFC;
	cursor:pointer;
}

.errms {
	margin:0 0 10px 0;
	padding:10px;
	background-color:#F99;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}







.btn {
	border:0px;
	background-color: none;
	box-shadow: 0px;
}
.table{
	font-size:14px;
}

.form-group{
	margin:0px;
	padding:5px 0px;
	/*border:1px solid #e7e7e7;*/
}
.form-group div{
	/*border-left: 1px solid #e7e7e7;*/
}
.form-inline{
	padding:20px 5px 10px 5px;
}
.alert{
	border-radius: 0px;
}
.control-label{
	padding-left:5px;
	padding-right:2px;
	font-size:12px;
}
.require{
	color:#F00;
}


.form-control{
	border-radius: 0px;
	border:1px solid #b0976d;
	margin:2px;
}

.container{
	padding:0px;
	background-color: #fff;
	max-width:960px;
	margin:auto;
	padding-top:20px; 
	border-left:1px solid #b0976d;
	border-right:1px solid #b0976d;
	box-shadow:0px 0px 5px #ccc;

	min-height: 620px;
	padding-bottom:20px;
}

/*.container img{display:block;max-width:100%;height:auto;margin:auto;}*/
.content-faq{display:block;max-width:90%;height:auto;padding:10px;}


.require{color:#f00;}
.post-input{ width:200px; float:left; display:block; }

@media only screen and (max-width: 767px) {
  .container{width:100%;padding:0px;margin:0px;padding-top:20px;margin-top:-20px;padding-bottom:20px; min-height: auto; border:0px;}
  .col-sm-12{padding:0px;margin:0px;}
  .post-input{ width:150px; float:left; display:block; }
  body{font-size: 14px;}
}

.btn {
	border-radius: 0px;
}
.btn-primary:hover{
	opacity: 0.7;
	/*background-color: #b0976d;
	margin:5px 0px;*/

	/*background: #f3e2c7; 
background: -moz-linear-gradient(top, #f3e2c7 0%, #b0976d 0%, #a07d4f 54%, #e9d4b3 100%); 
background: -webkit-linear-gradient(top, #f3e2c7 0%,#b0976d 0%,#a07d4f 54%,#e9d4b3 100%); 
background: linear-gradient(to bottom, #f3e2c7 0%,#b0976d 0%,#a07d4f 54%,#e9d4b3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 );*/
}
.btn-primary{
	background-color: #a07d4f;
	margin:5px 0px;
	font-size: 16px;
	font-weight: bold;

	/*background: #f3e2c7;
background: -moz-linear-gradient(top, #f3e2c7 0%, #a07d4f 54%, #b0976d 100%, #e9d4b3 100%); 
background: -webkit-linear-gradient(top, #f3e2c7 0%,#a07d4f 54%,#b0976d 100%,#e9d4b3 100%); 
background: linear-gradient(to bottom, #f3e2c7 0%,#a07d4f 54%,#b0976d 100%,#e9d4b3 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3',GradientType=0 );*/
}

.navbar-default .container-fluid{background-color:#b0976d;border-color:#b0976d}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-form {
	background-color: #e7e7e7;
  margin: 0px -15px;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: 0px;
    margin-right: -15px;
}
.navbar-toggle {
    margin-top: 35px;
}
.icon-bar{
	color:#FFF;
}

.login_link a{
	color:#b0976d;
}

#demo-nav li {
  border-color: #fff;
}

.button-simple{
	width:200px;
	padding:10px 20px; 
	color:#fff; 
	font-size:14px; 
	font-weight:bold;
	text-align: center;
}
.button-simple:hover{
	opacity:0.7; 
}

.title{
	background-color: #313429;
	border-bottom:3px solid #4a4942;

	color:#fff;
	font-size: 18px;
	/*font-weight:bold;*/

	padding:5px 10px;

	margin-bottom: 20px;
}



.cart_form{
	background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #709ab0 92%, #759caf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1e5799 0%,#709ab0 92%,#759caf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1e5799 0%,#709ab0 92%,#759caf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#759caf',GradientType=0 ); /* IE6-9 */
}