/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
th.active img {
  display: inline;
}
tr.odd {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
tr.even {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
tr.even, tr.odd {
  padding: 0.1em 0.6em;
}
td.active {
  background-color: #ddd;
}

/*
** Menu styles
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
/*  margin: 0 0 0 5px; */
  margin: 0 0 0 0;
  padding: 0;
}

li.expanded {
  list-style-type: circle;
  list-style-image: url(/misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(/misc/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(/misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}

/*
** Other common styles
*/
.block-region {
  background-color: #ffff66;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 3px;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}
br.clear {
  clear: both;
  height: 0;
}
.container-inline div {
  display: inline;
}
.error {
  color: red;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .icon a {
  color: #000;
  text-decoration: none;
}
.item-list .icon a:hover {
  color: #000;
  text-decoration: none;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}

tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
.form-item input.error, .form-item textarea.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: block;
  font-weight: normal;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.ok {
  color: #080;
}
#pager {
  clear: both;
  text-align: center;
}
#pager a, #pager strong.pager-current {
  padding: 0.5em;
}
.path {
  padding-bottom: 0.7em;
  font-size: 1.1em;
}

/*
** Module specific styles
*/
#aggregator .feed-source .feed-title {
  margin-top: 0;
}
#aggregator .feed-source .feed-image img {
  margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
  float: right;
  display: block;
}
#aggregator .feed-item {
  margin-bottom: 1.5em;
}
#aggregator .feed-item-title {
  margin-bottom: 0;
  font-size: 1.3em;
}
#aggregator .feed-item-meta, #aggregator .feed-item-body {
  margin-bottom: 0.5em;
}
#aggregator .feed-item-categories {
  font-size: 0.9em;
}
#aggregator td {
  vertical-align: bottom;
}
#aggregator td.categorize-item {
  white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
  margin-top: 0;
}
#aggregator .categorize-item h3 {
  margin-bottom: 1em;
  margin-top: 0;
}

.book-navigation .menu {
  border-top: 1px solid #888;
  padding: 1em 0 0 3em;
}

.book-navigation .page-previous {
  text-align: right;
}
.book-navigation .page-up {
  margin: 0 4em;
}
.book-navigation .page-next {
  text-align: left;
}
.node-unpublished, .comment-unpublished {
  background-color: #fff4f4;
}
.preview .node, .preview .comment {
  background-color: #ffffea;
}
.archive {
  margin: 1em 0 1em 0;
}
.calendar .row-week td a {
  display: block;
}
.calendar .row-week td a:hover {
  background-color: #888; color: #fff;
}
.calendar a {
  text-decoration: none;
}
.calendar a:hover {
  text-decoration: none;
}
.calendar table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
}
.calendar td, .calendar th {
  text-align: center;
  border: 1px solid #000;
  padding: 1px;
  margin: 0;
  font-size: 0.8em;
}
.calendar td.day-blank {
  border: 0;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
#forum .description {
  font-size: 0.9em;
  margin: 0.5em;
}
#forum td.created, #forum td.posts, #forum td.topics, #forum td.last-reply, #forum td.replies, #forum td.pager {
  white-space: nowrap;
}
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
  text-align: center;
}
.forum-topic-navigation {
  padding: 1em 0 0 3em;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  padding: 0.5em;
}
.forum-topic-navigation .topic-previous {
  margin-right: 4em;
  text-align: right;
}
.forum-topic-navigation .topic-next {
  text-align: left;
}
.locale-untranslated {
  font-style: normal;
  text-decoration: line-through;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
td.revision-current {
  background: #ffc;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}
#permissions td.module, #blocks td.region {
  font-weight: bold;
}
#permissions td.permission, #blocks td.block, #taxonomy td.term, #taxonomy td.message {
  padding-left: 1.5em;
}

#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em;
  float: left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
