/*********************************************
Profile Head/Nav
*********************************************/

.all_companies {
	display: block;
	float: left;
	margin-top: 1em;
	position: relative;
	z-index: 99998;
}

.all_companies ul {
	background: #f9f9f9 url(/images/profile/gradient.png) top repeat-x;
	border: 1px solid #ddd;
	display: none;
	float: none;
	font-size: 1.1em;
	padding: 10px;
	position: absolute;
	right: 7px;
	top: 24px;
	z-index: 100000;
	white-space: nowrap;
}

.all_companies .active {
	color: #000;
	font-weight: 700;
}

.profile_actions {
	display: block;
	float: right;
	padding-top: 1em;
}

.profile_actions li {
	display: block;
	float: left;
}

.profile_actions a {
	background: url(/images/icon/profile_actions.png);
	display: block;
	float: left;
	height: 28px;
	margin-right: 1em;
	overflow: hidden;
	text-indent: -9999em;
	width: 28px;
}

.profile_actions a.add_favorite { background-position: 0 0; }
.profile_actions a.add_favorite:hover { background-position: 0 -28px; }
.profile_actions .active a.add_favorite { background-position: 0 -56px; }
.profile_actions .active a.add_favorite:hover { background-position: 0 -84px; }

.profile_actions a.add_contact { background-position: -28px 0; }
.profile_actions a.add_contact:hover { background-position: -28px -28px; }
.profile_actions .active a.add_contact { background-position: -28px -56px; }
.profile_actions .active a.add_contact:hover { background-position: -28px -84px; }

.profile_actions a.write_email { background-position: -56px 0; }
.profile_actions a.write_email:hover { background-position: -56px -28px; }

h2.producer,
h2.gastronomy,
h2.merchant {
	background: url(/images/profile/account_icon.png) 0 0 no-repeat;
	display: block;
	float: left;
	line-height: 41px;
	margin: 0 17px 20px 0;
	padding-left: 65px;
}

h2.gastronomy { background-position: 0 -102px; }
h2.merchant { background-position: 0 -51px; }

h2.user {
	float: left;
	line-height: 41px;
	margin: 0 17px 0 0;
	padding: 0 0 20px 10px;
}

h2.user img {
	display: block;
	float: left;
	margin: 0 14px 0 0;
}

.profile {
	background: url(/images/profile/background.png) 0 0 no-repeat;
	clear: left;
	padding: 26px 0 26px 24px; /* 0 padding right for box model */
}

.profile ul.nav {
	display: block;
	letter-spacing: -0.02em;
	margin-bottom: 23px;
	position: relative;
	width: 935px; /* use full width instead of new line first */
}

.profile ul.nav li {
	display: block;
	float: left;
	font-size: 1.3em;
}

.profile ul.nav li a {
	color: #000;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.profile ul.nav li a span {
	display: block;
	height: 26px;
	line-height: 26px;
	margin-right: 15px;
	padding-left: 15px;
}

.profile ul.nav li.active a {
	background: url(/images/profile/tabs.png) right -26px no-repeat;
	color: #fff;
}

.profile ul.nav li.active a span {
	background: url(/images/profile/tabs.png) 0 0 no-repeat;
}

.profile ul.nav li.profile_link {
	padding-left: 10px;
	position: relative;
}

.profile ul.nav li.profile_link a {
	background: url(/images/profile/tabs.png) left -52px no-repeat;
	padding-left: 6px;
}

.profile ul.nav li span.profile_text {
	background: #f9f9f9 url(/images/profile/gradient.png) top repeat-x;
	border: 1px solid #ddd;
	color: #000;
	display: none;
	float: none;
	font-size: 10px;
	line-height: 1.5em;
	padding: 10px;
	position: absolute;
	right: 4px;
	top: 3em;
	width: 105px;
	z-index: 100000;
}

.profile ul.nav li span.profile_text a {
	background: no-repeat;
	display: inline;
	float: none;
	font-weight: 700;
	height: auto;
	line-height: normal;
	overflow: visible;
	padding: 0;
}

