* { margin: 0; padding: 0; }

p, h1, h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

div, td, th, p, h1, h2, li {
    font-family: Arial, sans-serif;
    font-size: 10pt;
	color: #000;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

body {
    background: #999;
	color: #000;
}

ol, ul {
	margin-top: 10px;
}

li {
	margin-left: 25px;
}


.error {
	color: #c00;
}

.eng {
	color: #666;
}

p.eng {
	color: #c00;
	font-weight: bold;
}

#id_submit {
	padding: 2px;
}


#heading_wrapper {
	border-bottom: 1px solid #666;
}

#heading {
    background: #009;
    color: #fff;
    padding: 0px 20px;
	font-size: 10pt;
	border-bottom: 1px solid #000;
    height: 70px;
    position: relative;
}

#heading a,
#heading a:visited {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
    color: #ff6;
}

#branding {
    position: absolute;
    top: 15;
    left: 20;
    color: #fff;
}

#heading .banner_468x60 {
    position: absolute;
    top: 5;
    right: 10;
    color: #999;
}

#heading .banner_468x60 a,
#heading .banner_468x60 a:visited {
    color: #00f;
}

#bread_crumbs {
	padding: 5px 20px;
	background: #ddd;
	border-top: 1px solid #999;
    font-size: 9pt;
}

#pre_content_title {
	padding: 10px 20px;
	background: #999;
}

#content_title {
	padding: 10px 20px;
	background: #ddd;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
}

#content_title h1,
#content_title h2 {
	margin: 0px;
}

#content_title #rss_link {
	float: right;
}

#content_title #rss_link a {
	text-decoration: none;
}

#content_title #rss_link img {
	vertical-align: middle;
}


#content {
    padding: 10px 20px;
	background: #fff;
	color: #000;
}

#footer {
    border-top: 1px solid #fff;
	background: #ddd;
    padding: 10px 20px;
}

#sidebar {
    float: left;
    width: 330px;
    margin-right: 20px;
}

#counter {
	float: right;
}

#search_form th {
	font-weight: normal;
	text-align: left;
}

#search_form th,
#search_form td {
	padding: 1px 2px;
}

#search_form #id_name {
	width: 100%;
}

#search_form #id_loa_from,
#search_form #id_loa_to {
	width: 50px;
}

#plans_chooser {
    margin-bottom: 20px;
}

#plans_chooser li {
    margin-left: 0px;
    margin-bottom: 15px;
    list-style: none;
}

h2.plans_chooser {
    margin-bottom: 2px;
}

#new_plans td.prop_col {
	vertical-align: top;
	width: 33%;
}

#new_plans td h2,
#new_plans td ul {
    margin-right: 30px;
}


#subscribe {
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

#news td {
    padding-top: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
    vertical-align: top;
}

#news td.image {
    padding-right: 10px;
}

#news td div.plan {
    margin-top: 15px;
    font-style: italic;
}


div.specs {
    width: 300px;
    border: 1px solid #ccc;
    border-bottom: none;
}

div.specs table {
    width: 100%;
    border-collapse: collapse;
}

div.specs th,
div.specs td {
    font-size: 10pt;
    padding: 3px;
    border-bottom: 1px solid #ccc;
}

div.specs th {
    text-align: left;
}

div.specs td {
    text-align: center;
}

table.plan_list th {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}


table.plan_list td {
    padding: 5px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

table.plan_list span.specs {
    font-size: 9pt;
}

table.plan_list td.image {
    width: 90px;
    text-align: center;
}

table.plan_list td.specs {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

div.similar_plans table.plan_list td,
table#new_plans table.plan_list td {
	border-bottom: none;
}


div.plan_image {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

p.plan_images {
    background: #ccc;
}

p.plan_images img {
    margin: 10px;
    vertical-align: middle;
}

div.similar_plans {
	border-top: 5px solid #ccc;
	margin-top: 15px;
}

table.plan_links td  {
	vertical-align: top;
	padding-top: 10px;
}

table.plan_links td.image {
    width: 90px;
    text-align: center;
}


.tag_cloud {
	text-align: center;
	padding: 20px;
}
.tag1 { font-size: 12px; }
.tag2 { font-size: 13px; }
.tag3 { font-size: 14px; }
.tag4 { font-size: 15px; }
.tag5 { font-size: 16px; }
.tag6 { font-size: 17px; }
.tag7 { font-size: 18px; }
.tag8 { font-size: 19px; }
.tag9 { font-size: 20px; }

