/** core.css **/
body {
	margin: 0;
	padding: 0;
	color: #000;
	font: 82.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.gif) no-repeat 343px 101px #F0F0F1;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1em;
	margin-bottom: 0px;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
}
img {
	border: none;
}
table {
	font-size: 1em;
}
table.data {
  background: #FFF;
  border: 1px solid #CACACC;
  width: 100%;
  font-size: 1em;
}
table.data td {
  background: #BDD6E9;
  vertical-align: top;
}
table.data td.activity-head {
  background: #84AFD3;
  color: #FFF;
  font-weight: bold;
}
form {
	margin: 0;
	padding: 0;
}
input.text {
	margin: 1px 0;
	padding: 1px;
	height: 18px;
	background-color: #FFF;
	color: #000;
	font-size: 1em;
	border: 1px solid #323232;
}
div#container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 995px;
}
div#header {
	margin: 0;
	padding: 0;
}
div#navbar {
	height: 5px;
	background-color: #333366;
	color: #FFF;
}
div#contents {
	position: relative;
	margin: 0;
	padding: 20px 0;
}
div#main {
	border: 1px solid #CACACC;
	margin: 20px 0 0 24px;
	padding: 0 0 0 15px;
	float: left;
	background-color: inherit;
   width: 740px;
	height: 100%;
}
div#sidebar {
	border: 1px solid #CACACC;
	float: left;
	margin: 20px 5px 0 7px;
	padding: 5px 5px 0 2px;
	width: 183px;
	height: 100%;	
}
body#wsb div#main {
    width: 725px;
}
body#nosb div#main {
    width: 975px;
}

div#main div#leftcolumn {
	float: left;
	padding: 0;
   	width: 520px;
}
body#wsb div#main div#leftcolumn {
    width: 520px;
}
body#nosb div#main div#leftcolumn {
    width: 770px;
}
div#main div#rightcolumn {
	float: right;
	margin: 0;
	padding: 0;
	width: 171px;
}
div#main div#rightcolumn img {
	margin-bottom: 20px;
}
div#footer {
	clear: both;
	margin: 35px 0 0 0;
	padding: 0;
	font-size: 1em;
	letter-spacing: -0.1em;
	color: #58585A;
	height: 5px;
	background-color:#333366;
}
div#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#footer li {
	float: left;
	margin: 0;
	padding: 0 5px;
	background: url(../images/bullet04.png) no-repeat 0 3px;
}
div#footer li.first {
	background: none;
}
div#footer a {
	color: #58585A;
}
div#header p#logo {
	margin: 0;
	padding: 0;
	display: block;
	width: 995px;
	height: 100px;
	background: url(../images/banner.jpg) no-repeat #FFF;
	color: #000;
	text-indent: -5000px;
}
div#header p#logo a {
	margin: 0;
	padding: 0;
	display: block;
	width: 995px;
	height: 100px;
	background: url(../images/fp/banner.jpg) no-repeat #FFF;
	color: #000;
	text-indent: -5000px;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	background-color: inherit;
	color: #000;
	font-size: 1em;
}
div#sidebar div, div.links {
	width: 148px;
	margin: 0 0 15px 0;
	padding: 7px 10px;
	font-size: 1em;
	border: 1px solid #5A5A5C;
}
div#sidebar div h3, div.links h3 {
	margin: 0;
	padding: 0 0 2px 0;
	color: #906;
	border-bottom: 2px dotted #58585A;
	font-size: 1.1em;
	font-weight: normal;
}
div#sidebar div ul, div.links ul {
	margin: 0;
	padding: 6px 2px 5px 2px;
	list-style: none;
}
div#sidebar div li, div.links li {
	margin: 0;
	padding: 0 0 4px 7px;
	font-size: 1em;
	font-weight: normal;
}
div#sidebar div li a, div.links li a {
	display: block;
	text-decoration: none;
}
div#sidebar div li a:hover, div.links li a:hover {
	text-decoration: underline;
}
div#newssnippets {
	background: inherit;
}
div#newssnippets li {
	background: url(../images/bullet02.png) no-repeat 0 8px;
}
div.links {
	background: #999;
}
div.links li {
	background: url(../images/bullet03.png) no-repeat 0 8px;
}
div.links li a {
	color: #FFF;
}
div#search label {
	margin: 0 5px 0 0;
	padding: 0;
	color: #906;
	font-size: 1.1em;
	font-weight: normal;
}
div#search input {
	margin: 0;
	border: none;
}
div#text {
	font-size: 1em;
}
ul#breadcrumbs {
    position: absolute;
    top: 130px;
    left: 270px;
    margin: 0;
    padding: 3px;
    background: #E0E0E0;
    font-size: 0.9em;
}
ul#breadcrumbs li {
    display: inline;
    padding-left: 15px;
    background: url(/resources/system/images/bullet02.png) no-repeat 5px;
    color: #666;
}
ul#breadcrumbs li a {
    color: #666;
}
ul#breadcrumbs li#bcfirst {
    padding: 0;
    background: none;
}
ul#pageLinks {
    padding: 10px;
    background: #999;
    border: 1px solid #000;
    list-style: none
}
ul#pageLinks li a {
    color: #FFF;
}
/* Source: http://www.htmldog.com/articles/suckerfish/dropdowns/ */
div#navblock {
	clear: both;
	position: absolute;
	top: 102px;
	left: 0;
	margin: 0;
	padding: 0;
	background: url(../images/menubg.png) repeat-x #862352;
	color: #FFF;
	width: inherit;
	height: 24px;
}
div#navblock h3 {
	display: none;
}
#nav {
	width: 995px;
}
#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: inherit;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	list-style: none;
}
#nav a {
	display: block;
	padding: 3px 3px 4px 3px;
	height: 17px;
	text-decoration: none;
	background: inherit;
	color: #FFF;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}
