/* Copyright http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain).
   Thanks for meyerweb	
   --------------------------------------------------
   Apply to CNetSolution 2013 by CUONGTV(cuong.tav@gmail.com)
   Update: 01/05/2013
*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset {
	border: 0;
}
img {
	
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	height: 100%;
	width: 100%;
}
body {
	font: 12px/160% Segoe UI, Tahoma, Helvetica;
	background: #000;
	color: #1F1A17;
	width: 100%;
}
p {
	margin: 0 0 1.6em;
	padding: 0;
}
a{
	color: #2B393C;
	font-family: Segoe UI;
	font-size: 13px;
}
a:hover{
	color: #000;
	font-weight:normal;
}
.clear{
	clear: both;
}
input, textarea{
	font: normal 12px Segoe UI,Arial, Verdana, Sans-serif;
	padding: 3px;
}
.check input, .radio input{
	border: none;
}

*[disabled="disabled"]{
	color: #666 !important;
	cursor: default;
}
*[disabled="disabled"] *{
	color: #666 !important;
	cursor: default;
}
em, q{
	font-style: italic;
}
strong{
	font-weight: bold;
}
big {
	font-size: 16px;
}
small {
	font-size: 87%;
}
strong, b {
	font-weight: bold;
}
em, i {
	font: italic 115% Baskerville, Segoe UI, Times, serif;
}
em strong {
	font: bold 70% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.amp {
	font: italic 120% Baskerville, Segoe UI, Times, serif;
}
ul, ol {
	margin: 0;
	padding: 0;
	line-height: 150%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
code {
	font-family: Consolata, monospace;
	font-size: 100%;
	color: #72008a;
	word-spacing: -.25em;
}
pre code {
	background: #f3efc3 url(images/icon/line-bg.png) 0 7px;
	overflow-x: auto;
	display: block;
	width: 95%;
	padding: 2% 2.5%;
	margin: 30px 0;
	clear: both;
	color: #585535;
	font-size: 85%;
	line-height: 140%;
	border: solid 1px #e8e3b8;
	border-bottom: solid 1px #d9d4a8;
}
blockquote {
	font: italic 130%/140% Baskerville, Segoe UI, Times, serif;
	background: url(images/icon/quote.png) no-repeat 5px 0;
	padding: 0 30px 15px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Segoe UI,Tahoma, Helvetica, sans-serif;
	line-height: 180%;
	font-weight: bold;
	font-size: 14px;
	margin: .4em 0 .6em;
}
h2{
	color: #ccc;
	font-size: 16px;
	font-weight: bold;
}
h3{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 3px 3px;
	padding: 0;
}
form p {
	margin: 0;
	padding: 6px 0;
}
form label {
	font-variant: normal;
	margin-left: 5px;
}
form label small, form label em {
	text-transform: none;
	font: italic 90% Segoe UI, Times, serif;
}
input, textarea, select {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea {
}
input[type=text] {
}
textarea {
	line-height: 150%;
	width: 96%;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus {
	outline: none;
}
input[type=reset], input[type=submit] {
}
input[type=reset]:hover, input[type=submit]:hover {
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.over{
	position:relative;
	overflow:hidden;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.clear{
	height:0;
	clear:both;
	font:0px/0px Arial, Helvetica, sans-serif;
	visibility:visible;
	}
ul.ver, ul.hoz{
	margin:0;
	padding:0;
	list-style:none;
	}
ul.ver li{
	display:block;
	margin:0;
	padding:0;
}
ul.hoz li{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
/*hacks*/
body{
	min-width: 985px;
	_width: expression(document.documentElement.offsetWidth < 990 ?       '990' : 'auto' );
}
.clearfix:after, .details dl:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, .details dl{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix, * html .details dl{
	height: 1%;
}
.clearfix, .details dl{
	display: block;
}
/* End hide from IE-mac */
