/*
Theme Name: Gallery, a Thematic child theme
Theme URI: http://www.chris-wallace.com/2009/06/22/gallery-1-2-released/
Description: The ultimate gallery-style Thematic child theme for WordPress.
Author: Chris Wallace
Author URI: http://chris-wallace.com
Template: thematic
Version: 1.2.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');
input,select,textarea{
  color: #eee;
  background-color: #3F3F3F;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input[type="submit"],
input[type="button"],
button{
  background: url("images/btn-bg.jpg") repeat-x left top;
  color:#ddd;
  font-weight: normal;
  position: relative;
  height: 22px;
  overflow: hidden;
  border: 1px solid #101010;
  padding: 3px 18px;
  font-size: 10px;
  line-height: 0.75em;
  font-family: Verdana, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover{
  background-position: 0 -22px;
  color: #ddd;
}
input[type="submit"]:active,
input[type="button"]:active,
button:active{
  background-position: 0 -44px;
  padding-top: 4px;
  padding-bottom: 0;
}
abbr{
  border-bottom: 1px dotted #555;
}
pre{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px;
  margin: 10px 0;
  white-space: pre;
  overflow: auto; 
}
pre,
code{
  font-size: 12px;
}
body {
  background: #042433 url("images/body-background.jpg") center top;
  color: #AFAFAF;
  font-family: Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
  font-size: 90%;
  font-style: normal;
  line-height: 2em;
}
#wrapper{
  height: auto;
  min-height: 508px;
  overflow: hidden;
  background: transparent url("images/light-source-trans.png") no-repeat center top;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #ddd;
}
h1, h2, h3{
  color: #fff;
}
h2{
  font-size: 1.5em;
  margin-bottom: 0.7em;
}
#content ol,
#content ul{
  margin-bottom: 1em;
}
.single #content li{
  line-height: 1.4em;
}
.single #content ul{
  border-top: 1px solid #101010;
  border-bottom: 1px solid #282828;
}
.single #content li{
  padding: 10px 0 10px 24px;
  list-style: none;
  position: relative;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #101010;
}
.twitter{
  background: url("images/icons/twitter.png") no-repeat left center;
}
.delicious{
  background: url("images/icons/delicious.png") no-repeat left center;
}
.designer{
  background: url("images/icons/person.png") no-repeat left center;
}
.site-link{
  background: url("images/icons/globe.png") no-repeat left center;
}
#header {
  margin: 0 auto;
  padding: 20px 0;
	position: relative;
	z-index: 20;
}
#branding,#access {
  margin: 0 auto;
  overflow: visible;
  width: 940px;
}
#branding{
  padding: 10px 0;
}
.ie8 #branding{
	margin-bottom: 20px;
	height: 30px;
}
#blog-title {
  text-align: left;
  display: inline;
  float: left;
}
#blog-title a{
  display: block;
  width: 196px;
  height: 70px;
  background: url("images/logo.png") no-repeat left top;
  text-indent: -9000px;
  margin-bottom: 10px;
}
.msie #blog-title a{
  position: relative;
  margin-bottom: -10px
}
#blog-description {
  color:#777;
  font-size:0.9em;
  line-height: 1.4em;
  font-weight:normal;
  text-align: right;
  padding-top: 66px;
}
#access {
  width: 940px;
  height: 45px;
  margin-top: 10px;
  clear: both;
  background: url("images/menu-bg-trans.png") no-repeat top left;
}
#category-menu ul{
  padding: auto;
}
#category-menu li{
  float: left;
  height: 45px;
  text-transform: uppercase;
}
#category-menu li a,
li.blog-description span{
  display: block;
  font-size: .8em;
  font-weight: bold;
  height: 28px;
  padding: 8px;
  margin-right: 8px;
  color: white;
  text-decoration: none;
}
#category-menu li.home a{
  display: block;
  text-indent: -9000px;
  overflow: hidden;
  text-align: left;
  width: 24px;
  background: url("images/ico-home-trans.png") no-repeat;
  background-position: center 15px;
  padding-bottom: 0;
	margin-left: 10px
}
#category-menu li.home a:hover{
  background: url("images/ico-home-trans.png") no-repeat center -16px;
}
#category-menu li.current_page_item{
}
#category-menu li.current_page_item a{
  color: #ddd;
}
#category-menu > li:first-child{
  margin-left: 10px;
}
#category-menu li a:hover{
  color: #ddd;
}
#category-menu li.blog-description{
  float: right;
}
#category-menu li.blog-description span{
  color: #eee;
  font-weight: normal;
}
#blog-description{
  display: none;
}
#page-menu{
  position: absolute;
  bottom: 75px;
  right: 5px;
  margin: 0;
  width: 728px;
  height: 80px;
  font-size: .8em;
  color: #888;
  z-index: 100;
}
#page-menu #page-nav{
  text-align: right;
}
#page-menu #page-nav li{
  float: right;
  margin: 60px 0 0 4px;
}
#page-menu #page-nav li a{
  padding: 8px 12px;
  font-size: .9em;
  color: #bbb;
  text-transform: uppercase;
}
#page-menu #page-nav li.rss a{
  padding-left: 20px;
  background: url("images/ico-rss-trans.png") no-repeat left center;
}
#page-menu #page-nav li a:hover{
  color: white;
}
.sf-menu .current_page_item a, 
.sf-menu .current_page_ancestor a, 
.sf-menu .current_page_parent a {
}
.sf-menu a, .sf-menu a:visited {
	color:#FFFFFF;
}
.sf-menu li {
	position: relative;
	background:transparent;
}
body #access #category-menu .sf-menu li li {
  width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
	width: auto;
}
.sf-menu li li li {
	background: red;
}
body #access #category-menu .sf-menu a:focus, 
body #access #category-menu .sf-menu a:hover, 
body #access #category-menu .sf-menu a:active {
	background: #232323;
}
body #access #category-menu .sf-menu .home a:focus, 
body #access #category-menu .sf-menu .home a:hover, 
body #access #category-menu .sf-menu .home a:active {
  background: url("images/ico-home-trans.png") no-repeat center -16px;
}
body #access #category-menu .sf-menu ul a:focus, 
body #access #category-menu .sf-menu ul a:hover, 
body #access #category-menu .sf-menu ul a:active {
	background: #454545;
}
.sf-menu li li a:hover {
	background:#333333;
}
.sf-menu ul {
	border:medium none;
}
.sf-menu li:hover ul, 
.sf-menu li.sfHover ul {
	top: 45px;
	position: absolute;
	border: 3px solid #333;
	background: #1A1A1A;
	padding: 0;
	border-top: none;
}
.sf-menu ul ul {
	top: auto;
	left: auto;
	margin-top:0;
}
body #access #category-menu .sf-menu ul a {
	background:#111111;
	color: white;
	padding: 5px 0 5px 5px;
	margin: 0;
	line-height: 20px;
	height: 20px;
	display: block;
	width: auto;
}
.sf-menu ul a:hover {
	color:#CC0000;
}
.skip-link {
  display: none;
}
#main{
	position: relative;
	z-index: 5;
  margin: 0 auto 30px auto;
}
#primary,
#secondary{
  display: none;
}
.page #primary{
  display: block;
}
.aside{
  width: 270px;
}
.page .aside {
  clear: both;
  width: 940px;
}
#content{
  width: 940px;
  margin: 0;
  float: none;
  padding-top: 0;
}
.msie #content,
.single #content,
.home #content,
.page #content{
  padding-top: 20px;
}
.page #content{
  clear: both;
  float: left !important;
  margin-left: 0;
  width: 940px;
}
.page #content li{
  list-style: disc;
  margin-left: 20px;
}
#page-top li {
  list-style-type: none !important;
}
.single #container{
  position: relative;
}
.single .entry-content{
  display: inline;
  float: left;
  margin: 20px 0 0 550px;
  width: 385px;
}
.single div.video .entry-content{
	margin: 20px 0 0 680px;
	width: 255px;
}
.single div.video ul.meta,
.single div.video #nav-below{
	display: none;
}
.single .artwork-container{
  float: left;
  margin-left: -935px
}
.single .entry-artwork{
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px;
}
.single .navigation{
  margin-top: 10px;
  padding-top: 0;
}
.single .entry-content h1,
h1.page-title{
  font-size: 1.8em;
  margin-bottom: .5em;
}
h1.page-title{
  margin-bottom: 1em;
}
.single .entry-content p{
  line-height: 1.3em;
}
.not-singular .entry-content{
  float: left;
  width: 134px;
  margin: 0 0 5px 0;
}
.not-singular .entry-content a{
  border: 3px solid #191919;
  display: block;
  height: 125px;
  width: 125px;
  overflow: hidden;
  position: relative;
  background-color: #191919;
}
.not-singular .entry-content a img{
  position: absolute;
  z-index: 5;
}
.not-singular .entry-content a span.slide-title{
  position: absolute;
  top: 108px;
  left: 3px;
  width: 300px;
  line-height: 1em;
  color: white !important;
  font-size: .8em;
  text-transform: uppercase;
  z-index: 0;
}
.not-singular .entry-content{
  position: relative;
}
.not-singular .entry-content .new{
  display: block;
	position: absolute;
	top: -6px;
	right: 10px;
	width: 42px;
	height: 22px;
	background: url("images/ico-new-trans.png") no-repeat top left;
	z-index: 200;
}
.not-singular .video .new{
	background: url("images/ico-video-trans.png") no-repeat top left;
	width: 74px;
}
span.cover-up{
  background: url("images/side-fade-trans.png") no-repeat right top;
  position: absolute;
  right: 0;
  top: 0;
  height: 125px;
  width: 20px;
  z-index: 4
}
.main-aside h3{
  font-weight: bold;
  color: #fff;
  padding: 5px 0 5px 10px
}
.main-aside .xoxo li{
  margin: 0 0 10px 0;
  padding: 15px;
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#index-top {
  clear: both;
  float: left;
  position: relative;
  width: 940px;
}
#index-top ul li.widgetcontainer {
  float:left;
  margin:10px 10px 10px 0;
  padding: 15px;
  width: 270px;
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#index-bottom {
  clear: both;
  float: left;
  position: relative;
  width: 940px;
}
#index-bottom ul li.widgetcontainer {
  float:left;
  margin:10px 10px 10px 0;
  padding: 15px;
  width: 270px;
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#single-top {
  clear: both;
  float: left;
  position: relative;
  width: 940px;
}
#single-top ul li.widgetcontainer {
  float:left;
  margin:10px 10px 10px 0;
  padding: 15px;
  width: 270px;
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#single-insert {
  clear: both;
  float: left;
  position: relative;
  width: 940px;
}
#single-insert ul li.widgetcontainer {
  float:left;
  margin:10px 10px 10px 0;
  padding: 15px;
  width: 270px;
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#single-bottom {
  clear: both;
  float: left;
  position: relative;
  width: 940px;
}
#single-bottom ul li.widgetcontainer {
  float:left;
  margin:10px 10px 10px 0;
  padding: 15px;
  width: 270px;
  background-color: #191919;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page .main-aside .xoxo li {
  float: left;
  width: 270px;
  margin: 10px 10px 10px 0;
}
#page-bottom ul li.widgetcontainer {
  float:left;
  margin:10px 10px 10px 0;
  padding: 15px;
  width: 270px;
  background-color: #191919;
  list-style: none !important;
  border: 1px solid #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#page-bottom ul li ul li {
  list-style: none !important;
  margin-left: 0 !important;
}
.main-aside .xoxo li div{
  padding: 0 0 0 10px;
  font-size: .8em;
  line-height: 2em;
}
.main-aside .xoxo li ul li{
  margin: 0;
  padding: 0 0 0 10px;
  background: transparent;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0
}
.main-aside p{
  margin-bottom: 1em;
}
h3.widgettitle {
  font-size: 1.4em;
}
form{
  margin: 0 0 2em 0;
}
legend{
  font-size: 1.2em;
  font-weight: 700;
  color: white;
}
.form-label,
.wpcf7-form label{
  display: block;
  margin: 5px 0 0 0;
}
input[type="text"],
input[type="password"],
textarea,
select{
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #303030;
  background: #191919;
  color: #999999;
  padding: 3px;
}
.navigation {
  font-family: Helvetica,Arial,sans-serif;
  margin-bottom: 20px;
  overflow: hidden;
  text-transform: uppercase;
  width: 100%;
}
#nav-above {
  display: none;
}
#nav-below{
  clear: both;
  padding-top: 10px;
  height: auto;
  overflow: auto;
  padding-bottom: 10px
}
.nav-next {
  float: right;
  text-align: right;
  width: 47%;
}
.not-singular .nav-next{
  margin-right: 5px	
}
.nav-previous {
  float: left;
  width: 47%;
}
#nav-above{
  display: none;
}
.hentry{
  width: auto;
}
.slug-about-us .entry-content {
  float: left;
  width: 600px;
  margin-right: 10px;
}
#page-bottom {
  clear: none !important;
  float: right
  width: 330px;
}
.entry-title {
  color: white;
  font-size: 2.6em;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 1em;
  padding-bottom: 1px;
}
.entry-title a{
  color: white
}
.post .entry-meta,.post .entry-utility {
  color: #afafa1;
  font-size: 0.825em;
  margin-bottom: 24px;
  padding-bottom: 5px;
}
.post p, .entry-content p {
  margin-bottom: 1em;
}
.post pre,#content .page pre {
  font-size: 1.6em;
}
.post dt {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.post dd {
  color: #eee;
  margin-bottom: 1em;
}
.post dl {
  margin-bottom: 1.3em;
  padding-left: 20px;
}
.post a.more-link {
  background: #be194f;
  color: #fff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.post a.more-link:hover {
  background: #d93c6f;
}
a.more-link .meta-nav {
  display: none;
}
.post h3,.post h4,.post h5,.post h6 {
  margin: 5px 0;
  padding: 5px 0;
}
.post h4 {
  font-size: 1.4em;
}
.post h5 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.post h6 {
  font-size: 1.1em;
  text-transform: uppercase;
}
.post blockquote {
  font: italic 2em Georgia, "Times New Roman", Times, serif;
  color: white;
  margin: 10px 0px;
  padding: 10px 20px 1px 10px;
}
.post blockquote p {
  font-stayle: italic;
}
.post .page-link {
  font-size: 0.825em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page-link a {
  background: #f0f0f0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #eee;
  border-right: 1px solid #ddd;
  border-top: 1px solid #eee;
  padding: 5px 10px;
  text-decoration: none;
}
.post .entry-utility {
  border-top: 1px solid #232323;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.btc-powered{
  font-size: 0.825em;
}
#comments {
  margin-top: 20px;
  padding: 20px 0 0 0;
  clear: both;
  overflow: auto;
}
#comments,#comments input[type="text"],#comments textarea {
  font-size: 12px;
}
#comments h3 {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 7px 12px 7px 42px;
  font-weight: bold;
  background: #171717 url("images/ico-comment.png") no-repeat 16px center;
}
#comments #respond h3{
  background-image: url("images/ico-person.png");
}
#comments #comments-list #respond h3{
  background-image: url("images/ico-reply.png");
}
.formcontainer{
  border-top: 1px solid #282828;
}
#comments-list {
  border-top: 1px solid #141414;
  float: left;
  margin-right: 30px;
  padding: 0 0 18px;
  width: 520px;
}
#comments-list ol,#comments-list ul {
  list-style: none;
  margin: 0;
}
#comments-list ol {
  margin: 0 0 18px 0;
}
#comments-list li {
  padding: 18px 1.5em 18px 1.5em;
  position: relative;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #101010;
}
#comments-list ol {
  border-bottom: 1px solid #282828;
}
.single #content #comments-list li,
.page #content #comments-list li{
  padding: 20px 0;
  position: relative;
  z-index: 0
}
#comments-list li .avatar {
  height: 60px;
  width: 60px;
  padding: 4px;
  border: 1px solid #282828;
  background: #171717;
  float: left;
  position: relative;
  margin-left: -95px;
}
#comments-list .comment-author,
#comments-list .comment-meta,
#comments-list .comment-content,
#comments-list .unapproved{
  display: block;
  margin-left: 100px
}
#comments-list .unapproved{
  background-color: #191919;
  margin-bottom: 15px;
  padding: 10px;
  color: white;
}
#comments-list .comment-author {
  font-weight: bold;
  font-size: 1.3em;
  padding: 5px 0 0 0;
}
#comments-list .comment-meta {
  color: #666;
  font-size: 11px;
  padding: 10px 0 9px 0;
}
#comments-list .comment-meta a {
  color: #eee;
  font-style: italic;
  text-decoration: none;
}
#comments-list .comment-meta a:active,#comments-list .comment-meta a:hover {
  color: #FF4B33;
}
#comments-list .comment-content{
  padding-right: 10px
}
#commentform{
  padding: 15px;
  width: 360px
}
.comment-reply-link {
  font-size: 11px;
  padding: 0 0 18px 0;
  text-align: right;
}
.hover-url{
  color: #666;
  margin-left: 10px;
  font-weight: normal;
  font-style: italic;
  font-family: Georgia, "Georgia MS", Times, serif
}
.comment-reply-link a {
  color: #eee;
  font-style: italic;
  text-decoration: none;
}
.comment-navigation {
  font-weight: bold;
  margin-right: 0.5em;
  padding: 0;
}
.comment-navigation a {
  border: 1px solid #ccc;
  color: #eee;
  font-weight: normal;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.comment-navigation a:active,.comment-navigation a:hover {
  color: #FF4B33;
}
.comment-navigation a,.comment-navigation span {
  margin-right: 0.5em;
}
#trackbacks-list .comment-content {
  left: -9000px;
  position: absolute;
}
#respond {
  border-top: 1px solid #141414;
  margin-bottom: 22px;
  overflow: hidden;
  padding: 0;
  width: 390px;
  float: right;
  position: relative;
  z-index: 4;
 }
#comments-list #respond {
  margin: 0;
  padding: 0;
  float: none;
  width: 520px;
}
#comments-list #commentform {
  width: auto;
}
#comments-list ul #respond {
  margin: 0;
}
#cancel-comment-reply {
  font-size: 11px;
  position: absolute;
  right: 1.5em;
  top: 7px;
}
#respond .required {
  color: #FF4B33;
  font-weight: bold;
}
.form-section{
  padding: 0 0 10px 0;
  clear: both;
  overflow: auto;
}
.form-section label {
  font-size: 11px;
}
.form-section .form-label{
  width: 35%;
  float: left;
  clear: both;
  text-align: right
}
.form-section .form-input{
  width: 65%;
  float: right;
  text-align: right
}
.form-section .form-input input{
  width: 80%
}
.form-section .form-textarea{
  width: 100%;
  text-align: right;
}
.form-section .form-textarea textarea{
  width: 94%
}
#respond #comment-notes{
  line-height: 1.2em;
  margin: 5px 0 20px 0;
  font-size: 0.9em;
}
#comments-list ul.children{
  margin-left: 20px;
}
.single #content #comments-list ul.children li{
  padding-left: 25px;
  background: url("images/ico-reply.png") no-repeat 5px 20px;
}
#form-section-comment .form-label{
  display: none;
}
#form-allowed-tags p {
  color: #ccc;
  font-size: 10px;
  line-height: normal;
  margin: 0;
}
#form-allowed-tags span {
  font-style: italic;
}
.form-submit {
  padding: 18px 0 0 0
}
.subscribe-to-comments {
  color: #eee;
  float: left;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0 0;
}
.solo-subscribe-to-comments {
  color: #eee;
  font-size: 11px;
  padding: 18px 0 0 0;
}
.comment_license {
  clear: both;
  color: #eee;
  font-size: 11px;
  margin: 0;
  padding: 18px 0 0 0;
}
#footer {
  z-index: 0;
  border-top: 1px solid #353535;
  padding: 40px 0;
  color: #555;
  background-color: #0F0F0F;
  margin-top: 0px;
}
#footer a{
  color: #666
}
#footer a:hover{
  color: #666
}
#footer #subsidiary .aside{
  width: 940px	
}
#footer .widgetcontainer{
  float: left;
  width: 270px;
  padding: 10px;
  margin: 10px 10px 20px 10px;
  background: #121212;
  border: 1px solid #282828;
 }
#footer .widgetcontainer h3{
  margin-bottom: 10px;
}
#footer .widgetcontainer a:hover{
  color: #999;
}
#footer .reset{
  clear: both;
}
#siteinfo{
  margin: 0 auto;
  text-align: center;
  font-size: .8em;
}
#siteinfo p.original_credit {
  display: none;
}
#siteinfo a{
  text-decoration: none;
  border-bottom: 1px dotted #333;
}
#siteinfo a:hover{
  border-bottom-color: #555555;
}
#author-info {
  border: 1px dotted #ccc;
  padding: 5px;
  overflow: hidden;
  font-size: 1.2em;
  margin-bottom: 20px;
}
#author-info h2 {
  border-bottom: 3px double #ddd;
  padding: 5px 0;
  font-size: 1.8em;
  margin-bottom: 10px;
}
#author-info .avatar {
  float: left;
  border: 3px double #ddd;
  margin: 0 10px 10px 0;
}
/* IE6 fixes */
.ie6 .single .entry-content{
  height: 450px;
}
.ie6 .entry-content {
  height:130px;
}
.ie6,
.ie6 #container{
  width: 100%;
  overflow: hidden;
}
.ie6 #blog-title a{
  overflow: auto;
}
.ie6 #category-menu,
.ie6 #category-nav{
  width: 940px;
}
.ie6 #category-menu{
  margin: 10px 0 0 10px;
}
.ie6 #category-nav li {
  float: left;
  display: inline;
  padding: 0;
  margin: 0;
  height: auto;
}
.ie6 #category-nav li.blog-description{
  float: right;
}
.ie6 #category-nav li.blog-description span{
  float: right;
}
.ie6 #category-nav a{
  float: left;
}
.ie6 .single #content {
  height: auto;
}
/* Styles for Contact Form 7 plugin */
div.wpcf7-response-output{
  display: none;
}
/* Styles for WP Post Ratings plugin */
.post-ratings{margin-bottom: 10px; float: right; width: 100px !important; margin-top: 5px; overflow: hidden; height: 20px}
.post-ratings small{font-size: .7em;}
.post-ratings-text{display:none !important}
/* Styles for BuySellAds widget */
.BuySellAds_widget{
  width: 938px;
  margin: 0;
  padding: 3px 0;
  height: auto;
  overflow: auto;
}
.BuySellAds_widget a {
  background-color:#191919;
  border:3px solid #191919;
  display:block;
  height:125px;
  overflow:hidden;
  position:relative;
  width:125px;
  float: left;
  margin:0 3px 0 0;
}
.BuySellAds_widget a:hover{
  border-color: #191919
}
.BuySellAds_widget img {
  border: 0;
  clear: right;
}
.BuySellAds_widget a.adhere {
  background: #191919;
  border:3px solid #191919;
  color: #666;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  width: 125px;
  height: 125px;
  margin:0 3px 0 0;
}
.BuySellAds_widget a.adhere:hover {
  background: #191919;
  border: 3px solid #191919;
  color: #777;
}
/* Form */
table {
  margin-left: 3px;
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #fff;
  background: none;
  width: 98%;
  }
