a.calloutLink { color: #ffffff; text-decoration: none; }
div.helpBlock { margin: 25px 0 0px 0; }
div.helpBlock ol, div.staticBlock ol { margin-left: 30px; }
div.helpBlock ul, div.staticBlock ul { margin-left: 30px; list-style-type: disc; }

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.left { float: left; }
.right { float: right; }
.block { display: block; }
.none { display: none; }

div.sectionHeader h2 { font-size: 14px; }

div.whiteBlock
{
    margin-top: 26px;
    background-color: #ffffff;
    height: 24px;
    position: absolute;
    top: 135px;
    left: 0px;
    width: 882px;
}

form.generalForm /*, #patient-change-pass-form*/
{
    margin: 10px 0 10px 0;
    padding: 0;
    border: none;
}

form.generalForm .smallText
{
    font-size: 10px;
}

form.generalForm .inlineRadios label, form.generalForm .inlineRadios input
{
    display: inline;
}

form.generalForm p.chequeMoneyOrderInfo
{
    font-weight: bold;
}

form.generalForm select#paymentMethod_id
{
    margin-top: 10px;
    margin-bottom: 10px;
}


form.generalForm p.rxnote
{
    color: #ff0000;
}

form.generalForm p.rxnote strong
{
    color: #ff0000;
}


form.generalForm textarea.comments
{
    height: 80px;
    width: 377px;
    margin: 0px;
}


form.generalForm fieldset.buttonGroup /*, #patient-change-pass-form fieldset.buttonGroup*/
{
    margin-top: 10px;
    padding: 0;
    border: none;
}

form.generalForm fieldset.buttonGroup input.submit
{
    float: right;
    /*margin-right: 20px;*/
}

form.generalForm fieldset.buttonGroup input.cancel
{
    float: left;
    margin-right: 2px;
}

/*form.generalForm fieldset.buttonGroup input.checkoutCancel
{
}*/

form.generalForm fieldset.buttonGroup input.checkoutContinue,
form.generalForm fieldset.buttonGroup input.checkoutSend,
form.generalForm fieldset.buttonGroup img.checkoutSent
{
    float: right;
}

form.generalForm fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}

form.generalForm label
{
    margin: 0;
    padding: 0;
    display: block;
}

form.generalForm input
{
    margin-bottom: 15px;
    padding: 0;
    display: block;
}

#sex label { display: inline; font-weight: normal; font-size: 9pt; }
#sex input { display: inline; margin: 0 3px 0 0; }
#crp label { display: inline; font-weight: normal; font-size: 9pt; }
#crp input { display: inline; margin: 0 3px 0 0; }
#counsel label { display: inline; font-weight: normal; font-size: 9pt; }
#counsel input { display: inline; margin: 0 3px 0 0; }
#terms label { display: inline; font-weight: normal; font-size: 9pt; }
#terms input { display: inline; margin: 0 3px 0 0; margin-top: 10px;}

label#terms_label { margin-bottom: 5px; }

form.generalForm select
{
    margin-bottom: 15px;
    padding: 0;
    }

form.generalForm div { margin: 0 0 5px 0; }
form.generalForm table
{
    border-collapse: collapse;
}
form.generalForm table td.tdPpu
{
    vertical-align: top;
}

div.searchBox { margin-top: 25px; }
div.searchBox form.searchForm { margin-bottom: 20px; }
div.searchBox form.searchForm fieldset { margin: 0; padding: 0; border: none; }
div.searchBox form.searchForm label { display: inline; font-weight: bold; }
div.searchBox form.searchForm input { display: inline }

