body {
    font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
    line-height:1.2;
    font-size:12px;
    background-color:#E7E7E7;
    color:#000;
    padding:0;
    margin:30px 0 0 0;
}

a {
    text-decoration:none;
    color:#555;
}

a:hover {
    color:#000;
}

a img {
    border:none;
}

ul {
    list-style:none;
    padding:0;
    margin:0;
}

p {
    margin-bottom:20px;
}

em {
    font-style:oblique;
}

strong {
    font-weight:bold;
}

.mb20px {
    margin-bottom:20px;
}

#container {
    width:820px;
    padding:20px;
    background-color:#FFF;
    margin:0 auto 60px auto;
    -moz-box-shadow:0 0 10px #555;
    -webkit-box-shadow:0 0 10px #555;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

#container #header {
    zoom:1;
    overflow:hidden;
    position:relative;
    margin-bottom:40px;
    line-height:1;
}

#container #header h1 {
    padding:0;
    font-size:42px;
    color:#000;
    font-weight:normal;
    padding-bottom:15px;
    border-bottom:1px dotted #D8D8D8;
    margin-bottom:15px;
}

#container #header h1 span {
    display:block;
    font-size:22px;
    color:#D8D8D8;
    font-weight:bold;
    margin-bottom:10px;
}

#container #header .address {
    font-size:16px;
    font-weight:bold;
    color:#666;
}

#container #header .back-to-store {
    display:block;
    position:absolute;
    top:0;
    right:0;
    background-color:#FCBE03;
    padding:10px;
    color:#FFF;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#container #body {
    margin-bottom:20px;
    position:relative;
}

#container #body h2 {
    font-size:28px;
    font-weight:bold;
    color:#575757;
    margin-bottom:20px;
}

#container #body h3 {
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
    color:#575757;
}

#container #footer {
    text-align:right;
}

#cart-table {
    background-color:#E7E7E7;
    padding:1px;
    margin-bottom:20px;
}

#cart-table h3 {
    margin:0 !important;
}

#cart-table table {
    width:100%;
    border-collapse:collapse;
    vertical-align:middle;
}

#cart-table table thead td {
    font-weight:bold;
}

#cart-table table tr {
    vertical-align:middle;
}

#cart-table table td {
    vertical-align:middle;
    border:5px solid #FFF;
    padding:10px;
    line-height:1.2;
}

#cart-table table td.right {
    text-align:right;
}

#cart-table table td.center {
    text-align:center;
}

#cart-table table td.error {
    color:#800000;
}

#cart-table table td.white {
    background-color:#FFF;
}

#cart-table table td.blue {
    background-color:#ECFBFF;
}

#cart-table table td.em {
    font-weight:bold;
    font-style:oblique;
}

#cart-table table td.delete {
    width:16px;
}

#cart-table table td.delete a.delete {
    display:block;
    text-indent:-9999px;
    background:url('/img/cancel_16.png') no-repeat;
    width:16px;
    height:16px;
}

#cart-table table td.image {
    width:50px;
}

#cart-table table td.image img {
    display:block;
    border:2px solid #CCCCCC;
    width:46px;
    height:46px;
}

#cart-table table td.price,
#cart-table table td.subtotal {
    width:100px;
}

#cart-table table td.qtd {
    width:50px;
}

#cart-table table td.qtd input[type="text"] {
    text-align:center;
}

#cart-table table td.update button {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:none;
    cursor:pointer;
    background-color:#000;
    color:#FFF;
    font-size:11px;
    padding:5px;
}

.checkout-btn {
    zoom:1;
    overflow:hidden;
    margin-bottom:20px;
    padding:5px;
}

.checkout-btn.top {
    position:absolute;
    top:70px;
    right:0;
}