caption {
  text-align: center;
  font: normal 12px verdana, arial, helvetica, sans-serif;
  color: #fff;
  background: transparent;
}
td, th {
  border: 1px solid #8f8f8f;
  padding: .8em;
  color: #fff;
}
thead th, tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #8f8f8f;
  text-align: left;
  background: #8f8f8f;
  color: #000;
  padding-top:6px;
}
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #ffffff;
}
tbody td a:hover {
  background: transparent;
  color: #FFFFFF;
}
tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #000;
}
tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
}
tbody th, tbody td {
  vertical-align: top;
  text-align: left;
}
tfoot td {
  border: 1px solid #8f8f8f;
  background: #8f8f8f;
  padding-top:6px;
}
.odd {
  background: #888888;
}
tbody tr:hover {
  background: #a8a8a8;
}
tbody tr:hover th,
tbody tr.odd:hover th {
  background: #a8a8a8;
}
table.tdomf_buttons {
 background: none !important;
 border: none !important;
 width: 255px !important;
}
.tdomf_buttons td {
  width: 80px !important;
  border: none !important;
}
/*
	WP e-Commerce Plugin Styles 
	Code by www.BillionStudio.com
*/
#products_page_container {
	height: 100%;
/* 	overflow: auto; */
	margin: 0;
	padding: 0;
}
#products_page_container .producttext {
  width: 92%;
  margin: 0 28px;
}
/* Buy Button
========================================== */
input.wpsc_buy_button {
	margin: 30px 0 6px 0;
	padding: 5px 18px;
	height: 22px;
	background-color: #00B5DF;
	color: #fff;
	border: 0;
	text-align: center;
	cursor: pointer;
}
input.wpsc_buy_button:active {
	background-position: center -33px;
}
div.wpsc_loading_animation {
  margin-top:15px;
  margin-left: 8px;
  float: left;
}

