/**
 * 1-2-3.TV Styles
 *
 * Standard Layout (all parts) for www.1-2-3.tv
 *
 * @project www.1-2-3.tv
 * @version 0.0.1
 * @package xhtml-css
 * @author Claudia Schmidt
 * @copyright 2009 by the author
 * @cssdoc version 1.0-pre
 *
 */
html {
	color: #373737;
	margin: 0px auto;
}

body {
	font-family: arial;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
	font-size: 0.75em;
	margin: 0px auto;
	background: #dcdcdc url(img/html.png) top left repeat-x scroll;
	width: 990px;
}

a {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
	font-size: 1.00em;
	color: #373737;
	text-decoration: underline;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #BE211E;
}

label {
	vertical-align: top;
}

input,
select,
textarea {
	font-family: arial;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
	font-size: 1.00em;
	color: #373737;
}
input[type="submit"] {
	cursor: pointer;
}

a:hover {

}

a:focus {

}

.morelink {
	color: #be211e;
	padding-left: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	display: block;
	height: 16px;
	padding-top: 3px;
	white-space: nowrap;
	line-height: 10px;
}

.understated-link {
	font-weight: bold;
	margin-left: 5px;
	vertical-align: top;
	float: left;
	white-space: nowrap;
}

.clear {
	clear: both;
}

#hidden,
.hidden {
	display: none;
}

.skip {
	line-height: 0px;
}

.hint {
	color: #A4A4A4;
	font-size: 0.92em;
}

.hint a {
	color: #A4A4A4;
}

p.hint.right {
	margin: 8px 0px;
	text-align: right;
}

#branding,
#user-bar,
#body,
#footer {
	width: 990px;
}

form input[type="text"],
form input[type="password"],
form select,
form textarea {
	border: 1px solid #7f9db9;
}

sup {
	vertical-align: super;
}

tr.odd {
	background-color: #f4f4f4;
}

tr.even {
	background-color: #ffffff;
}

tr.past td, tr.past td a {
	color: #aeaeae;
}

/**
 *	branding section containing claim and meta navigation
 */
#branding {
	height: 92px;
	background: transparent url(img/branding.png) no-repeat scroll 12px 0;
	margin-top: 8px;
	position: relative;
}

#branding .claim {
	height: inherit;
	background: url(img/claim.png) no-repeat left top;
	width: 384px;
	padding-top: 6px;
	height: 92px;
    position: absolute;
    z-index: 10000;
}

#branding .navigation {
	height: inherit;
	background: url(img/navigation.png) top right no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	height: 92px;
	width: 990px;
    z-index: 1;
}

#branding ul.meta-navigation {
    position: absolute;
    top: 19px;
    right: 156px;
    float: right;
}

#branding ul.meta-navigation li,
#footer ul.meta-navigation li {
    float: left;
    border-left: 1px solid #6c6c6c;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 10px;
}

#branding ul.meta-navigation li a,
#footer ul.meta-navigation li a {
    font-weight: bold;
    color: #6c6c6c;
}

#branding ul.meta-navigation li a {
    font-size: 1.08em;
    text-decoration: none;
}

#branding ul.meta-navigation li.first,
#footer ul.meta-navigation li.first {
    border-left: 0px;
    padding: 0px 0px 0px 4px;
}

#branding .user-navigation {
    font-size: 1.25em;
    font-weight: bold;
    position: absolute;
	width: 212px;
	height: 15px;
	right: 166px;
	top: 53px;
}

#branding .user-navigation.active {
}

#branding .user-navigation .login {
	position: absolute;
}

#branding .user-navigation .user {
	position: absolute;
}

#branding .user-navigation .register {
    position: absolute;
	right: 0px;
}

#branding .user-navigation .logout {
    position: absolute;
	right: 0px;
}

#branding .logedin {
	right: 130px;
	width: auto;
}

#branding ul {
	float: right;
}

#branding .logedin ul li:first-child {
	width: 126px;
}

#branding .shoppingcart {
	height: 68px;
	width: 117px;
	background: url(img/shoppingcart.png) top left no-repeat;
	position: absolute;
	right: 0px;
	top: 14px;
	cursor: pointer;
	z-index: 999;
}

#branding .shoppingcart:hover {
    background-position: bottom left;
}


#branding .shoppingcart .cart {
    background: url(img/cart.png) no-repeat left top;
    text-indent: -999em;
    width: 79px;
    height: 10px;
    display: block;
    margin: 18px 15px 8px;
}

#branding .shoppingcart .i-trolley {
	height: 20px;
	position: relative;
    background: url(icons/trolley.png) no-repeat left top;
    padding-left: 27px;
    padding-top: 2px;
	margin-left: 15px;
}

#branding .shoppingcart .trolley {
    margin: 11px 0 0 20px;
}

#branding .shoppingcart a {
	font-size: 1.08em;
	color: #be211e;
}

p.line-navigation {
	margin: 8px 0;
}

p.line-navigation span {
	border-left: 1px solid #6c6c6c;
	margin: 0px 4px 0px 0px;
	padding: 0px 0px 0px 8px;
}

p.line-navigation span a {
	color: #6c6c6c;
	font-weight: bold;
	text-decoration: none;
}

p.line-navigation span.first {
	border-left: 0px;
	padding: 0px 0px 0px 4px;
}

#branding #my-123tv {
	background: url(img/my-123tv.png) no-repeat left top;
	text-indent: -999em;
	width: 92px;
	height: 10px;
	right: 253px;
}

/**
 *	header porduct navigation containing product categories
 */
#product-navigation {
	background: transparent url(img/product-navigation.png) repeat-x top left;
	float: left;
	height: 48px;
}

#product-navigation .pr-categories {
}

#product-navigation .pr-categories ul {
	float: left;
    height: 48px;
}

#product-navigation .pr-categories ul li {
	float: left;
    height: 48px;
    max-width: 126px;
    min-width: 70px;
    text-align: center;
}

#product-navigation .pr-categories ul li a {
    display: table;
    font-weight: bold;
    font-size: 1.08em;
    text-decoration: none;
    height: inherit;
    margin-left: 1px;
	min-width: 70px;
}

#product-navigation .pr-categories ul li a span {
	display: table-cell;
	vertical-align: middle;
    background: transparent url(img/product-navigation-li.png) no-repeat right center;
}

#product-navigation .pr-categories ul li.active a {
	background: url(img/pr-categories-a.png) repeat-x 0px 1px;
    color: #ffffff;
}

#product-navigation .pr-categories ul li:first-child {
	background: transparent url(img/product-navigation-first.png) no-repeat top left;
}

#product-navigation .pr-categories ul li.active:first-child {
    background: transparent url(img/product-navigation-active-first.png) no-repeat top left;
}

#product-navigation .pr-categories ul li.active:first-child a {
    min-width: 59px;
    width: 59px;
    margin-left: 12px;
    text-indent: -6px;
}

#product-navigation .pr-categories ul li:last-child {
    background: transparent url(img/product-navigation-last.png) no-repeat top right;
}

#product-navigation .pr-categories ul li:last-child a span {
	background: none;
}

#product-navigation .pr-categories ul li.active:last-child {
    background: transparent url(img/product-navigation-active-last.png) no-repeat top right;
}

#product-navigation .pr-categories ul li.active:last-child a {
    margin-right: 14px;
}

#product-navigation .pr-categories ul li.active:last-child a span {
	padding-left: 8px;
}

#product-navigation .pr-categories ul li#pr-categories-2017 {
    width: 122px;
}

#product-navigation .pr-categories ul li#pr-categories-2020 {
    width: 115px;
}

#product-navigation .pr-categories ul li#pr-categories-2020 a {
    width: 115px;
}

/**
 *	user bar containing search, login and shopping cart
 */
#user-bar {
	height: 41px;
	background: #f2f2f2 url(img/user-bar.png) top left repeat-x scroll;
	position: relative;
	margin-bottom: 25px;
	clear: both;
}

#user-bar .search {
	height: inherit;
	background: url(img/search.png) no-repeat left top;
	position: absolute;
	width: 380px;
}

#user-bar .search input[type="text"] {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #7e7e7e;
    height: 17px;
    width: 230px;
    position: absolute;
    top: 9px;
    left: 70px;
}

#user-bar .search label[for="searchTerm"],
#user-bar .search label.correctIE {
    background: url(img/searchTerm.png) no-repeat left top;
    text-indent: -999em;
    width: 76px;
    height: 15px;
    position: absolute;
    top: 15px;
    left: 19px;
}

