html{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	width: 1000px;
	margin: auto;
}
a{
	text-decoration: none;
	color: #060606 !important;
	font-weight: bold;
}
.tx-bitspreadshirt-pi{
	clear: both;
	width: 100%;
	float: none;
}
.item{
	width: 220px;
	border: 1px solid black;
	padding: 4px;
	float: left;
	margin: 5px;
	height: 320px;
}
.title{
	font-size: 14px;
	text-align: center;
}
.title a{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.pic{
	text-align: center;
}
.description{
	
}
.price{
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: red;
}

a.m1,
a.m1:hover{
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}
a.m1:hover{
	color: red !important;
}

.menu{
	width: 300px;
	padding: 15px 15px 15px 0px;
	float: left;
}
.mod{
	width: 300px;
	padding: 5px;
	border: 1px solid black;
	float: right;
	text-align: center;
}
.content{
	clear: both;
}
.info{
	font-size: 10px;
}
.mod h1{
	font-size: 14px;
	color: red;
}
.m_des{
	color: red;
}
