@charset "UTF-8";

/* Layout Medium Screens */
.page {
	margin: 0px auto;
}
header {
	height:120px;		
}
header h1 a.logo {
	visibility: hidden;
	height: 0px;
}
header h1 a.logo_m {
	visibility: visible;
    font-size: 46px;
    height: 92px;
    line-height: 46px;
    max-width: 800px;
    min-width: 501px;
}
header h2 a.logo {
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    max-width: 800px;
    min-width: 501px;
    margin-top: 92px;
}
header a.logo {
	/*width:115px;
	height:70px;
	top:20px;
	right:20px;
	background-image:url(../images/logo_medium.png);*/	
}
nav {
	top:120px;
}
nav a {
	margin-right:20px;
}
article {
	max-width: 500px;
    min-width: 201px;
}
footer {
	position: relative;
	border-bottom: 1px #000 dotted;
}
.promo_container {
	padding: 0px 20px 15px 20px;	
}
.promo_container .promo {
	background-position:0px 0px;
}
.promo_container .promo .content {
	padding:70px 30px 0px 0px;
}
body {
	background-image:none;
	background-color: #858f8f;	
}
.stores {
	margin: 0px auto;
	float:left;
	clear:both;
	position: relative;
	width: 100%;
}
.stores div {
	float:none;
}
.stores img,
.int_editions img {
	float: none;
	position: relative;
	margin-bottom: 0;
}
.int_editions {
	margin: 0 auto;
	float: left;
	position: relative;
	width:100%;
	padding-top: 15px;
}
.main_cover {
	width: 200px; 
	height: 244px;
}
a.buy_book {
	padding:10px 0px;
}
.buy_book img {
	width:260px;
	height: auto;
}



