/* CSS fuer den SG Flensburg-Handewitt Webshop */
/* vektorrausch GmbH/Kiel - Tobias Herold, 28.11.2007 */

/* Struktur
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #000 url(../images/bg-site.gif) repeat-x top;
	text-align: center;
	color: #201A44;
	height: 100%;
}

body.popup { background: #fff; color: #000; }

.invis, h1 a span {
	position: absolute;
	left: -10000px;
	top: -10000px;
}

#wrapper {
	display: block;
	width: 966px;
	height: 100%;
	background: #fff;
	margin: 0 auto;
}

#wrapper2 {
	position: relative;
	display: block;
	width: 966px;
	height: 100%;
	z-index: 10;
	margin: 0;
	padding: 0;
}

hr {
	display: block;
	margin: 1em 10px;
	height: 1px;
	border: none;
	background: #fff url(../images/linie-news.gif) repeat-x top;
}

.clear {
	clear: both;
}

/* Header
*******************************************************************************/

#header {
	position: relative;
	display: block;
	width: 966px;
	height: 260px;
	background: url(../images/bg-header.png) repeat-x top;
	text-align: center;
}

h1 a {
	position: absolute;
	left: 20px;
	top: 65px;
	display: block;
	height: 194px;
	width: 187px;
	background: url(../images/sg-logo.gif) no-repeat left top;
}

#header img {
	margin-top: 65px;
}

#header ul {
	position: absolute;
	top: 35px;
	right: 0;
	height: 1em;
	text-align: right;
}

#header li {
	display: inline;
	height: 1em;
	line-height: 1em;
	list-style: none;
}

#headerNavigation {
	position: relative;
	display: block;
	height: 1px;
	width: 966px;
	font-size: 110%;
	font-weight: bold;
}

#headerNavigation ul {
	position: absolute;
	right: 0;
	bottom: 40px;
	z-index: 1000;
	text-align: right;
}

#headerNavigation li {
	display: inline;
	margin: 0 10px;
}

#breadcrumb {
	position: absolute;
	left: 220px;
	bottom: 41px;
	z-index: 1000;
	width: 400px;
	height: 1em;
	font-size: 120%;
	text-align: left;
}

.deutsch, .dansk, .english {
	float: left;
	display: block;
	width: 24px;
	height: 30px;
	margin-right: 5px;
}

#header a span { position: absolute; left: -10000px; top: -10000px;  }
.deutsch { background: url(../images/flag-de.gif) no-repeat left center; }
.dansk { background: url(../images/flag-dk.gif) no-repeat left center; }
.english { background: url(../images/flag-en.gif) no-repeat left center; }

.kontakt, .impressum {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
}

.kontakt { background: url(../images/icon-kontakt.gif) no-repeat left center; }
.impressum { background: url(../images/icon-impressum.gif) no-repeat left center; }


/* Contentbereich
*******************************************************************************/

#centercol, #leftcol, #rightcol {
	display: block;
	text-align: left;	
}

#centercol {
	float: left;
	width: 600px;
	margin: 0 5px 1em;
}

#leftcol {
	float: left;
	width: 165px;
	margin: 0 5px 1em;
}

*html #leftcol { margin: 0 5px 1em 3px; } /* IE6 DoubleMargin-Bug */

#rightcol {
	float: right;
	width: 165px;
	margin: 0 5px 1em 0;
}

*html #rightcol { margin: 0 3px 1em 0; } /* IE6 DoubleMargin-Bug */

#leftcol div, #rightcol div {
	display: block;
	width: 100%;
	min-height: 125px;
	margin-bottom: 2em;
	padding-bottom: 10px;
	background: #b0b0b0 url(../images/bg-box.gif) no-repeat left bottom;
}

*html #leftcol div, *html #rightcol div { height: 125px; }

#centercol p, #leftcol p, #rightcol p,
#centercol ul, #leftcol ul, #rightcol ul, #rightcol ol {
	margin: 1em 10px;
}

#leftcol ul ul { margin: 0; }

#centercol li, #leftcol li, #rightcol ul li {
	list-style: disc;
	margin: 0 0 0.5em 10px;
}

#rightcol ol li {
	margin: 0 0 0.5em 15px;
}

#specials p {
	text-align:center;
}

/** Mittlere Spalte
*******************************************************************************/

div.top_seller_image,
div.custom_specials_products_image,
div.new_products_image {
	float: left;
	display: block;
	height: 100%;
	width: 140px;
	margin-right: 20px;
	text-align: center;
	border-right: 1px solid #eee;
}

