/* --------------------------- START Base definitions ------------------------- */
a {
	background-color:transparent;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}


a:link {
	background-color:transparent;
	text-decoration: none;
	color: #000;
}

a:visited {
	background-color:transparent;
	text-decoration: none;
}

a:hover {
	background-color:transparent;
	text-decoration: none;
	color: #6E8B9D;
}

a:active {
	background-color:transparent;
	text-decoration: none;
}

a.grey {
	background-color:transparent;
	text-decoration: none;
	color: #707173;
}

input.mp_button {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	padding: 2px 5px;
	cursor: pointer;
}

div.mp_button, span.mp_button {
	border: 1px solid #CCC;
	padding: 3px 7px;
	background-image:url(../images/background/fader_gray23.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
}

.mp_button_expanded {
	cursor:pointer;
	width:150px;
	-width:160px;
}


div.mp_button .mp_link {
	cursor: pointer;
}

div.mp_button a, span.mp_button a {
	color: #E2001A;
	text-decoration: none;
}

div.mp_button a.mp_grey, span.mp_button a.mp_grey {
	color: #707173;
	text-decoration: none;
}

div.mp_two_buttons {
	color: #E2001A;
	cursor: pointer;
}

div.mp_button_inactive {
	color: #6E8B9D;
}



/* ---------------------------- END Base definitions -------------------------- */


/* -------------------------- START main definitions ---------------------------*/



.clear {
    clear: both;
    height:0px;
    line-height:0px;
    font-size: 0px;
}

.mp_underline {
	text-decoration: underline;
}

.mp_grey {
	color: #707173;
}

.mp_bgWhite {
	background-color: #FFF;
}

.mp_bgGrey {
	background-color: #F3F3F3;
}

.mp_bold {
  font-weight:bold;
}

.mp_raise{
  position:relative;
  top:-2px;
}

.clickable{
  cursor:pointer;
}

.reset_size{
  line-height: 0px;
  font-size: 0px;
}

.width100 {
	width: 100%;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mb10 {
	margin-bottom: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.m10 {
	margin: 10px;
}

.p10 {
	padding: 10px;
}

.pb3 {
	padding-bottom: 3px;
}

.pt10 {
	padding-top: 10px;
}

.border1 {
	border: 1px solid #CCC;
}

.right {
  float: right;
  display: inline;
}

.left {
  float: left;
  display: inline;
}

.tcenter {
  text-align: center;
}

.mp_center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.w100 {
	width: 100px;
}

.w150 {
	width: 150px;
}

.w200 {
	width: 200px;
}

.inv {
	display: none;
}

.ajaxLoaderSmall {
  background: url(../images/ajaxLoaderSmall.gif) no-repeat center;
  width: 16px;
  height: 16px;
}

.ajaxLoaderTrans {
  background: url(../images/ajaxLoaderTrans.gif) no-repeat center;
  width: 16px;
  height: 16px;
}


/* --------------------------- END main definitions ----------------------------*/

/* ------------------------------- START main --------------------------------- */
#contentMiddle .box1 .container{
	padding:7px 9px;
}


#contentMiddle .box2First .container, #contentMiddle .box2Last .container {
	padding: 10px;
}

#contentMiddle .box1 .mp_button_container {
	margin-left: auto;
	margin-right: auto;
	width:300px;
	height:24px;
}

#contentMiddle .box1NoBG {
	border:1px solid #CCCCCC;
	width:524px;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}

#contentRight h2 {
	text-transform:uppercase;
}

#contentRight h3 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 7px 0px 2px 0px;
	line-height: 12px;
}

#contentRight p {
	margin: 0px;
	padding: 0px 0px 7px 0px;
}

#contentRight .box1 {
	background-color: #F2F2F2;
}

#contentRight .box1 .container {
	padding: 10px;
}

#contentRight .box1 .containerESW {
	padding: 0px 10px 10px 10px;
}

#contentLeft input.withButton {
	width: 116px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 2px;
	/*font-size: 11px;*/
	border: 1px solid #CCC;
}

#contentRight input.long, #contentRight textarea.long{
	width: 202px;
	-width: 208px;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	border: 1px solid #CCC;
}

#contentMiddle .boxTop1 {
	margin:0;
	padding:0;
	border-top:1px solid #CCCCCC;
	width:524px;
	overflow:hidden;
	position:relative;
}

/*
h1.style1 {
  font-size: 18px;
  font-weight: bold;
}

h2.style1 {
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 3px;
}

h3.style1 {
  font-size: 10px;
}
*/

#contentMiddle .mp_headline {
	font-weight: bold;
	font-size: 18px;
}

