body {
	margin: 0;
	padding: 0;
	background: #F5EDD7 url(/img/bg.gif) repeat 0 0;
	color: #000;
	font: 100%/1.1 Arial, Helvetica, Geneva, sans-serif;
}


/* Global rules
============================== */

h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, form, fieldset, img {
	margin: 0;
	border: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}
a:link {
	color: #039;
}
a:visited {
	color: #609;
}
a:hover,
a:active {
	color: #900;
}

a.order-dashed {
	border-bottom: 1px dashed #039;
	text-decoration: none;
}

a.order-dashed:hover {
	border-bottom-color: #900;
}

h1,
h2.block-title {
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 5px;
	border-bottom: 1px solid #000;
	padding: 0 0 3px;
	color: #000;
	text-transform: uppercase;
	font: bold 85%/1.1 Arial, Helvetica, Geneva, sans-serif;
}
	h1 span,
	h2.block-title span { 
		float: left;
	}
	h1 img.i-rss,
	h2.block-title img.i-rss { 
		float: right;
		width: 32px;
	}
	h1.inside,
	h2.block-title.inside { 
		margin: 20px 0 5px;
	}

h2 {
	padding: 1em 0 .4em;
	color: #900;
	font: normal 150%/1 Georgia, "Times New Roman", Times, serif;
}
	h2 a {
		color: #900 !important;
		text-decoration: none;
	}
	h2 a:hover {
		text-decoration: underline;
	}

h3 {
	padding: .8em 0 .2em;
	font-size: 100%;
}

p {
	padding: .2em 0 .6em;
	font-size: 100%;
}
	p.active {
		padding: 3px;
		background: #FCFAF3;
	}

ul {
	padding: .2em 0 .6em;
	font-size: 100%;
}
ul li {
	padding: 0 0 .4em;
	background: transparent no-repeat 1px 0.7em;
	list-style: none;
}
	ul.cat li {
		background-image: url(/img/arrow_red.gif);
		padding: .4em 0 .4em 10px;
	}
	ul.ser li {
		padding: .4em 0 .4em 10px;
		background: transparent url(/img/arrow_grey.gif) no-repeat 1px 0.7em;
		list-style: none;
	}
	ul.ser li.cat {
		background-image: url(/img/arrow_red.gif);
		padding: .4em 0 .4em 10px;
	}

ol {
	padding: .2em 0 .6em 2.4em;
	font-size: 100%;
}
	ol li {
		padding: .2em 0 .1em;
	}

table {
	font-size: 100%;
}
blockquote {
	background-color: #FCFAF3;
	padding: 5px;
}


/* Useful styles
------------------------------ */


.sml {
	font-size: 85%;
}
.big {
	font-size: 130%;
}
.clear {
	clear: both;
}
.nobr {
	white-space: nowrap;
}
.featured-company {
	border: 1px solid #E3E2E2;
	padding: 0 0 0 4px;
	color: #666;
	line-height: 16px;
	font-size: 10px;
}
.details {
	color: #666;
}

.default {
	width: 440px;
}
	.default ul {
		list-style: inside;
		margin-left:10px;
	}
	.default ul li {
		list-style: inside;
		margin-left:10px;
	}


.helper {

}


/* Wrapper
============================== */

#wrapper {
	border-top: 4px solid #D1C5AE;
	background: transparent url(/img/bg_header.gif) repeat-x 0 0;
}

.wrap {
	width: 980px;
	margin: 0 auto 10px;
	padding: 0 5px;
}



/* Header
============================== */

#header {
	position: relative;
	height: 155px;
	margin-bottom: 0;
}


/* Sign In form
------------------------------ */

