@import "colours.css";
@import "../../css/layout.css";
@import "../../css/button.css";
@import "../../css/editor.css";
@import "../../css/stage.css";

#border {
	background: url(images/page_horizontal.gif) repeat-y;
}

#footer {
	background: url(images/page_footer.gif) no-repeat;
}

#tools {
	background: url(images/bar_mainMenu.gif) repeat-x;
}

#status {
	background: url(images/bar_status.gif) repeat-x;
}

#pageTitle {
	background: url(images/bar_titleColour.gif);
}

.categoryClosed {
	list-style-image: url(images/page_arrowClosed.gif);
}

.categoryOpen {
	list-style-image: url(images/page_arrowOpen.gif);
}

.productListItem {
	list-style-image: url(images/page_Bullet.gif);
}

.productListItemLarge {
	list-style-image: url(images/page_Bullet.gif);
}

.helpText {
	background: url(images/infoPanel_colour.gif);
}

#newBar {
	background: url(images/bar_new.gif);
}


.buttonCenter {
	background: url(images/button_middle.gif) repeat-x;
}

.bStatus .bLeft {
	background: url(images/buttonStatusBar_left.gif);
}

.b .bLeft {
	background: url(images/buttonPage_left.jpg);
}

.bNew .bLeft {
	background: url(images/buttonNewBar_left.gif);
}

.bStatus .bRight {
	background: url(images/buttonStatusBar_right.gif);
}

.b .bRight {
	background: url(images/buttonPage_right.jpg);
}

.bNew .bRight {
	background: url(images/buttonNewBar_right.gif);
}

.bSelected .bCenter {
	background: url(images/buttonStatusBarSelected_mid.gif) repeat-x;
}

.bSelected .bLeft {
	background: url(images/buttonStatusBarSelected_lef.gif);
}

.bSelected .bRight {
	background: url(images/buttonStatusBarSelected_rig.gif);
}

.line {
    background: url(images/button_middle.gif) repeat-x;
}

.bSelected {
	background:	url(images/buttonStatusBarSelected_mid.gif) repeat-x;
}

.shaded {
    background: url(images/rowShaded_colour.gif);
}

span.newbutton {
    background: transparent url(images/buttonright.gif) no-repeat scroll top right;
}

span.newbutton > span {
    background: transparent url(images/buttonleft.gif) no-repeat;
}

.categoryBlock {
	background: url(images/homeButton_category.gif) no-repeat;
}

.productBlock {
	background: url(images/homeButton_product.gif) no-repeat;
}

.stockBlock {
	background: url(images/homeButton_stock.gif) no-repeat;
}

.file-manager-item {
	background: url(images/fileManager_ImagePanel.gif) no-repeat;
}

.file-upload-slot {
	background: url(images/fileManager_UploadSlotPanel.gif) no-repeat;
}
