div a.boxURL {
	color: #050;
	height: 25px;
	display: block;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	margin-top: -25px;
	background-color: white;
}
div a.boxURL:hover {
	color: #393;
}

#LeftContent, #SubLeftContent {
	float: left;
	width: 646px;
	height: 596px;
}
	#LeftContent div {
		top: 30px;
		border: 1px dashed darkred;
		margin: 10px;
		opacity: 0.8;
		padding: 10px;
		position: relative;
		background-color: #FFFFDD;
	}

#RightContent, #SubRightContent {
	width: 300px;
	float: right;
}
	#RightContent div {
		width: 145px;
		float: left;
		height: 197px;
		margin-right: 4px;
		margin-bottom: 2px;
		background-position: center;
	}
		
#SubLeftContent {
	width: 210px;
	padding-top: 30px;
	border-right: 1px dotted #AAA;
}
	#SubLeftContent a {
		margin-left: 15px;
		font-size: 12px;
		display: block;
		color: #363;
		border-bottom: 1px dotted #AAA;
	}

#SubRightContent {
	width: 726px;
}
	#SubRightContent div.SubCategory {
		width: 231px;
		height: 190px;
		margin-right: 4px;
		margin-bottom: 10px;
		background-repeat: no-repeat;
		background-position: center;
		float: left;
	}
	#SubRightContent div.ProductCase {
		margin-bottom: 10px;
	}
	#SubRightContent div.Product {
		width: 170px;
		float: left;
		/*height: 190px;*/
		margin-right: 10px;
		margin-bottom: 10px;
	}
		#SubRightContent div.Product img {
			width: 100%;
			height: 190px;
			border: 0px;
		}
		#SubRightContent div.Product a.Box {
			color: #363;
			border: 1px solid #DDD;
			height: 30px;
			padding: 3px;
			display: block;
			font-size: 12px;
			text-align: center;
			font-family: tahoma;
		}
		#SubRightContent div.Product span.Cost {
			color: #444;
			display: block;
			font-size: 13px;
			text-align: center;
		}
	#SubRightContent .Paginate {
		font-size: 12px;
		text-align: right;
		margin-bottom: 10px;
		border-bottom: 1px solid #DDD;
		padding-bottom: 3px;
		padding: 3px;
		background-color: #EEEEFF;
		text-transform: uppercase;
		padding-right: 14px;
		color: #444 !important;
	}
		.Paginate a {
			padding: 3px 10px 5px 10px;
			background-color: white;
			margin-left: 5px;
			border: 1px solid #BBB;
			border-top: 0px;
			border-bottom: 0px;
			font-size: 15px;
			color: #FF00FF !important;
		}

		.Paginate b a {
			text-decoration: underline;
		}
	
#Product {
}

	#Product img {
		width: 500px;
		float: left;
		border: 1px solid #DFDFDF;
	}
	#Product div.Sect {
		background-image: url( 'http://www.thisispretty.co.uk/media/images/productdetails_bg.png' );
		background-position: bottom;
		background-repeat: no-repeat;
		float: right;
		width: 218px;
		font-size: 12px;
		border-top: 1px dotted #CCC;
		padding-top: 5px;
	}
		#Product div.Sect span.Title {
			display: block;
			font-size: 15px;
			padding: 2px 0px 2px 10px;
			line-height: 25px;
			background-color: #9CDEED;
		}
		
		#Product div.Sect div.Text {
			padding: 8px;
			margin-bottom: 25px;
			border-top: 1px dotted #DDD;
		}
		
		#Product div.Sect input {
			border: 1px solid #DDD;
			background-color: white;
			padding: 2px;
			margin-left: 5px;
		}
		#Product div.Sect input[type='submit'] {
			width: 80px;
			color: black;
			border: 1px solid #AAA;
			background-color: #9CDEED;
		}

	#ImagesUnder img {
		width: 100px;
		margin-right: 10px; 
		cursor: pointer;
	}
	#PIBanner {
		display: block;
		border-bottom: 1px dashed #999;
		margin: 10px 0px 10px 0px;
	}

