body {
	margin: 0px;
	padding: 0px;
	color: #3D3D3D;
	font: 11px/1.1em Tahoma, Arial, sans-serif;
	letter-spacing: 0.1em;
	background: #9EBCE1;
}
h1 {
	font: 14px Arial, Helvetica, sans-serif;
}
a {
	color: #BF272D;
	text-decoration: none;
}
a:hover {
	color: #8B1D22;
}
a img {
	border-style: none;
}

div.center {
  text-align:center;
  width:500px;
}

p.bold-para {
  font-weight:bold;
  color:#000;
}

p.bold-para a {
  color:#4EB695;	
}

span.stand-out {
	color:#4EB695;
	font-size:18px;
}

input, textarea, select {
	font: 11px/1.3em Arial, Helvetica, sans-serif;
}
form {
	margin: 0px;
	padding: 0px;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  text-align:right;
  margin-right:2%;
  width: 25%;
}
form p .nofloat {
	float: none;
	text-align:left;
	width: auto;
	margin: 0px;
}
form .indent {
	margin-left: 27%;
}
form .btn {
	background: #BBBCBC url(../images/dialog_button.gif) repeat-x;
	border-top: 1px double #FFF;
	border-right: 1px double #7F7F7F;
	border-bottom: 1px double #7F7F7F;
	border-left: 1px double #fff;
	padding-right: 2px;
	padding-left: 2px;
}

fieldset {
	margin-bottom: 5px;
	margin-top: 5px;
}

fieldset legend {
	color: #9EBCE1;
	font-weight: bold;
}
.fielderror {
	border: 1px solid #BF272D;
}
.validationmessage li, .errormessage {
	padding-left: 5px;
	text-align: left;
	font-weight:normal;
	color: #8B1D22;	
}
.validationmessage {
	font-weight: bold;
	color: #BF272D;
	background: #FCEEEC url(../images/error.gif) no-repeat 10px 10px;
	padding-top: 10px;
	padding-left: 40px;
	margin: 10px 0px;
	border: 1px solid #bf272d;
	display: none;
}
td {
	vertical-align: top;
}
#wrap {
	background: #FFFFFF;
}
#header {
	position: relative;
	background: #9EBCE1 url(../images/me_03.jpg) no-repeat right 0px;
}
#header span {
	position:absolute;
	left:9px;
	top:31px;
	color:#333;
	letter-spacing:0.2em;
	font-size:10px;
}
#header #login {
	position: absolute;
	top: 5px;
	color: #FFFFFF;
	right: 10px;
}
#header #login .left {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

#header #login a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #login a:hover {
	color: #E4E5ED;
	text-decoration: underline;
}
#header #topnav {
	position: absolute;
	left: 0px;
	background: url(../images/me_15.jpg) repeat-x left bottom;
	width: 100%;
	z-index: 1;
	top: 53px;
}
#header #topnav ul, .tabmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	height: 27px;
}
#header #topnav li, .tabmenu li {
	float: left;
	margin-right: 2px;
}
#header #topnav li a, .tabmenu li a {
	background: url(../images/me_10.jpg) no-repeat 0px 0px;
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 61px;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0em;
	border-bottom:1px solid #515151;
}
#header #topnav li a.current, #header #topnav li a.current:hover, .tabmenu li a.current, .tabmenu li a.current:hover {
	background: url(../images/me_08.jpg) no-repeat 0px 0px;
	border-bottom: 1px solid #FFF;
}
#header #topnav li a:hover, .tabmenu li a:hover {
	background: url(../images/me_12.jpg) no-repeat 0px 0px;
}

#toolbar {
	font-size: 10px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	text-transform: lowercase;
	padding-top: 5px;
}
#toolbar #breadcrumb span {
	color:#BF272D;
}

