
/* SETTINGS */
/* The frames */
#boutique li{
	background: #fff url(../images/loading2.gif) center no-repeat;
	border: 1px solid;												/* Outer border around frame */
	border-color: #eaeaea #ccc #ccc #eaeaea;
}

/* Headers of all frames */
#boutique h6{
	margin: 0 0 10px;
	line-height: 100%;
	font-family: sans-serif;
	font-weight: normal;
	color: #222;
}

/* Description text of all frames */
/* Note that this is the complete text layer, including the header inside */
#boutique span{
	font-family: Verdana, sans-serif;
	line-height: 120%;
	color: #444;
	background: #fff;
	margin: 0;
	padding: 10px 15px 14px;
}

/* The most frontal item */
#boutique .front{
	margin-top: 0px;	/* Distance between this frame and the container top */
}
#boutique .front img{
	margin: 10px;		/* Determines the gap between image and frame border */
}
#boutique .front h6{
	font-size: 30px;	/* Front frame header */
}
#boutique .front span{
	font-size: 13px;	/* Front frame description text */
}

/* The further back items */
#boutique .behind{
	margin-top: 40px;	/* Distance between these frames and the container top */
}
#boutique .behind img{	/* Determines the gap between image and frame border */
	margin: 6px;
}
#boutique .behind h6{	/* Behind frame headers */
	font-size: 20px;
}
#boutique .behind span{	/* Behind frame description text */
	font-size: 12px;
}

/* The furthest back items */
#boutique .back{
	margin-top: 80px;		/* Distance between these frames and the container top */
}
#boutique img{			/* Determines the gap between image and frame border */
	margin: 1px;
}
#boutique .back h6{		/* Back frames header */
	font-size: 13px;
}
#boutique .back span{	/* Back frame description text */
	font-size: 9px;
}

/* That's it for the settings */

.boutique{ margin:0; padding:0; position:relative; z-index:1 }
.boutique li{ margin:0; padding:0; list-style:none; position:absolute; z-index:1; display:none; border-width:0 }
.boutique img{ border:0; vertical-align:bottom }
.boutique span{ display:block; position:absolute; left:0; right:0; bottom:0; text-align:left; cursor:default }
.boutique h6{ cursor:default }
.boutique a{ cursor:default; text-decoration:none }
.boutique img, .boutique li, .boutique a{ -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; -webkit-user-drag:none; -moz-user-drag:none; user-drag:none }

h2{ font:normal 28px sans-serif; margin:30px 0 10px }
.alert{ padding:10px 15px; border:2px solid #444 }
.alert{ border:0; background:#fff; color:#000; opacity:0.4; filter:alpha(opacity=40); display:none }
.alert0{ margin:10px 0 10px }

div#submenu{
	width:180px;
}

div.btn_submenu{
	width:180px;
	height:auto;
	padding-bottom:10px;
	float:left;
}

.btn_submenu a{
	text-decoration:none;
	outline:none;
	color:#515151;
}

.btn_submenu a:hover, .btn_submenu a:focus{
	color:#f00;
}