input,textarea,select {
	padding:2px;
	border:1px solid #ddd;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
#showmessage {
	width: 400px;
	height: 120px;
	z-index: 1400;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -50px;
	border: 3px solid #cccccc;
	background-color: #FFFFFF;
	background-image: url(media/login_bg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	display: none;
}
#loginblack {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	z-index: 1200;
	opacity: .8;
	filter: alpha(opacity=80);
}
/*
#loginbox {
	width: 300px;
	height: 140px;
	z-index: 1400;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -150px;
	border: 3px solid #cccccc;
	background-color: #FFFFFF;
	background-image: url(media/login_bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
*/
#loginbox {
	z-index: 1400;
	font-size: 12px;
	width: 300px;
	height: 180px;
	margin: 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border: 10px;
	background-color: #eeeeee;
	border: 1px solid #DDDDDD;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -150px;
}
#loginbox td {
	font-size: 12px;
}
#loginbox a {
	color: #CC0000;
	text-decoration: none;
	font-size: 14px;
}
#loginbox b {
	font-size: 14px;
	color: #F00;	
}
#loginbox a#loginlink {
	display: block; 
	width:280px; 
	height: 30px; 
	background-image: url(media/on-admin-header.png); 
	background-repeat: no-repeat; 
	background-position: center; 
	padding: 37px 20px 0px 0px;	
	font-size: 9px;
	text-align: right;
	color: #333333;
}
.admin_bar {
	width: 100%;
	height: 40px;
	position: absolute;
	background-image: url(media/right_admin_top.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 150;
	top: 0px;
	left: 0px;
}
.admin_left {
	width: 240px;
	height: 40px;
	float: left;
	background-image: url(media/left_admin_topA.png);
	background-repeat: no-repeat;
	background-position: right;
}
.admin_right {
	height: 40px;
	float: left;
	width: auto;
}
.admin_version {
	height: 40px;
	padding: 8px 10px 0px 0px;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	color: #666666;
}
.admin_buffer {
	width: 12px;
	height: 40px;
	background-image: url(media/right_buffer.png);
	background-repeat: no-repeat;
	float: left;
}
.admin_right ul {
	height: 40px;
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
	float: left;
}
.admin_right li {
	float: left;
	width: auto;
	margin: 0px 5px;
}
.admin_right li a {
	padding: 0px 0px 0px 8px;
	height: 40px;
	display: block;
	color: #EEEEEE;
	text-decoration: none;
	float: left;
}
.admin_right li a b {
	padding: 8px 10px 0px 2px;
	display: block;
	height: 32px;	
	float: left;
	color: #EEEEEE;
}
.admin_right li.current a, .admin_right li a:hover{
	background-image: url(media/li_left.png);
	background-repeat: no-repeat;
	color: #545454;
}
.admin_right li.current a b, .admin_right li a:hover b{
	background-image: url(media/li_right.png);
	background-repeat: no-repeat;
	background-position: right;	
	color: #545454;
}
.logo_hold {
	float: left;
	width: 214px;
	height: 40px;
}
.min_hold {
	float: left;
	width: 16px;
	height: 17px;
	margin: 12px 0px 0px 0px;
	cursor: pointer;
	background-image: url(media/min_btn.png);
}
.min_hold2 {
	float: left;
	width: 16px;
	height: 17px;
	margin: 12px 0px 0px 0px;
	cursor: pointer;
	background-image: url(media/max_btn.png);
}
.admin_drop {
	position: absolute;
	width: 240px;
	z-index: 150;
	margin: 0px;
	top: 40px;
	left: 0px;
	font-size: 11px;
}
.admin_drop a {
	color: #666666;
	text-decoration: none;
}
.drop_bod {
	background-image: url(media/drop_side.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
	width: 230px;
	padding: 10px 0px 0px 10px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
.drop_bod a {
	color: #666666;
	text-decoration: none;	
}
.drop_bot {
	height: 12px;
	width: 240px;
	background-image: url(media/drop_bot.png);
	background-repeat: no-repeat;
}
.textbox {
	font-family: Tahoma;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(media/input_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.textbtn {
	font-family: Tahoma;
	font-size: 12px;
	padding: 2px;
	margin: 5px 0px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;	
	background-image: url(media/input_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.treecat {
	background-image: url(media/tree_cat.png);
	background-repeat: no-repeat;
}
.treecat2 {
	padding: 0px 0px 0px 15px;
}
.all_drop {
	background-image: url(media/dropdown_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 10px 10px 0px;
	width: 220px;
}
.all_drop a {
	font-size: 10px;
}
.all_drop h2 {
	margin: 0px;
	padding: 8px 0px;
	font-size: 14px;
}
.all_drop h2 a {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.all_drop a:hover {
	text-decoration: underline;
}
.all_drop i {
	display: block;
	width: 10px;
	float: left;
}
#menu_orderpage ul {
	list-style: outside none none;
	margin: 0px;
	padding: 0px;
}
#menu_orderpage ul li.sortableitem {
	cursor:move;
	width: 180px;
	list-style: none;
	display: block;
	margin: 0px;
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-image: url(media/input_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
}
#menu_orderpage ul li.sortableactive {
	display: block;
}
#menu_orderpage ul li.ui-sortable-helper {
	background-color: #EEEEEE;
	background-image: none;
}
.fck_content_left {
	 padding: 0px 5px;
	 border: 1px solid #999999;
	 background-color:#F7F7F7;
}
.fck_content_right {
	 padding: 0px 5px;
	 border: 1px solid #999999;
	 background-color:#F7F7F7;
}
#form-wrap { width: 600px; }
#form-builder { padding: 0px; }
#form-builder li { background-color: #EEEEEE; margin-bottom: 5px; border:1px solid #CCCCCC; }
#form-builder .legend { padding: 5px;}
.frm-elements { background-color: #FFFFFF; margin: 0 4px 4px 4px; padding: 9px; border:1px solid #CCCCCC; }
.frm-elements label { width: 120px; float: left; margin: 0 15px; line-height: 24px; }
.frm-elements .false-label { width: 120px; float: left; margin: 0 15px; font-size: 10px; text-transform: uppercase; font-weight: bold; line-height: 24px; }
.frm-elements input[type=text] { float: left; width: 280px; }
.frm-elements .fields { float: left; }
.frm-elements .fields input[type=checkbox], .frm-elements .fields input[type=radio] { float: left; margin: 5px 10px 0 0; }
.frm-elements .fields input[type=text] { width: 220px; margin-top: 0; }
.frm-elements .false-label, .frm-elements .fields { margin-top: 10px; }
.frm-elements .fields div { clear: both; float: left; width: 300px; margin-bottom: 5px; }
.frm-elements .fields label.auto { width: auto; margin: 0 0 5px 0; }
.frm-elements .fields .remove { float: right; }
.frm-elements .fields .add-area { width: 280px; margin-top: 5px; border-top: 1px solid rgba(255,255,255,0.125); }
.frm-elements .fields .add-area .add { clear: both; float: right; }
.frm-elements:after, .frm-fld:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.frm-elements, .frm-fld {display:inline-block;}
.frm-elements, .frm-fld {display:block;}
.del-button { padding: 5px 0 10px 15px; display:block; clear:both; width: 50px; }

.man {
	color:#FF0000;
	font-weight: bold;	
}
.sub_button {
	width: 18px;
	height: 18px;
	border: none;
	background-image:  url(media/icon_tick.png);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 0px;
	margin: 0px 6px;
	cursor: pointer;
}
.CodeMirror-line-numbers {
	width: 20px;
	color: #aaa;
	background-color: #eee;
	text-align: right;
	padding-right: .3em;
	font-size: 10pt;
	font-family: monospace;
	padding-top: .4em;
}
.catalogue_holder ul {
	list-style: outisde none none;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
.catalogue_holder ul li {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	width: 190px;
	border: 1px solid #CCCCCC;
	background-image: url(media/input_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
	cursor: move;
}
.catalogue_holder ul li ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 180px;
	font-size: 10px;
	border: none;
}	
.catalogue_holder ul li ul li {
	width: 180px;
	margin: 0px;
	padding: 2px;
	border: none;
	border-top: 1px solid #DDDDDD;
}

/* SHOP STUFF */
.pagin {
	font-size: 11px;
	display: block;
	color: #666666;
}
.pagin a {
	color: #666666;
	text-decoration: none;
}
.pagin a:hover {
	text-decoration: underline;
}
.pag_sel {
	font-weight: bold;
}
.pag_not {
	color: #cccccc;
}
.cat_disp_td {
	border: 1px solid #CCCCCC;
}
.cat_disp_td h1,.cat_disp_td_left h1,.cat_disp_td_right h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px;
}
.cat_disp_td h1 a,.cat_disp_td_left h1 a,.cat_disp_td_right h1 a {
	color: #CC0000;
	text-decoration: none;
}
.cat_disp_td h1 a:hover,.cat_disp_td_left h1 a:hover,.cat_disp_td_right h1 a:hover {
	text-decoration: underline;
}
.cat_disp_td h2,.cat_disp_td_left h2,.cat_disp_td_right h2 {
	font-size: 14px;
	font-weight: bold;
}
.cat_disp_td h2 a,.cat_disp_td_left h2 a,.cat_disp_td_right h2 a {
	color: #CC0000;
	text-decoration: none;
}
.cat_disp_td h2 a:hover,.cat_disp_td_left h2 a:hover,.cat_disp_td_right h2 a:hover {
	text-decoration: underline;
}
.cat_disp_td_left {
	display: block; 
	padding: 8px; 
	border: 1px solid #CCCCCC;
	width: 100px;
	text-align: center;
}
.cat_disp_td_right {
	text-align: left;
	padding: 0px 0px 0px 10px;
}
.cat_disp_td_center {
	display: block;
	padding: 8px; 
	border: 1px solid #CCCCCC;
	text-align: center;
	width: 150px;
}
.cat_disp_td_desc {
	color: #333333;
}
.cat_disp_td_price {
	font-size: 14px;
	color: #0066CC;
	font-weight: bold;
}
.cat_disp_td_add {
	margin: 0px;
	padding: 0px;
}
.item_disp_td {
	
}
.item_img_td {
	padding: 8px;
	border: 1px solid #CCCCCC;
}
.item_price_td {
	
}
.item_price_td p.item_sell {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
}
.item_price_td p.item_retail {
	color: #999999;
	font-size: 13px;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px;
}