/* Imports */
@import url("reset.css");

/* Generic CSS */
body {
	background: #0b030e;
	font-family: 'Ubuntu', sans-serif;
}

.site-container {
  background: url("/images/bg.jpg") no-repeat top center;
  width: 1135px;
  margin: 0 auto;
}

input {
	font-family: 'Ubuntu', sans-serif;
}

select {
	font-family: 'Ubuntu', sans-serif;
}

#header {
	width: 960px;
	height: 67px;
	position: relative;
	margin: 0 auto;
}

.title-container {
	width: 960px;
	margin: 0 auto;
}

.title-container div.title {
  position: absolute;
  width: 960px;
	float: left;
	display: inline;
	margin: 12px 0 0 10px;
  z-index: 1;
}

.title-container div.title h1 {
	font-size: 44px;
	color: #EEEEEE;
}

.title-container div.title h3 {
	font-size: 18px;
	color: #FFFFFF;
	margin-left :2px;
}

.title-container div.title h3 a {
	color: #FFFFFF;
}

.clear {
	clear: both;
}

/* Main Site Navigation */
#main-nav {
	float: left;
	margin: 16px 0 0 20px;
}

#main-nav ul { 
	list-style: none; 
	margin: 0 auto;
}

#main-nav li {
	height: 30px;
	float: left; 
	display: inline;
	padding: 0 12px;
	font-size: 15px;
	line-height: 2;
	position: relative;
}

	#main-nav li .new {
		background: red;
		font-size: 8px;
		position: absolute;
		right: 0;
		top: -3px;
		border-radius: 2px;
		color: #fff;
		line-height: 1;
		padding: 2px 3px 1px 3px;
	}

#main-nav li.active {
	background: url("/images/nav/main-nav-bg.png") #333333;
	border-radius: 3px;
}

#main-nav a:link, #main-nav a:visited {
	color: #a5d168;
	text-decoration: none;
}

#main-nav li.active a:link, #main-nav li.active a:visited  {
	color: #FFFFFF;
}

/* My Account Navigation Bar */
#my-account {
	background: url("/images/nav/my-account-nav-bg.png") #333333;
	color: #CCCCCC;
	float: right;
	display: inline;
	margin: 14px 0 0 0;
	padding: 0;
	border-radius: 3px;
}

#my-account ul {
	list-style: none; 
	margin: 0 auto;
}

#my-account li {
	font-size: 16px; 
	height: 38px; 
	float: left; 
	display: inline; 
	border-right: 1px solid #171717;
}

#my-account li.welcome {
	line-height: 2.2;
	padding: 0 10px;
}

#my-account li.welcome a.username {
	color: #FFFFFF;
	float: none;
	padding: 0;
}

#my-account a:link, #my-account a:visited {
	float: left;
	display: inline;
	padding: 0 10px;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 2.2;
}

#my-account li:last-child {
	border: none;
}

#my-account .notifications-container {
  cursor: pointer;
  position: relative;
}

#my-account .notifications-container img {
	float: left;
	display: inline;
	margin: 9px 15px;
}

#my-account .notifications-count {
  background-color: red;
  font-size: 8px;
  font-weight: 700;
  position: absolute;
  top: 5px;
  left: 22px;
  padding: 2px 5px;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
}

/* Parchment Navigation Tabs */
.parchment-nav {
	float: right;
}

.parchment-nav ul {
	list-style: none; 
	margin: 0 auto;
}

.parchment-nav li {
	float: left; 
	display: inline; 
	height: 40px;
}

.parchment-nav ul li {
	background: url("/images/parchment/parchment-tab-left.png") top left no-repeat;
}

.parchment-nav ul li a {
	background: url("/images/parchment/parchment-tab-off-right.png") top right no-repeat;
	font-weight: 500;
	font-size: 17px;
	height: 40px;
	float: right;
	margin: 0 0 0 2px;
	padding: 0 12px;
	text-decoration: none;
	line-height: 2.3;
	color: #453025;
}

.parchment-nav ul li.active {
	background: url("/images/parchment/parchment-tab-left.png") top left no-repeat;
}

.parchment-nav ul li.active a {
	background: url("/images/parchment/parchment-tab-on-right.png") top left no-repeat;
	color: #300E00;
}

/* Parchment Navigation Tabs - First Tab */

