/* Etusivu */
.newsitem
{
	background: #AE1B15;
	margin-bottom: 20px;
	padding: 0 5px;
}

#liikekanta
{
	background: #74140E url(/images/liikekantabg.png) no-repeat right center;
	padding: 5px;
}
#tapahtumat ul
{
	margin-left: 15px;
	margin-bottom: 10px;
}
#tapahtumat a:link.showmore,#tapahtumat a:link,#tapahtumat a:visited.showmore,#tapahtumat a:visited
{
	color: #FFB900;
}
#tapahtumat a:hover.showmore,#tapahtumat a:hover
{
	text-decoration: underline;
}
.showmore
{
	margin: 10px 5px;
	border-top: 1px dashed #7A140F;
	padding: 2px;
	text-align: center;
	display: block;
	clear: both;
}
#rightnews a:link,#rightnews a:visited
{
	color: white;
	text-decoration: underline;
}
#rightnews a:hover
{
	text-decoration: none;
}
/* Tuotteet */
#productpage
{
	margin: 0 20px;
	padding: 20px 0;
}
#productpage h1
{
	clear: both;
	border-bottom: 1px solid #971912;
}
.productcontainer
{
	float: left;
	display: inline;
	width: 460px;
	min-height: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.productimage
{
	width: 250px;
	float: left;
}
.productimage img
{
	border: 1px solid #971912;
}
.productimage img:hover
{
	border: 1px solid #FFDA00;
}
.productdescription
{
	float: right;
	width: 190px;
	margin-right: 10px;
}
.productdescription h2
{
	font-size: 16px;
}
.new
{

}
.soldout
{
	opacity: 0.33;
	filter: alpha(opacity=33);
}
.productsizes
{
	margin: 10px 0px 10px 20px;
}
.productprice
{
	font-weight: bold;
	color: dimgray;
}
.clear
{
	clear: both;
	width: 0;
	height: 0;
}

.newsitem-head:hover,.item-head:hover
{
	cursor: pointer;
}

/* Yhteystiedot */
#contact
{
	width: 600px;
	margin: -50px auto;
	font-size: 14px;
}

/* Sosialisointi-ikonit */
#socialBar {
	width: 180px;
	margin-top: 105px;
	float: right;
}

#socialLinks {
	list-style-type: none;
}

#socialLinks li a span {
	display: none;
}
#socialLinks li a {
	float: left;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	display: inline;
	background-repeat: no-repeat;
}

#socialLinks .facebook a {
	background-image: url("/images/facebook.png");
}

#socialLinks .twitter a {
	background-image: url("/images/twitter.png");
}

#socialLinks .flickr a {
	background-image: url("/images/flickr.png");
}

#socialLinks .slideshare a {
	background-image: url("/images/slideshare.png");
}
