@charset "utf-8";
/* CSS Document created by Leftheris Kaleas*/

.codeGallery img.left {
	padding:2px 2px 2px 2px;
	border: 1px solid black;
	float:left;
	margin: 5px 15px 5px 15px;
}

.codeGallery img.galleryPic {
	padding:2px 2px 2px 2px;
	border: 1px solid black;
	float:left;
	margin: 5px 40px 5px 40px;
}

.picGallery {
	height: 170px;
}

.codeGallery a:hover img {
	border: 1px solid #FF9933;
}
.codeGallery{
	width: 880px;
}

.desc{
	text-align:left;

}
dt{
	color:#666666;
	font-weight:bold;
}
dd{
	color:black;
	font-size:14px;
	margin-left:0;
}

.codeExampleLeft{
	height:200px;
}
.codeExampleRight{
	height:200px;
	margin: 0 0 0 45px; /* Top Right Bottom Left */
}

#codeVideo {
	margin: 5px 5px 10px 10px;
	text-align:center;
}
