@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10px;
	background: transparent;
	clear: none;
}
body {
	background-color: #2b2b2b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:center;
}
#banner {
	height: 137px;
	width: 1000px;
	//margin-top: 20px;
        margin-top: 0px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	padding: 0px;
	text-align: center;
	position: static;
}
#banner #login {
	float: right;
	position: relative;
	top: 10px;
	right: 10px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #a9a9a9;
	line-height: 24px;
}

.form {
	width: 110px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
#container {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
}
a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container #banner #titolobanner {
	height: 73px;
	width: 434px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 26px;
}
#menuprincipale {
    float:left;
	position: relative;
	left: 21px;
	text-align: left;
	top: 40px;
	width: 500px;
}

#menuprincipale a {
color: #666666;
} 

#menuprincipale a:hover {
color: #FF6600;
text-decoration: none;
} 

#container #banner #menuprincipale ul.lista {
	font-weight: bolder;
	list-style-type: none;
	font-size: 10px;
	overflow: hidden;
	height: 20px;
}
#container #banner #menuprincipale ul.lista li {
	display: inline;
	padding-right: 20px;
	text-transform: uppercase;
}
#container #banner #sponsored {
	float: right;
	height: 20px;
	width: auto;
	margin-right: 10px;
	position: relative;
	top: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
}
#container #sidebar {
	background-image: url(images/gradmenusinistra.gif);
	background-repeat: repeat-y;
	margin: 0px;
	width: 171px;
	position: relative;
	text-align: left;
	left: -168px;
	top: -990px;
}
#clear {
	clear: both;
}
#container #sidebar #searchform {
    float: left;
	position: relative;
	height: 80px;
	left: -10px;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	line-height: 25px;
	font-weight: bold;
	color: #CCCCCC;
}
#container #sidebar #menulaterale {
	float: left;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 286px;
}
#container #sidebar #menulaterale #blockarancio {
	height: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	padding-left: 10px;
	line-height: 16px;
}

#container #sidebar #menulaterale ul.vocemenu {
	list-style-type: none;
}
#container #sidebar #menulaterale ul.vocemenu li{
	height: 17px;
	font-size: 10px;
	font-weight: normal;
	margin-right: 5px;
	line-height: 14px;
	width: 168px;
	}
	
#container #sidebar #menulaterale ul.vocemenu li:hover ul
	{
	display:block;
	width:168px;
	height:17px;
	position:absolute;
	z-index: 2;
	list-style-type: none;
	margin: -17px 0 0 0;
	left: 168px;
	}
	
#container #sidebar #menulaterale ul.vocemenu li ul
	{
	display:none;	
	}
#container #maincontent {
	background-color: #FFFFFF;
	float: right;
	width: 832px;
        height: 1035px;
	text-align: left;
	position: relative;
}

#container #maincontentpage {
	background-color: #FFFFFF;
	float: right;
	width: 832px;
	text-align: left;
	position: relative;
}

#container #maincontent #tutorials {
	height: 252px;
	width: 400px;
	position: absolute;
	z-index:1;
	top: 0px;
	margin-top: 12px;
	margin-left: 12px;
}
#container #maincontent #tutorialsoverlay {
	margin: 12px;
	height: 252px;
	width: 400px;
	position: relative;
	z-index:2;
	background: transparent;
}
#assets {
	margin: 12px;
	float: right;
	height: 252px;
	width: 400px;
	position: absolute;
	right: 0px;
	z-index: 1;
}
#assetsoverlay {
	float: right;
	height: 252px;
	width: 400px;
	margin: 12px;
	position: relative;
	z-index: 2;
}
#titolotuts {
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 13px;
	margin-left: 13px;
	position: absolute;
}
.titoloassets {
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 13px;
	margin-left: 13px;
	position: relative;
}
#Latesttut {
	float: right;
	position: relative;
	top: 50px;
	right: 10px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
#lastdx {
	right: 10px;
	position: relative;
	top: 10px;
}

