@import url(menu_h.css);
/*------------------*\
|* global interface *|
\*------------------*/
html { min-height: 100%; margin-bottom: 1px; } /* forces vertical scrollbar in non-IE browsers to prevent "page shifting"*/
body {
  margin: 0px;
  padding: 0px;
  color: #33332e;
  background: #708090;
  font: normal 12px arial, helvetica;
  line-height: 16px;
  text-align: center;
}
img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 10px arial, helvetica;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}

/* links */
a {
  color: #F17812;
  text-decoration:none;
}
a:visited {
  color: #F17812;
}
a:hover {
  color: #F17812;
  text-decoration: underline;
}

/* headings */
h1 {
  font-size: 16px;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}

#bodywrapper {
 background:transparent url(/images/shadow_left.jpg) top left repeat-y;
 width:830px;
 margin:0 auto;
}

#wrapper {
  margin: 0px auto;
  width: 798px;
  text-align: left;
  background:transparent url(/images/shadow_right.jpg) top right repeat-y;
  border:0px solid red;
  padding-right:15px;
  padding-left:15px;
}

#bodybottom {
  background:transparent url(/images/shadow_bottom.jpg) top center no-repeat;
  height:25px;
  width:100%;
  display:block;
  border:0px solid;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 798px;
  height: 90px;
  background: transparent url(/images/swaia_mainlogo.jpg) top left no-repeat;
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}
#header {

}
#loginbar {
  margin: 0px;  padding: 2px;
  float: right;
  text-align: right;
border:1px solid #F17812;
}
#loginbar a {
  margin-top: 25px;
  padding: 5px;
  color: #212126;
  font-weight: bold;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 0px;
  background: #F17812;
  border-bottom:0px solid #fff;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px solid #ffffff;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 552px;
  border:0px solid;
  border-bottom: 1px solid #ffffff;

}
ul.secondarynav {
  width: 100%;
  background: #777c8d;
}
ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
  float:right;
  border-right:1px solid #fff;
  border-bottom:0px solid #fff;
  margin-bottom:0px;

}
ul.primarynav li.last {
  border-right:0px solid #fff;
  border-bottom:0px solid #fff;
}

ul.primarynav a {
  margin-right: 0px;
  padding: 3px 5px 3px 5px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
  text-transform:uppercase;
}
ul.primarynav a:visited {
  color: #ffffff;
}
ul.primarynav a:hover {
  color: #ffffff;
  background: #737180;
}
ul.primarynav li.home {
  border-right: 1px solid #ffffff;
  background: #383741;
}
ul.primarynav li.home a {
  margin-right: 0px;
}
ul.secondarynav li.first {
  padding-left: 5px;
}
ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  float: left;
  color: #ffffff;
  font-size: 10px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #212126;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 0px;
  padding: 5px 0px 2px 18px;
  border-bottom:0px solid #fff;
  border-right:1px solid #fff;
  background: #F17812;
  float:left;
  color:#fff;
  width:227px;
  font-weight:bold;
  text-transform:uppercase;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;

}
.searchbar input.submit {
  background: #F17812;
  border:0px;
  color:#fff;
  font-weight:bold;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #fff;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 0px;
  padding: 10px 0 0 0px;
  border: 0px solid #57594b;
  background:#fff;
}

#footercontent {
  padding:0px 15px;
}

#footer img {

}
#footer p {
  margin: 5px 0px 5px 0px;
  border-bottom:1px solid #F17812
}

#footer .row {
text-align:center
}

#footer span a {
 color:#F17812;
 font-weight:bold;
 text-transform:uppercase;
 font-size:10px;
}
#footer span.first {
  padding:0px 10px 0 0;
  border-right:1px solid #888;
}

#footer span.inner {
  padding:0px 10px;
  border-right:1px solid #888;
}
#footer span.last {
  padding:0px 10px;
}

#footer .copyright {
 padding:5px 0px;
 text-transform:uppercase;
 font-weight:bold;
 color:#666;
 font-size:10px;
}
#footer .copyright a {
 color:#F17812;
}
.sponsors {
  width:100%;
  float:left;
  padding-bottom:15px;
}
.sponsors span {
  border:0px solid;
  float:left;
  margin-right:10px;
  text-align:center;
}