#header fieldset {
	position: absolute;
	top: 112px; right: 10px;
	width: 335px;
	border: 1px solid #000;
	padding: 10px 10px 20px;
	background-color: #F2ECDA;
	font-size: .7em;
	overflow: hidden;
	box-shadow: 0 3px 10px #BBB;
	-webkit-box-shadow: 0 3px 10px #BBB;
	-moz-box-shadow: 0 3px 10px #BBB;
}
	#header fieldset legend {
		display: none;
	}
	#header fieldset .form-row,
	#header fieldset .form-submit {
		float: left;
		margin: 0 0 0 .5em;
		border: 0;
		padding: 0;
		background-color: transparent;
	}
	#header fieldset .form-row {
	}
		#header fieldset .form-row .form-label {
			float: none;
			width: auto;
		}
		#header fieldset .form-row .form-field {
			margin: .2em 0;
		}
	#header fieldset .form-submit {
		padding-top: 1.3em;
	}
	#header fieldset a.popup-close {
		position: absolute;
		top: 5px; right: 8px;
		color: #000;
		text-decoration: none;
		line-height: 1;
		font-size: 14px;
	}


/* Search block
------------------------------ */

#search-block {
	position: absolute;
	top: 0; right: 10px;
	height: 32px;
	margin: 0;
	padding: 8px 10px 0;
	background-color: #D1C5AE;

	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-khtml-border-bottom-left-radius: 3px;

	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-khtml-border-bottom-right-radius: 3px;
}


/* Navigation
------------------------------ */

#header ul {
	float: right;
	width: 700px;
	height: 39px;
	margin: 80px 5px 0 0;
	border-top: 1px solid #A20000;
	padding: 0 0 0 10px;
	background: #BA0000 url(/img/bg_nav.gif) repeat-x 0 0;
}
	#header ul li {
		float: left;
		padding: 5px 7px 0 6px;
		background-image: none;
		color: #FFF;
		font: 70%/1 Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
	}
	#header ul a,
	#header ul strong {
		float: left;
		height: 26px;
		padding: 8px 0 0;
	}
	#header ul a {
		color: #FFF;
		text-decoration: none;
	}
	#header ul a:hover {
		text-decoration: underline;
	}
	#header ul strong {
		background: transparent url(/img/bg_nav_strong.gif) no-repeat 50% 100%;
		font-weight: normal;
	}
		#header ul strong a {
			float: none;
			height: auto;
			padding: 0;
			background: transparent none;
		}

	#header ul li.actions {
		float: right;
		height: 26px;
		padding: 13px 10px 0 15px;
		background: #800000 url(/img/bg_nav_actions.gif) no-repeat 0 55%;
		color: #BA5D5D;
		text-transform: none;
	}
		#header ul li.actions a {
			float: none;
			height: auto;
			margin: 0 .25em;
			padding: 0;
			text-decoration: underline;
		}


/* Sub-navigation
------------------------------ */

#header ul.subnav {
	height: 30px;
	margin: 5px 5px 0 0;
	border: 0;
	padding: 0;
	background: transparent none;
}
	#header ul.subnav li {
		float: left;
		padding: 5px 20px 0 0;
		background-image: none;
		color: #665852;
		font-size: 75%;
		text-transform: none;
	}
	#header ul.subnav li a {
		float: none;
		height: auto;
		padding: 0;
		color: #665852;
	}


/* Logotype
------------------------------ */

#header #logo {
	position: absolute;
	top: 3px;
	left: 5px;
	width: 272px;
	height: 152px;
	background: transparent url(/img/bg_logo.gif) no-repeat 0 0;
}
	#header #logo img {
		width: 200px;
		height: 41px;
		margin: 70px 0 0 36px;
	}


/* Tagline
------------------------------ */

#header h1 {
	position: absolute;
	top: 41px;
	left: 421px;
	width: 393px;
	height: 30px;
	border: 0;
	padding: 0;
	background: transparent url(/img/tagline.gif) no-repeat 0 0;
	text-indent: -10000px;
}




/* Main
============================== */

#main {
	background: transparent url(/img/bg_main.gif) repeat-y 0 0;
}


/* Promo block
------------------------------ */

