/*-------- tienda style sheet --------*/
* {
	margin: 0;
	padding: 0;
	}

/*-- Tienda login style --*/
#login {
	float: left;
	margin-top: 10px;
	width: 900px;
/*	height: 45px;*/
}
#review {
	float: left;
	width: 900px;
}
#login, #review, #login label, #login p, #login a, #review p {
	position: relative;
	padding-left: 12px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	color: #000000;
	font-size: 1em;
	}
#login p, #review p {
	float: left;
	color: #E10C61;
	margin: 0;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	}
#login a, #review a {
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #E10C61;
	text-decoration: underline;
	}
#review a {
	margin-top: 5px;
	margin-left: 5px;
}
#login a:hover, #review a:hover {
	text-decoration: none;
	color: #FF99CC;
	}
#login input {
	width: 110px;
	}
#login label {
	display: block;
	float: left;
	margin-right: 5px;
	}	
#connection input {
	width: 100px;
	}
	
#username, #password, #connection {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	}
#connection a {
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #000000;
	}
#connection a.newaccount {
	font-size: 0.8em;
	letter-spacing: 0.1em;
	color: #FF5C43;
	text-decoration: underline;
}
#connection a.newaccount:hover {
	text-decoration: none;
	color: #FF99CC;
}
#remember {
	margin-bottom: 3px;
}
#remember input {
	width: auto;
	margin-top: 3px;
}

/*-- Tienda sidebar style --*/
#sidebarProd {
	position: relative;
	float: left;
	width: 200px;
	min-height: 512px;
	margin-top: 11px;
	margin-left: 20px;
	margin-bottom: 20px;
	}
#sidebarProd h3 {
	padding: 1px 4px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 1.3em;
	color: #000000;
	border-bottom: 1px solid #FF5C43;
	margin-bottom: 10px;
}
#sidebarProd h3.last_h3 {
	background-color: #ecbdbd;
	margin: 0;
	margin-top: 10px;
}
#sidebarProd ul {
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	margin-left: 2px;
	margin-top: 2px;
	padding-left: 4px;
	list-style: none;
	line-height: 1.3em;
	letter-spacing: 1px;
	}
#sidebarProd ul a {
	text-decoration: none;
	color: #000000;
	}
#sidebarProd ul a:hover, #sidebarProd ul a:hover {
/*	background: #b576cd;*/
	color: #E10C61;
	}
#sidebarProd ul a:active {
	background: #D5B9E0;
	color: #573041;
	}
#sidebarProd ul ul {
	margin-left: 4px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 0.9em;
	list-style-image: none;
	list-style-type: none;
	letter-spacing: 1px;
	}
#sidebarProd p {
	color: #000000;
	margin-left: 5px;
	}
#sidebarProd .info {
	color: #E10C61;
	font-weight: bold;
	}
#sidebarProd a.store {
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	color: #FF5C43;
	background: #D5B9E0;
	margin-left: 35px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
	}
#sidebarProd a:hover {
	color: #E10C61;
}

/*-- Product Description --*/
#product {
	float: left;
	width: 670px;
	min-height: 509px;
	margin-right: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 1px;
	padding-bottom: 4px;
/*	background-color: #601F68;*/
	}
#product h3 {
	padding: 1px 5px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 1.3em;
	color: #000000;
	text-align: right;
	border-bottom: 1px solid #FF5C43;
	font-weight: bold;
	}
#product h4 {
	margin-top: 20px;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 22px;
	color: #832A8D;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	border-bottom: 1px solid #FFFFFF;
}
#product .h3center {
	text-align: center;
}
#product .noactive {
	color: #d1bdbb;
}
#product .active {
	color: #A4518F;
}
#product .anounce {
	margin-top: 5px;
	margin-left: 10px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	color: #000000;
	font-size: 0.9em;
}
#product .error {
	color: #E10C61;
	font-weight: bold;
	font-size: 0.9em;
	letter-spacing: 1px;
	}
#product p, #product a {
	color: #000000;
	line-height: 1.1em;
	margin: 5px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	position: relative;
	}
#product a {
	color: #FF5C43;
}
#product a:hover {
	color: #000000;
}
#modelos {
	height: 90px;
	margin-top: 10px;
	padding: 0 1px;
	text-align: left;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 668px;
	}
#modelos a img {
	float: left;
	margin: 0 2px;
	border: none;
	text-decoration: none;
	}
#modeloBig {
	float: left;
	width: 250px;
	height: 250px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
	background-color: #D5B9E0;
	border: 3px solid #832A8D;
	}
#descrip {
	display: block;
	padding: 0;
	width: 360px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	}
#descrip p {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #000000;
	letter-spacing: 1px;
	}
