#order-modern {
    margin: 0;
    padding: 20px 0;
}

#order-modern h1 {
    margin: 0;
    padding: 0;
    text-align: center;
}

#order-slider h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

#order-slider h3 {
    margin: 0;
    padding: 0;
}

#order-modern select {
    border: 1px solid #ccc;
    padding: 1px;
}

#order-modern .clear {
    clear: both;
}

#order-modern #configcontainer, #order-modern #configcontainer2 {
    display: none;
}

#order-modern .loading {
    display: none;
    width: 220px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

#order-modern .errorbox {
    display: none;
    margin: 10px auto 10px auto;
    padding: 10px 15px;
    background-color: #FBEEEB;
    border: 1px dashed #cc0000;
    width: 90%;
    font-weight: bold;
    color: #cc0000;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
#order-modern .errorbox p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: left;
}
#order-modern .errorbox li {
    font-weight: normal;
    text-align: left;
    color:#000;
}

#order-modern .textleft{
    text-align: left;
}

#order-modern .textcenter {
    text-align: center;
}

#order-modern .textright {
    text-align: right;
}

#order-modern .textgreen {
    color: #779500;
}

#order-modern .textred {
    color: #cc0000;
}

#order-modern table tr td {
    padding: 2px 3px;
}

/*
Product Categories
*/

#order-modern #categories {
    display: none;
    width: 75%;
    margin: 10px auto 0 auto;
    padding: 10px 0 10px 15px;
    background-color: #666;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
#order-modern #categories a {
    text-decoration: none;
    padding-right: 20px;
    font-weight: bold;
    color: #fff;
}
#order-modern #categories a:hover {
    color: #000;
}
#order-modern #currencychooser img {
    vertical-align: baseline;
}
#order-modern #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;
}
#order-modern #currencychooser img {
    vertical-align: baseline;
}
#order-modern #currencychooser a {
    text-decoration: none;
    padding-right: 5px;
    color: #000;
}
#order-modern #currencychooser a:hover {
    color: #0066CC;
}

/*
Product Listing
*/

#order-modern .products {
    float: left;
    margin: 0;
    width: 50%;
}

#order-modern .product {
    margin: 10px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#order-modern .product:hover {
    background-color: #E6EDFF;
    cursor: pointer;
    cursor: hand;
}

#order-modern .product .pricing {
    float: right;
    text-align: right;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 18px;
    line-height: 20px;
}

#order-modern .product .name {
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}

#order-modern .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;
}

#order-modern .product .prodfeature .feature {
    font-size: 13px;
    color: #666;
}

#order-modern .product .description {
    font-size: 0.9em;
    margin: 15px 30px 0 20px;
}

#order-modern .product .ordernowbox {
    margin: 15px 0 0 0;
    text-align: right;
}

#order-modern .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;
}

/*
Domain Registrations
*/

#order-modern .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;
}

#order-modern .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;
}

#order-modern .domainoptions .option {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
#order-modern .domainoptions .option:first-child {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
#order-modern .domainoptions .option:last-child {
    border-bottom: 0;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
#order-modern .domainoptions .optionselected {
    background-color: #EDF1FE;
}

#order-modern .domainreginput {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

#order-modern .domainreginput input, #order-modern .domainreginput select, #order-modern .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: 50000;
}

#domainpopupcontainer {
    display: none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    text-align:center;
    padding: 150px 0 0 0;
    z-index: 50001;
}

#domainresults {
    width: 100%;
    margin: 0 auto 0 auto;
    background-color: #fff;
    text-align: center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#order-modern .domainbox {
     background-color:#fff;
     width:550px;
     padding:15px;
}

#order-modern .domainavailable {
/*     color: #9AC003;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
 */}

#order-modern .domainunavailable {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#order-modern .domaininvalid {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#order-modern .domainregperiod {
    font-size: 12px;
    text-align: center;
}

#order-modern div.domainsuggestions {
    font-weight: bold;
    padding: 10px 0 10px 0;
}

