/* DEMO */

/*----------------------- general elements -----------------------------------*/
html,
body {
	height: 100%; !important; 
}
body {
	font-size:0.8em;
	line-height:1.5em;
	color: #999;
}
body,html {
/*		width:960px;*/
	padding-bottom: 50px;

}

/* * { z-index:1; } */

body,ul {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
}

ul {
	list-style:none;
}

a:focus {
	outline: none;
}


a {
	text-decoration:none;
	color:#363636;
}
p a {
	text-decoration:underline;
}
a:link,
a:active {
	color: #E74534;	
}
a:hover {
	color: #666;	
}
hr {
	height:1px;
	color: #f0f0f0;
	background-color: #f0f0f0;
	border: 0px;
}
.highlight {
	color:#E74534;
}

a.highlight {
	font-weight:bold;
}
a.more {
	font-size: 11px;
	text-decoration: underline;
	padding-right: 14px;
	background:url(../bc_decoration/icon_li.gif) right center no-repeat;
	color: #666;	
}
a.more:hover {
	color: #E74534;	
	background:url(../bc_decoration/icon_li_orange.gif) right center no-repeat;
}
a.accent {
	background:url(../bc_decoration/icon_li_orange.gif) 0% 55% no-repeat;
	padding-left:15px;
}

span.accent {
	font-weight:bold;
}

span.accent,
a.remove {
	color:#F34D23;
}

img {
	border:0;
}

h1 {
	color:#999999;
	font-weight: normal;
	font-size:1.7em;
	margin:0px 0px 10px 0;
	*line-height: 28px; /* IE7 */
	height:28px; /* use this to control the size of sIFR */
}

#page_content .collection h1 {
	color:#999999;
	font-weight: normal;
	font-size:1.9em;
	margin:15px 0px 10px 0;
	*line-height: 28px; /* IE7 */
	height:28px; 
}
#page_content h1 {
	color: #999;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0px 0px 10px 0;
	height: 28px;
}

#page_content h2 {
	color: #999;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0px 0px 10px 0;
	height: 28px;
}
#submenu li h2
{
	color: white;
	display: block;
	padding: 0px !important;
	font-size: 12px;
	list-style: none;
	margin: 0px !important;
	font-weight:normal;
}

h3 {
	color:#999999;
	font-weight: normal;
	font-size:1.5em;
	margin:0px 0px 10px 0;
	*line-height: 28px; /* IE7 */
	height:28px; /* use this to control the size of sIFR */
}

/* h3 for the right submenu 'less important' */
h3.sub {
	height:19px;
	color:#333;
	font-size:1.4em;
	margin:5px 0 2px 0;
}
#page_content h3.sub {
height:auto !important;
margin-bottom:0 !important;
border-bottom:0;
}
#page_content h3.sub {
text-decoration:none;
}

h4 {
	min-height:19px;
	color:#333;
	font-size:1.4em;
	margin:5px 0 2px 0;
	font-weight: normal;
}

h5 {
	font-size:1.1em;
	margin:4px 0px;
	color:#333;
}

h5.space {
	margin-top:15px;
}

h6 {
	margin:18px 0px 0px 0px;
	font-size:1em;
	color:#666666;
}

p {
	margin:6px 0px;
}

label {
	cursor:pointer;
}

.clear {
	clear:both !important;
}
table {
	border-collapse:collapse;
}

body td {
	padding:0;
	margin:0;
	vertical-align:top;
	color:#676767;
}

td.title {
	color:#676767;
	padding-right:3px;
}

div.searched_item td.title {
	width:119px;
	line-height:12px;
	padding-bottom:8px;
}

td.spec {
	line-height:12px;
}

.clear {
	clear:both;
}

h1 sup {
 font-size:20px;
 }
 p sup {
 font-size:12px;
 }
 li sup {
 font-size:12px;
 }
 #sidebar li a sup,
 .thumb_title sup{
 font-size:12px;
 }

/*----------------------- form elements --------------------------------------*/

div#page_content .ssform p.validation
{
	color:#FF0000;
	font-size:0.80em;
}

div#page_content .ssform
{
	width:400px;
}
div#page_content .ssform fieldset, 
div#page_content .ssform label
{
	border-width:0px;
	color:#000000;
}

div#page_content .ssform p
{
	margin-bottom:15px;
}

div#page_content .ssform input.button
{
	margin-left:10px;
}

div#page_content .ssform input.checkbox,
div#page_content .ssform input.radio
{
	float:left;
	display:list-item;
}

div#page_content .ssform input.text-wide,
div#page_content .ssform input.text-narrow,
div#page_content .ssform textarea.text-wide
{
	float:right;
}

div#page_content .ssform input.text-wide,
div#page_content .ssform textarea.text-wide
{
	width: 200px;
}

div#page_content .ssform input.text-narrow
{
	width: 30px;
}

div#page_content .ssform label.radio,
div#page_content .ssform label.emphasis
{
	font-size:1.0em;
	font-weight:bold;
	width:300px;
}


div#page_content .ssform p.small
{
	color: #999999;
	font-weight:bold;
	font-size:0.80em;
}

div#page_content .ssform p.right
{
	float:right;
}



input.type-text {
	padding:2px 0;
	margin:0;
}

textarea.type-textarea,
input.type-text {
	border:1px solid #aaa;
}

/*----------------------- site wrapper ---------------------------------------*/
div#wrapper {
	position:relative;
	padding-top:49px;
	padding-left:0px;
	padding-right:0px;
	width:960px;
	margin: 0 auto;
}
/*----------------------- header ---------------------------------------*/
div#header {
	height: 420px;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 30px;
}
div#header.content {
	height: 165px;	
}
div#header.empty {
	height: 0px !important;	
}
div.empty { /* IE6 */
	_height: 0px !important; 	
}
div#header.kwicks {
	height: 430px;	
	position: relative;
}
div.kwicks { /* IE6 */
	_height: 430px;	
	position: relative;
}

/*----------------------- header home  ---------------------------------------*/

.home div#header .image {
	width: 700px;
	float: left;
	position: relative;
	overflow:hidden;
	height:420px;
}
.home div#header .movie {
	width: 700px;
	float: left;
	position: relative;
	overflow:hidden;
	height:420px;
}
.home div#header .flash {
	width: 700px;
	float: left;
	position: relative;
	overflow:hidden;
	height:470px;
}

