﻿UL LI
{
    text-indent: 0in;   
}

.methodChoice
{
    background-color: #ccf;
    padding: 1em;
    width: 265px;
    min-height: 300px;
}

.methodChoice .title 
{
    border-bottom: 1px solid #000;
    cursor: default;
    font-weight: bold;
}

.methodChoice li
{
    list-style-type: none;
    margin: 4px;
    position: relative;
    text-indent: 0in;
}

.summary
{
    background-color: #ccc; 
    border: 2px solid #000;
    font-weight: bold;
    padding: 4px;
    display: none;
}

.summary
{
    width: 200px;
    right: -140px;
    top: 0px;
    
    opacity: 0.5;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
}

.argListItem
{
    width: 551px;
    padding: 5px; 
    border: thin solid black; 
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    display: inline-block;
}

.argListItem ul li {
	margin-left: 0px;
}

.codeBlock
{ 
    display: inline;
    white-space:normal;
}

.user-instruction
{ 
    font-weight: bold;
}


#demointro
{
    width: 841px;
}