/*----------------------------------------------------------------
 Base elements
----------------------------------------------------------------*/
body:after { content: 'huge'; }

/*----------------------------------------------------------------
 Spotlight
----------------------------------------------------------------*/
.spotlight_bd {
    top: 23%;
    right: 8%;
    width: 40%;
}

.spotlight_media {
    width: 24%;
    bottom: 9%;
}

.spotlight_bg { max-width: none; }

/*----------------------------------------------------------------
 Slab
----------------------------------------------------------------*/
.slab { padding: 30px 13%; }

/*----------------------------------------------------------------
 Combo
----------------------------------------------------------------*/
.combo_bd { padding-left: 6%; }

/*----------------------------------------------------------------
 Product Detail Fix
----------------------------------------------------------------*/

.product_detail #configuration .column-2 .content .option .types a.selected span {
	display: block;
	left: -2px;
	top: -2px;
}