#order-modern table.domainsuggestions {
    margin: 0 auto;
    width: 80%;
}
#order-modern table.domainsuggestions th {
    background-color: #1A4D80;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    line-height: 20px;
    color: #fff;
}
#order-modern table.domainsuggestions td {
    background-color: #FFF;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
    font-size: 11px;
    line-height: 25px;
}
#order-modern table.domainsuggestions td select {
    font-size: 11px;
}

#order-modern #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
*/

#order-modern .prodconfigcol1 {
	float: left;
    width: 100%;
}

#order-modern .prodconfigcol2 {
    float: left;
    width: 100%;
}

#order-modern .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;
}

#order-modern .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;
}

#order-modern .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;
}

#order-modern .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;
}

#order-modern .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
*/

#order-modern .configtable td {
    padding: 2px 5px 2px 5px;
}

#order-modern .configtable td.fieldlabel {
    width: 150px;
    text-align: right;
}

#order-modern .configtable td.radiofield {
    width: 30px;
    text-align: center;
}

#order-modern .configtable td.fieldarea {
    background-color: #efefef;
    border-bottom: 1px solid #fff;
    padding: 5px;
    text-align: left;
}

#order-modern .configoplabel {
    color: #ff6600;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

/*
Order Summary
*/

#order-modern .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;
}

#order-modern .ordersummarytbl {
    width: 100%;
}

#order-modern .ordersummarytbl td {
    font-size: 11px;
}

#order-modern .summaryproduct {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

#order-modern .checkoutbuttons {
    text-align: center;
}

#order-modern .checkoutbuttons input {
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    margin-bottom: 10px;
}

#order-modern .checkoutbuttons input.checkout {
    border: 1px solid #ccc;
    background-color: #E0FBA8;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
}

/*
Addons
*/

#order-modern .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;
}

#order-modern .addoncontainer .title {
    margin: 0;
    padding: 0;
    font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
    font-size: 16px;
}

#order-modern .addoncontainer .desc {
    margin: 0;
    padding: 0;
    padding: 10px;
    text-align: center;
    font-size: 11px;
}

#order-modern .addoncontainer .pricing {
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #cc0000;
}

#order-modern .addoncontainer select {
    max-width: 50%;
}

/*
Domain Renewals
*/

#order-modern .regperiod {
    padding: 3px;
    border: 1px solid #ccc;
}

#order-modern table.renewals {
    width: 100%;
}
#order-modern table.renewals th {
    background-color: #666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    line-height: 20px;
}
#order-modern table.renewals td {
    background-color: #FFF;
    text-align: center;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
    line-height: 28px;
}
#order-modern table.renewals tr.rowhighlight td {
    background-color: #EFF2F9;
}
#order-modern table.renewals tr:hover td {
    background-color: #EFF2F9;
}
#order-modern table.renewals th, table.datatable th a, table.datatable th a:visited {
    color: #FFF;
    text-decoration: none;
}
#order-modern table.renewals th a:hover {
    color: #FFF;
    text-decoration: underline;
}

/*
Shopping Cart
*/

#order-modern table.cart {
    width: 100%;
}
#order-modern table.cart th {
    background-color: rgb(62, 69, 76);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 3px;
    line-height: 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
#order-modern table.cart td {
    background-color: #FFF;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
    padding: 4px;
}
#order-modern table.cart tr.subtotal td {
    background-color: #F5F5F5;
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
    padding: 4px;
}
#order-modern table.cart tr.subtotal:hover td {
    background-color: #F5F5F5;
}
#order-modern table.cart tr.promotion td {
    background-color: rgb(228, 230, 237);
    border-bottom: 1px solid #EBEBEB;
    font-size: 12px;
    padding: 4px;
}
#order-modern table.cart tr.promotion:hover td {
    background-color: rgb(244, 246, 253);
}
#order-modern table.cart tr.total td {
	background-color: #BDC2D3;
	color: #000000;
    border-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    padding: 4px;
}
#order-modern table.cart tr.total:hover td {
    background-color: #CDD2E3;
}
#order-modern table.cart tr.recurring td {
	background-color: #DCE0F5;
    border-bottom: 2px solid #666;
    font-size: 12px;
    font-weight: normal;
    padding: 4px;
}
#order-modern table.cart tr.recurring:hover td {
    background-color: #ECF0FF;
}
#order-modern table.cart tr:hover td {
    background-color: #EFF2F9;
}
#order-modern table.cart th, #order-modern table.datatable th a, #order-modern table.datatable th a:visited {
    color: #FFF;
    text-decoration: none;
}
#order-modern table.cart th a:hover {
    color: #FFF;
    text-decoration: underline;
}

