/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  color: #000;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
  font-family: Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
  margin-top: 0px;
  padding-top: 0px;
  background: #eeeeee;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
}
a:link {
  color: #39c;
  color: #676767;
}
a:visited {
  color: #369;
  color: #676767;
}
a:hover {
  color: #39c;
  color: #676767;
  text-decoration: underline;
}
fieldset {
  /* border: 1px solid #ccc; */
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  /* border: 1px solid #ddd; */
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
  border: 0;
  border-bottom: 0px;
  border-top: 0px;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 905px;
  border: 0;
  border-top: 0px;
  border-bottom: 0px;
}
#header {
  background: url('/solo/products/custom/2452709/images/Header.jpg') transparent;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 75px;
  height: 36px;
  border: 0;
  text-align: left;
}
#content {
  text-align: left;
  background: transparent;
}
#logo {
  /* vertical-align: middle; */
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  /* padding: 0.5em 0.5em 0 0.5em; */ /* LTR */
  padding-left: 0.5em;
  padding-right: 0.5em;
  /* text-align: right; *//* LTR */
  /* vertical-align: middle; */
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  /* font-weight: bold;
  color: #fff; */
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-right: 1px solid #9cf; /* LTR */
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}
ul.links li.first {
  /* border: none;
  border-right: 1px solid #9cf;
  */
  padding-left: 22px; 
}
#footer ul.menu li.first {
  padding-left: 0px;
}
#search .form-text, #search .form-submit {
  /* border: 1px solid #369; */
  font-size: 1.1em;
  height: 1.5em;
  /* vertical-align: middle; */
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}
.site-slogan {
  font-size: 1em;
  color: #eee;
  display: block;
  margin: 0;
  font-style: italic;
  font-weight: bold;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  /* padding: 10px; */
  border-top: 0px;
}
#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  background-color: #eee;
  /* border: 1px solid #ccc; */
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ddd;
  width: 16em;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
  vertical-align: top;
}
#footer {
  /*padding: 1em;*/
  font-size: 0.8em;
  width: 900px;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
}
#footer ul.menu {
  display: inline; 
  vertical-align: middle;
  padding-top: 20px;
}
#footer ul.menu li {
  list-style-type: none;
  list-style-image: none;
  padding-left: 5px;
  padding-right: 5px;
  border-right: 1px solid #676767;
  display: inline;
  margin-left: 0px;
  margin-right: 0px;
  vertical-align: middle;
  height: 10px;
}
#footer a {
  font-size: 0.9em;
  text-decoration: none;
  color: #676767;
}
#footer a:hover {
  text-decoration: underline;
  font-size: 0.9em;
  color: #676767;
}
#footer ul.menu li.last {
  border-right: 0px;
  display: inline;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #4F585A;
  text-decoration: none;
}
/*
** Here are the CSS rules for the links
** along the top Navigation
*/
.links a {
  color: #4f585a;
  color: #393f41; /* slightly darker than prior */
  color: #212526; /* even darker than above */
}
.links a:hover {
  text-decoration: underline;
}
.active {
  font-weight: bold;
  color: #676767;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
}
.block {
  /* border-bottom: 1px solid #bbb; */
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  /* margin: .5em 0 .5em; */
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  /* padding-left: 1.5em; LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #eee;
}
#forum td.topics, #forum td.last-reply {
  background-color: #ddd;
}
#forum td.container {
  background-color: #ccc;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
#block-user-0 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0px;
}
.mainDiv {
  background: url('/solo/products/custom/2452709/images/blueTop.gif') transparent;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 10px;
  text-align: center;
  width: 905px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  padding-right: 0px;
}

/* blog CSS */
#featuredBlog {
  height: 198px;
  width: 644px;
  padding-top: 35px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
  background: url('/solo/products/custom/2452709/images/blog/featBlogBG.gif');
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  font-size: 10pt;
  overflow: hidden;
}
#featuredBlog h2, h2.blogTitle {
  font-size: 12pt;
  font-weight: bold;
  color: #425978;
  display: inline;
}
#featuredBlog p.blogDate, #archiveBlog p.blogDate, p.blogDate, p.date {
  font-size: 8pt;
  color: #444444;
  display: block;
  font-style: italic;
}
#featuredBlogComment {
  position: relative;
  bottom: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}
  
