@charset 'utf-8';
@import url(oxid_org.css);
@import url(reset.css);
@import url(defaults.css);

/*
	Projekt: Schneekugelhaus
	Datei: oxid.css
	Autor: Carolin Schwank
*/


/* ----------------------------------------------------- Page layout */

/* Basics */
body {
	background: url(../img/bgPage.gif) repeat-x 0 0 #FFF;
	font: 11px Verdana, Geneva, "sans serif";
	text-align: center;
	margin: 0;
}

a { text-decoration: none; }
	a:link { color: #E2007A }
	a:visited { color: #9B0054  }
	a:hover { color: #9B0054 }
	a:active { color: #999 }
strong { font-weight: bold; color: #666; }
em { font-style: italic; }

.rightAlign {
	text-align: right;
}

/* Textgestaltung (basis) */

.s {font-size: 10px;}
p, ul, ol, dl {font-size: 11px;}
p  {line-height: 18px;margin: 0 0 12px 0;}
li {line-height: 18px;}
h1 {color: #E2007A;font-size: 15px;font-weight: normal;margin: 0 0 6px 0;}
h2 {color: #E2007A;font-size: 14px;font-weight: bold;margin: 0 0 6px 0;}
h3 {color: #E2007A;font-size: 13px;font-weight: bold;margin: 0 0 4px 0;}
h4 {color: #E2007A;font-size: 12px;font-weight: bold;margin: 0 0 5px 0;}

/* Rahmenlayout */

#wrapper {margin: 0 auto;text-align: left;width: 1064px;}

/* Kopfbereich */

div#header {background:transparent; height:75px;margin-left:22px;width:1020px;}
#topNav {background: url(../img/bgTopNavLeft.gif) no-repeat left top transparent;padding-left: 10px;float: left;}
#topNav ul {background: url(../img/bgTopNavRight.gif) no-repeat right top;line-height: 25px;width: 338px;}
#topNav li {display: inline;font-weight: bold;line-height: 25px;padding-right: 13px;}
#logo {background:	url(../img/logo.png) right top no-repeat transparent;float: right;margin-right: 8px;}

/* mainArea = weier Bereich mit LeftCol, RightCol, Content Mitte */

#mainArea {background: url(../img/bgMainArea.png) left top no-repeat transparent;width: 1064px;}
#mainNav {background: url(../img/logoPiece.png) no-repeat right top transparent;height: 64px;margin-left: 35px;width: 1007px;}
#mainNav ul {font-size: 16px;padding-top: 24px;}
#mainNav ul li {display: inline;padding: 0 28px 0 0;}
#mainNav ul a {background: url(../img/mainNavLow.gif) no-repeat 0 3px transparent;color: #444;padding-left: 18px;}
#mainNav ul a:hover, #mainNav ul a.current {background: url(../img/mainNavHigh.gif) no-repeat 0 3px transparent;color: #E2007A;}

/* mainContent */

#mainContent {width: 1020px;margin: 0 22px;}
#mainContent #leftCol {float: left;padding-left: 13px;width: 182px;}
#mainContent #leftCol h3 {background: url(../img/sternDeko.gif) no-repeat 3px 1px #64b257;color: #FFF;font-size: 12px;font-weight: bold;line-height: 20px;margin: 0;padding: 0 0 0 25px;}

/* mainContent Navigationsboxen */

#mainContent #leftCol ul {margin: 0 0 30px 0}
#mainContent #leftCol li {border-bottom: 1px solid #E7E7E7;line-height: 23px;padding-left: 3px;}
#mainContent #leftCol li a {color: #444;}
#mainContent #leftCol li a:hover {color: #E2007A;}
#mainContent #leftCol li a.current {font-weight: bold;}

/* mainContent Navigationsboxen -> Subnavigation */

#mainContent #leftCol ul ul {margin: -3px 0 5px 0;}
#mainContent #leftCol li li {background: url(../img/subNav.gif) no-repeat 13px 7px;border-bottom: none;line-height: 18px;padding-left: 20px;}

/* mainContent Produktsuche */

#mainContent #leftCol div.produktsuche {
	margin: 8px 0 25px 0
}

#mainContent #leftCol input, #mainContent #leftCol select {
	font: 11px Verdana, "sans serif";
}

#mainContent #leftCol input {
	border: 1px solid #999;
	margin: 0 0 5px 0;
	padding: 2px 3px;
	width: 140px;
}

#mainContent #leftCol select {
	margin: 0 0 5px 0;
	padding: 2px 3px;
	width: 147px;
}

#mainContent #leftCol .btn {
	font: 11px Verdana, "sans serif";
	width: 26px;
}

/* ausgeklappte Kategorie */
#mainContent #leftCol ul li .exp {font-weight:bold;}
/* aktive Unterkategorie */
#mainContent #leftCol ul li .act {font-style:italic;}

/* twoCols fr Mitte und rechte Navigation */

#twoCols {float: right;padding-right: 13px;width: 790px;}

/* rightCol */

#rightCol {float: right;line-height: 15px;width: 200px;}

#mainContent #rightCol h3 {background: url(../img/sternDeko.gif) no-repeat 3px 1px #64b257;color: #FFF;font-size: 12px;font-weight: bold;line-height: 20px;margin: 0;padding: 0 0 0 25px;}
#mainContent #rightCol input.fullsize {width: 112px; padding: 2px; margin: 2px;}
#mainContent #rightCol h3 a,
#mainContent #rightCol h3 a:link,
#mainContent #rightCol h3 a:active,
#mainContent #rightCol h3 a:visited,
#mainContent #rightCol h3 a:hover {color: #FFF;font-size: 12px;font-weight: bold;}
#mainContent #rightCol .rightBox {border-right: 1px solid #64B257;border-bottom: 1px solid #64B257;border-left: 1px solid #64B257;	margin: 0 0 20px 0}
#mainContent #rightCol .rightBox div {padding: 6px;}
#mainContent #rightCol dl.rightProdList {font-size: 10px;margin: 0 0 10px 0;padding: 10px 0;}
#mainContent #rightCol dl.rightProdList img {vertical-align:middle;}
#mainContent #rightCol dl.rightProdList dt {float:left;width: 60px;height:auto;border: 0px solid #D2D2D2;line-height:55px;text-align:left;vertical-align:top}
#mainContent #rightCol dl.rightProdList dt img {border: 1px solid #D2D2D2;padding:2px}
#mainContent #rightCol dl.rightProdList dd {margin-left: 65px;margin-bottom: 20px;}
#mainContent #rightCol dl.rightProdList .price {color: #E2007A;font-size: 13px;font-weight: bold;margin: 5px 0;text-align: right;}

/* rightCol -> normale Navigation wie leftCol */

#mainContent #rightCol ul {margin: 0 0 30px 0}
#mainContent #rightCol li {border-bottom: 1px solid #E7E7E7;line-height: 23px;padding-left: 3px;}
#mainContent #rightCol li a {color: #444;}
#mainContent #rightCol li a:hover {color: #E2007A;}
#mainContent #rightCol li a.current {font-weight: bold;}

/* mainCol fr mittleren Bereich: Breadcrumbs, Produktausgabe ...  */

#mainCol {float: left;width: 580px;}

#mainCol h2.head2 {
	border-top: 0px solid #D2D2D2;
	border-bottom: 1px solid #E2007A;
	color: #E2007A;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 15px 0;
	padding-bottom:2px;
}

#mainCol h2.head {
	color: #E2007A;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

#mainCol .flag {
	width:6px;
	height: 6px;
	border:1px solid #999;
	float:left;
	margin:3px 5px 0 0;
}

#mainCol .flag.red{background-color:#E2007A;}
#mainCol .flag.orange{background-color:#FFB200;}
#mainCol .flag.green{background-color:#64B257;}

	/* Breadcrumbs */

#mainCol #breadcrumb {color: #999;margin: -10px 0 15px 0;}
#mainCol #breadcrumb li {display: inline;padding-right: 10px;}
#mainCol #breadcrumb li a {background: url(../img/contentLi.gif) no-repeat 0 4px;color: #999;padding-left: 8px;}
#mainCol #breadcrumb li a:hover {background: url(../img/contentLiHigh.gif) no-repeat 0 4px;color: #E2007A;}
	
/* Featured Product */

.featuredProduct {margin-bottom: 25px;}
.featuredProduct p {line-height: 14px;}
.featuredProduct img {border: 1px solid #D2D2D2;float: left;margin-right:5px;}	
.featuredProduct .prodDesc {margin-left: 240px;}

/* Produktboxen Startseite */
	
#mainCol .prodBox	{
	border:1px solid #EEE;
	float: left;
	margin-right: 9px;
	margin-bottom: 25px;
	text-align: center;
	width: 130px;
}

#mainCol .prodBox .imgCont {
	/*background-color: #F0F0F0;*/
	border: 0px solid #FFF;
	text-align: center;
    height:120px;
    line-height:100px;
    width: 110px;
    text-align:center;
    overflow:hidden;
    margin-left:10px;
	vertical-align:middle;
	padding: 3px 0 0 0;
}

#mainCol .prodBox	img {
    vertical-align:middle;
	/*padding:3px;
	border: 1px solid #D2D2D2;*/
}


