@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #112743;
}
#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
}

#left_head {
	float: left;
	width: 8px;
	height: 87px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #112743;
	background-image: url(images/top_left.jpg);
	background-repeat: no-repeat;
}

#right_head{
	float: right;
	width: 8px;
	height: 87px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #112743;
	background-image: url(images/top_right.jpg);
	background-repeat: no-repeat;
}

#left_corner {
	float: left;
	width: 6px;
	height: 28px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #112743;
	background-image: url(images/spacer_left.jpg);
	background-repeat: no-repeat;
}
	
#right_corner {
	float: right;
	width: 6px;
	height: 28px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #112743;
	background-image: url(images/spacer_right.jpg);
	background-repeat: no-repeat;
}
	
#right_corner_footer {
	float: right;
	width: 6px;
	height: 28px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #112743;
	background-image: url(images/spacer_right_footer.jpg);
	background-repeat: no-repeat;
}

#left_corner_footer {
	float: left;
	width: 6px;
	height: 28px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #112743;
	background-image: url(images/spacer_left_footer.jpg);
	background-repeat: no-repeat;
}

#menubar {
	background-image: url(images/spacer_03.jpg);
	height: 36px;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #354860;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #112743;
}

#menuscr {
	padding-top: 1px;
	float: left;
	width: 448px;
	height: 28px;
}

#hdr {
	background-image: url(images/spacer_02.jpg);
	background-repeat: repeat-x;
	background-color: #a0a9b4;
	height: 28px;
	margin-top: 1px;	
}

#hdr a {
	float: right;
	padding-top: 7px;
	color: #a0a9b4;
	padding-right: 9px;
}
	
#hdr a:hover {
	color: #a0a9b4;
}

#header {
	height: 87px;
	width: 780px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background-image: url(images/logo_bg.jpg);
	background-repeat: repeat-x;
}

#logoh {
	width: 233px;
	height: 87px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#current {
	height: 14px;
	float: right;
	width: 200px;
	margin-left: -13px;
	margin-top: 0px;
	background-color: #1d324d;
}

#current p {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #536275;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-right: 5px;
	margin-top: 0px;
	margin-left: 0px;
	}

#main_content {
	float: left;
	background-color: #5f6b7e;
	width: 780px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top; 3px;
	padding-bottom: 0px;
	padding-right: 0px;
}

#cnt {
	float: left;
	background-color: #5f6b7e;
	width: 772px;
	margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top; 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

#content {
	float: left;
	width: 371px;
	background-color: #59667a;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #304259;
	}

#content_body {
	background-color: #59667a;
	margin-top: 0px;
	padding-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5f6b7e;
	}

#content_body p{
	font-size: 11px;
	color:#a0a9b4;
	font-family: Verdana;
	text-align: justify;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	margin-top: 0px;
}


#gallery_content {
	float: left;
	width: 772px;
	background-color: #59667a;
	margin-top: 3px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #304259;
	}

#content_body a {
	color:#a0a9b4;
	text-decoration:underline;
	font-weight: bold;
}
	
#content_body a:hover {
	color:#b9c2ce;
	text-decoration:none;
	font-weight: bold;
}

#content_body h2{
	color: #b2b9c3;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	margin-top: 2px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 8px;
	text-align: left;
}

#left_content {
	float: left;
	width: 163px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 2px;
	background-color: #5a687c;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #304259;
}

#right_content {
	float: left;
	background-color: #5f6b7e;
	width: 230px;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 0px;
}

#right_content_img {
	width: 230px;
	height: 92px;
	background-color: #5f6b7e;
	background-image: url(images/global.jpg);
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

#ns {
	width: 163px;
	height: 22px;
	background-color: #48596e;
	background-image: url(images/bg_clock.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #556377;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c4e64;
	margin-bottom: 0px;
	margin-top: 0px;
}

#ns p{
	height: 14px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #818e9e;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom:3px;
}

#news {
	width: 163px;
	height: 14px;
	background-color: #5a687c;
	margin-top: 1px;
	margin-bottom: 3px;
}

#news p{
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	text-align: left;
	color: #a0a9b4;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#xr {
	height: 22px;
	width: 163px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #3c4e64;
	background-image: url(images/bg_clock.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #304259;
}
#xr p{
	font-size: 12px;
	color: #7a8797;
	font-family: Verdana;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #556377;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#xrates {
	width: 163px;
	font-size: 12px;
	color: #a0a9b4;
	font-family: Verdana;
	padding-bottom: 0px;
	margin-top: 1px;
	margin-bottom: 6px;
	padding-top: 1px;
	background-color: #566377;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3c4d61;
}

#xrates p{
	font-size: 12px;
	color: #7a8797;
	font-family: Verdana;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #48596e;
}

#weather {
	height: 22px;
	width: 163px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #3c4e64;
	background-image: url(images/bg_clock.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #304259;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c4e64;
	position: absolute;
	z-index: 20;
}

#weather p{
	height: 18px;
	font-size: 12px;
	color: #7a8797;
	font-family: Verdana;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #556377;
}