#order-modern .cartedit {
    font-size: 11px;
    color: #888;
}

#order-modern .cartremove {
    font-size: 11px;
    color: #cc0000;
}

#order-modern .cartbuttons {
    float: right;
    margin: 0px 0px 0px 13px;
    padding: 10px 0 0 0;
    width: 40%;
    text-align: center;
}

#order-modern .checkoutcol1 {
    float: left;
    width: 100%;
}

#order-modern .checkoutcol2 {
    float: left;
    width: 100%;
}

#order-modern .signuptype {
    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;
}
#order-modern .signuptype:hover {
    cursor: hand;
    cursor: pointer;
}
#order-modern .signuptype.active {
    background-color: #efefef;
    color: #000;
    font-weight: bold;
}

#order-modern .signupfields {
    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;
}
#order-modern .signupfields .configtable td.fieldlabel {
    width: 100px;
}
#order-modern .signupfields.padded {
    padding: 15px;
    text-align: center;
}
#order-modern .signupfields.hidden {
    display: none;
}

#order-modern .carttaxwarning {
    margin: 0 0 20px 0;
    color: #666;
    text-align: center;
}

#order-modern .cartwarningbox {
    margin: 0px 0px 13px 0px;
    padding: 7px;
    border: 1px solid #EBE8CD;
    border-left: 0;
    border-right: 0;
    background-color: #F1EFDC;
    text-align: center;
    color: #000;
}

.prd_wrapper h1 {
    margin: 0 0 20px;
    text-align: center;
}

.prd_wrapper h2 {
    font-weight: normal;
    border: 0;
    margin: 0;
}

.prd_wrapper .center80 {
    margin: 0 auto;
    width: 80%;
}

.prd_wrapper .textcenter {
    text-align: center;
}

.prd_wrapper .textright {
    text-align: right;
}

.prd_wrapper .clear {
    clear: both;
}

.prd_wrapper .errorbox {
    margin:0 0 10px;
    padding:10px;
    font-weight: bold;
    background-color:#FFB0B0;
    color:#fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.prd_wrapper .errorbox ul {
    margin: 5px 20px;
}
.prd_wrapper .errorbox ul li {
    font-weight: normal;
    text-align: left;
    color:#7F0000;
}

.prd_wrapper table tr th {
    padding: 5px;
    background-color: #efefef;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #222222;
    font-weight: bold;
    text-align: center;
}

.prd_wrapper table tr td {
    padding: 3px;
    border-bottom: 1px solid #ccc;
}

.prd_wrapper .cartcontainer {
    border: 2px solid #efefef;
    background-color: #fff;
    background-image: url('images/bg.png');
    background-repeat:repeat-x;
    width: 600px;
    padding: 15px;
    margin: 0 auto;
}

.prd_wrapper .cartcontainer table tr td {
    padding: 2px;
    border-bottom: 0;
}

.prd_wrapper table.centertext tr td {
    text-align: center;
}

.prd_wrapper .domainoptions div {
    margin: 2px 20px;
}

.prd_wrapper table.carttable tr.summary td {
    background-color: #efefef;
    border-bottom: 1px solid #ccc;
    color: #222222;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
}

.prd_wrapper table.carttable {
    background-color: #fff;
    width: 100%;
    padding-bottom: 10px;
}

