/**
 * Filename: style.css
 * @author: Simon Jensen
 */
/************************************************************************************/

body {
	margin: 10px;
	background: #fff url("/images/sitebgimg.jpg") repeat-x;
	color: #555;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited {
	color: #555;
}

a:active, a:hover {
	color: #333;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0px;
	padding: 5px 0px;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}

/************************************************************************************/

#container {
	width: 800px;
	margin: 0px auto;
	border: 1px solid #aaa;
	background: #fff;
}

/************************************************************************************/

#header {
	height: 101px;
	background: url("/images/right-header.jpg") top right no-repeat;
}

/************************************************************************************/

#menu {
	height: 28px;
	background: url("/images/menu_bg.jpg") no-repeat;
}

#menu a {
	color: #fff;
	margin: 0px 15px;
}

#menu .left {
	margin-top: 3px;
}

#menu .right {
	margin-top: 3px;
}

#breadcrumbs {
	height: 33px;
}

/************************************************************************************/

#sidebar_l {
	float: left;
	width: 150px;
	padding: 0px 10px;
	margin: 0px 10px;
}

#sidebar_l h3 {
	background: url("/images/widget-top.gif") repeat-x;
	position: relative;
	left: -10px;
	width: 150px;
	padding: 5px 10px;
}

#sidebar_l #language_menu {
	padding: 5px 0px;
	font-weight: bold;
}

#sidebar_l #languages {
	display: none;
	width: 150px;
	position: absolute;
	background: #fff;
	z-index: 99;
	padding: 0px 5px;
	margin-top: 5px;
	margin-left: -5px;
}

#sidebar_l #languages .language {
	padding: 3px 0px;
	border-top: 1px dotted;
}

#sidebar_l #languages .language a {
	text-decoration: none;
	display: block;
}

#sidebar_l #flags {
	margin: 5px 0px 5px 2px;
}

#sidebar_l #language_select {
	width: 100%;
}

#sidebar_l img.flag {
	margin-right: 2px;
}

/************************************************************************************/

#content {
	float: right;
	width: 565px;
	background: url("/images/widget-top.gif") repeat-x;
	padding: 0px 10px;
	margin: 0px 10px;
	font-size: 1.2em;
}

#content_full {
	background: url("/images/widget-top.gif") repeat-x;
	padding: 0px 10px;
	margin: 0px 10px;
	font-size: 1.2em;
}

#content .intro {
	padding: 10px 0px;
}

h3.subtitle {
	background: #E5E5E5;
	padding-left: 5px;
}

h3.title {
	background: url("/images/widget-top.gif") repeat-x;
	padding: 10px;
}

h3.phone {
	background: url("/images/phone.png") no-repeat;
	margin-left: 5px;
	padding-left: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.4em;
}

h3.usa {
	background: url("/images/usa_bg.jpg") no-repeat;
	color: #000;
	height: 30px;
	padding: 15px 0px 0px 45px;
}

h3.eu {
	background: url("/images/eu_bg.jpg") no-repeat;
	color: #000;
	height: 30px;
	padding: 15px 0px 0px 25px;
}

#content .margin p {
	padding-left: 20px;
}

#content .join {
	background: url("/images/btn_green_big.png") no-repeat;
	width: 245px;
	height: 59px;
	color: #fff;
	padding-top: 10px;
	line-height: 1em;
	text-align: center;
	font-family: "Adobe Garamond Pro", "Times New Roman";
	font-size: 1.6em;
	text-transform: uppercase;
	margin: 0px auto;
}

#content .join a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#content .margin tr.header td {
	background: url("/images/td_header_bg.png") repeat-x;
	padding: 8px 5px;
	color: #fff;
	font-weight: bold;
}

/************************************************************************************/

.process {
	height: 45px;
	margin: 5px 0px;
}

.process.step1 {
	background-image: url("/images/process-steps.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.process.step2 {
	background-image: url("/images/process-steps.png");
	background-repeat: no-repeat;
	background-position: 0px -45px;
}

.process.step3 {
	background-image: url("/images/process-steps.png");
	background-repeat: no-repeat;
	background-position: 0px -90px;
}

/************************************************************************************/

#footer h4 {
	margin: 5px 0px;
}

#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	list-style: none;
	margin: 0px;
	padding: 3px 0px;
}

/************************************************************************************/

tr.list td {
	border-top: 1px dotted #E5E5E5;
}

/************************************************************************************/

