/*

  http://www.pfsoftware.com.au

  Copyright (c) 2010 Complete Framing Solutions Pty. Ltd.

*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  color: #000000;
  margin: 0px;
}
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
}
.logout {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5;
  display: inline;
  position: relative;
}
TD.quicklink, P.quicklink, a.quicklink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  line-height: 1.5;
  text-decoration: none;
}
.header {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  font-weight: bold;
}
.form {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
.infobar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  line-height: 1.5;
}
#slideshow {
	margin:0 auto;
	width:911px;
	height:185px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:891px;
  height:185px;
  overflow:auto;
  position:absolute;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:871px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:185px;
}
.control {
  display:block;
  width:20px;
  height:82px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:50;
  left:0;
  z-index: 1;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:50;
  right:0;
  z-index: 0;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */
* {
  font:normal 11px Verdana, Geneva, sans-serif;
}
#pageContainer {
  margin:0 auto;
  width:911px;
}