.home div#header .newProducts {
	height: 390px;
	padding: 20px 0px 10px 30px;
	width: 230px;
	float: right;
	background:#f6f6f6;
}
.home div#header .newProducts h3{
	margin: 0px;
}
.home div#header .newProducts .bubbleInfo .thumb_title {
top: 92px; 
}

.home div#header .newProducts a.more {
	float: right;	
	margin-right: 25px;
}
.home div#header .newProducts .item {
	float: left;
	width: 90px;
	margin-right: 20px;
	height: 115px;
}
/*-----------------------content ---------------------------------------------*/
div#content {
	position:relative;
	width:100%;
}

div#page_content {
	width:715px;
	float:left;
	position:relative;	
}

div#page_content.carpetectureCollection {
	width: 963px;	
}
body.carpetectureCollection div#page_content p {
	line-height: 18px;
	/*margin: 0px 0px 15px 0px;*/
	margin-top: 0px; /* 2009-04-14 */
}
div#carpet_search_page {
	width:688px;
	margin-top: 50px;
	_margin-top: 0px; /* IE6 */
}

div#carpet_search_page a.showall {
	display: block;
	background: #EEE;
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	margin-left: -25px;
	margin-right: -25px;
	text-decoration: none;
	border-top: 1px solid #AFAFAF;
	width:661px;
}
div#carpet_search_page a.showall:hover {
	background: #e6e6e6;
	color: #666;
}

div#carpet_search_page ul  {
	padding: 0px !important;	
}

div#carpet_search_page ul li {
	background-image: none !important;	
	padding-left: 0px !important;
}

/*div#carpet_search_page .carpet_results,*/
div#carpet_search_page .carpet_filter {
	position: relative;
}
div.carpet_results .tabs ul li a {
	text-decoration: none !important;	
}
div.carpet_results .tabs ul li a span {
	color: #E74534;	
}

div#page_content strong {
	/*color:#E74534;*/
	font-weight:bold;
}

div#page_content a {
	color: #666;
	text-decoration: underline;
}

div#page_content a:hover {
	color: #E74534;
}

div#page_content p {
	line-height: 18px;
	/*margin: 0px 0px 15px 0px;*/
	margin-top: 10px; /* 2009-04-14 */
}
div#page_content p.intro {
	margin-top:20px;
}

div#page_content ul {
	padding-left: 10px;
}

div#page_content ul li {
	list-style: none;
	background:url(../bc_decoration/icon_li.gif) left 6px no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}


.button {
	display:block;
	color:white;
	/*background-color:#E74534;*/
	background-color:#999;
	text-align:center;
	font-weight:normal;
	border:0;
	padding:1px !important;
	margin-bottom:10px;
	cursor:pointer;	
	font-size: 11px;
}
.button:hover {
	/*background-color:#E74534;*/
	background-color:#666;
}

div#page_content .button {
	background-color:#f3f3f3;
	padding:0px 15px;
	float:right;
	color: #666;
	border: 1px solid #CACACA;
}
div#page_content .button:hover {
	background: #EEE !important;	
	color: #333;
}
.previewimage {
    position:absolute;
    left:190px;
    *left:198px;
    top:145px;
	*top:133px;
    display:none;
	z-index:9999;
}

a.button {
	height:auto;
	padding:1px 5px;
}

div#page_content form span.radios label {
	display:inline;
	border:1px;
	width:auto;
	float:none;
}

div.content-separator {
	background:url(../images/content_separator.gif) no-repeat 90px 0px;
	height:15px;
	width:100%;
	margin-bottom:18px;
}

/*-----------------------heading/menu --------------------------------------*/
div#menu {
	background: #666;
	height:30px;
	line-height:30px;
	position:relative; /* IE6 */
	width:960px;
	z-index:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}

div#menu ul {
	list-style: none;
	padding-left: 15px;
}

div#menu ul li{
	display: inline;
	margin-right: 40px;
}

div#menu ul li a{
	color: #FFF;
}

div#menu ul li a.selected,
div#menu ul li a:hover{
	color: #E74534;
}
div#menu ul li a.baskettab {
	float:right;
	line-height:29px;	
	padding-left:15px;
	padding-right:25px;
	*margin-top:-30px; /* IE7 */
	background: #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	
}
div#menu ul li a.added {	
	background: #E74534 !important;
	color: #FFF !important;
	border-color: #E74534 !important;
	
}
div#menu ul li a.baskettab_selected {
	background: #F9F9F9 url(../bc_decoration/icon_close.gif) 95% center no-repeat;
    border-top: 1px solid #aeaeae;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	color: #666;
}

/*-----------------------Basket  --------------------------------------*/
#basket {
	position: absolute;
	right: 0px;
	top: 30px;	
	z-index: 9999;
	width: 192px;	
	display: none;
	background:white;
	    border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	color:black;
	height:auto;

}
#basket ul {
float:left;
width:100%;
}

	#basket ul li {
	float:left;
	width:100%;
	margin:10px 0 0 0;
	}
	
	#basket .basket-img {
	float:left;
	width:35px;
	margin-left:10px;
	display:inline;
	}
	#basket .basket-desc {
	float:left;
	width:115px;
	line-height:15px;
	}
		#basket .basket-desc p {
		margin:0;
		}
		#basket .basket-desc span {
		font-size:80%;
		}
#basket a {
	color: #000;
	margin-top: -10px;
}
#basket #mycarpets {
	z-index: 999;	
	margin: 0;
	padding: 0;
	padding: 0px;
	height: auto !important;
}
#basket .options {
float:left;
width:100%;
}
#basket .options a {
	color: #666;
	font-size: 0.8em;
	text-decoration: underline;
	padding: 0 10px;
}
#basket a.deletemycarpet {
	float: right;
	display: block;
	height: 18px;
	width: 16px;
	text-indent: -3000px;
	margin-top: 5px;
	margin-right:10px;
	background: url(../bc_decoration/icon_delete.gif) left top no-repeat;
	
}
#basket .options .button {
	margin-top: 7px;
	margin-right: 6px;
}

/*-----------------------heading/menu home --------------------------------------*/
.home div#menu {
	background: transparent url(../bc_decoration/bg_transparent_black.png) left top repeat-x;
	position: absolute; 
	width:700px;
	left: 0;
	bottom: 50px;
}
.home .movie div#menu {
	bottom: 0px;
}
/*----------------------- logo  ----------------------------------------------*/
div#logo {
	position: absolute;
	right: 0;
	top: 5px;	
	*top: 7px; /* IE7 */	
}

