@charset "utf-8";
/* CSS Document */

@import url(estilo_links_verbetes.css); 
@import url(estilo_links_basicos.css); 

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height: 100%;
}

hr {
	display: none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
	background-color: #ee4407;
	background-repeat: repeat-x;
	background-image: url(../img//bg.jpg);
}

a {
	line-height:120%;
}

#geral {
	width: 1000px;
	height: 100%;
	margin: 20px auto;
	overflow: hidden;
	background-image: url(../img//bg-geral.gif);
	background-repeat: no-repeat;
	background-color: #f2560b;
	border-top: none;
	border: solid 2px #fc8930;
}

#topo {
	height: 150px;
	width: auto;
	clear: both;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

#topo  h1  a{
	display: block;
	width: 196px;
	height: 135px;
	text-indent: -9999px;
	overflow: visible;
	background-color: transparent;
	background-image: url(../img//dicionario-logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 2;
	position: absolute;
	bottom: 0px;
	left: 25px;
}
#topo  h1  a:hover{
	background-color: transparent;
	background-image: url(../img//dicionario-logo-on.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a.logo01 {
	height: 30px;
	width: 83px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 180px;
	background-image: url(../img//fiocruz.png);
	top: 70px;
}

a.logo02 {
	height: 30px;
	width: 150px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 20px;
	background-image: url(../img//escola.png);
	top: 70px;
}
/* nav */

#nav {
	height: 31px;
	overflow: hidden;
	z-index: 4;
	width: auto;
	margin: 0 10px 0 180px;
	top: 112px;
	position: relative;
	border: solid 2px #fc8930;
	background: transparent url(../img//bg-nav.jpg) repeat-x left top;
}
#nav li {
	float: left;
	background: transparent url(../img//bg-nav.jpg) repeat-x left top;
	height: 31px;
}



#nav li a {
	display: block;
	height: 31px;
	padding: 9px 0;
	color:#EA4206;
	font-size:11px;
	text-align: center;
	font-weight: bold;
	background: transparent url(../img//bg-nav.jpg) repeat-x left top;
	cursor:pointer;
}

.nav-05 {
	display: block;
	height: 31px;
	padding: 9px 0;
	color:#fc8930;
	font-size:11px;
	text-align: center;
	font-weight: bold;
	background: transparent url(../img//bg-nav.jpg) repeat-x left top;
	cursor: default;	
}

.nav-01 {
	width: 80px;
}
.nav-02 {
	width: 120px;
}
.nav-03 {
	width: 95px;
}
.nav-04 {
	width: 90px;
}
.nav-05 {
	width: 80px;
}
.nav-06 {
	width: 85px;
}
.nav-07 {
	width: 125px;
}
.tpl-01 #nav li.nav-01 a, #nav li a:hover, .tpl-02 #nav li.nav-02 a, .tpl-03 #nav li.nav-03 a, .tpl-04 #nav li.nav-04 a, .tpl-05 #nav li.nav-05 a, .tpl-06 #nav li.nav-06 a, .tpl-07 #nav li.nav-07 a {
	color:#cc0000;
	background: transparent url(../img//bg-nav-on.gif) no-repeat center 24px;
	height: 31px;
}

#bx_conteudo/* conteudo */
 {
	/* nao dar problema no ie */
	height: 120%;
	width: 980px;
	clear: both;
	margin: 0 auto 10px auto;
	overflow: hidden;
}

#conteudo {	/* nao dar problema no ie */
	width: 633px;
	height: 120%;
	background-color: #F3F3F3;
	border: solid 2px #fc8930;
	overflow: hidden;
}
#conteudo p   {
	padding: 20px 35px 0 35px;
	_padding: 10px 35px 0 35px; /* corrigir? */
	font-size: medium;
	line-height: 250%;
	color: #333333;
	text-indent: 20px;
	text-align: justify;
	clear: both;
}
/*
#conteudo p.primeiro, #conteudo p.ultimo {
	text-indent: 0px;
	color: #666666;
	font-weight:bold;
	clear: both;
}
*/
/*
.capitular   {
	line-height: 20px;
	color: #EA4206;
	text-indent: 0px;
	font-weight: bold;
	font-size: xx-large;
}
*/

#textos ul {
	list-style-type: disc;
	list-style-position: outside;
	color: #333333;
	margin: 20px 55px 20px 55px;
	_margin: 10px 55px 10px 55px; /* corrigir? */
}

#textos ul li {
	list-style-type: disc;
	list-style-position: outside;
	line-height: 200%;
	color: #333333;
	text-indent: 0px;
}	

