@charset "utf-8";
/*
Shoppeer.com | Compra en grupo. Paga menos.
http://www.shoppeer.com
LMMS @ Pulso 2008/2009

Versión: 0.5 - CSS BUTTONS FRAMEWORK

 - Testeado en IE 6/7/8, FF 2/3, Safari 3/4, Opera 9.6 y Chrome 1.0.x
 - No validará: Contiene hacks IE6/7 y extensiones de Mozilla/Safari/Konqueror.
 - Reset del elemento BUTTON incluido en reset.css
*/
button {}

a.button, button.button { 
	text-decoration:none;
	font:bold 1em Arial, Helvetica, sans-serif;
}
button.button {
	cursor:pointer;
}
	html>/**/body button .btn, x:-moz-any-link { /*FireFox 2 */
		margin:-1px -3px 0px;
	} 
	html>/**/body button .btn, x:-moz-any-link, x:default {/*FireFox 3*/
		margin:-5px -3px -2px;
	}

.button:active {
	border-style:outset;
}
.button:focus{
	outline:0;
}

.button,
.button span,
.button span span {
	overflow:visible;
	text-decoration:none;
}

		.button .btn span {
			/* Segundo <span> dentro del botón (el más anidado) */
			line-height:24px;
			padding-left:19px;
		}
		html>/**/body .button .btn span {
			/* Para que no lo interprete IE6 (ni IE7) */
			display:inline-block;  /*Solventa un fallo de visualización en Safari 3.1.2 */
		}

/* Módulo: COLORES DE TEXTO, FONDO Y BORDES
--------------------------------------------- */

/* Textos */
	.button {
		color:#007399; font-weight:bold;
	}
	.button:hover {
		color:#444;
	}
	
/* Bordes y fondos */
	.button .btn {
		background:#D8E3E9 url(../img/backgroundButton.gif) left top repeat-x;
		border:1px solid #D8E3E9;
	}
	.button:hover .btn, .button .btn:hover, .button:hover .btn:hover {
		border:1px solid #999;
	}


/* Módulo: ESQUINAS REDONDEADAS
--------------------------------------------- */
.button span.btn {
	overflow:auto;
	padding:3px 5px 4px 4px;
	border-radius:3px;  /* CSS3 */
	-webkit-border-radius:3px; /* Safari */
	-khtml-border-radius:3px; /* Konqueror */
	/*-moz-border-radius:0.3em;*/ /* Firefox 2/3 - No lo empleamos por el deficiente soporte en Firefox 2 */
	}
	html>/**/body .button span.btn, x:-moz-any-link, x:default {
		-moz-border-radius:3px; /* Sólo Firefox3 */
	}

/* Módulo: Errores IE6/7 */
.buggy {
	*position:relative;
	*top:-6px;
	}

/* Módulo: BOTONES PERSONALIZADOS
--------------------------------------------- */
		.button .btn .btnBuyer {
			background:transparent url(../img/icoBtnBuyer.gif) 0% 50% no-repeat;
		}
		.button .btn .btnSeller {
			background:transparent url(../img/icoBtnSeller.gif) 0% 50% no-repeat;
		}

		.button .btn .btnAbajo {
			background:transparent url(../img/icoBtnAbajo.gif) 0% 50% no-repeat;
		}
		.button .btn .btnArriba {
			background:transparent url(../img/icoBtnArriba.gif) 0% 50% no-repeat;
		}
		.button .btn .btnAccept {
			background:transparent url(../img/icoBtnAccept.gif) 0% 50% no-repeat;
		}
		.button .btn .btnArchive {
			background:transparent url(../img/icoBtnArchive.gif) 0% 50% no-repeat;
		}
		.button .btn .btnCancel {
			background:transparent url(../img/icoBtnCancel.gif) 0% 50% no-repeat;
		}
		.button .btn .btnCreditCards {
			background:transparent url(../img/icoBtnCreditCards.gif) 0% 50% no-repeat;
		}
		.button .btn .btnError {
			background:transparent url(../img/icoBtnError.gif) 0% 50% no-repeat;
		}
		.button .btn .btnExcel {
			background:transparent url(../img/icoBtnExcel.gif) 0% 50% no-repeat;
		}
		.button .btn .btnGo {
			background:transparent url(../img/icoBtnGo.gif) 0% 50% no-repeat;
		}
		.button .btn .btnHelp {
			background:transparent url(../img/icoBtnHelp.gif) 0% 50% no-repeat;
		}
		.button .btn .btnInfo {
			background:transparent url(../img/icoBtnInfo.gif) 0% 50% no-repeat;
		}
		.button .btn .btnJoin {
			background:transparent url(../img/icoBtnJoin.gif) 0% 50% no-repeat;
		}
		.button .btn .btnMailNew {
			background:transparent url(../img/icoBtnMailNew.gif) 0% 50% no-repeat;
		}
		.button .btn .btnMailOpen {
			background:transparent url(../img/icoBtnMailOpen.gif) 0% 50% no-repeat;
		}
		.button .btn .btnMailReply {
			background:transparent url(../img/icoBtnMailReply.gif) 0% 50% no-repeat;
		}
		.button .btn .btnRegister {
			background:transparent url(../img/icoBtnRegister.gif) 0% 50% no-repeat;
		}
		
		.button .btn .btnAccept2 {
			background:transparent url(../img/icoBtnAccept2.gif) 0% 50% no-repeat;
		}
		.button .btn .btnAdd2 {
			background:transparent url(../img/icoBtnAdd2.gif) 0% 50% no-repeat;
		}
		.button .btn .btnCancel2 {
			background:transparent url(../img/icoBtnCancel2.gif) 0% 50% no-repeat;
		}
		.button .btn .btnDelete2 {
			background:transparent url(../img/icoBtnDelete2.gif) 0% 50% no-repeat;
		}
