/* 
    Document   : order
    Created on : Jan 14, 2009, 8:57:30 PM
    Author     : voiku
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#orderPackageSummary{font-family: Arial, Helvetica,sans;}
#orderPackageSummary td{padding:0}
#orderPackageSummary h2.name{font-size:18px;color:#0A6EB0;margin:0;padding:0;font-weight: bold}
#orderPackageSummary .products{color: #0a6eb0;font-size: 12px;font-weight: bold}
#orderPackageSummary .products img{margin-right: 4px}
#orderPackageSummary .total{height: 22px; font-size: 18px; font-weight: bold; color: #0a6eb0}
#orderPackageSummary .total span{color: #ff7d01}

div.subTitle{font-weight: bold}
/* FIELD SETS AND OTHER STUFF */
fieldset {background: #eee;padding: 4px}
fieldset dt{font-weight: bold}
fieldset dd{display: block; padding-left: 40px;}
fieldset dd *{width: 200px}
fieldset input{padding: 2px 0}
fieldset dt span.mandatory{color: #f00}
.account-user-information dt{width: 124px;float: left; padding: 10px 0;text-align: right}
.account-user-information dd{ padding: 6px 2px}

.billing-user dt{width: 125px;float: left; padding: 10px 0;text-align: right}
.billing-user dd{padding: 6px 2px}

.billing-payment dt{width: 130px;float: left; padding: 10px 0;text-align: right}
.billing-payment dd{padding: 6px 2px}

.aditional_services dt{float: right; width: 290px;text-align: left; font-weight: normal}
.aditional_services dd{width: 10px;}

div.error{color: #e00; font-weight: bold; text-align: center; margin-bottom: 8px}

.complete-title{font-size: 16px;color: #007EC8;font-weight: bold;}
.complete {font-family: Arial, Helvetica, sans-serif;font-size: 12px;line-height: 14px;}
.creative-table th{color: #f2f2f2; background: #007ec8; padding: 2px}
.creative-table td{padding: 2px}