/* defaults paddings, margins to 0 */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre, div, img
{margin: 0; padding: 0;}


body {
/*	behavior: url("css/resources/csshover3.htc");*/

	background: #000000;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
}

a, a:active, a:visited  {
	/*color: #202020;*/
	color: #9D1318;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	display: block;
	border: 0;
}

h1 {
	font-size: 23px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

h5 {
	font-size: 8px;
	font-weight: bold;
	color: #000000;
}

h6 {
	font-size: 6px;
	font-weight: bold;
	color: #000000;
}

ul {
	color: #000000;
	list-style: none;
}

li {
	padding-left: 16px;
	background: url(../images/li_black_arrow.png) no-repeat 4px 11px;
	padding-top: 7px;
}

p {
	padding-bottom: 12px;
}

#container {
	width: 945px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 945px;
	height: 117px;
	clear: both;
}

#headerTop {
	width: 945px;
	height: 77px;
	clear: both;
}



#headerTopRight {

	margin-top: 33px;
	float: right;
	width: 745px;
	height: 37px;
	background-image: url(../images/chooselang.png);
	background-repeat: no-repeat;
	background-position: center right;
}

#headerTopRight li, ul {
	padding: 0px;
	margin: 0px;
}

#chooseLangMenu {
	padding-top: 40px;
	float: left;
}


#headerNav {
	width: 945px;
	height: 39px;
	clear: both;
	
	background-image: url(../images/nav_bg.png);
}

#headerNavLinks {
	margin-left: 1px;
	height: 38px;
	float: left;
	width: 775px;
}

#headerNavLinks input {
	font-family: Tahoma;
	font-size: 11px;
	float: left;
	/*height: 25px;*/
	border: none;
	margin: 0;
	margin-top: 8px;
	margin-left: 2px;
	vertical-align: middle;
	padding: 4px;
    /*float: right;*/
}

#headerNavLinks input.button 
{
    background-color: #000000;
    color: #FFFFFF;
    border: solid 1px #262626;
    padding-top: 2px;
    height: 22px;
}

#headerNavLinks a,
#headerNavLinks span {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;

	float: left;
	height: 25px;
	margin: 0;
	padding: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	
	background-image: url(../images/blank.gif);
}

#headerNavLinks span 
{
    float: right;
}

#headerNavLinks .selected {
	background-image: url(../images/nav_hover.png);
}

#headerNavLinks  a:hover {
	background-image: url(../images/nav_hover.png);
}


#headerNavQuickLinks {
	height: 108px;	
}

.headerNavQuickLink,
#headerNavQuickLinks  a {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;

	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
	
#headerNavQuickLinks  a {
	float: left;
	height: 25px;
	width:140px;
	background-image: url(../images/blank.gif);
	white-space: nowrap;
}

#headerNavQuickLinks .selected {
	background-image: url(../images/nav_hover.png);
}

#headerNavQuickLinks  a:hover {
	background-image: url(../images/nav_hover.png);
}

#headerNavQuickLinks  table {
	 border-collapse:collapse;
}

.mainLink
{
    background: #202020;
    border: solid 1px #404040;
    border-right:none;
}

.activityLink 
{
    background-color:#000000; 
    border: solid 1px #404040;
}    

#headerNavSearch {
	height: 40px;
	float: right;
	width: 154px;
}

#pagePathContainer {
	clear: both;
	width: 945px;
	height: 32px;
	
	border-bottom: 1px solid #1a1a1a;
}

#pagePath {
	float: left;
	font-size: 10px;
	padding: 10px;
	color: #666666;
}

#pagePath .thisPage {
	color: #FFFFFF;
	padding-left: 7px;
}

#pagePath .title {
	color: #FFFFFF;
}

#pagePath a {
	padding-left: 7px;
	padding-right: 7px;
	color: #666666;
	text-decoration: none;
}


#pagePath a:Hover {
	color: #FFFFFF;
}

#pagePathBackButton {
	float: right;
	font-size: 10px;
	padding: 10px;
}

