/*---------------------------------
   Practice Box Styling
-----------------------------------*/
#page .practice {
	margin: 0;
	padding: 0;
	background: #FDF5C7 url(../../images/inset_cr.gif) repeat-y right;
}
#page .practice h1 {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 7px 3px 7px 0;
	background: #785E08 url(../../images/inset_tr.gif) no-repeat right top;
}
#page .practice h2 {
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #785E08;
	margin: 0 8px 0 0;
	padding: 5px 15px 5px 10px;
	background-color: #E3D8A1;
}
#page .practice .pic-l, #page .practice .pic-a, #page .practice .pic-c, #page .practice .pic-r, .pic-b, #page .practice .pic- {
	margin-top: 10px;
	margin-bottom: 10px;
}
#page .practice h3 {
	font-weight: normal;
	font-style: italic;
	text-align: center;
	color: #5D4905;
	margin: 0 8px 0 0;
	padding: 5px 15px 5px 10px;
	background-color: #D7C266;
}
#page .practice h6 {
	clear: both;
	margin: 0;
	padding: 0;
	background: url(../../images/inset_br.gif) no-repeat bottom right;
}
#page .practice h6 a {
	display: block;
	margin: 0 0 0 -1px;
	background: url(../../images/inset_bl.gif) no-repeat bottom left;
}
#page .practice ul {
	list-style: none;
	line-height: 100%;
	margin: 0 8px 0 0;
	border: 0;
	padding: 0;
}
#page .practice li {
	display: block;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	border-bottom: 2px dotted #CBB760;
	padding: 8px;
}
#page .practice li p {
	color: #666;
	margin: 0 2px 0 12px;
}
#page .practice li p.xnote {
	color: #666;
	font-style: italic;
}
#page .practice li p.xphone {
	color: #060;
}
#page .practice li p.xclass {
	color: #000;
}
#page .practice li p.xfull {
	color: #C00;
}
#page .practice li a.xbook {
	display: block;
	color: #060;
	text-align: center;
	border: 1px solid #D7C266;
	margin: 2px 175px 0 12px;
	background: #FF9;
}
#page .practice li a.xbook:hover {
	color: #FF9;
	text-decoration: none;
	border: 1px solid #060;
	background: #060;
}
#page .practice li .date {
	color: #564304;
	font-weight: bold;
}
#page .practice li img {
	margin: 0;
}