/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif;
    background: url("../images/bg.jpg") repeat-x left top;
    text-align: center;
    margin-top: 10px;
}

.clearer {
    clear: both;
}

#container {
    width: 963px;
    margin: 0px auto;
    text-align: left;
    background: #fff;
    padding: 1px;
    border: solid 1px #8a929f;
}

#top {
    background: #4a5155;
    padding: 5px 20px;
    text-align: right;
    color: #fff;
    word-spacing: 2px;
    margin-bottom: 24px;
}

#top a {
    color: #fff;
    text-decoration: none;
}

#top a.grey {
      color: #b9ccbb;
}

#header {
    padding-top: 25px;
    position: relative;
    margin-bottom: 18px;
}

#logo {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 14px;
}

#logo a {
    text-decoration: none;
    font-size: 30px;
    font-weight: bold;
    display:block;
}

#search {
    float: right;
    padding-right: 10px;
}

#logo .green {
    color: #086308;
}

#logo .blue {
    color: #10526b;
}

#search .search-field {
    border: solid 1px #418fb4;
    padding: 2px;
    color: #ac9999;
    width: 200px;
}

#search select {
    padding: 2px 0px;
}

#search .submit {
    background: url("../images/search_bg.gif") repeat-x left top;
    border: solid 1px #f39d24;
    padding: 0px 32px;
    margin: 0px;
    color: #5e2708;
    cursor: pointer;
    font-weight: bold;
}

#navigation {
    height: 32px;
    background: url("../images/nav_bg.gif") repeat-x left top;
    margin: 0px 10px;
    border: solid 1px #d0d6ec;
    padding-left: 4px;
}

#navigation ul {
    list-style-type: none;
    height: 26px;
    padding-top: 2px;
}

#navigation ul li {
    display: block;
    float: left;
    padding-right: 2px;
    background: url("../images/nav_separator.gif") no-repeat right top;
}

#navigation ul li a {
    display: block;
    float: left;
    padding: 0px 24px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#navigation ul li a:hover, #navigation ul li a.active {
    height: 24px;
    line-height: 24px;
    border: solid 1px #2d2d2d;
    background: url("../images/nav_active.gif") repeat-x left top;
    padding: 0px 23px;
}

#main-content {
    padding: 14px 10px 0px;
}

#leftbar {
    width: 215px;
    float: left;
}

#rightbar {
    width: 706px;
    float: right;
}

.box {
    border: solid 1px #8e9698;
    padding:3px;
    margin-bottom:10px;
    position: relative;
}

.box .title {
    background: url("../images/red_bg.gif") repeat-x left top;
    height: 29px;
    line-height: 29px;
    color:#fff;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}


.box .quotetitle {
    height: 29px;
    line-height: 29px;
    color:black;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;    
}

.box .quotedomainname {
    height: 29px;
    line-height: 29px;
    color:red;
    padding-left: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;    
}

.box .quotesectiontitle
{ font: bold 12px Arial, Geneva, Helvetica, sans-serif; color: #2489DB; text-decoration : none; margin-bottom: 10px;}

.box .quotesectionnote
{ font: 11px Arial, Geneva, Helvetica, sans-serif; color: black; text-decoration : none; margin-bottom: 20px; }

.box .quotefield { background: #e8f0f8; color: black; font-family: verdana, sans-serif; font-size: 11px; font-weight: normal; height : 23px; padding : 2px; width: 70%; }

.box .quotelabel { text-align:right; background: #e0e8f8; color: black; font-family: verdana, sans-serif; font-size: 11px; font-weight: normal; padding : 2px; width: 30%; }

#leftbar .box {
    background: #f3f3f9;
    color: #0082e3;
}

#leftbar .box a {
    color: #0082e3;
    text-decoration: none;
}

#leftbar .box a:hover {
    text-decoration: underline;
}

.box ul {
    list-style-type: none;
    padding-left: 11px;
}

.box ul li {
    padding-left: 10px;
    background: url("../images/red_bullet.gif") no-repeat left 3px;
    padding-bottom: 5px;
    font-size: 12px;
}

.flash-area {
    margin-bottom:15px;
}

.domains-list {
    width: 316px;
    float: left;
    margin: 0px 0px 23px 23px;
}

.domains-list .box-title {
    color: #fff;
    font-weight:bold;
    background:url("../images/blue_bg.gif") repeat-x left top;
    padding-left: 7px;
    line-height: 20px;
    height: 25px;
    border-top: solid 2px #ebebeb;
    border-left: solid 2px #ebebeb;
}

.domains-list a {
    color: #002285;
}

.domains-list .left {
    width: 203px;
    float: left;
    padding-left: 2px;
    border-left: solid 1px #ebebeb;
    border-top: solid 1px #e0e5f0;
    line-height: 18px;
}

.domains-list .right {
    width: 105px;
    float: right;
    text-align: right;
    padding-right: 5px;
    border-top: solid 1px #fff;
    line-height: 18px;
    background: #E0E5F0;
    color: #002285;
}

.domains-list  .domains-bottom {
    background: #b5c3de url("../images/blue_spacer.gif") repeat-x left top;
    border-top: solid 7px #ebebeb;
    line-height:21px;
    font-size: 11px;
    font-weight: bold;
}

.domains-list  .domains-bottom .left {
    border-left: none;
    border-top: none;
    width: auto;
    padding-left: 5px;
}

.domains-list  .domains-bottom .right {
    border-top: none;
    background: none;
    width: auto;
}

.rss {
    position: relative;
    top: 2px;
}

h1 {
    font-size: 16px;
    color: #444444;
    padding-left: 6px;
    padding-top: 0px;
    padding-bottom: 5px;
}

table.lots {
    width: 100%;
    color:#44446f;
}

table.lots a {
    text-decoration: none;
    color:#44446f;
}

table.lots a:hover {
    text-decoration:underline;
}

table.lots th {
    background:#b2b4b6;
    height:20px;
}

table.lots .domainname {
    width: 250px;
    padding-left: 26px;
}

table.lots .seller {
    width: 150px;
}

table.lots .flags {
    width: 100px;
}

table.lots .minoffer {
    width: 150px;
}

table.lots .askingprice {
    width: 150px;
}

table.lots .makeoffer {
    padding-right: 26px;
}

table.lots td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 2px #c6c8ca;
}

