/* 
    Document   : printexercise
    Created on : Sep 15, 2009, 2:47:18 PM
    Author     : randy
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
----------------------- Print Styles ----------------------*/

body
{
    font-family:arial, verdana, sans-serif;
    font-size:85%;
}

.clearFloatNoHeight
{
	clear: both;
	line-height: 0;
	height: 0;
	display: block;
	overflow: hidden;
	width: 0;
}

h2.sectionBar
{
    height:28px;
    font-size:28px;
    line-height:28px;
    font-size:16px;
    color:#000;
    padding:0 0 0 15px;
    border-top:solid 1px #000;
    border-bottom:solid 1px #000;
}

#printVideoLocation
{
    font-size:12px;
}

.exerciseGuideTitle
{
    float:left;
    font-size:34px;
    font-weight:bold;
    margin:40px 0 0 40px;
    width:450px;
}

.exerciseNameTable
{
    width:760px;
    margin:0 auto;
}

.photoLeft
{
    float:left;
    text-align:center;
}

.photoRight
{
    float:left;
    text-align:center;
    margin-left:30px;
}

.exercisePhotos
{
    margin:0 auto;
    padding: 0px;
    width: 590px
}

div.BBCOMWidget_LargeRating_Con
{
	width: 45px;
	margin:6px auto 0 auto;
    float:left;
}

div.BBCOMWidget_LargeRating_Con p
{
	text-align: center;
	font-size: 10px;
    margin:0 0 0 0;
    text-align:center !important;
}

div.BBCOMWidget_LargeRating
{
	/*background: url(https://assets.bodybuilding.com/images/rateBg.png) top left no-repeat;
    background-color:#ccc;*/
	width: 45px;
	height: 43px;
	line-height: 43px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	text-align: center;
    text-decoration: underline;
    border:solid 1px #000;
}

div.BBCOMWidget_LargeRating a
{
    color: #fff;
    text-decoration:underline;
}

#altExerciseCon
{
    width: 470px;
    float: left;
    margin-left:10px;
    border: solid 1px #dcd8d2;
}


.altExercise, .altExerciseLight
{
    background-color: #f1f0ee;
    border-bottom: solid 1px #dcd8d2;
    padding: 7px 0 5px 0;
}


.altExerciseLight
{
    background-color: #fff;
}

.altExercise img, .altExerciseLight img
{
    margin: 0 5px 0 5px;
}

.topFiveExercises
{
    width: 310px;
    float: right;
    text-align: left;
    font-size: 12px;
    padding-top: 15px;
}

.topFiveExercises h3
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}

.topFiveExercises ol
{
    margin-left: 20px;
    *margin-left:26px;
}

.topFiveExercises li
{
    margin-bottom: 6px;
    line-height: 16px;
}

.exerciseThumbs
{
    width: 131px;
    float: left;
}

.exerciseThumbs img
{
    margin: 0 0 0 7px;
    border:solid 1px #ccc;
}


.exerciseName
{
    width: 60%;
    float: left;
    font-size: 12px;
}

.exerciseName h3
{
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0 4px 0;
}

.exerciseName span
{
    font-weight: normal;
}

.exerciseRating
{
    width: 10%;
    float: right;
    margin-right:10px;
}

.exerciseRating p
{
    font-size:10px;
    text-align:center;
}




