#page
{
	padding: 0px;
}
#pageright
{
	border-left: #C1C1C1 1px solid;
	width: 215px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.linkcolumn
{
	float: left;
	width: 49%;
}

.productcommonpricecolumn1
{
	float: left;
	width: 37%;
}

.productcommonpricecolumn2
{
	float: left;
	width: 63%;
}

.price
{
	text-align: right;
	font-weight: bold;
}

.searchbox
{
	margin-top: 10px;
}

.searchboxleft
{
	float: left;
	margin-right: 5px;
}

.product
{
	float: left;
	margin-left: 12px;
	margin-right: 0px;
	margin-bottom: 16px;
}

#nextlinks
{
	clear: both;
	/*border-style: solid;
	border: 1px;*/
	margin-right: 28px;
	margin-top: 15px;
	overflow: hidden;
}
#nextlinks2
{
	float: right;
}

.nextlink
{
	float: left;
	margin-left: 5px;
}

.selectedpage
{
	float: left;
	margin-left: 5px;
	font-size: 18px;
}

/* product image pop up*/

#dhtmltooltip{
position: absolute;
left: -300px;
border: 1px solid black;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
