/* import CSS defaults */
@import url("defaults.css");

/* TOOLTIP */
.tooltip {
	cursor: default;
	color: #988344;
}
/* Title spans voor thickbox */
.titleSpan {
	margin-right: 30px;
}
.printLogo, .productDetailsPrintLogo {
	display: none;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #988344;
	background: #fff;
	width: 200px;
	padding: 8px;
	line-height: 14px;
	font-size: 11px;
	color: #000;
}
#tooltip h3 { 
	margin: 0 0 2px 0;
	font-size: 12px;
	color: #988344;
}
#tooltip .body {
}
#tooltip .url {
	color: #988344;
}

/* links */
a.back {
	padding-left: 10px;
	background: url(../images/arrow_left.gif) no-repeat left 4px;
}
a.back:hover {
	background: url(../images/arrow_left_2.gif) no-repeat left 4px;
}
a.forward {
	padding-right: 10px;
	background: url(../images/arrow_right.gif) no-repeat right 4px;
}
a.more {
	padding-left: 10px;
	background: url(../images/bullet.gif) no-repeat left 4px;
}

/* customSelect */
.customSelect {
	z-index: 90;
	background: #e8e3d5 url(../images/arrow_customselect.gif) no-repeat right 8px;
	border: 1px solid #d8d0b9;
	line-height: 18px;
        font: 12px/17px "Trebuchet MS",Arial,Helvetica,Sans-serif;
}
.error .customSelect {
	border-color: #cc0000;
}	
.error .customSelect a,
.error .customSelect a.selected {
	color: #cc0000;
}	
.customSelect a {
	display: block;
	padding: 2px 5px;
	text-decoration: none;
	color: #000;
}
	* html .customSelect a {
		height: 0.1em; /* avoid extra spacing in IE6 */
	}
.customSelect em {
	font-style: normal;
	color: #988344;
}
.customSelect a.selected,
.customSelect a.selected:hover {
	height: 18px;
	padding-right: 15px;
	background: transparent;
	color: #000;
}
.customSelect ul {
	display: none;
	position: absolute;
	left: -1px; top: 21px;
	background: #e8e3d5;
	border: 1px solid #d8d0b9;
}
.customSelect ul,
.customSelect li {
	margin: 0; padding: 0;
	list-style: none;
}
.customSelect li a:hover {
	position: relative;
	background: white;
	text-decoration: none;
	color: #000;
}
/* LISTER */
.pricesex {
	color: #988344;
}
.lister {
}
.lister .banners a:hover{
	filter: alpha(opacity=65); -ms-filter: "alpha(opacity=65)"; -khtml-opacity: .65; -moz-opacity: .65; opacity: .65; 
}
/* filtering */
.lister .filtering {
	width: 688px;
	padding: 10px;
}
.lister .filtering h2 {
	color: #988344 !important;
}
.lister .filtering .searchTerm h2 {
	color: #000 !important;
	text-transform: none;
}
.lister .filtering .title {
	float: left; display: inline;
	padding: 6px 0 0 0;
}
.lister .filtering .customSelect {
	float: left; display: inline;
	width: 105px;
	margin: 0 0 0 5px;
}
/* paging */
.lister .paging {
	width: 688px;
	margin: 0 0 5px 0; padding: 4px 10px;
	font-size: 12px;
	color: #988344;
}
.lister .paging .amount {
	color: #000;
}
.lister .paging .amount {
	float: left; display: inline;
}
.lister .paging .navigation {
	float: right; display: inline;
}
.lister .paging .navigation span {
	color: #000;
}
.lister .paging .navigation a {
	display: inline-block;
	padding: 0 1px;
	color: #988344;
	text-decoration: none;
}
.lister .paging .navigation a:hover {
	color: #000;
	text-decoration: underline;
}
.lister .paging .navigation a.prev,
.lister .paging .navigation a.next {
	text-decoration: none;
	font-size: 11px;
}
.lister .paging .navigation a.prev {
	padding-left: 10px;
	background: url(../images/arrow_left.gif) no-repeat left 4px;
}
.lister .paging .navigation a.next {
	padding-left: 10px;
	background: url(../images/arrow_right_3.gif) no-repeat left 8px;
}
.lister .paging .navigation a.prev:hover {
	text-decoration: underline;
	color: #000;
	background: url(../images/arrow_left_2.gif) no-repeat left 4px;
}
.lister .paging .navigation a.next:hover {
	text-decoration: underline;
	color: #000;
	background: url(../images/arrow_right_4.gif) no-repeat left 8px;
}
.lister .paging .navigation a.active {
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	cursor: default;
	color: #000;
}
.lister .paging .navigation a.disabled {
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
	text-decoration: none !important;
	cursor: default;
	color: #000;
	background: url(../images/arrow_left_2.gif) no-repeat left 4px;
}
.lister ul {
	margin: 0;list-style: none
}
.lister .items {
	padding: 5px 0;
}
.lister .items li.five {
	float: left; display: inline-block;
	width: 125px;
	margin: 0 3px 10px 7px; padding: 2px 2px 5px 2px;
	border: 1px solid #fff;
	line-height: 15px;
	color: #988344;
}
.lister .items .image {
	position: relative;
	width: 125px; height: 165px;
	/* overflow: hidden; */
}
.lister .items .image .sticker {
	position: absolute;
	top: 0; left: 0;
	width: 125px; height: 165px;
	background: url(../images/sticker_new.gif) no-repeat left top;
	text-decoration: none;
	text-indent: -999em;
	cursor: pointer;
}
.lister .items .name {
	padding: 5px 0;
	height: 10px; overflow: hidden;
	float: left;
}
.lister .items h3 {
	font-weight: bold;
	font-size: 11px;
}
.lister .items .price {
	padding: 2px 0;
	color: #000;
}
.lister .items .containing {
	margin-top: -15px; /* 1 line-heigth minder omdat hij 1 regel omhoog moet */
}
.lister .items .containing .new {
	color: #000; padding: 0 0 0 5px;
}
.lister .items .more {
	padding: 3px 0;
	float: right;
}
.lister .items .more a {
	padding-left: 10px;
	background: url(../images/arrow_right_3.gif) no-repeat left center;
}
.lister .items .more a:hover {
	padding-left: 10px;
	background: url(../images/arrow_right_4.gif) no-repeat left center;
}
.lister .items .title {
	color: #000;
	display: inline-block;
}

