/**
 *
 * Pixture, for Drupal
 * Author: PIXTURE STUDIO <http://www.pixture.com>
 *
 */
/*
** Generic elements
*/
html {
	font-size: 100%; /*Fix a IE em BUG*/
}
font, basefont {
	font-size: 100%; /*Fix a IE em BUG*/
}
body {
	font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: center; /* IE5 hack */
	background: #090d14 url(bg-header.png) repeat-x left top;
	min-width: 800px;
	color: #f4f4fa;
}
div#wrapper {
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0px;
	line-height: 1em;
	background: transparent;
}

div#container {
	margin: 0px;
	padding: 0px;
	text-align: left; /* IE5 hack */
	line-height:1.5em;
	background: transparent;
}
table, tr, td, thead, tbody {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0px;
}
.sticky-header tr, .sticky-header th, .sticky-header thead {
	/* sticky list header for Drupal 6.x */
	background: #090d14;
}
tr.odd td, tr.even td {
  padding: 0.4em;
}
tr.odd {
	background: #090d14;
	border-bottom: solid 1px #43464f;
}
tr.even {
	background: #212632;
	border-bottom: solid 1px #43464f;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}
em {
	text-decoration: none;
	font-weight: normal;
}
div#cr8 {
	padding-top: 8px;
}
table {
	/* make <td> sizes relative to body size! */
	font-size: 1em;
	margin: 0px;
}
.form-item label {
	font-size: 1em;
	color: #f4eeee;
	font-weight: normal;
}
ul {
	padding: 0;
	padding-left: 1em;
	margin: 0px;
}
li {
	padding: 0;
	margin: 0px;
	padding-left: 0;
	line-height: 1.6em;
}
li a, li a:visited, li a:active, li a:hover {
	font-weight: normal;
}

.item-list ul {
	padding: 0px;
	margin: 0px;
}
.item-list ul li {
	font-size: 11px;
}
.item-list .title {
  font-size: 1em;
}
div.links {
	margin-bottom: 0;
	margin-top: 10px;
	text-align: right;
}
ul.links li {
	padding: 0px 0px 0px 10px;
	margin: 0;
}
.comment .links {
  margin-bottom: 0;
}
.more-link, .more-link a {
	font-size: 11px;
	font-weight: normal;
}

/*
** Page layout blocks / IDs
*/
#content {
	width: 100%;
}

/*
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 auto;  
}
*/

.submitted {
  color: #8787c0;
  font-size: 0.8em;
}
.links {
  color: #8787c0;
}
.links a {
	font-size: 11px;
	font-weight: normal;
}

/*-------------------------------------------------------------------*/
/*                          Basic Text Colors                        */
/*-------------------------------------------------------------------*/
a, a.active {
	text-decoration: none;
	font-weight: bold;
	color: #fff64e;
}
a:link, a.active:link {
	color: #fff64e;
}
a:visited, a.active:visited {
	color: #fff624;
}
a:hover, a.active:hover {
	color: #fff779;
	text-decoration: underline;
}
a:focus, a.active:focus {
	outline: none;
}

/*-------------------------------------------------------------------*/
/*                               Header                              */
/*-------------------------------------------------------------------*/
table#header {
	width: 100%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	line-height: 0em;
	margin-bottom: 20px;
}
table#header tr {
	padding: 0px;
	margin: 0px;
}
.silhouette-1 {
	background: url(header-city.png) no-repeat bottom left;
}
.silhouette-2 {
	background: url(header-mountain.png) no-repeat bottom left;
}
.silhouette-3 {
	background: url(header-western.png) no-repeat bottom left;
}
.silhouette-4 {
	background: url(header-palm.png) no-repeat bottom left;
}
.silhouette-5 {
	background: url(header-farm.png) no-repeat bottom left;
}
#pad {
	width: 10px;
	height: 68px;
	padding: 0px;
	margin: 0px;
}
#pad2 {
	width: 10px;
	padding: 0px;
	margin: 0px;
}

/*-------------------------------------------------------------------*/
/*                          Regular Blocks                           */
/*-------------------------------------------------------------------*/
/*
 we do not define regular blocks. use the default.
*/
.block .links {
	font-size: 11px;
}
.block .content {
	padding: 10px 5px;
}

/*-------------------------------------------------------------------*/
/*                              Regions                              */
/*-------------------------------------------------------------------*/
#main-content {
	width: 100%;
}
#main {
	/* padding in px not ex because IE messes up 100% width tables otherwise */
	padding: 0px 20px 10px 20px;
}
#mission, .node .content, .comment .content {
  line-height: 1.5em;
}

