/*------------------*\
|* global interface *|
\*------------------*/
body {
  color: #669966;
  margin: 0px;
  padding: 0px;
  background: #fff;
  font: normal 100% arial, helvetica, sans-serif;
  text-align: center;
}
#wrapper {
  margin: 0px auto;
  width: 750px;
  text-align: left;
  border-left: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  color: #666666;
}
img {
  border: 0px;
}

/* links */
a {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #965178;
  text-decoration: none;
}

/* headings */
h1 {
  font-size: 1.2em;
  margin:0;
  text-align: center;
  background-color: #669966;
  color: #ffffff;
  padding: 10px;
}
h2 {
  font-size: 1.0em;
  margin :0;
  background-color: #669966;
  color: #fff;
  padding-bottom:5px;
  padding-top:5px;
  text-align: center;
}
h2 a {
  color: #ffffff;
}

h3 {
  font-size: 1.0em;
  color: #000000;
}
h4 {
  font-size: 12px;
  border-bottom: dotted #666666;
}
h5 {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0px;
}
/* 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;
}

/*--------*\
|* header *|
\*--------*/
#logo {
  width: 250px;
  height: 60px;
  background: transparent url(images/logo.gif) top left no-repeat;
  text-indent: -9999px;
}
#logo h1, #logo a {
  margin: 0px;
  width: 100%;
  height: 100%;
}
#logo a {
  text-decoration: none;
  display: block;
}
#loginbar {
  float: right;
  text-align: right;
}
#loginbar a {
  margin-top: 2px;
  padding: 2px 30px 10px 0px;
  color: #669966;
  font-weight: bold;
  display: block;
border-bottom: 1px solid #c1c1c1;
}
/* 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;
}

/*------------*\
|* navigation *|
\*------------*/
.navbar {
  margin-bottom: 1px;
  margin-right: 5px;
}
ul.primarynav, ul.secondarynav {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #ffffff;
  float: left;
  list-style: none;
}
ul.primarynav {
  width: 100%;
  background: #ffffff;
}
ul.secondarynav {
  width: 100%;
  background: #669966;
}
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: #000000;
  font-size: 20px;
  text-decoration: none;
}
ul.primarynav a:visited {
  color: #000000;
}
ul.primarynav a:hover {
  color: #000000;
  background: #8fbc8f;
}
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 li.search {
  padding-right: 4px 5px;
  float: right;
  font-size: 10px;
  color: #ffffff;
}

ul.secondarynav a {
  margin-right: 1px;
  padding: 4px 5px;
  float: left;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
ul.secondarynav a:visited {
  color: #ffffff;
}
ul.secondarynav a:hover {
  color: #212126;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 5px;
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  text-align: center;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}
/* 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: #660099;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*--------*\
|* footer *|
\*--------*/
#footer {
  margin-top: 3px;
  padding: 5px;
  border-top: 1px solid #ffffff;
  background: #ffffff;
}

#footer img {
  float: right;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  color: #8a8d77;
  font-size: 9px;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #669966;
}
#contentheader .error, #contentheader .message {
  margin: 0 200px 0 0;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  margin: 0px;
}
#contentheader .error {
  background: red;
}
#contentheader .message {
  background: #FF7F00;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}

/*---------------*\
|* contentfooter *|
\*---------------*/
#contentfooter {
  background: #33c;
}

/*---------*\
|* content *|
\*---------*/
#ocwrapper {
/* background colour of left sidebar */
  border-left: 200px solid #fff;
/* background colour of right sidebar */
  border-right: 200px solid #fff;
  border-right-width: 0px;
  background: #fff;
}

#leftsidebar {
  margin-left: -200px;
  padding: 10px 0px 10px 10px;
  width: 188px;
  float: left;
  position: relative;
  border-right: 1px solid #c1c1c1;
  overflow: hidden;
}
/*
#rightsidebar {
  margin-right: -200px;
  padding: 10px 10px 10px 0px;
  width: 190px;
  float: left;
  position: relative;
  display: none;
}*/