/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  clear:both;
  padding: 10px 10px 10px 10px;
  background: #fff;
  border-bottom:1px solid #F17812
}
#contentheader .error, #contentheader .message {
  margin: 0px 0px 0px 170px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
}

#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  color: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

#home #contentwrapper_top{
  padding-top:20px;
  background:#000;
  text-align:center;
}

#contentwrapper_top .caption {
  background:#000;
  color:#fff;
  padding:5px 0px 5px 10px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #F17812;
}

#contentfooter span.arrow a {
/* background: url(/images/arrow.jpg) top left no-repeat;*/
 width:28x;
 height:25px;
 float:left;
 margin-left:55px;
 overflow:hidden;

}

#contentfooter span.arrow a:hover {
/* background: url(/images/arrow2.jpg) top left no-repeat;*/
 width:28px;
 height:25px;
 float:left;
 margin-left:55px;
}

#contentfooter span.arrowbox {
 background: url(/images/arrow_box.jpg) top left no-repeat;
 width:28px;
 height:25px;
 float:left;
}
#contentfooter div {
  border-top:2px solid #fff;
}
#contentfooter span  {
  float:left;
}
/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 174px solid #ADB3C1;
/* background colour of right sidebar */
  border-right: 0px solid #e2e1eb;
  background: #fff;
}
#leftsidebar {
  margin-left: -174px;
  padding: 0px 0px 0px 0px;
  width: 174px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  border:0px solid;
  overflow:hidden;
}

#home #ocwrapper {
/* background colour of left sidebar */
  border-left: 228px solid #F1C270;
/* background colour of right sidebar */
  border-right: 0px solid #e2e1eb;
  background: #fff;
}


#home #leftsidebar {
  margin-left: -228px;
  padding: 0px 0px 10px 0px;
  width: 228px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
 border:0px solid
}

.leftsidebartext {
 border:0px solid;
 padding-left:13px;
}

.leftsidebartext object {
margin-left:-25px;
}


#home .leftsidebartext object {
margin-left:0;
}

.leftnav {
  border-top:1px solid #ADB3C1;
  margin-bottom:20px;
}

#leftsidebar p {
  padding:0px;
  margin:0px;
  overflow:hidden;
}

#leftsidebar p a {
  float:left;
  background:#ADB3C1;
  padding:7px 7px 7px 10px;
  text-transform:uppercase;
  border-bottom:1px solid #fff;
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  width:100%;
}

#leftsidebar a {
color:#CD3301;
}

#leftsidebar p a:hover {
  background:#697586;

}




#rightsidebar {
  margin-right: -150px;
  padding: 10px 10px 10px 0px;
  width: 140px;
  float: right;
  position: relative;
  display:none;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
}
#content {
  margin: 0px 0px;
  padding: 5px 20px 20px 20px;

  background: #ffffff;
}
#home #content {
  margin: 0px 0px;
  padding: 20px 20px 20px 20px;
  background: #ffffff;
}


/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/

.floatleft {
  float:left;
  margin-right:15px;
  margin-bottom:15px;
}
.floatright {
  float:right;
  margin-left:15px;
  margin-bottom:15px;
  clear:right;
}

.embedleft {
  float:left;
  width:150px;
  text-align:left;
}


.embedright {
  float:right;
  width:170px;

  text-align:right
}

#leftsidebar .floatright {
  margin-left:0px;
}

.shadowtop, .shadowbottom {
  height: 0px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 0px;
  height: 00px;
  font-size: 1px;
}
.shadowtop {

}
.shadowbottom {

}
.shadowleft {

}
.shadowright {

}
.shadowtopleft {
  float: left;

}
.shadowtopright {
  float: right;

}
.shadowbottomleft {
  float: left;

}
.shadowbottomright {
  float: right;

}

/* links */
.linklisting {
  margin: 15px 15px 20px 20px;
  clear:left;
}

.products .item_and_image {
  border-left:170px solid white;
  padding-bottom:20px;
  clear:left;
  position:relative;
}

