@CHARSET "utf-8";

/*  TEL_n 
 *  Tooltip and Explanation Layer
 *  Width: without Mulitmedia Element 274 pixel plus 1 pixel outline, 
 *         plus 1 pixel shadow on the left and 3 pixel on the right 
 *         side = 280 pixel
 *  Width: with Mulitmedia Element flexible, maximum 493 pixel plus 1 pixel 
 *         outline, plus 1 pixel shadow on the left and 3 pixel on the right 
 *         side = 499 pixel
 *  
 *  Height flexible, plus 1 pixel outline, plus 1 pixel shadow at top and 
 *         3 pixel at bottom
 *  
 *  Pointer can appear at top or at bottom and should be centered, but can be 
 *  adjusted depending on the position of the link and the remaining space
 *  
 *  Colour 1 pixel outline: Line Grey
 *  Hex Code: # DDDDDD
 *  RGB: 221|221|221
 *  
 *  Colour Background: GP2_n, Layer Grey
 *  Hex Code: # ECECEC
 *  RGB: 236|236|236
 *  
 *  Colour HL11_n, TX1_n, EN1_n
 *  Anthracite
 *  Hex Code: # 333333
 *  RGB: 051|051|051
 *  
 *  Can contain: HL11_n, ME2_n, TX1_n, EN1_n, LL1_n, GP2_n
 *  
 *  Mediaformat: System font, gif, pngt
 */
#ms-tooltip-veil div.ms-tel {
	background-color: transparent;
	position: absolute;
	top: 0;
	z-index: 1900;
}

/*  HL11_n
 *  Headline
 *  Number occurrences:0-1
 *  May run double lined
 *  max. 70 characters
 *
 *  See: AS10 Element Listing (AS07 Framework Concept)
 *  WSG-Label: Large Subheadline
 */
#ms-tooltip-veil div.ms-tel h2.ms-hl11 {
	
}

/*  ME2_n
 *  Multimedia element
 *  Number occurrences:0-1
 *  
 *  See: AS10 Element Listing (AS07 Framework Concept)
 */
#ms-tooltip-veil div.ms-tel p.ms-me2 {
	margin-bottom: 16px;
}
#ms-tooltip-veil div.ms-tel p.ms-me2 img,div.ms-tel p.ms-me2 object,div.ms-tel p.ms-me2 embed {
	display: block;
}

/*  TX1_n
 *  Copytext
 *  Number occurrences: 1
 *  max 400 characters
 *  
 *  See: AS10 Element Listing (AS07 Framework Concept)
 */
#ms-tooltip-veil div.ms-tel div.ms-tx1 {
	
}

/*  EN1_n
 *  Bullet List
 *  Number occurrences: 1
 *  max 300 characters
 *  
 *  See: AS10 Element Listing (AS07 Framework Concept)
 */
#ms-tooltip-veil div.ms-tel ul.ms-en1 {
	
}

#ms-tooltip-veil div.ms-tel ul.ms-en1 li {
	
}

/*  LL1_n
 *  Linklist
 *  Number occurrences:0-1
 *  
 *  See: AS10 Element Listing (AS07 Framework Concept)
 */
#ms-tooltip-veil div.ms-tel ul.ms-linklist-typ-1 {
	
}

#ms-tooltip-veil div.ms-tel ul.ms-linklist-typ-1 li {
	
}

#ms-tooltip-veil div.ms-tel ul.ms-linklist-typ-1 li a {
	
}

#ms-tooltip-veil div.ms-tel ul.ms-linklist-typ-1 li a:hover {
	
}

#ms-tooltip-veil .ms-tooltip-head {
	height: 9px;
	background: transparent url("../../img/tt-top.png")/*tpa=http://mercindo-autorama.com/img/tt-top.png*/ 0 0 no-repeat;
}

#ms-tooltip-veil .ms-tooltip-head-inner {
	background: transparent url("../../img/tt-top-end.png")/*tpa=http://mercindo-autorama.com/img/tt-top-end.png*/ right 0 no-repeat;
	height: 9px;
	margin-left: 8px;
}

#ms-tooltip-veil .ms-tooltip-body {
	background: transparent url("../../img/tt-body.png")/*tpa=http://mercindo-autorama.com/img/tt-body.png*/ right 0 repeat-y;
}

#ms-tooltip-veil .ms-tooltip-body-inner {
	padding: 4px 14px 0 14px;
	background: #ddd;
	border-left: 1px solid #c6c8ca;
	margin-right: 8px;
	overflow: hidden;
}

#ms-tooltip-veil .ms-tooltip-arrow {
	position:absolute;
	border: 0px;
}

#ms-tooltip-veil .ms-tooltip-foot {
	height: 15px;
	background: transparent url("../../img/tt-bottom.png")/*tpa=http://mercindo-autorama.com/img/tt-bottom.png*/ 0 0 no-repeat;
}

#ms-tooltip-veil .ms-tooltip-foot-inner {
	background: transparent url("../../img/tt-bottom-end.png")/*tpa=http://mercindo-autorama.com/img/tt-bottom-end.png*/ right 0 no-repeat;
	height: 15px;
	margin-left: 17px;
}

#ms-tooltip-veil .componentBorder {
	border: none;
	margin: 0 0 0 0;
}

#ms-tooltip-veil .ms-tooltip-body h2 {
	width: auto;
}

#ms-tooltip-veil .offscreen {
	left: -9999em !important;
	top: -9999em !important;
	
	
}

.ms-distance-lr .ms-me2-with-distance.ms-div-with-distance {
    margin-bottom: 16px;
}