.important_message {
  width: 99%;
  z-index: 2;
  top: 0px;
}

.important_message form .hide{
  position: absolute;
  right: 0px;
  margin-top:-75px;
  background:url('/static/images/close-button.png') no-repeat;
  cursor:pointer;
  width: 45px;
  height: 43px;
  border: none;
}

.warning{
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/static/images/warning-icon.png');
}

#fireworks {
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 160px;
}

html { 
  margin-left: calc(100vw - 100%);
}

#content {
  width: 985px;
  margin-left: auto;
  margin-right: auto;
}

#cartMsg {    
  color: red;
  font-weight: bold;
  font-size: 18px;
}

#floatbar {
  width: 985px;
  position: fixed;
  z-index: 3;
  bottom: 0px;
  height: 70px;
  border-top: thick solid #000;
  background-color: #FFF;
  opacity:0.9;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

.isoHeading{
  font-size: 16px;
  color: #7a7a7a;
  margin-bottom:5px;
  font-weight: bold;
}

.new_item{
  background-image: url("/static/images/new_label.png");
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  top:-5px;
  left:-1px;
  z-index:1;
}

.enquire-stock{
  background-image: url("/static/images/enquire-stock.png");
  display: inline-block;
  margin-top:5px;
  width: 65px;
  height: 21px;
}

.in-stock{
  background-image: url("/static/images/in-stock.png");
  display: inline-block;
  margin-top:5px;
  width: 65px;
  height: 21px;
}

.ships-today{
  background-image: url("/static/images/ships-today.png");
  display: inline-block;
  margin-top:5px;
  width: 65px;
  height: 21px;
}

.low-stock{
  background-image: url("/static/images/low-stock.png");
  display: inline-block;
  margin-top:5px;
  width: 65px;
  height: 21px;
}

.no-stock{
  background-image: url("/static/images/no-stock.png");
  display: inline-block;
  margin-top:5px;
  width: 65px;
  height: 21px;
}

.imageDiv .icon{
  margin-bottom:5px;
}

.infoSection:hover  .quickAdd{
  display: block;
}

.imageDiv .quickAdd{
  display: none;
  position: absolute;
  bottom: 0px;
  left: 5px;
}

.imageDiv .moredetails{
  background-image: url("/static/images/viewDetails.png");
  display: none;
  position: absolute;
  bottom: 60px;
  left: 110px;
  height: 21px;
  width: 99px;
  background-color: Transparent;
}


/* .infoSection:hover  .moredetails{
  display: block;
} */

.moredetails:hover {
  background-position: 0 -21px;
}

.discontinued{
  background-image: url("/static/images/discontinued.png");
  display: inline-block;
  margin-top:5px;
  width: 79px;
  height: 25px;
}

.imageDiv{
  position: relative;
}

.seperator{
  background-color: #CCC;
  margin-left:auto;
  margin-right:auto;
  width: 95%;
  height: 1px;
  margin-bottom: 10px;
}

.unitTd {
  vertical-align:top;
}

.moreInfoDiv {
  width:315px;
  margin-right:-8px;
  margin-left:10px;
  margin-bottom:30px;
  padding-right: 10px;
}

.categorytext{
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: rgb(245, 125, 0);
  text-decoration: none;
}
	
a.categorytext:hover {
	color: #39F;
	cursor: pointer;
  text-decoration: none;
}

.unitDiv {
  width:315px;
  margin-left:5px;
  margin-right:5px;
  margin-top:10px;
  margin-bottom:10px;
}

.infoHeading {
  font-size: 16px;
  color: #737373;
  padding-bottom:2px;
  font-weight: bold;
}

.cartTable {
  border-collapse: collapse;
  border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 2px #CCC;
	-webkit-box-shadow: 1px 1px 2px #CCC;
        box-shadow: 1px 1px 2px #CCC;
}


.cartTable td, .cartTable th{
  border: solid 1px #CCC;
}

.noTableBorder td{
  border: 0px;
}

