body, html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    height: 100%;
}



a:focus {
    outline: none;
}

a, 
a:active, 
a:hover, 
a:visited {
	color: #000;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.active, 
a.active:active, 
a.active:hover, 
a.active:visited {
    text-decoration: underline;
}


#page {
    position: relative;
    width: 640px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
}

#head {
    position: relative;
    width: 640px;
    height: 125px;
    background-color: #fff;
    margin-bottom: 10px;
    
}

#head #logo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 135px;
    height: 80px;
    background: url(../img/logo.gif) no-repeat;
}

#head #langNav {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #666;
    font-size: 10px;
}

#head #langNav ul {
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    float: left;
}

#head #langNav li {
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    float: left;
    margin-right: 10px;
    list-style-type: none;
}


#head #metaNav {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #666;
    font-size: 10px;
}

#head #metaNav ul {
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    float: left;
}

#head #metaNav li {
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    float: left;
    margin-left: 10px;
    list-style-type: none;
}


#head #cartNav {
    position: absolute;
    right: 10px;
    top: 40px;
    width: 130px; 
    color: #666;
    font-size: 10px;
}

#head #mainNav {
    position: absolute;
    left: 160px;
    bottom: 2px;
    width: 470px;
}

#head #mainNav ul {
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    float: left;
}

#head #mainNav li {
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    float: left;
    margin-left: 10px;
    list-style-type: none;
}


#head #mainNav .none {
	display: none;
}


#head #mainNav input.search {
	font-size: 9px;
	position: relative;
	top: -5px;
	width: 70px;
	height: 12px;
	line-height: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
}


#head a, 
#head a:active, 
#head a:hover, 
#head a:visited {
    color: #666;
    text-decoration: none;
} 

#head a.active, 
#head a.active:active, 
#head a.active:hover, 
#head a.active:visited {
    color: #666;
    text-decoration: underline;
} 

#head a:hover {
    text-decoration: underline;
}


#content {
    position: relative;
}


#content div.box {
    width: 300px;
    height: 125px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    background-color: #fff;
}

#content div.boxAutoHeight {
    height: auto;
}

#content div.boxAutoHeightFix {
    height: auto;
}

#content div.box div.contentMargin {
    position: relative;
    margin: 10px;
    height: 100%;
}

#content div.box div.contentNoMargin {
    position: relative;
    margin: 0px;
    height: 100%;
}



#content div.box.boxLeftCol {
    position: relative;
	width: 380px;
	float: left;
	clear: both;

}


#content div.box.boxRightCol {
	position: relative;
	width: 250px;
    margin-right: 0px;
	float: right;
	clear: right;
}
#content div.box.boxRightCol.oneLine {
    height: 35px;
}


#content div.box.boxTwoCol {
	position: relative;
	width: 640px;
    margin-right: 0px;
	clear: both;
	float: left;
}

#content div.box.boxTwoCol.oneLine {
    height: 35px;
}


#content div.boxDoubleHeight {
	height: 260px;
}
#content div.boxTripleHeight {
	height: 395px;
}


#content div.box div.bar {
    background: url(../img/black50percent.png);
    color: #fff;
    font-size: 12px;
}
#content div.box div.bar.oneLine {
    height: 25px;
    width: 100%;
    overflow: hidden;
}



#content div.box div.bar.oneLine.bottom {
    position: absolute;
    bottom: 20px;
}

#content div.box div.mainTeaserText {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

#content div.box div.bar.twoLine {
    height: 40px;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
}

#content div.box div.bar.multiLine {
    margin-top: 10px;
    line-heigth: 10px;
    width: 100%;
}

#content div.box div.bar.multiLine div {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#content div.box div.bar div.title {
    float: left;
    font-weight: bold;
    line-height: 25px;
    margin-left: 5px;
}
#content div.box div.bar.twoLine div.title {
    margin-top: 5px;
    line-height: 15px;
}

#content div.box div.bar div.speaker {
    float: right;
    margin-top: 6px;
    margin-right: 5px;
}


#content div.box div.bar a,
#content div.box div.bar a:hover,
#content div.box div.bar a:active,
#content div.box div.bar a:visited {
	color: #fff;
	text-decoration: none;
}
#content div.box div.bar a:hover {
	text-decoration: underline;
}


/* audio, spirits, artwork box */
#content div.box div.audioinfo,
#content div.box div.spiritsinfo,
#content div.box div.artworkinfo {
	margin-bottom: 35px;
	overflow: hidden;
}

#content div.box div.audioinfo div.image,
#content div.box div.spiritsinfo div.image {
	float: left;
	width: 85px;	
}

#content div.box div.artworkinfo div.image {
	margin-bottom: 10px;
}

#content div.box div.audioinfo div.title,
#content div.box div.artworkinfo div.title,
#content div.box div.spiritsinfo div.title {
	font-weight: bold;
	font-size: 12px;
}
#content div.box div.audioinfo div.subtitle,
#content div.box div.artworkinfo div.subtitle,
#content div.box div.spiritsinfo div.subtitle {
	font-size: 12px;
}

#content div.box div.audioinfo div.spacer,
#content div.box div.spiritsinfo div.spacer,
#content div.box div.artworkinfo div.spacer {
	
}

