@import url(menu_h.css);
/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #444444;
  background: #F6F3EA;
  font: 13px verdana,Helvetica;
  font-weight:normal;
  text-align:center;
}
html {border:1px solid #f6f3ea; min-height: 100%; margin-bottom: 1px; } /* forces vertical scrollbar in non-IE browsers to prevent "page shifting"*/

img {
  border: 0px;
}

/* forms */
form {
  margin: 0px;
}

/* links */
a {
  color: #DD582F;
}
a:visited {
  color: #DD582F;
}
a:hover {
  color:#008190;
  text-decoration: none;
}

a.on {
  color:#008190;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 16px;
}
h2, h2 a, h2 a:visited {
 margin-top:0px;
 margin-bottom:5px;
 font-family:georgia;
 font-size:18px;
 color:#0C7686;
 text-decoration:none;
}
h3 {
  font-size: 13px;
  clear:right;
  border:0px solid;
  margin-top:0px;
  padding-top:0px;
}


h4 {
  font-size: 12px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

p {
margin:0px 0 0 50px;
padding:0px;
}

#accessibility {
  position: absolute;
  left: -9000px;
  width: 9000px;
}

#fwrapper {
  background:url(/images/frame_paper_bottom.jpg) bottom left no-repeat;
  width:812px;
  border:0px solid;
  padding-bottom:0px;
  margin: 0px auto;
}

#wrapper {
  width: 765px;
  text-align: left;
  border:0px solid;
  background:url(/images/frame_paper_top.jpg) top center;
  padding:47px 10px 0px 10px;
}
#obwrapper {

  width: 799px;
  padding-left:14px;
  background:url(/images/frame_shadow_tile_left.jpg) top left repeat-y;
  border:0px solid;
}
#ibwrapper {

  background:url(/images/frame_shadow_tile_right.jpg) top right repeat-y;
  padding-right:14px;
  border:0px solid
}



/*--------*\
|* header *|
\*--------*/
#logo {
/* see the html head for the image */
  width: 194px;
  height: 124px;
  text-indent: -9999px;
}
#logo h1, #logo a, #logo2 h1, #logo2 a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a, #logo2 a {
  text-decoration: none;
  display: block;
}

#logo2 {
  border:0px solid;
  text-indent: -9999px;
  position:absolute;
  top:0;
  width:100%;
  height:124px;
}



#header {
  position:relative;
  background: #fff url(/images/header_logo.png) top right no-repeat;
}
#loginbar {
  margin-top: -39px;
  float: right;
  text-align: right;
  width:99%;
  border:0px solid
}
#loginbar a {
  padding: 0px;
  color: #212126;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a:hover {
  color: #5c5b66;
}
#loginbar a.in {
  background: transparent url(images/login.gif) center right no-repeat;
}
#loginbar a.out {
  background: transparent url(images/logout.gif) center right no-repeat;
}

#loginbar .logout {
 position:relative;
 z-index:1;
}

#loginbar .logout {
  padding:10px 0px 0 0px;
  float:left;
  border:0px solid;
  width:360px;
  text-align:right;
}

#loginbar form {
  display:inline;
}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 1px;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;
  background: #5c5b66;
}
ul.secondarynav {
  width: 100%;
  background: #777c8d;
}
ul.primarynav li, ul.secondarynav li {
  float: left;
  list-style: none;
}
ul.primarynav li {
  background: transparent url(images/betweennav.gif) bottom right no-repeat;
}
ul.primarynav a {
  margin-right: 1px;
  padding: 7px 9px 7px 10px;
  float: left;
  color: #ffffff;
  font-size: 11px;
  text-decoration: none;
}
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: 3px;
  padding: 5px 10px;
  border:0px solid;
}

.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}

.search_submit {
 background:url(/images/button_search.jpg) center left no-repeat;
 width:104px;
 border:0px;
 height:22px;
}
.search_submit:hover {
 background:url(/images/button_search_rollover.jpg) center left no-repeat;
}

