* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  font: normal 12px Arial, sans-serif;
  text-decoration: none;
  color: #333;
}

/* @group Default Container Formatting */

#container {
  width: 780px;
  margin: 0 auto;
  background: url(img/background.gif) top left repeat;
}

#header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 780px;
  height: 150px;
  background: url(img/header.jpg) top left no-repeat;
}

#headercontent {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 175px;
  height: 135px;
}

#headernavigation {
  width: 730px;
  height: 26px;
  padding: 4px 20px 0px 30px;
  background: url(img/headernavigation.jpg) top left no-repeat;
}

#maincontainer {
  position: relative;
  top: 0px;
  left: 0px;
  min-height: 600px;
  height: auto !important;
  height: 600px;
}

#content {
  width: 485px;
  padding: 0px 48px 10px 30px;
  border-right: 5px solid #fff;
}

#navigation {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 185px;
  padding: 0px 10px 10px 12px;
}

#footer {
  padding: 0px 0px 10px 620px; 
  clear: both;
}

/* @end */

/* @group Default Text Formatting */

#content h1 {
  background: #c1cce3;
  color: #06348e;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
}

#content ul {
  padding-left: 32px;
}

table {
  border-collapse: collapse;
  border: 0px;
}

p {
  color: #333;
  margin-bottom: 12px;
  padding-left: 10px;
}

input {
  background: #fff;
  color: #333;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a:hover {
  text-decoration: underline;
}

/* @end */

/* @group General Classes */

.small_input input {
  width: 120px;
  padding: 3px;
}

.small_submit input {
  margin-left: 2px;
  width: 38px;
}

.odd {
  background: #c1cce3;
}

.even {
  background: ;
}

/* @end */



/*---------------------------------------*/

/* @group Headercontent */

#headercontent p, 
#headercontent h1,
#headercontent h2,
#headercontent h3,
#headercontent a {
  background: none;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

#headercontent h1, #headercontent h1 a {
  font: 18px Arial, sans-serif;
  margin-bottom: 10px;
}

#headercontent h2 {
  font-size: 15px;
  margin-top: 6px;
}

#headercontent table {
  margin-bottom: 6px;
}

/* @end */

/* @group Headernavigation */


#headernavigation,
#headernavigation a {
  color: #333;
}

/* @end */

/* @group Footer */

#footer a {
  color: #999;
  font: 10px Arial, sans-serif;
}

/* @end */

/* @group Navigation List */

#navigation ul {
  list-style: none;
  margin: 0px 0px 10px 10px;
  border-top: 1px dotted #06348e;
}

#navigation ul li {
  border-bottom: 1px dotted #06348e;
}

#navigation ul li ul {
  border: 0px;
}

#navigation ul li ul li {
  padding-left: 0px;
}

#navigation a {
  display: block;
  padding: 4px 0px;
  margin-left: 10px;
  color: #333;
  background: #fff;
}

#navigation h3 {
  color: #06348e;
}

/* @end */

/* @group xtcommercefooter */

.copyright {
  margin: 0 auto;
  width: 610px;
  padding: 20px 170px 0px 0px;
  text-align: center;
  color: #ccc;
}

.copyright a {
  color: #ccc;
}

.parseTime {
  margin: 0 auto;
  width: 610px;
  padding: 0px 170px 0px 0px;
  text-align: center;
  color: #ccc;
}

/* @end */

/* @group navtrail */

#navtrail {
  margin-bottom: 30px;
}

#navtrail a {
  color: #333;
}

/* @end */

/* @group Artikeluebersicht */

.product_cat,
.product_cat_middle {
  background: #fff;
  width: 150px;
  border: 1px solid #c1cce3;
  margin: 0px 0px 13px 0px;
  float: left;
}

.product_cat_middle {
  margin: 0px 13px 13px 13px;
}

.product_cat_middle a,
.product_cat a {
  color: #06348e;
}

.product_cat_text {
  height: 138px;
  background: #eef1f7;
  margin: 4px 4px 0px 4px;
  padding: 6px;
}

.product_cat_text strong a {
  font-weight: bold;
} 

.product_cat_image, .product_cat_image img {
  height: 150px;
  width: 150px;
}

.product_cat_footer {
  background: #c1cce3;
  padding: 4px 0px 4px 10px;
 
}

/* @end */

/* @group Naviloginbox */

