/*
* MIXITUP Boilerplate Template Stylesheet
*/

/* ------ DEFAULTS ------ */

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;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display: block;
}

table{
	border-spacing: 0;
	border-collapse: collapse;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

a{
	text-decoration: none;
}

nav li{
	list-style-type: none;
	display: inline-block;
}

/* ------ BOILERPLATE TEMPLATE ------ */

body{
	font-family: 'Open Sans';
}

.wrapper{
	margin: 30px auto 0 auto;
	max-width: 640px;
}


.controls{
	display: inline-block;
	width: 100%;
	margin: 0 0 30px;
	vertical-align: top;
}

.controls li{

}

.controls li.active{
	font-weight: 300; color: #a49e93; cursor: default; 
}

hr{
	margin: 0 0 30px;
	height: 0;
	border: 0 none;
	border-top: 1px solid #eee;
}

#Grid{
	width: 640px;
	font-size: 0.1px;
}

#Grid:after{
	content: '';
	display: inline-block;
	width: 100%;
}

#Grid .mix{
	display: none;
	opacity: 0;
	width: 200px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

#mix-title{
	display: none;
	opacity: 0;
	width: 200px;
	height: 40px;
	background: none;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
#mix-title h2{float: left; text-align: left;padding: 10px 15px; font-size: 18px;}
#mix-product{
	display: none;
	opacity: 0;
	width: 200px;
	height: 200px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background-color: #eee;
	position: relative;
	
}
#mix-product h4{width: 520px; font-size: 16px;	display: block; float: left; text-align: left;  color: #444; padding: 20px 15px 0px;}
#mix-product img{     right:0; top: -20px; position: absolute; width: 430px; height: 240px; font-size: 16px;	display: block;   float: right;}

h2 {
 background: #2c5aa6; 
}

#Grid p {width: 520px;	display: inline-block; float: left; text-align: left;color: #444;padding: 10px 15px; }

#Grid .gap{
	display: inline-block;
	width: 200px;
}