@charset "UTF-8";
/* CSS Document */
	
body {
	background-image: url(../assets/images/bg/bg_r1_c2.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0 auto;
	}
	
img {
	display: block;
	border: 0;
	}
	
a {
	text-decoration: underline;
	color: #015E3C;
	}

a:hover {
	text-decoration: none;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}

h1 {
	font-size: 16px;
	margin-bottom: 0.25em;
	color: #31472B;
	margin-top: 0px;
	}

h2 {
	font-size: 13px;
	margin-top: 0.25em;
	color: #444444;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 0px;
	}

h3 {
	font-size: 11px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: #264B20;
	font-weight: bold;
	}
	
h4 {
	font-size: 12px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: #666666;
	font-weight: normal;
	}

p {
	margin-top: 0;
	line-height: 1.5em;
	font-size: 11px;
	}
	
blockquote {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: left;
	font-size: 11px;
	}
	
ul {
	list-style-type: none;
	font-size: 11px;
	margin: 0;
	padding: 0px;
	}

li {
	margin-bottom: 0.3em
	}

hr {
	color: #31472B;
	background-color: #31472B;
	height: 1px;
	border: none;
	}
	
hr.light {
	color: #E1E1E1;
	background-color: #E1E1E1;
	height: 1px;
	border: none;
	}
	
/* Form */

form {
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

form h2 {
	padding: 5px 0px 4px 2px;
	font-size: 11px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 5px;
	}
	
form p {
	font-size: 11px;
	margin-bottom: 0px;
	}
	
input {
	display: block;
	margin-bottom: 7px;
	}
	
select {
	display: block;
	margin-bottom: 7px;
	}
	
text {
	display: block;
	margin-bottom: 7px;
	}
	
label {
	display: block;
	font-weight: normal;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
	
.inline {
	float: left;
	margin-right: 10px;
	}
	
.inline_right {
	margin-left: 10px;
	display: inline;
	}
	
.inlineclear {
	clear: left;
	}
	
/* FIXES ------------------- */

#site_wrapper {
	text-align: left;
	width: 1021px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

.dot {
	clear: both;
	content: "."
	margin-bottom: 0px;
	color: #E3DED2;
	}
	
/* PAGE COMPONENTS ------------------- */

/* Masthead */

#masthead {
	height: 76px;
	}
	
#masthead img {
	display: inline;
	}

#masthead p {
	padding-top: 5px;
	padding-right: 16px;
	}
	
#masthead a {
	font-weight: bold;
	text-decoration: none;
	color: #003300;
	}
	
#masthead a:hover {
	text-decoration: underline;
	}

/* Nav Bar */

#navbar {
	height: 32px;
	margin-left: 7px;
	margin-bottom: 0;
	}
	
#navbar ul {
	margin: 0;
	padding: 0;
	}
	
#navbar li {
	display: block;
	float:left;
	height: 23px;
	margin: 0;
	padding: 0;
	}

#navbar a {
	background-image: none;
	float: left;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-right: 1px solid #24471E;
	padding: 9px 21px 0px;
	}

#navbar a:hover {
	background-color: #CEF083;
	color: #333333;
	}
	
#navbar a:hover.drop {
	border-top: solid 2px #000000;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	border-bottom: solid 2px #CEF083;
	-moz-border-radius-topleft: .5em;
	-webkit-border-top-left-radius: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-right-radius: .5em;
	padding-left: 19px;
	padding-right: 20px;
	margin-top: -2px;
	}
	
#navbar a.author {
	background-image: url(../assets/images/bg/bg_r9_c2.png);
	background-repeat: repeat-x;
	}
	
/* Search Box */

#search {
	float: left;
	height: 32px;
	}

#search form {

	}
	
#search label {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 9px;
	}

#search input[type=text] {
	float: left;
	border: solid 1px #003300;
	margin: 4px;
	margin-right: 7px;
	padding: 4px;
	width: 207px;
	}
	
#search input[type=image] {
	float: left;
	}
	
