/* layout */

table#content_productindex {
}

div#prevnextcatwrapper {
	position: relative;
	width: 750px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}

div#prevnextcat {
	position: absolute;
	top: 0px;
	right: 0px;
}

div#prevnextcat a {
	float: left;
	padding-left: 10px;
}

div#prevnextcat a#prevcat {
	display: block;
	height: 20px;
	width: 100px;
	background-attachment: scroll;
	background-image: url(/img/img_misc/button_bkg_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#prevnextcat a#prevcat:hover {
	background-attachment: scroll;
	background-image: url(/img/img_misc/button_bkg_3.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
}

div#prevnextcat a#nextcat {
	display: block;
	height: 20px;
	width: 100px;
	background-attachment: scroll;
	background-image: url(/img/img_misc/button_bkg_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

div#prevnextcat a#nextcat:hover {
	background-attachment: scroll;
	background-image: url(/img/img_misc/button_bkg_2.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
}

table#content_productindex td#col_title {
	height: 70px;
	vertical-align: top;
}

table#content_productindex td#col_title h1 {
	color: #FFFFFF;
	margin-top: 20px;
}

table#productindexloop {
}

table#productindexloop td {
	width: 110px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

table#productindexloop td img {
	width: 110px;
	padding-bottom: 10px;
}

table#productindexloop td h1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 5px;
}

table#productindexloop td h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

table#productindexloop td h1 a:hover {
	color: #999999;
}

table#productindexloop td p {
	font-size: 10px;
	color: #dddddd;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 11px;
}

