/* main box style */
div#main.defaultbg {
	background: url(/images/template/def_bg.png) 0 0 no-repeat;
	width:760px;
}

#emailmain {
	width: 756px;
	color: #666;
	background: url(/images/email/email-overview-top.jpg) no-repeat top;
}
#emailmain p.openingp {
	width: 365px;
	margin: 0;
	padding: 100px 0px 0px 23px;
	line-height: 1.5em;
}

#emailmain p.openingp2 {
	width: 365px;
	margin: 0;
	padding: 15px 0px 0px 23px;
	line-height: 1.5em;
}

#emailmain p.addtocart {
	background: url(/images/email/email_pricing.gif) no-repeat top center;
	margin: 20px 58px 0px 10px;
	padding: 93px 0px 0px 0px;
	width: 125px;
	float: left;
	text-align:center;
}
#emailmain p.addtocart img {
	width: 120px;
	height: 32px;
	background: url(/images/email/addtocart.gif) no-repeat top;
}
#emailmain p.addtocart img:hover {
	background-position: 0 -32px;
}
#emailmain ul {
	float: left;
	width: 345px;
	margin: 20px 0 0 0px;
	line-height: 1.5em;
}

/* kick ass */

#box-contain {
	padding: 20px 0 0 20px;
}
	
#box-contain fieldset, #box-contain form{
	margin: 0;
	padding: 0;
	border: 0;
}

#box-contain form input {
	float: left;
}

#box-contain form label {
	float: left;
	font-weight: bold;
}

#box-contain form ul.choice {
	list-style: none;
	padding: 15px 0 0 29px;
}

#box-contain form ul.choice li {
	display: block;
	height: 20px;
}

#box-contain ul.feats {
	margin: 0;
	padding: 13px 0 0 150px;
	line-height: 20px;
	list-style-type: none;
}

#box-contain form h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 10px 0 0 26px;
}

#box-contain ul.extfeats {
	margin: 0;
	padding: 2px 0 15px 40px;
	list-style: square;
}

#box-contain ul.extfeats li {
	height: 16px;
}

#box-contain input.addtocart_btn {
	display: block;
	width: 120px;
	height: 32px;
	border: 0;
	background: url(/images/email/addtocart.gif) no-repeat 0 0 ;
	cursor: pointer;
	margin: 0 0 0 38px;
}

#box-contain input.addtocart_btn.hover {
	background-position: 0 -32px;
}

#box-contain div.hr {
	border-bottom: 1px solid #aaa;
	height: 1px;
	padding-top: 15px;
	margin: 0 20px 0 10px;
}

/* box 1 */

#box1 {
	float: left;
	width: 240px;
	height: 400px;
	padding: 0;
	margin: 0 7px 0 0;
	background: url(/images/email/em-basic-bg.jpg) no-repeat top;
}

#box1 p.openingp {
	width: 200px;
	margin: 0;
	padding: 51px 0 0 38px;
	line-height: 1.5em;
}

#box1 input.addtocart_btn {
	margin-top: 1.23em;
}

/* box 2 */

#box2 {
	float: left;
	width: 240px;
	height: 399px;
	padding: 0;
	margin: 0 7px 0 0;
	background: url(/images/email/em-deluxe-bg.jpg) no-repeat top;
}

#box2 p.openingp {
	width: 200px;
	margin: 0px;
	padding: 51px 0 0 38px;
	line-height: 1.5em;
}

/* box 2 */

#box3 {
	float: left;
	width: 240px;
	height: 399px;
	padding: 0;
	margin: 0;
	background: url(/images/email/em-bus-bg.jpg) no-repeat top;
}

#box3 p.openingp {
	width: 200px;
	margin: 0;
	padding: 51px 0 0 39px;
	line-height: 1.5em;
}

#box-contain #box3 form h5 {
	margin-top: 1.6em;
}

#box3 input.addtocart_btn {
	margin-top: 1.23em;
}

/** Personal Mobility Page **/
div#mobilemain {
	background: url(/images/email/personal-mobility-top.jpg) 0 0 no-repeat;
	margin: 5px 0 0 20px;
}

div#mobilemain a.addtocart {
	display: block;
	margin: 265px 0 0 496px;
	padding: 0;
	position: absolute;
	width: 120px;
	height: 32px;
	background: url(/images/email/addtocart.gif) 0 0 no-repeat;
	text-indent: -999%;
	overflow: hidden;
}

div#mobilemain a.addtocart:hover {
	background-position: 0 -32px;
}

div#mobilemain p {
	line-height: 1.6em;
	padding: 203px 300px 0 13px;
}

div.mob-features {
	padding: 34px 0 0 50px;
}

div.mob-features h3 {
	display: block;
	height: 16px;
	width: 86px;
	background: url(/images/email/personal-features.jpg) 0 0 no-repeat;
	text-indent: -999%;
	overflow: hidden;
}

div.mob-features h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 15px 0 5px;
}

div.mob-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.mob-features ul li {
	background: url(/images/email/check-bg-small.jpg) 0 5px no-repeat;
	padding-left: 14px;
	line-height: 1.7em;;
}

div.mob-features h4.right {
	position: absolute;
	margin: -81px 0 0 360px;
}