div.top_seller_text,
div.custom_specials_text,
div.new_products_text {
	float: left;
	display: block;
	height: 100%;
	width: 400px;
}

div.top_seller_text h4 { margin:0 0 1em; }
.productsname { display: block; height: 1em; margin-bottom: 0.5em; }
.top_seller_price { display: block; height: 1em; text-align: center; margin: 0.5em 0; font-weight: bold; font-size: 120%; }

#module_top_seller .cssbutton,
#module_custom_specials .cssbutton,
#module_new_products .cssbutton { margin-top: 1em; }

div.also_purchased_products {
	clear: both;
}

ul#top_seller li,
ul#custom_specials li,
ul#new_products li,
ul.also_purchased_products li,
ul.ekwagen li {
	clear: left;
	display: block;
	list-style: none !important;
	margin-bottom: 2em;
	height: 140px;
	padding-bottom: 1em;
	background: url(../images/linie-news.gif) repeat-x bottom;	
}

ul.also_purchased_products li a { float: left; width: 140px;  }
ul.also_purchased_products li a span.productsname { width: 420px; }
ul.also_purchased_products li span.products_subtitle { display: block; width: 420px; margin: 1em 0; }


/* Warenkorb */

input.productListing-quantity {
	float: left;
	width: 30px;
	height: 1em;
	margin-right: 5px;
	margin-top: 5px;
}

ul.ekwagen li div {
	float: left;
	display: block;
	width: 150px;
	height: 140px;
	margin-right: 20px;
	margin-top: 5px;
	border-right: 1px solid #eee;
	text-align: center;
}

ul.ekwagen li dl dt {
	padding-top: 5px !important;
}

/* Seitennavi */

div.prev_next_page {
	display: block;
	margin: 1em 5px;
	text-align: right;
	border-top: 1px solid #ccc;
	font-size: 110%;
}

div.prev_next_number_of_products {
	float: left;
	display: block;
	width: 50%;
	text-align: left;
}

h2.shakehands, h2.address_book, h2.shipping, h2.payment { margin-bottom: 2em; } /* Allgemeine Ueberschriften */

ul.address_book { font-size: 120%; margin: 1em 10px; }

/* Produktliste in Blockform */

#centercol ul.productListing {
	display: block;
	padding: 0 0 0 5px;
	margin: 0;
}

#centercol ul.productListing li {
	float: left;
	display: block;
	min-height: 220px;
	width: 179px;
	list-style: none;
	margin: 0 16px 16px 0 !important;
	padding: 0;
	border: 1px solid #ccc;
	text-align: center;
}

* html #centercol ul.productListing li { display: inline; width: 175px; height: 220px; }

dt.product_list_name span.productsname, dt.productListing-productname { display: block; line-height: 1em; margin: 0 0 1em; font-size: 110%; font-weight: bold; }
dt.product_list_name span.products_subtitle { margin:0; font-size: 85%; line-height: 1em; }
dd.product_list_image { display: block; width: 140px; height: 140px; margin: 5px auto; }
dd.product_list_price, dd.productListing-price { display: block; line-height: 1.4em; margin: 0 auto 10px; }
dd.product_list_buy_now { margin: 5px auto 10px; }

/* Neue Produkte */

ul.products_new { margin-bottom: 2em; }

ul.products_new li {
	clear: left;
	display: block;
	height: 140px;
	width: 585px;
	list-style: none;
	margin: 2em 0;
	padding: 1em 0 1em 0;
	background: url(../images/linie-news.gif) repeat-x bottom;
	margin-left: 0px !important;
}

.products_new_image {
	float: left;
	display: block;
	width: 140px;
	height: 140px;
	border-right: 1px solid #eee;
	text-align: center;
	margin-right: 20px;
}


/* Einzelproduktansicht */

#product_data { float: left; display: block; width: 300px; height: auto; border-right: 1px solid #ccc; text-align: left; margin: 2em 0 4em; }

