/* import CSS defaults */
@import url("defaults.css");

/* ===*** GENERAL ***=== */

/* default rounded corners */
.corners {
	position: relative; min-height: 6px;
}
.corners .tl, .corners .tr, .corners .bl, .corners .br {
	line-height: 0%; font-size: 0;
	width: 3px; height: 3px;
	position: absolute;
	background: url(/img/sprite_corners.png) no-repeat left top;
}
.corners .tl { top: -1px; left: -1px; background-position: 0 0; }
.corners .tr { top: -1px; right: -1px; background-position: -3px 0; }
.corners .bl { bottom: -1px; left: -1px; background-position: 0 -3px; }
.corners .br { bottom: -1px; right: -1px; background-position: -3px -3px; }

/* default price */
div.price {
	font-size: 14px;
}
.price sup {
	display: inline-block;
	margin-top: 1px;
	vertical-align: text-top;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 10px;
}
.ie7 .price sup {
	margin-top: 0; vertical-align: top;
}
.ie8 .price sup {
	vertical-align: top;
}
.price del {
	padding: 0 2px;
	text-decoration: none;
	background: url(/img/strike.png) no-repeat center center;
}
.price ins {
	font-weight: bold;
	color: #ea00e2;
}

/* content */
#main .contentBox {
	width: 780px;
	padding: 12px;
	border: 1px solid #d9d5cc;
}
#side .contentBox {
	width: 170px;
	padding: 5px;
	border: 1px solid #d9d5cc;
}
.lt9 .pageTitle {
	zoom: 1;
}
.pageTitle h1 {
	margin: 0;
	font-size: 18px;
	color: #83378a;
}
#main .contentBox .contentTitle {
	margin: 0 0 10px 0; padding: 0 7px 5px 7px;
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#main .contentBox .contentTitle h1,
#main .contentBox .contentTitle h2 {
	margin: 0 0 5px 0;
	font-size: 24px;
}
#main .contentBox .contentArea {
	padding: 0 7px 5px 7px;
	font-size: 12px;
}

/* iframe */
html.ie6 {
	overflow-x: hidden;
}
#page_iframe .iframe_title {
	position: fixed; top: 0; z-index: 1;
	width: 100%;
	margin: 0 0 15px 0; padding: 0 0 10px 0;
	background: #fff url(/img/dash_h.png) repeat-x left bottom;
}
#page_iframe .iframe_title h1,
#page_iframe .iframe_title h2,
#page_iframe .iframe_title h3 {
	float: left; display: inline;
	margin: 0 5px;
	font-size: 24px;
}
#page_iframe .iframe_title h2 {
	font-size: 20px;
}
#page_iframe .iframe_title h3 {
	font-size: 16px;
}
#page_iframe .iframe_title a.close {
	float: right; display: inline;
	margin: 7px 5px 0 0; padding: 0 22px 0 0;
	background: url(/img/sprite_buttonicons.png) no-repeat right 1px;
	text-decoration: none; font-size: 12px;
}
.ie6 #page_iframe .iframe_title a.close {
	margin-right: 20px;	
}
#page_iframe .iframe_title a.close:hover {
	background-position: right -49px;
}
#page_iframe .iframe_content {
	position: relative; z-index: 0;
	margin-top: 50px; padding: 5px;
	font-size: 12px;
}
.ie6 #page_iframe .iframe_content {
	margin-top: 0;
}

/* TOOLTIP */
.tooltip {
	cursor: help;
}
img.tooltip {
	vertical-align: middle;
	position: relative; margin-top: -2px;
}
#tooltip.toolTip {
	position: absolute;
	z-index: 90;
	width: 248px;
	padding: 10px 15px;
	background: #efe6cd;
	border: 1px solid #b3ac9a;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	line-height: 1.2; font-size: 11px;
	color: #341a40;
}
#tooltip.toolTip h3 { 
	margin: 0 0 7px 0; padding: 0 0 7px 0;
	background: url(/img/dash_h.png) repeat-x left bottom;
	font-size: 12px;
	color: #523061;
}
#tooltip.toolTip .body {
	padding: 0;
}
#tooltip.toolTip .url {
	color: #cae8ae;
}

/* customSelect */
.customSelect {
	position: relative;
	width: 198px;
	border: 1px solid #b3ac9a;
	background: #fff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	line-height: 1.2; font-size: 12px; text-align: left;
}
.date .customSelect {
	float: left; display: inline;
	width: 62px;
}
.date .month {
	margin: 0 4px;
}
.customSelect.error {
	background-color: #fae8e8;
	border-color: #cc0000;
}
.ie6 .customSelect.error {
	background-color: #fff;
	border-color: #b3ac9a;
}
.customSelect:hover {
	border-color: #523061;
}
.customSelect .selected a {
	display: block;
	padding: 5px 20px 7px 10px;
	width: 168px; height: 12px; overflow: hidden;
	background: url(/img/sprite_filters.png) no-repeat 180px 0;
	text-decoration: none;
	color: #523061;
}
.date .customSelect .selected a {
	width: 32px;
	background: url(/img/sprite_filters.png) no-repeat 44px 0;
}
.date .customSelect .selected a.hint {
	color: #BD8AC2;
    font-style: italic;
}
.customSelect .dropdown {
	display: none;
	position: absolute; top: 20px; left: -1px;
	width: 178px;
	background: #fff;
	border: 1px solid #b3ac9a;
	border-top: 0;
	-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;
}
.date .customSelect .dropdown {
	width: 62px;
}
.customSelect:hover .dropdown {
	border-color: #523061;
}
.customSelectDown .dropdown {
	display: block;
}
.customSelect .dropdown ul {
	margin: 10px 3px 3px 3px; padding: 0; list-style: none;
	max-height: 204px; overflow: auto;
}
.customSelect .dropdown li {
	margin: 0; padding: 0;
}
.customSelect .dropdown li a {
	display: block;
	padding: 3px 7px;
	text-decoration: none;
	color: #523061;
}
.ie6 .customSelect .dropdown li a {
	height: 0.1em;
}
.customSelect .dropdown li a:hover {
	background: #dcd6df;
}


/* ===*** HOME ***=== */

/* usp */
#usp {
	padding: 10px 0;
}
#usp .col {
	float: left; display: inline;
	margin: 0 0 20px 20px;
	width: 310px;
}
#usp .title {
	padding: 8px 0 15px 46px;
	text-indent: -9999em;
	background: url(/img/usps.gif) no-repeat 0 0;
}
.lt9 #usp .title {
	zoom: 1;
}
#usp .col-01,
#usp .col-02,
#usp .col-03 {
	cursor: pointer;
}
#usp .col-02 .title {
	background: url(/img/usps.gif) no-repeat -310px 0;
	padding:8px 0 15px 50px;
}
#usp .col-03 .title {
	background: url(/img/usps.gif) no-repeat -620px 0;
}
#usp strong {
	display: block;
	margin: 0;
	font-size: 18px;
}

/* homeVisual */
#homeVisual {
	position: relative;
	width: 806px; height: 606px;
	margin: 0 0 10px 0;
}
#homeVisual .banner {
	position: absolute;
	overflow: hidden;
}
#homeVisual .first {
	left: 0; top: 0;
	width: 806px; height: 606px;
}
#homeVisual .second {
	right: 0; top: 0;
	width: 325px; height: 202px;
}
#homeVisual .third {
	right: 0; top: 202px;
	width: 364px; height: 202px;
}
#homeVisual .third-next {
	right: 0; top: 202px;
	width: 169px; height: 202px;
}
#homeVisual .fourth {
	right: 0; top: 404px;
	width: 403px; height: 202px;
}
#homeVisual .fourth-next {
	right: 0; top: 404px;
	width: 169px; height: 202px;
}
#homeVisual .sticker {
	position: absolute;
	bottom: 60px; right: 330px;
}


/* ===*** ETALAGE ***=== */

/* categoryVisual */
#categoryVisual {
	position: relative;
	width: 806px; height: 404px;
	margin: 0 0 10px 0;
}
#categoryVisual .banner {
	position: absolute;
	overflow: hidden;
}
#categoryVisual .first {
	left: 0; top: 0;
	width: 806px; height: 404px;
}
#categoryVisual .second {
	right: 0; top: 0;
	width: 330px; height: 229px;
}
#categoryVisual .third {
	right: 0; top: 229px;
	width: 364px; height: 175px;
}
#categoryVisual .third-next {
	right: 0; top: 229px;
	width: 169px; height: 175px;
}

/* categoryProducts */
.categoryProducts {
	margin: 0 0 15px 0;
}
.categoryProducts .title {
	background: url(/img/dash_h.png) repeat-x left center;
}
.categoryProducts .title .head {
	float: left; display: inline;
	margin: 0 0 0 65px; padding: 0 15px;
	background: #fff;
	font-size: 28px; line-height: 1.3;
}
.categoryProducts .title img {
	display: inline; vertical-align: middle;
}
.categoryProducts ul.list {
	margin: 0; padding: 0; list-style: none;
}
.categoryProducts li.item {
	position: relative;
	float: left; display: inline;
	margin: 0 5px 0 4px; padding: 0;
	width: 152px;
	background: #fff url(/img/dash_h.png) repeat-x left bottom;
}
.categoryProducts .product {
	position: relative;
	width: 140px;
	margin: 5px 0; padding: 2px 5px;
	border: 1px solid #fff;
}
.categoryProducts .product:hover {
	border-color: #83378a;
	cursor: pointer;
}
.categoryProducts .image {
	margin: 0 auto;
	width: 140px; height: 180px; overflow: hidden; text-align: center;
}
.categoryProducts h3 {
	width: 140px; height: 14px; overflow: hidden;
	line-height: 14px; 
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.categoryProducts .price {
	text-align: center;
}
.categoryProducts .sticker {
	position: absolute;
	right: 10px; top: 55px;
}
.categoryProducts .sticker-2 {
	top: 95px;
}
.categoryProducts .more a {
	display: block;
	padding: 15px 0 17px 0;
	background: url(/img/dash_h.png) repeat-x left top;
	line-height: 1.2;
	text-align: center;
}
.ie6 .categoryProducts .more a {
	height: 0.1em;
}

/* tripleBanners */
.tripleBanners {
	margin: 0 0 10px 0; 
}
.tripleBanners .banner {
	float: left; display: inline;
	margin: 0 13px 5px 0;
	width: 260px;
}
.tripleBanners .last {
	float: right;
	margin-right: 0;
}

/* gallery */
#gallery {
	margin: 0 0 15px 0;
}
#gallery .title {
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#gallery .title .head {
	float: left; display: inline;
	margin: 0 0 10px 0; padding: 0 15px;
	background: #fff;
	font-size: 28px; line-height: 1.3;
}
#gallery .image {
	position: relative;
	float: left; display: inline;
	margin: 10px 0 0; padding: 0;
	width: 460px; height: 760px;
}
#gallery .image:hover .mask {
	display: block;
}
#gallery .image ul {
	margin: 0;
	list-style: none;
	z-index: 1;
}
#gallery .image .prev {
	display: none;
	position: absolute;
	top: 270px; left: 0px;
	width: 38px; height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/img/gallery_left.gif) no-repeat 0 0;
	z-index: 3;
}
#gallery .image .next {
	display: none;
	position: absolute;
	top: 270px; right: -20px;
	width: 38px; height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(/img/gallery_right.gif) no-repeat 0 0;
	z-index: 3;
}
#gallery .image:hover .prev,
#gallery .image:hover .next {
	display: block;
}
.ie6 #gallery .image .next {
	right: 0px;
}
#gallery .image:hover .prev,
#gallery .image:hover .next,
.ie6 #gallery .hover .prev,
.ie6 #gallery .hover .next {
	display: block;
}
#gallery .mask {
	display: none;
	position: absolute;
	top: 200px; left: 20px;
	margin: 0;
	width: 440px;
	list-style: none;
	z-index: 2;
}
#gallery .mask .top {
	height: 15px;
	background: url(/img/gallery_top.png) no-repeat 0 0;
}
#gallery .mask .content {
	padding: 0 40px;
	height: 150px;
	font-size: 12px;
	background: url(/img/gallery_middle.png) repeat-y 0 0;
}
#gallery .mask .content .head {
	font-size: 24px;
}
#gallery .mask .content .btn {
	float: left; display: block;
	margin: 10px 10px 0 0;
	width: 150px; height: 38px;
	background: url(/img/sprite_buttons.png) no-repeat 0 -1943px;
}
#gallery .mask .content .btn:hover {
	background: url(/img/sprite_buttons.png) no-repeat -300px -1943px;
}
#gallery .mask .content .add{
	display: block;
	margin: 15px 0 0 0;
}
#gallery .mask .bottom {
	height: 15px;
	background: url(/img/gallery_bottom.png) no-repeat 0 0;
}
#gallery .thumbs {
	float: right; display: inline;
	margin: 0; padding: 0 0 0 5px;
	width: 316px; height: 760px;
	background: url(/img/dash_v.png) repeat-y left top;
}
#gallery .thumbs ul {
	margin: 0;
	width: 316px;
	list-style: none;
}
#gallery .thumbs li {
	float: left; display: inline;
	margin: 0;
	width: 103px; height: 176px;
}
#gallery .thumbs li a {
	float: left; display: inline;
	margin: 0;
	width: 97px; height: 170px;
	border: 3px solid #fff;
}
#gallery .thumbs li a:hover {
	border: 3px solid #b7b1a0;
	border-radius: 3px 3px 3px 3px;
}
#gallery .thumbs li.activeSlide a {
	border: 3px solid #b7b1a0;
	border-radius: 3px 3px 3px 3px;
}
#gallery .thumbs .prev {
	margin: 20px 0;
	height: 15px;
	text-indent: -9999px;
	background: url(/img/sprite_bullets.png) no-repeat center -650px;
}
#gallery .thumbs .next {
	height: 15px;
	text-indent: -9999px;
	background: url(/img/sprite_bullets.png) no-repeat center -700px;
}