#promo-block {
	background: transparent url(/img/bg_fullwidth.gif) repeat-y 100% 0;
}


/* Full width
------------------------------ */

.fullwidth {
	width: 930px;
	margin: 0 auto 10px;
	padding: 20px 30px 40px;
	background:  url(/img/bg_fullwidth.gif) repeat-y 100% 0;
	font-size: .8em;
}


/* Content
------------------------------ */

#content {
	float: left;
	width: 440px;
	margin: 0 5px;
	padding: 10px 20px 20px;
	background-color: #FFF;
	font-size: 80%;
}
#content h1 span,
#content h2.block-title span { 
	width: 408px;
}


/* Sidebar
------------------------------ */

.sidebar {
	float: left;
	width: 195px;
	margin: 0 5px;
	padding: 10px 20px 20px;
	background-color: #FCFAF3;
	color: #3F3F3D;
	font-size: 70%;
}
	.sidebar h1,
	.sidebar h2.block-title { 
		font-size: 100%;
	}
	.sidebar h1 span,
	.sidebar h2.block-title span { 
		width: 163px;
	}
	.sidebar h2 {
		font-size: 125%;
	}

	/* Hack for Link.ru ads */

	.sidebar iframe {
		clear: both;
		float: left;
		width: 195px !important;
	}


/* Two columns layout
------------------------------ */

.two-columns-50 {
	width: 970px;
	padding: 0 10px;
	background: url(/img/bg_two-columns.gif) repeat-y 0 0;
	overflow: hidden;
}
	.two-columns-50 .col-1,
	.two-columns-50 .col-2 {
		width: 440px;
		padding: 10px 20px 20px;
		background-color: #FFF;
		font-size: 80%;
	}
	.two-columns-50 .col-1 {
		float: left;
	}
	.two-columns-50 .col-2 {
		float: right;
	}


.two-columns {
	width: 970px;
	padding: 0 10px;
	background: url(/img/bg_main_columns.gif) repeat-y 0 0 !important;
	overflow: hidden;
}
	.two-columns #content {
		width: 685px;
		margin: 0;
	}
	.two-columns .sidebar {
		margin: 0 0 0 10px;
	}


.two-columns-lq {
	overflow: hidden;
}
	.two-columns-lq .col-1,
	.two-columns-lq .col-2 {
		float: left;
		width: 48%;
	}
	.two-columns-lq .col-1 {
		margin-right: 4%;
	}

.three-columns-lq {
	overflow: hidden;
}
	.three-columns-lq .col-1,
	.three-columns-lq .col-2,
	.three-columns-lq .col-3 {
		float: left;
		width: 31%;
		margin-right: 4%;
	}
	.three-columns-lq .col-3 {
		width: 30%;
		margin-right: 0;
	}




/* Inner tabs
------------------------------ */

.innertabs {
	margin: 1em 0 2em;
	border-bottom: 1px solid #BA0000;
	padding: 0;
	font: 90%/1 Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	overflow: hidden;
	//height: 1%;
}
	.innertabs li {
		float: left;
		margin: 0 5px -1px 0;
		padding: 0;
		list-style: none;
		font-size: 90%;
	}
		.innertabs a,
		.innertabs strong {
			float: left;
			padding: .75em;
			border: 1px solid #BBB9B1;
		}
		.innertabs a {
			border-color: #BBB9B1;
			background-color: #FCFAF3;
			color: #333 !important;
			text-decoration: none;
		}
		.innertabs a:hover {
			border-color: #807D73;
			background-color: #FFF;
			color: #000 !important;
		}
		.innertabs strong {
			border-color: #BA0000;
			background-color: #BA0000;
			color: #FFF;
		}
	.innertabs li.logout,
	.innertabs li.username {
		float: right;
		margin-right: 0;
	}
		.innertabs li.logout a,
		.innertabs li.username a {
			border: 0;
			padding-right: 0;
			background-color: transparent;
			color: #999;
		}
		.innertabs li.username a {
			padding-top: .6em;
			padding-bottom: 0;
			text-transform: none;
			font-size: 1.2em;
		}
		.innertabs li.logout a:hover,
		.innertabs li.username a:hover {
			color: #333;
		}