.prd_wrapper table.carttable tr td {
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
    padding: 4px;
}

.prd_wrapper .textgreen {
    color: #779500;
}
.prd_wrapper .textred {
    color: #cc0000;
}

.prd_wrapper .cartbutton.green {
    color:#529214;
}
.prd_wrapper .cartbutton.red {
    color:#d12f19;
}






.loading {
    display: none;
    padding-top: 20px;
    text-align: center;
}

#orderfrm input,#orderfrm select,#ccinputform input,#ccinputform select {
    border: 1px solid #ccc;
    padding: 4px;
}

.errorbox {
    text-align: left;
    list-style-type: none;
}



.w2f_clear {
	clear: both;
}


#order-modern .w2f_errorboxfidomain {
    /*display: none;*/
    margin: 10px auto 10px auto;
    padding: 10px 15px;
    background-color: #FBEEEB;
    border: 1px dashed #cc0000;
    width: 90%;
    font-weight: bold;
    color: #cc0000;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
#order-modern .w2f_errorboxfidomain p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    text-align: left;
}
#order-modern .w2f_errorboxfidomain li {
    font-weight: normal;
    text-align: left;
    color:#000;
}

.w2f_errorboxfidomain {
	display:block;
    text-align: left;
    list-style-type: none;
}





#order-verticalsteps .maincontent {
    margin-left: 0px;
}

#order-verticalsteps .maincontent .orderbox {
    margin: 0 0 5px 0;
    padding: 10px;
    background-color: #E6ECF8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#order-verticalsteps .maincontent .orderbox.ordernum {
    margin: 0 auto;
    padding: 15px;
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#order-verticalsteps .maincontent .domainoptions {
    margin: 20px 40px;
    padding: 0;
}

#order-verticalsteps .maincontent .domainoptions div {
    margin: 0;
    padding: 2px;
}

#order-verticalsteps .maincontent table {
    width: 100%;
}

#order-verticalsteps .maincontent table tr td {
    padding: 3px 10px 5px 10px;
}

#order-verticalsteps .maincontent table.styled {
    border-spacing: 3px;
}

#order-verticalsteps .maincontent table.styled tr th {
    padding: 5px;
    background-color: #3F90C5;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

#order-verticalsteps .maincontent table.styled tr td {
    border-bottom: 1px solid #ccc;
}

#order-verticalsteps .maincontent .ordertotal {
    float: right;
    margin: 25px 0 0 0;
    padding: 8px 20px;
    background-color: #efefef;
    text-align: right;
    font-size: 1.5em;
    color: #666;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#order-verticalsteps .maincontent .gateway {
    margin: 0;
    padding: 5px;
    border: 0;
    text-align: center;
}







/* steps menu CSS from verticalsteps template: */
.stepsbar {
    /*float: left;*/
	width: 100%;
}
.stepsbar .step {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	margin: 0px .5% 0px 0px;
    padding: 5px 0px;
    width: 24.62%;
    color: rgb(55,55,55);
    background-color: #efefef;
    text-align: center;
	display:inline-block;
	height: 18px;
	transition: all .2s ease;
}
.stepsbar .last_step {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	margin: 0 0 0 0 !IMPORTANT;
    padding: 5px 0px;
    width: 24.62%;
    color: rgb(55,55,55);
    background-color: #efefef;
    text-align: center;
	display:inline-block;
	height: 18px;
	transition: all .2s ease;
}
.stepsbar .step:hover {
	text-decoration: none;
	color: #fff;
	background-color: rgba(33, 133, 197,1);
}
.stepsbar .step a, .stepsbar .step span {
    /*color: rgb(247, 247, 247);*/
}
.stepsbar .step span{
	display:none;
}
.stepsbar .step a:hover, .stepsbar .step span:hover {
    color: rgb(247, 247, 247);
}
.stepsbar .step strong {
}

.stepsbar .step.active {
    background-color: rgb(33, 133, 197);
    color: rgb(247, 247, 247);
}

