/******** HEADER ********/
#header {
	width:983px;
	height:150px;
}
.logo {
	width:165px;
	height:150px;
	text-align:left;
	vertical-align:top;
}
.menu {
	height:150px;	
	text-align:right;
	vertical-align:top;	
	padding-top:72px;
	padding-left:18px;
}
.menu .menu_item {
	float:left;
	width:100px;
}

/******** BODY ********/
#mainbody {
	width:983px;
	background: url(../images/bg/left-round.gif) top left no-repeat #FFD300;
	padding-top:40px;
}
#mainbody .left {
	width:203px;
	vertical-align: top;
	text-align: left;
}
#mainbody .content {
	width:577px;
	vertical-align: top;
	text-align: left;
}
#mainbody .content .top {
	background:url(../images/bg/body-top.gif) no-repeat;
	height:30px;
}
#mainbody .content .middle {
	background:url(../images/bg/body-middle.gif) repeat-y;
	padding: 5px 40px;
}
#mainbody .content .bottom {
	background:url(../images/bg/body-bottom.gif) no-repeat;
	height:30px;
}
#mainbody .right {
	width:203px;
	vertical-align: top;
	text-align: right;
}
.lipire-instantanee {
	padding:0;
	vertical-align:top;
	display:inline;
}

/******** FOOTER ********/
#footer {
	width:973px;
	color:#000;
	background: /* url(../images/bg/bottom-round.gif) bottom right no-repeat */ #FFD300;
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	font-weight:bold;
	padding:20px 0px 10px 10px;
}
#footer A:link, #footer A:visited, #footer A:active {
	color: #000;
	background:none;
	padding:2px 4px 2px 6px;	
	text-decoration: none;
}
#footer A:hover {
	color: #000;
	background:#FFF;
	text-decoration: none;
}

/******** LEFT PANEL ********/
#leftpanel {
	width:195px;
	text-align:right;
	padding-right: 5px;
	color:#000;
}

#rightpanel {
	width:195px;
	text-align:left;
	padding-left: 5px;
	color:#000;
}

.menuitem {
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
}
.menuitem A:link, .menuitem A:visited, .menuitem A:active {
	color: #000;
	background:none;
	text-decoration: none;
	padding:2px 4px;
}
.menuitem A:hover {
	color: #000;
	background:#FFF;
	text-decoration: none;
}
.title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:5px;
}
#leftpanel .videothmb {
	cursor:pointer;
	padding: 3px 0 0 3px;
}


/******** OTHERS ********/
.box {
	padding: 20px;
	overflow: auto;
	}
.box_prod {
	padding: 20px;
	}
.box_prod_mainimg {
	float:right;
	margin: 0 0 10px 10px;
}
.box_err {
	color: #FFFFFF;
	background-color: #FF3333;
	padding: 5px;
	}
.box_ok {
	color: #FFFFFF;
	background-color: #007526;
	padding: 5px;
	}
	
.tplMailResultOK {
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #009933;
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
	}
.tplMailResultERR {
	line-height: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #c90909;
	text-align: left;
	vertical-align: middle;
	padding-left: 4px;
	}

