
.display-block { display: block; }
.display-none {	display: none; }
.inline { display: inline; }

.left-align { text-align: left;	}
.right-align { text-align: right; }
.center-align {	text-align: center;	}

.right, .float-right { float: right; }
.left, .float-left { float: left; }

.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both, .clr, .clear { clear: both; }

.no-wrap { white-space: nowrap; }
.strong { font-weight: bold; }
.underline { text-decoration: underline; }
.em { font-style: italic; }

.fill-width { width: 100%; }

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #929292; 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; }

.padding-5 { padding: 5px;}
.padding-10 { padding: 10px;}
.padding-15 { padding: 15px;}

.margin-5 { margin: 5px;}
.margin-10 { margin: 10px;}
.margin-15 { margin: 15px;}

A {
  color: #FFFFFF;
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

A:hover {
  color: #CCCC33;
  text-decoration: underline;
}

A:active {
  color: #CCCC33;
  text-decoration: underline;
}

BODY {
  background-color:#252525;
  margin: 0 auto;
}

FORM {
  display: inline;
}

TR.header {
  background: #929292;
  background:url(images/templates/template_headerbar.gif);
}

TR.headerNavigation {
  background: #929292;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #929292;
  color: #ffffff;
  font-weight : bold;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #929292;
  color: red;
  font-weight : bold;
  text-align : center;
  padding 5px;
  border: thin red solid;
}

TR.headerInfo {
  background: #929292;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #929292;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #929292;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #929292;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #929292;
  border: 1px solid #FFFFFF;
  margin-bottom: 5px;
}

.infoBoxLeft {
  background: #514f4f;
  border-left: solid 1px #ffffff;
}

.infoBoxRight {
  background: #514f4f;
  border-right: solid 1px #ffffff;
}
.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 5px;
}

.infoBoxNotice {
  background: #929292;
}

.infoBoxNoticeContents {
  background: #929292;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #514f4f;
  color: #ffffff;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-color:#FFFFFF;
  border-width:1px;
  padding-top: 2px;
  padding-bottom: 3px;
}

TD.infoBoxHeadingLeft {
  background: #514f4f;
  color: #ffffff;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: solid;
  border-color:#FFFFFF;
  border-width:1px;
}

TD.infoBoxHeadingRight {
  background: #514f4f;
  color: #ffffff;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  border-left-style: none;
  border-color:#FFFFFF;
  border-width:1px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #929292;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #929292;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #ffffff;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #514f4f;
  color: #ffffff;
  border-top-style: none;
  border-bottom-style: solid;
  border-right-style: none;
  border-left-style: none;
  border-color:#FFFFFF;
  border-width:1px;
}

.productListing-heading a{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #514f4f;
  border-style: none;
  text-decoration: none;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #929292;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

TR.subBar {
  background: #929292;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText, Div.smallText{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #929292;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #929292; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* XC Menu Styles */

#catxcdiv ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.5em;
}

/* menu item spacing */
#catxcdiv li{ margin-bottom: .2em; }

/*padding between submenu items*/
#catxc ul li { padding: 0 0 .2em 0; }

/*xc menu item*/
#catxcdiv li.xc { list-style: none; }

/*submenu*/
#catxcdiv li.xc ul { margin: .3em 0 0 -.8em; }

/* +/- control */
div.xcx, div.xcc {
	position: relative;
	display: inline;
}
li.xc div.xcx, li.xc div.xcc {
	position: static;
	margin-left: -1.5em;
	float: left;
	width: 1.5em;
}
div.xcx a, div.xcc a {
	position: absolute;
	left: -2em;
}
div.xcx a, div.xcc a {
	position: static;
}
div.xcx a:link, div.xcx a:visited,
div.xcc a:link, div.xcc a:visited {
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
}

/*new classes */

#header_bar {
  position:relative;
  background:url(images/templates/template_headerbar.gif);
  width:742px;
  height:187px;
}
#header_shopnav {
  position:absolute;
  top:3px;
  right:10px;
}
#header_sitenav {
  position:absolute;
  top:133px;
  left:0px;
  width: 742px;
  margin: auto;
}
#header_centre {
  text-align: center;
}

#main {
  background: #252525;
  color: #000000;
  margin: 0 auto;
}

#body {
  width: 900px;
  height: 100%;
  margin: 0 auto;
}

#content {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 10px;
}

#content_side {
  vertical-align:top;
  width:200px;
}

#content_main {
  vertical-align:top;
  width: 542px;
}

#left {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background: #605e5e;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  vertical-align: top;
}

#right {
  vertical-align:top;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  background: #605e5e;
  margin-top: 0px;
}

#side_bar {
  margin:10px;
  vertical-align:top;
  width:250px;
  height:762px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 10px;
  border: 0px; 
}

#side_bar p {
  text-align: center;
}

#side_bar_box {
  margin-bottom: 10px;
  margin-top: 10px;
}

#delivery_table {
  border: 1px solid #000000;
  width: 300px;
  text-align: left;
}

#delivery_table td {
  border: 1px solid #000000;
}

#terms {
  font-size: 11px;
}

TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}

.breadcrumb {
  font-size: 11px;
  color: #ffffff;
}

.mopics {
  height: 100%;
  vertical-align: bottom;
}

.submit_button_off {
  text-decoration: underline;
  background: none;
  border: hidden;
  color: #FFFFFF;
  cursor: default;
}

.submit_button_on {
  text-decoration: underline;
  background: none;
  border: hidden;
  color: #CCCC33;
  cursor: pointer;
}

#message {
  color: orange;
}

.website-message {
  color: white;
  padding:10px;
  text-align:center;
}

.no-border {
  border: none;
}

.grey-background {
	background: #929292;
}

.featured {
	font-size: 14px;
	font-weight: bold;
}

.brand-thumb {
	padding: 2px;
}

#header_centre a {
	font-size: 14px;
}

.brand-separator {
	height: 1px;
	margin: 5px 0;
	background: #white;
	clear: both;
}
