/*
// Text Style//
*/

/* L3-topic */
#L3-topic p{
	font-size:10px;
	margin-top:10px;
	margin-right: 20px;
	text-align:right;
}

/* L4-margin-left */

#L4-margin-left hr {
	margin-left: 15px;
	margin-right: 10px;
	height: 1px;
	color: #a78949;
	border-bottom: 0px;
}

#L4-margin-left ul.details {
	list-style-image: url(../images/bullet_list.gif);
	margin-top: 10px;
}

#L4-margin-left li.details {
	margin-left: -9px;
	margin-bottom: 10px;
}

#L4-margin-left p {
	margin-left: 15px;
	margin-top: 25px;
}

#L4-margin-left p.productinfo {
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 8px;
}

#L4-margin-left h1 {
	font-size:12px;
	text-transform:uppercase;
	margin-left: 15px;
	margin-top: 28px;
	margin-bottom: 10px;
}

#L4-margin-left ul {
	list-style-image: url(../images/bullet_list.gif);
	margin-top: 24px;
}

#L4-margin-left li {
	margin-left: -7px;
	margin-bottom: 20px;
}

.L4-listtopic{
	text-transform: uppercase;
	font-weight: bold;
}


/* L5-content */
#L5-content h1 {
	font-size:14px;
	text-transform:uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}

#L5-content h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}

#L5-content p {
	margin-top: 5px;
	margin-bottom: 5px;
}

#L5-content ul {
	list-style-image: url(../images/bullet_list.gif);
}

#L5-content li {
margin-left: -10px;
margin-bottom: 10px;

}

/* L6-navi-right */
#L6-navi-right p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#L6-navi-right h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}


/*
// Link Style//
*/

#L3-topic a{
	color: #708090;
	text-decoration: none;
}

#L3-topic a:hover {
	text-decoration: underline;
}

#L4-margin-left a {
	font-weight: bold;
	color: #866d39;
	text-decoration: none;
}

#L4-margin-left a:hover {
	text-decoration: underline;
}

#L5-content a{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #866d39;
}

#L5-content a:hover{
	text-decoration: underline;
}

.L6-mainlinks a{
	color: #708090;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.L6-mainlinks a:hover{
	text-decoration: underline;
}

.L6-sublinks a{
	color: #708090;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.L6-sublinks a:hover{
	text-decoration: underline;
}

.L6-sublinks-empty {
	color: #866d39;
	font-weight: bold;
	font-size: 11px;
	margin-bottom:4px;
}

#L8-footer a{
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
	color: #866d39;
}

/*
// Link "top to page" Style//
*/

#L5-content a.top2page {
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	border-top: 1px solid;
	color: #866d39;
	background-image: url(../images/top2page.gif);
	background-repeat: no-repeat;
	background-position: left;
}