/************************ ESTRUCTURA ************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	margin: 0;
	padding: 0;
}
ul,
dl {
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}
p {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	color: #f7931e;
}
hr {
	display: none;
}

abbr {
	border: none;
}
address {
	font-style: normal;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

/************************ SHARED ************************/
#container {
	margin: 0 auto;
}
#container, #header, #content, #footer {
	width: 996px;
	display: block;
	float: none;
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.list_h li {
	display: inline;
}
.border_box {
	border: 1px solid #dadada;
	display: block;
	overflow: hidden;
	float: none;
	padding: 5px;
}
* html #container .border_box {
	display: inline-block;
}
.grey_box {
	background-color: #ededed;
	padding: 3px 6px 6px 6px;
	margin: 0 0 16px 0;
}
.white_box {
	background-color: #fff;
	padding: 6px;
}
.hidden-text {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
}
p.a_right {
	text-align: right;
}

/************************ TAG LINE ************************/
#header {
	margin: 10px 0 20px 0;
}
#header .border_box {
	position: relative;
	height: 125px;
}

/********** Logo **********/
#header .logo {
	background: transparent url(../images/logo_critica_anonima.png) no-repeat 0 0;
	width: 226px;
	height: 90px;
}
#header .logo a {
	width: 226px;
	height: 90px;
}

/********** Publi **********/
#header .publi {
	width: 728px;
	height: 90px;
}

/********** Menu *********/
#header .menu {
	position: absolute;
	bottom: 0;
	left: 6px;
	height: 26px;
	display: block;
	overflow: hidden;
	float: none;
	margin: 0;
	padding: 0;
}
#header .menu {
	padding: 0 0 0 20px;
}
#header .menu li {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #808080;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px dashed #b2b2b2;
}
#header .menu li a {
	color: #808080;
}
#header .menu li a:hover,
#header .menu li.selected {
	color: #f7931e;
}
#header .menu li.last {
	border: 0;
}

/************************ CONTENT ************************/
#content {
	margin: 0 0 20px 0;
}

/************************ COLUMNS ************************/
#content .col_s,
#content .col_b {
	display: block;
	overflow: hidden;
}
#content .col_s {
	width: 184px;
}
#content .col_b {
	width: 608px;
}
#content .mid {
	padding: 0 10px;
}

/************************ CONTENT ESTYLES ************************/
.grey_box h2 {
	color: #808080;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 0 6px 10px;
}

/************************ Submenu ************************/
.submenu li {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px dashed #b2b2b2;
}
.submenu li a {
	color: #999;
	width: 160px;
	padding: 8px 0;
	display: block;
	overflow: hidden;
}
* html #content .submenu li a {
	display: inline-block;
}
.submenu li a span {
	padding: 0 0 0 8px;
	display: block;
	overflow: hidden;
}
.submenu li a:hover,
.submenu li.select {
	background-color: #f2f2f2;
	font-weight: bold;
	color: #f7931e;
}
.submenu li.last {
	border: 0;
}

/************************ Flash home ************************/
.flash {
	margin: 0 0 15px 0;
}

/************************ 10 critics ************************/
.critics_list {
	padding: 0 4px;
}
.critics_list li {
	border-bottom: 1px dashed #b2b2b2;
	padding: 8px;
}
.critics_list li:hover,
.critics_list li.select {
	background-color: #f2f2f2;
	color: #f7931e;
}
.critics_list li.last {
	border: 0;
}
.critics_list h3 {
	color: #808080;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 6px 0;
}
.critics_list p {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	padding: 0;
}
.critics_list li h3 a {
	color: #808080;
}
.critics_list li:hover h3,
.critics_list li:hover h3 a {
	color: #f7931e;
}
.critics_list li p a {
	color: #999;
}
.critics_list li:hover p,
.critics_list li:hover p a {
	color: #4d4d4d
}
.critics_list p.a_right {
	color: #808080;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
}
.critics_list p.a_right a {
	color: #808080;
}
.critics_list li:hover p.a_right a,
.critics_list p.a_right a:hover {
	color: #f7931e;
}

/************************ Text & Forms ************************/
.text_box {
	padding: 20px 60px;
}
.text_box h3,
.text_box p,
.text_box li {
	font-size: 12px;
	padding: 0 0 8px 0;
	line-height: 16px;
}
.text_box h3 {
	font-weight: bold;
}

.text_box a {
	color: #f7931e;
	text-decoration: underline;
}

/*********** Forms ***********/
.text_box .tit_critica {
	color: #808080;
	font-size: 12px;
	text-transform: uppercase;
}
.text_box .send_to {
	padding: 20px 0 15px 0;
}
.text_box span.text_field {
	margin: 0 0 0 30px;
	width: 80px;
	float: left;
}
.text_box input.text_field,
.text_box textarea.text_field {
	float: right;
	border: 1px solid #dadada;
	color: #5d5d5d;
	font-size: 11px;
	width: 298px;
	padding: 1px;
}
.text_box textarea.text_field {
	height: 110px;
}
.text_box input.captcha {
	width: 98px;
	float: none;
}
.text_box form p {
	width: 420px;
	display: block;
	overflow: hidden;
}
* html #content form p {
	display: inline-block;
}
.text_box p.a_right span {
	width: auto;
	float: inherit;
	padding: 0 10px 0 0;
}
.text_box form p.captcha {
	padding-top: 12px;
}
.text_box p.button {
	padding-top: 12px;
}
.text_box form .button input {
	background-color: #ededed;
	color: #5d5d5d;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 25px;
	border: 0;
	cursor: pointer;
}
.text_box p.error,
.text_box p.ok {
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 24px 0;
}
.text_box p.error {
	color: #f71e1e;
}
.text_box p.ok {
	color: #f7931e;
}

/************************ Publi Col right ************************/
#content .publi {
	padding: 6px;
}

/************************ FOOTER ************************/
#footer {
	margin-bottom: 20px;
}
#footer .border_box {
	height: 40px;
}
#footer h2 {
	font-weight: bold;
}
#footer h2,
#footer li {
	color: #999;
	font-size: 10px;
	line-height: 22px;
}
#footer li {
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	border-left: 1px solid #999;
}
#footer li a {
	color: #999;
}
#footer li a:hover {
	text-decoration: underline;
	color: #f7931e;
}