/* Checkout Button
========================================== */
input.make_purchase {
	margin: 6px 0 6px;
	padding: 0;
  -moz-border-radius-bottomleft:20px;
  -moz-border-radius-bottomright:20px;
  -moz-border-radius-topleft:20px;
  -moz-border-radius-topright:20px;
  background:transparent url(images/btn-bg.jpg) repeat-x scroll left top;
  border:1px solid #101010;
  color:#DDDDDD;
  cursor:pointer;
  font-family:Verdana,Arial,sans-serif;
  font-size:10px;
  font-weight:normal;
  height:22px;
	text-align: center;
}
input.make_purchase:active {
	background-position: 0px -33px;
}

/* Fancy Notification
========================================== */
#fancy_notification {
	width: 168px;
	height: auto;
	border: none !important;
	overflow: visible;
 /* 	position: relative; */
}
#fancy_notification #fancy_notification_content,
#fancy_notification #loading_animation {
	border: 0;
	position: absolute;
	top: 88px;
	left: 0px;
	width: 108px;
	height: auto;
	overflow: auto;
	display: block;
	background: #181818;
	border: #ccc !important;
}
#fancy_notification a.go_to_checkout {
	padding-right: 8px;
	padding-bottom: 8px;
	border-right: 1px solid #7DCFE7;
}
#fancy_notification #loading_animation {
	width: auto;
}
#fancy_notification #loading_animation img {
	margin: 0 6px 0 !important;
}
#fancy_notification_content span {
	width: auto;
}