.products_subtitle { margin: 0 10px 1em; font-size: 120%; }
.products_price { position: relative; display: inline; font-size: 240%; font-weight: lighter; }
.productOldPrice { font-size: 70%; margin-left: 5px; }
.products_price_notice { position: absolute; right: -125px; top :0.3em; display: block; width: 120px; height: 2em; font-size: 40%; line-height: 100%; color: #444; }

* html .products_price_notice { right: 40px; } 

.products_date_added { color: #ccc; }

.products_quantity label { margin-right: 5px; }

.product_info img { display: block; max-width: 180px; margin: 2em auto 1em; }
.click_to_enlarge { display: block; width: 290px; float: right; text-align: center; font-size: 120%; color: #444; }

/* Mehrere Bilder */

ul.products_imagealbum {
	display: block;
	width: 580px;
	height: 200px;
	padding: 0 !important;
	background: url(../images/linie-news.gif) repeat-x top;
	text-align: left !important;
}

ul.products_imagealbum li  {
	float: left;
	list-style: none;
	display: block;
	width: 180px;
	margin: 0 !important;
}


/* Fortschrittsanzeige */
ul#checkoutbar {
	display:block;
	height:40px;
	width:540px;
	margin: 4em auto;
	background:url(../images/balken.gif) no-repeat center bottom;
}

ul#checkoutbar li {
	float: left;
	display: block;
	list-style: none;
	width: 135px;
	height: 40px;
	text-align: center;
	margin: 0;
}
ul#checkoutbar li.checkoutBarTo, 
ul#checkoutbar li.checkoutBarTo a {
	color:#888;
}

ul#checkoutbar li.checkoutBarCurrent {
	color: #444;
	font-weight: bold;
	background: url(../images/balken-aktiv.gif) no-repeat center bottom;
}
	
ul#checkoutbar li.checkoutBarFrom a {
	color:#888;
}


/* Payment */

ul.payment_methods li { list-style: none !important; }
input.select_payment { margin-right: 5px; }


/* Rechte Spalte */

#whats_new p { text-align: center; }
#whats_new a img { display: block; margin: 0 auto 0.5em; }

/* Footer
*******************************************************************************/

#footer {
	clear: both;
	position: relative;
	display: block;
	height: 201px;
	width: 964px;
	color: #838383;
	/* background: #303030 url(../images/bg-sponsoren.gif) repeat-x top; */
	margin: 0 1px;
	text-align: left;
}

#footer p { text-align: center; }

#footer p a img {
	border: none;
	margin-top: 16px;
}

#footer ul {
	position: absolute;
	bottom: 0;
	left: -1px;
	display: block;
	width: 966px;
	height: 2.5em;
	background: #303030;
	padding: 10px 0 0;
}

#footer li {
	display: inline;
	list-style: none;
	font-size: 105%;
	margin: 0 10px;
}

#footer li.vektorrausch {
	position: absolute;
	right: 10px;
}

#footer li a:link, #footer li a:visited {
	color: #838383;
}
#footer li a:hover, #footer li a:active {
	color: #fff;
	text-decoration: underline;
}


/* Fonts
*******************************************************************************/

h2, h3, h4 {
	color: #201A44;
	font-weight: bold;
	line-height: normal;
}

h2, h3 { font-size: 120%; text-transform: uppercase; }
h4 { font-size: 120%; margin: 0.5em 10px; }
h5 { font-size: 110%; font-weight: bold; margin-bottom: 10px; }

#centercol h2, #centercol h3 {
	color: #fff;
	background: #201A44 url(../images/bg-h2.gif) no-repeat left top;
	height: 1.5em;
	padding: 3px 0 0 10px;
}

#leftcol h3 {
	color: #fff;
	background: #201A44 url(../images/bg-h3-left.gif) no-repeat left top;
	height: 1.5em;
	padding: 3px 0 0 10px;
}

#rightcol h3 {
	color: #fff;
	background: #201A44 url(../images/bg-h3-right.gif) no-repeat left top;
	height: 1.5em;
	padding: 3px 0 0 10px;
}

#categories h3 {
	background: #201A44 url(../images/bg-h3-categories.gif) no-repeat left top;
	padding: 3px 0 0 30px;
}

p, ul, ol { font-size: 120% }

ul ul { font-size: 100%; }

/* Kategorie-Menue */

ul.categorytree0 li, ul.sitemap li { font-size: 110%; }
ul.categorytree1 li { font-size: 100%; }

ul.sitemap li { font-weight:bold; font-size:110% }
ul.sitemap ul li { font-weight:normal; font-size:110%; margin-left:12px }

