body {
  background: url('gfx/bg_body.gif') repeat-x top #f2f2f2;
  margin: 0;
}

img {
  border: none;
}

ul {
  margin: 0;
  padding: 0;
}

div.spacer {
  clear: both;
}
hr {
  height: 1px;
}
div#mainContainer {
  width: 1004px;
  margin: auto;
  position: relative;
}

img#logo {
  width: 320px;
  height: 116px;
  position: absolute;
  left: -120px;
  top: 5px;
}

div#Header {
  height: 41px;
  padding-left: 343px;
  width: 674px;
}

div#Header a.item {
  text-decoration: none;
  font-size: 11px;
  color: #fff;
  line-height: 41px;
  text-transform: uppercase;
}

div#Header a:hover {
  color: #fcca39;
}

div#Header .logoutButton {
  background: url('gfx/logout_button.gif') no-repeat;
  border: none;
  float: right;
  margin-top: 8px;
  width: 78px;
  height: 35px;
  cursor: pointer;
}

div#Search {
  height: 40px;
  width: 540px;
  padding: 14px 0px 0px 465px;
  color: #00171e;
  font-weight: bold;
}

div#Search .search1 {
  color: #00171e;
  width: 120px;
  border: 1px solid #cccccc;
  margin-right: 3px;
  font-size: 11px;
  margin-left: 5px;
}

div#Search .search2{
  color: #00171e;
  width: 250px;
  border: 1px solid #cccccc;
  font-size: 11px;
}

div#Search .searchButton {
  border: none;
  background: url('gfx/search_button.gif') no-repeat;
  width: 72px;
  height: 22px;
  cursor: pointer;
}

div#topMenu {
  height: 41px;
  background: url('gfx/bg_menu.gif') repeat-x;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  text-align: right;
  margin-bottom: 12px;
}

div#topMenu a {
  color: #6e6e6e;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 41px;
  float: left;
  border-left: 1px solid #d3d3d3;
  padding: 0px 25px;
}

div#topMenu a:hover {
  background: url('gfx/bg_menu_hover.gif') repeat-x;
  color: #fff;
  display: block;
}

div#contentLarge {
  width: 738px;
  float: right;
}

div#contentSmall {
  width: 254px;
  float: left;
}

div.blockLarge div.top {
  width: 738px;
  height: 12px;
  background: url('gfx/bg_mainContent_top.gif') no-repeat;
  font-size:9px;
}
div.blockLarge div.content {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  padding: 10px 10px;
  background-color: #fff;
  min-height: 400px;
}
div.blockLarge div.bottom {
  height: 22px;
  background: url('gfx/bg_mainContent_bottom.gif') no-repeat;
}
div.blockSmall div.top {
  background: url('gfx/bg_orderQuestions_top.gif') no-repeat center bottom;
  width: 254px;
  height: 12px;
  padding: 0;
  font-size:9px;
}
div.blockSmall div.bottom {
  background: url('gfx/bg_orderQuestions_bottom.gif') no-repeat center top;
  width: 254px;
  height: 23px;
}

div.blockSmall div.center {
  background-color: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 14px 25px 30px 25px;
}

div#orderQuestions a {
  text-decoration: none;
  display: block;
  color: #00171e;
  padding: 5px 0px 5px 30px;
  background: url('gfx/button_star.gif') no-repeat left;
  border-bottom: 1px solid #d3d3d3;
}

div#orderQuestions a.square {
  text-decoration: none;
  display: block;
  color: #00171e;
  padding: 5px 0px 5px 30px;
  background: url('gfx/bullet_square_grey.png') no-repeat 19px;
  border-bottom: 1px solid #d3d3d3;
}

div#orderQuestions a:hover{
  color: #1574B6;
}

div#orderQuestions .noborder a{
  border: none;
}


div#Footer {
  width: 965px;
  padding: 15px 20px;
  height: 23px;
  background: url('gfx/bg_footer.gif') no-repeat center;
  clear: both;
}

div#Footer a {
  text-decoration: none;
  float: right;
  padding-right: 10px;
  padding-left: 10px;
  color: #1574B6;
  border-right: 1px solid #E0E0E0;
}

div#Footer a:hover {
  color: #6E6E6E;
}


/*### Related */
div#related a {
  color: #304248;
  text-decoration: none;
  background: url('gfx/bullet_arrow.gif') no-repeat left center;
  padding-left: 15px;
}
div#related a:hover {
  color: #1574B6;
}

 /* TAB MENU */

div#tabs{
  position:absolute;
  right:20px;
  top:7px;
}

div#tabs ul.tab-menu{
  list-style:none;
}

div#tabs ul.tab-menu li.tab-selected {
  float: left;
  margin: 0px 3px;
}

div#tabs ul.tab-menu li.tab-selected a{
  border:solid 1px #e8e8e8;
  float:left;
  background:#f5f5f5;
  width:50px;
  text-decoration:none;
  padding:3px;
  text-align:center;
  display: block;
  color: #a6a6a6;
}