/* SEARCHRESULTS */
.search .filtering{
	padding-top: 6px;
}
.search .textItems{
	list-style-type: none;
	margin: 0;
	padding: 4px 10px;
}
.search .textItems li{
	padding: 10px 0;
}
.search .textItems h3{
	color: #021a3a;
	font-size: 11px;
}
.search .textItems .more a{
	background: url(../images/arrow_right.gif) no-repeat left center;
	padding-left: 10px;
}
.search .textItems .more a:hover{
	background: url(../images/arrow_right_2.gif) no-repeat left center;
}
.search .sterm {
	color: #021a3a;
}


/* DETAILS */
.productDetails {
}
.productDetails h2{
	font-size: 12px;
	color: #000 !important;
}
.productDetails .info {
	float: right; display: inline;
	margin: 0 3px 20px 0;
	width: 390px;
}
.productDetails .image {
	position: relative;
	float: left; display: inline;
	margin: 0 0 15px 0;
	width: 300px;
}
.productDetails .image .comment {
	padding: 5px;
	border-bottom: 1px solid #dcd5bf;
	text-align: center;
	font-size: 11px;
	line-height: 22px;
}
	* html .productDetails .image .comment {
		padding: 2px 5px 6px;
		line-height: 20px;
	}
.productDetails .pageNav {
	width: 380px;
	padding: 5px;
	/* border-bottom: 1px solid #dcd5bf; */
}
.pageNav a {
	display: inline-block;
	text-decoration: none;
	color: #988344;
}
.pageNav a:hover {
	text-decoration: underline;
	color: #000;	
}
.pageNav a.prev,
.pageNav a.next {
	text-decoration: none;
	font-size: 11px;
}
.pageNav a.prev {
	padding-left: 10px;
	background: url(../images/arrow_left.gif) no-repeat left 4px;
}
.pageNav a.next {
	padding-right: 10px;
	background: url(../images/arrow_right.gif) no-repeat right 4px;
}
.pageNav a.prev:hover {
	text-decoration: underline;
	background: url(../images/arrow_left_2.gif) no-repeat left 4px;
}
.pageNav a.next:hover {
	text-decoration: underline;
	background: url(../images/arrow_right_2.gif) no-repeat right 4px;
}
.pageNav a.disabled {
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
	text-decoration: none !important;
	cursor: default;
}
.productDetails .pageNav .left h1 {
	float: left;
}
.productDetails .pageNav .left span {
	float: left; 
	padding: 0 5px;
}
.productDetails .description {
	padding: 5px;
	min-height: 187px;
	text-align: justify;
}
	* html .productDetails .description {
		height: 177px;
	}
	* +html .productDetails .description {
		min-height: 177px;
	}
.productDetails .description dt,
.productDetails .description dd {
	float: left;
}
.productDetails .description dt {
	width: 70px;
}
.productDetails .description dd {
	width: 310px;
	clear: right;
}
.productDetails .description .thumbs {
	margin-left: 70px;
}
.productDetails .description .thumbs ul{
	list-style: none;
	padding: 0; margin: 0;
}
.productDetails .description .thumbs li{
	float: left;
	padding: 2px; margin: 0 2px;
	border: 2px solid #988344;
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=65); /* IE lt 8 */
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */
	-khtml-opacity: .65; /* Safari 1.x */
	-moz-opacity: .65; /* FF lt 1.5, Netscape */
}
.productDetails .description .thumbs li a,
.productDetails .description .thumbs li img {
	display: block;
}
.productDetails .description .thumbs li:hover,
.productDetails .description .thumbs li.active{
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1; /* Safari 1.x */
	-moz-opacity: 1; /* FF lt 1.5, Netscape */
}	
.productDetails .price {	
	display: block;
	padding: 10px 0 0 5px;
}
.productDetails .price .new {
	color: #000; 
	padding: 0 0 0 5px;
}
.productDetails .stock {
	padding: 5px;
}
.productDetails .choice {
	padding: 10px 5px;
}
.productDetails .choice .label {
	float: left; display: inline;
	padding: 2px 5px 0 0;
}
.productDetails .choice .customSelect {
	float: left; display: inline;
	width: 120px;
}
.productDetails .order {
	padding: 5px 0;
}
.productDetails .order label {
	display: block;
	padding: 5px;
}
.productDetails .order table {
	width: 100%;
}
.productDetails .order th,
.productDetails .order td {
	padding: 5px;
	/* border-bottom: 1px solid #dcd5bf; */
	vertical-align: middle;
	text-align: center;
	color: #000;
}
.productDetails .order td.action {
	text-align: right;
}
.productDetails .order .pieces {
	text-align: center;
}
.productDetails .order .textfield {
	border: 1px solid #b2a273;
	padding: 1px 2px;
}
.productDetails .actions {
	margin: 0; padding: 5px;
}
.productDetails .actions ul,
.productDetails .actions li {
	margin: 0; padding: 0;
	list-style: none;
}
.productDetails .actions li a {
	display: block;
	padding: 4px 0 4px 22px;
	text-decoration: none;
	color: #988344;	
}
	* html .productDetails .actions li a {
		height: 0.1em; /* avoid extra spacing in IE6 */
	}
.productDetails .actions li a:hover {
	text-decoration: underline;
	color: #000;	
}
.productDetails .actions li.mailafriend a {
	background: url(../images/ico_mailafriend.gif) no-repeat left center;
}
.productDetails .actions li.mailafriend a:hover {
	background: url(../images/ico_mailafriend_2.gif) no-repeat left center;
}
.productDetails .actions li.wishlist a {
	background: url(../images/ico_wishlist.gif) no-repeat 2px center;
}
.productDetails .actions li.wishlist a:hover {
	background: url(../images/ico_wishlist_2.gif) no-repeat 2px center;
}
.productDetails .actions li.print a {
	background: url(../images/ico_print.gif) no-repeat left center;
}
.productDetails .actions li.print a:hover {
	background: url(../images/ico_print_2.gif) no-repeat left center;
}
/* Zoom styles */
/* Copyright 2007 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */
.MagicZoomSmallImageCont {
	z-index: 90;
	position: relative;
	cursor: move;
}
.MagicZoomSmallImageCont #plus {
	z-index: 90;
	position: absolute;
	right: 5px; bottom: 5px;
	width: 37px; height: 37px;
	background: transparent url(../images/zoom.gif) no-repeat 0 0;
}
.MagicZoomBigImageCont {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	background: #fff;
	border: 1px solid #988344;
}
.MagicZoomPup {
	visibility: hidden;
	position: absolute;
	background: #ffffff;
	border: 1px solid #ffffff;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
}
.MagicZoomSmallImageCont span /* no img */{
	display: block;
	width: 298px; height: 398px;
	border: 1px solid #dcd5bf;
	background: #f5f3eb;
	text-align: center;
	line-height: 390px;
	font-size: 15px;
}
.productDetails .image .thumbs {
	width: 305px;
	margin-left: -5px;
}
.productDetails .image .thumbs ul {
	width: 305px;
	margin: 0; list-style: none;
}
.productDetails .image .thumbs ul li {
	float: left; display: inline;
	border: 1px #d9d9cf solid;
	padding: 3px;
	width: 63px; height: 84px;
	margin: 5px 0 0 5px;
}
.productDetails .image .thumbs ul li.active,
.productDetails .image .thumbs ul li.hover {
	border: 2px #988344 solid;
	padding: 2px;
}
.productDetails .image .thumbs ul li a{
	display: block;
	width: 63px; height: 84px;
}


