﻿/* ------------------------ */
/* CONSTANTS                */
/* ------------------------ */
/*orange-light*//*#F3EBA0;*/
/*orange-logo*//*#FF9933;*/
/*orange-dark:*//*#FF8000;*/
/*gray-dark*//*#3a3a3a;*/


/* ------------------------ */
/* CONSTANTS - NOT USED     */
/* ------------------------ */
/*orange-clarito: lemonchiffon;*/
/*orange-medio:   #F3EBA0;*/
/*orange-intenso: khaki;*/
/*orange-oscuro:  darkorange;*/


/* ------------------------ */
/* PRODUCT TABLE LIST       */
/* ------------------------ */
.product-list-item
{
    width: 660px; /*min-width: 650px;*/ /*max-width: 100%;*/
    font-size: 10px; /*border-collapse: collapse;*/
    vertical-align: top;
    margin-left: 110px;
    border: 1px solid #C0C0C0;
}

.product-list-item th
{
	background-color: /*orange-logo*/#ff9933;
	/*color: /*gray-dark*//*#3a3a3a;*/
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.product-list-item tr
{
    cursor: pointer;
    border:solid 1px #C0C0C0;
}
.product-list-item td
{ 
	vertical-align:middle;
	background-color: /*orange-light*/#F3EBA0;
}

.product-list-item a
{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
    /*display:block;*/
}
.product-list-item a:hover
{
	/*color: /*orange-dark:*//*#FF8000;*/
	cursor: pointer;
}
.product-list-item a:visited:active
{
	color: #000000;
}

.product-list-item-application
{
	width: 100%;
    height:120px;
    overflow:auto;
}	

.product-list-image
{
	 border-color:#CCCCCC;
	 /*border: 2px solid #CCCCCC;*/
	 border-width: 2px;
	 border-style:solid;
	-ms-interpolation-mode:bicubic;
}


/* ------------------------ */
/* PRODUCT INFO             */
/* ------------------------ */
.product-info-description
{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border-color: silver;
    border-width: 1px; 
    border-style: Solid;
	background-color: /*orange-light*/#F3EBA0;
    /*margin-left: 110px;*/
}

.product-info-description th
{
	background-color: /*orange-logo*/#ff9933;
	color: /*gray-dark*/#3a3a3a;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.product-info-description a
{
	color: #000000;
	/*display:block;*/
}
.product-info-description a:hover
{
	color:/*orange-dark:*/#FF8000;
	cursor: pointer;
}

.product-info-descriptionContent
{
	padding: 10px;
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
}
.product-info-descriptionContent ul,li 
{
	font-size: 10px;
}

.scroll-content
{
	overflow:auto;
	width: 100%
	/*overflow:auto;*/
}

.product-info-Price
{
	width: 200px;
	background-color: /*orange-light*/#F3EBA0;
	text-align: center;
	border-spacing: 0;
	font-size: 50px;
	font-weight: bold;
	color: /*gray-dark*/#3a3a3a;
}

.product-info-img
{
	/*width: 700px;*/
	/*border:solid 2px #CCCCCC;*/
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 2px;
	-ms-interpolation-mode:bicubic;
}

.product-info-payment
{
	background-color:White;
	border-color:Black;
	border-style:solid;
	border-width:1px;
}

/* ------------------------ */
/* PRODUCT SEARCH CONTACT   */
/* ------------------------ */

.product-search-contact
{
	color: /*gray-dark*/#3a3a3a;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

.product-search-contact a
{
	text-decoration: underline;
}

.product-search-contact a:hover
{
	text-decoration: underline;
	color: /*white*/#0000ff;
}
