@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY {
    background: #FFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #67828D;
    margin: 0;
    padding: 0;
    height: 100%;
}
#wrapper2{
    min-height: 100%;
	height:800px;
    width: 1000px;
    margin: 0 auto;
    background: #F5FAF6;
}
#wrapper{
    min-height: 100%;
    width: 1000px;
    margin: 0 auto;
    background: #F5FAF6;
}
A {
    color: #67828D;
    text-decoration: none;
    cursor: pointer;
}
A:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Header
------------------------------------ */
#header{
    width: 1000px;
    height: 98px;
    background: #FFF url(images/order-header-bg.png) no-repeat top;
    border-bottom: 1px solid #67828D;
}
#header H1{
    outline: none;
    background: url(images/order-header-logo.png) no-repeat;
    display: block;
    width: 224px;
    height: 72px;
    float: left;
    margin: 8px 0 0 28px;
}
#header H1 A{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 224px;
    height: 72px;
}
.order-state{
    top: 46px;
    left: 131px;
    position: relative;
    padding: 23px 40px 0 0;
    float: left;
}
.one{
    background: url(images/order-header-state.png) no-repeat 40px 0;
}
.two{
    background: url(images/order-header-state.png) no-repeat 40px -60px;
}
.tree{
    background: url(images/order-header-state.png) no-repeat 40px -118px;
}
.order-state LI{
    float: left;
    padding-right: 80px;
}
.order-state LI.last{
    padding-left: 20px;
}
.order-state LI.done, .order-state LI.done A{
    color: #2C383D;
}
.order-state LI.done A{
    text-decoration: underline;
}
.order-state LI.done A:hover{
    text-decoration: none;
}
.order-state LI.pre{
    color: #A1C7CA;
}

/* Show Box B
------------------------------------ */
.show-box-b{
    width: 702px;
    margin: 0 auto;
    clear: both;
    margin: 0 0 -30px 26px;
    float: left;
}
.show-box-b-wrap{
    background: #FFF url(images/show-box-b-bottom.png) no-repeat bottom;
    float: left;
    padding-bottom: 5px;
}
.show-box-b-top{
    background: url(images/show-box-b-top.png) no-repeat;
    width: 702px;
    padding-top: 4px;
}
.show-box-b-inner{
    background: url(images/show-box-b-bg.png) repeat-y;
    width: 702px;
    float: left;
    padding: 0 0 8px 0;
    color: #2C383D;
}
.show-box-b-inner IMG{
    float: left;
    margin: 40px 0 0 48px;
	padding-top:40px;
	vertical-align:top;
}
.show-box-b-inner P{
    clear: both;
    margin: 0 0 0 30px;
}
.show-box-b-inner P.pack-price{
    clear: both;
    float: right;
    margin: 0 30px 0 0;
    font-size: 14px;
}
.show-box-b-inner P.pack-price SPAN{
    color: #E80505;
}
.show-box-b-inner H5{
    clear: both;
    font-size: 14px;
    margin: 0 0 10px 30px;
}
.show-box-b-inner-descr{
    float: right;
    margin: 10px 22px 0 0;
    width: 420px;
}

.show-box-b-inner-descr H4{
    font-size: 15px;
    color: #E80505;
    margin-bottom: 10px;
	text-align:center;
}
.show-box-b-inner-descr DT{
    color: #2C383D;
    width: 440px;
    margin-bottom: 15px;
	font-weight:bold;
	text-align:center;
}
.show-box-b-inner-descr DD{
    background: url(images/v-show-box-b.png) no-repeat;
    padding-left: 20px;
    line-height: 13px;
    margin: 0 0 8px 90px;
    color: #67828D;
}

.show-box-descr-form{
    float: right;
    width: 300px;
	vertical-align:top;
}
.show-box-descr-form DD{
    background: url(images/v-show-box-b.png) no-repeat;
    padding-left: 20px;
    line-height: 13px;
    margin: 0 0 8px 70px;
    color: #67828D;
	width:175px;
	vertical-align:top;
}

