.container {
width: 1000px;
margin: 0 auto;
max-width: 1400px;
min-width: 1000px;
min-height: 100%;
}
.top-body {
display: inline-block;
width: 1000px;
height: 375px;
border-radius: 5px;
box-shadow: 1px 0 5px rgba(0,0,0,0.5);
}
.left-top {
display: inline-block;
width: 570px;
height: 396px;
}
.left-top img {
float: left;
margin-top: -11px;
}
.left-top p {
font-size: 15px;
font-weight: lighter;
text-align: right;
}
.left-top a {
color: #40a0cf;
font-size: 20px;
font-weight: bold;
float: right;
}
.left-top a:hover {
text-decoration: none;
}
.left-top-text {
font-size: 12px;
font-weight: lighter;
text-align: right;
padding-top: 35px;
}
.left-top-text-price {
color: #40a0cf;
font-size: 16px;
text-align: right;
padding-top: 10px;
}
.left-top-logo {
float: right;
padding-top: 20px;
}
.vert-line-centre {
margin-left: 580px;
margin-top: -396px;
}
.centre-top {
display: inline-block;
width: 199px;
height: 375px;
float: left;
}
.centre-top p {
text-align: right;
}
.right-top {
display: inline-block;
width: 201px;
}