@font-face {
    font-family: "LeagueGothic";
	src: url('/themes/cbuno/fonts/leaguegothic-regular-webfont.eot'); /* IE9 Compat Modes */
	src: url('/themes/cbuno/fonts/leaguegothic-regular-webfont.eot?iefix') format('eot'), 
		url('/themes/cbuno/fonts/leaguegothic-regular-webfont.ttf')  format('truetype'), 
		url('/themes/cbuno/fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg'),
		url('/themes/cbuno/fonts/leaguegothic-regular-webfont.woff') format('woff'); 
}
h1, h2 {
    font-size: 20px;
    font-weight: normal;
}
h1 {
    font-family: LeagueGothic,Verdana,Arial,Helvetica,sans-serif;
    color: #2476B2;
    font-size: 48px;
    text-transform: uppercase;
}
h1.danger {
	color: #B10707;
}
h1.price {
	color: #E60906;
	font-size: 56px;
}
h1.price sup {
	color: black;
	font-size: 12px;
	font-family: sans-serif;
	text-transform: lowercase;
	top: -32px;
	width: 20px;
}
h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
}

h5 {
	font-weight: bold;
	margin: 15px 0;
}
h5 em {
	color: #C71503;
	font-style: normal;
	line-height: 50px;
}
h5 strong {
	color: #2476B2;
}
a:link, a:visited, a:active {
    text-decoration: none;
    color: #2476B2;
}
a:hover {
	text-decoration: underline;
    color: #2476B2;
}
header nav#top-nav ul li a {
	color: #000;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 7px;
	text-transform: uppercase;
	line-height: 60px;
	text-decoration: none;
}
header nav#top-nav ul li a.active, header nav#top-nav ul li a:hover {
	color: #900;
}
header nav#top-nav ul.dropdown-menu li a {
	padding: 3px 20px;
}
header p {
	float: left;
	font-size: 20px;
	color: #666;
	line-height: 56px;
	margin-left: 24px;
}
footer nav a:link, footer nav a:visited, footer nav a:hover {
	text-decoration: none;
	color: #666;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
footer nav a:first-child {
	margin-left: 0;
}
footer nav#social a {
	margin-left: 2px;
	margin-right: 2px;
}
section#content .buy-box h2 {
    font-family: LeagueGothic,Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	color: #E60906;
	font-size: 64px;
}
section#content .pro-buy-box h2 {
    font-family: Helvetica,sans-serif;
	margin: 0px;
	color: #000;
	font-size: 14px;
	text-align: center;
}
section#content .pro-buy-box h2 a {
	color: #2476B2;
}
section#content .pro-buy-box h2 em {
	color: #00B7FF;
	font-style: normal;
}
#content-header h1 {
    color: #686868;
    font-size: 38px;
    line-height: 64px;
}
section#content ul.arrows {
	list-style: none;
}
section#content ul.arrows li:before {
	content: "\00BB \0020";
}
body.home h1 {
	font-size: 70px;
	color: #666;
	text-align: right;
}
.well ul {
	padding-left: 0;
}
.well h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

section#content .license div.bd p.alert {
	padding: 20px;
}