/*********************************************
Profile Boxes
*********************************************/

.col_30 {
	float: left;
	width: 311px;
}

.col_60 {
	float: left;
	width: 622px;
}

.box_30 .inner .button,
.box_60 .inner .button {
	float: right;
	margin-top: 0.75em;
}

.box p {
	clear: both;
	color: #555;
	font-size: 1.1em;
}

.box ul {
	color: #555;
	font-size: 1.1em;
}

.box p.justify {
	text-align: justify;
}

.box p.scroll180 {
	height: 180px;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 1em;
}

.box strong {
	color: #000;
}

.box span.label {
	color: #999;
}

.box .break {
	margin-bottom: 1em;
}

.box .contacts {
	height: 72px;
	overflow: auto;
	overflow-x: hidden;
}

.box_30,
.box_60,
.box_100,
.inner_box {
	background: url(/images/profile/boxes.png) -1492px 0;
	float: left;
	margin: 0 20px 20px 0;
	padding-top: 4px;
	width: 291px;
}

.box_30 .inner,
.box_60 .inner,
.box_100 .inner,
.inner_box .inner {
	background: url(/images/profile/boxes.png) -601px bottom;
	padding: 10px 15px 15px 15px;
}

.box_60 {
	background-position: -892px 0;
	width: 602px;
}

.box_60 .inner {
	background-position: bottom left;
}

.box_100 {
	background-position: -2696px 0;
	width: 910px;
}

.box_100 .inner {
	background-position: -1786px bottom;
}

.inner_box {
	background-position: -4315px 0;
	width: 709px;
}

.inner_box .inner {
	background-position: -3606px bottom;
}

.inner_box h4 {
	margin-bottom: 1.5em;
}

/* Pulldown in Headline */

.box_60 h3 select {
	margin-left: 0.5em;
}

/*********************************************
Profile Overview
	-> Hauptbild + Karte
*********************************************/

.box_about .picture img {
	display: block;
	float: left;
}

.box_about .picture {
	display: block;
	float: left;
	margin-bottom: 1em;
}

.box .gmap {
	height: 170px;
	overflow: hidden;
	width: 263px;
}

/*********************************************
Profile Overview
	-> Produkte
*********************************************/

.box_products h4 {
	margin-bottom: 1.5em;
}

.box_products .product {
	float: left;
	margin-bottom: 17px;
	margin-top: 4px;
	overflow: hidden;
	width: 230px;
}

.box_products .left {
	border-right: 1px solid #e5e5e5;
	margin-left: 12px;
	margin-right: 50px;
	padding-right: 40px;
}

.box_products .product .picture a {
	background: url(/images/gui/picture_frame.png) 0 0;
	display: block;
	float: left;
	height: 75px;
	margin-right: 15px;
	overflow: hidden;
	text-align: center;
	width: 100px;
}

.box_products .product .name {
	display: block;
	line-height: 1.3em;
	margin-bottom: 0.35em;
}

.box_products .product .source {
	display: block;
	line-height: 1.3em;
}

.box_products .product .source span {
	color: #999;
}

.box_products .product .source a {
	color: #454545;
}

.box_products .product .price {
	display: block;
	color: #454545;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.box_products .pagination_arr {
	float: left;
	padding: 11px 0 0 260px;
}

/*********************************************
Profile Overview
	-> Bewertungen
*********************************************/

.box_ratings .entry {
	margin-bottom: 1em;
}

.box_ratings .picture a {
	background: url(/images/gui/picture_frame.png) 0 -345px;
	display: block;
	float: left;
	height: 60px;
	margin: 0 10px 5px 0;
	overflow: hidden;
	text-align: center;
	width: 80px;
}

.box_ratings .rating {
	display: block;
	float: left;
	margin-bottom: 0.8em;
}

.box_ratings .name,
.box_ratings .source {
	display: block;
	float: left;
	line-height: 1.3em;
	width: 171px;
}

/*********************************************
Profile Overview
	-> Einnkaufsfahrten
*********************************************/