.poll .bar {
  height: 1em;
  margin: 1px 0;
  background-color: #ddd;
}
.poll .bar .foreground {
  background-color: #000;
  height: 1em;
  clear: left;
  float: left;
}
.poll .links {
  text-align: center;
}
.poll .percent {
  text-align: right;
}
.poll .total {
  text-align: center;
}
.poll .vote-form {
  text-align: center;
}
.poll .vote-form .choices {
  text-align: left;
  margin: 0 auto;
  display: table;
}
.profile {
  clear: both;
  margin: 1em 0 1em 0;
}
.profile .picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile dt {
  margin: 1em 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin:0;
}
.node-form .poll-form fieldset {
  display: block;
}
img.screenshot {
  border: 1px solid #808080;
  display: block;
  margin: 2px;
}
.search-form {
  margin-bottom: 1em;
}
.search-form p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
}
.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.search-results p {
  margin-top: 0;
}
.search-results dt {
  font-size: 1.1em;
}
.search-results dd {
  margin-bottom: 1em;
}
.search-results .search-info {
  font-size: 0.85em;
}
.search-advanced .criterion {
  float: left;
  margin-right: 2em;
}
.search-advanced .action {
  float: left;
  clear: left;
}
#tracker td.replies {
  text-align: center;
}
#tracker table {
  width: 100%;
}
.theme-settings-left {
  float: left;
  width: 49%;
}
.theme-settings-right {
  float: right;
  width: 49%;
}
.theme-settings-bottom {
  clear: both;
}
#user-login-form {
  text-align: center;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
table.watchdog-event th {
  border-bottom: 1px solid #ccc;
}
tr.watchdog-user {
  background: #ffd;
}
tr.watchdog-user .active {
  background: #eed;
}
tr.watchdog-content {
  background: #ddf;
}
tr.watchdog-content .active {
  background: #cce;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #dfd;
}
tr.watchdog-page-not-found .active, tr.watchdog-access-denied .active {
  background: #cec;
}
tr.watchdog-error {
  background: #ffc9c9;
}
tr.watchdog-error .active {
  background: #eeb9b9;
}

/* Tab navigation */
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Help module
*/
.help-items {
  float: left;
  width: 22%;
  padding-right: 3%;
}
.help-items-last {
  padding-right: 0;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(/misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
html.js input.throbbing {
  background-position: 100% -18px;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(/misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin-top: 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right;
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed table *,
html.js fieldset.collapsed legend,
html.js fieldset.collapsed legend * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(/misc/menu-expanded.png) 5px 50% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(/misc/menu-collapsed.png);
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsible legend a {
  display: block;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 14px;
  background: #eee url(/misc/grippie.png) no-repeat 100% 100%;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

div.infobox {
  border: 1px solid #dddddd;
  padding: 2px;
  margin: 2px 2px 15px 2px;
}

.sn-img-item {
  padding: 0 0 0 0;
  position: relative;
}

.sn-img {
  background-image: url(sn-term.png);
  background-repeat: no-repeat;
  position: relative;
  height: 15px;
  left: 0;
  top: 0;
  width: 30px;
}

.sn-item {
  position: relative;
  left: 25px;
  top: -15px;
  height: .7em;
}

.sn-term-link {
  padding: .7em 0 .7em 0;
  position: relative;
  font-weight: bold;
}

.sn-feed-icon {
  text-align: right;
}

.sn-message {
  padding: .5em 0 .5em 0;
}

.sn-manage-form {
  padding: 1em 0 0 0;
}


html{
  height: 100%;
}
body {
  margin: 0 0 5px 0;
  padding: 0;
  color: #555;
  font-size: 12px; 
  font-family: arial, sans-serif;
  background: url(/files/bluemarine_bg.gif) left top repeat-x #ffffff;
  height: 100%;
  height: calc(100% - 5px);
}

#layout {
background-color:transparent;
margin: auto;
height:100%;
}

#header {
  height: 70px; 
  padding:0;
  margin:0;
  width:100%;
}

table#layout{
width: 960px; 
height:100%;
}

#logo, #menu{
height:103px;
width:100%;
background-color:transparent;
}

#topmenu {
height: 37px;
line-height: 37px;
}

#topmenu a {
padding: 0 20px 0 20px;
margin-right: 2px;
float: left;
text-decoration: none;
font-size: 1.2em;
color: white;
text-transform: capitalize;
background:#141414;
-webkit-border-radius: 5x;
-moz-border-radius: 5px;
border-radius: 5px 5px 0 0;
}

#topmenu a.active, #topmenu a:hover {
color: #FFFFFF;
background-color: #0E8686;
-webkit-border-radius: 5x;
-moz-border-radius: 5px;
border-radius: 5px 5px 0 0;
transition: all 0.5s ease;
font-weight:normal;
}
#topmenu a:hover {
background-color: #0B5F5F;
}

header h1 a {
line-height: 30px;
display: block;
}

