body,#document{
    margin:0;
    padding:0;
    background-color:#7e212c;
    color:#ffffff;
}
div#wrapper{
   /* width:980px;*/
    margin-left:auto;
    margin-right:auto;
}
div#footer{
    text-align:right;
}
.clear{
    clear:both;
}
/*===Font setting==*/
body,p,div,input,textarea,select,option,td{
    font-family:verdana,arial;
    font-size:11px;
}
h1.page-title{
    padding-right:50px;padding-top:25px;padding-bottom:5px;margin:0;text-align:right;font-size:16px;font-family:'Trebuchet MS';color:#b0ba00;
}
a:link,a:visited{
    color:#b0ba00;
    text-decoration:none;
}
a:hover{
    color:#647000;
    text-decoration:underline;
}
/*== ALERT==*/
div.succes{
    color:#89b539;
    border:#89b539  1px solid;
    /*background-color:#efffd3;*/
    padding:10px;
    -moz-border-radius: 6px; -webkit-border-radius: 6px;
}
div.error{
    /*color:#993300;*/
    color:#993300;
    border:#993300 1px solid;
    /*background-color:#ffcccc;*/
    padding:10px;
    margin-top:10px;
    -moz-border-radius: 6px; -webkit-border-radius: 6px;
    background-color:#cccccc;
}
div.error h4{
    margin:0;
    padding:0;
}
label.error{
    padding:5px;
    
}
/*==FORM SETTING==*/
.form-text,.form-textarea{
    width:375px;
   margin-left:5px;
    padding:2px;
    
}
.form-textarea{
    height:73px;
}
.form-label{
    float:left;
    width:195px;
    text-align:right;
    padding-right:5px;
}
.form-field{
    float:left;
    vertical-align:text-top;
}
.form-spacer{
    clear:both;
    height:10px;
}
.button{
    color:#841828;
    font-weight:bold;
    cursor:pointer;
}
span.boldit{
    /*font-weight:bold;
    font-style:italic;*/
}
#progressBar{
    width:150px;
    height:10px;
    background-image:url(jui/images/pbar-ani.gif);
    background-repeat:repeat-x;
}
ul#tabMenu{
    /*background-color:#b2cb00;*/
    display:block;
    height:30px;
    margin:0;
    padding:0;
    margin-left:7px;
    
}
ul#tabMenu li{
    float:left;
    list-style:none;
   border-bottom:2px solid #b2cb00;
}
ul#tabMenu li a:link,ul#tabMenu li a:visited{
    color:#948d9f;
    display:block;
    height:28px;
    background-color:#647000;
    padding-left:10px;
    padding-right:15px;
    font-size:14px;
    font-weight:bold;
}
ul#tabMenu li a:hover,ul#tabMenu li a.current{
    background-color:#b2cb00;
    color:#ffffff;
}
/*  PASSWORD STRENGTH */
.top_testresult{
	font-weight: bold;
	font-size:13px;
	
	color:#666;
	padding:0;
	margin:0 0 2px 0;
}
.top_testresult span{
	padding:6px ;
	margin:0;
}
.top_shortPass{
	background:#edabab;
	border:1px solid #bc0000;
	display:block;
}
.top_shortPass span{
	
}
.top_badPass{
	background:#edabab;
	border:1px solid #bc0000;
	display:block;
}
.top_badPass span{
	
}
.top_goodPass{
	background:#ede3ab;
	border:1px solid #bc9f00;
	display:block;
}
.top_goodPass span{

}
.top_strongPass{
	background:#d3edab;
	border:1px solid #73bc00;
	display:block;
}
.top_strongPass span{

}


/* 	RESULT STYLE  */
.testresult{
	font-weight: bold;
	font-size:10px;
	 background-color:#7e212c;
	color:#666;
	/*padding:0px 0px 12px 10px;*/
	padding:0px;
         padding-bottom:2px;
	margin-left:10px;
	display: block;
	/*height:28px;*/
	height:12px;
	/*float:left;*/
        margin-top:5px;
	width:100px;
}
.testresult span{
	padding:0;/*10px 20px 12px 10px;*/
                   padding-right:20px;
                  
	margin: 0px 0px 0px 20px;
	display:block;
	/*float:right;*/
	white-space: nowrap;
}
.shortPass{
     background-color:#edabab;
    border:1px solid #bc0000;
	background-image:url(images/warning.gif);
        background-repeat:no-repeat;
        background-position:2px 2px;
}
.shortPass span{
     background-color:#edabab;
   
	/*background:url(images/red.png) no-repeat top right;*/
}
.badPass{
        background-color:#edabab;
    border:1px solid #bc0000;
	background-image:url(images/warning.gif);
        background-repeat:no-repeat;
        background-position:2px 2px;
}
.badPass span{
    background-color:#edabab;
   
	/*background:url(images/red.png) no-repeat top right;*/
}
.goodPass{
    background-color:#ede3ab;
	background-image:url(images/check.gif);
        background-repeat:no-repeat;
        background-position:2px 2px;
}
.goodPass span{
     background-color:#ede3ab;   
	/*background:url(images/yellow.png) no-repeat top right;*/
}
.strongPass{
    background-color:#d3edab;
    border:#73bc00 1px solid;
	background-image:url(images/check.gif);
        background-repeat:no-repeat;
        background-position:2px 2px;
}
.strongPass span{
    background-color:#d3edab;
	/*background:url(images/green.png) no-repeat top right;*/
}
/* cart*/
table#cart{
    width:100%;
    
}
table#cart tr th,table#cart tfoot tr td{
    background:#b2cb00;
    color:#000000;
}
table#cart tfoot tr td{
    font-weight:bold;
    text-align:right;
    padding:5px;
}
table#cart tr td,table#cart tr th{
    padding:5px;
    text-align:left;
    vertical-align:top;
}
a img{
    border:none;

}
fieldset#delivery-info div{
    text-align:left;
    padding:2px;
}