/* Columns
------------------------------ */

.two-columns #content .columns-2 {
	overflow: hidden;
}
	.two-columns #content .columns-2 .col-1,
	.two-columns #content .columns-2 .col-2 {
		float: left;
		width: 335px;
		margin-right: 15px;
	}
	.two-columns #content .columns-2 .col-2 {
		margin-right: 0;
	}



/* Forms
------------------------------ */

fieldset {
	margin: 1em 0 1.6em;
	border: 1px solid #BBB9B1;
	padding: 10px 15px;
	background-color: #FCFAF3;
}
	fieldset legend {
		padding: 0 .75em;
		color: #000;
		text-transform: uppercase;
		font-size: 85%;
		font-weight: bold;
	}

input, label {
	vertical-align: middle;
}

.form-row {
	padding: .2em 0 .4em;
	overflow: hidden;
	//height: 1%;
}
	.form-label {
		float: left;
		width: 150px;
	}
	.form-field {
		margin-left: 160px;
	}

.form-submit {
	margin: 1em 0 2.5em;
	border: 3px solid #F5EDD7;
	padding: 10px;
	background-color: #FCFAF3;
	text-align: center;
}

.fullsize {
	width: 98%;
}


/* Footer
============================== */

#footer {
	background: transparent url(/img/bg_footer.gif) repeat-y 0 0;
	color: #9F9F9D;
	font-size: 70%;
}
#footer a:link,
#footer a:visited {
	color: #808080;
}
#footer a:hover,
#footer a:active {
	color: #900;
}


/* Wide block
------------------------------ */

#wide {
	clear: both;
	float: left;
	width: 685px;
	margin: 0 5px;
	border-top: 1px solid #BBB9B1;
	padding: 10px 20px 20px;
	background-color: #FAF7EC;
}
	#wide ul {
		float: left;
		width: 100%;
		padding: 0 0 10px;
	}
		#wide ul li {
			float: left;
			padding: 0.4em 20px 0.4em 10px;
			background: transparent url(/img/arrow_red_dbl.gif) no-repeat 0 50%;
			text-transform: uppercase;
		}
		#wide ul a {
			color: #900 !important;
		}
	#wide p {
		padding: 0.2em 0 1.2em;
		line-height: 1.4em;
	}


/* Messages */

.message {
	margin: 1em 0;
	border-style: solid;
	border-width: 1px;
	padding: .5em 10px .5em 30px;
}
	.message p {
		margin: .6em 0;
	}
	.message.warning {
		border-color: #E0B2A8;
		background: #F7DFDA url(/img/i-warning.gif) no-repeat 7px 1em;
		color: #622;
	}
	.message.success {
		border-color: #C2CC8F;
		background: #F2F7DA url(/img/i-success.gif) no-repeat 7px 1em;
		color: #453;
	}
	.message.notice {
		border-color: #E5D195;
		background: #FAF7DC url(/img/i-notice.gif) no-repeat 7px 1em;
		color: #543;
	}



/* Partners
------------------------------ */

#partners {
	border-top: 1px solid #BBB9B1;
	background-color: #FAF7EC;
	font-size: 100%;
}
	#partners h1,
	#partners h2.block-title { 
		border-bottom-color: #7D7B76;
		color: #7D7B76;
	}

/* Wide block
------------------------------ */

#wide-wide {
    clear: both;
    float: left;
    width: 685px;
    margin: 0 5px;
    padding: 10px 20px 20px;
    background-color: #FFF;
}

#wide-wide-lp {
	float: left;
	width: 215px;
	margin: 0;
	border: 0;
	padding: 0 10px 20px 0;
	background-color: #FFF;
}
#wide-wide-lp:hover {
	background-color: #FCFAF3;
}