.node-unpublished {
background-color:#3F3F3F;
}

#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
	padding: 0px;
}
.error {
  border-color: red;
}
#sidebar-left, #sidebar-right {
	padding: 0px 20px 20px 20px;
	vertical-align: top;
}
#sidebar-left {
	width: 220px;	/* needed for Drupal 6.x */
	padding-right: 0px;
}
#sidebar-right {
	width: 220px;	/* needed for Drupal 6.x */
	padding-left: 0px;
}
div#footer {
	padding: 15px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	border: solid 0px #000000;
	border-top: solid 1px #04070f;
	background: #090d14 url(bg-header.png) repeat-x center left;
	line-height: 1.5em;
}
#footer a {
	text-decoration: underline;
	font-weight: bold;
}
#footer .block .block-bc, #footer .block .block-tc {
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 2px;
}
#footer .block .content {
	padding: 0px;
	margin: 0px;
}

/*-------------------------------------------------------------------*/
/*                          Sidebar Blocks                           */
/*-------------------------------------------------------------------*/
.sidebar .block {
	width: 220px;	/* needed for IE */
	margin: 0px;
	padding: 5px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 20px;
	background: #1a1f26;
}
.sidebar .block h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: center;
	border-bottom: solid 1px #31363c;
}
.sidebar .block li.expanded {
	border-bottom: solid 0px #ffffff;
}
.sidebar .block h3 {
	padding: 0px 3px;
	font-size: 12px;
}
.sidebar .block .title {
	font-size: 1em;
	margin-bottom: 0.3em;
}
.sidebar .block ul.links li {
	font-size: 10px;
}


/*-------------------------------------------------------------------*/
/*                                Poll                               */
/*-------------------------------------------------------------------*/
.poll .bar {
	background-color: #31363c;
	border: solid 0px #31363c;
}
.poll .bar .foreground {
	background: url(bg-tab-c.png) repeat-x center left;
}

/*-------------------------------------------------------------------*/
/*                             Top Image                             */
/*-------------------------------------------------------------------*/
.top-image {
	overflow: hidden;
	margin-bottom: 4px;
}
/*-------------------------------------------------------------------*/
/*                               Node                                */
/*-------------------------------------------------------------------*/
.node {		/* full node */
	margin: 0;
	margin-bottom: 20px;
	padding: 0px;
	padding: 10px 10px 5px 10px;

/*
	background: #090d14 url(bg-node.png) repeat-x top left;
*/
	border-top: solid 1px #262b32;
	overflow: hidden;
}
.sticky {
	border: dashed 1px #474a53;
	background: #1a1f26;
}
.teaser {
/*
	background: #090d14 url(bg-node.png) repeat-x top left;
	border: solid 0px #262b32;
*/
	border: solid 0px #262b32;
	border-bottom: solid 1px #262b32;
}
.banner {
	background: none;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 0.5em;
	padding: 0px;	
	border: solid 0px #ffffff;
}
.banner p {
	margin: 0px;
	padding: 0px;
}

.node .content, .comment .content {
	clear: both;
	margin: 1em .5em .5em .5em;
}
.node .taxonomy {
	font-size: 0.8em;
	padding-left: 1.5em;
}
.node .taxonomy li {
	padding: 1px 5px;
}
.node .taxonomy li a {
	color: #ffbf4e;
}
.node .picture {
	border: 1px solid #d9d9d9;
	float: right;
	margin: 0.5em;
}
.node table.nodetitle {
	margin-bottom: 5px;
}
.node .submitted {
	color: #ddc7c7;
}
.node .submitted a {
	color: #ffbf4e;
}
.node div.links {
}
.node h2.title {
	font-size: 18px;
}
.node h2.title a:hover {
	text-decoration: none;
}
.node h2.title {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

h1.pagetitle {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 5px 10px 3px 10px;
	background: #3d4147;
}

/*-------------------------------------------------------------------*/
/*                              Comments                             */
/*-------------------------------------------------------------------*/
.comment {
	margin: 5px;
	margin-bottom: 20px;
	padding: 0px;
	border: 1px solid #31363c;
}
.comment .title a {
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
}
.comment .content {
	padding: 0px 10px;
}
.comment .new {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: red;
}
.comment .picture {
	border: 1px solid #1a1f26;
	float: right;
	margin: 0.5em;
}
.comment .comment-id {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	color: #ffffff;
}
.comment .submitted {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 4px 5px;
	background: #1a1f26;
	color: #f4eeee;
}
.comment div.links {
	padding: 5px;
	margin-top: 0px;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #ececec;
  border: 1px solid #c7c7c7;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

/*-------------------------------------------------------------------*/
/*                               Forum                               */
/*-------------------------------------------------------------------*/
#forum table {
	margin-top: 10px;
	width: 100%;
	border: solid 0px #ffffff;
}
#forum {
	margin: 15px 0px;
}
#forum td.container {
	background: #393d4b;
	border-bottom: solid 1px #1a1f26;
}
#forum thead, #forum tbody {
	border: solid 0px #ffffff;
}
td.icon {
	text-align: center;
}
#forum td.forum {
	margin: 0px;
	padding: 0px;
}
#forum td.last-reply {
	background: none;
}
#forum .name a {
	margin: 0px;
	padding: 0px;
}
#forum .description {
	padding: 0px;
	margin: 0;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.forum-topic-navigation a.topic-next {
	text-align: right;
}
div.forum-topic-navigation a.topic-previous {
	text-align: left;
}

