/*************************
	Iframe basket
*************************/

iframe#iframe_abstract_basket {
	height: 70px;
	border:none;
	width: 100%;
}
.basket_info_iframe_content{
	float: right;
}
.basket_info_body{
	direction: rtl;
	font-family: tahoma;
	font-size: 13px;
	line-height: 0;
}
A {
    color: #2a308d;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}