#page {
    padding: 0px;
    margin: 0px;
}

/* tabs */

#tabs {
    border-bottom: solid 5px #009900;
    color: #003300;
}

#tabs a {
    text-decoration: none;
    color: #003300;
}

#tabs table {
    font-family: /*Verdana,*/ Arial, Sans-serif;
    font-size: 90%;
}

#tabs td {
    vertical-align: bottom;
}

#tabs div {
    white-space: nowrap;
}

.tab {
    padding: .2em .5em;
    background-color: #CCFF66;
    border: solid 1px #BB9999;
}

.tab-selected {
	color:maroon;
    padding: .2em .5em;
    background-color: #FFFFCC;
    border: solid 1px #BB9999;
    border-bottom: solid 1px #009900;
}

.tab-separator {
    border-bottom: solid 1px #BB9999;
}

.tab-pre-separator {
    width: 25px;
    border-bottom: solid 1px #BB9999;
}

td.tab-post-separator {
    width: 110%;
}

/* menu */

#menu {
    font-family: /*Verdana,*/ Arial, Sans-serif;
    background-color: #009900;
    border: solid 1px #BB9999;
    border-left: none;
    border-top: none;
    color: #003300;
    padding: 0px 0px 5px 25px;
}

#menu a {
    text-decoration: none;
    color: #003300;
}

#menu a:hover {
    font-weight: normal; color: red; text-decoration: underline;
}
#tabs a:hover {
    font-weight: normal; color: red; text-decoration: underline;
}
#breadcrumb a:hover {
    font-weight: normal; color: red; text-decoration: underline;
}
a:hover {
    font-weight: normal; color: red; text-decoration: underline;
}
img.lk:hover {
	border-color: red;
}

.menublock-1, .menublock-selected-1 {
    padding: 0px;
    border-top: solid 1px #009900;
    background: #FFFFCC;
}

.menublock-1 a { }
.menublock-1 a:visited { }

.menublock-1 .menublock-2 { display: none; }

.menublock-selected-1 .menuitem-1 { background-color: #CCFF66; }
.menublock-1          .menuitem-1 { }

.menuitem-1 { padding: 5px 5px 5px 5px; font-size: 80%; }
.menuitem-2 { padding: 2px 5px 2px 25px; font-size: 80%; }
.menuitem-selected-2 { padding: 2px 5px 2px 25px; font-size: 90%; color: maroon; }
.menuitem-2 a { }

.menuitem-selected-1 {
	color:maroon;
    background-color: #CCFF66;
    padding: 5px 5px 5px 5px;
    font-size: 80%;
}


.menuitem-3 { padding: 2px 5px 2px 25px; font-size: 66%; }
.menuitem-selected-3 { padding: 2px 5px 2px 25px; font-size: 66%; }

/* breadcrumb */

#breadcrumb {
    padding: 3px 0px 3px 30px;
    background-color: #CCFF66;
    border-top: solid 1px #BB9999;
    border-bottom: solid 1px #BB9999;
    font-family: /*Verdana,*/ Arial, Sans-serif;
    font-size: 90%;
}

#breadcrumb a {
    text-decoration: none;
    /* color: #003300; */
    color: #33e;
}

#search {
    font-family: /*Verdana,*/ Arial, Sans-serif;
    font-size: 90%;
    margin-right: 10px;
    float: right;
    position:relative;
    top:-20px;
}

input.searchfield {
    font-size: 90%;
    background-color: #ffffff;
    border: 1px solid #BB9999;
}

input.searchsubmit {
    font-size: 90%;
    color: #003300;
    background-color: #CCFF66;
    border: 1px solid #BB9999;
}

input.searchsubmit:hover {
    background-color: #009900;
}

/*
#search a {
    text-decoration: none;
    color: #003300;
}
*/

/* body */

#body {
    border: none;
    padding: 1em;
    margin-left: 10px;
    /* font-family: Verdana, Arial, Sans-serif; */
    font-family: arial,sans-serif
    /* font-size: 90%; */
}

#main {
/*
    float: left;
    width: 90%;
*/
}

h1 { font-size: 110%; }
h2 { font-size: 110%; }
h3 { font-size: 90%; }
p { font-size: 100%; }
li { font-size: 100%; }

.crossheading { font-weight: bold; font-size: 120%; }

table.simple {
    border-collapse: collapse;
/*
    background-color: #909090;
    border-color: #909090;
*/
    width: auto;
}

td.simple {
    font-size: 90%;
    padding: 3px;
    background-color: White;
    border: solid 1px Navy;
    vertical-align: top;
}

img.simple {
}

#publication-title {
    font-family: /*Verdana,*/ arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    vertical-align: bottom;
    padding-left: 25px;
    padding-bottom: 15px;
    color: #003300;
}

#project-logo {
    padding: 5px 10px 0px 0px;
    text-align: left;
}

.media {
    text-align: center;
    padding: 10px;
}

.caption {
    padding: 5px;
    text-align: center;
    font-style: italic;
    font-size: 90%;
}

.abstract {
    font-weight: bold;
}

h1 {
	font-weight: bold;
	font-variant: small-caps;
    font-size: 110%;
	font-family: Arial, Sans-serif;
    color: maroon;
    border-bottom: solid 1px #BB9999;
    margin-top: 0px;
}

h2 {
	font-weight: bold;
	font-variant: small-caps;
    font-size: 110%;
	font-family: Arial, Sans-serif;
    color: maroon;
    border-bottom: solid 1px #BB9999;
    margin-top: 5px;
}

.asset { 
    display: block;
    color: #000;
    font-size: 10px;
    margin: 10px 10px 10px 5px;
}

.footer {
    padding: 5px;
	font-size: 66%;
    border: solid 1px #009900;
    background-color: #CCFF66;
}
.byline {
	font-weight: bold;
	color: maroon;
}
.copywrite {
	text-align: right;
	color: maroon;
}
.highlight {
	background-color: #ff9;
}
.pinklight {
	background-color: #fcc;
}
.deleted {
	background-color: #f99;
	text-decoration: line-through;
}
.phone {
	color: red;
	font-weight: bold;	             
}
.mytable {
	background-color: #ff9;
	padding-left: 10px; /*5%;*/
	font-size: 100%;
}
.itemtable {
	padding-left: 10px; /*5%;*/
	font-size: 90%;
}
.warning {
/*	padding: 0px 0px 0px 5px; */
	padding-left: 10px; /*5%;*/
	border-style: solid;
	border-width: 1px;
	border-color: #f0c000;
	background-color: #ffcccc;
}
.note {
/*	padding: 0px 0px 0px 5px; */
	padding-left: 10px; /*5%;*/
	border-style: solid;
	border-width: 1px;
	border-color: #f0c000;
	background-color: #ffffce;
}
div.sku {
	padding-top: 10px;
}
span.amt {
	color: red;
}
/*
.lk {
	padding: 2px; float: left;
}
*/
/*
.sku {
	padding: 2px; float: left;
}
*/
ul {
	list-style-image: url("/greatchiro/live/images/7x7/bullet4.gif");
}
.viewcart {
	float: right;
}
img {
	border-color: white;
}