#sidebar-left h2 {
padding: 5px 5px 5px 28px;
margin: 0px 0px 2px 0px;
font-size: 14px;
color: #4f4f4f;
font-weight:bold;
background: url(/files/bluemarine_bullet_h.gif) 8px 8px no-repeat #f7f7f7;
background-color: -webkit-linear-gradient(top, #f7f7f7, #eeeeee);
background-color: -moz-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
background-color: -ms-linear-gradient(top, #f7f7f7, #eeeeee);
line-height: 20px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#sidebar-left h2 a, #sidebar-left h2 a.active{
color: white;
font-size: 14px;
}

a:hover, a:active {
color: #51473a;
outline: none;
}

a:link {
color: #382e22;
}

nav ul, nav li {
list-style: none;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0.5em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin: 0.5em 0.5em 0.9em 0.5em;
}

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;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0em;
}
.comment .links {
  margin-bottom: 0em;
}

#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left;
  padding: 0em 1.0em 0em 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em;
  text-align: right;
  vertical-align: middle;
}

#lowmenu{
  padding: 0;
  margin: 0;  
  vertical-align: middle;
  background:#f5f5f5;
  border-bottom:1px #eeeeee solid;
}
#lowmenu_left{
padding-left:4px;
text-align:left;
}
#lowmenu_left img{
vertical-align:middle;
padding: 0;
margin: 0;  
}

#lowmenu_right{
padding-right:4px;
text-align:left;
}


#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 0 0.5em;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-slogan {
  font-size: 14px;
  color: #8d97a0;
  margin: 0px;
  padding: 0px 0px 4px 14px;
  font-weight: bold;
}
.main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 8px 0 8px 0; 
  margin: 8px 0 8px 0; 
  vertical-align:top;
  background-color:#ffffff;		  
}

article{
background-color:#FFFFFF;		  
}

#content{
  background-color:#ffffff;	
  padding: 0px; 
  margin: 0px; 
  width:100%;
}

#mission, .node .content, .comment .content {
  line-height: 1.4;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin: 5px;;
  max-height:100px;
  overflow: auto;
}
.messages {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
  background-color: #ffffff;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 8px 8px 10px 0px;
  vertical-align: top;
  width: 180px;
}

/*
** 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: 14px;
  color: #777;
  margin: 0 auto 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #999;
  font-size: 0.8em;
}
.links {
  color: #999;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0;
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 8px;
}

.title {
  margin-bottom: .25em;
}
.box .title {
  font-size: 1.1em;
}

.sticky {
  padding: .5em;
  background-color: #eee;
  border: solid 1px #ddd;
}

.comment .content, .box .content {
  padding: 5px 0 5px 0;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding: 1.5em;
}
.node .picture {
  border: 1px solid #ddd;
  float: right;
  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;
  font-weight: bold;
  font-size: 0.8em;
  float: right;
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right;
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 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 0.5em 0.5em 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 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
.calendar a {
  text-decoration: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #69c;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #369;
}
.calendar .day-selected a {
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

.taxonomy{
	display:inline;
}

span.price{
	color: #343332;
	font-weight:bold;
	white-space:nowrap;
}

img.addtocart{
	vertical-align:bottom;
}



/*---------------- Shopping Cart ---------------*/

.sc_message {
	color: red;
	font-size: xx-small;
	}

.sc_text {
	font-size: xx-small;
	}


.toplogin {
	color: #DDDDDD;
	font-size: 11px;
	font-weight: bold;
	}

input.toplogin {
	color: #444444;
	background-color: #CFD9EF;
	border:1px #507080 solid;
	height: 18px;
	font-size: 11px;
	font-weight: normal;
	}

.taxonomy{
	display:inline;
}



img.addtocart{
	vertical-align:bottom;
}

div.form-item{
	display:inline;
}

div.service-links div.item-list ul li{
	display:inline;
    margin: 0;
    padding: 0 4px 0 0;
}


a.active {
	font-weight:bold;
	font-size:12px;
}


#sidebar-left nav .block{
  padding: 0;
}


#sidebar-left{
margin: 8px 0 8px 0;
overflow: hidden;
}

#sidebar-left ul li a {
text-decoration: none;
font-size: 1.1em;
padding: 0px 20px;
line-height: 18px;
color: black;
}      

#sidebar-left li.leaf, #sidebar-left div.item-list li{
  list-style: none; 
  padding: 0;
  margin: 0;
}

#sidebar-left li.collapsed, #sidebar-left li.expanded{
  padding: 0;
  margin: 0;
}

div.block-blog div.more-link{
padding:2px 6px 2px 0px;
}

#sidebar-left span{
text-align:justify;
}

#sidebar-left .block{
  padding: 0 0 1px 0;
  margin: 0;
}

