/* -------------------------------------------------------------- 
   
   Aicon Vefhýsingar
   
   Copyright 2009, Tikktakk Software Inc.
   http://www.tikktakk.is/
   
-------------------------------------------------------------- */

/* Fjarlægir útlínur í Firefox */
a { outline: none; }

body { font-size: 75%; }

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: "Helvetica Neue", Arial, sans-serif; }

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #000; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.10em; letter-spacing: -0.05em; color: #000; border-bottom: 1px solid #e6e6e6; }
h3 { font-size: 1.3em; line-height: 1; margin-bottom: 0em; color: #000; font-weight: normal; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 1em; }

a img {border: 0;}

/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; }

ul, ol { margin: 0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }

#skilmalar ul {
	list-style-type: none;
}
#skilmalar ul li {
	padding-bottom: 10px;
}

.logo {
	margin-top: 30px;
	margin-left: 0px;
}


/* Common
-------------------------------------------------------------- */
#wrapper {
	width: 100%;
	height: 100%;
}
body {
	background: url(/templates/portal/images/bg.png) repeat-x #EEEEEE;
	margin:0;
	padding:0;
}
body,td,th {
	color:#666;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

a {color: #FF8106; text-decoration: none;}
a:hover {color: #000;text-decoration: none;}

input,select,textarea{color:#666;font-family: "Helvetica Neue", Arial, sans-serif;font-size:12px;margin:0;padding:2px;}

/* Home hosting
-------------------------------------------------------------- */

h2.hosting-header {
	display: block;
	width: 290px;
	padding-left: 11px;
	line-height: 37px;
	height: 37px;
	color: #fff;
	font-size: 1.4em;
	background: url(images/hosting_header.png) no-repeat;
	margin: 0;
	border: none;
}
.pakki {
	width: 301px;
	background: url(images/hosting_bg.png) repeat-y;
}
.pakki-content {
	padding: 10px;
	height: 150px;
	position: relative;
}
.pakkiimg-1 {
	position: absolute;
	top: 25px;
	right: 30px;
}
.pakkiimg-2 {
	position: absolute;
	top: 13px;
	right: 30px;
}
.pakkiimg-3 {
	position: absolute;
	top: 0px;
	right: 30px;
}
.pakkidata-1 {
	font-size: 3.0em;
	position: absolute;
	top: 25px;
	left: 30px;
}
.pakkidata-3 {
	font-size: 3.0em;
	position: absolute;
	top: 25px;
	left: 35px;
}
.nytt {
	position: absolute;
	top: -53px;
	right: -1px;
}
.pakkiprice-1 {
	font-size: 1.8em;
	position: absolute;
	top: 100px;
	left: 10px;
}
.pakkiprice-1 span {
	color: #df0316;
	left: 50px;
}
.pakkiprice-2 {
	font-size: 1.8em;
	position: absolute;
	top: 100px;
	left: 0px;
}
.pakkiprice-2 span {
	color: #df0316;
	left: 50px;
}
.pakkiprice-3 {
	font-size: 1.8em;
	position: absolute;
	top: 100px;
	left: -5px;
}
.pakkiprice-3 span {
	color: #df0316;
	left: 50px;
}
.pakkidetails-1 {
	color: #000;
	position: absolute;
	top: 145px;
	right: 110px;
	font-size: 1.2em;
}
.pakkidetails-1:hover {
	border-bottom: 1px solid #df0316;
}
.pakki-fuel {
	position: absolute;
	top: 5px;
	left: 30px;
}
.pakkidetails-1 span {
	color: #999;
}
.pakki-panta-1 {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

/* Home Clients
-------------------------------------------------------------- */
#clientswrapper {
	margin: 0;
	margin-top: 30px;
}
#clients {
	height: 103px;
	background: url(images/clients_bg.png) repeat-x;
}
.client-logo {
	float: left;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 10px;
}
.client-seperator {
	float: left;
}

/* NAV */


/* menu styles */
#mainmenu
{
		list-style-type: none;
		margin: 0;
		position: absolute;
		right: 0;
		bottom: 0px;
	}

	#mainmenu li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#mainmenu li a
	{	
	
		color: #fff;
		background: #1b1b1b;
		background: -moz-linear-gradient(90deg, #1b1b1b 0%, #2d2d2d 100%), #2E2E2E;
		margin-left: 8px;
		padding: 10px 20px;
		border-radius: 5px 5px 0px 0px;
		background: -webkit-gradient(linear, left bottom, left top, from(#1b1b1b), to(#2d2d2d)), #2E2E2E;
		display: block;
		text-decoration: none;
		white-space: nowrap
		
		}

	#mainmenu li a:hover, #mainmenu li.current a
	{	
		background: #EEEEEE;
		color: #222;
	}
		
		#mainmenu li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			z-index: 9999;	
			width: 200px;
		}
		
			#mainmenu li ul li
			{	float: none;
				display: inline}
			
			#mainmenu li ul li a
			{	width: auto;
			font-size: 12px;
			font-weight: bold;
				background: #1C1C1C;
				color: #666;
				border-radius: 0;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				}
			
			#mainmenu li ul li a:hover
			{
				background: #2C2C2C;
				color: #fff;
			}

			#mainmenu li a.myaccountnav {
				color: #fff;
				background: -moz-linear-gradient(90deg, #da720a 0%, #eda120 100%), #2E2E2E;
				margin-left: 8px;
				font-weight: bold;
				padding: 10px 20px;
				border-radius: 5px 5px 0px 0px;
				background: -webkit-gradient(linear, left bottom, left top, from(#da720a), to(#eda120)), #2E2E2E;
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eda120', endColorstr='#da720a');
				display: block;
				text-decoration: none;
				white-space: nowrap
			}
			#mainmenu li a.myaccountnav:hover {
				color: #000;
			}

/* Navigation
-------------------------------------------------------------- */

#home-top {
	
}

.homedomain-avail {
	width: 890px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
	box-shadow: 0 0 10px #e3e3e3;
	padding: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

#slideshow {
    position:relative;
    width: 932px;
    height: 314px;
    background: #fff;
    border: 1px solid #ddd;
    -moz-box-shadow: 0 0 10px #e3e3e3;
    -webkit-box-shadow: 0 0 10px #e3e3e3;
    box-shadow: 0 0 10px #e3e3e3;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    
}
#slideshow a img {
	margin-top: 10px;
	margin-left: 10px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.slider-wrapper {
	width: 952px;
	height: 330px;
	margin: 0 auto;
}

.domainselect {
	margin-left: 20px;
	font-size: 18px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-right: 20px;
	width: 370px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f0), to(#fdfdfd));
	background-image: -moz-linear-gradient(90deg, #f0f0f0 0%, #fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f0f0f0');
}

.hostpack {
	width: 236px;
	height: 380px;
	float: left;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#0d0d0d), to(#141414));
	background-image: -moz-linear-gradient(90deg, #0d0d0d 0%, #141414 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141414', endColorstr='#0d0d0d');
	text-align: center;
}

.subscription-details {
	color: #fff;
	line-height: 22px;
	text-shadow: #222 1px 0px 1px;
}

.pack1 {
	border-radius: 5px 0px 0px 5px;
}

.pack1, .pack3 {
	border-right: 1px solid #000;
}

.pack3 {
	border-left: 1px solid #000;
}



.pack2, .pack4 {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#171717), to(#252525));
	background-image: -moz-linear-gradient(90deg, #171717 0%, #252525 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#252525', endColorstr='#171717');
	border-left: 1px solid #252525;
}

.pack2 {
	border-right: 1px solid #252525;
}

.pack4 {
	border-radius: 0px 5px 5px 0px;
}

.hostpack h2 {
	font-size: 22px;
	text-align: center;
	margin-top: 15px;
	border: 0;
	color: #F19400;
	text-shadow: #000 1px 0px 1px;
}

.hostpack .price {
	color: #fff;
	text-shadow: #000 1px 0px 1px;
	font-weight: bold;
	font-size: 42px;
	text-align: center;
}

.price span {
	font-weight: 300 !important;
	color: #666;
}

#footer {
	padding-bottom: 20px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#010101), to(#272622));
	background-image: -moz-linear-gradient(90deg, #010101 0%, #272622 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272622', endColorstr='#010101');
}
#footer-content {
	width: 950px;
	margin: 0 auto;
}
	.fli{
		float:right;
		width:145px;
		margin:0;
		padding:35px 0 0 0;
		list-style:none;
		color:#7f7e7e;
		line-height:1.3em;
	}
		.fli a{
			color:#666;
			text-decoration:none;
			font-size: 14px;
			line-height: 22px;
		}
			.fli a:hover{
				color:#fff;
				text-decoration:none;
			}
			
		.fli span{
			display: block;
			font-weight: bold;
			color:#fff;
			padding:0;
			line-height: 22px;
			font-size: 16px;
			margin: 0px;
		}
	#footlogo{
		background:url(images/footlogo.png) no-repeat;
		width:170px;
		height: 50px;
		float:left;
		list-style:none;
		color:#9f9f9f;
		margin-top: 60px;
	}
#footcopy {
	margin-top: 10px;
	padding-top: 10px;
}

#company_title {
	text-indent: -99999999;
	float:left;
	font-size:14px;
	width: 149px;
	height: 57px;
	text-align:left;
	margin-left: 10px;
	padding:0;
}

#content_container {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	color:#666;
	text-align:left;
	width:957px;
	margin:30px auto 0;
	padding:0;
	-moz-box-shadow: 0 0 10px #e3e3e3;
	-webkit-box-shadow: 0 0 10px #e3e3e3;
	box-shadow: 0 0 10px #e3e3e3;
}
.sub-title {
	height: 62px; display: block; width: 937px;
	padding-left: 20px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), to(#ffffff));
	background-image: -moz-linear-gradient(90deg, #eeeeee 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #ddd;
	color: #222;
}
.sub-title h1 {
	color: #222;
	padding-top: 20px;
	font-size: 24px;
}
#content_left {
	float:right;
	text-align:left;
	width:690px;
	margin:0;
	padding:15px;
}

#content_left-prices {
	text-align:center;
	width:950px;
	margin: 0 0px 0 3px;
}

#content_left p {
	font-size: 1.0em;
	line-height: 1.6em;
}

#side_menu {
	background: url(images/sidebar_bg.png) right repeat-y;
	margin-left: 10px;
	float:left;
	text-align:left;
	width:219px;
}
#sidebar-bottom {
	display: block;
	width: 100%;
	height: 263px;
	background: url(images/sidebar_bottom.png) right no-repeat;
}
.sidebar-content {
	padding: 10px;
}
.sidebar-content input.textareitur {
	background:#fff url(images/shadow.gif) repeat-x top;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
	margin-top: 5px;
	width: 180px;
	outline: 0;
}
#side_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e5e5e5;
}
#side_menu ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	
}
#side_menu ul li a {
	display: block;
	color: #444;
	font-weight: normal;
	font-size: 1.1em;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#side_menu ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #fff;
}
#side_menu ul li a.current {
	background: #fff;
	color: #FF8106;
}
#top {
	height:100px;
	text-align:left;
	width:960px;
	margin:0 auto;
	padding:0;
	position: relative;
}
#welcome_box {
	position: absolute;
	top: 20px;
	right: 150px;
	text-align:right;
	margin:0;
	padding:0;
	color: #666;
	z-index: 99;
}

