#gallerybuy
{
        clear:both;
        width:100%;
        height:100%;
}
#gallerybuy h1
{ 
        display:block;
        text-align:center;
}
#gallerybuy .item
{
    max-width:180px;
    margin: 5px 10px 5px 0;
    float:left;
    border: 1px solid #CCCCCC;
    background-color:#FFFFFF;
}

#gallerybuy .wps-gallery-template11-top
{
    margin: 10px;
    text-align: center;
    line-height: normal;
}

.wps-gallery-template11-thumb{
    padding: 0;
    overflow: hidden;
    line-height: normal;
}
.wps-gallery-template11-thumb img{
    width: 150px;
    height: 225px;
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    padding: 4px;
    border-radius:0;
    box-shadow: none;
}
.wps-gallery-template11-thumb img:hover{
    background-color: #A9A9A9;
    border-color: #8F8F8F;
}

.wps-gallery-template11-bottom{
    margin-bottom: 10px;
}
.wps-gallery-template11-title{
    text-align: center;
}


#gallerybuy .clear{
    clear:both;
}

#variationTable{
    font-size:12px;
    border:1px solid #DDDDDD;
    border-collapse:collapse;
}
#variationTable thead tr th{
    font-weight:bold;
    padding:10px 5px;
    border:1px solid #CCC;
    background: #E0E0E0;
}
#variationTable tbody tr td{
    font-weight:normal;
    padding:4px;
    border:1px solid #DDDDDD;
}
#variationTable .wps_tr_odd{
    background: #FFF;
}
#variationTable .wps_tr_even{
    background: #F3F3F3;
}
#thumImg{
    width:125px;
    padding: 4px;
    border: 1px solid #DDD;
}

.add_to_cart_popup_success_msg{
    margin: 10px 0;
    padding: 10px;
    background-color: #DDF5DB;
    border: 1px solid #B2E3AF;
    color: #252000;
    font-size: 14px;
    line-height: 26px;
}
.wps_item_added_msg{
    font-family: arial;
    font-size: 24px;
    padding-top: 10px;
}
.wps_popup_items_added_list{
    border-top: 1px solid #D5E6D7;
    margin: 20px 0;
    padding: 5px 0;
    font-size: 14px;
}
.wps_popup_view_cart{  
border-radius:2px 2px 2px 2px; border-style:solid; border-width:1px;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
cursor:pointer;display:inline-block;font-size:13px;font-weight:bold;
line-height:17px;margin:0 10px 0 0;outline:medium none;padding:5px 16px;text-align:center;text-decoration:none;text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);vertical-align:baseline;
background:#C6DF9F; border-color:#ACC488 #98B86D #86AC53;   
}
.wps_popup_view_cart_section a{
    text-decoration: none;
}
.wps_popup_continue_shopping{
border-radius:2px 2px 2px 2px; border-style:solid; border-width:1px;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
cursor:pointer;display:inline-block;font-size:13px;font-weight:bold;
line-height:17px;margin:0 10px 0 0;outline:medium none;padding:5px 16px;text-align:center;text-decoration:none;text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);vertical-align:baseline;
background:#D4D4D4;border-color: #C4C4C4 #B8B8B8 #ADADAD; 
}
.wps_popup_continue_shopping_section a{
text-decoration: none;
}

.wps-gallery-template11-thumb a{
line-height: normal;    
position: relative;
transition: background-color 2s;
display: block;
}

.wps-gallery-template11-thumb a:hover{
background-color: black;
cursor: pointer;
}

.wps-gallery-template11-thumb a:hover:before{
content: 'View Details \2192';
color: #FFF;
font-size: 18px;
padding: 45% 10px 10px 10px;
vertical-align: bottom;
text-align: center;
}

.wps-gallery-template11-thumb a:before {
position: absolute;
top: 0; right: 0; bottom: 0; left: 0;
background-color: inherit;
content: '';
}