@CHARSET "UTF-8";

#col3_content h2 {
    background-color: #f3f4f6;
    margin-bottom: 10px;
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
}

#col3_content h2 img {
    vertical-align: text-bottom;
    margin-right: 5px;
}

span.errors input,
span.errors {
    color: #900;
    font-weight: bold;
}

.errors ul {
    list-style: none;
    color: #900;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

.errors li {
    background: url('/system/icons/bullet/error.png') no-repeat;
    margin: 0 0 5px 0;
    padding-left: 18px;
}

.profileBox {
    margin-bottom: 20px;
}

#addressBox select,
.profileBox select {
    border: 1px solid #999;
}

.profileBox #profileEdit a {
    background: url('/system/icons/page/white/edit.png') no-repeat;
    padding: 2px 0 2px 20px;
    margin: 0 10px;
}

.profileBox #passwordEdit a {
    background: url('/system/icons/lock.png') no-repeat;
    padding: 2px 0 2px 20px;
    margin: 0 10px;
}

.profileBox #passwordEdit a:hover,
.profileBox #profileEdit a:hover {
    text-decoration: underline;
}

.entryGroup {
    margin-bottom: 20px;
}

#abEditBox .entryLine,
.entryLine {
    position: relative;
    height: 20px;
    margin-left: 10px;
}

.entryLine span.label {
    float: left;
}

.entryLine span.value {
    position: absolute;
    left: 180px;
    font-weight: bold;
}

.entryLine span.value select,
.entryLine span.value input {
    width: 200px;
    padding: 1px;
    border: 1px solid #999;    
}

/*
 * Addressbook
 */

.abEntryAccount {
    overflow: hidden;
    margin-left: 10px;
}

.abEntryOdd {
    overflow: hidden;
    padding: 5px;
    margin: 5px 0;
}

.abEntryEven {
    background: #f7f7f7;
    overflow: hidden;
    padding: 5px;
    margin: 5px 0;
}

.abTypeIcon {
    float: left;
    width: 20px;
}

.abAddEntry {
    margin-right: 7px;
}

.abInfo {
    float: left;
    margin-left: 10px;
}

.abInfo span {
    display: block;
    margin-bottom: 2px;
}

.abActionRadio {
    float: right;
    width: 18px;
}

.abActions {
    overflow: hidden;
    margin-top: 20px;
}

.abActions input {
    float: right;
    margin-left: 10px;
}

#abEditBox {
    margin-bottom: 20px;
    overflow: hidden;
}

/*
 * User Downloads
 */
 
.userDownloads {}

.downloadsEntryEven {
    background: #f7f7f7;
    overflow: hidden;
    padding: 5px;
    margin: 5px 0;
}

.downloadsEntryOdd {
    overflow: hidden;
    padding: 5px;
    margin: 5px 0;
}

.downloadsEntryEven .image,
.downloadsEntryOdd .image {
    float: left;
    width: 80px;
}

.downloadsEntryEven .data,
.downloadsEntryOdd .data {
    float: left;
    width: 380px;
}

.downloadsEntryEven h3,
.downloadsEntryOdd h3 {
    font-size: 12px;
    margin-bottom: 10px;
}

.downloadsEntryEven ul,
.downloadsEntryOdd ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style-image: url('/system/icons/disk.png');
}

.downloadsEntryEven .serial,
.downloadsEntryOdd .serial {
    margin-bottom: 10px;
}

.downloadsEntryEven .serial span,
.downloadsEntryOdd .serial span {
    display: block;
    margin-bottom: 3px;
}

/*
 * User Orders and Invoices
 */

.oiEntryOdd {
    overflow: hidden;
    padding: 5px;
    margin: 5px 0;
}

.oiEntryEven {
    background: #f7f7f7;
    overflow: hidden;
    padding: 5px;
    margin: 5px 0;
}

.oiIcon {
    float: left;
    width: 20px;
}

.oiInfo {
    float: left;
    margin-left: 10px;
}

.oiInfo span {
    display: block;
    margin-bottom: 2px;
}

.oiActionButton {
    float: right;
    width: 80px;
}

.oiActionButton form {
    margin-bottom: 3px;
}

span.statusNormal {
    color: #090;
    display: inline;
    font-weight: bold;
}

span.statusCanceled {
    color: #900;
    display: inline;
    font-weight: bold;
}

span.statusShipping {
    display: inline;
    margin-left: 10px;
}

.oiEntryDetails {
    overflow: hidden;
    padding: 5px;
    margin: 5px 0;
}

#oiInfoDetails {
    border: 1px solid #ccc;
    padding: 10px;
}

#oiInfoDetails h3 {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
}

#oiInfoDetails table {
    margin-bottom: 20px;
    width: 100%;
}

#oiInfoDetails table td {
    padding: 5px 3px;
}

