﻿
.price_table 
{
	width: 100%;
     height: 100%;
     font-size: 13px;
     font-family: arial, sans-serif;
     font-weight: normal;
     color: #444444;
     }
     
     .price_table .column_1{height: 100%;
     float: left;
     width:270px;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
     }    
 
/**** COLUMN HOVERS ****/
.price_table .column_1:hover{
     position: relative;
     z-index: 100;
     box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
     -webkit-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
     -moz-box-shadow: 5px 0px 25px rgba(0,0,0,0.7);
     -webkit-transform: translate(-5px,-15px);
   -moz-transform: translate(-5px,-15px);
   -o-transform: translate(-5px,-15px);
   -ms-transform: translate(-5px,-15px);
   transform: translate(-5px,-15px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
     }
     .buy_now
     {
     width: 60px;
     height: 20px;
     padding: 5px 16px;
     display: block;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     font-weight: bold;
     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
     border-style: solid;
    border-width: 1px;
     color: #513b26;
     border-color: #ddb385 #dca36c #db904f;
     background: #fab778;
     background: -webkit-gradient(linear, left top, left bottom, from(#fcca94), to(#f9a55c));
     background: -moz-linear-gradient(top, #fcca94,  #f9a55c);
     background: linear-gradient(#fcca94, #f9a55c);
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
      }