/* Page Content */

#page_content {
	background-image: url(../assets/images/bg/bg_r5_c3.png);
	background-repeat: repeat-y;
	clear: both;
	margin-top: 0;
	padding: 0 24px;
}
		
/* Bread Crumbs */

#bc_bg {
	background-image: url(../assets/images/bg/bg_r3_c4.png);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: -16px;
	margin-bottom: 0;
	margin-left: -16px;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 50px;
	padding-left: 16px;
	}

#bc_left {
	background-image: url(../assets/images/breadcrumbs/bc_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 10px;
	display: block;
	float: left;
	}
	
#bc_right {
	background-image: url(../assets/images/breadcrumbs/bc_r1_c6.jpg);
	background-repeat: no-repeat;
	display: block;
	float:left;
	height: 27px;
	width: 10px;
	}
	
#breadcrumbs {
	background-image: url(../assets/images/breadcrumbs/bc_r1_c2.jpg);
	background-repeat: repeat-x;
	display: block;
	float: left;
	height: 27px;
	}
	
#breadcrumbs li {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	}
	
.bc_arrow {
	background-image: url(../assets/images/breadcrumbs/bc_r1_c4.jpg);
	background-repeat: no-repeat;
	display: block;
	float:left;
	height: 27px;
	width: 22px;
	}
	
/* Button Bar */

#button_bar {
	float: right;
	}
	
#button_bar img {
	display: inline;
	}

/* Footer */
	
#footer {
	clear: both;
	background-color: #E3DAC5;
	margin: 16px -16px;
	margin-bottom: 0;
	padding: 15px 16px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;
	}

.footer_text {
	display: block;
	float: left;
	margin-right: 35px;
	}
	
#footer h3 {
	color: #534539;
	font-size: 11px;
	}
	
#footer li {
	color: #534539;
	font-size: 10px;
	margin-left: -6px;
	margin-bottom: 3px;
	}
	
#footer a {
	color: #534539;
	}
	
/* COLUMNS ------------------- */

#left_large {
	float: left;
	width: 720px;
	}
	
#left_sub_l {
	float: left;
	width: 328px;
	margin-bottom: 25px;
	}
	
#left_sub_r {
	margin-left:368px;
	width:328px;
	margin-bottom: 25px;
	}

#left_small {
	float: left;
	width: 175px;
	}
	
#center {
	margin-left: 25px;
	float: left;
	width: 525px;
	}
	
#right {
	margin-left: 746px;
	width: 225px;
	margin-bottom:25px;
	}
	
#right h1 {
	font-size: 18px;
	}
	
#right a {
	text-decoration: underline;
	}
	
.center {
	margin-left: 25px;
	float: left;
	width: 525px;
	}
	
.right {
	margin-left: 746px;
	width: 225px;
	margin-bottom:25px;
	}
	
.right h1 {
	font-size: 14px;
	}
	
.right a {
	text-decoration: underline;
	}
	
.simple_box {
	border: solid 1px #64ABE0;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding:10px;
	margin-bottom: 20px;
	}
	
.simple_box_b {
	background-color: #F4FDFF;
	border: solid 1px #64ABE0;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding:10px;
	margin-bottom: 20px;
	}
	
.simple_box_g {
	border: 1px solid #006600;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: .5em;
	padding:10px;
	margin-bottom: 20px;
	background-color:#E3F5D2;
	}

.box_top {
	background-image: url(../assets/images/authors/box-top-225.jpg);
	background-repeat: no-repeat;
	height: 28px;
	}
	
.box_top h2 {
	font-size: 14px;
	padding-left: 5px;
	padding-top: 5px;
	margin: 0px;
	color:#666666;
	}
	
h1.box_header {
	margin: -10px -10px 0 -10px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #E6EFFE;
	height: 19px;
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-right-radius: .5em;
	-moz-border-radius-topleft: .5em;
	-webkit-border-top-left-radius: .5em;
	}
	