.box_delivery h4 {
	margin-bottom: 1.5em;
}

.box_delivery .tour {
	margin-bottom: 1.1em;
	overflow: hidden;
}

.box_delivery .date {
	color: #000;
	display: block;
	float: left;
	font-weight: 700;
	width: 165px;
}

.box_delivery .male,
.box_delivery .female {
	display: block;
	float: left;
	width: 165px;
}

.box_delivery .male a,
.box_delivery .female a {
	background: url(/images/icon/user_male.png) center left no-repeat;
	clear: left;
	color: #999;
	display: block;
	float: left;
	padding-left: 20px;
}

.box_delivery .female a {
	background-image: url(/images/icon/user_female.png);
}

.box_delivery .status {
	color: #bbb;
	font-style: italic;
}

.box_delivery .status a {
	font-style: normal;
}

/*********************************************
Profile Overview
	-> Blog
*********************************************/

.box_blog h5 {
	color: #000;
	font-family: Georgia, Times;
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 0.7em;
}

.box_blog .date {
	color: #999;
	font-size: 0.9em;
	font-weight: 500;
	position: absolute;
	right: 0;
}

.box_blog .picture {
	background: url(/images/gui/picture_frame.png) 0 -75px;
	display: block;
	float: left;
	height: 120px;
	margin-right: 1em;
	overflow: hidden;
	text-align: center;
	width: 160px;
}

.box_blog p img {
	display: block;
	float: left;
}

.box_blog a.comments {
	background: url(/images/icon/balloon_quote.png) center left no-repeat;
	display: block;
	float: left;
	padding-left: 20px;
	position: relative;
	top: 10px;
}

/*********************************************
Profile Overview
	-> Ferien u. Events + Rezepte
*********************************************/

.box_events .event,
.box_recipe .recipe {
	line-height: 1.5em;
	overflow: hidden;
}

.box_events .event .category,
.box_recipe .recipe .category {
	color: #999;
	display: block;
	margin-bottom: 0.8em;
}

.box_events .event .name,
.box_recipe .recipe .name {
	display: block;
	font-size: 1.1em;
	font-weight: 700;
}

.box_events .event .pictures,
.box_recipe .recipe .pictures {
	margin-bottom: 0.5em;
	overflow: hidden;
}

.box_events .event .pictures a,
.box_recipe .recipe .pictures a {
	background: url(/images/gui/picture_frame.png) 0 -345px;
	display: block;
	float: left;
	height: 60px;
	margin: 0 7px 5px 0;
	overflow: hidden;
	text-align: center;
	width: 80px;
}

.box_recipe .recipe .time,
.box_recipe .recipe .level1,
.box_recipe .recipe .level2,
.box_recipe .recipe .level3,
.box_recipe .recipe .fullrecipe a,
.box_recipe .recipe .tags {
	background-position: center left;
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 0.7em;
	padding-left: 21px;
}

.box_recipe .recipe .time {
	background-image: url(/images/icon/clock.png);
}

.box_recipe .recipe .level1 {
	background-image: url(/images/icon/crown_bronze.png);
}

.box_recipe .recipe .level2 {
	background-image: url(/images/icon/crown_silver.png);
}

.box_recipe .recipe .level3 {
	background-image: url(/images/icon/crown.png);
}

.box_recipe .recipe .fullrecipe a {
	background-image: url(/images/icon/clipboard_list.png);
}

.box_recipe .recipe .tags {
	background: url(/images/icon/tag.png) top left no-repeat;
}

/*********************************************
Profile Sidebar/Content
*********************************************/

.col_sidebar {
	border-right: 1px dotted #bfbfbf;
	float: left;
	margin-right: 20px;
	width: 150px;
}

.col_sidebar .sidenav {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 2em;
	width: 150px;
}

.col_sidebar .sidenav a {
	color: #808080;
	display: block;
	margin-bottom: 0.7em;
}

.col_sidebar .sidenav .active a {
	color: #000;
}

.col_content {
	float: left;
	width: 709px;
}

/*********************************************
Profile Picturelist
*********************************************/

