﻿body {
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	border: 0;
	margin: 0;
	padding: 0;
}

form {
	margin: 2px auto 20px auto;
	background-color: #fff;
	border: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h2 {
	font-weight: bold;
	font-size: 1.7em;
	padding: 0;
	margin: 0.3em 0 0.5em 0;
}

h3 {
	padding: 0;
	margin: 1em 0 0.2em 0;
	font-weight: bold;
}

h4 {
	padding: 0;
	margin :0;
}

img {
	border: 0;
	vertical-align: middle;
}


/* -----| Reusable elements |---------------------------------------------------------------------------------------- */
.green {
	color: #007757;
}

.red {
	color: #2A5B90;
}

.blue {
	color: #3399cc;
}

a.red, a.gray, a.redDisabled, a.grayDisabled {
	color: #fff;
	padding: 0.3em 1.2em;
}

a.big {
	padding: 0.7em 2em;
}

a.red img, a.gray img, a.redDisabled img, a.grayDisabled img {
	margin: 0;
	padding: 0;
	border: 0;
}

a.red {
	background-color: #2A5B90;
}

a.gray {
 	background-color: #C0C0C0 ;
}

a.redDisabled {
	background-color: #f99;
}

a.grayDisabled {
	background-color: #ccc;
}

td.right {
	text-align: right;
}

div.left, img.left {
	float: left;
}

div.right {
	float: right;
}

div.textRight {
	text-align: right;
}

div.wrap {
	overflow: hidden;
}


/* Help popups */
#divHelp, #divHelp span {
	display: none;
}

#divHelp {
	position: absolute;
	max-width: 30em;
}

.help, #divHelp 
{
    color: #FFF;
	text-align: justify;
	border: solid 1px #5167B3;
	background-color: #697EC1;
	padding: 1em;
}

div.help {
	margin-top: 2em;
}

p.help {
	padding-left: 2.5em;
	background: url(../Images/info.gif) left center no-repeat #fff;
	border: 0;
	color: #697EC1;
	font-weight: bold;
	margin-top: 0;
}

div.error {
	color: #fe0000;
	font-size: 1.3em;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 1.5em;
}

div.info {
	color: #66ad9b;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

div.error img, div.info img {
	float: left;
	vertical-align: top;
}

div.error div, div.info div {
	margin-left: 35px;
	padding-top: 0.2em;
}

div.error ul {
	margin: 0;
	padding: 0 0 0 1em;
}


/* -----| Head |----------------------------------------------------------------------------------------------------- */
div.statusBar {
	background: #F0F0F0;
	padding: 0;
	margin-bottom: 1em;
}

table.container {
}

table.container tr td {
	padding: 0.5em 0;
}

table.container tr td.left {
	width: 24em;
}

table.container tr td.exit {
	padding: 0;
	background-color: #fff;
	width: 15.5em;
}

a.exit {
	padding: 0.5em 1em;
	color: #000;
	font-weight: bold;
}

a.exit img {
	border: 0;
	padding: 0;
	margin-left: 1em;
	vertical-align: middle;
}

div.logo {
	height: 154px;
	vertical-align: text-bottom;
	text-align: right;
}

div.logo #logo {
	float: left;
	margin-right: 30px;
}

div.logo div.siteTitle {
	text-align: left;
	padding-top: 0.3em;
	font-size: 2.4em;
	font-weight: bold;
	margin: auto;
}

div.logo div.siteTitle span {
	line-height: 0.8em;
}

div.logo div.search {
	font-weight: bold;
	padding-top: 3em;
}

div.headLinks {
	margin: 1em auto;
	border: solid 1px #cacaca;
}

div.headLinks div {
	margin: 0.5em;
}

div.headLinks div a {
	display: block;
	float: left;
	width: 140px;
	text-align: center;
	padding: 1em;
	font-weight: bold;
	margin-right: 1px;
	color: #000;
	background-color: #E8F4F7;
	border: solid 1px #cccccc;
}

.header2LineA
{
    padding: 0.4em !important;
    margin: 0;
    
}

div.headLinks div a:hover 
{
    background-color: #2A5B90;
	border: solid 1px #2A5B90;
}