/* suggest */
.productDetails .suggest {
	float: left; display: inline;
	margin: 0 0 25px 0;
	width: 708px;
}
.productDetails .suggest .suggestInfo{
	width: 380px;
}
.productDetails .suggest .suggestTitle {
	margin: 0 0 7px 0; padding: 2px 5px;
	/* border-bottom: 1px solid #dcd5bf; */
}
.productDetails .suggest h3 {
	font-size: 12px; font-weight: normal;
	color: #988344;
}
.productDetails .suggestImage {
	float: left; display: inline;
	width: 76px;
	margin: 0 10px 10px 5px;
}
.productDetails .suggestChoice {
	padding: 5px 0;
}
.productDetails .suggestChoice input {
	vertical-align: middle;
	margin: 0 4px 2px 0;
}

/* combi */
.productDetails .combi {
	position: relative;
	float: left; display: inline;
	margin: 0;
	width: 708px;
	z-index: 30;
}
.productDetails .combi .combination{
	position: relative;
	float: left; display: inline;
	width: 430px;
	padding-left: 5px;
	z-index: 2;
}
.productDetails .combi .combiTitle {
	margin: 0 0 7px 0; padding: 2px 5px;
	/* border-bottom: 1px solid #dcd5bf; */
}
.productDetails .combi h3 {
	font-size: 12px;
}
.productDetails .combiImage {
	position: relative;
	float: left; display: inline;
	width: 76px;
	margin: 0 0 35px 0;
	cursor: pointer;
}
.productDetails .zoom {
	display: none;
}
.productDetails .hover {
	z-index: 20;
}
.zindex {
	position: relative; z-index: 30;
}
.productDetails .combination .hover .zoom  {
	display: block;
	position: absolute;
	cursor: default;
	min-height: 200px;
	z-index: 30;
	padding: 2px;
	border: 1px #DCD5BF solid;
	background: white;
}
	* html .productDetails .hover .zoom {
		height: 200px;
	}
.productDetails .combination .hover .zoom {
	left: -28px; top: 0;
}
.productDetails .zoom .name {
	padding: 5px;
	height: 40px;
	overflow: hidden;
}
.productDetails .zoom .name h3 {
	font-size: 11px;
}
.productDetails .zoom .price,
.productDetails .zoom .more {
	padding: 2px 5px;
}
.productDetails .zoom .more a {
	padding-left: 10px;
	background: transparent url(../images/arrow_right.gif) no-repeat scroll left center;
}
.productDetails .zoom .more a:hover {
	background: transparent url(../images/arrow_right_2.gif) no-repeat scroll left center;
}
.productDetails .plus {
	padding: 40px 12px 85px 12px;
	float: left; display: inline;
}
.productDetails .combi .is {
	position: absolute;
	top: 50%; left: 450px;
	margin-top: -10px;
	width: 10px; height: 6px;
	z-index: 1;
}
	* html .productDetails .combi .is {
		margin-top: -17px;
	}
	* +html .productDetails .combi .is {
		margin-top: -17px;
	}
.productDetails .combi .sum {
	position: absolute;
	top: 50%; left: 490px;
	margin-top: -54px;
	float: right; display: inline;
	height: 100px;
}
.productDetails .combi .sum table {
	margin: 0;
	border-collapse: collapse;
	width: 210px;
}
.productDetails .combi .sum tr.total td,
.productDetails .combi .sum tr.total th  {
	color: #000;
	border-top: 1px #DCD5BF solid; 
}
.productDetails .combi .sum td,
.productDetails .combi .sum th {
	padding: 0;
	line-height: 22px;
}
.productDetails .combi .sum td {
	text-align: right;
}
.productDetails .combi td.action {
	padding: 10px 0 0 0; /* padding: 10px 14px 0 0; voor uitlijning add knoppen*/
	text-align: right;
}

/* Matching fabrics & Buyers of this product also bought*/
.productDetails .lister {
	margin: 0 0 25px;
}
.productDetails .lister .items{
	padding: 0;
}
.productDetails .lister .listTitle {
	margin: 0 0 7px 0; padding: 2px 5px;
	/* border-bottom: 1px solid #dcd5bf; */
}
.productDetails .lister h3 {
	font-size: 11px;
}
.productDetails .detailList li{
	padding: 0;
	border: 0;
}
.productDetails .detailList li .check {
	vertical-align: middle;
	margin-right: 5px;
}
.productDetails .detailList li label{
	vertical-align: middle;
	color: #000;
}
.productDetails .detailList .itemBox{
	margin-top: 5px;
	padding: 2px 2px 5px;
	border: 1px solid #DCD5BF;
	width: 125px; /* ie nodig */
}
.productDetails .detailList .image{
	margin: 0;
}

