html,body {
  height: 100%;
  background: #505256 url(../img/bg.jpg) repeat-x;
  color: #666;
  margin: 0;
  padding: 0;
  font-family: tahoma,verdana,arial,sans-serif;
  font-size: 11px;
}
html { 
  min-height: 100%; 
  margin-bottom: 1px; 
}
body {
  text-align: center;
}
table,tr,th,td {
  border: 0;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: left;
  font-family: tahoma,verdana,arial,sans-serif;
  font-size: 11px;
  color: #666;
}
div {
  font-family: tahoma,verdana,arial,sans-serif;
  font-size: 11px; 
  color: #666;
  background-color: transparent;
}
h1,h2,h3 {
  font-family: arial,tahoma,verdana,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  background: transparent url(../img/circle-arrow.gif) no-repeat top left;
  padding: 2px 0 0 20px;
  margin: 0 0 10px 0;
  letter-spacing: -1px
}
h4,h5 {
  font-family: arial,tahoma,verdana,sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  margin: 0 0 10px 0;
  letter-spacing: -1px
}
h6 {
  font-family: arial,tahoma,verdana,sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #666;
  margin: 0;
}
p {
  margin: 0 0 10px 2px;
}
strong, b {

}
a {
  outline: none;
}
a:link,a:active,a:visited {
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dashed #005b9a;
  color: #005b9a;
}
a:hover {
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dashed #0097ff;
  color: #0097ff;
}
input,select,textarea {
  border:1px solid #666;
  font-family: tahoma,verdana,arial,sans-serif;
  font-size: 10px; 
  color: #666;
  background-color: #fafafa;
}
.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;
}
div.hr { 
  border: none;
  border-top:1px dashed #ccc;
  margin: 5px 0 8px 0;
}
div.hr hr { 
  display: none; 
}

/* site speciffic */

/* the skeleton */
#page {
	width: 780px;
	margin: 0 auto;
	line-height: 120%;
	padding-bottom: 5px;
	text-align: left;
}
#container {
	background: transparent url(../img/bg-fill.gif) repeat-y center;
}
#container-inner {
	background: transparent url(../img/bg-sides.gif) no-repeat;
}
#top {
	height: 118px;
}
#main {

}
#left-column {
  float: left;
  width: 365px;
}
#left-column-inner {
  background: #fff url(../img/bg-main-top-left.jpg) no-repeat;
  margin-left: 15px;
  min-height: 555px;
  height: auto !important;
  height: 555px;
}
#content-column {
  margin-left: 365px;
  width: 400px;
}
#content-column-inner {
  background: transparent url(../img/bg-main-right2.gif) repeat-y;
  min-height: 555px;
  height: auto !important;
  height: 555px;
}
#bottom	{
  background: transparent url(../img/bg-bottom.gif) no-repeat bottom left;
	clear: both;
	height: 74px;
	margin: 0 0 10px 0;
}
/* /the skeleton */