.products .item_and_image img {
  margin-left:-170px;
  position:relative;

}
.products .item {
  clear:left;
}
.products .item span {
  width:100px;
  float:left;
}

.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 10px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #f8faed;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}

/* reviews */
.review h4.reviewsubject {
  margin: 10px 0px 0px 0px;
}
.review h5.reviewbyline {
  margin: 0px;
  font-weight: normal;
}
.review p.reviewer {
  margin: 0px 0px 2px 0px;
}
.review .reviewhelpful span {
  float: left;
  font-size: 9px;
}
.review .reviewhelpful form span {
  float: right;
}
.review .reviewhelpful input {
  padding: 0px 3px;
  border: 1px solid #bbbfa1;
  background: #ffffff;
  font-size: 9px;
}
/* .review p.reviewcontent => see .linklisting p.linkdescription */

/* link/bookmark status icons */
.new-item, .updated-item, .popular-item, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default {

  font-weight: normal;
  font-size: 9px;
  color: #ffffff;
  vertical-align: text-top;
}
.new-item {
  background-color: #8c3030;
}
.updated-item {
  background-color: #c5a600;
}
.popular-item {
  background-color: #314fb1;
}
.unpaid-item {
  background-color: #555555;
}
.expired-item {
  background-color: #92589c;
}
.free-item {
  background-color: #a7a87c;
}
.bookmark-public {
  background-color: #cc6613;
}
.bookmark-default {
  background-color: #7fb131;
}
.new-item span, .updated-item span, .popular-item span, .unpaid-item span, .expired-item span, .free-item span, .bookmark-public span, .bookmark-default span {
  padding: 0px 3px;

}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 9px;
}

/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 3px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}

/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 0px 0px 0px 40px;
  padding: 0px;
  font-size: 12px;

}
#content ul.categories {
  margin: 0px;
}

#content ul li {
  margin:3px;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
  clear:left;
}

.row label.name, .row .name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}
/* hack for ie 5.5 text/textarea resizing */
.row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
.row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 72%;
}
.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 0px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 2px;
  margin-left: 5px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 9px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* search highlighting */
.searchhl-1, .searchhl-2, .searchhl-3, .searchhl-4, .searchhl-5 {
  font-weight: bold;
}
.searchhl-1 {
  background: #ffff80;
}
.searchhl-2 {
  background: #aaaaff;
}
.searchhl-3 {
  background: #aaffaa;
}
.searchhl-4 {
  background: #ffaaaa;
}
.searchhl-5 {
  background: #aaffff;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

/*---------------*\
|* page specific *|
\*---------------*/
#bookmark_list input.checkbox {
  float: left;
}
#bookmark_list .folders .description, #bookmark_folder_view .folders .description {
  margin: 0px 0px 10px 20px;
}
.bookmark_link .comments label {
  font-weight: bold;
}
.bookmark_link .comments label span {
  font-weight: normal;
}

#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 49%;
  float: left;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;

}
#jump_frame img.jumplogo {
  padding: 2px 0px 0px 2px;
  float: left;
}
#jump_frame h4 {
  margin: 0px;
  padding: 3px 0px;
}
/* #jump_frame .actions a, #jump_frame .actions a:hover => see .linklisting p.actions a */

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}

.red {
 color:#cc0000;
}

.caption {
 font-size:10px;
}

.table_header_font {
  color:#fff;
}

table.winners {
 cell-padding:0px;
 border-spacing:0px;
 border-collapse:collapse;
}

table tr.odd td{
border:1px solid;
}

.caption {
text-align:center;
}

#cart table td {text-align:left;}

/* membership table */
.xl25 {text-align:center;
	white-space:normal;}
.xl26 {text-align:center;}
.xl27 {font-weight:700;
	font-family:Arial, sans-serif;
	text-align:center;
	vertical-align:top;
	white-space:normal;}
.xl28 {font-weight:700;
	font-family:Arial, sans-serif;}
.xl29 {font-weight:700;
	font-family:Arial, sans-serif;
	text-align:center;
	white-space:normal;}
.xl30 {text-align:center;
	white-space:normal;}