﻿
/*Product Page CSS*/


.product-specification
{

   height:auto
}

.productbox {
     /* padding-bottom: 15px; */
     height:auto;
     width:auto;
     margin-right:1px;
}

.accordion {
  height:auto
}


.product-specification .accordion .pheading {
    background: #6287b1;
    color: white;
    display: block;
    cursor: pointer;
    padding: .5em .5em .5em .7em;
    margin-top: 2px;
    min-height: 0; /* support: IE7 */
}

.product-specification .pcontent {
    background: #e9edf3;   
    color: black;
    font-size: 12px;
}

.product-specification .keyvaluepair.key,
.product-specification .keyvaluepair.value
{
    font-size:12px;
}


h2.headerborder {

     border-bottom: 1px solid #ccc ;
     
}
.requestFormtextbox {

   width:99%;
   height:22px;
   border:1px solid black;
}
.requestFormtextarea {

   width:99%;
   height:70px;
   border:1px solid black;
}
.quote_button {
	
    background: none repeat scroll 0% 0% rgb(237, 134, 0);
    float: right;
    height: 35px;
    width: 186px;
    line-height: 34px;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 20px;
    min-height: 27.0px;
    cursor:pointer;
}

.quote_button span {
    background: url("images/button-arrow-right.png") no-repeat scroll right center transparent;
    display: inline-block;
    padding-right: 18px;
}
.product_header {
 width:100%;
}

.product_title
{
    width:80%;
    /* float:left; */
}

.product_quote_button
{
    float:left;
   overflow:auto;
}

.product-about

  {

    font-size:small;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

.button.submit,
.button.submit span,
.button.search-again, 
.button.search-again span
{
    height:35px;
    line-height:34px;
    display:inline-block
}