/**
 * Stylesheet
 * Hitmeister
 */


/**
 * GENERAL
 */

body {
	margin: 0;
	padding: 5px 5px;
	color: #4d4b3f;
	background: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 140%;
}

img {
	border: 0;
}

form {
	margin: 0;
}

input, select, button {
	font: inherit;
}

.input-text {
	height: 14px;
	padding: 3px;
	border: 1px #acaaa1 solid;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 13px;
	line-height: 115%;
}

h2, h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px;
}

h4, h6, h6, p, ul {
	margin: 0 0 8px;
	font-size: 100%;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}

a {
	outline: none;
	color: #1654a3;
}

a:hover {
	outline: none;
	color: #ef4f08;
}

a.sell {
	color: #5ba83e;
}

.tbl-vert-mid td {
	vertical-align: middle;
}

.text-extraSmall {
	font-size: 10px;
}

.text-small {
	font-size: 11px;
}

.text-medium {
	font-size: 12px;
}

.text-large {
	font-size: 14px;
	font-weight: bold;
}

.text-extraLarge {
	font-size: 19px;
	font-weight: bold;
}

.text-grey {
	color: #acaaa1;
}

.text-orange {
	color: #ef4f08;
}

.text-green {
	color: #418a11;
}

div.greyline {
	height: 2px;
	overflow: hidden;
	background-color: #d0cdc4;
	margin: 9px 0;
}

div.dotted-line {
	border-top: 1px dashed #acaaa1;
}

div.dotted-line-thin {
	border-top: 1px dashed #acaaa1;
}

.clearfix:after {  /* http://www.yaml.de/de/dokumentation/grundlagen/funktionsweise-von-floats.html */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;  /* Safari needs that */
}

.floatbox {  /* http://www.yaml.de/de/dokumentation/grundlagen/funktionsweise-von-floats.html */
	overflow: hidden;
}

.right {
    text-align: right;
}
/**
 * CUSTOM PAGE ELEMENTS
 * recurring elements for all pages like buttons
 */

.headline {
	margin-left: 15px;
}

/*** Buttons HM-Style ***/

.button {
	border: none;
	padding: 0 0 4px 12px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	outline: none;
	font-size: 11px;	
}

.button-cart-medium {
    background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -840px 0px;
	width: 140px;
	height: 25px;
}

.button-cart-medium:hover {
    background-position: -840px -25px;
}

.button-cart-medium:active {
    padding-top: 4px;
    background-position: -840px -50px;
}

.button-send-small {
	background: url(../images/sprites/buttons.png) no-repeat;
	background-position: -420px 0px;
	width: 110px;
	height: 25px;
}

.button-send-small:hover {
    background-position: -420px -25px;
}

.button-send-small:active {
	padding-top: 4px;
    background-position: -420px -50px;
}

.button-send-medium {
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -530px 0px;
	width: 140px;
	height: 25px;
}

.button-send-medium:hover {
    background-position: -530px -25px;
}

.button-send-medium:active {
    padding-top: 4px;
    background-position: -530px -50px;
}

.button-send-large {
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -670px 0px;
	width: 170px;
	height: 25px;
}

.button-send-large:hover {
    background-position: -670px -25px;
}

.button-send-large:active {
    padding-top: 4px;
    background-position: -670px -50px;
}

.button-accept-small {
	background: url(../images/sprites/buttons.png) no-repeat;
	background-position: 0px 0px;
	width: 110px;
	height: 25px;
}

.button-accept-small:hover {
    background-position: 0px -25px;
}

.button-accept-small:active {
    padding-top: 4px;
    background-position: 0px -50px;
}

.button-accept-medium {
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -110px 0px;
	width: 140px;
	height: 25px;
}

.button-accept-medium:hover {
    background-position: -110px -25px;
}

.button-accept-medium:active {
    padding-top: 4px;
    background-position: -110px -50px;
}

.button-accept-large {
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -250px 0px;
	width: 170px;
	height: 25px;
}

.button-accept-large:hover {
    background-position: -250px -25px;
}

.button-accept-large:active {
    padding-top: 4px;
    background-position: -250px -50px;
}

.button-fsk18-medium {
    background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -980px 0px;
	width: 140px;
	height: 25px;
}

.button-fsk18-medium:hover {
    background-position: -980px -25px;	
}

.button-fsk18-medium:active {
	padding-top: 4px;
    background-position: -980px -50px;
}

.linkButton {
	display: block;
	text-decoration: none;
	color: #fff !important; 
	text-align: center;
	line-height: 24px;
	height: 25px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 14px;
}

a.linkButton:hover {
	color: #fff !important;
}

.linkButton-send-small {
	width: 96px;
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -420px 0px;
}

.linkButton-send-small:hover {
    background-position: -420px -25px;
}

.linkButton-send-small:active {
	padding-top: 2px;
	height: 23px;
    background-position: -420px -50px;
}

.linkButton-send-medium {
	width: 126px;
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -530px 0px;
}

.linkButton-send-medium:hover {
    background-position: -530px -25px;
}

.linkButton-send-medium:active {
    padding-top: 2px;
    height: 23px;
    background-position: -530px -50px;
}

