@CHARSET "ISO-8859-1";
.dashboard_top_header
{
    background-color: #000000;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.top_header
{
	position: relative;
}
.top_header #new_year 
{
    left: 0px;
    top: 0px;
    position: absolute;
    width: 80px;
}
.top_header #logo_enhance 
{
    left: 410px;
    position: absolute;
    top: 6px;
    width: 88px;
}
#view_shopping_cart
{
	background-color: #F5A83E;
    border-radius: 0 0 15px 15px;
    right: 1px;
    padding: 5px 5px 9px 5px;
    position: fixed;
    top: -60px;
    font-size:13px;
	text-decoration: none;
	border:5px solid white;
	border-top:none;
	z-index: 2000;
	color:#000;
	text-align:center;	
	transition:all 0.2s linear 0s;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; 
}
#view_shopping_cart:hover
{
    top: 0px;
}
#view_shopping_cart img
{
	
}
#view_bday_card 
{
    background-color: #F5A83E;
    border-radius: 0 0 15px 15px;
    right: 10px;
    padding: 10px;
    position: fixed;
    top: 0;
    font-size:15px;
	text-decoration: none;
	border:5px solid white;
	border-top:none;
	z-index: 100;
	font-family: calibri;
	color:#000;
}
#view_bday_card:hover
{
	border:5px solid #FFF602;
	border-top:none;
	
	background:-moz-linear-gradient(#EFDCC6,#F7C085,#F5A83E);
	background:-webkit-gradient(linear,0 0,1360 1000,from(#F5A83E),to(#EFDCC6));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5A83E', endColorstr='#EFDCC6');	
}
#xmas_hat 
{
    left: 109px;
    position: absolute;
}
#top_strip
{
	height:130px;
}
#competition
{
    border-radius: 0 15px 15px 0;
    color: #3B5A97;
    font-family: calibri;
    font-size: 15px;
    left: 0;
    padding: 10px 10px 10px 5px;
    position: fixed;
    text-decoration: none;
    text-align:center;
    top: 45%;
    z-index: 100;
    
    animation-timing-function: linear;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    transition-duration: 0.2s;
}
.browserIE7 #competition,
.browserIE8 #competition
{
	background:#D3D1D1;
}
#competition:hover
{
	color:#fff;
	font-size:110%;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    padding: 20px 20px 20px 15px;    
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 1px #FFFFFF inset;
}
.browserIE7 #competition:hover,
.browserIE8 #competition:hover
{
	background:#787878;
}
.home-link
{
	/*background-image: url("../images/favicon.gif");
	background-repeat: no-repeat;
	padding-left:35px !important;*/
}