body {
	background: white url('../img/bg_gradient.png') repeat-x scroll;	
}

h1 {
	border-bottom: 3px solid #77c1bc;
	width: 175px;
	padding-bottom: 0;
	margin-bottom: 5px;
	font-weight: normal;
}

h2.toggler {
	cursor: pointer;
}

div.store-row {
	margin-bottom: 20px;
}

div.store-item h4.store-item-title {
	font-size: 14px;
	margin: 0;
}

div.store-item div.store-item-price {
	float: right;
}

div.store-item div.store-item-desc table {
	margin-bottom: 3px;
}

div.store-item div.store-item-desc form input[type="image"] {
	float: right;
	margin-top: 10px;
}

.container_12 {
	background: url('../img/bg_main.png') no-repeat;
	height: 608px;
}

#header {
	margin-top: 80px;
	height: 45px;
	line-height: 45px;
	vertical-align: bottom;
	text-align: right;
}

#content {
	height: 415px;
	color: #06276f;
	overflow: hidden;
}

#content .content {
	height: 360px;
	overflow: hidden;
}

#sidebar {
	margin-top: 25px;
	padding: 5px;
	width: 105px;
	height: 300px;
	color: white;
	overflow: hidden;
}

#footer {}

#subfooter {
	font-size: 10px;
	margin-top: 20px;
	color: #555;
}

#subfooter a {
	color: #555;
	text-decoration: none;
}

.left-col {
	margin-left: 55px;
}

.right-col {
	text-align: right;
}

.toggler {
	cursor: pointer;
}