/* CSS Document */

#content.full{
	margin-top:39px;
}
#content.full p{
	font-size:14px;
}
#content.full h2{
	background-image:url(../img/layout/bg-tit-carrinho.png);
	padding:3px 0 0 50px;
	height:35px;
	font-size:25px;
}
#content.full h2.semIcone{
	background-image:url(../img/layout/bg-tit-box-full.png);
	background-position:0 15px;
	background-repeat:no-repeat;
	padding:3px 0 0 20px;
	height:27px;
	font-size:25px;
}
#content.full h3{
	background-image:url(../img/layout/bg-tit-box-full.png);
	background-position:0 5px;
	background-repeat:no-repeat;
	padding:0px 0 0 25px;
	color:#1a3467;
}
#content.full h3 span{
	color:#000;
}
#content.full h4{
	font-size:14px;
	padding:2px 0 5px 0;
	color:#1a3467;
}
#content.full p.observacao{
	color:#a00;
}
#content.full p.atencao{
	color:#1a3467;
	font-weight:bold;
	padding:15px 0 30px 0;
}
#content.full p.aceitar{
	float:left;
	width:auto;
	color:#a00;
}
#content.full p.bt{
	text-align:right;
	padding-bottom:10px;
}
#content.full p.bt input[type=submit]{
	background-image:url(../img/layout/bg-bt.png);
	color:#FFF;
	font-size:14px;
	width:128px;
	height:31px;
	border:0;
	font-weight:bold;
	cursor:pointer;
}
#content.full a.imprimir{
	color:#000;
	padding:3px 0 2px 30px;
	display:block;
	background-image:url(../img/icons/imprimir.png);
	background-repeat:no-repeat;
	float:right;
	width:auto;
	font-size:14px;
	text-decoration:none;
}
#content.full a.imprimir:hover{
	text-decoration:underline;
}

#content.full div.boxFull input[type=checkbox]{
	margin:0 5px 0 0;
}
#content.full div.boxFull{
	background-image:url(../img/layout/bg-box-full.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:10px 25px 15px 25px;
	font-size:25px;
	margin-bottom:10px;
}
#content.full div.boxFull table{
	border-right:1px solid #d6d6d6;
	border-top:1px solid #d6d6d6;
	margin-bottom:10px;
}
#content.full div.boxFull table.total{
	float:right;
	width:220px;
}
#content.full div.boxFull table tr th{
	border-left:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	background-color:#eaeaea;
	font-size:14px;
	padding:4px 10px;
}
#content.full div.boxFull table tr th.esq, #content.full div.boxFull table tr td.esq{
	text-align:left;
}
#content.full div.boxFull table tr th.dir{
	text-align:right;
}
#content.full div.boxFull table tr td{
	border-left:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	font-size:14px;
	padding:4px 10px;
	text-align:center;
}
#content.full div.boxFull table tr td.borda{
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}
#content.full div.boxFull table tr td input.qtde{
	font-size:12px;
	color:#777;
	text-align:center;
	width:22px;
	padding:3px 8px 4px;
	border:0;
	background-image:url(../img/layout/bg-input-qtde.png);
	background-repeat:no-repeat;
}

#content.full div.boxFull #linksCarrinho{
	min-height:60px;
	padding-left:10px;
}
#content.full div.boxFull #linksCarrinho a{
	float:left;
	width:auto;
	display:block;
	padding:0 10px 0 40px;
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#content.full div.boxFull #linksCarrinho a span{
	font-size:12px;
	font-weight:normal;
	display:block;
}
#content.full div.boxFull #linksCarrinho a.continuar{
	background-image:url(../img/icons/continuar-comprando.png);
	width:140px;
}
#content.full div.boxFull #linksCarrinho a.recalcular{
	background-image:url(../img/icons/recalcular.png);
	width:180px;
}

#content.full div.boxFull #termos{
	border:1px solid #cbc9c9;
	background-color:#e9e9e9;
	padding:10px;
	height:180px;
	overflow:auto;
	margin-bottom:10px;
}
#content.full div.boxFull #termos h5{
	font-size:14px;
	padding-bottom:5px;
}
#content.full div.boxFull #termos h5 span, #content.full div.boxFull #termos a{
	color:#a00;
}
#content.full div.boxFull #termos p{
	padding-bottom:10px;
}
#content.full div.boxFull #termos ol{
	margin:0 0 10px 25px;
	font-size:14px;
}