@charset "utf-8";
/* CSS Document */

div#cms_tab_titles {
	margin-right: 0px;
	}
	div#cms_tab_titles ul {
		margin: 12px 0 0;
		padding: 0 0 0 10px;
		}
		div#cms_tab_titles ul li{
			display: inline;
			list-style-type: none;
			overflow: hidden;
			}
			div#cms_tab_titles ul li a {
				font-size: 11px;
				padding: 6px 5px 4px 4px;
				background-color: #fff1a8; /*#8f8571;*/
				color: #222;
				border: 1px solid #663300;
				border-bottom: none;
				text-decoration: none;
				line-height: 21px;
				_line-height: 22px;
			}
			html>body div#cms_tab_titles ul li a {
				*line-height: 22px;
			}
			div#cms_tab_titles ul li a.show {
				border: 1px solid #663300;
				color: #ffffff;
				font-weight: bold;
				background-color: #990000;
				border-bottom: 1px solid #660000;
				text-decoration: none;
			}
			div#cms_tab_titles ul li a:hover {
				background-color: #660000;
				color: #f9f6ea;
			}
			div#cms_tab_titles ul li a.show:hover {
				background-color: #990000;
				color: #ffffff;
				cursor: default;
			}
	
div#cms_tabs {
	margin-right: 8px;
	}
	div#cms_tabs div.tab {
		display: none;
		}
		div#cms_tabs div.show {
			display:inline;
		}
	div#cms_tabs div.tab div#spacer {
		height: 12px;
	}

