/* CSS Document */
body {
	position: relative;
}
#content h4 a {
	color:#CE4098;
	text-decoration: none;
}

#content h4 a:hover {
	text-decoration: underline;
}

.boutiqueHeader {
	margin-bottom: 10px;
}

#content .boutiqueHeader h1 {
	margin-bottom: 0px;
}

.boutiqueTeaser {
	float: left;
	width: 260px;
	padding-top: 10px;
}

.boutiqueTeaser a {
	font-weight: bold;
	text-decoration: none;
}
.boutiqueTeaser a:hover {
	text-decoration: underline;
}

.merkzettel {
	float: right;
	width: 194px;
	background: transparent url(/media/images/boutique/bg-merkzettel.gif) left top no-repeat;
	clear: right;
	padding: 20px 20px 10px 10px;
}

#content .merkzettel h3 {
	background: transparent url(/media/images/boutique/bg-head-merkzettel.gif) left top no-repeat;
	text-indent: -9999px;
	margin: 3px 0 0 32px;
	padding-bottom: 5px;
}

#content .merkzettel a {
	color: #fff;
	text-decoration: none;
}

#content .merkzettel a:hover {
	text-decoration: underline;
}

#content .topProducts {
	font-size: 1em;
	margin-left: 0px;
	list-style-type: none;
}

.topProducts li {
	float: left;
	width: 152px;
	margin-right: 19px;
	margin-bottom: 10px;
	height: 242px;
	overflow: hidden;
}

.topProducts li.last {
	margin-right: 0;
}

#content .topProducts h3 {
	/*font-size: 1.8em;*/
	font-size: 1.7em;
    font-weight: bold;
}

.topProducts .productContent {
	border: 2px solid #da72b5;
	width: 148px;
	height: 148px;
	position: relative;
}

#content .topProducts .productNavi {
	list-style-type: none;
	margin: 0px;
	position: relative;
	left: 0px;
	bottom: 0px;
	background: grey;
	width: 152px;
	padding-top: 2px;
	background: transparent url(/media/images/boutique/bg-product-navi.png) left top repeat;
}

#content .topProducts .productNavi li {
	display: block;
	float: left;
	width: 37px;
	margin: 0px;
	margin-left: 1px;
	height: 37px;
}

.topProducts .productNavi li a {
	display: block;
	float: left;
	width: 37px;
	height: 37px;
	text-indent: -9999px;
}


.topProducts .productNavi li.merken a {
	background: transparent url(/media/images/boutique/icon-herz.png) center center no-repeat;
}

.topProducts .productNavi li.anzeigen a {
	background: transparent url(/media/images/boutique/icon-lupe.png) center center no-repeat;
}

.topProducts .productNavi li.empfehlen a {
	background: transparent url(/media/images/boutique/icon-stift.png) center center no-repeat;
}

.topProducts .productNavi li.kaufen a {
	background: transparent url(/media/images/boutique/icon-warenkorb.png) center center no-repeat;
}

.topProducts .productNavi li.loeschen a {
	background: transparent url(/media/images/boutique/icon-herz_weg.png) center center no-repeat;
}


.productCategories {
	background:transparent url(/media/images/css/bg-divider.gif) repeat-x scroll left top;
}

.productCategories tr {
	background:transparent url(/media/images/css/bg-divider.gif) repeat-x scroll left bottom;
}

.productCategories th {
	font-size: 1.8em;
	color: #4e2850;
	font-weight: normal;
	width: 160px;
	line-height: 1.3em;
	padding-right: 10px;
}

.productCategories th,
.productCategories td {
	padding-top: 5px;
	padding-bottom: 5px;
}

.productCategories .first th,
.productCategories .first td {
	padding-top: 8px;
}


#content .productCategories .products {
	margin: 0;
	list-style-type: none;
}

#content .productCategories .products li {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 4px;
	border: 1px solid #d768b0;
	margin-bottom: 3px;
}

