.productitem {
	border: 1px solid #aaa;
	padding: 5px 5px 30px 5px;
	margin: 10px 1% 10px 1%;
	position: relative;
	/*box-shadow: 0 0 15px -3px #333;*/
}

article h4 {
	font-size: 1.4em;
}

@media (max-width: 768px) {
	.productitem {
		height: auto !important;
	}
}

.productitem img {
	max-height: 100%;
}

.productarticle {
    color: #888;
    font-size: .8em;
}

.productname {
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
    font-size: 1.4em;
    padding: 5px 0;
    /* height: 60px; */
}

.productoldprice {
    text-align: center;
    color: #666;
    line-height: 1.7em;
    /* background: transparent url('images/deleted.png') no-repeat scroll center center; */
}

.productnewprice {
    text-align: center;
    font-size: 1.4em;
    line-height: 2em;
}

.productdesc {white-space: pre-line;line-height: 1.2em;font-size: 12px;color: #0c415d;}

article h3 {
    background: #0088ce;
    margin: 0 5% 0 .5%;
    padding: 3px;
    color: #fff;
    font-size: 1.2em;
}

.productorder {
	position: absolute;
	right: 5px;
	width: auto;
	bottom: 10px;
}

.productorderlink {font-size: 1.2em;font-weight: 600;color: #fff;text-align: right;background: #e87300;border-radius: 5px;padding: 3px;}