h1.box_header_g {
	margin: -10px -10px 0 -10px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #006633;
	color:#FFFFFF;
	height: 19px;
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-right-radius: .5em;
	-moz-border-radius-topleft: .5em;
	-webkit-border-top-left-radius: .5em;
	}
	
.box_header h2 {
	margin: -10px -10px 0 -10px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #E6EFFE;
	height: 19px;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-right-radius: .5em;
	-moz-border-radius-topleft: .5em;
	-webkit-border-top-left-radius: .5em;
	}
	
.box_top_arrow {
	background-image: url(../assets/images/menubox/menubox_arrow_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	}
	
.box_bottom {
	background-color: #F4FDFF;
	border-left: solid 1px #64ABE0;
	border-right: solid 1px #64ABE0;
	border-bottom: solid 1px #64ABE0;
	-moz-border-radius-bottomleft: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-right-radius: .5em;
	margin-bottom: 25px;
	padding: 10px;
	}
	
.box_bottom_w {
	border-left: solid 1px #64ABE0;
	border-right: solid 1px #64ABE0;
	border-bottom: solid 1px #64ABE0;
	-moz-border-radius-bottomleft: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-right-radius: .5em;
	margin-bottom: 25px;
	padding: 10px;
	}
	
.box_bottom_w img {
	margin: 10px 20px 10px 0;
	float: left;
	}
	
.box_bottom_w2 {
	border-left: solid 1px #64ABE0;
	border-right: solid 1px #64ABE0;
	border-bottom: solid 1px #64ABE0;
	-moz-border-radius-bottomleft: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-right-radius: .5em;
	margin-bottom: 25px;
	padding: 10px;
	}
	
.box_bottom_w2 img {
	float: left;
	}
	
.box_bottom_o {
	border-left: solid 1px #EA5E00;
	border-right: solid 1px #EA5E00;
	border-bottom: solid 1px #EA5E00;
	-moz-border-radius-bottomleft: .5em;
	-webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-bottomright: .5em;
	-webkit-border-bottom-right-radius: .5em;
	margin-bottom: 25px;
	padding: 10px;
	}
	
.box_g {
	border: 1px solid #30472B;
	margin-bottom: 20px;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	}
	
.box_g h2 {
	color: #FFFFFF;
	background-color: #30472B;
	padding: 7px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	-moz-border-radius-topleft: .5em;
	-webkit-border-top-left-radius: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-right-radius: .5em;
	}

/* PRODUCT PAGES ------------------- */
	
#map {
	background-color: #F5FFEA;
	border: 1px solid #999999;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	padding: 15px;
	margin-bottom: 15px;
	}
	
#minicart_column {
	float: right;
	width: 150px;
	}
	
#product_column {
	width: 775px;
	}
	
#book_column {
	float: left;
	padding-right: 15px;
	}
	
#description_column {
	margin-left: 240px;
	}
	
.marketing ul {
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 1em;
	}

.pullquote {
	float:right;
	width:200px;
	margin: -10px 0 15px 15px;
	background-image: url(../assets/images/house/quotes.jpg);
	background-repeat: no-repeat;
	padding: 15px 0 0 15px;
	}
	
.pullquote p {
	font-size:12px;
	font-weight:bold;
	color: #006093;
	line-height: 1.8em;
	}

/* Movie */

#video {
	border: 1px solid #000000;
	background-color: #F5FFEA;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	margin-bottom: 15px;
	height: 304px;
	width: 528px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#video h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
	background-color: #2F5E26;
	padding: 5px;
	margin-right: -10px;
	margin-left: -10px;
	-moz-border-radius-topleft: .5em;
	-webkit-border-top-left-radius: .5em;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-right-radius: .5em;
	}




/* TinyMCE Form */

#body_form {
	border:solid 1px #ABC6DD;
	padding:7px;
	background-color: #FDFDFD;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
}

#body_form label {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 9px;
	color: #333333;
	text-transform: uppercase;
	margin: 7px 0 2px 0;
	}
	
