/* General */

ul a {
	text-decoration:none;
}

ul a:hover {
	text-decoration:underline;
}

hr {
	clear: both;
	height: 0;
	border:0 #275cab solid;
	border-top-width: 1px;
}

/* Helper classes */

p.small {
	font-size:0.92em;
}

p.italic {
	font-style:italic;
}

/*
	Pane & accorion styling
*/

#pane * {
	color:white;
}

#pane input, #pane select, #pane option {
	color:#333;
}

#pane div.info {
	margin:0;
	padding:25px 15px 15px 15px;
	text-align:left;
}

#pane div.info img {
	width:128px;
	border:solid 1px white;
}

#pane div.info p {
	margin:6px 0;
}

#accordion h3 {
	margin:5px 15px 5px 0;
	padding:5px 0 5px 15px;
	background:url(images/pane-fold-plus.gif) right center no-repeat;
	font-size:12px;
	cursor:pointer;
}

#accordion h3.minus {
	background:url(images/pane-fold-minus.gif) right center no-repeat;
}

#accordion div {
	margin:0;
	padding:10px 15px;
	background:url(images/pane-shade.gif) center top repeat-x;
	border-bottom:solid 1px #225196;
}

/*
	Nested accordion divs
*/

#accordion div div {
	padding:0;
	background:none;
	border:none;
}

#accordion div ul {
	margin:0;
	padding:0;
}

#accordion div ul li {
	margin:0;
	padding:0;
	list-style:none;
}

#accordion form label {
	display:block;
	margin:5px 0 3px 0;
}

#accordion form input {
	width:128px;
}

#accordion form textarea {
	margin:5px 0 0 0;
	width:128px;
	height:100px;
}

#accordion form {
	margin:0;
	padding:0;
	background:none;
	border:none;
}

/*
	Userinfo box
*/

#userinfo p {
	color:white;
}

#userinfo a {
	margin:0 0 0 10px;
	padding:0 0 0 15px;
	color:#fff;
	background:url(images/bullet-right-orange.gif) left center no-repeat;
}

/*
	Footer
*/

#footer ul {
	margin:0;
	padding:10px 0 20px 0;
}

#footer ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0 10px;
	text-decoration:none;
}

#footer * {
	color:#ccf;
	border:none;
}

#handymenu {
	margin:0;
	padding:15px;
	background:#FDB813;
}

#handymenu li {
	margin:0;
	padding:5px 0;
	list-style:none;
	border-bottom:solid 1px white;
}

#handymenu li.last {
	border:none;
}

#handymenu li a {
	font-weight:bold;
	color:white;
	text-decoration:none;
}

div.shade {
	margin:0;
	padding:0;
	height:16px;
	background:url(../images/main-shade.gif) top center repeat-x;
}

#content h2 {
	font:bold 18px 'trebuchet ms', sans-serif;
	color:#275CAB;
}

/*
	Content area forms and form elements and more
*/

.help-trigger-wrapper {
	margin:0;
	padding:0;
}

.help-trigger {
	float:right;
	display:inline-block;
	margin:0px;
	padding:5px 10px 5px 25px;
	background:#b2b2b2 url(images/bullet-right-gray.gif) 10px center no-repeat;
	color:white;
}

* html .help-trigger-wrapper {
	height:0.1%; /* IE6 */
}

*:first-child+html .help-trigger-wrapper {
	height:0.1%; /* IE7 */
}

.help {
	clear:both;
	display:none;
	margin:0;
	padding:15px;
	background:#b2b2b2;
	color:white;
}

form {
	clear:both;
	margin:0;
	padding:20px 20px 10px 20px;
	background:#dfe7f2 url(images/main-shade.gif) center bottom repeat-x;
	border-top:solid 1px #b2b2b2;
}

.formfield {
	margin:0;
	padding:4px 0;
}

.zebra {
	background:#D9E0E8;
}

label {
	float:left;
	width:120px;
}

.vertical label {
	display:block;
	float:none;
	width:auto;
}