.linkButton-send-large {
	width: 156px;
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -670px 0px;
}

.linkButton-send-large:hover {
    background-position: -670px -25px;
}

.linkButton-send-large:active {
    padding-top: 2px;
    height: 23px;
    background-position: -670px -50px;
}

.linkButton-accept-small {
	width: 96px;
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: 0px 0px;
}

.linkButton-accept-small:hover {
    background-position: 0px -25px;
}

.linkButton-accept-small:active {
    padding-top: 2px;
    height: 23px;
    background-position: 0px -50px;
}

.linkButton-accept-medium {
	width: 126px;
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -110px 0px;
}

.linkButton-accept-medium:hover {
    background-position: -110px -25px;
}

.linkButton-accept-medium:active {
    padding-top: 2px;
    height: 23px;
    background-position: -110px -50px;
}

.linkButton-accept-large {
	width: 156px;
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -250px 0px;
}

.linkButton-accept-large:hover {
    background-position: -250px -25px;
}

.linkButton-accept-large:active {
    padding-top: 2px;
    height: 23px;
    background-position: -250px -50px;
}

.linkButton-cart-medium {
	width: 126px;
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -840px 0px;
}

.linkButton-cart-medium:hover {
    background-position: -840px -25px;
}

.linkButton-cart-medium:active {
    padding-top: 2px;
    height: 23px;
    background-position: -840px -50px;
}

.linkButton-fsk18-medium {
	width: 126px;
	background: url(../images/sprites/buttons.png) no-repeat;
    background-position: -980px 0px;
}

.linkButton-fsk18-medium:hover {
    background-position: -980px -25px;
}

.linkButton-fsk18-medium:active {
    padding-top: 2px;
    height: 23px;
    background-position: -980px -50px;
}

/**
 * GLOBAL LAYOUT
 */
/*
#body,
#header-top,
#header-navigation-menu-main,
#header-navigation-menu-sub ul,
#footer-content {
	margin-left: auto;
	margin-right: auto;
	width: 973px;
	padding-left: 15px;
	padding-right: 15px;
}
*/

/**
 * HEADER
 */

#header {
	background: #fff;
	width: 100%;
	/**margin-top: 5px;**/
	margin-bottom: 15px; 
}

.header-noBottomPadding {
	margin-bottom: 0px !important; 
}

#header-teaserText {
	font-weight: bold; 
	vertical-align: middle; 
	padding: 0 10px;
}

#header-loginStatus {
	text-align: right; 
	width: 296px; 
	vertical-align: middle; 
	padding-right: 15px;	
}

.header-divider {
	padding: 5px 0;
}

#header-logo {
	float: left;
	margin-left: 10px;
}

#header-naviIcons {
	float: right; 
	margin: 0;
}

#header-naviIcons li {
	color: #1654a3; 
	float: left; 
	list-style-type: none; 
	display: block; 
	width: 69px; 
	text-align: center;
}

#header-naviIcons li a {
	text-decoration: none;
}

#header-naviIcons li.icon-divider {
	width: 40px;
}

#header-categories {
	padding: 10px;
}

#header-categories a, #header-toCart a {
	text-decoration: none;
}
#header-categories a:hover, #header-toCart a:hover {
	color: #ef4f08;
}

#header-toCart {
	line-height: 22px;
	padding-left: 30px;
	background: url(../images/header/basket_icon_blue.png) no-repeat;
}

#header-toCart:hover {
	background: url(../images/header/basket_icon_orange.png) no-repeat;
}

#header-navigation {
	width: 100%; 
	margin-top: 5px;
}

#header-navigation td.top {
	border-top: 1px solid #b9b8b8;
}

.header-navigationDivider, 
#header-searchBox,
#header-searchButton {
	border: none !important;
}

.header-navigationDivider {
	width: 3px;
}

#header-navigationContainer {
	min-width: 166px;
	width: 166px;
	height: 55px; 
	background: url(../images/header/gradient-blue.png) repeat-x; 
}

#header-categoriesText {
	display: block; 
	margin: 10px; 
	text-decoration: none;
}

#header-categoriesText:hover {
	color: #ef4f08;
}

#header-navigationRelative {
	display: block; 
	position: relative
}

#header-cartRelative {
	display: block; 
	position: relative;
	width: 175px;
}

#header-navigationContent {
	position: absolute; 
	width: 166px; 
	font-weight: bold;
	z-index: 2;
}

#header-cartContent {
	position: absolute;
	width: 300px;
	z-index: 2; 
}

#header-cartContent #toCart {
	display: none;
}

#header-navigationList {
	margin: 0 10px 10px 10px; 
	padding: 0;
}

#header-navigationList li {
	border-top: 1px dashed #acaaa1; 
	color: #1654a3; 
	list-style-type: none; 
	padding: 4px 5px 5px;
}

#header-navigationList li a {
	display: block;
	text-decoration: none;
}

#header-navigationList li a:hover {
	color: #ef4f08;
}

#header-navigationList li span {
	font-weight:normal;
	font-size:11px;
	line-height:120%;
}

