* { border: 0; margin: 0; padding: 0; }

.clear { width: 100%;clear: both !important; /*display: inline-block;*/ }.clear:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }* html .clear { height: 1%; }

.h { display: none; }

.col_1 { width: 100%; }
.col_2 { width: 50%; }
.col_3 { width: 33.33333333%; }
.col_1, .col_2, .col_3 {
	position: relative;
	min-height: 1px;
}

.ta_center { text-align: center; }
.ta_left { text-align: left; }
.ta_right { text-align: right; }
.tupper { text-transform: uppercase; }
.tbold { font-weight: bold; }

.pos_rel { position: relative; }

a { text-decoration: none; color: #3e3e3e; }
ul { list-style-type: none; }
p { margin: 1em 0; }
input:focus, select:focus, textarea:focus{ outline:none; }

.fl { float: left; }
.fr { float: right; }

.br_10 {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.br_2 {
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.shadow {
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 1) 0 0 10px;
}

.bg_white { background-color: #fff; }
.bg_color_2 { background-color: #ebf1de; }
.bg_color_3 { background-color: #008000; }
.bg_color_4 { background-color: #c0c0c0; }
.bg_color_5 { background-color: #e46c0a; }
.bg_color_6 { background-color: #d7e4bd; }
.bg_color_7 { background-color: #7f7f7f; }
.bg_color_8 { background-color: #005200; }
.bg_color_10 { background-color: #7f7f7f; }
.bg_color_11 { background-color: #EE9A00; }

.color_1 { color: #008000; }
.color_2 { color: #c0c0c0; }
.color_3 { color: #fff; }
.color_4 { color: #7f7f7f; }
.color_5 { color: #808080; }
.color_6 { color: #000; }

body {
	background-color: #f2f2f2;
	color: #3e3e3e;
	/*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
        font-family: Verdana, Arial, sans-serif;
	font-size: 0.85em;
}

header {
	border-bottom: 1px solid #c0c0c0;
	padding: 10px 0 13px;
}
header nav { margin-top: 12px; }
header li {
	text-align: center;
	padding: 0 20px;
        font-size: 1em;
    letter-spacing: -0.069em;
}

.logo_wrap{ position: relative;}
.baseline {
    bottom: -5px;
    font-size: 10.5px;
    left: 54px;
    position: absolute;
}
h1.baseline {
    font-weight: normal;
    margin: 0;
}

#hlink_create { width: 92px; }
#hlink_price, #hlink_account { margin-top: 8px;}

.container{ margin: 0 auto; width: 990px; }
#content { padding: 15px 0 0; }

.btn_go { padding: 10px 40px; font-weight: bold; }

.error{color: #a94442;}
.alert{
	margin-top: 20px;
    padding: 7px 5px;
}
.alert-success {
    background-color: #fff;
    border: 1px solid #3c763d;
    color: #008000;
}

.alert-danger{
	background-color: #fff;
    border: 1px solid #a94442;
    color: #f00;
}

.close {
    background-color: #fff;
    float: right;
    font-size: 27px;
    height: 25px;
    line-height: 1px;
    margin-top: -4px;
    width: 25px;
}

a.logout{
	font-size: 11px;
	display: block;
	padding-top: 5px;
}

a.logout:hover{
	color : #7f7f7f;
}

#content { min-height: 700px; }

footer {
	background-color: #595959;
	padding: 10px 0;
	font-size: .85em;
}
footer, footer a, .btn_go { color: #fff; }
footer li { padding: 5px 0; }
#footer_copy { margin-top: 20px; }

#f_sharing {
    padding-top: 10px;
}

.step .error{
    display: block;
}

iframe {
    display: none;
}

@media screen and (max-width: 1010px) {
	.container{ width: 95%; margin: 0 auto; }
	#content > .clear > .fr, #account_content.fr, #content .bg_white.fr {float: left;}
	#content .bg_white.fr, #account_content.fr {width: 100% !important;}
}

@media screen and (max-width: 600px) {
	header { padding: 2px 0; }
	header img { width: 125px; }
	header nav { margin-top: 0; }
	header li  { padding: 0 10px; }
}

@media screen and (max-width: 450px) {
	header div.fl, header nav.fr{ float: none; }
	header div.fl { text-align: center; }
	header nav.fr { display: block; width: 260px; margin: 10px auto 0; }
	#hlink_account { width: 60px; margin-top: 0; }
	#footer_copy .col_3 {
	    display: block;
	    float: none !important;
	    margin-bottom: 5px;
	    text-align: center !important;
	    width: 100%;
	}
}