#navilogin {
  margin: 0px 0px 5px 20px;
}

#navilogin input {
  margin-bottom: 5px;
  border: 1px solid #c1cce3;
}

#logintable {
  margin: 15px 0px 15px 10px;
}

#logintable td {
  padding: 3px 10px 3px 0px;
}

#logintable input {
  border: 1px solid #c1cce3;
}

/* @end */

/* @group Produktdetails */

.product_info_middle_image,
.product_info_image {
  float: left;
  height: 170px;
  width: 150px;
  margin: 0px 0px 15px 0px ;
}

.product_info_middle_image {
  margin: 0px 15px 15px 15px;
}

.product_info_middle_image img, 
.product_info_image img {
  width: 150px;
  height: 150px;
}

.product_info_image_footer {
  position: relative;
  padding: 4px 0px 4px 8px;
  vertical-align: middle;
  background: #c1cce3;
}

.product_info_image_footer a {
  color: #06348e;
}

.lupe {
  position: absolute;
  top: 1px;
  right: 0px;
  width: 18px;
  height: 19px;
}

.lupe img {
  width: 18px;
  height: 19px;
}

#product_info_incart {
  clear: both;
  border: 1px solid #c1cce3;
}

#product_info_incart .odd {
  padding: 4px 15px 4px 10px;
}

#product_info_incart .even{
  padding: 0px 15px 0px 10px;
}

#product_info_incart .odd {
  background: #c1cce3;
}

#product_info_incart .even input {
  width: 30px;
  padding: 4px;
}

#product_info_incart .odd input {
  margin-left: 335px;
  padding: 3px 0px;
  background: #c1cce3;
  border: none;
  width: 135px;
  height: 11px;
}

/* @end */

/* @group Kategorienuebersicht */

.category,
.category_middle {
  background: #fff;
  width: 150px;
  border: 1px solid #c1cce3;
  margin: 0px 0px 13px 0px;
  float: left;
}

.category_middle {
  margin: 0px 13px 13px 13px;
}

.category_middle a,
.category a {
  color: #06348e;
}

.category_text {
  height: 68px;
  background: #eef1f7;
  margin: 4px 4px 0px 4px;
  padding: 6px;
}

.category_text strong a {
  font-weight: bold;
} 

.category_image, .category_image img {
  height: 150px;
  width: 150px;
}

.category_footer {
  background: #c1cce3;
  padding: 4px 0px 4px 10px;
  margin-bottom: 0px;
 
}


/* @end */


/* @group Warenkorb */

#shopping_cart {
  border: 1px solid #c1cce3;
  width: 100%;
  border-collapse: collapse;
}

#shopping_cart * {
  font-size: 10px;
}

#shopping_cart .odd, #shopping_cart .even {
  height: 55px;
  vertical-align: top;
}

#shopping_cart .odd td, #shopping_cart .even td {
  padding-top: 2px;
}

#shopping_cart thead th {
  height: 20px;
  vertical-align: middle;
  background: #c1cce3;
}

#shopping_cart_entfernen {
  color: #f00;
}

#shopping_cart_einzelpreis,
#shopping_cart_gesamtpreis,
.shopping_cart_einzel,
.shopping_cart_gesamt {
  text-align: right;
}

.shopping_cart_produktname,
#shopping_cart_artikel {
  padding-left: 10px;
  width: 150px;
}

.shopping_cart_ean {
  width: 120px;
}

.shopping_cart_del, 
#shopping_cart_entfernen {
  width: 45px;
  text-align: center;
}

#shopping_cart_gesamt {
  border: 1px solid #c1cce3;
  margin-top: 6px;
  text-align: right;
  padding: 4px 45px 4px 10px;
}

#shopping_cart_buttons,
#checkout_bottom, .bottomline {
  border: 1px solid #c1cce3;
  background: #c1cce3;
  padding: 4px 15px 4px 10px;
  height: 12px;
}

#shopping_cart_reload, 
#checkout_bottom span,
.bottomline span {
  float: left;
  margin-right: 10px;
}

#shopping_cart_back {
  float: right;
  text-align: right;
}

#shopping_cart_kasse,
#checkout_bottom input,
.bottomline input,
.bottomline img {
  float: right;  
}

.shopping_cart_anzahl input {
  text-align: center;
  width: 100%;
}

/* @end */