#blogPromotion {
  height: 383px;
  width: 220px;
  background: url('/solo/products/custom/2452709/images/blog/blogPromo.gif');
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  overflow: hidden;
  text-align: left;
}
#blogPromotion ul {
  display: inline;
}
#blogPromotion li {
  display: block;
  border-bottom: 1px dashed #cfcfcf;
  width: 187px;
  height: 97px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 25px;
  font-size: 8pt;
}
#blogPromotion a, a.commentLink {
  font-size: 8pt;
  color: #3292ff;
  text-decoration: none;
  font-weight: bold;
}
#blogPromotion a:hover, a.commentLink:hover {
  font-size: 8pt;
  color: #3292ff;
  text-decoration: underline;
  font-weight: bold;
}
#archiveBlog a.archiveBlogLink {
  color: #416893;
  font-size: 10pt;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
#archiveBlog a.archiveBlogLink:hover {
  color: #416893;
  font-size: 10pt;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
}

/**
 * CSS for the news page
**/
#featuredNews {
  width: 644px;
  height: 87px;
  background: url('/solo/products/custom/2452709/images/news/FeaturedNews.gif');
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
  font-size: 10pt;
  overflow: hidden;
  padding-bottom: 10px;
}
/**
 * CSS for the featured news...broken into 3 sections
**/
#featuredNewsHeader {
  background: url('/solo/products/custom/2452709/images/news/featuredNews_header.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 31px;
  width: 674px;
  padding-bottom: 0px;
  display: block;
}
#featuredNewsBody {
  background: url('/solo/products/custom/2452709/images/news/featuredNews_guts.jpg');
  background-position: top left;
  background-repeat: repeat-y;
  width: 674px;
  padding-left: 13px;
  padding-right: 13px;
  width: 648px;
  padding-top: 7px;
  padding-bottom: 4px;
  display: block;
}
#featuredNewsBody img {
  padding-right: 8px;
}
#featuredNewsBody h2 {
  display: inline;
} 
#featuredNewsFooter {
  background: url('/solo/products/custom/2452709/images/news/featuredNews_footer.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 12px;
  width: 674px;
  display: block;
}


#featuredNews h2 {
  font-size: 12pt;
  font-weight: bold;
  color: #425978;
  display: inline;
}
#news {
  display: block; 
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 10pt;
}
#blogs {
  padding: 15px; 
  padding-top: 10px; 
  font-size: 10pt;
}
#blogs li {
  list-style-type: none;
  /* padding-left: 15px; */ 
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
  font-size: 10pt;
  display: block;
  margin-left: 0px;
}
#news a, #news a:hover {
  color: #416893;
}
#news img {
  padding-right: 8px;
}
#archiveBlog p.blogDate {
  display: inline;
}
#productNews, #otherProductReviews, #archiveBlog {
  display: block;
  width: 222px;
  height: 351px;
  padding-top: 35px;
  text-align: left;
}
#archiveBlog {
  background: url('/solo/products/custom/2452709/images/blog/archiveBlogBG.gif');
  background-repeat: no-repeat;
  background-position: top-left;
}
#otherProductReviews {
  background: url('/solo/products/custom/2452709/images/reviews/reviewsArchive.gif');
  background-repeat: no-repeat;
  background-position: top-left;
}
#productNews {
  background: url('/solo/products/custom/2452709/images/news/newsArchive.gif');
  background-repeat: no-repeat;
  background-position: top-left;
}