/* Product Image
========================================== */

/*
div.default_product_display div.textcol div.imagecol,
div.single_product_display div.textcol div.imagecol {
	position: absolute;
	top: 0px;
	right: -135px;
	margin-left: 456px !important;
}
div.default_product_display div.textcol div.imagecol img,
div.single_product_display div.textcol div.imagecol img {
	float: right;
}

div.imagecol {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	padding: 0;
	border: 3px solid #F7F8E8;
	xborder-width: 0 1px 1px 0;
	vertical-align: top;
	xpadding: 3px;
	xbackground-color: #F7F8E8;
}

div.productdisplay div.imagecol img {
	max-width: 96px !important;
	width: 96px;
	height: 96px;
	xborder: 1px solid #fff;
	margin: 0;
	padding: 1px;
}
img.product_image {
	background-image: none;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ADCDD6;
	float: left;
	clear: right;
	margin: 0 6px 3px 0;
}
*/
/* Grid View
========================================== */
.productdisplay,
.productdisplay td {
	border-collapse: collapse;
	border: 0 !important;
	padding: 0;
	margin: 0;
}
.productdisplay div.product_grid_item strong {
	font-family: Verdana, Arial, sans-serif;
	line-height: 125%;
	font-size: 90%;
	font-weight: bold;
}
.productdisplay div.product_grid_item span.pricedisplay {
	
}
.productdisplay div.product_grid_item div.grid_more_info {
	padding: 0;
}
div.product_grid_display {
  height: 338px !important;
}
div.product_grid_display div.product_grid_item {
  float: left;
  padding: 0 6px 0 0 !important;
}
/* Single Product Display
========================================== */
div.single_product_display {
	width: auto;
	margin-top: 12px;
}
div.single_product_display div.textcol {
	
}
div.single_product_display span.single_additional_description {
	display: block;
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px dotted #DCC49A;
}
div.wpsc_product_price {
  float: left;
}
.shopcart {
  float: right;
  width: 300px;
}
/* Homepage Products
========================================== */
#homepage_products div.category_view_product {
	margin: 0 0 12px;
	padding: 0;
	width: 240px;
	float: left;
	clear: none;
	display: inline-block;
}
#homepage_products div.category_view_product img {
	margin: 0 6px 0 0;
	padding: 0;
	width: 80px;
	height: 80px;
}
#homepage_products div.category_view_product input {
	margin-bottom: 0;
}