#contentMiddle .mp_subheadline {
	font-weight: bold;
	font-size: 13px;
}

.border_bottom {
	border-bottom: 1px solid #CCC;
}

.border_top {
	border-top: 1px solid #CCC;
	/*font-size: 0px;
	line-height: 0px;*/

}
/* ------------------------------- END main ----------------------------------- */


/* -------------------------------- START content -------------------------------- */

#contentMiddle .breadcrumb {
	font-family: Arial, sans-serif;
	font-size:12px;
}

#contentMiddle .breadcrumb span {
	font-weight: bold;
}

#block_tags ul{
	overflow: hidden;
}

#block_tags li{
	padding: 0px 0px 0px 10px;
}

#block_tags li div{
	padding: 7px 0px;
}

#contentMiddle .suggestion {
	padding-bottom: 7px;
}

#suggestionForm_entry_content {
	height: 60px;
}

.mp_arrow {
	background-image: url(../images/background/header_arrow-down.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 7px;
}

.mp_arrowInactive {
	background-image: url(../images/background/header_arrow-right.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 13px;
}

#contentMiddle .box1, #contentMiddle .box2Last, #contentMiddle .box2First, #contentMiddle .indexBox {
	background-image:url(../images/background/fader_gray176.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
}

#contentRight .boxHeader {
	width; 228px;
}

#block_missingsomething .boxContent{
	/*height: 303px;*/
	width: 228px;
}

#block_missingsomething #missingSomeThingResultHead {
	width: 185px;
}

#block_writearticle .boxContent {
	/* height: 211px;*/
	width: 228px;
}

#writeArticleForm_table .text {
	width: 72px;
	overflow: hidden;
}

#writeArticleForm_table td.tdSeparator {
	width: 10px;
}

#additionForm_table .text {
	width: 72px;
	overflow: hidden;
}

#additionForm_table td{
	text-align: left;
	padding: 5px 0px;
}

#additionForm_table td.tdSeparator {
	width: 10px;
}

#suggestionForm_table td {
	text-align: left;
	padding: 5px 0px;
}

#suggestionForm_table .error_text td {
	text-align: left;
	padding: 0px;
}

#suggestionForm_table h2 {
	margin: 0px 0px 5px 0px;
}

#writeArticleForm .globalErrorBox ul li {
	width: 460px;
}

.image img {
	border: 1px solid #CCC;
}

.articleSummary .image {
	width: 125px;
}

.articleSummary .text {
	width: 378px;
}

.articleSummary a {
	text-decoration: underline;
}

#articleExpert .articleContainer{
	padding: 10px;
}

.mp_error1 {
	margin:0px 0px 10px 0px;
	text-align:left;
	color: red;
}

.mp_error2 {
	text-align:left;
	color: red;
	margin-top: 10px;
}

#contentMiddle .sliderContentMiddle {
	display: block;
	left: 0px;
	overflow:hidden;
	position:absolute;
	top: 100px;
	width: 100%;
}

#contentRight .mpbox .sliderContent img {
	margin-top: 0px;
}

#writeArticle .firstcol {
	padding-top: 10px;
}

#writeArticle .secondcol {
	padding-top: 10px;
	float: right;
}


#articleExpert #additionBox .text {
	width: 70px;
	text-align: left;
}

#additionForm_entry_content {
	font-family: Arial, sans-serif;
}

#articleExpert #additionBox .formInput, #writeArticle .formInput {
	width: 420px;
	padding-bottom: 2px;
	/*padding-left: 2px;*/
	border: 1px solid #CCC;
}

#writeArticle .formInputTextarea {
	width: 420px;
	padding-bottom: 2px;
	/*padding-left: 2px;*/
	border: 1px solid #CCC;
	height: 200px;
	font-family: Arial, sans-serif;
	padding: 4px 3px;
	font-size: 12px;
}

#additionFormLoaderBox, #writeArticleFormLoaderBox {
	margin-right: 5px;
	padding-top: 4px;
}

#suggestionLoaderBox {
	margin-left: 5px;
	padding-top: 4px;
}

#articleExpert #additionBox textarea {
	height: 100px;
}

#contentMiddle .mceContentBody, #contentRight .mceContentBody {
	font-size: 12px;
}

#contentMiddle .mceContentBody h1, #contentMiddle .mceContentBody h2,
#contentMiddle .mceContentBody h3, #contentRight .mceContentBody h1,
#contentRight .mceContentBody h2, #contentRight .mceContentBody h3 {
	font-weight: bold;
	text-transform: none;
}

