#products_left_column {
	position: absolute;
	top: 260px;
	width: 220px;
	padding-left: 30px;
    z-index: 100;
}

#products_left_image {
	padding-left: 4px; 
	padding-top: 4px;
	background-image:url('/images/smallbrackets.gif'); 
	width: 214px; 
	height:161px;
}

.products_left_image {
	padding-left: 4px; 
	padding-top: 4px;
	background-image:url('/images/smallbrackets.gif'); 
	width: 214px; 
	height:161px;
}

#products_right_column {
	position: relative;
	padding-left: 300px;
	width: 610px;
}

.products_pager {
	float: right;
}

table#products a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

table#products td {
	width: 195px;
	height: 195px;
	vertical-align: top;
	background-image: url('/images/PlusBackground.gif');
	background-position: bottom right;
	background-repeat:no-repeat;
}

table#products td.last {
	background-image: none;
}

.products_product {
	width: 180px;
	height: 175px;
	padding-left: 15px;
	padding-top: 20px;
}

table#products_search a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

table#products_search td {
	height: 195px;
	vertical-align: top;
	background-image: url('/images/PlusBackground.gif');
	background-position: bottom right;
	background-repeat:no-repeat;
}

table#products_search td.last {
	background-image: none;
}

.products_product_search {
	width: 170px;
	height: 175px;
	padding-left: 15px;
	padding-top: 20px;
}

/* pagination styles */

div.pagination {
	display:inline;
}

.pagination ul {
    display:compact;
	margin: 0px;
	padding: 0px;
}

.pagination ul li {
    display: inline;
}

.pagination ul li a {
    display: inline;
    color: #8f8f8f;
    text-decoration: none;
}

#searchFooter, #searchHead {
	padding: 0;
	float: right;
}

#searchHead {
	margin-bottom: 10px;
}

#searchFooter .disabled, #searchHead .disabled {
	color: #8f8f8f;
    text-decoration: none;
}

#searchFooter .pagination a, #searchHead .pagination a {
	color: #8f8f8f;
    text-decoration: none;
}

#searchFooter .current, #searchHead .current {
	color: #993300;
    font-weight: bold;
    text-decoration: underline;
}

div.searchViewAll {
	display: inline;
	padding-left: 15px;
	font-weight: bold;
}

.searchViewAll a {
	color: #8f8f8f;
    text-decoration: none;
}

.currentpage {
    color: #993300;
    font-weight: bold;
    text-decoration: underline;

}
/* end pagination styles */