.gifts {
	text-align: center;
	font-family: 'Open sans', Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 10px; 
	COLOR: #FFF; 
	min-width: 650px;
}

.gifts .gift_a, .gifts .gift_ico, .gifts .image, .gifts .black, .gifts .red, .gifts .angle {
	width: 292px;
	height: 136px;
}

.gifts .tableadd {
	display: none;
	cursor: pointer;
}

.gifts #tableadd {
	cursor: pointer;
}

.gifts .gift_a {
	margin: 2px;
	display: inline-block;
	border: 1px solid #555;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	TEXT-DECORATION: none;
}

.gifts .gift_a :hover {
	COLOR: #cc6622; 
	TEXT-DECORATION: underline
}

.gifts .gift_ico {
	background-repeat: no-repeat;
	background-position: bottom right;
	TEXT-DECORATION: none;
	position: relative;
	display: block;
}

.gifts th {
	font-size: 10px; 
	COLOR: #FFF; 
	padding: 3px;
	padding-right: 10px;
}

.gifts .gift_caption {
	background: #000;
	text-align: left;
	padding: 2px;
}

.gifts input.text {
	BORDER: #ff8c00 1px solid; 
	BACKGROUND-COLOR: #555;
	COLOR: #FFF; 
	width: 100%;
}

.gifts textarea {
	BORDER: #ff8c00 1px solid; 
	BACKGROUND-COLOR: #555;
	width: 100%;
	height: 150px;
	COLOR: #FFF; 
}

.gifts .image {	
	margin: 2px;
	display: inline-block;
	border: 1px solid #555;
	background-color: #000;
	background-size: inherit;
	background-repeat: round;
	position: relative;
	margin: 4px;
	/*margin-bottom: 9px;*/
}

.gifts .gold_frame {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("gold_frame.png");
	position: relative;
	width: 100%;
	height: 100%;
}

.gifts .black, .gifts .red {
	left: 0;
	top: 0;
	display: block;
	position: absolute;
}

.gifts .black {
	background: url(bg_black.png);
}

.gifts .red {
	background: url(bg_red.png);
}

.gifts .black:hover, .gifts .red:hover {
	background: none;
}

.gifts .new1, .gifts .new2, .gifts .new3, .gifts .new4 {
	left: 0;
	bottom: 0px;
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	background-image: url(new.png);
	z-index: 1;
}

.gifts .new2 {
	background-position: -46 0;
	left: 7px;
	bottom: 5px;	
}
.gifts .new3 {
	background-position: -92 0;
	left: 4px;
	bottom: 6px;
}
.gifts .new4 {
	background-position: -138 0;
	left: 8px;
	bottom: 2px;
}

.gifts .angle {
	left: 0;
	top: 0;	
	position: absolute;
	display: block;	
	background-repeat: no-repeat;
	background-position: bottom right;
	z-index: 0;	
	background-image: url(corner.png);
}

.gifts .caption {
	top: 0;
	width: 284px;
	text-align: left;
	padding: 3px;
	padding-left: 5px;
	z-index: 2;
	background: url(line.png);
	position: absolute;
	color: #EEE;
}

.gifts .backer {
	text-align: right;	
	padding: 3px;
	position: absolute;
	width: 80px;
	top: 0;
	right: 0;
	z-index: 4;	
}

.gifts .count {
	color: #CC8833;
	color: #999;
	font-size: 24px;
	/*width: 32px;
	height: 32px;*/
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 4px;
	padding-right: 6px;
	text-align: right;	
	cursor: pointer;
}

.gifts .count:hover {
	color: #CC8833;
}

.gifts .adminka {
	background: url(line.png);	
	text-decoration: none;
	font-size: 10px;
	text-align: left;
	color: #CC8833;
	width: 88px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 3px;
	z-index: 555;
}

.gifts .info { 
	width: 282px;
	height: 126px;
	display: none; 
	position: absolute;
	padding: 5px; 
	background-color: #333; 
	z-index: 9999; 
	text-align: left;
	overflow: auto;
	color: #CCC;
}

.gifts .info ul {
	padding: 0px;
	padding-left: 14px;
	margin: 0px;
}

.gifts .info ul li {
	padding: 0px;
	margin: 0px;
   	list-style: square;
}

.gifts .info .title {
	color: #CC8833; 
	font-size: 12px;
	padding-bottom: 2px;
	vertical-align: bottom;
}

.gifts .info  #count {
	padding-bottom: 1px;
	margin-bottom: 3px;
	border-bottom: 1px solid #555;
}

.gifts .info .close {
	font-weight: bold;
	color: #999;
	font-size: 14px;
	/*width: 32px;
	height: 32px;*/
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px;
	padding-right: 8px;
	text-align: right;	
	cursor: pointer;
}

.gifts .info .close:hover {
	color: #CC8833;
}

.gifts p {
	font-size: 14px;
	text-align: justify;
	text-indent: 20px;
	padding: 3px;	
	color: #999;
}








