
.spp-img-container, .quickshop-left-col {
    border: 1px solid #999999;    
    float: left;
    margin: 5px;
    padding: 5px;
    width: 250px;
	text-align:center;
}
.spp-info-container, .quickshop-right-col {
    border: 1px solid #999999;    
    float: left;
    margin: 5px;
    padding: 5px;
    width: 650px;
}

div.description-container {
    border: 1px solid #999999;
    float: left;
    margin: 5px;
    padding: 5px;
    width: 400px;
}

.spp-img-container div.description-container {
    float: left;
}

div.recommend-container {
    border: 1px solid #999999;    
    float: left;
    margin: 5px;
    padding: 5px;
    width: 200px;    
}

div.review-container {
    border: 1px solid #999999;    
    margin: 5px;
    padding: 5px;
    width: 600px;    
	float:left;
}
div.shades-container {
    border: 1px solid #999999;    
    margin: 5px;
    padding: 5px;
    width: 600px;
	float:left;    
}
.shade-table-cell {
	width: 82px;
	vertical-align: top;
}
#price-span {
	display: block;
	margin-top: 5px;
}
div#quickshop-container {
	background-color: #fff;
	border: 3px solid #000;
    clear: both;
    margin: 5px;
    padding: 5px;
	position: absolute;
	top: 50px;
    width: 980px;
	z-index: 9999;
}
/* Featured Content
---------------------------- */
#feature-content { margin: 0 0 15px; }

#detail-container { 
	margin: 45px 0;
	padding: 25px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#quickshop-img-container {
	width: 230px;
	float: left;
	margin: 0 15px 0 0;
}

#product-description {
	width: 500px;
	float: left;
}


/* Wrapper
---------------------------- */
#wrapper #sidebar {
	width: 250px;
	float: left;
	margin: 0 25px 0 0;
}

#wrapper #content {
	width: 685px;
	float: left;
}


/* Shadded Products
----------------------------- */
div.swatch-container {
	margin:0 0 3px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
div.swatch-container div.onstate {
    border:3px solid #ff0000;
    display:none;
    left:0;
    position:absolute;
    top:0;
    z-index:50;
}

#swatch-panel .swatch-panel-left {
	float:left;
	width:400px;
}

#swatch-panel .swatch-panel-right {
	float:right;
	padding:0 10px 10px;
	width:180px;
}

#smoosh_container .smoosh_panel_inner {
	float: left;
	width: 75px;
}

#shade_name {
	clear: both;
}

#shaded_add_link {
	width: 77px;
	height: 16px;
	background-color: #F59494;
}

/* Cross-Sells (JS-loaded)
-------------------- */
div.cross_sell_container h3 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
div.spp_cross_sell_item {
    margin-bottom: 10px;
    width: 200px;
}
div.spp_cross_sell_item a.product_image {
    border: 1px solid #ccc;
    display: block;
    height: 75px;
    margin-bottom: 10px;
    width: 75px;
}
div.spp_cross_sell_item a.product_image img {
}
div.spp_cross_sell_item div.item_info {
}
div.spp_cross_sell_item div.item_info div.shade {
    margin-top: 5px;
}
div.spp_cross_sell_item div.item_info div.shade span.swatch {
    display: block;
    height: 8px;
    width: 30px;
}
div.spp_cross_sell_item div.item_info div.add_button {
}