.input-not-yet {
	margin:0;
	padding:4px;
	width:190px !important; /* box model hack */
	width /**/:198px;
	height:13px !important;
	height /**/:21px;
	background:url(images/input.gif) center center no-repeat;
	border:none;
	overflow:hidden;
}

.input {
	width:200px;
}

p.radio {
	float:left;
	width:120px;
	font-weight:bold;
}

p.radio input {
	margin:0;
	vertical-align:top;
}

p.label {
	margin:0 0 0 120px;
}

p.label span {
	font-weight:bold;
	color:#225196;
}

/* Lists styling */

div.wrapper {
	clear:both;
	padding:20px 20px 20px 20px;
	background:#dfe7f2 url(images/main-shade.gif) center bottom repeat-x;
	border-top:solid 1px #b2b2b2;
}

table.list {
	border-collapse:collapse;
	width:100%;
}

table.list p {
	margin:0;
	color:#225196;
	font-weight:normal;
}

table.list thead .navigation {
	margin:0;
	font-weight:normal;
	text-decoration:none;
}

table.list thead .navigation:hover {
	color:#225196;
	text-decoration:underline;
}

table.list thead .previous {
	margin:0 1px 0 0;
	padding:0 11px 0 0;
	background:url(images/navigation-prev.gif) right center no-repeat;
}

table.list thead .next {
	margin:0 0 0 1px;
	padding:0 0 0 11px;
	background:url(images/navigation-next.gif) left center no-repeat;
}

table.list tbody td {
	margin:0;
	padding:7px 0;
	text-align:left;
	vertical-align:top;
	border-bottom:solid 1px #225196;
}

table.list tbody td.picture {
	vartical-align:top;
	width:50px;
}

table.list tbody td.picture img {
	border:solid 1px #225196;
}

table.list tbody td.last {
	text-align:right;
}

table.list tbody td a.delete {
	padding:0 15px 0 0;
	background:url(images/delete.gif) right center no-repeat;
}

table.list tbody td a.nick {
	font-weight:bold;
}

/* general forms, fieldsets, labels and fieldsets triggering */

.fieldset {
	margin:0 0 15px 0;
}

.legend {
	padding:5px 0;
	border-bottom:solid 1px #b2b2b2;
	font-weight:bold;
	color:#225196;
}

.field {
	clear:left;
	margin:5px 0;
}

.field p {
	margin:0 0 0 120px;
	/* font-style:italic; Remove upon tests completed */	
}

label {
	padding:3px 0 0 0;
}

.fieldset .column {
	width:33%;
	float:left;
}

.photos img {
	float:left;
	border:solid 1px #225196;
}

.photos div.field {
	margin-left:120px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
*:first-child+html .clearfix {height: 1%;}
/* End hide from IE-mac */

.code {
	margin:10px 0;
	width:100%;
}

.handsome {
	float:right;
	position:relative;
}

.inside {
	padding:20px;
}

#register .info {
	font-style:italic;
	margin-top:5px;
}

#columns {
	background:url(images/line.gif) center center repeat-y;
	overflow:hidden;
}

* html #columns {
	overflow:auto;
}

#columns .column {
	width:340px;
}

#columns .left {
	float:left;
}

#columns .right, .right {
	float:right;
}

#columns input, #columns select.wide {
	width:210px;
}

/* button resolved */

button {
	margin:3px 0;
	padding:5px 10px 7px 10px;
	width:auto;
	background:url(images/button-background.gif) center repeat-x;
	border:none;
	color:white;
	font:bold 11px verdana, sans-serif;
	cursor:pointer;
	overflow:visible;
}

* html button {
	padding:5px 10px 5px 10px; /* IE6+7 */
}

*:first-child+html button, 
*:first-child+html button[type] {
	width:1; /* hack */
    padding:5px 10px 3px 10px; /* IE7 only */
}

p.tools {
	padding-top:10px;
}

p.tools img {
	border:none !important;
	vertical-align:top;
}

p.tools a {
	color:#666;
}