div.headLinks div a.active {
	background-color: #2A5B90;
	color: #000;
}

div.headLinks div a.active:hover {
	
}

div.headLinks a.helpHints {
	color: #000;
	background: url(../Images/helpBack.gif) center center repeat-x;
	font-weight: bold;
	display: block;
	float: right;
	height: 22px;
	vertical-align: middle;
	padding: 5px 15px;
	margin: 11px 10px 10px 0;
}

div .redBorder
{
    
}

div.headLinks a.helpHints img {
	border: 0;
	vertical-align: middle;
	margin-right: 0.7em;
}

div.phoneLine 
{
    color: Gray;
}


/* -----| Body |----------------------------------------------------------------------------------------------------- */
.container, .paddedContainer {
	width: 760px;
	margin: 0 auto;
	overflow: hidden;
}

.paddedContainer {
	padding-bottom: 1em;
}

.pad {
	padding: 1em;
}

.contentLeft {
	margin-right: 270px;
}

.contentRight {
	margin-left: 300px;
}

.emph {
	font-weight: bold;
	font-size: 1.4em;
}

div.step, div.stepDisabled {
	margin-bottom: 2em;
}

div.stepDisabled {
	color: #7f7f7f;
}

div.step div, div.stepDisabled div {
	margin-bottom: 1em;
}


/* -----| ibox Popups |---------------------------------------------------------------------------------------------- */
div.ibPopup {
	padding: 1em;
	text-align: center;
	font-weight: bold;
	line-height: 1.8em;
}

div.ibPopup p {
	margin: 2em 0;
}

div.ibContent {
	margin: 1.5em 1em;
}

div.ibContent #links {
	margin-top: 2em;
}

div.WarningBox 
{
    padding: 10px;
    font-size: 1.5em;
    width: 280px;
    height: 130px;
    text-align: center;
}


/* -----| Top phones |----------------------------------------------------------------------------------------------- */
div.topPhones {
	margin-top: 0.5em;
	width: 250px;
	background-color: #e7e7e7;
}

div.topPhones div.top {
	background-color: #bbdad2;
	padding: 0.5em 1em;
}

div.topPhones div.top h4 {
	font-weight: bold;
}

div.topPhones a.viewAll {
	float: right;
	display: block;
	padding: 0.2em 0.5em;
	margin: 0.5em;
	color: #000;
	font-weight: bold;
	border-top: dotted 1px #000;
	border-bottom: dotted 1px #000;
}

div.topPhones a.viewAll img {
	vertical-align: middle;
}

div.topPhones table {
	clear: right;
	width: 94%;
	margin: 0.5em auto;
}

div.topPhones table tr td {
	padding: 0.2em 0 0.2em 1.5em;
}

div.topPhones table tr.brand td {
	color: #fff;
	background-color: #9e9d9d;
	font-weight: bold;
	padding: 0.5em 1em;
}


/* -----| Batch phone list |----------------------------------------------------------------------------------------- */
div.phoneList {
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	margin: 1.5em 0;
	overflow: hidden;
}

div.phoneList p {
	font-weight: bold;
	margin-bottom: 0;
}

div.phoneList div.phone {
	float: left;
	width: 47%;
	margin: 1.5em 0 1em 0;
	font-size: 0.9em;
}

div.phoneList div.phone img.thumb {
	float: left;
	display: block;
}

div.phoneList div.phone div {
	margin-left: 70px;
	line-height: 1.6em;
}

div.phoneList div.phone div span {
	display: block;
	margin: 1em 0;
}

div.phoneList div.cancelled {
	color: #7f7f7f;
	text-decoration: line-through;
}

div.phoneList div.cancelled div.cancelledInfo{
	color: #2A5B90;
	font-weight:bold;
	margin-left: 0px;
}

/* -----| Form layouts |--------------------------------------------------------------------------------------------- */
table.form {
	clear: none;
}

table.form a.big {
	float: left;
}

table.form input[type=text], table.form select {
	width: 20em;
}

table.form tr td {
	padding-bottom: 0.3em;
}

div.formLayout {
}

div.formLayout div {
	overflow: hidden;
	margin-bottom: 0.5em;
}

