.mod a {
	color: #4c4c4c;
}
.mod a:hover {
	color: #791513;
}
.mod ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.mod li {
	padding:4px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}
#columns .column{

	margin: 0 10px 0 10px;
	
	min-height: 500px; /* set a min-height to ensure a target dropzone */
}

#columns .menu{
		width: 250px;
	float: right;
}

.block {
	border: 1px solid #c8c8c8;
	background-color: #fff;
	font-family: Arial;
	font-size: 14px;
	padding-bottom: 8px;
	margin-bottom: 10px;
	width: 240px;
	float: right;
}

#columns .sidebar{
	
	width: 180px;
	
	float: right;
}
 
.block .draghandle {
	cursor: move;
	margin: 3px;
	background: url(http://biz-e-games.com/templates/red/images/module_header.png);
	height: 27px;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	padding-top: 9px;
	padding-left: 8px;
}



#columns .sidebar div p{
	
	font-size: 11px;
	
	padding: 7px;
}

#columns .menu, #columns .sidebar{
	
}
