@charset "utf-8";
/* CSS Document */

#websitesHead {
	font-size:20px;
	font-weight:bold;
	background-color:#333;
	color:#fff;
	padding:0 20px;
	margin:0 0 20px 0;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-topLeft-radius:10px;
}

.websitesListInd {
	width:560px;
	padding:10px;
	margin:0 auto 10px auto;
	background-color:#fff;
}

.websitesListIndLeftCol {
	float:left;	
	width:350px;
}

.websitesListIndHead {
	font-size:18px;
	color:#333;
	margin:10px 0;
}

.websitesListIndDesc {
	font-size:12px;	
	color:#666;
}

.websitesListIndBtn {
	border:thin solid #333;
	padding:2px;
	width:50px;
	margin:10px 0 0;
	float:left;
}

.websitesBtnCont {
	border:thin solid #333;
	margin:30px 20px 0 10px;
	float:left;
	cursor:pointer;
}

.websitesBtnleftCont {
	float:left;
	border-right:thin solid #333;
	padding:5px;
}

.websitesBtnRightCont:hover {
	background-color:#efefef;
}

.websitesBtnRightContH:hover {
	background-color:#efefef;
}

.websitesBtnRightCont {
	float:left;
	padding:5px 10px;
	color:#333;
	background-color:#fff;
}

.websitesBtnRightContH {
	float:left;
	padding:5px 10px;
	color:#333;
	background-color:#fff;
}

.websitesListIndRightCol {
	float:right;
}

.websitesRightColImg {
	width:170px;
	height:170px;
	margin:50px 20px 0 0;
}
