/* 
    Document   : load.css
    Created on : 29.06.2015, 16:40:14
    Author     : Michael
    Description:
        Purpose of the stylesheet follows.
*/

@charset "UTF-8";
/* CSS Document */
html, body{
    height: 100%;
    display: block;

	image-rendering:optimizeSpeed;				// Legal fallback
    image-rendering:-moz-crisp-edges;			// Firefox
    image-rendering:-o-crisp-edges;				// Opera
    image-rendering:-webkit-optimize-contrast;	// Chrome (and eventually Safari)
    image-rendering:crisp-edges;				// CSS3 Proposed
    -ms-interpolation-mode:bicubic;				// IE8+
}
/*.mto_buy_but {
	display: block !important;
}*/
#fullcontent {
	/*padding-left: 12px;*/
}
.framespacer {
    position: absolute;
    top: 0;
    width: 1px;
    /*height: 3000px;*/
}

.nofloat {
    position: relative;
    float: none;
    clear: both;
    min-height: 1300px;
}

#shopCont {
    /*min-height: 8000px;*/
}
#Body #shopCont, #Body #shopCont * {
	font-family: 'Roboto', sans-serif;
}

#alt-desc, #app-view {
    width: 100%;
    display: none;
}

table.right {
	border: none;
}

#widshop_product {
    /*visibility: hidden;*/
	position: relative;
    display: table;
    width: 747px;
}

.bx-clone {
	display: none !important;
}
#images,
#thumbs {
    display: none;
}

#shopCont .articleUVP span, #shopCont .articleUVP span i,
#shopCont .articlePrice span, #shopCont .articlePrice i {
	font-family: "Price" !important;
}

#xsp-template {
	color: #333;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: white;
	padding: 60px 15px 15px!important;
	background: #fff url('http://s1-widshop.com/kunden/medionshop-deutschland/img/medion_Logo.jpg') no-repeat top center;
	background-size: 200px 26.5px;
	margin: 25px 0!important;
}

#xspt-tt {
	font-size: 18px;
	letter-spacing: normal;
	text-align: center;
	line-height: 22px;
	margin: 0 0 20px;
	padding: 0 10px 20px;
	border-bottom: 1px dotted #333;
	font-weight: bold!important;
}

#xspt-dsc {
	padding: 20px 10px;
	font-size: 12px;
	line-height: 18px;
	margin-top: 20px;
	border-top: 1px dotted #333;
}
#xspt-dsc table th,
#xspt-dsc table td {
	font-size: 12px;
	text-align: left
}
#xspt-dsc li {
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 0!important;
}

#xspt-dsc ul {
	margin: 10px 0 0 10px!important;
	padding: 0!important;
}

#charaters-list ul li {
	display: inline-block;
	font-size: 15px;
    padding: 5px 7px 20px 0;
}
#charaters-list ul li a:hover {
	text-decoration: underline;
}

/* Disable */
#mto_header_nav ul {
	width: 100% !important;
	display: table !important;
}

#mto_header_nav ul li {
	display: table-cell !important;
	width: auto !important;
	text-align: center !important;
	padding: 0 !important;
}

#LeadBoxLeft .item .mto_sliderItemBox .slider_box_price {
    right: 0 !important;;
}
#LeadBoxLeft .item .uvp-true .mto_item_uvp {
    bottom: initial !important;;
    left: 9px !important;;
}
#md-product-tags {
	display: none;
}
#ds_div #shopCont .articlePrice {
	display: none;
}