.col_100 {
	float: left; width: 100px; line-height: 32px;
}
.col_100 span {
	color: red;
}
.col_140 {
	float: left; width: 140px; line-height: 32px;
}
.col_140 span {
	color: red;
}
.col_450 {
	float: left; width: 450px;
}
.col_650 {
	float: left; width: 650px;
}
.col_850 {
	float: left; width: 850px;
}
.col_1150 {
	float: left;
	width: calc(100% - 150px);
}
.p1 {
	margin-left: 32px; display: block;
}
.p2 {
	margin-left: 64px; display: block;
}

.form_help {
	color: #a9a9a9; font-size: 12px; margin: 8px 0;
}
.form_help a {
	color: #191bc0; font-weight: bold;
}

.ft_textarea {
	border: 1px solid #aaaaaa;
	border-radius: 24px; -moz-border-radius: 24px; -webkit-border-radius: 24px;
	color:#939393;
	padding: 16px 12px;
}

.ft_textarea_top {
	width:590px; height:25px; background:url(../../images/description_top.png) no-repeat;
}
.ft_textarea_mid {
	width:590px; background:url(../../images/description_mid.jpg) repeat-y; text-align:center;
}
.ft_textarea_bottom {
	width:590px; height:25px; background:url(../../images/description_bottom.png) no-repeat;
}

#bb_layer .uploadify{
	height: 30px; width: 120px; float:right; position: relative; top:3px;
}
#bb_layer .uploadify-queue{
	width:248px; height:36px; line-height: 36px; background: url(<?php echo $upload_bg ?>) no-repeat; float:left; overflow:hidden; margin-right: 12px;
}
#bb_layer .uploadify-queue-item{
	background: none; position:relative; top:-5px; left:3px;
}
#bb_layer .uploadify-queue-item *{
	color:#8a8a8a; font-size:11px; font-style:italic;
}

.bb_clear{
	clear:both; font-size:0px; line-height:0px; height:0px;
}
.bb_hr{
	height:1px; line-height:1px; font-size:1px; background:#CCCCCC;
}

.bb_select, .bb_multi_select{
	display:inline-table;
	cursor:pointer;
}
.bb_select td:first-child, .bb_multi_select > tbody > tr > td:first-child{
	width:11px; height:37px; background:url(../../images/select/left.png) no-repeat;
}
.bb_select td:first-child + td, .bb_multi_select > tbody > tr > td:first-child + td{
	height:37px; background:url(../../images/select/mid.png) repeat-x;
	white-space: nowrap;
}
.bb_select td:first-child + td + td, .bb_multi_select > tbody > tr > td:first-child + td + td{
	width:23px; height:37px; background:url(../../images/select/right.png) no-repeat;
}

.bb_options{
	padding:6px; border-top:1px #bbbbbb solid; border-left:1px #bbbbbb solid; border-right:1px #bbbbbb solid; border-bottom:1px #bbbbbb solid; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
}
.bb_options ul li{
	display:block;
	padding:6px;
}

.bb_input{
	display:inline-table;
	zoom: 1;
	*display: inline;
}
.bb_input td:first-child{
	width:16px; height:33px; 
	background:url(../../images/input.png) no-repeat; 
	padding: 0px; margin: 0px;
}
.bb_input td:first-child + td{
	height:33px; 
	background:url(../../images/input.png) repeat-x; 
	background-position: 0px -33px;
	padding: 0px; margin: 0px;
}
.bb_input td:first-child + td + td{
	width:16px; height:33px; 
	background:url(../../images/input.png) no-repeat; 
	background-position: 0px -66px;
	padding: 0px; margin: 0px;
}
.bb_input input{
	border:0; background:none; color:#939393;
}
.bb_input input:focus{
	border:0;
}