/* lastViewed */
#lastViewed {
	margin: 15px 0;
}
#lastViewed div.title {
	padding: 0 0 5px 30px;
}
#lastViewed .title .head {
	float: left; display: inline;
	margin: 0; padding: 5px 0;
	font-size: 18px;
}
#lastViewed .title a.delete {
	float: left; display: inline;
	margin: 0 0 0 20px; padding: 11px 0 11px 12px;
	background: url(/img/dash_v.png) repeat-y left top;
}
#lastViewed ul {
	margin: 0; padding: 0; list-style: none;
}
#lastViewed li {
	float: left; display: inline;
	padding: 5px 28px;
}
#lastViewed li a:hover img {
	opacity: .65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
	-khtml-opacity: .65;
	-moz-opacity: .65;
}

/* infoBox */
#infoBox {
	margin: 0 0 20px 0; padding: 7px 15px;
	background: #efe6cd;
}
#infoBox .tl { top: 0; left: 0; background-position: 0 -18px; }
#infoBox .tr { top: 0; right: 0; background-position: -3px -18px; }
#infoBox .bl { bottom: 0; left: 0; background-position: 0 -21px; }
#infoBox .br { bottom: 0; right: 0; background-position: -3px -21px; }
#infoBox h1 {
	margin: 0; padding: 15px;
	font-size: 18px;
}
#infoBox p {
	float: left; display: inline;
	margin: 0; padding: 0 15px 15px 15px;
	width: 358px;
}


/* ===*** LISTER ***=== */

/* listerVisual */
#listerVisual {
	margin: 0 0 8px 0; 
}
#listerVisual img {
	display: block;
}

/* listerFilters */
#listerFilters {
	position: relative; z-index: 1;
	margin: 0 0 8px 0; padding: 9px 0 9px 4px;
	border: 1px solid #d9d5cc;
}
#listerFilters .tl, #pagingBottom .tl {
	background-position: 0 0;
}
#listerFilters .tr, #pagingBottom .tr {
	background-position: -3px 0;
}
#listerFilters .bl, #pagingBottom .bl {
	background-position: 0 -3px;
}
#listerFilters .br, #pagingBottom .br {
	background-position: -3px -3px;
}
#listerFilters .filter {
	position: relative;
	float: left; display: inline;
	margin: 0 7px 0 7px;
	width: 180px;
	border: 1px solid #b3ac9a;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	line-height: 1.2; font-size: 12px;
}
#listerFilters .filter:hover {
	border-color: #83378a;
}
#listerFilters .activeFilter {
	background: #ede1ee;
}
#listerFilters .colorFilter {
	width: 190px;
}
#listerFilters .label {
	background: url(/img/sprite_filters.png) no-repeat 160px 0;
}
#listerFilters .colorFilter .label {
	background-position: 170px 0;
}
#listerFilters .label a {
	display: block;
	padding: 5px 20px 7px 10px;
	width: 150px; height: 12px; overflow: hidden;
	background: url(/img/sprite_filters.png) no-repeat 0 990px;
	text-decoration: none;
	color: #523061;
}
#listerFilters .colorFilter .label a {
	width: 160px;
	background-position: -85px 0;
}
#listerFilters .sizeFilter .label a {
	background-position: -288px 0;
}
#listerFilters .priceFilter .label a {
	background-position: -472px 0;
}
#listerFilters .collectionFilter .label a {
	background-position: -680px 0;
}
#listerFilters .label span {
	padding-right: 5px;
	background: #fff;
}
#listerFilters .activeFilter .label a,
#listerFilters .activeFilter .label span {
	background: none;
}
#listerFilters .dropdown {
	display: none;
	position: absolute; top: -1px; left: -1px;
	width: 160px; min-height: 12px;
	padding: 5px 10px 7px 10px;
	background: #fff url(/img/sprite_filters.png) no-repeat 160px 0;
	border: 1px solid #b3ac9a;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
#listerFilters .colorFilter .dropdown {
	width: 170px;
	background-position: 170px 0;
}
#listerFilters .openFilter .dropdown {
	display: block;
	cursor: pointer;
}
#listerFilters .colorFilter .dropdown .title {
	margin: 0 0 7px 0;
}
#listerFilters ul.choices {
	margin: 10px 0 0 0; padding: 0; list-style: none;
}
#listerFilters ul.choices li {
	padding: 1px 0;
	clear: both;
	cursor: pointer;
}
#listerFilters ul.choices li:hover {
	background: #dcd6df;
}
#listerFilters ul.choices .label {
	float: left; display: inline;
	width: 130px;
}
#listerFilters ul.choices .input {
	float: left; display: inline;
	width: 30px;
}
#listerFilters ul.choices em {
	font-style: normal;
	font-size: 0.9em;
	color: #83378a;
}
#listerFilters .filter .action {
	display: none;
}
#listerFilters .activeFilter .action {
	display: block;
}
#listerFilters a.btn {
	display: block; height: 36px;
	margin: 5px 0 0 -4px;
	background: url(/img/sprite_buttons.png) no-repeat 0 -400px;
	text-align: left; text-indent: -9999em; text-decoration: none;
}
#listerFilters a.btn:hover {
	background-position: -300px -400px;
}
/* colors */
.colors ul {
	margin: 0; padding: 0; list-style: none;
}
.colors li {
	position: relative;
	float: left; display: inline;
	margin: 0 2px 2px 0;
	width: 22px; height: 21px;
	font-size: 0; line-height: 0;
}
.colors span {
	display: block;
	text-indent: -9999em;
	width: 22px; height: 21px;
}
.colors span input {
	position: absolute; left: -9999em;
}
.colors .mask {
	position: absolute;
	left: 0; top: 0;
	width: 22px; height: 21px;
	background: url(/img/mask_color.png) no-repeat left top;
}
.ie6 .colors .mask {
	background-image: url(/img/mask_color.gif);
}
.colors li.active .mask {
	background-position: left -50px;
}
/* tooltips */
.colors .toolTip {
	position: absolute; z-index: 90;
	top: -38px; left: -5px;
}
.colors .toolTip .text {
	margin: 0; padding: 10px 2px 14px 12px;
	height: 12px;
	background: url(/img/tooltip_colors.png) no-repeat left top;
	font-weight: normal; font-size: 10px; line-height: 12px;
	white-space: nowrap;
	color: #523061;
}
.colors .toolTip .end {
	position: absolute; top: 0; right: -10px;
	width: 10px; height: 40px; overflow: hidden;
	background: url(/img/tooltip_colors.png) no-repeat right top;
}

/* paging */
.paging {
	padding: 4px 0;
	line-height: 1.2;
}
.paging .amount,
.paging .all {
	float: left; display: inline;
	padding: 5px 12px;
	background: url(/img/dash_v.png) repeat-y right center;
}
#listerFilters .paging .amount {
	margin-right: 20px;
	background: none;
	font-weight: bold; font-size: 12px;
}
#listerFilters .paging .all {
	float: right;
}
.paging .nav {
	float: left; display: inline;
	padding: 5px 12px;
}
.ie6 .paging .nav {
	margin-right: 12px; padding-right: 0;
}
#listerFilters .paging .nav {
	float: right;
}
#pagingTop {
	position: absolute;
	top: -43px; right: 0;
}
#listerFilters #pagingTop {
	position: static;
	top: 0; right: 0;
}
#pagingBottom {
	margin: 0 0 15px 0;
	border: 1px solid #d9d5cc;
}
.lt9 #pagingBottom {
	margin-top: 4px;
}
.paging .nav .count {
	padding: 1px 5px;
}
.paging .nav .count,
.paging .nav a {
	float: left; display: inline;
}
.paging .nav a.first,
.paging .nav a.last {
	display: inline-block;
	width: 17px; height: 17px;
	background: url(/img/sprite_paging.png) no-repeat 0 0;
	text-decoration: none;
	text-indent: -9999em;
}
.paging .nav a.first {
	background-position: -17px 0;
}
.paging .nav a.last {
	background-position: 0 0;
}
.paging .nav a.first:hover {
	background-position: -17px -17px;
}
.paging .nav a.last:hover {
	background-position: 0 -17px;
}
.paging .nav a.first.disabled {
	background-position: -17px -34px;
	cursor: default;
}
.paging .nav a.last.disabled {
	background-position: 0 -34px;
	cursor: default;
}
.ie6 #pagingTop .tr {
	right: -2px;
}
.ie6 #listerFilters .br,
.ie6 #listerFilters .bl,
.ie6 #pagingBottom .br,
.ie6 #pagingBottom .bl {
	bottom: -2px;
}

/* listerProducts */
#listerProducts {
	position: relative; z-index: 0;
	width: 810px;
	padding-right: -4px;
}
#listerProducts ul.list {
	margin: 0; padding: 0; list-style: none;
}
#listerProducts li.item {
	position: relative;
	float: left; display: inline;
	width: 140px;
	margin: 0 4px 4px 0; padding: 5px 8px 30px 8px;
	background: #fff;
	border: 1px solid #d9d5cc;
}
#listerProducts li.item:hover {
	border-color: #83378a;
	cursor: pointer;
}
#listerProducts .brand {
	width: 140px; height: 15px; overflow: hidden;
}
#listerProducts .image {
	width: 140px; height: 180px; overflow: hidden; text-align: center;
}
#listerProducts h2 {
	width: 140px; height: 14px; overflow: hidden;
	line-height: 14px; 
	font-size: 12px;
	font-weight: normal;
}
#listerProducts .sticker {
	position: absolute;
	right: 10px; top: 55px;
}
#listerProducts .sticker-2 {
	top: 95px;
}
/* colors */
#listerProducts .colors {
	position: absolute; bottom: 5px; left: 8px;
	width: 140px;
}
#listerProducts .colors li {
	margin: 0;
	width: 15px; height: 15px;
}
#listerProducts .colors li.additional {
	bottom: 0;
}
#listerProducts .colors span {
	width: 13px; height: 13px;
}
#listerProducts .colors .mask,
#listerProducts .colors .active .mask {
	width: 13px; height: 13px;
	background: url(/img/mask_color.png) no-repeat right top;
}
/* price */
#listerProducts .price {
	margin: 0 0 4px 0;
}


/* ===*** LISTER OUTFITS ***=== */
#listerOutfits {
	position: relative; z-index: 0;
	width: 816px;
	padding-right: -10px;
}
.ie7 #listerOutfits {
	padding-bottom: 6px;
}
#listerOutfits ul.list {
	margin: 0; padding: 0; list-style: none;
}
#listerOutfits li.item {
	position: relative;
	float: left; display: inline;
	width: 192px;
	margin: 0 10px 10px 0; padding: 0;
	background: #fff;
	border: 1px solid #d9d5cc;
}
#listerOutfits li.item:hover {
	border-color: #83378a;
	cursor: pointer;
}
#listerOutfits .image {
	width: 192px; height: 288px; overflow: hidden; text-align: center;
}
#listerOutfits .description {
	padding: 8px 12px;
}
#listerOutfits h2 {
	width: 168px; height: 28px; overflow: hidden;
	line-height: 14px; 
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
#listerOutfits .sticker {
	position: absolute;
	right: 10px; top: 55px;
}
#listerOutfits .sticker-2 {
	top: 145px;
}

/* infoSearch */
#infoSearch {
	position: relative; z-index: 1;
	margin: 0 0 20px 0; padding: 9px 0 9px 4px;
	border: 1px solid #d9d5cc;
}
#infoSearch .tl {
	background-position: 0 0;
}
#infoSearch .tr {
	background-position: -3px 0;
}
#infoSearch .bl {
	background-position: 0 -3px;
}
#infoSearch .br {
	background-position: -3px -3px;
}
#infoSearch .head  {
	padding: 2px 15px 10px 15px;
	background: none;
	font-weight: bold; font-size: 12px;
}
#infoSearch .content {
	margin: 0 5px 0 1px; padding: 5px 5px 5px 15px;
}
#infoSearch .content ul {
	margin: 0 0 7px 0; padding: 0; list-style: none;
}
#infoSearch .content li {
	float: left; display: inline;
	width: 230px; height: 16px; overflow: hidden;
	margin: 0 20px 7px 0; padding: 0 0 0 8px;
	background: url(/img/sprite_bullets.png) no-repeat 0 -445px;
	line-height: 1.2;
}
#infoSearch h3 {
	font-size: 12px; font-weight: normal; line-height: 1.2;
}
#infoSearch a.btnMore {
	position: relative; left: -4px;
	display: block;
	width: 175px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1800px;
	text-indent: -9999em; text-decoration: none;
}
#infoSearch a.btnMore:hover {
	background-position: -300px -1800px;
}