#mainCol .prodBox .prodDesc p{
	line-height: 14px;
}

#mainCol .prodBox .prodDesc .strong{
	height: 50px;
}

#mainCol .prodDesc .price {
	color: #E2007A;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}	
	
#mainCol .prodBox .price {
	color: #E2007A;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
}	

	/* Tags */

#mainCol .tags {text-align: left;}
#mainCol .tags a{color:#999;line-height: 100%;padding:0 .2em;}
#mainCol .tags a.sel{color:#999;font-weight: bold;}


/* Fußbereich */

#footer {background: url(../img/bgFooter.gif) 13px 0 no-repeat;margin: 10px 22px;padding-top: 20px;width: 1020px;}
#footer #footerContent {color: #999;margin: 0 110px;text-align: center;width: 800px;}
#footer #footerContent p {font-size: 10px;line-height: 13px;margin: 10px 0 0  0;}
#footer #footerContent a {color: #999;font-size: 10px;}
#footer #footerContent a:hover {color: #E2007A;font-size: 10px;}

/* Warenkorb-Button */

.shortCartIcon {
	background: url(../img/shortCartIcon.gif) no-repeat transparent;
	border: none;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 3px 0;
	padding: 0 0 5px 26px;
	text-align: left;
	width: 101px;
}

.longCartIcon {
	background: url(../img/longCartIcon.gif) no-repeat transparent;
	border: none;
	color: #999;
	font-size: 10px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 3px 0;
	padding: 0 0 5px 26px;
	text-align: left;
	width: 136px;
}

