@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Muli);
body{
	margin: 0;
	height: 250px;
	width: 300px;
}
.main{
	height:250px; width:300px; background-color:#F29200; border-radius: 8px; margin: 0;
}
.top{
	height: 75px; width: inherit; text-align:center;
}
.top-left{
	height: 22px; width:30%; padding-top: 26.5px; float:left; padding-bottom: 26.5px; font-size:22px; font-weight: bold; color: #2F3B44; font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; text-align:right;
}
.top-right{
	width: 70%;
	float: right;
	height: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image:url(http://salzburgshop.at/salzburgwerbung/SalzburgshopLogo_klein.png);
	background-size:175px 35px;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition: all 150ms ease-in-out 20ms;
	-o-transition: all 150ms ease-in-out 20ms;
	transition: all 150ms ease-in-out 20ms;
}
.top-right:hover {
	background-image: url(http://www.salzburgshop.at/salzburgwerbung/SalzburgshopLogo_inverted_klein.png);
}
.middle{
height: 161px; width: 286px; background-color: #FFFFFF; margin: 7px; border-radius: 10px; text-align: center; float: none; clear:both;
}
#middle-products-container{
	height: inherit; width: 226px; float: left; clear: none;
}
.middle-products{
	display: block;
	height: 161px;
	width: 100%;
	float: left;
	/*vertical-align: central;*/
}
.new-product{
	z-index:2;
	position:absolute;
	top: 5px;
	left: 13px;
	height: 23px;
	width: 50px;
	background-color:#F29200;
	font-family:'Muli', sans-serif !important;
	color: #FFFFFF;
}
.new-product-triangle{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #F29200;
	position:absolute;
	z-index:1;
	top: 26px;
	left: 29px;	
}



.middle-product{
	height: 100px;
	width: 113px;
	float:left;
	padding-top:16px;
	padding-bottom:0px;
	z-index:0;
	position:absolute;
}
.middle-products-price{
	height: 16px;
	padding-top: 14px;
	padding-bottom: 5px;
	width: 113px;
	float: left;
	color: #2F3B44;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	vertical-align: central;
	font-size: 16px;
	position:absolute;
	bottom:5px;;
	-webkit-transition: all 150ms ease-in-out 20ms;
	-o-transition: all 150ms ease-in-out 20ms;
	transition: all 150ms ease-in-out 20ms;
}
.middle-products-productname {
	height: 35px;
	margin-top: 6px;
	width: 113px;
	float: left;
	font-size:12px;
	font-family:'Muli', sans-serif !important;
	color: #2F3B44;
	text-align:center;
	vertical-align:central;
	display:block;
}

.middle-rightarrow{
	height: 151px;
	width: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	vertical-align: central;
	align-content: center;
	align-items: center;
	background-image: url(http://www.salzburgshop.at/salzburgwerbung/pfeil_rechts_blau.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	border: none;
	color: transparent;
	-webkit-transition: all 150ms ease-in-out 2ms;
	-o-transition: all 150ms ease-in-out 2ms;
	transition: all 150ms ease-in-out 2ms;
}
.middle-leftarrow{
	height: 151px;
	width: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
	vertical-align: central;
	align-content: center;
	align-items: center;
	background-image: url(http://www.salzburgshop.at/salzburgwerbung/pfeil_links_blau.png);
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	border: none;
	color: transparent;
	-webkit-transition: all 150ms ease-in-out 2ms;
	-o-transition: all 150ms ease-in-out 2ms;
	transition: all 150ms ease-in-out 2ms;
	}

.middle-leftarrow img{
	padding-top: 68px;
	padding-bottom: 68px;
}
.middle-rightarrow img{
	padding-top: 68px;
	padding-bottom: 68px;
}
.bottom{
	height: 20px; width: inherit; padding-top: 23.5px; padding-bottom: 23.5px; text-align:center; vertical-align:central; font-size: 20px; font-family:Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif; color: #ffffff; font-style: normal;
}
.bottom-left{
}
.bottom-right{
}
.middle-leftarrow:hover {
	background-image: url(http://www.salzburgshop.at/salzburgwerbung/pfeil_links.png);
}
.middle-rightarrow:hover {
	background-image: url(http://www.salzburgshop.at/salzburgwerbung/pfeil_rechts.png);
}
a:hover div {
	color: #F29200;
}
a:hover .new-product{
	color:white;
}