div#logo_bc {
	margin: 0px 0 5px 0;
	padding: 0;
}

/*----------------------- main menu ------------------------------------------*/
ul#meta * {
	margin:0;
	padding:0;
}

ul#meta {
	position: absolute;
	right: 110px;
	top: 11px;
	height:20px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

ul#meta li {
	display:inline;
	float:left;
	margin-right:20px;
}

ul#meta li a {
	display:block;
	float:left; /* IE6 */
	position:relative;
	overflow:hidden;
	height:20px;
	color: #999;
}


ul#meta li a img {
	display:block;
}

ul#meta li.selected a,
ul#meta li a:hover {
	color: #E74534;
}


/*----------------------- language menu --------------------------------------*/
ul#langmenu {
	font-size:0.7em;
	color:red;
	position:absolute;
	top:5px;
	left:-5px;
}

ul#langmenu li {
	float:left;
	padding:0px 5px;
	border-right:1px solid #E74534;
}
ul#langmenu a {
	color: #363636;
}
ul#langmenu  a.highlight,
ul#langmenu  a:hover{
	color:#E74534;
}
.no-border {
	border:0 !important;	
}
.last {
	background:none !important
}

/*----------------------- submenu  -------------------------------------------*/

ul#submenu,
ul#newsmenu {
	background-color:#c5c5c5;
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
	border-top: none;
	width:215px;	
	float:right;
	position:relative;	
	font-size: 12px;
	padding: 0;
	margin: 15px 0px 0px 0px;
	list-style: none;
}
ul#newsmenu {
margin-bottom: 15px;
}
#submenu .button,
ul#newsmenu .button {
	width: 100%;	
	background-image: none;
}
ul#submenu ul,
ul#newsmenu ul {
  list-style:none;
  padding: 0;
  width: 215px;
}

ul#submenu a,
ul#newsmenu a {
  display: block;
  text-decoration: none;
}

ul#submenu li,
ul#newsmenu li {
  margin: 0px 0 0px 0 !important;
  padding: 0;
  _height: 0px;

}

ul#submenu li a,
ul#newsmenu li a {
  color: #fff;	
  display: block;
  padding: 0.5em 0.5em 0.5em 1em;
  _height: 95%;
  background: #999 url(../bc_decoration/icon_submenu.gif) right center no-repeat;
}

ul#submenu li a:hover,
ul#newsmenu li a:hover {
   background: #666 url(../bc_decoration/icon_submenu.gif) right center no-repeat;
}
ul#submenu li a.selected,
ul#newsmenu li a.selected {
   background: #d52612 url(../bc_decoration/icon_submenu_selected.gif) right center no-repeat;
}
ul#submenu li ul,
ul#newsmenu li ul {
	padding: 0 !important;
	margin: 0 0 0!important;
}
ul#submenu li.footer,
ul#newsmenu li.footer {
  color: #FFF;	
  display: block;
  padding: 0px;
  background: transparent;
}
ul#submenu li.footer a,
ul#newsmenu li.footer a {
  color: #FFF;	
  display: block;
  padding: 0px;
  padding-right: 10px;
  background: #C5C5C5;
}
ul#submenu li.footer a:hover,
ul#newsmenu li.footer a:hover {
    background: #C5C5C5;
}
ul.sub_pages li ul li {
	margin: 0px !important;
	padding: 0;
	_height: 1px;
}
ul#submenu li ul li a,
ul#newsmenu li ul li a {
  background: #f3f3f3 url(../bc_decoration/icon_submenu_lower.gif) right center no-repeat;
  color: #999;
  display: block;
  padding-left: 1.5em;
  padding-right: 2.2em;
  margin-top: 1px;
  _height: 95%;
}

ul#submenu li ul li a:hover,
ul#newsmenu li ul li a:hover {
  background: #dedede url(../bc_decoration/icon_submenu_lower.gif) right center no-repeat;
  color: #666;
}
ul#submenu li ul li a.selected,
ul#newsmenu li ul li a.selected {
   background: #dedede url(../bc_decoration/icon_submenu_lower.gif) right center no-repeat;
   color: #E74534;
}

#submenu #documents a,
ul#newsmenu #documents a {
	width: 151px !important;
	background: #FFFFFF url(../bc_decoration/pdf.gif) no-repeat scroll 98% 4px  !important;
	text-decoration: none;
}
#submenu #documents li,
ul#newsmenu #documents li {
	text-align: left;
}
#submenu #documents a:hover,
ul#newsmenu #documents a:hover {
	background: #F9F9F9 url(../bc_decoration/pdf.gif) no-repeat scroll 98% 4px  !important;
}
/*----------------------- sidebar  ----------------------------------------*/
.rightcontainer {
	float: right;
	width: 220px;
}
#sidebar {
	float: right;
	width: 220px;
	font-size: 12px;
}

#sidebar .product {
	background: #f3f3f3;
	border: 1px solid #cfcfcf;	
	margin-bottom: 25px;
}

#sidebar p {
	margin-bottom: 25px;
}
#sidebar a.button {
	margin: 10px 0 10px 0;	
}
#sidebar dl.details {
	
}
#sidebar dl.details dt {
	width: 137px;
}
#sidebar dl.details  dd {
 	display:block;
	font-weight:normal;
	margin-left:135px;
	margin-top:-19px;
	padding-left:5px;
}

#sidebar ul {
	list-style: outside;
	padding-left: 15px;
	margin: 10px 0;
	list-style-type: disc;
	
}
#sidebar  a {
	text-decoration: underline;	
	color: #666;
}
#sidebar a.button {
	color: #FFF;
	text-decoration: none;
	background: #999;
	font-weight: normal;
	padding: 3px;
	line-height: 14px;
	padding: 5px 10px !important;
}
#sidebar a.button:hover {
	color: #FFF;
	text-decoration: none;
	background: #666;
	font-weight: normal;
	padding: 3px;
}
#sidebar h2 {
	margin: 0px;
	padding: 10px;
	background:#EEE;
	color:#999999;
	font-size:1.7em;
	font-weight:normal;
	height:20px;
	margin:0 0 10px 0;
}
#sidebar h2 img {
	float: right;
	*margin-top: -18px; /* IE 7 */
}

#sidebar .content h3 {
 	margin: 0;
	padding: 0;
	font-size: 11px;	
	height: auto;
	text-transform: uppercase;
	background:  none;
}

