/* General styling */
* {
    margin: 0px;
    padding: 0px;
}
 
body {
    font-family: Arial;
}
 
ul
{
    margin: 10px 0;
    list-style-type: none;
}
p{
	line-height: 1.2em;
}
h1{
	font-size: 2em;	
}
h2{
	font-size: 1.5em;	
}
.small{
	font-size: 12px;
}
dd, dt {
	display: inline-block; 
	}
dt {
	width: 6em; 
	height: 1.5em;
	}
img{
	max-width: 100%;
}
.page{
	width: 100%;
}

.container {
	padding: 0 20px;
	margin: 0 auto;
}
/* Top Menu */
.top-nav{
	position: relative;
	background: #4358ab;
	overflow: hidden;
    margin-bottom: 20px;
    padding: 20px
	}
.top-nav ul {
	margin: 0 auto;
}

.top-nav a{
	color: #fff !important;
	text-decoration: none;
	font-size: 14px;
}
.top-nav ul > li{
	float: left;
	margin-right: 5%;
}

.column-left{
	width: 65%; 
	float: left;
	}
.column-right{
	width: 35%; 
	float: left;
	}

.logo img {
    margin-bottom: 10px;
}

/* Header */ 
.header{
	border-bottom: 1px dashed #ccc;
    padding-bottom: 18px;
}       
.hotline{ 
	position: absolute;
    right: 5%;
    font-size: 15px;
    color: #999;
    top: 10px;
	} 

.search{
    margin-top: 1.5em;
}

.search input{
	padding: 5px 10px;
    border: 1px solid #4358ab;
    border-radius: 5px 0 0 5px;
    margin: -4px;	
	} 
.search button{
	background:#4358ab;
    border: none;
    padding: 6px 10px;
    color: #fff;
    border-radius: 0 4px 4px 0;
} 	
 /* Menu */
.menu {
    padding: 2%;
	background: #ddd;
	width: 20%;
	max-width: 200px;
	float: left;
}
 
.left_menu {
    margin: 0;
}
.left_menu li {
border-bottom: 1px dashed #ccc;
}
.left_menu li:last-child {
	border-bottom: medium none;
}
 
.left_menu > li > ul,
.left_menu > li > ul > li > ul {
	margin: 0 0 0 30px;
	display:none;
}
 
.left_menu li a {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 5px;
}
	.left_menu li a:hover {
		background: #4358ab;
		color: #fff;
	}
	
       
/* Listing Content */
.main {
    width: 100%;
    margin: 10px auto;
    font-size: 14px;
}
 
.listing-content {
    float: left;
    padding: 2%;
    width: 72%;
}

.listing-content p {
	line-height: 1.3em;
}
.price-block{
	font-size: 150% !important;
    font-weight: bold;
    margin-bottom: 10px;
}
 .iteminfo{
 margin-top: 10px;
 
 }
/* footer */
.footer{
	margin: 20px 0;
	padding: 20px 0;
	background: #4358ab;
	color: #fff;
}
.footer a{
	color: #fff !important;
	text-decoration: none;
	}
.ft-box{
	width: 33%;
	float: left;
}

.ft-box  ul, .ft-box  p{ 
	margin: 10px 0;
	}
.ft-box  li{ 
padding: 3px 0;
}
.ft-box h4{
	font-size: 1.3em;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;

}

.ft-box p{
	line-height: 1.5em;
	}
	
/* Responsive */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 767px) {
.column-right, 
.column-left{
	width: 100%  !important;; 
	float: none;
	text-align: left;
	}
	
.menu {
	display: none !important;
	}
	
.listing-content {
	width: 95%;
	max-width: 980px;
	}
	
.search{
    margin-top: 10px;
}

.hotline{ 
	position: relative;
    font-size: 15px;
    color: #AAA;
    width: 100%;
    text-align: center;
    float: left;
	} 
	
.ft-box{
	width:100%;
	float: none;
}
}

/* Clearfix */
.clearfix:before,
.clearfix:after,
.PlentyArticleCharacter {
    content: " "; /* 1 */
    display: table; /* 2 */
}
 
 
.clearfix:after, .PlentyArticleCharacter:after {
    clear: both;
}