/* Product Display
========================================== */
div.productdisplay {
	margin: 0 !important;
	padding: 0;
	clear: both;
}

div.default_product_display div.textcol, 
div.single_product_display div.textcol,
div.textcol {
	float: left;
}

div.textcol,
div.single_product_display div.textcol {
	margin: 0;
	overflow: visible;
}
div.textcol {
	width: 85% !important;
}
div.single_product_display div.textcol {
	width: 72% !important;
}
div.textcol form {
	margin: 0;
	padding: 0;
}
div.textcol form select {
	margin-bottom: 0px;
}

div.producttext {
	width: auto;
	margin: 0;
	font-size: 100%;
}
#content div.single_product_display div.producttext h2 {
	font-size: 150%;
	padding: 12px 0;
	margin-bottom: 18px;
	border-bottom: 1px solid #282828;
}
div.producttext p {
	margin: 0;
	padding: 0 0 6px 0;
}
div.producttext strong {
	color: #000;
}
#content div.producttext h2.prodtitles {
	padding: 12px 0;
	margin: 0;
	color: #DA444F;
}
#content div.producttext div.custom_text, #content div.producttext div.custom_file{ 
	margin-bottom: 6px;
}

#content div.producttext div.custom_text h4, #content div.producttext div.custom_file h4 { 
	margin: 0;
  padding-bottom: 0px;
	color: #DA444F;
}
div.producttext a.wpsc_product_title {
	font-family: Georgia, serif, "Century Schoolbook", "Century", "Times New Roman";
	line-height: 125%;
	display: block;
	border: 1px dotted #E1DAB7;
	border-width: 0 0 0px;
	color: #DA444F !important;
	font-size: 150%;
}
div.producttext a.wpsc_product_title strong {
	color: #DA444F;
	font-weight: normal;
}
div.producttext a.wpsc_product_title:hover {
	text-decoration: none;
	color: #333 !important;
}
div.producttext a.wpsc_product_title:hover strong {
	color: #333;
}