.titoloOrange12 {
	color: #FF6600;
	font-size: 12px;
	font-weight: bolder;
	line-height: 10px;
}
#listaprecedenti {
	position: relative;
	width: 380px;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	top: 180px;
	margin-left: 13px;
}
#container #maincontent #tutorialsoverlay #listaprecedenti #titolo {
	margin-top: auto;
	margin-bottom: auto;
	height: auto;
	width: auto;
	vertical-align: middle;
}
#container #maincontent #tutorialsoverlay #listaimg {
	height: 55px;
}
.imgprevious {
	margin-left: 5px;
}
#container #maincontent #tutorialsoverlay #listaprecedenti #testotutprecedenti {
	float: left;
	width: 100px;
	position: relative;
	z-index: 2;
	top: 25px;
}
#LatestAsset {
	float: right;
	position: relative;
	top: 20px;
	right: 10px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
}
.author {
	font-size: 10px;
	font-style: oblique;
	font-weight: bold;
	color: #CCCCCC;
}
.testoblock {
	display: block;
}
#container #maincontent #shop{
	width: 530px;
	margin-right: 12px;
}

#container #maincontent #shop #shoptitle {
	height: 35px;
	background-image: url(images/boxes/gradienteshop.gif);
	background-repeat: repeat-x;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
.shopboxe {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	border: 1px solid #999999;
	padding: 5px;
}
.itemdescriptionbox{
	height: 80px;
	float: right;
	width: 390px;
	position: relative;
	margin: 0px;
}
.itemtitle{
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;

}
.itemdescription {
	margin-top: 8px;

}
.itemprice {
	float: right;
	font-size: 11px;
	font-weight: bold;
	color: #0099FF;
	right: 0px;
	position: relative;
	z-index: 2;
	top: 0px;
}
.itembuy {
	float: right;
	position: relative;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bolder;
	color: #0099FF;
	text-decoration: underline;
	text-align: right;
}
#newscontainer {
	float: left;
	margin-left: 12px;
	width: 270px;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 725px;
}
#titleboxnews {
	font-size: 14px;
	font-weight: bolder;
	color: #FF6600;
	padding: 5px;
	height: 20px;
	background-color: #cacaca;
	margin-right: 10px;
}
.newsbox {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
}
.newsimg {
	height: 75px;
	width: 75px;
	border: 1px dotted #999999;
}
.newdescription {
	margin-top: -75px;
	margin-left: 75px;
	height: 75px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 7px;
}
.newslink {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
	background-position: right;
	display: block;
	text-align: right;
}
#container #maincontent #containerdwn {
	float: right;
}
#wrapright {
	float: right;
	width: 530px;
	margin-right: 12px;
}
#forumdiv {
	margin-top: 10px;
}
#container #maincontent #wrapright #forumdiv #forumtitle {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	padding: 5px;
	height: 20px;
	background-color: #CCCCCC;
}
.forumbox {
	padding: 5px 5px 10px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.testoneretto {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
a.linkgenericopiccolo {
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.dataforum {
	font-size: 9px;
	color: #999999;
	text-align: right;
	display: block;
	white-space: pre;
}
#footer {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	float: right;
	width: 1000px;
	position: absolute;
	Top:1185px;
}
#menufooter {
	float: right;
	width: 832px;


}



#footer ul.listafooter {
	font-weight: bolder;
	list-style-type: none;
	font-size: 10px;
	overflow: hidden;
	height: 20px;
}
#footer ul li {
display: inline;

	display: inline;
	padding-right: 30px;
	text-transform: uppercase;
	padding-left: 30px;
}

#footer ul li a{
	color:#666666;
	text-decoration: none;
}
#footer ul li a:hover{
	
	color: #FF6600;
	text-decoration: underline;
}
/*stili box sopra*/


.boxbottonthumb {
	float: left;
	height: 50px;
	width: 50px;
	background-color: #000;
	margin-top: 10px;
	margin-right: 15px;
	border: 1px solid #F60;
}

.box {
	height: auto;
	width: 400px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
}