.stepsbar .step.active a {
    color: rgb(247, 247, 247);
}

/*
Steps
*/

.prd_wrapper .stepscontainer {
    width: 630px;
    border: 1px solid #000;
    background-image: url('images/stepsbg.png');
    font-size: 11px;
    margin: 15px auto 10px auto;
}

.prd_wrapper .stepscontainer .arrow {
    float: left;
    width: 33px;
    height: 35px;
    background-image: url('images/stepsarrow.png');
}

.prd_wrapper .stepscontainer .arrowactiveleft {
    float: left;
    width: 33px;
    height: 35px;
    background-image: url('images/stepsarrowactiveleft.png');
}

.prd_wrapper .stepscontainer .arrowactiveright {
    float: left;
    width: 33px;
    height: 35px;
    background-image: url('images/stepsarrowactiveright.png');
}

.prd_wrapper .stepscontainer .stepactive {
    float: left;
    background-image: url('images/activestep.png');
    width: 188px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

.prd_wrapper .stepscontainer .step {
    float: left;
    width: 188px;
    line-height: 34px;
    text-align: center;
    color: #000;
}

.prd_wrapper .stepscontainer .title {
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
}

/*
Categories
*/

.prd_wrapper .cartcats {
    background-color: #f7f7f7;
	border: 1px solid #DDECFF;
	/* border-bottom: 1px solid #A53838; */
	margin: 7px 0 7px 0;
	padding: 10px 25px 10px 25px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.prd_wrapper .cartcats a {
    color: #000;
}

.prd_wrapper .domainregtitle {
    font-size: 14px;
}

/*
Product Listing
*/

.prd_wrapper .currencychooser {
    float: right;
    margin: 0 20px 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;
}

.prd_wrapper .currencychooser a {
    text-decoration: none;
    padding-right: 5px;
    color: #000;
}

.prd_wrapper .currencychooser a:hover {
    color: #0066CC;
}

.prd_wrapper .prodtablecol {
    float: left;
    width: 20%;
    font-size: 14px;
    text-align: center;
}

.prd_wrapper .prodtablecol .title {
    font-size: 16px;
    font-weight: bold;
}

.prd_wrapper .prodtablecol .divider {
    height: 1px;
    background-color: #fff;
}

.prd_wrapper .prodtablecol div.featureheader {
    padding: 10px 0 10px 0;
    height: 34px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.prd_wrapper .prodtablecol div.feature {
    background-color: #666;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.prd_wrapper .prodtablecol div.aheader {
    background-color: #204791;
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 12px;
    height: 34px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.prd_wrapper .prodtablecol div.aheaderexpandable {
    background-color: #204791;
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 12px;
    min-height: 55px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.prd_wrapper .prodtablecol div.afeaturedesc1 {
    padding: 5px;
    background-color: #EAF2F7;
    min-height: 140px;
    line-height: 20px;
    color: #204791;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.prd_wrapper .prodtablecol div.afeature1 {
    background-color: #EAF2F7;
    line-height: 30px;
    color: #204791;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.prd_wrapper .prodtablecol div.afeature2 {
    background-color: #CEE1EC;
    line-height: 30px;
    color: #204791;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.prd_wrapper .prodtablecol div.bheader {
    background-color: #7BAA24;
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 12px;
    height: 34px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.prd_wrapper .prodtablecol div.bheaderexpandable {
    background-color: #7BAA24;
    padding: 10px 0 10px 0;
    color: #fff;
    font-size: 12px;
    min-height: 55px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.prd_wrapper .prodtablecol div.bfeaturedesc1 {
    padding: 5px;
    background-color: #F0F7EA;
    min-height: 140px;
    line-height: 20px;
    color: #668C1E;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.prd_wrapper .prodtablecol div.bfeature1 {
    background-color: #F0F7EA;
    line-height: 30px;
    color: #668C1E;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.prd_wrapper .prodtablecol div.bfeature2 {
    background-color: #DFEED2;
    line-height: 30px;
    color: #668C1E;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

/*
Addons
*/

.prd_wrapper .addoncontainer {
    float: left;
    width: 50%;
}

.prd_wrapper .addon {
    margin: 5px;
    border: 1px solid #ccc;
    padding: 10px;
}

.prd_wrapper .addon:hover {
    background-color: #FFF9E6;
}

.prd_wrapper .addon .title {
    float: left;
    padding: 0 0 6px 0;
    font-size: 16px;
    color: #555;
}

.prd_wrapper .addon .pricing {
    float: right;
    padding: 0 0 6px 0;
    text-align: right;
    font-size: 14px;
    color: #cc0000;
}

.prd_wrapper .addon .setup {
    font-size: 12px;
}

.prd_wrapper .addon .product {
    padding-top: 6px;
    text-align: right;
}

.prd_wrapper .addon select {
    padding: 3px;
    border: 1px solid #ccc;
    width: 180px;
}

/*
Domain Registration
*/

.prd_wrapper .domainreginput {
    margin-top: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}

.prd_wrapper .domainreginput input {
    font-size: 14px;
    padding: 3px;
    border: 1px solid #ccc;
}

.prd_wrapper .domainreginput select, .domainregperiod select {
    font-size: 13px;
    padding: 3px;
    border: 1px solid #ccc;
}

.prd_wrapper .domainavailable {
	background-color: rgb(126, 206, 253);
	line-height:40px;
	font-size: 22px;
	color: rgb(255, 255, 255);
	font-weight:bold;
	text-align:center;
    margin-top: 25px;
}

.prd_wrapper .domainunavailable {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}

.prd_wrapper .domaininvalid {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}

.prd_wrapper .domainregperiod {
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
}

.prd_wrapper div.domainsuggestions {
	width: 100%;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    margin-top: 15px;
}

/*
Product Config
*/

.prd_wrapper .billingcycle {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 20px;
}

.prd_wrapper .serverconfig {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 20px;
}

.prd_wrapper .configoptions {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 20px;
}

.prd_wrapper .addons {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 20px;
}

.prd_wrapper .customfields {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 20px;
}

/*
Domain Config
*/

.prd_wrapper .domainconfig {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 20px;
}

.prd_wrapper .nameservers {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 20px;
}

/*
Config Tables
*/

.prd_wrapper .configtable td {
    padding: 2px 5px 2px 5px;
}

.prd_wrapper .configtable td.fieldlabel {
    width: 150px;
    text-align: right;
}

.prd_wrapper .configtable td.radiofield {
    width: 30px;
    text-align: right;
}

.prd_wrapper .configtable td.fieldarea {
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
    text-align: left;
}

.prd_wrapper .configoplabel {
    color: #ff6600;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}

/*
Order Summary
*/

.prd_wrapper .ordersummary {
    margin: 15px;
}

.prd_wrapper .totalduetoday {
    text-align: right;
    font-size: 20px;
    color: #cc0000;
}

.prd_wrapper .totalrecurring {
    text-align: right;
    font-size: 14px;
    color: #000066;
}

.prd_wrapper .checkoutbuttonsleft {
    float: left;
    margin: 5px 0 0 0;
}

.prd_wrapper .checkoutbuttonsright {
    float: right;
    margin: 5px 0 0 0;
}

/*
Checkout
*/

.prd_wrapper .promo {
    text-align: right;
}

.prd_wrapper .promo input {
    font-size: 11px;
}

.prd_wrapper .gatewaycheckout {
    margin: 10px 0 0 0;
    text-align: center;
}

.prd_wrapper .viewcartcol1 {
    float: left;
    margin-top: 10px;
    width: 55%;
}

.prd_wrapper .viewcartcol2 {
    float: left;
    margin-top: 10px;
    width: 45%;
}

.prd_wrapper .paymentmethods {
    padding-left: 20px;
}

.prd_wrapper .checkoutsecure {
    text-align: left;
    margin: 20px 0 10px 0;
}

.prd_wrapper #domaincontactfields {
    display: none;
}