#content div.boxRightCol div.cartlink {
	position: absolute; 
	background-color: #7f7f7f; 
	width: 228px; 
	height: 23px;
	line-height: 23px;
	border: 1px solid #7f7f7f;
	float: none;
	clear: both;
	color: #fff;
	font-weight: bold;
	bottom: 20px;
	cursor: pointer;
}


#content div.boxTwoCol div.cartlink {
	background-color: #7f7f7f; 
	width: 228px; 
	height: 23px;
	line-height: 23px;
	border: 1px solid #7f7f7f;
	float: left;
	color: #fff;
	font-weight: bold;
	bottom: 20px;
	cursor: pointer;
}

#content div.cartlink a,
#content div.cartlink a:hover,
#content div.cartlink a:active,
#content div.cartlink a:visited {
	color: #fff;
	text-decoration: none;
}

#content div.box div.audioplayer {
    position: absolute;
    bottom: 60px;
}

#content div.oneLine select.onlineshop {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
	width: 180px;
}


#content #cartProcessContent {
	
}

#content #cartProcessContent div.bar.oneLine.bottom.button {
    position: relative;
    bottom: 10px;
    float: left;
    width: 200px;
    cursor: pointer;
}

#content #cartProcessContent div.bar.oneLine.bottom.button div.button {
    float: left;
    text-align:center;
    font-weight: bold;
    line-height: 25px;
    width: 100%;
}

#content #cartProcessContent input {
	clear: both;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	width: 280px;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
}
#content #cartProcessContent input.checkbox {
	clear: both;
	border: 1px solid #ccc;
	background: transparent;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	outline-width: 0px;
	width: 18px;
	height: 18px;
	font-size: 11px;
	font-weight: normal;
}
#content #cartProcessContent input.radio {
	clear: both;
	border: 1px solid #ccc;
	background: transparent;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	outline-width: 0px;
	width: 18px;
	height: 18px;
	font-size: 11px;
	font-weight: normal;
}
#content #cartProcessContent input.button {
	float: left;
	clear: none;
    text-align:center;
    font-weight: bold;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../img/black50percent.png);
    color: #fff;
    font-size: 12px;
    border: none;
    border: 0px solid #fff;
    width: 200px;
    cursor: pointer;
    margin-bottom: 10px;
    padding: 5px;
}
#content #cartProcessContent select {
	clear: both;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	width: 280px;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 10px;
}

#content #cartProcessContent input.error,
#content #cartProcessContent select.error {
	border: 1px solid #c00;
}

#content #cartProcessContent hr {
	border: 1px solid #ccc;
	border: none;
	background-color: #ccc;
	height: 1px;
}

span.error {
	color: #c00;
	font-weight: bold;
}


#content #cartProcessContent table {
	border: 1px solid #666;
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border-spacing: 0px;
	font-size: 11px;
	margin-bottom: 20px;
}

#content #cartProcessContent table thead,
#content #cartProcessContent table tbody,
#content #cartProcessContent table tr,
#content #cartProcessContent table th,
#content #cartProcessContent table td {
	padding: 7px 3px 7px 3px;
	margin: 0px;
	text-align: left;
	vertical-align: top;	
}

#content #cartProcessContent table thead td {
	vertical-align: middle;
}
#content #cartProcessContent table tr {
	border: 1px solid #666;
}

#content #cartProcessContent table tfoot tr th {
	font-weight: normal;
}
#content #cartProcessContent table tfoot tr th.boldText {
	font-weight: bold;
}

#content #cartProcessContent table .qty {
	width: 45px;
}
#content #cartProcessContent table .article {
	overflow: hidden;
}
#content #cartProcessContent table.confirmation td.article {
	overflow: hidden;
	vertical-align: top;
}
#content #cartProcessContent table .netto {
	width: 70px;
}

#content #cartProcessContent table .tax {
	width: 70px;
}

#content #cartProcessContent table .brutto {
	width: 70px;
}

#content #cartProcessContent table input.qty {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	width: 20px;
	font-size: 11px;
	font-weight: normal;
}

#content #cartProcessHead div {
	float:left;
	margin-right:5px;
}


#content #cartProcessHead div.inactive {
	color: #999;
}
#content #cartProcessHead div.active {
	color: #000;
}
#content #cartProcessHead div.selected {
	color: #000;
	text-decoration: underline;
}


#content #cartProcessContent div.confirm_address {
	float:left;
	width:80px;
}

select.variants {
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
	width: 230px;
}


div.paragraph_free {
	margin-bottom: 20px;
}

span.normalText {
    font-weight: normal;
}

.headlineText {
	font-weight: bold;
	font-size: 12px;
}

.boldText {
	font-weight: bold;
}

.italicText {
	font-style: italic;
}
.rightText {
	text-align: right;
}



img.arrow_right,
img.arrow_left {
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	top: -1px;
}









/**** POPUP ****/
#page_popup {
    position: relative;
    width: 350px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
}

#page_popup #head {
    position: relative;
    width: 350px;
    height: 125px;
    background-color: #fff;
    margin-bottom: 10px;
    
}

#page_popup #head #logo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 135px;
    height: 80px;
    background: url(../img/logo.gif) no-repeat;
}


#page_popup #content div.box.boxTwoCol {
	position: relative;
	width: 350px;
    margin-right: 0px;
	clear: both;
	float: left;
}


#page_popup div.printwindow {
	
	text-align: right;
}

