/* CSS YOUNG CORPORATION */


/* DEFAULT */
body {
	background-image:url(images/background_tile.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-position:top;
	font: 11px Tahoma;
	margin-top:0px;
	text-align:justify;
	background-color:#eaeaea;
	}
.watermark{
background-repeat:no-repeat;
background-position:center;
}
a:link {
	color:#B5B5B5;
	text-decoration: none;
	}

	a:visited {
		color:#611B74;
		text-decoration: none;
		}

	a:hover {
		color:#611B74;
		}

.hr {
height:1px;
color:solid #7e7e7e;
noshade=noshade;
}

ul {
	list-style: square;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 1em;
	text-indent: 0em;

	}

/* TITLE */
	/* new product and catalogue in front page */
		a.titlePurpleLink {
			font: 11px/normal "Arial Narrow";
			color:#611B74;
			text-transform: capitalize;
			}
			a.titlePurpleLink:hover {
				font: 11px/normal "Arial Narrow";
				color:#E25A0D;
				text-transform: capitalize;
			}
			.captionNewProductAndCatalogue {
				font: 11px Tahoma;
				color:#000;
				padding-left:8px;
				padding-top:10px;
				padding-right:27px;
				text-align:justify;
			}
	/* welcome */


/* FOOTER */
.footer {
	font: 10px Tahoma;
	color:#AAAAAA;
	}
.namakota {
	font: 14px Tahoma;
	color:#AAA;
	}

/*  NEWS */
.captionNews {
	font: 11px Tahoma;
	color:#000;
	text-align:justify;
	}
.dateNews {
	font: 10px Tahoma;
	color:#000;
	text-align:justify;
	}
.JudulNews {
	font: 14px Tahoma;
	color:#9e9e9e;
	text-align:justify;
	}
	.JudulNews:hover {
	font: 14px Tahoma;
	color:#E25A0D;
	text-align:justify;
	}
img.thumbnail {
	margin-bottom: 0px;
	border: 1px solid #ccc;
	padding: 0px;
	}

	img.thumbnail:hover {
		margin-bottom: 0px;
		border: 1px solid #9e9e9e;
		}

/* company profile */
.captionCompany {
	font : 11px Tahoma;
	color :#000;
	text-align:justify;
	background-repeat:no-repeat;
	background-position:center;
	}
ul{
padding-top:0px;
}
.subtitleCompany {
	font: 14px "Arial Narrow";
	color : #E25A0D;
	}
.captionCompanyItalic {
	font : 11px Tahoma;
	color :#000;
	text-align:justify;
	font-style:italic;
	}

/*contact form */
.default_input {
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 3px;
	padding: 5px;
	font: 11px Tahoma;
	color: #888;
	}

.default_input:hover {
	background-color: #efefef;
	border: 1px solid #ccc;
	margin-top: 3px;
	padding: 5px;
	font: 11px Tahoma;
	color: #888;
	}

.default_button {
	background-color: #611B74;
	font: 11px Tahoma;
	border: 0px;
	padding: 5px;
	color: #fff;
	}
	.default_button:hover {
	background-color:#E25A0D;
	font: 11px Tahoma;
	border: 0px;
	padding: 5px;
	color: #fff;
	}

/* PRODUCT */
.versiProduct {
	color : #9E9E9E;
	font-family: "Arial Narrow";
	font-size: 16px;
	font-weight: bold;
	}
.border{
border:thin;
border-color:#CCCCCC;
border-style:dotted;
border-spacing:5px;
}

.cat_header_purple {
	font-family: "Arial Narrow";
	font-size: 24px;
	font-weight: bold;
	color:#611B74;
	text-transform: uppercase;
}

.cat_header_orange {
	font-family: "Arial";

	font-size: 10px;
	color:#E25A0D;
	text-transform: uppercase;
}

.box_border {
	border: 1px solid #ccc;
}

.odd {
	background-color: #DDDDDD;

}

.even {
	background-color: #E4E4E4;

}

.highlight {
	background-color: #FCFFD0;

}

th {
	background-color: #A4D460;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}