a {outline:none;}

.container {margin:0 auto; padding:20px;}

.container p {line-height:2em; color:#444; margin:0.2em 0;}

.container a {color:#13c562; text-decoration: none;}
.container a:hover {border-bottom:1px solid #13c562;}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/* demo
--------------------------------------------- */
.product-preview {
	font-size:.85em;
	color:#444;
	margin:20px auto;
/*	width:712px;*/
	padding:25px;
	-moz-box-shadow:0 0 3px #817962;
	box-shadow:0 0 3px #817962;
	background: #fff;
}

.product-preview h3,h4 {
	margin:5px 0;
	line-height:1em;
}

.product-preview h3 {
	font-size:1.2em;
	font-weight: bold;
	margin-top:10px;
}

.product-preview h4 {
	margin-top:10px;
	color:#d6401d;
	background:url(images/icon_color.png) no-repeat;
	padding:1px 0 5px 18px;
	font-size:1.2em;
}

.product-preview p {
	margin:0;
}

.product-preview .product {
	position:relative;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background: #fff;
	padding:1px;
	border:1px solid #ccc;
	width:712px;
	height:342px;
}

.product-preview .product img {
	top:1px;
	left:1px;
}

.secondary {
	top:0px !important;
	left:2px !important;
}


/* color
--------------------------------------------- */

.whiteline {
	
	border: solid 1px #90ADE8	

}


