/*****************************/
/*       MISC ELEMENTS       */
/*      layout & styles      */

/* This block used to fix IE7- problem with disappearing abs.positioned boxes near floated boxes */
div.dummy {
	display: none;
}
* html div.dummy {
	display: block;
	height: 1px;
	position: absolute;
}

a.a-img {
	text-decoration: none;
}
a.a-img span {
	text-decoration: underline;
}
a.a-img:hover span {
	text-decoration: none;
}
a.a-img img {
	vertical-align: text-bottom;
}

span.round-button {
	padding: 0 20px 0 0;
	background: transparent url(/img/bg_roundbutton_right.png) 100% 0 no-repeat;
	height: 29px;
	display: inline-block;
}
span.round-button span {
	padding: 5px 10px 5px 30px;
	display: inline-block;
	height: 19px;
	line-height: 15px;
	text-align: center;
	background: transparent url(/img/bg_roundbutton_left.png) 0 0 no-repeat;
}

span.button {
	padding: 10px 9px; /* Wanted 10px everywhere, but Chrome behaves ugly */
	background-color: #121212;
}
span.button a {
	color: #fff;
}
span.button img {
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0;
	padding: 0;
}
* html span.button img {
	position: static;
}

img.ico-left,
span.button img.ico-left {
	padding: 0 5px 0 0;
}
img.ico-right,
span.button img.ico-right {
	padding: 0 0 0 5px;
}

a.profile-link {
	color: #ee0e6f;
}
a.profile-link:hover {
}

.action {
	color: #6ecae4;
}

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

.r {
	text-align: right;
}
.l {
	text-align: left;
}
.c {
	text-align: center;
}
.j {
	text-align: justify;
}
.vt {
	vertical-align: top;
}
.vb {
	vertical-align: bottom;
}
.vm {
	vertical-align: middle;
}


.income {
	color: #9bc200;
}
.expense {
	color: #ee0e6f;
}

h2.special a.toggle {
	font-size: 15px;
	color: #fff;
	margin-left: 20px;
}

/* pagination */
div.pagination {
	position: relative;
	height: 45px;
}
div.pagination a {
	color: #fff;
}
div.pagination .prev {
	position: absolute;
	left: 110px;
	top: -2px;
	text-align: left;
	width: 80px;
}
div.pagination .next {
	position: absolute;
	right: 110px;
	top: -2px;
	text-align: right;
	width: 80px;
}
div.pagination .prev a,
div.pagination .next a {
	font-size: 18px;
}
div.pagination .prev img,
div.pagination .next img {
	vertical-align: middle;
	margin-top: -2px;
}
div.pagination p.pages {
	margin: 0 200px;
	padding: 0;
	text-align: center;
	font-size: 11px;
}
div.pagination p.pages a {
	border: 1px solid #4d4d4d;
	padding: 2px 5px;
	text-decoration: none;
	margin: 0 2px;
}
div.pagination p.pages span {
	padding: 2px 5px;
	margin: 0 2px;
	color: #9bc200;
	font-weight: bold;
}


/* lined tables */
table.lined {
	border-collapse: collapse;
	margin: 0 0 20px 0;
}
table.lined tr.first th,
table.lined tr.first td {
	border-top: none;
}
table.lined th,
table.lined td {
	padding: 8px;
	border-top: 1px solid #292929;
	text-align: left;
	vertical-align: top;
}
table.lined th {
	color: #ffffff;
}
table.lined td {
	color: #6ecae4;
}
table.lined td .skip {
	color: #4b4b4b;
}

table.lined2 {
	border-collapse: collapse;
	margin: 0 0 20px 0;
	color: #fff; 
}
table.lined2 th,
table.lined2 td {
	padding: 8px 20px 8px 0px;
	border-bottom: 1px solid #333333;
	text-align: left;
	vertical-align: top;
}
table.lined2 th {
	color: #6ecae4;
}
table.lined2 td {
}