.show-box-b-inner HR{
    margin: 10px 0 10px 15px;
    width: 668px;
    height: 1px;
    border: none;
    background: #E7ECE9;
    color: #E7ECE9;
    clear: both;
}

.show-box-b-inner-descr-left{
    float: left;
    margin: 10px 22px 0 0;
    width: 440px;
}

.show-box-b-inner-descr-left DD{
    background: url(images/v-show-box-b.png) no-repeat;
    padding-left: 20px;
    line-height: 13px;
    margin: 0 0 8px 90px;
    color: #67828D;
}
.show-box-b-corner{
    background: url(images/show-box-a-corner.png) no-repeat;
    width: 63px;
    height: 51px;
    position: relative;
    left: 639px;
    float: left;
    top: -51px;
    display: block;
}
.show-box-b-inner TABLE{
    width: 676px;
    border: 1px solid #E7ECE9;
    margin: 8px 0 0 12px;
    color: #2C383D;
}
.show-box-b-inner TD{
    border: 1px solid #E7ECE9;
    border-bottom: none;
}
.show-box-b-inner TD DL{
    margin: 10px 0 0 10px;
}
.show-box-b-inner TD DT{
    font-size: 14px;
    margin-bottom: 10px;
}
.show-box-b-inner TD DD{
    margin: 0 0 10px 24px;
    width: 450px;
}
.show-box-b-inner TD SPAN{
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.show-box-b-inner TD.right{
    font-size: 16px;
    text-align: right;
    font-weight: bold;
    padding: 15px;
}
.show-box-b-inner TD.alt{
    border-top: 1px solid #D0C6A3;
    border-bottom: 1px solid #D0C6A3;
    background: #FFF3D3;
}
.show-box-b-inner TD.alt DT{
    color: #E80505;
}
.show-box-b-inner TD.total-price{
    font-size: 16px;
    font-weight: bold;
    color: #E80505;
}
.confirm-btn{
    width: 217px;
    height: 37px;
    display: block;
    line-height: 27px;
    background: url(images/confirm-btn.png) no-repeat 0 0;
    text-indent: -999999px;
    position: relative;
    clear: both;
    margin: 0 auto;
}

.confirm-btn:hover{
    background: url(images/confirm-btn.png) no-repeat 0 -37px;
}
.create-account-btn{
    width: 217px;
    height: 37px;
    display: block;
    line-height: 27px;
    background: url(images/createaccount_continue.jpg) no-repeat 0 0;
    text-indent: -999999px;
    position: relative;
    clear: both;
    margin: 0 auto;
	float:right;
	padding-right:4px;
}



.create-account-btn:hover{
    background: url(images/createaccount_continue.jpg) no-repeat 0 -37px;
}

.payment-form{
    width: 217px;
    height: 37px;
    display: block;
    line-height: 27px;
    background: url(images/placeyourorder.jpg) no-repeat 0 0;
    text-indent: -999999px;
    clear: both;
    margin: 10px 20px 30px 170px ;
	float:40px;
	padding-right:4px;
}

.payment-form:hover{
    background: url(images/placeyourorder.jpg) no-repeat 0 -37px;
}

.sign-in-btn{
    width: 217px;
    height: 37px;
    display: block;
    line-height: 27px;
    background: url(images/signin_continue.jpg) no-repeat 0 0;
    text-indent: -999999px;
    position: relative;
    clear: both;
    margin: 0 auto;
}
.sign-in-btn:hover{
    background: url(images/signin_continue.jpg) no-repeat 0 -37px;
}

.forgot-btn{
    width: 217px;
    height: 37px;
    display: block;
    line-height: 27px;
    background: url(images/retrieve_password.jpg) no-repeat 0 0;
    text-indent: -999999px;
    position: relative;
    clear: both;
    margin: 0 auto;
}
.forgot-btn:hover{
    background: url(images/retrieve_password.jpg) no-repeat 0 -37px;
}

.payment-form-btn{
    width: 217px;
    height: 37px;
    display: block;
    line-height: 27px;
    background: url(images/paymentform.jpg) no-repeat 0 0;
    text-indent: -999999px;
    position: relative;
    clear: both;
    margin: 0 auto;
}
.payment-form-btn:hover{
    background: url(images/paymentform.jpg) no-repeat 0 -37px;
}

.message-board-btn{
    width: 217px;
    height: 37px;
    display: block;
    line-height: 27px;
    background: url(images/messageboard.jpg) no-repeat 0 0;
    text-indent: -999999px;
    position: relative;
    clear: both;
    margin: 0 auto;
}
.message-board-btn:hover{
    background: url(images/messageboard.jpg) no-repeat 0 -37px;
}

.complete-register-btn{
    width: 217px;
    height: 37px;
    display: block;
    line-height: 27px;
    background: url(images/completeregstration.jpg) no-repeat 0 0;
    text-indent: -999999px;
    position: relative;
    clear: both;
    margin: 0 auto;
}
.complete-register-btn:hover{
    background: url(images/completeregstration.jpg) no-repeat 0 -37px;
}
.back-to-home-btn{
    width: 217px;
    height: 37px;
    display: none;
    line-height: 27px;
    background: url(images/backtohome.jpg) no-repeat 0 0;
    text-indent: -999999px;
    position: relative;
    clear: both;
    margin: 0 auto;
}
.back-to-home-btn:hover{
    background: url(images/backtohome.jpg) no-repeat 0 -37px;
}


.center{
    text-align: center;
    vertical-align: middle;
}

/* Featured
------------------------------------ */
#featured-a{
    width: 232px;
    clear: both;
}
.featured-a-left{
    margin-left: 15px;
}
.featured-a-wrap{
    background: #FFF url(images/featured-a-bottom.png) no-repeat bottom;
    float: left;
    padding-bottom: 5px;
}
.featured-a-top{
    background: url(images/featured-a-top.png) no-repeat;
    width: 232px;
    padding-top: 4px;
}
.featured-a-inner{
    background: url(images/featured-a-bg.png) repeat-y;
    width: 232px;
    float: left;
    padding: 0 0 8px 0;
}
.featured-a-inner H2{
    display: block;
    width: 198px;
    height: 17px;
    margin: 7px 0 9px 15px;
    background: #E7ECE9;
    border-bottom: 3px solid #A1C7CA;
    padding-top: 7px;
}
.featured-a-inner H2 SPAN{
    margin: -2px 0 0 10px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.featured-a-inner H3{
    margin: 0 0 0 15px;
    width: 198px;
    color: #E80505;
    font-size: 14px;
}
.featured-a-inner DL{
    margin: 10px 0 0 15px;
    width: 198px;
}
.featured-a-inner DT{
    color: #2C383D;
	padding-left:15px;
	padding-right:6px;
}
.featured-a-inner DD{
    margin-bottom: 10px;
	padding-left:15px;
	padding-right:6px;
}
.featured-a-inner DD.last{
    margin-bottom: 0;
}
.featured-a-corner{
    background: url(images/show-box-a-corner.png) no-repeat;
    width: 63px;
    height: 51px;
    position: relative;
    left: 169px;
    float: left;
    top: -49px;
    display: block;
}
.featured-a-inner UL{
    margin: 10px 0 0 10px;
}
.featured-a-inner LI{
    padding-left: 12px;
    margin-bottom: 3px;
    display: block;
    background: url(images/v-featured.png) no-repeat 0 4px;
}
.featured-a-inner P{
    margin: 10px 10px 0 15px;
    clear: both;
}
.featured-a-inner SPAN.total{
    display: block;
    float: right;
    color: #E80505;
    font-size: 14px;
    margin: 0 30px 10px 0;
}
.featured-a-inner P.info-alert{
    display: block;
    color: #2C383D;
    width: 198px;
    margin: 0 10px 0 15px;
    background: #FFF3D3 url(images/info-ico.png) no-repeat 5px 4px;
    border: 1px solid #D0C6A3;
}
.featured-a-inner P.info-alert SPAN{
    padding: 3px 0 5px 25px;
    display: block;
    width: 140px;
}
.featured-a-inner HR{
    margin: 10px 0 10px 15px;
    width: 198px;
    height: 1px;
    border: none;
    background: #E7ECE9;
    color: #E7ECE9;
    clear: both;
}
.featured-a-inner P.center{
    text-align: center;
    margin: 0;
}

/* Main
------------------------------------ */
#main {
	border-right: 253px solid #F5FAF6;
	height: 1%;
    clear: both;
    padding: 15px 0 15px 0;
}
#main:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.middle{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.content H2{
    margin: 0 0 10px 38px;
    font-size: 16px;
    font-weight: bold;
    color: #2C383D;
    font-family: Georgia, sans-serif;
}
.middle H3{
    margin: 0 0 10px 38px;
    font-size: 16px;
    color: #E80505;
    clear: both;
}
.content P{
    margin: 0 0 10px 38px;
    color: #2C383D;
    padding-right: 20px;
}
.content P.yellow-alert{
    margin: 0 0 10px 38px;
    color: #2C383D;
    display: none;
    width: 667px;
    background: #FFF3D3 url(images/alert-ico.png) no-repeat 5px 4px;
    border: 1px solid #D0C6A3;
}
.content P.yellow-alert SPAN{
    padding: 3px 0 5px 25px;
    display: block;
    width: 628px;
}
.promo-code{
    margin: 0 0 10px 26px;
    color: #2C383D;
    width: 698px;
    height: 35px;
    background: #FFF3D3;
    border: 1px solid #D0C6A3;
    float: left;
    line-height: 34px;
    text-align: center;
}
.promo-code INPUT#promo-code{
    width: 168px;
    height: 17px;
    border: 1px solid #A1C7CA;
    margin-left: 10px;
    position: relative;
    top: -1px;
}
.promo-code INPUT#promo-submit{
    display: inline;
    width: 70px;
    height: 21px;
    border: none;
    background: url(images/button-view.png) no-repeat 0 0;
    color: #FFF;
    position: relative;
    top: 1px;
    left: 5px;
}
.promo-code INPUT#promo-submit:hover{
    background: url(images/button-view.png) no-repeat 0 -21px;
}
.hr{
    background: url(images/hr-bg.png) repeat-x;
    width: 700px;
    height: 1px;
    float: left;
    margin: 22px 0 10px 26px;
}