.parchment-nav ul li.firsttab a {
	background: url(/images/parchment/parchment-tab1-off-right.png) top right no-repeat;
	padding: 0 15px 0 12px;
}

.parchment-nav ul li.firsttab-active a {
	background: url("/images/parchment/parchment-tab1-on-right.png") top right no-repeat;
	padding: 0 15px 0 12px;
	color: #300E00;
}
	
/* Parchment */
.parchment {
	font-size: 14px;
	width: 960px;
	margin: 85px auto 0 auto;
	color: #453025;
	position: relative;
}
.parchment-header {
	background: url("/images/parchment/parchment-header.png") no-repeat top center;
	height: 25px;
}

.parchment-repeater {
	background: url("/images/parchment/parchment-repeater.png") repeat-y top center;
	padding: 0 20px 0 20px;
	min-height: 600px;
}

.parchment-left {
	width: 600px;
	float: left;
	display: inline;
}

.parchment-right {
	width: 300px;
	float: right;
	display: inline;
}

.parchment-footer {
	background: url("/images/parchment/parchment-footer.png") no-repeat top center;
	height: 30px;
}

/* Parchment Content */
.parchment .heading {
	height: 35px;
}

.parchment .heading h2 {
	font-size: 18px;
	font-weight: 700;
	float: left;
	display: inline;
	margin: 5px 0 0 10px;
	color: #FFF;
}

.parchment .heading h2 span {
	font-weight: 400;
}

.parchment .heading-920 {
	background: url("/images/parchment/heading-920.png");
	width: 920px;
}

.parchment .heading-600 {
	background: url("/images/parchment/heading-600.png");
	width: 600px;
}

.parchment .lightheading-600 {
	background: url("/images/parchment/lightheading-600.png");
	width: 600px;
}

.parchment .lightheading-600 h2 {
	color: #300e00;
}

.parchment .heading-300 {
	background: url("/images/parchment/heading-300.png");
	width: 300px;
}

.parchment .container-left {
	background: url('/images/parchment/parchment-dark-highlight.png');
	float: left; 
	display: inline;
	padding: 15px 20px 15px 20px;
}

.parchment .container-right {
	background: url('/images/parchment/parchment-dark-highlight.png') right;
	float: right; 
	display: inline;
	padding: 15px 20px 15px 20px;
}

.parchment .container-960 {
	width: 880px;
}

.parchment .container-600 {
	width: 560px;
}

.parchment .container-300 {
	width: 260px;
	margin-bottom: 1px;
}

.parchment h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	color: #300e00;
	line-height: 1;
}

.parchment h3 span {
	font-weight: 400;
}

.parchment h3.first-title {
	margin-top: 0;
}

.parchment h4 {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #300e00;
}

.parchment p {
	line-height: 1.5;
	color: #7a5f54;
}

.parchment ul li {
	line-height: 1.6;
	color: #7a5f54;
}

/* Parchment Heading Tabs */

.parchment .heading ul {
	list-style: none; 
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}

.parchment .heading li {
	height: 30px;
	float: left; 
	display: inline; 
	margin-top: 5px;
}

.parchment .heading li {
	height: 30px;
	float: left;
	display: inline;
	padding: 0 10px;
}

.parchment .heading li.on {
	background: url("/images/heading-nav/heading-nav-right-on.png") top left no-repeat;
}

.parchment .heading li img {
	float: left;
	display: inline;
	margin-top: 4px;
}

/* Tags */
.tag {
	background: #d0b385;
	font-size: 11px;
	float: left;
	display: inline;
	margin: 5px 5px 0 0;
	padding: 6px 8px;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
	color: #300E00;
}

.tag-deck-format {
	background: #300E00;
	font-size: 14px;
	color: #fff;
}

.tag-on {
  background: #300E00;
  color: #EDDEBC;
}

.tag-small {
	margin: 0 5px 5px 0;
	padding: 3px 6px;
	line-height: 1;
}

.card-price {
	font-size: 11px;
	width: 61px;
	height: 15px;
	float: left;
	display: inline;
	margin-top: 10px;
	padding: 4px 5px 6px 5px;
	border-radius: 2px;
	text-align: center;
	line-height: 1.5;
}

.low {
	background: #dc6752;
	color: #990000;
}

.low a {
  color: #990000;
}

.medium {
	background: #78a1ab;
	margin-left: 10px;
	color: #003366;
}

.medium a {
	color: #003366;
}

