﻿.interiorPageTitle {
    text-decoration:none;
    font-size:xx-large;
	margin-bottom: 0 !important;
}

.LeftPane {
    float: left;
    width: 350px;
}
.CenterPane {
    float: left;
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
}

.RightPane {
    overflow: hidden;
}

.FooterPane {
    clear: both;
}


/*Product Page CSS*/


.product-specification
{
     height:auto;
}

.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;
  
}



h2.headerborder {

     border-bottom: 1px solid #ccc;
     
}
.requestFormtextbox {

   width:100%;
   height:22px;
   border:1px solid black;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-right:1px;
}

.requestFormtextarea {

   width:100%;
   height:70px;
   border:1px solid black;
   font-family:Arial, Helvetica, sans-serif;
   font-size:13px;
 -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.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;
    color:white;
}

.product_header {
 width:100%;
 /* overflow: auto; */
}

.product_title
{
    width:80%;
    /* float:left; */
}

.product_quote_button
{
    float:left;
   overflow:auto;
}

.producttext {
     font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}


.keyvaluepair .key {

    float:left;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:5px;
    width:50%;
}
.keyvaluepair .value {

    float:left;
    margin-top:5px;
  
    margin-left:5px;
    width:47%;
}

.documentcontent .key {

   
    margin-top:5px;
    margin-bottom:5px;
    margin-left:5px;
   
}
.documentcontent .value {

    float:right;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:5px;
    width:18%;
}

.quoteAdmin {

  float: right;
}