#sidebar .content {
	padding: 10px;
	color: #666;
}

#sidebar .productdetails img.productname {
	float: left;
	border: 1px solid #c5c5c5;
	padding: 4px;
	background: #FFF;
}
.product-item-holder {
float:left;
width:170px;
position:relative;
}
#sidebar .productdetails .c2c {
	position:absolute;
	left:140px;
	top:3px;
}
#sidebar .productdetails h3 {
	color:#666666;
	font-size:15px;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}
#sidebar .productdetails .productnr {
	float: right;
	margin-top: -5px; /* IE7 */
}
#sidebar .productdetails a {
	font-size: 11px;
	text-decoration: underline;
	clear: both;
	display: block;
	
	color: #E74534;
}
#sidebar .productdetails a.showall {
	float: none;
	display: inherit;
}
#sidebar p.documents a {
	width: 151px !important;
	background: url(../bc_decoration/pdf.gif) no-repeat scroll left top  !important;
	text-decoration: underline;
	padding-bottom: 3px;
	padding-left: 20px;
	line-height: 19px;
	padding-bottom: 0px !important; 
	display: block;
}
#sidebar p.documents a:hover {
	color: #E74534 !important;
}
#filter {
	width: 195px;
	background: #f3f3f3;
	border: 1px solid #cfcfcf;
	font-size: 12px;
	margin-left: 3px;
	margin-top: 35px;
	padding: 10px;
}
#filter  select{
	width: 95%;
	margin: 10px 0;
	
}

/*----------------------- Footer  ----------------------------------------*/

#footer {
	text-align: center;
	clear: both;
	margin-bottom: 0px;
	padding-top: 50px;
	display: block;
	height: 50px;
}
#footer a{
	color: #666;
	text-decoration: underline;
}

#footer a:hover{
	color: #E74534;
}

/*----------------------- page: news  ----------------------------------------*/
#more_news {
	text-align:right;
}

/*----------------------- page: home ----------------------------------------*/
#dialoguebox {
	margin-bottom: 25px;
	float: right;
	width: 200px;
	background:#FCFCFC none repeat scroll 0 0;
	border:1px solid #AFAFAF;
	padding: 10px;
}

#dialoguebox p {
	margin-bottom: 0px;
}
#dialoguebox p a:hover {
	color: #E74534 !important;	
}
#dialoguebox img {
	width: 100%;	
}

#news {
	width: 260px;
	float: right;
	color: #999;
}

#news #dialoguebox {
	margin-bottom: 25px;
	width: 240px;
	float: none;
}

#news ul li {
	margin-bottom: 20px;
}

#news ul li .date {
	font-size: 14px;
	color: #E74534;
}

#articles {
	width: 360px;
	float: left;
	color: #999;
}

#articles a.title {
	color: #999;
	font-size: 14px;
	font-weight: bold;
}

#articles p {
	margin-top: 0px;
}

#articles img {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 50px;
	border: 1px solid #CCC;
}

#articles ul li {
	margin-bottom: 20px;
}

#carpetfor {
	width: 270px;
	float: left;
	color: #999;
	margin-right: 35px;
}

#carpetfor ul li {
	margin-bottom: 20px;
}

#carpetfor ul li a.title {
	font-size: 14px;
	color: #E74534;
	padding-right: 15px;
	/*background: url(../bc_decoration/icon_li_orange.gif) right 4px no-repeat;*/
}
#carpetfor ul li a.title:hover {
	font-size: 14px;
	color: #666;
	padding-right: 15px;
	/*background: url(../bc_decoration/icon_li.gif) right 4px no-repeat;*/
}

#carpetfor ul li a {
	color: #E74534;
}

/*----------------------- page: carpetecture ----------------------------------------*/
div.carpetecture {
	background: url(../bc_decoration/logo_carpetecture.gif) left top no-repeat;
	width: 301px;
	height: 28px;
	margin-bottom: 8px;
}
div.carpetecture a {
		width: 301px;
		display: block;
}
div.carpetecture strong {
	visibility: hidden;
}

div.collection {
	width: 103px;
	height: 18px;
}
img.purelines {

}
img.splitter {
	margin: 3px 5px;
}
img.libralines {

}

div.productline {
	float: left;
	padding-bottom: 50px;
}
div.productline img {
	margin-left: -5px;
	margin-right:5px;
}
div.productline a {
	text-decoration: none;
}
div.productline p {
	width: 500px;
	color:#999999;
	margin-top: 20px;
}

div.productContent {
	float: right;
	width: 550px;
	color: #999;
	padding-bottom:20px;
}
div.productContent p {
	margin: 0px 0 10px 0;
}

div.productlineImage {
	width: 524px;
	float: left;
	overflow: hidden;
}
div.productlineImage img {
height: 440px;
}
div.productlineCarpets{
	width: 435px;
	height: 391px;
	float: right;
	/*overflow: hidden; */
	position: relative;
}
div.carpets {
	padding: 15px 15px 0px 15px;
	width: 930px;
	background: #f6f6f6;
	margin: 20px 0;
}

div.productline_carpets {
	height: auto;
	padding: 15px 15px 0px 15px;
	width: 930px;
	background: #f6f6f6;
	margin: 20px 0;
}

div.carpets .item {
	width: 90px;
	float: left;
	height: 110px;
	position: relative;
}


/*----------------------- page: about ----------------------------------------*/
ul#about_sustainability li {
	background:url(../images/bigline.gif) 0% 100% no-repeat;
	padding-bottom:20px;
	font-weight:bold;
}

ul#about_sustainability li a {
	display:block;
	padding-left:100px;
	color:#ABABAB;
	padding-top:10px;
	padding-bottom:8px;
}
ul#about_sustainability li a:hover {
	color:black;
}

ul#about_sustainability a#about_manufacturing {
	background:url(../images/tmp.gif) 25px 5px no-repeat;
}
/* 22.4 */ 
ul#submenu div.contact p { 
	color:#323232;
}

/*----------------------- page: technical-services ---------------------------*/
ul#submenu div.technical-services form {
	margin-top:20px;
}

ul#submenu div.technical-services a.button,
ul#submenu div.technical-services input.button {
}


ul#submenu textarea.type-textarea,
ul#submenu input.type-text {
	width:180px;
	width:100%; /* IE6 */
}

div#page_content form label {
	width:155px;
	display:block;
	float:left;
	color:#9B9B9B;
}

div#page_content form#sample_form label {
	width:auto;
}

