#customerContentContainer
{
    border: 0px dotted red;
    width: 960px;
    margin-left: 40px;
    margin-top: 10px;
    padding-bottom: 20px;
}
    
#customerTitle
{
    border: 0px dotted red;
    width:800px;
    background-color: #fff;
    padding-bottom: 10px;
}    

/* Main Content */

.customerMain
{
    border: 0px dotted red;
    float:left;
    min-height: 200px;
    background-color: #fff;
    padding-bottom: 60px;
    width: 600px;
}

.customerMain p
{
    color: #888;
}

.customerMain h1
{
   /* color: #333; */
}

.customerLeft
{
    width: 240px;
    height: 80px;
    border: 0px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 0px solid #eee;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 45px;
    padding-top: 15px;
   
}

.customerRight
{
    width: 240px;
    height: 80px;
    float: right;
    border: 0px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 0px solid #eee;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 45px;
    padding-top: 15px;
   
}

/* Sidebar */

.rightSideBarContainer
{
    width: 300px;
    min-height: 60px;
    margin-left:0px;
    margin-top: 0px;
    padding-left: 10px;
    padding-bottom: 30px;
    border-left: 0px dotted black;
    /*background-color: #fff;*/
    float: right;
}

/* Specials */

#BiweeklyMain
{
    border: 0px dotted red;
    float:left;
    min-height: 200px;
    background-color: #fff;
    padding-bottom: 60px;
    width: 320px;
}

.customerBiweekly
{
    padding-left: 5px;
    padding-bottom: 10px;
    color: #222;
    font-family: Arial;
    font-size: 15px;
}

.biweeklyLeft
{
    width: 240px;
    border: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
   
}

.biweeklyRight
{
    width: 240px;
    /*float: left;*/
    border: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
   
}

#BiweeklyrightSideBarContainer
{
    width: 600px;
    min-height: 60px;
    margin-left:0px;
    margin-top: 0px;
    padding-left: 10px;
    padding-bottom: 30px;
    border-left: 1px dotted black;
    /*background-color: #fff;*/
    float: right;
}

#OrdersMain
{
    border: 0px dotted red;
    float:left;
    min-height: 200px;
    background-color: #fff;
    padding-bottom: 60px;
    width: 500px;
}

#OrdersrightSideBarContainer
{
    width: 420px;
    min-height: 60px;
    margin-left:0px;
    margin-top: 0px;
    padding-left: 10px;
    padding-bottom: 30px;
    border-left: 1px dotted black;
    /*background-color: #fff;*/
    float: right;
}


#AccountMain
{
    border: 0px dotted red;
    float:left;
    min-height: 200px;
    background-color: #fff;
    padding-bottom: 60px;
    width: 500px;
}

#AccountrightSideBarContainer
{
    width: 420px;
    min-height: 60px;
    margin-left:0px;
    margin-top: 0px;
    padding-left: 10px;
    padding-bottom: 30px;
    border-left: 1px dotted black;
    /*background-color: #fff;*/
    float: right;
}

.divTerms
{
	width: 750px;
	position: absolute;
	top: 240px;
	border: solid 5px grey;
	background: white;
	margin: 10px;
	padding: 15px;
	z-index: 100;
}

.termsClose
{
	float: right;
}

.termsText
{
	padding-bottom: 12px;
}