.checkout-btn.top a {
    display:block;
    float:none;
    color:#ADADAD;
    background-color:#F0F0F0;
    background:-moz-linear-gradient(top, #F0F0F0, #D2D2D2);
    background:-webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#D2D2D2));
    text-shadow:#F2F2F2 0 1px;
    -moz-box-shadow:0 0 5px #CCC;
    -webkit-box-shadow:0 0 5px #CCC;
}

.checkout-btn a {
    -moz-border-radius:14px;
    -webkit-border-radius:14px;
    display:block;
    float:right;
    display:inline;
    color:#FFF;
    font-weight:bold;
    padding:7px 15px 0 15px;
    height:21px;
    background-color:#EB0041;
    background:-moz-linear-gradient(top, #61C73F, #47982C);
    background:-webkit-gradient(linear, left top, left bottom, from(#61C73F), to(#47982C));
    text-shadow:#2F651D 0 1px;
    -moz-box-shadow:0 0 5px #C1C1C1;
    -webkit-box-shadow:0 0 5px #C1C1C1;
}

.form {
    zoom:1;
    position:relative;
    margin-bottom:30px;
}

.form fieldset {
    border-top:1px dashed #CCCCCC;
    padding-top:20px;
    position:relative;
}

.form fieldset legend {
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    border:1px solid #CCCCCC;;
    background:#FFFFFF;
    padding:2px 9px;
    font-size:16px;
}

.form label {
    display:block;
    margin-bottom:5px;
    font-weight:bold;
    font-size:14px;
}

.form .input {
    margin-bottom:10px;
}

.form .input .error-message {
    margin-top:3px;
    color:#800000;
    font-weight:bold;
}

.form input[type=text],
.form input[type=password],
.form select,
.form textarea {
    font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:3px solid #CCC;
    color:#666;
    padding:7px 10px;
}

.form input[type=text]:focus,
.form input[type=password]:focus,
.form select:focus,
.form textarea:focus {
    border-color:#666;
    color:#000;
}

.form input[type=text].form-error,
.form input[type=password].form-error,
.form select.form-error,
.form textarea.form-error {
    border-color:#EB0041;
}

.form input[type=text].col_1,
.form input[type=password].col_1,
.form select.col_1,
.form textarea.col_1 {
    width:25px;
}

.form input[type=text].col_2,
.form input[type=password].col_2,
.form select.col_2,
.form textarea.col_2 {
    width:95px;
}

.form input[type=text].col_3,
.form input[type=password].col_3,
.form select.col_3,
.form textarea.col_3 {
    width:165px;
}

.form input[type=text].col_4,
.form input[type=password].col_4,
.form select.col_4,
.form textarea.col_4 {
    width:235px;
}

.form input[type=text].col_5,
.form input[type=password].col_5,
.form select.col_5,
.form textarea.col_5 {
    width:305px;
}

.form input[type=text].col_6,
.form input[type=password].col_6,
.form select.col_6,
.form textarea.col_6 {
    width:375px;
}

.form input[type=text].col_7,
.form input[type=password].col_7,
.form select.col_7,
.form textarea.col_7 {
    width:445px;
}

.form input[type=text].col_8,
.form input[type=password].col_8,
.form select.col_8,
.form textarea.col_8 {
    width:515px;
}

.form input[type=text].col_9,
.form input[type=password].col_9,
.form select.col_9,
.form textarea.col_9 {
    width:585px;
}

.form input[type=text].col_10,
.form input[type=password].col_10,
.form select.col_10,
.form textarea.col_10 {
    width:655px;
}

.form input[type=text].col_11,
.form input[type=password].col_11,
.form select.col_11,
.form textarea.col_11 {
    width:725px;
}

.form input[type=text].col_12,
.form input[type=password].col_12,
.form select.col_12,
.form textarea.col_12 {
    width:795px;
}

#flashMessage {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#E9E9E9;
    padding:20px;
    margin-bottom:20px;
}

#flashMessage p {
    min-height:22px;
    margin:0;
    padding:10px 0 0 52px;
}

#flashMessage p.success {
    background:url('/img/accept.png') no-repeat;
}

#flashMessage p.error {
    background:url('/img/exclamation.png') no-repeat;
}

#flashMessage p.alert {
    background:url('/img/alert.png') no-repeat;
}

#loginMsg {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background:#E7E7E7 url('/img/tanlup-store.png') no-repeat 20px 23px;
    padding:20px;
    padding-left:140px;
    margin-bottom:20px;
    line-height:1.3;
    color:#555;
}

#loginMsg a {
    color:#000;
}

#loginMsg a:hover {
    color:#555;
    text-decoration:underline;
}

#checkoutNotes {
    font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica, Arial, sans-serif;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width:790px;
    height:130px;
    border:3px solid #CCC;
    color:#666;
    padding:7px 10px;
}

#checkoutNotes:focus {
    border-color:#666;
    color:#000;
}

.bigLink {
    text-align:center;
}

.bigLink a {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    display:inline-block;
    background-color:#E7E7E7;
    padding:10px 15px;
    font-size:16px;
    font-weight:bold;
}

#cart-steps {
    zoom:1;
    overflow:hidden;
    margin:0 0 20px -20px;
}

#cart-steps li {
    zoom:1;
    overflow:hidden;
    float:left;
    display:inline;
    margin-left:20px;
    width:190px;
}

#cart-steps li span.num {
    float:left;
    display:inline;
    margin-right:20px;
    width:50px;
    height:50px;
    background:url('/img/cart-steps.png') no-repeat;
    text-indent:-9999px;
}

#cart-steps li span.desc {
    float:left;
    display:inline;
    margin-top:20px;
    width:120px;
    overflow:hidden;
    font-weight:bold;
    color:#CCC;
}

#cart-steps li.step-1 span.num {
    background-position:0 -50px;
}

#cart-steps li.step-2 span.num {
    background-position:-50px -50px;
}

#cart-steps li.step-3 span.num {
    background-position:-100px -50px;
}

#cart-steps li.step-4 span.num {
    background-position:-150px -50px;
}

#cart-steps li.selected span.desc {
    color:#333;
}

#cart-steps li.selected.step-1 span.num {
    background-position:0 0;
}

#cart-steps li.selected.step-2 span.num {
    background-position:-50px 0;
}

#cart-steps li.selected.step-3 span.num {
    background-position:-100px 0;
}

#cart-steps li.selected.step-4 span.num {
    background-position:-150px 0;
}

#gateway-choice {
    border-top:1px dotted #666;
    margin-bottom:20px;
}

#gateway-choice li {
    zoom:1;
    overflow:hidden;
    border-bottom:1px dotted #666;
    padding:10px 0;
}

#gateway-choice li .radio {
    float:left;
    display:inline;
    width:20px;
    margin-right:20px;
}

#gateway-choice li .image {
    float:left;
    display:inline;
    width:100px;
    margin-right:20px;
}

#gateway-choice li .desc {
    float:left;
    display:inline;
    width:660px;
}