html,body {
  height: 100%;
  background: #fff url(../img/bg.gif);
  color: #333;
  margin: 0;
  padding: 0;
  font-family: verdana,tahoma,arial,sans-serif;
  font-size: 10px;
  scrollbar-face-color: #c7c7c7; 
  scrollbar-highlight-color: #c7c7c7; 
  scrollbar-shadow-color: #eeeeee; 
  scrollbar-3dlight-color: #ffffff; 
  scrollbar-arrow-color: #ffffff; 
  scrollbar-track-color: #eeeeee; 
  scrollbar-darkshadow-color: #eeeeee;
}
table,tr,th,td {
  border: 0;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: left;
  font-family: verdana,tahoma,arial,sans-serif;
  font-size: 10px;
  color: #333;
}
div {
  font-family: verdana,tahoma,arial,sans-serif;
  font-size: 10px; 
  color: #333;
  background-color: transparent;
}
h1,h2,h3 {
  font-family: arial,verdana,tahoma,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 3px 2px 2px 2px;
  background-color: #666;
  margin: 0 0 10px 0;
}
h4,h5 {
  font-family: arial,verdana,tahoma,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin: 0 0 10px 0;
}
h6 {
  font-family: arial,verdana,tahoma,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
p {
  margin: 0 0 10px 0;
}
strong, b {

}
a {
  outline: none;
}
a:link,a:active,a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #990000;
}
a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #990000;
}
a.white:link,a.white:active,a.white:visited {
  font-family: arial,verdana,tahoma,sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}
a.white:hover {
  font-family: arial,verdana,tahoma,sans-serif;
  font-weight: bold;
  text-decoration: underline;
  font-size: 11px;
  color: #fff;
}

input,select,textarea {
  font-family: verdana,tahoma,arial,sans-serif;
  font-size: 10px; 
  color: #333;
  background-color: #fafafa;
  border:1px solid #666;
}
.check-element {
  border: 0;
  background-color: transparent;
}
form, img {
  margin: 0;
  padding: 0; 
  border: 0;
}
ul, ol {
  margin: 0 0 10px 15px;
  padding: 0 0 0 7px;
}
li {
  margin-bottom: 5px;
}
.clear {
	clear: both;	
}


/* site speciffic */
div#page-container {
  position: relative;
  margin:0 auto; /* center, not in IE5 */
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treated as min-height*/
  min-height:100%; /* real browsers */
  width: 900px;
  background: #fff url(../img/bg-page.gif) repeat-y;
  text-align: left;
}

#top {
  margin: 0 3px;
  height: 110px;
  background: #fff url(../img/bg-top.gif) repeat-x;
}
#middle {
  margin: 0 3px;
  position: relative;
}
#left-column { 
	float: left;
	width: 200px;
}
#center-column {
	margin-right: 200px;
	margin-left: 200px;
	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
}
#center-column2 {
	margin-right: 200px;
	margin-left: 0px;
	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
}
#center-column3 {
	margin-left: 200px;
	margin-right: 0px;
	border-left: 1px dashed #ddd;
	border-right: 1px dashed #ddd;
}
#right-column {
	float: right;
	width: 200px;
}
#bottom {
	position: fixed;
	bottom: 0; /* stick to bottom */
    margin: 0 3px;
	width: 894px;
    height: 42px;
	background-color:#000;
    opacity:0.9;
    filter:alpha(opacity:90);
}
#bottom-spacer {
	height:54px;
}
.content {
	padding: 8px 10px;
}
#logo {
	width: 200px;
	height: 70px;
	float: left;
}
#menu1 {
	width:690px;
	float:right;
	text-align:right;
	padding-top: 49px;
}
#menu2 {
	text-align:right;
	padding:3px 10px;
	color:#fff;
}
#menu3 {
	text-align:right;
	padding:3px 10px;
	color:#fff;
}

#productHeader
{
	padding-top: 10px;
	padding-top: 7px;
	font-weight:bold;
	font: 12px arial;
	color: #660000;
}

div.tab
{
  font-family: arial,verdana,tahoma,sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  display: block;
  float: right;
  padding: 4px 6px 3px 6px;
  border-right: 1px solid #000;
  background: transparent url(../img/bg-flik.gif) no-repeat;
}