div.producttext span.additional_description {
	margin: 3px 0 6px;
	padding: 0 20px 20px;
	float: left;
	background-color: #000;
	width: 92%;
	height: 100%;
	overflow: auto;
}
div.producttext a.additional_description_link,
a.additional_description_link:hover {
	display: inline;
	margin: 0 0 3px;
	padding: 0;
	text-decoration: none;
}
div.producttext p.wpsc_extras_forms {
	margin: 0;
	padding: 0;
}
/* Product Price
========================================== */
div.producttext p.wpsc_product_price {
	color: #503D43;
	margin: 6px 6px 3px 0px;
	padding: 3px 0px;
	border-bottom: 1px dotted #7DCFE7;
	float: none;
	width: 115px;
	font-weight: normal;
}
div.producttext p.wpsc_product_price span.oldprice,
div.producttext p.wpsc_product_price span.oldprice span.pricedisplay {
	text-decoration: line-through;
	color: #aaa;
}
div.producttext p.wpsc_product_price span.pricedisplay {
	font-weight: normal;
	color: #00A6CC;
}

/* Latest Products Widget
========================================== */
#latest-products {
	line-height: 0%;
}
#latest-products div {
	margin: 0;
	padding: 0;
	clear: both;
}
#latest-products div div {
	height: auto;
	overflow: auto;
	width: auto;
	clear: both;
	margin: 0;
	padding: 0px 0 6px;
}
#latest-products div.item_image {
	width: 45px;
	min-height: 25px;
	background-image: none;
	background-color: #fff;
	text-align: center;
	border: 1px solid #DCC49A;
	border-width: 0 1px 1px 0;
	float: left;
	clear: both;
	margin: 0 6px 0 0;
	padding: 1px;
	text-indent: -999px;
	overflow: visible;
}
#latest-products div.item_image img {
	margin: 0;
	padding: 0;
	max-width: 45px !important;
	width: 45px;
	border: 0;
	float: left;
}
#latest-products a strong {
	font-weight: normal;
	line-height: 110%;
}
#page-top {
  clear: none;
  float: right;
  width: 300px;
}
/* Shopping Cart Widget
========================================== */
#shopping-cart.sidebar {
	background-color: #7DCFE7;
	border-bottom-color: #1F9FD4;
	border-top: 0;
	padding-bottom: 20px;
}
#shopping-cart.sidebar h3 {
	color: #fff;
}
#shopping-cart #sliding_cart {
	line-height: 125%;
}
#shopping-cart.sidebar ul li {
	margin: 0;
	padding: 0;
	background: none;
	list-style-type: none;
}
#shopping-cart #sliding_cart {
	font-weight: normal;
	width: 250px;
	height: auto
	margin: 0;
	padding: 0;
}
#shoppingcartcontents #sliding_cart span.gocheckout {
  clear: both;
  float: left;
  display: block;
  margin-bottom: 8px;
  padding: 4px;
  border: 1px solid #444444;
  background: #000;
  color: #fff;
}
/* IE hack to stop overflowing cart */
* html #shopping-cart #sliding_cart {
	overflow: hidden;
}
#shopping-cart br {
	display: none;
}
#shopping-cart #sliding_cart span {
	margin: 0;
	padding: 0;
}
#shopping-cart #sliding_cart .emptycart button {
  border: none;
  text-align: left;
  cursor:	pointer;
  overflow: visible;
  box-sizing:	content-box;
  -moz-box-sizing:	content-box;
  white-space	: normal;
  font-family: Arial,sans-serif,"Verdana","Lucida Fax","Lucida Grande","Lucida Sans Unicode",;
}

#shopping-cart #sliding_cart .emptycart button span {
	line-height: 100%;
}
#sidebar-1 #widgetshoppingcart #shoppingcartcontents p.visitshop,
#sidebar-1 #sideshoppingcart #shoppingcartcontents p.visitshop,
#shopping-cart #sliding_cart a,
#shopping-cart #sliding_cart a:visited,
#shopping-cart #sliding_cart .emptycart button {
	display: block;
	float: left;
	margin: 12px 3px 6px 0;
	width: 73px;
	min-height: 24px;
	clear: none;
	padding: 6px 6px;
	background-color: #00B5DF;
	color: #fff;
	border-bottom: 1px solid #008FCD;
	line-height: 100%;  /*In firefox, this does nothing to the button, must be a firefox bug*/
	border-radius: 3px;  
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 100%;
}
#shopping-cart #sliding_cart a:hover,
#shopping-cart #sliding_cart a:active, 
#shopping-cart #sliding_cart .emptycart button:hover {
	font-weight: normal;
	background-color: #DA444F;
	border-bottom-color: #DA444F;
}

#shopping-cart #sliding_cart table {
	width: auto;
	margin: 6px 0 6px;
	padding: 0;
	border-collapse: collapse;
	border: 1px dashed #C0EFFB;
	background-color: transparent;
}
#shopping-cart #sliding_cart table th,
#shopping-cart #sliding_cart table td {
	border: 1px dotted #C0EFFB;
}
#shopping-cart #sliding_cart table th,
#shopping-cart #sliding_cart table td,
#shopping-cart #sliding_cart table a,
#shopping-cart #sliding_cart table a:visited,
#shopping-cart #sliding_cart table span.pricedisplay {
	color: #666;
	font-weight: normal;
	float: none;
}
#shopping-cart #sliding_cart table a,
#shopping-cart #sliding_cart table a:visited,
#shopping-cart #sliding_cart table a:hover,
#shopping-cart #sliding_cart table a:active {
	line-height: 100%;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	width: auto;	
	font-size: 100%;
	display: inline;
}
#shopping-cart #sliding_cart table span.pricedisplay {
	border: 0;
	background: transparent;
}
/* Reset Defaults
========================================== */
table.productcart,
table.wpsc_checkout_table,
#loginform,
img.category_image,
div.wpsc_page_numbers,
div.breadcrumb,
div.product_footer,
#content #shoppingcart,
#content #shoppingcart #shoppingcartcontents
{
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	background-color: transparent;
	float: none;
	clear: both;
}
#content div.wpsc_container h2 {
	padding-bottom: 0px;
	margin-bottom: 6px;
}
#content #shoppingcart #shoppingcartcontents {
	border: 1px solid #333333;
	padding: 12px;
}
div.wpsc_page_numbers, div.breadcrumb {
	margin: 0 0 12px 0;
}
div.product_footer img {
	padding-top: 0;
}
img.category_image {
	margin: 12px 0 0;
}
#loginform {
	margin: 12px 0;
	padding: 12px;
	border: 1px solid #efefef;
}
#loginform br {
	display: none;
}
#loginform label input {
	margin: 3px 6px;
	padding: 3px !important;
}
#loginform label {
	display: block;
