@charset "utf-8";
/* CSS Document */
strong {
	font-weight: bold;
}
input[type="submit"]{cursor:pointer;}
.relative {
	position: relative;
}
.left-float {
	float: left;
}
.visit {
	height: 31px;
	text-align: center;
	padding-top: 20px;
    color: #2DA0AC;
    background-color: #F1EDE0;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
}
	.visit a {
		font-weight: bold;
		text-decoration: none;
		color: #2DA0AC;
		border-bottom: dotted 2px #2DA0AC;
	}
.flat-green {
	height: 120px;
	text-align: center;
	background-position: bottom;
	background-color: #65c028;
}
	.congrat-text {
		font-family: Verdana, Geneva, sans-serif;
		letter-spacing: 3px;
		color: #FFF;
		font-size: 18px;
	}
	.congrat-text p {
		margin-top: 15px;
	}
	.registration-layout {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.registration-text {
		margin-bottom: 20px;
	}
	.float-login {
	position: absolute;
	left: 113px;
	top: -1px;
	width: 85px;
	height: 23px;
	}
	.registration-form {
		padding: 8px 18px 8px 8px;
		color: #2DA0AC;
		background-color: #F1EDE0;
		-webkit-border-bottom-left-radius: 7px;
		-webkit-border-bottom-right-radius: 7px;
		-moz-border-radius: 0px 0px 7px 7px;
		border-radius: 0px 0px 7px 7px;
	}
	.registration-form input {
		width: 200px;
	}
	.registration-form td, .registration-form th{
		padding: 7px 7px 7px 7px;
	}
	.registration-form .star {
		color: #C00;
		padding-left: 3px;
		padding-right: 3px;
	}
	.registration-form a {
		color: #2DA0AC;
	}
	.fill-form {
		color: #FFF;
		font-size: 14px;
		letter-spacing: 1.5px;
		padding: 5px 5px 5px 5px;
		border: solid 2px #26909b;
		background-image: url(/tree/images/fill_blue.jpg);
	}
	#email-info {
		float: right;
		font-size: 10px;
		width: 330px;
	}
.submenu {
	float: right;
}
	.submenu .menu-name {
		font-size: 10px;
		margin-right: 5px;
	}
	.submenu a {
		color: #1A5C63;
	}
.products-grid .tree {
	position: relative;
	float: left;
	width: 243px; height: 265px;
	margin-left: 48px;
	margin-top: 50px;
	text-align: center;
        margin-left: 48px;
        padding: 0 !important;
}
.products-grid .tree .product-image img {
    border: 1px solid #66C028;
}
.products-grid .tree .product-details-bg,
.products-grid .tree i
.products-grid .tree b {
        /* opacity */
        -khtml-opacity:1;
        -moz-opacity:1;
        -ms-filter:"alpha(opacity=100)";
        filter:alpha(opacity=100);
        opacity:1;
}
.block-catalog span  {
	color: #FFF;
}
.grey-block {
	padding: 8px 18px 8px 8px;
	color: #2DA0AC;
	margin-top: 5px;
	background-color: #F1EDE0;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}
#map {
	margin-left: 4px;
}
#gift img {
	border: solid 3px #f1ede0;
	margin-top: 15px;
}
.tree {
	width: 680px;
	padding: 20px 20px 15px 20px;	
}
.tree-text {
	line-height: 20px;
	margin-bottom: 13px;
	margin-top: 10px;
}
.tree-table {
	width: 620px;
	height: 420px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
}
	.tree-table img {
		border: solid 3px #d8d3c3;
	}
.photo-button a {
	display: block;
	padding: 5px 10px 5px 10px;	
	background-color: #d8d3c3;
	border: none;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	width: 60px;
}
.dialog {
	float: left;
	margin: 10px 10px 10px 10px;
	text-align: center;
	background-image: url(/tree/images/dialog_bg.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	width: 144px;
	height: 33px;
}
	.dialog a {
		color: #FFF;
		margin-left: 3px;
	}
.share {
	margin-left: 90px;
	margin-top: 20px;
}
.message {
	background-color: #8bcd5e;
	border: solid 2px #66c028;
	padding: 5px 7px 5px 7px;
	font-weight: bold;
	color:#FFF;
}
.logged-as {float:left;margin-top:10px;margin-left:20px;color:#1A5C63;}
.global_message{width:100%;text-align:center;margin-top:50px;margin-bottom:200px;}
.star-sup{font-size:8px;margin-left:3px;}