#productNews li, #otherProductReviews li, #archiveBlog li {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 8pt;
  padding-bottom: 5px;
}
#productNews li.last, #otherProductReviews li.last, #archiveBlog li.last {
  border-bottom: 0px;
}
#productNews .readmore, #otherProductReviews .readmore, #archiveBlog .readmore {
  font-size: 8pt;
}
#newsPromos, #ReviewsPromo {
  height: 383px;
  width: 220px;
  background: url('/solo/products/custom/2452709/images/blog/blogPromo.gif');
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  overflow: hidden;
  text-align: left;
}
#newsPromos li, #ReviewsPromo li {
  display: block;
  border-bottom: 1px dashed #cfcfcf;
  width: 187px;
  height: 97px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 25px;
  font-size: 8pt;
}

/**
 * CSS for the reviews
**/
#featuredReview {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  background: url('/solo/products/custom/2452709/images/reviews/featReviewBG.gif');
  background-position: top left;
  background-repeat: no-repeat;
  width: 644px;
  height: 188px;
  padding-bottom: 10px;
}
#featuredReview img {
  float: left;
  padding-right: 10px;
}

/*
#review {
  padding-top: 15px;
  border-top: 1px solid #cfcfcf;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
  display: block;
}
*/
#review {
  padding: 15px; 
  padding-top: 10px; 
  font-size: 10pt;
}
#review li {
  list-style-type: none;
  /* padding-left: 15px; */ 
  border-top: 1px solid #cfcfcf;
  font-size: 10pt;
  display: block;
  margin-left: 0px;
  clear: both;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#review li img {
  padding-right: 10px;
  padding-bottom: 10px;
}
#review h2 {
  font-size: 12pt;
  font-weight: bold;
}
#review p.date, #featuredReview p.date {
  font-size: 8pt;
  font-style: italic;
  display: block;
}
/**
* Support CSS classes & ids
**/
#topFaq {
  width: 537px;
  height: 215px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  overflow: hidden;
  background: url('/solo/products/custom/2452709/images/support/topFAQ.gif');
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 10pt;
}
a.blue {
  font-size: 10pt;
  text-decoration: none;
  color: #3181BE;
}
a.blue:hover {
  font-size: 10pt;
  text-decoration: underline;
  color: #3181BE;
}
.padLeft {
  padding-left: 20px;
}
#topFaq li {
  font-size: 10pt;
  padding-bottom: 13px;
  padding-left: 0px;
}
#fopFaq ol {
  display: inline;
  padding-left: 0px;
}
#tutorial {
  background: url('/solo/products/custom/2452709/images/support/watchTheTutorial.gif');
  background-position: top left;
  background-repeat: no-repeat;
  width: 320px;
  height: 198px;
  height: 234px;
  padding-top: 35px;
  height: 199px;
  text-align: center;
  vertical-align: middle;
}
#contact {
  background: url('/solo/products/custom/2452709/images/liveChatBG.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  width: 294px;
  height: 88px;
  padding-top: 35px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: left;
  font-size: 9pt;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}
#contact2 {
  background: url('/solo/products/custom/2452709/images/support/contactListBG.gif');
  background-position: top left;
  background-repeat: no-repeat;
  width: 294px;
  height: 199px;
  padding-top: 35px;
  padding-left: 13px;
  padding-right: 13px;
  text-align: left;
  font-size: 9pt;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}
a.faqlink {
  font-size: 10pt;
  color: #525252;
  text-decoration: underline;
}
a.faqlink:hover {
  font-size: 10pt;
  color: #444444;
  text-decoration: underline;
}

