@charset "UTF-8";
/* CSS Document */

ul.store_nav {
	font-size: 0.75em;
	padding-bottom: 7px;
	padding-left: 0;
	line-height: 1.5em;
}

ul.store_nav li {
	display: inline;
}

ul.store_nav a:link, ul.store_nav a:active, ul.store_nav a:visited {
	color: #666;
}

ul.store_nav .li_sep {
	padding: 0 5px;
}

.view_cart {
	float: right;
}

.line_head {
	padding: 7px;
	background-color: #666;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 0.75em;
	margin-top: 30px;
}

.product_box {
	width: 20%;
	float: left;
	padding: 0 15px;
	text-align: center;
}

.product_box img {
	padding: 7px 0;
}

.store_item_img {
	float: left;
	width: 300px;
	text-align: left;
	padding: 0 0 25px 0;
}

.store_item_info {
	float: right;
	width: 500px;
	text-align: left;
	padding: 15px 15px 0 0;
}

.star_rating_empty {
	background: url(../images/store/star_rating_gray.jpg) 0 0 no-repeat;
	height: 20px;
	width: 126px;
	float: left;
}

.star_rating_full {
	background: url(../images/store/star_rating_gold.jpg) 0 0 no-repeat;
	height: 20px;	
}

p.star_rating_total {
	padding-top: 4px;
	padding-left: 10px;
	float: left;
}

.customer_feedback_container {
	padding: 15px 0;
}

p.review_text {
	padding-top: 15px;
}

/* cart styles */

.cart_price {
	text-align: right;
}

.cart_actions {
	float: right;
	display: inline;
	padding: 0 0 30px 15px;
}

.cart_roundup p {
	padding: 7px 0;
}

/* register ul's */

ul.store_register {
	list-style: disc;
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 0 0 0 50px;
	margin: 0;
}

/* misc */
table.checkout_login input {
	margin-bottom: 15px;
}






