@charset "UTF-8";


/* Adelente Code: */

.SelectHeading, .SelectHeadingLink a {
	font-size: 12px;
	background-image: url(/webshops/images/layout-images/Select-Heading-BG.png);
	background-repeat: no-repeat;
	height: 21px;
	padding: 2px 0 4px 10px;
	margin-top: 4px;
	clear:both;
}
.SelectHeadingLink a {
	background-image: url(/webshops/images/layout-images/Select-Heading-Plus.png);
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.SelectHeadingLink a.Minus {
	background-image: url(/webshops/images/layout-images/Select-Heading-Minus.png);
}
#PersonaliseDetails, .PersonaliseDetailsBottom {
	background-image: url(/webshops/images/layout-images/PersonaliseDetailsBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	width: 304px;
	float: right;
}
.PersonaliseDetailsBottom {
	background-position: left bottom;
	padding: 0px 10px 0 10px;
	height: 10px;
}
.StyleSamples, .StyleSamplesBottom {
	background-image: url(/webshops/images/layout-images/StyleSamplesBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 194px;
}
.StyleSamplesBottom {
	background-position: left bottom;
	height: 10px;
}
.StyleSamples p {
	color: #FFF;
	padding: 0 10px 0 10px;
}
.StyleSamplesWrapper {
	float: left;
	width: 194px;
}
.StyleSamplesTitle {
	font-size: 12px;
	font-weight: bold;
	margin-top: 6px;
}
.StyleSamplesEnlarge a {
	color: #FFF;
}
.StyleSamples img {
	cursor:pointer;
}
.StyleSamplesEnlarge img {
	display:block;
	float:right;
}
.PersonalisedNumber {
	font-weight: bold;
	background-image: url(/webshops/images/layout-images/PersonalisedNumberBG.png);
	background-repeat: no-repeat;
	width: 18px;
	text-align: center;
	float: left;
	margin-right: 6px;
}
.PersonalisedTitle {
	font-weight: bold;
}
#PersonaliseDetails input, #PersonaliseDetails select, #PersonaliseDetails textarea {
	width: 270px;
	margin: 2px 0 2px 24px;
}




/* Ryland Code: */

.StoreBasketSelect fieldset {
	padding:0;
	border:0;
	margin:0;
}
div#PersonaliseDetailsShowHide{
	display:none;
}
em.validationError {
	display:block;
	color:red;
	padding-bottom:0px;
}

/* Sizes */
div.StoreBasketSelect #Sizes p {
	clear:left;
}
div.StoreBasketSelect #Sizes input,
div.StoreBasketSelect #Sizes label,
div.StoreBasketSelect #Sizes span{
	display:block;
	float:left;
}
div.StoreBasketSelect #Sizes label{
	width:130px;
}

/* Colours */
div.StoreBasketSelect #Colours p {
	float:left;
	width:45%;
}