.radio {
	vertical-align:text-bottom;
}

* html .radio {
	vertical-align:middle; /* IE6 */
}

*:first-child+html .radio {
	vertical-align:middle; /* IE7 */
}

.mails {
	vertical-align:middle;
	padding:5px 0;
}

.mails p {
	margin:0;
	padding:0;
}

#seo {
	margin:20px auto;
	width:800px;
	text-align:left;
}

#seo h2 {
	font:bold 11px verdana, sans-serif;
}

.gallery .item {
	float:left;
	margin:0 20px 20px 0;
	width:120px !important;
	width /**/:140px;
}

.button {
	display:inline;
	margin:10px 0;
	padding:5px 10px 7px 10px;
	width:auto;
	background:url(images/button-background.gif) center repeat-x;
	border:none;
	color:white;
	font:bold 11px verdana, sans-serif;
	cursor:pointer;
	overflow:visible;
}

.interline {
	margin:10px 0;
}

.profile .field {
	clear:left;
}

.profile .field label {
	padding:0;
	font-weight:bold;
	color:#333;
}

div.message {
	margin:0;
	padding:20px 20px 20px 40px;
	background:#f90 url(images/exclamation-1.gif) 5px 0 no-repeat;
	color:#fff;
	overflow:visible;
}

div.message-wrapper {
	clear:both;
	margin:20px 0 10px 0;
	padding:15px 0 0 0;
	background:#fff url(images/exclamation-0.gif) 5px 0 no-repeat;
}

.note {
	margin:10px 0 20px 0;
	padding:40px 20px 20px 40px;
	background:#275cab url(../images/note.gif) left top repeat-x;
	color:#fff;
}

.faq {
	margin:10px 0;
	padding:5px 0 5px 30px;
}

.question {
	background:url(../images/q.gif) left top no-repeat;
	font-weight:bold;
	color:#275cab;
}

.answer {
	padding-bottom:20px;
	margin-bottom:20px;
	background:url(../images/a.gif) left top no-repeat;
	border-bottom:solid 1px #275cab;
}

.last {
	border:none;
}

.floater {
	position:relative;
	padding:10px;
	top:0;
	left:0;
	z-index:9999;
	background:#dfe7f2;
}

.gender-info {
	color:#666;
}

.bullet {
	color:#fdb813;
	font-weight:bold;
}

.bgiframe {
	background:#dfe7f2;
}

#shop {
	margin:0;
	padding:20px 0 0 0;
	clear:right;
}

#shop img {
	border:none;
}

table.plan {
	width:100%;
	border-spacing:0;
	background:#ffecbf;
}

table.plan th, table.plan td {
	padding:10px;
	text-align:center;
	color:#333;
}

table.plan th.first, table.plan td.first {
	text-align:left;
}

table.plan td.first {
	font-weight:bold;
}

table.plan th {
	font-weight:bold;
	color:#275cab;
}

table.plan td {
	border-top:solid 2px #fff;
}

#blog-link {
	border-bottom:solid 2px #fdb813;
}

/* usefull */

.flone {
	float:none;
}

.block {
	display:block;
}

.auto {
	width:auto;
}