/*-------------------------------------------------------------------*/
/*                              Profile                              */
/*-------------------------------------------------------------------*/
#profile .profile {
  clear: both;
  border: 1px solid #a2a2a2;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
/*-------------------------------------------------------------------*/
/*                             Administer                            */
/*-------------------------------------------------------------------*/
div.admin, div.admin .left, div.admin .right {
	margin: 0px;
	padding: 5px;
	overflow: hidden;
}
div.admin-panel {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	background: #1a1f26;
}
div.admin-panel a {
	font-weight: normal;
	overflow: hidden;
}
div.admin-panel .description {
}
div.admin-panel .body {
	font-size: 11px;
}
div.admin-panel h3 {
	padding: 6px 8px;
	margin: 0;
	border-bottom: solid 1px #31363c;
}
div.help {
	margin: 0px;
	padding: 2px 5px;
	margin-top: 5px;
}
div.admin-dependencies, div.admin-required {
	color: #ddc7c7;
}

.messages {
  background-color: #1a1f26;
  border: 1px solid #262b32;
  padding: 0.3em;
  margin-bottom: 1em;
}
.messages li {
	margin-left: 10px;
}
/*-------------------------------------------------------------------*/
/*                              Field Set                            */
/*-------------------------------------------------------------------*/
fieldset {
	border: solid 1px #262b32;
}

/*-------------------------------------------------------------------*/
/*                                Pager                              */
/*-------------------------------------------------------------------*/
/*---- for Drupal 5.x ----
div.pager {
	margin: 5px;
	padding: 5px 0px;
	font-size: 13px;
}
.pager-list {
	margin: 0px;
	padding: 0px;
}
.pager a {
	background: #fff0df;
	margin: 2px;
	padding: 4px 8px;
	background: url(bg-button.png) repeat-x center center;
}
.pager a:hover {
	background: url(bg-abutton.png) repeat-x center center;
}
.pager strong.pager-current {
	color: #ffffff;
	margin: 2px;
	padding: 4px 8px;
	background: url(bg-abutton.png) repeat-x center center;
}
*/
/*---- for Drupal 6.x ----*/
div.item-list ul.pager li {
	padding: 0px;
	margin: 0px;
}
ul.pager {
	padding: 5px 0px;
	margin: 0px;
}
ul.pager li {
	padding: 0px;
	margin: 0px;
}
div.item-list ul.pager li.pager-current {
	color: #ffffff;
	margin: 2px;
	padding: 4px 8px;
	background: #d99f5e;
}
.pager a {
	margin: 2px;
	padding: 4px 8px;
	background: url(bg-button.png) repeat-x center center;
}
.pager a:hover {
	background: url(bg-abutton.png) repeat-x center center;
}

