
hr.line {
	border: none;
	border-bottom: 1px solid #aaa;
	margin: 10px 0;
}

/**********************************************************************************/
/*                                Carro de compra                                 */
/**********************************************************************************/

table.sell-lines {
	width: 610px;
	font-size: 14px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.sell-lines img {
	vertical-align: middle;
}

table.sell-lines thead th {
	padding: 0 5px;
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #aaa;
	color: black;
}

table.sell-lines tbody td {
	padding: 5px;;
	text-align: left;
	color: black;
}

table.sell-lines tfoot td {
	padding: 0 5px;
	line-height: 30px;
	text-align: right;
	color: black;
	font-weight: bold;
}

table.sell-lines tbody input {
	background: #f7f7f7;border: 1px solid #e7e7e7;
	font-size: 12px;
	width: 40px;
	text-align: right;
}

#sellLinesLink {
	padding-left: 10px;
}

/**********************************************************************************/
/*                                  Fin Carro de compra                           */
/**********************************************************************************/


/**********************************************************************************/
/*                                     Botones                                    */
/**********************************************************************************/
.button, a.button {
	border: 1px solid #ccf;
	background: transparent url(../img/fisac/button.png) repeat-x top left;
	cursor: pointer;
	color: black;
	text-decoration: none;
	padding: 1px 5px;
	font-size: 15px;
	font-weight: normal;
}

a.button {
	padding-top: 2px;
        font-size: 15px;
}

/**********************************************************************************/
/*                                   Fin botones                                  */
/**********************************************************************************/


/**********************************************************************************/
/*                                 Formulario de compra                           */
/**********************************************************************************/

.sell-lines-form dl {
	font-size: 15px;
}

.sell-lines-form input {
	font-size: 15px;
	border: 1px solid #ccc;
}

.sell-lines-form dt {
	float: left;
	width: 120px;
}
.sell-lines-form dd {
	display: block;
	margin-left: 120px;
	margin-bottom: 10px;
}

.sell-lines-form .note {
	color: #777;
	font-size: 15px;
	display: block;
	margin: 5px 0;
}

.sell-lines-form .noteSmall {
	color: #777;
	font-size: 10.97px;
	display: block;
	margin: 5px 0;
}

.sell-lines tbody .error {
	color: red;
}

.errorStockCarro  {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:14px;
    color: red;
}

/**********************************************************************************/
/*                               Fin Formulario de compra                         */
/**********************************************************************************/

/**********************************************************************************/
/*                               Confirmación de compra                           */
/**********************************************************************************/

.sell-lines-confirm {
	font-size: 14px;
}

.sell-lines-confirm p{
	margin-top: 15px;
}

.sell-lines-confirm .data {
	margin: 10px 0;
}
.sell-lines-confirm .data span {
	font-weight: bold;
	padding-right: 10px;
}

/**********************************************************************************/
/*                               Fin confirmación de compra                         */
/**********************************************************************************/



/**********************************************************************************/
/*                                     Cajas redondeadas                          */
/**********************************************************************************/

/* gris */
.round-box {
	position: relative;
	overflow: hidden;
	width: 660px;
}

.round-box .rb-header {
	position: relative;
	height: 21px;
}

.round-box .rb-header .rb-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 100%;
	background: transparent url(../img/fisac/square/izda_sup.gif) no-repeat top left;
}

.round-box .rb-header .rb-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: transparent url(../img/fisac/square/dcha_sup.gif) no-repeat top left;
}

.round-box .rb-header .rb-center {
	margin: 0 23px;
	height: 100%;
	background: transparent url(../img/fisac/square/linea_arriba.gif) repeat-x top left;
}

.round-box .rb-middle {
	position: relative;
}

.round-box .rb-middle .rb-left {
	position: absolute;
	left: 0;
	height: 100%;
	width: 23px;
	background: transparent url(../img/fisac/square/linea_izda.gif) repeat-y top left;
}

.round-box .rb-middle .rb-right {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 23px;
	background: transparent url(../img/fisac/square/linea_dcha.gif) repeat-y top left;
}

.round-box .rb-middle .rb-center {
	margin: 0 23px;
	overflow: hidden;
}

.round-box .rb-footer {
	position: relative;
	height: 21px;
}

.round-box .rb-footer .rb-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 23px;
	height: 100%;
	background: transparent url(../img/fisac/square/izda_inf.gif) no-repeat top left;
}

.round-box .rb-footer .rb-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: transparent url(../img/fisac/square/dcha_inf.gif) no-repeat top left;
}

.round-box .rb-footer .rb-center {
	margin: 0 23px;
	height: 100%;
	background: transparent url(../img/fisac/square/linea_abajo.gif) repeat-x top left;
}

/**********************************************************************************/
/*                                 Fin cajas redondeadas                          */
/**********************************************************************************/

div.error_message {
	display: inline;
	color: red;
}

