#cart {
	background-image: url(../images/_cart_bg.gif);
	background-repeat: repeat-y;

}
#cart_top {
	background-image: url(../images/_cart_onlineshopping.gif);
	height: 38px;
	background-repeat: no-repeat;
	background-position: left;
}
#cart_bottom {
	background-image: url(../images/_cart_bot.gif);
	height: 25px;
}
#cart_additions_title {
	background-image: url(../images/_cart_latestadditions.gif);
	height: 35px;
	margin-left: 10px;
	margin-right: 11px;
}
.product_title {
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #03451B;
	text-align: left;
}
#product_image {
		text-align: center;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #03451B;
		padding-bottom: 10px;
		background: #FFFFFF;
}
	#product_image img {	
		padding: 3px;
	}
	#product_image a img {
		border-color: #D6EBC2;
	}
	#product_image a:hover img {
	padding: 1px;
		border: 4px solid #FFFFFF;
	}
	
#cart_additions, #cart_categories  {
	padding-right: 15px;
	padding-left: 15px;
}
#cart_additions {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6EBC2;
}
#cart_categories {}
#cart_categories a {
		color: #FFFFFF;
		display: block;
		font-size: 10px;
		text-decoration: none;
		background-image: url(../images/_cart_folder.gif);
		background-repeat: no-repeat;
		background-position: left;
		padding-left: 20px;
		padding-top: 5px;
		line-height: 15px;
}
#cart_categories a:hover {
	color: #D6EBC2;
	text-decoration: underline;
}
.product_details {
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#addtocart {
	height: 38px;
	width: 125px;
	display: block;
	background-image: url(../images/_cart_button.gif);
	margin-right: auto;
	margin-left: auto;
}

#safe2shop {
		background: #FFFFFF;
		text-align: center;
}

p.latest {
		color: #FFFFFF;
		margin-left: 10px;
		margin-right: 12px;
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: 1px solid #999999;
		background: #000000;
}

a.latest {
		margin-left: 10px;
		margin-right: 12px;
		padding-right: 10px;
		padding-left: 23px;
		display: block;
		color: #FFFFFF;
		font-size: 10px;
		text-decoration: none;
		margin-bottom: 5px;
		padding-bottom: 3px;
		background: url(../images/_cart_folder.gif) no-repeat 3px;
		line-height: 12px;
}
a.latest:hover {
	color: #D6EBC2;
	text-decoration: underline;
}

#latest {
		margin-bottom: 3px;
		padding-bottom: 3px;
}
