﻿.logo {
    text-align:center;
}
    .logo img {
        max-height:300px;
        max-width:300px;
        max-height:60px;
    }
.footer {
    font-size: 11px;
    margin-top:30px;
}
.footer a {
    text-decoration: none;
}
.powered-by {
    float:right;
    text-align:right;
}
.product_details {
    text-align:center;
}
    .product_details .inner {
        width:320px;
    }
#gallery {
    margin: 0px;
    padding:0px;
}
#gallery li {
    list-style:none;
    float:left;
}
    #gallery li img {
        max-height:180px;
        max-width:180px;
        margin-right:5px;
    }
.price {
    color:#24c405;
    font-size:26px;
    font-weight:bold;
}
.ps-caption-content {
    display:none !important;
}
label {
    margin-right: 15px;
}
.ui-icon-cart {
    background-image: url(/assets/images/cart18.png) !important;
    background-position:center center;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}