


/* MISC */

.pic_tags {
	width: 576px;
	height: 45px;
	background-image: url(../images/tags_bg.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: 20px;
	line-height: 42px;
	color: #595959;
	font-size: 11px;
}

.set_line {
	padding-top: 3px;
	background-color: #191919;
}



/* PIC SET */

.pic_set {
	float: left;
	padding-top: 12px;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
}

.pic_info {
	float: right;
	padding-top: 12px;
	padding-right: 10px;
	color: #b2b2b2;
	font-weight: bold;
	font-size: 11px;
}

.pic_set_date {
	color: #7f7f7f;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pic_set_desc {
	color: #191919;
	font-size: 12px;
}

.comments_bubble {
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-right: 9px;
	color: #ffffff;
	height: 36px;
	width: 29px;
	line-height: 29px;
	text-align: center;
	background-image: url(../images/comments_bubble.gif);
	background-repeat: no-repeat;
}

.pic_set_rated {
	padding-left: 12px;
	padding-bottom: 10px;
}

.set_numbers {
	float: left;
	display:block;
	color: #b2b2b2;
	line-height: 34px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 34px;
	height: 34px;
}

.set_numbers a {
	display: block;
	color: #b2b2b2;
}

.set_numbers a:hover {
	display: block;
	color: #191919;
}



/* COMMENTS */

.comments_form {
	background-image: url(../images/comments_bg.gif);
	background-repeat: no-repeat;
}

.comments_td {
	float: left;
	width: 50px;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
	float: left;
}

.comments_field1 {
	float: left;
	background-color: #ffffff;
	border: none;
	color: #595959;
	width: 220px;
	line-height: 16px;
	padding-left: 3px;
	margin-top: 1px;
	padding-bottom: 2px;
	outline: none;
}

.comments_field2 {
	padding-top: 8px;
	margin-top: 13px;
	background-color: #FFFFFF;
	border: none;
	color: #595959;
	width: 276px;
	height: 86px;
	scrollbar-face-color : #dddddd;
	scrollbar-shadow-color : #dddddd;
	scrollbar-highlight-color : #dddddd;
	scrollbar-3dlight-color : #dddddd;
	scrollbar-darkshadow-color : #dddddd;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
	outline: none;
}

.comments_remember {
	float: left;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #595959;
}

.comments_post {
	margin-top: 8px;
	margin-left: 207px;
	margin-bottom: 2px;
}

.comment_title {
	float: left;
	padding-left: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #191919;
}

.comments_remember {
	float: left;
	line-height: 15px;
	font-size: 11px;
	color: #595959;
	font-weight: normal;
}

.comments_field3 {
	float: left;
	margin: 0px;
	margin-right: 5px;
	margin-left: 27px;
}



/* ARROWS */

.arrow_left {
	display: block;
	width: 52px;
	height: 46px;
}

.arrow_left a {
	display: block;
	width: 52px;
	height: 46px;
	background-image: url(../images/arrow_left_off.gif);
	background-repeat: no-repeat;
}

.arrow_left a:hover {
	background-image: url(../images/arrow_left_on.gif);
	background-repeat: no-repeat;
}

.arrow_right {
	display: block;
	width: 52px;
	height: 46px;
}

.arrow_right a {
	display: block;
	width: 52px;
	height: 46px;
	background-image: url(../images/arrow_right_off.gif);
	background-repeat: no-repeat;
}

.arrow_right a:hover {
	background-image: url(../images/arrow_right_on.gif);
	background-repeat: no-repeat;
}