#header-navigationList li span a {
	display: inline;
}

#header-search {
	min-width: 514px;
	height: 55px; 
	background: url(../images/header/gradient-grey.png) repeat-x; 
	text-align: center; 
}

#header-search table {
	width: 100%;
}

#header-searchBox input {
	width: 95%;	
}

#header-searchButton {
	width: 100px;
}

#header-cartContainer {
	min-width: 300px;
	width: 300px;
	height: 55px; 
	background: url(../images/header/gradient-grey.png) repeat-x; 
}

a#header-toCart:hover {
	color: #ef4f08;
}
/**
 * FOOTER
 */

#footer {
	background: #fff url(../images/header/gradient-grey.png) repeat-x;
	margin-top: 15px;
	width: 100%;
}

#footer-jumpToTop {
	text-align: right;
	height: 36px;
}

#footer-jumpLink {
	position: relative;
	top: 9px;
	right: 25px;
	padding: 10px 10px;
	font-weight: bold;
	background: #fff;
}

#footer-tuevLogo {
	padding: 30px 70px;
}

#footer-paymentMethods {
	padding: 30px 70px;
}

#footer-main {
	width: 100%;
	text-align: center;
}

/**
 * BODY
 * page layout
 */

#body {

}

#body-layout {
	width: 100%;
}

#body-column-main {
    min-width: 514px;
}

#body-column-left {
	width: 166px;
	padding-right: 3px;
}

#body-column-right {
	width: 300px;
	padding-left: 3px;
}

#body-column-left .box {
	width: 162px;
	overflow: hidden;
}

#body-column-right .box {
	width: 296px;
	overflow: hidden;
}


/**
 * BOXES
 */

/*** standard boxes ***/


.box-container {
	margin: 0 0 5px 0;
	padding: 1px;
}

.box-style-gradient {
	background: url(../images/header/gradient-grey.png) repeat-x; 
}

.box-style-gradient-blue {
	background: url(../images/header/gradient-blue.png) repeat-x; 
}

.box-style-gradient-green {
	background: url(../images/header/gradient-green.png) repeat-x; 
}

#body-column-right .box-container, 
#body-column-left .box-container {
	border: 1px solid #dfdfdf;
}

#body-column-main .box-container {
	border-top: 1px solid #dfdfdf;
	padding: 1px 0 0 0;
}

#body-column-right .box h2, 
#body-column-left .box h2{
	font-size: 100%;
}

.box-style-none, .box-container-none {
	background: none;
	border: none !important;
}

#body-column-main .box-padding-default,
#body-column-right .box-padding-default, 
#body-column-left .box-padding-default {
	padding: 8px;
}

.box-padding-none {
	padding: 0;
}

#body-column-main .box-style-line h2,
#body-column-main .box-style-none h2 {
	color: #ef4f08;	
}

#body-column-right .box-padding-none h2, 
#body-column-left .box-padding-none h2,
#body-column-main .box-padding-none h2 {
	padding: 8px;	
}

/*** ratings ***/
img.ratingIcon {
	height: 20px;
	vertical-align: text-bottom;
}

/*** special links ***/

