/*

azul escura: #31c8f4
azul escuro-fonte: #004281
azul claro: #bde4f4

*/

#testes {
	color:#004281;
}

#testes.detalhes .item {
  position:relative;
  background:#F6ACCD;
  margin-bottom:10px;
  padding:20px;
}

#testes.detalhes .item .thumbs {
  float:left;
  width:240px;
}

#testes.detalhes .item .imagem {
  margin-left:240px;
  text-align:center;
  padding:20px;
}

#testes.detalhes .item .header {
  margin-left:240px;
  background:#EE4F91;
  padding:16px 10px;
  background:#EE4F91;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  text-align:center;
}

#testes .coluna-dir {
  position:relative;

  float:right;
}

#testes .coluna-esq {
  position:relative;
  float:left;
  width:613px;
}

#testes .coluna-esq .box  {
  position:relative;
  background:#bde4f4;
  padding:20px;
  margin-bottom:10px;
}

#testes .box {
  position:relative;
  background:#bde4f4;
  margin-bottom:10px;
}

#testes #teste .titulo {
	font-size:14px;
	font-weight:bold;
}
#testes #teste .pergunta {
	font-size:12px;
  font-weight:bold;
}
#testes #teste .teste_pergunta {
	margin-bottom:15px;
}

/*.coluna-esq .box h3,
.coluna-dir .box */h3 {
  display:block;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  padding:16px 10px;
  background:#EE4F91;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  text-align:center;
}

.item .nome {
  display:block;
  margin:0px 0px 10px 260px;
  padding:8px 10px;
  background:#EE4F91;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  text-align:center;
}

.item .descricao {
  display:block;
  margin-left:260px;
}

.item .bt-ampliar {
  position:absolute;
  left:280px;
  bottom:20px;
}

.item .bt-indique {
  position:absolute;
  right:20px;
  bottom:20px;
}

.comentarios .nome {
  font-weight:bold;
  color:#EE4F91;
}

.comentarios .texto {
  color:#EE4F91;
}

.comentarios li {
  margin-bottom:10px;
}

#testes label {
  color:#EE4F91;
  font-weight:bold;
  display:inline-block;
  margin-bottom:2px;
}

#testes .field {
  border:1px solid #EE4F91;
  background:#fff;
  padding:5px;
  margin-bottom:10px;
  color:#EE4F91;
}

.coluna-esq .box .field {
  width:276px;
}

.coluna-esq .comentario-form .texto textarea {
  height:140px;
}

.coluna-esq .indicacao-form .texto textarea {
  height:80px;
}

.coluna-esq .participar-form .texto textarea {
  height:124px;
}

.coluna-esq .box .submit {
  float:right;
}

.comentario-mj {
  background:url(../images/layout/seuespaco-mj.png) no-repeat !important;
}

#testes .items {
  height:150px;
  margin-bottom:10px;
  overflow:hidden;
}

#testes .items .thumbs li {
  width:120px;
  height:130px;
  text-align:center;
  margin-left:15px;
  padding:6px;
  overflow:hidden;
}

#testes .items .thumbs li.selected {
  background:#F6ACCD;
}

.testes_list {
	list-style-image:url(../images/layout/list-blue.png);
	margin:30px 0 5px 30px;
	font-size:14px;
	color: #004281;
}

.testes_list li {
  margin-bottom:4px;
}

.testes_list a {
	color: #004283;
}

.testes_list .selected a {
  font-weight:bold;
}

#main_new .envie_testes{
	background:#004281;
	width:135px;
	height:26px;
	padding:7px;
	text-align:center;
}

#main_new .envie_testes a{
	font-family:tahoma;
	color:#fff;
	text-decoration:none;
	display:block;
}

#main_new .envie_testes a:hover{
	color:#CCC;
}

