/*
Master
*/

.cartheading {
    margin: 0;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #666;
    text-align: center;
}

.carttableproduct {
    font-family: Arial, Helvetica, sans-serif;
}
.cartsubheading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

select {
    border: 1px solid #ccc;
    padding: 1px;
}

.clear {
    clear: both;
}

#configcontainer, #configcontainer2 {
    display: none;
}

.loading {
    display: none;
    width: 220px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.errorbox {
	font-family: Arial, Helvetica, sans-serif;
    margin: 10px auto 0 auto;
    display: none;
}

/*
Product Categories
*/

#categories {
    display: none;
    width: 75%;
    margin: 10px auto 0 auto;
    padding: 10px 0 10px 15px;
    background-color: #ccc;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#categories a {
    text-decoration: none;
    padding-right: 20px;
    font-weight: bold;
    color: #000;
}
#categories a:hover {
    color: #fff;
}

#currencychooser {
    float: right;
    margin: 10px 30px 10px 0;
    padding: 5px 5px 5px 10px;
    background-color: #F8F7ED;
    border: 1px solid #F4E3A2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    font-family: Verdana;
}
#currencychooser a {
    text-decoration: none;
    padding-right: 5px;
    color: #000;
}
#currencychooser a:hover {
    color: #0066CC;
}

/*
Product Listing
*/

.products {
    float: left;
    margin: 0;
    width: 50%;
}

.product {
    margin: 10px;
    padding: 15px;
    background-color: #F8F7EF;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.product .name {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
}

.product .prodfeature {
    float: left;
    margin: 5px 5px 0 0;
    padding: 5px 10px 5px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    color: #ff6600;
}

.product .prodfeature .feature {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
}

