@charset "UTF-8";
/* CSS Document ----------------------------------------*/

a {
	color:#666666;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

ul {
	display:inline-block;
    list-style: none; 
	float:left;
	padding: 0px;
    margin: 0px;
	padding: 0px;
}

li {
	display:inline-block;
	float:left;
    list-style:none;
    padding: 0px;
    margin: 0px;
}


html, body {
	background:#CCCCCC;
	color:#000000;
	font:12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0px;
	padding:0px;
	height:100%;
}
	
/* FONTS AND CLASS ---------------------------------------- */

p {
	margin:0px;
	padding:0px;
}

.mnu_link {
	font-style:normal;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:20px;
}

/* STRUCTURE ---------------------------------------- */

#full_height {
	height:100%;
}

#cnt_hld {
	background:transparent;
	position:relative;
	width:368px;
	z-index:4;
}

#cnt_title {
	background:transparent;
	position:relative;
	width:368px;
	z-index:4;
	margin-top:25px;
}

/* NAVIGATION ---------------------------------------- */

#menu_hld {
	position:fixed;
	bottom:15px;
	z-index:3;
	height:56px;
	width:100%;
}

#lgo {
	height:31px;
	width:378px;
	float:left;
}

#mnu_items {
	background-image:url(../img/trnsp.png);
	height:31px;
	width:100%;
	float:left;
	line-height:31px;
	padding-left:80px;
}

/* ITEMS ---------------------------------------- */

.cnt_itm {
	background-color:#FFFFFF;
	padding:15px;
	float:left;
	width:300px;
	margin:0px;
	border-bottom:1px solid #CCCCCC;
}

.msg_list {
	max-width: 300px;
	background-color:#999999;
}
.msg_head {
	cursor: pointer;
	position: relative;
	margin:1px;
	color:#FFFFFF;
	font-size:10px;
}
.msg_body {
	background-color:#FFFFFF;
	padding-bottom:8px;
	font-size:10px;
	font-weight:bold;
	font-style:oblique;
}

.bdr_mrg {
	margin: 4px;
}