.cart_submit {
 background:url(/images/button_cart.jpg) center left no-repeat;
 width:104px;
 border:0px;
 height:22px;
}

.cart_submit:hover {
 background:url(/images/button_cart_rollover.jpg) center left no-repeat;
}
/* setting this in mozilla causes rendering issues */

/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 0px;
  padding: 5px;
  border-top: 0px solid #57594b;
  padding-bottom:10px;
  border:0px solid;

}


#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 5px 10px 5px 12px;
  border:0px solid;
  background:#ECEAEB;
  clear:both;
}
#contentheader .error, #contentheader .message {
  margin: 0px 0px 0px 219px;
  padding: 0px;
  font-size: 12px;
  text-align: left;
}
#contentheader .error {
  color: #8c3030;
}
#contentheader .message {
  color: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {

}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 0px solid #e2e1eb;
/* background colour of right sidebar */
  border-right: 0px solid #e2e1eb;
  background: #fff;
}
#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */
  display: none;
}

.withsidebar #ocwrapper {
/* background colour of left sidebar */
  border-left: 220px solid #fff;
/* background colour of right sidebar */
  border-right: 0px solid #fff;
  background: #fff;
}
.withsidebar #leftsidebar {
  display:block;
  margin-left: -210px;
  padding: 46px 0px 10px 10px;
  width: 190px;
  float: left;
  position: relative;
/* hide the left sidebar by default */

}




#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: left;
  position: relative;
  display: none;
}
#contentwrapper {
  width: 100%;
  float: left;
  position: relative;
padding-bottom:20px;
border: 1px solid #FFF;
}
#content {
  margin: 0px 10px;
  padding: 10px;
  background: #ffffff;
  line-height:20px;
  font-size:14px;
  border: 0px solid;
}
/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */


/*-----------------*\
|* home elements *|
\*-----------------*/
#contentleft {
 border:0px solid;
 padding-right:10px;
}

.leftbar {
 float:left;
 width:210px;
}

#contentright {
 padding:0px;
 padding-bottom:0px;
 margin-left:0px;
 border:0px solid;
 float:right;
 width:508px;
}

#contentleft #description {
 margin-top:12px;
 padding-right:8px;
 font-size:14px;
 line-height:normal;
 clear:right;
 border:0px solid;
}
#home #contentright #description {
 margin-top:12px;
 padding-right:8px;
 font-size:12px;
 line-height:normal;
}


#contentright .caption {
 padding-top:12px;
 padding-right:8px;
 clear:right;

}

#contentright b {
 color:#0C7686;
}

.narrow {
 margin-left:218px;
}



.slideshow_wrapper {
 float:left;
 width:508px;
 padding:8px 6px 6px 8px;
 background:url(/images/content_photo_frame.jpg) top left no-repeat;
 margin-left:-8px;
 margin-bottom:8px;
 height:320px;
}
#contentimage{
  border:0px solid;
  display:block;

}
.nav-next, .nav-prev, .nav-overlay {
 visibility:hidden
}

#content table {
 width:100%;
 padding-bottom:20px;
 padding-left:15px;
}

#cart table {
 width:100%;
 padding-bottom:0px;
 padding-left:00px;
}

#community table {
 padding-left:0px;
}
#community table td.value{
 width:64%;
}


#content table th{
  font-weight:normal
}

#content table td.first{
 width:45%;
}


#subcategories {
 line-height:20px;
 font-size:15px;
 width:200px;
}

.subcategory {
 line-height:25px;
}

.subcategory a {
 font-size:13px;
 font-weight:bold;
}

.subcategoryinner, .subcategorylast {
 clear:both;
 margin-bottom:25px;
}

.justify {
 text-align:justify;
}

