/*
 * Dee Base | v0.1 | danhvietnd@gmail.com
 * A Base Stylesheet Without Reset
 * TODO: feel free to modify to fit your needs
*/

/* PAGE */
html {
	font-size: 100%; /* Avoids IE 5-7 bug with EM fonts */
}
body {
	background:#fff;
	color: #000;
	font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif; /* Override default font */
	margin: 0;
	padding: 0;
} 
iframe{
	width:100%;
}
a{
	color:#fff;
	text-decoration:none;
}
*, *:before, *:after {
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	margin:0; 
	padding:0;
} 
/* HEADING */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em; /* Big heading look nicer with smaller line-height */
	margin: 0;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-style: italic;
}
/* LIST */
ul, ol {
	margin: 0;
	padding: 0;
}
dl {
	margin: 1em 0;
}
dt {
	margin: 1em 0 0 0;
}
dd {
  margin: .5em 0;
}

/* PARAGRAPH */
p {
	margin: 1em 0; /* Most browser defaults are "1em 0". */
}
/*
/*-------------------------- Capitalise head line------
p:first-letter {
    color: #666;
    display: block;
    float: left;
    font-size: 50px;
    line-height: 40px;
    padding: 4px 8px 0 0;
}
*/
address {
	margin: 1em 0;
}

/* QUOTE */
blockquote {
	margin: .75em 0 .75em 20px;
	padding: 0;
}
blockquote p:before, blockquote p:after, q:before, q:after {
	content: ''; /* Remove automatic quotation marks for inline quotations ("quotes:none" not working in Webkit browser) */
}
blockquote p, li p {
	margin: .75em 0; /* Bring paragraphs inside lists or quotations closer */
}

/* LINK */
a:active {
	outline: none; /* No dotted outline around links when clicking them */
}
a img {
	border: none; /* No border around images in links */
}

/* MONOSPACE */
pre, tt, code, kbd, samp, var {
	font-family: "Courier New", Courier, monospace;
}

/* INLINE */
sub, sup {
	font-size: smaller;
	line-height: 1em;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #333;
	cursor: help;
	font-variant: normal;
} 

/* FORM */
form, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: text-bottom;
}
button, input[type="submit"], input[type="reset"], input[type="button"], input.button {
	overflow: visible;
    padding: 0 .25em;
}
button, input[type="submit"], input[type="reset"], input[type="button"], input.button[class] { /*ie ignores [class]*/
    width: auto;
}

/* TABLE */
table {
	border-collapse: collapse; /* Default is "seperate" */
	border-spacing: 0; /*! No IE 6-7 support */
	margin: 0;
	width:100%;
}

/* UTILITY */
.clearfix:after {
	clear: both; 
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	clear:both;
}
.clearfix[class] {
	zoom: normal;
}

.btnCart {
	background: #0E7C4B;
	color: #FFF;
	padding: 8px 20px !important;
	border: 0;
}
a.btnCart:hover {
	color: #FFF;
}