/* Reviews */
.productDetails .reviews {
	float: left; display: inline;
	padding: 0 0 35px 0;
	margin: 0;
	width: 708px;
}
.productDetails .reviews .reviewsTitle {
	margin: 0 0 7px 0; padding: 2px 5px;
	border-bottom: 1px solid #dcd5bf;
}
.productDetails .reviews .reviewsTitle a {
	line-height: 13px;
	text-decoration: none;
	margin-left: 30px;
	padding-left: 10px;
	background: url(../images/arrow_right.gif) no-repeat scroll left center;
}
.productDetails .reviews .reviewsTitle a:hover {
	text-decoration: underline;
	background: url(../images/arrow_right_2.gif) no-repeat scroll left center;
}
.productDetails .reviews h2 {
	float: left; display: inline;
}
.productDetails .reviews h3 {
	font-size: 11px;
	margin-bottom: 20px;
	float: left; display: inline;
	padding: 0 0 0 5px;
}
.productDetails .reviews .recent h3,
.productDetails .reviews .recentTwo h3 {
	padding: 0;
}
.productDetails .reviews .recent h3 .by,
.productDetails .reviews .recentTwo h3 .by {
	padding-left: 20px;
}
.productDetails .reviews h3 span {
	display: inline-block;
	font-weight: normal;
	padding: 0;
}
.productDetails .reviews h3 img {
	vertical-align: middle;
	margin-left: 5px;
}
.productDetails .reviews .recent {
	float: left; display: inline;
	width: 330px;
	padding: 0 5px;
}
.productDetails .reviews .recentTwo {
	float: left; display: inline;
	width: 330px;
	padding: 0 5px 0 33px;
}
.productDetails .reviews .recent .rating, 
.productDetails .reviews .recentTwo .rating {
	float: right; display: inline;
	background: url(../images/rating_xs.gif) no-repeat 0 0;
	width: 59px; height: 12px;
	margin: 1px 0 0 0;
}
.productDetails .reviews .recent .rated, 
.productDetails .reviews .recentTwo .rated {
	background: url(../images/rating_xs_full.gif) no-repeat 0 0;
	width: 59px; height: 12px;
}

.productDetails .reviews .review {
	margin-bottom: 10px;
	text-align: justify;
}
.productDetails .reviews .recent a,
.productDetails .reviews .recentTwo a {
	background: url(../images/arrow_right.gif) no-repeat scroll left center;
	padding-left: 10px;
}
.productDetails .reviews .recent a:hover,
.productDetails .reviews .recentTwo a:hover {
	background: url(../images/arrow_right_2.gif) no-repeat scroll left center;
}
.productDetails .reviews .write {
	float: left; display: inline;
	width: 344px;
	padding: 0 5px;
}
.productDetails .reviews .write .review {
	margin: 0 0 10px 0;
}
.productDetails .reviews .write .label {
	margin-top: 2px;
	margin-bottom: 10px;
}
.productDetails .reviews .write .label,
.productDetails .reviews .write .label label {
	width: 130px;
}
.productDetails .reviews .write .input {
	margin-bottom: 10px;
	width: 200px;
}
.productDetails .reviews .write .input input {
	width: 196px;
	margin: 0;
}
.productDetails .reviews .write textarea {
	border: 1px solid #988344;
	width: 317px; height: 75px;
	padding: 2px 4px; margin-left: 14px;
	color: #988344;
	font-family: "Trebuchet MS",Arial,Helvetica,Sans-serif;
	overflow: auto;
}
.productDetails .optional {
	float: left; display: inline;
	margin: 0 5px 0 14px;
}
.productDetails .reviews .write .rollover {
	float: right; display: inline;
	margin-right: 3px;
}
.productDetails .raterBox {
	float: left; display: inline;
	width: 100px; height:18px; 
}
.productDetails .description .raterBox {
	margin: 15px 0 0 0;
}
.productDetails .description .rateAmount {
	float: left; display: inline;
	margin: 15px 0 0 0;
}
.productDetails .read-more {
	/* color: #000; */
	background: transparent url(../images/arrow_right.gif) no-repeat scroll 2px center;
	padding-left: 12px;
	text-decoration: none;
}
.productDetails .read-more:hover {
	/* color: #988344; */
	background: transparent url(../images/arrow_right_2.gif) no-repeat scroll 2px center;
	text-decoration: underline;
}

/* CHECKOUT */
.checkout {
	padding: 5px;
}
.checkout .head {
	float: left;
	padding: 5px 0 0;
	color: #000;
	font-size: 15px; font-weight: normal;
}
.checkoutSteps {
	margin: 0 0 10px 0;
}
.checkoutSteps ol,
.checkoutSteps li {
	margin: 0; padding: 0;
	list-style: none;
}
.checkoutSteps li {
	float: left; display: inline;
	margin: 0 7px 0 0; padding: 6px 1px 1px 1px;
	background: url(../images/checkout_step_spacer.gif) no-repeat left 6px;
}
.checkoutSteps li h2 {
	border-bottom: 1px solid #fff !important;
	margin: 0 0 0 7px !important;
	font-size: 12px !important;
	color: #988344 !important;
}
.checkoutSteps li.first {
	background: none;
}
.checkoutSteps li.first h2 {
	margin-left: 0;
}
.checkoutSteps li.active a{
	text-decoration: underline;
	color: #000 !important;
}
.checkoutSteps li h2 a {
	display: inline-block;
	height: 1%;
	cursor: pointer;
}
.checkoutSteps li.visited h2 a,
.checkoutSteps li.active h2 a {

}
.checkout img.tooltip {
	vertical-align:middle;
}

.checkout h3,
.checkout legend {
	margin-bottom: 10px;
	color: #000;
}
.label {
	position: relative;
	float: left; display: inline;
	width: 85px;
}
.checkout .error input {
	border-color: #cc0000;
	/*background: #FFDFDF;*/
}
.hint {
	display: none;
	position: relative;
	margin: 0 0 5px 0;
	width: 282px;
	padding: 0 5px 0 5px;
	border: 1px #cc0000 solid;	
	background: #FFDFDF;
}
#account .hint {
	margin: 5px 0 5px 0;
}
.hint .point {
	position: absolute;
	left: 5px; top: -5px;
	width: 9px; height: 6px;
	background: url(../images/error_point2.gif) no-repeat left top;
}
.error .hint {
	display: block;
}
.checkout .input {
	float: left; display: inline;
}
.label,
.input {
	margin-bottom: 5px;
}
.checkout .login {
	padding-top: 5px;
}
.checkout .forgot {
	margin-left: 85px;
}
.checkout .forgot a{
	padding-left: 10px;
	background: url(../images/arrow_right.gif) no-repeat left center;
	text-decoration: none;
}
.checkout .forgot a:hover{
	text-decoration: underline;
	color: #988344;
}
	* html .checkout #addresses legend {
		margin-left: -8px;
	}
	* +html .checkout #addresses legend {
		margin-left: -8px;
	}
.checkout #addresses .label {
	float: left; display: inline;
	width: 150px;
}	
#addresses .radio {
	margin: 0 3px 0 5px;
}	
#addresses #fc_mrs,
#addresses #fc_mrs_dif {
	margin: 0 3px 0 0;
}	
#addresses .input .customSelect {
	width: 142px;
	text-align: left;
}	
.checkout #addresses .input .customSelect ul{
	max-height: 150px;
	overflow: auto;
}	
	* html .checkout #addresses .input .customSelect ul{
	height: 150px;
	}	