div.formLayout div * {
	margin-right: 1em;
}

div.formLayout div label {
	float: left;
}

div.formLayout div label.l {
	width: 6em;
}

div.formLayout div span {
	display: block;
	float: left;
}

div.formLayout div input {
	float: left;
}

div.formLayout div input[type=text], div.formLayout div input[type=password] {
	float: left;
	width: 20em;
}

td.newSection
{
	padding: 20px 0 20px 0;
}

div.formDivider, .divider
{
	border-top: 1px solid #cacaca;
	height: 1px;
	line-height: 1px;
}

.divider
{
    margin: 5px 0;
}

.disabled
{
	background-color: #dedede;
}

/* -----| Promotion layouts |---------------------------------------------------------------------------------------- */
td.promotionDisclaimer {
	font-size: 0.8em;
}

.myclass
{
	color: #fff;
	background-color: #9e9d9d;
	font-weight: bold;
	padding: 0.5em 1em;
}

.AcceptButtons a
{
    float:left;
} 


#PromoTable .errors ul
{
    padding: 0;
    margin: 0;
    color: #2A5B90;
    list-style: none;
}

#PromoTable .errors ul li
{
    list-style: none;
    font-weight: bold;
}

.printNoticeAndButton
{
    float:left;
}

.printNoticeAndButton a
{
    float:left;
}

.finalizeTop
{
    float: right;
}

.finalizeTop a
{
    float:right;
}

.finalizeTop .helpLink
{
    padding: 4px 4px 0 0;
}

.unacceptable
{
    color: red;
}

div.phoneModelKeyWordMessage
{
    border: 1px solid #EBEBEB;
    clear: both;
    display: block;
    margin-bottom: 8px;
    background: none repeat scroll 0 0 transparent;
    letter-spacing: 0;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 1.25em;
    color: #525252;
    text-align: justify;
    font-family: arial;
    font-weight: normal;
    direction: ltr;
}

div.phoneModelKeyWordMessage h3.messageHeading
{
    background: none repeat scroll 0 0 #EBEBEB;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
    border: 0 none !important;
    line-height: 1.25em;
    letter-spacing: 0;
    vertical-align: baseline;
    color: #525252;
    text-align: justify;
    font-family: arial;
    font-weight: normal;
    direction: ltr;
}

div.phoneModelKeyWordMessage h3.messageHeading a.messageHeadingLnk:link
{
    color: #525252;
    font-weight: normal;
    text-decoration: underline;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    letter-spacing: 0;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 1.25em;
    text-align: justify;
    font-family: arial;
    direction: ltr;
}

div.phoneModelKeyWordMessage h3.messageHeading a.messageHeadingLnk:visited
{
    color: #525252;
    font-weight: normal;
    text-decoration: underline;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    letter-spacing: 0;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 1.25em;
    text-align: justify;
    font-family: arial;
    direction: ltr;
}

div.phoneModelKeyWordMessage h3.messageHeading a.messageHeadingLnk:hover
{
    color: #525252;
    font-weight: normal;
    text-decoration: none;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    letter-spacing: 0;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 1.25em;
    text-align: justify;
    font-family: arial;
    direction: ltr;
}

div.phoneModelKeyWordMessage h3.messageHeading a.messageHeadingLnk:active
{
    color: #525252;
    font-weight: normal;
    text-decoration: underline;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    letter-spacing: 0;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 1.25em;
    text-align: justify;
    font-family: arial;
    direction: ltr;
}

div.phoneModelKeyWordMessage div.message
{
    display: block;
    clear: both;
    border: 0 none;
    font-size: 12px;
    line-height: 1.25em;
    margin-bottom: 0;
    padding: 5px;
    background: none repeat scroll 0 0 #FFFFFF;
    letter-spacing: 0;
    vertical-align: baseline;
    color: #525252;
    text-align: justify;
    font-family: arial;
    font-weight: normal;
    direction: ltr;
}

div.phoneModelKeyWordMessage div.message p.messageParagraph
{
    margin: 5px 0px 10px;
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    letter-spacing: 0;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 1.25em;
    color: #525252;
    text-align: justify;
    font-family: arial;
    font-weight: normal;
    direction: ltr;
}
