 
* {
    margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
/*	font: 69%/1.5 Arial, Helvetica, sans-serif; */
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	background: #f4f4f4 url(../img/backgrounds/body_bg_high.gif) left top repeat-x;
	color: #525252;
	/*-webkit-text-stroke:1px transparent;*/
}


/* @media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}} */
/* The text stroke can be used if wished, but seems to cause a problem in Chrome */

#header {
    width: 960px;
    margin: 0 auto;
}

#global-nav-wrap {
	width: 950px;
	position: relative;
}

#nav {
	float: left;
	font-size: 12pt;
	font-weight: bold;
	list-style: none;
	margin-top: 14px;
}

#nav li {
	display: inline;
	float: left;
	margin-right: 10px;
}

#nav li a {
	text-decoration: none;
}

#top-links  {
	background: none;
	height: 40px;
	margin-bottom: 14px;
	margin-right: 1px;
	position: absolute;
	top: 0px;
	right: 0px;
	/* width: 450px; */
	z-index: 100;
}

#header_login  {
	float: right;
	position: relative;
	padding-right: 78px;
	padding-top: 19px;
}

#header_login .welcome {
    position: relative;
    top: -3px;
}

#header_login .stars {
}

#header #facebook_button {
	float: left;
	margin-top: 5px;
}

#header_login .logout {
    margin: 0;
    border: 0px none;
    background-color: transparent;
    display: block;
    height: 29px;
    cursor: pointer;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 29px;
    text-decoration: none;
    background: url('../img/newlab/button_logout.png') left top no-repeat;
    width: 71px;
	position: absolute;
	right: 0;
	top: 5px;
}
#header_login .logout:hover {
    background: url('../img/newlab/button_logout.png') left bottom no-repeat;
}

#header_login .logout span {
	padding-left: 10px;
}

#header_login_registration .button {
    margin: 0;
    border: 0px none;
    background-color: transparent;
    display: block;
    height: 29px;
    cursor: pointer;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 29px;
    position: absolute;
	top: 5px;
	right: 0px;
    background: url('../img/newlab/button_reg.png') left top no-repeat;
    width: 78px;
}
#header_login_registration .button:hover {
    background: url('../img/newlab/button_reg.png') left bottom no-repeat;
}
#header_login_registration .login {
    background: url('../img/newlab/button_login.png') left top no-repeat;
	right: 83px;
}
#header_login_registration .login:hover {
    background: url('../img/newlab/button_login.png') left bottom no-repeat;
}
#header_login_registration .login span {
    padding-left: 10px;
}


#top-nav  {
	width: 951px;
}

#top-nav ul#menu {
	background: url("../img/menu/menu_bg.gif") repeat scroll 0 0 #f00;
	float: left;
	height: 59px;
	list-style-type: none;
	margin-left: -1px;
	position: relative;
	width: 952px;
	margin-top: 16px;
}

ul#menu li {
	border-right: 0px solid #DF0000;
	float: left;
	height: 58px;
	margin-top: 1px;
	text-align: center;
}

ul#menu li.logo {
	width: auto;
}

ul#menu a:link, ul#menu a:visited, ul#menu a:hover, ul#menu a:active {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#top-nav img {
	position: absolute;
	padding: 0;
	top: -14px;
}

ul#menu li.search, ul#menu li.search:hover {
	border-right: none;
}

ul#menu li.search {
	border-left: 0px solid #DF0000;
	float: right;
	position: relative;
}

ul#menu li.search #SearchBox_btnImageButton {
	background: url("../img/header/cerca.gif") no-repeat scroll left top transparent;
	height: 25px;
	position: absolute;
	font-size: 11px;
	text-align: center;
	top: 17px;
	right: 18px;
	padding: 0;
	cursor: pointer;
	width: 52px;
	border: none 0;
	margin: 0;
}

ul#menu li.search #SearchBox_btnImageButton:hover {
	background: url("../img/header/cerca.gif") no-repeat scroll left bottom transparent;
}

ul#menu li.search input#top-search-field {
	background: url("../img/header/search_text.gif") no-repeat scroll left top transparent;
	font-size: 1.087em;
	font-weight: bold;
	width: 168px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	border: none 0;
	position: absolute;
	padding: 0 3px;
	top: 17px;
	right: 88px;
	vertical-align: top;
}

