@charset "utf-8";
/* CSS Document */
#all .middle .colRight .cartTop {
	float: left;
	width: 612px;
	background-image: url(../images/categoryTop.png);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 15px;
	padding-left: 20px;
}
#all .middle .colRight .cartTop h5 {
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	background-image: url(../images/pathBack.png);
	background-repeat: no-repeat;
	float: left;
	padding-right: 20px;
	padding-left: 25px;
	font-weight: bold;
}
#all .middle .colRight .cartTop a {
	color: #ff0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-right: 20px;
}
#all .middle .colRight .cartTop a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.saleOkTop {
	float: left;
	width: 612px;
	background-image: url(../images/categoryTop.png);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 15px;
	padding-left: 20px;
	font-size:16px;
	font-weight:bold;
}

#all .middle .colRight .confirm {
	background-color: #FFFFFF;
	text-align: right;
	float: left;
	width: 622px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 40px;
}


#all .middle .colRight .detBottom{
	float: left;
	display: inline;
	width:623px;
	margin-bottom:20px;
	margin-top:20px;
}
#all .middle .colRight  .metodPago {
	text-align: center;
	display: table;
	float: left;
	width: 632px;
}
#all .middle .colRight .tableCart .total {
	font-weight: bold;
	color: #CC0000;
	background-color: #EEEEEE;
	text-align: right;
}


#all .middle .colRight .tableCart {
	float: left;
	display: table;
	width:632px;
	margin-top:20px;
}
#all .middle .colRight .tableCart td {
	padding-bottom: 5px;
	padding-top:5px;
	background-color:#FFFFFF;
	padding-left:3px;
	padding-right:3px;
}
#all .middle .colRight .tableCart th {
	padding-bottom: 5px;
	padding-top:5px;
	background-color:#CCCCCC;
	padding-left:3px;
	padding-right:3px;
}
#all .middle .colRight .tableCart tr {
	margin-bottom:10px;
}
.totalCart{
font:bold 12px Verdana, Arial, Helvetica, sans-serif;
color:#CC0000;
}