/* 	float: left; */
	margin: 0 6px 12px 0;
	white-space: normal;
}
#loginform p input {
	float: none;
	margin: 0 3px 0 0;
}
/* Checkout Product Table
========================================== */
#content hr.productcart {
	border-color: #E1DAB7;
	margin-top: 10px;
	border-bottom: 1px dotted #DCC49A;
}
#content table.productcart {
	width: 98%;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
	border-left: 1px solid #E1DAB7;
	background: none;
}
form.wpsc_checkout_forms {
  width: 98% !important;
  margin-left: 5px;
}
#content table.productcart,
#content table.productcart td {
	border-color: #5e5e5e;
	text-align: left;
}
#content table.productcart td {
	padding-left: 12px;
}
table.productcart tr.total_price td {
	padding: 12px 6px;
	background-color: none;
	border-top-color: #E1DAB7 !important;
	border-bottom-color: #E1DAB7 !important;
	color: #fff;
}
table.productcart tr.firstrow td {
	background: none !important;
  color: #fff;
}
table.productcart td.firstcol {
	text-align: left;
	padding-left: 12px;
}

table.productcart tr.product_row {
	border-bottom:1px dotted #DCC49A;
}

table.productcart td.shipping_header {
	background: none !important;
}
table.productcart td label {
	color:	#375362;
}
span.pricedisplay {
  color: #fff !important;
}
span.pricefloatright {
  border-top: 1px dotted #ccc !important;
  border-bottom: 1px dotted #ccc !important;
  padding: 5px 0 !important;
  font-size: 12px !important;
}
/* Checkout Billing Table
========================================== */
#content table.wpsc_checkout_table {
	width: 100%;
	margin: 20px 0 0;
	border-left-width: 1px;
}
#content table.wpsc_checkout_table label {
  white-space:normal;
}
table.wpsc_checkout_table strong, table.wpsc_checkout_table h4, table.wpsc_checkout_table h3 {
	margin: 6px 0;
  padding: 6px 0px 6px 0px !important;
	display: block;
	border-bottom: 1px dotted #E1DAB7;
	color:	#375362;
	font-family: Arial,sans-serif,"Verdana","Lucida Fax","Lucida Grande","Lucida Sans Unicode";
  font-weight: bold;
}

table.wpsc_checkout_table h4{
  font-size: 100%;
}
table.wpsc_checkout_table h3{
  font-size: 100%;
}

table.wpsc_checkout_table,
table.wpsc_checkout_table td {
  color: #fff;
	border-color: #E1DAB7 !important;
}
table.wpsc_checkout_table input {
	margin-right: 3px;
	font-size: 110%;
	padding: 3px !important;
}
table.wpsc_checkout_table textarea {
	height: 40px;
}
table.wpsc_checkout_table textarea,
table.wpsc_checkout_table select {
	width: 260px;
	margin-right: 0;
	padding: 3px !important;
}
/* Product Search Bar (Inside Page)
========================================== */
div.wpsc_product_search {
	background-color: #000 !important;
  border: 1px solid #101010;
  color: #DDDDDD;
	margin: 0;
	padding: 7px 0 1px;
}
div.wpsc_product_search form img {
	margin-top: -3px;
	border: 1px solid #DCC49A !important;
	border-width: 0 1px 1px 0 !important;
}
div.wpsc_product_search form input#wpsc_search_autocomplete {
	margin-top: -2px;
	padding: 2px 5px 0 5px;
	background: #fff;
	border: 1px solid #DCC49A;
	border-right-color: #FCF1D3;
	border-bottom-color: #FCF1D3;
	background: #fff url('images/input-search.png') no-repeat top left;
}
.product_search {
  margin: 1px 0;
}
/* Search Bar (Dropdown Menu)
========================================== */
#wpsc_sort,
#wpsc_show {
	margin-top: 4px !important;
}
div.search_drop_down {
	background-color: #F7F8E8;
	border: 1px solid #F7F8E8;
	border-right-color: #DCC49A;
	border-bottom-color: #DCC49A;
	border-top-color: #fff;
	margin: 0;
	padding: 0;
}

#wpsc_sort div.search_drop_down ul,
#wpsc_sort div.search_drop_down li,
#wpsc_show div.search_drop_down ul,
#wpsc_show div.search_drop_down li {
	margin: 0;
	padding: 0;
	background: transparent;
}
#wpsc_sort div.search_drop_down ul,
#wpsc_show div.search_drop_down ul {
	padding-bottom: 3px;
}
#wpsc_sort div.search_drop_down ul li a:hover,
#wpsc_show div.search_drop_down ul li a:hover {
	text-decoration: none;
}
tr.product_shipping {
 border-left: 1px solid white;
 border-right: 2px solid white;
} 
table.productcart tr.product_shipping td{
 vertical-align: middle;
 border-top: 1px solid #E1DAB7 !important;
 padding-top: 4px;
 }
 table.productcart tr.product_shipping{
 vertical-align: middle;
 border-top: 1px solid #E1DAB7 !important;
 padding-top: 4px;
 }
/* Category Widget CSS
========================================== */
#content .small ul.wpsc_top_level_categories li {
padding-left:0px;
}

