/* CSS Gallery */
.navation {margin-bottom:5px;}
.navation td {
	font-weight:bold;
	padding:2px 10px;
	border:1px solid #ccc;
} 
.navation td  a {
	background:url(../images/icon_gallery.gif) left no-repeat;
	padding-left:25px;
	display:block;
	line-height:25px;
	
}
.navation td.current {
	background:#54A622;
} 
.navation td.current a {
	color:#ffffff;
}
.img {
	border: 1px solid #ccc;
	padding: 2px;
	background: #FFFFFF;
}

/*----------------- DETAIL ----------------*/
#boxDetail #navation {
	padding: 0px 5px;
	font-weight: bold;
	border: 1px solid #c4c4c4;
	background: #f1f1f1;
	color: #2f2f2f;
	margin-bottom: 10px;
	line-height: 25px;
}

#boxDetail #navation span {
	background: url(../images/arr_nav_detail.gif) center no-repeat;
	padding: 0px 5px;
}

#boxDetail #navation a {
	color: #2f2f2f;
}

#boxDetail #navation a:hover {
	color: #ba0106;
	text-decoration: none;
}

.pic_name {
	font-size: 18px;
	color: #45AE32;
	font-weight: bold;
	text-align: center;
}


.chose_view {
	padding:2px;
	text-align:right; 
}
#List_Item {
	margin: 0px 0px;
}

/*----------------- VIEW 1 ----------------*/
#List_Item .View {
  float:left;
	background:url(../images/hr.gif) bottom repeat-x;
 	margin:0px;
	padding:15px 0px;
}
#List_Item .last {
	background:none;
}

#List_Item div.View div{
  float:left;
	margin:0;
	padding-right:20px;
	width:285px;
}

#List_Item .View h3 {	text-align: center;} 

#List_Item .View h3 a {
 	font-size: 11px;
	font-weight: bold;
	padding: 2px;

}

#List_Item .View h3 a:hover {
	text-decoration: none;
	 
}

#List_Item .View .last {
	margin: 0px;
	margin-right: 0px;
}

#List_Item .viewMore {
	text-align: right;
	padding-right: 10px;
}

.noItem {
	text-align: center;
	color: #FF0000;
	padding: 30px;
}

/*----------------- tabSearch ----------------*/
#tabSearch {
	padding: 5px;
}

#tabSearch .Search {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
	padding: 5px;
}

#tabSearch .display {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 5px;
}

.row_tittle {
	color: #00789A;
	font-weight: bold;
}

.boxTitleDetail {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	border-bottom: 1px dashed #FB8787;
	text-transform: uppercase;
}

.ext_comment {
	height: 150px;
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
}

.font_username {
	color: #B40000;
}

.hr {
	background: url(../images/hr.gif) repeat-x center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.box_srollTab {
	padding: 5px 0px;
	height: 200px;
}

.box_srollTab h2 {
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
}

.gallery-jcarousel .jcarousel-clip {
	width: 870px;
	height: 250px;
	float: left;
	padding: 0;
	margin: 0;
}

.gallery-jcarousel ul li {
	float: left;
	width: 285px;
	height: 250px;
	padding: 0px 2px;
	margin: 0; 
}
.gallery-jcarousel ul li h3 {
	text-align:center;
} 

.gallery-jcarousel .gallery-jcarousel-last {
	padding: 0;
	margin: 0;
}

.gallery-jcarousel .prev {
	width: 20px;
	padding-top: 70px;
	padding-left: 0px;
	float: left;
	text-align: right;
	cursor: pointer;
}

.gallery-jcarousel .next {
	width: 20px;
	padding-top: 70px;
	float: left;
	text-align: left;
	cursor: pointer;
}

.gallery-jcarousel ul li .img {
	padding: 0px;
	border: 1px solid #ccc;
}

.gallery-jcarousel ul li.noItem {
	width: 300px;
	padding-top: 45px;
	text-align: center;
	color: #FF0000;
}