/* Last activities */
table.activities {
	border-collapse: collapse;
	border-style: none;
}
table.activities td {
	padding: 10px;
	border-top: 1px solid #333333;
	text-align: left;
	vertical-align: top;
}
table.activities tr td img {
	vertical-align: text-bottom;
}
table.activities tr.new td {
	background-color: #1a1a1a;
}
table.activities td.date {
	white-space: nowrap;
	color: #6ecae4;
}
table.activities td.action a {
	text-decoration: none;
	white-space: nowrap;
	font-style: oblique;
	color: #ffffff;
}
table.activities td.action img {
	margin-right: 5px;
}
table.activities blockquote {
	display: inline;
	margin: 0;
	padding: 0;
	color: #838383;
	font-style: normal;
}


/* News */
dl.news {
	margin: 0;
	padding: 0 0 20px 0;
}
dl.news dt {
	font-size: 25px; 
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #6ecae4;
}
dl.news dd {
	padding: 10px 0 20px 100px;
	position: relative;
}
dl.news dd div.date {
	position: absolute;
	left: 0px;
	top: 10px;
	color: #a0a0a0;
}
* html dl.news dd div.date { 
	left: -100px;
}

/* Girl page elements */
div.personal-profile {
	background-color: #121212;
	width: 295px;
	float: left;
	padding: 20px 20px 20px 20px;
	margin: 0 0 40px 0;
}
table.personal-profile th {
	text-align: right;
	width: 100px;
}

div.personal-info {
	width: 430px;
	float: right;
	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
}
div.personal-info h2 {
	margin: 16px 0 20px 0;
}
div.personal-info div.looking-for {
	position: relative; /* create new stacking context for positioning .age-range */
	margin: 30px 0 0 0;
	padding: 20px 0;
	border-top: 1px solid #292929;
}
div.personal-info div.looking-for h2 {
	margin-top: 0;
}
div.personal-info div.looking-for .age-range {
	position: absolute;
	top: 23px;
	right: 0;
	width: 155px;
	height: 30px;
	line-height: 30px;
	background: #272727 url(/img/bg_age_range.png) 0 0 no-repeat;
	text-align: center;
	font-size: 12px;
}
div.personal-info div.looking-for .age-range em {
	font-style: normal;
	color: #6ecae4;
}


/* Search results */
p.status {
	color: #6ecae4;
	text-align: center;
}
.search-info {
	background: #121212 url(/img/bg_search_info.png) 0 0 no-repeat;
	height: 20px;
	width: 562px;
	padding: 18px 20px;
	margin: 0 0 40px 0;
}
.search-info p.search-options {
	margin: 0;
	padding: 0;
	float: left;
	width: 390px;
}
.search-info p.action {
	margin: 0;
	padding: 0;
	float: right;
	width: 150px;
	text-align: right;
}
.search-info p.action a {
	color: #9bc200;
}

.search-results {
	/*
	float: left;
	width: 100%;
	*/
	overflow: hidden;
	zoom: 1;
}
.search-result {
	float: left;
	width: 182px;
	overflow: visible;
	margin: 0 0 30px 28px;
}
#profile-photos .search-result {
	margin-left: 17px;
}
.search-result.first-in-line {
	margin-left: 0;
	clear: left;
}
#profile-photos .search-result.first-in-line {
	margin-left: 0;
}
.search-result .photo {
	width: 182px;
	position: relative;
}
.search-result .photo img {
	position: relative;
	display: block;
}
.search-result .caption-bar {
	position: relative;
	top: -32px;
	background: transparent url(/img/bg_photo_label.png) 0 0 repeat;
	min-height: 32px;
}
* html .search-result .caption-bar {
	height: 32px;
}
#profile-photos .caption-bar {
	height: 32px;
	width: 182px;
	position: absolute;
	top: 100%;
	left: 0px;
	margin-top: -32px;
}
.search-result .caption-bar p {
	padding: 10px;
	margin: 0;
	font-size: 11px;
	text-align: left;
}
.search-result .caption-bar .caption {
	padding: 10px;
	font-size: 12px;
}
.search-result .caption-bar .place {
}
.search-result .caption-bar .date {
	color: #727272;
}
.search-result .caption-bar .actions {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 6px;
}
.search-result .caption-bar .actions img {
	margin-right: 4px;
	display: inline;
}
.search-result .caption-bar .description {
	border-top: 1px solid #242424;
	height: 90px;
	overflow: visible;
}