.ft_dark_input{
	display:inline-table;
	zoom: 1;
	*display: inline;
}
.ft_dark_input td:first-child{
	width:16px; height:33px; background:url(../../images/input/dark_input.png) no-repeat; padding: 0px; margin: 0px;
}
.ft_dark_input td:first-child + td{
	height:33px; background:url(../../images/input/dark_input.png) repeat-x; background-position: 0 -33px; padding: 0px; margin: 0px;
}
.ft_dark_input td:first-child + td + td{
	width:16px; height:33px; background:url(../../images/input/dark_input.png) no-repeat; background-position: 0 -66px; padding: 0px; margin: 0px;
}
.ft_dark_input input{
	border:0; background:none; color:#6b6b6b;
}
.ft_dark_input input:focus{
	border:0;
}

.bb_button{
	display:inline-table;
	zoom: 1;
	*display: inline;
	cursor:pointer;
}
.bb_button td:first-child{
	width:16px; height:33px; background:url(../../images/button/left.png) no-repeat; font-size:0px;
}
.bb_button td:first-child + td{
	height:33px; background:url(../../images/button/mid.png) repeat-x; text-align:center; padding:0 8px; color: #383838;
}
.bb_button td:first-child + td + td{
	width:16px; height:33px; background:url(../../images/button/right.png) no-repeat; font-size:0px;
}
.bb_button td:first-child + td a{
	min-width:80px;
	text-decoration:none;
	font-weight:bold;
}
.bb_button td:first-child + td a:hover{
	text-decoration:none;
	color:#CCCCCC;
}

.bb_task_btn{
	display:inline-table;
	zoom: 1;
	*display: inline;
	cursor:pointer;
}
.bb_task_btn td:first-child{
	width:16px; height:33px; background:url(../../images/task_button/left.png) no-repeat;
}
.bb_task_btn td:first-child + td{
	height:33px; background:url(../../images/task_button/mid.png) repeat-x; font-weight:bold; color:#FFFFFF; padding:0 8px;
}
.bb_task_btn td:first-child + td + td{
	width:16px; height:33px; background:url(../../images/task_button/right.png) no-repeat;
}

.two_col_btn{
	display:inline-table;
	zoom: 1;
	*display: inline;
	cursor:pointer;
}
.two_col_btn td:first-child{
	width:15px; height:45px; background:url(../../images/button/button_white_left_15_45.png) no-repeat;
}
.two_col_btn td:first-child + td{
	height:45px; background:url(../../images/button/button_white_mid_15_45.png) repeat-x; font-weight:bold; color:#000000; padding:0 8px;
}
.two_col_btn .del{
	width:45px; height:45px; background:url(../../images/button/button_white_right_del_45_45.png) no-repeat;
}
.two_col_btn .next{
	width:45px; height:45px; background:url(../../images/button/button_white_right_next_45_45.png) no-repeat;
}
.two_col_btn .add{
	width:45px; height:45px; background:url(../../images/button/button_white_right_add_45_45.png) no-repeat;
}

.add_btn_yellow{
	width: 158px; height: 45px; background:url(../../images/button/add_button_orange.png) no-repeat; cursor: pointer; line-height: 45px;
}
.add_btn_yellow span {
	font-weight: bold; color: #FFFFFF;
	display: inline-block;
    zoom: 1;
    *display: inline;
	margin-left: 24px; font-size: 14px;
}



.form_submit_loading_shade {
	position:absolute; top:0px; left:0px; z-index:99999999999; background:#FFFFFF; text-align: center;
}
.form_submit_loading_shade p {
	font-size: 38px; color: grey; margin-top:160px;
}


.grey-btn-wraper, .grey-btn{
	height:37px;background:url('../../images/color_button/grey-btn.png') no-repeat 0 0;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
}
.grey-btn-wraper{
	margin-left:5px;
}
.grey-btn{
	background-position:100% -37px;text-align:center;border:none;font: bold 12px/37px Arial, Helvetica, sans-serif;margin-left:15px;padding: 0 15px 0 0;
}
.btn-default {
	font: bold 12px/36px Arial, Helvetica, sans-serif;
	margin-left: 20px;
	padding: 0 20px 0 0;
	color: #666;
}