#meteo {
	width: 163px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin-top: 6px;
	background-color: #3c4e64;
	padding-top: 0px;
	padding-bottom: 0px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #445569;*/
	position: absolute;
	z-index: 15;
}
	
#meteo p{
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #a0a9b4;
	padding: 0px 0px 0px 0px;
	margin-bottom: -12px;
}

#hide {
	width: 163px;
	height: 24px;
	margin-top: 96px;
	background-color: #5a687c;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	z-index: 16;
}

#hider {
	width: 163px;
	height: 46px;
	margin-top: 106px;
	background-color: #5f6b7e;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
	z-index: 18;
}

#title_body {
	height: 25px;
	background-color: #48596e;
	background-image: url(images/bg_clock.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #556377;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c4e64;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

#title_body p{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #818e9e;
	/*color: #2b3d54;*/
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin-top: 0px;
}


#subtitle {
	height: 22px;
	width: 157px;
	font-size: 13px;
	color: #818e9e;
	font-family: Verdana;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 4px;
}

#bkr {
	float: left;
	width: 226px;
	height: 46px;
	background-color: #566377;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#arch {
	width: 226px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 2px;
	margin-right: 1px;
	margin-top: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4d5b70;
}

#archa {
	float: left;
	width: 226px;
	height: 30px;
	background-color: #566377;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 2px;
}

#archb {
	float: left;
	width: 226px;
	height: 30px;
	background-color: #5a687c;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 2px;
}

#archl {
	float: left;
	width: 112px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
}

#archl a:link {
	color: #7a8797;
	text-decoration: none;
	text-align: center;
	font-size:11px;
}

#archl a:visited {
	color: #7a8797;
	text-decoration: none;
	font-size:11px;
}

#archl a:hover {
	text-decoration: none;
	color: #b2bac4;
}

#archl a:active {
	color: #7a8797;
	text-decoration: none;
}

#archr {
	float: right;
	width: 112px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
}

#archr a:link {
	color: #7a8797;
	text-decoration: none;
	text-align: center;
	font-size:11px;
}

#archr a:visited {
	color: #7a8797;
	text-decoration: none;
	font-size:11px;
}

#archr a:hover {
	text-decoration: none;
	color: #b2bac4;
}

#archr a:active {
	color: #7a8797;
	text-decoration: none;
}

#selectarch {
	float: left;
	width: 226px;
	height: 30px;
	background-color: #566377;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#selarch {
	width: 226px;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.selarch {
	width:215px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #aea9ab;
	color: #526174;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
}

#tooltip {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}

#tooltip a:hover {
	background:#48596e;
	text-decoration:none;
}

	.tooltip span {
	display:none;
	margin-top:-50px;
	margin-left: 6px;
	width:324px;
	height: 414px;
}

	.tooltip:hover span {
	display:inline; 
	position:absolute; 
	border:1px solid #304259; 
	background-color: #48596e;
    background-image:url(images/ports_bunkered.jpg);  
    background-repeat:no-repeat;
	color:#6c6c6c;
}

.white{
	color: #b2b9c3;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	background-color: #48596e;
	text-align: right;
	}

#footer {
	background-color: #112743;
	clear: both;
	background-image: url(images/spacer_02_footer.jpg);
	background-repeat: repeat-x;
	height: 28px;
	}

#gtime {
	width: 230px;
	height: 27px;
	background-color: #5f6b7e;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #304259;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c4e64;
	margin-top: 3px;
	margin-bottom: 1px;
}

#gclock {
	width: 230px;
	height: 27px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#gclock p{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #818e9e;
	background-color: #5f6b7e;
	background-image: url(images/bg_clock.jpg);
	background-repeat: repeat-x;
	padding-left: 8px;
	padding-top: 2px;
	margin-bottom: 1px;
	margin-top: 1px;
}

.gclock {
	width:112px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #aea9ab;
	color: #526174;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-left: -1px;
	margin-right: 5px;
}
	
#pp {
	width: 210px;
	height: 16px;
	font-size: 13px;
	font-family: Verdana;
	color: #7a8797;
	font-weight: bold;
	background-image: url(images/bg_clock.jpg);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 3px;
	margin-left: 4px;
	margin-right: 3px;
	margin-top: 3px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #304259;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3c4e64;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3c4e64;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #506077;
	}

#infor {
	width: 226px;
	height: 22px;
	background-image: url(images/bg_clock.jpg);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #304259;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3c4e64;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;

}

#infor p{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #818e9e;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5f6b7e;
	padding-left: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
}


#list {
	height: 24px;
	padding-top: 3px;
	margin-left: 5px;
	margin-right: 4px;
	background-color: #59667a;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #657284;
	}
#list a{
	font-size: 11px;
	font-family: Verdana;
	color: #3a4c62;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-decoration: none;
	}
	
#list a:hover{
	font-size: 11px;
	font-family: Verdana;
	color: #818e9e;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-decoration: none;
	}

#details {
	float: left;
	width: 226px;
	background-color: #59667a;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#details p{
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	color: #818e9e;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-bottom: 16px;
	padding-left: 8px;
}

