#store_content #now {
	display:none;	
}

#category_product {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#store_content .product {
	float: left;
	width: 150px;
	height: 180px;
	margin-bottom: 10px;
}

#store_content .product div {
	clear: both;
	width: 120px;
}

#store_content .product img {
	float: left;
	height: 120px;	
	width: 120px;
	border: 1px solid #000000;
}

.store {
	width: 646px; 
	border-right: 0px;
}

#store_content {
	float: left;
	background:  url('../image/dsb/music_tab.png') no-repeat;
	background-color: #e2ecf4;
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 100px 20px;
}

#shopping_cart_btn {
	float: left;
	margin-left: 410px;
	margin-bottom: 40px;
}

.add_to_cart {
	float: right;
	margin-right: 25px;
	width: 200px; 
	background: #F7F7F7; 
	border: 1px 
	solid #DDDDDD; 
	padding: 10px;
}

.add_to_cart a, .buttons a {
	display: block;
	float: right;
	background-color: #c8dbea;
	border: 1px solid #000000;
	padding: 2px 5px;
}

.add_to_cart a:hover, .buttons a:hover {
	background-color: #a2bfdb;
	cursor: pointer;
}

.cart .even {
	background-color: #c8d9ea;
}

.cart .odd {
	background-color: #8db0d3;	
}

.product_options {
	float: right; 
	width: 200px; 
	background: #FFFFCC; 
	border: 1px solid #FFCC33; 
	padding: 10px; 
	margin-right: 25px;
	margin-top: 10px; 
	margin-bottom: 15px;
}
