div.clear{
	clear: both;
}

div.divMessage{
	padding: 15px;
	margin-bottom: 0px;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 1.3em;
}

div.divMessage_confirm{
	background-color: green;
}

div.divMessage_error{
	background-color: red;
}









body{
	background-color: #f6f6f6;
}

body.bodyLoginPage{
	position: relative;
}

header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 5px solid #ddd;
	background-color: white;
	z-index: 2;
}

header div.logo img{
	height: 60px;
	float: left;
	margin-right: 20px;
}

header div.logo div.title{
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
}

header div.logo div.sub{
	font-size: 16px;
	margin-top: 5px;
}

header a.basket{
	position: absolute;
	right: 15px;
	top: 22px;
}

header a.basket:hover{
	opacity: 0.8;
}

header a.basket img{
	width: 50px;
}

header a.basket div.status div{
	position: absolute;
	border-radius: 15px;
	width: 22px;
	height: 22px;
	bottom: -10px;
	right: -10px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 11px;
	color: white;
	text-align: center;
	font-weight: bold;
}

header a.basket div.count{
	background-color: green;
	padding-top: 6px;
	box-sizing: border-box;
}

header a.basket div.processing{
	background-color: orange;
	background-image: url(/modules/main/images/header/basket_loading.gif);
	background-size: 12px;
}

header a.basket div.processed{
	background-color: green;
	background-image: url(/modules/main/images/header/tick.png);
	background-size: 14px;
}

header div.user{
	position: absolute;
	right: 85px;
	top: 25px;
}

header div.user div.name{
	font-size: 20px;
	text-align: right;
}

header ul.nav{
	margin-top: 5px;
	text-align: right;
}

header ul.nav li{
	display: inline-block;
}

header ul.nav li:not(:first-child){
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: 7px;
}

header ul.nav li a{
	font-size: 12px;
	text-decoration: none;
	color: #333;
}

header ul.nav li a:hover{
	text-decoration: underline;
}











footer{
	position: fixed;
	background-color: #555;
	bottom: 0px;
	left: 0px;
	width: 100%;
	color: white;
	font-size: 12px;
	padding: 10px;
	box-sizing: border-box;
}

footer div.left{
	float: left;
}

footer div.right{
	float: right;
}

footer ul.nav li{
	float: left;
}

footer ul.nav li:not(:first-child){
	border-left: 1px solid #ccc;
	padding-left: 10px;
	margin-left: 10px;
}

footer ul.nav li a{
	font-size: 12px;
	text-decoration: none;
	color: white;
}

footer ul.nav li a:hover{
	text-decoration: underline;
}











div.page_container{
	margin-top: 95px;
	padding-bottom: 32px;
}