#quote-button {
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding: 5px 13px !important;
	color: #fff;
	border: 1px solid #000086;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-clip: padding-box;
	background: #000086;/* old browsers */
	background: -moz-linear-gradient(top, #000086 0%, #0000ff 100%);/* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000086), color-stop(100%, #0000ff));/* webkit */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000086', endColorstr='#0000ff', GradientType=0 );/* ie */
	background: -o-linear-gradient(top, #000086 0%, #0000ff 100%);/* opera */
}
#quote-button:focus, #quote-button:hover {
	background: #00b400;
	cursor: pointer;
}
#quote-button:active {
	-moz-box-shadow: inset 0 0 8px #444;
	-webkit-box-shadow: inset 0 0 8px #444;
	box-shadow: inset 0 0 8px #444;
	cursor: pointer;
}
.mt-button {
	font-size: 17px;
	font-weight: 550;
	margin-right: 10px;
	padding: 5px 13px !important;
	color: #fff;
	border: 1px solid #000033;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-clip: padding-box;
	background: #00ee00;/* old browsers */
	background: -moz-linear-gradient(top, #008800 0%, #00ee00 100%);/* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008800), color-stop(100%, #00ee00));/* webkit */
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#008800', endColorstr='#00ee00', GradientType=0 );/* ie */
	background: -o-linear-gradient(top, #008800 0%, #00ee00 100%);/* opera */
}
.mt-button:focus, .mt-button:hover {
	background: #000086;
	cursor: pointer;
}
.mt-button:active {
	-moz-box-shadow: inset 0 0 8px #000033;
	-webkit-box-shadow: inset 0 0 8px #000033;
	box-shadow: inset 0 0 8px #000033;
	cursor: pointer;
}



.faq-table {
  
  border-style: hidden;
  font-size: 98%;
  text-align: center;
 
}

IMG.displayed {
    display: block;
    margin-left: auto;
  margin-right: auto }


.oldPriceCollection {
  
  color: red;
  text-decoration: line-through; 
  
  
}



.home-table {
width: 100%;
vertical-align: top;  
border: 1px solid #ede9dd; 
  background-color: #ede9dd;
}

.home-row {
  width: 100%;
  vertical-align: top;  
  border: 1px solid #ede9dd;
  background-color: #ede9dd;
 
}

.home-cell {
  width: 29.5%;
  vertical-align: top;  
  border: 1px solid #ede9dd;  
  background-color: #ede9dd;  
  text-align: left;
  padding-left: 10px; 
  padding-right: 10px
  position: relative; 
  float: left; 
  top: 25px; 
  min-width: 225px;  
    
    
}

.home-banner {
  width: 30%;
  vertical-align: top; 
  border: 1px solid #ede9dd;  
  background-color: #ede9dd;
  text-align: center;
  padding-left: 10px; 
  padding-right: 10px
  
}

.superscript{font-size:5pt; vertical-align:super;}   
.subscript{font-size:5pt;; vertical-align:sub;} 


div.fancybox-opened{
     transition:none;
}