/* ===*** PRODUCT DETAIL ***=== */
#productDetail {
	padding: 10px 0 20px 0;
	width: 996px;
	background: url(/img/dash_h.png) repeat-x left top;
}
#page_iframe  #productDetail {
	width: 100%;
}
#productDetail .detailImage {
	position: relative; margin: -20px 0 20px 40px;
	float: left; display: inline;
	width: 490px;
}
.ie6 #productDetail .detailImage {
	margin-top: 0;
}
#page_iframe  #productDetail .detailImage {
	margin: 0;
	width: 140px;
}
#productDetail .detailImage .image {
	position: relative; 
	float: left; display: inline;
	width: 380px;
	text-align: center;
}
#productDetail.soldout .detailImage .image img {
	filter: alpha(opacity=45); -ms-filter: "alpha(opacity=45)"; -khtml-opacity: .45; -moz-opacity: .45; opacity: .45;
}
#outfitDetail.soldout .detailImage img {
	filter: alpha(opacity=45); -ms-filter: "alpha(opacity=45)"; -khtml-opacity: .45; -moz-opacity: .45; opacity: .45;
}
#outfitDetail .detailImage .notification, #productDetail .detailImage .notification{
	background: url(/img/ico_soldout_large.png) no-repeat;
	display: block;
	text-indent: -9999em;
	position: absolute; top: 200px; left: 90px;
	width: 200px; height: 50px;
	z-index: 9;
}
#page_iframe  #productDetail .detailImage .image {
	width: 140px;
}
#productDetail .detailImage .sticker {
	position: absolute; z-index: 9;
	right: 10px; top: 55px;
}
#productDetail .detailImage .image:hover .sticker {
	z-index: 1;
}
#productDetail .detailImage .sticker-2 {
	top: 145px;
}
#productDetail .detailImage .caption {
	text-align: center;
	font-size: 10px;
}
#productDetail .detailImage .thumbs {
	float: left; display: inline;
	margin: 20px 30px 0 0;
}
#productDetail .detailImage .thumbs ul {
	margin: 0; padding: 0; list-style: none;
}
#productDetail .detailImage .thumbs li {
	margin: 0 0 10px 0;
	width: 72px;
}
#productDetail .detailImage .thumbs li a {
	display: block;
	padding: 6px;
	width: 66px; height: 85px; overflow: hidden;
	background: url(/img/sprite_thumb.png) no-repeat left top;
}
#productDetail .detailImage .thumbs li a:hover {
	background-position: right top;	
}
#productDetail .detailInfo {
	clear: right;
	float: right; display: inline;
	width: 400px;
	margin: 0 0 25px 0; padding: 20px 25px;
	border: 1px solid #dddad2;
}
#page_iframe  .detailInfo {
	margin: 0; padding: 0; border: 0;
}
#productDetail .nav {
	float: right; display: inline;
	padding: 0 10px 10px 10px;
	width: 430px;
}
#productDetail .description {
	padding: 0 0 10px 0;
	font-size: 11px;
}
#productDetail .detailInfo .logo {
	position: relative;
	float: right; margin: -7px 0 -7px 15px;
}
#productDetail h1 {
	margin: 0 0 5px 0;
	font-size: 24px;
}
#page_iframe #productDetail h1 {
	margin: 0 0 15px 0;
	font-size: 20px;
}
#productDetail .detailInfo .price {
	margin: 0 0 10px 0;
	font-size: 20px;
}
#productDetail .detailInfo .price sup {
	font-size: 13px;
}
#productDetail .detailInfo .price del {
	background-image: url(/img/strike_dark.png);
	padding: 0 5px;
}
#productDetail .detailInfo .code {
	margin-left: 20px;
	font-size: 11px;
	color: #b3ac9a;
}
#productDetail #detailText {
	clear: both;
	margin: 0 0 20px 0;
}
#productDetail .detailInfo dt {
	clear: both;
	float: left; display: inline;
	padding: 5px 5px 15px 0;
	width: 90px;
}
#productDetail .detailInfo dd {
	float: right; display: inline;
	padding: 5px 0;
	width: 305px;
}
#productDetail .detailInfo dd.colors {
	padding-top: 0;
}
#productDetail .detailInfo dd.colors li {
	z-index: 1;
	margin: 0;
	cursor: pointer;
}
#productDetail .detailInfo dd.colors li input {
	left: 0; top: 0; z-index: -1;
}
#productDetail .detailInfo dd.size {
	padding-top: 0;
}
#productDetail ul.sizes {
	position: relative;
	float: left; display: inline;
	margin: 0; padding: 0; list-style: none;
	max-width: 245px; min-height: 24px;
}
.ie6 #productDetail ul.sizes {
	width: 245px;
}
#page_iframe #productDetail ul.sizes {
	max-width: 100%; width: auto;
}
#productDetail ul.sizes li {
	position: relative; margin: -1px 0 0 -1px;
	float: left; display: inline;
	border: 1px solid #d9d5cc;
	font-size: 11px;
	color: #523061;
}
#productDetail ul.sizes li.none {
	padding: 3px 5px;
	color: #d9d5cc;
	cursor: not-allowed;
}
#productDetail ul.sizes li input {
	position: absolute; left: -9999em;
} 
#productDetail ul.sizes li label {
	float: left; display: inline;
	padding: 3px 5px;
}
#productDetail ul.sizes li label:hover {
	background: #dcd6df;
}
#productDetail ul.sizes li.selected label {
	background: #523061 !important;
	color: #fff;
}
#productDetail .detailInfo dd.size a.btn_sizeTable {
	float: left; display: inline;
	padding: 2px 0 0 3px;
	font-size: 10px;
}
#productDetail .order {
	float: left; display: inline;
	margin: 0 0 10px 0;
}
#productDetail .order a.btn {
	position: relative; left: -4px;
	display: block;
	width: 118px; height: 44px;
	background: url(/img/sprite_buttons.png) no-repeat left -50px;
	text-indent: -9999em;
	text-decoration: none;
}
#productDetail .order a.btn:hover {
	background-position: -300px -50px;
}
#productDetail .no-order {
	clear: both;
	margin: 0 0 15px 0; padding: 0 0 0 20px;
	background: url(/img/sprite_bullets.png) no-repeat left -595px;
	font-size: 13px; line-height: 1.3;
	color: #83378a;
}
#page_iframe #productDetail a.btnContinue {
	position: relative;
	display: block;
	width: 116px; height: 44px;
	background: url(/img/sprite_buttons.png) no-repeat left -1750px;
	text-indent: -9999em;
	text-decoration: none;
}
#page_iframe #productDetail a.btnContinue:hover {
	background-position: -300px -1750px;
}
#page_iframe #productDetail a.deny {
	float: left; display: inline;
	padding: 9px 5px;
}
/* detailTabs */
#productDetail #detailTabs {
	clear: both;
	float: right; display: inline;
	width: 450px;
}
#productDetail ul.tabNavigation {
	position: relative;  z-index: 1; bottom: -1px;
	margin: 0 0 0 20px; padding: 0; list-style: none;
}
#productDetail ul.tabNavigation li {
	float: left; display: inline;
	margin: 0 10px 0 0;
	background: url(/img/sprite_detailtabs.png) no-repeat left -100px;
	font-weight: bold;
}
#productDetail ul.tabNavigation li:hover,
#productDetail ul.tabNavigation li.selected {
	background-position: left 0px;
}
#productDetail ul.tabNavigation li a {
	float: left; display: inline;
	padding: 7px 15px;
	background: url(/img/sprite_detailtabs.png) no-repeat right -150px;
	text-decoration: none;
	color: #999;	
}
#productDetail ul.tabNavigation li:hover a,
#productDetail ul.tabNavigation li.selected a {
	background-position: right -50px;
	color: #523061;	
}
#productDetail #detailTabs .tabContent {
	position: relative; z-index: 0;
	padding: 15px;
	border: 1px solid #dddad2;	
}
/* info */
#productDetail #extraInfo ul,
#productDetail #info ul {
	margin: 0 0 10px 0; padding: 0; list-style: none;
}
#productDetail #extraInfo li {
	margin: 0 0 5px 0; line-height: 1.2;
}
#productDetail #info li {
	margin: 0 0 15px 0; line-height: 1.2;
}
#productDetail #extraInfo li a,
#productDetail #info li a {
	display: block;
	padding: 4px 0 4px 30px;
	text-decoration: none;
	background: url(/img/sprite_detailicons.png) no-repeat left 100px;
	color: #523061;
}
	.ie6 #productDetail #extraInfo li a,
	.ie6 #productDetail #info li a {
		height: 0.1em;
	}
#productDetail #extraInfo li a:hover,
#productDetail #info li a:hover {
	text-decoration: underline;
}
#productDetail #extraInfo li.washing a,
#productDetail #info li.washing a {
	background-position: left 4px;
}
#productDetail #extraInfo li.fabric a {
	background-position: left -214px;
}
#productDetail #info li.sizing a {
	background-position: left -38px;
}
#productDetail #info li.drawing a {
	background-position: left -82px;
}
#productDetail #info li.printing a {
	background-position: left -128px;
}
#productDetail #info li.opinion a {
	background-position: left -172px;
}
#productDetail #extraInfo .info {
	display: none;
	padding: 3px 0 5px 30px;
}

/* reviews */
#productDetail #reviews ol {
	margin: 0 0 20px 0; padding: 0; list-style: none;
}
#productDetail #reviews ol li {
	padding: 10px 5px 12px 5px;
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#productDetail #reviews ol .header {
	padding: 0 0 3px 0;
}
#productDetail #reviews ol .header div {
	float: left; display: inline;
	line-height: 1.1; color: #83378a;
}
#productDetail #reviews ol .header .date,
#productDetail #reviews ol .header .author {
	margin: 1px 5px 0 0;
}
/* stars */
.score .stars {
	position: relative; margin: 1px 3px 0 0;
}
.stars {
	float: left; display: inline;
	width: 80px; height: 14px; overflow: hidden;
	background: url(/img/sprite_stars.png) no-repeat left top;
}
.stars .size {
	float: left; display: inline;
	height: 14px;
	background: url(/img/sprite_stars.png) no-repeat left -50px;
	text-indent: -999em;
}
#productDetail .detailInfo .score {
	float: right; display: inline;
	padding: 12px 0 0 0;
}
#productDetail .detailInfo .no-order-score {
	float: none; display: block;
	padding: 0 0 20px 0;
}
#productDetail .detailInfo .score a {
	float: left; display: inline;
	margin: 0 5px 0 0;
	font-size: 10px;
}
#productDetail .detailInfo .stars .item,
#productDetail .detailInfo .size span {
	display: none;
}
#productDetail #reviewList a.btn {
	float: right; display: inline;
	width: 185px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1500px;
	text-align: left; text-indent: -9999em; text-decoration: none;
}
#productDetail #reviewList a.btn:hover {
	background-position: -300px -1500px;
}
#productDetail #reviewList p.left {
	padding: 8px 0;
}

auto-submit-
auto-submit-
auto-submit-
auto-submit-



/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:16px;height:14px;text-indent:-9999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel {display:none !important;}
div.star-rating,div.star-rating a{background:url(/img/sprite_stars.png) no-repeat 0 0px}
div.star-rating.required,div.star-rating.required a{background:url(/img/sprite_stars_required.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -50px!important}
div.star-rating-hover a, div.star-rating-hover.required a{background-position:0 -100px}

/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/* iframe_review */
#iframe_review .score {
	padding: 5px 0 0 0;
}
#iframe_review .submit input {
	position: relative;
	left: -4px;
	display: block;
	width: 97px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1300px;
	margin: 0 0 0 3px; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
#iframe_review .submit input:hover {
	background-position: -300px -1300px;
}

/* mailafriend */
#mailafriend ul.formfields .label {
	width: 100px;
	padding-left: 20px; padding-right: 10px;
}
#mailafriend .error-message {
	margin-left: 130px;
}
#mailafriend .submit input {
	position: relative;
	left: -4px;
	display: block;
	width: 97px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1300px;
	margin: 0 0 0 3px; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
#mailafriend .submit input:hover {
	background-position: -300px -1300px;
}
#mailafriend #share {
	margin: 15px 0 0 0; padding: 15px 0 0 15px;
	background: url(/img/dash_h.png) repeat-x left top;
}
#mailafriend #share .at300b {
	float: left; display: inline;
	width: 90px;
	margin: 5px 5px 5px 0;
	text-decoration: none;
	color: #303030;
}
#mailafriend #share .at300b:hover {
	text-decoration: underline;
}
#mailafriend #share .at300b span {
	margin-right: 4px;
}

/* share */

#mailafriend #share .social {
	float: left; display: inline;
	padding: 8px 10px 0 10px;
	margin: 0;
}
#mailafriend #share .social li {
	float: left; display: inline;
	width: 32px; height: 32px;
	margin: 0 10px 0 0;
}
#mailafriend #share .social li a {
	display: block;
	width: 32px; height: 32px;
	background: url(/img/sprite_footerlogos.png) no-repeat -541px -7px;
	text-indent: -9999em;
}
#mailafriend #share .social li.hyves a {
	background: url(/img/sprite_footerlogos.png) no-repeat -573px -7px;
}
#mailafriend #share .social li.facebook a {
	background: url(/img/sprite_footerlogos.png) no-repeat -605px -7px;
}
#mailafriend #share .social li a:hover {
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: .60;
	-moz-opacity: .60;
	opacity: .60;
}