#user-bar .search input[type="submit"] {
    background: url(icons/forward-search.png) no-repeat left top;
    border: 0px none;
    text-indent: -999em;
    width: 35px;
    height: 19px;
    position: absolute;
    top: 10px;
    left: 310px;
    line-height: 0px;
}

#user-bar .main-navigation {
	position: absolute;
	top: 8px;
	left: 505px;
}

#user-bar .main-navigation li {
	float: left;
	margin-right: 47px;
}

#user-bar .main-navigation li a span {
	text-indent: -999em;
}

#user-bar .main-navigation li a #tv-auktion {
	height: 23px;
	width: 113px;
	display: block;
	background: transparent url(icons/tv-auktion.png) no-repeat 0px 0px;
}

#user-bar .main-navigation li a:hover #tv-auktion,
#user-bar .main-navigation li.active a #tv-auktion {
    background: transparent url(icons/tv-auktion.png) no-repeat 0px -24px;
}

#user-bar .main-navigation li a #tv-programm {
    height: 23px;
    width: 135px;
    display: block;
    background: transparent url(icons/tv-programm.png) no-repeat 0px 0px;
}

#user-bar .main-navigation li a:hover #tv-programm,
#user-bar .main-navigation li.active a #tv-programm {
    background: transparent url(icons/tv-programm.png) no-repeat 0px -24px;
}

#user-bar .extra-navigation {
    background: url(img/extra-navigation.png) top right no-repeat;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px 0;
	height: inherit;
}

#user-bar .extra-navigation .show {
    position: relative;
    z-index: 999;
    height: 161px;
    background: transparent url(img/extra-navigation-ul.png) no-repeat left top;
}

#user-bar .extra-navigation #extras {
    height: 13px;
    display: block;
    text-indent: -999em;
    background: transparent url(icons/extras.png) no-repeat top left;
    position: relative;
    left: 10px;
    top: 8px;
    width: 156px;
    z-index: 999;
	cursor: pointer;
}

#user-bar .extra-navigation .show #extras {
    background: transparent url(icons/extras.png) no-repeat bottom left;
}

#user-bar .extra-navigation ul {
	display: none;
    margin: 36px 0 0 12px;
}

#user-bar .extra-navigation .show ul {
	display: block;
}

#user-bar .extra-navigation ul li {
	clear: both;
	margin-bottom: 12px;
	float: left;
}

#user-bar .extra-navigation ul li a {
	font-size: 1.08em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	float: left;
}

/**
 *	search suggest layer
 *  @section: user-bar
 */
#user-bar #search-suggest {
	display: none;
	color: #7e7e7e;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 220px;
	padding: 5px;
	position: absolute;
	top: 27px;
	left: 70px;
	cursor: pointer;
	z-index: 9999;
}

#body #search-suggest_2 {
	display: none;
	color: #7e7e7e;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	width: 253px;
	padding: 5px;
	position: absolute;
	top: 202px;
	left: 157px;
	cursor: pointer;
	margin-bottom: 11px;
	z-index: 200;
}

#user-bar #search-suggest .suggestTextQueryTyped,
#body #search-suggest_2 .suggestTextQueryTyped {
	font-weight: bold;
}

#user-bar #search-suggest tr.suggestHighlight,
#body #search-suggest_2 tr.suggestHighlight {
	color: #be211e;
}

#user-bar #search-suggest td.suggestTextType,
#user-bar #search-suggest td.suggestTextAmount,
#body #search-suggest_2 td.suggestTextType,
#body #search-suggest_2 td.suggestTextAmount {
	display: none;
}

/**
 *	main menu section
 */
.tabbed ul,
.tb-teaser .hd ul {
	float: left;
}

.tabbed ul li {
	float: left;
	height: 27px;
	margin-right: 1px;
	padding: 0px;
	border-bottom: 1px solid #ffffff;
	background: url(img/tabbed-li.png) no-repeat left top;
}

.tabbed ul li.first {
	border-left: 0px none;
	background: url(img/tabbed-li-first.png) no-repeat left top;
}

.tabbed ul li.last h3 {
	border-right: 0px none;
	background: url(img/tabbed-li-last.png) top right no-repeat;
}

.tabbed ul li h3 {
	background: url(img/tabbed-h3.png) top right no-repeat;
	height: 27px;
}

.tabbed ul li.active {
	border-left: 0px none;
	border-bottom: 1px solid #cccccc;
	background: url(img/tabbed-li-active.png) no-repeat left top;
	color: #373737;
}

.tabbed ul li.active h3 {
	background: url(img/tabbed-li-active.png) top right no-repeat;
}

.tabbed ul li.active.first {
	background: url(img/tabbed-li-first-active.png) no-repeat left top;
	color: #373737;
}

.tabbed ul li.active.last h3 {
	background: url(img/tabbed-li-last-active.png) top right no-repeat;
}

.tabbed ul li h3 a,
.tb-teaser .hd ul li a {
	color: #b81511;
	font-weight: bold;
	font-size: 1.08em;
	text-decoration: none;
	text-transform: uppercase;

	background: url(img/tabbed-a.png) top left repeat-x;
	display: block;
	font-size: 1em;
	height: 27px;
	margin: 0px 8px;
	padding-top: 7px;
	padding-left: 8px;
}

.tabbed ul li.active a {
	background: url(img/tabbed-a-active.png) top left repeat-x;
	color: #373737;
}

/**
 *	content section
 */
#body {
	background: #ffffff url(img/body.png) top right repeat-x;
    padding: 20px 0 29px 27px;
	border-color: #d8d8d8;
	border-style: solid;
	border-width: 0px 1px;
	min-height: 64px;
	float: left;
	width: 960px;
	position: relative;
}

#body .corner-body-left {
	background: transparent url(img/corner-body-left.png) no-repeat left top;
	height: 8px;
	width: 8px;
	position: absolute;
	left: -1px;
	top: 0px;
}

#body .corner-top {
	background: transparent url(img/corner-top.png) no-repeat right top;
	height: 8px;
	width: 8px;
	position: absolute;
	right: -1px;
	top: 0px;
}

#body.clean {
	padding: 20px 0 29px 27px;
}

#body .content {
	float: left;
	width: 640px;
}

#body .tr-content {
	float: left;
	width: 933px;
	text-align: center;
	margin: 25px 0 0;
}

#body .sidebar {
	float: left;
	width: 320px;
}

#body .hd {
	font-size: 1.08em;
	font-weight: bold;
	background: url(img/hd.png) no-repeat left top;
	height: 27px;
}

#body .hd h2 {
	background: url(img/hd-h2.png) top right no-repeat;
	padding: 8px 15px 6px;
	text-transform: uppercase;
}

#body #webTeaserDummy .hd span.tv-claim {
	padding-top: 0px;
	height: 20px;
}

#body .hd span.tv-claim span.black {
	color: #000000;
}

#body .hd.sup h2 {
	padding: 0 15px 6px
}

#body .hd span {
	background: transparent url(img/ft.png) repeat-x left top;
	display: block;
}
#body .hd p {
	background: transparent url(img/ft.png) repeat-x left top;
}

#body .hd .corner {
	background: url(img/hd-corner-white.png) no-repeat left top;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#body .bd {
	border-width: 0px 1px;
	border-style: solid;
	border-color: #d8d8d8;
	height: 100%;
	min-height: 8px;
	float: left;
	z-index: 10;
}

#body .bd-pic {
	height: 100%;
	background-color: #ffffff;
}

#body .bd p {
	margin: 8px;
	line-height: 1.33em;
}

#body .bd p.nomargin {
	margin: 0px;
}

#body .bd p.nomargin-lr {
	margin: 8px 0px;
}

#body .bd p.nomargin-tb {
	margin: 0px 8px;
}

#body .teaser .bd img {
	float: left;
	margin-right: 10px;
}

#body .teaser.single .bd img {
	max-width: 293px;
}

#body .teaser.double .bd img {
	max-width: 613px;
}

#body .teaser .bd img.spaced {
	margin: 10px;
}

#body .teaser .bd img.right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}

#body .teaser .bd img + p {
	float: left;
}

#body .teaser .bd ul {
	float: left;
	margin: 0px 18px 10px;
	list-style-image: url(icons/ul.png);
}

#body .bd ul.slider {
	margin: 3px 0px 3px 3px;
	list-style-image: none;
}

#body .bd ul.slider li {
	float: left;
	margin-right: 3px;
}

#body .bd ul.error {
	clear: both;
}

#body .bd ul.error li {
	color: #b81612;
}

#body .bd ul li {
	margin: 0px 2px;
	line-height: 1.35em;
}

#body .bd .rounded,
#body tbody td a.rounded {
	background: url(img/rounded.png) top right no-repeat;
	width: 93px;
	/*height: 75px;*/
	float: left;
}