.grey-btn-wraper2, .grey-btn2{
	height:33px;background:url('../../images/color_button/grey-btn2.png') no-repeat 0 0;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
}
.grey-btn-wraper2{
	margin-left:5px;
}
.grey-btn2{
	background-position:100% -33px;text-align:center;border:none;font: bold 12px/33px Arial, Helvetica, sans-serif;margin-left:20px;padding: 0 20px 0 0; color: #f5f5f5;
}
.grey-btn-wraper2:hover, .grey-btn2:hover {
	background:url('../../images/color_button/grey-btn2_active.png') no-repeat 0 0;
}
.grey-btn2:hover {
	background-position:100% -33px;
}

.grey-btn-wraper-42, .grey-btn-42{
	height:42px;background:url('../../images/color_button/grey-btn-42.png') no-repeat 0 0;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
}
.grey-btn-wraper-42{
	margin-left:5px;
}
.grey-btn-42{
	background-position:100% -42px;text-align:center;border:none; color:#FFFFFF; text-shadow: 1px 1px #000000; font: 18px/42px Arial, Helvetica, sans-serif;margin-left:22px;padding: 0 22px 0 0;
}

.small-grey-btn-hover {
	height:27px;
	display: inline-block;
    zoom: 1;
    *display: inline;
	cursor: pointer;
}
.small-grey-btn-hover > span {
	text-align:center;border:none; font: bold 10px/25px Arial, Helvetica, sans-serif;margin-left:12px;padding: 0 12px 0 0;
}

.small-grey-btn-wraper, .small-grey-btn{
	height:27px;background:url('../../images/color_button/small-grey-btn.png') no-repeat 0 0;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
	cursor: pointer;
}
.small-grey-btn-wraper{
	margin-left:0px;
}
.small-grey-btn{
	background-position:100% -27px;text-align:center;border:none; font: bold 10px/25px Arial, Helvetica, sans-serif;margin-left:12px;padding: 0 12px 0 0;
}

.blue-btn-wraper, .blue-btn{
	height:34px;
	background:url('../../images/color_button/blue-btn.png') no-repeat;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
	cursor: pointer;
	background-position: 0 0;
}
.blue-btn-wraper{
	margin-left:5px;
}
.blue-btn{
	background-position:100% -34px;text-align:center;border:none; color: #FFFFFF; font: bold 12px/34px Arial, Helvetica, sans-serif;margin-left:18px;padding: 0 18px 0 0;
}
.blue-btn-wraper:hover {
	background-position:0 -68px;
}
.blue-btn:hover {
	background-position:100% -102px;
}



.gold-btn-wraper, .gold-btn{
	height:34px;
	background:url('../../images/color_button/gold-btn.png') no-repeat;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
	cursor: pointer;
	background-position: 0 0;
}
.gold-btn-wraper{
	margin-left:5px;
}
.gold-btn{
	background-position:100% -34px;text-align:center;border:none; color: #FFFFFF; font: bold 12px/34px Arial, Helvetica, sans-serif;margin-left:18px;padding: 0 18px 0 0;
}
.gold-btn-wraper:hover {
	background-position:0 -68px;
}
.gold-btn:hover {
	background-position:100% -102px;
}


.green-btn-24-wraper, .green-btn-24{
	height:24px;
	background:url('../../images/color_button/green-btn-24.png') no-repeat;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
	cursor: pointer;
	background-position: 0 0;
}
.green-btn-24-wraper{
	margin-left:5px;
}
.green-btn-24{
	background-position:100% -24px;text-align:center;border:none; color:#FFFFFF; font: bold 10px/24px Arial, Helvetica, sans-serif;margin-left:13px;padding: 0 13px 0 0;
}
.green-btn-24-wraper:hover {
	background-position:0 -48px;
}
.green-btn-24:hover {
	background-position:100% -72px;
}

.gold-btn-24-wraper, .gold-btn-24{
	height:24px;
	background:url('../../images/color_button/gold-btn-24.png') no-repeat;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
	cursor: pointer;
	background-position: 0 0;
}
.gold-btn-24-wraper{
	margin-left:5px;
}
.gold-btn-24{
	background-position:100% -24px;text-align:center;border:none; color:#FFFFFF; font: bold 10px/24px Arial, Helvetica, sans-serif;margin-left:13px;padding: 0 13px 0 0;
}
.gold-btn-24-wraper:hover {
	background-position:0 -48px;
}
.gold-btn-24:hover {
	background-position:100% -72px;
}

