*
{
    margin:0;
    padding:0;
}

html,body
{
    overflow:hidden;
}

body 
{
    font-family:Arial,sans-serif;
    font-size:12px;
    margin-bottom:20px;
}

#document_container
{
    width:100%;
	top:0;
    bottom:45px;
}

#document_container iframe
{
    width:100%;
    height:100%;
	border:none;
}

#header iframe
{
    position:absolute;
    z-index:-50;
}

#content
{
    float: right;
    width:auto;
    line-height:1.5;
    margin-left: 15px;
    height:99%;
    margin-right: 15px;
}

#content .scroll_pane
{
    height:600px;
    padding-right:30px!important; 
}

#topic_title
{
    position:relative;
    width:auto;
}

#topic_title h2
{
    padding-top:5px;
    padding-bottom:10px;
}

#toc_breadcrumbs a
{
    color:#716f73;
}

#toc_breadcrumbs a:hover
{
    color: #716f73;
	text-decoration: underline;
}

#toc_breadcrumbs
{
    height:18px;
    min-width:1px;
	color: #acaeb2;
	font-size: .9em;
	padding-bottom: .5em;
}

.smaller
{
	padding-left:5px;
	font-size:0.5em;
}

.flash-replaced .alt 
{
display:block;
height:0;
overflow:hidden;
position:absolute;
width:0;
}

ul.arrow li
{
    background:url("/migenius/doc/resources/general/iray/manual/css/mi/images/link_arrow.gif") no-repeat 0 5px;
}

ul.arrow p
{
    margin-bottom:0;
}

table.choicetableborder td strong
{
    font-weight:normal;
}

/** mi label functionality **/

.mi_label
{
    font-weight:bold;
}

/** Popup functionality **/

div.domwindow
{
    width:200px;
    margin-bottom:10px;
    margin-top:10px;
}

div.domwindow div.inner
{
    border-radius:3px;
    border:1px #DEDEDE solid;
    width: 200px;
    cursor:pointer;
}

a.domwindow, a.domwindow:visited
{
    color:#716F73;
}

div.domwindow div.inner:hover
{
    background-color:#EFEFEF;
}


a.domwindow div.inner>*
{
   display:block;
   padding:5px;
   margin-left: auto;
   margin-right:auto;
   text-align:center;
}

a.domwindow div.inner>img
{
    padding-top:10px;
    max-width: 180px;
}

a.domwindow div.inner>span
{
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
    background:no-repeat url("/migenius/doc/resources/general/iray/manual/css/mi/images/magnify-clip.png") 95% center;
}

#DOMWindow
{
     border-radius:3px;
     border:2px #DEDEDE solid !important;
}

#DOMWindow>span, #DOMWindow>a
{
    display:none;
}

#DOMWindow>img
{
   margin-left:auto;
   margin-right:auto;
   display:block;
}

#DOMWindow>div
{
    margin-top:10px;
    height:15px;
}

#DOMWindow button
{
    float:right;
    margin-top:-4px;
}

#DOMWindow span.image_title
{
    padding:5px;
    text-align:left;
    color: #716F73;
}

/** Appearance specialisation **/

div.mi_image, p.mi_description, div.mi_method, div.mi_creation, div.mi_required_techniques, div.mi_variations, div.mi_variations>ul>li
{
    border: solid #DEDEDE 1px;
    border-radius:3px;
    padding:10px;
}

div.mi_definition
{
    height: 256px;
    margin-bottom:40px;
    margin-top:0;
}

div.mi_definition div.mi_image>*
{
    display:block;
}

div.mi_definition div.mi_image
{
    width:200px;
    height:234px;
    float:left;
    margin-left:0;
}

div.mi_image span, div.mi_variations span
{
    display:block;
	font-style: normal;
	font-weight: normal;
	color: #716f73;
	font-size: .8em;
	margin-top:15px;
	text-align:center;
}

div.mi_definition>div
{
    float:left;
    margin-left:40px;
    width:523px;
    clear:right;
}

p.mi_description
{
    height:60px;
}

div.mi_method
{
    height:140px;
}

div.mi_creation
{
    width:350px;
    float:left;
    margin-top:0;
    margin-bottom:0;
}

div.mi_required_techniques
{
    margin-left:40px;
    float:left;
    width:350px;
    margin-top:0;
    margin-bottom:0;
}

div.mi_variations
{
    float:left;
    clear:left;
    width:760px;
    margin-top:40px;
    margin-bottom:0;
}

div.mi_required_techniques h2, div.mi_creation h2
{
    margin-top:0;
}

div.mi_variations>ul>li
{
    display:inline-block;
    background:none;
    width:200px;
    margin-right:25px;
}

#content .mi_variation a[target="_blank"]
{
    background:none;
}

div.mi_how_to
{
    float:left;
}