.boximg {
	float: left;
	height: 250px;
	width: 400px;
}

.boxtxt {
	float: left;
	height: 250px;
	width: 400px;
	top: -1000px;
	position: relative;
	color: #FFF;
}


#boxcornice {
	float: left;
	height: 250px;
	width: 400px;
	background-image: url(images/cornice.png);
	position: relative;
	top: -750px;
}

#boxtitle {
	position: relative;
	top: 15px;
	left: 10px;
	font-size: 18px;
}

#boxtitle  a {
	color: #FFFFFF; 
	position: relative;
	top: 0px;
	left: 10px;
	font-size: 18px;
}





/*Box di sinistra*/

#boxtopsx {
	height: 50px;
	width: 400px;
	font-size: 18px;
}



#boxcentersx {
	height: 125px;
	width: 400px;
	text-align: right;
}

#boxbottonsx {
	height: 75px;
	width: 400px;
}
#boxtraspsx {
	height: 250px;
	width: 400px;
	background-image: url(images/boxsx.png);
	background-position: left;
	float: left;
	top: -500px;
	position: relative;
}
#boxbottontxtsx {
	float: left;
	height: 30px;
	width: 110px;
	margin-top: 20px;
	margin-left: 15px;
}

/*Box di destra*/

#boxtopdx {
	height: 50px;
	width: 400px;
	font-size: 18px;
}

#boxcenterdx {
	height: 150px;
	width: 400px;
	text-align: right;
	font-size: 12px;
}

#boxbottondx {
	height: 50px;
	width: 400px;
}
#boxbottontxtdx {
	float: left;
	text-align: center;
	height: 50px;
	width: 400px;
}
#boxtraspdx {
	height: 250px;
	width: 400px;
	background-image: url(images/boxdx.png);
	background-position: left;
	float: left;
	top: -500px;
	position: relative;
}
.boxgrad {
	height: 250px;
	width: 400px;
	float: left;
	background-image: url(images/boxgrad.png);
	background-repeat: repeat-y;
	position: relative;
	top: -250px;
}
#riga1 {
	height: 250px;
	float: left;
	width: 820px;
	padding-top: 10px;
	position: relative;
	top: 0px;
}
#riga2 {
	float: left;
	width: 832px;
	padding-top: 10px;
	position: relative;
	top: 0px;
}

#riga3 {
	height: 250px;
	float: left;
	width: 800px;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
	top: 0px;
}
#colonna1 {
	height: 200px;
	width: 270px;
	background-color: #0F0;
	float: left;
}
#colonna2 {
	background-color: #F00;
}

.button {
	padding-left:0px;
	height:20px;
	width:30px;
	color:#CCC;
	font: bold;
	background-color:#2B2B2B;
	border:1px solid;
	border-color: #CCC;
	} 
	
#wpbar {
	float:left;

	width: 171px;
	color: #FFF;
	
}

#wpbar li {
	list-style-type: none;
	font-weight: normal;	
}


#wpbar #menu .widgettitle {
	height: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	padding-left: 10px;
	line-height: 16px;

}
#wpbar #menu .widget a {
	color: #FFF;
}


#wpbar #menu .widget li {
	height: 17px;
	width: 168px;
	line-height: 16px;
	background-image: url(images/menusinistra/00.gif);
}



#wpbar #menu .widget li:hover ul {
	display:block;
	height: 17px;
	width: 168px;
	line-height: 16px;
	background-image: url(images/menusinistra/00.gif);
	position:relative;
	z-index: 2;
	
	left: 168px;
	top: -16px;
	
}


#wpbar #menu .widget li ul{
	display:none;
}

#mosaic a {
 	text-decoration:none;
}

#mosaic a:focus {
	outline: 0;
}

#mosaic a img {
	border: 0px;
	padding:0px;
	margin: 2px;
}

#mosaic a:hover img,
#mosaic a:active img {
	border:  2px solid #ff9000;
	padding: 0px;
	margin:  0px;
} 