#contentMiddle .mceContentBody h1, #contentRight .mceContentBody h1 {
	font-size: 13px;
	margin-top: 4px;
	margin-bottom: 2px;
}

#contentMiddle .mceContentBody h2, #contentRight .mceContentBody h2 {
	font-size: 12px;
	margin: 0;
}

#contentMiddle .mceContentBody h3, #contentRight .mceContentBody h3 {
	font-size: 12px;
	margin: 0;
}

.mceContentBody strong {
	font-weight: bold;
}

.mceContentBody em {
	font-style: italic;
}

.mceContentBody ul {
	margin-left: 30px;
}

.mceContentBody ul li {
	list-style-type: disc;
	list-style-position: outside;
	font-size:12px;
}

.mceContentBody ol {
	margin-left: 30px;
	font-size:12px;
}

.mceContentBody ol li {
	list-style-type: decimal;
	list-style-position: outside;
}

.mceContentBody a {
	font-size: 12px;
	text-decoration: underline;
}

#myMediaIntro .mp_imageBox {
	height: 118px;
	width: 236px;
    padding: 10px 0;
}

#myMediaIntro .mp_main_text {
	height: 65px;
	padding: 0;
}

#myMediaIntro .my_account_product_reviews_img {
    background-image: url("../images/mymedia_intro_myreviews.gif");
	background-repeat: no-repeat;
	position: absolute;
    height: 93px;
    width: 240px;
}

#myMediaIntro .my_account_product_additions_img {
    background-image: url("../images/mymedia_intro_myadditions.gif");
	background-repeat: no-repeat;
	position: absolute;
    height: 93px;
    width: 240px;
}

.mp_remove {
	background-image:url(../images/mymedia_remove.gif);
	background-position:left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}

.mp_addition_status_1 {
	background-image:url(../images/mymedia_status_waiting.gif);
	background-position:left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}

.mp_addition_status_3 {
	background-image:url(../images/mymedia_status_ok.gif);
	background-position:left center;
	background-repeat: no-repeat;
	padding-left: 18px;
}

#contentMiddle .myMediaAddition .additionHeader .container, #contentMiddle .myMediaArticle .articleHeader .container{
	padding: 20px 10px 10px 10px;
}

#myMediaReviews .mp_subheadline {
	margin-top: 13px;
}

#myMediaReviews .userReviewsBox {
	border:1px solid #CCCCCC;
	width:524px;
	overflow:hidden;
	position:relative;
	margin-bottom: 10px;
}

#myMediaReviews .userReviewsBox .container {
	padding:7px 9px;
}

#contentMiddle .myMediaAddition .additionContent .container, #contentMiddle .myMediaArticle .articleContent .container{
	padding: 0px 10px 10px 10px;
	position:relative;
}

.additionContent .container .content{
	position:relative;
}

.mp_paging_bottom {
	padding: 0px 10px 10px 10px;
}

#contentMiddle .myMediaArticle, #contentMiddle .myMediaAddition {
	background-image:url(../images/background/fader_gray176.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
}

#block_writearticle .questionmark {
	background: url(../images/background/questionmark.gif) center left no-repeat;
	padding-left: 18px;
}

#block_writearticle .questionmark a{
	color: #797979;
}

#contentMiddle table.box2 {
	width: 100%;
	/*border: 1px solid red;*/
	margin-bottom:10px;
	empty-cells:show;
}

#contentMiddle table.box2 td.container{
	width: 49%;
	margin-left:10px;
	padding: 10px;
	background-image:url(../images/background/fader_gray176.gif);
	background-position:center bottom;
	background-repeat:repeat-x;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#contentMiddle table.box2 td.tdSeparator{
	width: 2%;
}

.articleRating {
	margin-bottom: 5px;
}

.articleRating p {
	margin-left: 70px;
	/*font-size: 11px;*/
}

.starRating {
	float: left;
	list-style: none;
	width: 65px;
	height: 13px;
	position: relative;
	z-index: 0;
}

.starRating a {
	position: absolute;
	text-indent: -2000em;
}

.starRating #currentRating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -2000em;
	height: 13px;
	line-height: 13px;
	outline: none;
	overflow: hidden;
	z-index: 1;
}

.starRating li {
	display: inline;
}

.starRating #stars1 {
	z-index: 15;
	width: 20%;
}

.starRating #stars2 {
	z-index: 14;
	width: 40%;
}

.starRating #stars3 {
	z-index: 13;
	width: 60%;
}

.starRating #stars4 {
	z-index: 12;
	width: 80%;
}

