#options_menu
{
	float: left;
    width: 180px;
    margin: 10px 0 0 10px;
    border: solid 2px #dddddd;
    border-bottom: none;
}

#options_menu
{
    text-align: center;
}

* html #options_menu
{
	margin: 10px 0 0 5px;
}


#offer_menu
{
	float: left;
    width: 180px;
    margin: 10px 0 0 10px;
    border: solid 2px #dddddd;
    border-bottom: none;
}

#offer_menu
{
    text-align: center;
}

* html #offer_menu
{
	margin: 10px 0 0 5px;
}

#also_spells
{
	float: left;
    width: 180px;
    margin: 10px 0 0 10px;
    border: solid 2px #dddddd;
    border-bottom: none;
}

#also_spells
{
    text-align: center;
}

* html #also_spells
{
	margin: 10px 0 0 5px;
}






#selected_number
{
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	background: white;
}

.sidebar_number
{
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
	background: white;
	color: #6666CC;
}

.number_options
{
	padding-left: 15px;
	padding-right: 5px;
	margin-top: 0px;
	border-bottom: solid 1px #dddddd;
	background: white;
	text-align: right;
}

.number_total
{
	padding: 0 5px 0 5px;
	background: white;
	border-bottom: solid 1px #dddddd;
	text-align: right;
}

.grey_line
{
	border-bottom: solid 2px #dddddd;
	clear: both;
}

#sidebar_total
{
	
}

#price_per_area
{
    float: left;
    text-align: center;
    line-height: 19px;
}

#price_per_area div
{
    width: 58px;
    border-bottom: solid 2px #dddddd;
}

#other_spellings
{
    width: 150px;
    height: 250px;
    line-height: 18px;
    font-size: 14px;
    text-align: left;
    overflow: auto;
    padding-left: 10px;
    margin: 0 auto 20px auto;
    border: solid 2px #666666;
}

.disabled
	{
	color: #CCCCCC;
	}