a.question {
	background-image: url(../images/icons/green_white_questionmark.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.info {
	background-image: url(../images/icons/green_white_info.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.cross {
	background-image: url(../images/icons/green_white_cross.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.plus {
	background-image: url(../images/icons/green_white_plus.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.toggle_plus {
    background-image: url(../images/icons/famfamfam/bullet_toggle_plus.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 16px;
}

a.minus {
	background-image: url(../images/icons/green_white_minus.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.toggle_minus {
    background-image: url(../images/icons/famfamfam/bullet_toggle_minus.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 16px;
}

a.table_go {
	background-image: url(../images/icons/famfamfam/table_go.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.table_refresh {
	background-image: url(../images/icons/famfamfam/table_refresh.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.table_edit {
	background-image: url(../images/icons/famfamfam/table_edit.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.table_save {
	background-image: url(../images/icons/famfamfam/table_save.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.table_error {
	background-image: url(../images/icons/famfamfam/table_error.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

a.table_delete {
	background-image: url(../images/icons/famfamfam/table_delete.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/**
 * AREAS
 */

/*** form validation ***/
input.error {
	border: 1px solid red !important;
	background: #fee !important;
}

label.error {
	display: block;
	font-size: 11px;
	color: red;
}

label.checked {
	display: inline;
	background:url(../images/icons/haken.png) no-repeat 0px 0px;
	margin-left: 5px; 
	padding-right: 11px;
}
/*** message box ***/ /* TODO: fix design here */

#messageBox {
	background: url(../images/header/gradient-yellow.png) repeat-x; 
	margin: 5px 306px 15px 172px;
	padding: 15px;
	font-weight: bold;
	border: 1px solid #f0f0f0;
}

#messageBox ul {
	padding: 0;
	margin: 0;
}

#messageBox li {
	list-style-type: none;
	padding-bottom: 3px;
}

#messageBox li.error, #messageBox label.error {
	background-image:url(../images/icons/msg_error.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #fe0000;
}

#messageBox li.success {
	background-image: url(../images/icons/msg_success.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: #46aa1e;
}

#messageBox li.notice {
	background-image: url(../images/icons/msg_notice.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
}

#close_msgbox {
	cursor: pointer;
	margin: 15px 321px 0 0;
	float: right;
}

/*** pagination ***/
.paginator a {
	text-decoration: none;
}

/*** list types ***/

.hmlist {
	list-style-type: none;
	padding: 0;
	margin: 7px 0;
}

.hmlist li {
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 0 0 4px 19px;
}

.hmlist-special li {
	background-image: url(../images/listItems/special.png);
}

.hmlist-buy li {
	background-image: url(../images/listItems/buy.png);
}

.hmlist-sell li {
	background-image: url(../images/listItems/sell.png);
}


/*** continuous text ***/
/* apply this class to long texts which need margins for heading, paragraphs, etc */

.continuousText h2 {
	margin: 10px 0 8px;
}


/*** main forms (for login, checkout, ...) ***/

table.form-main {
	width: 100%;
}

table.form-main td, table.form-main th {
	vertical-align: middle;
}

th.form-main-headline {
	border-top: 1px dashed #acaaa1;
	text-align: left;
	font-size: 14px;
	padding-top: 11px;
	padding-bottom: 3px;
}

td.form-main-label {
	padding: 10px;
	text-align: right;
	vertical-align: top !important;
	height: 16px;
	width: 187px;
	background-color: #fff;
}

td.form-main-input {
	height:	36px;
	padding-left: 13px;
}

select.form-main-select {
	padding: 2px;
	width: 312px;
	border: 1px #acaaa1 solid;
	background: #fff;
}
textarea.form-main-textarea {
	margin: 5px 0;
	padding: 3px;
	width: 305px;
	height: 200px;
	border: 1px #acaaa1 solid;
	background: #fff;
}

input.form-main-textinput {
	height: 14px;
	width: 304px;
	padding: 3px;
	border: 1px #acaaa1 solid;
	background: #fff;
}

input.form-main-textinput-small {  /* additional class to form-main-textinput if you need a smaller look */
	width: 202px;
}

input.form-main-textinput-tiny {  /* additional class to form-main-textinput if you need a tiny look */
	width: 54px;
}

.form-main-info {
	width: 200px;
	text-align: right;
	font-size: 11px;
	color: #acaaa1;
}

.form-main-navigation {  /* area with buttons below form */
	height: 27px;
	background: #f0f0f0;
	margin: 24px 0;
}

.form-main-navigation-left {
	float: left;
}

.form-main-navigation-right {
	float: right;
}

/*** listings tables ***/
.listing-wrapper {
    padding: 1px;
    border: 1px solid #dfdfdf;  
    margin-bottom: 5px;
}

.listing {
	width: 100%;
	background: url(../images/header/gradient-grey.png) repeat-x;
}

.listing tr.columndivider {
	border-bottom: 1px solid #dfdfdf;
}

.listing tr.last {
    border-bottom: none;
}

.listing td {
	vertical-align: top;
	padding: 2px 5px;
}

.listing-wide td {
	padding: 5px;
}

.listing th {
	text-align: left;
	padding: 5px;
}

.listing input.number {
    text-align: right;
}

/*** gallery-item ***/

.gallery-item-image-container img {
	bottom: 0;
	position: absolute;
}

/*** item list gallery ***/

.itemList-gallery-row {
	margin-top: 20px;
}

.itemList-gallery-row-first {
	margin-top: 0;
}

.itemList-gallery-cell {
	float: left;
}

.itemList-gallery-item {
	width: 120px;
	margin: 0 auto;
	text-align: center;
}

.itemList-gallery-item .itemTitle {
	margin-top: -8px;
}

.itemList-gallery-item a {
	font-weight: bold;
}

.itemList-gallery-item-image, .itemList-gallery-item-image td {
	height: 128px;
	overflow: hidden;
}

.itemType2 .itemList-gallery-item-image,
.itemType2 .itemList-gallery-item-image td,
.itemType3 .itemList-gallery-item-image,
.itemType3 .itemList-gallery-item-image td
{
	height: 90px;
}

.itemList-gallery-item-image table {
	margin: 0 auto;
}

.itemList-gallery-item-image td {
	vertical-align: bottom;
	padding: 0;
}

.itemList-gallery-item-image img {
	width: 90px;
}


/*** item list simple gallery ***/
/* i.e. lastSeenItems */

.itemList-simpleGallery-cell {
	float: left;
	width: 19.9%;
}

.itemList-simpleGallery-item {
	width: 170px;
	margin: 0 auto;
	text-align: center;
}

.itemList-simpleGallery-item-image {
	margin-bottom: 3px;
}

.itemList-simpleGallery-item-image,
.itemList-simpleGallery-item-image td {
	height: 128px;
	overflow: hidden;
}

.itemList-simpleGallery-item-image table {
	margin: 0 auto;
}

.itemList-simpleGallery-item-image td {
	vertical-align: bottom;
	padding: 0;
}

.itemList-simpleGallery-item-image img {
	width: 90px;
}


/*** item list browse ***/
/* i.e. item all and search result */

table.itemList-browse-row {
	width: 100%;
}

.itemList-browse-cover {
	width: 108px; 
	overflow: hidden;
}

.itemList-browse-cover img {
}

.itemList-browse-cover .itemList-browse-manufacturer {
	width: 50px;
}

/*** item list sidebar ***/

.itemList-sidebar-image {
	float: left;
	width: 58px;
	height: 58px;
	overflow: hidden;
}

.itemList-sidebar-image img {
	/*width: 58px; use tiny pictures to reduce weight */
}

.itemList-sidebar-info {
	margin-left: 68px;
}

.itemList-sidebar .pricetag {
	position: relative;
	left: -3px;
}


/*** teaser boxes ***/

/* type a */
/* itemList for compatibility */
.teaserBox-typeA,
.itemList-teaser {
	table-layout: fixed;  /* Opera bug with styled image size */
	width: 100%;
	text-align: center;
}
.teaserBox-typeA-image,
.itemList-teaser-image {
	padding: 8px 8px 0;
}
.teaserBox-typeA-info,
.itemList-teaser-info {
	padding: 2px 8px 8px;
}
.teaserBox-typeA-image img,
.itemList-teaser-image img {
	height: 140px;
}

/* type b */
.teaserBox-typeB-cover1 {
	float: left;
	margin-right: 4px;
}
.teaserBox-typeB-cover2 {
	float: left;
	margin-right: 12px;
}

/* type c */
.teaserBox-typeC {
	width: 100%;
	margin: 25px 12px;
}
.teaserBox-typeC h3 {
	margin: 0;
}

/* type d */
.teaserBox-typeD-tipp {
	float: left;
}
.teaserBox-typeD h3 {
	font-size: 18px;
	margin-top: 12px;
}
.teaserBox-typeD-cover {
	margin-right: 8px;
}
.teaserBox-typeD-subheading {
	font-size: 15px;
	font-weight: bold;
}

/*** item review ***/
a.to_reviews_page {
    text-decoration: none;
}
.reviews_paging a.active {
    font-weight: bold;
}
.reviews_paging a.disabled {
    color: #aaa;
    cursor: default;
}

/*** addresses and bankaccount ***/

.address-container, .bankaccount-container {
	float: left;
	margin: 5px;
}

.address-data, .address-controls, .bankaccount-controls {
	width: 170px;
	margin: 5px;
	padding: 5px;
	background: url(../images/header/gradient-grey.png) repeat-x;
	border: 1px solid #dfdfdf;
}

.address-data, .bankaccount-data {
	height: 100px;
}

.address-data-primary, .address-controls-primary {
	background: url(../images/header/gradient-green.png) repeat-x;	
}

/**
 * COMMON BOXES
 */

/*** guarantee ***/

#box-guarantee, 
.box-overflow {
	overflow: visible !important;  /* override global overflow:hidden for sideboxes -> shield */
}	

#hitmeister-guarantee {
	background: #fff url(../images/boxes/guarantee-gradient.png) bottom repeat-x;
	padding: 8px 9px 15px;
}

#hitmeister-guarantee .hmlist {
	margin-bottom: 12px;
}

#hitmeister-guarantee .hmlist li {
	margin-bottom: 6px;
}

#hitmeister-guarantee a {
	font-weight: bold;
}
/*** ads & adsense ***/

#hitmeister-adsense-wideskyscraper {
	padding: 10px;
}

#hitmeister-adsense-leaderboard {
	padding: 0;
	text-align: center;
}

#hitmeister-adsense-fullbanner {
	padding: 5px;
	text-align: center;
}

#hitmeister-affilimatch-leaderboard {
	padding: 0;
	text-align: center;
}

/*** refinement browser ***/

.refinementBrowser-mainList {
	margin: 0;
	padding: 0 0 1em;
}

.refinementBrowser-mainList li {
	list-style-type: none;
	padding: 2px 0;
	line-height: 100%; /* IE6/7 */
}

.refinementBrowser-mainList li a {
	display: block;
	text-decoration: none;
	line-height: 100%;
}

.refinementBrowser-mainList li a:hover {
	color: #ef4f08;
}

.refinementBrowser-mainList li .item-count {
	color: #acaaa1;
}

/*** refinement category browser ***/

.refinementCategoryBrowser-mainList {
	margin: 0;
	padding: 0 0 6px;
}

.refinementCategoryBrowser-mainList li {
	list-style-type: none;
	padding: 2px 0;
}
.refinementCategoryBrowser-mainList .subList li {
	padding: 2px 0 2px 10px;
}

.refinementCategoryBrowser-mainList li a {
	display: block;
	text-decoration: none;
	line-height: 100%;
}

.refinementCategoryBrowser-mainList li a:hover {
	color: #ef4f08;
}

/*** navigationBrowser ***/
.navigationBrowser h2 {
	margin: 0 !important;
}

/*** faq ***/

.sidebar .faqbox {
	line-height: 130%;
	margin: 3px 0;
}

.sidebar .faqbox dt {
	padding: 0.5em 8px 0.5em 28px;
	background: url(../images/icons/green_white_questionmark.png) 8px 6px no-repeat;
}

.sidebar .faqbox dd {
	margin: 0;
	padding: 0.5em 8px 0.5em 28px;
	background: url(../images/icons/exclamation.png) 8px 6px no-repeat;
}


/*** account menu ***/

#account-browser {
	margin-bottom: 11px;
	padding: 0;
}

#account-browser div.account-browser-cat {
	margin-bottom: 5px;
	font-weight: bold;
}

#account-browser li {
	list-style-type: none;
	margin-bottom: 11px;
}

.account-browser-sub {
	margin: 0;
	padding: 0;
}

#account-browser .account-browser-sub li {
	margin-bottom: 5px;
	line-height: 1;
}

#account-browser .account-browser-sub li a {
	text-decoration: none;
}

#account-browser .account-browser-sub li a:hover {
	color: #ef4f08;
}


/*** link lists ***/

ul.link-list {
	margin: 0;
	padding: 0;
}

ul.link-list li {
	list-style-type: none;
}

/*** google ads ***/
span.google-ad-area {
	display: block;
	padding: 4px 4px;
}

span.google-ad-area:hover {
	background: #f0f0f0;
}

/**
 * INDIVIDUAL BOXES
 */

/*** shopping cart ***/

#box-shoppingCart h1 {
	margin-bottom: 6px;
	padding: 6px 0 6px 38px;
	background: url(../images/cart-icon.png) no-repeat;
}

#box-shoppingCart table {
	width: 100%;
}

#shoppingCart-calculation {
	margin-bottom: 15px;
}

#shoppingCart-unitList td, #shoppingCart-calculation td {
	border-bottom: 1px dashed #acaaa1;
}

#shoppingCart-unitList td {
	padding: 15px 0;
}

#shoppingCart-unitList tr.last td, #shoppingCart-calculation tr.last td {
	background: none;
}

