/********** LAYOUT **********/
.layout_left {
    width: 150px;
    vertical-align: top;
	padding: 3px;
}
.layout_main {
	width: 460px;
	height: 500px;
	vertical-align: top;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #707038;
	border-left-color: #707038;
}
.layout_right {
    width: 150px;
    vertical-align: top;
	padding: 3px;
}
/********** TITLES **********/
.title_1 {
    font-size: 14px;
    color: #76763A;
    font-weight: bold;
}
.title_1 a:link {
    color: #76763A;
    text-decoration: none;
}
.title_1 a:hover {
    color: #76763A;
    text-decoration: underline;
}
.title_1 a:active {
    color: #76763A;
    text-decoration: underline;
}
.title_1 a:visited {
    color: #76763A;
    text-decoration: none;
}
.title_2 {
	font-size: 12px;
	color: #ACAC57;
	font-weight: bold;
}
.title_3 {
	color: #000000;
	font-weight: bold;
}
.bg_color_title_1 {
	background-color: #EBEBD8;
	height: 25px;
}
/********** CLIENTS **********/
.login {
    width: 120px;
}
.morada {
    width: 99%;
    height: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
/********** CART **********/
.carrinho_qt {
	text-align: center;
	width: 30px;
}