#morefaq {
  background: url('/solo/products/custom/2452709/images/support/otherfaq.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  width: 421px;
  text-align: right;
  float: right;
}
#morefaq a, #morefaq a:hover {
  color: #ffffff;
  font-style: italic;
  text-decoration: underline;
  padding-top: 10px;
  padding-right: 10px;
}
#moreFaqWindow {
  width: 100%;
  height: 400px;
  overflow: scroll;
  float: right;
  text-align: left;
  vertical-align: top;
}
#moreFaqWindow a, #moreFaqWindow a:hover {
  color: #063257;
  text-decoration: underline;
}
/*
#ReviewsPromo {
  height: 383px;
  width: 220px;
  background: url('/solo/products/custom/2452709/images/blog/blogPromo.gif');
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  overflow: hidden;
  text-align: left;
}
#ReviewsPromo li {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
*/

.readmore {
  display: block;
  padding-top: 8px;
}
.readmore a, .archiveLinks a {
  font-size: 8pt;
  color: #3292ff;
  text-decoration: none;
  font-weight: bold;
}
.readmore a:hover, .archiveLinks a:hover {
  font-size: 8pt;
  color: #3292ff;
  text-decoration: underline;
  font-weight: bold;
}
.archiveLinks a {
  font-size: 10pt;
  color: #6382a5;
}
.archiveLinks a:hover {
  font-size: 10pt;
  color: #6382a5;
}
.inline {
  display: inline;
}

.subheading {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

DIV.subcontent {
  padding-left: 13px;
  padding-right: 13px;
}
DIV.subcontent a {
  color: #157cd9;
}
DIV.subcontent a:hover {
  color: #157cd9;
}

p.pageHeader {
  text-transform: uppercase;
  color: #1b497d;
  font-weight: bold;
  font-size: 12pt;1b497d
}

/**
 * Affiliate content
**/
#affiliateHead {
  background: url('/solo/products/custom/2452709/images/affiliate/affiliateHeader.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  height: 33px;
  width: 571px;
  display: block;
}
#affiliateFoot {
  background: url('/solo/products/custom/2452709/images/affiliate/affiliateFooter.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  height: 33px;
  width: 571px;
  display: block;
}
.overview {
  font-size: 12pt;
  color: #157cd9;
  text-transform: uppercase;
}
#affiliateBody {
  width: 571px;
  padding-left: 2px;
  padding-right: 5px;
  width: 564px;
  background: url('/solo/products/custom/2452709/images/affiliate/leftBG.jpg');
  background-repeat: repeat-y;
  background-position: top left;
}
div.hr {
  height: 3px;
  border-bottom: 1px dotted #cfcfcf;
  display: block;
}

li.arrow {
  list-style-type: none;
  list-style-image: url('/solo/products/custom/2452709/images/affiliate/li_arrow.jpg');
  list-style-position: outside;
  vertical-align: middle;
  padding-top: 3px;
  padding-bottom: 3px;
}

.faqQuestion {
  color: #3292ff;
  font-size: 14px;
  display: block;
  font-weight: bold;
}

.image-thumbnail {
  display: inline;
}

/*  shopping cart CSS */
.SOLOCartTable {
  margin-top: 25px;
  border: 0px; 
  width: 80%;
  border: 1px solid #989898;
  font-size: 10pt;
}
.SOLOCartTable table {
  border: 0px;
}
.SOLOCartTable td {
  padding: 10px;
}
.SOLOCartHeaderText {
  padding-top: 25px;
  font-size: 14pt;
  font-weight: bold;
}
.SOLOCartTableHeaderCell {
  color: #444444;
  font-weight: bold;
  font-size: 8pt;
  color: #ffffff;
  background: #989898;
}
table.SOLOCartText td, table.SOLOCartText td table.SOLOCartTable td, font.SOLOCartText table.SOLOCartText td {
  text-align: left;
  font-size: 10pt;
}
table.SOLOCartText td table.SOLOCartTable {
  border: 0px;
}
font.SOLOCartText table.SOLOCartTable td table.SOLOCartText {
  width: 200px;
}
.SOLOCartText, .SOLOCartText td {
  font-size: 8pt;
  line-height: 150%;
}