div.mob-features ul.right {
	position: absolute;
	margin: -61px 0 0 360px;
}



/** Business Email Page **/
div#businessmain {
	background: url(/images/email/business-mobility-top.jpg) 0 0 no-repeat;
	margin: 5px 0 0 20px;
}

div#businessmain a.addtocart {
	display: block;
	margin: 265px 0 0 496px;
	padding: 0;
	position: absolute;
	width: 120px;
	height: 32px;
	background: url(/images/email/addtocart.gif) 0 0 no-repeat;
	text-indent: -999%;
	overflow: hidden;
}

div#businessmain a.addtocart:hover {
	background-position: 0 -32px;
}

div#businessmain p {
	line-height: 1.6em;
	padding: 203px 300px 0 13px;
}

div.bus-features {
	padding: 34px 0 0 50px;
}

div.bus-features h3 {
	display: block;
	height: 16px;
	width: 86px;
	background: url(/images/email/personal-features.jpg) 0 0 no-repeat;
	text-indent: -999%;
	overflow: hidden;
}

div.bus-features h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin: 15px 0 5px;
}

div.bus-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.bus-features ul li {
	background: url(/images/email/check-bg-small.jpg) 0 5px no-repeat;
	padding-left: 14px;
	line-height: 1.7em;;
}

div.bus-features h4.right {
	position: absolute;
	margin: -81px 0 0 330px;
}

div.bus-features ul.right {
	position: absolute;
	margin: -61px 0 0 330px;
}

span.img {
	display: block;
	text-indent: -999%;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

span.bus-des-mob-web {
	width: 710px;
	height: 195px;
	background-image: url(/images/email/desktop-mobile-webmail-graphic.jpg);
	margin: 25px auto;
}

div.cell {
	width: 336px;
	height: 267px;
	padding: 0 15px;
}

div.cell p {
	line-height: 1.6em;
}

div.cell h3 {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	overflow: hidden;
	text-indent: -999%;
}

div.push-cal {
	padding: 30px 15px 0;
	height: 237px;
}

div.push-cal.smaller {
	padding: 30px 15px 0 30px;
	width: 305px;
}

div.push-cal h3 {
	background: url(/images/email/push-calendar.jpg) 0 0 no-repeat;
	width: 220px;
	height: 26px;
}

span.push-cal {
	background-image: url(/images/email/push-calendar-pic.jpg);
	width: 336px;
	height: 267px;
}

div.bus-left-col {
	float: left;
	width: 366px;
	padding: 60px 17px 0 10px;
}

div.bus-right-col {
	float: left;
	width: 366px;
	padding: 60px 0 0;
}

div.use-cal-to {
	clear: both;
	padding: 15px 0 20px 70px;
}

div.use-cal-to h4 {
	color: #254971;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

div.use-cal-to ul {
	margin: 5px 0 0 15px;
	padding: 0;
	list-style: none;
}

div.use-cal-to ul li {
	padding-left: 15px;
	background: url(/images/email/check-bg-small.jpg) 0 5px no-repeat;
	line-height: 1.5em;
}

div.push-contact {
	height: 400px;
	vertical-align: top;
}

div.push-contact h3 {
	background: url(/images/email/push-contacts.jpg) 0 0 no-repeat;
	width: 268px;
	height: 32px;
}

div.push-contact h4 {
	color: #254971;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0;
}

div.push-contact ul {
	margin: 5px 0 0 15px;
	padding: 0;
	list-style: none;
}

div.push-contact ul li {
	padding-left: 15px;
	background: url(/images/email/check-bg-small.jpg) 0 5px no-repeat;
	line-height: 1.5em;
}

span.push-contact {
	background-image: url(/images/email/push-contact-pic.jpg);
	width: 336px;
	height: 400px;
}

div.share-collab {
	padding: 30px 0 15px;
	height: 237px;
}

div.share-collab h3 {
	background: url(/images/email/share-and-collaborate.jpg) 0 0 no-repeat;
	width: 209px;
	height: 75px;
}

span.share-collab {
	background-image: url(/images/email/share-and-collaborate-pic.jpg);
	width: 336px;
	height: 332px;
}

div.drag-drop {
	height: 237px;
	padding: 60px 0 0;
}

div.drag-drop h3 {
	background: url(/images/email/drag-and-drop-simple.jpg) 0 0 no-repeat;
	width: 294px;
	height: 84px;
}

span.drag-drop {
	background-image: url(/images/email/drag-and-drop-pic.jpg);
	width: 336px;
	height: 267px;
}

/*** Feature compare page ***/


div#features-page {
	background: url(/images/email/ox-features-top.jpg) 0 0 no-repeat;
	width: 710px;
	height: 284px;
	margin: 5px 0 0 20px;
}

div#features-page p {
	line-height: 1.6em;
	padding: 91px 400px 0 13px;
}

div#features-page a.addtocart {
	display: block;
	margin: 265px 0 0 496px;
	padding: 0;
	position: absolute;
	width: 120px;
	height: 32px;
	background: url(/images/email/addtocart.gif) 0 0 no-repeat;
	text-indent: -999%;
	overflow: hidden;
}

div#features-page a.addtocart:hover {
	background-position: 0 -32px;
}