/* Faq */
.side-block {
	float: left;
	width: 230px;
	padding: 25px 20px;
	margin: 0 20px 20px 0;
	background: transparent url(/img/bg_side_block.png) 0 0 no-repeat;
}
.side-block h2 {
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}
.side-block table.lined {
	width: 100%;
}
.side-block table.lined th {
	text-align: right;
	width: 55%;
}

/* Messages */
.side-menu {
	width: 143px;
	float: right;
	padding: 0;
	margin: 0 0 20px 20px;
	background: #1d1d1d url(/img/bg_side_menu_top.png) 0 0 no-repeat;
}
.side-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent url(/img/bg_side_menu_bot.png) 0 100% no-repeat;
}
.side-menu li {
	margin: 0;
	padding: 10px;
	text-align: center;
	background: transparent none;
	border-top: 1px solid #333333;
}
.side-menu li.active {
	background-color: #000;
}
.side-menu li.first {
	border-top: none;
}
.side-menu li a {
	color: #fff;
	text-decoration: none;
}

table.message-list {
	border-collapse: collapse;
	margin: 0 0 40px 0;
}
table.message-list td {
	border-top: 1px solid #333333;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}
table.message-list tr.unopened td {
	background-color: #1a1a1a;
}
table.message-list td.img {
}
table.message-list td.img img {
	display: block;
}
table.message-list td.message-data {
}
table.message-list .message-head {
	padding: 0 0 10px 0;
	position: relative
}
table.message-list .message-head .date {
	position: absolute;
	left: 100px;
	color: #6ecae4;
}
table.message-list .message-head .date em {
	font-style: normal;
	color: #fff;
}
table.message-list .message-head .messages-all-link {
	position: absolute;
	right: 10px;
	width: 110px;
	text-align: right;
	color: #fff;
}

table.message-list .message-subject {
	padding: 0 0 10px 30px;
	background: transparent url(/img/arr_right.png) 0 0 no-repeat;
}
table.message-list .unopened .message-body {
	padding-top: 20px;
}
table.message-list .message-body {
	padding: 0 0 10px 30px;
}
table.message-list .message-body a {
	color: #ffffff;
	font-style: oblique;
}

table.message-list td.message-controls {
	border-top: none;
	height: 35px;
	padding: 0 20px;
}
table.message-list td.message-controls a {
	color: #ffffff;
	font-style: oblique;
	margin-right: 20px;
}
table.message-list td.message-controls a img {
	margin-right: 5px;
	vertical-align: middle;
}
table.message-list td.message-controls a.remover {
	float: right;
	margin-right: 0;
}
table.message-list td.message-controls a.remover img {
	margin-right: 0;
}

/* Reply to message */
.contact-image {
	float: left;
	width: 190px;
}
.contact-messages {
	margin-left: 200px;
	padding-bottom: 40px;
}
* html .contact-messages {
	margin-left: 195px;
}
.contact-message-header {
	font-size: 12px;
	position: relative;
}
.contact-message-header .subject-holder {
	width: 230px;
	padding: 0 0 10px 10px;
}
.contact-message-header .subject {
	color: #9bc200;
}
.contact-message-header .date {
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
	color: #6ecae4;
}
.contact-message-header .date em {
	color: #ffffff;
	font-style: normal;
}
.contact-message-body {
	width: 408px;
	padding: 20px 0 0 0;
	background: transparent url(/img/bg_msg_from_top.png) 0 0 no-repeat;
}
.contact-message-content {
	padding: 0px 20px 10px 30px;
	font-size: 12px;
	background: transparent url(/img/bg_msg_from_mid.png) 0 0 repeat-y;
}
.contact-message-controls {
	padding: 0 20px 20px 20px;
	background: transparent url(/img/bg_msg_from_bot.png) 0 100% no-repeat;
	text-align: right;
}
.contact-message-controls a {
	color: #fff;
	font-size: 12px;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
}

.contact-answer {
	width: 416px;
	margin: 20px 0;
	background: transparent url(/img/bg_msg_to_top.png) 0 0 no-repeat;
}
.contact-answer p.caption {
	margin: 0;
	padding: 15px 20px 0 30px;
	font-size: 16px;
	font-weight: bold;
}
.contact-answer-body {
	padding: 15px 20px 20px 30px;
	background: transparent url(/img/bg_msg_to_bot.png) 0 100% no-repeat;
}
.contact-answer-body form {
	margin: 0;
	padding: 0;
	width: 370px;
}
.contact-answer-body form textarea {
	width: 340px;
}
.contact-answer-body p.submit {
	margin: 0;
	padding: 20px 10px 0 0;
	text-align: right;
}


/* Buy credits */
.your-credits-block {
	background: transparent url(/img/bg_credits_amount.png) 0 0 no-repeat;
	width: 143px;
	height: 130px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 20px 0 0 0;
	text-align: center;
}
.your-credits-block span {
	display: block;
	padding: 5px 0 10px 0;
	color: #6ecae4;
	font-size: 60px;
	line-height: 100%;
	font-weight: bold;
}

table.credits-buy {
	border-collapse: collapse;
	width: 100%;
}
.credits-buy td {
	border: 1px solid #333333;
	padding: 20px 0 20px 20px;
	font-size: 25px;
	color: #ffffff;
}
.credits-buy tr.first td {
	border-top: none;
}
.credits-buy tr.last td {
	border-bottom: none;
}
.credits-buy td.first {
	border-left: none;
}
.credits-buy td.last {
	border-right: none;
}
.credits-buy td.selected {
	background-color: #1a1a1a;
}
.credits-buy strong {
	color: #9bc200;
}
.credits-buy .price {	
	font-size: 11px;
	display: block;
	padding-left: 35px;
}
.credits-buy .price em {
	color: #6ecae4;
}
.credits-buy span.c {
	padding: 0 7px;
}



/* 404 */
div.error-404 {
	min-height: 380px;
	background: transparent url(/img/bg_404.png) 0 0 no-repeat;
}
* html div.error-404 {
	height: 380px;
}
div.error-404 p {
	font-size: 20px;
}

/*       */
/* Forms */
/*       */
.textarea-controls {
	height: 40px;
	position: relative;
}
.textarea-controls .num-chars {
	background: transparent url(/img/bg_txt_controls_num_chars.png) 0 0 no-repeat;
	height: 31px;
	width: 94px;
	line-height: 31px;
	text-align: center;
	float: left;
	margin: 0;
}
.textarea-controls .total-chars {
	color: #6ecae4;
}
.textarea-controls .smilies {
	height: 31px;
	line-height: 31px;
	margin-left: 115px;
	text-align: right; 
}
.textarea-controls .smilies img {
	cursor: pointer;
	cursor: hand;
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.textarea-controls .smilies img:hover {
	-moz-opacity: 1;
	opacity: 1;
}

/* Common form grid */
form table.form-grid {
	border-collapse: collapse;
	border-style: none;
	width: 100%;
}
form table.form-grid td {
	border-style: none;
	padding: 0 25px 25px 0;
	line-height: 24px;
	vertical-align: top;
}
form table.form-grid td.stub {
	padding: 0;
}
form td.hint {
	padding: 0;
}
form div.hint-body {
	padding: 20px;
	background-color: #171717;	
}
form tr.comment td {
	padding-bottom: 0;
}
form tr.comment div.comment-body {
	position: relative;
	top: -15px;
}
form p.submit {
	padding-top: 20px;
}

/* Feedback / contacts */
form table.form-feedback td.name {
	width: 230px;
	padding-right: 0;
}
form table.form-feedback td.description {
	padding-bottom: 0;
}
form table.form-feedback td.hint div.hint-body {
	height: 114px;
}
form table.form-feedback td.hint div.hint-body h2 {
	margin-top: 0;
	padding-top: 0;
}
form table.form-feedback td.hint div.hint-body a {
	color: #ffffff;
}

/* Registration / signup */
form table.form-signup div.hint-body {
	padding: 10px 20px 15px 20px;
}
form table.form-signup div.hint-body p {
	margin: 0;
	padding: 0;
}

/* Login / Signin */
form table.form-login div.hint-body {
	padding: 12px 20px 14px 20px;
}
form table.form-login div.hint-body p {
	margin: 0;
	padding: 0;
}

/* Feedback / contacts */
form table.form-search {
	margin: 0 0 40px 0;
}
form table.form-search td {
	padding-right: 0;
}
form table.form-search td.left {
	padding-right: 35px;
}
form table.form-search select {
	margin: 0;
	width: 270px;
}
form table.form-search input {
	width: 250px;
}
form table.form-search input.button {
	width: 123px;
}
form table.form-search select.short {
	margin: 0;
	width: 120px;
}
form table.form-search .hint-body {
	width: 240px;
	padding: 15px;
	line-height: 18px;
	font-size: 13px;
}

/* Profile details form */
form.special {
	background-color: #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	padding: 15px 15px 0px 15px;
	margin: 0 0 20px 0;
}
form.special h2 {
	color: #fff;
	margin-top: 0;
}
form.special td h2 {
	margin-top: 20px;
	margin-bottom: -10px;
}
form.special h2 .collapser {
	font-size: 13px;
	color: #6ecae4;
	margin-left: 30px;
	padding-left: 20px;
	background: transparent url(/img/ico_collapse_up.png) 0 50% no-repeat;
	cursor: pointer;
	cursor: hand;
}
form.special h2 .collapser.collapsed {
	background: transparent url(/img/ico_collapse_down.png) 0 50% no-repeat;
}
form.special h2 .collapser span {
	border-bottom: 1px dashed #6ecae4;
}

form.special div.collapsed {
	display: none;
}

form.special td.special-field-left {
	background: #6ecae4 url(/img/bg_form_special_corner_bl.png) 0 100% no-repeat;
	padding: 0;
}
form.special td.special-field-left div.special-wrapper {
	background: transparent url(/img/bg_form_special_corner_tl.png) 0 0 no-repeat;
	padding: 15px;
}
form.special td.special-field-right {
	background: #6ecae4 url(/img/bg_form_special_corner_br.png) 100% 100% no-repeat;
	padding: 0px;
}
form.special td.special-field-right div.special-wrapper {
	background: transparent url(/img/bg_form_special_corner_tr.png) 100% 0 no-repeat;
	padding: 15px 40px 15px 15px;
}
form.special td.special-field-right .hint {
	font-size: 12px;
	line-height: 15px;
}

form.special select.common {
}

form.special select.country {
	width: 290px;
}
form.special td img.country-flag {
	vertical-align: bottom;
	margin-left: 25px;
}

form.special select.children-status {
	width: 320px;
}

form.special p.submit {
	margin-bottom: 0;
}


/*                            */
/* Gifts & flowers order form */
/*                            */
form.giftshop {
	padding: 30px 0;
}
form.giftshop h2 {
	color: #fb3982;
	margin-top: 0;
}
form.giftshop fieldset {
	clear: left;
	border-top: 1px solid #333333;
	padding: 30px 0 0 0;
	margin: 0;
}


form.giftshop fieldset .gift-items {
	float: left;
	margin: 0 0 0 80px;
	width: 320px;
}
* html form.giftshop fieldset .gift-items {
	display: inline;
}

form.giftshop fieldset .gift-items .gift-item {
	float: left;
	width: 160px;
	margin: 0 0 40px 0;
}
form.giftshop fieldset .gift-items .gift-item .options {
	position: relative;
	padding: 10px 0 0 0;
}
form.giftshop fieldset .gift-items .gift-item .options div.input-wrapper {
}
form.giftshop fieldset .gift-items .gift-item .options select {
	position: absolute;
	top: 10px;
	right: 27px;
	width: 50px;
}

form.giftshop fieldset .gift-fruits {
	width: 350px;
}
form.giftshop fieldset .gift-fruits .gift-item {
	width: 350px;
}
form.giftshop fieldset .gift-fruits .gift-item img {
	float: left;
	margin: 0;
}
form.giftshop fieldset .gift-fruits .gift-item .options {
	float: right;
	width: 180px;
	padding: 0;
}
form.giftshop fieldset .gift-fruits .gift-item .options div.input-wrapper {
	position: relative;
	left: -1em;
}
form.giftshop fieldset .gift-fruits .gift-item .options select {
	position: absolute;
	top: 10px;
	right: 17px;
	width: 50px;
}
form.giftshop fieldset .gift-fruits .gift-item .options ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
}
form.giftshop fieldset .gift-fruits .gift-item .options li {
	background-image: none;
	margin: 0;
	padding: 0 0 5px 5px;
	font-style: oblique;
}


form.giftshop fieldset .flower-pricing {
	width: 185px;
	float: right;
	margin: 0;
}
form.giftshop fieldset .flower-pricing ul.pricing {
	margin: 0;
	padding: 0;
}
form.giftshop fieldset .flower-pricing ul.pricing li {
	margin: 0;
	padding: 0;
	height: 55px;
	line-height: 34px;
	background: none;
}
form.giftshop fieldset .flower-pricing span  {
	width: 49px;
	height: 34px;
	line-height: 34px;
	color: #9bc200;
	text-align: center;
	background: #242424 url(/img/bg_quantity.png) 0 0 no-repeat;
	float: left;
	margin: 0 10px 0 0;
}
form.giftshop fieldset .flower-pricing em {
}

form.giftshop textarea {
	width: 588px;
	height: 120px;
}

/* Gifts and flowers delivery results */
table.delivery-list {
	border-collapse: collapse;
	margin: 0 0 40px 0;
}
table.delivery-list td {
	border-top: 1px solid #333333;
	padding: 15px 0 15px 20px;
	vertical-align: top;
	text-align: left;
}
table.delivery-list tr.first td {
	border-top: 0;
}
table.delivery-list td.img {
	padding: 20px 0;
}
table.delivery-list td.img img {
	display: block;
}
table.delivery-list td.order-data {
}
table.delivery-list .order-head {
	padding: 0 0 10px 0;
	margin: 0 0 0 7px;
	position: relative
}
table.delivery-list .order-head .date {
	position: absolute;
	left: 200px;
	color: #6ecae4;
}
table.delivery-list .order-head .date em {
	font-style: normal;
	color: #fff;
}

table.delivery-list .order-subject {
	padding: 0 0 10px 0;
	margin: 0 0 0 7px;
}
table.delivery-list .order-subject img {
	vertical-align: text-bottom;
}
table.delivery-list .order-subject strong {
	color: #9bc200;
	font-weight: normal;
}
table.delivery-list .order-status {
	background: #121212 url(/img/bg_order_status_left.png) 0 0 no-repeat;
	height: 52px;
	padding: 0;
	margin: 0 0 0 7px;
}
table.delivery-list .order-status div {
	background: transparent url(/img/bg_order_status_right.png) 100% 0 no-repeat;
	padding: 0 20px;
	height: 52px;
	line-height: 50px;
	text-align: center;
}

table.delivery-list .order-status strong {
	font-size: 25px;
	padding: 0 20px;
}
.order-status .status-in-process {
	color: #6ecae4;
}
.order-status .status-done {
	color: #9bc200;
}

table.delivery-list .order-status a {
	padding: 0 20px;
	position: relative;
	top: -2px;
	color: #fff;
	font-style: oblique;
}
table.delivery-list .order-status a img {
	margin-right: 5px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

table.delivery-list .order-reply {
	background: #1a1a1a url(/img/bg_reply_lt.png) 0 0 no-repeat;
	margin: 20px 0 0 0;
}
table.delivery-list .order-reply div {
	background: transparent url(/img/bg_reply_lb.png) 0 100% no-repeat;
}
table.delivery-list .order-reply div div {
	background: transparent url(/img/bg_reply_rt.png) 100% 0 no-repeat;
}
table.delivery-list .order-reply div div div {
	background: transparent url(/img/bg_reply_rb.png) 100% 100% no-repeat;
	padding: 15px 20px 15px 27px;
}
