﻿@charset "UTF-8";

.green-bar{
	background-color:#69be28;
	color:white;

}

.orange-bar{
	background-color:#ff6600;
	color:white;
}

.white-bar{
	background-color:white;
	color:black;
	border-radius:4px;
	width:250px;
}

a.green-bar,
.green-bar a,
a.orange-bar,
.orange-bar a,
a.white-bar,
.white-bar a{
	color:inherit;
}

.green-bar,
.orange-bar,
.white-bar{
	overflow:hidden;
	text-overflow:ellipsis;
	padding:2px 10px;
	margin:0 0 2px 60px;
	list-style:outside none;
	height:40px;
	font-size:21px;
	line-height:36px;
}

.green-bar,
.orange-bar{
	width:200px;
	text-align:center;
	font-weight:800;
}
/*
.price{
	display:block;
	padding:16px 8px;
	margin:0 !important;
	background-color:#D40012;
	color:white;
	font-size:13px;
	line-height:19px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
}

.price:first-line{
	font-weight:700;
}
*/