/*
*
* Product items
*
*/

.product-item {
	font-family: "Roboto Condensed";
	margin-bottom: 1.25em;
}

.product-item .image {
	position: relative;
}

.product-item .promotion {
}



a.title,
/*
.catalog-category-children a.title,
.product-item a.title,
*/
.product-item a > h3 {

	text-decoration: underline;
	font-family: "Open Sans Condensed";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.125em;
	line-height: 1.33333em;
	margin: .4em 0;
}

.product-item .attributes {
	font-size: .88696em;
	line-height: 1.012174em;
	text-transform: uppercase;
	list-style: none;
	padding: 0px;
	margin: .2em 0;
}

.product-item .attributes li {
	margin: .5em 0;
}

.product-item .manufacturer a {
	text-decoration: none;
	white-space: nowrap;
}

.product-item .manufacturer .name {
}

.product-item .manufacturer .country {
}

.product-item .short-description {
	color: #616161;
	line-height: 1.2em;
	text-transform: none;
}

.product-item .price{
	display:block;
	position:absolute;
	bottom:2em;
	right:0;
	color:white;
	padding: .2em .4em;
	font-size: .86em;
	background:transparent url(/images/pricebg.png);
	white-space:nowrap;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}


.product-item .delivery {
	color: #499249;
}


/*
*
* Homepage catalog index
* 
*/
.homepage-catalog-index {
}

.homepage-catalog-index-item {
	padding-bottom: 2em;
}

.homepage-catalog-index-item a > h3,
.homepage-catalog-index-item a.title {
	display: block;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.175em;
	margin: .4em 0;
}






.catalog-category-description {
	padding: .6px 0;
}

.catalog-category-children {
	padding: 2em 0 .8em;
}

.catalog-category-products {
	padding: 2em 0 .8em;
}




.catalog-product-price a.title {
	font-size: 1.25em;
	line-height: 1.33333em;
}

.catalog-product-price table{
	font-size: .88em;
	width: 0%;
}
.catalog-product-price table thead th{
	vertical-align: top;
}
.catalog-product-price table td{
/*
	white-space: nowrap;
*/
}






/*
*
*/
.catalog-product {
	font-size: .96em;

}

.catalog-product h3 {
	margin-top: 1em;
	padding-top: 1em;
	font-weight: bold;
}

.catalog-product-photos {
	width: 100%;
	float: left;
	padding: 12px 0;
}
.catalog-product-photos img{
	border: 2px solid #efefef;
	padding: 2px;
	width:100%;
	height: auto;
}
.catalog-product-photos img:hover{
	border: 2px solid #ea7117;
}

.catalog-product-photos figure {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	width: 110px;
}

.catalog-product figcaption {
	display: none;
}

.catalog-product-techdata table {
	font-size: .88em;
	width: 0%;
}

.catalog-product-features ul {
	padding-left: 24px;
}


.catalog-product .catalog-product-price .description {
	font-size: .88em;
}


.catalog-product .product-item .attributes {
	color: #444;
	text-transform: none;
}