#content .productCateogries .product li {
	margin-right: 0px;
}


.haendlersuche {
	padding: 10px 20px 0 36px;
}

.haendlersuche h3 {
	font-size: 1.4em;
	margin-bottom: 5px;
}

.haendlersuche p {
	font-size: 1.2em;
	margin-bottom: 5px;
	line-height: 1.3em;
}

.haendlersuche .text {
	background:#fff url(/media/images/css/bg-textarea.gif) repeat-x scroll left top;
	border:1px solid #A24EA6;
	font-size:1.3em;
	padding:2px 5px;
	width: 90px;
	margin-bottom: 10px;
}

.haendlersuche .submit input {
	width: 97px;
}

.overlay {
	background-color: #000;
	opacity: 0.6;
	position: absolute;
	z-index: 550;
}

#boutiqueLayer {
	/*left: 50%;*/
	left: 130px;
	position: absolute;
	width: 620px;
	min-height: 330px;
	/*margin-left: -240px;*/
	border: 5px #6C1E79 solid;
	z-index: 2000!important;
}

#produktLayerLeft{
	width: 390px;
	float: left;
}

.layer {
	background-color: #fff;
	padding: 15px 45px 15px 25px;
	position:relative;
	z-index: 2001;
}

/*.layer .productImage {
	width: 240px;
	float: left;
}*/

.layer h2 {
	font-size: 1.8em;
	color: #4e2850;
	font-weight: normal;
	margin-bottom: 15px;
}

.layer form {
	float: right;
	width: 220px;
	padding-top: 50px;
}

.layer form label {
	font-weight: bold;
	font-size: 1.4em;
	color: #4e2850;
	display: block;
	margin-bottom: 3px;
}

.layer form .radioLabel {
	font-weight: normal;
	width: 60px;
	float: left;
}

.layer form .radioLabel .radio {
	margin-left: 5px;
}

.layer form textarea {
	background:#fff url(/media/images/css/bg-textarea.gif) repeat-x scroll left top;
	border:1px solid #A24EA6;
	font-size:1.3em;
	padding:2px 5px;
	width: 208px;
}

.layer form .submit {
	float: right;
	margin-right: 0px;
}

.layer .close {
	background: #fff url(/media/images/boutique/bg-close.gif) right top no-repeat;
	padding: 10px 40px 10px 0px;
	color: #d14fa2;
	font-size: 1.2em;
	text-decoration: none;
	position: absolute;
	top: 12px;
	right: 12px;
}

.layer .close:hover {
	text-decoration: underline;
	color: #d14fa2;
}

/*Tabelle Haendlersuche*/

#contentWrapper .boutiqueHeader .messengerOverview .odd td {
background-color:#F2E5F4;
}

#contentWrapper .boutiqueHeader .messengerOverview th {
	background-color:#82408D;
	border:medium none;
	color:#FFFFFF;
	font-size:1.1em;
	text-transform:none;
}

#contentWrapper .boutiqueHeader .messengerOverview {
   border-bottom: 1px solid #82408d;
   /*border-bottom: 1px solid #ff92cc; */
}

#contentWrapper .boutiqueHeader .messengerOverview th,
#contentWrapper .boutiqueHeader .messengerOverview td {
   border: medium none;
   padding: 5px 2px;
   /*width: 103px;*/
}


#contentWrapper .boutiqueHeader .messengerOverview th {
   background-color: #82408d;  
   /*background-color: #ff92cc;*/
   border: medium none;
   color: #FFFFFF;
   font-size: 1.1em;
   text-transform: none;
}

#contentWrapper .boutiqueHeader .messengerOverview .odd td {
   background-color: #f2e5f4;
   /*background-color: #feeaf4;*/
}

#contentWrapper .boutiqueHeader input.text {
	float: left;
}

/*#naviSub {
	z-index:1;
}*/