#body .bd div.rounded {
	margin-right: 10px;
}

#body .bd div.rounded + h3 {
	float: left;
	margin-left: 10px;
}

#body .bd .rounded img,
#body tbody td a.rounded img {
	padding: 5px;
	max-height: 65px;
	max-width: 83px;
}

#body tbody td.rounded img {
	padding-left: 15px;
}

#body .ft {
	background: url(img/ft.png) bottom left repeat-x;
	position: absolute;
	bottom: 0px;
	width: 100%;
	min-height: 8px;
	clear: both;
	z-index: 1;
}

#body .ft p {
	background: url(img/ft-p.png) bottom left no-repeat;
	padding: 8px;
	width: 211px;
	line-height: 1.25em;
}

#body .ft p a {
	text-decoration: none;
}

#body .ft.closure p {
	padding: 0px
}

#body .ft > a {
	width: 70px;
}

#body .ft > a.morelink {
	width: auto;
}

#body .ft .corner {
	background: url(img/ft-corner.png) bottom right no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 8px;
	width: 8px;
}

/**
 * table section
 */
table {
	line-height: 1.5em;
}

td {
	padding: 0 10px 0 0;
	vertical-align: top;
}

.td-label {
	font-weight: bold;
}


/**
 * slider and product list section
 */
#body .bd ul.slider {
	float: left;
	/*position: absolute;*/
	position: static;
	left: 0px;
	width: 560px;
}

#body .bd .slider-container {
	overflow: hidden;
	width: 533px;
	position: relative;
	/*height: 136px;*/
	height: auto;
	float: left;
}

#body .bd ul#bildContainer_0 {
	left: -533px;
	display: none;
}

#body .bd ul.slider li {
	margin: 21px 0px 13px 13px;
	text-align: center;
}

#body .bd ul.slider li label {
	position: relative;
	top: 10px;
}

#body .bd ul.static li:first-child {
	margin-left: 43px;
}

#body .bd #sl-back {
	background: url(img/sl-back.png) center left no-repeat;
	height: 40px;
	width: 13px;
	text-indent: -999em;
	float: left;
	cursor: pointer;
	margin-top: 51px;
}

#body .bd  #sl-forward {
	background: url(img/sl-forward.png) center left no-repeat;
	height: 40px;
	width: 13px;
	text-indent: -999em;
	float: left;
	cursor: pointer;
	margin-top: 51px;
	margin-left: 26px;
}

/**
 * single teaser slider
 */
#body .single .bd ul.slider {
	margin: 0px;
}

#body .single .bd ul.slider li {
	margin: 3px 2px;
}

/**
 * teaser type section
 */
#body .teaser {
	margin: 25px 25px 0px 0px;
	background: #e9e9e9 url(img/teaser.png) top left repeat-x;
	float: left;
	position: relative;
	overflow: hidden;
}

#body .teaser.overlay {
	overflow: visible;
}

#body .flash {
	margin: 0px 24px 0px 0px;
	float: left;
}

#body #flashTeaserDummy {
	height: 326px;
}

#body .er-teaser {
	margin: 10px 25px 0px 0px;
	background: transparent url(img/er-teaser.png) no-repeat left top;
	float: left;
	position: relative;
	overflow: hidden;
	height: 30px;
	width: 615px;
}

#body .ct-teaser,
#body .faq-teaser {
	margin: 25px 25px 0px 0px;
	background: #ffffff url(img/teaser.png) top left repeat-x;
	float: left;
	position: relative;
	overflow: visible;
}

#body .hb-teaser {
	float: left;
	margin: 0px 25px 0px 0px;
}

#body .nav-teaser {
	background: #e9e9e9 url(img/nav-teaser.png) top left repeat-y;
	margin: 25px 25px 0px 0px;
	float: left;
	position: relative;
	overflow: hidden;
}

#body .tb-teaser {
	margin: 25px 25px 0px 0px;
	float: left;
	position: relative;
	overflow: hidden;
}

#body .sq-teaser {
	margin: 25px 25px 0px 0px;
	background: #ffffff;
	border: 1px solid #c5c5c5;
	float: left;
	position: relative;
	overflow: hidden;
}

#body .rd-teaser {
	margin: 25px 25px 0px 0px;
	float: left;
	position: relative;
	overflow: hidden;
}

#body .hd-teaser {
	margin: 0px 0px 25px 0px;
	background: #E9E9E9 url(img/hd-teaser.png) repeat-x scroll left top;
	float: left;
	height: 27px;
}

#body .pr-detail {
	margin: 25px 25px 0px 0px;
	background: #dcdcdc url(img/pr-detail.png) repeat-x left top;
	float: left;
	position: relative;
	overflow: hidden;
}

#body .cv-teaser {
	margin: 0px;
	background: #ffffff url(img/pr-detail.png) repeat-x left top;
	float: left;
	position: relative;
	overflow: hidden;
}

#body .table-teaser {
	margin: 25px 25px 0px 0px;
	background: #e9e9e9 url(img/teaser.png) top left repeat-x;
	float: left;
	position: relative;
	overflow: hidden;
}

#body .legend {
	float: left;
}


#body .wh-teaser {
	margin: 25px 10px 0px 0px;
	background: transparent url(img/ft.png) repeat-x left top;
	float: left;
	position: relative;
	overflow: hidden;
}

#body .bl-teaser {
	margin: 25px 10px 0px 0px;
	background: transparent url(img/bl-teaser.png) no-repeat left top;
	float: left;
	position: relative;
	overflow: hidden;
}

/**
 * default teaser
 * @section: content
 */
#body .teaser a {
	/*text-decoration: none;*/
}

#body .teaser .bd a {
	/*margin: 8px;*/
}

#body .teaser .bd label a {
	margin: 0px;
}

#body .teaser h2 a {
	font-weight: bold;
	font-size: 1.00em;
	text-decoration: none;
}

#body .teaser + img {
	background-color: green;
}

#body .teaser .ft .morelink {
	position: absolute;
	bottom: 5px;
	right: 12px;
}

#body .teaser .bd .col1 {
	float: left;
	margin: 8px 0;
	max-width: 195px;
}

#body .teaser .bd .col2 {
	float: right;
	margin: 8px 0;
	max-width: 96px;
}

#body .teaser .bd .col2 a {
	font-size: 0.83em;
	text-decoration: underline;
}

#body .teaser .content-table {
	line-height: 2.5em;
	margin: 0 8px;
}

#body .teaser.double .content-table {
	width: 599px;
}

#body .teaser .content-table td {
	padding: 0 10px 0 0px;
	width: 75px;
}

#body .teaser .content-table td.archon {
	width: 72%;
}

#body .teaser .content-table td.archon + td,
#body .teaser .content-table td.archon + td + td ,
#body .teaser .content-table td.archon + td + td + td {
	width: 7%;
}

/**
 * flash teaser
 * @section: auction sites
 */
#body .sidebar .flash {
	margin-bottom: 25px;
}

#body .sidebar .flash.voting {
	margin-top: -136px;
}

#body .flash .tvTeaser-wildCart {
	background: transparent url(img/tvteaser-wildCart.png) no-repeat left top;
	height: 324px;
	width: 295px;
}

#body .flash .webTeaser-wildCart {
	background: transparent url(img/webteaser-wildCart.png) no-repeat left top;
	height: 324px;
	width: 295px;
}

#body .flash .requestTeaser-wildCart {
	background: transparent url(img/requestteaser-wildCart.png) no-repeat left top;
	height: 324px;
	width: 295px;
}
#body .flash .voting-wildCart {
	background: transparent url(img/voting-wildCart.png) no-repeat left top;
	height: 754px;
	width: 295px;
}

#body .flash .tvTeaser-wildCart .bd,
#body .flash .webTeaser-wildCart .bd,
#body .flash .requestTeaser-wildCart .bd,
#body .flash .voting-wildCart .bd {
	border: 0px none transparent;
	margin-top: 28px;
	height: auto;
}

#body .flash .bd h3 {
	 font-size: 1.08em;
	 font-weight: bold;
	 margin: 8px;
}

#body .flash .tvTeaser-wildCart .bd p a,
#body .flash .webTeaser-wildCart .bd p a,
#body .flash .requestTeaser-wildCart .bd p a,
#body .flash .voting-wildCart .bd p a {
	 font-weight: bold;
}

/**
 * continuous text teaser
 * @section: static sites
 */
#body .continuous .bd a {
	text-decoration:underline;
	margin: 0px;
}

#body .continuous .bd h3 {
	margin: 8px 8px 0;
}