#toolbar #tools {
	position: absolute;
	right: 12px;
}
#toolbar #tools .left {
	float: left;
	margin: 3px 3px 0 0;
}
#toolbar #tools a {
	background: #f4f4f4;
	border: 1px solid #515151;
	color: #FFFFFF;
	margin-left: 3px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#toolbar #tools a:hover {
	background: #CCCCCC;
}
#main {
	margin: 5px;
}
#main #leftbar {
	float: left;
	width: 180px;
}
/* Leftnav styles */
/* structural styles and offsets */
ul.foldertree, ul.foldertree li, ul.foldertree ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.foldertree {
    position: relative;
    padding: 0 0 5px 10px;
	width:160px;	
}
ul.foldertree li {
    position: relative;
    text-align: left;
    margin: -1px 0 3px 0;
	width:160px;	
}
ul.foldertree ul {
    padding: 2px 0 0 10px;
    position: absolute;
    left: -100em;
	width:145px;	
}
ul.foldertree ul li {
	width:145px;	
}
ul.foldertree ul ul {
	width:135px;	
}
ul.foldertree ul ul li {
	width:135px;	
}
ul.foldertree ul ul ul {
	width:125px;	
}
ul.foldertree ul ul ul li, ul.foldertree ul ul ul li a, ul.foldertree ul ul ul {
	width:115px;	
}
ul.foldertree ul ul ul ul li, ul.foldertree ul ul ul ul li a, ul.foldertree ul ul ul ul  {
	width:105px;	
}
ul.foldertree ul ul ul ul ul li, ul.foldertree ul ul ul ul ul li a, ul.foldertree ul ul ul ul ul  {
	width:95px;	
}
/* design styles */
ul.foldertree a {
    display: block;
    padding: 1px 0 1px 15px;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
}
ul.foldertree a:hover, ul.foldertree a.current {
    text-decoration: underline;
	color: #000;
}
/* plus/minus icons */
ul.foldertree li.hasmenu a {
    background: url(../images/plus.gif) no-repeat 1% 15%;
}
ul.foldertree li.hasmenu a.rollover {
    background: url(../images/minus.gif) no-repeat 1% 15%;
	font-weight:bold;
}
ul.foldertree li a.treeend, ul.foldertree li.hasmenu a.treeend {
    background: transparent;
	font-weight:normal;
}
/* IE versions
* html ul.foldertree li.hasmenu a {
    background: expression(/hasmenu/.test(this.parentNode.className) 
        ? "url(assets/images/plus.gif) no-repeat 1% 15%" : "transparent");
}
* html ul.foldertree li.hasmenu a.rollover {
    background: expression(/hasmenu/.test(this.parentNode.className) 
        ? "url(assets/images/minus.gif) no-repeat 1% 15%" : "transparent");
	font-weight: expression(/hasmenu/.test(this.parentNode.className) ? "bold" : "normal");
} */
/* browser hacks */
@media screen, projection {
    * html ul.foldertree li {
        display: inline; 
        f\loat: left; 
        background: transparent; 
    }
}
#main #rightbar {
	float: right;
	width: 190px;
}
#rightbar h1, #leftbar h1 {
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 0px 5px;
	font-weight: bold;
	padding: 2px 5px 6px;
}
#rightbar p, #leftbar p {
	margin:0px;
	padding: 5px;
}

#midrightbar {
	float: right;
	padding: 2px 5px 6px 0px;
}

#leftbar h1 {
	background:url(../images/me_34.jpg) no-repeat 0px 0px;
}
#rightbar h1 {
	background:url(../images/me_35.jpg) no-repeat 0px 0px;
}
#rightbar #cart, #rightbar #addtocart, #rightbar #newsletter, #leftbar #leftnav, #leftbar #search {
	background:url(../images/me_67.jpg);
	border: 1px solid #565656;
	margin-bottom: 10px;
}
#rightbar #addtocart .skuoptions {
	width: 175px;
}
#rightbar #addtocart .pricing {
	color:#8B1D22;
	padding:5px 5px 0px 5px;
}