.high {
	background: #79a35f;
	margin-left: 10px;
	color: #003300;
}

.high a {
	color: #003300;
}

/* Stats Widget */
.stats-dropdown {
	font-size: 15px;
	width: 260px;
	padding: 3px;
	color: #666;
}

.stats-breakdown {
	font-size: 11px;
	float: right;
	display: inline;
	margin: 35px 20px 0 0;
}

.stats-breakdown table tr td {
	padding: 2px 10px;
}

 .stats-breakdown-stat {
	text-align: right;
 }

 /* Stack Images */
 .stack {
	width: 61px;
	height: 61px;
	float: left;
	display: inline;
}

.stack-deck-1 {
	background: url("/images/decks/bg1.png");
}

.stack-deck-2 {
	background: url("/images/decks/bg2.png");
}

.stack-deck-3 {
	background: url("/images/decks/bg3.png");
}

.stack-deck-4 {
	background: url("/images/decks/bg4.png");
}

.stack-deck-5 {
	background: url("/images/decks/bg5.png");
}

.stack-deck-add {
	background: url("/images/decks/add-deck.png");
}

.stack-deck img {
	margin: 5px;
}

.stack-colors {
	width: 50px; 
	height: 9px;
	display: table; 
	table-layout: fixed; 
	border: 1px solid #000;
	border-right: none;
}

.stack-nocolors {
	width: 52px; 
	height: 11px;
}

.stack-color {
	display: table-cell;
	border-right: 1px solid #000;
}

.stack-color-w {
	background: url("/images/decks/color-w.png");
}

.stack-color-u {
	background: url("/images/decks/color-u.png");
}

.stack-color-b {
	background: url("/images/decks/color-b.png");
}

.stack-color-r {
	background: url("/images/decks/color-r.png");
}

.stack-color-g {
	background: url("/images/decks/color-g.png");
}

.stack img.deck-status-left {
	float: left;
	display: inline;
	margin: 20px 0 0 3px;
}

.stack img.deck-status-right {
	float: right;
	display: inline;
	margin: 20px 3px 0 0;
} 
 
/* Deck Counts */
.deck-likes {
	height: 44px;
	float: left;
	display: inline;
}

.deck-likes-count {
	background: url('/images/generic/likes-bg.png');
	font-size: 9px;
	width: 57px;
	height: 42px;
	float: left;
	display: inline;
	padding: 1px 0;
	text-align: center;
	color: #eddebc;
}

.deck-likes-thumb-container {
	float: left;
	display: inline;
}

.deck-comments {
	background: #f3e2c2;
	font-size: 9px;
	width: 60px;
	height: 42px;
	float: left;
	display: inline;
	border: 1px solid #cfae7b;
	text-align: center;
	vertical-align: middle;
	color: #7a5f54;
	position: relative;
}

.deck-comments:before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 23px;
    border-width: 6px 6px 0;
	border-style: solid;
    border-color: #cfae7b transparent;
    display: block; 
    width: 0;
}

.deck-comments:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 24px;
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #f3e2c2 transparent;
    display: block; 
    width: 0;
}

.deck-comments span {
	color: #300e00;
}

/* Filter Options */
.filter-date-input {
	font: 14px;
	width: 220px;
	padding: 3px;
	color: #666;
}

.filter-date-calendar {
	margin-left: 10px;
}

.filter-search-options {
	font-size: 11px;
	margin: 5px 0 0 0px;
}

.filter-color-options {
	margin-left: 10px;
}
 
.most-popular-tags li {
	height: 25px;
	margin-top: 5px;
	clear: both;
 }
 
.most-popular-tags li span {
	font-size: 12px;
	height: 15px;
	padding: 4px 0 6px 0;
 }

/* Paging Controls */
.pager-container {
	margin-top: 5px;
}

.pager-location {
  font-size: 14px;
	float: left;
	display: inline;
  margin: 0 0 0 10px;
}

.pager-controls {
  font-size: 14px;
	height: 20px;
	float: right;
	display: inline;
  margin: 0 10px 0 0;
}

.pager-controls a, .pager-controls span {
  margin-left: 5px;
}

.pager-controls a {
  text-decoration: underline;
  color: #7a5f54;
}

