@charset "utf-8";
/* CSS Document Accept_cookieTOC
##################
~~~~~~~~~~~~~~~ Generic Cookie CSS ~~~~~~~~~~~~~~~~~ 
##################
*/
#CookieContainer{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding: 5px 0;
	top: 0;
	position:relative;
	border-bottom:1px solid #999;
	background-image: url(bckg_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:53px;
}
#CookieInner{
	width:780px;
	/* margin:0 auto; for center alignment*/	
	margin: 0 10px;/*  for left alignment*/
}
#CookieInfoIcon{
	float:left;
	background: url(info.png) no-repeat;
	width:43px;
	height:35px;
}
#CookieText{
	display: inline-block;
    float: left;
    padding-top: 6px;
    width: 675px;
}
#CookieClose{
	float:right;
	display:block;
	height:21px;
	width:52px;
	display:none;
	background: url(close.png) no-repeat left top;
}
#CookieContainer .hide{
	display:none; /*cache the roll over image*/
	}
#CookieClose:hover{
	background: url(close_over.png) no-repeat left top;
}
#CookieClose a{
    display: block;
    line-height: 20px;
    text-decoration: none;
}
#CookieContainer a{
	color:#555555;
	}
#CookieContainer a:hover{
	color:#000;
	text-decoration:none;
	}
.red{
	color:red;
}
#RelPos{
	position:relative;
	}
/*
##################
~~~~~~~~~~~~~~~ Site specific style here ~~~~~~~~~~~~~~~~~ 
##################
*/

