﻿

/*product list*/
ul.product_list{background:url(../images/bg/shadow-right.png) repeat-y 100% 0;
                /*border-left:1px solid red;*/
                /*border: 1px solid orange;*/
                overflow:hidden;padding:0 5px 0 0;margin:0;zoom:1;
                /*background-color:  #eeeeee;*/  /*this will be behind the grid cells*/ 
                }
                

ul.product_list td
{
    /*white gap between each product*/
    padding: 2px;
    }

/*.Product-Price-Box {border:1px solid red; width: 95%; border-bottom: 1px solid red;} */ /*not used?*/
/*left div*/
ul.product_list li div.product-info { float:left; position:relative ; margin-left:0px; width: 550px;       
                                      /*  border:1px solid red;*/
                                                        
                                      }
ul.product_list li.productlist-item
{
                                    /*background:#fff url(../images/bg/heading_divider.gif) 50% 0 no-repeat;*/
                                    clear:both;display:inline;float:left;list-style:none;list-style-image:none;margin:0;overflow:hidden;
                                    /*padding:13px 0 8px 0;*/
                                    padding:0px;
                                    width:100%;zoom:1;
                                    background-color:  #eeeeee;
                                       
                                    
                                    }

ul.product_list li div.product-info img{display:inline;margin:0 10px;}
ul.product_list li div.product-info .thumbImg 
{
    /*margin: 20px 10px 5px 10px; */
    margin: 5px;
    margin-right: 10px; 
    float:left;  } /*used by div that holds the image button and imagecount label*/




ul.product_list li h2 {margin: 0px;     }

ul.product_list li h2 a{color:#b38f07; text-decoration:none;     }

ul.product_list li div.product-info .category
{
    /*color:#cca212;*/  /*lighter gold*/
    color:#b38f07;  /*darker gold more clear*/
    margin: 0;
      
    font-size: 1.1em;   }

ul.product_list li div.product-info .productsummary{  margin:1px ; margin-left:135px; margin-top:0px;   font-size: 1em;   
                                                      /*border:1px solid red;*/

                                                      }


.spanSummaryLabel
{
     /*border:1px solid red;*/
    }

.spanSummaryLabel p
{
     /*border:1px solid orange;*/
     margin-top: 0px; 
    }
                                                      
/*right div - */
ul.product_list li  div.pricebox{ margin-right :5px;  float: right;
                                  margin-top:5px;       
                                  /*border:1px solid blue;*/
                                  }
ul.product_list li  div.pricebox p.price 
{
         /*color: #2C79B6;  */
         color: #3A4F63;
                                          font-size: 1.1em; margin-bottom:0;   font-weight: bold;  position: relative   ;  right: 0;  top: 0.06em;}

/*button div - float left keeps it to the bottom*/
ul.product_list li    .divMenuButton{ margin-left:115px;padding-top: 10px; width: 70%; float:left ;   }
ul.product_list li    .divProdListBottomMenu{ padding-top: 1px; padding-bottom: 2px; 
                                               width: 95%; float:left ; text-align: right ;        }


/*cprodlist.aspx*/
.moreinfolink
{
    text-decoration: none;
    font-weight:bold ; 
    
    
    }

a.moreinfolink 
{
    color: Black ; 
    
    }
    
a.moreinfolink:hover span
{
    color:Olive  ; 
    
    }

.divLeftMenuSearchboxbtn
{
    vertical-align: top;
    
    }
 
 
 .leftmenuimgbtn
{
   /* padding: 0px;
    margin: 0px;*/
    vertical-align: top;
    }
 
 .leftmenutxtboxSearch
 {
      /*     padding: 0px;
        margin: 0px;
    */
    vertical-align: top; 
     }
 
 
 .PanelSearchTitle
 {
     border: 1px solid red;
     }
     
     
 .nextpagelink
 {
     
     float: right ;
     margin-top: 5px;  
     }
 
 /* not working    
 .nextpagelink a:link
 {
     text-decoration: none; 
     color: Red;
     }
 
  .nextpagelink a:hover
 {
     text-decoration: underline; 
     }
 */
 
 .pager_row table
 {
     float: left;
     
     }
     
     
 
 .divProdListTitle h2 {
    /*color: #B38F07;*/
    color: #3A4F63;
    font-weight:bolder;
    margin-top: 0px;
    font-size: 1.8em; 
 }
    