.blue-btn-24-wraper, .blue-btn-24{
	height:24px;
	background:url('../../images/color_button/blue-btn-24.png') no-repeat;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
	cursor: pointer;
	background-position: 0 0;
}
.blue-btn-24-wraper{
	margin-left:5px;
}
.blue-btn-24{
	background-position:100% -24px;text-align:center;border:none; color:#FFFFFF; font: bold 10px/24px Arial, Helvetica, sans-serif;margin-left:13px;padding: 0 13px 0 0;
}
.blue-btn-24-wraper:hover {
	background-position:0 -48px;
}
.blue-btn-24:hover {
	background-position:100% -72px;
}

.disable-btn-wraper, .disable-btn{
	height:33px;background:url('../../images/color_button/disable-btn-33.png') no-repeat 0 0;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
}
.disable-btn-wraper{
	margin-left:5px;
}
.disable-btn{
	background-position:100% -33px;text-align:center;border:none; color: gray; font: bold 12px/33px Arial, Helvetica, sans-serif;margin-left:18px;padding: 0 18px 0 0;
}

.green-btn-wraper, .green-btn{
	height:33px;background:url('../../images/color_button/green-btn.png') no-repeat 0 0;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
	cursor: pointer;
}
.green-btn-wraper{
	margin-left:5px;
}
.green-btn{
	background-position:100% -33px;text-align:center;border:none; color: #FFFFFF; font: bold 12px/33px Arial, Helvetica, sans-serif;margin-left:18px;padding: 0 18px 0 0;
}
.green-btn-wraper:hover, .green-btn:hover {
	background:url('../../images/color_button/green-btn_active.png') no-repeat 0 0;
}
.green-btn:hover {
	background-position:100% -33px;
}

.red-btn-wraper, .red-btn{
	height:33px;
	background:url('../../images/color_button/red-btn.png') no-repeat 0 0;
	overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
	cursor: pointer;
}
.red-btn-wraper{
	margin-left:5px;
}
.red-btn{
	background-position:100% -33px;text-align:center;border:none; color: #FFFFFF; font: bold 12px/33px Arial, Helvetica, sans-serif;margin-left:18px;padding: 0 18px 0 0;
}
.red-btn-wraper:hover {
	background-position:0 -66px;
}
.red-btn:hover {
	background-position:100% -99px;
}

.dark-btn-wraper, .dark-btn{
    height:36px;
    /*background:url('../../images/color_button/dark-btn.png') no-repeat 0 0;*/
    overflow:hidden;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    border-radius: 8px;
    /*background: #5e5e5e;*/
    border: 1px solid #f3f4f7;
}
.dark-btn-wraper{
	margin-left:5px;
}
.dark-btn{
	background-position:100% -36px;text-align:center;border:none; color: #FFFFFF; font: bold 12px/36px Arial, Helvetica, sans-serif;margin-left:20px;padding: 0 20px 0 0;
}

.grey-btn-24-wraper, .grey-btn-24{
	height:24px;background:url('../../images/color_button/grey-btn-24.png') no-repeat 0 0;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
	cursor: pointer;
}
.grey-btn-24-wraper{
	margin-left:5px;
}
.grey-btn-24{
	background-position:100% -24px;text-align:center;border:none; color:#FFFFFF; font: bold 10px/24px Arial, Helvetica, sans-serif;margin-left:13px;padding: 0 13px 0 0;
}


.green-btn-14-wraper, .green-btn-14{
	height:14px;background:url('../../images/color_button/green-btn-14.png') no-repeat 0 0;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
}
.green-btn-14-wraper{
	margin-left:4px;
}
.green-btn-14{
	background-position:100% -14px;text-align:center;border:none; color:#FFFFFF; font: bold 8px/14px Arial, Helvetica, sans-serif;margin-left:8px;padding: 0 8px 0 0;
}





