div.productCell-feat-detail {
    width: 100%;
    margin: 2px;
}

div.productCell-feat-detail h4 {
    padding: 8px 6px 2px 2px;
    margin: 2px;
}
.gallery-image-feat-detail {
    float: left;
    width: auto;
}
div.gallery-image-feat
{
	width:100%;
	height:135px;
	margin-top:-5px;
	overflow:hidden;
}
img.browseProductImage-feat-detail {
    width: 50px;
    height: auto;
    border: 0px solid lightgray;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin: 2px 4px;
}
.extra-pro-checkbox, .extra-pro-radio {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(square.png) no-repeat;
    border: none;
    cursor: pointer;
}
.extra-pro-checkbox.blue, .extra-pro-radio.blue {
    background: url(blue.png) no-repeat;
}
.extra-pro-checkbox.green, .extra-pro-radio.green {
    background: url(green.png) no-repeat;
}
.extra-pro-checkbox {
    background-position: 0 0;
}
.extra-pro-checkbox.addoncheck {
    background-position: -48px 0;
}
.extra-pro-checkbox.addonnocheck:hover{
    background-position: -24px 0;
}
.extra-pro-radio, .extra-pro-radio.blue, .extra-pro-radio.green {
    background-position: -120px 0;
}
.extra-pro-radio.addoncheck {
    background-position: -168px 0;
}
.extra-pro-radio.addonnocheck:hover{
    background-position: -144px 0;
}
.extra-pro-checkbox,.extra-pro-radio{
    margin-left: 0px;
    margin-top: 15px;
	float:left;
    width:24px;
    height:24px;
    background-repeat:no-repeat;
    cursor:pointer;
    display:block;
}


div.prev-price
{
    font-size:14px;
    position:absolute;

    bottom:10px;
    color:White;
    background:red;
    font-weight:bold;
    width:48px;
    height:48px;
    padding:11px 0px 0px 0px;
    text-align:center;
    vertical-align:middle;
    background-repeat:no-repeat;
	background-position: center; 
}
span.extra-pro-qty-btn {
    float: right;
    width: 60px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
	margin-top: 6px;
}
input.extra-pro-input-qty {
    width: 30px;
    text-align: center;
    float: left;
    height: 32px;
    border: 0px solid #d8d8d8;
    background: none;
}
span.extra-pro-qty-btn button {
    float: left;
    width: 28px;
    height: 17px;
    line-height: 11px;
    text-align: center;
    display: block;
    border: 0px solid #d8d8d8;
    margin-left: 1px;
    margin-bottom: 1px;
    padding: 0px 6px;
    font-weight: bold;
    color: #777;
    background: #fff;
    border-left: 1px solid #ccc;
}
span.toggle-extra-drop {
    position: absolute;
    right: 2px;
    background: #fff;
    text-align: center;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 7px;
	cursor: pointer;
}
.extra-pro-dropdown.open{
	display:block;
}
.extra-drop-list{position:relative;}
.extra-pro-dropdown {
	width: 100%;
	background:#fff;
    position: absolute;
	display: none;
	/* border-top:1px solid #ccc; */
	z-index: 1000;
	overflow:hidden;
	left: 3px;
}
.extra-drop-list > div.productCell-feat-detail {
    border: 1px solid #ccc;
}
.extra-pro-dropdown .productCell-feat-detail {
	cursor: pointer;
    margin: 0;
    border-top: 1px solid #ddd;
}
.extra-pro-dropdown .extra-pro-qty-btn{
	display:none;
}
.extra-drop-list .extra-pro-qty-btn{
	margin-right: 46px;
}
.extra-pro-dropdown.open {
    display: block;
    max-height: none;
    box-shadow: 0px 3px 3px 1px #ccc;
}
.extra-pro-dropdown .productCell-feat-detail.active,.extra-pro-dropdown .productCell-feat-detail:hover {
    background: #f8f8f8;
}
.extra-row-5 .product-field-type-R {
    width: 20%;
    margin: 0;
    padding: 0;
}
.extra-row-4 .product-field-type-R {
    width: 25%;
    margin: 0;
    padding: 0;
}
.extra-row-3 .product-field-type-R {
    width: 33.333%;
    margin: 0;
    padding: 0;
}
.extra-row-2 .product-field-type-R {
    width: 50%;
    margin: 0;
    padding: 0;
}
.product-field-type-E .product-field-type-R .browseProductImage {
    height: auto;
    max-width: 100%;
    margin: auto;
}
img.browseProductImage-feat-detail{
	transition: transform .2s;
}
.productCell-feat-detail:hover img.browseProductImage-feat-detail{
	transform: scale(1.1);
}