.starRating #stars5 {
	z-index: 11;
	width: 100%;
}

span.layer {
	cursor: pointer;
}

.content_service_lexicon_tagcloud_content { padding-top:10px;}
.content_service_lexicon_tagcloud_tags {padding-bottom:0px;padding-top:0px;text-align: justify; text-align-last: justify; word-spacing:5px;line-height:0.8;}

/* just to confuse the IE8 (content includes non-breaking-space) */
.content_service_lexicon_tagcloud_tags a:after{
	content: "   ";
	font-size: 1px;
	padding: 0;
	margin: 0;
	white-space: normal;
	visibility: hidden;
}

.articleIndex {
	padding: 5px;
}

.indexBox {
	border: 1px solid #CCC;
	padding: 9px;
}

#articleIndex {
	margin-top: 10px;
	font-weight: normal;
}

#articleIndex a {
	margin-left: 5px;
	display: inline;
}

#articleIndex ul {
	list-style-type: none;
	font-weight: normal;
}

#articleIndex li.mpidxlvl1 {
	margin-left: 0px;
	padding: 0px;
}

#articleIndex li.mpidxlvl2 {
	margin-left: 12px;
}

#articleIndex li.mpidxlvl3 {
	margin-left: 24px;
}

/* fix for search box entries being rendered bold */
div.searchCategory {
	font-weight: normal;
}


#mptooltip {
	position: absolute;
	width: 200px;
	color: black;
	z-index: 100;
	text-align: left;
}

#mptooltip_top {
  background-image: url(../images/tooltip_top.png);
	height: 7px;
}

#mptooltip_content {
	background: #ffffff url(../images/tooltip_bg.png) repeat-x bottom left;
	padding: 0px 10px 8px;
	width: 172px;
	overflow: hidden;
}

#mptooltip_content h1, #mptooltip_content h2 {
	font-weight: bold;
	padding-top: 4px;
}

#mptooltip_text {
	overflow: hidden;
	width: 172px;
}

#mptooltip_text {
	display: inline;
}

#mptooltip_centerleft, #mptooltip_centerright {
	width: 4px;
}

#mptooltip_centerleft {
	background: url(../images/tooltip_left.png) repeat-y;
}

#mptooltip_centerright {
	background: url(../images/tooltip_right.png) repeat-y;
}

#mptooltip_bottom {
  background: transparent url(../images/tooltip_bottom.png) no-repeat;
	width: 200px;
  height: 27px;
  overflow: visible;
  clear: both;
}

#contentRight .global_error_box {
	border: 1px solid red;
	padding: 10px;
}

#contentMiddle .box1 .mp_button_container {
	height:24px;
	margin-left:auto;
	margin-right:auto;
	width:206px;
}

#articleExpert #additionBox .text {
	padding:4px 0;
	text-align:left;
	width:70px;
}

#articleExpert #additionBox textarea {
	height:100px;
	padding:4px 3px;
}

#articleExpert .mp_table_container {
	height:24px;
	margin-left:auto;
	margin-right:auto;
	width:auto;
}

#articleExpert .mp_table_expert {
	width: 504px;
}

#errorBox .error_exclamationmark {
	background-image:url(../images/error/redExclamationMark.png);
	background-repeat:no-repeat;
	height:39px;
	width:6px;
}

#errorBox TABLE {
	width: 100%;
}

.checkbox {
	position:relative;
	clear:left;
	display:block;
	float:left;
	height:14px;
	width: 15px;
	margin:0 6px 0 0;
	padding:0;
	top:1px;
}

#myMediaAdditions {
	min-height: 225px;
	height: auto !important;
	height: 225px;
}

/* snippets */
#contentMiddle .articleSnippetHeadline  {
	font-size:20px;
	font-weight:bold;
	padding:10px;
}

#articleSnippetList tr {
	background:url(../images/background/fader_gray176.gif) repeat-x center bottom;
}

#articleSnippetList table {
	width: 524px;
}

#articleSnippetList td.firstcol {
	vertical-align: middle;
}

#articleSnippetList td.secondcol {
	vertical-align: top;
}

#articleSnippetList  .container {
	padding:7px 10px 5px;
}

#articleSnippetList  .imageContainer {
	padding: 10px 0 10px 10px;
	width: 118px;
	-width: 128px;
}

#articleSnippetList .image {
	border:1px solid #CCCCCC;
	cursor:pointer;
	width:116px;
}

#articleSnippetList .headlineContainer {
	padding-bottom: 5px;
}

#articleSnippetList .titleContainer {
	float: left;
	font-weight: bold;
	margin-right: 3px;
}

