/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
	color: #7093A9;
	background: url(http://www.boostmobile.com/images/bg.jpg) repeat;
}

img {
	vertical-align: bottom;
	border: 0;
	}

td {
	vertical-align: top;
	padding: 4px;
	border: dotted 1px #666666;
	}

h4 {
    font-size: 15px;
	color: #000;
	}
	
h5 {
    font-size: 12px;
	color: #999;
	}

p {
    font-size: 12px;
	line-height: 1.3em;
	}

a {
	color: #000;
	text-decoration:underline;
	}

a:link {
	color: #000;
	text-decoration:underline;
	}
	
a:visited {
	color: #000;
	text-decoration:underline;
	}
	
a:hover{
	color: #f67800;
	}

/*--- DIVS
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

div#container {
	position: relative;
	width: 757px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0 auto;
	margin-bottom: 50px;
	text-align: left;
	background: #000;
	}

div#header_logo {
	position: relative;
	width: 757px;
	margin: 0 auto;
	text-align: left;
	}

div#content {
	background: #CCC url(http://plans.boostmobile.com/images/bgCheckOut.jpg) bottom no-repeat;
	color: #333;
	width: 713px;
	min-height: 600px;
	position: relative;
	margin: 0 18px;
	font-size: 11px;
	padding: 0;
	padding-top: 20px;
	}
	
/*--- CLASSES
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.summaryBody {
	width: 644px;
	background: url(http://plans.boostmobile.com/images/confirmation/summary1Bg.gif) repeat-y;
	margin: 0 20px;
	
	padding: 5px 15px;
	}

.summaryTop {
	width: 674px;
	/* background:url(http://plans.boostmobile.com/images/confirmation/summary1Top.gif) no-repeat;*/
	height:8px;
	margin: 0 20px;
	}

.summaryBottom {
	width: 674px;
	background: url(http://plans.boostmobile.com/images/confirmation/summary1Bottom.gif) no-repeat;
	height:8px;
	margin: 0 20px;
	padding-bottom: 24px;
	}
	
.backtotop{
	border: none;
	}
	
.prodinfoheadw{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	}