ul.subcategories li { font-weight:bold; font-size:110%; color:#001D71 }

.subtotal {
	font-weight: bold;
	font-size: 130%;
}

.shooping_cart_total {
	font-weight: bold;
	font-size: 120%;
	border-top: 2px solid #201A44;
	padding-top: 0.5em;
}

.productsname { font-size: 130%; font-weight: bold; }
#breadcrumb .productsname { font-size: 95%; display: inline; }

.attention { font-weight: bold; color: #C7352E; font-size: 140%; }

.markProductOutOfStock { color:#c76170; font-weight: bold; }
.productSpecialPrice { color: #ff0000; }

.smalltext {
	display: block;
	height: 1em;
	width: auto !important;
	font-size: 100%;
	color: #555;
	background: #D8DADA;
	margin: 0 10px;
 }


/* Links
*******************************************************************************/

a:link, a:visited { color: #201A44; text-decoration: none; }
a:hover, a:active, a:focus { color: #201A44; text-decoration: underline; }

h3 a:link, h3 a:visited { color: #fff; text-decoration: none; }
h3 a:hover, h3 a:active, h3 a:focus { color: #fff; text-decoration: underline; }

a img { border: 1px solid #fff; }
a:hover img { border: 1px solid #fff; }


/* Produktmenue */

#leftcol #categories {
	margin: 0 0 2em;
	padding: 0 0 4px;
}

ul.categorytree0 {
	margin: 0 !important;
	padding: 0;
	background: url(../images/bg-kat.gif) repeat-y left;
}

ul.categorytree1 {
	margin: 0 !important;
}

ul.categorytree0 li {
	display: block;
	width: 165px;
	height: 1.5em;
	line-height: 150%;
	margin: 0 !important;
	padding: 4px 0;
	list-style: none;
	background: url(../images/bg-katmenu.gif) no-repeat left bottom;
}

ul.categorytree1 li {
	display: block;
	width: 152px;
	height: 1.5em;
	padding: 0 0 0 15px;
	background: url(../images/bg-katmenu.gif) no-repeat left top;
}

#categories li a:link, #categories li a:visited {
	display: block;
	width: 137px;
	height: 1.5em;
	padding: 0 0 0 28px;
	background: url(../images/bg-menu-inactive.gif) no-repeat left center;
	overflow: hidden;
}

* html ul.categorytree1 li a { width: 115px !important; }

#categories li a:hover, #categories li a:active {
	text-decoration: none;
	background: url(../images/bg-menu-active.gif) no-repeat left center;
	font-weight: bold;
}

ul.categorytree0 li.category_selected, 
ul.categorytree0 li.category_active {
	height: auto;
	background: url(../images/bg-katmenu.gif) no-repeat left bottom;
}

#categories li.category_selected ul li, #categories li.category_active ul li {
	background: none;
}

#categories li.category_selected ul li a, #categories li.category_active ul li a {
	background: url(../images/bg-menu-inactive.gif) no-repeat left center;
	font-weight: normal;
}

#categories li.category_selected a {
	text-decoration: none;
	background: url(../images/bg-menu-active.gif) no-repeat left center;
	font-weight: bold;
}

#categories li.category_active ul li.category_selected a {
	text-decoration: none;
	background: url(../images/bg-menu-active.gif) no-repeat left center;
	font-weight: bold;
}

#categories li span { /* Produktanzahl */
	font-size: 85%;
	color: #b0b0b0;
}

/* Sitemap */

#centercol ul.categorytree0 {
	float: left;
	display: block;
	height: 600px;
	width: 250px;
	padding: 10px;
	background: none;
	list-style: disc;
}

#centercol ul.categorytree0 li {
	background: none;
	width: auto;
	height: auto;
	line-height: 1em;
	font-size: 120%;
	padding-left: 20px;
}
#centercol ul.categorytree1 li {
	font-size: inherit;
}

#centercol ul.sitemap {
	display: block;
	width: 250px;
	height: 500px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: 260px;
}

#centercol ul.sitemap li {
	list-style: none;
}

/* Formulare
*******************************************************************************/

input, textarea, select {
	font-size: 110%;
	border: 1px solid #666;
	background: #fff;
	padding: 2px;
}

