@CHARSET "UTF-8";

#contest_left_column{
	width:439px;
	float:left;
	display:inline;
	border-right:solid 1px #dfdfdf;
}

#contest_right_column{
	width:429px;
	margin-left:10px;
	float:left;
	display:inline;
}

.contest_item{
	width:427px;
	border-top:solid 1px #dfdfdf;
	margin:0px;
	padding:17px 0px 13px 3px;
}

.contest_item_text{
	margin-left:10px;
	height:80px;
	width:400px;
	float:left;
	display:inline;
	border:solid 0px #dfdfdf;
}

.contest_bullet{
	float:left;
	margin-top:3px;
	}
	
/*---------- View detail-----------------*/

#contest_details_left_column{
	width:630px;
	float:left;
	diplay:inline;
	}
	
#contest_details_right_column{
	width:230px;
	float:left;
	display:inline;
	margin-left:20px;
	}

#contest_details_text{
	widht:620px;
	margin:15px 0px 15px 10px;
	padding-bottom:20px;
	border-top:solid 1px #999;
	border-bottom:solid 1px #999;
	}

#faq{
	widht:620px;
	margin:15px 0px 15px 10px;
	}
	
#documentation_tab_title{
	width:230px;
	height:32px;
	background: url(../img/graphic/title/documentation_box_title.jpg);
	}
#gallery_tab_title{
	width:230px;
	height:32px;
	background: url(../img/graphic/title/gallery_box_title.jpg);
	}
#documentation_tab{
	width:208px;
	margin:0px;
	padding:0px 10px 10px 10px;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	}

.documentation_item{
	padding-top:15px;
}
	
.documentation_bullet{
	float:left;
	display:inline;
	margin:5px 8px 0px 0px;
}

#download_all_attachment{
	width:208px;
	margin:8px 0px 0px 0px;
	padding:10px 0px 8px 0px;
	border-top:solid 1px #ccc;
	text-align:right;
}

#documentation_tab_rounded_bottom{
	width:230px;
	height:5px;
	background: url(../img/graphic/bkgs/documentation_rounded_bottom_bkg.jpg);
	font-size:1px;
}
	

/*---END----- View detail-----------------*/



/*----------------- GALLERY ---------------*/
#galleries_container{
	width:880px;
	padding:8px 0px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.gallery_item{
	height:37px;
	padding:1px 0px;
	border-bottom: solid 1px #ccc;
}

.gallery_item a{
	height:27px;
	padding:10px 0px 0px 25px;
	font-weight:normal;
	display:block;
	background: url(../img/graphic/bullets/documentation_list_bullet.jpg) no-repeat 10px 15px;
	}
	
.gallery_item a:hover{
	height:27px;
	padding:10px 0px 0px 25px;
	display:block;
	font-weight:bold;
	color:#666;
	background: url(../img/graphic/bullets/documentation_list_bullet.jpg) no-repeat 10px 15px #EBEBEB;
	}
	
#gallery_item_selected{
	height:27px;
	padding:10px 0px 0px 25px;
	display:block;
	font-weight:bold;
	color:#666;
	background: url(../img/graphic/bullets/documentation_list_bullet.jpg) no-repeat 10px 15px #EBEBEB;
	}

/*-------END------- GALLERY ---------------*/