div#page_content form p {
	margin:0;
	margin-bottom:1px;
	clear:both;
}
div#page_content form#sample_form p input.type-text {
	margin-bottom:5px;
}
div#page_content a.backbutton {
	margin: 10px 0px;
	text-decoration: none;
	font-size: 12px;
}
ul#submenu textarea.type-textarea {
	height:60px;
}
#submenu.alternative {
	padding: 10px;
	width: 195px;
	background: #eee;
	border: 1px solid #AAA;
	margin-bottom: 50px;
}
#submenu.alternative td {
	width: 100%;
}
ul.downloads {
	padding-left: 0px !important;
}

ul.downloads li {
	padding-right:20px !important;
	padding-left: 0px !important;
	width:400px;
	margin-top:8px;
	background:url(../bc_decoration/pdf.gif) top right no-repeat  !important;
}

ul.downloads li a {
	display:block;
	width:380px;
	border-right:1px solid red;
	text-decoration:underline;
}

/*----------------------- page: contact  -------------------------------------*/
/* 22.4 */
/* body#contact div#page_content a { */
div#address_offices a, /* 22.4 added */ 
div#address_main a { /* 22.4 added */
	text-decoration:underline;
	color:#E74534;
}

div#address_main {
	width:40%;
	float:left;
}

div#address_offices {
	width:50%;
	float:right;
}

div#address_offices select {
	width:100%;
	border:1px solid black;
	margin-top:8px;
}

div.address {
	float:left;
}

div.communication {
	float:right;
}
div#address_offices div.address, 
div#address_offices div.communication {
	padding-top:5px;
}

/*----------------------- page: order sample card ----------------------------*/
ul#submenu ul.samples {
	padding-left:10px;
	padding-top:15px;
	
}
ul#submenu ul.samples li {
	background:none;
	float:left;
	width:80px;
	padding:3px;
	padding-left:10px;
	text-align:center;
	margin-bottom:10px;
	position:relative;
	
}

ul#submenu ul.samples li a {
	display:inline;
	padding:0;
	margin:0;
	text-decoration:underline;
}

ul#submenu ul.samples li a.remove {
	text-decoration:none;
}

ul#submenu ul.samples li img {
	display:block;
	border:1px solid #666666;
	margin-bottom:5px;
}

ul#submenu div.heading h3 {
	margin-top:0;
}

ul#submenu div.heading {
	padding-bottom:16px;
	background:url(../images/submenu_separator.gif) bottom left no-repeat;
	height:21px;
}

span.radios {
	display:block;
}

form#sample_form span.radios,
form#sample_form input.type-text,
form#sample_form .type-textarea {
	width:300px;
	float:right;
}

form#sample_form {
	width:450px;
}

/*----------------------- page: carpet search --------------------------------*/
div#page_content div.globber {
	position:absolute;
	right:0px;
	top:10px;
}

div#carpet_select {
	padding-top:0px;
	position:relative;
/*	float:left; */
	padding-top:30px; /* 13.05 added */
	padding-bottom:20px;
}

div#carpet_select a.button {
	position:absolute;
	top:0px;
	right:29px;
}

div#carpet_selected_img {
	background:url(../images/ornament_small.gif) 100% 130% no-repeat;
	width:303px;
	height:247px;
	float:left;
	padding:10px;
}

div#carpet_select div.images {
	width:301px;
	height:245px;
	float:left;
	margin:0;
	margin-right:8px; /* 13.05 changed */
	padding:13px 10px 10px 13px;
	border: 1px solid #D6D6D6;
	background-color:white;
	position:relative;
}
div#carpet_select div.images ul  {
	float:left;
}

div#carpet_select div.carpet-select-inspiration {
	height:303px;
	padding-top:9px;
}
div#carpet_select div.carpet-selected-image-inspiration {
	height:302px;
}
div#carpet_select div.carpet-select-inspiration img.title {
	margin-top:14px;
}
div#carpet_select div.big-image img.big {
	width:302px;
	height:302px;
}

div#carpet_select div.images ul li {
	margin:0 6px 8px 0;
}

div#carpet_select div.carpet-select-inspiration ul {
	margin-top:20px;
}

div#carpet_select div.carpet-select-inspiration ul li {
	margin:0 4px 8px 0;
}

div#carpet_select div.carpet-select-inspiration a.next {
	right:-8px;
}
div#carpet_select div.carpet-select-inspiration a.next,
div#carpet_select div.carpet-select-inspiration a.prev {
	top:150px;
}

div#carpet_select p.more-info {
	clear:both;
	margin-left:14px;
	margin-right:30px;
	padding-top:5px;
	display:block;
}
div#carpet_select li {
	float:left;
	margin:0 6px 6px 0;
	padding:0;
}
* html div#carpet_select li { /* ie bug */
	margin:0 6px 6px 0;
}

.arrows .next,
.arrows .prev {
	text-indent:-5000em;
	display:block;
	background:url(../images/sprite_search_buttons.gif) top left no-repeat;
	width:22px;
	height:50px;
	clear:both;
	position:absolute;
}

.arrows .prev {
	background-position:0 -154px;
	top:120px;
	left:-15px;
}

.arrows .next {
	top:120px;
	right:-10px;
	background-position:0 -52px;
}

.arrows a.prev_selected,
.arrows a.prev:hover {
	background-position:0 -100px;
}

.arrows a.next_selected,
.arrows a.next:hover {
	background-position:0 0px;
}

div#carpet_select li,
div#carpet_select li a {
	width:69px;
	height:69px;
}

div#carpet_select li a {
	display:block;
}

div#carpet_selected_img, /* 13.05 changed class name */
div#carpet_select li a {
	border:1px solid #CBCBCB;
	background-color:white;
}

div#carpet_select li a:hover {
	background-color:#E74534;
	border:1px solid #E74534;
}

div#carpet_select li img {
	margin:3px;
}

div#carpet_select img.big {
	margin:0px;
	padding:0;	
	/*
	height:247px;
	width:302px;
	*/
}

div.group_header
{
	margin-bottom:10px;
}

div#carpet_search_results ul.samples
{
	position:relative;
	margin-bottom:170px;
}

