.prodList {
	margin-left: -20px;
	width: 750px;
	float: right;
	}
    .prodList__result{
        color: #646464;
	    font-size: 16px;
		text-decoration: none;
		font-family: 'DINPro_Regular';
        padding: 0 0 20px 20px;
        }
        .prodList__result span{
            margin-top: 10px;
            display: block;
            }
            .prodList__result span a{
                color: #04458f;
                text-decoration: none;
                }
	.prodList__item {
		float: left;
		margin: 0 0 20px 20px;
		width: 355px;
		height: 180px;
		background: white;
		-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
		   -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
				box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
			}
		.prodList__item__pic {
			position: relative;
			margin-right: 5px;
			padding-right: 20px;
			width: 150px;
            height: 181px;
			float: left;
            overflow: hidden;
			background: url(../../i/content/prodlist-item-sh.png) right center no-repeat;
			}
			.prodList__item__pic img {
				display: block;
                float: right;
				}
		.prodList__item__title {
			margin-bottom: 10px;
			padding: 21px 20px 0 0;
			height: 60px;
            width: 350px;
			line-height: 1.3;
			}
			.prodList__item__title a {
				color: #646464;
				font-size: 14px;
				text-decoration: none;
				font-family: 'DINPro_Bold';
				text-transform: uppercase;
				}
                .prodList__item__title a:hover{
                    color: #04458f;
                    }
		.prodList__item__price {
			margin-bottom: 15px;
			font-size: 18px;
			font-family: 'DINPro_Bold';
			color: #363636;
            height: 30px;
			}
			.btn {
				padding: 10px 16px 2px 16px;
				height: 23px;
				display: inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,246abf+50,2f59ce+51,1e5799+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #246abf 50%, #2f59ce 51%, #1e5799 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e5799 0%,#246abf 50%,#2f59ce 51%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e5799 0%,#246abf 50%,#2f59ce 51%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */


				font-size: 16px;
				font-family: 'DINPro_Regular';
				color: white;
				text-decoration: none;
				text-transform: uppercase;
				text-shadow: 0 -1px 0 #184db5;
				border: 1px solid #184db5;
				-webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
						border-radius: 5px;
				}
			.btn:hover {
				-webkit-box-shadow: none;
				   -moz-box-shadow: none;
						box-shadow: none;
						/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d3793+0,224fb7+50,2d41c4+51,1e5799+100 */
background: #1d3793; /* Old browsers */
background: -moz-linear-gradient(top,  #1d3793 0%, #224fb7 50%, #2d41c4 51%, #1e5799 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1d3793 0%,#224fb7 50%,#2d41c4 51%,#1e5799 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1d3793 0%,#224fb7 50%,#2d41c4 51%,#1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3793', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */

				border-color: #0b3587;
				}
			.btn:active {
				position: relative;
				top: 1px;
				}