#articleSnippetList .ratingContainer {
	float: left;
}

#articleSnippetList .ratingContainer ul {
	margin-top: 1px;
}

#articleSnippetList .descriptionContainer {
	width: 376px;
	-width: 396px;
	padding: 7px 10px 5px;
	overflow: hidden;
}

#articleSnippetList .descriptionContainerLarge {
	width: 504px;
	-width: 524px;
	padding: 7px 10px 5px;
	overflow: hidden;
}

#articleSnippetList .buttonContainer {
	height:25px;
	margin-top: 7px;
}


ul.level2 .tagName a{
	padding-left: 1px;
}

#tag_navigation li.last, #tag_navigation li.last div {
	border: 0;
}

div.level1 a {
	font-weight: bold;
}

.navigationLeft ul ul {
	background-color: #FFF;
}

/* ABC navigation */

#abcNavigation .abcNavigationTitleBox .abcNavigationTitle  {
	font-size: 20px;
	font-family:Arial,sans-serif;
	font-weight:bold;
	line-height:20px;
	padding-top: 8px;
}


table.abcNavigationContent td {
	width: 33%;
}

.abcNavigationPaginator span {
	cursor: pointer;
}

.abcNavigationPaginator .separator {
	visibility: hidden;
}

.abcNavigationBottomBox .abcNavigationPaginator {
	margin-top: 0px;
}

#block_abc_content td.abc_letter span {
	color: #000000;
}

#block_abc_content td.abc_letter span.disabled, #block_abc_content td.abc_letter_last span.disabled {
	color: #AAA;
}

#contentMiddle .abcNavigationList {
	float: left;
	width: 168px;
	overflow:hidden;
}

.abcNavigationIcon {
	width: 10px;
	float: left;
}

.abcNavigationLink {
	width: 158px;
	float: left;
}

#contentMiddle .titleContainer h1 {
	float:left;
	overflow:hidden;
	width:336px;
}

/* Social bookmarks */

#contentMiddle .titleContainer .socialBookmarks {
	float: right;
	width: 170px;
}

#contentMiddle .titleContainer .addthis_toolbox, #contentMiddle .titleContainer .addthis_button {
	float: right;
}

#contentMiddle .titleContainer .addthis-enabler {
	float: right;
	margin-top: 4px;
}

#contentMiddle .socialBookmarksContainer {
	text-align:center;
	width:506px;
}

#contentMiddle .socialBookmarksContainer .socialBookmarks{
	margin: 17px auto 0;
	width: 235px;
	min-height: 16px;
}


/* Article list */
#contentMiddle .boxless {
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	width:526px;
}

#contentMiddle #searchResultTitle {
	font-size: 12px;
	font-weight: bold;
}

/* article tags*/

#articleTags {
	margin-top: 15px;
}

#articleTags a {
	text-decoration: underline;
}

#articleTags .headline{
	font-weight: bold;
	text-transform: uppercase;
}

#contentMiddle .titleContainer .addthis_button {
	float: right;
}

#writeArticleBox .bu-left, #writeArticleBox .bu-left_m0,
#missingSomeThingBox .bu-left, #missingSomeThingBox, .bu-left_m0 {
	overflow: visible;
}

#contentMiddle .productTeaserButtonContainer {
	padding: 0 0 10px;
}

#contentMiddle .loadingLayer {
	background: url(../images/media/rating/loader32.gif) transparent no-repeat center center;
	width: 100%;
	height: 44px;
	margin-bottom: 10px;
}

#productTeaserContainer #searchResultTabs td.searchTab div {
	width: auto;
	white-space: nowrap;
}

#productTeaserContainer #searchResultTabs td.empty {
	width: 100%;
}


a.addthis-enabler {
	background:url('../images/common/addthis-enabler-16.png') 2px 0 no-repeat;
	width:106px;
	height:16px;
	display:block;
	float:left;
	text-indent:-9999px;
}

.addthis_32x32_style a.addthis-enabler {
	background:url('../images/common/addthis-enabler-32.png') 1px 0 no-repeat;
	width:183px;
	height:32px;
	display:block;
	float:left;
	text-indent:-9999px;
}

.addthis_toolbox a {
	margin-right:0;
}

.addthis_toolbox {
	margin-top:4px;
}

.tip-addthis .tip-title {
	color: #000;
	z-index: 9999;
	font:11px Verdana;
	width:200px;
	background:#fff;
	padding:10px;
	border:solid 1px #447DA4;
	text-align:left;
}

.tip-addthis .tip-title span {
	text-decoration:underline;
	cursor:pointer;
}