/* Form
------------------------------------ */
FIELDSET.fieldset-one{
    margin: 10px 0 0 0;
}

FIELDSET.fieldset-one P.radio{
    padding-left: 0;
    margin-left: 268px;
    margin-bottom: 2px;
	height:19px;
	padding-bottom:7px;
}
FIELDSET.fieldset-one P.radio SPAN{
    display: block;
    float: left;
    width: 430px;
    margin-left: 5px;
    padding-top: 0px;
}
FIELDSET.fieldset-one P.radio-question{
    padding-left: 0;
    margin-left: 274px;
    padding: 15px 0 0 0;
	font-weight:bold;
}
FIELDSET.fieldset-one P.radio INPUT{
    width: 13px;
    height: 13px;
    border: none;
    display: block;
    float: left;
}

FIELDSET.fieldset-one P.red-alert{
    float: right;
    display: none;
    width: 195px;
    background: #F9E1DC url(images/x-ico.png) no-repeat 3px 3px;
    border: 1px solid #CB3614;
    margin: 0 24px 10px 0;
}

FIELDSET.fieldset-one P.red-alert2{
    float: left;
    display: none;
    width: 195px;
    background: #F9E1DC url(images/x-ico.png) no-repeat 3px 3px;
    border: 1px solid #CB3614;
    margin: 0 24px 10px 274px;
	padding-left:25px;
	position:static;
}


