
/* ----------------------------------------------------------- 
					   General styling
   ------------------------------------------------------------*/

#content p, #content li {
	font-size: 1em;
	margin-bottom: 5px;
}

#content ul {
	list-style-image: url("/img/arrow_list.png");
	padding-left: 40px;
}

.cf {
	clear: both;
}

/* ----------------------------------------------------------- 
	                   Shopping types
   ------------------------------------------------------------*/

#teaser h1 {
	margin-bottom: 0;
}

#teaser > div, #teaser .individual > a {
	float: left;
	width: 295px;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
        margin-right:20px;
}

#teaser > div.bigPicture a img {
    margin-bottom:20px;
    border:1px solid #999;
}

#teaser > div.bigPicture a img:hover {
    border-color:#9DA60A;
}

#teaser > div.last {
        margin-right:0;
}

#teaser .bigPicture img {
	width: 100%;
	max-height: 225px;
}

#teaser .bigPicture ul, #teaser .bigPicture p, #teaser .bigPicture a {
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#teaser .individual > p {
	margin: 0;
}

#teaser .individual a {
	position: relative;
	top: -10px;
}

#teaser .individual img {
	width: 140px;
	height: 140px;
}

#teaser ul {min-height:90px;}

/* ShoppingTypes */
.shoppingTypes .leftarrowcaption {
  margin-right:-70px;
}
ul.inline_shoppingtypes li {
  margin-left: 90px;
  margin-right: 0px;
}

/* ----------------------------------------------------------- 
						  Brands & tags
   ------------------------------------------------------------*/

#brandsTags {
	text-align: left;
}

#brandsTags > * {
	vertical-align: top;
	text-align: left !important;
}



#brandsTags .leftarrowcaption {
  margin-right:-25px;
}
#brandsTags .brands > a {
	display: inline-block;
	width: 70px;
	vertical-align: middle;
	line-height: 70px;
  border:1px solid #ddd;
  padding:13px;
  margin-left:45px;
}

#brandsTags .brands img {
	width: 70px;
	max-height: 70px;
  vertical-align:middle;
}

#brandsTags .tags a {
	width: 48%;
	display: inline-block;
	float: left;
	padding: 0 1%;
	line-height: 24px;
	white-space: normal;
}

/* ----------------------------------------------------------- 
						  Categories
   ------------------------------------------------------------*/

#categories > a {
	width: 29%;
	padding: 10px 2%;
	display: inline-block;
	float: left;
	overflow: hidden;
}

#categories > a:nth-child(3n-1) {
	clear: left;
}

#categories > a:hover {
	text-decoration: none;
}

#categories div.product.s60 {
	float: left;
}

#categories img {
	width: 60px;
	height: 60px;
}

#categories p {
	vertical-align: middle;
	font-size: 1.1em;
	display: table-cell;
	padding-left: 20px;
	height: 63px;
	overflow: hidden;
}

#categories > div {
	clear: left;
	text-align: right;
}

#categories div a {
	padding: 0;
	float: right;
}
/* ----------------------------------------------------------- 
						  	  Footer
   ------------------------------------------------------------*/

#footerText {
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	-o-column-count: 2;
	-o-column-gap: 60px;
	column-count: 2;
	column-gap: 60px;
}

#footerText h2 {
	-moz-column-span: all;
	-webkit-column-span: all;
	-o-column-span: all;
	column-span: all;
}
