﻿/* link to product pages */
.shopOnline
{
	display:block;
	/*height: 32px !important;*/

	background-image: url(cart.gif);
	background-position:120px -6px;
	background-repeat: no-repeat;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:10px;
	font-size: 13px;
    /*color:#555555;*/
	color:#000;
	font-weight: bold;
	text-decoration: none;
	border-top:1px solid #000;
	margin:0 10px;
	/*border-bottom: solid 1px #D99F4E;*/
}
.shopOnline:hover
{
	text-decoration: underline;
}
#rhs_top .AppletContainer
{
	background:url(applet-bg.gif) repeat-x top;
	padding-left:12px;
	padding-right:12px;
	border-top:none;
	margin:0;
}