FIELDSET.fieldset-one P.red-alertOne{
    float: left;
    display: none;
    width: 150px;
    background: #F9E1DC url(images/x-ico.png) no-repeat 3px 3px;
    border: 1px solid #CB3614;
    margin:0 24px 10px 275px;
	padding-left:25px;
	height:35px;
	vertical-align:middle;
	padding-top:4px;
}

FIELDSET.fieldset-one P.red-alertTwo{
    float: left;
    display: none;
    width: 295px;
    background: #F9E1DC url(images/x-ico.png) no-repeat 3px 3px;
    border: 1px solid #CB3614;
    margin:0 24px 10px 275px;
	padding-left:25px;
	height:35px;
	vertical-align:middle;
	padding-top:4px;
}
FIELDSET.fieldset-one LEGEND{
    font-size: 14px;
    color: #E80505;
    padding: 0 0 5px 38px;
}
FIELDSET.fieldset-one LABEL{
    width: 230px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    line-height: 19px;
}
FIELDSET.fieldset-one INPUT{
    width: 446px;
    height: 17px;
    border: 1px solid #A1C7CA;
}
FIELDSET.fieldset-one TEXTAREA{
    width: 446px;
    height: 100px;
    border: 1px solid #A1C7CA;
}
FIELDSET.fieldset-one P.attach{
    display: block;
    background: url(images/attach-ico.png) no-repeat;
    padding-left: 25px;
    height: 19px;
    line-height: 19px;
    margin-left: 274px;
}
FIELDSET.fieldset-one P.attach A{
    color: #2C383D;
    text-decoration: underline;
}
FIELDSET.fieldset-one P.attach A:hover{
    text-decoration: none;
}
FIELDSET.fieldset-one P{
    position: relative;
    display: block;
    clear: both;
}
FIELDSET.fieldset-one SPAN.required{
    margin: 0 0 5px 54px;
    color: #2C383D;
    display: block;
}
FIELDSET.fieldset-one P EM{
    background: url(images/bubble.png) no-repeat;
    width: 258px;
    height: 74px;
    position: absolute;
    top: -13px;
    left: 673px;
    z-index: 2;
    display: none;
}
FIELDSET.fieldset-one P EM SPAN{
    width: 222px;
    height: 45px;
    display: block;
    margin: 8px 0 0 17px;
}
FIELDSET.fieldset-two{
    margin: 10px 0 10px 0;
    float: left;
    width: 495px;
}
FIELDSET.fieldset-two P.red-alert{
    float: right;
    display: none;
    width: 195px;
    background: #F9E1DC url(images/x-ico.png) no-repeat 3px 3px;
    border: 1px solid #CB3614;
    margin: 0 24px 10px 0;
	height:23px;
	
	}
