/*********************************************************************************************************************************************/
/* FICHA VINHO                                                                                                                               */
/*********************************************************************************************************************************************/
div#apresentacaoVinho{
   display: block;
	min-height:150px;
	float:left;
	width:448px;
	margin-right:10px;
	margin-bottom:12px;
}

div#rightSideFicha{
   float: right;
	background:#ffffff;
	width:158px;
	min-height:130px;
}

div#imgAddBasket{
   width: 78px;
	height:78px;
	background: url(/images/botaoComprar.jpg) #ffffff no-repeat top;
   margin-left: 40px;
   margin-top: 30px;
}

div#imgAddBasket:hover{
	background: url(/images/botaoComprarHover.jpg) #ffffff no-repeat top;
}

span#add{
	width:96px;
	height: 26px;
	font-weight: bold;
}

a#image{
  float:left;
  padding-right:10px;
}

div#linkAddCarrinho{
	position: relative;
	padding-top:16px;
	padding-left: 16px;
	top:0px;
	height: 41px;
	margin-bottom:10px;
}

img#carrinho{
	margin-left:64px;
}

p#precos{
	width: 100%;
	text-align: center;
	margin-top:16px;
}

span#precoActual{
	font-weight:bold;
	font-size:12px;
}

span#precoOrig{
	text-decoration: line-through;
}

.price_info_note{
	text-align: center;
	color: #4C4C4C;
	padding-top: 10px;
}

div#informacaoVinho{
   display: inline-block;
	clear:left;
	min-height:150px;
	margin-top:10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top:1px dotted #909090;
	border-bottom:1px dotted #909090;
}

div#infoLeftside{
	width:438px;
	float:left;
}

p#titFichaVinho{
	font-weight: bold;
}

div#infoRightside{
	width:168px;
	float:left;
	margin-left:10px;
}

div.grupoInfo{
 margin-bottom:16px;
}

div.subGrupoInfo{
	margin-top: 4px;
	width:100%;
	color:#4C4C4C;
}

span.field{
   display: block;
   float: left;
	background-color: #ECECEC;
	width:145px;
	margin-right: 4px;
	padding: 2px 0px 2px 6px;
}

span.fieldValue{
   display: inline-block;
	background-color:#F9F9F9;
	padding: 2px 2px 2px 3px;
	width: 270px;
	min-height: 17px;
}

div#accaoClentes{
	display:inline-block;
	padding-bottom:14px;
}

div#accaoClentes a{
	display:block;
	float:left;
	width:55px;
	margin-top:6px;
}

ul.actions{
	display: inline-block;
	width: 100%;
}

ul.actions li{
	margin-bottom: 10px;
	width:72px;
	margin-right: 8px;
	display:inline-block;
	float:left;
}

div.errorBox {
  color: #FF0000;
  background-color: #FFCCCC;
  border: 1px solid #FF0000;
}

.successBox {
  color: #009901;
  background-color: #CCFFCC;
  border: 1px solid #009901;
}

/* ENVIAR */
div#enviar{
	width:100%;
	margin-top:18px;
	padding-bottom:6px;
	border-bottom:1px dotted #909090;
}

div.email-container{
	display:block;
	clear: left;
	margin-top:16px;
	width: 100%;
}

div#apresentaVinho{
	clear:left;
	margin-top:8px;
	margin-bottom:8px;
	font-size:106%;
}

span#email-title{
	font-weight:bold;
	margin-left:4px;
}

input#sender_name, input#sender_email{
	display:block;
	clear:left;
}

input#dest_emails{
	display:block;
	clear:left;
	width:410px;
}

textarea#email_message{
	display:block;
	clear:left;
	width:410px;
}

div.enviarEmail{
	margin-top:8px;
	margin-bottom:8px;
	padding:8px;
	background-color: #f2f2f2;
	width:480px;
}

div.emailResult{
	display:none;
	padding:8px;
	margin-bottom:4px;
}

label.lblsEnviar{
	display:block;
	float:left;
	margin-right:8px;
	margin-top:2px;
}

input.submit_email{
   clear:left;
	float:right;
	margin-right:8px;
	margin-top:8px;
	padding:2px;
}

div.emailSendProgress{
   display:none;
	float:left;
	margin-left:8px;
	margin-top:8px;
}

div.emailSendProgress h3{
   margin:0px;
	padding:0px;
	float:left;
}

div.emailSendProgress img{
   margin-left:8px;
	margin-top:2px;
	display:block;
	float:left;
}
/* ENVIAR END */

/* COMENTAR*/
div#comentar{
   display:none;
   width:100%;
	margin-top:18px;
	padding-bottom:6px;
	border-bottom:1px dotted #909090;
}

div.comment-container{
	display:block;
	clear: left;
	margin-top:16px;
	width: 100%;
}

div.enviarComment{
	margin-top:8px;
	margin-bottom:8px;
	padding:8px;
	background-color: #f2f2f2;
	width:480px;
}

span#comment-title{
	font-weight:bold;
	margin-left:4px;
}

textarea#comment_comentario{
	display:block;
	clear:left;
	width:410px;
}

input.submit_comment{
   clear:left;
	float:right;
	margin-right:8px;
	margin-top:8px;
	padding:2px;
}

div.commentSendProgress{
   display:none;
	float:left;
	margin-left:8px;
	margin-top:8px;
}

div.commentSendProgress h3{
   margin:0px;
	padding:0px;
	float:left;
}

div.commentSendProgress img{
   margin-left:8px;
	margin-top:2px;
	display:block;
	float:left;
}

div#comment-result{
	padding: 5px;
}
/* COMENTAR END */