/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 6px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #4c3228;
  *background-color: #310f01;
  background-image: -ms-linear-gradient(top, #4c3228, #310f01);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4c3228), to(#310f01));
  background-image: -webkit-linear-gradient(top, #4c3228, #310f01);
  background-image: -o-linear-gradient(top, #4c3228, #310f01);
  background-image: linear-gradient(top, #4c3228, #310f01);
  background-image: -moz-linear-gradient(top, #4c3228, #310f01);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #310f01 #310f01 #b5a29a;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ae978e', endColorstr='#310f01', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #310f01;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn-light {
	background-color: #fff5e4;
	*background-color: #c6a486;
	background-image: -ms-linear-gradient(top, #fff5e4, #c6a486);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff5e4), to(#c6a486));
	background-image: -webkit-linear-gradient(top, #fff5e4, #c6a486);
	background-image: -o-linear-gradient(top, #fff5e4, #c6a486);
	background-image: linear-gradient(top, #fff5e4, #c6a486);
	background-image: -moz-linear-gradient(top, #fff5e4, #c6a486);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #c6a486 #c6a486 #b5a29a;
	border-bottom-color: #c6a486;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
		  border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5e4', endColorstr='#c6a486', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	text-decoration: none;
	color: #300E00;
}

.btn-light:hover {
	background-color: #c6a486;
	*background-color: #d9d9d9;
	color: #300E00;
}

.btn-green {
	font-family: 'Ubuntu', sans-serif;
	background-color: #a5d168;
	*background-color: #6d9b2e;
	background-image: -ms-linear-gradient(top, #a5d168, #6d9b2e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a5d168), to(#6d9b2e));
	background-image: -webkit-linear-gradient(top, #a5d168, #6d9b2e);
	background-image: -o-linear-gradient(top, #a5d168, #6d9b2e);
	background-image: linear-gradient(top, #a5d168, #6d9b2e);
	background-image: -moz-linear-gradient(top, #a5d168, #6d9b2e);
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #6d9b2e #6d9b2e #b5a29a;
	border-bottom-color: #6d9b2e;
	color: #fff;
}

.btn-green:hover {
	background-color: #6d9b2e;
	*background-color: #a5d168;
	color: #fff;
}

.btn-follow, .btn-following {
  font-size: 12px;
  float: left;
  display: inline;
  margin: 18px 0 0 30px;
  padding: 3px 10px 5px;
}

.btn-following {
  cursor: default;
}

/* Tools */
.tools {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 10px 10px;
	z-index: 1;
}

.tools span {
	background-color: #300e00;
  border-radius: 5px 5px 5px 5px;
  float: left;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 7px 4px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.deck-listing-container:hover .tools, .comment-container:hover .tools, .reply-container:hover .tools {
	display: inline;
}

/* Modal Window */
#simplemodal-overlay {
  background-color:#000;
}

#simplemodal-container {
  background: #1a1a1a url(/images/login/login-bg.png) no-repeat; 
  border:8px solid #383838; 
  padding:12px; 
  border-radius: 4px;
  width: 330px;
  height: auto;
}

#simplemodal-container a.modalCloseImg {
  background:url(/images/buttons/x.png) no-repeat; 
  width:25px; 
  height:29px; 
  display:inline; 
  z-index:3200; 
  position:absolute; 
  top:-15px; 
  right:-16px; 
  cursor:pointer;
}

#simplemodal-container h2 {
  font-size: 20px;
  line-height: 1;
}

#simplemodal-container label {
  width: 90px;
  display: block;
  float: left;
  padding-right: 10px;
  margin-top: 2px;
  color: #CCC;
}

#simplemodal-container input.textbox {
  font-size: 16px;
  width: 210px;
  display: block;
  float: right;
  color: #333;
}

#simplemodal-container span.info {
  font-size: 12px;
  display: block;
  float: left;
  padding: 0 10px 0 0;
  margin: 2px 0 0 0;
  color: #CCC;
}

#simplemodal-container .link {
  float: none;
  text-decoration: underline;
  color: #91c84b;
  cursor: pointer;
}
    
#simplemodal-container br {
  clear: left;
}

.formfield-container {
  float: right;
  display: inline;
	position: relative;
}

#simplemodal-container .remember-me {
  float: left;
  display: inline;
  margin: 0 0 0 110px;
}

#simplemodal-container .remember-me label {
  font-size: 12px;
  float: right;
  display: inline;
  margin: 2px 0 0 5px;
}

.login-button {
  font-size: 16px;
  width: 79px;
  height: 32px;
  display: block;
  float: right;
  color: #333; 
}

#modal-reporterror {
	display: none;
	width: 600px;
}

	#modal-reporterror p {
		font-size: 14px;
		line-height: 1.5;
	}

	#modal-reporterror .error-textbox {
		margin-top: 20px;
		width: 580px;
	}

	#modal-reporterror .btn {
		float: right;
		margin-top: 10px;
	}