#body .continuous .bd hr {
	width: 90%;
	color: #373737;
}

#body .continuous .bd table {
	margin: 8px;
}

#body .continuous .bd ul {
	float: none;
}

#body .teaser.continuous .bd img + p {
	float: none;
}

#body .continuous .bd .center {
	text-align: center;
}

#body .continuous .bd .center img {
	float: none;
	margin: 0px;
}

#body .continuous .bd img.center {
	float: none;
	margin: 0px;
}

#body .continuous .bd .right {
	text-align: right;
}

#body .continuous .bd caption {
	text-align: center;
}

/**
 * error teaser
 * @section: forms
 */
#body .er-teaser .bd {
	background-image: none;
	border: 0px none;
	font-weight: bold;
	color: #b81612;
}

#body .er-teaser + .hb-base,
#body .er-teaser + .hb-base + .hb-base {
	margin-top: 10px;
}

/**
 * content and tabbed teaser
 * @section: content
 */
#body .tb-teaser .bd,
#body .ct-teaser .bd {
	padding: 31px 24px;
	/*font-size: 1.08em;*/
	width: 565px;
}

#body .ct-teaser .bd  p.error {
	color: #bb130f;
}

#body .ct-teaser .bd.i-prebid-step1,
#body .ct-teaser .bd.i-prebid-step2,
#body .ct-teaser .bd.i-prebid-step3 {
	padding-top: 66px;
}

#body .ct-teaser .i-prebid-channel-TV {
	background: url(img/auctionchannel-TV.png) no-repeat left top;
    height: 30px;
    width: 400px;
    margin-left: 12px;
    margin-top: 12px;
}

#body .ct-teaser .i-prebid-channel-TV-plus {
	background: url(img/auctionchannel-TV-plus.png) no-repeat left top;
    height: 30px;
    width: 400px;
    margin-left: 12px;
    margin-top: 12px;
}

#body .ct-teaser .i-prebid-channel-wish {
	background: url(img/auctionchannel-wish.png) no-repeat left top;
    height: 30px;
    width: 400px;
    margin-left: 12px;
    margin-top: 12px;
}


#body .ct-teaser .bd .offset-top {
	margin: 25px 0 0;
}

#body .tb-teaser .bd {
	float: left;
}

#body .ct-teaser .bd.nopadding,
#body .tb-teaser .bd.nopadding,
#body .pr-detail .bd.nopadding,
#body p.nopadding {
	padding: 0px;
}

#body .tb-teaser .bd h2,
#body .ct-teaser .bd h2 {
	font-size: 1.15em;
}

#body .ct-teaser .bd h3 {
	 font-size: 1.08em;
	 font-weight: bold;
}

#body .ct-teaser .bd h3 a {
	 font-size: 1.04em;
	 font-weight: bold;
}

#body .tb-teaser .bd h4,
#body .ct-teaser .bd h4 {
	margin: 16px 0 8px;
}

#body .tb-teaser .bd ul,
#body .ct-teaser .bd ul {
	list-style-image: url(icons/ul.png);
	margin: 0px 13px;
}

#body .tb-teaser .bd p,
#body .ct-teaser .bd p {
	margin: 8px 24px 8px 0px;
}

#body .ct-teaser .bd .prebid .archon {
	width: 165px;
}

#body .ct-teaser .bd .prebid .understated-link {
	margin-left: 0px;
	margin-top: 31px;
}

/**
 * dynamic tab content
 */
#body #dynamicTab {
	z-index: 10;
	overflow: visible;
}

#body #dynamicTab > #tabContent {
	z-index: 1;
	position: relative;
}

#body #ladeAnimation {
	position: absolute;
	top: 655px;
	left: 320px;
	z-index: 2000;
}

#body #tabContent .bd .teaser.continuous {
	background-color: #ffffff;
	margin: 0px;
}

#body #tabContent .bd .teaser.continuous.double {
	width: 565px;
}

#body #tabContent .bd .teaser.continuous.double .hd h2 {
	width: 535px;
}

#body #tabContent .bd .teaser.continuous.double .bd {
	width: 539px;
}

#body #tabContent .bd .teaser.continuous.double .ft p {
	margin-bottom: 0px;
}

#body #tabContent .tb-teaser .bd {
	padding: 31px 12px;
}

#body #tabContent .tb-teaser.double .bd {
	width: 589px;
}

#body #tabContent .tb-teaser .bd .product {
	width: 100%;
}

/**
 * humbel teaser
 */
#body .hb-teaser .humble {
	margin: 25px 0px 0px;
}

#body .humble + .humble {
	margin-top: 26px;
}

/**
 * navigation teaser
 * @section: sidebar
 */
#body .nav-teaser .hd {
	height: 8px;
	background: transparent url(img/hd-corner-white.png) no-repeat left top;
}

#body .nav-teaser .hd h2 {
	padding: 0px 8px;
	background: transparent url(img/hd-h2-white.png) no-repeat right top
}

#body .nav-teaser.single .hd h2 {
	width: auto;
}

#body .nav-teaser .bd {
	padding: 8px 0px;
	border: 0px none;
	position: relative;
	z-index: 10;
}

#body .nav-teaser .ft {
	z-index: 1;
}

#body .nav-teaser.single .ft {
	width: 297px;
}

/**
 * tabbed teaser
 */
#body .tb-teaser .hd ul {
	background: url(img/tb-ul.png) bottom left repeat-x;
	width: 100%;
	position: relative;
}

#body .tb-teaser .hd ul li {
	float: left;
	padding: 0px;
	background: url(img/tb-li.png) no-repeat left top;
	height: 27px;
	border-bottom: 0px none;
	margin-right: 0px;
}

#body .tb-teaser .hd ul li.active {
	color: #373737;
	background: url(img/tb-li-active.png) no-repeat left top;
}

#body .tb-teaser .hd ul li h3 {
	background: url(img/tb-h3.png) top right no-repeat;
	height: 27px;
}

#body .tb-teaser .hd ul li.active h3 {
	background: url(img/tb-h3-active.png) top right no-repeat;
}

#body .tb-teaser .hd ul li a {
	background: url(img/tb-a.png) top left repeat-x;
	margin: 0 8px;
	padding: 7px 0;
}

#body .tb-teaser .hd ul li.active a {
	background: url(img/tb-a-active.png) top left repeat-x;
	color: #373737;
}

#body .tb-teaser .hd ul li.last {
	background: transparent url(img/hd-h2.png) no-repeat scroll right bottom;
	position: absolute;
	right: 0;
	bottom: -7px;
	height: 8px;
	width: 8px;
}

#body .tb-teaser .bd .right {
	float: right;
	margin-bottom: 12px;
}

/**
 * square teaser
 */
#body .sq-teaser.notmargin {
	margin-top: 0px;
}

#body .sq-teaser.noborder {
	border: 0px;
}

#body .sq-teaser .bd {
	padding: 4px 11px;
	border: 0px none;
	float: left;
}

#body .sq-teaser.double .bd {
	width: 593px;
}

#body .sq-teaser h4 {
	float: left;
	margin-right: 20px;
}


#body .sq-teaser h4.extLh{
	float: left;
	margin-right: 20px;
    line-height: 1.33em;
}

#body .sq-teaser p {
	float: left;
	margin: 0px;
}

#body .sq-teaser p.right {
	float: right;
}

#body .sq-teaser a {
	float: right;
}

/**
 * round teaser
 */
#body .rd-teaser.grey {
	background: #f4f4f4;
}

#body .rd-teaser label {
	vertical-align: text-top;
}

#body .rd-teaser .hd {
	background: transparent url(img/rd-teaser-hd.png) no-repeat left top;
	height: 17px;
}

#body .rd-teaser .hd .corner {
	background: transparent url(img/rd-teaser-hd-corner.png) no-repeat right top;
	right: 0px;
	left: auto;
}

#body .rd-teaser .ft {
	background: transparent url(img/rd-teaser-ft.png) no-repeat left bottom;
	position: static;
	height: 17px;
	float: left;
}

#body .rd-teaser .ft .corner {
	background: transparent url(img/rd-teaser-ft-corner.png) no-repeat right bottom;
}

#body .rd-teaser .bd {
	border: 0px none;
	padding: 0px 12px;
}

#body .rd-teaser .bd form {
	margin: 0px 13px;
}

#body .rd-teaser .bd form select {
	margin-left: 15px;
	width: 334px;
}

#body .rd-teaser .bd form input {
	margin-left: 0px;
}

#body .rd-teaser .bd form .col1 {
	clear: both;
	width: 72px;
	float: left;
}