div#carpet_search_results ul.samples li {
	float:left;
	margin:0 11px 15px 0;
	width:74px;
	font-size:11px;
	height:110px;
	line-height:15px;
	z-index:1;
	position:relative;
}
	div#carpet_search_results .samples {
	position:relative;
	margin-bottom:170px;
	
	}
	
	div#carpet_search_results .samples .item {
	position:relative;
	margin:0 11px 15px 0;
	float:left;
	width:74px;
	font-size:11px;
	height:110px;
	line-height:15px;
  	display:block;
	z-index:1;
	}


body #carpet_search_form .button {
padding:0 0;
}
div.order-button,
body #carpet_search_form .button {
	width:100px;
	height: 21px;
	padding-bottom:1px;
}
div.order-button {
	height:15px;
	bottom:15px;
	right:27px;
	position:absolute;
}

div#carpet_search_results div.order-button a {
	text-decoration: none;	
	padding: 0 10px !important;
}
/*
.formfields button {
width:15% !important;
}*/
div#carpet_search_results {
	background:#FCFCFC;
	border:1px solid #AFAFAF;
	margin-top:-1px;
	margin-bottom: 50px;
	padding:20px 20px 15px 20px;
	_width: 648px !important;
}
div#carpet_search_results .carpets {
	background: none;
	width: auto;
	padding: 0;
}

div#carpet_search_results .carpetecture-collection {
	margin-top: 20px;
}


div#carpet_search_results p.valuefound {
	margin-bottom:20px;
	margin-top:0;
}

a.magnifier {
	display:block;
	height:101px;
	width:101px;
	overflow:hidden;
	position: relative;
}

a.magnifier img.magnifier{
	position:absolute;
	visibility:hidden;
	left: 70px;
	bottom: 1px;
}

a.magnifier:hover img.magnifier {
	display:block;
	bottom:1px;sidebar .productdetails a
	right:1px;
	position:absolute;
	visibility:visible;
}

div#carpet_search_results li {
	text-align:center;
}

div#carpet_search_results li img {
	display:block;
	border:1px solid black;
}

div#carpet_search_results li a {
	text-decoration:underline;
}

div#carpet_search_results li a.remove {
	text-decoration:none;
}

ul#submenu img.product_type 
{
	float:right;
	position:relative;
	top:-20px;
	z-index:100;
}

.others h4 img {
	margin-bottom: -5px;	
}
div.searched_item ul {
	width:160px;
}

div.searched_item table {
	color:#333333;
}

div#searched_visual a {
	text-decoration:underline;
	color:#676767;
}

div#searched_visual {
	border:1px solid #999999;
	margin-bottom:4px;
	padding:4px;
	position:relative;
}

div#searched_visual img {
	margin-left:-1px;
	margin-top:-1px;
}

div.searched_item a.button {
	float:left !important;
}

div.searched_item ul {
	padding-bottom:10px !important;
	background:url(../images/submenu_separator.gif) -10px 100% no-repeat;
}

div.menu-line {
	background:url(../images/submenu_separator.gif) -10px 100% no-repeat;
	height:10px;
}

div.searched_item {
	font-size:0.95em;
	color:#666666;
}

div.searched_item ul li {
	padding-left:10px;
	background:url(../images/bullet.gif) 0px 6px no-repeat !important;
	margin-bottom:5px;
}

ul#documents li a,
ul#documents li {
	background:none;
	margin:0;
	padding:0;
	text-align:right;
}

div.searched_item ul#documents {
	background:none !important;
}

ul#documents {
	clear:both;
}

ul#documents li {
	background:none !important;
	padding:0 !important;
}

ul#documents li a {
	text-decoration:underline;
	color:#676767;
	width:170px;
	background:url(../bc_decoration/pdf.gif) 100% 1px no-repeat  !important;
	padding-right:20px;
	padding-top:5px;
	font-size:0.98em;
}

span#product_code {
	float:right;
	font-weight:normal;
	color:#676767;
}

/*----------------------- page: carpet search - tabs -------------------------*/
.tabs {
  	width:688x;
	top: -36px;
	z-index: 2;
	
}

.tabs ul {
  	height:37px;
}
.tabs span.heading {
	position:relative;
	top:25px;	
	font-size: 14px;
}

.tabs ul li {
  float:left;
  margin-bottom: 0px !important;
  list-style:none !important;
}

.tabs ul li a {
  display:block;
  text-decoration:none;
  min-width:105px;
  _width: 105px; /* IE6 */
  height:35px;
  line-height: 35px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 14px;
  text-align:center;
  border: 1px solid #afafaf;
  margin-right: 5px;
  padding: 0 10px;
  white-space: nowrap;
}

.tabs ul li.selected a {
  background:#FCFCFC; 
  border-bottom: 1px solid #FFF;
}

.tabs ul li.normal a {
  background:#f3f3f3;
}
.tabs ul li.normal a:hover {
  background:#EEE;
}
/*----------------------- page: carpet search form ---------------------------*/

div#carpet_select_options {
	border: 1px solid #afafaf;
	margin-top: -1px;
	padding: 10px 25px 0 25px;
	_padding: 0px 0 0 25px;
	background: #FCFCFC;
	_background: transparent; /* IE6 */
	margin-bottom: 100px;
	position: relative; 
	z-index:2;
}
div#carpet_select_options h6 {
	color:#333333;
	margin:10px 0 10px 4px;
}

#carpet_select_options span.message {
	color:#F34D23;
	font-weight:bold;
	
}

div.color-selection {
	width:167px;
	_width: 150px; /* IE6 */
	float:left;	
}

div.color-selection ul {
	border-bottom:0;
	float:left;
	padding:2px;
	clear:both;
	width:100%;
	height:25px;
	margin-left: 5px;
	margin-bottom:5px;
	
}
div.search-options {
	display: inline;
	width:130px;
}
div.search-options.middle {
	float: right;	
}
div.search-options.right {
	width: 180px;	
}
.filter-checkbox {
float:left;
width:25px !important;

}
.filter-label {
float:left;
width:180px !important;
	
}
div.search-options.right ul li {
	width: 200px;
	padding-bottom:5px;
}
.carpet_filter div.right,
.carpet_filter div.right ul li{
	width: 205px !important;	
}
div.search-options label {
	color: #666;
}
div.search-options label.showc2c {
	background: url(../bc_decoration/logo_c2c_small.jpg) right top no-repeat;
	padding-right: 40px !important;
	display: inline-block;
	vertical-align: top;
	height: 25px;
}

.search-options ul li {
	list-style-image: none !important;
	padding-left: 0px;
}

body div.search-options li a {
	margin-bottom:2px !important;
	
}

