/**
 * @package   Mercado Template - RocketTheme
 * @version   1.5.0-SNAPSHOT February 24, 2011
 * @author    RocketTheme http://www.rockettheme.com
 * @copyright Copyright (C) 2007 - 2011 RocketTheme, LLC
 * @license   http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
*/

.product_item1, .product_item2, .product_item3 {
	float: left;
}

.product_item1 {
	clear: both;
}

div#tienda_category_header {
	padding-bottom: 20px;
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

/* Image thumbs */
#tienda .product_thumb_m {
	width: 100%;
	background: url(../images/style1/bottom-shadow2-m.png) repeat-x scroll 50% 100% transparent;
	position: relative;
}

#tienda #tienda_products .product_thumb {	
	width: 205px;
	position: relative;
	text-align: center;
	margin: 0 0 10px;
}

#tienda .product_thumb_l {
	background: url(../images/style1/bottom-shadow2-l.png) no-repeat scroll 0 100% transparent;
	position: relative;
	padding: 0 0 6px;
}

#tienda .product_thumb_r {
	background: #FFFFFF;
	position: relative;
}

#tienda .product_thumb_rc {
	background: url(../images/style1/bottom-shadow2-r.png) no-repeat scroll 100% 100% transparent;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 45px;
}

#tienda_products .product_item1, #tienda_products .product_item2 {
	margin: 10px 30px 20px 0;
}

#tienda_products .product_item3 {
	margin: 10px 0 20px 0;
}

#tienda_products .product_thumb img {
	padding: 20px;
}

/* Product Info */
#tienda_products .product_info .product_name, #tienda_products .product_name span {
	padding-top: 5px;
	font-size: 19px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
    max-width: 205px;
}

#tienda_product #tienda_product_header {
	padding: 5px 0 30px 0;
}

#tienda_product_header .tienda-product_name.title {
	font-weight: normal;
}

#tienda_products .product_numbers .sku .title, #tienda_products .product_numbers .sku  {
	font-size: 12px;
	font-weight: normal;
}

/* Product buy */
#tienda #tienda_products .product_buy {
	float: left;
	padding: 0 5px 0 0;
	text-align: left;
	max-width: 50%;
}

#tienda_products .product_buy .product_price {
	font-weight: bold;
}

/* Product gallery */
#product_gallery_header {
	border-bottom: none;
}

.product_gallery {
	float: right;
	width: 15%;
	text-align: center;
}

.product_gallery_thumb {
	float: left;
	width: 100%;
	text-align: center;
}

.product_gallery_thumb img {
	margin: 0 0 10px 0;
	float: none;
}

#tienda .product_image_m {
	width: 100%;
	background: url(../images/style1/bottom-shadow2-m.png) repeat-x scroll 50% 100% transparent;
	position: relative;
}

#tienda .product_image {	
	width: 85%;
	position: relative;
}

#tienda .product_image_l {
	background: url(../images/style1/bottom-shadow2-l.png) no-repeat scroll 0 100% transparent;
	position: relative;
	padding: 0 0 6px;
}

#tienda .product_image_r {
	background: #FFFFFF;
	position: relative;
}

#tienda .product_image_rc {
	background: url(../images/style1/bottom-shadow2-r.png) no-repeat scroll 100% 100% transparent;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 45px;
}

.product_image img {
	max-width: 400px;
	padding: 20px;
}

.tienda-product_container {
	padding: 20px 0 0;
}

.tienda-product_container_l {
	width: 39%;
	float: left;
	background: #DDDDDD;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset;
	border-color: #C0C0C0 #FFFFFF #FFFFFF #C0C0C0;
	border-style: solid;
	border-width: 1px;
}

.tienda-product_container_l .product_numbers {
	padding: 20px 0 0 20px;
	font-size: 13px;
}

.tienda-product_container .tienda-product_container_l .product_buy {
	padding: 20px 0 20px 20px;
}

.tienda-product_container_l .product_buy .product_price {
	color: #0F829C;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
	font-size: 24px;
	display: block;
	padding: 0 0 20px 0;
}	

.tienda-product_container_r {
	width: 60%;
	float: right;
}

.view div.product_buy {
	float: left;
	text-align: left;
	padding: 0;
}

#tienda_product .product_buy .pao {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

#tienda_product .product_buy .quantity_title {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}

#tienda_product .product_buy .product_quantity_input {
	display: block;
	padding: 10px 0;
}

#tienda_product .product_buy .inputbox {
	max-width: 220px;
}

.tienda-product_container_r #product_description {
	padding: 0 20px 0 20px;
	margin-top: 0;
}

.tienda-product_container_r #product_description .tienda_header {
	margin-top: 0;
	padding: 0 0 5px;
}

.tienda-product_container_l .product_buy .available_stock {
	float: left;
	padding: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #116220;
}

.tienda-product_container_l .product_buy .out_of_stock {
	display: none;
}

/* Add to Cart */
.add_to_cart .button {
	background: url(../images/style1/horizontal-bar-active.png) repeat-x scroll 0 0 transparent;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

/* Subcategory Images */
#tienda .subcategory1, #tienda .subcategory2 {
	padding: 0 30px 30px 0;
	float: left;
}

#tienda .subcategory3 {
	float: left;
}

#tienda .subcategory_thumb_m {
	width: 100%;
	background: url(../images/style1/bottom-shadow2-m.png) repeat-x scroll 50% 100% transparent;
	position: relative;
}

#tienda .subcategory_thumb {	
	width: 205px;
	position: relative;
	text-align: center;
	margin: 0 0 10px;
}

#tienda .subcategory_thumb img {
	padding: 20px 40px;
}

#tienda .subcategory_thumb_l {
	background: url(../images/style1/bottom-shadow2-l.png) no-repeat scroll 0 100% transparent;
	position: relative;
	padding: 0 0 6px;
}

#tienda .subcategory_thumb_r {
	background: #FFFFFF;
	position: relative;
}

#tienda .subcategory_thumb_rc {
	background: url(../images/style1/bottom-shadow2-r.png) no-repeat scroll 100% 100% transparent;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 45px;
}

#tienda_subcategories {
	padding-top: 20px;
}

.subcategory_name {
	 text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
	 font-size: 19px;
	 text-align: center;
}

.tienda-product_container .product_like {
	margin-bottom: 20px;
	float: left;
}

#product_questions {
	padding: 0 0 20px 20px;
}

/* Related Products */
#product_relations_header {
	margin-bottom: 10px;
}

#tienda .productrelation_item {
	text-align: left;
}

#tienda .productrelation_image img {
	padding: 10px 30px;
}

#tienda .productrelation_image_m {
	width: 100%;
	background: url(../images/style1/bottom-shadow2-m.png) repeat-x scroll 50% 100% transparent;
	position: relative;
}

#tienda .productrelation_image {	
	width: 85%;
	position: relative;
}

#tienda .productrelation_image_l {
	background: url(../images/style1/bottom-shadow2-l.png) no-repeat scroll 0 100% transparent;
	position: relative;
	padding: 0 0 6px;
}

#tienda .productrelation_image_r {
	background: #FFFFFF;
	position: relative;
}

#tienda .productrelation_image_rc {
	background: url(../images/style1/bottom-shadow2-r.png) no-repeat scroll 100% 100% transparent;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 45px;
}