.quote {
 margin-top:10px;
 float:left;
 border:0px solid;
 border-bottom:0px solid;
 width:160px;
 padding-bottom:0px;
 padding-top:15px;
 font-family:georgia;
 font-size:16px;
 color:#0C7686;
 font-style:italic;
 line-height:22px;
}
.quote hr {
 clear:both;
 border:0px;
 border-bottom:1px solid #0C7686;
 margin:0px;
 padding:0px;
}
.byline {
 font-style:normal;
 font-weight:normal;
 font-size:14px;
 line-height:normal;
 border:0px solid;
 text-align:right;
 display:block;
 padding-top:5px;
 padding-right:16px;
 padding-bottom:0px;
 text-align:right;
}

.sidebar_description b {
 margin-top:0px;
 margin-bottom:5px;
 font-family:georgia;
 font-size:18px;
 color:#0C7686;
 text-decoration:none;
}



.column {
  margin-top:15px;
  float:left;
  width:127px;
}
.column img {
  width:90%;
  height:90%;
}

.highlight {
 font-style:italic;
}


/*-----------------*\
|* global elements *|
\*-----------------*/

.floatleft {
 float:left;
 margin-right:10px;
border:1px solid
}
.floatright {
 float:right;
 margin-left:15px;
 margin-bottom:15px;
}


.shadowtop, .shadowbottom {
  height: 10px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: 15px;
  height: 10px;
  font-size: 1px;
}
.shadowtop {

}
.shadowbottom {

}
.shadowleft {

}
.shadowright {

}
.shadowtopleft {
  float: left;

}
.shadowtopright {
  float: right;

}
.shadowbottomleft {
  float: left;

}
.shadowbottomright {
  float: right;

}

/* links */
#content ul.product {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
 list-style-image: none;
 list-style-position: outside;
 margin-bottom:30px;
 border:0px solid #000;
 width:520px;

 }


ul.no_image{width:90%; }
ul.product li {float:left; border:0px solid; width:100%;}
ul.product li .sku_Subtitle {  border:0px solid;  float:left; margin-bottom:12px; width:250px; height:1%}
ul.product li .sku_Price {  border:0px solid;  float:left ;  margin-left:5px; text-align:right; width:60px;  height:1%}
ul.product li .sku_links {  border:0px solid;  float:left;  margin-left:5px; text-align:right; width:200px;  height:1%}
ul.product li .no_image {  border:0px solid; width:200px;}

.alignright {
  float:right;
  margin:0px;
  margin-right:20px;
  border:0px solid;
  width:165px;
  text-align:center;
}


.linklisting {
  clear:both;
  padding: 5px 0px 20px 0px;
}

.linklisting .linkFooter {
 clear: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: 0px 0px 5px 0px;
  padding: 0px;
  border: 0px solid #bbbfa1;
  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 {
  background: transparent url(images/button-left.gif) top left no-repeat;
  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;
  background: transparent url(images/button-right.gif) top right no-repeat;
}

/* paging */
.paging {
  text-align: right;
}
.paging img, .paging select {
  vertical-align: middle;
}

.crumb {
  text-align:right;
  font-size: 9px;
  margin-top:-20px;
  margin-right:27px;
  padding-bottom:8px;
  display:none;
}

/* 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: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  font-family:georgia;
  font-size:20px;
  color:#0C7686;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin-top: 5px;
  margin-left:0px;
  padding-left:15px;
  border:0px solid;
  float:left;
  width:470px;

}
#content ul li ul{
 width:90%;
}

#content li {
  font-size: 14px;
  clear:left;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.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;
}

/* 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;
  background: transparent url(images/swirls.gif) bottom right no-repeat;
}
#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;
}

.title_bold {
 font-weight:bold;
}

#cart {
 line-height:normal;
 width:96%;
 border:0px solid;
}

#cart li {
 margin:0;
}


.shadow {
 position:relative;
 border:1px solid;
 font-family:arial;
 font-size:30px;
}
.topshadow {
 position:absolute;
 top:1.5px;
 left:1.5px;
 z-index;1;
 color:#999;
 font-weight:bold;
}

.dropshadow {
 position:absolute;
 top:0px;
 left:0px;
 color:red;
 z-index:0;
 font-weight:bold;
}
