/* IDS */

#category-title {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	padding: 22px 0 0 15px;
}

#prod-list {
	margin-top: 20px;
}

#prod-list ul{
	list-style: none;
}

#prod-list ul li {
	margin-top: 10px;
}

#prod-list ul li a{
	font-size: 16px;
	font-style: italic;
	color: white;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	
	padding-left: 30px;
	display: block;
	height: 22px;
	width: 575px;
}

#prod-list .on {
	background: url(images/store/prod-li-1-ON.gif) no-repeat center left;
}

#prod-list ul li ul li {
	margin-top: 10px;
}

#prod-list ul li ul li a {
	font-size: 12px;
	padding-left: 8px;
	background: url(images/store/prod-li-2.gif) no-repeat top left;
}

#prod-list ul li ul li ul li{
	margin-top: 0;
}

#prod-list ul li ul li ul li a {
	font-weight: normal;
	background: url(images/store/prod-li-3.gif) no-repeat top left;
}

#product {
	width: 100%;
	margin-top: 22px;
}

#product .title {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: white;
	padding-left: 35px;
	height: 43px;
	background: url(images/store/product-title.jpg) no-repeat left;
	
}

#product .description {
	font-size: 12px;
	color: white;
	padding: 0 15px 0 15px;
}

/* CLASSES */

.cart {
	width: 707px;
	border: solid 1px #C75151;
	margin-top: 15px;
}

.cart .top td{
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: url(images/store/cart-top.gif) repeat-x #8F0506;
	height: 29px;
	padding-left: 10px;
}

.cart .odds td {
	background-color: #CC0004;
	padding: 10px;
	font-size: 12px;
	color: white;
}

.cart .evens td {
	background-color: #9F0607;
	padding: 10px;
	font-size: 12px;
	color: white;
}

.cart .total td{
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	background-color: #9F0607;
	padding-left: 10px;
}

.cart .semi-total td{
	font-size: 12px;
	text-transform: capitalize;
	color: white;
	background-color: #9F0607;
	padding-left: 10px;
}

.cart .final td{
	background-color: #CC0004;
	padding: 10px;
	font-size: 12px;
	color: white;
	border-bottom: solid 1px #C75151;
}

.checkout {
	width: 575px;
	margin-left: 35px;
}

.checkout td {
	border: solid 1px #C75151;
}

.checkout td td {
	border-width: 0;
}

.upsale {
	width: 707px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #C75151;
	margin-top: 15px;
}

.upsale .item td{
	font-size: 12px;
	color: white;
	padding: 10px;
	border-bottom: solid 1px #C75151;
	
}