
#main_container {
	width:750;
}

#tabset {
	display:block;
	width:100%;
	padding:0px 0px 9px 0px;
	margin-bottom:0px;
	background: url(../../../../admin/images/bg.gif) repeat-x left top;
}

#tabset ul {
	margin:0px;
	padding-left:5px;
	padding-bottom:0px;
	list-style:none;
}
#tabset li {
	display:inline;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	padding:0px 0px 0px 9px;
	background: url(../../../../admin/images/left.gif) no-repeat left top;
}
#tabset a {
	margin-right:0px;
	margin-bottom:0px;
	padding:5px 10px 9px 0px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0096d7;
	font-size:10px;
	background: url(../../../../admin/images/right.gif) no-repeat right top;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabset a {float:none;}
/* End IE5-Mac hack */
#tabset a:hover {
	color:#333;
}
#tabset li.on {
	padding:0px 0px 10px 9px;
	background: url(../../../../admin/images/left_on.gif) no-repeat left top;
}

#tabset li.on a {
	color:#333;
	padding:5px 10px 12px 0px;
	background: url(../../../../admin/images/right_on.gif) no-repeat right top;
}

.editbox {
	border: 1px solid #d70723;
	font-size: 9px;
	color: #000000;
	position: absolute; clear: both;
	background-color: #f6f6f6;
	height: 12;
	margin: 0px; padding: 2px 10px 2px 2px;
	visibility:hidden;
	z-index:50;
}

.editbox .hideButton, .trafficReportBlock .hideButton {
	position: absolute; top: 0px; right: -1px;
	margin: 0px; padding: 0px; height: 5px; width: 5px;
	border: none;
	border-bottom: 1px solid #d70723;
	border-left: 1px solid #d70723;
	font-size: 9px;
} .editbox .hideButton a, .trafficReportBlock .hideButton a {text-decoration: none;} .editbox .hideButton a img, .trafficReportBlock .hideButton a img {border: none;}

#panelset {
}

.panels {
	position:relative;
	width:100%;
}

#blankPanel {
	height:400px;
}

.panel {
	width:750;
	height:400px;
	float:none;
	background:#ffffff;
	visibility:hidden;
	position:absolute;
	border-top:none;
	border-right:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin: 0 0 0 0;
	padding: 5 5 5 5;
}

.panel .responseMessage {
	color:#ff3333;
}

.panel h1 {
	font-size:14px;
	color: #0096d7;
}

.panel h2 {
	font-size:11px;
	color: #0096d7;
	margin: 5 0 0 0;
}

.panel h3 {
	display:inline;
	font-size:10px;
	color: #0096d7;
}

.panel p {
	margin: 0 0 10 0;
}

.tabs {
	position:relative;
}

.tab {
	display:inline;
	padding:5px;
	margin-right:2px;
	margin-bottom:10px;
	background-color:#dddddd;
}

.tabset .off a {
	color: #79bde8;
}

.tab_active {
	display:inline;
	padding:5px;
	background-color:#ffffff;
}

.editbox a:hover {
	color: #ffffff;
	background-color: #cc3333;
}

.editbox a {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height:normal;
}

#debug_report {
	background:#ffffff;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid black;
	clear:both;
	text-align:left;
}

#debug_report .sql_block {
	display:block;
	padding:10px;
	margin-top:2px;
	margin-bottom:2px;
	border:1px solid black;
}

#debug_report .error {
	display:inline;
	color:#aa0000;
}

#debug_report .value {
	display:inline;
	color:#0000aa;
}

#adminPanelInstructions.hidden {
	display:none;
}

.adminPanelInstructions {
	display:block;
}

.adminPanelInstructionsHidden, .hiddenDiv {
	display:none;
}

.adminPanelBox {
	border: 1px solid #79bde8;
	background: #f7f7f7;
	padding: 5 5 5 5;
	margin: 0 0 10 0;
}

.adminPanelHalfBox {
	border: 1px solid #79bde8;
	background: #f7f7f7;
	padding: 5 5 5 5;
	margin: 0 0 10 0;
	height:250px;
	overflow:auto;
}

#copyCollapseControl {
	float:right; position: relative;
}

.collapseControl {
	float:right;
}

#adminTemplates {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#adminTemplates a {
	color: #0096d7;
}

#adminTemplates .zone_list {
	list-style:none;
	background: #dddddd;
	margin: 0 0 0 0;
	padding: 2 2 2 2;
}

#adminTemplates .module_list {
	list-style:inside;
	background: #f7f7f7;
	margin: 0 0 0 0;
	padding: 2 2 20 2;
}

#adminTemplates form.zone {
	display:inline;
}

#userDirectory ul {
	display:block;
	border: none;
	float:left;
	list-style:none;
	margin: 0 0 0 1;
	padding: 0 0 0 0;
}

#userDirectory ul a {
	color: #79bde8;
}