#textos ol {
	list-style-type: decimal;
	list-style-position: outside;
	color: #333333;
	margin: 20px 55px 20px 55px;
	_margin: 10px 55px 10px 55px;	/* corrigir? */
}

#textos ol li {
	list-style-type: decimal;
	list-style-position: outside;
	line-height: 200%;
	color: #333333;
	text-indent: 0px;	
}

#textos ol.alpha li {
	list-style-type: lower-alpha;
	list-style-position: outside;
	line-height: 200%;
	color: #333333;
	text-indent: 0px;	
}

#conteudo blockquote  {
	text-indent: 0px;
	padding: 20px 30px 0 150px;
	font-size: 11px;
	line-height: 200%;
	color: #666666;
	font-style: italic;
	text-align: justify;
	text-indent: 0px;
}

#conteudo blockquote p {
	text-indent: 0px;
	line-height: 200%;	
}

#conteudo   hr.linha {
	font-size: 0px;
	margin: 30px 30px 10px 30px;
	line-height: 0px;
	display: block;
	height: 0px;
	background: transparent;
	border-bottom: 1px solid #FC8930;
}

#conteudo h3 {
	margin: 5px 40px 15px 40px; /* original: margin: 40px 40px 15px 40px; */
	line-height: 30px;
	font-weight: bold;
	color:#ea4206;
	text-transform: uppercase;
	text-align:center;
	font-size:x-large;
}

span.capitulos {
	display:block;
	text-align:right;
}

.tpl-04 #conteudo h3 a img {
	font-size:0px;
	line-height:0px;
	text-indent: -9999px;
	overflow: hidden;
	width: 0px;
	height: 0px;
}

.tpl-04 #conteudo h3 {
	margin-bottom:0;
}
#conteudo h4 {
	font-size: small;
	margin: 0 35px;
	color:#ea4206;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: right;
}

#conteudo h4 a, span.capitulos a{
	color:#ea4206;
	/*text-decoration: underline;*/
	margin: 0;
	font-size: small;
	line-height:200%;
	float: right;
	clear: both;
	padding: 0;
}

#conteudo span.capitulos a{
	color:#ea4206;
	text-decoration: underline;
	margin: 0;
	font-size: small;
	line-height:200%;
	float: right;
	clear: both;
	padding: 0;
}

#conteudo h4 a:hover, span.capitulos a:hover {
	color: #ea4206;
}
#conteudo h5 {
	font-size: 16px;
	margin: 30px 0 0 50px;
	line-height: 20px;
	font-weight: bold;
	color:#ea4206;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: larger;
}
.adicional {
	font-size: 12px;
	margin: 0 35px 0 0;
	line-height: 20px;
	font-weight: bold;
	color:#FC8930;
	font-style: normal;
	clear: both;
	float: right;
}

#conteudo .destaque h3 {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	text-transform: none;
	margin-left: 30px;
}
#conteudo .destaque p {
	font-size: 12px;
	line-height: 22px;
	color: #FC8930;
	font-weight: bold;
	text-indent: 0px;
}
#conteudo strong {
	font-weight: normal;
}

.voltar {
	font-size: 10px;
	line-height: 12px;
	display: block;
	height: 12px;
	border-bottom: 1px solid #fc8930;
	text-align: right;
	color: #fc8930;
	font-weight: bold;
	width: auto;
	padding: 0 0 2px 0;
	margin: 20px 30px 0 30px;
	/*visibility:hidden; /* problema: é usado na lista de autores... */
}
.voltar   a   {
	font-size: 10px;
	line-height: 12px;
	display: inline;
	height: 12px;
	background: transparent url(../img//bg-voltar.gif) no-repeat right bottom;	
	text-align: right;
	color: #fc8930;
	font-weight: bold;
	width: auto;
	padding: 0 10px 2px 0;
}

#slidebar {
	width: 333px;
	float: right;
	overflow: hidden;
	border: solid 2px #fc8930;	
}

#slidebar-g {
	width: 333px;
	height: auto;
	background: #DDDFFF;
	overflow: hidden;
	margin: 10px 0 0 0;
}

/* Usar quando o menu for a esquerda */
#conteudo {
	margin-right: 10px;
}

