/*
 * Product Detail
 */
.productInfo {
}

.productInfo h1 {
	font-family: 'Times New Roman', georgia, sans-serif;
	color: #f4cdd6;
	font-size: 19px;
	font-weight:bold;
	letter-spacing: 0.04em;
	font-style: italic;
	padding:0 0 0 0;
	margin:0 0 2px 0;
}

.productDetail {
	width: 707px;
	float: left;
}

.productContent {
	padding-top: 10px;
	margin-right:27px;
	width: 315px;
	float: right;
}

.photoModule {
	width: 350px;
	float: left;
}

.photoModule .zoom {
	position:absolute;
	top:700px;
	left:0px;
	width:250px;
	color:#f4cdd6;
	font-size:11px;
	padding: 0 0 0 0;
	/** background: url(../img/iconZoom.gif) left no-repeat;**/
}

.photoModule ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0px;
}

.photoModule ul li {
	padding-right: 4px;
	position: relative;
	float: left;
}

.photoModule ul li.last {
	padding-right: 0px;
}

.photoModule ul li a img {
 opacity: 0.5;
}

.photoModule ul li a span {
	background: url(../img/video_thumbnail.png) 50% 50% no-repeat;
	text-indent: -99999px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 65px;
	height: 83px;
	cursor: pointer;
}

.photoModule ul li a:hover img,
.photoModule ul li.selected a img {
	opacity: 1;
}

.purchase {
	position:relative;
	width: 260px;
	padding: 5px 0px 40px 0px;
}

p.qtext {
	color:#F4CDD6;
	font-family:arial, sans-serif;
	font-size:11px;
	margin:14px 0 0 0;
	vertical-align:top;
	line-height:14px;
}


p.singleSize {
	color:#F4CDD6;
	font-family:arial, sans-serif;
	font-size:11px;
	margin:0 0 14px 0;
	vertical-align:top;
	line-height:14px;
}

.purchase label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #f4cdd6;
	font-size: 10px;
	letter-spacing: 0.02em;
	padding:2px 0 0 3px;
	margin:0 0 0 0;
	height:18px;
	display: block;
}

.purchase a.size {
	text-decoration: underline;
	margin-left: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #f4cdd6;
	font-size: 10px;
	letter-spacing: 0.02em;
}

/*
 * Range & Related Options
 */
.rangeOptns {
 	padding: 0px 0px 0px px;
	float: right;
	width: 273px;
	min-height: 556px;
}

.rangeOptnsOther {
	padding-top: 0 !important;
}


ul.rangePhotos {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.rangePhotos li {
	margin: 0px 4px 4px 0px;
	padding: 0px;
	background: #000000;
	float: left;
}

ul.rangePhotos li.last {
	padding-right: 0px;
}

ul.rangePhotos li a {
	position: relative;
	display: block;
	width: 65px;
	height: 83px;
}

ul.rangePhotos li a span {
	position: absolute;
	text-align: center;
	width: 65px;
	top: 28px;
	left: 0px;
	color: #ebc4cb;
	display: none;
}

ul.rangePhotos li span.remove {
	background: none;
}

ul.rangePhotos li a:hover img {
	opacity: 0.3;
}

ul.rangePhotos li a:hover span {
	display: block;
}

.productInfo h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f4cdd6;
	font-size: 10px;
	letter-spacing: 0.05em;
	padding:2px 0 0 3px;
	margin:0 0 0 0;
	height:18px;
	border-top: 2px solid #f4cdd6 !important;
}

.colourSwatches {
	padding: 0px;
	margin: 0px 0 0 4px;

}
.coloursWrapper {
	padding: 0px;
	margin: 0px;
	width:260px;
	position: relative;
}

.coloursWrapper .coloursHover {
	padding: 0px 4px 4px 0px;
	margin: 0px;
	float: left;
	width:47px;
	height:40px;
	cursor: pointer;
}

.coloursWrapper .last {
	padding-right:0px;
}

.coloursWrapper .largeSwatches {
	z-index:500;
	position: absolute;
	top: 0px;
	left: 0px;
	width:81px;
	height:87px;
	padding: 0px;
	display:none;
}

.coloursWrapper .largeSwatches .largeSwatchNew {
	padding:0 0 0 0;
	margin:0 0 0 0;
	width:81px;
	height:70px;
}