/*-------------------------------------------------------------------*/
/*                                Tabs                               */
/*-------------------------------------------------------------------*/
.tabs {
	font-size: 12px;
}
.tabs a {
	font-weight: normal;
	line-height: 2.1em;
}
.tabs ul {
	padding: 0;
	margin: 0;
	padding-left: 5px;
	margin-bottom: 10px;
	border-bottom: solid 0px #000000;
}
.tabs ul li {
	background: #090d14;
}
.tabs ul li a {
	margin: 0px;
	padding: 5px 10px;
	background: url(bg-button.png) repeat-x center center;
	border: solid 0px #1f1f1f;
}
.tabs ul li a:hover {
	background: #334256;
	background: url(bg-abutton.png) repeat-x center center;
	border: solid 0px #000000;
}
.tabs ul li a.active, .tabs ul li.active a {
	color: #ffffff;
	padding: 5px 10px;
	background: url(bg-abutton.png) repeat-x center center;
	border: solid 0px #000000;
}
.tabs ul li a.active:hover {
	text-decoration: underline;
	background: url(bg-abutton.png) repeat-x center center;
	border: solid 0px #1f1f1f;
}
ul.secondary {
	border: solid 0px #000000;
}
ul.secondary li {
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: solid 0px #000000;
	background: #090d14;
}
ul.secondary li a {
	margin: 0;
	padding: 3px 5px;
	margin-right: 2px;
	margin-left: 0px;
}
ul.secondary li.active a.active {
	margin: 0;
	padding: 3px 5px;
	margin-right: 2px;
	margin-left: 0px;
}

/*-------------------------------------------------------------------*/
/*                              Mission                              */
/*-------------------------------------------------------------------*/
#mission {
	margin: 0px 20px 15px 20px;
	padding: 5px 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	border-bottom: solid 2px #262b32;
}

/*-------------------------------------------------------------------*/
/*                      Archive Calendar Block                       */
/*-------------------------------------------------------------------*/
.sidebar .block-archive .content {
	padding: 15px 5px 10px 5px;
}
.sidebar .block-archive .content tr {
	background: none;
}
.sidebar .block-archive .content table td {
	border: solid 1px #393d4b;	/* a bit darker than block background */
	padding: 1px 2px;
	text-align: center;
}
#archive-container {
	padding-bottom: 10px;
}
#archive-container dd ul {
	border: solid 1px #262b32;
	background: transparent;
	background: #090d14;
	padding: 0px;
}
#archive-container dl dt {
	border: solid 0px #262b32;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
#archive-container dd {
	border: solid 0px #262b32;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
dl {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
dl dt {
	padding: 0px;
	margin: 0;
}
dd ul#archive-days {
	border: solid 0px #262b32;
	border-bottom: solid 1px #262b32;
	margin: 2px;
}
dd ul#archive-months {
	border: solid 0px #262b32;
	border-bottom: solid 1px #262b32;
	margin: 2px;
}
dd ul#archive-years {
	border: solid 0px #262b32;
	border-bottom: solid 1px #262b32;
	margin: 2px;
}

/*-------------------------------------------------------------------*/
/*                        Image Galleries                            */
/*-------------------------------------------------------------------*/
ul.galleries li {
	border: solid 1px #262b32;
	background: #090d14;
}
ul.galleries li h3 a {
	font-size: 1.1em;
	font-weight: bold;
	
}
ul.images {
	border: solid 1px #262b32;
	overflow: hidden;
}
ul.images li {
	text-align: center;
}
ul.images li h3 {
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------------------*/
/*                        Book Navigation                            */
/*-------------------------------------------------------------------*/
.box {
	background: #1a1f26;
	padding: 5px;
	padding: 10px;
}
.box h2 {
	padding-bottom: 2px;
	border-bottom: solid 1px #31363c;
}
.book-navigation {
	padding-bottom: 5px;
}
.book-navigation ul.menu {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.page-links a.page-previous {
	width: 40%;
	padding: 0px;
	margin: 0px;
}
div.page-links a.page-up {
	width: 19%;
	padding: 0px;
	margin: 0px;
}
div.page-links a.page-next {
	width: 40%;
	padding: 0px;
	margin: 0px;
}

/*-------------------------------------------------------------------*/
/*                          Misc for Contents                        */
/*-------------------------------------------------------------------*/
pre {
	margin: 0px 3px;
	padding: 5px;
	background: #000000;
	color: #fbf9f9;
	white-space: -moz-pre-wrap;	/* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
	line-height: 1.5em;
	border: solid 1px #1a1f26;
}

blockquote {
	margin: 4px 10px;
	padding: 10px 15px;
	background: #1a1f26;	/* same as block content background color */
}

/*******************************************************************
*                                        *
*******************************************************************/
#site_name h1 a {
	color: #ffffff;
}

/*-------------------------------------------------------------------*/
/*                              Others                               */
/*-------------------------------------------------------------------*/
.pushbutton, button, .form-submit {
	margin-bottom: 1px;
	cursor: pointer;
	padding: 2px 10px;
	font-weight: normal;
	font-size: 12px;

	border: solid 1px #444444;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	color: #ffffff;
	background: url(button.gif) repeat-x center;
}
.pushbutton:hover, button:hover, .form-submit:hover {
	border: solid 1px #444444;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	color: #ffffff;
	background: url(button-o.gif) repeat-x center;
}

/*-------------------------------------------------------------------*/
/*                             Top Menu                              */
/*-------------------------------------------------------------------*/
#menu {
	vertical-align: middle;
        z-index:100;
	padding: 0px 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	/* to align menu tabs to the left, change below */
	text-align: right;
}
#menu ul li {
	list-style-type: none;
	list-style-image: none;
}