div#tabs ul.tab-menu li.tab-selected a:hover {
  width: 50px;
  color: #1574b6;
  background:white;
  border-bottom:solid 1px white;
}

div#tabs ul.tab-menu li.tab-selected a.active {
  width: 50px;
  color: #1574b6;
  background:white;
  border-bottom:solid 1px white;
}

 /* BREAD CRUMBS */

div.breadCrumb{
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 3px;
}
div.breadCrumb a{
  text-decoration:none;
  color:#1574B6;
}
div.breadCrumb a:hover{
  color:#676767;
}

/* WEBSHOP */

table#articleList{
  width:100%;
}
table#articleList td.colHead{
  font-weight:bold;
  padding:2px 5px;
  border: solid 1px black;
  border-width:1px 0px 1px 0px;
}
table#articleList td.artInfo{
  padding:0px 5px;
  border: solid 1px #ddd;
  border-width:0px 0px 1px 0px;
  height:28px;
  vertical-align:middle;
}

div#pagesBar{
  height:20px;
  margin-top:20px;
}
div#pagesBar div.shopPages a{
  display:block;
  padding:2px;
  float:left;
  text-align:center;
  text-decoration:none;
}

td.listHead{
  color: white;
  font-weight:bold;
}

td.listHead a{
  color: white;
  font-weight:bold;
}

a#emptyCart{
  background: url( 'gfx/fromCart.gif' ) no-repeat left;
  padding-left: 26px;
  font-weight: bold;
  text-decoration: none;
}

input.completeOrder{
  background: url( 'gfx/completeOrder.gif' );
  width: 113px;
  height: 30px;
  border: none;
}

input.orderArticle{
  background: url( 'gfx/btn_order.gif' ) no-repeat;
  width: 133px;
  height: 31px;
  border: none;
  margin-top: 10px;
}

div.cartButton{
  cursor:pointer;
  height:36px;
  border-left:solid 1px #69bbe0;
  border-right:solid 1px #033b88;
  padding-left:25px;
  color:white;
  width:200px;
  float:left;
  padding-top:4px;
  background: url('gfx/top_cart_bg.gif') repeat-x;
}
div.cartButton span.content {
  font-size: 11px;
}
div.cartButton span.content b {
  color: #fbbf11;
}
div#cartPulldown {
  position: absolute;
  background: white url('gfx/cart_down_bg.gif') no-repeat center bottom;
  width: 209px;
  top: 40px;
  right: -13px;
  z-index: 1000;
  top: 41px;
  padding: 10px;
  visibility: hidden;
}
div#cartPulldown a.checkOut {
  background: url('gfx/checkout_btn.gif') no-repeat center bottom;
  display: block;
  margin: auto;
  margin-top: 20px;
  width: 129px;
  height: 27px;
}
div.headerMenuItemStopLeft{
  float:left;
  border-right:solid 1px #033b88;
  height:41px;
}
div.headerMenuItemStopRight{
  float:left;
  border-left:solid 1px #69bbe0;
  height:41px;
}
div.headerMenuItem{
  float:left;
  border-left:solid 1px #69bbe0;
  border-right:solid 1px #033b88;
  padding:0px 20px;
  height:41px;
}
div.myAccountPopupMenu{
  position:absolute;
  top: 41px;
  left: -2px;
  width:187px;
  background-color: #fff;
  visibility: hidden;
  border-left:solid 1px #d3d3d3;
  border-right:solid 1px #d3d3d3;
  border-bottom:solid 1px #d3d3d3;
  padding: 8px;
}
div.myAccountPopupMenu a {
  display:block;
  line-height:25px;
  text-decoration:none;
  padding-left:15px;
  color: #333;
  border-bottom: 1px solid #dbdbdb;
  font-size: 11px;
}
div.myAccountPopupMenu a:hover{
  background: #2F8EC8;
  color: white;
}
/* Detail */
div#detailOrder {
  float: left;
  width: 206px;
  background: url('/gfx/articleOrder.gif') no-repeat center bottom;
  height: 215px;
  margin-top: 50px;
}
/* ORDERS */

td.total{
  text-align:right;
}

/*### ContactForm ###*/
table.formTable tr td {
  line-height:25px;
}


table.formTable th {
  text-align: left;
  padding-right: 10px;
  font-weight:normal;
}
table.formTable input.text {
  width: 200px;
}

table.formTable .small
{
  width:50px;
}

table.formTable .contact1
{
  width:92px;
}

table.formTable .contact2
{
  width:60px;
}

form.formContainer .button
{
  background: url('/layout/login/gfx/btn_bg.gif') no-repeat center center;
  width: 129px;
  height: 27px;
  border: 0;
  margin-top: 5px;
  cursor:pointer;
}