input:hover, textarea:hover { background:#eee; }

fieldset {
	margin: 1em 0;
	border: none;
}

fieldset label {
	float: left;
	display: block;
	height: 1em;
	width: 8em;
}

.cssbutton a:link, .cssbutton a:visited {
	border: 2px solid #ddd;
	background: #b0b0b0 url(../images/more-lila.gif) no-repeat right bottom;
	padding: 3px 17px 3px 3px;
	font-weight: bold;
	font-size: 100%;
	color: #201A44;
}

.cssbutton a:hover {
	text-decoration: none;
	color: #fff;
	border: 2px solid #eee;
	background: #d1031e url(../images/more.gif) no-repeat right bottom;
}

input.cssbuttonsubmit {
	display: block;
	padding: 2px 15px 2px 2px;
	margin: 1em 0;
	/*width: 140px;*/
	color: #201A44;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
	border: 2px solid #ddd;
	background: #b0b0b0 url(../images/more-lila.gif) no-repeat right bottom;
}

input.cssbuttonsubmit:hover {
	color: #fff;
	border: 2px solid #eee;
	background: #d1031e url(../images/more.gif) no-repeat right bottom;
}

#leftcol input.cssbuttonsubmit,
#rightcol input.cssbuttonsubmit { width: 140px; }

input.search, input.tell_a_friend {
	width: 135px;
	padding: 2px;
}

a:link .cssbutton, a:visited .cssbutton {
	display: inline;
	width: 120px;
	height: 20px;
	line-height: 20px;
	padding: 4px;
	border: 1px solid #fff;
	background: #ddd;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}

a:hover .cssbutton, a:active .cssbutton {
	color: #fff;
	background: #d1031e;
	text-decoration: none;
}

/* Tabellen
*******************************************************************************/

table.productListing p.cssbutton { height:19px; line-height:19px; background: url('/images/products/Layout/cart_off.gif') no-repeat 0 40%; padding-left:20px }

table.LinfoBoxContents form input { padding:2px; background:red }

table.formArea { background:#f1f9fe; border:1px solid #7b9ebd }

td.formAreaTitle { font-weight:bold }

td.headerError { background:#ff0000; color:#ffffff; font-weight:bold; text-align:center }

td.headerInfo { background:#00ff00; color:#ffffff; font-weight:bold; text-align:center }

.infoBox, .contentBox { background:#A6D8EE }

.infoBoxContents { background:#A6D8EE }

.LinfoBoxContents, .RinfoBoxContents { color: #000; }

.infoBoxNotice { background:#FF8E90 }

.infoBoxNoticeContents { background:#FFE6E6 }

tr.accountHistory-odd,
tr.addressBook-odd,
tr.alsoPurchased-odd,
tr.payment-odd,
tr.productListing-odd,
tr.productReviews-odd,
tr.upcomingProducts-odd,
tr.shippingOptions-odd { background: #fff; color: #000; }

tr.accountHistory-even,
tr.addressBook-even,
tr.alsoPurchased-even,
tr.payment-even,
tr.productListing-even,
tr.productReviews-even,
tr.upcomingProducts-even,
tr.shippingOptions-even { background:#efefef; color:#000 }

a.pageResults { color:#000000 }
a.pageResults:hover, A.pageResults:active { color:#ffffff; background:#333333; text-decoration:none }

tr.subBar { background:#f4f7fd }
td.subBar { color:#000000 }

td.accountCategory { color:#aabbdd }

td.fieldKey { font-weight:bold }
td.fieldValue { }
td.tableHeading { font-weight:bold }

span.newItemInCart { color:#ff0000 }

span.greetUser { color:#ff0000; font-weight:bold }

span.errorText { color:#ff0000 }

.moduleRow { }
.moduleRowOver { background: #D7E9F7; cursor:pointer }
.moduleRowSelected { background:#E9F4FC }

.checkoutBarFrom, .checkoutBarTo { color:#8c8c8c }
.checkoutBarCurrent { color:#000000 }


/* message box
*******************************************************************************/

.messageBox { }
.messageStackError, .messageStackWarning { background: #ffb3b5; }
.messageStackSuccess { background: #99ff00; }

.accept_conditions {
	display: block;
	padding: 10px;
	border: 2px solid #C7352E;
	background: #FFD1CF;
}


/* input requirement
*******************************************************************************/

.inputRequirement { font-size: 150%; color: #C7352E; }

.boxText { }

.errorBox { background:#ffb3b5; font-weight:bold }
.stockWarning { color:#cc0033 }
.productsNotifications { background:#f2fff7 }
.orderEdit { color: #70d250; text-decoration: underline; font-weight: normal; }

.menuitem { font-weight:bold; padding:4px; padding-left:20px }
.menuactive { font-weight:bold; padding:4px; padding-left:20px }
.menucat { padding:4px; padding-left:26px }

.sorrynoimage {
 border: 1px dotted #666666;
 width: 120px;
 height: 45px;
 text-align: center;
 color: #666666;
}

.autoCompleteBackground {
    border: 1px solid #ccc;
    border-top-style: none;
    margin: 0;
}

.autoCompleteHighlight { text-decoration:underline }
.autoCompleteNotSelected { background:#eee; padding: 3px 4px 3px 17px }
.autoCompleteSelected { background:#ffc; padding: 3px 4px 3px 17px }