div.color-selection ul li {
	float:left;
	width:23px;
	height:22px;
	display:block;
	text-indent:-99999em;
	margin-right:5px;
	margin-bottom:6px;	
}

div.color-selection ul li a {
	border:1px solid #666;
}

div.color-selection ul li span {
	background-color:#CCC;
}

div.color-selection ul li span,
div.color-selection ul li a {
	display:block;
	width:100%; /* ie7 */
	height:100%;  /* ie7 */	
	cursor:pointer;
}

div.color-selection ul li.selected a,
div.color-selection ul li a:hover {
	border:1px solid #E74534;
	width:23px;
	height:22px;
	margin-left:0px;
	margin-top:0px;
	
}

div.color-selection ul li.selected span,
div.color-selection ul li a:hover span {
	border:1px solid white;
	width:21px;
	height:20px;
	line-height:20px;
}

body div.color-selection .no-color {
	background:url(../images/no_color.gif) -14px  0px no-repeat;
}

body div.color-selection .no-color a span {
	background:none;
}

div#carpet_search_form {
	height:40px;
	background: #999;
	margin:0 -25px -25px -26px;
	width:688px;
	position:relative;
}

div#carpet_search_form p {
	float:left;
	margin-left: 25px;
	color: #FFF;
}

div#carpet_search_form .heading{
	font-size: 13px;
	margin-right: 10px;
}
div#carpet_search_form p img {
	position:relative;
	top:5px;
}

div#carpet_search_form input.button {
	display:inline;
	float:none;
	margin-bottom:0;
}

div#carpet_search_form input.type-text {
	width:350px;
	font-size:0.9em;
	color:#666666;
	padding-left:4px;
}


div#type_selection ul {
	margin:0px;
	padding:0px;
}

div.search-options ul li,
div#type_selection ul li {
	float:none;
	margin:0;
	padding:0;
	width:125px;
}
div#carpet_select_options li {
	list-style: none;	
	min-height: 23px;
	margin-bottom: 3px;
}

div#carpet_select_options div.right li {
	line-height: 12px;
}
	div#carpet_select_options div.right li label {
		line-height: 20px;
	}
div#carpet_select_options li a {
	text-decoration: none;	
	line-height: 17px;
}
div#carpet_select_options li.remove a,
div#carpet_select_options li.add a {
	color: #666;
	margin:2px 8px 0 0;
	display:block;
	padding:2px 18px 2px 5px;
	width:100px;
}

div#carpet_select_options li.remove a,
div#carpet_select_options li.remove a:hover {
	color:white;	
	background: url(../bc_decoration/icon_remove.gif) 95% center no-repeat #666;
}
div#carpet_select_options li.add a:hover {
	color:white;
	background: url(../bc_decoration/icon_add.gif) 95% center no-repeat #999;
}
div#carpet_select_options li.add { }

.selectallproducts {
	margin-left: -10px;
	padding-left: 0px;
}
.selectallproducts ul li {
	float:left;
	background:url(../bc_decoration/icon_li_orange.gif) no-repeat left 5px;
	margin-bottom:15px;
	color:black;
}
	.selectallproducts li a {
		padding:3px 2px 3px 5px;
		margin-left: 10px;
		color: #666;
	}
	.selectablelink:hover {
		color: white !important;
		padding-right:20px;
		background: #999 url(../bc_decoration/icon_add.gif) no-repeat 98% 6px;
	}
	.selectallproducts .remove {
		color: white;
		padding-right:20px;
		background: #E74534 url(../bc_decoration/icon_remove.gif) no-repeat 98% 6px;
	}


/*--------------------- carpet search page: tabs -----------------------------*/
 .search_tabs {
 	position: absolute;
	top: -55px;
	_top: -2px; /* IE6 */
	z-index: 5;
}

.search_tabs ul {
  margin-left:195px;
  height:37px;
}
.search_tabs span.heading {
	position:relative;
	top:25px;	
	_top: 10px;  /* IE6 */
	font-size: 14px;
}

.search_tabs ul li {
  float:left;
  margin-bottom: 0px !important;
  list-style:none !important;
}

.search_tabs ul li a {
  display:block;
  text-decoration:none !important;
  min-width:75px;
  _width: 75px; /* IE6*/
  height:35px;
  line-height: 35px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 14px;
  text-align:center;
  border: 1px solid #afafaf;
  margin-right: 5px;
  padding: 0 30px 0 10px;
  white-space: nowrap;
  position: relative;
}

.search_tabs ul li.selected a {
  background:#FCFCFC; 
  border-bottom: 1px solid #FFF;
}

.search_tabs ul li.normal a {
  background:#f3f3f3;
}
.search_tabs ul li.normal a:hover {
  background:#EEE;
}
.search_tabs ul li a img {
	position: absolute;
	right: 5px;
	top: 8px;
}
	  
/*--------------------- Autocomplete on search page --------------------------*/
body div.yui-ac-container {
	width:200px;
	/*height:300px;*/
	position:relative;
	left:155px;
	top:20px;
}

#autocomplete {
	position:absolute;
	height:0;	
	z-index:70000;
	left:0;
	top:0;
	width:15em; /* set width for widget here */
    padding-bottom:2em;
	
}


/*-------------------- Print for deelname wedstrijd --------------------------*/
@media print {
	/* hide elements */
	#menu,
	#langmenu,
	#menu,
	#page_content input{
		display:none;
	}
	
	body {
		border:0;
	}
	
	#page_content {
		margin-left:2cm;
	}
	
	#logo {
		position:absolute;
		right:2cm;
		top:0.5cm;
	}
}

/*-------------------- Patterns --------------------------*/
.left { float:left }
.right { float:right }


.bubbleInfo {
  position:relative;
	height:75px;
	width:75px;
	top:0;
	left:0;
	z-index:2;
  /* *margin-left:-65px;*/
}

.bubbleInfo .new {
	background:url(../bc_decoration/icon_new.png) left top no-repeat;
	height: 43px;
	width: 42px;
	position: absolute;
	top: -10px;
	right: -12px;
	z-index: 9;
	text-indent: -3000px;
}
.trigger {
	position: absolute;
	z-index:3;
	background:white none repeat scroll 0 0;
	padding:1px;	
}
.bubbleInfo .thumb_title {
	position:absolute;
	width:80px;
	text-align:left;
	z-index:3;
	top:78px; 
	font-size: 12px;
	color: #666;
	line-height: 12px;
	text-decoration: none;
}

