@import url("comum.css");
@import url("form.css");
@import url("../home/home.css");
@import url("../produtos/produtos.css");
@import url("../portfolio/portfolio.css");
@import url("../pedido/pedido.css");

/*MAIN*/
.main {
	width : 670px;
}

.mainArea td, 
.mainArea th {
	text-align : left;
}
/*TOP*/
.top {
	width : 100%;
}

.top .logo {
	width : 197px;
}

.top .community img {
	cursor : pointer;
}

.top .community {
	text-align     : right;
	vertical-align : bottom;
	padding-bottom : 5px;
	padding-right  : 10px;
}

.top .community .message {
	color       : #CCCCCC;
	font-weight : bold;
	font-size   : 11px;
}
/*BODY*/
body {
	background-color  : #a89167;	
	background-image  : url('/skin/img/comum/background.gif');
	background-repeat : repeat-x;
}
/*LISTS*/
ul {
	margin-left : 15px;
}
/*MENU TOP*/
.menuArea {
	padding-top    : 5px;
	padding-bottom : 0px;
	padding-right  : 5px;
}

.menu {
	width : 100%;
}

.menu td {
	text-align     : center;
	vertical-align : top;
}
/*BOTTOM*/
.bottomArea {
	padding-top : 15px;
}

.copyright {
	text-align : center;
	font-size  : 10px;
}
/*MENU BOTTOM*/
.menuBottom {
	text-align : center;
	padding    : 5px;
}

.menuBottom,
.menuBottom a {
	font-weight : normal;
	color       : #7b663b;
	font-size   : 11px;
}
/*SEPARATORS*/
.separatorH {
	clear            : both;
	height           : 2px;
	padding          : 0px;
	margin           : 0px;
	line-height      : 2px;
	overflow         : hidden;
	background-image : url( '/skin/img/separators/separator_horizontal.gif' );
}

.separatorV {
	padding          : 0px;
	margin           : 0px;
	width            : 2px;
	background-image : url( '/skin/img/separators/separator_vertical.gif' );
}
/*MISC*/
.knowMore {
	text-align : right;
}

.backButton {
	clear       : both;
	padding-top : 10px;
}

.mundopixel {
	font-weight : bold;
	color       : #80280e;
}
/*CONTENT*/
#content {
	padding-left  : 10px;
	padding-right : 10px;
}
/*ERROR*/
.saveErrorArea {
	clear : both;
}

.saveErrorArea table {
	width : 100%;
}

.saveErrorArea td.errorImage {
	padding : 5px;
	width   : 5%;
}

.saveErrorArea td.errorMessages {
	width : 95%;
}

.saveError {
	border           : 1px solid #5e8005;
	background-color : #e4ffb1;
	/*height           : 45px;*/
	padding          : 23px;
	padding-left     : 80px;
	background-image : url( '/skin/img/icons/warning_green.gif' );
	background-repeat: no-repeat;
}

.error ul {
}

.error li {
	font-weight : normal;
	color       : #930000;
}
/*TITLE*/
.subtitle {
	padding-bottom : 4px;
	color          : #6a4f1d;
	font-weight    : bold;
	font-size      : 13px;
}

.subtitle2 {
	padding-bottom : 4px;
	color          : #6a4f1d;
	font-weight    : bold;
	font-size      : 12px;
}

.subtitle3 {
	color       : #6a4f1d;
	font-weight : bold;
}
/*BOX*/
.boxMiddle {
	background-color : #b9a785;
}