.product .pricing {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.product .description {
    margin: 15px 30px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.product .ordernowbox {
    margin: 15px 0 0 0;
    text-align: right;
}

.ordernow {
    margin: 5px;
    padding: 6px 10px 6px 10px;
    background-color: #fff;
    border: 1px solid #AADD64;
    color: #7BB928;
    font-size: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.ordernow:hover {
    background-color: #D2EDAD;
    color: #fff;
    cursor: hand;
    cursor: pointer;
}

/*
Domain Registrations
*/

.domainreg {
    margin: 0 auto 15px auto;
    padding: 10px;
    width: 70%;
    background-color: #f6f6f6;
    border: 1px dashed #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.domainoptions {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
}

.domainoptions .option {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.domainoptions .optionselected {
    background-color: #EDF1FE;
}

.domainreginput {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

.domainreginput input, .domainreginput select, .domainregperiod select {
    font-size: 14px;
    padding: 3px;
}

#greyout {
    display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: #ccc;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 8;
}

#domainpopupcontainer {
    display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    padding: 150px 0 0 0;
    z-index: 10;
}

#domainresults {
    width: 550px;
    margin: 0 auto 0 auto;
    padding: 15px 0 15px 0;
    border: 15px solid #fff;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.domainbox {
     background-color:#fff;
     width:550px;
     padding:15px;
}

.domainavailable {
    color: #9AC003;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.domainunavailable {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.domaininvalid {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.domainregperiod {
    font-size: 12px;
    text-align: center;
}

div.domainsuggestions {
    font-weight: bold;
    padding: 10px 0 10px 0;
}

table.domainsuggestions {
    width: 80%;
}
table.domainsuggestions th {
	background-color: #1A4D80;
    font-size: 11px;
	font-weight: bold;
	text-align: center;
    padding: 2px;
    line-height: 20px;
    color: #fff;
}
table.domainsuggestions td {
	background-color: #FFF;
    text-align: center;
	border-bottom: 1px solid #EBEBEB;
	font-size: 11px;
    line-height: 25px;
}
table.domainsuggestions td select {
	font-size: 11px;
}

#domainconfig {
    margin: 0 auto;
    padding: 10px;
    width: 80%;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/*
Product Config
*/

.billingcycle {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.serverconfig {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.configoptions {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.addons {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.customfields {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

/*
Config Tables
*/

.configtable td {
    padding: 2px 5px 2px 5px;
}

.configtable td.fieldlabel {
    width: 150px;
    text-align: right;
}

.configtable td.radiofield {
    width: 30px;
    text-align: center;
}

.configtable td.fieldarea {
    background-color: #efefef;
    border-bottom: 1px solid #fff;
    padding: 5px;
    text-align: left;
}

.configoplabel {
    color: #ff6600;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

/*
Order Summary
*/

.ordersummary {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 100px;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.ordersummarytbl {
    width: 100%;
}

.ordersummarytbl td {
    font-size: 11px;
}

.summaryproduct {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.checkoutbuttons {
    text-align: center;
}

.checkoutbuttons input {
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    margin-bottom: 10px;
}

.checkoutbuttons input.checkout {
    border: 1px solid #ccc;
    background-color: #E0FBA8;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
}

/*
Addons
*/

.addoncontainer {
    margin: 0 auto 15px auto;
    padding: 10px;
    width: 90%;
    background-color: #f6f6f6;
    border: 1px dashed #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.addoncontainer .title {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.addoncontainer .desc {
    margin: 0;
    padding: 0;
    padding: 10px;
    text-align: center;
    font-size: 11px;
}

.addoncontainer .pricing {
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #cc0000;
}

.addoncontainer select {
    max-width: 50%;
}

/*
Domain Renewals
*/

.regperiod {
    padding: 3px;
    border: 1px solid #ccc;
}

table.renewals {
    width: 100%;
}
table.renewals th {
	background-color: #666;
    font-size: 12px;
	font-weight: bold;
	text-align: center;
    padding: 3px;
    line-height: 20px;
}
table.renewals td {
	background-color: #FFF;
    text-align: center;
	border-bottom: 1px solid #EBEBEB;
	font-size: 12px;
    line-height: 28px;
}
table.renewals tr.rowhighlight td {
	background-color: #EFF2F9;
}
table.renewals tr:hover td {
	background-color: #EFF2F9;
}
table.renewals th, table.datatable th a, table.datatable th a:visited {
	color: #FFF;
	text-decoration: none;
}
table.renewals th a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*
Shopping Cart
*/

table.cart {
    width: 100%;
}
table.cart th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666;
    font-size: 12px;
	font-weight: bold;
	text-align: center;
    padding: 3px;
    line-height: 20px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -o-border-radius-topleft: 5px;
    -o-border-radius-topright: 5px;
    border-radius-topleft: 5px;
    border-radius-topright: 5px;
}
table.cart td {
	background-color: #FFF;
	border-bottom: 1px solid #EBEBEB;
	font-size: 12px;
    padding: 4px;
}
table.cart tr.subtotal td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	border-bottom: 1px solid #EBEBEB;
	font-size: 12px;
    padding: 4px;
}
table.cart tr.subtotal:hover td {
	background-color: #F5F5F5;
}
table.cart tr.promotion td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFDA;
	border-bottom: 1px solid #EBEBEB;
	font-size: 12px;
    padding: 4px;
}
table.cart tr.promotion:hover td {
	background-color: #FFFFDA;
}
table.cart tr.total td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E7FFDA;
    color: #339100;
	border-bottom: 0;
	font-size: 16px;
    font-weight: normal;
    padding: 4px;
}
table.cart tr.total:hover td {
	background-color: #E7FFDA;
}
table.cart tr.recurring td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F1EFDC;
	border-bottom: 2px solid #666;
	font-size: 12px;
    font-weight: normal;
    padding: 4px;
}
table.cart tr.recurring:hover td {
	background-color: #F1EFDC;
}
table.cart tr:hover td {
	background-color: #EFF2F9;
}
table.cart th, table.datatable th a, table.datatable th a:visited {
	color: #FFF;
	text-decoration: none;
}
table.cart th a:hover {
	color: #FFF;
	text-decoration: underline;
}

.cartedit {
    font-size: 11px;
    color: #888;
}

.cartremove {
    font-size: 11px;
    color: #cc0000;
}

.cartbuttons {
    float: right;
    width: 40%;
    text-align: center;
}

.signuptype {
	font-family: Arial, Helvetica, sans-serif;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 10px 0 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    line-height: 20px;
    color: #000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
    -o-border-radius-topleft: 5px;
    -o-border-radius-topright: 5px;
    border-radius-topleft: 5px;
    border-radius-topright: 5px;
}
.signuptype:hover {
    cursor: hand;
    cursor: pointer;
}
.signuptype.active {
    background-color: #efefef;
    color: #000;
    font-weight: bold;
}

.signupfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 0 20px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.signupfields .configtable td.fieldlabel {
    width: 100px;
}
.signupfields.padded {
    padding: 15px;
    text-align: center;
}
.signupfields.hidden {
    display: none;
}

.carttaxwarning {
    margin: 0 0 20px 0;
    color: #666;
    text-align: center;
}

.cartwarningbox {
    margin: 20px 0 20px 0;
    padding: 7px;
    border: 1px solid #EBE8CD;
    border-left: 0;
    border-right: 0;
    background-color: #F1EFDC;
    text-align: center;
    color: #000;
}

.standard a {
  background: url("/images/standard-new.jpg") 0 0 no-repeat !important;
}