table.lots .blue td {
    background: #E0E5F0;
}

#footer {
    padding: 15px 0px;
    text-align: center;
    font-size: 11px;
}

#footer a {
    text-decoration:none;
    color: #333;
    font-weight: bold;
}

#footer a:hover {
    text-decoration:underline;    
}


.box .quotestatusmessage 
{
	width: 100%;
	text-align: center;
	font-size:20px;
	color: blue;
	font-weight: bold;
}

.contact-box 
{
	width: 650px;
	margin-left: 20px;
}

.contact-image {
    margin-bottom:15px;
    margin-left: 20px;
}

.contact-email {
    width: 316px;
    float: left;
    margin: 0px 0px 0px 0px;
}

.contact-address {
    float: right;
}

.contact-email td { background: #017dc7; color: White; font-size: 1.0em; font-weight: bold; text-align: left; border: dotted #000000 1px; padding-top: 10px; padding-bottom: 10px; padding-left: 10px; }

.contact-email td a { color: White; }

.contact-email table { width: 435px; }

.contact-box a 
{
	color:#017dc7;
	text-decoration:none;
	font-size: 1.0em; font-weight: bold;
}

.contact-box a:hover 
{
	text-decoration:underline;
}

.contact-address strong 
{
	font-size: 1.4em;
}

.faq-box 
{
	width: 750px;
	margin-left: 20px;
}

.faq-box .faq-list
{
}

.breadcrumb
{
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: gray;
}

.errormsg 
{
	color: Red;
	font-size: 10pt;
	font-family: Arial;
}

.legend
{
	font: 9pt "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: gray;
	margin-left: 8px;
	margin-bottom: 10px;
}

.legend b
{
   color: Red;
}

.domaininfo 
{
	color: navy;
	font-weight: bold;
	margin-left: 5px;
}

.paymentfield { background: #e8f0f8; color: black; font-family: verdana, sans-serif; font-size: 11px; font-weight: normal; height : 23px; padding : 2px; width: 70%; }
.paymentlabel { text-align:right; background: #e0e8f8; color: black; font-family: verdana, sans-serif; font-size: 11px; font-weight: normal; padding : 2px; width: 30%; }
.paymentsubtitle { font: bold 12px Arial, Geneva, Helvetica, sans-serif; color: #2489DB; text-decoration : none; }
.paymentsubinfo {}
.paymentapproved {font: bold 18px verdana, sans-serif; padding-top: 20px;text-align: center;padding-bottom:20px;color: #2489DB;}
.paymentapprovedbtn {text-align: center;padding-bottom:80px;}
.paymentspecial { font-weight: bold; color: red; }
.signupbtn { text-align:center; margin-top: 20px; }
.paymentform { margin-top: 10px; }
.paymentapprovednote { font: bold 10px verdana, sans-serif; padding-top: 20px;text-align: center;padding-bottom:30px;color: red;}

.newslink 
{
    display: block;
    font-family: Helvetica, Geneva, Verdana, Arial, sans-serif; 
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #3165c6;
    text-decoration: none;
}

.newsdescription
{
	 display: block;
}

.newspublishdate
{
	color: #333333;
	font-size: 0.9em;
}

.faqquestion
{
	color: #3165c6;
}