.red-btn-24-wraper, .red-btn-24{
	height:24px;background:url('../../images/color_button/red-btn-24.png') no-repeat 0 0;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
	cursor: pointer;
}
.red-btn-24-wraper{
	margin-left:5px;
}
.red-btn-24{
	background-position:100% -24px;text-align:center;border:none; color:#FFFFFF; font: bold 10px/24px Arial, Helvetica, sans-serif;margin-left:13px;padding: 0 13px 0 0;
}

.yellow-btn-57-wraper, .yellow-btn-57{
	height:57px;background:url('../../images/color_button/yellow-btn-57.png') no-repeat 0 0;overflow:hidden;
	display: inline-block;
    zoom: 1;
    *display: inline;
}
.yellow-btn-57-wraper{
	margin-left:5px; cursor: pointer;
}
.yellow-btn-57{
	background-position:100% -57px;text-align:center;border:none; color:#FFFFFF; font:20px/57px Arial, Helvetica, sans-serif;margin-left:30px;padding: 0 30px 0 0;
}










.gallery_right_col{
	margin-left:12px;
	background: rgba(67,67,67,0.5);
	border: 2px double #999999;
	padding: 8px;
	-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
}

.gallert_video_title, .gallert_group_title {
	color:white; font-weight:bold; margin-bottom:4px; line-height:24px;
}
.gallert_group_desc {
	color:#bbbbbb; margin-bottom:4px; line-height:24px;
}
.gallert_group_act {
	color:white; font-weight:bold; margin-bottom:4px; line-height:33px;
}



#myAdminPanelUploadify .uploadify{
	height: 30px; width: 120px; float:right; position: relative; top:3px;
}
#myAdminPanelUploadify .uploadify-queue{
	width:248px; height:36px; line-height: 36px; background: url("../../images/upload_bg.png") no-repeat; float:left; overflow:hidden; margin-right: 12px;
}
#myAdminPanelUploadify .uploadify-queue-item{
	background: none; position:relative; top:-5px; left:3px;
}
#myAdminPanelUploadify .uploadify-queue-item *{
	color:#8a8a8a; font-size:11px; font-style:italic;
}

.tpl_tag {
	line-height:27px; height:27px; width: 120px;
}

.tag_ticked {
	border:1px #0c8524 solid;
	width: 112px;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	background: url(../../images/web/tick.png)  right center no-repeat;
	padding-left: 8px;
}

.tickable_tag {
	cursor: pointer;
}

.tickable_tag_hover {
	border:1px rgba(100,243,160,1) solid;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	background: url(../../images/web/tick_brighter.png) 56px center no-repeat;
	padding-left: 8px;
	width: 112px;
}
.tag_edit_container {
	overflow-y: scroll;
}
.tpl_tag_header {
	height: 35px;
	line-height: 27px;
	padding: 4px 12px;
	margin-bottom: 2px;
	position: relative;
}

.tpl_tag_access_del_btn{
	width:16px; height:17px; line-height: 17px; background:url(../../images/del-btn.png) no-repeat; cursor:pointer; position: relative; top:4px;
}

.del_cate_btn{
	width:16px; height:17px; line-height: 17px; position:absolute; top:9px; right:115px; background:url(../../images/del-btn.png) no-repeat; cursor:pointer;
}
.redo_del_cate_btn {
	width:16px; height:17px; position:absolute; top:9px; right:115px; background:url(../../images/redo.png) no-repeat; cursor:pointer;
}

.trans_bg {
	background: rgba(0,0,0,0.66);
	position: absolute;
	top:0px; left: 0px; z-index: 999;
	text-align: center;
}
.trans_bg span {
	font-size: 24px; color: #ececec; font-weight: bold;
}

.bb_popup_table > tbody > tr > td {
	padding: 4px 4px 4px 0px;
}

.expand_v {
	background: url(../../images/web/expand.png) no-repeat; background-position: 0 0; width:24px; height: 24px; cursor: pointer;
}

