@charset "UTF-8";

/* English OK 2008 */
/* pricing.css */

/* set NULL */


/*---------------------------------PRICING PAGE---------------------------------*/

.pricingtable {
	border-collapse:seperate;
	width:602px;
	margin:10px auto;
	padding:2px;
	border-spacing:2px;
	background-color:#999999;
	font-size:14px;
	font-weight:bold;
	}

.pricingtable td{
	margin:0;
	padding:5px;
	text-align:center;
	background-color:#FFFFFF;
	background-image:none;
	}
	
.pricingtable th{
	margin:0;
	padding:5px;
	width:30%;
	text-align:left;
	background-color:#FFFFFF;
	}

.pricingtable td.lightblue{
	background-color:#CDEBFA;

}

.pricingtable td.lightred{
	background-color:#FFD9CD;

}

.pricingtable td.lightorange{
	background-color:#FFEBD4;

}

.pricingtable td.white{
	text-align:left;
	background-color:#FFFFFF;

}

.pricingtable td.notincluded{
	background:url(../images/global/bg/notincluded.gif);
	}
	
a.standardorder{
	display:block;
	width:140px;
	height:37px;
	overflow:hidden;
	margin:0;
	margin-left:30px;
	padding:0;
	text-indent:-1000px;
	background: url(../images/global/pricing/standard_button.jpg) 0 0;
}

a.standardorder:hover{
	background:url(../images/global/pricing/standard_button.jpg) -140px 0;
}

a.deluxeorder{
	display:block;
	width:140px;
	height:37px;
	overflow:hidden;
	margin:0;
	margin-left:30px;
	padding:0;
	text-indent:-1000px;
	background: url(../images/global/pricing/deluxe_button.jpg) 0 0;
}

a.deluxeorder:hover{
	background:url(../images/global/pricing/deluxe_button.jpg) -140px 0;
}

a.globalorder{
	display:block;
	width:140px;
	height:37px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-indent:-1000px;
	background: url(../images/global/pricing/global_button.jpg) 0 0;
}

a.globalorder:hover{
	background:url(../images/global/pricing/global_button.jpg) -140px 0;
}

a.standardaddon{
	display:block;
	width:140px;
	height:37px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-indent:-1000px;
	background: url(../images/global/pricing/standard_addon.jpg) 0 0;
}

a.deluxeaddon{
	display:block;
	width:140px;
	height:37px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-indent:-1000px;
	background: url(../images/global/pricing/deluxe_addon.jpg) 0 0;
}

a.globaladdon{
	display:block;
	width:140px;
	height:37px;
	overflow:hidden;
	margin:0;
	padding:0;
	text-indent:-1000px;
	background: url(../images/global/pricing/global_addon.jpg) 0 0;
}

.standard{
	display:block;
	width:136px;
	height:33px;
	overflow:hidden;
	margin:0 0 0 30px;
	padding:2px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	background: url(../images/global/pricing/standard_button.jpg) 0 0;
}

.standard:hover{
	color:#FFFFFF;
	background:url(../images/global/pricing/standard_button.jpg) -140px 0;
}

.deluxe{
	display:block;
	width:136px;
	height:33px;
	overflow:hidden;
	margin:0 0 0 30px;
	padding:2px;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	background: url(../images/global/pricing/deluxe_button.jpg) 0 0;
}

.deluxe:hover{
	color:#FFFFFF;
	background:url(../images/global/pricing/deluxe_button.jpg) -140px 0;
}

.secondarycontentboxst{
	border-collapse:collapse;
	width:649px;
	margin:10px 0 10px 18px;
	padding:0;
	background-color:none;
	border:0;
	border-spacing:0px;
	}

.secondarycontentboxst td.crown{
	padding:0;
	height:10px;
	background: url(../images/global/bg/secondarycontentboxst_crown.gif) 0 0 no-repeat;
	}
.secondarycontentboxst td.heel{
	padding:0;
	height:15px;
	background:url(../images/global/bg/secondarycontentboxst_heel.gif) 0 0 no-repeat;
	}

.secondarycontentboxst td{
	margin:0;
	padding:0;
	background:url(../images/global/bg/secondarycontentboxst_bg.gif) 0 0 repeat-y;
}

.secondarycontentboxdel{
	border-collapse:collapse;
	width:649px;
	margin:10px 0 10px 18px;
	padding:0;
	background-color:none;
	border:0;
	border-spacing:0px;
	}

.secondarycontentboxdel td.crown{
	padding:0;
	height:10px;
	background: url(../images/global/bg/secondarycontentboxdel_crown.gif) 0 0 no-repeat;
	}
.secondarycontentboxdel td.heel{
	padding:0;
	height:15px;
	background:url(../images/global/bg/secondarycontentboxdel_heel.gif) 0 0 no-repeat;
	}

.secondarycontentboxdel td{
	margin:0;
	padding:0;
	background:url(../images/global/bg/secondarycontentboxdel_bg.gif) 0 0 repeat-y;
}