/**
 *
 * CSS com estilos da pagina
 *
 * @Autor - General Desenvolvimento Web - http://www.ageneral.com.br
 */

/* 
	Estilo da barra superior
	========================================================================== */
.minhaconta-content {

}

.minhaconta-content .header-title {
	background: #002342;
	height: 56px;
}

.minhaconta-content h1.titulo {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 56px;
	text-transform: uppercase;
	margin-left: 35px;
	padding-left: 40px;
	position: relative;
}

.minhaconta-content .titulo:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/Content/images/sprite.png) -172px -423px no-repeat;
	margin-top: 19px;
	margin-left: -35px;
}

/* 
	Conteúdo Principal
	========================================================================== */
.content {
	padding: 30px;
	color: #818181;
	font-weight: 100;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 100px;
}

.content .intro {
	margin-bottom: 35px;
}

.content .intro span {
	color: #1a6b90;
	font-weight: 400;
}

.content .menu-minhaconta {
	border-top: 1px solid #b2b2b2;
	padding: 30px 0px;
	border-bottom: 1px solid #b2b2b2;
	overflow: hidden;
}

.menu-minhaconta a.cadastro {
	width: 780px;
	height: 120px;
	background: #1a6b90;
	line-height: 120px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	padding-left: 160px;
	float: left;
	position: relative;
	margin-right: 20px;
}

.menu-minhaconta a.cadastro:before {
	content: '';
	position: absolute;
	width: 130px;
	height: 95px;
	border-right: 1px solid #FFF;
	left: 0px;
	top: 12px;
	background: url(/Content/images/sprite.png) -205px 20px no-repeat;
}

.menu-minhaconta a.leiloeiras {
	width: 780px;
	height: 120px;
	background: #1a6b90;
	line-height: 120px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	padding-left: 160px;
	float: left;
	position: relative;
	margin-right: 20px;
}

.menu-minhaconta a.leiloeiras:before {
	content: '';
	position: absolute;
	width: 130px;
	height: 95px;
	border-right: 1px solid #FFF;
	left: 0px;
	top: 12px;
	background: url(/Content/images/sprite.png) -205px -75px no-repeat;
}

.menu-minhaconta a.leiloeiras:hover,
.menu-minhaconta a.cadastro:hover {
	background: #002342;
}

.menu-minhaconta a.sair {
	width: 140px;
	height: 120px;
	background: #5f1113;
	line-height: 180px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	float: left;
	position: relative;
	text-align: center;
}

.menu-minhaconta a.sair:hover {
	background: #c60505;
}

.menu-minhaconta a.sair:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 30px;
	left: 54px;
	top: 25px;
	background: url(/Content/images/sprite.png) -260px -200px no-repeat;
}




