#shoppingCart-calculation td {
	padding: 10px 0;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}

#shoppingCart-calculation td.shipping_cost_overview table {
	width: auto;
	margin-left: auto;
}
#shoppingCart-calculation td.shipping_cost_overview table td {
	padding: 5px;
	font-weight:normal;
	border: 1px solid white;
	background-color: #F1F1F1;
	font-size: 11px;
}
#shoppingCart-calculation td.shipping_cost_overview table td.price {
	width: 80px;
	text-align: center;
	font-weight: bold;
}
#shoppingCart-calculation td.price {
	padding-right: 10px;
	text-align: right;
	font-size: 19px;
}

#box-shoppingCart tr.spacer {
	background: #FFF;
	height:5px;
}

#box-shoppingCart tr.spacer td {
	border: 0;
}

#box-shoppingCart tr.total {
	background: #e7e6e3;
}

#box-shoppingCart tr.save {
	background: #FFE8B5;
}

#shoppingCart-calculation tr.save td {
	padding-left: 8px;
	border: 0;
}

#shoppingCart-calculation tr.total td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

#shoppingCart-unitList p {
	font-size: 11px;
	margin-bottom: 2px;
}

#shoppingCart-unitList .title {
	font-size: 14px;
	margin-bottom: 4px;
}

#shoppingCart-question {
	padding: 0 0 6px 45px;
	background: url(../images/cart-question.png) no-repeat;
}

