@charset "UTF-8";
/* Domusmor detalhes produtos */


div#sinkDetails {
	position: absolute;
	top: 70px;
	width: 1008px;
	height: 262px;
}
/* ################ */
ul#menu_escolha  {
	position: absolute;
	top: 20px;
	z-index: 300;
	margin-left: 30px;
}

ul#menu_escolha li {
    float: left;
    height: 28px;
    overflow: hidden;
    margin: 0;
}

ul#menu_escolha li a:link, ul#menu_escolha li a:visited {
    display: block;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    color: #fff;
    padding: 2px 16px;
    margin-top: 2px;
    border-right: 1px solid #5f6060;
    border-top: 1px solid #5f6060;
    border-bottom: 1px solid #5f6060;
    background: url(../images/backButtonDetailMenu.png) repeat-x 0 top;
    text-decoration: none;
}

ul#menu_escolha li:first-child a:link, ul#menu_escolha li:first-child a:visited {
    border-left: 1px solid #5f6060;
}

ul#menu_escolha li a:hover {
    background-position: 0 center;
}

ul#menu_escolha li a:active {
    color: black;
    background-position: 0 bottom;
}

ul#menu_escolha li a.selected {
    color: black;
    margin-top: 0;
    border-top: 2px solid white;
    border-left: 2px solid white !important;
    border-right: 2px solid white;
    border-bottom: 4px solid #9eabc9;
    background-color: #9eabc9;
    background-image: none;
}

/* ################ */
div#blueRow {
	z-index: 0;
	position: absolute;
	top: 46px;
	background-color: #9eabc9;
	width: 1008px;
	height: 20px;
	margin: 0;
	border-top: 2px solid white;
    border-bottom: 2px solid white;
}

/* ################ */
#produto_menu{
	opacity: 0;
	background: url(../images/transparent.png);
	height: 45px;
}

.produto_titulo{
	float: left;
	padding: 13px 30px 10px 30px;
	margin-left: 0px;
	height: 25px;
	color: #777679;
	font-size: 18px;
	font-family: Arial;
	background: #e7e4e7;
	/*background: url(../images/transparent.png);*/
	
	/*text-shadow: #333 1px 0px 0px;*/
}

.produto_categoria{
	float: left;
	padding: 15px 0px 5px 30px;
	margin-left: 1px;
	height: 25px;
	color: #DDD;
	font-size: 10px;
	text-transform: uppercase;
}

.produto_categoria a{
	color:#DDD;
	text-decoration: none;
}

.produto_categoria a:hover{
	color:#FFF;
	text-decoration: underline;
}

/* ################ */
#detalhe_produto{
	opacity: 0;
	width: 1008px;
	height: 339px;
	background: #EEE;
	/*background:url(../images/transparent_w.png);*/
}

#detalhe_produto table th.title {
    padding-bottom: 35px !important;
	color: #2b2b2b;
    font-size: 11px;
    text-decoration: none;
}

/* ################ */
div.verticalLine {
    position: absolute;
    top: 0;
    height: 230px;
    width: 0;
    border-right: 1px solid #dee2e2;
}

/* ################ */
#detalhe_produto .sinkValue {
    color: #000;
    font-size: 11px;
}

#detalhe_produto .sinkValue.orientation {
    text-align: right;
	color: #8e8e8e;
}

#detalhe_produto .sinkValue.wasteHole {
    text-align: right;
}

#detalhe_produto .sinkValue.color {
    text-align: right;
	font-size: 10px;
}

#detalhe_produto .sinkValue.highlight {
    color: #6189cf;
    font-size: 13px;
}

#detalhe_produto .measurementUnit {
    color: #000;
    font-size: 9px;
}

/* ################ */
table#especificacoes_detalhes {
    position: absolute;
    z-index: 200;
    top: -20px;
    right: 0px;
    font-size: 10px;
}

table#especificacoes_detalhes th {
    text-align: left;
    padding: 0 10px;
}


table#especificacoes_detalhes td {
    text-align: left;
    padding: 0 10px;
    height: 18px;
}

/* ################ */
table#especificacoes_gerais {
    position: absolute;
    top: -20px;
    left: 420px;
    font-size: 10px;
}

table#especificacoes_gerais th {
    text-align: right;
    padding: 0 10px;
	color: #8e8e8e;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
}

table#especificacoes_gerais td {
    text-align: left;
    padding: 0 10px;
    height: 18px;
}

/* ################ */
div#detalhe_misturadoras {
	position: relative;
	width: 100%;
	height: 339px;
	float: left;
	background: #EEE;
}
div#misturadoras_imagem {
	position: relative;
	width: 75%;
	float: left;
	text-align: center;
}
div#misturadoras_detalhes {
	position: relative;
	width: 25%;
	height: 30px;
	padding-top: 100px;
	float: left;
}
#misturadoras_detalhes .productValue {
	color: black;
	font-size: 12px;
}
#misturadoras_detalhes .productValue.highlight {
	color: #6189cf;
	font-size: 14px;
}