/* Partners
------------------------------ */

#partners-partners {
    background-color: #FAF7EC;
    font-size: 100%;
}

/* Footer
============================== */

#footer-footer {
    background: transparent url(/img/bg_footer.gif) repeat-y 0 0;
    color: #000;
    font-size: 80%;
}






/* Home page
============================== */

.home {
	line-height: 1.35;
	font-size: .8em;
}
	.home ul.cat li {
		background-position: 0 .7em;
	}
	.home ul.ser li {
		background-position: 0 .8em;
	}


.columns-21 {
	width: 970px;
	margin: 0 auto 10px;
	padding: 0 10px;
	background: url(/img/bg_main_columns21.gif) repeat-y 0 0 !important;
	overflow: hidden;
}
	.columns-21 .col-main {
		float: left;
		width: 600px;
		padding: 20px 20px 40px;
		background-color: #FFF;
	}
	.columns-21 .col-sidebar {
		float: right;
		width: 280px;
		padding: 20px 20px 40px;
		background-color: #FFF;
		font-size: .9em;
	}


/* Promotion
------------------------------ */

.home .promo h1 {
	clear: none;
	float: none;
	width: auto;
	margin: .2em 0 1.2em;
	border: 0;
	padding: 0;
	text-transform: none;
	line-height: 1.25;
	font-size: 1.6em;
}
.home .promo img {
	float: right;
	margin: 0 0 1em 20px;
}
.home .promo ul {
	margin: .4em 0;
	font-size: 1.1em;
}
.home .promo ul li {
	margin: 0 0 .75em;
	padding-left: 30px;
	background: url(/img/i-checkmark.gif) no-repeat 5px .2em;
}
.home .promo a.go {
	color: #900;
	font-weight: bold;
	font-size: 1.25em;
}


/* Fullwidth
------------------------------ */

.home.fullwidth.compact {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
}

.home .overview-partners {
	padding: 1em 0 !important;
	overflow: hidden;
}
	.home .overview-partners p,
	.home .overview-partners ul {
		float: left;
		margin: 0;
	}
	.home .overview-partners p {
		margin-right: 20px;
		line-height: 1.3;
	}
	.home .overview-partners ul {
		margin-top: .25	em;
	}

.home ul.meta-links {
	position: absolute;
	top: 1em; right: 30px;
	margin: 0;
}
	.home ul.meta-links li {
		float: left;
		margin-left: 20px;
	}
	.home ul.meta-links a.rss {
		padding-left: 16px;
		background: url(/img/i-rss-only.gif) no-repeat 0 .15em;
	}


/* Tabs
------------------------------ */

.tabs {
	margin: -18px -18px 20px;
	padding: 0;
	background: #F5F3E7 url(/img/bg_tabs.gif) repeat-x 0 100%;
	line-height: 1.3;
	overflow: hidden;
}
	.tabs h2 {
		float: left;
		margin: 0;
		padding: .75em 18px 0;
		color: #665852;
		font-size: 1.2em;
	}
	.tabs ul {
		float: left;
		margin: 0 0 0 -1px;
		border-left: 1px solid #E0DCC5;
		padding: 0;
	}
		.tabs ul li {
			float: left;
			margin: 0;
			border-right: 1px solid #E0DCC5;
			padding: 0;
		}
			.tabs ul li a {
				display: block;
				padding: .9em 20px 1em;
				color: #333;
				text-decoration: none;
				font-weight: bold;
			}
			.tabs ul li a:hover {
				color: #000;
				text-decoration: underline;
			}
		.tabs ul li.active {
			background-color: #FFF;
		}
			.tabs ul li.active a {
				color: #800;
			}


/* Brochures
------------------------------ */