#contentwrapper {
  width: 550px;
  float: left;
  position: relative;
  overflow: hidden;
}
#content {
  margin: 0px 0px;
  padding: 10px;
  background: #ffffff;
  font-size: 0.8em;
}

/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #content {
  height: 1%;
}
/* end non ie/mac css */

/*-----------------*\
|* global elements *|
\*-----------------*/

/* links */
.linklisting {
  margin: 10px 5px 10px 5px;
}
.linktitle {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  background: #99cc99;
}
.linklisting h2.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 0px 0px;
}
.linktitle a,.linktitle a:visited {
  padding-bottom: 0px;
  color: #fff;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #333333;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #cccccc;
  background: #f8faed;
  overflow: hidden;
}
p.actions a, p.actions a:visited {
  padding: 1px 4px;
  border-left: none;
  font-size: 0.9em;
  background: #ffffff;
  color: #000000;
  margin-bottom: 3px;
  font-weight: bold;
  text-decoration: none;
  display:block;
  width: 90%;
  float:left;
}
p.actions a:hover {
  padding: 1px 4px;
  border-left: none;
  font-size: 0.9em;
  background: #ffffff;
  color: #666666;
  margin-bottom: 6px;
  font-weight: bold;
  text-decoration: none;
  display:block;
  width: 90%;
  float:left;
}
.linklisting p.linkactions {
 margin: 1px;
}
.linklisting p.linkactions a,   {
  padding: 1px 4px;
  border: 1px #fff;
  font-size: 0.8em;
  background: #cccccc;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
.linklisting p.linkactions a.special,   {
  background: yellow;
  color: #000000; 
}

.linklisting p.linkactions a:hover,  {
  background: #e2e1eb;
  color: #555555;
}

/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}

/* 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, .BaseCountry, .unpaid-item, .expired-item, .free-item, .bookmark-public, .bookmark-default, .free-shipping {
  font-weight: normal;
  font-size: 9px;
  color: #000000;
  vertical-align: text-top;
}
.new-item {
  background-color: #66ff99;
}
.updated-item {
  background-color: #33ccff;
}
.BaseCountry {
  background-color: #00FF00;
}
.free-shipping {
  background-color: yellow;
}
.popular-item {
  background-color: #33ccff;
}
.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 {
  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: 10px 0px 0px 20px;
  padding: 0px;
}
#content ul {
  font-size: 12px;
  list-style: none;
}

/* 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;
}
.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;
  color: #000;
}
.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;
}
/* 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 {
  margin: 10px 0px 0px 20px;
  width: 35%;
  float: left;
}
#home dl {
  margin: 5px;
  width: 10%;
  float: left;
}
* html #home dl {
  margin: 0px 10px 0px -25px;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 0px;
}
#home dt{
  float: left;
  width: 4.5em;
  height: 6em;
  text-align: center;
  position: relative;
}
#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;
  padding: 2px;
  padding-top: 5px;
  font-size: 0.8em;
  color: white;
  border: 2px solid white;
}
#home dt a:hover, #home dt a:active {
  color: black;
  border: 3px solid #33c;
}
#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;
}


#about ol {
  color:black;
  font-size: 1em;
  margin-bottom: 10px;
}
#about b {color:#333333;}

#googlebar {
  float: right;
  text-align: right;
  padding: 3px 5px 3px 3px;
  font-size: 6px;
}

.specialtitle {
  font-size: larger;
  font-weight: bold;
}
.special {
  background: yellow;
  text-align: center;
}
.special a, .special a:visited {
  color: blue;
  font-weight: bold;
}
#category h2 {
  margin-bottom: 0;
}

#contentheader .error {
  background: red;
}
#contentheader .message {
  background: red;
}
/*--NEW--*\


.countrybox {
  background: #009900;
  color:white;
  display: block;
  float: center;
  padding: 1px 4px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}

.crumb {
 font-weight: bold;
 font-size: 1em;
 padding: 2px;
}
.updated-item {
  display: none;
}
.box {
  font-family: verdana;
  font-size: 0.5em;
}
.box a {
  padding: 1px 1px 1px 1px;
  border: 1px solid #cccccc;
  background: #cccccc;
  display: inline;
  float: left;
  margin: 3px 3px 3px 3px;
  font-weight: bold;
  text-decoration: none;
}
.box a, .box a:visited {
  color: #ffffff;
}
.box a:hover {
  background: #99ffcc;
  color: #555555;
}
.circle {
  padding: 1px 4px;
  font-size: 24px;
  display: inline;
  float: left;
  margin: 3px 3px 3px 3px;
}
.circle a, .circle a:visited {
  color: #555555;
}
.circle a:hover {
  color: #99ffcc;
}
#logo1 {
  width: 234px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
#.logo1 a,.logo1 a:visited {
color: #000000;
}
.freeshipping, .freeshipping a, .freeshipping a:visited {
  color: #ffffff;
}
#category dt, #category dd {
  margin: 0px 0px 0px 5px;
  float: left;
  text-align: center;
}
#category dd, #home dd {
  padding-bottom: 0px;
  float: left;
}

a:link.buttonback, a:visited.buttonback {
  background:#33c;
  width : 6em; 
  height : 5em; 
  position : absolute; 
  left : 0; 
  top : 0; 
} 
a:hover.buttonback, a:active.buttonback {
  background : #ffffff;
}


/*------------*\
a.buttonback {
  background : transparent url(/pics/buttons/button_down.jpg) no-repeat 110px 124px; 
}
a:link.buttonback, a:visited.buttonback {
  background: transparent url(/pics/buttons/button.jpg) top center no-repeat;
  width : 90px; 
  height : 90px; 
  position : absolute; 
  left : 0; 
  top : 0; 
} 
a:hover.buttonback, a:active.buttonback {
  background : transparent url(/pics/buttons/button_down.jpg) no-repeat 110px 124px; 
}
\*------------*/
 