/* Menu Box */



.mbox {
	background-image: url(../assets/images/menubox/menubox_r2_c1.jpg);
	background-repeat: repeat-y;
	width: 130px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

.mbox_footer {
	background-image: url(../assets/images/menubox/menubox_r4_c1.jpg);
	background-repeat: no-repeat;
	height: 8px;
	margin-bottom: 20px;
	}

p.mboxnote {
	font-size: 9px;
	color:#666666;
	margin-bottom: 5px;
	}
	
p.mboxedit a {
	font-size: 9px;
	color:#666666;
	padding: 4px;
	border: 1px dotted #DCDCDC;
	}
	
p.mboxedit a:hover {
	background-color: #F6F6F6;
	text-decoration: none;
	}

/* Save Cancel Preview */
	
#scp {
	background-image: url(../assets/images/buttons/scp/scp_r2_c4.jpg);
	background-repeat: repeat-x;
	height: 34px;
	width: 718px;
	margin: -7px -7px 10px -7px;
	-moz-border-radius-topright: .5em;
	-webkit-border-top-right-radius: .5em;
	-moz-border-radius-topleft: .5em;
	-webkit-border-top-left-radius: .5em;
	}
	
#scp img {
	display:inline;
	}
	
#scp input {
	margin: 0;
	}










.view {
	float: right;
	padding-left: 20px;
	margin-right: 60px;
}



.rightbox {
	border: 1px solid #31472B;
	margin-bottom: 20px;
	}
	
.rightbox h1 {
	color: #FFFFFF;
	background-color: #30472B;
	padding: 5px;
	margin-top: 0px;
	text-align: center;
	}

.rightbox h2 {
	padding: 3px 7px 0px 7px;
	}

.rightbox p, ul {
	padding: 0px 7px;
	}
	
/* Galley */

.gallery {
	float: left;
	width: 120px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 22px;
	}
	
	
.gallery img {
	height: 150px;
	}
	
.gallery h1 {
	}
	
.gallery h2 {
	color: #666666;
	font-size: 11px;
	}

/* Home Page Galley */

.gallery_home {
	width: 120px;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-right: 22px;
	}
	
.gallery_home_e{
	width: 120px;
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	}
	
.gallery_home img {
	}
	
.gallery_home h1 {
	}
	
.gallery_home h2 {
	color: #666666;
	font-size: 11px;
	}
	




























/* Box */
	
.box {
	border: 1px solid #31472B;
	margin-bottom: 20px;
	padding: 5px;
	width: 200px;
	margin-right: 25px;
	float: left;
	}
	
.box h1 {
	color: #FFFFFF;
	background-color: #8AA36A;
	padding: 5px;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
	margin-left: -5px;
	text-align: center;
	}
	
.box p {
	}
	
/* IMAGE STYLES -------------------- */
	
img.bullet {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
	float: left;
	}

.banner {
	margin-bottom: 5px;
	}
	
.thumbnail {
	float: left;
	padding-right: 15px;
	padding-bottom: 7px;
}

.thumbnail img {
	margin-right: 10px;
	margin-bottom: 10px;
}

.thumbnailright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}


/* List tables */
	
.list {
	margin-bottom: 7px;
}

.list th {
	padding: 4px 10px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #333333;
	}

.list td	{
	padding: 4px 10px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
	}
	
.c1 td {
	background-color:#F6F6F6
	}
	
.c td {
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../assets/images/house/lable_bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	padding-left: 5px;
	}
	
.cleanlist td	{
	padding: 4px 4px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	}


/* FONT STYLES -------------------- */

.cart td {
	background-color: #8AA36A;
	}

.cart label {
	color: #FFFFFF;
	font-weight: bold;
	}
	

.title {
	font-size: 24px;
	color: #31472B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 15px;
	}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
.binding {
	color: #996633;
	}

.greytext {
	color: #666666;
	margin-bottom: 0px;
	font-size: 10px;
	}
	