/* Usar quando o menu for a direita
.tpl-01 #conteudo {
	margin-right: 10px;
}
.tpl-01 #slidebar {
	float: right;
}

.tpl-02 #conteudo, .tpl-03 #conteudo, .tpl-04 #conteudo, .tpl-05 #conteudo, .tpl-06 #conteudo, .tpl-07 #conteudo {
	float: right;
}
.tpl-02 #slidebar, .tpl-03 #slidebar, .tpl-04 #slidebar, .tpl-05 #slidebar, .tpl-06 #slidebar, .tpl-07 #slidebar {
	float: left;
}
*/

#banner {
	position: relative;
	text-indent: 0px;
	z-index: 1;
	border-bottom: 2px solid #fc8930;
}

/* Para quando houver mais de 1 destaque

#nav-banner {
	overflow: hidden;
	position: absolute;
	top: 0px;
	background-color: transparent;
	z-index: 5;
	cursor: pointer;
	display: block;
	width: auto;
	height: 20px;
	right: 0px;
}
#nav-banner a {
	overflow: hidden;
	top: 0px;
	background-color: #FFFFFF;
	z-index: 5;
	cursor: pointer;
	display: block;
	width: 15px;
	height: 15px;
	float: left;
	text-align: center;
	font-size: 10px;
	margin: 0 0  5px 0;
	padding-top: 1px;
}

*/

.banner-v {
	overflow: hidden;
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.banner-v dd  {
	overflow: hidden;
	position: absolute;
	z-index: 3;
	bottom: 0px;
	width: 564px;
	height: auto;
	background-image: url(../img//bg_banner.gif);
	background-repeat: repeat;
	cursor: pointer;
	margin: 0 20px 0 0;
	color: #006666;
	left: 30px;
	padding: 20px 20px 20px;
	font-size: 13px;
	font-weight: bold;
}
.banner-v            .titulo_banner       {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	z-index: 3;
}
.tpl-01 #banner,   .tpl-01 .banner-v {
	height: 240px;
	width: 635px;
	overflow: hidden;
}

.tpl-01 #banner a {
	height: 240px;
	width: 635px;
	overflow: hidden;
	z-index:3;
	position:absolute;
	top:0;
	left:0;
	display:block;
}

.tpl-02 #banner,   .tpl-02 .banner-v, .tpl-03 #banner,   .tpl-03 .banner-v, .tpl-04 #banner,   .tpl-04 .banner-v, .tpl-05 #banner,   .tpl-05 .banner-v, .tpl-06 #banner,   .tpl-06 .banner-v, .tpl-07 #banner,   .tpl-07 .banner-v  {
	height: 180px;
	width: 635px;
	overflow: hidden;
}

.tpl-02  #banner a, .tpl-03  #banner a, .tpl-04  #banner a, .tpl-05  #banner a, .tpl-06  #banner a, .tpl-07  #banner a   {
	height: 180px;
	width: 635px;
	overflow: hidden;
	z-index:3;
	position:absolute;
	top:0;
	left:0;
	display:block;
}

/****** START: Migalhas ********/

#migalha h2, #migalha span  {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	display:block;
	height:26px;
	width: auto;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	border-bottom: solid 2px #fc8930;
	color: #fc8930;
	margin-bottom: 15px;
	padding: 6px 0 4px 0;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 26px;
	background-image: url(../img//bg-migalha.jpg);
	background-repeat: repeat-x;
	margin: 0;
	cursor: default;
	visibility: hidden;
}

.tpl-01 #migalha span {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FC8930;
	text-transform: uppercase;
	font-weight:bold;
	text-align:center;
	padding-left:0px;
	height: 27px;
}

#migalha span {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: lowercase;
	font-weight:bold;
	text-align:left;
	padding-left:30px;
}

#migalha  a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: underline;
	font-weight:bold;
}

#migalha  a:hover {
	color: #cc0000;
}

#migalha a.migalha-selecionada   {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc0000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
}

/****** END: Migalhas ********/

#bibliografia p, #lista-verbetes dl  {
	padding: 20px 30px 0 30px;
	font-size: 11px;
	line-height: 16px;
	color: #770000; /* original: #CC0000 */
	text-indent: 0px;
	position: relative;
	letter-spacing: 1px;
	text-align:left;
}
#lista-verbetes dl  {
	padding-right:0;
}

#bibliografia a, #lista-verbetes dl a {
	color: #333333;
}

.tpl-10 a.link01, .tpl-10 a.link02, .tpl-10 a.link03 {
	color: #333333;
	border-bottom-color:#333333;
}