#sidebar-left .block ul {
  padding: 4px;
  margin: 1px;
}
#sidebar-left .block-s_shop_vocab_addfield ul, #sidebar-left .block ul.ranges {
list-style-type:none;
}

#sidebar-left .block li a:hover {
text-decoration:underline;
}

#sidebar-left .block li a {
padding:0 0 0 10px;
margin:0;
background: url(/files/bluemarine_bullet.gif);
background-position: left;
background-repeat:no-repeat;
}

.main h1{
font-size: 14px;
color: #4d4d4d;
font-weight:bold;
margin: 5px 0 5px 0;
padding: 5px;
}


#bottompage h1, #bottompage h2{
font-size: 14px;
color: #4f4f4f;
font-weight:bold;
background: url(/files/bluemarine_bullet_h.gif) 8px 8px no-repeat #f7f7f7;
background-color: -webkit-linear-gradient(top, #f7f7f7, #eeeeee);
background-color: -moz-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
background-color: -ms-linear-gradient(top, #f7f7f7, #eeeeee);
margin: 0;
padding: 5px 5px 5px 28px;
line-height: 20px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.breadcrumb a{
color: #51473a;
outline: none;
}

.breadcrumb strong{
font-weight:normal;
vertical-align:middle;
}

td.toppager{
padding: 1px 8px 1px 0;
text-align:right;
}
.toppager a{
	margin: 0;
	padding: 0 0 0 5px;
}

td.toppagercat{
padding: 1px 0px 1px 8px;
text-align:left;
}


td.toppagercat, td.toppager{
background: #F9F8F7;
border-top: 1px solid #EBEBEB;
height:20px;
}
.book-navigation .page-links {
  text-align: center;
  padding: 0.5em;
  margin: 3px 0;
}

#pager, .book-navigation .page-links {
background: #F9F8F7;
border-top: 1px solid #EBEBEB;
padding:5px;
}

a {
  text-decoration: none;
}

div.catprd{
background-color:#FFFFFF;
padding: 4px;
height: 100%;
vertical-align:top;
text-align:center;
overflow: auto;
}

div.catprd img{
display:inline;
}

div.catprd a{ 
font-weight:normal;
display:block;
color: #2e2e2e;
text-decoration: none;
}
div.catprd a:hover{ 
text-decoration: underline;
}

.retailprice{
color:#888;
}

div.catprd a.addtocart2 {
display: inline-block;
border: none;
position: relative;
background-color: #5fa2a2;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
font-size: 1em;
text-transform: capitalize;
text-decoration: none;
font-weight: bold;
padding: 5px 10px;
margin-top: 8px;
cursor: pointer;
display: inline-block;
color:#FFFFFF;
}

.main .node .content li{
margin-left:8px;
}

.node .content, .description{
	TEXT-ALIGN: justify;
	padding-bottom: 5px;
}
/* #topmenu form, #topmenu div, #topmenu div div, #topmenu div div div, #topmenu div div div div{ */
#topmenu form, #topmenu div{
display:inline;
}
#secondary, #primary, #header{
display:inline;
}

#topmenur{
text-align:right;
}

#topmenur form.searchform {
display: block;
float: right;
height: 28px;
line-height: 24px;
padding: 3px 0 3px 0;
position: relative;
}

#topmenur .searchform input[type="text"] {
width: 230px;
background: #ffffff;
margin: 0 5px 0 0;
font-size:16px;
height: 22px;
border: 1px solid #cacaca;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}


#topmenur .searchform input[type="submit"] {
height: 24px;
background: #de3c0c;
border:none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
color: #FFFFFF;
font-weight:bold;
margin: 0;
text-transform:lowercase;
text-align:center;
cursor:pointer;
}
.itemlist{
text-align:center;
vertical-align:top;
padding-bottom:4px;
}
/*** Searh Results ***/
.j{width:750px}
.a,.a:link{font-size:10px;color:green}
.r{font-weight:normal;margin:0;display:inline}
.g{margin:3px 0;text-align:justify;}
.g2{margin:3px 0 8px 0;text-align:justify;}

.search-title{
	vertical-align: top;
	padding: 0 0 8px 4px;
}

.search-img{
	vertical-align: top;
	padding: 0 2px 0 0;
	width:1%;
}

.search-price{
	height:18px;
	vertical-align:middle;
	width:115px;
}

.g a,.g2 a{
color:#343332;
}
.g a:hover,.g2 a:hover{
color:#51473a;	
}