/* POPUP */
.popup {
  position: absolute;
  top:28px;
  left:50px;
  display: none;
  z-index: 10000 !important;
  font-size: 11px;
  background: url(../bc_decoration/bg_tooltip.gif) no-repeat left top;
  padding-left: 9px;
}
	
.popup_content { 
position:relative; 
text-align:left;
z-index: 99999;
color:black;
background: #FFF;
border: 1px solid #888;
}
	
.popup a {
	text-decoration: none !important;
	padding: 5px;
}
	.popup_content .title a {	
	color:white !important;	
	white-space: nowrap;
	height: 20px;
	background: #888;
	padding: 0px;
	min-width: 100px;
	display: block;	
	}
	
	.pcode {
	
	}


/*----------------------------- Kwicks -------------------------------*/


#carpetecture {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#carpetecture li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 191px;
	_width: 191px; /* IE6 */
	height: 440px;
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
	position: relative;
}
#carpetecture li.last {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks span.blackstroke{
	position: absolute;
	bottom: 50px;
	left: 0px;
	width: 100%;
	height: 35px;
	background: url(../bc_decoration/black.png) left top repeat;
	z-index: 9;
	cursor: hand;
}
.kwicks span.blackstroke img {
	margin-top: 3px;
	margin-left: 7px;
}


/* ---------------------------- carpetslider --------------------------------*/

.productlineCarpets {
	margin:0 auto 0px auto;
	background:none;
	height: 440px !important; 
}

#carpetslider {
	position: relative;
	height: 440px !important;
	border: 0 !important;
}
#carpetslider .panel{
	left: 0px !important;
	top: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
}
#carpetslider .carpet-details {
	position: absolute !important;
	top: 465px !important;
	left: 0px !important;
	z-index: 999 !important;
	width: 440px;
	background: #f7f6f6;
	border: 1px solid #c4c4c4;
	color: #666666 !important;
	padding: 10px 10px !important;
	height: auto !important;
	font-size: 12px !important;
}
#carpetslider .carpet-details .arrow {
	position: absolute !important;
	top: -26px !important;
	left: 76px !important;
	background: url(../bc_decoration/icon_arrow_details.gif) left top no-repeat;
	height: 27px;
	width: 33px;
}
#carpetslider .carpet-details .technicalspecs {
float:left;
width:230px;
}
#carpetslider .carpet-details .documents {
float:right;
width:175px;

}

#carpetslider .carpet-details .right {
	width: 100px;
	text-align: left;
	margin-top: 0px;
	float: right;
	margin-right: 50px;
}
#carpetslider dl.details {
	margin-top :5px;
	width: 250px;

}
#carpetslider dl.details dt {
	width: 150px;
}
#carpetslider dl.details  dd {
 	display:block;
	font-weight:normal;
	margin-left:150px;
	margin-top:-19px;
	padding-left:5px;
	width: 75px;

}
#carpetslider .carpet-details p.documents a {
	width: 151px !important;
	background: url(../bc_decoration/pdf.gif) no-repeat scroll left top  !important;
	text-decoration: underline;
	padding-bottom: 3px;
	padding-left: 20px;
	line-height: 19px;
	height: 18px;
	padding-bottom: 0px !important; 
	display: block;
}
#carpetslider .carpet-details p.documents a:hover {
	color: #E74534 !important;
}
#carpetslider .carpet-details h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;	
	text-transform: uppercase;
}

#carpetslider .carpet-details span {
	font-weight: normal;
	display: block;
	width: 100px;
	float: right;
	*margin-top: -18px; /* IE 7 */
}
#carpetslider .carpet-details a {
	color: #666 !important;
	font-weight: normal !important;
}
#carpetslider .overlay {
	display: none !important;
}
#carpetslider .strip_wrapper {
	position: relative !important;
	top: 5px !important;
	background:none !important;
	width: 328px !important;
}

#carpetslider #carpet_selected {
	border: 2px solid #E74534 !important;	
}
#carpetslider ul.carpet-thumbs {
	height: 90px !important;
	background:none !important;
}
#carpetslider ul.carpet-thumbs img  {
	cursor: pointer !important;
	border: 1px solid #FFF !important;
}
#carpetslider .carpet-thumbs_wrapper {
	width: 435px;
	height: 93px;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 347px;
	background: url(../bc_decoration/white.png) left top repeat  !important;
	_background:#F6F6F6 !important; /* IE6 */
}

#carpetslider .nav-next,
#carpetslider .nav-prev {
	top: 385px !important;
	z-index: 999;
	cursor: pointer;
}


.hidden {
	display: none;	
}


/* Tmp mouseover img */

.new2 {
	background:url(../tmp/carpet_hover.gif) left top no-repeat;
	height: 86px;
	width: 86px;
	position: absolute;
	top: 10px;
	left: 50px;
	z-index: 9;
	text-indent: -3000px;
}


/* ---------------------------- newproducts blocks --------------------------------*/


#newproduct-blocks {
float:left;
width:100%;
margin:20px 0 50px 0;
}
	#newproduct-blocks .block {
	float:left;
	border-right:1px solid white;
	border-bottom:1px solid white;
	}
	#newproduct-blocks .s {
	width:100px;
	height:100px;
	}
	#newproduct-blocks .m {
	width:201px;
	height:100px;
	}
	#newproduct-blocks .l {
	width:302px;
	height:100px;
	}
		#newproduct-blocks img {
		float:left;
		}

.clearboth {
clear:both;
}



#tabbedContent {
float:left;
width:100%;
position:relative;
padding-top:51px;
z-index:1;
}
	


.tabs {
width:688x;
z-index:99999;
position:absolute;
left:0;
top:14px;
}
	
div#carpet_search_results {
background:#FCFCFC;
border:1px solid #AFAFAF;
margin-bottom: 50px;
padding:45px 20px 15px 20px;
_width: 648px !important;
}

#mycarpets .thumb_title {
display:inline;
}

#lrvbox {
background-color:#e27471;
border:1px solid #AFAFAF;
margin-bottom:25px;
padding:10px; 
float:right; 
width:200px;
}
#lrvbox a {
color:#fff;
font-weight:bold;
text-decoration:none;
font-size:14px;
}
#lrvbox a:hover {text-decoration:underline;}

p.carpetforcontentlong {display:none;}
a.more{cursor:pointer;}

ul#submenu.w213 {width:213px;}
.subsubmenu li a {padding-left:25px !important;}
