@charset "utf-8";

/*
########################################################################
Setup the layout custom for the results page
########################################################################
*/
#left-col {
	width: 160px;
	margin-right: 30px;
	float: left;
}
#right-col {
	width: 370px;
	float: right;
	
}
/*
########################################################################
Setup the layout for the split column product page
########################################################################
*/
#split-page-content {
overflow: hidden;
width:960px;
}
#split-page-content .left {
	width: 590px;
	float: left;
}
#split-page-content .right {
	width: 350px;
	float: right;
}
/*
########################################################################
Results carpet thumbnails (Original similar to the results code) (might still be!)
########################################################################
*/
.carpet-thumb {
	float: left;
	font-size: 70%;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 3px;
	border: 1px solid #ececed;
	width: 160px;
}
.carpet-thumb:hover {
	border: 1px solid #999999;
}
.carpet-thumb a {
	width: 160px;
	height: 110px;
	display: block;
	background-color: #CCC;
	margin-bottom: 3px;
}
.end {
	margin-right: 0px;	
}
.carpet-title {
	float: left;
	color:#9C9C9C;
}
.carpet-price {
	float: right;
	color:#99CC00;
}
/*
########################################################################
Rounded white corner caps top + bottom
########################################################################
*/
#top-cap {
	background-image: url(../images/corners-590width-top.png);
	background-repeat: no-repeat;
	height: 15px;
}
#bottom-cap {
	background-image: url(../images/corners-590width-bottom.png);
	background-repeat: no-repeat;
	height: 15px;
}
#top-cap-300 {
	background-image: url(../images/corners-300width-top.png);
	background-repeat: no-repeat;
	height: 15px;
}
#bottom-cap-300 {
	background-image: url(../images/corners-300width-bottom.png);
	background-repeat: no-repeat;
	height: 15px;
}
/*
########################################################################
Individual Product Details
########################################################################
*/

#product-details {
	margin-left: 10px;
	margin-right: 10px;
}

#product-details #product-image {
	width: 300px;
	height: 180px;
	background-repeat:no-repeat; 
}

#product-details #product-name {
	font-size: 1.25em;
	color: #99CC00;
	float: left;
	margin-top: 15px;
}

#product-details #range-name {
	font-size: 0.9em;
	color: #999999;
	float: right;
	margin-top: 20px;
}

#product-details .price-box {
	clear:both;		
}

#product-details .price-box .price {
	font-size: 1.15em;
	color: #99CC00;	
	margin-right: 5px;
	width: 90px;
	float: left;
}

#product-details .price-box sup {
	font-size: 0.6em;	
}

#product-details .price-box .price-description {
	color: #999999;
	font-size: 0.75em;
}

#product-details #get-quote {
	background-color: #999999; 
	color: #ffffff; 
	padding: 5px 10px; 
	font-size: 1.15em; 
	position: relative;
	margin-right: 20px;
}

#product-details #get-quote a {
	cursor:pointer;
}

#product-details #get-quote img {
	position: absolute; 
	top: -8px; 
	right: -20px; 
	border: none;
}

#product-details table#additional-information {
	color: #999999;
	font-size: 0.8em;
	border-collapse:collapse;
}

#product-details table#additional-information td.first {
	padding-right: 20px;
	vertical-align:top;
}

#product-details #room-icons {
	font-size: 0.8em;
	color: #999999;
}

#product-details #room-icons .icon {
	width: 30px; 
	height: 30px; 
	background-color: #999999; 
	float: left; 
	margin-right: 5px;
}

#product-details #room-icons .text {
	float: left; 
	width: 100px; 
	height: 30px; 
	overflow: hidden; 
	margin-top: 6px;
}

#sale-now-on {
	background-image:url(/images/sale-bg-overlay.png);
	background-repeat:no-repeat; 
	width: 86px; 
	height: 60px; 
	position: absolute; 
	top: -35px; 
	right: -20px; 
	font-style:italic; 
	font-weight: bold; 
	color: #ffffff; 
	padding-top: 22px; 
	padding-left: 13px; 
	font-size: 1.2em;
}

/*
########################################################################
Facility to tweak reults from above the results list, e.g. sort by's etc
########################################################################
*/
#paged-results {
	float: left;
	font-size: 80%;
	margin-right: 10px;
	color: #666;
}
#paged-results a {
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ececed;
	color: #999;
	text-decoration: none;
	margin-left: 3px;
	font-weight: bold;
}
#paged-results a:hover {
	color: #FFF;
	background-color: #afe403;
}
#paged-results .activepage {
	color: #FFF;
	background-color: #afe403;
}
#refine-results {
	float: right;
	font-size: 80%;
}
#refine-results select {
	margin-left: 30px;
}

/*
########################################################################
Modal Window
########################################################################
*/

#dialog-top-cap {
	background-image:url(/images/overlay-top.png); 
	background-repeat: no-repeat; 
	height: 19px; 
	width: 508px; 
	z-index: 3001;
}

#dialog-bottom-cap {
	background-image:url(/images/overlay-bottom.png); 
	background-repeat: no-repeat; 
	height: 19px; 
	width: 508px; 
	z-index: 3001;
}

#dialog-outer {
	background-color: #ffffff; 
	padding: 0 10px;
}

#dialog-inner {
	background-color: #eeeeee; 
	padding: 25px;
}

#dialog-title {
	color: #666666; 
	font-size: 1.8em;
}

#dialog-title span {
	color: #ADDF00; 
	font-weight: bold;
}

.input-title {
	font-size: 0.8em; 
	font-weight: bold;	
	z-index: 9999; 
	position: relative;
}

.radio-container {
	font-weight: normal; 
	margin-left: 15px;
}

.textbox {
	margin-top: 5px; 
	font-size: 0.95em; 
	color: #999999; 
	padding: 2px 5px;
}

#dialog a {
	color: #999999;
	text-decoration: underline;
	margin-left: 15px;
	font-size: 0.8em;
	cursor:pointer;
}

#dialog a:hover {
	text-decoration: none;
}

#unknown_size h1 {
	color: #666666;	
}

#unknown_size #us_yes {
	padding: 30px 0; 
	border-top: 1px solid #9a9a9a; 
	border-bottom: 1px solid #9a9a9a; 
	margin-top: 30px;
}

#unknown_size #us_no {
	padding: 30px 0; 
	border-bottom: 1px solid #9a9a9a;
}

#unknown_size .us_text {
	margin-left: 140px;	
	margin-top: 5px;
}

#unknown_size .us_text span {
	text-decoration:underline;
	font-weight: bold;
}

#unknown_size a {
	border: 1px solid #a1b350;
	text-decoration: none;
	width: 118px;
	text-align: center;
	display: block;
	padding: 5px 0;
	background-color:#f2ffc5;
	background-image:url(/images/button-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin: 0;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	float: left;
}