.tel {
	position: absolute;
	top: 15px;
	right: 0;
	text-align:right;
	margin:0;
	padding:0;
	color: #666;
	font-size: 24px;
	font-weight: 300;
}

#top_container {
	color:#FFF;
	height:100px;
	text-align:center;
	padding:0;
	margin: 0 0 20px;
	background: #191919;
}

#top_menu {
	position: absolute;
	top: 107px;
	right: 0;
	text-align:left;
	margin:0;
	padding:0;
}

#top_menu ul {
list-style:none;
margin:0;
padding:0;
}

#top_menu ul li {
float:left;
margin:0;
margin-left: 25px;
padding:0;
}

#top_menu ul li a,#top_menu ul li a:visited {
color:#222;
display:block;
height:30px;
line-height:30px;
text-align:center;
text-decoration:none;
padding:0;
}

#top_menu ul li a.current {
	font-weight: bold;
}

#top_menu ul li a.down,#top_menu ul li a.down:visited,#top_menu ul li a.down:hover {
	color: #fff;
}

#top_menu ul li a:hover {
	color: #df0316;
}

#welcome_box a,#welcome_box a:visited {
color:#fff;
text-decoration:none;
}

#welcome_box a:hover {
text-decoration:underline;
}

.absmiddle {
vertical-align:middle;
}
.clear {
clear:both;
}

