/* TIENDA */

#contenedor_tabla_marcas {
	float:left;
	padding:0x;
	margin-left:7px;
	margin-top:1px;
	width:545px;
	height:332px;
	font-family: Trebuchet ms, Verdana, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
	line-height:12px;
	border-right: 1px dashed #363636;
    color:#666666;
	z-index:99;
}
#contenedor_carrito_compra {
	float:left;
	padding:0x;
	margin-left:20px;
	margin-top:7px;
	width:405px;
	height:328px;
	font-family: Trebuchet ms, Verdana, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	font-weight:normal;
	color:#C87721;
	line-height:14px;
	z-index:99;
}
#nosrose_carrito_grande {
	height:200px;
	width:49px;
	background-image: url("../imagenes/nosrose-carrito-grande.png")!important;
	background-image: none;
 	filter: none;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='nosrose-carrito-grande.png');
	background-repeat: no-repeat;
	z-index:5;
}
#nosblanc_carrito_grande {
	height:200px;
	width:49px;
	background-image: url("../imagenes/nosblanc-carrito-grande.png")!important;
	background-image: none;
 	filter: none;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='nosblanc-carrito-grande.png');
	background-repeat: no-repeat;
	z-index:5;
}
#nosriqueza_carrito_grande {
	height:200px;
	width:49px;
	background-image: url("../imagenes/nosriqueza-carrito-grande.png")!important;
	background-image: none;
 	filter: none;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='nosriqueza-carrito-grande.png');
	background-repeat: no-repeat;
	z-index:5;
}
#nos4meses_carrito_grande {
	height:200px;
	width:49px;
	background-image: url("../imagenes/nos4meses-carrito-grande.png")!important;
	background-image: none;
 	filter: none;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='nos4meses-carrito-grande.png');
	background-repeat: no-repeat;
	z-index:5;
}
#noega_carrito_grande {
	height:200px;
	width:49px;
	background-image: url("../imagenes/noega-carrito-grande.png")!important;
	background-image: none;
 	filter: none;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='noega-carrito-grande.png');
	background-repeat: no-repeat;
	z-index:5;
}

.cartHeaders,.totalRow{display:none;}
.simpleCart_items{
			overflow-y:auto;
			overflow-x:hidden;
			height:250px;
			width:405px;
			margin-bottom:15px
		}
.itemContainer{
			clear:both;
			width:405px;
			padding:6px 0;
			font-size:11px;
		}
.itemImage{
			float:left;
			width:75px;
			height:25px;
			
		}
.itemThumb
		{
			float:left;
			width:75px;
			height:25px;
			
		}
.itemName{
			float:left;
			width:140px;
			padding-top:7px;
			font-family:Trebuchet ms, Verdana, Helvetica, sans-serif;
			font-size:11px;
			text-align:right;
			color:#666666
		}
.itemPrice{
			float:left;
			width:47px;
			padding-top:7px;
			font-family:Trebuchet ms, Verdana, Helvetica, sans-serif;
			font-size:11px;
			text-align:right;
			color:#999999;

		}
.itemremove
		{
			float:left;
			width:35px;
			padding-top:7px;
			text-align:right
		}
		

.itemdecrement a:link, .itemdecrement a:active, .itemdecrement a:visited  {
			float:left;
			width:20px;
			padding-top:8px;
			text-align:right
}
.itemincrement a:link, .itemincrement a:active, .itemincrement a:visited  {
			float:left;
			width:10px;
			padding-top:8px;
			text-align:right
}

.itemQuantity{
			float:left;
			width:20px;
			text-align:center;
			margin-top:0px;
			padding-top:7px;
			font-family:Trebuchet ms, Verdana, Helvetica, sans-serif;
			font-size:11px
		}
.itemQuantity input{
			width:5px;
			font-family:Trebuchet ms, Verdana, Helvetica, sans-serif;
			font-size:10px;
			color:#FFFFFF;
			border:none;
			text-align:center
		}
		
.itemTotal{
			float:left;
			width:48px;
			padding-top:7px;	
			font-family:Trebuchet ms, Verdana, Helvetica, sans-serif;
			font-size:11px;
			text-align:right;
		}
		
.textos_enlaces, .textos_enlaces a, .textos_enlaces a:visited, .textos_enlaces a:hover {
	font-size:11px;
	color:#C87721;
	font-weight:bold
}

.textos_enlaces_vaciar, .textos_enlaces_vaciar a, .textos_enlaces_vaciar a:visited, .textos_enlaces_vaciar a:hover {
	color:#912302;
	font-weight:normal
}