.checkout #addresses .input #fc_differ {
	margin: 2px 5px 0 0;
}	
	* html .checkout #addresses .input #fc_differ {
	margin: 0 3px 0 0;
	}	
	* +html .checkout #addresses .input #fc_differ {
	margin: 0 3px 0 0;
	}	
.news {
	float: left; display: inline;
	margin: 5px 0 10px 0;
}
.news #fc_newsletter {
	margin: 2px 5px 0 0;
}	
	* html .news #fc_newsletter {
	margin: 0 3px 0 0;
	}	
	* +html .news #fc_newsletter {
	margin: 0 3px 0 0;
	}	
.checkout #addresses .ticklabel {
	float: left; display: inline;
	margin: 0 0 10px 0;
	width: 310px;
}
.checkout #addresses .subHead {
	margin: 0 0 10px 0;
}
.checkout .shipping h3 {
	padding: 0 0 5px 10px;
	margin: 23px 0 0 0;
	border-bottom: 1px #dcd5bf solid;
}
.checkout .shipping h3 img.tooltip {
	vertical-align: bottom;
	padding: 0 0 0 10px;
}
.checkout .shipping .method {
	margin: 10px 0 0 0;
	padding: 10px;
	width: 678px;
}
.checkout .method label,
.checkout .method input {
	display: block;
	float: left; display: inline;
}
.checkout .shipping .method label,
.checkout .payment .method label {
	padding: 0 0 0 5px;
	color: #000;
}
.checkout .shipping .comments {
	margin: 20px 0 0 10px;
}
.checkout .shipping .comments textarea{
	width: 400px; height: 150px;
	overflow: auto;
	color: #988344;
}
.checkout .commented {
	width: 400px;
	padding-left: 10px;
	color: #000;
}
.checkoutShip .commented {
	padding: 0;
}
.checkout .payment h3 {
	padding: 0 0 5px 10px;
	margin: 23px 0 0 0;
	border-bottom: 1px #dcd5bf solid;
}
.checkout .payment .method {
	margin: 10px 0 0 0;
	padding: 10px;
	width: 678px;
	color: #000;
}
.checkout .payment .method  table {
	margin-top: 10px;
	
}
.checkout .payment .method  table td {
	vertical-align: middle;
	padding: 5px 5px 5px 10px;
}
.checkout .payment .method .moreInfo {
	color: #988344;
}
.checkoutShip {
	width: 100%;
	margin-top: 20px;
}
.checkoutShip th,
.checkoutShip td {
	padding: 0 10px 0 7px;
	vertical-align: top;
	text-align: left;
	color: #000;
}
.checkoutShip tr.firstRow td {
	padding-top: 7px;
}
.checkoutShip th {
	border-bottom: 1px solid #dcd6c0;
}
.checkoutShip th h3 {
	margin: 0 0 10px 0;
}
.checkoutShip td a.change,
.checkout .comments a.change {
	display: block;
	background: url(../images/bullet_sidenav.gif) no-repeat left 14px;
	padding: 10px 0 0 10px;
}
.checkoutShip td a.change:hover,
.checkout .comments a.change:hover {
	background: url(../images/arrow_right_2.gif) no-repeat left 14px;
}
.checkout .payment a.change {
	display: block;
	background: url(../images/bullet_sidenav.gif) no-repeat left 4px;
	padding: 0 0 0 10px;
}
.checkout .payment a.change:hover {
	background: url(../images/arrow_right_2.gif) no-repeat left 4px;
}
.checkout .comments {
	margin: 20px 0;
}
.checkout .comments h3 {
	padding: 0 0 10px 7px;
	border-bottom: 1px #DCD6C0 solid;
}
.checkout input#fc_agree {
	margin: 0 5px 0 10px;
}
.checkout input#fc_agree_top {
	margin: 0 5px 0 0;
}
.checkout label.fc_agree {
	color: #000;
}
.checkout .buttonBar {
	padding: 0;
	float: right;
}
.checkout .buttonBar img,
.checkout .buttonBar input {
	margin: 0 0 0 5px;
}
.checkout .orderDetails {
	margin: 10px 0 30px 5px;
}
.checkout .orderDetails h3 {
	color: #000;
	margin: 0;
}
.checkoutCart {
	width: 100%;
}
.checkoutCart th,
.checkoutCart td {
	padding: 7px 10px 7px 0px;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #dcd6c0;
	color: #000;
}
.checkoutCart td table {
	margin: 0;
	width: 100%;
}
.checkoutCart td table tr td {
	height: 40px;
	border: 0;
	padding: 0;
}
.checkoutCart td.size table tr td {
	text-align: center;
}
.checkoutCart .image {
	width: 30px;
	padding-left: 7px;
}
.checkoutCart .reference {
	padding-left: 7px;
	width: 90px;
}
.checkoutCart .name {
	padding-left: 7px;
	padding-right: 20px;
	width: 190px;
}
.checkoutCart .name span{
	color: #988344;
}
.checkoutCart .gift,
.checkoutCart .gift table td {
	text-align: center;
}
.checkoutCart .size {
	width: 30px;
	text-align: center;
}
#wrapper table .quantity {
	width: 62px;
	text-align: center;
	padding-right: 0;
}
#wrapper table .quantity input {
	border-color: #dcd6c0;
	padding: 1px;
	width: 22px;
	margin: 0;
	text-align: center;
}
#wrapper table .delete {
	width: 60px;
	text-align: center;
	padding: 0;
}
#wrapper table .amount {
	text-align: right;
}
#wrapper table .country .amount,
#wrapper table .delivery .amount {
	width: 252px;
	text-align: right;
	padding-left: 7px;
}
#wrapper table .country .amount {
	padding-bottom: 7px;
}

