body {
    margin: 0;
    padding: 0;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		background-color:#fff;
}

.all{
  text-align:center;
  background-image: url(../../img/site_bg.jpg);
}

.layout{
  width:924px;
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  border:1px solid #888;
  border-top:0px;
}

.header{
  height:150px;
  background-image: url(../../img/header.gif);
}
.menu_bar{
  height:38px;
  background-image: url(../../img/menu_bar.jpg);
  padding-top:3px;
}

.hbuttons a{
  display: block;
  text-decoration: none;
  font: normal 14px Arial;
  width: 97px;
  height: 27px;
  float: left;
  display: inline;
  margin-right: 5px;
  background-repeat: no-repeat;
  padding-top: 5px;
  text-align:center;
  color:#fff;
}

.hbuttons   a:visited{
  font: normal 14px Arial;
  text-decoration:none;
  color:#fff;
}

.hbuttons a:hover, .hbuttons  a:active{
  background-image: url(../../img/menu_highlight.jpg);
  font: normal 14px Arial;
  text-decoration:none;
  color:#fff;
}

.content{
  width:924px;
  background-color:#fff;
}

.leftColumn{
  padding-top:5px;
  width:230px;
  float:left;
  background-color:#fff;
}

.middleColumn{
  padding-top:10px;
  padding-right:5px;
  width:490px;
  float:left;
  background-color:#fff;
  overflow:hidden;
}

.rightColumn{
  padding-top:5px;
  width:198px;
  float:left;
  background-color:#fff;
  overflow:hidden;
}

.productBox{
  width:451px;
  height:177px;
  margin:auto;
  background-image: url(../../img/product_box.jpg);
  padding:10px;
}

.footer{
  margin-left:auto;
  margin-right:auto;
  border:1px solid #8F9091;
  background-color:#A8434D;
  color:#fff;
  width:895px;
  height:30px;
  line-height:30px;
}

.ok{
  color:#7DC641;
  font-size:11px;
}

.err{
  color:#ff0000;
  font-size:11px;
}

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

.border{
  border:1px solid #ff0000;
}
a{
  font-size:12px;
  text-decoration:none;
  color:#7DC641;
  font-weight:bold;
}
a:visited{
  font-size:12px;
  text-decoration:none;
  color:#7DC641;
  font-weight:bold;
}
a:active{
  font-size:12px;
  text-decoration:none;
  color:#7DC641;
  font-weight:bold;
}

a:hover{
  font-weight:bold;
  font-size:12px;
  color:#61A02E;
}
a img {
  border :0px;
}
h1{
  font-size:12px;
  font-weight:bold;
  color:#000;
  margin:4px;
  margin-left:10px;
}
h2{
  font-size:12px;
  font-weight:bold;
  color:#000;
  margin:0px;
  padding:0px;
	display:inline;
}
.h1right_title{
  width:175px;
  height:23px;
  margin:0px;
  margin-bottom:15px;
  padding-top:5px;
  background-image:url(../..//img/180_title.gif)
}


form{
  margin:0px;
  padding:0px;
}

.tableborder{
	border:1px solid #dddddd;
}
.trback{
	background-color:#51B9FF;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}
.trborder{
	border-bottom : 1px solid #dddddd;
	font-size:12px;
}

.btn{
	border:1px solid #888;
}

.btn2{
	border:1px solid #A83E48;
	color:#ffffff;
	background: url(../../img/button.gif) center center repeat-x; /*THEME CHANGE HERE*/
	height:22px;
	margin-right:5px;
	font-weight:bold;
}

.hint{
  font-size:11px;
  color:#00FF00;
}

.inputHighlighted{	/* Highlighting style */
	background-color:#F7FFF7;
	border:1px solid #E7EEE7;
}

/* style box */
.t {background: url(../../img/t.gif) 100% 0 repeat-x;}
.b {background: url(../../img/b.gif) 0 100% repeat-x}
.l {background: url(../../img/l.gif) 0 0 repeat-y}
.r {background: url(../../img/r.gif) 100% 0 repeat-y}
.bl {background: url(../../img/bl.gif) 0 100% no-repeat}
.br {background: url(../../img/br.gif) 100% 100% no-repeat}
.tl {background: url(../../img/tl.gif) 0 0 no-repeat}
.tr {background: url(../../img/tr.gif) 100% 0 no-repeat; padding:5px;
}
/* END style box */

.slideshow-images-visible {
   	margin-left: 0;
   }
   .slideshow-images-prev {
   	margin-left: 400px;
   }
   .slideshow-images-next {
   	margin-left: -400px;
   }

		.loading {
	position: absolute;
	left:0px;
	top:0px;
	text-align: center;
	display: none;
	width:100px;
	margin-top:20px;
	left:48%;
	vertical-align:middle;
}