hr {
height: 1px;
color: #EEE;
background: #EEE;
display: block;
border: none;
overflow: hidden;
margin: 0.5em auto;
border-width: 0px;
}
/*** Searh Results end ***/
/* product page */
#prdordertab {
background: #fafafa;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#prdordertab .price, #prdordertab .total {
font-size: 20px;
font-weight: bold;
color: #343332;
margin: 0;
padding: 0;
}

#prdordertab .wholesale{
font-size: 14px;
}

#prdordertab .total{
background-color:#fafafa;
color: #343332;
height: 20px;
text-align:left;
vertical-align:baseline;
border:none;
}

#productorderqty {
background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#dedede));
background: -moz-linear-gradient(top, #FFFFFF  0%, #dedede 100%);
border: none;
border: 1px solid #dedede;
border-right: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-border-top-right-radius: 0;
-webkit-border-top-right-radius: 0;
border-top-right-radius: 0;
-moz-border-bottom-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
border-bottom-right-radius: 0;
padding: 7px 8px 7px 8px;
font-size:14px;
}

#productorderqty input {
display: inline-block;
width: 30px;
height: 20px;
margin: 4px;
border: 1px solid #ececec;
border-width: 1px 0 0 1px;
background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#FFFFFF));
background: -moz-linear-gradient(top, #dedede 0%, #FFFFFF 100%);
}

#prdordertab input.addtocart {
padding: 8px;
margin: 0 0 0 10px;
width: 145px;
border: none;
background: #5fa2a2;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-border-top-left-radius: 0;
-webkit-border-top-left-radius: 0;
border-top-left-radius: 0;
-moz-border-bottom-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
border-bottom-left-radius: 0;
color: white;
text-transform:capitalize;
font-size:14px;
font-weight: bold;
cursor:pointer;
}
#sidebar-left br{
display:inline;
font-size:1px;
line-height: 1px;
min-height:1px;
}
td.border {
	background-color: #FFFFFF;
}
td.itemdesc{
vertical-align:top;
padding-right:4px;
}
.block-s_shop_shoppingcart{
display:inline;
padding: 0;
margin: 0;
}
#shoppingcartitems{
border:none;
background-color:transparent;
font-weight:bold;
font-size: 12px; 
font-family: arial, sans-serif;
color:#37937b;
width:20px;
}


div.block-s_shop_shoppingcart table td{
padding-top: 5px;
margin: 0px;
}

td#menu{
vertical-align:top;
padding-top:0;
margin:0 5px 5px 5px;
}
td#lowmenu_right{
width:100%;
padding-left:15px;
}
#lowmenu_right, #logininfo-id{
	color:#f2efe8;
}
#logininfo-id td.lp{
color:#000000;
}
#lowmenu_right a, #logininfo-id a{
font-weight:bold;
}
td#lowmenu_right #logininfo-id{
text-align:center;
float:right;
display:inline;
}
#sidebar-left-empty{
  padding: 0px; 
  margin: 0px; 
}

#lowmenu_right .block, #lowmenu_right table, #lowmenu_right div, #lowmenu_right .content{
display:inline;
}
#lowmenu_right .content{
text-align:left;
}
#lowmenu_right div.content table{
width:100%;
}
td.itemimage{
vertical-align:top;
padding:0px 4px 0px 4px;
}
.bigCat{
vertical-align:top;
text-align:left;
}

.bigCatImg{
vertical-align:top;
}

.bigCat a, .bigCatImg a{
display:block;
}
.content img{
display:block;
}

#logo h1.site-name {
  padding: 4px 0px 4px 14px;
  margin:0px;
  font-size: 28px;
  color: #343332;
}

#logo h1.site-name a{
color: #343332;
text-decoration:none;
}

#prd_img{
border:1px solid #ececec; 
margin-bottom:0;
padding-bottom:0;
float:left;
}

.prd_img_add{
	border:1px solid #ccc;
	margin-right: 5px;
	float:left;
	cursor:pointer;
}

.main .node h1, .main .node h2{
padding: 0;
}

#block-s_shop_shoppingcart a
{
	color:#cc0033;
}

table.shopcart{
	margin-left: 20px;
}


table.shopcart a.s1 {
border: none;
background-color: #1e1e1e;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
font-size: 14;
text-transform: capitalize;
text-decoration: none;
font-weight: bold;
padding: 5px;
margin: 2px;
color:#FFFFFF;
}

table.shopcart a{
	color:#37937b;
	font-weight:bold;
}

