#main { font-family:Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; color: #000000; text-decoration: none;}
.price {font-family:Arial, Helvetica, sans-serif; color: blue; font-weight: bold;}
.bignbold{font-family:Arial, Helvetica, sans-serif; font-weight: bold;}
.tit{font-family:Bauhaus, Bauhaus Md BT, Arial ; color:#FFFFFF; font-weight:bold; font-size: 18px;}
.save {font-family:Arial, Helvetica, sans-serif; color: red; font-weight: bold;}

 a.main, a.main.hover{
		color:#000000;
		font-family:arial;
		font-size:15px; 
		font-weight:bold;
		text-decoration:none;
       
	}
 a.left{
		color:#ffffff;
		font-family:arial;
		font-size:11px; 
		font-weight:bold;
		text-decoration:none;
		line-height: 30px;
		width:150px;
		height:30px;
		position:absolute;
		background-image: url("up.jpg");
		background-repeat: no-repeat;
		text-align: center;
                display: block;
	}
	a.left:hover {
		color:#000000;
		background-image: url("down.jpg");

	}
	 a.top{
	 left:0;
		color:#ffffff;
		font-family:arial;
		font-size:11px; 
		font-weight:bold;
		text-decoration:none;
		line-height: 30px;
		width:150px;
		height:30px;
/*		position:absolute*/
		background-image: url("up.jpg");
		background-repeat: no-repeat;
		text-align: center;
                display: block;
	}
	a.top:hover {
		color:#000000;
		background-image: url("down.jpg");

	}

