/**Basic**/
.folksylist {list-style: none;}
.folksylistitem {float:left;width:190px;margin:0 10px 10px 0px;}
.folksylistitem img {padding:0;}
.folksylistitem h3 {font-size: 1.0em;height:25px;padding:0 0 0 0;margin: 0 0 0 0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
.folksylistitem p {font-size: 1.0em;padding:0 0 0 0;margin: 0 0 0 0;}
.folksyitemprice {height:25px;}

/**Buttons**/
.buybutton-blue {
	background:#25A6E1;
	background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:4px 5px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}

.buybutton-red {
	background:#25A6E1;
	background:-moz-linear-gradient(top,#e1253b 0%,#c01828 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e1253b),color-stop(100%,#c01828));
	background:-webkit-linear-gradient(top,#e1253b 0%,#c01828 100%);
	background:-o-linear-gradient(top,#e1253b 0%,#c01828 100%);
	background:-ms-linear-gradient(top,#e1253b 0%,#c01828 100%);
	background:linear-gradient(top,#e1253b 0%,#c01828 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1253b',endColorstr='#c01828',GradientType=0);
	padding:4px 5px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #b91a25
}

.buybutton-green {
	background:#44e125;
	background:-moz-linear-gradient(top,#44e125 0%,#24c018 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#44e125),color-stop(100%,#24c018));
	background:-webkit-linear-gradient(top,#44e125 0%,#24c018 100%);
	background:-o-linear-gradient(top,#44e125 0%,#24c018 100%);
	background:-ms-linear-gradient(top,#44e125 0%,#24c018 100%);
	background:linear-gradient(top,#44e125 0%,#24c018 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44e125',endColorstr='#24c018',GradientType=0);
	padding:4px 5px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #30b91a
}

.buybutton-pink {
	background:#e125df;
	background:-moz-linear-gradient(top,#e125df 0%,#c018b2 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e125df),color-stop(100%,#c018b2));
	background:-webkit-linear-gradient(top,#e125df 0%,#c018b2 100%);
	background:-o-linear-gradient(top,#e125df 0%,#c018b2 100%);
	background:-ms-linear-gradient(top,#e125df 0%,#c018b2 100%);
	background:linear-gradient(top,#e125df 0%,#c018b2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e125df',endColorstr='#c018b2',GradientType=0);
	padding:4px 5px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #b91ab0
}

.buybutton-black {
	background:#4f504f;
	background:-moz-linear-gradient(top,#4f504f 0%,#000000 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4f504f),color-stop(100%,#000000));
	background:-webkit-linear-gradient(top,#4f504f 0%,#000000 100%);
	background:-o-linear-gradient(top,#4f504f 0%,#000000 100%);
	background:-ms-linear-gradient(top,#4f504f 0%,#000000 100%);
	background:linear-gradient(top,#4f504f 0%,#000000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f504f',endColorstr='#000000',GradientType=0);
	padding:4px 5px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:12px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #222421
}