@charset "utf-8";
/* CSS Document */



/*price-arrowtop Theme*/

.price-arrowtop{

}
.price-arrowtop .column{
/*box-shadow*/
-webkit-box-shadow:0 0 2px -2px #000;
   -moz-box-shadow:0 0 2px -2px #000;
        box-shadow:0 0 2px -2px #000;
display:inline-block;
list-style:none outside none;
margin:30px 6px;
padding:0;
vertical-align:top;
width:200px;
/*transition*/
-webkit-transition:all 0.5s ease 0s;
   -moz-transition:all 0.5s ease 0s;
     -o-transition:all 0.5s ease 0s;
        transition:all 0.5s ease 0s;

overflow:hidden;
}

.price-arrowtop .column-item-price::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    margin-left: -12px;
    border-width: 13px 12px 0;
    border-style: solid;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: #1e73be;
    z-index: 99;
}


.price-arrowtop .column-item{
background:none repeat scroll 0 0 #f1f1f1;
color:#606060;
font-size:14px;
font-weight:200;
list-style:none outside none;
margin:0;
padding:15px 0;
position:relative;
text-align:center;
}

.price-arrowtop .column-item-body{
    padding:10px 0;

}










.price-arrowtop .column-item-header{
padding:20px 0;
overflow:hidden;
}


.price-arrowtop .pricingtable-header iframe{
margin-top:20px;
width:100%;
}
.price-arrowtop div span.pricingtable-header-name{
clear:both;
display:block;
font-size:30px;
}

.price-arrowtop div span.price-value{
clear:both;
color:#747474;
display:block;
font-size:35px;
line-height:35px;
}


.price-arrowtop .column-item-media {
    padding: 0;
}
.price-arrowtop .column-item-media img {
    box-shadow: none;

}












