.cartbox-bg-top {
	height: 8px;
	width: 696px;
	background: url(/images/content_bg_top.png) no-repeat;
	}

.cartbox-bg-bot {
	height: 12px;
	width: 696px;
	background: url(/images/content_bg_bot.png) no-repeat;
	}

.cartbox {
	min-height: 170px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 10px;
	background: url("/images/content_bg.png");
	border-top: thin solid transparent;
	/*border: thin solid black;*/
	}

.cartbox li {
	font-size: 12px;
	margin-bottom: 0px;
	}

.cartbox-intro {
	/*min-height: 220px;*/
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 10px;
	background: url("/images/content_bg.png");
	border-top: thin solid transparent;
	/*border: thin solid black;*/
	}

.cartbox-intro ul {
	margin: 0px;
	}

.cartbox-intro li {
	font-size: 13px;
	margin-left: 15px;
	}

.cart-content {
	display: block;
	margin: 8px 0px 8px 159px;
	background-color: #9FC9DF;
	padding: 10px;
	border: 1px solid;
	border-left-color: #99FFFF;
	border-top-color: #99FFFF;
	border-right-color: #336699;
	border-bottom-color:#336699;
	font-size: 14px;
	height: auto;
	/*height: 144px;*/
	}

.cart-content h1 {
	margin: 0px 0px 8px 146px;
	padding: 0px 0px 3px 0px;
	
	}

.cart-content img {
/*	border: 1px solid;
	border-left-color: #336699;
	border-top-color: #336699;
	border-right-color: #99FFFF;
	border-bottom-color:#99FFFF;*/
	margin-bottom: 2px;
	float: left;
	}

.cart-content li {
	/*margin-left: 130px
	padding-left: 25px;*/
	}

.cart-content ul {
	list-style-position: inside;	
	margin-left: 130px;
	padding-left: 25px;
	}

.content ul {
	list-style-position: inside;	
	margin-left: 140px;
	padding-left: 25px;
	}

.cart-title {
	display: block;
	margin: 0px 10px 0px 152px;
	padding: 1px 5px 4px 5px;
	color: #000066;
	height: 13px;
	background-color: #FFD98A;
	line-height:110%;
	border:1px solid;
	border-left-color: #336699;
	border-top-color: #336699;
	border-right-color: #99FFFF;
	border-bottom-color:#99FFFF;
	/*overflow: visible;
	white-space: pre;*/
	}