#details a {
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	color: #818e9e;
}
	
#details a:hover {
	font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	color:#b9c2ce;
}
	
.clearfloat {
	clear:both;
	height:0px;
	}

.user {
	display: inline;
	float: right;
	font-size: 12px;
	color: #9aa4b2;
	width: 100px;
	height: 15px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
	background-color: #5f6b7e;
	background-image: url(images/log_back.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	border: 1px solid #3c4c5c;
	margin-right: 3px;
	}
	
.password {
	float: right;
	font-size: 12px;
	color: #7c8497;
	display: inline;
	width: 100px;
	height: 15px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 2px;
	background-color: #5f6b7e;
	background-image: url(images/log_back.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
	border: 1px solid #2f4358;
	margin-right: 3px;
	}
	
.submit_button {
	float: right;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #2e3d54;
	display: inline;
	float: right;
	width: 72px;
	height: 19px;
	background-color: #5f6b7e;
	margin-top: 5px;
	padding-bottom: 3px;
	border: 1px solid #2f4358;
	margin-right: 3px;
	background-image: url(images/spacer_but.jpg);
	}

#log {
	float: right;
	color: #1b2c41;
	padding-right: 4px;
	margin-top: 0px;
	}
	
#log a{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 8px;
	color: #7c8497;
	}
	
#log a:hover{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	padding-top: 8px;
	color: #babec3;
	text-decoration:none;
	}
	
#client {
	float: right;
	width: 128px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 6px;
	padding-left: 0px;
	}
	
#client a{
	width: 111px;
	height: 18px;
	margin-top: 1px;
	background-image: url(images/ca_up.jpg);
	}
	
#client a:hover{
	width: 111px;
	height: 18px;
	margin-top: 1px;
	background-image: url(images/ca_down.jpg);
	}
	
#search {
	float: right;
	padding-right: 8px;
	margin-top: 6px;
	}
	
#footer_links {
	float: left;
	width: 764px;
	display: inline;
	color:#6b7e94;
	font-family: Helvetica;
	font-size: 60%;
	text-align: center;
	padding-top:8px;
}

#footer_links a {
	color:#8090a4;
	text-weight: bold;
	text-decoration:none;
}
	
#footer_links a:hover {
	color:#b9c2ce;
	text-weight: bold;
	text-decoration:underline;
}


.search {
	width: 200px;
	height: 18px;
	font-size: 14px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-bottom: 1px;
	color: #babec3;
	background-color: #5f6b7e;
	background-image: url(images/srch.jpg);
	background-repeat: repeat-x;
	border: 1px solid #304158;
}
	
.search_button {
	width: 92px;
	height: 24px;
	font-size: 12px;
	font-family: Verdana;
	color: #1a3250;
	background-color: #5f6b7e;
	padding-bottom: 2px;
	border: 1px solid #304158;
	background-image: url(images/spacer_but.jpg);
}
	
#btm {
	width: 780px;
	height: 52px;
	float: left;
	margin-top: 1px;
	margin-bottom: 4px;
}

#space_bottom {
	background-color: #112743;
	width: 764px;
	height: 30px;
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 8px;
	margin-right: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #304158;
}
	
#space_left {
	float: left;
	width: 500px;
	margin-top: 0px;
	padding-bottom: 6px;
}
	
#space_left p {
	font-size: 9px;
	font-family: Verdana;
	color: #48596e;
	padding-left: 1px;
	padding-top: 3px;
	margin-top: -1px;
	text-align: left;
}

#space_right {
	float: right;
	width: 250px;
	height: 30px;
	font-size: 9px;
	font-family: Verdana;
	color: #48596e;
	padding-right: 1px;
	padding-top: 3px;
	margin-top: -1px;
	text-align: right;
}
	
#space_right a{
	font-size: 9px;
	font-family: Verdana;
	color: #48596e;
	padding-top: 3px;
	text-decoration: none;
}
	
#space_right a:hover{
	font-size: 9px;
	font-family: Verdana;
	color: #556377;
	padding-top: 3px;
	text-decoration: none;
}


#hh {
	float: right;
	width: 256px;
	padding-right: 10px; 
}


#hx {
	float: left;
	width: 96px;
	height: 38 px;
	background-color: #566377;;
	padding-top: 4px;
	padding-right: 4px;
	margin-right: 1px;
	margin-left: 4px;
	margin-bottom: 4px;
}

#hx p{
	font-size: 11px;
	color:#a0a9b4;
	font-family: Verdana;
	text-align: left;
	padding-left: 4px;
	padding-bottom: 4px;
}

#hhl {
	float: left;
	width: 128px;
}

#hhr {
	float: right;
	width: 128px;
}

#hha {
	float: left;
	padding-bottom: 4px;
	margin: 0;
}

#hhb {
	float: right;
	padding-bottom: 4px;
	margin: 0;
} 


#pix {
	width: 100%;
	height: 1px;
	background: #c6b1bc;
	margin-top: 8px;
	margin-bottom: 8px;
}