/* creates speech bubble */
.triangle-isosceles {
	background: #990000; /* default background for browsers without gradient support */
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	width: 215px;
	top: 0;
	right: -260px;
	padding: 5px 10px 6px 10px;
	color: #FFF;
	line-height: 1.4;
	/* css3 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: visible;
}

.triangle-isosceles.info {
	background: #333;
}

/* creates triangle */
.triangle-isosceles:after {
	content: "";
	position: absolute;
	border-style: solid;
    /* reduce the damage in FF3.0 */
    display: block; 
    width: 0;
}

.triangle-isosceles.left:after {
	top: 8px; /* controls vertical position */
	left: -13px; /* value = - border-left-width - border-right-width */
	bottom: auto;
	border-width: 7px 13px 7px 0; /* change the height (thickness) of the triangle */
	border-color: transparent #990000;
}

.triangle-isosceles.info:after {
	border-color: transparent #333;
}

/* Notify Bar */
#notify {
  display: none;
  top: 0px; 
  left: 0px; 
  width: 100%; 
  padding: 10px 0; 
  text-align: center;
  position: fixed;
  z-index: 1000;
}

.notify-error {
  background: #d76755; 
  border-bottom: 4px solid #990000; 
}

.notify-success {
  background: #79A35F; 
  border-bottom: 4px solid #003300; 
}

#notify h2 {
  font-size: 16px; 
  color: #FFF; 
  line-height: 1;
}

#notify p {
  font-size: 12px; 
  color: #FFF;
}

#notify .notify-close {
  font-size: 12px;
  color: #FFF;
  text-decoration: underline;
  cursor: pointer;
}

/* Footer */
#footer {
	width: 960px;
	margin: 0 auto;
}

#footer-nav {
	margin: 15px 0 0 5px;
}

#footer-nav ul {list-style: none; float: left; margin: 0 auto;}
#footer-nav li {float: left; display: inline; margin: 0 10px 0 0; font-size: 11px; color: #999;}

#footer-nav a {
	color: #999;
}

#poweredby {
	font-size: 11px;
	float: right;
	margin: 0 5px 0 0;
	color: #FFF;
}

.fb-like {
	margin-top: 30px;
}

#card-hover {
  background-position: 20% 0;
  display: none;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

 /* Card Price Table */
.card-price-table, .BW_InsertTable, .BW_PriceTable {
	width: 920px;
}

.card-price-table th, .BW_InsertTable th {
	font-size: 18px;
	font-weight: 700;
	padding: 6px 10px;
	color: #300e00;
	text-align: left;
}

.BW_InsertTable th.BW_PriceTableHeaderFeedbackCell, .BW_InsertTable th.BW_PriceTableHeaderQuantityCell, .BW_InsertTable th.BW_PriceTableHeaderPriceCell {
  text-align: right;
}

.BW_InsertTableRowViewAllCellLink {
  display: none;
}

.card-price-table tr.row1, .BW_InsertTable tr.BW_PriceTableRowEven{
	background: url('/images/parchment/parchment-dark-highlight.png');
	background-attachment: fixed;
	background-position: center;
}

.card-price-table tr.row2, .BW_InsertTable tr.BW_TablePriceRowOdd {

}

.card-price-table td {
  background-image: none; 
}

.card-price-table td, .BW_PriceTable td {
	color: #7a5f54;
	padding: 6px 10px;
}

.card-price-table td a, .BW_PriceTable td a {
	color: #300e00;
}
 
.card-price-table td.footer {
	color: #300e00;
	font-size: 14px;
	font-weight: 700;
}

.card-price-table img {
	vertical-align: middle;
}

.card-price-table .card_image {
	margin-right: 10px;
}

.BW_PriceTableAddCell {
  text-align: right;
}

/* Advertising */
.squares-container {
  width: 728px; 
  height: 90px; 
  margin: 30px auto 10px auto;
}

.square {
  width: 180px; 
  height: 150px; 
  float: left; 
  display: inline; 
  border: 1px solid #f3e2c2;
}