#nav a:hover {
	background: url(../images/menubg.png) bottom #58585A;
	color: #FFF;
}
#nav li {
	padding: 0;
	float: left;
	width: 159px;
	background-image: none;
}
#nav li ul {
	position: absolute;
	width: 165px;
	left: -999em;
	background-color: #CACACC;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	border: none;
	list-style: none;
}
#nav li ul a {
	display: block;
	padding: 4px 3px 4px 3px;
	width: 159px;
	height: 16px;
	border-bottom: 1px solid #F0F0F1;
	color: #000;
	text-align: left;
}
#nav li ul ul {
	margin: -25px 0 0 165px;
	list-style: none;
}
#nav li.openleft ul ul {
	margin: -25px 0 0 -165px;
	list-style: none;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	list-style: none;
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul {
	left: auto;
	list-style: none;
}
#nav ul li ul ul {
	margin: -25px 0 0 165px;
	list-style: none;
}
#nav ul li.last ul ul {
	margin: -25px 0 0 -165px;
	list-style: none;
}
#nav ul li:hover ul ul, #nav ul li.sfhover ul ul {
	left: -999em;
	list-style: none;
}
#nav ul li:hover ul,
#nav ul li li:hover ul,
#nav ul li.sfhover ul,
#nav ul li li.sfhover ul {
	left: auto;
	list-style: none;
}
#nav ul ul li ul ul {
	margin: -25px 0 0 165px;
	list-style: none;
}
#nav ul ul li.last ul ul {
	margin: -25px 0 0 -165px;
	list-style: none;
}
#nav ul ul li:hover ul ul, #nav ul ul li.sfhover ul ul {
	left: -999em;
	list-style: none;
}
#nav ul ul li:hover ul,
#nav ul ul li li:hover ul,
#nav ul ul li.sfhover ul,
#nav ul ul li li.sfhover ul {
	left: auto;
	list-style: none;
}
#content {
	clear: left;
}
ul#searchresult {
	padding: 0;
	list-style: none;
}
ul#searchresult h3 {
	margin: 10px 0 0 0;
	color: #906;
}
ul#searchresult h3 a {
	color: #906;
}
ul#searchresult p b {
	font-weight: normal;
	color: #906;
}
ul#searchresult p.match {
	color: #999;
}
p.paging strong {
	color: #906;
}
/* Toolbar */
div#toolbarplaceholder {
	height: 18px;
}
div#toolbar {
	clear: both;
	position: absolute;
	top: 149px;
	left: 70px;
	margin: 0;
	padding: 0;
}
div#toolbar h3 {
	display: none;
}
div#toolbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#toolbar ul li {
	margin: 0;
	padding: 0;
	display: inline;
	background-image: none;
}
div#toolbar ul li a {
	float: left;
	margin: 2px;
	padding: 0;
	text-indent: -5000px;
	width: 18px;
	height: 18px;
	background: inherit;
}
div#toolbar ul li a#tb-home {
	background: url(../images/icon_home.png) no-repeat #999;
}
div#toolbar ul li a#tb-print {
	background: url(../images/icon_print.png) no-repeat #999;
}
div#toolbar ul li a#tb-index {
	background: url(../images/icon_index.png) no-repeat #999;
}
div#toolbar ul li a#tb-email {
	background: url(../images/icon_email.png) no-repeat #999;
}
div#toolbar ul li a#tb-cart {
	background: url(../images/icon_cart.png) no-repeat #999;
}
/* Import IE5x/Win hacks */
@media tty {
i{content:"\";/*" "*/}} @import 'core.hacks.win.ie5.css'; /*";}
}/* */

/* Import IE5/Mac hacks */
/*\*//*/
@import url("core.hacks.mac.ie5.css");
/**/
