/* general */
#content a {
	color					: #f16600;
}

#content a:hover {
	text-decoration			: none;
}

/* submenu */
#submenu_top {
	width							: 251px;
	height							: 10px;
	background-image				: url(../../../images/standard/submenu_top.jpg);
}

#submenu_bottom {
	width							: 251px;
	height							: 10px;
	background-image				: url(../../../images/standard/submenu_bottom.jpg);
}

#submenu {
	width							: 251px;
	float							: left;
	margin-top						: 56px;
	font-size						: 14px;
}

#submenu a {
	display 						: block;
	width							: 221px;
	height							: 28px;
	padding							: 11px 0 0 30px;
	color							: #666666;
	background-image				: url(../../../images/standard/submenu_bg_orange_2.jpg);
}

#submenu a:hover {
	color							: #000000;
	text-decoration					: underline;
}

#submenu a.selected {
	display 						: block;
	width							: 206px;
	height							: 28px;
	padding							: 11px 0 0 45px;
	color							: #000000;
	background-image				: url(../../../images/standard/submenu_selected_bg_orange_2.jpg);
}

#submenu a.selected:hover {
	color							: #000000;
}

/* list */
#content .list {
	margin					: 5px 0 5px 0;
}

#content .list_item {
	background-image		: url(../../../images/general/arrow_orange_2_LTR.jpg);
	background-position		: 0px 6px;
	background-repeat		: no-repeat;
	/*height					: 16px;*/
	padding					: 0 0 0 15px;
	margin					: 5px 0 0 15px;
}

/* apply */
#content .apply {
	margin					: 5px 0 0 0;
}

/* link */
#content .link {
	margin					: 5px 0 5px 0;
}

#content .link a {
	color					: #f16600;	
}

#content .link img {
	border					: none;
	float					: left;
	margin					: 0 12px 0 15px;
}

/* download */
#content .download {
	margin					: 5px 0 5px 0;
	padding-top				: 6px;
}

#content .download a {
	color					: #f16600;	
}

#content .download img {
	border					: none;
	float					: left;
	margin					: -2px 15px 0 0;
}

#content .download .filesize {
	font-size				: 11px;
}
