.container_12 .grid_3,
.container_12 .grid_9,
.container_12 .grid_12 {
	display: block;
	margin: 0 10px;
}

.container_12 .grid_3 {
	float: left;
	width: 220px;
}

.container_12 .grid_9 {
	float: left;
	width: 700px;
}

.container_12 .grid_12 {
	width: 940px;
}

div.container_12 div.boxes {
	display: block;
	margin-top: 15px;
}

div.container_12 div.boxes a.box-link {
	display: block;
}

div.container_12 div.boxes.boxes-first {
	margin-top: 0;
}

div.boxes div.box {
	display: block;
	overflow: visible;
	position: relative;
	margin-bottom: 15px;
	padding: 20px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 1px 3px #CCCCCC;
}

div.boxes div.box h1 {
	font-size: 2.8em;
	font-weight: 800;
	color: #E54028;
}

div.boxes div.box h2 {
	color: #0099CC;
}

div.boxes div.box p {
	margin-top: 5px;
}

div.boxes div.box p.description {
	margin-top: 5px;
	color: #555555;
}

div.boxes div.box hr.bar {
	display: block;
	height: 2px;
	margin: 15px 0;
	background-color: #DDDDDD;
}

div.boxes div.box div.description {
	font-size: 1.1em;
	line-height: 1.4em;
}

div.boxes div.box div.box-picture {
	display: block;
	min-height: 128px;
	margin: 10px -20px 0 -20px;
	padding: 20px 0 5px 0;
	background: url("images/box-divider.png") repeat-x top left transparent;
	text-align: center;
}

div.boxes div.box div.box-bottom {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 10px -20px 0 -20px;
	padding: 20px 0;
	background: url("images/box-divider.png") repeat-x top left transparent;
	text-align: center;
}

div.boxes div.box div.box-bottom a {
	margin: 0;
}

div.boxes div.box div.box-bottom a.simple,
div.boxes div.box div.box-bottom .highlight {
	font-size: 1.1em;
	font-weight: 800;
	color: #61AE24;
}

div.boxes div.box div.box-bottom a.simple:hover {
	text-decoration: underline;
}

div.boxes div.box.box-highlight:hover {
	background-color: #EEEEFF;
	border-color: #77BACE;
	box-shadow: 0 1px 3px #ADDCE6;
}

div.boxes div.box.shop-category {
	height: 300px;
}

div.boxes div.box.shop-product {
	height: 375px;
}

div.boxes div.box.shop-product h2 {
	font-weight: 800;
}

div.boxes div.box.shop-product div.price-top {
	display: block;
	overflow: visible;
	position: absolute;
	top: 75px;
	right: -20px;
}

div.boxes div.box.shop-product div.price-bottom {
	display: block;
	overflow: visible;
	position: absolute;
	bottom: 135px;
	left: -20px;
}

div.boxes div.box.shop-product div.price {
	display: block;
	overflow: visible;
	position: relative;
	padding: 4px 8px;
	background-color: #33A6D3;
	color: #FFFFFF;
	font-family: "Cabin", Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: 800;
	opacity: 0.9;
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

}

div.boxes div.box.shop-product div.price:before {
	display: block;
	content: ' ';
	position: absolute;
	right: 0px;
	top: 100%;
	width: 0;
	height: 0;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #277FAD transparent transparent #277FAD;
}

div.boxes div.box.shop-product div.price.price-points {
	display: block;
	margin-top: 10px;
	background-color: #F28D18;
}

div.boxes div.box.shop-product div.price.price-points:before {
	left: 0;
	border-color: #C47316 #C47316 transparent transparent;
}

div.container_12 .shop-discount {
	display: block;
	clear: both;
	margin: 10px 0;
}

div.container_12 .shop-discount .shop-discount-bar {
	display: block;
	float: left;
	width: 85%;
	margin: 8px 0 0 0;
}

div.container_12 .shop-discount .shop-discount-num {
	display: block;
	float: right;
	width: 10%;
	height: 20px;
	margin: 0 0 0 10px;
	padding: 4px 8px;
	background-color: #3399CC;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: 800;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.container_12 .shop-buy {
	display: block;
}

div.container_12 .shop-buy .shop-price {
	display: block;
	float: left;
	width: 50%;
}

div.container_12 .shop-buy .shop-price .shop-price-money {
	display: block;
	float: left;
	width: 100px;
	font-size: 1.4em;
	font-weight: 800;
	color: #0099CC;
}

div.container_12 .shop-buy .shop-price .shop-price-points {
	display: block;
	float: left;
	width: 100px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
	font-size: 1.4em;
	font-weight: 800;
	color: #E8A02C;
}

div.container_12 .shop-buy .shop-cart {
	display: block;
	float: right;
}

div.container_12 .shop-buy .shop-cart .button {
	margin: 0;
}

div.container_12 div.shop-purchase {
	margin-bottom: 20px;
	text-align: center;
}

div.container_12 div.shop-note {
	margin-top: 20px;
	font-size: 1.1em;
	text-align: center;
}