.overBar {
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0;
	height: 40px;
	position: absolute;
	width: 100%;
	top: 0px;
}

.underBar {
	background-color: #430a86;
	width: 100%;
	border-top-color: #d1b7ef;
	border-top-style: solid;
	border-top-width: 1px;
	height: 27px;
	float: left;
    margin-top: 78px;
}

.infoBar {
	padding: 5px;
}

.underDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 3px;
}
.underInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

TABLE.footer {
	width: 100%;
	background: #f7f7f7;

}

TABLE.footer td{
	color: #909092;
}
	
.toolBar{
	float: right;
	margin-top: -26px;
	z-index: 9999;
}

.noMenuBar {
	background-position: right top;
	background-repeat: no-repeat;
	padding: 0;
	height: 40px;
	width: 100%;
}


/* div carrito */
#cartInfo {
	position: relative;	
	_margin-bottom: -3px;
	z-index: 9999;
}

#floatCart {
    background-color: #F3F3F3; 
	border: 1px solid #bababa;
	position: absolute;
	z-index: 9999;
	width: 240px;
	padding: 5px;
	margin-top: 3px;
	top: 25px;
	left: 2px;	
} 

#floatCart h3 {
    background-color: #FBC566;
    border: 0 solid #FF0000;
    color: black;
    height: 22px;
    margin-left: -5px;
    margin-top: -5px;    
    padding-left: 11px;
    padding-top: 10px;
    width: 239px;
    font-size: 11px;
    _padding: 5px;
    margin-right: -5px;
}

#floatCart h3 div {
    position: relative;
    float: right;
    margin-top: -18;
}

#floatCart p {
    margin-bottom: 5px;
} 

#floatCartItems tr.odd {
    background-color: #ffffff;
    border-bottom: 1px dashed #40403F;
}

#floatCartItems tr.even {
    background-color: #ffffff;
	border-bottom: 1px dashed #40403F;
}

#floatCart p.msg {
     font-size: 9px;
}

#floatCart p.btn{
    text-align: right;
}

#cartClose {
   padding-right: 5px;
   padding-top: 16px;
}

/* fin div carrito */ 