#rightbar #addtocart #cartmsg, #rightbar #addtocart #cartdots {
	font-weight:bold;
	color:#8B1D22;	
}
#rightbar #addtocart .disabled, .disabledbtn {
	opacity: 0.60;
	filter: alpha(opacity=60);
	cursor:default;
}
#rightbar #addtocart .help {
	float:left;
	padding:0 5px 0 0;
}
#rightbar #cart table {
	border-collapse:collapse;
	background: #FFFFFF;
	margin-left: 10px;
	width: 170px;
}
#rightbar #cart th {
	background: url(../images/me_57.jpg) repeat-x;
	text-align: left;
	padding: 2px;
	font-size: 10px;
	border: 1px solid #515151;
}
#rightbar #cart td {
	border: 1px solid #515151;
	padding: 2px;
	font-size: 10px;
}
#rightbar #cart .imgborder {
	margin-top: 5px;
}
#rightbar #cart p {
	margin: 5px 0;
}
#leftbar #search form p, #rightbar #newsletter form p {
	padding: 0 5px 5px 5px;
}
#leftbar #search .filter {
	width:135px;
	float: left;
	margin-right: 5px;
}
#leftbar #search #advancedsearch {
	display:none;
	padding: 0 5px 5px 5px;
}
#leftbar #search #advancedsearch label {
	width:150px;
	margin:0 0 5px 5px;
	float:none;
}
#leftbar #search #advancedsearch .nofloat {
	width:auto;
	margin:0;
	float:none;
}
#main #middle {
	margin-right: 190px;
	margin-left: 180px;
}
#errormain #middle {
	margin:0;
	padding:10px;
}
/* 3px hack remove margin from left and right bar */
/* Hide from IE5-mac. Only IE-win sees this. \*/ 
* html #leftbar {
  margin-right:-3px;
}
* html #rightbar {
  margin-left:-3px;
}
* html #middle {
  height:1%;
  margin: 0px;
}
/* End hide from IE5/mac */
#main #middle #content {
	padding: 0px 10px 10px;
	font-size:12px;
}
#middle #content .contentheading h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px;
	color: #333;
	font-weight: bold;
}
#main #middle #content .contenttext h1, h2 {
	background: url(../images/me_52.jpg);
	margin: 5px 0px;
	padding: 2px;
	border: 1px solid #515151;
	font-size: 11px;
	color: #333;
}
#main #middle #content .contenttext p {
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*margin-right: 100px;*/
	text-align:justify;
}
#main #middle #content .contenttext ul {
	margin:0;
	padding:0;
}
#main #middle #content .contenttext ul li {
	line-height: 18px;
	list-style-type:disc;
	margin-left:14px;
	padding:0;
}
#main #middle #content .contenttext form p {
	margin: 0px;
}
#main #middle #content .contenttext {
	padding-bottom: 5px;
}
#footer {
	clear: both;
	background: #FFFFFF url(../images/me_74.jpg) repeat-x;
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	padding: 0px 20px 10px;
	margin:-5px 0px 20px 0px;
}
#footer p {
	margin: 8px 0px;
	font-size: 10px;
	color: #B6B6B6;
	font-weight: bold;
}
#footer .phone {
	margin-right: 20px;
	margin-left: 20px;
}
#footer .abn {
	font-size:12px;
	font-weight:normal;
	color:#333333;
	padding-left:20px;
}
#footer a {
	text-decoration: none;
	color: #B6B6B6;
}
#footer a:hover {
	color: #CCCCCC;
}
#main #middle #content .specials {
	margin-top: 10px;
	width: 98%;
}
#main #middle #content .specials .specialbox {
	width: 130px;
	float:left;
	margin-right: 5px;
	height:190px;
}
#main #middle #content .specials .specialbox h1 {
	font-size: 10px;
	font-weight: normal;
	margin:0;
	padding:0;
}
#main #middle #content .specials .specialbox h1 a {
	background: #FFFFFF url(../images/me_57.jpg) repeat-x center;
	padding:1px 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display:block;
	color:#000000;
}
#main #middle #content .specials .specialbox h1 a:hover {
	background: #EDF1FA url(../images/me_52.jpg) repeat-x center;
}
#main #middle #content .specials .specialbox p {
	text-align:center;
	border-right: 1px solid #515151;
	border-bottom: 1px solid #515151;
	border-left: 1px solid #515151;
	margin: 0px;
	height:120px;
	padding-top:10px;
}
#main #middle #content .specials .specialbox a.addtobag {
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	background: url(../images/me_68.jpg) no-repeat;
	display: block;
	padding: 2px 3px 3px 25px;
	margin-left: 5px;
	margin-top: 5px;	
}
#main #middle #content .specials .specialbox a.addtobag:hover {
	background: url(../images/me_69.jpg) no-repeat;	
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}

