/* CSS Document */

/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --- Login Page --- */

/*.dont-have-account {
    margin: 20px;
    width: 448px;
}*/

.why-register {
    line-height: 24px;
    margin: 15px 0;
}

.why-register ul li {
    list-style: none outside none;
}

/*.login-container {
    margin: 20px;
    width: 420px;
}*/

.login-table {
    margin-top: 20px;
}

/* ------------------ */
.checkout-result-img{
	width:128px;
}

.checkout-success-msg{
	color:#060;
	font-weight:bold;
	font-size:18px;
	padding-top:35px;	
}

.checkout-error-msg{
	color:#C90906;
	font-weight:bold;
	font-size:18px;
	padding-top:35px;
}

.checkout-success-msg img , .checkout-error-msg img{
	margin-right:15px;
	vertical-align:top;	
}

/* ------------------ */
#account-links{
	margin-top:10px;	
}
#account-links li {
    display: inline;
    list-style: none outside none;
}

#account-links li a{
	
}

#account-links li img {
    position: relative;
    top: 1px;
}

.notes-box{
	padding:20px 0;
	font-size:15px;	
}
/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --- Review Page --- */
.review-page h1{
	margin-bottom:5px;
	border-bottom:1px dotted #CCC;
	padding-bottom:5px;
}

.review-order {
    margin-bottom: 20px;
	/*font-size:15px;*/
}

.review-order th, .review-order td{
	padding:4px;	
}

.review-order th {
    
}
.review-order th.a-center {
    text-align: center;
}


/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --- tracking --- */

.order-tracking-information {
    padding: 20px 0 0;
}
.order-tracking-preview {
    border: 1px solid #F0F0F0;
    padding: 10px;
    width: 720px;
}
.order-no-exist {
    color: #FF0000;
	font-size:28px;
}
.ul-status-steps {
    border-bottom: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 0;
}
.ul-status-steps li {
    color: #BBBBBB;
    float: left;
}
.ul-status-steps li.done-status {
    background: url("../images/step-done.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    color: #69B631;
    font-weight: bold;
}
.ul-status-steps li.current-status {
    background: url("../images/busy.gif") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    color: #2D8FC7;
    font-weight: bold;
}
.ul-status-steps li:not(.steps-sep) {
    padding: 5px 15px;
}
.steps-sep {
    background: url("../images/dot-repeat.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    margin: 0 10px 0 0;
    width: 120px;
}

/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --------------------- */
#shopcart-steps {
    min-height: 5em;
    padding:2em 0;
	width:710px;
	margin:0 auto;
}
#shopcart-steps ol {
    margin: 0;
    padding: 0;
}
#shopcart-steps ol li {
    color: #ADAC9C;
    display: block;
    float: left;
    padding-top: 38px;
    text-align: center;
    width: 166px;
}
#shopcart-steps ol li#one {
    background: url("../images/shopcart-steps.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#shopcart-steps ol li#one.active {
    background: url("../images/shopcart-steps-active.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#shopcart-steps ol li#two {
    background: url("../images/shopcart-steps.gif") no-repeat scroll -166px 0 rgba(0, 0, 0, 0);
}
#shopcart-steps ol li#two.active {
    background: url("../images/shopcart-steps-active.gif") no-repeat scroll -166px 0 rgba(0, 0, 0, 0);
}
#shopcart-steps ol li#three {
    background: url("../images/shopcart-steps.gif") no-repeat scroll -332px 0 rgba(0, 0, 0, 0);
}
#shopcart-steps ol li#three.active {
    background: url("../images/shopcart-steps-active.gif") no-repeat scroll -332px 0 rgba(0, 0, 0, 0);
}
#shopcart-steps ol li#four {
    background: url("../images/shopcart-steps.gif") no-repeat scroll -498px 0 rgba(0, 0, 0, 0);
}
#shopcart-steps ol li#four.active {
    background: url("../images/shopcart-steps-active.gif") no-repeat scroll -498px 0 rgba(0, 0, 0, 0);
}
#shopcart-steps ol li.active {
    color: #009900;
}

/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --------------------- */
/* --- order buttons --- */
.order-options {
    padding: 5px 0;
}
.order-options a {
    cursor: pointer;
    font-size: 14px;
}
.order-options a:hover {
    color: #444444;
    text-decoration: none;
}
.print-icon {
    background: url("../images/print-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 20px;
}
.email-icon {
    background: url("../images/email-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-left: 20px;
}