#top-bar {
  background: transparent url(../img/bg-top.gif) no-repeat;
  height: 31px;
}
#top-content {
  background: #ffffff url(../img/bg-top.jpg) no-repeat bottom left;
  height: 87px;
  margin: 0 15px;
}
#top-content-left {
  float: left;
  width: 215px;
  padding-left: 10px;
}
#top-content-right {
  margin-left: 230px;
  padding: 50px 6px 0 0;
  text-align: right;
}
#left-column-content {
  padding: 300px 25px 15px 25px;
}
#content-column-top {
  background: transparent url(../img/bg-main-right1.gif) repeat-y;
}
#content-column-top-inner {
  background: transparent url(../img/bg-content-top.jpg) no-repeat top right;  
  padding: 57px 36px 0 25px;
}
#content-column-top-inner2 {
  min-height: 230px;
  height: auto !important;
  height: 230px;
}
#content-column-breaker {
  background: transparent url(../img/content-column-breaker.gif) no-repeat;
  height: 32px;
}
#content-column-middle {
  background: transparent url(../img/bg-main-right1.gif) repeat-y;
  padding: 0 36px 0 25px;
}
#content-column-bottom {
  background: transparent url(../img/bg-main-right2.gif) repeat-y;
}
#content-column-bottom-inner {
  background: transparent url(../img/bg-content-bottom.jpg) no-repeat top left;
  padding: 40px 36px 0 25px;
  position: relative;
}
#children-links-menu {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 4px 0;
  margin-bottom: 12px;
  text-align: left;
  font-weight: normal;
}
#bottom-left {
  float: left;
  width: 368px;
  height: 59px;
}
#bottom-left-content {
  border-top: 2px solid #ccc;
  margin-left: 7px;
  padding-top: 26px;
  text-align: center;
}
#bottom-right {
  margin-left: 368px;
  width: 382px;
  height: 59px;
  background-color: #525961;
}
#bottom-right-content {
  border-top: 2px solid #fff;
  padding-top: 26px;
  text-align: center;
  word-spacing: 7px;
  color: #ccc;
}
a.menu-link:link, a.menu-link:active, a.menu-link:visited {
  border: 0;
  border-bottom: 0;
}
a.menu-link:hover {
  border-bottom: 1px dashed #999;
}
a.childmenu-link:link, a.childmenu-link:active, a.childmenu-link:visited {
  background: transparent url(../img/cheldmenu-arrow.gif) no-repeat top left;
  padding-left: 8px;
  margin-left: 3px;
  color: #005b9a;
  border: 0;
  font-weight: bold;
}
a.childmenu-link:hover {
  background: transparent url(../img/cheldmenu-arrow.gif) no-repeat top left;
  padding-left: 8px;
  margin-left: 3px;
  color: #0097ff;
  border: 0;
  font-weight: bold;
}
a.childmenu-link-on:link, a.childmenu-link-on:active, a.childmenu-link-on:visited {
  background: transparent url(../img/cheldmenu-dot.gif) no-repeat top left;
  padding-left: 8px;
  margin-left: 3px;
  color: #000;
  border: 0;
  font-weight: bold;
}
a.childmenu-link-on:hover {
  background: transparent url(../img/cheldmenu-dot.gif) no-repeat top left;
  padding-left: 8px;
  margin-left: 3px;
  color: #000;
  border: 0;
  font-weight: bold;
}
a.bottom-link:link, a.bottom-link:active, a.bottom-link:visited {
  color: #ccc;
  border: 0;
}
a.bottom-link:hover {
  color: #fff;
  border: 0;
}
.info-link {
  line-height: 180%;
}
.img-menu {
  margin: 0 8px;
}
.fixer {
  margin: 0;
  padding: 0;
  height: 1px;
  line-height: 0%;
}
.left-content-text {
  margin-left:90px;
}
.left-content-img {
  position: relative;
  margin-top: 8px;
}
a.a-img:link, a.a-img:active, a.a-img:visited, a.a-img:hover {
  border-bottom: 0;
}

/* /site speciffic */

/* xSite-stuff */

.block {
  display: block;
}
.adminbutton {
  display: block;
  margin: 5px 0 5px 0;
}
.top-adminbutton {
  display: inline;
}
.textblock-image {

}
.text .textblock-image {
  float: right;
  margin: 0 0 10px 10px;
  /*
  border: 1px solid #0097ff;
  padding: 2px;
  */
}
.siteimage {

}
left-column-content .siteimage {
  float: none;
  border: 0;
  padding:0;
  margin: 0;
}
.area-logout a {
  float: right;
}
.add-topbutton {
  position: absolute; 
  left: 717px; 
  top: 25px; 
  width: 53px; 
  height: 10px; 
  z-index: 1;
}
.button {
  background-color: #c0c156;
  border-top: 1px solid #feff72;
  border-left: 1px solid #feff72;
  border-bottom: 1px solid #8e8f40;
  border-right: 1px solid #8e8f40;
  color: #fff;
  font-weight: bold;
}
.input {
  font-family: tahoma,verdana,arial,sans-serif;
  font-size: 10px;
}
.qty {
  background-color: #eeeeee;
  border: 1px solid #993333;
  color: #000;
}
.product-header {
  margin-bottom: 8px;
  padding: 3px;
  font-family: arial,tahoma,verdana,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: tahoma,verdana,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: tahoma,verdana,arial;
  font-size: 10px;
  font-weight: bold;
}
