
/* product detail page */

.box_header
{
	background:url(..../images/background_border_center.gif) repeat-x 100% 0;
	color:#000000;
}

/* added for supplements enhancement */
.resource_box
{
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    padding:0 10px 0 10px;
    background-color: #edf8d6;
    font-size:11px;
    color:#333333;
}
.resource_box_header
{
    padding-top:3px;
    padding-left:10px;
    padding-bottom:3px;
    font-size:12px;
    color:#ffffff;
}
/* end */



.resource_top_tell
{
    background:url(..../images/background_content_tell_new.gif) no-repeat 100% 0;
    margin:0 0 0 12px;
    height:18px;
    color:#ffffff;
}

.resource_top_tell div
{
    height:14px;
    position:relative;
    left:-12px;
    background:url(..../images/background_content_tell_new.gif) no-repeat 0 0;
}


.resource_bottom_tell
{
    background:url(..../images/background_content_mc.gif) no-repeat 100% 100%;
    margin:0 0 0 12px;
    height:14px;
}

.resource_bottom_tell div
{
    height:14px;
    width:12px;
    position:relative;
    left:-12px;
    background:url(..../images/background_content_mc.gif) no-repeat 0 100%;
}


/* added for supplements enhancement*/


.companion_materials
{
	padding-left:10px;	
	width:280px;
}

.companion_materials_box
{
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    padding:0 10px 0 10px;
    background-color: #edf8d6;
    font-size:11px;
    color:#333333;
}
.companion_materials_top
{
    background:url(..../images/background_content_mc.gif) no-repeat 100% 0;
    margin:0 0 0 12px;
    height:14px;
}
.companion_materials_top div
{
    height:14px;
    position:relative;
    left:-12px;
    background:url(..../images/background_content_mc.gif) no-repeat 0 0;
}
.companion_materials_bottom
{
    background:url(..../images/background_content_mc.gif) no-repeat 100% 100%;
    margin:0 0 0 12px;
    height:14px;
}

.companion_materials_bottom div
{
    height:14px;
    width:12px;
    position:relative;
    left:-12px;
    background:url(..../images/background_content_mc.gif) no-repeat 0 100%;
}
.companion_materials_heading
{
	font-size:12px;
	font-weight:bold;
	color:#669933;
}

.sub_info
{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size:10px;
	padding-bottom:10px;
}

.tellastudentcover_blue
{
	float:right;
	width:270px;
}


/*end*/