.pv05 {
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.yellow {
	background:#fff6df;
	border-top:solid #b2b2b2 1px;
}

.profile table, .dashboard table {
	width:100%;
}

.profile td, .dashboard td {
	font-size:10px;
	vertical-align:top;
	color:#333;
	padding:0.1em 0;
}

.dashboard tr.row td {
	padding-top:0.3em;
	padding-bottom:0.5em;
	border-bottom:dotted #333 1px;
}

.profile td p, .dashboard td p {
	margin:0;
	padding:0;
}

.profile td.strong, .dashboard td.strong {
	font-weight:bold;
	color:#275cab;
	background:url(images/dots.gif) right center no-repeat;
}

.profile h2, .dashboard h2 {
	color:#fdb813 !important;
	padding-top:0.2em;
	padding-bottom:0.1em;
	border-bottom:dotted #333 1px;
}

.back {
	display:block;
	margin:10px 0;
	padding:0 0 0 20px;
	background:url(../images/back0.gif) left center no-repeat;
}

.back:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .back {height: 1%;}
*:first-child+html .back {height: 1%;}
/* End hide from IE-mac */

.back  a {
	display:block;float:left;
	padding:10px 20px 10px 10px;
	background:url(../images/back1.gif) right center no-repeat;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

.back  a:hover {
	text-decoration:underline;
}

.next {
	display:block;
	margin:10px 0 10px 10px;
	padding:0 0 0 10px;
	background:url(../images/next0.gif) left center no-repeat;
}

.next:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .back {height: 1%;}
*:first-child+html .back {height: 1%;}
/* End hide from IE-mac */

.next  a {
	display:block;float:left;
	padding:10px 30px 10px 10px;
	background:url(../images/next1.gif) right center no-repeat;
	font-weight:bold;
	color:white;
	text-decoration:none;
}

.next  a:hover {
	text-decoration:underline;
}

label.big {
	font-weight:bold;
	font-size:14px;
	color:#fb0;
}

/* Invite form */

.points {
	padding:20px 20px 20px 250px;
	background:#dfe7f2 url(images/points.png) left center no-repeat;
	overflow:hidden;
	color:#275cab;
}

.points span {
	font-weight:bold;
	font-size:1.5em;
}

#single h2.moderate {
	letter-spacing:-0.02em;
	font-size:1.6em;
	line-height:1em;
	margin-top:0.5em;
	color:#c3cedf;
}

.bullets {
	margin:0;
	padding-left:2em;
}

.bullets li {
	font-size:1.2em;
	list-style-image:url(images/bullet.png);
}

/* destination bar */

#destination-bar {
	background:url(../images/destination-bar-bg.png) center center no-repeat;
	height:35px;
	
}

#destination-bar ul {
	margin:0;
	padding:0;
	text-align:center;
	
}

#destination-bar ul li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	
}

#destination-bar ul li a {
	display:inline-block;
	padding:0 20px;
	line-height:35px;
	font-size:14px;
	color:#c00;
}

#destination-bar ul li ul {
	width:240px;
	left:-999em;
	position:absolute;
	background-color:#275cab;
	text-align:left;
	border-bottom:solid 1px #00347f;
	z-index:999;
}

* html #destination-bar ul li ul {
	top:175px;
}

*:first-child+html #destination-bar ul li ul {
	top:175px;
}

#destination-bar ul li:hover ul,
#destination-bar ul li.hover ul {
	left:auto;
	
}

#destination-bar ul li ul li {
	width:240px;
	border-top:solid 1px #00347f;
	border-left:solid 1px #00347f;
	border-right:solid 1px #00347f;
}

#destination-bar ul li ul li a {
	display:block;
	padding:10px;
	font-size:12px;
	color:#fff;
	line-height:1em;
}

/* FF2 & Older hacks below. Credits go to http://pornel.net/firefoxhack */

#destination-bar ul li a, x:-moz-any-link {display:-moz-inline-box; padding-top:0.6em; padding-bottom:0.6em;}
#destination-bar ul li a, x:-moz-any-link, x:default {display:inline-block; padding-top:0; padding-bottom:0;}

#destination-bar ul li a:hover {
	text-decoration:none;
	background:url(../images/destination-bar-high.png) right center no-repeat;
	color:#fff;
}

/* eCards */

.card {
	float:left;
	margin:0 20px 20px 0;
	width:170px !important;
	width /**/:200px;
}

.tooltip-no { 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:3; 
	display:none; 
}

input.text {
	width:99%;
}

#main .inside p {
	color:#fff;
}

/* Registration page */

#register form {
	background:#7d9dcd;
}

/* New tooltips */

.tooltip { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none; 
	margin:0;
	padding:10px;
	background:#7d9dcd;
	border:solid 1px #275cab;
	width:200px !important;
	width /**/:178px;
}

.tooltip * {
	font-size:10px;
	color:#fff;
	margin:0;
	padding:0;
}

