.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	/*opacity: 0.1;*/
	}
.nobr {
	white-space: nowrap;
	}
label {
	display: inline;
	}	
.strike {
	text-decoration: line-through;
	}
.old {
	color: #888;
	font-size: 0.8em;
	font-weight: normal;
	}	
.underlined	{
	text-decoration: underline;
	}
h6 {
	font-weight: normal;
	}

.banner.back { margin-top: -10px; }	
.banner .banner_wrapper { padding-top: 15px; }

input.error {
	background-color: #FDEEF4;
	}

.top-menu a {
	display: inline-block;
	margin-bottom: 5px;
	}
.menub .header_menu {
	padding-top: 1em;
	height: auto;
	}	
.order-status-DONE { opacity: 0.5; }
.order-status-CANCELED { opacity: 0.25; }
.showhide-control {
	display: inline-block;
	cursor: pointer;
	border-bottom: 1px dashed;
	}

.item-block {
	display: inline-block;
	width: 160px;
	vertical-align: top;
	}
.item-block .image {
	position: relative;
	height: 120px;
	vertical-align: bottom;
	text-align: center;
	line-height: 120px;
	}
.item-block .image img {
	display: inline-block;
	vertical-align: bottom;
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 100px;
	}
.item-block .hint {
	position: absolute;
	top: 0;
	left: 0;
	background: #f4f7c4;
	display: none;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	z-index: 10;
	}		
.item-block .image:hover .hint {
	display: block;
	}
.item-block .plus {	
	/*display: none;*/
	font-size: 48px;
	font-weight: bold;
	-text-shadow: 1px 1px 1px #fff;
	position: absolute;
	line-height: 1em;
	margin-left: -12px;
	margin-top: -12px;
	top: 50%;
	left: 50%;
	}
.item-block .image:hover .plus {
	display: block;
	}
.item-block .image.add-items {
	display: inline-block;
	cursor: pointer;
	width: 160px;
	}
.item-block .title {	
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	color: #434242;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	}
.item-block .title:after {	
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 20px;
	content: '';
	background: url("../images/shadow-right.png") repeat-y;
	}
	
.item-block .stamp {
	position: relative;
	display: inline-block;
	width: 88px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	}	
.item-block .stamp:after {	
	position: absolute;
	top: 0;
	right: -21px;
	width: 21px;
	height: 28px;
	content: '';
	}
.item-block .stamp.price {
	color: #fff;
	background: url('../images/stamps/price.png') no-repeat;
	}	
.item-block .stamp.price:after {	
	background: url("../images/stamps/price_flag.png") no-repeat;
	}
.item-block .stamp.default {
	color: #fff;
	border: 1px dotted #cdcccc;
	border-right: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	background: none;
	color: #939393;
	}	
.item-block .stamp.default:after {	
	background: url("../images/stamps/default_flag.png") no-repeat;
	}
.item-block .delete-added-product {	
	display: inline-block;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 1em;
	font-size: 12px;
	min-height: 1em;	
	}
	
.plus-block {
	height: 200px;
	width: 100%;
	background: #fff url('../images/plus.png') center center no-repeat;
	}
	
.card-block	textarea {
	width: 100%;
	height: 140px;
	}
	
.banner-item a:hover { color: inherit;}	

.reviews-container .wrap_line,
.orders-history-container .wrap_line { 
	background: none; 
	border-top: 1px dotted #ccc;
	}

.form-info { margin-top: 0px; }
.form-info .title { font-weight: bold; }
.form-info table td { padding: 3px 20px 3px 0px; vertical-align: middle; }
.form-info table td.first { width: 10px; }

.item_card_info {
	position: relative;
	}
	
.item_card_info .item-height {
	position: absolute;
	top: 10px;
	left: -80px;
	}	
	
.item_card_info .arrow-up {
	height: 20px;
	background: url('../images/arrow-up1-small.png') center no-repeat;
	}	
.item_card_info .arrow-down {
	height: 20px;
	background: url('../images/arrow-down1-small.png') center no-repeat;
	}		
	
.preview-photos	{
	margin-bottom: 10px;
	padding-right: 100px;
	}
.preview-photo	{
	margin-top: 4px;
	display: inline-block;
	width: 48px; 
	height: 48px; 
	line-height: 48px;
	cursor: pointer; 
	opacity: 0.5; 
	border: 1px solid #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	vertical-align: middle;
	text-align: center;
	}
.preview-photo img { 
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: auto;
	max-width: 42px; 
	max-height: 42px; 
	}
.preview-photo.active 	{ 
	opacity: 1; 
	}
	
.review-item .from-user {
	position: relative;
	border: 1px solid #f8f8f8;
	margin-top: 20px;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	}
.review-item .from-user.is-answer {
	border-radius: 10px 10px 0px 10px;
	-moz-border-radius: 10px 10px 0px 10px;
	-webkit-border-radius: 10px 10px 0px 10px;
	-khtml-border-radius: 10px 10px 0px 10px;
	}
.review-item .from-site {
	margin-left: 40px;
	margin-top: 0px;
	padding: 10px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	border: 1px solid #f8f8f8;
	border-top: none;
	}	
.review-item .answer {
	font-style: italic;
	}
	
.review-item .name {
	-color: #000;
	}
.review-item .date {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.8em;
	color: #888;
	padding: 10px;
	}
.add-review-container table td { vertical-align: top; padding-bottom: 20px; }
.add-review-container input[type=submit] { padding: 0 15px; }
.add-review-container table tfoot td { padding-top: 20px; }
.add-review-container table input,
.add-review-container table textarea { width: 300px; }

.bouquet_title	a,
.bouquet_title	a:hover { color: inherit;}

.nav_buttons .button.one-line {
	vertical-align: middle;
	line-height: 50px;
	}
.nav_buttons .button.one-line a {
	display: inline-block;
	padding: 0;
	height: 50px;
	}	
.nav_buttons .button.one-line a .button_text {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: auto;
	}	
.nav_buttons .button.two-line a {
	display: block;
	padding: 0;
	height: 50px;
	}	
.exclusive-price-container .nav_buttons {
	display: inline-block;
	margin-left: 50px;
	}
	
.item_card_info	.old-price {
	margin-left: -20px;
	margin-bottom: 10px;
	display: inline-block;
	padding: 0px 25px 0px 20px;
	background-color: #f43e3e;
	font-size: 14px;
	color: #fff;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	position: relative;
	}

.item_card_info	.old-price:after {
	content: '';
	float: right;
	margin-left: 20px;
	display: inline-block;
	position: absolute;
	width: 0;
    height: 0;
	right: 0;
	top: 0;
	border-top: 12px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 12px solid transparent;	
	padding: 0;
	}
	