.infoSection {
  position: relative;
  width: 100%;
  padding-top:5px;
  padding-bottom:10px;
  border: solid 1px #CCC;
  text-align:center;
}

.infoSection:hover  .seperator{
  background-color: #39F;
}

.infoSection:hover  .infoHeading{
  color: #39F;
}

.unitImage {
	width:315px;
	height:140px;
	vertical-align: middle;
  text-align: centre;
}

.infoSection:hover {
  border: solid 1px #39F;
}

.cartqty {
  width: 40px;
  font: 22px Arial, sans-serif;
  vertical-align: middle;
}

.cartLogo {
  vertical-align: middle;
}


.addcart {
    display: block-inline;
    vertical-align: middle;
    background-image: url("/static/images/addCartButton.png");
    border: 0 none;
    cursor: pointer;
    height: 32px;
    overflow: hidden;
    width: 68px;
    background-color: Transparent;
    text-indent: -5000px;
    margin: 0px;
    padding: 0px;
}

.addcart:hover {
    background-position: 0 -32px;
}

.addcart:active {
    background-position: 0 -64px;
}

.viewdetails{
    display: block;
    margin: 0px auto;
    background-image: url("/static/images/viewDetails.png");
    border: 0 none;
    cursor: pointer;
    height: 21px;
    overflow: hidden;
    width: 99px;
    background-color: Transparent;
    text-indent: -5000px;
}

.viewdetails:hover {
    background-position: 0 -21px;
}

.zoom img{
    cursor:  url(/static/images/magnify.cur) 2 2, pointer;
}

.bargain-bin{
  background-image: url("/static/images/bargain-bin.png");
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  width: 208px;
  height: 113px;
  left: 135px;
  position: fixed;
  top: 115px;
  z-index:2;
}

.clearance{
  background-image: url("/static/images/clearance.png");
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  width: 208px;
  height: 113px;
  left: 15px;
  position: fixed;
  top: 15px;
  z-index:2;
}

.cart_contents{
  color: green;
}

.buynow{
    display: block-inline;
    vertical-align: middle;
    background-image: url("/static/images/buy-now.png");
    border: 0 none;
    cursor: pointer;
    height: 27px;
    overflow: hidden;
    width: 98px;
    background-color: Transparent;
    text-indent: -5000px;
    margin: 0px;
    padding: 0px;
}

.buynow:hover {
    background-position: 0 -27px;
}

.buynow:active {
    background-position: 0 -54px;
}

a {
  color: #1755bd;
  text-decoration: none;
}

 a:hover {
  color: #39F;
 }

.hoverprice:hover{
  cursor: help;
}

.highlight{
  font-size: 16px;
  font-weight: bold;
  color: green;
}

.cattext{
  font-size: 12px;
  font-weight: bold;
  color: gray;
  text-decoration: none;
}


.error{
  font-size: 14px;
  font-weight: bold;
  color: red;
}

input.readOnlyTextBox
{
    background-color: #d6cfc7 !important;
}

.bold{
  font-weight: bold;
}

.shakeimage{
	position:relative
}

.littleimage{
  max-width: 150px;
  max-height: 150px;
  width: expression(this.width > 150 ? "150px" : true);
  height: expression(this.height > 150 ? "150px" : true);
}

.adminimage{
  max-width: 310px;
  max-height: 110px;
  width: expression(this.width > 310 ? "310px" : true);
  height: expression(this.height > 110 ? "110px" : true);
}

.codetext {
  font-size: 10px;
}

.cart_thumb {
  max-width: 180px;
  max-height: 70px;
  width: expression(this.width > 100 ? "100px" : true);
  height: expression(this.height > 70 ? "70px" : true);
}


h1{
	font-size: 22px;
	line-height: 0px;
	font-weight: bold;
}

h2{
	font-size: 14px;
	line-height: 0px;
	font-weight: bold;
}

body{
  font-family: arial;
  background-image: url("/static/images/tile1.jpg");
	background-color: #000;
}

.large_orange{
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: rgb(245, 125, 0);
}

a.large_orange:hover{
	color: #39F;
	cursor: pointer;
}

