/************/
.order-product, .info-product{
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px;
	padding: 10px 0px 10px 42px;
	margin: 0px 0px 15px 10px;
/*	width:130px;*/
/*	width:189px;*/
	width:187px;	
	color:#111;
/*	font-size:18px;
	line-height:18px;*/
	font-size:14px;
	font-weight: bold;
	line-height:16px;
	float:right;
	cursor:pointer;
	box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;	
}
.order-product{
	background:#ffd33b url(/_img/btn-to-basket.png) no-repeat 4px 6px;
}
.info-product{
	background:#fff url(/_img/info-blue.png) no-repeat 1px 3px;
}
.order-product:hover, .info-product:hover{text-decoration:underline;}


.order-product2{
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px;
	padding: 10px 10px 10px 42px;
	margin: 50px 0px 15px 0px;
	width:100px;	
	color:#111;
	font-size:14px;
	font-weight: bold;
	line-height:16px;
/*	float:none;*/
	cursor:pointer;
	box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow:1px 1px 4px #ccc;	
}
.order-product2{
	background:#ffd33b url(/_img/btn-to-basket.png) no-repeat 4px 6px;
}
.order-product2:hover{text-decoration:underline;}

.r-nav{
	width:220px;
	float:right;	
}