#content h3 {
  font-size: 0.8em;
  margin: 0px 10px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
  border-top: 1px dotted #bbbfa1;
  float: left;
  padding: 0;
}
#detailed p.reviewsheader {
  margin: 20px 10px 0px 0px;
  text-align: left;
  float: left;
}
#footer p {
  font-size: 0.6em;
}
.searchbar a {
  font-size: 0.6em;
}
.linklisting .linkdescription, .review .reviewcontent {
  font-size: 1em;
}
#shrink {
font-size:0.9em;
}
#search_results ul.category {
 padding: 0;
 list-style : none; 
 margin : 10px 10px 10px 40px; 
}
#search_results ul.category li {
 border: 1px solid #bbbfa1;
 padding: 1px 4px;
 background: #090;
 display: inline;
 width: 30%;
 font-weight: bold;
}
#search_results ul.category li a {
 color: #fff;
 background: #090;
 margin: 3px 3px 3px 3px;
 text-decoration: none;
}
#search_results ul.category li a:hover {
  background: #99ffcc;
  color: #555555;
}

.scroll {
color: #434343;
text-align: center;
font-weight: bold;
font-size: 1.2em;
margin-bottom: 5px;
}
.firstword {
font-weight: bold;
font-size: 0.7em;
background: #669966;
margin: 3px;
padding:5px;
color: #fff;
}
.firstword a,.firstword a:visited {
color: #fff;
}
.hometext {
padding-top: 5px;
text-align: left;
font-size: 0.9em;
}
.home_left {
display: inline;
float: left;
width: 33%;
overflow: hidden;
}
.home_middle {
display: inline;
width: 33%;
overflow: hidden;
}
.home_right {
display: inline;
float: right;
width: 33%;
overflow: hidden;
}
.home_box {
padding: 3px;
margin-bottom: 2px;
}
.home_box a, .home_box a:visited {
text-decoration: underline;
color: green;
}
.standout, .standout a, .standout a:visited {
color: green;
font-weight: bold;
display: inline;
margin-right: 3px;
}
.prodbox {
border : 1px solid #c09; 
padding : 5px; 
margin : 40px auto;
overflow: hidden;
} 

/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px tahoma, geneva, verdana, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #57594b;
}
