@CHARSET "UTF-8";

/*  SHOPS page*/

.shop {
	float:left;
	/*margin-right:10px;*/
	display:inline;
	width:655px;
}

.shopImageDiv {
	width:156px;
	height:119px;
	margin-left:4px;	
	float:left;
	background-image:url(../../gfx/ramka.png);
	background-position:left top;
	position:relative;
	display:inline;
}

.shopImageDiv img{	
	width:150px;
	height:113px;
	position:absolute;top:3px;left:3px;
}

.shopName{
	float:left;
	font-weight:bold;	
	margin-left:25px;
	font-size:12px;
	color:#FC8406;
	display:inline;
}

.shopName a{
	font-size:12px;
	color:#FC8406;
	text-decoration:none;
}

.shopDesc {
	margin:5px 0px 0px 25px;
	width:470px;
	float:left;
	text-align:justify;
	line-height:16px;
	display:inline;	
}

.shopWWW{
	float:left;
	text-align:right;
	width:100%;	
	font-size:10px;
}

.shopWWW a{
	text-decoration:none;
	font-weight:bold;
	color:#FC8406;	
}

.shopWWW a:hover{
	text-decoration:underline;
}

.templateHr {
	background-image:url('../../gfx/modules/projects_hr.gif');
	background-position:bottom;
	background-repeat:no-repeat;
	height:8px; width:655px;
	margin:7px 0px 10px 0px;
	display:inline;
	float:left;
	background-repeat:no-repeat;
}

.partnerContact{
	text-align:right;
	float:right;
	font-size:10px;
}