body {
	background: #E0D9B8;
	color: #050505;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	overflow-x:hidden;
	}

img, div { behavior: url(js/iepngfix.htc) }

a {
	blr:expression(this.onFocus=this.blur());
	}

a:focus {
	-moz-outline-style: none; 
	}

a:link, a:visited {
	color: #9B9B9B;
	text-decoration: none;
	}

a:hover, a:active {
	color: #EE941F;
	text-decoration: none;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {
    display:inline-block;
	}
/* Hide from IE Mac \*/
.clearfix {
    display:block;
	}
/* End hide from IE Mac */

.wrapper {
	width: 480px;
    }

/* ~~~~~~~~~~ SIDEBAR STYLE ~~~~~~~~~~ */

.container {
	margin: 0 auto;
	padding: 13px;
	position: relative;
    }

.sidebar {
	background: url(../images/sidebar-rt.gif) top no-repeat;
	padding-top: 20px;
	float: left;
	position: fixed;
    }

.sidebar .bd {
	background: url(../images/sidebar-rb.gif) bottom no-repeat;
	padding-bottom: 20px;
	width: 134px;
    }

.nav {
	padding: 0 10px;
    }

.nav li {
	border-bottom: #D3D3D3 1px dotted;
	line-height: 1.2;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
    }

.nav li a {
	background: url(../images/icon-menu.gif) left no-repeat;
	padding-left: 20px;
	display: block;
    }

.sidebar .paging {
	margin: 30px 12px 10px;
    }

.sidebar .paging li {
	float: left;
    }

.sidebar .paging li a {
	float: left;
	text-indent: -9999px;
    }

.sidebar .paging li.top a {
	background: url(../images/icon-top.gif) bottom left no-repeat;
	height: 10px;
	width: 31px;
	margin-right: 40px;
    }

.sidebar .paging li.prev a {
	background: url(../images/paging.gif) bottom no-repeat;
	height: 15px;
	width: 15px;
    }

.sidebar .paging li.next {
	float: right;
    }

.sidebar .paging li.next a {
	float: right;
	background: url(../images/paging.gif) top no-repeat;
	height: 15px;
	width: 15px;
	margin-left: 6px;
    }

/* ~~~~~~~~~~ MAIN STYLE ~~~~~~~~~~ */

.main {
	background: url(../images/main-rt.gif) top no-repeat;
	padding-top: 22px;
	float: right;
    }

.main .bd {
	background: url(../images/main-rb.gif) bottom no-repeat;
	padding-bottom: 22px;
	width: 314px;
    }

.classbox {
	background: url(../images/classbox-rb.gif) bottom no-repeat;
	padding-bottom: 12px;
	margin-bottom: 14px;
    }

.classbox .cb {
	background: url(../images/classbox-rt.gif) top no-repeat;
	padding: 5px 17px 0;
    }

.classbox .display {
	margin-bottom: 4px;
    }

.classbox h2 {
	background: url(../images/menu-h2.gif) no-repeat;
	height: 30px;
	margin-bottom: 10px;
    }

.classbox h2 span {
	display: block;
	padding: 4px 0 0 30px;
	*padding: 6px 0 0 30px;/*for ie*/
	font-size: 16px;
	color: #606060;
	line-height: 1.2;
    }

.classbox ul {
	padding: 0 5px;
	overflow: hidden;
	height: 1%;
    }

.classbox li {
	border-bottom: #E3E3E3 1px dotted;
	line-height: 1.2;
	padding-bottom: 6px;
	margin-bottom: 5px;
	*padding-bottom: 4px;/*for ie*/
	*margin-bottom: 6px;/*for ie*/
    }

.classbox li.last {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
    }

.classbox li span {
	display: block;
	float: left;
    }

.classbox li span.arrow {
	background: url(../images/icon-price.gif) center no-repeat;
	text-indent: -9999px;
	width: 26px;
    }

.classbox li span.price {
	color: #6F6F6F;
    }