#shoppingCart-note {
	font-size: 10px;
	position: relative;
	top: 20px;
	margin-top: -20px;
}

#shoppingCart-AGB {
	background: #edfec0;
	padding: 10px;
}

#shoppingCart-AGB input {
	margin: 0 4px 0;
}

#shoppingCart-AGB label {
	font-weight: bold;
}

#shoppingCart-AGB p {
	margin-top: 4px;
	font-size: 11px;
	line-height: normal;
}

.bestseller-position {
	background: url(../images/bestseller-position.png) no-repeat;
	color: #face6a;
	font-weight: bold;
	padding-left: 3px;
	position: relative;
	height: 16px;
	width: 16px;
	margin-bottom: -16px;
	line-height: normal;
}

/*** shopping cart topline ***/
#topline {
	width: 100%;
}

#topline img {
	margin: 0 4px;
}

#topline .topline_descriptions td {
	font-size: 11px;
	line-height: normal;
}

#topline .topline_text {
	width: 220px;
}
/*** payment ***/
#bank_tos_text {
	font-size:11px;
	line-height:13px;
	padding:5px;
}

/*** sellershop ***/
.sellershop-navigation {
	padding: 0px;
	margin: 5px 0px;
	list-style-type: none;	
}
.sellershop-navigation li {
	padding: 0px;
	margin: 0px;
	padding: 3px 10px;
	
}
.sellershop-navigation li.active {
	background: #f2eee0;
	font-weight:bold;	
}
.sellershop-navigation li a {
	font-size:11px;
}

.seller-rating-stats
{
	border: 1px solid #f0f0f0;
	margin-top: 20px;
}
.seller-rating-stats td
{
	padding: 5px;
	border-bottom:1px solid #dfdfdf;
	margin: 5px;
}
.seller-rating-stats td.number
{
	text-align: center;
}


