/*----------------------------------------------------------------------------
	Pearce Stainless Steel - Products Landing
	Version:   1.0
	Author:    Lizl Rodriguez, RealDecoy Inc.
___________________________________________________________________________ */


/* =Common 
___________________________________________________________________________ */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear { clear: both; }


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#contentWrapper {
	position:relative;
	float:right;
	width: 555px;
	height: 100%;
}

#productWrapper {
	width:561px;
}

#footerBlock {
	background-color: #FFFFFF;
}

#productBreadcrumb {
	width:549px;
	height:30px;
	font-size:11px;
	color:#666;
	padding:0;
	margin:10px 0 10px 0;
	background-image:url(../images/breadcrumb-bg.gif);
	background-position:-20px 0;
	background-repeat:repeat-x;
}

#productBreadcrumb a {
	color:#333;
}

#productBreadcrumb a:hover {
	color:#000;
}

.title {
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
	background-color:#fff;
}

.productTitle img {
	margin-bottom:20px;
}

#sundry, #sinks, #dispensers, #throughs, #cabinet, #table, #cart {
	width:561px;
	background-color:#fff;
}

#ContentProductList {
	width:179px;
	padding:0;
	margin:0 0 3px 0;
	float:left;
	border:1px solid #669;
	border-right:1px dotted #336;
}

#ContentProductListMiddle {
	width:179px;
	padding:0;
	margin:0 0 3px 0;
	float:left;
	border:1px solid #336;
	border-right:1px dotted #336;
	border-left:none;
}

#ContentProductListThird {
	width:179px;
	padding:0;
	margin:0 0 3px 0;
	float:left;
	border:1px solid #336;
	border-right:1px solid #336;
	border-left:none;
}

#ContentProductListSingle {
	width:179px;
	padding:0;
	margin:0 0 3px 0;
	float:left;
	border:1px solid #336;
	border-right:1px solid #336;
	border-left:1px solid #336;
}

#contentProducts {
	width:179px;
	height:126px;
	padding:0;
	margin:0 15px 0 0;
	text-align:center;
}

#contentProducts img {
	vertical-align:middle;
	line-height:126px;	
	margin-top:1px;
}

#descriptProducts {
	width:179px;
	height:36px;
	background-image:url(../images/Products/descript_bg.gif);
	background-repeat:no-repeat;
	background-color:#336;
	vertical-align:middle;	
	line-height:36px;
}

#descriptProducts p {
	text-transform:uppercase;
	color:#fff;
	font-size:11px;
	text-align:center;
	line-height:36px;
	white-space:normal;
}

#descriptProducts p.twoLine {
	line-height: 18px; 
}

#descriptProducts a {
	color:#fff;
	text-decoration:none;
}

#mainContentProducts {
	width:540px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:30px;
	margin-left:10px;
}

#mainContentProducts P {
	margin-right:20px;
	margin-bottom:20px;
}

.productTitle {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.productCopyright {
	width:100%;
	font-size:11px;
	color:#666;
	margin-left: 10px;
/*	position:absolute;
	left:-150px;
	top:620px;*/
}

.productCopyright a {
	color:#666;
}

.large {
	font-size:16px;
	font-weight:bold;
}
