/* CSS Document */

.clear{
	clear:both;
}

.character_container{
	width:230px;
	float:left;
	margin:0 20px 20px 0;
}

.character_end_container{
	margin-right:0 !important;
}

.character_container_normal{
	width:180px !important;
}

.no_margin_bottom{
	margin-bottom:0 !important;
}

.character_box{
	width:180px;
	height:180px;
	text-align:center;
	border:1px solid #cccccc;
	margin-bottom:5px;
}

.divide{
	border-top: 1px dotted rgb(204, 204, 204);
	padding-top: 20px;
}

table .divide{
	padding-bottom:20px;	
}

.picture_box{
	width:160px;
	height:160px;
	background-color:#cccccc;
	margin:0 21px 20px 0;
	float:left;
	border:1px solid #cccccc;
}

.picture_box_right{
	margin-right:0 !important;
}

.small_picture_box{
	width:124px;
	height:124px;
	float:left;
	margin:0 20px 20px 0;
	background-color:#cccccc;
	border:1px solid #cccccc;
}

.small_picture_box_right{
	margin-right:0 !important;
}

/* scroll */

#scroll{
	width:728px;
	overflow:auto;
	height:270px;
	margin-bottom:20px;
	background:transparent url(../images/history-gradient.jpg) repeat-x top left;

}

#scroll_content{
	height:210px;
	width:11581px;
	padding:20px;
}

.scroll_item{
	height:200px;
	background-color:#ffffff;
	margin-right:40px;
	float:left;
}

.scroll_text{
	width:150px;
	padding:20px;
	float:left;
}

#scroll h3{
	margin:0 0 15px 0;
	border-bottom: 1px solid #cccccc;
	padding-bottom:5px;
}

#scroll img{
	border-left:1px solid #cccccc;
	float:left;
}

/* End of scroll */

/* Button */
.button:link,
.button:visited {
	background:#cccccc url('/images/button_back.gif') repeat-x top left;
	float:left;
	margin:0 20px 20px 0;
	padding:15px 20px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:#333333;

}

.button:hover{
	background:#7D112F;
	color:#ffffff;
}
/* End of Button */







.productSubNav
{
margin:5px 0 10px 15px !important;
font-size:0.9em !important;

}
.productSubNav li
{
background:none !important;
margin-left:0 !important;
padding-left:0 !important;
}
.productSubNav li a:link,
.productSubNav li a:visited
{
margin:0 !important;
color:#777 !important;
}
.productSubNav li a:hover
{
color:#7D112F !important;
}







