/* WATCH */

#watch-images-video {
	float: left;
	margin-top: 8px;
	width: 402px;
	height: 450px;
}

#watch-images-imageset {
	float: left;
	margin-top: 8px;
	width: 402px;
	height: 550px;
	background-color: white;
}


#watch-images-pic {
	background-color: #353535;
	border: solid 1px black;
	width: 400px;
	padding-left: 0px;
	padding-top: 0px;
}

#watch-title {
	float: left;
	font-weight: bold;
	margin-top: 5px;
	font-size: 10pt;
}

#watch-images-buttons {
	background-color: #6d6d6d;
	float: left;
	display: inline;
	margin-right: 10px;
	
}
#watch-images-buttons a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 5px 8px 5px 8px;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	background-color: black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
#watch-images-buttons a.on, #watch-images-buttons a.off:hover {
	color: white;
}
#watch-images-buttons a.off {
	color: #6d6d6d;
}







/* ONLY USED FOR IMAGESETS */
#watch-descbox {
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	
}
#watch-description {
	padding: 5px;
	height: 110px;
	font-size: 10pt;
	overflow: auto;
}





/*
#watch-images-description {
	width: 400px;
}
#watch-images-description-text {
	font-size: 10pt;
	padding: 5px 10px 5px 10px;
	height: 133px;
}
*/


#watch-infos-video {
	width: 277px;
	float: right;
	height: 402px;
	clear: right;
	background-image: url('../images/watch-paper.jpg');
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#watch-infos-imageset {
	width: 277px;
	float: right;
	height: 402px;
	clear: right;
	background-image: url('../images/watch-imageset-paper.jpg');
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#watch-infos dl {
	font-size: 10pt;
	line-height: 30px;
	margin: 0px 16px 0 13px;
	color: #333;
}
#watch-infos dt {
	font-weight: bold;
	float: left;
	font-size: 8pt;
	width: 80px;
	text-align: right;
	margin-right: 10px;
}

#watch-previews {
	padding-right: 0px;
}

#watch-previews div {
	float: left;
	border: dotted 1px #ddd;
	padding: 1px;
	margin-right: 10px;
}

#watch-comments form {
	border: solid 1px black;
	padding: 5px;
	margin-bottom: 5px;
}

div.comment {
	border: dotted 1px #ddd;
	margin-bottom: 10px;
	padding: 5px;
	background-color: white;
}

div.comment-image {
	width: 50px;
	height: 50px;
	float: left;
}

div.comment-infos {
	float: left;
	width: 580px;
	margin-left: 10px;
}

div.comment-username {
	width: 160px;
	float: left;
}

div.comments-time {
	width: 200px;
	float: left;
}

div.comment-stars {
	width: 105px;
	float: right;
}

div.comment-text {
	clear: both;
}




