/**
 * Grid styles for jackdaniels store
 *
 * TOC
 * @section grids
 * @section clearfix
 */
/**
 * @section grids
 */
.container {
	width:1043px;
	margin:25px auto;
	float:none;
	position:relative;
}
	.shop .container {
		overflow:hidden;
	}
.left {
	width:214px;
	float:left;
	position:relative;
}
.center {
	width:545px;
	float:left;
}
.right {
	width:215px;
	float:left;
	position:relative;
}
	.shop .right {
		height:742px;
		/*overflow:hidden;*/
	}
#start .center {
	margin-left:214px;
	float:none;
}
.right .shop-helper {
/*
	position:absolute;
	top:0;
	left:0;
	top:124px;
	*top:121px;
*/
	margin-top:124px;
	*margin-top:121px;
	overflow:hidden;
	width:187px;
	padding-left:16px;
}
.center-right {
	width:760px;
	float:left;
	position:relative;
	overflow:hidden;
}
.center-right .shop-helper {
	position:absolute;
	top:124px;
	*top:121px;
	right:12px;
	overflow:hidden;
	width:187px;
}
/**
 * @section clearfix
 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