/* detailRelated & detailOutfit & #detailVisual */
#detailRelated,
#detailOutfit {
	clear: left;
	float: left; display: inline;
	padding: 0 30px;
	width: 460px;
	border: 1px solid #dddad2;
}
#detailVisual {
	clear: left;
	float: left; display: inline;
	width: 520px;
	text-align: center;
}
#detailOutfit {
	padding: 0 10px 0 20px;
	width: 490px;
}
#detailOutfit .image {
	float: right; display: inline;
	margin: 10px 0 8px 0;
	width: 240px;
}
#detailRelated .title,
#detailOutfit .title {
	display: block;
	margin: 15px 0;
	font-size: 26px; line-height: 1.3;
}
#detailRelated ul {
	margin: 0; padding: 0; list-style: none;
}
#detailRelated li {
	width: 133px;
	padding: 10px;
	float: left; display: inline;
	text-align: center;
}
#detailRelated h3,
#detailOutfit h3 {
	font-size: 12px;
	font-weight: normal;
}
#detailRelated .order,
#detailOutfit .view {
	padding: 5px 0;
}
#detailRelated .order a,
#detailOutfit .view a {
	padding-left: 9px;
	background: url(/img/sprite_bullets.png) no-repeat left -495px;
	text-decoration: none;
	font-size: 14px;
}
#detailOutfit .footer {
	padding-top: 180px;
}
/* iframe_addtocart */
#iframe_addtocart {
	padding-top: 0;
}
#iframe_addtocart .row {
	clear: both;
	padding: 10px 0 0 0;
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#iframe_addtocart .image {
	float: left; display: inline;
	margin: 0 10px 10px 0;
}
#iframe_addtocart .description {
	background: url(/img/dash_h.png) repeat-x left bottom;
	padding: 25px 10px 45px 10px;
}
#iframe_addtocart .row .description {
	background: none;
	padding: 15px 10px 25px 10px;
}
#iframe_addtocart .description h3 {
	margin: 0 0 5px 0;
	font-size: 13px; font-weight: normal;
}
#iframe_addtocart .buttons {
	padding: 10px;
}
#iframe_addtocart .buttons a.prev {
	float: left; display: inline;
	margin-top: 7px; padding-left: 10px;
	background: url(/img/sprite_bullets.png) no-repeat left -543px;
	text-decoration: none;
	font-size: 14px;
}
#iframe_addtocart .buttons a.btn {
	float: right; display: inline;
	width: 166px; height: 44px;
	background: url(/img/sprite_buttons.png) no-repeat left -1550px;
	text-indent: -9999em; text-decoration: none; text-align: left;
}
#iframe_addtocart .buttons a.btn:hover {
	background-position: -300px -1550px;
}
/* washinglabels */
table.washinglabels th,
table.washinglabels td {
	vertical-align: middle; text-align: left;
	border-bottom: 1px solid #d9d5cc;
	font-weight: normal;
}

/* ===*** OUTFIT DETAIL ***=== */
#outfitDetail {
	padding: 10px 0 20px 0;
	width: 996px;
	background: url(/img/dash_h.png) repeat-x left top;
}
#outfitDetail .detailImage {
	float: left; display: inline;
	width: 481px;
	margin: 0 0 15px 0;
}
#outfitDetail .detailInfo {
	float: right; display: inline;
	width: 492px;
	margin: 0 0 15px 0;
}
#outfitDetail .detailInfo_large {
	float: left; display: inline;
	width: 961px;
	margin: 0 0 15px 0;
}
#outfitDetail .nav {
	padding: 0 10px 10px 10px;
	width: 472px;
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#outfitDetail .description {
	padding: 10px;
	font-size: 11px;
}
#outfitDetail h1 {
	margin: 0 0 10px;
	font-size: 24px;
}
#outfitDetail #detailText {
	margin: 0 0 5px 0;
}
#outfitDetail .order .title {
	float: left; display: inline;
	padding: 0 30px;
	font-size: 34px;
	color: #83378a;
}
#outfitDetail .order .comment {
	float: left; display: inline;
	padding: 3px 0;
	width: 295px;
	font-size: 12px;
	color: #83378a;
}
#outfitDetail .order a.btn {
	float: right; display: inline;
	width: 118px; height: 44px;
	background: url(/img/sprite_buttons.png) no-repeat left -50px;
	text-align: left; text-indent: -9999em; text-decoration: none;
}
#outfitDetail .order a.btn:hover {
	background-position: -300px -50px;
}
#outfitDetail .pieces {}
#outfitDetail .pieces .top {
	width: 492px; height: 26px;
	background: url(/img/sprite_outfitbox.png) no-repeat -492px top;
	line-height: 0%; font-size: 0;
}
#outfitDetail .pieces .bottom {
	width: 492px; height: 10px;
	background: url(/img/sprite_outfitbox.png) no-repeat -984px bottom;
	line-height: 0%; font-size: 0;
}
#outfitDetail .pieces .content {
	width: 444px;
	padding: 15px 24px 0 24px;
	background: url(/img/sprite_outfitbox.png) repeat-y left top;
}
#outfitDetail .pieces strong.title {
	display: block;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
}
#outfitDetail .pieces ul.list {
	margin: 0; padding: 0; list-style: none;
}
#outfitDetail .pieces ul.list .alternatives {
	margin: 0 0 30px 0;
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#outfitDetail .pieces ul.list #alternatives {
	display: none;
}
#outfitDetail .pieces ul.list .last {
	margin: 0;
	background: none;
}
#outfitDetail .pieces li.piece {
	width: 444px;
	padding: 0 0 10px 0;
}
#outfitDetail .pieces .image {
	position: relative;
	float: left; display: inline;
	width: 80px;
	z-index: 1;
}
#outfitDetail .pieces .details {
	float: right; display: inline;
	width: 350px;
}
#outfitDetail .pieces .alternatives .head {
	float: left; display: inline;
	margin: 10px 0;
	font-size: 16px;
}
#outfitDetail .pieces .alternatives .close {
	float: right; display: inline;
	margin: 10px 0 0 0; padding: 0 20px 0 0;
	background: url(/img/ico_close.png) no-repeat 50px 0;
}
#outfitDetail .pieces .alternatives .close a {
	text-decoration: none;
}
#outfitDetail .pieces .alternatives ul {
	margin: 0 0 0 30px;
	list-style: none;
}
#outfitDetail .pieces .alternatives .piece {
	padding: 0;
	width: 410px;
}
#outfitDetail .pieces .alternatives .details {
	width: 320px;
}
#outfitDetail .pieces .alternatives .option {
	width: 310px;
}
#outfitDetail .pieces .alternatives .option .input {
	width: 210px;
}
#outfitDetail .pieces div.title {
	padding: 6px 10px 5px 10px;
	background: #efe6cd;
}
#outfitDetail .pieces div.title h2 {
	float: left; display: inline;
	margin-bottom: 0; padding: 2px 0 0 0;
	font-size: 14px;
	font-weight: normal;
}
#outfitDetail .pieces div.title a {
	text-decoration: underline;
}
#outfitDetail .pieces div.soldout {
	background: none;
}
#outfitDetail .pieces div.mask {
	position: absolute;
	top: 50%; left: 0;
	width: 84px; height: 22px;
	background: url(/img/ico_soldout.png) no-repeat 0 0;
	z-index: 2;
}
#outfitDetail .pieces div.text {
	margin: 0 0 0 10px;
	font-size: 12px;
	font-style: italic;
}
#outfitDetail .pieces div.title .price {
	float: right; display: inline;
	padding: 0 5px;
	font-weight: bold;
}
#outfitDetail .pieces div.title .price del {
	font-weight: normal;
}
#outfitDetail .pieces div.title .order {
	float: right; display: inline;
	padding: 2px 0 0 0;
}
#outfitDetail .pieces .option {
	padding: 12px 0 12px 10px;
	width: 340px;
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#outfitDetail .pieces .last {
	background: none;
}
#outfitDetail .pieces .size {
	padding: 9px 0 9px  10px;
}
#outfitDetail .pieces .option .label {
	float: left; display: inline;
	padding: 0;
	width: 100px;
	font-size: 12px;
}
#outfitDetail .pieces .size .label {
	padding: 3px 0;
}
#outfitDetail .pieces .btn{
	display: block;
	margin: 0 10px 12px 100px;
	width: 170px; height: 28px;
	text-indent: -9999px;
	background: url(/img/sprite_buttons.png) no-repeat -5px -1993px;
}
#outfitDetail .pieces .btn:hover{
	background-position: -305px -1993px;
}
#outfitDetail .pieces .option .input {
	float: right; display: inline;
	width: 230px;
	font-size: 11px;
}
#outfitDetail .pieces ul.sizes {
	position: relative;
	float: left; display: inline;
	margin: 0; padding: 0; list-style: none;
	max-width: 245px; min-height: 24px;
}
.ie6 #outfitDetail .pieces ul.sizes {
	width: 245px;
}
#page_iframe #outfitDetail .pieces ul.sizes {
	max-width: 100%; width: auto;
}
#outfitDetail .pieces ul.sizes li {
	position: relative; margin: -1px 0 0 -1px;
	float: left; display: inline;
	border: 1px solid #d9d5cc;
	font-size: 11px;
	color: #523061;
}
#outfitDetail .pieces ul.sizes li.none {
	padding: 3px 5px;
	color: #d9d5cc;
	cursor: not-allowed;
}
#outfitDetail .pieces ul.sizes li input {
	position: absolute; left: -9999em;
} 
#outfitDetail .pieces ul.sizes li label {
	float: left; display: inline;
	padding: 3px 5px;
}
#outfitDetail .pieces ul.sizes li label:hover {
	background: #dcd6df;
}
#outfitDetail .pieces ul.sizes li.selected label {
	background: #523061 !important;
	color: #fff;
}
#outfitDetail .pieces_large .top {
	width: 961px; height: 26px;
	background: url(/img/sprite_outfitbox_large.png) no-repeat -961px top;
	line-height: 0%; font-size: 0;
}
#outfitDetail .pieces_large .bottom {
	width: 961px; height: 10px;
	background: url(/img/sprite_outfitbox_large.png) no-repeat -1922px bottom;
	line-height: 0%; font-size: 0;
}
#outfitDetail .pieces_large .content {
	width: 913px;
	padding: 15px 24px 0 24px;
	background: url(/img/sprite_outfitbox_large.png) repeat-y left top;
}
#outfitDetail .pieces_large .content .leftContent {
	float: left; display: inline;
	width: 395px;
}
#outfitDetail .pieces_large .content .rightContent {
	float: right; display: inline;
	width: 515px;
}
#outfitDetail .pieces_large strong.title {
	display: block;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: normal;
}
#outfitDetail .pieces_large ul.list {
	margin: 0; padding: 0; list-style: none;
}
#outfitDetail .pieces_large ul.list .alternatives {
	margin: 0 0 30px 0;
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#outfitDetail .pieces_large ul.list #alternatives {
	display: none;
}
#outfitDetail .pieces_large ul.list .last {
	margin: 0;
	background: none;
}
#outfitDetail .pieces_large li.piece {
	width: 444px;
	padding: 0 0 10px 0;
}
#outfitDetail .pieces_large .image {
	position: relative;
	float: left; display: inline;
	width: 80px;
	z-index: 1;
}
#outfitDetail .pieces_large .details {
	float: right; display: inline;
	width: 350px;
}
#outfitDetail .pieces_large .alternatives .head {
	float: left; display: inline;
	margin: 10px 0;
	font-size: 16px;
}
#outfitDetail .pieces_large .alternatives .close {
	float: right; display: inline;
	margin: 10px 0 0 0; padding: 0 20px 0 0;
	background: url(/img/ico_close.png) no-repeat 50px 0;
}
#outfitDetail .pieces_large .alternatives .close a {
	text-decoration: none;
}
#outfitDetail .pieces_large .alternatives ul {
	margin: 0 0 0 30px;
	list-style: none;
}
#outfitDetail .pieces_large .alternatives .piece {
	padding: 0;
	width: 410px;
}
#outfitDetail .pieces_large .alternatives .details {
	width: 320px;
}
#outfitDetail .pieces_large .alternatives .option {
	width: 310px;
}
#outfitDetail .pieces_large .alternatives .option .input {
	width: 210px;
}
#outfitDetail .pieces_large div.title {
	padding: 6px 10px 5px 10px;
	background: #efe6cd;
}
#outfitDetail .pieces_large div.title h2 {
	float: left; display: inline;
	margin-bottom: 0; padding: 2px 0 0 0;
	font-size: 14px;
	font-weight: normal;
}
#outfitDetail .pieces_large div.title a {
	text-decoration: underline;
}
#outfitDetail .pieces_large div.soldout {
	background: none;
}
#outfitDetail .pieces_large div.mask {
	position: absolute;
	top: 50%; left: 0;
	width: 84px; height: 22px;
	background: url(/img/ico_soldout.png) no-repeat 0 0;
	z-index: 2;
}
#outfitDetail .pieces_large div.text {
	margin: 0 0 0 10px;
	font-size: 12px;
	font-style: italic;
}
#outfitDetail .pieces_large div.title .price {
	float: right; display: inline;
	padding: 0 5px;
	font-weight: bold;
}
#outfitDetail .pieces_large div.title .price del {
	font-weight: normal;
}
#outfitDetail .pieces_large div.title .order {
	float: right; display: inline;
	padding: 2px 0 0 0;
}
#outfitDetail .pieces_large .option {
	padding: 12px 0 12px 10px;
	width: 340px;
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#outfitDetail .pieces_large .last {
	background: none;
}
#outfitDetail .pieces_large .size {
	padding: 9px 0 9px  10px;
}
#outfitDetail .pieces_large .option .label {
	float: left; display: inline;
	padding: 0;
	width: 100px;
	font-size: 12px;
}
#outfitDetail .pieces_large .size .label {
	padding: 3px 0;
}
#outfitDetail .pieces_large .option .btn{
	display: block;
	margin: 10px 0 0 0;
	width: 170px; height: 28px;
	text-indent: -9999px;
	background: url(/img/sprite_buttons.png) no-repeat -5px -1993px;
}
#outfitDetail .pieces_large .option .btn:hover{
	background-position: -305px -1993px;
}
#outfitDetail .pieces_large .option .input {
	float: right; display: inline;
	width: 230px;
	font-size: 11px;
}
#outfitDetail .pieces_large ul.sizes {
	position: relative;
	float: left; display: inline;
	margin: 0; padding: 0; list-style: none;
	max-width: 245px; min-height: 24px;
}
.ie6 #outfitDetail .pieces_large ul.sizes {
	width: 245px;
}
#page_iframe #outfitDetail .pieces_large ul.sizes {
	max-width: 100%; width: auto;
}
#outfitDetail .pieces_large ul.sizes li {
	position: relative; margin: -1px 0 0 -1px;
	float: left; display: inline;
	border: 1px solid #d9d5cc;
	font-size: 11px;
	color: #523061;
}
#outfitDetail .pieces_large ul.sizes li.none {
	padding: 3px 5px;
	color: #d9d5cc;
	cursor: not-allowed;
}
#outfitDetail .pieces_large ul.sizes li input {
	position: absolute; left: -9999em;
} 
#outfitDetail .pieces_large ul.sizes li label {
	float: left; display: inline;
	padding: 3px 5px;
}
#outfitDetail .pieces_large ul.sizes li label:hover {
	background: #dcd6df;
}
#outfitDetail .pieces_large ul.sizes li.selected label {
	background: #523061 !important;
	color: #fff;
}
/* relatedOutfits */
#relatedOutfits {
	position: relative;
	width: 1008px;
	margin: 0 0 20px -12px;
}
#relatedOutfits strong.title {
	display: block;
	margin: 0 0 15px 30px;
	font-size: 28px;
}
#relatedOutfits ul.list {
	margin: 0; padding: 0; list-style: none;
}
#relatedOutfits li.item {
	float: left; display: inline;
	width: 240px;
	margin: 0 0 0 10px; padding: 5px 0 0 0;
	background: #fff;
	border: 1px solid #fff;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