#body .rd-teaser .bd form .col2 {
	width: 91px;
	float: left;
}

#body .rd-teaser .bd form .col3 {
	float: left;
}

#body .rd-teaser .bd form .colr {
	float: left;
}

#body .rd-teaser .bd form .colr label {
    vertical-align: middle;
}


/**
 * header teaser, only headline
 * @section: auction teaser
 */
#body .hd-teaser .hd {
	background-image: url(img/hd-teaser-hd.png);
}

#body .hd-teaser .hd h2 {
	background-image: url(img/hd-teaser-h2.png);
}

/**
 * product detail or red head teaser
 * @section: content
 */
#body .pr-detail.white {
	 background-color: #ffffff;
}

#body .pr-detail .hd {
	background: transparent url(img/pr-detail-hd.png) no-repeat left top;
}

#body .pr-detail .hd h2 {
	background: transparent url(img/pr-detail-hd-h2.png) no-repeat right top;
	color: #ffffff;
	font-size: 1.08em;
	text-transform: none;
}
#body .pr-detail a.h2 {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#body .pr-detail.program-teaser span {
	text-decoration: none;
	cursor:pointer;
}

#body .pr-detail .hd h2 .black {
	color: #000000;
}

#body .pr-detail.white .bd table {
	margin: 10px 0px;
	width: 100%;
	line-height: 1.8em;
}

#body .pr-detail.white .bd table tr {
	height: 25px;
}

#body .pr-detail.white .bd table tr.active,
#body .pr-detail.white .bd table tr.active td a{
	color: #be211e;
}

#body .pr-detail.white .bd table tr td {
	padding: 0 10px 0 20px
}

#body .pr-detail.white .bd table tr td + td {
	padding: 0 10px 0 10px
}

#body .pr-detail.white .bd table .pause {
	color: #cccccc;
	font-size: 1.33em;
	text-align: center;
}

#body .pr-detail.white .bd table .pause.t-6 {
	height: 100px;
}

#body .pr-detail.white .bd table .pause.t-20 {
	height: 150px;
}

#body .pr-detail.white .bd table .pause td {
	vertical-align: middle;
}

#body .pr-detail.program-teaser {
	margin-top:0px;
}

/**
 * cover teaser
 * @section: content
 */
#body .cv-teaser .hd {
	background-image: url(img/cv-teaser-hd.png);
}

#body .cv-teaser .hd h2 {
	background-image: url(img/cv-teaser-h2.png);
	color: #ffffff;
}

#body .cv-teaser .gradient {
	padding: 0px;
	background: #ffffff url(img/cv-teaser-bd.png) repeat-x top left;
}

#body .cv-teaser .gradient-black {
	padding: 0px;
	background: #000000 url(img/cv-teaser-bd-black.png) repeat-y;
	text-align: center;
	line-height: 1.2em;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

#body .cv-teaser .gradient-black h3 {
	font-weight: bold;
	font-size: 1.1em;
	color: #B81511;
}

#body .cv-teaser .gradient-black p,
#body .cv-teaser .gradient-black a {
	color: #ffffff;
}

/**
 * table teaser
 * @section: content
 */
#body .table-teaser.notmargin {
	margin-top: 0px;
}

#body .table-teaser table {
	width: 615px;
	font-size: 1.08em;
}

#body .table-teaser .hint {
	color: #373737;
}

#body .table-teaser thead {
	font-size: 1.08em;
	font-weight: bold;
	height: 27px;
}

#body .table-teaser thead .corner-row {
	height: 8px;

}

#body .table-teaser thead .corner-left {
	background: url(img/hd.png) no-repeat left top;
	width: 8px;
	padding: 0px;
}

#body .table-teaser thead .corner-right {
	background: transparent url(img/hd-h2.png) no-repeat right top;
	width: 8px;
	padding: 0px;
}

#body .table-teaser table.shoppingcart-step1 thead td.archon {
	width: 459px;
}

#body .table-teaser thead tr {
	text-transform: uppercase;
}

#body .table-teaser thead tr td {
	padding: 3px 0px 3px 10px;
	vertical-align: middle;
}

#body .table-teaser thead tr.corner-row td {
	padding: 0px;
}

#body .table-teaser thead tr td.archon {
	padding-left: 10px;
}

#body .table-teaser tbody tr td {
	padding: 18px 10px;
}

#body .table-teaser tbody tr td.empty {
	padding: 0px;
}

#body .table-teaser tbody tr td.error {
	color: #bb130f;
}

#body .table-teaser tbody {
	background: transparent url(img/tbody.png) repeat-y left top;
	height: 100%;
	min-height: 8px;
}

#body .table-teaser tbody tr.stepped td {
	padding: 18px 5px 9px;
}

#body .table-teaser tbody tr.border {
	background: transparent url(img/tbody-tr.png) no-repeat left bottom;
}

#body .table-teaser tbody tr.sum.aggregate {
	color: #be211e;
}

#body .table-teaser tbody tr.sum td {
	padding: 18px 10px 0px;
}

#body .table-teaser tbody tr.sum.border td {
	padding: 0px 10px 18px;
}

#body .table-teaser tbody tr.sum.border + tr.sum.border td {
	padding: 18px 10px 18px;
}

#body .table-teaser table.shoppingcart-step1 tbody td.archon {
	width: 93px;
	padding: 18px 0px 18px 10px;
}

#body .table-teaser table.shoppingcart-step1 tbody tr.cart_productlist_error h3 a {
	color:#bb130f;
}

#body .table-teaser table.shoppingcart-step2 tbody td.archon {
	width: 326px;
}

#body .table-teaser tbody td.price {
}

#body .table-teaser tbody tr td.price,
#body .table-teaser tbody tr.sum td.price,
#body .table-teaser tbody tr.border td.price,
#body .table-teaser tbody tr.sum.border + tr.sum.border td.price {
	text-align: right;
	padding-right: 35px;
}

#body .table-teaser table tbody td.no-wrap {
	white-space: nowrap;
}

#body .table-teaser tbody tr.stepped td.price {
	padding-right: 0px;
}

#body .table-teaser tbody tr.stepped + tr td {
	padding: 9px 10px;
}

#body .table-teaser tbody td h3 {
	font-weight: bold;
}

#body .table-teaser tbody td a {
	font-size: 0.92em;
}

#body .table-teaser tbody td h3 a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

#body .table-teaser tbody td input[type="image"] {
	margin: 0px;
	float: none;
}

#body .table-teaser tbody td input[type="image"] + input[type="image"] {
	margin: 0px 20px 0px 10px;
}

#body .table-teaser tfoot {
	font-size: 0.92em;
	max-height: 8px;
	background: transparent url(img/ft.png) repeat-x left bottom;
}

#body .table-teaser tfoot tr {
	background: transparent url(img/ft-corner.png) no-repeat right bottom;
}

#body .table-teaser tfoot tr td {
	background: transparent url(img/ft-p.png) no-repeat left bottom;
	padding: 8px 0 0;
}

/**
 * prebid table
 */
#body .table-teaser table.prebid-expired tbody,
#body .table-teaser table.prebid-current tbody {
	font-size: 0.93em;
}

#body .table-teaser table.prebid-expired tbody tr.won {
	background: #ffffff url(img/tbody.png) repeat-y left top;
}

#body .table-teaser table.prebid-expired tbody td.archon,
#body .table-teaser table.prebid-current tbody td.archon {
	width: 93px;
	padding: 18px 0px 18px 10px;
}

#body .table-teaser table.prebid-expired tbody td.price,
#body .table-teaser table.prebid-current tbody td.price a {
	font-weight: bold;
	font-size: 1.11em;
	padding-right: 10px;
	text-decoration: none;
}

#body .table-teaser table.prebid-expired tbody .result {
	font-weight: bold;
	font-size: 1.08em;
	color: #be211e;
}

#body .table-teaser table.prebid-expired tbody tr.won .result {
	color: #4b773d;
}

#body .table-teaser table.prebid-expired tbody td a,
#body .table-teaser table.prebid-current tbody td a {
	font-size: 1em;
}

/**
 * legend teaser
 */
#body .legend h4 {
	font-weight: bold;
	font-size: 1.08em;
}

#body .legend .bd {
	border: 0px none;
}

#body .legend .bd.highlight {
	font-weight: bold;
}

#body .legend .bd ul {
	float: left;
}

#body .legend .bd span {
	float: left;
	line-height: 1.35em;
}

#body .legend .bd .advice {
	width: 290px;
	float: left;
	text-align: center;
}

#body .legend .bd .error {
	color: #bb130f;
}

#body .legend .bd .advice.offset-left {
	margin-left: 86px;
}