table.total{margin-left:5px;}
table.total td{padding-left:2px;}

.link {color: #E2007A !important;}

/* neu 16. Oktober 2009 */

#mainCol .featuredProduct img {padding:3px;border:1px solid #EEE;}

/* neu Ende September */
#mainCol .locator {background:none; margin:0 0 10px 0; border:1px solid #969696; color: #000;float:none;width:578px;} /* float auf "none" gesetzt, damit .product auch ohne float sein kann */
#mainCol .locator  a.active {font-weight: bold; color: #E2007A !important;}
#mainCol .product .actions a{color: #E2007A;}
#mainCol .locator {margin-bottom:20px;}
#mainCol .locator .lochead .left {float:left;width:364px;white-space: nowrap;}
#mainCol .locator .lochead .right {float:right;width:200px;text-align:right}
#mainCol .locator .locbody {white-space:nowrap; background:none; padding: 5px 0.6em; text-align: right; height: 1.3em; overflow: visible;}

#mainCol .box {background:none !important; border:none /*1px dotted silver !important*/; padding-top:6px;}

.price {color:#E2007A !important;}

#mainCol .boxhead {margin:0 5px;background:none; padding:6px 5px 6px 7px;height:20px;border: none;line-height:20px; font-size: 11px;font-weight: bold;color:#424c56;width:558px;float:left;}
#mainCol .box table {margin-left:-8px}
#mainCol .box.info  {padding: 10px 10px 10px 0; width:560px;}

/* Produktbereich */
#mainCol .product {border:none;float:none;width:578px;height:auto;margin:0 0 10px 0;padding:5px 5px 5px 0px;position:relative;background:none;}
#mainCol .product {height:auto;min-height: auto; margin-bottom:10px;}
#mainCol .product .productLeft {float:left;width:230px;}
#mainCol .product .productRight {margin-left: 245px;}

#mainCol .product .productLeft .picture{display:block;width:220px;text-align:left;position:relative;top:auto;left:auto;overflow: visible;}
#mainCol .product .productLeft .picture img {padding:3px;border:1px solid #EEE;}
#mainCol .product .productLeft .exturls {position:relative;top:auto;left:auto;margin-top:10px;width: 220px; }
#mainCol .product .productLeft .exturls a{color:#E2007A;font-size:10px;margin-right:1em;}

#mainCol .product h1 {font-weight:bold;}
#mainCol .product .artNr {font-weight:bold;margin:15px 0;}
#mainCol .product .status {padding-top:1em;font-size:10px;color:#424c56;}

/* Social neu 10.10.09 */
#mainCol .product .socialbookmarks {padding-top:2em;}
#mainCol .product a.sbookmarks {border-right:none; height: 20px; display:block; float:left; padding: 0px 3px 0px 3px; margin: 0px;}
#mainCol .product a.sbookmarks.noborder {border:none; height: 20px; display:block; float:left; padding: 0px 3px 0px 3px; margin: 0px;}

/* Morepics neu 11.10.09 */
#mainCol .product .moredetails {margin:0 0 10px 0; height: auto; width: 220px; border-top: none; padding: 5px 0px;border-color:#FFF;}
#mainCol .product .moredetails .morepics {margin-top: 10px; padding: 0; height: auto; border-top: none; }
#mainCol .product .moredetails .morepics a {background-color: #F0F0F0;border: 1px solid #CCC;display:block; width:60px; height:65px; margin:0 11px 11px 0 ; float: left;padding:0}
#mainCol .product .moredetails .morepics a:hover {background-color: #F9F9F9;border: 1px solid #DDD;display:block; width:60px; height:65px; margin:0 11px 11px 0 ; float: left;padding:0}
#mainCol .product .moredetails .morepics a img {text-align:center; vertical-align:middle;}

/* price */
#mainCol .product .price {margin:10px 0;}
#mainCol .product .price big {font-size: 23px;line-height: 100%; font-weight: bold;white-space:nowrap;display:block;float:left;width:100px;margin-right:20px}
#mainCol .product .price sup.dinfo {color:#666;display:block;vertical-align:top;margin:0 0 0 0;padding:0;font-size: 10px;}
#mainCol .product .price sup.dinfo a{color:inherit;text-decoration: none;font-weight: bold;font-size: 10px;}
#mainCol .product .price sup.dinfo a:hover{text-decoration: underline;color: inherit;}
#mainCol .product .price small {font-weight: inherit; font-size:69% ;}

/* amount */
#mainCol .product .amount {padding-top:.5em;padding-bottom:.5em;}

/* actions */
#mainCol .product .actions a{text-decoration: none; color: #cd0210; padding-left: 12px; background: url(http://www.schneekugelhaus.de/out/snow/src/bg/oxid_pe_.gif) no-repeat 0 -299px;font-size: 11px;line-height:16px;display:block;width:250px; white-space: nowrap;}
#mainCol .product .actions a:hover{text-decoration: underline;}
#mainCol .product .actions {padding-top:1em;clear:none;}
#mainCol .product .actions a{display:block;color:#E2007A;}
#mainCol .product .actions a.reqlogin{background:url(http://www.schneekugelhaus.de/out/snow/src/bg/oxid_pe_.gif) no-repeat 0 -299px;padding-left:12px;}

/* Ratings */
#mainCol ul.rating {width:89px; height:16px; margin:0 0 3px 0; padding:0; list-style:none; clear:none; position:relative; background: url(http://www.schneekugelhaus.de/out/snow/src/bg/stars.jpg) no-repeat left top;}

/* Attributes - Tabelle */
#mainCol .box .attributes {width:578px;}
#mainCol .box .attributes td{background-color:#F9F9F9;border-bottom:1px solid #f0f0f0;font-size:11px;padding:.5em 0}
#mainCol .box .attributes .last td {border-bottom:none}

.arrowrightorder {margin-right:40px;}

/* paypal bar top start */
#body div.bar.prevnext.paypaltop {background-color:#f0f0f0; border:1px solid #969696;margin:5px;padding:0;height: 100%; float: left; width: 568px;}
/* paypal bar top end */
/* paypal button style start */
#body div.bar.prevnext input[class=paypalbutton] {background-color:#f0f0f0;border:0px;padding:0px;margin-top:5px;}
/* paypal button style end*/
/* paypal bar bottom start */
#body div.bar.prevnext.paypalbottom {margin-bottom:15px;height: 100%;}
/* paypal bar bottom end */

.hl  {color:#E2007A !important;}
.note{color:#E2007A;}
.req {color:#E2007A;}
.err {color:#E2007A;}