.coloursWrapper .largeSwatches .largeSwatchName {
	padding:1px 0 0 4px;
	margin:0 0 0 0;
	height:15px;
	background-color:#000000;
	color:#f4cdd6;
	font-family:arial, sans-serif;
	text-align:left;
	text-transform:uppercase;
	font-size:10px;
}
.largeSwatchName {}

/*
 * Range Home Page
 */

.range h1 {
 	font-family: 'Times New Roman', georgia, sans-serif;
	color: #f4cdd6;
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 0.03em;
	font-style: italic;
 	text-indent: 0;
}

.range .rangeIntro {
 	float: left;
	width: 260px;
}

.range .rangeIntro p {
	font-family:arial, sans-serif;
	font-size:11px;
	vertical-align:top;
	line-height:14px;
	font-weight:normal;
	color: #f4cdd6;
}

.range .rangeCarousel {
	float: left;
}

.range .rangeCarousel {
 	float: left;
	margin-bottom: 28px;
}

.range .rangeDetail {
	clear: both;
}

.range .rangeDetail img {
 	float: left;
}

.rangeContent {
	float: left;
	padding: 13px 0 0;
	margin-left: 40px;
	width: 533px;
	margin-right: 10px;
}

.rangeContent h2 {
	font-family: 'Times New Roman', georgia, sans-serif;
	color: #f4cdd6;
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 0.03em;
	font-style: italic;
 	text-indent: 0;
}

.rangeContent p {
	font-family:arial, sans-serif;
	font-size:11px;
	vertical-align:top;
	line-height:14px;
	font-weight:normal;
	color: #f4cdd6;
}

.range .size {
	color: #f5e2e5;
	text-decoration: underline;
	font-size: 90%;
}

.range .product {
	float: left;
	width: 250px;
	margin-right: 25px;
}

.range .product .productRight {
	width: 118px;
	float: left;
	overflow: hidden;
}

.range .last {
	margin-right: 0 !important;
}

.range .product .prodTitlePriceWrap {
	height:60px;
}

.range .product h4 {
	margin: 0;
	padding: 0;
	font-family: 'Times New Roman', georgia, sans-serif;
	color: #f4cdd6;
	font-size: 14px;
	font-weight:bold;
	letter-spacing: 0.03em;
	font-style: italic;
 	text-indent: 0;
}

.range .product img {
	border-right: 2px solid #000000;
	float: left;
	margin-right: 10px;
}

.range .product .price {
	color: #f4cdd6;
	font-family:arial, sans-serif;
	font-size:10px;
	vertical-align:top;
	margin-bottom: 10px;
}

.range .other {
	margin: 24px 0 0;
	padding: 14px 0 0 0;
}

.range .other h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #f4cdd6;
	font-size: 10px;
	letter-spacing: 0.02em;
	padding:2px 0 0 3px;
	margin:0 0 0 0;
	height:18px;
	text-transform:uppercase;
	border-top: 2px solid #f4cdd6 !important;
	width:118px;
}

.range .other .errormessage {
	font-family:arial, sans-serif;
	font-size:11px;
	vertical-align:top;
	line-height:14px;
	font-weight:normal;
	color: #f4cdd6;
}

.range .other .product {
	margin-right: 90px;
	/*margin-top: 15px;*/
	margin-bottom: 14px;
}

.range .productInfoLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #f4cdd6;
	font-size: 10px;
	letter-spacing: 0.02em;
	padding:2px 0 0 3px;
	margin:14px 0 0 0;
	height:18px;
	border-top: 2px solid #f4cdd6 !important;
}

.range .productInfoLink a {
	color: #f4cdd6;
}

.range .productInfoLink a:hover {
	color:#ef252d;
}

.lineSplit {
	border-top: 2px solid #f4cdd6 !important;
}

/*
 * Errormessages
 */

.errormessagebox {
	width:120px;
	float:left;
}

p.qty2 {
	width:130px;
	height:17px;
}