.dateline {
	color: #444444;
	margin-top: 1em;
	margin-bottom: 0em;
	}
	
.byline {
	color: #444444;
	margin-bottom: 1em;
	}
	
.teaser {
	color: #444444;
	margin-bottom: 1em;
	}
	
.source {
	color: #666666;
	text-align: right;
	font-size: 10px;
	margin-top: -0.1em;
	}
	
.credit {
	color: #666666;
	text-align: right;
	font-size: 9px;
	margin-top: -0.1em;
	margin-bottom: 0;
	padding-right: 3px;
	}
	
.caption {
	color: #333333;
	font-size: 9px;	}
	
.quote {
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1em;
	}
	
.smalltext {
	color: #666666;
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.red {
	color: #BD0000;
	font-weight: bold;
	}	
	
.error {
	color: #BD0000;
	}	
	
/* MISC STYLES -------------------- */
	
.clear {
	clear: both;
	}

.clearright {
	clear: right;
}

.price {
	color: #990000;
}


.instruction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #E05A00;
	padding-bottom: 5px;
}
.number {
	float: left;
}



#mapindent {
	padding-left: 20px;
}
.numbertext {
	margin-left: 45px;
}
.logintext {
	margin-left: 250px;
}
.tipbox {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-left: 7px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #346601;
	border-bottom-color: #336402;
	border-left-color: #356603;
	margin-bottom: 20px;
}

.view {
	float: right;
	padding-left: 20px;
	margin-right: 60px;
}
#listheader {
	height: 110px;
}


#home_leftcolumn {
	width: 500px;
	float: left;
}

#home_leftcolumn p {

}

#home_rightcolumn {
	float: right;
	width: 358px;
}
.adline {
	display: inline;
}
.yellowback {
	background-color: #FFF1CC;
	padding: 5px;
}

/* Survey *********/

.question {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#333333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	}

.demographics {
	margin-left:60px;
	}
	
.demographics td {
	padding-right:25px;
	vertical-align: top;
	}
	
.demographics li {
	height:21px;
	}
	
.demographics h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	margin-top: 15px;
	}
	
.demographics label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	white-space: nowrap;
	}
	
.answers {
	margin-left:100px;
	}
	
.answers li {
	height: 35px;
	}

.answers h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #333333;
	}
	
.answers label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #333333;
	margin-bottom: 15px;
	}

.numbers ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin-left:100px;
	float:left;
}
.numbers li {
	float:left;
	margin:1px 10px;
	padding:10px;
	height:32px;
}

.on_number {
	background-color:#F5F5F5;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	}
	
.multiradio td	{
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	border-left: solid 1px #CCCCCC;
	margin:0;
	padding:6px 10px 0 10px;
	text-align: center;
	}
	
.multiradio label {
	text-align: left;
	}
	
.multiradio input[type="radio"] {
	margin:0;
	padding:0;
	}
	
/* Menu Box */

.mbox_header {
	background-image: url(../assets/images/menubox/menubox_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 17px;
	}
	
.mbox_header h2 {
	font-size: 10px;
	padding-left: 5px;
	padding-top: 3px;
	margin: 0px;
	}
	
.mbox_header_arrow {
	background-image: url(../assets/images/menubox/menubox_arrow_r1_c1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	}

.mbox {
	background-image: url(../assets/images/menubox/menubox_r2_c1.jpg);
	background-repeat: repeat-y;
	width: 130px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}

.mbox_footer {
	background-image: url(../assets/images/menubox/menubox_r4_c1.jpg);
	background-repeat: no-repeat;
	height: 8px;
	margin-bottom: 20px;
	}

p.mboxnote {
	font-size: 9px;
	color:#666666;
	margin-bottom: 5px;
	}
	
p.mboxedit a {
	font-size: 9px;
	color:#666666;
	padding: 4px;
	border: 1px dotted #DCDCDC;
	}
	
p.mboxedit a:hover {
	background-color: #F6F6F6;
	text-decoration: none;
	}