/* @group Fehlersuche */

#searchagain {
  margin-left: 10px;
}

#searchagain input {
  border: 1px solid #c1cce3;
}

/* @end */

/* @group Versand */

#shipping_block, #payment, 
#adressen, #products_block, #total_block,
#neukunde, #kontakt, #account_orders, #account_edit_table,
#account_password_table, #address_edit_table,
#advanced_search_table, #merkzettel {
  border: 1px solid #c1cce3;
  width: 100%;
}

#payment, #adressen,
#neukunde, #kontakt, #merkzettel {
  margin-bottom: 15px;
}

#shipping_block td, #payment td, #adressen td,
#products_block td, #total_block td, #account_orders td {
  padding: 4px 10px;
  vertical-align: top;
}

#total_block td {
  width: 50%;
}

#checkout_shipping_bottom {
  margin-top: 6px;
}

#products_block, #total_block,
#shipping_block, #account_edit_table,
#account_password_table, #address_edit_table,
#advanced_search_table  {
  margin-bottom: 6px;
}

#account_edit_table input,
#account_password_table input {
  padding: 3px;
}

#address_edit_table input, #address_edit_table select {
  width: 300px;
  padding: 3px;
}

#address_edit_table .checkbox {
  height: 18px;
  padding: 4px 10px;
  vertical-align: middle;
}

#advanced_search_table .checkbox input,
#address_edit_table .checkbox input {
  width: auto;
}

#neukunde td, #kontakt td, #account_edit_table td,
#account_password_table td, #address_edit_table td,
#advanced_search_table td, #merkzettel td  {
  padding: 1px 0px 1px 0px;
  vertical-align: middle;
  height: 18px;
}

#neukunde td input, 
#neukunde td select,
#kontakt td input,
#merkzettel td input,
#advanced_search_table td input,
#advanced_search_table td select {
  width: 90%;
  padding: 3px;
}

#advanced_search_table td select,
#neukunde td select {
  width: 92%;
}

#kontakt td textarea,
#merkzettel td textarea {
  padding: 3px;
  height: 54px;
  width: 90%;
}

#neukunde .left,
#kontakt .left,
#merkzettel .left {
  width: 120px;
}

#kontakt .right, 
#merkzettel .right,
#neukunde .right {
  width: 50px;
}

#neukunde td.left,
#merkzettel td.left,
#kontakt td.left {
  padding: 1px 5px 1px 10px;
}

#kontakt,
#merkzettel {
  margin-top: 15px;
}

#merkzettel #mailbutton input,
#kontakt #mailbutton input {
  color: #06348e;
  background: transparent;
  width: auto;
  float: right;
  padding-right: 15px;
}



/* For the bottom button div check out the Warenkorbgroup */

/* @end */

/* @group bestaetigungskram */

#checkout_confirmation_total,
#checkout_confirmation_cart {
  width: 100%;
}

#checkout_confirmation_cart .left,
#checkout_confirmation_total .left {
  width: 70%;
}
#checkout_confirmation_cart .right,
#checkout_confirmation_total .right {
  width: 30%;
  padding-right: 15px;
  text-align: right;
}

/* @end */

/* @group accountzeug */

#account_orders .left {
  text-align: left;
  width: 50%;
}

#account_orders .right {
  text-align: right;
  width: 50%;
}

#account_edit_table .left, #account_edit_table .right, 
#account_password_table .right, #account_password_table .left,
#address_edit_table .left, #address_edit_table .right,
#advanced_search_table .right, #advanced_search_table .left {
  padding-left: 10px;
}

.addressen_uebersicht {
  position: relative;
  padding: 10px;
  border: 1px solid #c1cce3;
  margin-bottom: 6px;
}

.addressen_buttons {
  width: 100px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
}

.addressen_buttons a {
  color: #06348e;
}

td.messageStackSuccess {
  padding: 0px 0px 10px 10px;
}

td.messageStackError {
  padding: 0px 0px 10px 10px;
}

#history_summary {
  border: 1px solid #c1cce3;
  margin-bottom: 6px;
  padding: 10px;
  text-align: right;
}

#backLink {
  border-top: 1px solid #c1cce3; 
  padding-top: 6px; 
  margin-top: 12px; 
  clear: both;
}

/* @end */



/* Slimbox Styles */
/* =================================================================== */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}













