.grey {color:#999;}
.darkgrey {color:#666;}
.hand {cursor:pointer;}
.tiny {font-size:10px;}
#sendgift_continer .title {
	display:block;text-align:center;font-family:Tahoma;font-size:24px;margin-bottom:4px;margin-right:5px;padding:3px;font-weight:normal;
}
#sendgift_continer textarea {
	font-family:Tahoma;padding:2px;margin:0px;width:550px;height:56px;font-size:13px;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #CCCCCC;
	background:#D0F2FE;
}
#sendgift_continer #button_post {
	background: url(../images/podarok/send_btn_gift.png);
	width:195px;
	height:30px;
	cursor:pointer;
}

#storeitems_container {	position:relative; padding:0px 15px; }
#storeitems_container a.store_item {
	display:block;
	float:left;
	width:225px;
	height:75px;
	color:#000;
	text-decoration:none;
	margin-right:5px;
	padding:2px;
	position:relative;
}
#storeitems_container a.store_item:HOVER {
	color:#000;
	text-decoration:none;
	background:#FFF;
	padding:0px;
	border:2px solid #F0F0F0;
}
#storeitems_container .store_item .sold {
	display:block;
	position:absolute;
	width: 100px;
	height: 70px;
	background:url(../images/podarok/nogifts.png);
	z-index:999;
}
#storeitems_container .store_item .image {
	float:left;
	width:60px;
	height:60px;
	margin-top:5px;
	background-repeat:no-repeat;
	background-position:2px center;
}
#storeitems_container .store_item .arrow {
	width:60px;
	height:60px;
}
#storeitems_container .store_item .selected {
    position:relative;
    z-index:100;
	width:60px;
	height:60px;
	background:url(../images/market/select.png) 2px center no-repeat;
}
#storeitems_container .store_item .inner {
	width:100px;
	margin-left:65px;
	padding:5px 0px;
	background:transparent;
}

#gift_details {
	position:absolute;
	width:450px;
	background:#fff;
	border:1px solid #eee;
	/*background:url(../images/podarok/p_fon.gif);*/
	z-index:999;
	}
#gift_details  .inner{
	/*background:url(../images/podarok/lenta_2.gif) left top no-repeat;*/
	padding:10px;
	height:150px;
}
#gift_details img.image {
	margin:5px;
}
#gift_details .msg {
	display:block;
	color:#CC0000;
	padding-top:5px;
}
#gift_details .desc{
	display:block;
	padding-top:5px;
	font-style:italic;
}

#storeitems_container .saleIco{
    left:-10px;
    top:-11px;
}

#storeitems_container .inner .saleGift{width:50px; height:50px; position:absolute;left:388px;top:110px; z-index: 100;}

.salePrice{color:#CC0000}

#iWishThis {
    border-color:#FFFFFF;
    color:#FFFFFF;
    left:484px;
    position:absolute;
    text-align:center;
    top:356px;
    z-index:1000;
}