/* Start of CMSMS style sheet 'Products' */
ul.products-summary
{
  list-style: none; 
}
ul.products-summary li{
  float: left;
  padding: 15px;
  text-align: center;

width:  150px; height: 150px;  margin: 5px 10px; 
}




.resultLinks{margin:5px;width:auto;text-align:left;}
.resultItem{float:left;width:167px;padding-bottom:10px;margin-right:39px;}


.product {
	margin-left: 10px;
        margin-right: 10px;


}

.product table {
	/* margin-bottom: 10px;*/
	width: 100%;
        border:1px solid #c7a222;          /*feef2f;*/
        background: #1c1c1c;
}


* html .product table {
	width: 90%;
}

.product table th {
	padding: 3px;
	height: 25pt;
	text-align: left;
        background: #121212;
        border-bottom: 1px solid #965f5f;
}

.product table th a {

	font-size: 11pt;
	text-decoration: none;
}

.product table th a:hover {

	text-decoration: underline;
}

.product table td.pic {
	width: 135px;
	vertical-align: middle;
	text-align: center;
}

.product table .desc {

	vertical-align: middle;
}

.product table .desc p {
	margin-top: 1pt;
	margin-left: 10pt;
}

.product table td.control {
	width: 120px;
}

.control {
	text-align: right;
	padding: 5px;
        font-size: 13pt;
}


.product table .content_product{
        height:60px;

}



.add_to_cart{
        border: none;
        cursor: pointer;
        height: 82px;
	width: 87px;
        background: url(uploads/evro/add_cart.png) no-repeat center center;
        color: #fff;

}



.products_hierarchy_level0{

        margin: 0 0 1em 1em;
	padding: 0;
        /*  border: 3px solid #1f1f1f;  */
        background: #333333;

/* remove any bullets */
	list-style: none;

}


.products_hierarchy_level0 li {
/* remove any bullets */
	list-style: none;
/* negative bottom margin pulls them together, images look like one border between */
	margin: 0px 0px -1px;
/* bottom padding pushes "a" up enough to show our image */
	padding: 0px 0px 4px 0px;
/* you can set your own image here */
	/*  background: transparent url(uploads/evro/liup.gif) no-repeat right bottom; */
        background: #212121;
        border: 3px solid #121212;
}

.details {
        text-align: justify;
}
/* End of 'Products' */

