 
.box_button{
    color:#999;
    font-size:12px;
    font-weight:bold;
    background-color:#FFCCCC; 
    padding:2px 5px 2px 5px;
    border:1px solid #CCCCCC; 
}

.box_button_selected{
    color:#000;
    font-size:12px;
    font-weight:bold;
    background-color:#CCCCCC; 
    padding:2px 5px 2px 5px;
    border:1px solid #CCCCCC; 
}

.gift_browse {
    float:left;
    margin:5px;
    padding:5px; 
	border: 1px dotted #999; 
}

.notice {
	color:red;
    font-size:11px;
    font-weight:bold;
}

.modzzz_gift_unit {
    height: 235px;
}

.modzzz_gift_unit_admin {
    position:relative;
}

.modzzz_gift_unit .sys_file_search_pic {
    height: 148px;
}

.modzzz_gift_unit .sys_file_search_pic img {
    height: 140px;
}


.gift_unit {
	padding: 0px;
	margin: 10px;
	overflow: hidden;
	position: relative;
}

.gift_unit .thumbnail_block {
    left:0;
    position:absolute;
    top:0;
}

.gift_unit .cls_res_thumb {
    float:left;
}

.gift_unit .unit_info {
    margin-left:5px;
    min-height:38px;
}

.gift_unit .title {
    font-size:12px;
    margin-bottom:-3px;
    width:85%;
}

.gift_unit .fr_small_gray_centered {
    color:#999;
    height:15px;
    line-height:15px;
    font-size:9px;
    float:left;
    overflow:hidden;
    margin-bottom:5px;
    vertical-align:middle;
}

.gift_unit .margined {
    margin-right:5px;
    line-height:18px;
}

.gift_unit .margined10 {
    margin-right:10px;
}

.gift_unit .actions {
    font-weight:bold;
    font-size:12px;
}

.gift_unit div.votes_small {
    position:absolute;right:0px;top:0px;width:auto;
}

.gift_unit .unit_info .browseCheckbox {
    background-color:#FFCCCC;
    height:20px;
    left:1px;
    float:left;
    margin-right:5px;
    top:1px;
    width:20px;
}


.medium_text
{
	font-size:12px; 
}

.small_text
{
	font-size:10px; 
}
.gray_text
{
	font-size:11px; 
	color:#CCC; 
}


.gifts_graph {
        position: relative; /* IE is dumb */
        width: 200px;
        border: 1px solid red;
        padding: 1px;
}
.gifts_graph_levels {
        position: relative; /* IE is dumb */
        width: 200px;
        border: 0px solid red;
        padding: 2px;
}

.gifts_graph .gifts_bar {
        display: block; 
		background-color:red;
        text-align: center;
        color: white; 
		height:20px;
        line-height: 2em;
        border-right:0px solid yellow;
}
.gifts_text {
	background:transparent;
	width:100%;
	text-align:center; 
	font-weight: bold;
	/* padding-right:15px; */
}
.gifts_graph .gifts_bar span { position: absolute; left: 1em; }

.member_gift_wrapper {
	margin-bottom:5px; 
}