/**
Rebates
*/
#rebate-tab {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    display: block;
    float: left;
    margin: 10px 2%;
    width: 94%;
    padding:5px;
}
#rebate-tab h3{
	width:70%;
}
#rebate-tab .block-link{
	color:black !important;
	text-decoration: none;
}
#rebate-tab img{
	max-width:150px;
	max-height:100px;
}
#rebate-text {
	text-align:left;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
#rebate-text .more-link {
	padding-right:200px;
	text-align:left;
}



.manufacturer h1, h2, h3, h4, h5, h6 {
    color:#162A38;
}

#product-container { }

#product-container .manufacturer {
    border:1px solid #ccc;
    display:block;
    float:left;
    margin:10px 2%;
    width:94%;
    background:#fff;
    
    -moz-border-radius:7px;
    border-radius:7px;
    -webkit-border-radius:7px;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

#product-container .manufacturer img {
    max-width: 200px;
        max-height: 200px;

}

#product-container .manufacturer:hover {
    box-shadow: rgba(0,0,0, 0.2) 0px 0px 12px;  
    -moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 12px;  
    -webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 12px;
    border:1px solid #aaa;
}

#product-container .manufacturer a {
    display:block;
    padding:2%;
    text-decoration:none;
}

#product-container .manufacturer a:hover {
    
}

#product-container .manufacturer .manu_logo,
#product-container .manufacturer .thumb {
    float:right;
}

#product-container .manufacturer .thumb img{
max-height:110px;
}
#products a:link {
    color: #000 !important;
    text-decoration: none;
}

 #products a:visited {
    color: #000 !important;
    text-decoration: none;
}

#products a:hover {
    color: #000 !important;
    text-decoration: none;
}

#products a:active {
    color: #000 !important;
    text-decoration: none;
}




/* =Tabs */


#tabs {
    font-size:.9em;
}

#tabs h1 {
    font-size:24px;
    
}

#specs {
    float:left;
    margin-right:10px;
    width:45%;
}

.table {
    overflow:auto;
}

#model_info {
    float:left;
    width:50%;
}

#specs .ul_heading {
    display:block;
    font-weight:bold;
    font-size:1.5em;
    margin:0 0 15px 0;
}

#model_info .caption {
    display:block;
    margin-top:10px;
    text-align:center;
}

#model_info div.model_pic a.lightbox img { margin:2px; }

#model_info div.model_pic a.lightbox img:hover { border-color:#999; }

#model_info div.model_pic p { text-align: center; font-weight:bold; }

#table {overflow:auto;}

/**
 * Media Styles
 */
@media only screen and (min-width: 768px) and (max-width: 991px) {  
    #model_info div.model_pic img {max-width:100px;}
    
  }
  
  @media only screen and (max-width: 767px) {  
    #model_info div.model_pic img {max-width:100px;}  
  }
  
/*
 * =LIGHTBOX
 ***********************************************/

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}

#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}   

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;  
}           

#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;  
}

/* work-cloud links */
.work_cloud a:link {
    color: #2574a9 !important;
    text-decoration: none;
}

.work_cloud a:visited {
    color: #2574a9 !important;
    text-decoration: none;
}

.work_cloud a:hover {
    color: #3a539b !important;
    text-decoration: none;
}

.work_cloud a:active {
    color: #3a539b !important;
    text-decoration: none;
}
.work_cloud ul{
float: left; width: 100%; margin: 0 0 1em 0;

}
.work_cloud li{
    list-style-type: none;
    display: inline-block;
    width: 49%;
    float:left;
}

#product-container a:active {
    color: #3a539b !important;
    text-decoration: none;

   } 

  #product-container a:link {
    color: #3a539b !important;
    text-decoration: none;

   }  
    #product-container a:hover {
    color: #3a539b !important;
    text-decoration: none;

   }  

     #product-container a:visited {
    color: #3a539b !important;
    text-decoration: none;

   }  


 .rating-link:active {
    color: #3a539b !important;
    text-decoration: none;

   } 

  .rating-link:link {
    color: #3a539b !important;
    text-decoration: none;

   }  
    .rating-link:hover {
    color: #3a539b !important;
    text-decoration: none;

   }  

    .rating-link:visited {
    color: #3a539b !important;
    text-decoration: none;

   }
   #tabs a{    color: #3a539b !important;
    text-decoration: none;
}

.amount_review{display:inline;}