FIELDSET.fieldset-two P.red-alert SPAN{
    padding: 3px 0 5px 25px;
    display: block;
    width: 150px;
	
}


FIELDSET.fieldset-two LEGEND{
    font-size: 14px;
    color: #E80505;
    padding: 0 0 10px 38px;
}
FIELDSET.fieldset-two LABEL{
    width: 210px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    line-height: 19px;
}
FIELDSET.fieldset-two INPUT{
    width: 215px;
    height: 17px;
    border: 1px solid #A1C7CA;
}
FIELDSET.fieldset-two SELECT{
    width: 215px;
    height: 17px;
    border: 1px solid #A1C7CA;
}
FIELDSET.fieldset-two P{
    position: relative;
    display: block;
    clear: both;
}
FIELDSET.fieldset-two A.confirm-btn{
    margin: 5px 4px 0 0;
    float: right;
}

FIELDSET.fieldset-tree{
    margin: 10px 0 10px 0;
    float: left;
    width: 495px;
}
FIELDSET.fieldset-tree P.red-alert{
    float: right;
    display: none;
    width: 195px;
    background: #F9E1DC url(images/x-ico.png) no-repeat 3px 3px;
    border: 1px solid #CB3614;
    margin: 0 24px 10px 0;
	height:23px;
	
	}
