#contentWrapRight {
	float: left;
	width: 300px;
	margin-left:432px;
	/*margin-top:-170px;*/
	margin-top:-180px;
	
}

.productPriceWrap {
	background-color: #CCCCCC;
	padding: 5px;
	color: #000000;
	font-weight: bold;
}

.productPriceWrap img {
	border: 0;
}

#basketWrap {
	margin:0;
	background-color: transparent;
	padding-bottom: 10px;
	width:300px;
	/*border-right: 3px #CCCCCC solid;
	border-left: 3px #CCCCCC solid;*/
}

#basketTitleWrap {
	background-color:transparent;
	border: 3px transparent solid;
	height: 20px;
	width:300px;
	/*background-image:url('http://www.dorboweb.com/images/headerpan.jpg');
	background-repeat:no-repeat;*/
	background-position:160px;
}

#basketItemsWrap img {
	border: 0;
}

#basketItemsWrap ul {
	list-style-type: none;
	list-style-position: outside;
	text-align:left;
	margin: 0;
	padding: 0;
	
}

#basketItemsWrap li {
	background-color: #ffffff;
	margin: 5px;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:10px;
	color:#505050;
		list-style-type: none;
	list-style-position: outside;
	text-align:left;
}

.basketItemLeft {
	float: left;
}

.basketItemRight {
	float: right;
}

#bannerWrap {
	margin: 0;
	padding-bottom:0;
	/*background-image: url(http://www.dorboweb.com/include/js/jquery/caddie/images/basketFooter.png);
	width:300px;
	height:40px;*/
}