.expand_h {
	background: url(../../images/web/expand.png) no-repeat; background-position: -24px 0; width:24px; height: 24px; cursor: pointer;
}

.UIcBox{
	width:100%;
}
.UIcBox .top td:first-child{
	width:14px; height:46px;
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
}
.UIcBox .top td:first-child + td{
	font-size18px; font-weight:bold; border-top: 1px solid #d5d5d5;
}
.UIcBox .top td:first-child + td + td:last-child{
	width:14px; height:46px;
	border-right: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
}
.UIcBox .middle td[colspan='10']{
	border-left: 0px solid #d5d5d5; border-right: 1px solid #d5d5d5; min-height:80px; padding:8px 8px 0 8px;
}

.UIcBox .middle td[colspan='10'] > div{
	border-left:1px solid #d5d5d5;
}

.UIcBox .bottom td:first-child{
	width:14px; height:6px;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
.UIcBox .bottom td:first-child + td{
	border-bottom: 1px solid #d5d5d5;
}
.UIcBox .bottom td:first-child + td + td:last-child{
	width:14px; height:6px;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

.select_counter {
	border-radius: 10px;
	background-color: #118f0d;
	border: 2px ridge white;
	font-size: 12px;
	padding:2px 6px;
	color: white;
}
.bb_multi_values{
	position: relative;
	top:0px;
	left: 0px;
}
.warning {
	position: absolute; z-index: 999999999999;
	width: 102%; height: 100%;
	/*background: repeating-linear-gradient( 45deg, #7b7b7b, #7b7b7b 15px, #bebebe 15px, #bebebe 30px );*/
	background: url('../../images/top_bg.jpg');
}
.warning_msg {
	position: absolute; z-index: 9999999999999;
	top:0; left: 0;
	width: 80%;
	/*width: 300px; height: 100px;*/
	padding: 12px 24px;
	background: white;
	display: none;
}
.warning_msg_title {
	text-align: center; font-size: 18px; font-weight: bold;
}
.warning_msg_line {
	line-height: 24px;	text-align: justify;
}
.warning_msg_line li {
	list-style: circle; circle; margin-left: 24px;
}
.warning_msg_btn {
	text-align: center; margin-top: 24px;
}
.warning_msg_btn .green-btn {
	width:150px;
} 
.warning_msg_btn .red-btn-24 {
	width:80px;
} 

.payment_has_tier {
    border-bottom: 1px solid #6e6e6e;
    margin-bottom: 8px;
    padding-bottom: 8px;
    position: relative;
}
.payment_buy_it {
    
}
.go_to_support_btn {
    background-color: #e8e8e8; margin: 4px; padding: 4px 8px; color:#b600b6; font-size:12px; cursor: pointer;
}
.go_to_support_btn:hover {
    background-color: #adadad;
}
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: ...;
    height: ...;
    overflow:hidden; 
}
.wraptocenter * {
    vertical-align: middle;
}


@media screen and (max-device-width: 600px) {
	.form_help {
        font-size: 22px !important;
        line-height: 32px;
    }
	.col_140 {
		line-height: 58px;
	}
	.bb_select, .bb_multi_select {
		font-size: 24px;
	}
	.bb_select td:first-child, .bb_multi_select > tbody > tr > td:first-child{
		width:22px; height:74px; background:url(../../images/select/left.png) no-repeat;
		background-size: 22px 74px;
	}
	.bb_select td:first-child + td, .bb_multi_select > tbody > tr > td:first-child + td{
		height:74px; background:url(../../images/select/mid.png) repeat-x;
		background-size: auto 74px;
	}
	.bb_select td:first-child + td + td, .bb_multi_select > tbody > tr > td:first-child + td + td{
		width:46px; height:74px; background:url(../../images/select/right.png) no-repeat;
		background-size: 46px 74px;
	}
	
	.bb_options{
		padding:6px; border-top:1px #bbbbbb solid; border-left:1px #bbbbbb solid; border-right:1px #bbbbbb solid; border-bottom:1px #bbbbbb solid; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
	}
	.bb_options ul li{
		display:block;
		padding:6px;
	}
};




