/* shop bits */

td#shopbits {
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}


/* product search form */

td#productsearch {
	font-size: 8px;
	font-weight: bold;
	color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* back button */

td#backbutton {
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td#backbutton a {
	font-size: 8px;
	text-decoration: none;
	background-image: url(/img/img_misc/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	background-attachment: scroll;
	display: block;
	line-height: 15px;
	height: 15px;
	color: #666666;
	font-weight: bold;
}

td#backbutton a:hover {
	color: #999999;
}