/*** account sellings ***/

#account_overview_sell-noSellings-sell {
	color: #5ba83e;
	margin-top: 28px;
}

#account_overview_sell-noSellings-sell-bar {
	background: url(../images/header/search-background.png);
	padding: 12px;
	margin-top: 24px;
	text-align: right;
}

#account_overview_sell-noSellings-sell-bar img {
	float: left;
	position: relative;
	top: -29px;
}

/*** homepage top ***/

#start-top {
	margin-top: 5px;
	margin-bottom: 20px;
}

#start-top h2 {
	color: #fff;
	font-size: 19px;
	height: 20px;
	padding-top: 5px;
}

#start-top ul {
	margin-top: 28px;
}

#start-top-buy {
	float: left;
	width: 29%;
	min-height: 160px;
}

#start-top-buy h2 {
	background: #f16832;
	padding-left: 133px;
}

#start-top-buy img {
	position: relative;
	top: -39px;
	float: left;
	margin-bottom: -39px;
}

#start-top-buy ul {
	margin-left: 102px;
}

#start-top-buy li {
	background-image: url(../images/start-top/listItem-buy.png);
}

#start-top-secure {
	float: left;
	width: 38%;
	min-height: 160px;
}

#start-top-secure h2 {
	background: #face6a;
	padding-left: 154px;
}

#start-top-secure img {
	position: relative;
	top: -48px;
	left: 4px;
	float: left;
	margin-bottom: -48px;
}

#start-top-secure ul {
	margin-left: 155px;
}

#start-top-secure li {
	background-image: url(../images/start-top/listItem-secure.png);
}

#start-top-sell {
	width: 33%;
	float: left;
	min-height: 160px;
}

#start-top-sell h2 {
	background: #60ac41;
	padding-left: 124px;
}

#start-top-sell img {
	position: relative;
	top: -41px;
	left: 19px;
	float: left;
	margin-bottom: -41px;
}

#start-top-sell ul {
	margin-left: 118px;
}

#start-top-sell li {
	background-image: url(../images/start-top/listItem-sell.png);
}


/*** register advantages ***/

#register-advantages h2 {
	color: #fff;
	font-size: 19px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
}

#register-advantages ul {
	margin-top: 15px;
}

#register-advantages-buy {
	float: left;
	width: 49.9%;
}

#register-advantages-buy div {
	margin-left: 97px;
}

#register-advantages-buy h2 {
	background: #f16832;
}

#register-advantages-buy img {
	float: left;
	margin: 0 10px;
}

#register-advantages-sell {
	width: 49.9%;
	float: left;
}

#register-advantages-sell h2 {
	background: #60ac41;
}

#register-advantages-sell img {
	float: right;
	margin: 0 10px;
}

#register-advantages-sell div {
	margin-left: 10px;
}

/*** Item One fwf Banner ***/
div.itemone-fwfContainer {
	height: 60px; 
	background-color: #deebf4;
}
input.itemone-fwfInput {
	font-size: 12px; 
	font-weight: bold;
}
#fwf_1 div.space-left {
	height: 60px; 
	float: left; 
	width: 60px; 
	background-color: #deebf4;
}
#fwf_1 #bills, #fwf_2 #bills {
	float: left; 
	height: 82px; 
	margin-top: -22px;
} 
#fwf_1 div.text-offer {
	float: left; 
	margin-left: 10px; 
	margin-right: 35px; 
	padding-top: 10px; 
	font-size: 19px; 
	font-weight: bold; 
	line-height: 22px; 
	color: #1f74b5;
}
#fwf_2 div.inputContainer {
	float:left; 
	padding-top:10px;
}
#fwf_2 div.sendContainer {
	display: inline;
	position: relative;
	top: 3px;
	margin-left: 10px;
}
#fwf_2 div.text-between {
	float: left; 
	width: 120px; 
	font-size: 19px; 
	padding-top: 25px; 
	text-align: center;
}

/*** ItemOne *****/
.itemOne-compare-kelkoo {
	float: left;
	width: 250px;
	padding-left: 10px;	
}
.itemOne-compare-kelkoo h1 {
	font-size: 14px;
}
.itemOne-compare-kelkoo a {
	font-size: 14px;
	color: #4b9114;
	font-weight: bold;
}
.itemOne-compare-kelkoo a.extern {
	background-image: url(../images/icons/link_extern.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 32px;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 14px;
	color: #4b9114;	
	font-weight: bold;
}

#itemOne-moreDetails b {
	display: block;
	float: left;
	width: 150px;
}

#itemOne-moreDetails span.data {
}

#itemOne-dataAttributes {
	width: 95%;
}

.itemOne-attributesColumn {
	width: 50%;
}

.itemOne-attributesColumn table{
    width: 100%;
}

#itemOne-attributesColumnLeft {
	padding: 0px 15px 0px 0px;
}

#itemOne-dataAttributes .itemOne-attributesColumn .itemOne-attributeName {
	width: 35%;
	padding: 1px 1px 1px 10px;
	border-bottom: 1px solid #eee;
}

