/* layout ----------------------------------------------- */
 
.TabControl{ width:100%; overflow:hidden;}
.TabControl #servicos_list, #cast_model_list{ width:100%; overflow:hidden; cursor:hand}
.TabControl #servicos_content, .TabControl #cast_model_content{ width:900px;  background:rgb(250, 231, 252);padding:20px; border-radius:0px 10px 10px 10px; margin-top:-2px; box-shadow:10px 10px 10px #F3C8F7; margin-bottom:20px }
.TabControl .abas{display:inline; cursor:pointer;}
.TabControl .abas li{float:left; margin-right:10px}
.aba{border-radius:5px 5px 0 0; text-align:center; padding:10px 30px; background:#FFF; font-size:22px; color:#E1A0ED}
.ativa{border:solid 1 px #FFF; border-radius:5px 5px 0 0; text-align:center; background:#F3C8F7;}
.ativa span, .selected span{color:#FFF; text-shadow:1px 1px #E1A0ED}
.TabControl #servicos_content, .TabControl #cast_model_content{background:#FFF;   height:400px}
.TabControl .conteudo{width:918px;   display:none; color:#666;  line-height:150%; overflow-y:auto; height:400px;}
.selected{ border:solid 1px #F3C8F7; border-radius:5px 5px 0 0; text-align:center; background:#F3C8F7}

/* line 317, ../sass/screen.sass */

#servicos_content .imageRow {
  *zoom: 1;
  width:500px;
}
#cast_model_content .imageRow {
  width:880px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.imageRow:after {
  content: "";
  display: table;
  clear: both;
}
/* line 320, ../sass/screen.sass */
.imageRow .single {
	height:115px;
}
/* line 322, ../sass/screen.sass */
.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  max-width:100px;
  max-height:100px;
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #E1A0ED;
}
/* line 337, ../sass/screen.sass */
.imageRow .set {
  background: rgba(255, 255, 255, 0.1);
   -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 343, ../sass/screen.sass */
.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}
/* line 346, ../sass/screen.sass */
.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}
/* line 351, ../sass/screen.sass */
.imageRow .set .single a:hover {
  background-color: #E1A0ED;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
/* line 355, ../sass/screen.sass */
.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 358, ../sass/screen.sass */
.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#cast_model_content .imageRow .set {
	border:}