.relatedContent {
	width: 770px;
	float: right;
}

/*
 * Refine
 */
.refine {
	background: url(../img/spriteNav.png) top left no-repeat;
	padding-top: 11px;
	margin-bottom: 10px;
}

.refine .first {
	padding-top: 0;
}

.refineOptns {
	background: url(../img/spriteNav.png) top right repeat-y;
	border-bottom: 1px solid #493139;
	padding: 11px 0;
}

.refineOptns h3 {
	padding: 0 11px;
	font-size: 87.5%;
}

.refineOptns h4 {
	margin: 0 0 10px;
	padding: 0 11px 6px;
	background: url(../img/bkSearchBorder.png) bottom left no-repeat;
}

.refineOptns ul {
	margin: 0;
	padding: 0 11px 0;
	list-style-type: none;
}

.refineOptns li {
	margin: 0;
	padding: 0 0 10px;
}

.refineOptns li a {
	text-decoration: underline;
}

.refineOptns ul.colours {
	margin: 0;
	padding: 0;
}

.refineOptns ul.colours li {
	margin: 0;
	padding: 0;
}

.refineOptns ul.colours a {
	display: block;
	padding: 5px 0;
	margin: 0 2px;
}

.refineOptns ul.colours a span {
	display: block;
	padding-left: 32px;
}

.refineOptns ul.colours span span {
	display: inline !important;
	padding: 0 !important;
}

.refineOptns ul.colours a:hover {
	margin: 0 2px;
	color: #ebc4cb;
	text-decoration: none;
}

.refineOptns p {
	margin: 0;
	padding: 0 11px 0 11px;
}

.refineOptns .clearSelection {
	padding-bottom: 10px;
	display: block;
}

.refineOptns .size {
	color: #ebc4cb;
	text-decoration: underline;
	font-size: 87.5%;
}

/*
 * Result List
 */
.search {
	position: relative;
}

ul.results {
	list-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
}

ul.results li {
	font-family: georgia, serif;
	font-size: 87.5%;
	line-height: 1em;
	float: left;
	padding: 0px 10px 10px 0px;
	margin: 0px;
}

ul.results li.last {
	padding: 0px;
}

ul.results li a {
	border: 1px solid #520829;
	background: #200410;
	color: #ebc4cb;
	padding: 6px 6px 10px 6px;
}

ul.results li a:hover {
	border-color: #ce4182;
	color: #ebc4cb;
}

ul.results li a img {
	padding-bottom: 5px;
}

ul.results li a span {
	padding-bottom: 4px;
	display: block;
}

.viewBehind {
	float: right;
	background: url(../img/spriteMisc2.gif) 0 -96px no-repeat;
	padding-left: 25px;
}

.viewFront {
	float: right;
	background: url(../img/spriteMisc2.gif) 0 -135px no-repeat;
	padding-left: 25px;
}

.viewBehind a,
.viewFront a {
	color: #ebc4cb;
}


/*
 * Product Popup
 */
.prodDS {
	background: url(../img/bgProdDS.png) top right repeat-y;
	position: absolute;
	padding-bottom: 11px;
	width: 345px;
	top: -125px;
	left: 150px;
	display: none;
}

.prodPU {
	border: 1px solid #ce4182;
	padding: 6px 6px 10px 6px;
	background: #200410;
	position: relative;
	margin: -6px 0px 0px -6px;
	width: 325px;
}

.prodPU h3,
.prodPU p,
.prodPU li {
	color: #ebc4cb;
}

.prodPU h3 {
	width: 245px;
	float: left;
}

.prodPU .price {
	font-family: georgia, serif;
	margin-bottom: 0px;
	font-size: 100%;
	float: right;
}

.prodPU img {
	padding-bottom: 15px;
}

.prodPU .options {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}



.prodPU .options li {
	display: inline;
}

.prodPU .options li:after {
	content: ',';
}

.prodPU .options li.final:after {
	content: '';
}

.prodPU .options li.final:before {
	content: 'and ';
}

#xsearchSortOption {
	position:relative;
	display:block;
	top:-32px;
	left:550px;
	width:280px;
	margin:0px;
	padding:0px;
	height:auto;
}

#searchSortOption {
	width:280px;
	margin:-50px 0 10px 550px;
	padding:0px;
}

#searchSortOption label {
	padding-right:10px;
}

#searchSortBy {
	color:#ebc4cb;
	background-color:#000000;
}