.medium_orange{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: rgb(245, 125, 0);
}

a.medium_orange:hover{
	color: #39F;
	cursor: pointer;
}

a.medium_orange {
  text-decoration: none;
}

.tiny_orange{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(245, 125, 0);
}

.large_red{
	font-size: 16px;
  font-weight: bold;
	color: #F00;
}


.tiny_red{
	font-size: 10px;
	color: #F00;
}

a.tiny_orange:hover{
	color: #39F;
	cursor: pointer;
}

.tiny{
	font-family: arial;
	font-size: 12px;
}


.tiny_black{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.tiny_tiny_black{
	font-family: arial;
	font-size: 10px;
}

.small_red{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

.small_black{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.medium_black{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}

.large_black{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}

.medium_white{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.small_blue{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #39F;
}

.new_text{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: red;
}


.small_orange{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(245, 125, 0);
  text-decoration: none;
}

a.small_orange:hover{
	color: #39F;
	cursor: pointer;
}

td.small_orange:hover{
	color: #39F;
	cursor: pointer;
}

.weblinkSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #03C;
}

.validtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666;
}

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

td.navmenu:hover {
	cursor: pointer;
	color: #39F;
}
.picture {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: help;
}
.picture:hover{
	border: solid 2px #39F;
}
.button{
	text-align:center;
}

.hometext{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.whitecell{
	background:#FFF;
}


.navmenu {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: rgb(245, 125, 0);
}

.categoryText{
  display:inline-block;
  margin-right:3px;
}

.blackcell{
	background:#000;
}

.navsymbol{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: rgb(245, 125, 0);
}
	
.navlink{
	font-size: 14px;
	font-weight: bold;
	color:#39F;
}

.bigunittext{
	font-family: arial;
	font-size: 24px;
	color: #737373;
}

.bigunittextlink{
	font-family: arial;
	font-size: 30px;
	color: rgb(245, 125, 0);
}

a.bigunittextlink:hover {
	color: #39F;
	cursor: pointer;
}

.bigpricetext{
	font-weight: bold;
	font-size: 20px;
	color: rgb(245, 125, 0);
}


.unittext{
	vertical-align: top;
	text-align:center;
	width:300px;
	height:110px;
}

.categorypic{
	width:316px;
	height:100px;
	vertical-align: bottom;
	text-align:center;
}


img {
	border:none;
}

.admin_table th{
  border-bottom-style:dashed;
  border-width:1px;
}

.admin_table td{
  border-bottom-style:dotted;
  border-width:1px;
}

body {
  margin: 0px;
}

.description{
  font-family: arial;
  font-size: 15px;
}


.modeltext{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #7a7a7a;
}

a.modeltext{
  text-decoration: none;
}

.orangetext{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: rgb(245, 125, 0);
}

a.modeltext:hover {
	color: #39F;
	cursor: pointer;
}

.highlightstext{
	font-family: arial;
  font-size: 12px;
  padding-top:2px;
}

.unittable{
  width: 985px;
	margin-left: auto;
	margin-right: auto;
  border: 0;
	border-spacing:0px;
}

.unittable2{
  width: 100%;
  height: 530px;
	border: 0;
	border-spacing:0px;
}

.smalltext{
	font-family: arial;
	font-size: 10px;
}

.sidetext{
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
  text-align:center;
  padding:5px;
  color: rgb(245, 125, 0);
}


.buypricetext{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}

.rrptext{
	font-family: arial;
	font-size: 14px;
}

.smalllinktext{
	text-decoration:none;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: rgb(245, 125, 0);
}

a.smalllinktext:hover {
	color: #39F;
	cursor: pointer;
}

.pagetext{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}

.bigbuytext{
	font-family: arial;
}

.pagetextlink{
	font-size: 16px;
	font-weight: bold;
	color:#39F;
}

.headercell {
	height: 78px;
  text-align: left;
  vertical-align: top;
}

.login {
  padding-left:5px;
}

.headercell h1{
	position: absolute;
	height: 0;
	overflow: hidden;
}