.tpl-10 a.link01:hover, .tpl-10 a.link01:visited, .tpl-10 a.link02:hover, .tpl-10 a.link02:visited, .tpl-10 a.link03:hover, .tpl-10 a.link03:visited {
	color: #cc0000;
	border-bottom-color:#cc0000;
}

#bibliografia a:hover, #lista-verbetes dl a:hover {
	color: #cc0000;
}

#bibliografia strong, #lista-verbetes dl strong {
	font-weight:bold;
}


#bibliografia, #lista-verbetes {
	margin: 30px 20px 30px 20px;
	background-color:#ffcc66;/* FFF2D9; /* original: #ffcc66; */
	padding: 20px 0 20px 0;
	border: solid 1px #CC0000;
}


#lista-verbetes {
	height:945px;
	_height:860px; /* corrigir? */
}

#bibliografia h5, #lista-verbetes h5 {
	padding: 0;
	margin: 0 30px;
	color: #7D0000; /* original: #CC0000 */
	border-bottom: solid 1px #CC0000;
}

.tpl-10 h4, .tpl-10 h5  {
	font-size:larger;
	font-style:normal;
	font-weight:bold;
	letter-spacing:1px;
	line-height: 20px;
	text-transform:uppercase;
	border-bottom:1px solid #CC0000;
	background-image:none;
	background-color: transparent;
	color:#CC0000;
	width:auto;
}

.tpl-10 h5 {
	border: none;
	font-size:20px;
	padding:15px 0 5px 0;	
}

.tpl-10 p {
	padding: 15px 0 0 0;
	background-color: transparent;
	color:#cc0000;
}
.tpl-10 {
	background-color: transparent;
	background-image:none;
	border:none;
	width: 86%;
	text-align: center;
	margin: 0 4%;

}

#bibliografia hr.linha, #lista-verbetes hr.linha {
	margin-bottom: 0;
	margin-top: 0px;
	border-color: #CC0000;
}

#lista-verbetes dt {
	margin-top:20px;
	_margin-top:10px; /* corrigir? */
}

#lista-verbetes .item-lista-verbetes dl {
	clear:right;
	float:left;
	width: 260px;
}


#rodape {
	clear:both;
	color:#fff;
	display: block;
	width: auto;
	height: auto;
	margin-right: 0px;
	font-size: 10px;
}
#rodape  ul {
	height: 35px;
	overflow: hidden;
	width: auto;
	top: 120px;
	height: 20px;
	padding: 0 20px;
}
#rodape  ul li {
	float: left;
	padding: 0 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fc8930;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
	background:transparent;
	width:auto;
	height: auto;
}
#rodape ul li a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EA4206;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
}

#rodape ul li a:hover {
	color: #CC0000;
}
#rodape dl {
	padding: 0px 0 15px 0;
}
#rodape  dt, #rodape dd {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EA4206;
	text-decoration: none;
	height: 18px;
	display: block;
	line-height: 18px;
	padding: 0 25px;
}
#rodape .voltar {
	margin-bottom: 5px;
	border-bottom-color: #EA4206;
	margin-top: 30px;
}
#rodape .voltar a {
	color: #EA4206;
	background-color: transparent;
	background-image: url(../img//bg-voltar-on.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}



.esconder {
	font-size:0;
	line-height:0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 0px;
	height: 0px;
}

#slidebar h3 a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	display:block;
	height:24px;
	width: auto;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
	padding: 6px 0 4px 0;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 24px;
	background-image: url(../img/bg-slidebar-h3.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 2px #007777;
	border-top: solid 2px #007777;
	margin: 0;
}

#slidebar h3 a:hover {
	color: #ffcc66;
}

.item-slidebar  {
	overflow: hidden;
	color: #FFF;
	border-left: solid 2px #007777;
	border-right: solid 2px #007777;
	background-image: url(../img/bg-slidebar.jpg);
	background-repeat: repeat-x;
	background-color: #008282;
	background-position: top;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}

