﻿
    
/*.wrapper {
    width: 705px;
    margin: 20px auto;
    padding: 20px;
}*/
/*h1 {
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 4px 20px;
    float: left;
}*/
.clear {
    clear: both;
}
/* 151024 - This element .item is very important which is being used in javascript of flying cart for DIV. The css properties gave distrubance for design. So, i comment out*/
.item { 
    /*width:225px;
    height:420px;
    border-radius:10px;
   background-color:white;
   border:4px solid #efeded;*/
     /*opacity: 0.8;
        filter: alpha(opacity=60);
        -moz-opacity:0.8;*/
    /*background-color: #fff;
    float: left;
    margin: 0 10px 10px 0;
    width: 205px;
    padding: 10px;
    height: 340px;*/
}
.item1 { 
    width:225px;
    height:472px;
    border-radius:10px;
   background-color:white;
   border:4px solid #efeded;
     /*opacity: 0.8;
        filter: alpha(opacity=60);
        -moz-opacity:0.8;*/
    /*background-color: #fff;
    float: left;
    margin: 0 10px 10px 0;
    width: 205px;
    padding: 10px;
    height: 340px;*/
}
.item2 { 
    width:700px;
    height:273px;
    border-radius:10px;
   background-color:white;
   border:3px solid #efeded;
     opacity: 0.8;
        filter: alpha(opacity=60);
        -moz-opacity:0.8;
    /*background-color: #fff;
    float: left;
    margin: 0 10px 10px 0;
    width: 205px;
    padding: 10px;
    height: 340px;*/
}
.item img {
    /*display: block;
    margin: auto;*/
}
/*h2 {
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}*/
/*button {
    border: 1px solid #722A1B;
    padding: 4px 14px;
    background-color: #fff;
    color: #722A1B;
    text-transform: uppercase;
    float: right;
    margin: 5px 0;
    font-weight: bold;
    cursor: pointer;
}*/
/*span {
    float: right;
}*/
/*.shopping-cart {
    display: inline-block;
    background: url('http://cdn1.iconfinder.com/data/icons/jigsoar-icons/24/_cart.png') no-repeat 0 0;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}*/

    
/*Product page layout*/
.leeswrapper {
    width: 705px;
    margin: 20px auto;
    padding: 20px;
}