#body .legend .bd ul li {
	border-left: 1px solid #626262;
	float: left;
	margin-left: 8px;
	padding-left: 8px;
}

#body .legend .bd ul li:first-child {
	border-left: 0 none;
}

#body .legend .bd ul li.active a {
	color: #BE211E;
	font-weight: bold;
	text-decoration: none;
}

#body .legend.align-right {
	text-align: right;
}

#body .legend.align-right a:first-child {
	margin-right: 10px;
}

#body .legend input.offset-right {
	float: right;
}

#body .content .legend {
	margin: 11px 0 7px;
}

#body .content .legend.header {
	margin: 25px 0 7px;
}

#body .content .legend + .double,
#body .content .legend .user-form + .double,
#body .content .legend + .single,
#body .content .legend + .single + .single,
#body .content .legend + .single + .single + .single {
	margin-top: 0px;
}

#body .content .legend.margin-tb {
	margin-top: 15px;
	margin-bottom: 15px;
}

/**
 * blank white teasers
 * @section: host site
 */
#body .wh-teaser + .wh-teaser + .wh-teaser +.wh-teaser {
	margin-top: 10px;
}

#body .wh-teaser .hd {
	height: 8px;
}

#body .wh-teaser .hd {
	background-image: url(img/wh-teaser-hd.png);
}

#body .wh-teaser .hd h2 {
	background-image: url(img/wh-teaser-h2.png);
}

#body .wh-teaser .ft .caption  {
	font-size: 1.08em;
	font-weight: bold;
	text-align: center;
	width: auto;
}

#body .wh-teaser .ft .caption a  {
	font-weight: bold;
	text-decoration: none;
}

/**
 * faq and inner blank white teasers
 * @section: faq
 */
#body .faq-teaser.double .bd {
	padding-left: 10px;
	width: 603px;
}

#body .bl-teaser {
	width: 191px;
	height: 300px;
}

#body .faq-teaser.double .bd .bl-teaser .bd {
	padding: 0px;
	margin: 1px;
	border: 0px none;
	width: 191px;
	height: 129px;
}

#body .bl-teaser .bd img {
	max-width: 189px;
	max-height: 129px;
	margin: 0px;
}

#body .bl-teaser .ft {
	background: none;
	position: static;
	margin: 11px;
	float: left;
}

#body .bl-teaser .ft a {
	font-weight: bold;
	font-size: 1.08em;
	text-decoration: none;
}

#body .bl-teaser .appendix {
	float: left;
	padding: 11px;
}

/**
 * teaser widths
 */
#body .half {
	width: 198px;
}

#body .half .bd {
	width: 196px;
}

#body .single {
	width: 295px;
}

#body .single .bd {
	width: 293px;
}

#body .cv-teaser .bd {
	width: 293px;
}

#body .single .hd h2 {
	width: 265px;
}

#body .double {
	width: 615px;
}

#body .double .bd {
	width: 613px;
}

#body .tb-teaser.double .bd.nopadding,
#body .ct-teaser.double .bd.nopadding {
	width: 613px;
	padding: 0px;
}

#body .tb-teaser.double .bd,
#body .ct-teaser.double .bd {
	width: 565px;
}

#body .tb-teaser.double .bd + .bd,
#body .ct-teaser.double .bd + .bd {
	padding-top: 0px;
}

#body .double .hd h2 {
	width: 585px;
}

#body .triple {
	width: 935px;
}

#body .triple .bd {
	width: 933px;
}

#body .triple .hd h2 {
	width: 905px;
}

/**
 * teaser heights
 */
#body .humble {
	height: 112px;
}

#body .base .humble {
	height: 72px;
}

#body .base {
	height: 170px;
}

#body .hb-base {
	height: 135px;
}

#body .storied {
	height: 250px;
}

#body .storied-player {
	height: 385px;
}

#body .hb-teaser.storied {
	height: 275px;
}

#body .cv-teaser.storied  {
	height: 212px;
}

#body .flash.single.storied {
	height: 325px;
}

#body .flash.double.storied {
	height: 548px;
}

#body .loft {
	height: 745px;
}

#body .tower {
	height: 1070px;
}

/**
 *	form section
 */
#body .user-form .bd {
	padding: 20px 22px;
	width: 569px;
}

#body .user-form .bd.nopadding {
	padding: 20px 0px 23px;
	width: 613px;
}

#body .user-form .er-teaser .bd {
	padding: 0px 11px;
}

#body .user-form .sq-teaser .bd.nopadding {
	padding: 0px;
}

#body .user-form form {
	width: 577px;
}

#body .user-form .bd p {
	margin: 8px 0px;
}

#body .user-form .bd.nopadding  p {
	margin: 8px 23px;
}

#body .user-form .sq-teaser .bd.nopadding  p {
	margin: 8px 11px;
}

#body .user-form .bd p.nomargin,
#body .user-form .bd.nopadding p.nomargin {
	margin: 0px;
}

#body .user-form .bd.nopadding  p.nopadding {
	margin: 0px;
}

#body .user-form div.error,
#body .user-form p.error {
	color: #bb130f;
	margin: 0px 0px 20px;
}

#body .user-form .offset label,
#body .user-form .converse label {
	clear: none;
	font-weight: normal;
}

#body .user-form .converse label {
	width: 527px;
	margin-left: 17px;
}

#body .user-form .converse fieldset {
	margin: 0px 0px 13px;
}

#body .user-form .converse.bold label {
	font-weight: bold;;
}

#body .user-form .offset-left {
	margin-left: 136px;
	width: 441px;
	float: left;
	clear: both;
}

#body .user-form .offset-left label a {
	margin: 0px;
	font-weight: bold;
}

#body .user-form .offset-right {
	float: right;
	margin-right: 175px;
}

#body #recommendform .user-form .offset-right {
	margin-right: 189px;
}

#body .user-form .vendor .offset-right {
	margin-right: 144px;
}

#body .user-form .fieldset {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cbcbcb;
	padding: 0px 23px 33px;
	clear: both;
	float: left;
	width: 568px;
}

#body .user-form .fieldset.hidden {
	display: none;
}

#body .user-form .fieldset.first-child {
	border-top: 0px none;
}

#body .user-form .fieldset.last-child {
	border-bottom: 0px none;
}

#body .user-form .fieldset h3 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 29px;
}

#body .user-form label {
	font-weight: bold;
	width: 134px;
	line-height: 24px;
	display: block;
	float: left;
	clear: both;
}

#body .user-form .vendor label {
	width: 165px;
}

#body .user-form label.h3 {
	font-weight: bold;
	font-size: 1.08em;
	width: 120px;
	margin-left: 10px;
}

#body .user-form label.comment {
	font-size: 1.08em;
	width: 405px;
	margin-left: 10px;
	line-height: 16px;
}

#body .user-form input,
#body .user-form select,
#body .user-form textarea {
	width: 259px;
	height: 18px;
	margin-bottom: 7px;
	padding: 2px 2px 0;
	float: left;
	overflow-x: hidden;
}

#body .user-form select[multiple="multiple"] {
	height: 60px;
}

#body .user-form select {
	width: 265px;
	padding: 0;
	height: 20px;
}

#body .user-form input[type="text"],
#body .user-form input[type="password"],
#body .user-form textarea {
	margin-top: 2px;
}

#body .user-form input[type="text"]:focus,
#body .user-form input[type="password"]:focus,
#body .user-form textarea:focus {
	border: 2px solid #a6a6a6;
	margin-top: 0px;
	margin-right: -2px;
}

#body .user-form input[type="text"].error,
#body .user-form input[type="password"].error,
#body .user-form select.error,
#body .user-form textarea.error {
	border: 2px solid #883837;
	margin-top: 0px;
	margin-right: -2px;
	overflow: hidden;
}

#body .user-form label.error,
#body .user-form label.error a {
	color: #883837;
}

#body .user-form input.one-third:focus,
#body .user-form input.two-thirds:focus,
#body .user-form input.one-third.error,
#body .user-form input.two-thirds.error {
	margin-right: 2px;
}

#body .user-form input[type="text"].error:focus,
#body .user-form input[type="password"].error:focus,
#body .user-form select.error,
#body .user-form textarea.error:focus {
	border: 2px solid #883837;
	margin-top: 0px;
}


#body .user-form select.error {
	width: 266px;
}

#body .user-form .converse input,
#body .user-form .converse select,
#body .user-form .converse textarea {
	clear: both;
}

#body .user-form input.two-thirds,
#body .user-form select.two-thirds,
#body .user-form textarea.two-thirds {
	width: 169px;
	margin-right: 4px;
}