div.block-s_shop_shoppingcart{
	background: url(/files/bluemarine_sc.png) 0px 0px no-repeat;
	background-repeat:no-repeat;
	padding: 5px 8px 0px 0px;
margin: 20px 0px 5px 0px;
text-align: center;
vertical-align:top;
display:table;
float:right;
}


div.block-s_shop_shoppingcart table td{
line-height: 20px;
}

a:link {
  color: #37937b;
}
a:visited {
  color: #37937b;
}
a:hover {
  color: #37937b;
  text-decoration: underline;
}

.article{
	border: 1px solid #ececec;
	border-radius: 4px;
-moz-border-radius: 5px;
-webkit-border-radius: 5x;
margin-bottom:8px;
}

.block-s_shop_related_prod, .block-top-tree, .block-s_shop_topprd_tree, .block-s_shop_prd_recently-0{
border: 1px solid #ececec;
border-radius: 4px;
-moz-border-radius: 5px;
-webkit-border-radius: 5x;
padding-bottom:5px;
}

.block-s_shop_cat_block{
background: url(/files/bluemarine_menu_bg.png) 0 0 repeat-y #feffff;
border: 1px solid #dbe9e9;
border-radius: 4px;
-moz-border-radius: 5px;
-webkit-border-radius: 5x;
padding-bottom:5px;
	
}

#sidebar-left .block {
margin-bottom:8px;
}

#footer {
  background-color: #2b2b2b;
  padding: 1em;
  color:#a9a9a9;
border: 1px solid #1e1d1d;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5x;
line-height:20px;
}

#sidebar-left .block li a {
padding:0 0 0 10px;
margin:0;
background-position: left;
background-repeat:no-repeat;
}

#sidebar-left ul li A.ml3_0{
	font-size: 12px;
	color: #2e8070;
 	text-decoration: none;
    padding: 0 10px 0 10px;
}

#sidebar-left ul li A.ml3_0:visited {
	font-size: 12px;
	color: #2e8070;
 	text-decoration: none;
    padding: 0 10px 0 10px;
}

#sidebar-left ul li A.ml3_0:hover {
	font-size: 12px;
	color: #2e8070;
 	text-decoration: none;
    padding: 0 10px 0 10px;
}

.ml3_1{
	font-size: 12px;
	color: #51575b;
 }

#sidebar-left ul li A.ml3_1{
	background-position:left;
	background-repeat:no-repeat;
	font-size: 12px;
	color: #51575b;
 	text-decoration: none
}

#sidebar-left ul li A.ml3_1:visited {
	background-position:left;
	background-repeat:no-repeat;
	font-size: 12px;
	color: #51575b;
 	text-decoration: none
}

#sidebar-left ul li A.ml3_1:hover {
	background-position:left;
	background-repeat:no-repeat;
	font-size: 12px;
	color: #51575b;
 	text-decoration: underline;
}


.ml3_2{
	font-size: 11px;
	color: #51575b;
 }

#sidebar-left ul li A.ml3_2{
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 10px 0px 12px;
	font-size: 11px;
	color: #51575b;
 	text-decoration: none
}

#sidebar-left ul li A.ml3_2:visited {
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 10px 0px 12px;
	font-size: 11px;
	color: #51575b;
 	text-decoration: none
}

#sidebar-left ul li A.ml3_2:hover {
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 10px 0px 12px;
	font-size: 11px;
	color: #51575b;
 	text-decoration: underline;
}

#sidebar-left ul li A.opened {
	background:url(/themes/bluemarine/menu/imgs/minus.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#sidebar-left ul li A.closed {
	background:url(/themes/bluemarine/menu/imgs/plus.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.main .article .box .content .g{
	padding:5px;
}

#pager a, #pager.pager-current{
padding: 5px;
}

#toppager table td{
padding: 5px;
}

div.catprd a.addtocart2, #shopping input.buttonH, #shopping input.button, .bgH .buttonH, .button, #contact_mail_page input[type="submit"]{
display: inline-block;
border: none;
position: relative;
background-color: #5fa2a2;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
font-size: 1em;
text-transform: capitalize;
text-decoration: none;
font-weight: bold;
padding: 5px 10px;
margin-top: 8px;
cursor: pointer;
display: inline-block;
color:#FFFFFF;
}

.bgH .button{
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
font-size: 1em;
text-transform: capitalize;
}

#shopping, #contact_mail_page{
padding:5px;
}
#menu #logininfo-id{
float:right;
margin: 15px 0 0 0;
}
.vfirst, .vmiddle{
border-bottom: 1px solid #ececec;
}
#siteseal{
    text-align: center;
    padding-bottom:15px;
}

