/*

**************************************************
* This CSS is used on any page that has the      *
* product listing (pages that have the pink      *
* separating bars)                               *
**************************************************

*/

table#ProductList {
	border-collapse: collapse;
}

table#ProductList td {
	width: 290px;
	vertical-align: top;
}

table#ProductList td.ProductInfo {
	padding-top: 20px;
	vertical-align: top;
}

table#ProductList td.ProductInfo p {
	margin: 0.6em;
}

table#ProductList hr.SeparatingBar {
	background: url(/images/separating_bar-h.gif) repeat-x center;
	width: 1px;
	height: 1px;
	border: 0;
}

* > table#ProductList hr.SeparatingBar {
	width: 100%;
	height: 7px;
}

table#ProductList td.SeparatingBar {
	width: 10px;
	max-width: 10px;
	background-image: url(/images/separating_bar-v.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

table#ProductList td.PriceInfo {
	text-align: center;
}

div.SizeAndCustomize, div.Compare {
	padding: 3px 0 3px 0;
	text-align: center;
	float: left;
	height: 60px;
}

div.SizeAndCustomize {
	border: 1px dashed #06c;
	width: 121px;
}

div.Compare {
	border-width: 1px 1px 1px 0;
	border-style: dashed;
	border-color: #06c;
	width: 90px;
}

.CustomizeThisBed {
	float: left;
	margin-left: 6px;
	background-image: url(/images/button-customize.gif);
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;   
	width: 108px;
	height: 26px;
	max-width: 108px;
	max-height: 26px;
	background-color: transparent;
	border: 0px;
	padding: 32px 0 0 0;
	vertical-align: bottom;
}

div.Compare input, div.Compare button {
	vertical-align: top;
}

.CompareThisBed {
	background-image: url(/images/button-compare.gif);
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;   
	width: 62px;
	height: 24px;
	max-width: 62px;
	max-height: 24px;
	background-color: transparent;
	border: 0px;
	padding: 32px 0 0 0;
}

.CustomizeThisBed span, .CompareThisBed span {
	display: none;
}

p.FinishedSize {
	font-size: 0.9em;
}