#content .small ul.wpsc_top_level_categories li ul li {
padding-left:12px;
}
ul.wpsc_categories a.wpsc_category_link {
	background: #ffffff;
	border: solid 1px #DCC49A;
  display: block;
  padding: 1px;
}
/* Widgets
========================================== */
#widgetshoppingcart,#sideshoppingcart { 
  border-bottom: 1px dotted #1F9FD4;
  clear: both;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 12px 20px;
}
.aside #shoppingcart {
  clear: both;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 12px 20px;
}
.aside #shoppingcartcontents  {
  margin: 0;
  padding: 0;
}
.aside #shoppingcart,#widgetshoppingcart,#sideshoppingcart,.widget_admin_menu,.widget_latest_products,.widget_wpsc_categorisation,.widget_price_range,.widget_product_tag { 
/*   background-color: #7DCFE7 !important;  */
}
.aside #shoppingcart h3,#widgetshoppingcart h3,#sideshoppingcart h3,.widget_admin_menu h3,.widget_latest_products h3,.widget_wpsc_categorisation h3,.widget_price_range h3,.widget_product_tag h3 { 
/*   color: #fff !important;  */
}
.aside #shoppingcart #shoppingcartcontents {
  border: none !important;
  padding: 2px !important;
}
.aside #shoppingcartcontents .shoppingcart {
  border: 1px dotted #EAEAEA;
}
.aside #shoppingcartcontents .shopping_cart_wrapper {
  margin-left: 0;
}
.aside #widgetshoppingcart #shoppingcartcontents p.visitshop a,#sidebar-1 #sideshoppingcart #shoppingcartcontents p.visitshop a {
  color: #fff;
}
.wpsc_subcategory p { 
  clear: left; 
  display: block; 
  border-bottom: dotted 1px #fff; 
}
/* Product Slider
============================================ */
.feat_prods {
  width: 512px;
  height: 180px;
  overflow: hidden;
}
.feat_prods div.feat_list {
  width: 450px !important;
}
ul.single_list li p.price {
  padding: 0 0 15px 2px;
}
ul.single_list li p.price em {
  left: 58px !important;
  font-size: 10px;
}
div.default_product_display div.textcol {
  margin-left: 155px !important;
  min-height: 150px !important;
}
#wpsc_sort, #wpsc_show {
  margin-top: 0px !important;
  margin-left: 52px !important;
}
div.default_product_display div.textcol div.imagecol a img {
  height: 150px !important;
  width: 150px !important;
}
.imagecol a{
  border: 3px solid #191919;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #191919
}
a.wpsc_edit_product {
  height: 25px !important;
  margin: 0 0 0 10px !important;
}
.item_image a{
  border: 3px solid #191919;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #191919
}
a.additional_description_link img {
  margin-right: 5px !important;
}
.wpsc_variation_forms select {
  width: 150px;
  padding: 1px !important;
  color: #fff;
}
.wpsc_variation_forms [disabled] {
  padding: 5px;
  border-bottom: 1px solid #888;
}
.wpsc_akst_share_link a {
  color: #000 !important;
}
div.product_average_vote strong {
  color: #fff !important;
}
div.product_user_vote strong {
  color: #fff !important;
}
table.logdisplay {
  width: 98% !important;
}
table.logdisplay tr.alt {
  background-color: #000 !important;
}
table.logdisplay tr.alt td {
  background-color: #000 !important;
}
img.log_expander_icon {
  margin: 0 8px 0 !important;
}
div.order_status {
  border-bottom: 0 !important;
}
table.list_productdisplay {
  width: 98% !important;
}
.list_productdisplay .alt {
  background-color: #000 !important;
}
.product_grid_item .item_image {
  position:relative;
  float:left;
  margin:0 0 5px;
  width:134px;
  height:134px;
}
.product_grid_item .item_image .new {
  background:transparent url(images/ico-new-trans.png) no-repeat scroll left top;
  display:block;
  height:22px;
  position:absolute;
  right:10px;
  top:-6px;
  width:42px;
  z-index:200;
}
.product_grid_item .item_image a span.item-title {
  color:#fff!important;
  font-size:0.8em;
  bottom:5px;
  left:3px;
  line-height:1em;
  position:absolute;
  text-transform:uppercase;
  width:125px;
  z-index:0;
}
.product_grid_item .item_image a {
  left:3px;
  line-height:1em;
  position:absolute;
  z-index:1; 
  width:125px;
  height: 125px;
  background-color:#191919;
  border:3px solid #191919;
}
.product_grid_item .item_image a img {
  position:absolute;
  z-index: 5;
}
.tdomf_form {
  padding:10px;
  width:60px !important;
  background: #000;
  color: #fff;
}
input#searchsubmit {
  margin-top: 15px;
}
.widget_wp_shopping_cart {
  clear: both;
  float: left;
  width: 300px;
  padding: 8px 15px;
  margin-bottom: 20px;
  background: #000;
}
.widget_wp_shopping_cart h3 {
  margin-bottom: 18px;
}
.wpsc_empty_the_cart {
  width: 40%;
  margin: 0 0 1em !important;
}
span.gocheckout a {
  float: right !important;
  margin: 0 !important;
  min-height: 0 !important;
}
.wpcart_gallery img {
  padding: 2px !important;
  border: 2px solid #4A494A !important;
}
a#fancy_collapser_link img {
  margin: 0 !important;
}
span.edit-link {
  clear: both;
  float: left;
}
div#shoppingcart {
  margin-bottom: 40px !important;
}
#wpsc_akst_social ul li a{
  color: #000 !important;
}
form#error404-searchform {
  float: right;
  width: 600px;
}
.product_grid_item .banner {
  display: block;
	position: absolute;
	top: -6px;
	right: 50px;
	width: 84px;
	height: 22px;
	background: url('images/salestag.png') no-repeat top !important;
	z-index: 200;
}
#uploadfiles_inline {
  width: 260px !important;
  min-height: 240px;
  height: 240px;
  overflow: hidden;
}
#content-title-tf {
  width: 250px;
}
#content-text-ta {
  width: 250px;
}
#translation_bar a {
  padding: 2px !important;
}
#transl_sign {
  display: none;
}
.sharethis a {
  float: left;
  margin-right: 5px;
}
.fbcomment iframe {
  padding: 15px 30px;
  width: 100%;
  background: #fff;
}