.entry_list h3 {
	margin-bottom: 1.1em;
}

.entry_list .entry {
	display: block;
	margin-bottom: 2.5em;
	position: relative;
}

.entry_list .entry_hover {
	background: #fafafa url(/images/profile/hover.png) bottom repeat-x;
}

.entry_list .entry .picture a {
	background: url(/images/gui/picture_frame.png) 0 0;
	display: block;
	float: left;
	height: 75px;
	margin-right: 15px;
	overflow: hidden;
	text-align: center;
	width: 100px;
}

.entry_list .entry .more {
	right: 15px;
	position: absolute;
	top: 23px;
}

.entry_list .entry .name {
	color: #333;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 0.2em;
	padding-top: 0.5em;
}

.entry_list .entry .price,
.entry_list .entry .date {
	color: #333;
	font-weight: 700;
	margin-bottom: 0.25em;
}

/*********************************************
Profile Delivery
*********************************************/

.entry_list .delivery_s0,
.entry_list .delivery_s1 {
	background: url(/images/icon/deliveries.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-top: 0.5em;
	padding-left: 35px;
}

.entry_list .delivery_s1 {
	background-position: bottom left;
}

/*********************************************
Profile Gallery
*********************************************/

.picture_list .gallery {
	margin-bottom: 2em;
}

.picture_list .gallery .last {
	margin-right: 0;
}

.picture_list .picture {
	display: block;
	float: left;
	height: 120px;
	margin: 0 20px 15px 0;
	width: 160px;
}

.picture_list .picture a {
	background: url(/images/gui/picture_frame.png) 0 -75px;
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	text-align: center;
	width: 160px;
}

/*********************************************
Profile Detail
*********************************************/

.detailpage .breadcrumb {
	margin-bottom: 1.1em;
}

.detailpage .detailinfo .picture {
	float: left;
	margin-right: 15px;
}

.detailpage .detailinfo .picture a {
	background: url(/images/gui/picture_frame.png) 0 -195px;
	display: block;
	float: left;
	height: 150px;
	overflow: hidden;
	text-align: center;
	width: 200px;
}

.detailpage .description {
	float: left;
	height: 150px;
	line-height: 1.4em;
	margin-right: 15px;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 10px;
	text-align: justify;
	width: 300px;
}

.detailpage .description strong {
	display: block;
	padding: 1em 0 0;
}

.detailpage .detailinfo .price,
.detailpage .detailinfo .rating,
.detailpage .detailinfo .label {
	display: block;
	float: left;
	text-align: center;
	width: 169px;
}

.detailpage .detailinfo .price {
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 0.5em;
}

.detailpage .detailinfo .rating {
	margin-bottom: 15px;
}

.detailpage .detailinfo .rating .stars {
	margin-left: 42px;
	margin-bottom: 5px;
}

.detailpage .detailinfo .label {
	background: url(/images/icon/labels.png) bottom center;
	height: 45px;
	margin-left: 3px;
	padding: 10px 15px;
	text-align: left;
	width: 129px;
}

.detailpage .detailinfo .label strong {
	display: block;
	margin-bottom: 5px;
}

.detailpage .pictures {
	clear: left;
	padding-top: 1em;
}

.detailpage .pictures a {
	background: url(/images/gui/picture_frame.png) 0 -345px;
	display: block;
	float: left;
	height: 60px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	width: 80px;
}

.user_act {
	padding: 2em 1em 2em 0;
}

.user_act li.left {
	display: block;
	float: left;
	margin-right: 2em;
}

.user_act li.right {
	display: block;
	float: right;
	margin-left: 2em;
}

.user_act a {
	color: #333;
}

/*********************************************
Profile Detail
	-> Verkaufsstellen
*********************************************/

.detailpage .box_pointofsale .external,
.detailpage .box_pointofsale .internal {
	float: left;
	width: 380px;
}

.detailpage .box_pointofsale .internal {
	float: right;
	width: 265px;
}

.detailpage .box_pointofsale .external .type,
.detailpage .box_pointofsale .internal .type {
	float: left;
	width: 380px;
}

.detailpage .box_pointofsale .internal .type {
	width: 265px;
}

.detailpage .box_pointofsale .external .entry,
.detailpage .box_pointofsale .internal .entry {
	float: right;
	margin-bottom: 1em;
	width: 285px;
}

.detailpage .box_pointofsale .internal .entry {
	float: left;
	margin-bottom: 2em;
	width: 265px;
}

.detailpage .box_pointofsale .picture {
	background: url(/images/gui/picture_frame.png) 0 -345px;
	display: block;
	float: left;
	height: 60px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	width: 80px;
}

.detailpage .box_pointofsale .last {
	margin: 0;
}

.detailpage .box_pointofsale .external h5 {
	float: left;
}

.detailpage .box_pointofsale .internal h5 {
	margin-bottom: 1.5em;
}

.detailpage .box_pointofsale .entry .name,
.detailpage .box_pointofsale .entry .street {
	clear: left;
	float: left;
	width: 150px;
}

.detailpage .box_pointofsale .entry .postalcode {
	clear: left;
}

.detailpage .box_pointofsale .entry .time,
.detailpage .box_pointofsale .entry .showmap {
	float: left;
	width: 135px;
}

/*********************************************
Profile Detail
	-> Bezugsquellen
*********************************************/

.sources .description {
	height: auto;
	margin: 0 0 2em;
	overflow: visible;
	padding: 0;
	width: 705px;
}

.box_sources .entry {
	float: left;
	margin-bottom: 2em;
	width: 339px;
}

.box_sources .picture {
	background: url(/images/gui/picture_frame.png) 0 -345px;
	display: block;
	float: left;
	height: 60px;
	margin-right: 10px;
	overflow: hidden;
	text-align: center;
	width: 80px;
}

/*********************************************
Profile Detail
	-> Bewertungen
*********************************************/

.box_usercomments .entry {
	margin-bottom: 2em;
}

.box_usercomments .entry .picture {
	background: url(/images/gui/picture_frame.png) 0 0;
	display: block;
	float: left;
	height: 75px;
	margin-right: 15px;
	overflow: hidden;
	text-align: center;
	width: 100px;
}

.box_usercomments .entry .rating {
	float: left;
/* 	padding-right: 0.5em; */
}

.box_usercomments .entry .comment_user {
	float: left;
	width: 470px;
}

.box_usercomments .entry .comment_title {
	color: #000;
	float: left;
	font-size: 1.2em;
	font-weight: 700;
	padding: 0.45em 0 0.2em;
	width: 564px;
}

.box_usercomments .entry .comment_text {
	float: left;
	width: 564px;
}

.box_usercomments .entry .loader {
	background: url(/images/icon/smallbox_loader.gif) 86px bottom no-repeat;
}

.box_usercomments .entry .comment_helpful {
	clear: left;
	padding: 0.75em 0 0 115px;
}

.box_usercomments .entry .comment_helpful .question {
	display: block;
	margin-bottom: 0.3em;
}

.box_usercomments .entry .comment_helpful .info {
	color: #aaa;
	display: block;
	float: left;
}

.box_usercomments .entry .comment_helpful a {
	float: left;
	margin-right: 10px;
}

/*********************************************
Profile Blog
*********************************************/

.blog .entry .more {
	padding-top: 0.5em;
	position: relative;
	right: auto;
	top: auto;
}

.blog_entry h3 {
	color: #000;
	font-family: Georgia, Times;
	font-size: 1.8em;
	font-weight: 700;
	margin-bottom: 0.2em;
	padding-top: 0.5em;
}

.blog_entry .blog_date {
	margin-bottom: 2em;
}

.blog_entry .blog_text {
	font-size: 1.1em;
	margin-bottom: 2em;
}

.blog_entry .blog_text a.zoom {
	float: left;
	margin: 0 1.5em 0.5em 0;
}

.blog_entry .blog_text img {
	display: block;
}

.blog_entry .pictures {
	margin-bottom: 1em;
}

.blog_entry .pictures strong {
	display: block;
	margin-bottom: 0.5em;
}

.simple_prev,
.simple_next {
	float: left;
	font-size: 1.2em;
}

.simple_next {
	float: right;
}

/*********************************************
Profile Recipe
*********************************************/

.detail_recipe h3 {
	font-size: 1.7em;
	font-weight: 700;
	margin-bottom: 0.2em;
	padding-top: 0.5em;
}

.detail_recipe .description {
	margin: 0 0 1em 0;
	width: 484px;
}

.detail_recipe .category,
.detail_recipe .tags {
	color: #999;
	display: block;
	float: left;
	margin: 0 5px 1em 0;
}

.detail_recipe .tags {
	background: url(/images/icon/tag.png) center left no-repeat;
	padding-left: 21px;
}

.detail_recipe .picture {
	background: url(/images/gui/picture_frame.png) 0 -195px;
	clear: left;
	display: block;
	float: left;
	height: 150px;
	margin-right: 15px;
	overflow: hidden;
	text-align: center;
	width: 200px;
}

.detail_recipe .time,
.detail_recipe .level {
	background: url(/images/icon/clock.png) center left no-repeat;
	clear: left;
	display: block;
	margin-bottom: 0.5em;
	padding-left: 21px;
}

.detail_recipe .level1 {
	background-image: url(/images/icon/crown_bronze.png);
}

.detail_recipe .level2 {
	background-image: url(/images/icon/crown_silver.png);
}

.detail_recipe .level3 {
	background-image: url(/images/icon/crown.png);
}

.detail_recipe .rating .stars {
	float: left;
	margin-right: 5px;
}

.detail_recipe .pictures {
	margin-bottom: 1em;
	padding-top: 0;
}

.detail_recipe .pictures a {
	background: url(/images/gui/picture_frame.png) 0 -345px;
	display: block;
	float: left;
	height: 60px;
	margin: 0 5px 5px 0;
	overflow: hidden;
	text-align: center;
	width: 80px;
}

.detail_recipe .ingredients_calc {
	clear: left;
	padding: 1.5em 0 0.75em;
}

.detail_recipe .ingredients_calc span {
	color: #000;
	display: block;
	float: left;
	font-size: 1.3em;
	font-weight: 700;
	margin-right: 5px;
}

.detail_recipe .ingredients_calc .icolink {
	float: left;
}

.detail_recipe .ingredients {
	clear: left;
	padding-bottom: 1.5em;
}

.detail_recipe .ingredients .quantity span {
	color: #999;
	display: block;
	float: left;
	margin-right: 1em;
	text-align: right;
	width: 125px;
}

/*********************************************
Profile Deliverydetail
*********************************************/

.detail_delivery h3 {
	margin-bottom: 1.4em;
}

.detail_delivery .inner_box h4 {
	margin-bottom: 0.8em;
}

.detail_delivery .delivery_s0,
.detail_delivery .delivery_s1 {
	background: url(/images/icon/deliveries.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-top: 1em;
	padding-left: 35px;
}

.detail_delivery .delivery_s1 {
	background-position: bottom left;
}

.detail_delivery .icolink {
	color: #333;
	float: left;
	font-size: 1.1em;
	margin: 0 1.5em 1.5em 0;
}

.detail_delivery .map {
	clear: left;
	height: 550px;
	overflow: hidden;
	width: 679px;
}

.detail_delivery span.label {
	display: block;
	float: left;
	width: 150px;
}

.detail_delivery .button {
	float: right;
	margin-top: 0.5em;
}

.box_breakpoints .entry {
	float: left;
	margin-bottom: 2em;
	width: 338px;
}

.box_breakpoints .location {
	float: left;
}

.box_breakpoints .entry .picture {
	background: url(/images/gui/picture_frame.png) 0 0;
	display: block;
	float: left;
	height: 75px;
	margin-right: 15px;
	overflow: hidden;
	text-align: center;
	width: 100px;
}

.box_breakpoints .entry .mappoint {
	float: left;
	margin-right: 1em;
}
