a.produtosNovidades:active{text-decoration:none; font-weight:bold; line-height: 100%;}
a.produtosNovidades:link{text-decoration:none;color:#FC631E;font-size:15px;font-weight:bold;line-height: 100%;}
a.produtosNovidades:visited{text-decoration:none;color:#FC631E;font-size:15px;font-weight:bold;line-height: 100%;}
a.produtosNovidades:hover{text-decoration:none;color:#FC631E;font-size:15px;font-weight:bold;line-height: 100%;}~

a.produtos:active{text-decoration:none; font-weight:bold; line-height: 100%;}
a.produtos:link{text-decoration:none;color:#333333;font-size:15px;font-weight:bold;line-height: 100%;}
a.produtos:visited{text-decoration:none;color:#333333;font-size:15px;font-weight:bold;line-height: 100%;}
a.produtos:hover{text-decoration:none;color:#333333;font-size:15px;font-weight:bold;line-height: 100%;}


a.produtosMain:active{text-decoration:none; font-weight:bold; line-height: 100%;}
a.produtosMain:link{text-decoration:none;color:#FFFFFF;font-size:15px;font-weight:bold;line-height: 100%;}
a.produtosMain:visited{text-decoration:none;color:#FFFFFF;font-size:15px;font-weight:bold;line-height: 100%;}
a.produtosMain:hover{text-decoration:none;color:#FFFFFF;font-size:15px;font-weight:bold;line-height: 100%;}


.produtosBorder{
	border-top:#E5E5E5 1px solid;
	padding-top:10px;
}

.produtosNovidadeBorder{
	border-top:#333 1px dotted;
	padding-top:10px;
}

.produtosText1{
	color:#FFF;
	font-size:15px;
}

.produtosText2{
	text-decoration:line-through;
	color:#CCC;
}

.produtosText3{
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	color:#393838;
	border-bottom:#363636 2px solid;
}


#produtosContainer{
    width:210px;
    float:left;
    position:relative;
    padding:2px 2px 2px 2px;
}



#produtosContainerSep{
    width:25px;
    float:left;
    position:relative;
}

#produtosContainerSepH{
    width:700px;
    height:40px;	
    float:left;
    position:relative;
}

.lineTopProd{
	border-top: #666 1px dotted;
}


.prodText1 {
	font-weight:bold;
	color:#663E3E;
	font-size:16px;
}

.prodBorder {
	border-bottom:#4A4A4A 2px solid;
}

.linkProd1 {
	color:#663E3E;
	font-weight:bold;
	transition: all 0.4s ease 0s;
	text-decoration:none;
	font-size:16px;	
}

.linkProd1:hover {
	color:#663E3E;
	text-decoration:none;
}


.produtoPrev {
	display:block;
	float:right;
	width:37px;
	height:38px;
	background:url(../images/anterior.png) no-repeat 0 0;
}
.produtoPrev:hover {
	background-position:0 bottom;	
}
.produtoNext {
	display:block;
	float: right;
	width:37px;
	height:38px;
	background:url(../images/seguinte.png) no-repeat 0 0;
}
.produtoNext:hover {
	background-position:0 bottom;
}




.produtoLast {
	display:block;
	float:right;
	width:37px;
	height:38px;
	background:url(../images/ultimo.png) no-repeat 0 0;
}
.produtoLast:hover {
	background-position:0 bottom;	
}
.produtoFirst {
	display:block;
	float: right;
	width:37px;
	height:38px;
	background:url(../images/primeiro.png) no-repeat 0 0;
}
.produtoFirst:hover {
	background-position:0 bottom;
}