FIELDSET.fieldset-tree P.red-alert SPAN{
    padding: 3px 0 5px 25px;
    display: block;
    width: 150px;
	
}


FIELDSET.fieldset-tree LEGEND{
    font-size: 14px;
    color: #E80505;
    padding: 0 0 10px 38px;
}
FIELDSET.fieldset-tree LABEL{
    width: 210px;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    display: block;
    line-height: 19px;
}
FIELDSET.fieldset-tree INPUT{
    width: 215px;
    height: 21px;
    border: 1px solid #A1C7CA;
}
FIELDSET.fieldset-tree SELECT{
    width: 215px;
    height: 21px;
    border: 1px solid #A1C7CA;
}
FIELDSET.fieldset-tree P{
    position: relative;
    display: block;
    clear: both;
}
FIELDSET.fieldset-tree A.confirm-btn{
    margin: 5px 4px 0 0;
    float: right;
}

.form-trast-box{
    float: right;
    margin: 39px 20px 0 0;
    width: 230px;
    border: 1px solid #A1C7CA;
    background: #FFF;
    text-align: center;
    padding-bottom: 15px;
}

.form-trast-box P{
    margin: 15px;
    width: 198px;
    text-align: left;
}
.form-trast-box2{
    float: right;
    margin: -47px 20px 0 0;
    width: 230px;
    border: 1px solid #A1C7CA;
    background: #FFF;
    text-align: center;
    padding-bottom: 15px;
}

.form-trast-box2 P{
    margin: 15px;
    width: 198px;
    text-align: left;
}

.form-trast-box-security{
    float: right;
    margin: 190px 20px 0 0;
    width: 230px;
    border: 1px solid #A1C7CA;
    background: #FFF;
    text-align: center;
    padding-bottom: 15px;
}
.form-trast-box-security P{
    margin: 15px;
    width: 198px;
    text-align: left;
}

/* Right Side
------------------------------------ */
.right-side{
	margin: 0px 0px 0px -240px;
	float: right;
	margin-right: -253px;
	width: 253px;
	position: relative;
	background: #F5FAF6;
}
.banner-box{
    margin-bottom: 15px;
    clear: both;
}
.call-banner{
    border: 1px solid #A1C7CA;
    margin-bottom: 15px;
}
.trust-box{
    width: 228px;
    border: 1px solid #A1C7CA;
    float: left;
    background: #FFF;
    position: relative;
    margin-top: -30px;
}
.trust-box UL{
    width: 155px;
    height: 211px;
    background: url(images/trust.jpg) no-repeat;
    float: left;
    margin: 20px 0 0 40px;
}
.trust-box LI, .trust-box LI A{
    width: 155px;
    height: 50px;
    margin-bottom: 15px;
    display: block;
    text-indent: -999999px;
}

/* Footer
------------------------------------ */
#footer{
    clear: both;
    background: #FFFFFF;
    position: relative;
    float: left;
    width: 1000px;
}
.footer-bottom{
    height: 29px;
    border-top: 1px solid #999;
    clear: both;
    background: #F5FAF6;
    padding-top: 7px;
}
.footer-bottom UL{
    margin: 0 0 0 28px;
}
.footer-bottom LI{
    float: left;
    color: #A1C7CA;
    margin-left: 10px;
}
.footer-bottom LI A{
    float: left;
    color: #2C383D;
    margin-right: 10px;
}
.footer-bottom P{
    float: right;
    font-size: 11px;
    margin-right: 25px;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FF0000;
	text-decoration:none;
}
.p_att {
	display: block;
    padding-left: 235px;
    
}

.forgot{
    display: block;
    padding-left: 237px;
    height: 19px;
    line-height: 19px;
    margin-left: 274px;
}