.green {
color:#006F0F;
}

.header {
	color:#FF8106;
	font-size: 1.6em;
	padding-top: 10px;
	padding-left: 5px;
}
.hometrial {
	margin: 0;
	margin-top: 20px;
	font-size: 16px;
	padding: 0;
	text-decoration: none;
}
.hometrial:hover {
	text-decoration: underline;
}
.red {
color:#BF0000;
}

.small {
font-size:11px;
}

.warning {
background-color:#FFFFDF;
border:1px solid #FDFF3F;
margin:0 0 10px;
padding:10px;
}

.contentbox {
text-align:center;
margin:0 0 10px;
padding:10px;
}

.errorbox {
background-color:#FFBFBF;
text-align:center;
color:#7F0000;
margin:0 0 10px;
padding:10px;
}

.clientareatableactive {
background-color:#DFFFE0;
}

.clientareatablepending {
background-color:#EFEFEF;
}

.clientareatablesuspended {
background-color:#FFF6CF;
}

.clientareatableterminated {
background-color:#FFCFCF;
}

.clientticketreplyheader {
background-color:#EBEBEB;
color:#333;
border-top:1px solid #CCC;
border-right:1px solid #CCC;
border-bottom:1px solid #EBEBEB;
border-left:1px solid #CCC;
}

