/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 */

/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
	height:100%;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #19a000;
}

::selection {
  color: white;
  background: #148000;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/

/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}

a:active, a:hover {
	color: #0d009c;
}
a {
	color: #1e0fbe;
	text-decoration: none;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style:normal;
	font-weight:normal;
}

strong {
	font-weight: bold;	
}
 
ol,
ul {
	list-style:none;
}
 
caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}

/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}

/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/**
 * apply style
 */

@font-face {
    font-family: 'timeburnerregular';
    src: url('fonts/timeburner/timeburner-webfont.eot');
    src: url('fonts/timeburner/timeburner-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/timeburner/timeburner-webfont.woff') format('woff'),
         url('fonts/timeburner/timeburner-webfont.ttf') format('truetype'),
         url('fonts/timeburner/timeburner-webfont.svg#timeburnerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sans';
    src: url('fonts/firasans/firasansot-regular-webfont.eot');
    src: url('fonts/firasans/firasansot-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/firasans/firasansot-regular-webfont.woff') format('woff'),
         url('fonts/firasans/firasansot-regular-webfont.ttf') format('truetype'),
         url('fonts/firasans/firasansot-regular-webfont.svg#fira_sans_otregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

.clear {
	clear: both;
}

body {
	background: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.8;	
	text-align:justify;
}

#wrapper {
	width: 1200px;
	margin: auto;
	clear: both;
	padding: 1px 0 0 0;
	min-height: 500px;
}

#logo {
	margin: 0px 0 0 0;
}

#nav {
	margin: 10px 0 0 0;
	position: relative;
}
#nav #nav-list {
	list-style-type: none;
}
#nav #nav-list li {
	border-top: 1px solid #ffc36c;
	border-left: 1px solid #ffc36c;
	border-right: 1px solid #ffc36c;
	margin: 13px 10px 0 0;
	display: block;	
	height: 43px;
	line-height: 43px;
	width: 254px;
	float: left;
	text-align: center;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
}
#nav #nav-list li a {
	font-size: 20px;
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, .6);
}
#nav #nav-list li.active {
	border: none;
	position: relative;
	/*top: -12px;*/
	margin: 0 10px 0 0;
	display: block;	
	height: 57px;
	line-height: 69px;
	width: 254px;
	float: left;
	text-align: center;
	background-image: url(../images/menu-active-bg.jpg);
	background-repeat: repeat-x;
}
#nav #nav-list li.active a {
	color: #4bbdd7;
	text-shadow: none;
}

#home-slide {
	box-shadow: 0px 5px 12px 0px rgba(0,0,0,.4);
	width: 1196px;
	height: 386px;
	border: 2px solid #dee3e8;
	clear: both;
}
.camera_pag {
	padding: 0 39px;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,.4);
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-left: 3px solid #f8f8f8;
	border-top: 3px solid #f8f8f8;
	border-right: 3px solid #f8f8f8;
	position: absolute;
	bottom: 0;
	margin-left: 50%;
	z-index: 100;
	background: #eef2f5;
}

#blg-center {
	margin: 46px 0 30px 0;
	background: url(../images/content-separator.png) 0 46px repeat-y;
}

#blg-center #blg-left {
	float: left;
	width: 244px;
}

#blg-center #blg-right {
	float: right;
	width: 290px;
}

#blg-center #blg-right ul li{
	background: url("../images/bullet-01.png") no-repeat scroll 1px 10px;
	}
#blg-center #blg-right ul li a{
	color: #0ab2f7;
    font-family: 'timeburnerregular',Arial,Helvetica,sans-serif;
    font-size: 28px;
	padding-left:25px;
	}
	
#blg-center #blg-content {
	margin: 0 0 0 53px;
	float: left;
	width: 553px;
}

#blg-center #blg-content .detail-title {
	color: #f7b24f;
	font-size: 34px;
	font-family: 'timeburnerregular', Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
}

#blg-center #blg-left .blg-left-title {
	color: #f7b24f;
	font-size: 34px;
	font-family: 'timeburnerregular', Arial, Helvetica, sans-serif;
}
#blg-center #blg-left .blg-left-list {
	list-style-type: none;
	list-style-position: outside;	
}
#blg-center #blg-left .blg-left-list li {
	background: url(../images/bullet-01.png) no-repeat 1px 20px;
	color: #0cb3f7;
	border-bottom: 1px dotted #a1e2fc;
	padding: 15px 0 15px 30px;
	line-height: 25px;
}
#blg-center #blg-left .blg-left-list li a {
	color: #0cb3f7;
	font-family: 'fira_sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#blg-center #blg-right .blg-right-title {
	color: #f7b24f;
	font-size: 34px;
	font-family: 'timeburnerregular', Arial, Helvetica, sans-serif;
}
#blg-right .blg-right-title a{
	color: #0AB2F7;
	font-size: 34px;
	font-family: 'timeburnerregular', Arial, Helvetica, sans-serif;
	}
#blg-right .blg-right-title a:hover{
	color: #f7b24f;	
	}

#blg-center #blg-right .blg-right-list {
	list-style-type: none;
	list-style-position: outside;	
}
#blg-center #blg-right .blg-right-list li {
	background: url(../images/bullet-01.png) no-repeat 1px 20px;
	color: #0cb3f7;
	border-bottom: 1px dotted #a1e2fc;
	padding: 15px 0 15px 30px;
	line-height: 25px;
}
#blg-center #blg-right .blg-right-list li a {
	color: #0cb3f7;
	font-family: 'fira_sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
	height: 122px;
	background: #e0e0e0;	
}
#footer-wrapper #footer {
	margin: 0 auto;
	height: 122px;
	width: 1200px;
	padding: 1px 0 0 0;
}
#footer-wrapper #footer .copy-right {
	color: #4a4a4a;
	line-height: 25px;
	margin: 19px 0 0 0;
}

#home-category-wrapper {
	margin: 0 0 30px 0;
	min-height: 143px;
}

#home-category-wrapper #home-category {
	overflow: hidden;
	margin: 0 auto;
	width: 904px;
	padding: 0 0 0 296px;
}
#home-category-wrapper #home-category .cat-list {
	list-style-type: none;
}
#home-category-wrapper #home-category .cat-list li {
	border: 1px solid #cfcfcf;
	width: 221px;
	height: 141px;
	float: left;
	position: relative;
	margin: 0 0 0 4px;
}
#home-category-wrapper #home-category .cat-list li:first-child {
	margin: 0;
}
#home-category-wrapper #home-category .cat-list li a {
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 221px;
	height: 42px;
	line-height: 42px;
	float: left;
	bottom: 0;
	position: absolute;
	left: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
}

/* ----------product pages---------- */
.tab {
    display:inline-block;
    overflow: hidden;
    clear:left;
}

.tab button {
    background-color: #ddd;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 20px;
    margin:5px 5px 0 0;
    transition: 0.3s;
    font-size: 17px;
    display:inline;
    border-radius:10px 10px 0 0;
}

.tab button:hover {
    background-color: #bbb;
}

.tab button.active {
    background-color: #aaa;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
}
/* --------------------------------- */


/*
 * force to reset template
 */
body.none-index {
	background: none;
}
body.none-index # {
	margin: 32px 0 0 0 !important;
}
body.none-index #nav #nav-list li {
	
}
/*body.none-index #nav #nav-list li:first-child {
	margin-left: 80px !important;	
}*/

#blg-center-bg {
	padding: 1px 0 0 0;
}