.hr_midle{
    background: url(images/hr-bg.png) repeat-x;
    width: 330px;
    height: 1px;
    float: left;
    margin: 7px 0 10px 26px;
}

.hr_midle2{
    background: url(images/hr-bg.png) repeat-x;
    width: 330px;
    height: 1px;
    float: left;
    margin: -11px 0 10px 390px;
}

.instruction{
    padding-left: 217px;
}


.email-sign-in{
	font-family: Georgia, sans-serif;
	font-size:12px;
	color:#E80505;
}

.link_etrust{
	text-decoration:underline;
	cursor:pointer;
	color:#2C383D;
	
}

.attach-cancel{
    display: block;
    padding-left: -25px;
    height: 19px;
    line-height: 19px;
    margin-left: 280px;
}
.attach-cancel A{
    color: #2C383D;
    text-decoration: underline;
}

.package-bottom{
    display: block;
    padding-left: -25px;
    height: 19px;
    line-height: 19px;
    margin-left: 280px;
}
.package-bottom A{
    color: #2C383D;
    text-decoration: underline;
}

.input_file{
    width: 446px;
    height: 17px;
    border: 1px solid #A1C7CA;

}

.input_total{
	border:none;	
	font-size: 16px;
    font-weight: bold;
    color: #E80505;
	size:5px;
}

.promo-code-form-class{
	display:none	
}

.promo-code-text-class{
	background:url(../order/images/info-ico.png); 
	background-repeat:no-repeat; 
	padding-left:20px
}

.promo-code-text-class2{
	background:url(../order/images/info-ico.png); 
	background-repeat:no-repeat; 
	padding-left:20px;
}


.promo-code-click{
	font-weight:bold; 
	text-decoration:underline; 
	cursor:pointer	
}

.promo-code-click:hover {
	text-decoration:none;
    cursor: pointer;
}

.red-alert{
    float: left;
    display: none;
    width: 225px;
    background: #F9E1DC url(images/x-ico.png) no-repeat 6px 8px;
    border: 1px solid #CB3614;
    margin: 5px 24px 10px 240px;
	height:18px;
	vertical-align:top;
	padding-bottom:9px;
}

.red-alert SPAN{
	padding-left:10px;
	vertical-align:top;
	padding-bottom:10px;
}

.title-securely{
	text-align:left;
	padding-top:10px;
}

.text-cont{	
	color: #2C383D;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:right;
	padding-right:10px;
}

.text-cont-red{	
	color: #E80505;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float:right;
	padding-right:10px;
	padding-top:5px;
}

.text-cont-discount{
    color: #2C383D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
    width: 198px;
    background: #FFF3D3;
    border: 1px solid #D0C6A3;
	text-align:right;
	float:right;
	padding-right:10px;
}

.contean-alarm{
	border: 1px 
	solid #FFCC00; 
	color:#CA0000;
	background-color:#FFFFCC;
	width:690px;
	height:290px;
	margin: 0 10px 0 38px;
	position:relative;
}

.img-alarm{
	width:50px;
	margin: 10px 10px 0 10px;	
}
.alarm-title{
	width:600px;
	margin: -25px 10px 0 65px;
	font-weight:bold;
}

.alarm-subtitle{
	width:600px;
	margin: 10px 10px 0 65px;
}

.alarm-text{
	width:600px;
	margin: 10px 10px 0 80px;
}

.alarm-text UL{
	padding-left:15px;
}
.alarm-titleinf{
	width:600px;
	margin: 20px 10px 0 65px;
	font-weight:bold;
}
.show-box-b-inner2{
    background: url(images/show-box-b-bg.png) repeat-y;
    width: 702px;
    float: left;
    padding: 0 0 8px 0;
    color: #2C383D;
}
/* Other Browsers Hacks
------------------------------------ */
body:first-of-type .promo-code INPUT#promo-code{top: 0;}
body:first-of-type .promo-code INPUT#promo-submit{top: 0;}