table.productList { border-collapse: collapse; width: 100%; }
table.productList td { padding: 10px; vertical-align: top; border-bottom: dashed 1px #cccccc; width: 78px; }

table.productResults { border-collapse: collapse; width: 100%; margin-top: 15px; font-weight: bold; }
table.productResults td { padding: 10px; vertical-align: top; }
table.productResults td a { color: #005797; }
table.productResults td.headerRow { font-size: 14px; color: #ffffff; font-weight: bold; background-color: #005797; }
table.productResults tr.even { padding: 10px; background-color: #d9e6f0; }
table.productResults tr.odd { padding: 10px; background-color: #b3cde0; }
table.productResults td.viewPricesLink a { float: right; }
table.productResults td.buyLink input { vertical-align: top; float: right }

div#quoteList {}
div#quoteList div.cartItem { margin-bottom: 10px; }
div#quoteList div.rxassign { font-style: italic; }
div#quoteList h3 { margin-bottom: 10px; }
div#quoteList p.itemDetails { padding: 0 0 5px 0; }
div#quoteList span.rxrequired { color: #ff0000; font-weight: bold; }
div#quoteList table { border-collapse: collapse; margin: 5px 0 5px 0; width: 100%; }
div#quoteList table td { font-size: 11px; }
div#quoteList table td.field { }
div#quoteList table td.value { text-align: right; }
div#quoteList table td.summaryBar { border-bottom: solid 1px #cccccc; }
div#quoteList p.shippingNote { font-style: italic; font-size: 85%; margin-bottom: 8px; }
div#quoteList ul li { display: block; }
div#quoteList ul li a { display: inline; }

ul.country-list{
    margin:5px 0 0 -2px;
    padding:0;
    display:block;
    overflow:hidden;
}
ul.country-list li{
    float:left;
    list-style:none;
    display:inline;
}
ul.country-list a{
    float:left;
    width:19px;
    padding:2px 2px 0;
    color:#717171;
    letter-spacing:-1px;
    text-decoration:none;
    font:0.9em/1.1em Helvetica, Arial, sans-serif;
}
ul.country-list em{color:#717171; display:block; font-style:normal; margin:3px 0 0;}
ul.country-list a.active,
ul.country-list a:hover{
    padding:1px 1px 0;
    background:#fff;
    border:1px solid #ef9427;
}

table.priceComparison { border-collapse: collapse; width: 100%; }
table.priceComparison th { padding: 5px; background-color: #005797; color: #ffffff; vertical-align: top; }
table.priceComparison td { padding: 5px; vertical-align: top; background-color: #d9e6f0; }
table.priceComparison tr.odd td { background-color: #b3cde0; }
table.priceComparison td.productName {}
table.priceComparison tr td.bestSavings, table.priceComparison tr.odd td.bestSavings { background-color: #fff000; font-weight: bold; }
table.priceComparison td div { padding-left: 10px; }

div.checkoutSteps { margin: 5px 0 50px 0; }
div.checkoutSteps ul li
{
    display: inline;
    float: left;
    width: 60px;
    border: solid 1px #005797;
    text-align: center;
    padding: 0px 5px 0px 5px;
    margin: 2px;
}
div.checkoutSteps ul li a { font-weight: bold; color: #194783; text-decoration: none; }
div.checkoutSteps ul li.first-current,
div.checkoutSteps ul li.first-complete,
div.checkoutSteps ul li.first,
div.checkoutSteps ul li.complete,
div.checkoutSteps ul li.current { background-color: #194783; }
div.checkoutSteps ul li.first-current a,
div.checkoutSteps ul li.first-complete a,
div.checkoutSteps ul li.first a,
div.checkoutSteps ul li.complete a,
div.checkoutSteps ul li.current a { color: #ffffff; font-weight: bold; }
div.checkoutSteps ul li.last { font-weight: normal; }
div.checkoutSteps ul li.last a { }

div.login-container { margin-top: 10px; }
div.login-container table td.leftCell { padding: 5px 5px 5px 0; }
div.login-container div.rightBlock { width: 400px; float: right; }
div.login-container div.leftBlock { width: 161px; float: left; }
div.login-container p#loginText { font-size: 85%; line-height: 1.25; }

table#cartTable { border-collapse: collapse; width: 100%; }
table#cartTable td { padding: 5px; }
table#cartTable tr.headerRow td { font-size: 13px; color: #ffffff; font-weight: bold; background-color: #3d5dbc; }
table#cartTable tr.headerRow td.nameColumn { width: 300px; }
table#cartTable tr.headerRow td.qtyColumn { width: 225px; }
table#cartTable tr.subtotal_plain { text-align: left; border-top: solid 1px #cccccc; }
table#cartTable tr.total { text-align: left; }

div#confirmAddresses { display: inline; }
div.confirm_address { float: left; margin-top: 15px; width: 300px; }

div.checkoutAddressHelp { float: right; width: 100px; }
div.checkoutAddressLoginLink { padding: 5px; border: solid 1px #cccccc; }
div.checkoutAddressLogin { float: left; width: 490px; margin-bottom: 15px;  border: solid 1px #cccccc; padding: 5px; }
div.checkoutAddressHeader { float: left; width: 490px; }
fieldset.checkoutAddress { float: left; width: 490px; }

table.assign-subaccounts { width: 100%; border-collapse: collapse; }
table.assign-subaccounts th.name {}
table.assign-subaccounts th.email {}
table.assign-subaccounts th.statusheader {}
table.assign-subaccounts td.status {}
table.assign-subaccounts td.edit {}

div#accountSubNav { padding: 10px 0 10px 0 }

div.webOrder { padding-bottom: 15px; }
table#orderList { width: 100%; border-collapse: collapse; }
table#orderList tr.header { border-bottom: solid 1px #cccccc; }
table#orderList tr.header th.col_orderid {}
table#orderList tr.header th.col_date {}
table#orderList tr.header th.col_assigned {}
table#orderList tr.header th.col_status {}

span.orderHeader { font-weight: bold; }
div.order_history_block { float: left; width: 247px; margin-bottom: 20px; }
div.order_history_block div.title { font-weight: bold; text-align: left; }
div.order_history_block div.totals { float: right; }
div.order_history_block div.subtitle { float: left; }
div.order_history_status { text-align: right; width: 110px; }
div#orderBlock {}
div.order_history_totals { text-align: right; width: 110px; }

table#orderTable { width: 100%; border-collapse: collapse; }
table#orderTable tr.header { text-align: left; }
table#orderTable tr.orderTop {}
table#orderTable td.alignCenter { width: 164px; }
table#orderTable td.alignRight { width: 164px; text-align: right; }
table#orderTable td.refillOrder { width: 110px; text-align: right; }
table#orderTable td.orderBottom {}

ul.badges {
    margin: 0 auto;
    overflow: hidden;
}

ul.badges li {
    text-align: center;
    list-type: none;
    margin-bottom: 10px;
}
