

.productCount{
	font-size:10px;
	float:left;
	margin:3px 0 0 4px;
}


.roomNav{
	clear:left;
	float:left;
	padding:3px;
	margin-bottom:2px;
	margin-left:auto;
	margin-right:auto;
	width:98%;
	color:#FFFFFF;
	border:0px solid lime;
}

.roomNavPage {
	float:right;
	font-size:12px;
	margin-right:6px;
	margin-top:3px;
	width:240px;
	border:0px solid yellow;
}

.roomNavPage select{
	width:40px;
}
.roomNavPage strong{
	color:#FFFFFF;
}

.roomNavSort{
	float:left;
	font-size:12px;
	margin:3px 0 0 0;
	border:0px solid red;
}


#products {
	padding:0px;
	margin:6px 0 0 0;
	width:100%;
}

#products .paging {
	padding:0px;
	background-color:#4373A7;
	width:100%;
	text-align:left;
	border:0px solid white;
}

#products .paging a.links {
	color:#FFCC00;
	text-decoration:underline;
}
#products .paging a.links:hover {
	text-decoration:none;
}

form, form div {
	margin:0px;
	padding:0px;
}
#products .upper {
	background-image:url(../images/general/roundedEdge1.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#products .lower {
	background-image:url(../images/general/roundedEdge2.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#products h3 {
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-transform:capitalize;
}
#products h2 {
	color:#A81E38;
	font-weight:bold;
	font-size:16px;
	text-transform:capitalize;
}
#products h2 a {
	color:#A81E38;
	font-weight:bold;
	font-size:14px;
	text-transform:capitalize;
	margin:0;
	padding:0;
}
#products h2 a:hover {
	font-weight:bold;
	text-decoration:underline;
}
#products .text a:hover {
	font-weight:bold;
	text-decoration:none;
}

#products div.row {
	margin: 0 0 0 0;
	padding: 10px 0px 10px 0px;
	width: auto;
	clear: both;
	border:0px solid yellow;
	vertical-align:top;
	}
#products div.picture {
	width: 82px;
	text-align:left;
	vertical-align:top;
	float: left;
	border:0px solid red;
	position: relative;
	z-index:10;
}
#products div.text{
	font-size: 12px;
	text-align:left;
	vertical-align:top;
	width: auto;
	position: relative;
	border:0px solid blue;
	/*z-index:0;*/
}
#products div.price {
	vertical-align:middle;
	text-align:center;
	width: 100px;
	float: right;
	position: relative;
	border:0px solid green;
	z-index:30;
}


#products .picture img {
	border:1px solid #000000;
	margin-right:4px;
}

a.subtle {
	font-weight:normal !important;
	color:#000000 !important;
	font-size:12px !important;
	text-decoration:none !important;
}
a.subtle:hover {
	text-decoration:none !important;
}

#products .price h3 {
	text-decoration:line-through;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
#products .price p {
	font-size:10px;
	margin:0;
	padding:0;
}
#products .price .noShow {
	visibility:hidden;
}


#products .text p{
	padding:3px 0 0 4px;
	margin:0px;
}