#wrapper table .country .amount .customSelect,
#wrapper table .country .amount .customLabel,
#wrapper table .delivery .amount .customSelect,
#wrapper table .delivery .amount .customLabel {
	float: left; display: inline;
}
#wrapper table .customLabel {
	width: 100px;
	text-align: left;
}
#wrapper table .items {
	text-align: center;
}
.checkoutCart .info {
	padding: 0;
	width: 16px;
}
.checkoutCart img.tooltip {
	vertical-align: middle;
}
.checkoutCart tbody th {
	padding-left: 7px;
}
.checkoutCart .empty,
.checkoutCart .country th,
.checkoutCart .country td,
.checkoutCart .tax th,
.checkoutCart .tax td,
.checkoutCart .shipping th,
.checkoutCart .shipping td,
.checkoutCart .total th,
.checkoutCart .total td,
.checkoutCart  td.promo  {
	border: 0;
}
.checkoutCart .subtotal td {
	font-weight: bold;
}
.checkoutCart .subtotal2 td,
.checkoutCart .subtotal2 th {
	border: none;
	font-weight: bold;
}
.checkoutCart .total th,
.checkoutCart .total td  {
	font-size: 13px;
}
.checkoutCart .total2 th,
.checkoutCart .total2 td  {
	font-size: 13px;
	border-top: 1px #dcd6c0 solid;
	border-bottom: none;
}
.checkoutCart .total2 .empty {
	border: none;
}
.checkoutCart .amount .customSelect {
	text-align: left;
	width: 150px;
}
.checkoutCart .amount strike {
	display: block;
	color: #988344;
}
.checkoutCart .promo {
	padding: 5px;
}
.checkoutCart .coupon {
	padding: 0 10px 0 0;
}
.checkoutCart .coupon div.couponBox{
	position: relative;
	background: #f1eee6;
	height: 32px;
	padding: 8px 10px 0 10px ;
}
.checkoutCart .coupon div.couponBox{
	position: relative;
	background: #f1eee6;
	height: 32px;
	padding: 8px 10px 0 10px ;
}
.checkoutCart .coupon .textfield {
	border: 1px #dcd6c0 solid;
	width: 170px; 
	margin-top: 2px;
	text-align: center;
	text-transform: uppercase;
}
	* html .checkoutCart .coupon .textfield {
		margin-top: 0;
	}
	* +html .checkoutCart .coupon .textfield {
		margin-top: 1px;
	}
.checkoutCart .coupon .label{
	margin-top: 2px;
	width: 110px;
}
.checkoutCart .coupon .label .any {
}
.checkoutCart .coupon .tooltip{
	float: left; display: inline;
	margin: 4px 10px 0 0;
}
	* html .checkoutCart .coupon .tooltip{
		margin: 3px 10px 0 0;
	}
	* +html .checkoutCart .coupon .tooltip{
		margin: 3px 10px 0 0;
	}
.checkoutCart .coupon .rollover {
	float: right; display: inline;
}
.coupon .hint {
	position: absolute;
	top: -24px;
	margin: 5px 0 5px -10px;
	width: 391px;
	text-align: center;
}
	* html .coupon .hint {
		width: 393px;
	}
	* +html .coupon .hint {
		width: 393px;
	}
.coupon .hint .point {
	position: absolute;
	left: 200px; top: 17px;
	width: 9px; height: 6px;
	background: url(../images/error_point3.gif) no-repeat left top;
}
.checkoutCart .tax .tooltip,
.checkoutCart .giftwrap .tooltip {
	margin-left: 5px;
}
.checkoutCart .convert td {
	text-align: right;
}
.checkoutCart .convert td a {
	background: transparent url(../images/icon_calculator.gif) no-repeat 0 1px;
	line-height: 15px;
	padding: 0 0 5px 31px;
}
.checkoutCart .convert td a:hover {
	background: transparent url(../images/icon_calculator_2.gif) no-repeat 0 1px;
}
.imgZoom  {
	position: relative;
	width: 30px; height: 40px;
	z-index: 20;
}
.checkoutCart .imgZoom .zoom{
	position: absolute;
	top: 0; left: 37px;
	display: none;
	z-index: 40;
	border: 1px #988344 solid;
	width: 400px;
	background: white;
}
.checkoutCart .imgZoom:hover .zoom,
.checkoutCart .imgZoom.hover .zoom {
	display: block;	
}
.checkoutCart .imgZoom .zoom img {
	float: left; display: inline;
	border-right: 1px #988344 solid;
}
.checkoutCart .imgZoom .zoom .description {
	float: left; display: inline;
	padding: 5px 10px;
	width: 234px;
}
.checkoutCart td table tr td div {
	position: relative;
}
.checkoutCart td table .plus { /*added via jquery custom*/
	position: absolute;
	top: -17px; left: 25%;
}
.checkoutCart td table .plus2 { /*added via jquery custom*/
	position: absolute;
	top: -17px; left: 150px;
}
/* Customer Service and others */
.faq,
.service,
.prodInfo,
.orderHow,
.contact {
	padding: 5px;
}
.faq h2,
.service h2,
.prodInfo h2,
.orderHow h2,
.contact h2 {
	padding: 0 0 5px 0;
	margin: 0;
}
.faq p {
	padding: 0 0 10px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px #DCD6C0 solid;
}
.faq .listbox {
	border-bottom: 1px #DCD6C0 solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.faq .listbox .nav {
	margin: 0 0 0 30px;
}
.faq .listbox .nav li {
	float: left; display: inline;
}
.faq .listbox .nav li a {
	display: block;
	background: url(../images/bullet_sidenav.gif) no-repeat left 13px;
	padding: 10px 0 5px 10px;
	width: 135px;
	color: #988344;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}
.faq .listbox .nav li a:hover {
	color: #000;
	background: url(../images/bullet_sidenav_b.gif) no-repeat left 13px;
}
.faq .listbox .nav li.active a {
	color: #000;
	background: url(../images/bullet_sidenav_b.gif) no-repeat left 13px;
	text-decoration: none;
}
.faq .listbox .nav li a.big {
	width: 203px;
}
.faq .faqs li {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	margin: 0 30px 20px 0;
}
.faq .faqs h4 {
	font-size: 12px;
	font-weight: bold;
	font-family: Lucida Sans Unicode,Lucida Grande,Arial,Helvetica,Sans-serif;
	color: #000;
}
.faq .faqs .answer {
	color: #000;
}
.faq .faqs a,
.service a,
.contact a {
	color: #988344;
}
.faq .faqs a:hover,
.service a:hover,
.contact a:hover {
	color: #000;
}
.faq a.change {
	padding-left: 10px; margin-left: 10px;
	background: transparent url(../images/bullet_sidenav.gif) no-repeat scroll left 3px;
}
.faq a.change:hover {
	background: transparent url(../images/bullet_sidenav_b.gif) no-repeat scroll left 3px;
}
.service .first{
	margin: -8px 0 1em;
}
.orderHow h3 {
	display: inline;
}
#content .contact .formCol {
	float: left; display: inline;
	padding: 0 10px 0 0;
	width: 450px;
}
.contact .formCol {
	width: 404px;
	margin-bottom: 40px;
}
.contact .label,
.contact .input { 
	float: left; display: inline;
}
.contact .label {
	width: 150px;
}
.contact .textfield { 
	width: 250px;
	margin-right: 0;
}
.contact .customSelect { 
	width: 252px;
}
.contact .hint { 
	width: 392px;
}
.contact .radio {
	margin: 0 3px 0 5px;
}	
.contact #fc_mrs,
.contact #fc_mrs_dif {
	margin: 0 3px 0 0;
}	
.contact .comment {
	float: left; display: inline;
	text-align: left;
	width: 202px;
}	
.contact .send {
	float: left; display: inline;
	text-align: right;
	width: 202px;
}	
.contact .contacts table {
	width: 688px;
}	
.contact .contacts h3 {
	border-bottom: 1px #dcdfb5 solid;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	color: #000;
	font-weight: normal;
}	
.contact .contacts table td {
	padding-bottom: 20px;
	width: 334px;
}	
.contact .methods {
	padding-left: 10px;
}	
.contact .textarea {
	width: 250px; height: 100px;
	margin: 0;
}	