#body .user-form input.one-third,
#body .user-form select.one-third,
#body .user-form textarea.one-third {
	width: 79px;
	margin-right: 5px;
}

#body .user-form input.one-quarter,
#body .user-form select.one-quarter,
#body .user-form textarea.one-quarter {
	width: 52px;
}

#body .user-form textarea  {
	height: 161px;
}

#body .user-form input[type=image],
#body .user-form input[type=submit] {
	width: auto;
	height: auto;
	margin-top: 17px;
}

#body .user-form .sq-teaser input[type=image] {
	margin: 5px 0px 5px 23px;
	padding: 0px;
}

#body .user-form input[type=checkbox],
#body .user-form input[type=radio] {
	width: 13px;
}

#body .user-form .offset-left input[type=checkbox] + label,
#body .user-form .offset-left input[type=radio] + label {
	clear: none;
}

/*
#body .user-form label.underlined {
	text-decoration: underline;
} */

#body .user-form label.hint {
	font-weight: normal;
	color: #373737;
	margin-left: 5px;
	width: 171px;
	clear: none;
}

#body .user-form label.hint.long-desc {
	line-height: normal;
}

#body .user-form #dhl {
	width: 200px;
	position: absolute;
	right: 15px;
}

#body .user-form #dhl p,
#body .user-form #dhl p a {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	font-size: 0.92em;
}

#body .user-form #dhl p a {
	font-size: 1em;
	text-decoration: underline;
}

#body .user-form #nlboxform .offset-left label {
	width: auto;
}

/**
 * sidebar navigation
 */
.sidebar .legend {
	margin: 25px 0px 4px;
}

.sidebar .legend.flush {
	margin: 0px 0px 4px;
}

#body .sidebar .legend + .nav-teaser {
	margin-top: 0px;
}

.sidebar .nav-teaser ul {
	background: url(img/nav-teaser-ul.png) no-repeat left top;
	margin-left: 29px;
	margin-bottom: 19px;
}

#body .nav-teaser .bd ul li ul,
#body .nav-teaser .bd ul li ul li ul {
	background: none;
}

 .sidebar .nav-teaser ul li {
}

.sidebar .nav-teaser ul li ul,
.sidebar .nav-teaser ul li ul li ul {
	margin-bottom: 0px;
}

#body .nav-teaser .bd ul li a,
#body .sidebar .nav-teaser .bd ul li p {
	display: block;
	padding: 5px 0px;
	background: url(img/nav-teaser-ul.png) bottom left no-repeat;
}

#body .sidebar .nav-teaser .brindled {
	background: transparent url(img/nav-teaser-ul.png) no-repeat left bottom;
	padding: 5px 0px;
}

#body .sidebar .nav-teaser .brindled input {
	margin-top: 0px;
}

#body .sidebar .nav-teaser .bd ul li p {
	font-weight: bold;
	font-size: 1.08em;
	color: #373737;
}

#body .nav-teaser .bd ul.pr-navigation li a span {
	background: url(img/nav-teaser-li.png) center left no-repeat;
	padding-left: 15px;
}

#body .nav-teaser .bd ul.pr-navigation li a.active span {
	background: url(img/nav-teaser-li-active.png) center left no-repeat;
}

#body .nav-teaser .bd ul.pr-navigation li a.active.children span {
	background: url(img/nav-teaser-li-active-children.png) center left no-repeat;
}

#body .nav-teaser .bd ul li ul li a {
	background: url(img/nav-teaser-ul-ul.png) bottom left no-repeat;
}

#body .nav-teaser .bd ul li ul li ul li a {
	background: url(img/nav-teaser-ul-ul-ul.png) bottom left no-repeat;
}

/**
 * product category navigation
 * @section: sidebar navigation
 */
#body ul.pr-navigation li a,
#body ul.filter li a {
	font-weight: bold;
	font-size: 1.08em;
	text-decoration: none;
}

#body ul.pr-navigation li a:hover,
#body ul.filter li a:hover,
#body .pr-attr-group fieldset:hover,
#body .pr-attr-group-plus fieldset:hover {
	color: #be211e;
}

#body ul.pr-navigation li a.active,
#body ul.filter li a.active {
	color: #be211e;
	font-weight: bold;
}

#body ul.pr-navigation li ul li ul li a,
#body ul.filter li ul li ul li  a {
	font-weight: normal;
}

/**
 *	footer section
 */
#footer {
	clear: both;
	background: url(img/footer.png) left top repeat-x;
	font-size: 1.08em;
	width: 988px;
	position: relative;
}

#footer .copyright {
	background: url(img/copyright.png) 0 -2px no-repeat;
	padding: 14px 0px 0px;
	color: #6c6c6c;
}

#footer .navigation {
	background: url(img/footer-navigation.png) top right no-repeat;
	padding: 16px 0px 0px;
	position: absolute;
	right: 0px;
	top: -3px;
}

#footer .navigation ul.meta-navigation {
    position: relative;
    float: left;
	top: 0px;
	right: 0px;
}

#footer .navigation ul li.last {
	margin-right: 0px;
}

/**
 *	lightbox section
 */
#lb-background {
	background: transparent none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 1;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 100;
}

.iframewrapper,
.previewwrapper {
	background: transparent none repeat scroll 0 0;
	left: 0;
	overflow: hidden  !important;
	position: fixed !important;
	top: 43px;
	z-index: 10010;
}

.previewwrapper {
	position: absolute !important;
	z-index: 1001;
}

.iframewrapper iframe {
	margin: 0px 6px;
	z-index: 103;
	background-color: #ffffff;
}

.iframewrapper iframe * {
	z-index: 104;
}

.lb-topleft {
	background: transparent url(img/lb-top.png) no-repeat left top;
	height: 5px;
	max-width: 386px;
	z-index: 102;
	position: absolute;
	top: 0px;
	left: 0px;
}

.lb-topright {
	background: transparent url(img/lb-top.png) no-repeat right top;
	height: 5px;
	max-width: 386px;
	z-index: 102;
	position: absolute;
	top: 0px;
	right: 0px;
}

.lb-middleleft {
	background: transparent url(img/lb-middleleft.png) repeat-y left top;
	margin: 5px 0px;
}

.lb-middleright {
	background: transparent url(img/lb-middleright.png) repeat-y right top;
	margin: 5px 0px;
}

