
/* Products General  - TD Style, Content*/


.products_contents {
    background-color : #ffffff;
    background-image : url(../images/bkg_products_description.gif);
    background-repeat : repeat-x;
    background-position: bottom;
    border-right : 1px solid #ffffff;
    padding: 5px;
    vertical-align: top;
    width: 200px;
  }

/*
// Line Hogar Styles
//
// REPLACE #HEX COLOR TO CREATE MORE STYLES
//
// USE ".products_divisor" style if you need create more than 1 column for your products,
// before remember: your must be insert one column to add this style (.product_divisor).
//
*/


#products {
    background : #99cc66;
    /*border-bottom-color : #003366;
    border-bottom-width : 1px;
    border-left-color : #003366;
    border-left-width : 1px;*/
    border-right-color : #669900;
    border-right-width : 3px;
border-right-style : solid;
    /*border-top-color : #003366;
    border-top-width : 1px;*/
    font-family : arial,helvetica,sans-serif;
    font-size : 11px;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
  }


.products_title {
    background: #99cc66 url(../images/bkg_products_green.gif) repeat-x bottom;
    font-weight: bold;
    text-align: right;
    padding: 1px 10px 1px 1px;
    color: #ffffff;
    width: 100px;
  }

.products_dimensions {
    background: #99cc66 url(../images/bkg_dimensionsOfProducts_green.jpg) repeat-x bottom;
    font-weight: bold;
    text-align: right;
	height:290px;
    padding: 5px 10px 1px 1px;
    color: #ffffff;
    width: 100px;
	vertical-align:top;
  }
  
  .products_dimensions_one {
    background: #99cc66 url(../images/bkg_dimensionsOfProducts_green.jpg) repeat-x bottom;
    font-weight: bold;
    text-align: right;
	height:100px;
    padding: 5px 10px 1px 1px;
    color: #ffffff;
    width: 100px;
	vertical-align:top;
  }


.products_divisor {
    background-color: #003366;
    width: 1px;
  }

