/* CSS Document */

.leftfloat{
	float: left;
}
.rightfloat{
	float: right;
}
.leftalign{
	text-align: left;
}
.rightalign{
	text-align:: right;
}
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.textLeft {
	text-align:left;
}
/*#closer h2{
	padding:0 0 10px 20px;
	border-bottom:1px solid #cccccc;
}*/
#mallstyle{
	text-align:left;
}
#mallstyle .item{
	margin:6px;
	border: 1px solid #666666;
	padding:10px;
	float: left;
	width:210px;
	height:250px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	
}
#mallstyle .item:hover{
	border: 1px solid #666666;
	background:#f0f0f0;
	
}
#mallstyle img{
	border:0px;
	margin:4px;	
}
#mallstyle h3{
	padding:2px;
	margin:2px;
}
#mallstyle p{
	padding:2px;
	margin:2px;
	font-size:10px;
}
#mallstyle a{
	text-decoration:none;
}
#mallstyle a:hover{
	text-decoration:none;
}
























#homestyle{
	text-align:left;
}
#homestyle .item{
	margin:8px;
	border: 0px solid #666666;
	padding:10px;
	float: left;
	width:290px;
	height:250px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	
}
#homestyle .item:hover{
	
}
#homestyle img{
	border:0px;
	margin:4px;	
}
#homestyle h3{
	padding:2px;
	margin:2px;
}
#homestyle h1{
	padding:2px;
	margin:2px;
	font-size:24px;
	font-weight:bold;
	color:#990000;
}
#homestyle p{
	padding:2px;
	margin:2px;
	font-size:13px;
	height:110px;
}
#homestyle a{
	text-decoration:none;
}
#homestyle a:hover{
	text-decoration:none;
}

#homestyle .links{
	font-size:12px;
	color:#003399;
	text-align:right;

}