.brochure {
	overflow: hidden;
}
	.brochure h3 {
		margin: 0 0 .8em;
		font-size: 1.1em;
		line-height: 1.4;
	}
		.brochure h3 a {
			border-bottom: 1px solid #CCC;
			color: #000;
			text-decoration: none;
		}
		.brochure h3 a:hover {
			border-bottom-color: #666;
		}
	.brochure p {
		margin: .2em 0 .8em;
		font-size: .9em;
	}
	.brochure .cover {
		float: right;
		margin: .4em 0 .6em 20px;
	}


/* Press Portrait
------------------------------ */

.press-portrait {
	margin: 0 0 1em;
	color: #444;
	overflow: hidden;
}
	.press-portrait img {
		float: right;
		width: 100px;
		margin: 1.2em 0 .6em 20px;
		border: 1px solid #E0DCC5;
		padding: 3px;
	}
	.press-portrait h3 {
		margin: 0 0 .5em;
		color: #000;
		font-weight: normal;
		font-size: 1.1em;
	}
	.press-portrait p {
		margin: 0 0 .5em;
	}
	.press-portrait p.details {
		color: #888;
		font-size: .95em;
	}
	.press-portrait p.details a {
		border-bottom: 1px solid #CCC;
		color: #888;
		text-decoration: none;
	}
	.press-portrait p.details a:hover {
		border-bottom-color: #666;
		color: #666;
	}











/* Account
============================== */

/* Account blocks */

.account fieldset {
	margin-top: 0;
	border-color: #D9D3C3;
}
	.account fieldset table {
		width: 100%;
		margin: 0 0 1em;
		border-collapse: collapse;
	}
		.account fieldset table th,
		.account fieldset table td {
			padding: .2em .2em .2em 0;
			text-align: left;
			font-weight: normal;
		}
		.account fieldset table td.num {
			text-align: right;
		}
		.account fieldset table td.action {
			padding-right: 0 !important;
			text-align: right;
		}

	.account fieldset .helper {
		font-size: .85em;
	}
		.account fieldset .helper a {
			color: #888;
		}
		.account fieldset .helper a:hover {
			color: #333;
		}


/* @ Sidebar */

.account .sidebar {
	font-size: .75em;
}
.account .sidebar fieldset {
	width: 195px;
	margin: 10px -20px 20px;
	border: 0;
	border-bottom: 1px solid #D9D3C3;
	padding: .75em 20px 20px;
}
	.account .sidebar fieldset legend {
		padding-left: 0;
		font-size: 1em;
	}
	.account .sidebar fieldset table {
		width: 205px;
		margin-right: -10px;
	}
	.account .sidebar fieldset table th,
	.account .sidebar fieldset table td {
		padding-right: .75em;
	}
	.account .sidebar fieldset .helper {
		font-size: .9em;
	}



/* Partners */

.overview-partners {
	padding-top: 1em;
}
	.overview-partners ul {
		margin: .6em 0 1em;
		padding: 0;
		overflow: hidden;
	}
	.overview-partners ul li {
		float: left;
		margin: 0 10px 0 0;
	}



/* Press Release Comparison */

table.pr-compare {
	width: 100%;
	margin: 1.5em 0;
	border-collapse: collapse;
	border: 0;
	padding: 0;
}
	table.pr-compare thead th {
		padding: 0 15px 1em;
		color: #000;
		text-align: center;
		text-transform: uppercase;
		font-size: .9em;
	}
	table.pr-compare thead th h2 {
		margin: 0;
		padding: 0 0 .3em;
		text-transform: none;
		text-align: left;
		font-size: 1.6em;
	}

	table.pr-compare tbody th,
	table.pr-compare tbody td {
		border-top: 1px solid #EBE5D3;
		padding: 1.1em 15px;
		text-align: left;
		font-weight: normal;
		background-color: #FCFAF3;
	}
	table.pr-compare tbody td {
		width: 18%;
		text-align: center;
	}

	table.pr-compare tfoot th,
	table.pr-compare tfoot td {
		padding: .85em 15px;
		text-align: center;
		font-weight: normal;
		font-size: 1em;
	}
	table.pr-compare tfoot th {
		background-color: #BA0000;
		color: #FFF;
	}
	table.pr-compare tfoot th strong {
		font-size: 1.3em;
	}
	table.pr-compare tfoot td {
		padding: 1.5em 0;
		border-top: 1px solid #FFF;
		border-bottom: 1px solid #BFB49F;
		background: #DED6C8 url(/img/bg_plans.gif) repeat-x 0 0;
	}



