@import url("../v4/vitrin.css");

.image-band{
	background:rgba(1,41,144,.7);
}

/*.basketBtn:hover{
    background-image:url('basketBtnHover.png');
}*/
.font {
	font-size: 20px !important;
}
.tabBtns .box-title{
	background: transparent;
	color: #021e2c;
	font-size: 18px;
}
.tabBtns .box-title:hover, .tabBtns .box-title.active{
	background: transparent;
	color: #0aa2ee;
	border-bottom: 2px solid #0aa2ee;
}	

.basketWrap{
	border-top: 2px solid #0aa2ee !important;
	text-align: center;
}
.basketWrap a strong{
	background: url(plus_passive.png) left center no-repeat;
	padding-left: 25px;
	text-transform: uppercase;
	color: #0aa2ee;
	font-size: 16px;
	font-weight: 700;
}

.productItem:hover .basketWrap{
	background: #0aa2ee;
}
.productItem:hover .basketWrap strong{
	color: #fff;
	background: url(plus_active.png) left center no-repeat;
}

.currentPrice.exchange{
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-size: 16px;
	min-height: 38px;
	color: #023650;
}
/*.currentPrice.exchange strong{

	font-family: 'Roboto Condensed';
	font-weight: 300;
	font-size: 16px;
}*/