.clientticketreply {
background-color:#F5F5F5;
border-right:1px solid #CCC;
border-bottom:1px solid #CCC;
border-left:1px solid #CCC;
margin:0 0 10px;
padding:10px;
}

.adminticketreplyheader {
background-color:#CFE6FF;
color:#333;
border-top:1px solid #CAE6FF;
border-right:1px solid #CAE6FF;
border-bottom:1px solid #CAE6FF;
border-left:1px solid #CAE6FF;
}

.adminticketreply {
background-color:#EEF6FF;
border-right:1px solid #CAE6FF;
border-bottom:1px solid #CAE6FF;
border-left:1px solid #CAE6FF;
margin:0 0 10px;
padding:10px;
}

.networkissueaffected {
background-color:#EFEFEF;
margin:0 0 10px;
padding:10px;
}

.textgreen {
color:#158F00;
}

.textred {
color:#9F0000;
}

form {
margin:0;
padding:0;
}

h1 {
	color:#fff;
	font-size: 2.8em;
	margin:0 0 12px;
	padding:0 0 3px;
	font-weight: normal;
}

h2 {
border-bottom:1px solid #ccc;
color:#333;
font-size: 2.1em;
font-weight:400;
margin:0 0 5px;
padding:10px 0 3px;
}

h3 {
color:#666;
font-size:16px;
font-weight:700;
margin:0;
padding:10px 0 5px;
}

hr {
background-color:#EBEBEB;
border:0;
border-top:1px solid #EBEBEB;
height:0;
overflow:hidden;
margin:10px 0;
}

input,select,textarea {
color:#666;
font-size:12px;
margin:0;
padding:2px;
}

p {
margin:0;
padding:3px 0 8px;
}

table.data {
margin:0 0 10px;
padding:0;
}

table.data th {
background-color:#888;
border-bottom:1px solid #333;
color:#FFF;
font-weight:400;
}

table.data tr.clientareatableactive td {
background-color:#DFFFE0 !important;
}

table.data tr.clientareatablepending td {
background-color:#EFEFEF !important;
}

table.data tr.clientareatablesuspended td {
background-color:#FFF6CF !important;
}

table.data tr.clientareatableterminated td {
background-color:#FFCFCF !important;
}

table.frame {
border:1px solid #EBEBEB;
border-bottom:0;
margin:0 0 10px;
padding:0;
}

table.frame table td.fieldarea {
background-color:#F5F5F5;
color:#333;
text-align:right;
border-right:1px solid #EBEBEB;
}

table.data td,table.frame table td {
background-color:#FFF;
border-bottom:1px solid #EBEBEB;
}


.yellow {
	background: #ffffcc;
	color: #000;
	font-weight: bold;
}
table.samanburdur {
	width: 100%;
	text-align: center;
}
table.samanburdur td {
	padding: 10px;
}
table.samanburdur td.tvinstri {
	background: #f2f2f2;
	color: #000;
	text-align: left;
}
table.samanburdur td.haus {
	background: #f2f2f2;
	color: #000;
	font-size: 1.1em;
}
table.samanburdur td.black {
	color: #000;
	font-size: 1.2em;
	text-align: right;
}
table.samanburdur td.red-stor {
	color: #c40000;
	font-size: 1.2em;
	font-size: 1.3em;
}

/* Why */

.whyblock {
	width: 100%;
	clear: both;
}
#why-home {
	width: 950px;
}
.whyblock-home {
	width: 470px;
	float: left;
	margin-bottom: 10px;
}
.whyblock h3 {
	margin-top: 10px;
}
.whyimg {
	float: left;
	margin: 10px;
}
.whyimg-home {
	float: left;
	margin-right: 10px;
}
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.awesome, .awesome:visited {
	background: #222 url(/templates/portal/images/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	border: 0;
	border-radius: 5px;
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #F76C05; }
	.orange.awesome:hover							{ background-color: #91bd09; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }
