@charset "utf-8";
/* ---- PRODUCT DETAIL PAGE --- */

/* ADDITIONAL PRODUCT IMAGES */
.contentblock.productdetail div#additional_images {
	margin: 0px;
	width: 206px;
	margin-top: 30px;
	

}

.contentblock.productdetail div#mainimage {
	float: none;
	padding-right: 0px;
}


#additional_images div.extra_image_wrapper {
	margin: 0px;
	padding: 0px;
	border: 1px solid white;
	float: left;
	height: 50px;


}

#magiczoombox {
	position: absolute;
	left: 220px;
	top: 10px;
}
.bv-rating-stars {
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}
#product_other_categories {
	margin-top: 10px;
	float: left;
	width: 206px;
	font-size: 13px;
	clear: both;
}
/* ---- END ADDITIONAL PRODUCT IMAGES */

.productsaleprice {
    position: relative;
    float: right;
    margin-top: 8px;
    color: #990000;
}
#shopbag {
	width: 100%; 
	margin-top:7px;
	margin-bottom:10px !important;
	background-image: url("http://cdn.sockdreams.com/gfx/formbuttons/bg-butt-big-addtocart.gif?c=4PX6EBZI37TCVPWFA87UZ5") !important;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: #B3B3B3 0px 0px 3px;
    -moz-box-shadow: #B3B3B3 0px 0px 3px;
    box-shadow: #B3B3B3 0px 0px 3px;
}
#wishlist_add, #wishlist_remove {
	clear: both; 
    position: relative;
    float: right;
    height: 15px;
    //margin: 15px 10px 10px 0px;
    padding: 5px 15px 5px 16px !important;
	color: #9A3861 !important;
    font-weight: bold !important;
    font-size: 13px !important;
    cursor: pointer;
    background-color: #FFFFFF;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: #B3B3B3 0px 0px 3px;
    -moz-box-shadow: #B3B3B3 0px 0px 3px;
    box-shadow: #B3B3B3 0px 0px 3px;
    background-image: url("http://cdn.sockdreams.com/gfx/icons/heart.png?c=4PX6EBZI37TCVPWFA87UZ5");
    background-repeat: no-repeat;
    background-position: 10px 3px;
}
#wishlist_add span, #wishlist_remove span {
    position: relative;
    float: left;
	margin-right: 10px;
}