#userDirectory form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

#userDirectory select {
	width:255px;
}

#adminUserGroupList a {
	color: #79bde8;
}

#adminUserGroupList a:hover {
	color: #0096d7;
}

.deleteWarning {
	display:block;
	text-align:center;
	width:auto;
	padding: 15 15 15 15;
	margin: 0 0 30 0;
	border: 1px solid #ff0000;
	background: #ffdddd;
}

.deleteWarning p {
	text-align:left;	
}

.deleteWarning p.buttonHolder {
	display:block;
	text-align:center;
	margin: 0 0 10 0;
}

#pageDeleteWarning {
	display:block;
	text-align:center;
	width:auto;
	padding: 5 5 5 5;
	margin: 0 0 10 0;
	border: 1px solid #ff0000;
	background: #ffdddd;
}

#pageDeleteWarning p {
	text-align:left;	
}

#pageDeleteWarning p.buttonHolder {
	display:block;
	text-align:center;
	margin: 0 0 10 0;
}

#navAdminTree {
	border: 1px solid #79bde8;
	background: #f7f7f7;
	padding: 5 0 10 0;
}

#navAdminTree a {
	color: #79bde8;
}

#navAdminTree a:hover {
	color: #0096d7;
}

.navAdminBlock ul {
	list-style:none;
	padding: 5 0 0 25;
	margin: 0 0 0 0;

}

.navAdminBlock li {
	padding: 5 0 0 25;
	margin: 0 0 0 0;

}

.adminItemList ul, ul.adminItemList {
	list-style:none;
	margin: 0 0 0 0;
}

.adminItemList li {
	margin: 5 0 5 0;
	padding: 3 3 3 3;
}

.adminItemList li.highlight {
	background: #79bde8;
}

.adminItemList li p{
	margin: 0 0 0 0;
	padding: 3 3 3 3;
}

.adminListItemOptions {
	position: relative;
	float:right;
	display:inline;
}

.adminListItemOptions a {
	margin: 0 0 0 8;
}

.adminLongList {
	height:150;
	width:350;
	overflow:auto;
}

.adminForm {
	margin: 0 0 0 0;
}

.adminForm p {
	margin: 5 0 0 0;
}

.adminForm.column {
	margin: 5 0 0 0;
}

.adminForm input, .adminform select, .adminForm.column {
	width:345;
}

.adminForm .adminFormLine {
	width:450;
	margin: 0 0 2 0;
}

.adminForm .rightBlock {
	position: relative;
	float:right;
}

.adminForm .rightBlockRight {
	position: relative;
	text-align: right;
	float:right;
}

.adminForm input.radio, .adminForm input.checkbox, .adminForm input.submit {
	width:auto;
}

.adminForm .rightBlock textarea, .adminForm textarea {
	width:345px;
	height:75px;
}

.adminForm .buttonHolder {
	margin: 10 0 0 0;
	text-align:center;
}

.adminForm .button_text, .adminForm .button_text_off, .adminForm .button_text_on {
	width:auto;
}

.userDirectory {
	width:300;
}

.userDirectory .userList{
	margin: 0 0 0 20;
	padding: 5 5 5 5;
	height:320;
	overflow:scroll;
	border: 1px solid #333333;
}

.userDirectory ul {
	display:block;
	border: none;
	float:left;
	list-style:none;
	margin: 0 0 0 1;
	padding: 0 0 0 0;
}

.userDirectory ul a {
	color: #79bde8;
	text-transform:uppercase;
}

.userDirectory form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

.userDirectory select {
	width:255px;
	height:40px;
}

button {
	height:20;
	padding: 0 0 0 0;
	margin: -10 0 0 0;
}

.button_text_off {
	border: 0px;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	background-color: #eeeecc;
	filter:alpha(opacity=65);
	font-family: Arial, Helvetica, sans-serif;
}

.button_text_on {
	border: 0px;
	text-decoration: none;
	font-size: 11px;
	color: #0096d7;
	background-color: #eeeecc;
	filter:alpha(opacity=65);
	font-family: Arial, Helvetica, sans-serif;
}

.promoteDemote {
	border:0;
	padding: 0 0 0 0;
	margin: 3 0 0 0;
}

.imagePreviewContainer {
	float: left;
	margin: 0px 0px 0px 20px;
}

#imagePreviewFrame {
	width: 450px; height: 400px; border: none;
}

.imagePreviewContents {
	margin: 0px; padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
}

.imagePreviewContents .fileInfo {
	position: relative;
	display: block;
	float: left;
	width: 450px; height: 70px;
	overflow: auto;
	font-size: 10px;
	border: none;
}

.imagePreviewContents .fileInfo p {
	font-size: 10px;
}

.imagePreviewContents .fileInfo .fileName {
	position: relative;
	font-size: 12px; width: 220px;
	float: left;
}

