body {
	font-family:Arial, Helvetica, sans-serif;
}
ul, ol, li, p, h1, h2, h3, h4, h5, form, fieldset, legend,
input, textarea, a, table, td, th {
	line-height:1.2em;
	margin:0;
	padding:0;
}
/**
.bann, .bann2, .navbar {
	background-color:#000000;
}
.navbar {
	background-color:#000000;
	background-image:none;
}
.navbar ul {
	background-color:#000000;
}
.navbar li {
	height:21px;
	padding-top:2px;
}
.navbar li.first {
	background-position:left 1px;
}
.navbar li.last {
	background-position:right 1px;
}
.navbar a {
	padding-top:1px;
}
#srch-ctr {
	display:none!important;
}
*/
.auth {
	background:#eeeeee;
}
.auth .bdy1, .auth .bdy2 {
	float:left;
}
.auth .bdy1 {
	width:200px;
	padding-top:1px;
}
.auth .bdy2 {
	padding:1px;
	width:758px;
}
.auth .bdy1 ul {
	margin:0;
	padding:0;
	width:100%;
}
.auth .bdy1 li {
	width:100%;
	margin-bottom:1px;
}
.auth .bdy1 a {
	display:block;
	padding:9px;
	background:#58585a;
	color:#ffffff;
}
.auth .bdy1 a:hover {
	background:#0090d9;
	color:#ffffff;
}
.auth-inner {
	padding:3px;
	background:#9c9c9c;
}
.auth-inner .auth-hdg {
	padding:6px;
	padding-bottom:9px;
}
.auth-inner .auth-hdg h1 {
	float:left;
	padding:0;
	margin:0;
	font-size:1.2em;
 	color:#ffffff;
}
.auth-inner .auth-hdg h3 {
	float:right;
	padding:0;
	margin:0;
	font-size:0.8em;
 	color:#ffffff;
}
.auth-wrk {
	padding:9px;
	min-height:320px;
	background:#f6f6f6;
}
.auth-under {
	height:12px;
	border-bottom:1px solid #ed1c24;
}
#adm #pg-nm {
	padding:3px;
	background:#999999;
	border-top:1px solid #dfdfdf;
}
#adm #pg-nm h1 {
	padding:0;
	font-size:1.4em;
	color:#ffffff;
}
#adm #pg-hdg {
	float:none;
	text-align:center;
}
#adm-res-tbl {
	width:99%;
}
#adm-res-tbl th {
	font-weight:bold;
	padding:4px;
}
#adm-res-tbl td {
	padding:4px;
}
/**
 * This stylesheet is used to override some styles from the public zone
 */
p {
	margin-bottom:6px;
}
fieldset {
	padding:6px;
	border:1px solid #999999;
	margin-bottom:12px;
}
legend {
	color:#666666;
	display:block;
	padding:3px;
	background:0;
}
label {
	display:block;
	clear:both;
	padding:5px 0 2px  0;
}
a:hover {
	color:#ff3300;
}
/*
# FORMS AND SYSTEM
*/
.adm-frm {
}
.adm-frm li {
	padding:0px 0px 12px 0px;
}
.adm-form h4 {
	color:#ed1c24;
	margin-bottom:2px;
}
.adm-button, input[type=submit] {
	width:76px;
	height:21px;
	margin:2px;
	font-size:0.9em;
	text-align:center;
	background:none;
	border:none;
	background-image:url(../images/components/adm-button.png);
	background-repeat:no-repeat;
	color:#212121;
}
.adm-button:hover {
	background-image:url(../images/components/adm-button-sw.png);
	cursor:pointer;
}
.adm-button-vlong, input[type=submit].adm-button-vlong {
	width:240px;
	height:21px;
	margin:2px;
	text-align:center;
	background:none;
	border:none;
	background-image:url(../images/components/adm-button-vlong.png);
	background-repeat:no-repeat;
}
.adm-button-vlong:hover, input[type=submit].adm-button-vlong:hover {
	background-image:url(../images/components/adm-button-vlong-sw.png);
	cursor:pointer;
}
.adm-button-long, input[type=submit].adm-button-long {
	width:156px;
	height:21px;
	margin:2px;
	text-align:center;
	background:none;
	border:none;
	background-image:url(../images/components/adm-button-long.png);
	background-repeat:no-repeat;
}
.adm-button-long:hover, input[type=submit].adm-button-long:hover {
	background-image:url(../images/components/adm-button-long-sw.png);
	cursor:pointer;
}
.helpbox-ctr {
	position:relative;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
}
.helpbox {
	display:none;
	position:absolute;
	background-color: #FFDD99;
	padding: 6px;
	width: 270px;
	border: 1px solid #ed1c24;
	opacity: .9;
	filter: alpha(opacity=90);
}
.helpbox-title {
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #ed1c24;
}
.helpbox-txt {
	font: 0.8em Arial, Helvetica, sans-serif;
}
/*
*	Control position of individual instances of helpboxes here
*/
#tpl-desc.helpbox{
	top:-20px;
	left:280px;
}
.tip li {
	border:none;
}
/**
 * admin catalogue editing pages
 */
.xtra {
	width:326px;
	padding:12px;
	display:none;
}
.xtraactive {
	float:left;
	width:326px;
	padding:12px;
	display:block;
}
#tpl-li .radio-ctr {
	clear:both;
	width:220px;
	padding:12px 0 0 0;;
}
li#tpl-li div.radio-ctr input {
	margin-right:12px;
	vertical-align:middle;
}
#brands-ctr div img, li#tpl-li div.xtra img, li#tpl-li div.xtraactive img {
	/* hide brand icons where they aren't available*/
	display:none;
}
.tpl-hddn {
	opacity:0.3;
	filter:alpha(opacity=30);
}
.spec-flag {
	display:none;
}
#default {
	min-height:325px;
	padding:3.0em;
}
.button-li {
	float:left;
	margin-right:20px;
}
/**
 * Prod Menus Ajax
 */
.menu-btn {
	margin:9px;
}
.auth-catg-menu-ctr {
	float:left;
	margin-right:24px;
}
/**
 * Small helper div on editing page showing html special chars
 */
.sp-char-ctr {
	margin:0 0 18px 0;
}
.sp-char-out{
	float:left;
	padding:1px;
	margin:3px 24px 0 0;
	border:1px solid #cccccc;
}
.sp-char {
	float:left;
	padding:2px;
	margin:2px;
	font-weight:bold;
}
.sp-entity {
	float:left;
	padding:2px;
	margin:2px;
	background:#cccccc;
	color:#444444;
}
/**
 * Small helper div on editing page showing html special chars
 */
.sp-char-ctr {
	margin:0 0 18px 0;
}
.sp-char-out{
	float:left;
	padding:1px;
	margin:3px 24px 0 0;
	border:1px solid #cccccc;
}
.sp-char {
	float:left;
	padding:2px;
	margin:2px;
	font-weight:bold;
}
.sp-entity {
	float:left;
	padding:2px;
	margin:2px;
	background:#cccccc;
	color:#444444;
}
/**
 * Information pop ups used in admin section
 */
.frm-inf-ctr {
	position:absolute;
	width:0;
	height:0;
	background:none;
}
.frm-inf {
	position:relative;
	display:none;
	width:300px;
	padding:12px;
	background:#ffffff;
	border:6px solid #999999;
	color:#666666;
}
.frm-inf.active {
	display:block;
}
.frm-inf-lnk {
	position:relative;
}
