﻿html
{
    overflow-x: hidden;
    overflow-y: auto;
}

body
{
    font-family: Arial MS, Verdana, Trebuchet;
    font-size: 11px;
    background-color: #ffffff;
    background-image: url(../Images/Application/Tile.jpg);
    background-repeat: repeat-x;
    margin: 0px auto 0px auto;
    color: #444444;
}
/*div{border:solid 1px red;}*/
.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.clear
{
    clear: both;
}

img
{
    border: none;
}
a
{
    color: #02427a;
    text-decoration: none;
}
form
{
    display: inline;
}
td
{
    vertical-align: top;
}

#ContentStage
{
    width: 1020px;
    margin: 0px auto 0px auto;
}
#Header_Container
{
    position: relative;
    width: 1020px;
    height: 94px;
    margin: 0px auto 0px auto;
}
.LogoImage
{
    position: absolute;
    left: 145px;
    top: 25px;
    z-index: 1000;
}

.Buy180LogoImage
{
    position: absolute;
    left: 840px;
    top: 40px;
    z-index: 1000;
}
#Background_Container
{
    position: absolute;
    width: 1020px;
    margin: 0px auto 0px auto;

}

#Menu_Container
{
    position: relative;
    left: 230px;
    top: 44px;
    width: 640px;
    height: 16px;
}
.OptInButton
{
    position: absolute;
    top: -8px;
}

#Content_Container
{
    position: relative;
}

#Default_Page_Content_link1
{
    position: absolute;
    top: 80px;
    left: 225px;
    width: 109px;
}
#Default_Page_Content_link2
{
    position: absolute;
    top: 40px;
    left: 452px;
    width: 120px;
}
#Default_Page_Content_link3
{
    position: absolute;
    top: 80px;
    left: 687px;
    width: 95px;
}


/* Content Page Section */
#SectionTitleContainer
{
    position: relative;
    margin: 0px auto 0px auto;
    width: 755px;
    top: 10px;
    left: 16px;
}
.ContentSubText, .ContentBoldSubText, .ContentRedSubText, .ContentBlueSubText, .ContentOrangeSubText
{
    color: #777;
    font-size: 11px;
    line-height: 16px;
}
.ContentRedSubText, .ContentBlueSubText, .ContentOrangeSubText 
{
	line-height:12px;
}
.ContentBoldSubText
{
    font-weight: bold;
}
.ContentRedSubText
{
    color: #bc2521;
}
.ContentBlueSubText
{
    color: #1a7ab7;
}
.ContentOrangeSubText
{
    color: #df6c25;
}

/* Footer section */
#Footer_Container
{
position:relative;
    width: 720px;
    height: 15px;
    text-align: center;
    margin: 50px auto 10px auto;
    font-size: 10px;
    z-index:110;
}
#Footer_Container a, #Footer_Container a:hover
{
    text-decoration: none;
    cursor: pointer;
}
.FooterclearBottom
{
    clear: both;
    padding-bottom: 20px;
}

/*Modal Popup Extender*/
.modalBackground
{
    background-color: #000000;
    opacity: .25;
    filter: alpha(opacity=25);
}
#CorporatedivLayer
{
    background: url(../images/Corporate/bg_overlay.gif) no-repeat;
    width: 570px;
    padding: 26px 37px 20px 43px;
    height: 420px;
    text-align: left;
    overflow: auto;
}
.Corporate_hdrTitle
{
    position: absolute;
    left: 43px;
}
.Corporate_btnClose
{
    position: absolute;
    left: 590px;
}
.CorporateContent
{
    position: absolute;
    top: 95px;
    width: 570px;
    color: #676767;
    line-height: 16px;
}
.CorporateContent ol li
{
    margin: 0 0 0 0;
    padding-top: 10px;
}
.CorporateContent p
{
    margin: 15px 0 5px 0;
    text-transform: uppercase;
}
#FramePrivacy, #FrameTerms, .CorporateFrame
{
    position: absolute;
    width: 570px;
    height: 300px;
    z-index: 1000;
    color: #676767;
    overflow:auto;
    line-height: 16px;
	margin:0 10px 0 0;
}

/*Modal Popup Extender RetailLocator*/


.RL_btnClose
{
    position: absolute;
    top: 33px;
    left: 505px;
    z-index: 110;
}
.RLContent
{
    position: relative;
    top: 0px;
    width: 150px;
    color: #676767;
    line-height: 16px;
}
.RLFrame
{
    position: absolute;
    width: 550px;
    height: 391px;
    top: 0px;
    z-index: 100;
}
.RLContentText 
{
	position:relative; 
	left:30px; 
	width:130px; 
	top:-318px;
	font-size:7pt;
    line-height: 10px;
color:Gray;
}

/* Dialog Box PP and TC PopUp */
.DialogContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.DialogShader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
    background-color: #000000;
     
    opacity: .25;
    filter: alpha(opacity=25);
}

.DialogPositioner {
	position: relative;
	margin: 0px auto 0px auto;
	width: 650px;
	height: 100%;
}

.DialogBox {
	position: absolute;
	left: 0px;
	top: 126px;
	right: 0px;
	height: 426px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	background: url(../images/Corporate/bg_overlay.gif) no-repeat;
	background-repeat: repeat-x;
	color:#676767;
	line-height:16px;
	font-family: Arial MS, Verdana, Trebuchet;
	font-size: 11px;
}

.DialogBox a {
	color: #878787;
}

.DialogHeader {
	height: 80px;	
}

.DialogCloseButton {
	position: absolute;
	right: 37px;
	top: 26px;
	width: 23px;
	height: 23px;
}

.DialogTitle {
	padding: 26px 37px 5px 43px;
}

.DialogDescription {
	margin: 26px 37px 20px 43px;
	width:570px;
}

.DialogContent {
	position: absolute;
	left: 0px;
	top: 70px;
	right: 0px;
	bottom: 0px;
}
.tclist{
padding-bottom:15px;}