/* My account */
.myAccount .part {
	margin-bottom: 30px;
}
.myAccount .heading {
	padding: 5px 5px 8px 5px ;
	border-bottom: 1px #dcd6c0 solid;
}
.myAccount .heading h2 {
	display: inline;
	padding-right: 20px;
	vertical-align: middle;
	margin-top: 20px;
	font-size: 12px;
}
.myAccount .heading h2 .ico {
	padding-right: 5px;
	vertical-align: bottom;
}
.myAccount .client {
	padding-right: 20px;
}
.myAccount a.change {
	background: url(../images/bullet_sidenav.gif) no-repeat left 4px;
	padding: 0 0 0 10px;
}
.myAccount a.change:hover {
	background: url(../images/arrow_right_2.gif) no-repeat left 4px;
}
.myAccount .checkoutShip {
	margin-top: 0;
}
.myAccount .checkoutShip th {
	border: none;
}
.myAccount .checkoutShip h3 {
	margin: 10px 0 0 0;
}
.myAccount .wishlist,
.myAccount .saved,
.myAccount .history {
	width: 100%;
	color: #000;	
	border-bottom: 1px #dcd6c0 solid;
}
.myAccount .wishlist td, 
.myAccount .wishlist th,
.myAccount .saved td, 
.myAccount .saved th,
.myAccount .history td, 
.myAccount .history th  {
	padding: 7px;
	vertical-align: middle;
}
.myAccount .wishlist tr th,
.myAccount .saved tr th,
.myAccount .history tr th {
	border-bottom: 1px #dcd6c0 solid;
}

.myAccount .wishlist .imgZoom  {
	position: relative;
	width: 15px; height: 20px;
}
.myAccount .wishlist .imgZoom .zoom{
	position: absolute;
	top: 0; left: 20px;
	display: none;
}
.myAccount .wishlist .imgZoom:hover .zoom,
.myAccount .wishlist .imgZoom.hover .zoom {
	display: block;	
}
.myAccount .wishlist .info,
.myAccount .saved .info,
.myAccount .history .info {
	text-align: right;
}
.myAccount .history .items {
	text-align: center;
}

/* Sitemap */
.sitemap .column2 ul{
	list-style: none;
	margin: 0 0 0 0;
	color: #000;
	font-weight: bold;
}
.sitemap .column2 ul li {
	float: Left; display: inline;
	width: 119px;
	margin: 10px 0 0 0;
}
.sitemap .column2 ul li h3{
	font-size: 11px;
}
.sitemap .column2 ul li ul {
	margin: 0 0 20px 0;
	font-weight: normal;
	text-decoration: none;
	min-height: 90px;
}
	* html .sitemap .column2 ul li ul {
		height: 90px;
	}
.sitemap .column2 ul li ul.last {
	min-height: 1px;
}
.sitemap .column2 ul li ul li{
	float: none; display: block;
	width: 94px; 
	padding: 4px 10px 0 15px;
	margin-top: 0;
	background: url(../images/list_sitemap.gif) no-repeat left -6px;
}
.sitemap .column2 ul li ul li a {
	text-decoration: none;
}
.sitemap .column2 ul li ul li a:hover {
	text-decoration: underline;
}
.sitemap .column2 ul li ul li.last { /* class assigned met jquery*/
	padding: 4px 10px 0 15px;
	background: url(../images/list_sitemap_last.gif) no-repeat left -6px;
}
.sitemap .column2 ul li ul li.first { /* class assigned met jquery*/
	padding-top: 10px;
	background: url(../images/list_sitemap.gif) no-repeat left top;
}
.sitemap .column2 ul li ul li.firstlast { /* class assigned met jquery*/
	padding-top: 10px;
background: url(../images/list_sitemap_last.gif) no-repeat left 0;
}
	

/* contentNav */
#content.contentNav #columns {
	background: url(../images/column_shop.gif) repeat-y right top;
}
#content.contentNav #columnLeft {
	float: left; display: inline;
	width: 708px;
	padding: 0;
}
#content.contentNav #columnRight {
	float: right; display: inline;
	padding: 10px;
	width: 215px;
	color: #988344;
}
#content.contentNav #columnLeft a.change {
	display: block;
	background: url(../images/bullet_sidenav.gif) no-repeat left 4px;
	padding: 0 0 0 10px;
}

/* content */
#content #columnLeft h2 {
	color: #988344 !important;
	font-size: 14px; font-weight: normal;
}
#content #columnLeft h2 strong {
	color: #988344;
}
#content.content #columns {
}
#content.content #columnLeft {
	float: none; display: block;
	width: 948px;
	padding: 0;
}

/* #content.content #columnLeft h2 {
	padding-bottom: 10px;
	margin: 5px 0 10px 0;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #DCD6C0;
} */
#content.content #columnLeft h3,
#content.contentNav #columnLeft h3 {
	color: #988344;
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 7px;
}
#content.responsibility #columnLeft h3 {
	margin-bottom: 10px;
}
#content.content #columnRight {
	display: none;
}
#columnLeft .column1,
#columnLeft .column2 {
	float: left; display: inline;
}
#columnLeft .column1 {
	width: 315px; height: 432px;
	overflow: hidden;
	margin-right: 20px;
}