.floatleft {
	float: left;
}
.none {
	display:none;
}
.floatright {
	float: right;
}
.textfield {
	border: 1px solid #515151;
}
.alignleft {
	text-align:left;
}
.aligncenter {
	text-align:center;
}
.alignright {
	text-align: right;
}
.imgborder {
	border: 1px solid #515151;
}
.categoryintro {
	border: 1px solid #515151;
	color: #FFFFFF;
	background: #BCBCBC;
	font-size: 12px;
}
.categoryintro .categorystrip {
	background: #999999;
	border-top: 1px solid #515151;
	float:right;
}
.categoryintro .categorystrip img {
	border-left: 1px solid #515151;
}
.categoryintro p {
	padding: 0px 5px 10px 5px !important;
	margin: 0px !important;
}
#productslist {
	margin: 10px 0 5px;
	border: 1px solid #515151;
	background: url(../images/me_67.jpg);
}
#productslist .top {
	background: #999999;
}
#productslist .top select {
	color: #FFFFFF;
	background: #ACACAC;
}
#productslist .top .nooptions, #productslist .bottom .recordcount {
	padding:3px;
	background: #999999;
	text-align:center;	
	color:#FFFFFF;
}
#productslist .paging {
	border-top: 1px solid #515151;
	border-bottom: 1px solid #515151;
	background:#FFFFFF;
}
#productslist .paging .wrap {
	height: 17px;
	position:relative;
}
#productslist .paging .right {
	margin-left: 5px;
	margin-right: 5px;
	float:right;
}
#productslist .paging .left {
	margin-left: 5px;
	margin-right: 5px;
	float:left;
}
#productslist .paging .disabled {
	opacity: 0.15;
	filter: alpha(opacity=15);
}
#productslist .paging ul {
	padding:0;
	list-style:none;
	margin: 0;
	border-left: 1px solid #515151;
	position:absolute;
	left:70px;
}
#productslist .paging li {
	float:left;
	border-right: 1px solid #515151;
}
#productslist .paging li a {
	display: block;
	font-size: 12px;
	color: #000000;
	background: url(../images/me_52.jpg) repeat-x 0px 0px;
	width: 20px;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 2px;
}
#productslist .paging a:hover {
	background: url(../images/me_57.jpg) repeat-x 0px 0px;
}
#productslist .paging strong {
	font-size: 12px;
	color: #FFFFFF;
	background: #BCBCBC;
	padding-top: 2px;
	padding-bottom: 3px;
	width: 20px;
	display: block;
	text-align: center;
}
#productslist .frame {
	overflow:auto;
	height:360px;
}
#productslist .frame div.one {
	background:#FFFFFF;
	padding:5px;
	border-bottom: 1px solid #515151;	
}
#productslist .frame div.two {
	background:#f7f7f7;
	padding:5px;
	border-bottom: 1px solid #515151;	
}
#productslist .frame div .productimg {
	margin: 0 5px 5px 0;
	float:left;
}
#productslist .frame div .imgborder {
	border: 1px solid #BBBDBF;
}
#main #middle #productslist .frame div h1, h2 {
	margin: 0;
	font-weight:bold;
	background: url(none);
	border:none;
}
#productslist .frame div a {
	color: #709FD4;
}
#productslist .frame div a:hover {
	color: #A4C2E3;
	text-decoration: underline;
}
.noimage {
	text-align: center;
	margin: 5px;
}
#popup, #email {
	background: #FFFFFF;
}
#popup #header, #email #header {
	width: 100%;
	background: #A1BEE2 url(none);
	border-bottom: 1px solid #515151;
}
#popup #footer, #email #footer {
	margin-top: 10px;
}
#popup #main, #email #main {
	padding: 10px;
}
#popup #main h1, #email #main h1 {
	padding: 0px;
	margin:0px 0px 10px 0px;
	font-size: 14px;
	font-weight:normal;
	color: #121212;
}
#popup fieldset {
	width: 435px;
	padding: 10px;
	margin: 10px;
}
#popup label {
	width: 25%;
}
#popup .indent {
	margin-left: 25%;
}
#popup .textfield {
	border: 1px solid #999;
}
.swatchholder {
	min-height:20px;
}
.swatchholder .swatch {
	height: 15px;
	width: 15px;
	border: 1px solid #bbbdbf;
	margin-right: 5px;
}
.swatchholder .cross {
	background:url(../images/none.gif) no-repeat center center;
}
#thumbholder {
	vertical-align:top;
}
#thumbholder .productthumb {
	border: 1px solid #515151;
	float:left;
	margin: 5px 10px 5px 0px;
}
.errormessage {
	color:#8B1D22;
}
.productstable, .admintable {
	width: 100%;
	border-collapse:collapse;
	margin-top: 10px;
}
.productstable th, .productstable td, .admintable th, .admintable td {
	vertical-align:middle;
	border:2px solid #E8E8E8;
	padding: 5px;
}
.productstable th, .admintable th {
	background: url(../images/me_67.jpg);
}
/*.productstable label {
	display:block;
	width:auto;
	float:none;
	cursor:hand;
	cursor:pointer;
}
.productstable .normal {
	display:inline;
	cursor:default;
}*/
.productstable .toremove, .admintable .toremove, .productstable .hi, .admintable .hi {
	background: #FBFBFB;
}
th.sorteddescending {
	background: #f7f7f7 url(../images/arrow_down.gif) no-repeat 95% 50%;
}
th.sortedascending {
	background: #f7f7f7 url(../images/arrow_up.gif) no-repeat 95% 50%;
}
th a {
  display: block;
  color: #333;
  text-decoration: none;
}
* html th a {
  height: 1px;
}
.productstable .remove {
	margin-top: 3px;
	float: left;
	margin-left: 3px;
}
.productstable th.row {
	width:130px;
	text-align:left;
}
.feedback {
	float: left;
	width: 99%;
}
.message {
	color:#8B1D22;
}
div.message {
	color:#8B1D22;
	padding-top: 5px;	
	line-height: 18px;
}
.tooltip {
	font-size:10px;
	width: 150px;
	height: 100px;
	padding: 45px 8px 8px 8px;
	background:url(../images/info_box.gif) no-repeat left top;
}
#setsame {
	width: 160px;
}
#checkexists {
	width: 100px;
}
.accountmenu {
	margin-top: 10px;
	margin-bottom: 10px;
}
.accountmenu a {
	color: #666666;
	margin-right: 2px;
	margin-left: 2px;

}
.accountmenu a:hover {
	color: #000000;

}
.accountmenu .current {
	color: #000000;
	text-decoration: underline;
}
.contact {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contact li {
	margin-bottom: 5px;
}
.pleasewait {
	padding-left:3px;
	color:#8B1D22;
}
.pleasewait img {
	padding-right:3px;
}
h5 {
	color:#8B1D22;
	font-size:18px;
	text-align:center;
	line-height:26px;
}