#relatedOutfits li.item:hover {
	border-color: #83378a;
	cursor: pointer;
}
#relatedOutfits h3 {
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}
#relatedOutfits .image {
	width: 240px; height: 359px; overflow: hidden;
}

/* ===*** CHECKOUT ***=== */
#page_checkout .pageTitle {
	position: relative;
	padding: 0 0 10px 60px;
}
#page_checkout .pageTitle .icon {
	position: absolute; bottom: 0; left: 10px;
	width: 45px; height: 50px;
	background: url(/img/sprite_header.png) no-repeat left -60px;
}

#page_checkout #usp .col{
	width: 248px;
}

/* checkoutSteps */
#checkoutSteps {
	margin: 10px 0 20px 10px;
}
#checkoutSteps ul {
	float: left; display: inline;
	margin: 0; padding: 0; list-style: none;
}
#checkoutSteps li {
	float: left; display: inline;
	margin: 0 18px 0 0; padding: 0 25px 0 0;
	background: url(/img/sprite_bullets.png) no-repeat right -195px;
	text-transform: uppercase;
	color: #bbbbbb;
	font-size: 14px;
}
#checkoutSteps li a {
	text-decoration: none;
	color: #bbbbbb;
}
#checkoutSteps li.last {
	margin-right: 0; padding-right: 0;
	background: none;
}
#checkoutSteps li.active,
#checkoutSteps li.done {
	background-position: right -245px;
	color: #83378a;
}
#checkoutSteps li.active a,
#checkoutSteps li.done a {
	color: #83378a;
}
#checkoutSteps .btn {
	float: right;
	position: relative; margin: -10px 0;
}

/* checkoutCart */
.btnCheckout1 {
	display: block;
	width: 166px; height: 44px;
	background: url(/img/sprite_buttons.png) no-repeat 0 -450px;
	text-align: left; text-indent: -9999em; font-size: 0; line-height: 0;
}
.btnCheckout1:hover {
	background-position: -300px -450px;
}
#checkoutCart {}
#checkoutCart table {
	width: 100%;
}
#checkoutCart th,
#checkoutCart td {
	padding: 7px 5px;
	vertical-align: middle;
}
#checkoutCart thead th {
	font-size: 11px; font-weight: normal;
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#checkoutCart tbody td {
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#checkoutCart tr.discount td,
#checkoutCart tr.beforeDiscount td {
	background: none;
}
#checkoutCart tr.discount td {
	padding-top: 0;
}
#checkoutCart th.article {
	padding-left: 10px;
}
#checkoutCart table .description {
	width: 320px;
}
#checkoutCart table .image {
	width: 70px; padding-left: 0;
}
#checkoutCart table .special {
	width: 50px; padding-left: 0;
}
#checkoutCart td.description h3 {
	font-size: 12px; font-weight: normal;
}
#checkoutCart table .price {
	width: 70px; text-align: right;
}
#checkoutCart table .status {
	width: 70px; text-align: right;
}
#checkoutCart table .delete {
	width: 30px; text-align: center;
}
#checkoutCart td.price {
	font-size: 14px;
}
#checkoutCart td.price sup {
	margin-top: 0;
}
#checkoutCart table .amount {
	with: 85px; padding-left: 10px; padding-right: 20px; text-align: right;
}
#checkoutCart td.amount .customSelect {
	float: right; width: 50px;
}
#checkoutCart td.amount .customSelect .selected a {
	width: 20px; background-position: 30px 0;
}

#checkoutCart table .number {
	text-align: center;
}
#checkoutCart table .delete {
	with: 13px;
}
#checkoutCart td.delete a {
	display: block;
	width: 13px; height: 15px; overflow: hidden;
	background: url(/img/sprite_buttonicons.png) no-repeat left -100px;
	text-indent: -9999em;
}
#checkoutCart td.delete a:hover {
	background-position: left -150px;
}
#checkoutCart td.subtotal {
	font-size: 12px;
}
#checkoutCart td.subtotal sup {
	margin-top: -1px;
}
#checkoutCart tfoot th.label {
	font-weight: normal; font-size: 12px;
	width: 150px;
}
.lt9 #checkoutCart tfoot th.label {
	width: 170px;
}
#checkoutCart tfoot td.input {
	text-align: right;  font-size: 12px;
	width: 130px;
}
.lt9 #checkoutCart tfoot td.input {
	width: 150px;
}
#checkoutCart tfoot .total th.label,
#checkoutCart tfoot .total td.price {
	background: url(/img/dash_h.png) repeat-x left 5px;
}
#checkoutCart tfoot .total td.price {
	font-size: 24px;
}
#checkoutCart tfoot .total td.price sup {
	margin-top: 0;
	font-size: 14px;
}
#checkoutCart tfoot .buttons th,
#checkoutCart tfoot .buttons td {
	vertical-align: top;
}
#checkoutCart tfoot .buttons .left {
	padding-top: 12px;
}
.ie6 #checkoutCart .buttons .push {
	width: 260px; height: 1px;
}
#checkoutCart tfoot tr.push td {
	padding: 0;
}
/* discount */
#checkoutCart .discount .box {
	width: 770px;
}
#checkoutCart .discount .top,
#checkoutCart .discount .bottom {
	font: 0/0 x;
	height: 10px;
	background: url(/img/sprite_pinkdashedbox770.png) no-repeat -770px top;
}
#checkoutCart .discount .bottom {
	background-position: -1540px bottom
}
#checkoutCart .discount .content {
	background: url(/img/sprite_pinkdashedbox770.png) repeat-y left top;
	width: 740px;
	padding: 0 15px;
	color: #c40079;
}
#checkoutCart .discount .title {
	float: left; display: inline;
	padding: 0 10px 0 0;
	font-size: 24px;
}
#checkoutCart .discount .text {
	float: left; display: inline;
	padding: 12px 0 8px 0;
	font-weight: bold;
}
#checkoutCart .discount .price {
	float: right; display: inline;
	padding: 12px 0 8px 0;
	width: 70px;
	text-align: right; font-weight: bold;
}
/* deliveryChoice & deliveryData */
#deliveryChoice,
#deliveryData {
	position: relative;
	width: 430px;
}
#deliveryData.below p.left, 
#deliveryData.below p.right {
	float: none; 
	display: block;
}
#deliveryChoiceBox,
#deliveryDataBox {
	position: absolute;
	top: -10px; left: 0;
	width: 430px;
}
#deliveryChoiceBox .top,
#deliveryDataBox .top,
#deliveryChoiceBox .bottom,
#deliveryDataBox .bottom {
	font: 0/0 x;
	height: 10px;
	background: url(/img/sprite_deliverychoice.png) no-repeat -430px top;
}
#deliveryChoiceBox .bottom,
#deliveryDataBox .bottom {
	background-position: -860px bottom
}
#deliveryChoiceBox .arrow {
	position: absolute;
	right: -17px; top: 60px;
	width: 22px; height: 32px;
	background: url(/img/sprite_deliverychoice.png) no-repeat right top;
}
#deliveryChoiceBox .content,
#deliveryDataBox .content {
	background: url(/img/sprite_deliverychoice.png) repeat-y left top;
	width: 390px; min-height: 100px;
	padding: 5px 20px;
}
#deliveryChoiceBox h3,
#deliveryDataBox h3 {
	margin: 0 0 10px 0;
	font-size: 24px;
}
#deliveryChoiceBox ul {
	margin: 0; padding: 0; list-style: none;
}
#deliveryChoiceBox li {
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	padding: 3px 5px 0 5px;
	font-size: 12px;
}
#deliveryChoiceBox li.active {
	background-color: #dcd6df;
}
#deliveryChoiceBox li label {
	float: right; display: inline;
	width: 350px;
	padding: 3px 0 5px 0;
}
#deliveryChoiceBox li .input {
	position: relative;
	clear: left;
	float: left; display: inline;
	margin: 3px 0 5px 0;
	width: 20px; height: 20px;
	background: url(/img/sprite_bullets.png) no-repeat 0 -400px;
	text-align: center;
}
#deliveryChoiceBox li .input input {
	position: absolute; top: 2px; left: 3px;
	margin: 0; padding: 0;
}
.lt8 #deliveryChoiceBox li .input input {
	top: -2px; left: -1px;
}
#deliveryDataBox p {
	margin-bottom: 20px;
}
/* checkoutConditions */
#checkoutConditions {
	position: relative;
	padding: 10px 10px 10px 40px;
	background: #efe6cd;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.lte9 #checkoutConditions {
	width: 270px;
}
#checkoutConditions .input {
	position: absolute; top: 10px; left: 10px;
	margin: 0 9px 0 0;
	width: 17px; height: 17px;
	background: #523061;
}
#checkoutConditions .input input {
	position: absolute; top: 2px; left: 2px;
	margin: 0; padding: 0;
}
.lt8 #checkoutConditions .input input {
	top: -2px; left: -2px;
}