#pagePathBackButton a {
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;
	text-decoration: none;
}

#pagePathBackButton a:Hover {
	color: #666666;
}

#headerLogo {
	width: 125px;
	height: 77px;
	float: left;
}

#footer {
	width: 945px;
	height: 80px;
	clear: both;
	
	padding: 0;
	margin: 0;
}

#footerNav {
	width: 939px;
	height: 36px;
	clear: both;
	
	padding-left: 3px;
	padding-right: 3px;
	
	border-top: 1px solid #262626;
	border-bottom: 1px solid #262626;
}

#footerNav  a {
	font-family: Tahoma;
	font-size: 8px;
	color: #a1a1a1;
	text-decoration: none;

	float: left;

}

#footerNav  a:hover {
	color: #c4c4c4;
}

#footerNavLeft  a {
	padding-top: 13px;
	padding-bottom: 14px;
	padding-left: 7px;
	padding-right: 7px;
}

#footerNavRight  a {
	padding-top: 13px;
	padding-bottom: 14px;
	padding-left: 7px;
	padding-right: 7px;
}

#footerNavImg  a {
    padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 3px;
	padding-right: 3px;
}

#footerNavLeft {
	float: left;
}

#footerNavRight {
	float: right;
	text-align: right;
}

#footerNavImg {
	float: right;
	text-align: right;
}

#footerBottom {
	width: 945px;
	height: 40px;
	clear: both;
	
	background-image: url(../images/footer_fade.png);
	background-repeat: no-repeat;
}


.searchFieldDiv {
	float: left;
	height: 30.5px;
	padding-top: 9.5px;
	padding-left: 0px;
}

.searchButtonDiv {
	float: left;
	height: 31px;
	padding-top: 8px;
	padding-left: 9px;
}


.searchText {
	height: 13px;
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0;
	border: 0;
	
	font-size: 11px;
}

.searchSubmit {
	width: 25px;
	height: 25px;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #000000;
	background-image: url(../images/submit_search.png);
	cursor: pointer;
}


.clear {
	clear: both;
	height: 0px;
}



/* p7Menu */

#p7MenuWrapper {
padding-right: 50px;
padding-top: 8px;
text-align: left;
}

#p7MenuWrapper li{
	padding: 0;
	margin: 0;
	background: none;
}

#p7MenuWrapper ul {
	padding: 0;
	margin: 0;
	background: none;
}

#p7ClearIt {
clear: both;
height: 0;
line-height: 0.0;
font-size: 0; }

#p7MenuBar {

}

#p7MenuBar, #p7MenuBar ul {
padding: 0;
margin: 0;
list-style: none;
font-family: Tahoma; }

#p7MenuBar a {
display: block;
text-decoration: none;
padding: 5px 5px 5px 5px;
font-size: 10px;
color: #fff;
text-transform: uppercase;}

#p7MenuBar li {
float: right;
width: 144px; }

#p7MenuBar li {position: relative;}

/* hide from IE mac \*/
#p7MenuBar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7MenuBar li ul, #p7MenuBar ul li  {

width: 12em; }

#p7MenuBar li ul {
position: absolute;
display: none;
background-color: #fff; }

#p7MenuBar li:hover a, #p7MenuBar a:focus,
#p7MenuBar a:active, #p7MenuBar li#p7hvr a {
color: #fff; }

#p7MenuBar li:hover ul, #p7MenuBar li#p7hvr ul {
display: block; }

#p7MenuBar li:hover ul a, #p7MenuBar li#p7hvr ul a {
color: #000;
background-color: transparent; }

#p7MenuBar ul a:hover {
background-color: #bbb!important;
color: #000 !important; }

#siteMap a:focus
{
    outline: none;
}

#siteMap a:focus
{
    outline: none;
}

.siteMapNode a
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}

.siteMapNode a:hover
{
	color: #9D1318;
}

#product_content #product_contentMiddle p { line-height:17px; }

#product_content #product_contentMiddle ul { padding: 0 0 13px 0; } 

div#familyInfo p.ingressi {font-size: 14px;}