#navlist {
	font-size: 1.0em;
	padding: 3px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist li {
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist a {
	padding: 5px 10px 4px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: url(bg-tab-c.png) repeat-x top left;
	border-width: 0px;
}
#navlist a.active {
	padding: 5px 10px 8px 10px;
	background: url(bg-atab-c.png) repeat-x top left;
	border-width: 0px;
}


#subnavlist {
  	padding: 0.5em 1.2em 0.4em 0;
  	font-size: 0.8em;
  	color: #aaaaaa;
}
#subnavlist a {
  	font-weight: bold;
  	color: #aaaaaa;
}

div#search {
	margin-right: 10px;
	text-align: right;
	font-size: 11px;
	margin-top: 26px;	/* this is a MUST for Safari */
}
#search .form-text {
	width: 10em;
	padding: 2px 2px;
	border: solid 1px #888888;
}
div#search label {
	color: #ffffff;
	padding: 2px;
}


/* INVENTORY GRID PAGE */

#inventory-header {
  	float:right;
	width:750px;
	background-color:#EFEFEF;
	margin:24px 0 5px -5px;
	padding:10px;
        border:2px groove #ccc;
	height:55px;
	color:black;
	font-family: "Helvetica neue",Helvetica,Arial,Verdana,sans-serif
	line-height:1.5em;
	font-size:11pt;
}


form#views-exposed-form-ec-product-page-1 {
	float:left;
	width:225px;
}

form#views-exposed-form-ec-product-page-1 select#edit-tid option{
	margin-left:5px;
}


.views-exposed-form .views-exposed-widget .views-widget select {
	height:400px;
	width:250px;
}
.views-exposed-form .views-exposed-widget .form-submit {
	float:right;
	margin-left:195px;
	display:block;
	margin-top:0px;
}

#inventory-header p {
}

div.views-exposed-form {
width:225px;
}


table.views-view-grid td {
	vertical-align:top;
	padding:10px;
}
table.views-view-grid {
	width:750px;
	float:right;
}

div.breadcrumb {
	display:none;
}


/* MODIFICIATIONS */

div#imageDetails{
display:none;
}


li.image_size_thumbnail a {
display:none;
}

body.lightbox-processed img.image-preview {
float:left;
}

div.links {
clear:left;
float:left;
}
li.image_size__original a {
font-size:12pt;
font-weight:bold;
}

div.field-field-product-images {
float:left;
padding-right:10px;
}

div.price {
clear:left;
padding-top:10px;
font-size:11pt;
}

div.all-attached-images, div.image-attach-body {
padding-left:0px;
margin-left:0px;
float:left;
padding-right:10px;
}


div.image-attach-body img.image-preview {
display:block;
float:left;
}

a.lightbox-processed img {
border:1px solid yellow;
margin-bottom:2px;
}


div.views-field-image-attach-images {
text-align:center;
}

div#block-block-6 {
text-align:center;
background-color:#ccc;
width:750px;
}

div#directions blockquote {
width:650px;
}

table.gmap-directions th {	
background-color:#EEEEEE;
}

p.item-details {
display:block;
float:right;
border:1px solid yellow;
background-color:#efefef;
padding:2px;
}
p.item-details a {
color:blue;
font-weight:normal;
}
li.add-to-cart a {
font-size:11pt;
font-weight:bold;
}
div.views-field-checkout-links ul.links {
list-style:none;
text-indent:-1em;
}

body.lightbox-processed img.image-preview {
}

li.closed a {
color:#8FFFFD;
text-transform:uppercase;
}


div.view-taxonomy-term {
}

div.clear-block {
float:left;
}

/* CONTENT-TOP BLOCK */

div#content-top {
width:100%;
}
div#content-top div.block div.content {
background-color:#FFF;
font-size:14px!important;
color:#000;
padding:15px;
margin-top:-10px;
}

div#content-top div.block div.content div {
margin-bottom:10px;
}