#material {
	float: left;
	background-color: #000000;
	width: 623px;
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#materialcheck {
	float: left;
	text-align: center;
}
#materialcheck input {
	margin-bottom: 4px;
}
#materialcheck img {
	margin: 4px;
	display: block;
}
#caddy {
	padding: 5px;
	background-color: #ecbdbd;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	width: 190px;
	height: 80px;
}
#caddy p {
	margin-top: 5px;
	margin-left: 0px;
	color: #E10C61;
	font-weight: bold;
	font-size: 1em;
}
#caddy label {
	color: #000000;
	font-weight: bold;
	margin-right: 10px;
}
#caddy input.input_text {
	width: 30px;
}
#quantity {
	float: left;
}
#addproduct {
	float: left;
	padding: 0;
	width: 60px;
	margin-bottom: 5px;
}
#addproduct input {
	margin-left: 10px;
	width: 55px;
}
#caddy a {
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
#caddy a:hover {
	text-decoration: underline;
	color: #333333;
}

/*--Navigation between items--*/
#navigationModelo {
	margin: 0;
	width: 250px;
	margin-bottom: 5px;
	text-align: center;
	clear: left;
	margin-left: 15px;
}
#navigationModelo p {
	margin-left: 1px;
	margin-right: 1px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}
#navigationModelo p a {
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;	
}
#navigationModelo p a:hover {
	color: #E10C61;
}
#navigationModelo .selected {
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 1em;
	margin-left: 1px;
	margin-right: 2px;
	color: #FF5C43;
}
/*-------- Revision del carrito --------*/
#product table, #sidebarProd table {
	width: 650px;
	margin: 5px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	border-collapse: collapse;
	}
#sidebarProd table {
	width: 189px;
	}
#product table th, #sidebarProd table th {
	height: 30px;
	padding: 0 5px;
	margin-bottom: 5px;
	background: #b69d9b;
	color: #FFFFFF;
	font-size: 1.2em;
	letter-spacing: 1px;
	}
#product table td, #sidebarProd table td {
	color: #000000;
	letter-spacing: 0px;
	font-size: 1.1em;
	padding: 5px;
	border-top: 1px #FFFFFF solid;
	border-bottom: 1px #FFFFFF solid;
	}
#product table input, #sidebarProd table input {
	width: 30px;
	}
#product .submit_store_review {
	width: 80px;
	}
#product table .submit_store_delete {
	width: 50px;
	margin-right: 2px;
	}
#product .submit_store_payment {
	width: 150px;
	margin-left: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

/*------------ Payment Page ------------*/
#payment {
	float: left;
	padding: 15px 5px;
	width: 650px;
	}
#payment p {
	color: #000000;
	line-height: 1.1em;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
	position: relative;
	}
#payment form {
	float: left;
	width: 100%;
	}
#payment input {
	width: auto;
	margin-right: 5px;
	padding: 0 auto;
	float: none;
	}
#payment input.radio {
	margin-left: 15px;
}
#payment label {
	float: none;
	margin-left: 15px;
	font-size: 0.8em;
	}
#payment label.radio {
	margin-left: 5px;
	}
#payment .zipcode {
	width: 50px;
	}
#payment .country {
	width: 70px;
	}
#payment .address {
	width: 250px;
	}
#payment .submit_store_final {
	margin-top: 20px;
	margin-left: 500px;
	}
/*-------- Confirmation Page --------*/
#product_confirm {
/*	float: left;*/
	padding: 15px 5px;
	width: 650px;
}
#product_confirm p, #product_confirm form label {
	color: #000000;
	line-height: 1.1em;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	font-size: 1.1em;
	letter-spacing: 1px;
/*	position: relative;*/
}
#product_confirm p a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E10C61;
	font-size: 0.6em;
	letter-spacing: 0;
	text-decoration: underline;
}
#product_confirm p a:hover {
	color: #FF99CC;
}
#product_confirm li {
	padding-left: 15px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", "Helvetica CY", sans-serif;
	color: #000000;
	font-size: 0.9em;
	letter-spacing: 1px;
	list-style: none;
}
#revision {
	width: 630px;
	margin: 30px 10px;
	border: 1px #000000 solid;
}
#revision table.ticket {
	margin-left: 10px;
	margin-bottom: 25px;
	width: 500px;
}
#revision table.ticket td{
	border: none;
	color: #000000;
}
#container {
	margin: 0;
	padding: 0;
	float: left;
}
#delivery_address {
	width: 285px;
	margin-right: 0px;
	margin-top: 20px;
}
#phone_no {
	width: 285px;
	margin-right: 0px;
	margin-top: 25px;
}
#invoice_address {
	width: 285px;
	float: right;
	margin-top: 16px;
	margin-right: 5px;
}
#product_confirm .submit_store_confirm {
	margin-left: 15px;
}

/*--------Puntos de venta page--------*/
#product #store {
	margin-top: 5px;
	margin-bottom: 20px;
}
#product #store h2 {
	color: #832A8D;
	border: none;
}
#product #store a {
	color: #FF0099;
	letter-spacing: 0px;
	text-decoration: none;
}
#product #store a:hover {
	text-decoration: underline;
}
#product #store h2 a {
	color: #832A8D;
	border: none;
	text-decoration: none;
	margin: 0;
}
#product #store h2 a:hover {
	text-decoration: underline;
}
#product #store p, #product #store img, #product #store a {
	margin-left: 20px;
}
#product #store img {
	margin-right: 5px;
}
#product #store img.logo {
	float: right;
	margin-top: 5px;
}