/* @override http://www.lifeintegratedfitness.com/styles/LIF_layout.css */

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: #876c3e url(/images/bg.png) repeat-x;
}

#container {
	width:880px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width:880px;
	height:189px;
	background: url(/images/header_bg.jpg) no-repeat;
}

#nav_bar {
	width:880px;
	height:30px;
	background: url(/images/nav_bar.png) no-repeat;
	position: relative;
}

#content_container {
	width:880px;
	background: #fff url(/images/content_container_bg.jpg) no-repeat;
	float: left;
}

#sub_nav {
	width: 233px;
	float: left;
	padding: 35px 9px 10px 18px;
}

#content {
	width: 340px;
	float: left;
	padding: 60px 10px 10px 10px;
}
#inside-content {
	float: left;
	padding: 105px 30px 10px 10px;
	width: 570px;
}

#inside-content div.dateline {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	clear: both;
	width: 99%;
	float: left;
}
#sidebar {
	width: 253px;
	float: right;
	margin: 15px 5px 10px 0px;
}

#sidebar_top {
	background: url(/images/sidebar_top.png) no-repeat;
	height: 26px;
}

#sidebar_content {
	background: url(/images/sidebar_bg.png) repeat-y;
	padding: 0px 30px;
}

table#yab-checkout-table {
	border-collapse: collapse;
	font-size: .9em;
}
table#yab-checkout-table td {
	padding: 0px 10px;
}

#yab-checkout-table tbody tr th {
	border-bottom: 1px solid #f0ecdb;
	color: #555;
	padding: 0px 10px 5px 10px;	
}

#yab-checkout-form label {
	padding: 0px 10px 0px 0px;
}

#yab-checkout-form input {
	margin: 0px 10px 0px 0px;
}

#yab-checkout-form fieldset p.submit input.submit {
	margin: 0px;
	border: 0px none;
	padding: 0px;
	height: 28px;
	width: 114px;
	text-indent: -999em;
	overflow: hidden;
	background: url(/images/place-order.png) no-repeat;
	cursor:pointer;
	line-height: 0;
	display: block;
	float: left;
	clear: both;
}

#yab-checkout-table tbody tr.yab-checkout-subtotal, #yab-checkout-table tbody tr.yab-checkout-total {
	background: #f0ecdb;
}

#yab-checkout-form fieldset {
	padding: 10px;
	border: 1px solid #f0ecdb;
}

tr.yab-checkout-tax {
	display: none;
}
#sidebar_bottom {
	background: url(/images/sidebar_bottom.png) no-repeat;
	height: 25px;
	clear: both;
}

#footer {
	width:880px;
	padding: 25px 10px 0px 10px;
	background: url(/images/footer.png) no-repeat;
	clear: both;
}

.left, #content img {
	float: left;
	margin: 0px;
	padding: 4px 10px 4px 0px;
}

.right, #content img.right {
	float: right;
	margin: 0px;
	padding: 4px 0px 4px 10px;
}
.none, #content img.none {
	float: none;
	margin: 0px;
	padding: 0px;
}
a .left, #content a img, #content a img.left, a .right, #content a img.right, a .none, #content a img.none {
	border: 0px none;
	text-decoration: none;
}

.clear {
	clear: both;
}

div.listing {
	width: 160px;
	height: 290px;
	float: left;
	margin: 0px 5px;
}

p.yab-add input {
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #333;	
}

p.yab-add input.submit {
	border: 0px none;
	padding: 0px;
	height: 28px;
	width: 114px;
	text-indent: -999em;
	overflow: hidden;
	background: url(/images/add_cart.png) no-repeat;
	cursor:pointer;
	line-height: 0;
}

span.yab-subtotal {
	display: block;
}

a.yab-to-checkout {
	height: 28px;
	width: 114px;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background: url(/images/checkout.png) no-repeat;
	margin: 5px 0px 0px 70px;
	cursor:pointer;
	line-height: 0;
}


div.listing div.caption {
	height: 50px;
	clear: both;
	margin: 0px 0px 10px 0px;
}

div.audio_samples ul li {
	clear: both;
	height: 110px;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
}