input, textarea {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
input[type=submit], input[type=button] {
	width: 100px;
	height: 24px;
	border: none;
	background-image: url("/images/btn_grey2.png");
	background-repeat: none;
	background-position: 0px 0px;
	background-color: transparent;
	cursor: pointer;
}

input[type=submit]:hover, input[type=button]:hover {
	background-position: 0px -24px;
}

input[type=submit]:active, input[type=button]:active {
	background-position: 0px -48px;
}
*/

input[type=submit], input[type=button] {
	width: 99px;
	height: 23px;
	border: none;
	background-image: url("/images/btn_grey2.png");
	background-repeat: none;
	background-position: 0px 0px;
	background-color: transparent;
	cursor: pointer;
	margin-top: 3px;
}

input[type=submit]:hover, input[type=button]:hover {
	background-position: 0px -23px;
}

input[type=submit]:active, input[type=button]:active {
	background-position: 0px -46px;
}


input[type=submit].green, input[type=button].green {
	width: 100px;
	height: 24px;
	color: #fff;
	border: none;
	background-image: url("/images/btn_green.png");
	background-repeat: none;
	background-position: 0px 0px;
	background-color: transparent;
	cursor: pointer;
}

input[type=submit].green:hover, input[type=button].green:hover {
	background-position: 0px -24px;
}

input[type=submit].green:active, input[type=button].green:active {
	background-position: 0px -48px;
}


input[type=submit].green_submit {
	width: 250px;
	height: 24px;
	color: #fff;
	border: none;
	background-image: url("/images/btn_green_submit.png");
	background-repeat: none;
	background-position: 0px 0px;
	background-color: transparent;
	cursor: pointer;
}

input[type=submit].green_submit:hover {
	background-position: 0px -24px;
}

input[type=submit].green_submit:active {
	background-position: 0px -48px;
}

.w50 {
	width: 50%;
}

.w80 {
	width: 80%;
}

.w100 {
	width: 98%;
}

label {
	width: 100%;
	display: block;
	font-weight: bold;
}

/************************************************************************************/

#offers {
	background: url("/images/step2-plans-2-bg.png") no-repeat;
	height: 290px;
	color: #fff;
}

#offers .box {
	float: left;
	margin-top: 20px;
	text-align: center;
	font-size: 0.9em;
}

#offers .box.box1 {
	width: 125px;
	padding: 4px;
}

#offers .box.box2 {
	width: 125px;
	padding: 6px;
}

#offers .box.box3 {
	width: 135px;
	padding: 5px 10px;
	margin-top: 10px;
}

#offers .box.box4 {
	width: 125px;
	padding: 4px;
}

#offers .box p {
	margin: 5px 0px;
}

#offers .box .bigprice {
	font-size: 2em;
}

#offers .box h2 {
	font-size: 1.45em;
	font-family: "Adobe Garamond Pro", "Times New Roman";
	text-transform: uppercase;
}

#offers .box.box3 h2 {
	margin-bottom: 10px;
}

/************************************************************************************/

#offers_single {
	background: url("/images/step2-plans-1-bg.png") no-repeat;
	width: 296px;
	height: 290px;
	color: #fff;
	margin: 0px auto;
}

#offers_single .box {
	float: left;
	margin-top: 20px;
	text-align: center;
	font-size: 0.9em;
}

#offers_single .box.box1 {
	width: 125px;
	padding: 4px;
}

#offers_single .box.box2 {
	width: 135px;
	padding: 5px 10px;
}

#offers_single .box p {
	margin: 5px 0px;
}

#offers_single .box .bigprice {
	font-size: 2em;
}

#offers_single .box h2 {
	font-size: 1.45em;
	font-family: "Adobe Garamond Pro", "Times New Roman";
	text-transform: uppercase;
}

/************************************************************************************/

#more_offers_1 {
	background: url("/images/products_bg_1.png") no-repeat;
	width: 284px;
	height: 233px;
	color: #fff;
	margin: 0px auto;
}

#more_offers_2 {
	background: url("/images/products_bg_2.png") no-repeat;
	height: 233px;
	color: #fff;
}

#more_offers_1 .box, #more_offers_2 .box {
	float: left;
	width: 133px;
	padding: 4px;
	text-align: center;
	font-size: 0.9em;
	margin-top: 19px;
}

#more_offers_1 .box p, #more_offers_2 .box p {
	margin: 5px 0px;
}

#more_offers_1 .box h2, #more_offers_2 .box h2 {
	font-size: 1.45em;
	font-family: "Adobe Garamond Pro", "Times New Roman";
	text-transform: uppercase;
	border-bottom: 1px solid #ccffff;
}

#more_offers_1 .box .bigprice, #more_offers_2 .box .bigprice {
	font-size: 2em;
}

/************************************************************************************/

form#payment_form {
	background: #7BA1C5;
	color: #fff;
	padding: 10px;
}

form#payment_form p {
	margin: 0px;
	padding: 4px 0px;
}

form#payment_form .comodo {
	background: #fff;
	color: #333;
	padding: 10px;
	border: 1px solid #333;
}

form#payment_form a {
	color: #fff;
}

/************************************************************************************/

.message, .info, .ui-state-error, .ui-state-highlight {
	margin-top: 10px;
	padding: 10px;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}

.ui-widget-content {
	border-color: #aaa;
	padding: 5px;
}

.info {
	background: url("/images/icons/info.png") 2px 2px no-repeat;
	padding-left: 25px;
	border: 1px solid #ccc;
}

.small {
	font-size: 0.8em;
}

.faded {
	color: #999;
}

.tooltip_tricker {
	cursor: help;
}

.tooltip { 
	display: none;
	color: #fff;
	font-size: 1em;
	background: url("/images/black_arrow_big.png");
	width: 310px;
	height: 163px;
	padding: 25px 30px 25px 30px;
	text-align: left;
}

.message {
	background: #B2DBA8;
	border: 1px solid green;
}

.pad10 {
	padding: 10px 0px;
}

.pad10_10 {
	padding: 10px;
}

.red {
	color: red;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

div.clear, hr.clear {
	visibility: hidden;
	margin: 0px;
	clear: both;
}

/************************************************************************************/

#debug-info {
	position: fixed;
	z-index: 9999;
	width: 94%;
}

#debug-info #debug {
	max-height: 600px;
	overflow: auto;
	width: 100%;
	padding-left: 5px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

pre {
	padding: 10px;
	background: #000;
	color: #fff;
	font-family: "Courier New" , Monospace;
	font-size: 12px;
	text-align: left;
}