@charset "UTF-8";
/*
** Admin
*/
/* Generated Button ends */

.bg {
	overflow: hidden;
}
.bg a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	margin: 10px 0px;
	text-decoration:none;
}
.bg span.first_bg {
	float:left;
	width: 10px;
	height: 25px;
	line-height:25px;
	vertical-align:50%;
	clear:both;
	margin: 10px 0px;
	border:none;
}
.bg a:link span.first_bg, .bg a:visited span.first_bg{
	display:block;
	background:url(../images/button1_l_up.png) no-repeat;
	text-decoration:none;
}
.bg a:hover span.first_bg, .bg a:active span.first_bg {
	display:block;
	background:url(../images/button1_l_over.png) no-repeat;
	color: #fff;
	text-decoration:none;
}
.bg span.link_bg {
	float:left;
	width: auto;
	height: 25px;
	line-height:25px;
	vertical-align:50%;
	color:#000;
	margin: 10px 0px;
	border:none;
	
}
.bg a:link span.link_bg, .bg a:visited span.link_bg{
	display:block;
	background:url(../images/button1_m_up.png) repeat-x;
	text-decoration:none;
}
.bg a:hover span.link_bg, .bg a:active span.link_bg{
	display:block;
	background:url(../images/button1_m_over.png) repeat-x;
	color: #fff;
	text-decoration:none;
}
.bg span.last_bg {
	float:left;
	background:url(../images/button1_r_up.png) no-repeat;
	width: 13px;
	height: 25px;
	line-height:25px;
	vertical-align:50%;
	margin: 10px 0px;
	border:none;
}
.bg a:link span.last_bg, .bg a:visited span.last_bg{
	display:block;
	text-decoration:none;
}
.bg a:hover span.last_bg, .bg a:active span.last_bg {
	display:block;
	background:url(../images/button1_r_over.png) no-repeat;
	color: #fff;
	text-decoration:none;
}
#category .text {
	float:left;
}
#category .thumbs {
	width: 55px;
	height: 55px;
}
#subject .text {
	clear: both;
}
#header .edit_button {
	position:absolute;
	top:     0px;
	left:    600px;
}
#product .edit_button {
	text-align:left;
}

/*
** EDIT FORM
*/
#menu_edit_button_wrapper {
	float: right;
}
#topmenu #menu_edit_button_wrapper,
.add_button,
.edit_button,
.delete_button {
	float: left;
}
#menu_edit_button_wrapper,
#subject_edit_button_wrapper,
#product_edit_button_wrapper,
#footer_edit_button_wrapper {
	overflow: hidden;
}
#header_edit_button_wrapper {
	position: absolute;
	left: -100px;
}
#product_edit_button_wrapper,
#category_edit_button_wrapper {
	clear: both;
}
#footer_edit_button_wrapper {
	position: absolute;
	left: 350px;
	top:  -10px;
}

#_form {
	padding-left:  0px;
	padding-right: 0px;
}
#_form h4 {
	clear: both;
	padding-top: 3px;
}
.edit_input_title,
.edit_input_long_title,
.edit_input_cancel,
.edit_input_cancel_file,
.edit_input_radio  {
	padding-top: 2px;
	font-size: 12px;
}
.edit_input_wrapper {
	overflow:              hidden;
	background:            #DAEAFB;
	border-radius:         10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:    11px;
	box-shadow:            5px 5px 10px #999;
	-webkit-box-shadow:    5px 5px 10px #999;
	-moz-box-shadow:       5px 5px 10px #999;
	border:                1px solid gray;
	padding-top:          4px;
	padding-bottom:		  4px;
	padding-left:         5px;
	padding-right:        5px;
	clear:                 both;
	position:              relative;
}
.edit_input_title,
.edit_input_long_title {
	clear: both;
	float: left;
	width: 100px;
}
.edit_input_long_title {
	width: 150px;
}
.edit_input_value {
	float: left;
	width: 180px;
}
.edit_input_value input {
	width: 100%;
}
.edit_input_textarea {
	clear:       both;
	padding-right: 6px;
}
.edit_input_textarea textarea {
	width:  100%;
	height: 100px;
}
.edit_input_block_image,
.edit_input_radio,
.edit_input_dropbox {
	float: left;
}
.edit_input_cancel_file, 
.edit_input_cancel {
	float: right;
}
.edit_input_cancel_file {
	padding-top: 10px;
}
.image_form {
	clear: both;
	overflow: hidden;
}
.image_form img {
	float: left;
	padding-right: 5px;
}
.edit_input_file {
	clear: both;
	float: left;
}



.update_form {
	float:left;
	clear:both;
}
.product_name {
	font-family:"Times New Roman", Times, serif;
	color: #2A397A;
	font-size: 1.5em;
}

.edit_button {
	display:block;
	padding-top: 5px;
	padding-left:5px;
	padding-right:5px;
	width:  40px;
	height: 40px;
}
.edit_button a:link,
.edit_button a:visited {
	display:block;
	background:url(../images/edit_button_up.png) no-repeat;
	width:  40px;
	height: 40px;
}
.edit_button a:hover,
.edit_button a:active {
	display:block;
	background:url(../images/edit_button_hover.png) no-repeat;
	width:  40px;
	height: 40px;
}

.add_button {
	display:block;
	padding-top:10px;
	width:30px;
	height: 40px;
}
.add_button a:link, .add_button a:visited {
	display:block;
	background:url(../images/add_button_up.png) no-repeat;
	width:  30px;
	height: 30px;
}

.add_button a:hover,.add_button a:active {
	display:block;
	background:url(../images/add_button_hover.png) no-repeat;
	width:30px;
	height: 30px;
}
.subadd_button {
	float:left;
	display:block;
	padding-top:10px;
	width:  30px;
	height: 40px;
}
.subadd_button a:link, .subadd_button a:visited {
	display:block;
	background:url(../images/subadd_button_up.png) no-repeat;
	width:30px;
	height: 30px;
}

.subadd_button a:hover,
.subadd_button a:active {
	display:block;
	background:url(../images/subadd_button_hover.png) no-repeat;
	width:30px;
	height: 30px;
}
.delete_button {
	display:block;
	padding-top:10px;
	width:30px;
	height: 40px;
}
.delete_button a:link, .delete_button a:visited {
	display:block;
	background:url(../images/delete_button_up.png) no-repeat;
	width:30px;
	height: 30px;
}
.delete_button a:hover,.delete_button a:active {
	display:block;
	background:url(../images/delete_button_hover.png) no-repeat;
	width:30px;
	height: 30px;
}
#image_pref {
	float:left;
	position: relative;
	background: #B5D6F8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:11px;
	width: 90%;
	padding: 5px 0px;
}

#ecomm_wrapper {
	background-color:#FEEBD8;
}
.edit_input_submit {
	padding:10px 10px;
	clear: both;
	width: 175px;
}

.left .cap {
	width: 75px;
}
.submit {
	clear: both;
	float: left;
	width: 175px;
	margin-top: 25px;

}

form a:link, form a:visited { 
	color:#72A2F8	
}
form a:hover,form a:active { 
	color:#000;	
}
#container #main_menu ul.menu_list li.link.last {
	display: block;
}