form .qty2 input {
	position:relative;
	top:-19px;
	left:96px;
	border: 1px solid #000000;
	text-align: center;
	height: 13px;
	width: 24px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	color: #f4cdd6;
	font-size: 10px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.qty2 span.plus {
	position:relative;
	top:-31px;
	left:121px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background: url(../img/up-arrow-9x5.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	width: 11px;
	height: 7px;
	cursor: pointer;
}

.qty2 span.plusOver {
	background: url(../img/up-arrow-red-11x7.png);
	width: 11px;
	height: 7px;
	top:-32px;
	left:120px;
}

.qty2 span.minus {
	position:relative;
	top:-30px;
	left:121px;
	padding:0 0 0 0;
	margin:0 0 0 0;
	background: url(../img/down-arrow-9x5.gif);
	background-repeat: no-repeat;
	text-indent: -99999px;
	display: block;
	width: 11px;
	height: 7px;
	cursor: pointer;
}

.qty2 span.minusOver {
	background: url(../img/down-arrow-red-11x7.png);
	width: 11px;
	height: 7px;
	top:-31px;
	left:120px;
}

select.cC2 {
	border: 1px solid #f4cdd6;
	background-color: #f4cdd6;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.errormessagebox select.cC{
	margin:10px 0 0 0;}

select.cC2w {
	width:118px;
}

.product .errormessagebox p.price{
	margin-bottom:10px;}

/*
 * Tabbed Information
 */

.tabedInfo {
	border-top: 2px solid #f4cdd6 !important;
	width:260px;
}

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


.tabedInfo li.withTab {
	float: left;
	width: 87px;
	top: 0px;
	left: 0px;
}

.tabedInfo li.withTabLast {
	width: 86px;
}

.tabedInfo li.withTab a.tab {
	padding:2px 0 0 0;
	margin:0 0 0 0;
	height:18px;
	display: block;

	font-family: Arial, Helvetica, sans-serif;
	color: #f4cdd6;
	font-size: 10px;
	letter-spacing: 0.02em;

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
	width: 83px;
	background: url(../img/down-arrow-9x6.gif) no-repeat 68px 6px;
}

.tabedInfo li.del a.tab {
   top: 0px;
   left: 3px;
}

.tabedInfo li.ret a.tab {
   top: 0px;
   left: 90px;
}

.tabedInfo li.inf a.tab {
   top: 0px;
   left: 177px;
}

.tabedInfo li a.tab:hover {
   background: url(../img/down-arrow-red-11x7.png) no-repeat 67px 6px;
}

.tabedInfo li.selected a.tab,
.tabedInfo li.selected a.tab:hover {
   background: url(../img/down-arrow-red-11x7.png) no-repeat 67px 6px;
}

.tabedInfo ul li ul {
	position: relative;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	width: 260px;
	background: #f4cdd6;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

.tabedInfo ul li ul li {
	padding: 3px;
	float: none;
	color: #000000;
}

.tabedInfo ul li ul li a {
	text-decoration: none !important;
	color: #ef252d;
}

/*
 * Tabbed related and recently viewed
 */

#rightTabInfo {
	border-top: 2px solid #f4cdd6 !important;
	width:273px;
}

#rightTabInfo ul {
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px;
}


#rightTabInfo li.withTab2 {
	float: left;
	width: 136px;
	top: 0px;
	left: 0px;
}

#rightTabInfo li.withTab2 a.tab2 {
	padding:2px 0 0 3px;
	margin:0 0 0 0;
	height:18px;
	display: block;

	font-family: Arial, Helvetica, sans-serif;
	color: #f4cdd6;
	font-size: 10px;
	letter-spacing: 0.02em;

	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#rightTabInfo li.liRelated a.tab2 {
	top: 0px;
	left: 0px;
	width: 112px;
	background: url(../img/down-arrow-9x6.gif) no-repeat 100px 6px;
}

#rightTabInfo li.liRecent a.tab2 {
	top: 0px;
	left: 115px;
	width: 155px;
	background: url(../img/down-arrow-9x6.gif) no-repeat 143px 6px;
}

#rightTabInfo li.liRelated a.tab2:hover,
#rightTabInfo li.liRelated a.selected{
   background: url(../img/down-arrow-red-11x7.png) no-repeat 99px 6px;
}

#rightTabInfo li.liRecent a.tab2:hover,
#rightTabInfo li.liRecent a.selected{
   background: url(../img/down-arrow-red-11x7.png) no-repeat 142px 6px;
}

#rightTabInfo ul li ul {
	position: relative;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	width: 273px;
	background: #000000;
}

#rightTabInfo ul li ul li {
	padding: 0px;
	float: left;
}

#inlineVideoC1 {
	display:none;
	position:absolute;
	top:126px;
	left:0px;
	width:695px;
	height:455px;
}

#inlineVideoC1Close {
	display:none;
	position:absolute;
	top:126px;
	left:680px;
	width:17px;
	height:15px;
}


