/* CSS Document 

|
|~-. .-. <  -|- .-- :/ .-. .  . .-.
|  | :_: .>  |  .__ |  :_:  vv  | |

                
                          
@copyright	Hostcrown
@version	2.0

*/ 

.domain_title
{
	background: #E52222;
	color: #FFFFFF;
	font-weight: bold;
}

.domain_row_blue
{
	background: #F5FAFA;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#domains_popular
{	
	overflow: auto;
}

#domains_more
{
	display: none;
}

#show_popular {
}

#show_all {
}

#domain_row_container
{
}

.domain_row, .domain_row_blue, .domain_title
{
	border-bottom: solid 1px #C1E0FF;
	width: 131px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	float: left;
}

.currency
{
	padding-bottom: 10px;
	padding-right: 3px;
	font-style: italic;
	text-align: right;
}

.show_link
{
	float: left;
	padding-top: 10px;
}

.submit_button
{
	clear: both;
	text-align: right;
	padding-bottom: 30px;
}

.figure
{
	padding-top: 20px;
	height: 50px;
	width: 100px;
	float: left;
}

.figure_text
{
	padding-top: 20px;
	height: 50px;
}

.figure_text .grey_text
{
	color: #666666;
}