/* Media Selection
------------------------------ */

.account-media #content h2 {
	margin: 0 0 1em;
	padding: 0;
	overflow: hidden;
}
	.account-media #content h2 b {
		float: left;
		font-weight: normal;
	}
	.account-media #content h2 .currency {
		float: right;
		margin: .45em 0 0;
		color: #888;
		font: 12px Arial, Helvetica, Geneva, sans-serif;
	}
		.account-media #content h2 .currency a,
		.account-media #content h2 .currency strong {
			margin: 0 .25em;
		}
		.account-media #content h2 .currency .sep {
			color: #CCC;
		}
		.account-media #content h2 .currency a {
			border-bottom: 1px solid #CCC;
			color: #888 !important;
			text-decoration: none;
		}
		.account-media #content h2 .currency a:hover {
			border-color: #666;
			color: #666 !important;
		}
		.account-media #content h2 .currency strong {
			color: #000;
		}



h2.currency-choice {
	margin: 0 0 1em;
	padding: 0;
	overflow: hidden;
}
	h2.currency-choice b {
		float: left;
		font-weight: normal;
	}
	h2.currency-choice .currency {
		float: right;
		margin: .45em 0 0;
		color: #888;
		font: 12px Arial, Helvetica, Geneva, sans-serif;
	}
		h2.currency-choice .currency a,
		h2.currency-choice .currency strong {
			margin: 0 .25em;
		}
		h2.currency-choice .currency .sep {
			color: #CCC;
		}
		h2.currency-choice .currency a {
			border-bottom: 1px solid #CCC;
			color: #888 !important;
			text-decoration: none;
		}
		h2.currency-choice .currency a:hover {
			border-color: #666;
			color: #666 !important;
		}
		h2.currency-choice .currency strong {
			color: #000;
		}



/* Media */

.account-media #content .columns-2 fieldset {
	border: 0;
	padding: .5em 0 0;
	background-color: transparent;
}
	.account-media #content .columns-2 fieldset legend {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #999;
		padding: 0 0 .3em;
		font-size: .9em;
	}
	.account-media #content dl {
		margin: .75em 0 1em;
		overflow: hidden;
	}
		.account-media #content dl dt {
			float: left;
			width: 240px;
		}
			.account-media #content dl dt a {
				border-bottom: 1px dashed #9AD;
				text-decoration: none;
				line-height: 1.4;
			}
			.account-media #content dl dt a:hover {
				border-bottom: 1px solid #900;
				color: #900;
			}
			.account-media #content dl dt input {
				vertical-align: baseline;
			}
		.account-media #content dl dd {
			margin-left: 250px;
			text-align: right;
			font-size: 1.2em;
		}


/* Order total */

.order-total {
	margin: 20px -20px;
	border-top: 2px solid #BFB49F;
	padding: 1em 20px;
	font-weight: normal;
	font-size: 1.2em;
	background-color: #D1C5AE;
	color: #000;
	text-align: center;
	overflow: hidden;
}
	.order-total p {
		float: left;
		width: 335px;
		margin: .5em 0;
		padding: 0;
		text-align: right;
		text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	}
	.order-total strong {
		margin-left: .25em;
		font-size: 1.3em;
	}
	.order-total .action {
		float: right;
		width: 335px;
		margin-top: .25em;
		text-align: left;
	}

/* Order StartPage */