#itemOne-dataAttributes .itemOne-attributesColumn .itemOne-attributeData {
	width: 65%;
	padding: 1px 10px 1px 10px;
	border-bottom: 1px solid #eee;
}

#itemOne-dataAttributes .itemOne-attributesGroupName {
   background-color: #eee;
   color: #4d4b3f;
   font-weight: bold;
}

#itemOne-dataAttributes .itemOne-attributesTracklist {
    font-size: 14px;
    font-weight: bold;
    color: #ef4f08;
    padding: 15px 0px 5px 0px;
}

/*** faq ***/
#faq-browser-main-navi {
	width: 40%;
	padding: 5px;
}

#faq-browser-main-content {
	width: 60%;
	padding: 15px;
}

#faq-browser-main-navi ul {
	padding: 5px 0 0 0;	
}

#faq-browser-main-navi > ul {
	padding: 0px;	
}

#faq-browser-main-navi li {
	list-style-type: none;
	padding-left: 20px;	
}

#faq-browser-main-navi li.open_folder  {
	background-image: url(../images/icons/famfamfam/folder_go.png);
	background-repeat: no-repeat;
}

#faq-browser-main-navi li.closed_folder  {
	background-image: url(../images/icons/famfamfam/folder.png);
	background-repeat: no-repeat;
}

#faq-browser-main-navi li.question  {
	background-image: url(../images/icons/famfamfam/page.png);
	background-repeat: no-repeat;
}

#faq-browser-main-navi li.selected_question  {
	background-image: url(../images/icons/famfamfam/page_go.png);
	background-repeat: no-repeat;
}

#faq-browser-main-navi a {
	text-decoration: none;
	display: block;
}

#faq-browser-main-navi li.selected_question a {
	background-color: #eee;
	color: #ef4f08;
	font-weight: bold;
}

#faq-browser-main-navi li.open_folder > a {
	background-color: #eee;
	color: #ef4f08;
	font-weight: bold;
}

/*** action list ***/
.actionList {
	padding: 0;
	margin: 5px;
}

.actionList li {
	list-style-type: none;
	padding: 3px 0;
}

.actionList li:hover {
	background-color: #eee;
}

.actionList li.spacer {
	border-top: 1px dashed #acaaa1;
    margin: 4px 0;
}

.actionList li.spacer:hover {
	background-color: #fff;
}
/*** jQuery Sortable *****/
.sortable-placeholder {
	background-color: #333;
	border: 2px dashed #aaa; 
}

/*** withdrawal confirmation ****/
tr.withdrawal-confirmation {
	border-bottom: 1px solid #EEE;
}
tr.withdrawal-confirmation td {
	padding: 3px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/*
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	xcolor:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	xtext-align:left;
	xline-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

/*** carousel ***/
table.carouselContainer {
	width: 100%;
	margin: 0;
	padding: 0;
}

table.carouselContainer td.previousButtonContainer,
table.carouselContainer td.nextButtonContainer { 
    width: 50px; 
    vertical-align: middle; 
    text-align: center;
}

xtable.carouselContainer td.topLeftCorner {
    background: url('../images/carousel/galerie_ecke_links_oben.png') no-repeat; 
    height: 16px; 
    width: 16px;
}

xtable.carouselContainer td.topRightCorner {
    background: url('../images/carousel/galerie_ecke_rechts_oben.png') no-repeat; 
    height: 16px; 
    width: 16px;
}

xtable.carouselContainer td.bottomLeftCorner {
    background: url('../images/carousel/galerie_ecke_links_unten.png') no-repeat; 
    height: 19px; 
    width: 16px;
}

xtable.carouselContainer td.bottomRightCorner {
    background: url('../images/carousel/galerie_ecke_rechts_unten.png') no-repeat; 
    height: 19px; 
    width: 16px;
}

xtable.carouselContainer td.left {
    background: url('../images/carousel/galerie_links.png') repeat-y; 
    width: 16px;
}

xtable.carouselContainer td.right {
    background: url('../images/carousel/galerie_rechts.png') repeat-y; 
    width: 16px;
}

xtable.carouselContainer td.top {
    background: url('../images/carousel/galerie_oben.png') repeat-x; 
    height: 16px; 
}

xtable.carouselContainer td.bottom {
    background: url('../images/carousel/galerie_unten.png') repeat-x; 
    height: 19px; 
}

/*** account_listings ***/

#accountUnitList .save {
    background: #dfdfdf url(../images/icons/famfamfam/table_save.png) no-repeat 2px 2px; 
    color: #666;
    width: 70%;
    border: 1px #acaaa1 dashed; 
    padding: 2px 2px 2px 20px; 
    margin: 0 5px 5px 5px;
    cursor: pointer;
}

#accountUnitList .delete {
	background: #fff url(../images/icons/famfamfam/table_delete.png) no-repeat 2px 2px; 
	width: 70%; 
	border: 1px #acaaa1 solid; 
	padding: 2px 2px 2px 20px; 
	margin: 5px; 
	cursor: pointer;
}

#accountUnitList .saveActive {
    font-weight: bold;
    color: #4d4b3f;
    background-color: #fff;
    border: 1px #acaaa1 solid; 
}