.no_privmsg_icon {
    background: url("../img/header/no_privmsg_icon.jpg") no-repeat scroll right bottom transparent;
    display: block;
    float: left;
    height: 20px;
	width: 35px;
}

.privmsg_icon {
    background: url("../img/header/privmsg_icon.jpg") no-repeat scroll right bottom transparent;
    display: block;
    float: left;
    height: 20px;
	width: 35px;
}

/*
------------------------------
LOGIN 
------------------------------
*/

#CommunityLoginContainer {
    background: none repeat scroll 0 0 transparent;
    color: #525252;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 140%;
    position: absolute;
    right: 0;
    top: 9px;
    width: 223px;
    z-index: 100;
}

#CommunityLoginContainer .com_vodafone_header {
    display: none;
}

#CommunityLoginTab {
    background: url("../../res_community/img/community/login.dropdown.tab.jpg") left top no-repeat;
    height: 23px;
    width: 167px;
    border: 1px solid #c7c7c7;
    padding: 0 27px;
}

#CommunityLoginTab span {
    display: block;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    font-size: 11px;
}

#CommunityLoginTab a {
    color: #525252;
    text-decoration: none;
}

#CommunityLoginTab a:hover {
    color: #E60000;
}

#CommunityLoginOverlayer {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #c7c7c7;
    border-top: 0 none;
    display: none;
    width: 221px;
    z-index: 100;
}

#CommunityLoginOverlayer .loginWidget {
    padding:10px 0 0 15px;
    height: 156px;
    overflow: hidden;
}

#CommunityLoginOverlayer .loginWidget input {
    border: 1px solid #ccc;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    margin-bottom: 3px;
    padding: 3px;
}

#CommunityLoginOverlayer .loginWidget .com_vodafone_border .com_vodafone_username {
    width: 164px;
}

#CommunityLoginOverlayer .loginWidget .com_vodafone_border #com_vodafone_pwd,
#CommunityLoginOverlayer .loginWidget .com_vodafone_border #com_vodafone_txt {
    width: 112px;
}

#CommunityLoginOverlayer .loginWidget .com_vodafone_border,
#CommunityLoginOverlayer .loginWidget .com_vodafone_footer {
    background-image: none;
}

#CommunityLoginOverlayer .loginWidget .com_vodafone_border #com_vodafone_login a.com_vodafone_button{
    top: 21px;
}

#CommunityLoginOverlayer .loginWidget .com_vodafone_border .link_list1Col {
    bottom: 4px;
}

#CommunityLoginOverlayer .userBox {
    padding: 10px;
    font-size: 11px;
}

.userBox .info {
    position: relative;
    height: 40px;
    line-height: 16px;
}

.userBox .avatar {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    display: block;
}

.userBox .rating {
    display: block;
}

.userBox .groupBadge {
    position: absolute;
    height: 30px;
    width: 30px;
    display: block;
    top: 0;
    right: 0;
}

.userBox .attributes {
    clear: both;
    margin-top: 5px;
}

.userBox .attributes h4 {
    font-weight: bold;
    color: #525252;
    line-height: 16px;
}

.userBox .attributes p {
    margin: 0;
    font-size: 11px;
}

.userBox .attributes .profileBar {
    width: 201px;
    height: 7px;
    background-color: #e3e3e3;
    margin-top: 5px;
}

.userBox .attributes .profileBarPercentage {
    height: 7px;
    background-color: #333333;
}

.userBox .attributes .cta_links li a {
    text-decoration: none;
}

.userBox .attributes .cta_links li a em{
    color: #007C92;
    text-decoration: none;
    font-style: normal;
}

.userBox .attributes .cta_links li a:hover em{
    color: #00b0ca;
}

.userBox .logoutButton {
    margin-top: 5px;
}

.userBox .logoutButton a {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: url('../../res_community/img/community/btn_gray_community.gif') repeat-x left center transparent;
    border: 1px solid #d7d7d7;
    float: left;
    line-height: 21px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.userBox .logoutButton a:hover {
    background: url('../../res_community/img/community/btn_gray_community_hover.gif') repeat-x left center transparent;
    color: #525252;
}

#notificationBoxContainer{
    position: absolute;
    top: 9px;
    right: 228px;
    overflow: hidden;
    background-color: none;
    z-index: 10000;
    height: 25px;
    width: 107px;
}

#notificationsBox{
    float: right;
}


