.bundle-details .bundle-details-purchase .purchase-buttons {
	display:none !important;
}

.size-select p {
    color: #006CB5;
    font-size: 16px;
    font-weight: bold;
    margin-bottom:0;
}
.size-select select {
	vertical-align:top;
	width:120px;
	margin-right:20px;
}

ul.social {
    width:370px;
}
#product-description .individual-titles tr {
    border:none !important;
}
#product-description .individual-titles tr.top-row {
    border:none !important;
}
#product-description .individual-titles table {
    border:none !important;
}
#product-details .details .platform {
    display:block;
}
#product-details .details .right-side{
    width:305px;
}
#product-reviews {
    margin-top:40px;
}

/* Comparison Chart */
table.products-main {
    margin-top:-30px;
}
.top-row p {
    font-size:12px;
    margin-bottom:0;
    line-height:15px;
    text-align:center;
}
.top-row a {
    position: relative;
    top: 30px;
    display: block;
}

/* New Products CC */

.products-main .product-preview.new {
    background: none repeat scroll 0 0 #F5F9FC;
}

.category-title span {
    color: #999999;
    font-size: 11px;
}

.products-main .size a {
    color: #000000;
}

.products-main .vols a {
    font-size: 11px;
    line-height: 11px;
    color: #999999;
}
/* New Products CC */

/* For the product lightboxes */
.collection-details, .individual-titles {
    display:none;
}
.individual-book {
    display:none;
    width:700px;
}
.top-half {
    float:left;
    width:150px;
    margin-right:20px;
}
.top-half img {
    max-width:100%;
}
.bottom-half {
    width:530px;
    float:left;
}
.pp_content .top-half {
    float:left;
    width:150px;
    margin-right:20px;
}
.pp_content .top-half img {
    max-width:100%;
}
.pp_content .bottom-half {
    width:530px;
    float:left;
}



/*The following style is only here to override the height attribute in class "product-previw" that is being called in on basepackage-top-products.
It looks like someone adjusted the height for a different page and didn't take into consideration that multiple pages use the style sheet*/

.product-preview{
    height:0px;
}



