.internalRightBox
{
    margin: 10px;
}
.internalRightBox .Label
{
    float: left;
    margin-right: 10px;
    width: 195px;
}

.internalRightBox p
{
    margin-top: 6px;
}

.CurrentPage
{
    /*padding: 2px;
    border: 1px solid #000;*/
    font-weight: bolder;
}

.floatRight
{
    float: right;
}
.agreementTextBox
{
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif;
}

.width180
{
    width: 180px;
}

.width300
{
    width: 300px;
}

.width660
{
    width: 660px;
}

#BreadCrumb
{
    float: none;
   margin:20px auto;
   text-align:left;
   width:540px;
   clear:both;
}
#BreadCrumb ul
{
    display: block;
   text-align:center;
}
.BreadCrumbStar 
{
	*margin-top:-6px;
	*height:16px;
}
#BreadCrumb .BreadCrumbStar img.Star1
{
    margin-left: 40px;
}
#BreadCrumb .BreadCrumbStar img.Star2
{
    margin-left: 125px;
}
#BreadCrumb .BreadCrumbStar img.Star3
{
    margin-left: 220px;
}
#BreadCrumb .BreadCrumbStar img.Star4
{
    margin-left: 308px;
}
#BreadCrumb .BreadCrumbStar img.Star5
{
    margin-left: 385px;
}
#BreadCrumb .BreadCrumbStar img.Star6
{
    margin-left: 420px;
}

.DropDownStyle
{
    border: 1px solid #BBBDBF;
    font: 11px Helvetica, Arial, sans-serif;
    color: #929497;
    height: 24px;
}

.BirthdayStyle .DropDownStyle
{
    margin-right: 5px;
}

.yellow_brown
{
    color: #515532;
}
.blue
{
    color: #7399c6;
	font-family:Helvetica, Arial, sans-serif;
}
.red
{
    color: #98002E;
}
.green
{
    color: #5C8727;
}
.true_red
{
    color: #98002E;
}


a.white
{
    color: White;
}
a.white:hover
{
    color: White;
    text-decoration: underline;
}

.b
{
    font-weight: bold;
}

div.success_message_block
{
    display: block;
    margin-bottom: 10px;
    border: 1px solid #16c602;
    background: #e7fee4;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
}
div.error_message_block
{
    display: block;
    margin-bottom: 10px;
    border: 1px solid #FF0000;
    background: #fee9e9;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
}
div.error_message
{
    display: block;
    color: #FF0000;
}
span.error_message
{
    color: #FF0000;
}
div.success_message
{
    display: block;
    color: #16c602;
}

.center
{
    text-align: center;
}
.twentySix
{
    font-size: 26px;
}
.twentyTwo
{
    font-size: 22px;
}
.eighteen
{
    font-size: 18px;
}
.sixteen
{
    font-size: 16px;
}
.fourteen
{
    font-size: 14px;
}

.paragraph_header
{
    font-weight: bold;
    text-decoration: underline;
}

.internalRightBox ul
{
    list-style: disc;
    margin-left:15px;
}

.serif_font
{
	font-family:Helvetica, Arial, sans-serif; /*Hack to bypass hard-coded styling*/
	line-height:normal;
}


.LModal {
    display: none;
    
    position: absolute;
    /*top: 17%;
    left: 50%;
    
    margin-left: -300px;*/
	margin-left:130px;
	margin-top:-100px;
    width: auto;
    
    background: url(../web_download/images/LmodalBorder-trans.png);
    color: #333;
    padding: 8px;
	font-weight:normal;
	font-size:11px;
	text-transform:none;
	width:550px;
}
.mContent {
	background:#fff url(../web_download/images/modalgradient.gif) repeat-x top;
	padding:10px;
	border-top:1px solid #2F2F2F;
	border-left:1px solid #2F2F2F;
	border-bottom:1px solid #c0c0c0;
	border-right:1px solid #c0c0c0;
}

#StarBanners {
	display:block;
}


.updateProgress
{
	border: solid 1px #C8DCEA;
	background-color: #FFFFFF;
	position: absolute;
	width: 130px;
	height: 50px;
}

.download_links
{
    float: right;
    vertical-align:bottom;
    margin-top:12px;
}

.imagewrapper
{
display:inline;
}

.discounts {
	/*display: block;*/ 
	}
.discounts .original {color:#6D276A;text-decoration:line-through;}
.discounts .modified {color:#BF311A;}