.order-startpage {
	margin: 20px -20px;
	border-top: 2px solid #BFB49F;
	padding: 1em 20px;
	font-weight: normal;
	font-size: 1.2em;
	background-color: #D1C5AE;
	color: #000;
	text-align: center;
	overflow: hidden;
}
	.order-total p {
		float: left;
		width: 335px;
		margin: .5em 0;
		padding: 0;
		text-align: right;
		text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	}
	.order-total strong {
		margin-left: .25em;
		font-size: 1.3em;
	}
	.order-total .action {
		float: right;
		width: 335px;
		margin-top: .25em;
		text-align: left;
	}

/* Help */

.help {
	position: relative;
	font-size: 1.1em;
	line-height: 1.5;
}
	.help h1,
	.help h2.block-title { 
		margin-bottom: 1em;
		font-size: .9em;
	}
	.help img {
		position: absolute;
		top: 9px; right: 0;
		border-left: 5px solid #FCFAF3;
	}
	.help iframe {
		width: 200px !important;
		margin: .75em -5px 1.5em 0;
	}



/* Order
------------------------------ */

.account-order #content h2 {
	margin: 0 0 1em;
	padding: 0;
}

table.order-overview {
	width: 100%;
	margin: 0 0 2em;
	border-collapse: collapse;
	border: 0;
	padding: 0;
}
	table.order-overview tbody th,
	table.order-overview tbody td {
		border-top: 1px solid #EBE5D3;
		padding: 1.1em 15px;
		background-color: #FCFAF3;
		text-align: left;
		font-weight: normal;
	}
	table.order-overview tbody td {
		padding-top: 1em;
		padding-bottom: 1em;
		text-align: right;
		font-size: 1.2em;
	}

	table.order-overview tfoot td {
		border-top: 1px solid #EBE5D3;
		padding: 1.1em 15px;
	}
	table.order-overview tfoot td.coupon {
		color: #666;
	}
	table.order-overview tfoot td.coupon input {
		vertical-align: middle;
	}
	table.order-overview tfoot td.total {
		width: 10%;
		background-color: #BA0000;
		color: #FFF;
		white-space: nowrap;
		text-align: right;
		text-shadow: 0 1px 1px #600;
		font-size: 1.1em;
	}
	table.order-overview tfoot td.total strong {
		margin-left: .2em;
		font-size: 1.2em;
	}




/* Payment Details */

.account-order fieldset {
	margin: 2em -20px;
	border: 0;
	border-top: 1px solid #D9D3C3;
	padding: 2em 20px 0;
	background-color: transparent;
}


/* Payment Method */

.payment-method {
	margin: 2em 0 3em;
	border: 0;
	padding: 0;
	background-color: transparent;
}
	.payment-method .form-row {
		margin: .2em 0 .6em;
	}
	.payment-method .form-row .meta {
		color: #999;
	}
	.payment-method .form-row input {
		vertical-align: baseline;
	}
	.payment-method .form-row select {
		margin: 0 0 0 .3em;
		vertical-align: middle;
	}




/* Magic Window
------------------------------ */

.magic_window_overlay {
	display: none;
	position: absolute;
	top: 0; left: 0;
	background-repeat: repeat;
	visibility: hidden;
	z-index: 500;
}
	.magic_window_overlay_show {
		position: absolute;
		top: 0; left: 0;
		background-repeat: repeat;
		visibility: visible;
		z-index: 500;
	}
	.magic_window_main_block {
		position: absolute;
		z-index: 600;
		background: #CCC;
	}
	.magic_window_main_header {
		height: 17px;
		border-bottom: 1px solid #CCC;
		padding: 5px;
		background: #F2F2F2;
		z-index: 600;
	}
	.magic_window_content {
		z-index: 600;
		background: #FFF;
		overflow: auto;
	}

.lightbox {
	float: left;
	padding: 20px;
	font-size: .8em;
}

.st1 {
background-color:#F8FBD5;
font-weight:normal;
}
.st0 {
background-color: white;
font-weight:normal;
}




