.options-list img {float:left; margin-right:7px;}
.col1-layout .main {
padding: 0;
}
.product-options {
margin: 0 0;
}
.product-options dd .qty-holder {
visibility:hidden;
}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 200px;
	height:250px;
}
p.required{display:none;}
#drawer{ position:absolute; display: none; right:45px; top:280px; color:#222;}
#magebridge-content .product-options-bottom {
border: 0px solid #A2A2A4;
background: transparent!important;
color: #99999B;
}
.product-options dd {
border-bottom: 0px solid #DDD!important;
}
.product-view .product-shop .price-box-bundle {
position: relative!important;
margin-left:0px!important;
padding:0!important;
}
.product-view .product-shop .price-box {
position: relative!important;
padding:0!important;
bottom: 0px!important;
background-color: transparent!important;
margin: 0 0 0 20px!important;

}
#magebridge-content form div.social_buttons {
margin-left: 40px;
}
.pin_it {
margin-top: 0px!important;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 30px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }



/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	
.product-options ul.options-list {
width: 180px;
}
.product-options dd {
border-bottom: 0px solid #DDD;
}
.product-options {
background-color: transparent;
border: 0px solid #DDD;
}
.product-options-bottom {
background-color: transparent;
border: 0px solid #E4E4E4;
}
.product-view .product-img-box .product-image {
border: 0px solid #CACACA;
}
.product-view {
background: transparent url(../images/cakebg.jpg) 50% 0 no-repeat;
}
.product-essential {
background: transparent url(../images/cakebg1.jpg) 50% 100% no-repeat;
}
.product-view .product-img-box .product-image-zoom {
width: 672px;
height: 438px;
}
.header .top-promo {
display:none;
}
.product-view .product-shop .add-to-links {
display:none;
}
.product-view .product-shop .availability {
display:none;
}
.social_buttons{margin-left:40px;}