.lb-bottomleft {
	background: transparent url(img/lb-bottom.png) no-repeat left bottom;
	height: 5px;
	max-width: 386px;
	z-index: 102;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.lb-bottomright {
	background: transparent url(img/lb-bottom.png) no-repeat right bottom;
	height: 5px;
	max-width: 386px;
	z-index: 102;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.previewwrapper .lb-middleleft {
	float: left;
}

.previewwrapper .lb-middleright {
	float: left;
	margin: 0px;
}

.previewwrapper .pr-preview {
	margin: 0px 6px;
	padding: 10px 6px 20px;
	z-index: 103;
	background-color: #ffffff;
	float: left;
	min-height: 84px;
	width: 196px;
}

.previewwrapper .wide {
	width: 618px;
}

.previewwrapper .pr-preview h2 {
	margin-bottom: 10px;
}

.previewwrapper .pr-preview a.title {
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
	font-size: 1.00em;
	color: #373737;
	text-decoration: none;
}


.previewwrapper .pr-preview .col-single {
	float: left;
	width: 200px;
}

.previewwrapper .pr-preview .col-single p{
    font-size: 11px;
}

.previewwrapper .pr-preview .col1 {
	float: left;
	width: 83px;
}

.previewwrapper .pr-preview .col1 img {
	max-width: 83px;
	max-height: 65px;
}

.previewwrapper .pr-preview .col2 {
	float: left;
	width: 108px;
	margin-left: 5px;
	padding-top: 11px;
}

.previewwrapper .pr-preview .col2 a {
	margin-top: 8px;
}

.descwrapper {
	max-width: 180px;
	max-height: 500px;
	background-color: #f6f6f6;
	border: 1px solid #a6a6a6;
	z-index: 101;
	position: absolute;
	left: 794px;
}

.descwrapper .descr {
	margin: 5px;
	font-size: 0.92em;
	line-height: 1.17em;
}

/**
 *	icons and buttons section
 */
a.login {
	background: url(img/login.png) no-repeat left top;
	text-indent: -999em;
	width: 60px;
	height: 15px;
	display: block;
}

input.i-login {
	background: transparent url(icons/einloggen.png) no-repeat scroll left top;
	border: 0 none;
	height: 25px !important;
	text-indent: -999em;
	width: 108px !important;
}

input.i-zurueck,
a.btn-zurueck {
	background: transparent url(icons/zurueck.png) no-repeat scroll left top;
	border: 0 none;
	text-indent: -999em;
	height: 21px !important;
	width: 76px !important;
	float: left;
}

a.btn-zurueck {
	text-indent: -999em;
}

input.i-weiter {
	background: transparent url(icons/weiter.png) no-repeat scroll left top;
	border: 0 none;
	text-indent: -999em;
	height: 21px !important;
	width: 76px !important;
	float: right;
}

input.i-abmelden {
	background: transparent url(icons/abmelden.png) no-repeat scroll left top;
	border: 0 none;
	text-indent: -999em;
	height: 25px !important;
	width: 108px !important;
	float: right;
	margin-top: 2px !important;
	margin-left: 17px;
}

input.i-speichern {
	background: transparent url(icons/speichern.png) no-repeat scroll left top;
	border: 0 none;
	text-indent: -999em;
	height: 25px !important;
	width: 108px !important;
	float: right;
}

input.i-absenden {
	background: transparent url(icons/absenden.png) no-repeat scroll left top;
	border: 0 none;
	text-indent: -999em;
	height: 25px !important;
	width: 108px !important;
}

#body #recommendform .user-form input.i-absenden {
	margin-top: 0px !important;
}

input.i-pin {
	background: transparent url(icons/pin-anfordern.png) no-repeat scroll left top;
	border: 0 none;
	height: 25px !important;
	text-indent: -999em;
	width: 108px !important;
}

input.i-search {
	background: transparent url(icons/forward.png) no-repeat scroll left top;
	border: 0 none;
	text-indent: -999em;
	width: 24px !important;
	height: 19px !important;
	margin-left: 17px;
	margin-top: 4px !important;
}

.username {
	background: url(icons/username.png) no-repeat left top;
	width: 100px;
	height: 15px;
	position: absolute;
	left: 0px;
	top: 0;
	padding-left: 26px;
	padding-top: 1px;
}

.logout {
	background: url(img/logout.png) no-repeat left top;
	text-indent: -999em;
	width: 109px;
	height: 15px;
	display: block;
}

.register {
	background: url(img/register.png) no-repeat left top;
	text-indent: -999em;
	width: 109px;
	height: 15px;
	display: block;
}

.i-register-step1 {
	background: url(icons/register-step1.png) no-repeat left top;
	height: 38px;
	width: 615px;
}

.i-register-step2 {
	background: url(icons/register-step2.png) no-repeat left top;
	height: 38px;
	width: 615px;
}

.i-register-step3 {
	background: url(icons/register-step3.png) no-repeat left top;
	height: 38px;
	width: 615px;
}

.i-paginate-first {
	background: url(icons/paginate-first.png) no-repeat left top;
	height: 20px;
	width: 20px;
	text-indent: -999em;
}

.i-paginate-prev {
	background: url(icons/paginate-prev.png) no-repeat left top;
	height: 20px;
	width: 20px;
	text-indent: -999em;
}

.i-paginate-next {
	background: url(icons/paginate-next.png) no-repeat left top;
	height: 20px;
	width: 20px;
	text-indent: -999em;
}

.i-paginate-last {
	background: url(icons/paginate-last.png) no-repeat left top;
	height: 20px;
	width: 20px;
	text-indent: -999em;
}

.i-close {
	background: url(icons/close.png) center left no-repeat;
	text-indent: -999em;
	height: 12px;
	width: 12px;
	position: absolute;
	right: 9px;
	top: 9px;
}

.i-open {
	background: url(icons/open.png) center left no-repeat;
	text-indent: -999em;
	height: 12px;
	width: 12px;
	position: absolute;
	right: 9px;
	top: 9px;
}

.i-gallery {
	background: url(icons/gallery.png) center left no-repeat;
}

.i-list {
	background: url(icons/list.png) center left no-repeat;
}

.i-gallery.active {
	background: url(icons/gallery-active.png) center left no-repeat;
}

.i-list.active {
	background: url(icons/list-active.png) center left no-repeat;
}

.double .i-preoffer {
	background: url(icons/double-preoffer.png) no-repeat left top;
}

.i-preoffer {
	background: url(icons/preoffer.png) no-repeat left top;
}

.i-buynow {
	background: url(icons/buynow.png) no-repeat left top;
}

.i-video {
	background: url(icons/video.png) no-repeat left top;
}

.i-new {
	background: url(icons/new-deactivated.png) center left no-repeat;
	padding-left: 22px;
}
a .i-new {
	background: url(icons/new.png) center left no-repeat;
	padding-left: 22px;
}

.i-top {
	background: url(icons/top-deactivated.png) center left no-repeat;
	padding-left: 22px;
}

a .i-top {
	background: url(icons/top.png) center left no-repeat;
	padding-left: 22px;
}

.i-sale {
	background: url(icons/sale-deactivated.png) center left no-repeat;
	padding-left: 22px;
}

a .i-sale {
	background: url(icons/sale.png) center left no-repeat;
	padding-left: 22px;
}

.i-star {
	background: url(icons/star.png) no-repeat left top;
}

.i-5star {
	background: url(icons/5star.png) no-repeat left top;
}

.i-4star {
	background: url(icons/4star.png) no-repeat left top;
}

.i-3star {
	background: url(icons/3star.png) no-repeat left top;
}

.i-2star {
	background: url(icons/2star.png) no-repeat left top;
}

.i-1star {
	background: url(icons/1star.png) no-repeat left top;
}

.i-0star {
	background: url(icons/0star.png) no-repeat left top;
}

.i-forward {
	background: url(icons/forward.png) no-repeat left top;
}

.i-arrowright {
	background: url(icons/arrow-right.png) no-repeat right center;
	padding-right: 10px;
}

.i-backward {
	background: url(icons/backward.png) no-repeat left top;
}

.i-arrowleft {
	background: url(icons/arrow-left.png) no-repeat left center;
	padding-left: 10px;
}

a.i-trolley {
	background: url(icons/trolley.png) no-repeat left top;
	padding-left: 27px;
}

.i-prebid-step1 {
	background: transparent url(icons/prebid-step1.png) no-repeat 12px 9px;
	padding: 55px 24px 0px;
}

.i-prebid-step2 {
	background: transparent url(icons/prebid-step2.png) no-repeat 12px 9px;
	padding: 55px 24px 0px;
}

.i-prebid-step3 {
	background: transparent url(icons/prebid-step3.png) no-repeat 12px 9px;
	padding: 55px 24px 0px;
}

.i-prebid-current {
	background: transparent url(icons/aktuelle-vorabgebote.png) no-repeat left center;
	text-indent: -999em;
	width: 188px;
	height: 25px;
	display: block;
}

.i-prebid-expired {
	background: transparent url(icons/abgelaufene-vorabgebote.png) no-repeat left center;
	text-indent: -999em;
	width: 216px;
	height: 25px;
	display: block;
}

.i-shoppingcart-step1 {
	background: transparent url(icons/shoppingcart-step1.png) no-repeat left top;
	height: 38px;
	width: 615px;
}

.i-shoppingcart-step2 {
	background: transparent url(icons/shoppingcart-step2.png) no-repeat left top;
	height: 38px;
	width: 615px;
}

.i-shoppingcart-step3 {
	background: transparent url(icons/shoppingcart-step3.png) no-repeat left top;
	height: 38px;
	width: 615px;
}

.i-extras {
	background: transparent url(icons/i-extras.png) no-repeat 0 0;
	height: 26px;
	width: 31px;
	margin-right: 15px;
	margin-top: -5px;
	float: left;
}

.i-reisen {
	background-position: 0px -26px;
}

a:hover .i-reisen,
a.active .i-reisen {
    background-position: 0px 0px;
}

.i-apotheken {
    background-position: 0px -26px;
}

a:hover .i-apotheken,
a.active .i-apotheken {
    background-position: 0px 0px;
}

.i-auto {
    background-position: -32px -26px;
}

a:hover .i-auto,
a.active .i-auto {
    background-position: -32px 0px;
}

#tabContent .tb-teaser {
	margin: 0;
}

/* autocompletion */
.ac_results {
	padding: 0px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	color: #7e7e7e;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}
.ac_over {
	background-color: #0A246A;
	color: white;
}

.dummy {
	position: absolute;
	width: 616px;
	height: 385px;
}
.ce-video {
	width: 386px;
	height: 335px;
	margin: 15px 0 0 113px;
}
.ce-video-blank {
	width: 386px;
	height: 15px;
	background: #e9e9e9;
	position: relative;
	left: 113px;
	top: -15px;
	margin: 0;
	padding: 0;
}