/* Continuação  - MCF loja */

/*Colors Used:

red: #df2317
text black: #191919
medium gray: #6a6868
light gray: #d8d7d7
*/
.price {
	display: inline;
	font-size: 1.2em;
	margin: 0 2px;
	color: #df2317;
	border: none;
	
}
/* Coluna Central desenvolvimento */
#colcentral2 {
	width: 608px;
	margin-top: 10px;
	float: left;
}

		/* Caixa produtos continuação */	
		#colprod2 {
			width: 608px;
			background: white url(../img/topwhite02.png) no-repeat;
			float: left;
		}
		#prodbot2 {
			width:608px;
			height: 24px;
			margin-bottom: 14px;
			float: left;
			text-align: right;
			background: white url(../img/botwhite02.png) no-repeat;
		}	

.prodbox2 {
			width:225px;
			padding: 4px 2px;
			padding-bottom: 20px;
			float: left;
			text-align: center;
		}
	DIV.iteminfo {
		width: 375px;
		padding-top: 20px;
		float: right;
	}
/* Coluna direita Continuação */
#coldir2 {
	width: 180px;
	float: left;
	padding-left: 2px;
	margin-top: 10px;
}
		/* Carrinho Compras */
		#cartbox {
			width: 171px;
			/*margin: 0 4px;*/
			float: left;
			background: #6a6868 url(../img/topgray01.png) no-repeat;
		}
		#cartboxbot {
				width: 171px;
				height: 14px;
				/*margin: 0 4px;*/
				float: left;
				background: url(../img/botgray01.png) no-repeat;
			}	

/* Items do carrinho */
UL.cartitems {
				margin-left: 10px;
				padding-right: 3px;
			}
UL.cartitems LI {
				color: #f2dd53;
				list-style: inside none;
			}
UL.cartitems LI.nocart {
				list-style: inside none;
			}
UL.cartitems LI A {
				color: #d8d7d7 !important;
				padding-top: 8px;
			}
IMG.oview {
	padding: 2px;
	border: solid 1px maroon;
	margin-bottom: 6px;
}

/*Tabela do Carrinho*/
TABLE {
	width: 90%;
	margin-left: 20px;
	padding: 20px 0;
}
CAPTION {
	font-size: 15px;
	color: #df2317;
	margin-top: 8px;
}
TH {
	padding: 8px;
	color: #df2317;
}
TD {
	padding: 6px;
}
TD.tdestak {
	color: maroon;
	background: #d8d7d7;
	font-weight: bold;
}

/*Tabela do Carrinho*/
TABLE.tcart {
	width: 90%;
	margin-left: 20px;
	padding: 20px 0;
}
TABLE.tcart CAPTION {
	font-size: 15px;
	color: #df2317;
	margin-top: 8px;
}
TABLE.tcart TH {
	padding: 8px;
	color: #df2317;
}
TABLE.tcart TD {
	padding: 6px;
}
TABLE.tcart TD.tdestak {
	color: maroon;
	background: #d8d7d7;
	font-weight: bold;
}

/*Tabela Medidas */
TABLE.medidas {
	width: 90%;
	margin: 6px auto 20px auto;
	font-size: x-small;
	border: solid 2px #d8d7d7;
	padding: 8px 0;
	text-align: center;
}
TABLE.medidas CAPTION {
	font-size: 12px;
	color: #df2317;
	margin-top: 8px;
}
TABLE.medidas TH {
	padding: 8px;
	color: #df2317;
}
TABLE.medidas TR {
	border-bottom: dotted 1px #6a6868;
}
TABLE.medidas TD {
	padding: 6px;
	border-bottom: dotted 1px #6a6868;
}
TABLE.medidas TR.tdest {
	height: 10px;
	background: gray;
	font-weight: bold;
}

/* Q&A */
OL.quest {
	padding: 6px 8px 20px 8px;
}
	OL.quest LI {
				color: #000099;
				list-style: none;
				/* list-style: inside decimal; */
				padding: 4px 0;
				font-weight: bold;
	}
	OL.quest LI A {
			color: #000099;
	}
P.answer:first-line {
	color: #000099;
	font-weight: bold;
}
P.answer {
	padding-top: 20px;
}

/* Trilho navega */
UL.trilho {
	padding: 0 0 6px 0;
	display: inline;
}
	UL.trilho LI {
			list-style: none;
			display: inline;
			color: #6a6868;
			padding: 0;
	}
	UL.trilho LI A {
			color: #d8d7d7;
	}