div.current
{
  font-family: arial,verdana,tahoma,sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  display: block;
  float: right;
  padding: 4px 6px 3px 6px;
  border-right: 1px solid #000;
  background: transparent url(../img/bg-flik.gif) no-repeat;
  background-position: 0px -21px;	
}

div.news
{
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	padding-top: 10px;
}

a.tab:link,a.tab:active,a.tab:visited {
  font-family: arial,verdana,tahoma,sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}
a.tab:hover {
  font-family: arial,verdana,tahoma,sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}

a.current:link, a.current:active, a.current:visited, a.current:hover {
  font-family: arial,verdana,tahoma,sans-serif;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  color: #fff;
}


/* xSite-stuff */
.inactive {
	padding:2px;
	background-color:red;
	font-weight: bold;
	color:#fff;	
}
.block {
  display: block;
  text-align:center;
}
.center {
  text-align:center;
}
.adminbutton {
  display: block;
  margin: 5px 0 5px 0;
}
.top-adminbutton {
  display: inline;
}
.textblock-image {

}
.prodpic {
  border: 1px solid #a0a0a0;
}
.text .textblock-image {
  float: right;
  margin: 0 0 10px 10px;
}
.siteimage {

}
left-column-content .siteimage {
  float: none;
  border: 0;
  padding:0;
  margin: 0;
}
.area-logout a {
  padding-left:10px;
}
.add-topbutton {
  position: absolute; 
  left: 717px; 
  top: 25px; 
  width: 53px; 
  height: 10px; 
  z-index: 1;
}
.button {
  background-color: #333;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  color: #fff;
  font-weight: bold;
}
.input {
  font-family: verdana,tahoma,arial,sans-serif;
  font-size: 10px;
}
.qty {
  /*background-color: #fff;*/
  color: #000;
}
.bg-dots-v {
  background-image: url(../img/vertical-dots.gif);
  width: 21px;
}
.bg-dots-h {
  background-image: url(../img/horizontal-dots.gif);
  height: 17px;
}

.block {
  display: block;
  margin-bottom: 5px;
}
.product-header {
  margin-bottom: 8px;
  padding: 3px;
  font-family: arial,verdana,tahoma,sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background-color: #b78012;
}
.errors {
  padding: 3px 5px 3px 5px;
  margin-bottom: 10px;
  border: 1px solid #933;
  background-color: #ffdddd;
  color: #000;
  font-family: verdana,tahoma,arial;
  font-size: 10px;
  font-weight: bold;
}
.messages {
  padding: 3px 5px 3px 5px;
  margin-bottom: 10px;
  border: 1px solid #393;
  background-color: #DDF3DC;
  color: #000;
  font-family: verdana,tahoma,arial;
  font-size: 10px;
  font-weight: bold;
}

/* The productlist */

.prodlist-table {
  margin-bottom: 10px;
  padding: 0px;
  border-spacing: 0px;
  border: 1px solid #005b98;
}
.prodlist-table-head {
  padding: 3px;
  font-family: arial,verdana,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #005b98;
}
.prodlist-table-field {
  padding: 3px;
  font-family: arial,verdana,sans-serif;
  font-size: 11px;
  color: #333333;
  background-color: #eeeeee;
  vertical-align: middle;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

/* End productlist */

/* The cart-form */

.cart-table {
  margin-bottom: 10px;
  padding: 0px;
  border-spacing: 0px;
  border: 1px solid #cccccc;
}
.cart-table-head {
  padding: 3px;
  font-family: arial,verdana,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  background-color: #cccccc;
}
.cart-table-field {
  padding: 3px;
  font-family: arial,verdana,sans-serif;
  font-size: 11px;
  color: #333333;
  background-color: #eeeeee;
  vertical-align: middle;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cart-table-summa {
  padding: 0px;
  margin: 0px;
  font-family: arial,verdana,sans-serif;
  font-size: 11px;
  color: #333333;
  text-align: right;
  vertical-align: middle;
}
.orderform {
  padding: 5px 0px 5px 0px;
  border-bottom: 1px solid #cccccc;
}
/* End cart-form */

