body
{
	margin: 0px 4px;
	background: white;
	font-family: verdana;
	font-size: 12px;
}
ul
{
	list-style-type: disc;
}
li
{
	margin-top: 3px;
}
img
{
	border: 0px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border-padding: 0px 0px;
	border: 0px;
}
table.heighter td
{
	height: 25px;
}
form
{
	margin: 0 0 0 0;
}
label,
.label
{
	color: #e0812c;
	font-size: 11px;
	cursor: pointer;
	font-weight: normal;
}
.transparent
{
	*filter: alpha(opacity=70);
	_filter: alpha(opacity=60);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.clear
{
	clear: both;
	font-size: 1px;
}
.sTable
{
	width: 100%;
	color:#444444;
	font-size:12px;
}
.hide
{
	display: none;
}
.red
{
	font-size: 12px;
	font-weight: normal;
	color: #e45252;
}

/* common styles */
.checker
{
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
}

div.load,
span.load
{
	height: 16px;
	width: 16px;
	margin: 0;
	background: url('../img/load.gif') center center no-repeat;
	display: none;
}
.grey_line
{
	border-bottom: 2px #fafafa solid;
	padding-bottom: 3px;
}

.td_h9
{
	height: 16px;
}

.white_10_bold
{
	color: white;
	font-size: 10px;
	font-weight: bold;
}
.grey_10_bold
{
	color: #6e6d6d;
	font-size: 10px;
	font-weight: bold;
}
.blue_11_normal
{
	color: #e65000;
	font-size: 11px;
	font-weight: normal;
}
.log_out,
.link
{
	color: #e65000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.link
{
	font-size: 11px;
}

a.static:link,
a.static:visited
{
	color: #5d86a4;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a.static:hover,
a.static:active 
{
	color: #285779;
	text-decoration: none;
}

.grey_middle
{
	font-size: 11px;
	color: #555;
}
a.white_10_bold_link:link,
a.white_10_bold_link:visited
{
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
a.white_10_bold_link:hover,
a.white_10_bold_link:active 
{
	text-decoration: underline;
}

a.blue_11_bold_link:link,
a.blue_11_bold_link:visited
{
	color: #6e6e6e;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.blue_11_bold_link:hover,
a.blue_11_bold_link:active 
{
	color: #cd551f;
}
.table_end
{
	border-bottom: 1px #ffc6aa solid;
	height: 3px;
}
span.field_error
{
	font-weight: bold;
	border: 0px !important;
	background: transparent !important;
}

.gray_11_bold
{
	color: #d6af9c;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* input disabled */
.field_error
{
	border: 1px #e16f6f solid;
	background: #fdf7f7;
}

input
{
	padding: 0\9;
}

input.disabled,
select.disabled
{
	border: 1px #cacbcb solid;
	background: #f1f1f1;
	color: #a69f9f;
	height: 19px;
	padding: 1px 2px 0 2px;
}
select.disabled
{
	height: 22px;
}
textarea.disabled
{
	border: 1px #cacbcb solid;
	background: #f1f1f1;
	color: #a69f9f;
}
input.checkbox
{
	margin-bottom: 0;
	padding-bottom: 0;
}
select option.highlight_opt
{
	background: #EFEFEF;
}
.caret_button
{
	font-size: 11px;
	font-family: Trebuchet MS;
}
/* common styles end */

/* actions styles */
.delete,
.edit,
.build
{
	color: #c83434;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
}
.edit
{
	color: #e2932c;
	text-decoration: none;
}
.build
{
	color: #6db94b;
}
/* actions styles end */

/* fields sets */
fieldset legend.down,
fieldset legend.up
{
	font-weight: bold;
	margin-left: 10px;
	padding: 0 15px 0 5px;
	cursor: pointer;
	background: url('../img/fieldset_arrow_down.gif') center right no-repeat;
}
fieldset legend.up
{
	background: url('../img/fieldset_arrow_up.gif') center right no-repeat;
}
fieldset
{
	border: 1px #efd5c2 solid;
}
fieldset.light
{
	background: #fbf9f5;
	margin: 0 0 4px 0;
}
/* fields sets end */

/* top navbar */
#tnb_left_part
{
	width: 7px;
	height: 24px;
	background: url('../img/top_navbar.gif') 0 0 no-repeat;
}
#tnb_center_part
{
	height: 24px;
	background: url('../img/c_table_head.gif') top repeat-x;
}
#tnb_right_part
{
	width: 7px;
	height: 24px;
	background: url('../img/top_navbar.gif') 0 -24px no-repeat;
}
#tnb_center_part_l,
#tnb_center_part_r
{
	width: 200px;
	height: 15px;
	float: left;
	padding: 0 15px;
}
#tnb_center_part_r
{
	float: right;
	width: 360px;
	text-align: right;
	padding: 0 15px 0 15px;
}
/* top navbar end */

/* header */
#hl_td
{
	height: 98px;
	width: 352px;
	background: url('../img/w_logo.gif') center center no-repeat;
	font-size: 1px;
	cursor: pointer;
}
#hr_td
{
	font-size: 1px;
	text-align: right;
	vertical-align: bottom;
}
#hr_td div
{
	margin: 0 8px 3px 8px;
}
/* header end */

/* left block */
.lblock_top_left,
.lblock_top_center,
.lblock_top_right
{
	height: 31px;
	width: 2px;
	background: url('../img/block_header.gif') 0 0 no-repeat #e7724f;
	font-size: 1px;
}
.lblock_top_center
{
	background: url('../img/block_header.gif') 0 -62px repeat-x #e7724f;
	width: 171px;
}
.lblock_top_right
{
	background: url('../img/block_header.gif') 0 -31px no-repeat #e7724f;
}

.lblock_middle_left,
.lblock_middle_center,
.lblock_middle_right
{
	height: 25px;
	width: 2px;
	background: url('../img/block_middle.gif') 0 0 repeat-y #e7724f;
	font-size: 1px;
}
.lblock_middle_center
{
	background: url('../img/block_bg.gif') bottom repeat-x #ffe6df;
	width: 171px;
}
.lblock_middle_right
{
	background: url('../img/block_middle.gif') -2px 0 repeat-y #e7724f;
}

.lblock_bottom_left,
.lblock_bottom_center,
.lblock_bottom_right
{
	height: 2px;
	width: 2px;
	background: url('../img/block_footer.gif') 0 0 no-repeat #e7724f;
	font-size: 1%;
}
.lblock_bottom_center
{
	width: 171px;
	background: url('../img/block_footer.gif') 0 -4px repeat-x #e7724f;
}
.lblock_bottom_right
{
	background: url('../img/block_footer.gif') 0 -2px no-repeat #e7724f;
}
.lm_spliter
{
	height: 4px;
	font-size: 1px;
}

/* lb header */
.lb_head_lpart
{
	width: 135px;
	float: left;
	height: 20px;
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 3px 0;
}
.lb_head_rpart_max,
.lb_head_rpart_min
{
	width: 20px;
	float: right;
	height: 20px;
	font-size: 1px;
	margin: 3px 0;
	cursor: pointer;
	background: url('../img/l_minimizer.gif') center center no-repeat;
}
.lb_head_rpart_min
{
	background: url('../img/l_maximizer.gif') center center no-repeat;
}
.lm_selected
{
	color: #CE611F;
	font-size: 11px;
	font-weight: bold;
}
/* lb header end */

/* lb content */
.lbc
{
	margin-top: 5px;
}
.lb_item_container
{
	background: url('../img/blue_underline.gif') center bottom repeat-x;
	height: 22px;
	margin: 0 3px;
}
.lb_arrow,
.lb_item
{
	background: url('../img/lb_arrow.gif') center center no-repeat;
	height: 13px;
	width: 9px;
	margin: 3px 3px 0px 3px;
	float: left;
}
.lb_item
{
	width: 125px;
	background: none;
}
/* lb content end */

/* left block end */

/* main container */
.controller_title
{
	font-size: 18px;
	color: #3a3a3b;
	height: 30px;
	margin: 5px 5px;
}
table.mc_table
{
	margin-top: 4px;
	width:100%;
	height:92%;
}

#mc_top_left_corner
{
	width: 10px;
	height: 10px;
	background: url('../img/main_area_angles.gif') 0 0 no-repeat;
	font-size: 1px;
}
#mc_top_right_corner
{
	width: 10px;
	height: 10px;
	background: url('../img/main_area_angles.gif') 0 -10px no-repeat;
	font-size: 1px;
}
#mc_top_center
{
	height: 10px;
	background: url('../img/main_area_tb.gif') 0 0 repeat-x;
	font-size: 1px;
}

#mc_middle_left_corner
{
	width: 10px;
	background: url('../img/main_area_rl.gif') 0 0 repeat-y;
	font-size: 1px;
}
#mc_middle_right_corner
{
	width: 10px;
	background: url('../img/main_area_rl.gif') -10px 0 repeat-y;
	font-size: 1px;
}
#mc_middle_center
{
	background: #f6f6f6;
}

#mc_bottom_left_corner
{
	width: 10px;
	height: 10px;
	background: url('../img/main_area_angles.gif') 0 -30px;
	font-size: 1px;
}
#mc_bottom_right_corner
{
	width: 10px;
	height: 10px;
	background: url('../img/main_area_angles.gif') 0 -20px;
	font-size: 1px;
}
#mc_bottom_center
{
	height: 10px;
	background: url('../img/main_area_tb.gif') 0 -10px repeat-x #f1f7fb;
	font-size: 1px;
}
#mcl_td
{
	width: 175px;
	height: 400px;
/*	background: url('../img/img_line.gif') 126px -8px no-repeat;*/
}
#mcc_td
{
	width: 18px;
	background: url('../img/mc_delimiter.gif') center repeat-y;
}
#mcr_td
{
	
}
/* main container end */

/* bread crumbs */
#bc_container
{
	margin: 1px 5px;
	font-size: 1px;
	height: 16px;
}
.bc_arrow
{
	color: #606365;
	font-size: 11px;
}
a.bread_crumbs:link,
a.bread_crumbs:visited
{
	color: #929aa0;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
}
a.bread_crumbs:hover,
a.bread_crumbs:active 
{
	color: #bf4e0a;
}
.bc_selected
{
	color: #ce611f;
	font-size: 11px;
	font-weight: bold;
}
/* bread crumbs end */

/* controller navigation bar */
#nav_bar,
.nav_bar,
{
	text-align: right;
}
/* controller navigation bar end */

/* content table (list)*/
.height3
{
	height: 3px;
}
.list_td_head
{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	border: 1px #fff solid;
	background: url('../img/c_table_head.gif') top repeat-x;
}
.list_td,
.list_td_light,
.list_td_dark,
.list_td_white,
.divider
{
	color: #444444;
	font-size: 12px;
	height: 30px;
}
.list_td_light
{
	background: #ededed;
}
.list_td_dark
{
	background: #f0e6e0;
}
.list_td_white
{
	background: #faf7f5;
}
.divider
{
	background: #e5e5e5;
	border-top: 1px #cecdcd solid;
	border-bottom: 1px #cecdcd solid;
}

.list_td_head div,
.list_td div.margin,
.list_td_light div.margin
{
	margin: 0 10px;
}
/* content table (list) end*/

/* middle container */
.mc_title,
.mc_title_del
{
	color: #e65000;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 11px;
}
.mc_title_del
{
	color: #d45668;
}

.m_corner_top_left,
.m_corner_top_right
{
	height: 6px;
	width: 6px;
	background: url('../img/mb_corners.gif') 0 0 no-repeat;
}
.m_corner_top_center
{
	background: url('../img/mb_tb.gif') 0 0 repeat-x #f4ece7;
}
.m_corner_top_right
{
	background: url('../img/mb_corners.gif') 0 -6px no-repeat;
}

.m_middle_left,
.m_middle_right
{
	height: 10px;
	width: 6px;
	background: url('../img/mb_lr.gif') 0 0 repeat-y #f4ece7;
}
.m_middle_center
{
	background: #f4ece7;
	height: 30px;
}
.m_middle_right
{
	background: url('../img/mb_lr.gif') -6px 0 #f4ece7;
}

.m_corner_bottom_left,
.m_corner_bottom_right
{
	height: 6px;
	width: 4px;
	background: url('../img/mb_corners.gif') 0 -18px no-repeat;
}
.m_corner_bottom_center
{
	background: url('../img/mb_tb.gif') 0 -6px repeat-x #f4ece7;
}
.m_corner_bottom_right
{
	background: url('../img/mb_corners.gif') 0 -12px no-repeat;
}
/* middle container end */

/* settings */
.settings_box,
.settings_box_no_bg
{
	height: 25px;
	width: 170px;
	float: left;
	text-align: center;
	background: url('../img/splitter.gif') right center no-repeat;
}
.settings_box_no_bg
{
	background: url('');
}

.settings_box div,
.settings_box_no_bg
{
	margin: 5px 0;
	height: 12px;
}
/* settings end */

/* languages */
#langs_container
{
	margin: 5px 0;
}
input.lang_add,
select.lang_add,
textarea.lang_add
{
	margin-left: 8px;
}

tr.list,
tr.list_light,
tr.list_default
{
	height: 30px;
	background: #ecf2f7;
	border: 1px #f6f7f6 solid;
	margin: 8px 5px;
}
tr.list_light
{
	background: #f4f7fa;
	border: 1px #d9e2ea solid;
}

tr.list_light div,
tr.list div,
tr.list_default div
{
	padding: 7px 5px;
	color: #444444;
	font-size: 12px;
}
tr.list_default
{
	border: #f9c48b 1px solid;
	background: #f8e8d7;
}

tr.list_default span
{
	color: #da7f1e;
}
#lang_item_nav_bar
{
	text-align: right;
	display: none;
}
/* lang table */
.l_name_td
{
	width: 60px;
}
.lang_height
{
	height: 7px;
}
.td_splitter
{
	background: url('../img/splitter.gif') right center no-repeat;
	height: 30px;
}
/* lang table end */

/* languages end */

/* copyrights */
#cr_td
{
	height: 25px;
	text-align: center;
}
.cr_text
{
	color: #3b3939;
	font-size: 10px;
}
#cr_td div a:link,
#cr_td div a:visited
{
	color: #242323;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
}
#cr_td div a:hover,
#cr_td div a:active 
{
	text-decoration: underline;
}
/* copyrights end */

/* input styles */
button
{
	color: #3b485f;
	height: 20px;
	font-size: 11px;
	margin: 0 5px;
}

input.text,
select
{
	color: #626364;
	padding: 1px 2px 0 2px;
	height: 19px;
	width: 200px;
}
select
{
	padding: 0 0;
	width: 130px;
	height: auto;
}
input.button
{
	color: #3b485f;
	height: 30px;
	width: 70px;
	font-size: 12px;
	padding-bottom: 5px;
	padding-bottom: 0\9;
}
input.simple
{
	font-size: 11px;
}
textarea
{
	color: #626364;
	padding: 1px 0 0 2px;
	font-family: Verdana;
	font-size: 13px;
}

/* input styles end */

/* navigation button */
.nav_button
{
	height: 21px;
	float: right;
	background: url('../img/nav_button.gif') 0 -42px repeat-x #b0b0b0;
	margin: 0 0px 3px 7px;
	cursor: pointer;
}

.nav_button div.left
{
	background: url('../img/nav_button.gif') no-repeat #7791b4;
	height: 21px;
	width: 2px;
	float: left;
}
.nav_button div.center
{
	height: 15px;
	float: left;
	text-align: center;
	font-size: 10px;
	color: white;
	font-weight: bold;
	margin: 3px 0;
}
.nav_button div.right
{
	background: url('../img/nav_button.gif') 0 -21px no-repeat #7791b4;
	height: 21px;
	width: 2px;
	float: right;
}

.nav_button:hover
{
	background: url('../img/nav_button.gif') 0 -105px repeat-x #7791b4;
}
.nav_button:hover div.left
{
	background: url('../img/nav_button.gif') 0 -63px no-repeat #7791b4;
}
.nav_button:hover div.right
{
	background: url('../img/nav_button.gif') 0 -84px no-repeat #7791b4;
}
/* navigation button end */

/* navigation button */
.nav_button_delete
{
	height: 21px;
	float: right;
	background: url('../img/nav_button_delete.gif') 0 -42px repeat-x #dc374a;
	margin: 0 0px 3px 7px;
	cursor: pointer;
}

.nav_button_delete div.left
{
	background: url('../img/nav_button_delete.gif') no-repeat #dc374a;
	height: 21px;
	width: 2px;
	float: left;
}
.nav_button_delete div.center
{
	height: 15px;
	float: left;
	text-align: center;
	font-size: 10px;
	color: white;
	font-weight: bold;
	margin: 3px 0;
}
.nav_button_delete div.right
{
	background: url('../img/nav_button_delete.gif') 0 -21px no-repeat #dc374a;
	height: 21px;
	width: 2px;
	float: right;
}

.nav_button_delete:hover
{
	background: url('../img/nav_button_delete.gif') 0 -105px repeat-x #dc374a;
}
.nav_button_delete:hover div.left
{
	background: url('../img/nav_button_delete.gif') 0 -63px no-repeat #dc374a;
}
.nav_button_delete:hover div.right
{
	background: url('../img/nav_button_delete.gif') 0 -84px no-repeat #dc374a;
}
/* navigation button end */

/* notices and errors styles */
.s_notice
{
	height: 30px;
	margin: 10px 5px;
	color: #555;
	font-size: 14px;
	font-family: Trebuchet MS;
}

/* notice */
.nTable
{
	width: 100%;
	margin-bottom: 6px;
	display: none;
}
.n_corner_top_left,
.n_corner_top_right
{
	height: 6px;
	width: 4px;
	background: url('../img/n_corner_top_left.gif') right bottom no-repeat #adf79f;
}
.n_corner_top_center
{
	background: url('../img/n_top_center.gif') bottom repeat-x #adf79f;
}
.n_corner_top_right
{
	background: url('../img/n_corner_top_right.gif') left bottom no-repeat #adf79f;
}

.n_middle_left,
.n_middle_right
{
	height: 10px;
	width: 6px;
	background: url('../img/n_middle_left.gif') right repeat-y #adf79f;
}
.n_middle_center
{
	background: url('../img/notice_bg.gif') left center no-repeat #a8ff97;
	height: 22px;
}
.n_middle_center div
{
	color: #555;
	font-size: 14px;
	font-family: Trebuchet MS;
	margin: 0 36px;
}
.n_middle_right
{
	background: url('../img/n_middle_right.gif') left repeat-y #adf79f;
}

.n_corner_bottom_left,
.n_corner_bottom_right
{
	height: 6px;
	width: 4px;
	background: url('../img/n_corner_bottom_left.gif') right bottom no-repeat #adf79f;
}
.n_corner_bottom_center
{
	background: url('../img/n_bottom_center.gif') bottom repeat-x #adf79f;
}
.n_corner_bottom_right
{
	background: url('../img/n_corner_bottom_right.gif') left bottom no-repeat #adf79f;
}
/* notice end */

/* error */
.erTable
{
	width: 100%;
	margin-bottom: 6px;
	display: none;
}
.er_corner_top_left,
.er_corner_top_right
{
	height: 6px;
	width: 4px;
	background: url('../img/er_corner_top_left.gif') right bottom no-repeat #fdaeae;
}
.er_corner_top_center
{
	background: url('../img/er_top_center.gif') bottom repeat-x #fdaeae;
}
.er_corner_top_right
{
	background: url('../img/er_corner_top_right.gif') left bottom no-repeat #fdaeae;
}

.er_middle_left,
.er_middle_right
{
	height: 10px;
	width: 4px;
	background: url('../img/er_middle_left.gif') right repeat-y #fdaeae;
}
.er_middle_center
{
	background: url('../img/error_bg.gif') left center no-repeat #fdaeae;
	height: 18px;
}
.er_middle_center div
{
	color: #444;
	font-size: 14px;
	font-family: Trebuchet MS;
	margin: 0 36px;
}
.er_middle_right
{
	background: url('../img/er_middle_right.gif') left repeat-y #fdaeae;
}

.er_corner_bottom_left,
.er_corner_bottom_right
{
	height: 6px;
	width: 4px;
	background: url('../img/er_corner_bottom_left.gif') right bottom no-repeat #fdaeae;
}
.er_corner_bottom_center
{
	background: url('../img/er_bottom_center.gif') bottom repeat-x #fdaeae;
}
.er_corner_bottom_right
{
	background: url('../img/er_corner_bottom_right.gif') left bottom no-repeat #fdaeae;
}
/* error end */
/* notices and errors styles end */

/* resize textarea */
div.grippie {
	background: #feeddd url('../img/grippie.gif') center center no-repeat;
	border-color: #e6c8ba;
	border-style: solid;
	border-width: 0pt 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
	margin-right: -6px!important;
}
.resizable-textarea textarea {
	margin-bottom: 0pt;
	width: 100%;
}
/* resize textarea end */

/* category tree */
.cat_loading,
.open_load
{
	background: url('../img/load.gif') left center no-repeat;
	width: 15px;
	height: 15px;
	display: none;
	font-size: 11px;
}
.open_load
{
	display: block;
}
.cat_item_cont
{
	margin: 6px 5px 6px 18px;
}
.cat_item,
.cat_item_plus,
.cat_item_minus
{
	width: 15px;
	height: 15px;
	cursor: default;
	background: url('../img/tree_angle.gif') center center no-repeat;
}
.cat_item_plus
{
	background: url('../img/cat_plus.gif') center center no-repeat;
}
.cat_item_minus
{
	background: url('../img/cat_minus.gif') center center no-repeat;
}
.tree
{
	color: #4F4F4F;
	font-size: 12px;
}
a.tree:link,
a.tree:visited
{
	color: #4F4F4F;
	font-size: 13px;
	font-weight: none;
	font-family: Trebuchet MS;
	text-decoration: underline;
	font-style: normal;
}
a.tree:hover,
a.tree:active
{
	text-decoration: none;
}
/* category tree end */

/* categories */
a.category:link,
a.category:visited
{
	color: #ce611f;
	font-size: 14px;
	font-weight: normal;
	font-family: Trebuchet MS;
	text-decoration: underline;
}
a.category:hover,
a.category:active
{
	text-decoration: none;
}
.categories
{
	margin: 7px 30px 10px 30px;
}
.categories .item
{
	margin: 4px 3px 4px 3px;
}
.category_listings_count
{
	font-size: 11px;
	color: #555;
	font-family: Tahoma;
}
.sub_categories
{
	margin: 0px 40px 0 5px;
}
a.sub_category:link,
a.sub_category:visited
{
	color: #525151;
	font-size: 11px;
	line-height: 16px;
	font-weight: none;
	font-family: Trebuchet MS;
	text-decoration: underline;
	font-style: normal;
}
a.sub_category:hover,
a.sub_category:active
{
	text-decoration: none;
}
/* categories end */

.autocomplete
{
	height: auto;
	max-height: 100px;
	width: 248px;
	position: absolute;
	margin: 25px 0 0 0;
	display: none;
	overflow-y: auto;
	background: white;
	border: 1px #e8bc99 solid;
	cursor: pointer;
	z-index: 500;
}
.autocomplete_load
{
	background: url('../img/load.gif') right center no-repeat;
}
#Account
{
	width: 228px;
	padding-right: 16px;
}
.loading
{
	background: url('../img/load.gif') center center no-repeat;
	height: 19px;
	width: 20px;
	display: none;
}
a.navigation:link,
a.navigation:visited
{
	color: #444;
	font-size: 12px;
	text-decoration: underline;
	font-style: normal;
}
a.navigation:hover,
a.navigation:active
{
	text-decoration: none;
}

/* admin rules */
.rule .add,
.rule .edit,
.rule .delete
{
	float: left;
	height: 17px;
	background: #ccf58c;
	text-align: center;
	margin: 0 3px;
	font-size: 11px;
	font-family: Trebuchet MS;
	padding: 0 5px;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.rule .edit
{
	background: #eff58c;
}
.rule .delete
{
	background: #f58c8c;
}
.rule input
{
	margin: 2px 3px;
	margin: -1px 0 0 0\9;
}
.rule label
{
	color: #444444;
}
/* admin rules end */

/* vertical tabs */
.tabs_active,
.tabs_inactive
{
	width: 180px;
	height: 35px;
	background: url('../img/ltab_active.gif') top right no-repeat;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	margin: 1px 0 0 0;
}
.tabs_inactive
{
	margin: 1px 1px 0 0;
	background: url('../img/ltab_inactive.gif') top right no-repeat;
}
.tabs_inactive:hover
{
	margin: 1px 1px 0 0;
	background: url('../img/ltab_inactive.gif') right -35px no-repeat;
}
.tabs_active div,
.tabs_inactive div
{
	padding: 10px 0 9px 15px;
	font-size: 11px;
}
.tabs_inactive div
{
	padding: 10px 0 9px 23px;
	color: #bc4911;
}

.ltab_block_header
{
	background: #ffbd9c;
	height: 30px;
	margin-bottom: 5px;
}
.ltab_block_header div
{
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 0 0 30px;
}
img.icon
{
	margin: -2px 2px;
	cursor: pointer;
}
/* vertical tabs end */

/* photo item */
.photo_item td.left_top,
.photo_item td.right_top
{
	width: 5px;
	height: 4px;
	background: url('../img/photos_item_angels.gif') 0 0 no-repeat;
}
.photo_item td.right_top
{
	background: url('../img/photos_item_angels.gif') 0 -4px no-repeat;
}
.photo_item td.center_top
{
	height: 4px;
	background: url('../img/photo_item_top_center.gif') top repeat-x #f6f5f5;
}
.photo_item td.left_middle
{
	background: url('../img/photo_item_middle_left.gif') left repeat-y #f6f5f5;
}
.photo_item td.right_middle
{
	background: url('../img/photo_item_middle_right.gif') right repeat-y #f6f5f5;
}
.photo_item td.center_middle
{
	background: #f6f5f5;
}
.photo_item td.left_bottom,
.photo_item td.right_bottom
{
	width: 5px;
	height: 18px;
	background: url('../img/photos_item_angels.gif') 0 -8px no-repeat;
	font-size: 1px;
}
.photo_item td.right_bottom
{
	background: url('../img/photos_item_angels.gif') 0 -26px no-repeat;
}
.photo_item td.center_bottom
{
	background: #e5e4e4;
	font-size: 10px;
}

.photo_item td.left_bottom_simple,
.photo_item td.right_bottom_simple
{
	width: 5px;
	height: 4px;
	background: url('../img/photos_item_angels.gif') 0 -48px no-repeat;
	font-size: 1px;
}
.photo_item td.right_bottom_simple
{
	background: url('../img/photos_item_angels.gif') 0 -44px no-repeat;
}
.photo_item td.center_bottom_simple
{
	background: url('../img/photo_item_top_center.gif') bottom center repeat-x #f6f6f6;
	font-size: 10px;
}
.photo_reorder
{
	cursor: pointer;
	background: url('../img/replace_icon.gif') 0 -19px no-repeat;
	width: 18px;
	height: 19px;
	margin: 0 3px;
}
.photo_reorder:hover
{
	background: url('../img/replace_icon.gif') 0 0 no-repeat;
}

#pg_load_mask
{
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	background: url('../img/pg_load.gif') center center no-repeat #7F7F7F;
	position: absolute;
	*position: relative;
}
.pg_photo_item
{
	margin: 0;
	border: 2px white solid;
}
.pg_active_photo
{
	border: 2px #FFB32F solid;
}

.needs_crop
{
	width: 19px;
	height: 19px;
	cursor: pointer;
	position: absolute;
	margin-top: -15px;
}
/* photo item end */

.add_f_item
{
	border-bottom: 1px #fdcab2 solid;
	border-right: 2px #fdcab2 solid;
}