.imagePreviewContents .fileInfo h1 {
	position: relative;
	margin: 0px; padding: 0px;
	font-size: 12px;
}

.imagePreviewContents .fileInfo .fileSize {
	position: relative;
	font-size: 10px;
	float: left;
}

.imagePreviewContents .fileInfo .fileUsage {
	position: relative;
	font-size: 10px;
	display: block; right: 0px; top: 0px;
	border: 1px solid black;
	margin: 0px; padding: 3px;
	width: 200px;
}

.imagePreviewContents .fileInfo .fileUsage ul {
	margin: 0px; padding: 0px;
	position: relative;
	height: 45px;
	overflow: auto;
}

.imagePreviewContents .filePreview {
	display: block;
	width: 450px; height: 330px;
	overflow: auto;
}

.adminProductImagePreview {
	margin: 5px; width: 130px;
	display: inline;
}

.adminProductImagePreview img {
	width: 100px;
}

.orderList div.orderSummary, .orderList div.orderSummaryTotal {display: block; background: #cccccc; margin: 0px 0px 5px 0px; padding: 5px;}
.orderList div.orderSummary p {display: inline; width: 100px; margin: 0px 5px; font-weight: bold;}
.orderList div.orderSummaryTotal p {display: inline; width: 100px; margin:auto; font-weight: bold;}

.orderList .orderSummary a {display: inline; text-decoration: none;}
.orderList .orderSummary {display: block; background: #fdfdfd; margin: 0px 0px 5px 0px; padding: 5px; text-decoration: none;}
.orderList .orderSummary:hover {background: #ffffcc; margin: 0px 0px 5px 0px; padding: 5px;}
.orderList .orderSummary p {display: inline; width: 100px; margin: 0px 5px;}
.orderList .orderSummary p.orderID {width: 50px;}
.orderList .orderSummary p.orderAmount {}

.orderList .orderDetails {display: none; margin: -5px 0px 5px 0px; padding: 5px; background: #fdfdfd; border: 1px dotted #cccccc;}
.orderList .orderDetails div.billingBlock, .orderList .orderDetails div.shippingBlock {display: block; float: left; width: 210px; height: 195px; margin: 0px 10px 15px 0px; padding: 3px; border: 1px solid #f0f0f0; background: #fdfdfd;}
.orderList .orderDetails div.giftBlock, .orderList .orderDetails div.instructionBlock {display: block; float: left; clear: left; width: 210px; height: 125px; margin: 0px 10px 15px 0px; padding: 3px; border: 1px solid #f0f0f0; background: #fdfdfd;}

.orderList .orderDetails div.orderStatusUpdateBlock {display: block; float: left; width: 150px; height: 195px; margin: 0px 0px 15px 0px; padding: 3px; border: 1px solid #f0f0f0; background: #fdfdfd;}
.orderList .orderDetails div.notesBlock, .orderList .orderDetails div.notesFormBlock {display: block; float:left; width: 380px; margin: 0px 0px 15px 0px; padding: 3px; border: 1px solid #f0f0f0; background: #fdfdfd;}
.orderList .orderDetails div.notesBlock {height: 150px; overflow: auto;}
.orderList .orderDetails div.notesBlock p {width: 355px;}
.orderList .orderDetails div.notesFormBlock {height: 95px;}
.orderList .orderDetails div.notesFormBlock form {margin: 0px; padding: 0px;}
.orderList .orderDetails div.notesFormBlock p {width: 360px; text-align: right; padding: 3px 0px 0px 0px; margin: 0px;}
.orderList .orderDetails div.notesFormBlock textarea {width: 370px; height: 75px;}
.orderList .orderDetails div.billingBlock p, .orderList .orderDetails div.shippingBlock p, .orderList .orderDetails div.giftBlock p, .orderList .orderDetails div.instructionBlock p{display: block; padding: 3px; margin: 0px;background: #fdfdfd;}
.orderList .orderDetails div.orderStatusUpdateBlock form {margin: 0px;}

.orderList .orderDetails .lineItem, .orderList .orderDetails .detailSummary {width: 600px; margin: 0px 0px 3px 50px; padding: 0px;}
.orderList .orderDetails .lineItem.highlight {background: #f9f9f9;}
.orderList .orderDetails .lineItem p, .orderList .orderDetails .detailSummary p {display: inline; width: 150px; margin: auto; padding: 3px;}
.orderList .orderDetails .lineItem p.options, .orderList .orderDetails .detailSummary p.options {width: 200px;}
.orderList .orderDetails .lineItem p.quantity, .orderList .orderDetails .detailSummary p.quantity {width: 75px;}
.orderList .orderDetails .lineItem p.price, .orderList .orderDetails .detailSummary p.price {width: 75px; text-align: right;}

.orderList .orderDetails .detailSummary {font-weight: bold; border-top: 1px solid #cccccc;}