/* discountCode */
#discountCode {
	width: 410px;
	padding: 7px 10px;
 	background: #efe6cd;
	font-size: 12px;
}
#discountCode .info {
	width: 410px;
	text-align: center; font-style: italic; color: #83378a;
}
#discountCode .info a {
	color: #83378a;
}
#discountCode .info a:hover {
	color: #a269a7;
}
#discountCode .code {
	display: none;
	width: 410px;
}
#discountCode fieldset {
	margin: 0; padding: 0; border: 0;
}
#discountCode legend {
	float: left; display: inline;
	padding: 3px 5px 0 0;
}
#discountCode .input {
	float: left; display: inline;
	width: 143px; height: 26px;
	background: url(/img/input_couponcode.png) no-repeat left top;
}
.ie6 #discountCode .input {
	overflow: hidden;
}
#discountCode .focus {
	background-position: left -26px;
}
#discountCode .input label,
#discountCode .input input {
	line-height: 1.2;
	width: 129px;
	margin: 6px 7px; padding: 0;
}
#discountCode .input label {
	position: absolute; z-index: 0;
}
#discountCode .input input {
	position: relative; z-index: 1;
}
#discountCode .focus input,
#discountCode .filled input {
	background: #fff;
}
#discountCode .submit {
	float: left; display: inline;
	margin: 0 0 0 7px;
}
#discountCode .submit input {
	display: block;
	width: 72px; height: 26px;
	background: url(/img/sprite_buttons.png) no-repeat 0 -500px;
	margin: 0; padding: 0; border: 0;
	text-indent: -9999em;
	cursor: pointer;
}
#discountCode .submit input:hover {
	background-position: -300px -500px;
}
/* iframe_accountChoice */
#iframe_accountChoice {
	padding: 0;
	width: 880px;
}
#iframe_accountChoice fieldset {
	margin: 0 10px 0 0; padding: 20px; border: 0;
	width: 390px;
}
#iframe_accountChoice fieldset.left {
	background: url(/img/dash_v.png) repeat-y right bottom;
}
#iframe_accountChoice fieldset p {
	padding-right: 60px;
	font-size: 12px;
}
#iframe_accountChoice ul.formfields li {
	padding-bottom: 10px;
}
#iframe_accountChoice fieldset.left a.btn {
	float: right; display: inline;
	margin: 0 36px 0 0;
	width: 108px; height: 44px;
	text-align: left; text-indent: -9999em;
	background: url(/img/sprite_buttons.png) no-repeat 0 -550px;
}
#iframe_accountChoice fieldset.left a.btn:hover {
	background-position: -300px -550px
}
#iframe_accountChoice fieldset.right a.btn {
	float: right; display: inline;
	width: 166px; height: 44px;
	text-align: left; text-indent: -9999em;
	background: url(/img/sprite_buttons.png) no-repeat 0 -600px;
}
#iframe_accountChoice fieldset.right a.btn:hover {
	background-position: -300px -600px
}

/* checkoutData */
#checkoutData {
  margin: 0 0 20px 0;
}
#checkoutData h2 {
	margin: 0 0 20px 0; padding: 0 0 10px 0;
	background: url(/img/dash_h.png) repeat-x left bottom;
	font-size: 24px;
}
#checkoutData .col-01 {
	float: left; display: inline;
	width: 350px;
}
#checkoutData .col-02 {
	float: right; display: inline;
	width: 380px;
}
#checkoutData fieldset {
	margin: 0; padding: 0; border: 0;
}
#checkoutData fieldset legend {
	margin: 0 0 10px 0; padding: 0;
}
#checkoutData .formfields .titel .input {
	padding-top: 2px;
}
/* checkoutBox */
.checkoutBox {
	margin: 0 0 15px 0;
	width: 380px;
}
.checkoutBox .top,
.checkoutBox .bottom {
	font: 0/0 x;
	height: 10px;
	background: url(/img/sprite_squaredashedbox380.png) no-repeat -380px top;
}
.checkoutBox .bottom {
	background-position: -760px bottom
}
.checkoutBox .content {
	background: url(/img/sprite_squaredashedbox380.png) repeat-y left top;
	width: 350px;
	padding: 5px 15px;
	font-size: 12px;
}
/* deliveryBox */
#deliveryBox h3.icon {
	margin: 0 0 15px 0; padding: 0 0 0 35px;
	background: url(/img/sprite_titleicons.png) no-repeat 5px -300px;
	font-size: 18px;
}
#checkoutData #deliveryFields {
	padding: 20px 0 0 5px;
}
#checkoutData #deliveryFields ul.formfields .label {
	width: 145px;
}
#deliveryBox a.btn {
	float: left; display: inline;
	margin: 0  0 0;
	width: 140px; height: 44px;
	text-align: left; text-indent: -9999em;
	background: url(/img/sprite_buttons.png) no-repeat 0 -700px;
}
#deliveryBox a.btnChooseShop {
	width: 140px;
	background-position: 0 -700px
}
#deliveryBox a.btnChooseShop:hover {
  background-position: -300px -700px
}
#deliveryBox a.btnServicePoint {
	width: 210px;
	background-position: 0 -750px
}
#deliveryBox a.btnServicePoint:hover {
  background-position: -300px -750px
}
/* shopSearch  */
#page_shopSearch ul.formfields,
#iframe_shopSearch ul.formfields {
	width: 350px;
}
#page_shopSearch ul.formfields li.submit,
#iframe_shopSearch ul.formfields li.submit {
	padding: 7px 0 7px 146px;
}
#page_shopSearch a.btn,
#iframe_shopSearch a.btn,
#iframe_shopSearchResult a.btn {
	float: right; display: inline;
	margin: 0 -4px 0 0;
	height: 45px;
	text-align: left; text-indent: -9999em;
	background: url(/img/sprite_buttons.png) no-repeat 0 -800px;
}
#iframe_shopSearch a.btnShowServicepoints {
	width: 188px;
	background-position: 0 -800px
}
#iframe_shopSearch a.btnShowServicepoints:hover {
	background-position: -300px -800px
}
#page_shopSearch a.btnShowShops,
#iframe_shopSearch a.btnShowShops {
	width: 190px;
	background-position: 0 -900px
}
#page_shopSearch a.btnShowShops:hover,
#iframe_shopSearch a.btnShowShops:hover {
	background-position: -300px -900px
}
#iframe_shopSearchResult ul.list {
	margin: 0 10px 10px 0; padding: 0; list-style: none;
}
#iframe_shopSearchResult ul.list li.item {
	margin: 0 0 10px 0; padding: 10px;
	background: #efe6cd;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#iframe_shopSearchResult li.item .input {
	float: left; display: inline;
	width: 10%;
}
#iframe_shopSearchResult li.item .choice {
	position: relative;
	clear: both;
	float: left; display: inline;
	margin: 3px 0 5px 0;
	width: 20px; height: 20px;
	background: url(/img/sprite_bullets.png) no-repeat 0 -400px;
	text-align: center;
}
#iframe_shopSearchResult li.item .choice input {
	position: absolute; top: 2px; left: 3px;
	margin: 0; padding: 0;
}
.lt8 #iframe_shopSearchResult li.item .choice input {
	top: -2px; left: -1px;
}
#iframe_shopSearchResult li.item .address {
	float: left; display: inline;
	width: 45%; padding-right: 5%;
}
#iframe_shopSearchResult li.item .image {
	float: right; display: inline;
	width: 40%; text-align: right;
}
#iframe_shopSearchResult li.item .data {
	float: left; display: inline;
	width: 40%;
}
#iframe_shopSearchResult li.item .data dl {
	margin: 3px 0;
	font-size: 10px;
}
#iframe_shopSearchResult li.item .data dt {
	clear: left; float: left; display: inline;
	width: 80px;
	margin: 0 5px 3px 0;
}
#iframe_shopSearchResult li.item .data dd {
	margin: 0 0 3px 0;
}
#iframe_shopSearchResult li.item small {
	display: block; clear: both; text-align: right;
}
#iframe_shopSearchResult a.btnChooseServicepoint {
	float: right; margin: 0 6px 0 0; width: 188px;
	background-position: 0 -850px;
}
#iframe_shopSearchResult a.btnChooseServicepoint:hover {
	background-position: -300px -850px;
}
#iframe_shopSearchResult a.btnChooseShop {
	float: right; margin: 0 6px 0 0; width: 110px;
	background-position: 0 -950px;
}
#iframe_shopSearchResult a.btnChooseShop:hover {
	background-position: -300px -950px;
}
#iframe_shopSearchResult a.prev {
	float: left; display: inline;
	margin-top: 8px; line-height: 1.2;
}

/* orderstatusBox */
#orderstatusBox .content {
  padding-top: 0;
}
#orderstatusBox .icon {
  margin: 0 0 15px 0; padding: 8px 0 2px 35px;
  background: url(/img/sprite_titleicons.png) no-repeat 5px -400px;
  font-size: 18px;
}
#orderstatusBox p {
	margin-bottom: 7px;
	font-size: 12px; 
}
#orderstatusBox .input {
	margin: 5px 5px 0 0;
}
#orderstatusBox .error-message {
	margin-left: 0; padding-top: 3px;
}
#orderstatusBox .submit {
	float: left; display: inline;
}
#orderstatusBox .submit input {
	display: block;
	width: 88px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1050px;
	margin: 0; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
#orderstatusBox .submit input:hover {
	background-position: -300px -1050px;
}
#orderstatusBox a.btnDeactivate {
	display: block;
	width: 106px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1350px;
	margin: 0; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
}
#orderstatusBox a.btnDeactivate:hover {
	background-position: -300px -1350px;
}
#orderinfoBox .icon {
  margin: 0 0 15px 0; padding: 8px 0 2px 35px;
  background: url(/img/sprite_titleicons.png) no-repeat 5px -1001px;
  font-size: 18px;
}
#orderinfoBox .dropdownInfo,
#orderlocationBox .dropdownInfo {
  display: none;
}
#orderlocationBox .icon {
  margin: 0 0 15px 0; padding: 8px 0 6px 35px;
  background: url(/img/sprite_titleicons.png) no-repeat -2px -1112px;
  font-size: 18px;
}

/* checkoutPayment */
#checkoutPayment {
	margin: 0 0 15px 0;
}
#checkoutPayment h2 {
	margin: 0;
	font-size: 24px;
}
#checkoutPayment table {
	width: 100%;
	margin: 0 0 20px 0;
}
#checkoutPayment th,
#checkoutPayment td {
	padding: 13px 5px;
	background: url(/img/dash_h.png) repeat-x left bottom;
	vertical-align: top;
	font-size: 12px;
	cursor: pointer;
}
#checkoutPayment thead th {
	padding-bottom: 12px;
	vertical-align: bottom;
}
#checkoutPayment tbody th {
	font-weight: normal;
}
#checkoutPayment table td.input {
	padding-top: 17px;
}
#checkoutPayment table strong {
	position: relative;
	font-size: 18px;
}
#checkoutPayment table .icon img {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
#checkoutPayment table .price {
	text-align: right;
	font-weight: bold;
}
#checkoutPayment table td.price {
	vertical-align: middle;
	white-space: nowrap;
	color: #523061;
}
#checkoutPayment table .price .free {
	color: #889000;
}
#checkoutPayment .choice {
	position: relative;
	clear: both;
	float: left; display: inline;
	margin: 3px 0 5px 0;
	width: 20px; height: 20px;
	background: url(/img/sprite_bullets.png) no-repeat 0 -400px;
	text-align: center;
}
#checkoutPayment .choice input {
	position: absolute; top: 2px; left: 3px;
	margin: 0; padding: 0;
}
.lt8 #checkoutPayment .choice input {
	top: -2px; left: -1px;
}
#checkoutPayment tr.active th,
#checkoutPayment tr.active td {
	background-color: #dcd6df;
}
#checkoutPayment a.prev {
	float: left; display: inline;
	margin-top: 10px; line-height: 1.2;
}
a.btnCheckout2 {
  float: right; display: inline;
  margin: 0 0 0 0;
  width: 278px; height: 44px;
  text-align: left; text-indent: -9999em;
  background: url(/img/sprite_buttons.png) no-repeat 0 -650px;
}
a.btnCheckout2:hover {
  background-position: -300px -650px
}
a.btnCheckout3 {
  float: right; display: inline;
  margin: 0 0 0 0;
  width: 174px; height: 44px;
  text-align: left; text-indent: -9999em;
  background: url(/img/sprite_buttons.png) no-repeat 0 -1000px;
}
a.btnCheckout3:hover {
  background-position: -300px -1000px
}

/* checkoutConfirmation */
#checkoutConfirmation {
	margin: 0 0 20px 0;
	font-size: 12px;
}
#checkoutConfirmation .col-01 {
	float: left; display: inline;
	width: 400px;
}
#checkoutConfirmation .col-02 {
	float: right; display: inline;
	width: 430px;
	padding-top: 249px;
	background: url(/img/img_checkoutconfirmation.jpg) no-repeat center top;
}
#checkoutConfirmation .pageTitle {
	margin-bottom: 15px;
}
#checkoutConfirmation h3 {
	margin: 0 0 5px 0 !important;
	font-size: 18px;
}
#checkoutConfirmation p {
	margin-bottom: 20px;
}
#checkoutConfirmation #orderstatusBox {
	margin-bottom: 20px;
}
#checkoutConfirmation #orderstatusBox p {
	margin-bottom: 7px;
}
#checkoutConfirmation .signature {
	margin-bottom: 10px;
	font-size: 26px;
}
#checkoutConfirmation a.shoppen,
#checkoutConfirmation a.printen {
	float: left; display: inline;
	margin: 0 5px 0 0;
	width: 158px; height: 44px;
	text-align: left; text-indent: -9999em;
	background: url(/img/sprite_buttons.png) no-repeat 0 -1100px;
}
#checkoutConfirmation a.printen {
	width: 174px;
	background-position: 0 -1150px;
}
#checkoutConfirmation a.shoppen:hover {
	background-position: -300px -1100px;
}
#checkoutConfirmation a.printen:hover {
	background-position: -300px -1150px;
}
#checkoutConfirmation .checkoutBox {
	margin: 0 0 15px 0;
	width: 430px;
}
#checkoutConfirmation .checkoutBox .top,
#checkoutConfirmation .checkoutBox .bottom {
	background: url(/img/sprite_squaredashedbox430.png) no-repeat -430px top;
}
#checkoutConfirmation .checkoutBox .bottom {
	background-position: -860px bottom
}
#checkoutConfirmation .checkoutBox .content {
	background: url(/img/sprite_squaredashedbox430.png) repeat-y left top;
	width: 390px;
	padding: 5px 20px;
	font-size: 11px;
}
#checkoutConfirmation .checkoutBox .cart {
	padding: 0 0 7px 7px;
}
#checkoutConfirmation .checkoutBox .cart ul {
	margin: 0; padding: 0; list-style: none;
}
#checkoutConfirmation .checkoutBox .cart li {
	float: left; display: inline;
	margin: 7px 7px 0 0;
}
#checkoutConfirmation .checkoutBox .section {
	margin: 0; padding: 10px 7px;
	background: url(/img/dash_h.png) repeat-x left top;
}
#checkoutConfirmation .checkoutBox .price {
	float: right; display: inline;
	width: 50%;
	text-align: center; font-size: 11px;
}
#checkoutConfirmation .checkoutBox .price .total {
	font-size: 24px; font-weight: bold; color: #523061;
}
#checkoutConfirmation .checkoutBox .price .total sup {
	font-size: 14px;
}