#oiInfoDetails #oiAddressesInvoice {
    border-right: 1px solid #ccc;
    width: 50%;
    padding: 0px;
}

#oiInfoDetails #oiAddressesShipping {
    width: 50%;
    padding: 0px 0px 0px 15px;
}

#oiDetailsProducts {
    margin-bottom: 30px;
}

.oiDetailsProductsLine {
    overflow: hidden;
    margin-bottom: 10px;
}

.oiDetailsProductsTitle {
    display: block;
    font-weight: bold;
}

.oiDetailsProductsTitle span {
    float: right;
}

#oiPaymentModule {
    font-weight: bold;
    margin-bottom: 20px;
}

#oiTableSummary {
    margin-top: 20px;
}

#oiTableSummary td {
    width: 20%;
    text-align: center;
    border-top: 1px solid #999;
    padding: 5px 0px;
    background: #efefef;
}

#oiGrandTotal {
    text-align: right;
    font-weight: bold;
}

#oiInvoice {
    margin: 15px 0 0 5px;
    font-weight: bold;
}

#oiInvoice a {
    background: url('/system/icons/page/white/acrobat.png') no-repeat;
    height: 20px;
    padding: 1px 0px 3px 22px;
    margin-right: 10px;
}

.userAccount #paymentDetails .payment_button {
    display: inline;
    margin-left: 10px;
}


/* Account & Registration */

/***************************************************
 * Specifics
 **************************************************/
#userRegistration {
  width: 720px;
  margin: 0 auto;
}


/* Stage: Terms */

#stageTerms {
    margin: 20px auto;
}

#stageTermsContent {
    overflow: auto;
    width: 700px;
    margin: 0 auto;
    height: 290px;
    padding: 10px;
    background-color: #f7f7f7;
    text-align: justify;
    border: 1px solid #ccc;
}

#stageTermsContentInner h1 {
    font-size: 12px;
    font-weight: bold;
    color: #555;
    text-align: left;
}

#stageTerms .fieldContainer {
    margin-top: 15px;
    text-align: center;
}

#stageTerms .fieldContainer label {
    white-space: nowrap;
}

#stageTerms .fieldContainer input  {
    margin-right: 5px;
    vertical-align: -2px;
}

#stageTerms .fieldButtons {
    margin-top: 15px;
    text-align: center;
}

#stageTerms .fieldError {
    background: url('/system/icons/bullet/error.png') 0px -1px no-repeat;
    padding-left: 18px;
    font-weight: bold;
    color: #900;
    text-align: left;
}

/* Stage: Account */
#stageAccount {
    overflow: hidden;
    margin: 20px 0;
}

#stageAccount #formErrors {
    width: 700px;
    margin: 0px auto 15px auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #999;
}

#stageAccount #formErrors span {
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

#stageAccount #formErrors ul {
    margin: 0;
    padding: 0;
}

#stageAccount #formErrors li {
    font-weight: bold;
}

#stageAccount .subcolumns {
    width: 700px;
    padding: 9px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
}

#stageAccount .subcolumns .c50l,
#stageAccount .subcolumns .c50r {
    order: 1px solid #999;
}

#stageAccount .subcolumns .subcr {
    margin-left: 20px;
}

#stageAccount .fieldContainer label {
    display: block;
    width: 125px;
    font-weight: bold;
    float: left;
    margin: 3px 8px 0 0;
}

#stageAccount .fieldContainer input {
    width: 170px;
    margin-bottom: 5px;
}

#stageAccount .fieldError {
    background: url('/system/icons/bullet/error.png') 0px -1px no-repeat;
    margin-bottom: 5px;
    padding-left: 18px;
    font-weight: bold;
    color: #900;
}

/* stage: Verification */

#stageVerification {
    overflow: hidden;
    margin: 20px 20px;
}

/* Buttons */

#userRegistration .fieldButtons {
    margin: 15px auto 0 auto;
    text-align: center;
}

#userRegistration .fieldButtons input {
    padding: 0;
    margin: 0 0 0 20px;
    background: url('/system/images/button80.png') no-repeat top;
    width: 80px;
    height: 18px;
    border: 0px;
    font-size: 11px;
}

#userRegistration .fieldButtons input:active {
    background: url('/system/images/button80.png') no-repeat bottom;
}

/* login / password reset */

#loginFormForm {}

#passwordResetForm,
#loginFormForm form {
  overflow: hidden;
}

.field {
  margin: 3px 0;
  overflow: hidden;
}

.field label {
  display: block;
  width: 150px;
  float: left;
  font-weight: bold;
}

.field input {
  width: 200px;
  font-family: "Lucida Grande", Verdana;
  font-size: 11px;
}

.formButtons {
  display: block;
  margin-left: 150px;
}

#login_links a {
  display: block;
  margin: 3px 0;
}








