/* CSS Document for Roomscapes Products Charts*/
#producttabs {
	float:left;
	position:relative;
	width:655px;
	font-size:100%;
	line-height:normal;
	display:block;
	background:#fffbf0 url(/products/roomscapes/images/background.jpg) repeat-x bottom;
}
#producttabs ul {
	margin:0px;
	list-style:none;
	padding:10px 10px 0px 10px;
}
#producttabs li {
	background:url(/products/roomscapes/images/righttab.jpg) no-repeat right top;
	float:left;
	margin:0px 7px 0px 0px;
	padding:0;
}
#producttabs li:hover {
	background:url(/products/roomscapes/images/righttabhover.jpg) no-repeat right top;
}
#producttabs a {
	background:url(/products/roomscapes/images/lefttab.jpg) no-repeat left top;
	padding:5px 20px 4px 20px;
	text-decoration:none;
	display:block;
}
#producttabs a:hover {
	background:url(/products/roomscapes/images/lefttabhover.jpg) no-repeat left top;
}
#producttabs #current {
	background-image:url(/products/roomscapes/images/righttabup.jpg);
}
#producttabs #current a {
	background-image:url(/products/roomscapes/images/lefttabup.jpg);
	font-weight:bold;
	color:#ffffff;
	padding-bottom:6px;
}
.scrollable {
	width: 100%;
	border-top:solid #ffefc4 1px;
	border-right:solid #ffffff 1px;
	border-bottom:solid #ffffff 1px;
	border-left:solid #ffffff 1px;
	border-spacing:0px;
}
.scrollable tbody td {
	margin: 0px;
	padding: 5px 0px;
	border-top:none;
	border-right:solid #ead6a7 1px;
	border-bottom:solid #ead6a7 1px;
	border-left: none;
	vertical-align:top;
}
.scrollable td a img {
	margin: 0px;
	padding: 0px;
	border:none;
}
.scrollable th {
	height:18px;
	font-weight:normal;
	font-size:90%;
}
.scrollable th.RSchartdim,
.scrollable td.RSchartdim {
	width:100px;
}
td.RSchartsize { width: 150px; }
.scrollable #RSdimlast {
	width:110px;
}
.scrollable #RSdim115 {
	width:115px;
}
.scrollable thead tr {
	background-image: url(/products/roomscapes/images/products/headerbackground.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.scrollable th {
	background-color:transparent;
	background-image: none;
}
.scrollable h3 {
	padding:5px 0px 0px 5px;
	margin-bottom:0px;
}
.scrollable p {
	padding:0px 0px 5px 5px;
	font-size:90%;
}
/* This makes the scrolling table work */

div.scrollTableContainer {
	height: 285px;
	overflow: auto;
	width: 653px;
	z-index: 1;
	border-top:solid #ffefc4 1px;
	border-right:solid #d1d1d1 1px !important;
	border-bottom:solid #d1d1d1 1px;
	border-left:solid #d1d1d1 1px !important;
	background-color:#ffffff;
	float:left;
}
div.scrollTableContainer table>tbody {
	overflow: auto;
	overflow-x: hidden;
	height: 265px;
	width: 652px; 
	position: absolute; 
}
/* details */
.detailstext {
	width:360px;
	float:left;
}
.detailstext h3 {
	font-size:100%;
}
.placeholder {
	width:100%;
	z-index:3;
	float:left;
	padding: 5px 0px;
}
.deepproductinfo {
	display: none;
	width:100%;
	padding: 8px 0px;
	z-index:3;
	border-bottom:solid #ead6a7 1px;
}
/* 3px margin below is to avoid the IE6 duplicate character bug */
.deepproductinfo img {
	float:right;
	padding: 0px 0px 5px 10px;
	margin-left:3px;
}
.deepproductinfo a img {
	border:none;
}
.deepproductinfo h4 {
	float:left;
	width:250px;
	font-size:95%;
	padding-right:5px;
}
.deepproductinfo .catno {
	float:left;
	width:40px;
	color:#cc0000;
	font-weight:bold;
	font-size:95%;
	padding:0px;
}
.deepproductinfo .itemprice {
	float:right;
	width:50px;
	text-align:right;
	color:#cc0000;
	font-weight:bold;
	font-size:95%;
	padding:0px;
}
/* 3px margin below is to avoid the IE6 duplicate character bug */
.deepproductinfo p {
	padding:10px 0px 0px 0px;
	width:240px;
	float:left;
	margin-right:3px;
}
#default {
	display: block;
}
#article .articletext .RSresourcesbox {
	width:260px;
	float:right;
	margin:0px;
	padding:0px;
}
#article .articletext .RSresourcesbox ul {
	padding:0px;
	margin:2px 0px;
	float:right;
	width:234px;
}
#article .articletext .RSresourcesbox li {
	height:21px;
	padding:0px;
	line-height:1.6em;
	float:left;
	width:230px;
}
#article .articletext .RSresourcesbox li a {
	height:21px;
	padding:0px 0px 0px 5px;
	margin:0px;
	line-height:1.6em;
	width:230px;
	float:left;
}
#loading {
	width: 300px;
	height: 50px;
	background-color: #c0c0c0;
	border:solid red 4px;
	position: absolute;
	left: 250px;
	top: 250px;
	text-align: center;
	font-size:small;
	padding-top:30px;
}