/* ===*** LOGIN & ACCOUNT ***=== */
#page_login .pageTitle,
#page_account .pageTitle {
	position: relative;
	padding: 0 0 10px 40px;
}
#page_account .pageTitle {
	margin: 0 0 15px 0; padding: 0 5px 10px 45px;
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#page_login .pageTitle .icon,
#page_account .pageTitle .icon {
	position: absolute; bottom: 8px; left: 0;
	width: 30px; height: 35px;
	background: url(/img/sprite_titleicons.png) no-repeat left -500px;
}
#page_account .pageTitle .icon {
	left: 5px;
}
#page_login .pageTitle h1,
#page_account .pageTitle h1 {
	margin: 0;
	font-size: 24px;
	color: #523061;
}
#page_login #main .contentBox {
	min-height: 350px;
	background: no-repeat 580px bottom;
}
#page_login #side .contentBox {
	min-height: 364px;
}
/* loginBox */
.loginBox {
	margin: 55px 0 15px 220px;
	width: 350px;
}
.loginBox .top,
.loginBox .bottom {
	font: 0/0 x;
	height: 16px;
	background: url(/img/sprite_loginbox.png) no-repeat -350px top;
}
.ie6 .loginBox .top,
.ie6 .loginBox .bottom {
	background-image: url(/img/sprite_loginbox.gif);
}
.loginBox .bottom {
	background-position: -700px bottom
}
.loginBox .content {
	background: url(/img/sprite_loginbox.png) repeat-y left top;
	width: 300px;
	padding: 10px 25px;
	font-size: 11px;
}
.ie6 .loginBox .content {
	background-image: url(/img/sprite_loginbox.gif);
}
.loginBox legend {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #341a40;	
}
.loginBox .formfields {
	margin-bottom: 10px;
}
.loginBox label {
	font-size: 11px;
}
.loginBox .wachtwoord .input {
	margin-top: 4px;
}
.loginBox .submit {
	float: left; display: inline;
	margin: 0 0 0 3px;
}
.loginBox .submit input {
	display: block;
	width: 93px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1200px;
	margin: 0 0 0 3px; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
.loginBox .submit input:hover {
	background-position: -300px -1200px;
}
/* iframe_passwordMailer */
#iframe_passwordMailer {
}
#iframe_passwordMailer .label {
	width: auto; padding-right: 5px;
}
#iframe_passwordMailer .submit {
	float: left; display: inline;
	margin: 0 0 0 3px;
}
#iframe_passwordMailer .submit input {
	position: relative;
	top: -4px;
	display: block;
	width: 97px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1300px;
	margin: 0 0 0 3px; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
#iframe_passwordMailer .submit input:hover {
	background-position: -300px -1300px;
}
/* iframe_passwordEdit */
#iframe_passwordEdit {
}
#iframe_passwordEdit .label {
	width: 240px;
}
#iframe_passwordEdit .submit {
	position: relative; left: -5px;
	float: left; display: inline;
}
#iframe_passwordEdit .submit input {
	display: block;
	width: 175px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1450px;
	margin: 0 0 0 3px; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
#iframe_passwordEdit .submit input:hover {
	background-position: -300px -1450px;
}
/* #page_account */
#columnAccount .content {
	width: 142px;
	padding: 10px 20px;
}
#columnAccount ul {
	margin: 0; padding: 0; list-style: none;
}
#columnAccount li {
	margin: 0 0 5px 0; padding: 0 0 0 8px;
	background: url(/img/sprite_bullets.png) no-repeat left -445px;
	line-height: 1.4font-size: 10px;
}
/* accountData */
#accountData {
	margin: 0 0 15px 0; padding: 5px;
	font-size: 12px;
}
#accountData .col {
	float: left; display: inline;
	width: 240px;
	margin: 0 15px 15px 0;
}
#page_iframe h1.account {
	padding: 5px 0 0 40px;
	background: url("/img/sprite_titleicons.png") no-repeat left -500px;
}
#page_iframe #checkoutData {
	padding: 10px 5px;
}
#page_iframe #checkoutData .col-02 {
	width: 350px;
}
#page_iframe #checkoutData .left .comment {
	padding-top: 7px;
}
#page_iframe #checkoutData .btnSaveChanges {
	float: right; display: inline;
	width: 163px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1400px;
	margin: 0 -4px 0 0; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
#page_iframe #checkoutData .btnSaveChanges:hover {
	background-position: -300px -1400px;
}
/* accountOptions */
#accountOptions {
	margin: 0 0 15px 0; padding: 5px;
	font-size: 12px;
	background: url(/img/dash_h.png) repeat-x left 50px; 
}
#accountOptions .col-01 {
	float: left; display: inline;
	width: 380px;
}
#accountOptions .col-02 {
	float: right; display: inline;
	width: 360px;
}
#accountOptions h2 {
	margin: 0 0 15px 0; padding-top: 8px; padding-bottom: 2px;
	font-size: 24px !important;
}
#accountOptions #newsletterBox ul.formfields li.check div.label {
	width: 345px;
}
/* checkoutOrders */
#accountOrders h2 {
	margin: 0; padding: 5px;
	background: url(/img/dash_h.png) repeat-x left bottom;
	font-size: 24px;
}
#accountOrders table {
	width: 100%;
}
#accountOrders th,
#accountOrders td {
	padding: 10px 5px;
	background: url(/img/dash_h.png) repeat-x left bottom;
	font-size: 12px;
}
/* order details */
#page_iframe #checkoutCart {
	padding-right: 20px;
}
#orderDetails th,
#orderDetails td {
	padding: 5px 10px 5px 8px;
	vertical-align: top;
	font-size: 12px;
}
#orderDetails td {
	padding-right: 50px;	
}


/* ===*** INFO PAGES ***=== */

 /* CONTACT */
#page_contact fieldset {
	padding: 0 116px 30px 0;
	min-height: 380px;
	background:  no-repeat right top;
}
#page_contact fieldset .intro {
	padding-right: 200px;
}
#page_contact ul.formfields div.label {
	width: 250px;
}
#page_contact ul.formfields div.error-message {
	margin-left: 250px;
}



#page_contact .btnSendContactform {
	float: right; display: inline;
	width: 223px; height: 44px;
	background: url(/img/sprite_buttons.png) no-repeat left -1600px;
	margin: 0 -4px 0 0; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
#page_contact .btnSendContactform:hover {
	background-position: -300px -1600px;
}
/* contactOptions */
#contactOptions {
	margin: 0 0 15px 0; padding: 5px;
	font-size: 12px;
	background: url(/img/dash_h.png) repeat-x left 45px; 
}
#contactOptions .col-01 {
	float: left; display: inline;
	width: 360px;
}
#contactOptions .col-02 {
	float: right; display: inline;
	width: 370px;
}
#contactOptions h2.icon {
	margin: 0 0 15px 0; padding: 2px 0 5px 45px;
	background: url(/img/sprite_titleicons.png) no-repeat left 1000px;
	font-size: 24px !important;
}
#contactOptions .col-01 h2.icon {
	padding-left: 35px;
	background-position: 5px -597px;
}
#contactOptions .col-02 h2.icon {
	background-position: 5px -694px;
}
#contactOptions .phonenumber {
	font-size: 18px;
}
/* contactShops */
.fullDashedBox {
	margin: 0 0 15px 0;
	width: 780px;
}
.fullDashedBox .top,
.fullDashedBox .bottom {
	width: 780px; height: 10px;
	background: url(/img/sprite_squaredashedbox780.png) no-repeat -780px top;
	font: 0/0 x;
}
.fullDashedBox .bottom {
	background-position: -1560px bottom
}
.fullDashedBox .content {
	background: url(/img/sprite_squaredashedbox780.png) repeat-y left top;
	width: 740px;
	padding: 5px 20px;
	font-size: 12px;
}
#contactShops h2.icon {
	margin: 0 0 10px 0; padding: 2px 0 5px 45px;
	background: url(/img/sprite_titleicons.png) no-repeat left -796px;
	font-size: 24px !important;
}
#contactShops .btnToShopSearch {
	float: left; display: inline;
	width: 180px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1650px;
	margin: 0 0 0 -4px; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
#contactShops .btnToShopSearch:hover {
	background-position: -300px -1650px;
}

/* Vriendinnenmiddag */
#page_vriendinnenmiddag fieldset {
	padding: 0 116px 30px 0;
	min-height: 380px;
	background: url(/img/img_vriendinnenmiddag.jpg) no-repeat right top;
}
#page_vriendinnenmiddag fieldset .intro {
	padding-right: 200px;
}
#page_vriendinnenmiddag ul.formfields div.label {
	width: 250px;
}
#page_vriendinnenmiddag ul.formfields div.error-message {
	margin-left: 250px;
}



/* FAQ */
#page_faq .col-01 {
	float: left; display: inline;
	width: 360px;
}
#page_faq .col-02 {
	float: right; display: inline;
	width: 360px;
}
#page_faq h2 {
	margin: 10px 0; padding: 2px 0 5px 0;
	background: url(/img/dash_h.png) repeat-x left bottom;
	font-size: 24px !important;
}
#page_faq h2 .icon {
	vertical-align: middle;
}
#page_faq ol.faqList {
	margin: 0 0 20px 0; padding: 0; list-style: none;
}
#page_faq ol.faqList li.item {
	margin: 0 0 8px 0; padding: 0 0 0 14px;
	background: url(/img/bullet_arrow.png) no-repeat 5px 6px;
	cursor: pointer;
}
.lt8 #page_faq ol.faqList li.item {
	zoom: 1;
}
#page_faq ol.faqList h3 {
	margin: 0;
	font-size: 12px; font-weight: normal;
}
#page_faq ol.faqList li.item:hover h3 {
	text-decoration: underline;
}
#page_faq ol.faqList li.active h3 {
	text-decoration: none !important; font-weight: bold;
}
#page_faq ol.faqList li.last {
	margin-top: 15px;
	font-weight: bold; font-size: 11px;
}
#page_faq ol.faqList .answer {
	margin: 3px 0; padding: 0 0 10px 0;
	background: url(/img/faq_answer.png) no-repeat left bottom;
}
#page_faq ol.faqList .inner {
	padding: 15px 10px 0 10px;
	background: url(/img/faq_answer.png) no-repeat left top;
}
#page_faq ol.faqList .answer strong {
	font-style: normal;
}

/* shopSearch */
.searching {
	clear: both;
	margin: 10px 0;	padding: 5px 10px;
	background: #f9ebff;
	border: 1px solid #a897b0;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	font-weight: bold;
	font-size: 11px;
	color: #83378a;
}
.searching img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
#page_shopSearch fieldset.left {
	width: 380px;
}
#page_shopSearch fieldset.left ul.formfields {
	width: 350px;
}
#page_shopSearch .shopInfo {
	float: left; display: inline;
}
#page_shopSearch .shopImage img {
	width: 200px;
}
#page_shopSearch .shopAddress {
	float: left; display: inline;
	width: 200px;
	font-size: 11px;
}
#page_shopSearch .shopOpenings {
	float: left; display: inline;
	/*width: 210px;*/
	font-size: 11px;
	margin: 0 0 0 50px;
}
#page_shopSearch .shopOpeningsExtra {
	width: 240px;
}
#page_shopSearch .shopOpenings table {
	width: 100%;
}
#page_shopSearch .shopOpenings th,
#page_shopSearch .shopOpenings td {
	padding: 2px 10px 2px 0;
	font-weight: normal;
}

/*Temp fix for extra opening times
#page_shopSearch .shopOpenings .extra {
	position:absolute;
	left:450px;
	top:97px;
}
*/

#page_shopSearch .shopOpenings .comment {
	font-size: 10px; line-height: 1.3;
}
#page_shopSearch .shopCollections {
	background: url(/img/dash_h.png) repeat-x left top;
}
.lt8 #page_shopSearch .shopCollections,
.lt8 #page_shopSearch .shopSearchBox {
	zoom: 1;
}
#page_shopSearch .shopSearchBox {
	padding: 10px 0 0 0;
	background: url(/img/dash_h.png) repeat-x left top;
}
#page_shopSearch .shopSearchBox .contentTitle {
	padding-bottom: 0;
	background: none;
}
#page_shopSearch .shopCollections {
	margin: 10px 0 0 0; padding: 15px 7px 7px 7px;
}
#page_shopSearch .shopCollections img {
	margin: 5px 5px 5px 0;
}

