/*
	
	Parcel
	
	..
	2013 © Kazuu
	www.kazuu.com.ar
	
*/

#products-read
{
	margin-top: 17px;
	margin-bottom: 25px;
}

#products-read > div.categories-map
{
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 12px;
}

#products-read > div.categories-map > ul
{
	height: 13px;
}

#products-read > div.categories-map > ul > li
{
	float: left;
}

#products-read > div.categories-map > ul > li > a
{
	display: block;
	color: #3f8acd;
	font-size: 12px;
	padding-right: 11px;
	padding-left: 9px;
	background-image: url(images/category-arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 3px;
}

#products-read > div.categories-map > ul > li > a:hover
{
	text-decoration: underline;
}

#products-read > div.categories-map > ul > li:first-child > a
{
	padding-left: 0px;
}

#products-read > div.categories-map > ul > li:last-child > a
{
	padding-right: 0px;
	background-image: none;
}

#products-read > div.product
{
	position: relative;
	margin-left: 23px;
	margin-right: 23px;
}

#products-read > div.product.has-related-products
{
	padding-bottom: 20px;
	margin-bottom: 19px;
	border-bottom: 1px solid #dadada;
}

#products-read > div.product > div.images
{
	float: left;
	border: 1px solid #dadada;
	border-radius: 2px;
	background-color: #f2f3f3;
	padding: 10px;
	margin-right: 14px;
	background-image: url(images/images-container-background.jpg);
}

#products-read > div.product > div.images > div.current
{
	position: relative;
	width: 458px;
	height: 334px;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 10px;
}

#products-read > div.product > div.images > div.current:last-child
{
	/* Esto sucede cuando no hay thumnails */
	margin-bottom: 0px;
}

#products-read > div.product > div.images > div.current > div.items-container
{
}

#products-read > div.product > div.images > div.current > div.items-container > ul
{
	position: relative;
}

#products-read > div.product > div.images > div.current > div.items-container > ul > li
{
	float: left;
}

#products-read > div.product > div.images > div.current > div.items-container > ul > li > a
{
	display: block;
}

#products-read > div.product > div.images > div.current > div.items-container > ul > li > a:hover
{
}

#products-read > div.product > div.images > div.current > div.items-container > ul > li > a > img
{
	display: block;
}

#products-read > div.product > div.images > div.current > div.change-image-buttons
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: inherit;
}
 
#products-read > div.product > div.images > div.current > div.change-image-buttons > a
{
	position: absolute;
	top: 0px;
	display: block;
	width: 35px;
	height: 334px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	-webkit-transition: background-color 0.10s linear;
}
 
#products-read > div.product > div.images > div.current > div.change-image-buttons > a:hover
{
	background-color: rgba(0, 0, 0, 0.25);
}

#products-read > div.product > div.images > div.current > div.change-image-buttons > a.previous
{
	left: 0px;
	background-image: url(images/previous-item-arrow.png);
	background-position: 8px 50%;
}

#products-read > div.product > div.images > div.current > div.change-image-buttons > a.next
{
	right: 0px;
	background-image: url(images/next-item-arrow.png);
	background-position: 12px 50%;
}

#products-read > div.product > div.images > div.thumbnail-list
{
}

#products-read > div.product > div.images > div.thumbnail-list > ul
{
	text-align: center;
	max-width: 458px;
}

#products-read > div.product > div.images > div.thumbnail-list > ul > li
{
	/*float: left;*/
	display: inline-block;
	margin-right: 6px;
}

#products-read > div.product > div.images > div.thumbnail-list > ul > li:nth-child(4n)
{
	margin-right: 0px;
}

#products-read > div.product > div.images > div.thumbnail-list > ul > li:nth-child(n+6)
{
	margin-top: 6px;
}

#products-read > div.product > div.images > div.thumbnail-list > ul > li:last-child
{
	margin-right: 0px;
}

#products-read > div.product > div.images > div.thumbnail-list > ul > li > a
{
	display: block;
	overflow: hidden;
	border-radius: 2px;
}

#products-read > div.product > div.images > div.thumbnail-list > ul > li > a:hover,
#products-read > div.product > div.images > div.thumbnail-list > ul > li > a.selected
{
	opacity: 0.75;
}

#products-read > div.product > div.images > div.thumbnail-list > ul > li > a.selected
{
	cursor: default;
}

#products-read > div.product > div.images > div.thumbnail-list > ul > li > a > img
{
	display: block;
	max-width: 107px;
}

#products-read > div.product > div.information
{
	position: relative;
	float: right;
	width: 466px;
}

#products-read > div.product > div.information > a.back-button
{
	position: absolute;
	top: 4px;
	right: 10px;
	display: block;
	width: 132px;
	height: 23px;
	background-image: url(images/back-button.png);
	text-indent: -9999px;
}

#products-read > div.product > div.information > a.back-button:hover
{
	background-position: 0px -23px;
}

#products-read > div.product > div.information > h1
{
	border-bottom: 1px solid #dadada;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 7px;
	padding-bottom: 5px;
	font-family: 'Conv_ProximaNova-Semibold';
	font-size: 25px;
}

#products-read > div.product > div.information > h1 > span
{
	display: block;
	max-width: 305px;
}

#products-read > div.product > div.information > p
{
	padding-left: 10px;
	padding-right: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#products-read > div.product > div.information > p.technical-information
{
	border-bottom: 1px solid #dadada;
	line-height: 18px;
	color: #8b8a8a;
	font-size: 12px;
}

#products-read > div.product > div.information > p.description
{
	border-bottom: 1px solid #dadada;
	margin-bottom: 10px;
	line-height: 18px;
	color: #b2b2b2;
	font-size: 12px;
}

#products-read > div.product > div.information > div.buttons
{
	padding-top: 10px;
}

#products-read > div.product > div.information > div.buttons > button.buy-button
{
	margin-left: 10px;
	display: block;
	width: 90px;
	height: 33px;
	background-image: url(images/buy-button.png);
	text-indent: -9999px;
    border:none;
}

#products-read > div.product > div.information > div.buttons > button.buy-button:hover
{
	background-position: 0px -33px;
}

#related-products
{
	border-top: 1px solid #dadada;
	margin-top: 20px;
	padding-top: 20px;
}
