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

.galleryCategory {
	width: 430px;
	float: left;
}

.galleryCategory img, #wallpapersTab img{
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: #999999 1px solid;
	width: 125px;
	height: 125px;
}

.galleryCategory img:hover, #wallpapersTab img:hover {
	background-color: #E9E9E9;
}

.galleryCategoryListing {
	width: 255px;
	height: 450px;
	margin-left: 15px;
	float: left;
}

#photoCatListing {
	margin-top: 30px;
	border-bottom: #acacac 1px solid;
}

#photoCatListing li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: #acacac 1px solid;
	padding-left: 5px;
	margin-left: 0px;
}


#photoCatListing li a {
	color: #005b7f;
}

#photoCatListing li a:hover {
	color: #898989;
}

.galleryNav {
	text-align: right;
	float: right;
	font-weight: normal;
	font-size:10px;
	margin-top: -10px;
	padding-top: 0px;
	display: inline;
}

.galleryNav a:hover {
	color: #FFFFFF;
}

.wallpaperBlock {
	float: left;
}

.wallpapersLinks {
	background-color: #363636;
	width: 129px;
	padding: 3px;
	margin-bottom: 5px;
}

.wallpapersLinks a:hover {
	color: #FFFFFF;
}

.videoGalleryItem {
	width: 335px;
	height: 130px;
	float: left;
	margin-right: 25px;
	border-right: #363636 1px dotted;
	margin-bottom: 10px;	
}

.videoGalleryItem img {
	float: left;
	margin-right: 10px;
}

.videoGalleryItemDetails {
	float: left;
	width: 190px;
	display: inline;
}

.videoGalleryItemDetails p {
	margin-top: 15px;
}

.videoGalleryItemDetails h5 {
	font-size: 12px;
	float:left;
}