#page_shopSearch .shopMap {
	float: right; display: inline;
	width: 400px; min-height: 400px;
}
.ie6 #page_shopSearch .shopMap {
	height: 400px;
}
#page_shopSearch .shopResults {
	float: left; display: inline;
	width: 350px; height: 400px; overflow: auto;
}
#page_shopSearch .shopResults ol {
	width: 330px;
	margin: 0 0 10px 0; padding: 0; list-style: none;
}
#page_shopSearch .shopResults ol li {
	clear: left;
	padding: 10px;
	background: url(/img/dash_h.png) repeat-x left bottom;
}
#page_shopSearch .shopResults .icon {
	float: left; display: inline;
	width: 25px;
	margin: 5px 10px 0 0;
}
#page_shopSearch .shopResults .data {
	float: left; display: inline;
	width: 275px;
}

/* vacatures */
#page_vacatures .col-01 {
	float: left; display: inline;
	width: 380px;
}
#page_vacatures .col-02 {
	float: right; display: inline;
	width: 360px;
}
.btnToOpenJobs {
	float: left; display: inline;
	width: 158px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat left -1700px;
	margin: 0 0 0 -4px; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
.btnToOpenJobs:hover {
	background-position: -300px -1700px;
}

/* sitemap */
#page_sitemap .col {
	float: left; display: inline;
	width: 210px;
	padding: 10px 20px;
}
#page_sitemap .col ul {
	margin: 0 0 20px 0; padding: 0; list-style: none;
}
#page_sitemap .col li {
	margin: 0; padding: 7px 0 0px 24px;
	background: url(/img/bullet_sitemap.png) no-repeat 5px top;
}
#page_sitemap .col ul ul {
	margin-bottom: 0;
	font-size: 11px;
}
#page_sitemap .col ul ul li {
	padding: 7px 0 2px 24px;
}
#page_sitemap .col a {
	text-decoration: none;
}
#page_sitemap .col a:hover {
	text-decoration: underline;
}

/* nieuwsbrief */
#page_newsletter ul.formfields {
	float: left; display: inline;
	width: 450px;
	margin-bottom: 80px;
}
#page_newsletter ul.formfields div.label {
	width: 250px;
}
#page_newsletter ul.formfields li.check {
	padding: 8px 0 15px 0;
}
#page_newsletter ul.formfields li.check div.label {
	width: 425px;
}
#page_newsletter li.check .input {
	position: relative;
	margin: 5px 8px 0 0;
	width: 17px; height: 14px;
	background: #523061;
}
#page_newsletter li.check .input input {
	position: absolute; top: 2px; left: 2px;
	margin: 0; padding: 0;
}
.lt8 #page_newsletter li.check .input input {
	top: -2px; left: -2px;
}
#page_newsletter ul.formfields div.error-message {
	margin-left: 250px;
}
#page_newsletter ul.formfields li.submit .label {
	padding-top: 10px;
}
.btnSend {
	float: right; display: inline;
	width: 110px; height: 44px;
	background: url(/img/sprite_buttons.png) no-repeat left -1250px;
	margin: 0 -4px 0 0; padding: 0; border: 0;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
.btnSend:hover {
	background-position: -300px -1250px;
}
#page_newsletter p.comment {
	clear: left;
	font-size: 10px;
}
#page_newsletter .btn {
	float: left; display: inline;
}
#page_newsletter .btn #btnConfirm {
	background: url(/img/sprite_buttons.png) no-repeat 0 -2080px;
	width: 59px;
	height: 31px;
	text-indent: -999px;
	border: 0;
}
#page_newsletter .btn  #btnConfirm:hover {
	background-position: -300px -2080px;
}
#page_newsletter .btn  #btnCancel {
	background: url(/img/sprite_buttons.png) no-repeat 0 -2120px;
	width: 59px;
	height: 31px;
	text-indent: -999px;
	border: 0;
}
#page_newsletter .btn  #btnCancel:hover {
	background-position: -300px -2120px;
}
#page_newsletter li.collecties div.label {
	width: 300px;
}
/* 404 */
#page_404 .contentBox {
	background: url(/img/img_404.jpg) no-repeat right top;
}
#page_404 .contentBox .contentTitle {
	background: none;
}
#page_404 .contentBox .contentArea {
	padding-right: 280px;
	min-height: 430px;
}
.ie6 #page_404 .contentBox .contentArea {
	height: 430px;
}
#page_404  h2 {
	margin: 30px 0 20px 0;
	font-size: 22px;
}
#page_404 .col {
	float: left; display: inline;
	width: 140px;
	padding: 0 20px 10px 0;
	font-size: 11px;
}
#page_404 .col strong {
	text-transform: uppercase;
}
#page_404 .col ul {
	margin: 0; padding: 0; list-style: none;
}
#page_404 .col li {
	margin: 4px 0;
}
#page_404 .col a {
	text-decoration: none;
}
#page_404 .col a:hover {
	text-decoration: underline;
}

/* Pasvorm */
.shapeBox {
	float: left; display: inline;
	margin: 10px 0 0 0;
	width: 430px;
}
.shapeBox .top,
.shapeBox .bottom {
	font: 0/0 x;
	height: 10px;
	background: url(/img/sprite_squaredashedbox430.png) no-repeat -430px top;
}
.shapeBox .bottom {
	background-position: -860px bottom
}
.shapeBox .content {
	background: url(/img/sprite_squaredashedbox430.png) repeat-y left top;
	width: 400px;
	padding: 5px 15px;
	font-size: 12px;
}
.shapeAdvice .shapeBox .content {
	width: 380px;
	padding: 10px 25px;
}
dl.shape-display {
	width: 380px; 
	padding: 10px 0 10px 15px; margin: 0;
}
.shape-display dt {
	float: left; display: inline;
	width: 220px; min-height: 22px;
	padding: 4px 10px 5px 0;
}
	* html .shape-display dt {
		height: 22px;
	}
.shape-display dd {
	float: left; display: inline;
	width: 150px; min-height: 26px;
	padding: 0 0 5px;
	text-align: left;
}
	* html .shape-display dd {
		height: 26px;
	}
.shape-display dd .choice {
	float: left; display: inline;
	padding: 4px 0 0;
	width: 67px;
}
.shape-display dd .choice * {
	vertical-align: middle;
	margin: 0 2px;
}
dl.shape-display .continue {
	display: block;
	width: 116px; height: 44px;
	background: url(/img/sprite_buttons.png) no-repeat left -1750px;
	text-indent: -9999em;
	text-decoration: none;
}
dl.shape-display .continue:hover {
	background: url(/img/sprite_buttons.png) no-repeat -300px -1750px;
}
dt { clear: both; }


.shapeType {
	padding: 10px 0 15px;
	width: 100%;
	position: relative;
	z-index: 2;
}
.shapeType img {
	float: left; display: inline;
	margin: 0 25px 0 0;
}
.shapeType .characteristics {
	float: left; display: inline;
	padding: 10px 0 0;
}
.shapeType ul {
	margin: 0 0 1em;
	list-style: none;
}
.shapeType ul li {
	background: url(/img/sprite_bullets.png) no-repeat 0 -42px;
    padding: 0 0 0 12px;
}
.shapeAdvice {
	position: relative;
	width: 100%;
	z-index: 1;
}
.shapeAdvice img {
	position: absolute;
	top: -160px; right: 10px;
}
.shape-disclaimer {margin-top:50px;font-size:11px;line-height:12px;font-style:italic}
.otherShapes{clear:both;padding-top:50px;overflow:visible;font:12px/16px Arial, Helvetica, sans-serif;}
.otherShapes ul{list-style-type:none;margin:0;padding:0;}
.otherShapes ul li{float:left;width:60px;margin:0;padding:0 4px 0 5px;}
.otherShapes ul li span{height:30px;float:left;font-size:11px;line-height:12px;text-align:center;width:100%; cursor: pointer;}
.otherShapes ul li a{text-decoration:none; cursor: pointer;}
.otherShapes ul li img{position: static; cursor: pointer;}


/* Vriendinnenmiddag */
ul.formfields li .submitVriendinnenmiddag{ margin-right:183px;}
ul.formfields li .nextStepVriendinnenmiddag{
	margin-right:183px;
	position: relative;
	display: block;
	width: 116px; height: 44px;
	background: url(/img/sprite_buttons.png) no-repeat left -1750px;
	text-indent: -9999em;
	text-decoration: none;
}

#action {
	color: #523061;
}
.roundBox,
.roundDashedBox {
	margin: 0 2px;
	width: 776px;
}
.roundBox {
	margin-bottom: 20px;
}
.roundBox .top,
.roundBox .bottom,
.roundDashedBox .top,
.roundDashedBox .bottom {
	width: 776px; height: 16px;
	background: url(/img/sprite_rounddashedbox776.png) no-repeat -776px top;
	font: 0/0 x;
}
.roundBox .top {
	height: 10px;
}
.roundBox .bottom,
.roundDashedBox .bottom {
	background-position: -1552px bottom;
}
.roundBox .content,
.roundDashedBox .content {
	background: url(/img/sprite_rounddashedbox776.png) repeat-y left top;
	width: 730px;
	padding: 5px 23px;
	font-size: 12px;
}
.roundBox .content {
	padding: 0 23px 5px;
}
.roundBox .top,
.roundBox .bottom,
.roundBox .content {
	background-image: url(/img/sprite_roundbox776.png);
}
#action .description {
	float: left; display: inline;
	width: 366px; margin: 0 20px 20px 0;
}
#action .description h1,
#action .description p {
	margin-bottom: 20px;
}
#action .description div {
	padding-top: 21px;
	width: 366px;
	font-style: italic;
	color: #83378a;
	background: url(/img/dash_h.png) repeat-x 0 0;
}
#action .description .more {
	display: block;
	padding: 0 !important;
	background: none !important;
	margin: 20px 0 0;
	font-weight: bold;
	
}
#action .visual {
	float: left; display: inline;
	width: 380px;
	margin: 5px 0 20px;
}
#action .howto {
	float: left; display: inline;
	padding: 25px 0 0;
	width: 415px;
}
#action .howto .head {
	display: block;
	padding: 0 0 15px;
	font-size: 24px; line-height: 1.3;
}
#action .share {
	float: right; display: inline;
	padding: 8px 0 3px;
	width: 276px;
}
#action .share .top,
#action .share .bottom {
	width: 276px; height: 6px;
	background: url(/img/sprite_squaredashedbox276.gif) no-repeat 0 0;
	font: 0/0 x;
}
#action .share .bottom {
	background-position: -276px -2px;
}
#action .share .content {
	background: url(/img/sprite_squaredashedbox276.gif) -552px 0;
	width: 240px;
	padding: 5px 18px 10px;
	font-size: 12px;
}
#action .share .content .head {
	display: block;
	padding: 0 0 10px;
	font-size: 18px; line-height: 1.3
}
#action .share .content .btn {
	display: block;
	width: 178px; height: 34px;
	background: url(/img/sprite_buttons.png) no-repeat left -1900px;
	margin: 10px 0 0 -4px;
	text-align: left; text-indent: -9999em;
	cursor: pointer;
}
#action .share .content .btn:hover {
	background-position: -300px -1900px;
}
#action .options {
	margin: 0 0 15px;
}
#action .options ul {
	padding: 5px 15px 0;
}
#action .enroll .head {
	display: block;
	width: 354px;
	padding: 5px 0 20px;
}
#action .enroll fieldset {
	float: left; display: inline;
	width: 353px;
}
#action .enroll ul.formfields {
	width: 353px;
}
#action .enroll .btnSend {
    background: url(/img/sprite_buttons.png) no-repeat 0 -1850px;
}
#action .enroll .btnSend:hover {
    background-position: -300px -1850px;
}
#action .enroll .visual {
	float: right; display: inline;
	margin: -25px 15px 20px 0;
	width: 330px;
}

/* Promotion page */

.promotionCode .contentTitle{
	margin: 0; padding: 0 0 5px 0 !important;
}
.promotionCode img{
	padding-top: 5px;
}
.promotionCode p{
	width: 355px;
}
.promotionCode .cufont-script{
	font-size: 18px;
}
.halfColumnForm{
	float: left; display: inline;
	width: 355px;
}
.contentArea .imgRight{
	margin: 0;
}
.halfColumnForm .head{
	display: block;
	margin: 10px 0 10px 0;
}
.halfColumnForm .btn{
	padding-top: 10px;
}

.halfColumnForm  ul.formfields div.label.smallText {
    padding-top: 0;
}
/* scanner */
#headerScan {
	display: none;
}
#page_scanner div.label {
	width: auto;
}
#page_scanner .textfield {
	font-family: Consolas, "Courier New", monospace;
}
#page_scanner .submit {
	float: left; display: inline;
	margin: -5px 0 0 7px;
}
.btnSearch {
	float: left; display: block;
	width: 87px; height: 35px;
	background: url(/img/sprite_buttons.png) no-repeat 0 -2100px;
	text-indent: -9999em;
}
.btnSearch:hover {
	background-position: -300px -2100px;
}

/* opacities */
.opacity45 {
	filter: alpha(opacity=45);
	-ms-filter: "alpha(opacity=45)";
	-khtml-opacity: .45;
	-moz-opacity: .45;
	opacity: .45;
}
