/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

.ys_primary{ background:#cc0001;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

/* CSS Document */

#myaccount { font-family: Verdana, Arial; font-size: 11px; color: #333; }
#myaccount a { color: #7E0103; }
#myaccount h1, #myaccount h2, #myaccount h3, #myaccount h4, #myaccount h5 { margin: 8px 0; }
#myaccount h2 { font-size: 16px; }
#myaccount h3 { font-size: 14px; }
#myaccount h4 { font-size: 12px; }
#myaccount p  { margin: 4px 0; }
#myaccount label { margin: 0 5px; }
#myaccount input[type="submit"], #myaccount input[type="button"] { margin-right: 5px; }
#myaccount input[type="password"] { display: block; }

#myaccount #login-form, #register-form { background: #C0C5C9; padding: 5px; margin-bottom: 20px; }
#myaccount #left { float: left; width: 45%; }
#myaccount #right { width: 45%; float: right; }

#myaccount { padding-left: 12px; }
#myaccount #address-book #registered-addresses, #myaccount #address-book #add-address { float: left; }
#myaccount #address-book #registered-addresses { margin-right: 25px; width: 40%; }
#myaccount #address-book #add-address { width: 50%; }

#myaccount #feedback { margin: 20px auto; border: 1px solid rgb(230,145,41); }
#myaccount #feedback div { margin: 8px 8px; color: rgb(230,145,41); }
#myaccount #address-book #registered-addresses .address { margin: 15px 0; }
#myaccount #address-book #edit-address { width: 435px; }
#myaccount #address-book #edit-address input[type="text"] { width: 100%; }

#myaccount #order-summary table { color: #8B8B8B; width: 95%; }
#myaccount #order-summary table tr td { padding: 5px 20px; padding-left: 0px;}
#myaccount #order-summary table tr.header-row td { font-weight: bold; border-bottom: 1px dashed #8b8b8b; }
#myaccount #order-summary table tr.footer-row td { font-weight: bold; border-top: 1px dashed #8b8b8b; padding-right: 5px; }
#myaccount #order-summary #address-information div { float: left; width: 50%; }

#myaccount .terms-conditions { width: 75%; }
#myaccount .form-cell { margin: 5px 0; }
#myaccount .form-cell span { display: block; margin: 3px 0; }

