﻿#marketsList
{
	
}

#marketsList .item
{
	float: left;
	width: 233px;
	height: 205px;
	color: #7999B0;
	font-weight: bold;
}

.markItem img
{
	border: #B2C2D2 1px solid;
	width:200px;
	height:135px;
	color:#7999B0;
	padding:3px 3px 3px 3px;
}

.markItem:hover img
{
	border: #366E9D 1px solid;
	color:#195B98;
}

.noContent img
{
	border: #B2C2D2 1px solid;
	width: 200px;
	height: 135px;
	color: #7999B0;
	padding: 3px 3px 3px 3px;
	cursor: default;
	text-decoration: none;
}
.noContent:hover img
{
	border: #B2C2D2 1px solid;
	color:#195B98;
	cursor: default;
	text-decoration: none;
}

.divimg
{
	border: #B2C2D2 1px solid;
	width:120px;
	height:90px;
	padding:3px 3px 3px 3px;
}

#divMarketsInfo
{
	float:none;
	clear:both;
}