#columnLeft .column2 {
	width: 359px;
}
/* #columnLeft .column2 h2{
	border-bottom: 1px solid #dcd5bf;
	padding: 10px 0 10px 0;
	margin-bottom: 10px;
}	 */
#wrapper #content.contentNav .aboutProds {
	padding-top: 3px;
}
#wrapper #content.contentNav .aboutProds h2 {
	padding: 0 0 8px 0;
	margin: 5px 0 0 0;
	font-weight: normal;
} 
#wrapper #columnLeft .newsletter h2 {
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	color: #988344;
	font-weight: normal;
	border: 0;
}
#wrapper #columnLeft .newsletter p {
	text-align: justify;
}
#wrapper #columnLeft .sitemap h2 {
	margin-bottom: 0;
}		
/* FCK Columns */
.content #columnLeft .imgLeft,
.content #columnLeft .imgRight {
	width: 500px; overflow: hidden;
}
.contentNav #columnLeft .imgLeft,
.contentNav #columnLeft .imgRight {
	width: 354px; overflow: hidden;
}
.introText {
	padding: 10px 10px 10px 0;
	text-align: justify;

}
.textOnly {
	padding: 10px 15px 0;
	text-align: justify;
}
.textRight ul,
.textRight ol,
.textLeft ul,
.textLeft ol {
	margin-left: 0;
	text-align: left;
	list-style: none;
}
.textRight ul li,
.textRight ol li,
.textLeft ul li,
.textLeft ol li {
	padding-left: 10px;
	background: url(../images/bullet_mainmenu.gif) no-repeat left 7px;
}
.textRight {
	float: right; display: inline;
	width: 319px;
	padding: 10px 15px 0 10px;
	text-align: justify; text-justify: newspaper;
}
	* html .textRight {
		width: 318px;
	}
.textLeft {
	float: left; display: inline;
	width: 309px;
	padding: 10px 20px 0 15px;
	text-align: justify; text-justify: newspaper;
}
.content #columnLeft .textLeft,
.content #columnLeft .textRight {
	width: 413px;
}
.content #columnLeft .textLeft {
	padding-right: 5px;
}
.slideRight,
.slideLeft {
	width: 364px;
	padding-bottom: 5px;
}
.slideRight {
	float: right; display: inline;
}
.slideLeft {
	float: left; display: inline;
}
.content #columnLeft .slideLeft,
.content #columnLeft .slideRight {
	width: 500px;
}
	* html .content #columnLeft .slideRight {
		position: relative;
		margin-right: -10px;
	}
	* html .contentNav #columnLeft .slideRight {
		position: relative;
		margin-right: -10px;
	}
.content #columnLeft .buttonBar{
	padding-right: 15px;
}


/* Newsletter */
.newsletter .customSelect {
	float: left; display: inline;
	width: 142px;
}
.newsletter .label {
	width: 150px;
}
.newsletter .input {
	float: left; display: inline;
	width: 142px;
}
.newsletter .textfield {
	width: 140px;
	margin: 0;
}
.newsletter .buttonBar {
	text-align: right;
	width: 294px;
}
.home #content #slideshow img,
.shop #content #slideshow img {
	width: 600px; height: 430px;
}

/* Register */
.register #addresses {
	margin-top: 40px;
}
.fc_space {
	height: 19px;
}

/* Review Rating 
.rating {
	width: 100px;
	position: absolute;
	top: 4px; right: 10px;
}*/
.ratingStar
{
	font-size: 0pt;
	width: 18px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.filledRatingStar
{
	background: url(/Images/FilledStar.gif);
}
.emptyRatingStar
{
	background: url(/Images/EmptyStar.gif);
}
.savedRatingStar
{
	background: url(/Images/SavedStar.gif);
}

iframe.psp
{
	width: 100%;
	height: 100%;
	border: 0;
	background: #FFFFFF;
}
.inputRadio input
{
	margin: 0 3px 0 0;
}
.inputRadio
{
	margin-bottom: 0px;
}
.raterBox a:hover .filledRatingStar
{
	background: url(/Images/SavedStar.gif);
}
#content #columnLeft h2 {
	color: #988344;
	font-size: 15px; font-weight: normal;
	padding-bottom: 7px;
}

#content #columnLeft h2 strong
{
	color: #988344;
}
#content #columnLeft h3 {
	color: #988344;
	font-size: 13px; font-weight: normal;
	padding-bottom: 5px;
}
.lister .filtering h2
{
	color: #988344 !important;
}

.lister .filtering .searchTerm h2
{
	color: #021a32 !important;
	text-transform: none;
}

.vier04 #hint.hint {
	width: auto;
	padding: 20px 20px 30px 60px;
	border: 0;
	background: #fff url(../images/exclamation_alt3.gif) no-repeat 20px 14px;
	margin-bottom: 0px;
	border-bottom: 1px #DCD5BF solid;
	color: #000;
}
.vier04 #hint.hint h2 {
	font-size: 18px !important;
}
}
.vier04 #hint.hint strong {
	color: #988344;
}
.vier04 .option {
	float: left; display: inline;
	padding: 35px;
	width: 284px;
}
.vier04 h3 {
	margin: 30px 0 10px;
	color: #000;
}
.vier04 legend {
	display: none;
}
.vier04 input {
	vertical-align: middle;
}
.vier04 .search .textfield {
	height: 16px; width: 155px;
	margin-left: 30px;
}
.vier04 .listbox {
	border: 0;
	margin: 0; padding: 0;
}
.vier04 .listbox .nav li {
	margin: 0;
	float: none;
}
.vier04 .listbox .nav li a,
.vier04 .listbox .nav li a:hover {
	padding: 2px 0 2px 10px;
	background-position: left center;
}
.lessText
{
	overflow: hidden;
	height: 58px;
}
.method .methodSpace
{
	margin-left: 20px;
}

.vliscoColor
{
	color: #988344;
}
.dynamicButton
{
	background: url(../images/buttonBackground2.gif) no-repeat top left;
	color: #FFFFFF;
	padding: 5px 5px 5px 20px;
	white-space: nowrap;
}
.dynamicButton_on
{
	background: url(../images/buttonBackground2_on.gif) no-repeat top left;
	color: #FFFFFF;
	padding: 5px 5px 5px 20px;
	white-space: nowrap;
}
.buttonBar .check, .agree .check
{
	padding-left: 3px;
	padding-right: 3px;
}

.checkoutCart .infoSoldOut
{
	padding: 0;
	width: 46px;
}

.imgSoldOut {
	padding-top: 0px; 
	*padding-top:5px;
}
div.sexes
{
	margin: 6px 0 0 0 !important;
}
.productDetails .suggest .productOption {
	float:left; width:351px;
}
.productDetails .suggest .suggestInfo  {
	width:345px;
}