.textarea {
	width:99%;
}

* html .textarea {
	width:95%;
}

*:first-child+html .textarea {
	width:95%;
}

/* verification page */

.verification-step-top {
	display:block;
	margin-top:2em;
	margin-bottom:0;
}

.verification-step {
	margin:0;
	margin-bottom:1em;
	padding:0 2em 2em 2em;
	background:url(../images/step-bottom.png) left bottom no-repeat;
}

.verification-step p, .verification-step h2, .verification-step ul {
	display:inline-block;
	zoom:1;
	*display:inline;
}

.verification-step h3 {
	font:bold 18px 'trebuchet ms', sans-serif;
	color:#275CAB;
}

.verification-step td {
	text-align:center;
	vertical-align:top;
}

.vertical-line {
	width:15px;
	background:url(../images/line.png) center top repeat-y;
}

.verification-step li {
	list-style:disc outside;
	margin-left:2em;
}

.w30 {
	width:30%;
}

/* Box */

div.box {
	margin:0;
	padding:2em 0 0 0;
	background:url(../images/box-top.png) left top no-repeat;
}

div.box div {
	margin:0;
	margin-bottom:1em;
	padding:0 2em 2em 2em;
	background:url(../images/box-bottom.png) left bottom no-repeat;
}

div.box h4 {
	color:#275cab;
}

div.inverse p, div.inverse td {
	color:#fff;
}

div.inverse div.yellow td {
	color:#333;
}

div.inverse div.yellow td.strong {
	color:#275cab;
}

/* Message */

#message {
	display:none;
	padding:20px 20px 20px 47px;
	background:#fb0 url(../images/help.png) left center no-repeat;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}

/* Press */

div.press {
	clear:both;
	padding:0 0 20px 0;
	background:#bfcee6 url(../images/press-bottom.png) center bottom no-repeat;
}

div.press div {
	padding:40px 20px 0 80px;
	background:#bfcee6 url(../images/press-top.png) center top no-repeat;
}

#main .inside div.press div * {
	/* nightmare */
	color:#333;
}

/* register */

#register p {
	color:#fff;
}

#register form p {
	color:#333;
}

#register form {
	margin-bottom:1em;
}

#banner {
	margin:0 auto;
	padding-top:55px;
	width:800px;
}

#banner img {
	float:right;
	padding-left:10px;
	border:none;
}

#search-area {
	position:absolute;
	width:800px;
	z-index:999;
}

* html #search-area {
	position:relative;
}

*:first-child+html #search-area {
	position:relative;
}

#search-form {
	display:block;
	float:right;
	background:url(../images/search-bg.png) right bottom no-repeat;
	width:432px;
	text-align:right;
}

#search-form p {
	margin:0;
	padding:7px 20px 7px 35px;
	background:none;
	border:none;
}

#search-form form input.text {
	width:120px;
	padding:1px;
}

#search-form p {
	color:#fff;
}

#search-form a {
	color:#fdb813;
}

#search-options {
	display:none;
	padding:20px;
	background:#275cab;
	text-align:left;
	color:#fff;
}

#search-options form {
	margin:0;
	background:none;
	border:none;
}

#search-options a {
	color:#fdb813;
}

#search-options li a {
	color:inherit;
}


#search-options li a span {
	color:#fdb813;
}

#search-options ul {
	float:left;
	width:19%;
	padding-top:20px;
}

#search-options p.separator {
	margin-top:1em;
	border-top:solid 1px #fdb813;
}

#search-options select, #search-options input.text {
	padding:1px;
	width:auto;
}

p.spam-warning {
	padding:10px 0 10px 40px;
	background:url(../images/no-spam.gif) 0 7px no-repeat;
	color:#d50000;
}

#thanks {
	margin:0 0 20px 0;
	padding:20px;
	background:#f90;
	color:#fff;
	overflow:visible;	
}

/* about image */

.image {
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	
}

.image p, .image img {
	width:240px;
}

#regform .small {
	font-size:9px;
}