.tpl-10 .item-slidebar  {
	background-image: none;
	background-color: #ffcc66;
	border:none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.item-slidebar-t {
	height:20px;
	background:url(../img/bg-slidebar-t.jpg);
}	

.item-slidebar-t-atalho {
	height:35px;
	background:url(../img/bg-slidebar-t.jpg) repeat-x;
	overflow:hidden;
}

.item-slidebar-b {
	height:18px;
	background:url(../img/bg-slidebar-b.jpg);
	clear: both;
}

.item-slidebar-b-final {
	height:18px;
	background:url(../img/bg-slidebar-b.jpg);
	clear: both;
	border-bottom: solid 2px #007777;
}

.item-slidebar img {
	border: solid 2px #ffcc66;
	width: 50px;
	height: 50px;
}

#textos .item-slidebar-1a {
	text-align:center;
	vertical-align: top; /* valor válido? corrigir? */
	padding-top:15px;
}

.item-slidebar-2col .item-slidebar-1a {
	margin-right: 10px;
	width: 55px;
	float:left;
	height: auto;
	padding: 16px 0 0 20px;
	margin-bottom:10px;
}

.item-slidebar-2col .item-slidebar-1b {
	width: 215px;
	float:left;
	height: auto;
	padding: 10px 20px 0 0;
	margin-bottom:10px;
}

.item-slidebar-1col .item-slidebar-1a { /* só para evitar possíveis esquecimentos de coluna */
	width: 0;
	height: 0;
	display:block;
	overflow:hidden
}

.item-slidebar-1col .item-slidebar-1b, .item-slidebar-1col .item-slidebar-1b-d {
	width: auto;
	height: auto;
	padding: 10px 20px 0 20px;
	margin-bottom:10px;
}

.item-slidebar-1b, .item-slidebar-1b a, .item-slidebar-1b-d, .item-slidebar-1b-d a {
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
	font-weight: normal;
	text-indent: 0px;
	letter-spacing: 1px;
	display:block;
	width:100%;
	height:100%;
}

.item-slidebar-1b-d, .item-slidebar-1b-d a { /*Muda o tamanho do destaque */
	font-size: 12px;
	line-height: 18px;
}
.item-slidebar-1b  a  strong, .item-slidebar-1b-d  a  strong, .item-slidebar-1b-d strong {
	font-weight: bold;
	color: #ffcc66;
}

.item-slidebar-1b a:hover, .item-slidebar-1b a:hover strong, .item-slidebar-1b-d a:hover, .item-slidebar-1b-d a:hover strong {
	text-decoration:underline;
	color: #ffcc66;
}

.item-slidebar-1b a:visited, .item-slidebar-1b a:visited strong, .item-slidebar-1b-d a:visited, .item-slidebar-1b-d a:visited strong {
	text-decoration:underline;
	color:#006666;
}

dl.nav-slidebar {
	height: auto;
	overflow: hidden;
	width: auto;
	padding: 0 21px;
}

.item-slidebar-t-atalho dl.nav-slidebar dt {
	font-size:0;
	line-height:0;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 0px;
	height: 0px;
}

dl.nav-slidebar dd {
	float: left;
	padding: 0 2px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
	color:#006666;
	cursor:default;
	border-bottom: 1px solid #006666;
	display:block;
}

.item-slidebar-nav dl.nav-slidebar dt  {
	float: none;
	padding: 10px 2px 0 2px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	text-indent: 0px;
	overflow: visible;
	display: block;
	width: auto;
	height: auto;
	text-indent:0px;
}


.item-slidebar-nav dl.nav-slidebar dd {
	float:none;
	border-bottom:none;
	text-indent:20px;
	text-transform:none;
	letter-spacing:1px;
	line-height:15px;
}


dl.nav-slidebar dd a, dl.nav-slidebar dt a {
	color: #fff;
	cursor: pointer;	
}

dl.nav-slidebar dd a:hover, dl.nav-slidebar dt a:hover {
	text-decoration: underline;
	color: #ffcc66;
}

#slidebar hr.linha {
	font-size: 0px;
	margin: 0 15px;
	line-height: 0px;
	display: block;
	height: 0px;
	background: transparent;
	border-bottom: 1px solid #006666;
}

#acessorios {
	font-size: 0px;
	margin: 30px 30px 10px 30px;
	line-height: 0px;
	display: block;
	height: 40px;
	background: transparent;
	border-top: 1px solid #FC8930;
	background: transparent url(../img//bg-acessorios.gif) no-repeat right top;
	padding:10px 10px 0 10px;
	text-align: right;
}

#acessorios img {
	width:40px;
	height:40px;
}


#verb_citados {
	margin: 30px 20px 30px 20px;
	background-color:#FFCC99;
	padding: 20px 0 20px 0;
	border: solid 1px #CC0000;
}
