/* @override http://192.168.1.110:8888/saddleback/assets/stylesheets/core.css */

/*
Company:	Saddleback Leather Co
File:		core.css - This contains all the styles for the content areas of the site.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */

/* @end */

/* @group Layout */

/* @end */

h1,
h2,
h3,
h4,
h5,
h6  {
	border-bottom:1px dotted #86735e;
	color:#3E2C22;
	font-size:1.4em;
	font-weight:normal;
	margin:7px 0;
	line-height: 1.3em;
}
h2  {
	font-size:1.3em;
}
div.faqs h2  {
	padding-top: 15px;
	width: 100%;
}
h3  {
	font-size:1.2em;
}
h4  {
	font-size:1.1em;
}
h5 {
	font-size:1em;
}
h6  {
	font-size:1em;
}
div.faqs h5  {
	cursor: pointer;
	margin-left: 15px;
}
div.faqs span  {
	padding-left: 10px;
	border-left:19px solid #D2BA93;
	margin-left:15px;
}

p {
	margin-bottom: 1.5em;
	font-size: 1em;
	line-height: 1.6em;
	display: block;
}
li  {
	font-size: 1em;
	line-height: 1.6em;
}

div.main div.toolkit_content blockquote, div.main div.toolkit_content blockquote p  {
	font-style: italic;
	display: block;
}
div.main div.toolkit_content blockquote  {
	background: transparent url(/images/contentPage/blockquote_top.png) no-repeat scroll 0% 0%;	
	margin-bottom: 10px;
	color:#72564b;

}
div.main div.toolkit_content blockquote p  {
	font-size: 1.0em;
	margin:0px;
	color:#72564b;
	background: transparent url(/images/contentPage/blockquote_bottom.png) no-repeat scroll 100% 100%;
	padding:10px 50px;
}
div.main div.toolkit_content em, div.main div.toolkit_content strong, div.main div.toolkit_content span, div.main div.toolkit_content del  {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	margin: 0px;
	padding: 0px;
	line-height: inherit;
}
a  {
	text-decoration: underline;
	color:#8f4a2d;
	font-size: inherit;
	outline: none;
}
a:link  {
	
}
a:active  {
	outline: none;
}
a:focus  {
	outline: none;
}
a:hover  {
	color:#617764;
	text-decoration: none;
}
a:visited  {
	color:#9d702f;
}
ul,  ol  {
	padding: 10px 25px 5px 25px;
	margin: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	
}

a, object  {
outline: none;	
}
/* @group Modules */
/* Home Flash */
div#home-flash {
	margin-top:-30px;
	margin-left: 7px;
	margin-bottom: 20px;
}
div#home-flash-wrap {
}

/* Home Callouts */
div.home-callouts a:hover img  {
	opacity: .6;
	filter: alpha(opacity=60);
}
div.home-callouts div {
	float:left;
	height:150px;
	width:290px;
	text-align:center;
}

/* Breadcrumb */
div#breadcrumb {
	background:transparent url(/images/global/BreadCrumbBG.png) no-repeat scroll 0 0;
	clear:both;
	height:92px;
	margin-left:177px;
	max-height:179px;
	overflow:hidden;
	padding:3px 25px 0 37px;
	width:565px;
	z-index:1;
}
body.home div#breadcrumb {  
	display: none;
}
div#breadcrumb p.bc {
	line-height: 28px;
	color: #c0ae89;
	font-size: 85%;
	margin: 0;
	float: left;
	display: inline;
	width:70%;
}
div#breadcrumb p.bc a:link, div#breadcrumb p.bc a:visited {
	color: #c0ae89;
	text-decoration: none;
}
div#breadcrumb p.bc a:hover {
	text-decoration: underline;
}
div#breadcrumb div.print-email {
	font-size: 93%;
	float: right;
	display: inline;
}
div#breadcrumb div.print-email a:link, div#breadcrumb div.print-email a:visited {
	color: #d0be98;
	text-decoration: none;
}
div#breadcrumb a.email-btn {
	display: block;
	background: url(/assets/images/mail-icon.gif) no-repeat 100% 50%;
	line-height: 28px;
	padding: 0 25px 0 0;
	margin: 0 15px 0 0;
	float: left;
	display: inline;
}
div#breadcrumb a.print-btn {
	display: block;
	background: url(/assets/images/print-icon.gif) no-repeat 100% 50%;
	line-height: 28px;
	padding: 0 25px 0 0;
	float: left;
	display: inline;
}

/* Pager */
div.pager  {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px;
}
div.pager p  {
	margin-bottom: 3px;
}
div.pager a  {
	padding-right: 10px;
	color: #4B3827;
	font-size:12px;
  line-height:1em;
}
div.pager a:link, div.pager a:visited {
	text-decoration: none;
}
div.pager a:hover {
	text-decoration: underline;
}
div.prod-desc fieldset {
	clear:none;
	float:left;
	margin-right:5%;
	padding:0;
	border: none;
	background-color: transparent;
	margin-bottom:0;
	width: auto;
}
div.prod-desc label  {
	display:block;
	float:left;
	font-size:1.1em;
	width: auto;
}
div.prod-desc input[type=text], div.prod-desc select, div.prod-desc textarea  {
	margin-left:10px;
	margin-bottom: 10px;
}
div.prod-desc hr {
	margin: 0px 0px 10px 0px;
}
.inline_form {
  width: 100%;
  float: left;
  padding-bottom:10px;
}
/* Product Descriptions */
div.prod-desc {
  float:left;
  padding-top: 10px;
  width:100%;
}
div.prod-desc p.item-num {
	font-size: 77%;
	color: #514033;
	margin: 0 0 0 0;
}
div.prod-desc p.price {
	color: #353215;
	font-size: 153.9%;
	margin: 0 0 5px 0;
	line-height:1.3em;
	float: right;
}
div.prod-desc p.price span {
	text-decoration: line-through;
}
div.prod-desc h1 {
	border: none;
	font-weight:bold;
	margin:0;
	float: left;
}

div.prod-desc h3 {
	padding: 3%;
	border: none;
	width: 44%;
	float: left;
	margin-top: -1px;
	background-color: #c5b088;
}
div.prod-desc h3.selected {
	background-color: transparent;
}
div.prod-desc div.options {
	background: url(/assets/images/prod-details-hr.gif) repeat-x 0 0;
}
div.prod-desc div.options-inner {
	background: url(/assets/images/prod-details-hr.gif) repeat-x 0 100%;
	padding: 10px 0;
}
div.prod-desc div.options label {
	color: #514033;
	padding: 0 8px 0 0;
}
div.prod-desc div.options select {
	margin: 0 15px 0 0;
}
div.prod-desc div.buttons {
	padding: 15px 0;
}
div.prod-desc div.buttons a.btn-add-cart {
	display: block;
	width: 107px;
	height: 34px;
	background: url(/assets/images/add-to-cart.gif) no-repeat 0 0;
	line-height: 34px;
	text-align: center;
	font-size: 108%;
	float: left;
	display: inline;
}
div.prod-desc div.buttons a.btn-add-wishlist {
	display: block;
	width: 137px;
	height: 34px;
	background: url(/assets/images/add-to-wishlist.gif) no-repeat 0 0;
	line-height: 34px;
	text-align: center;
	font-size: 108%;
	margin: 0 27px 0 0;
	float: right;
	display: inline;
}
div.prod-desc div.buttons a:link, div.prod-desc div.buttons a:visited {
	color: #d4bb96;
	text-decoration: none;
}
div.prod-desc div.buttons a.btn-add-cart:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
div.prod-desc div.buttons a.btn-add-wishlist:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
div.prod-desc div.also-like {
	background: url(/assets/images/white_trans_twenty_fake.gif) repeat 0 0;
	float: left;
	clear: both;
	display: block;
	width: 100%;
	margin-top:10px;
	border-top: 1px solid #c3af8d;
	height: 140px;
}
.also-like li {
	list-style: none;
	float: left;
	margin-left:2%;
	margin-right:3%;
	width:28%;
}
.upsell_prods {
	float: left;
	margin: 0px;
	padding: 0px;
}
.also-like a {
	float: left;
	margin: 0 15px 0px 0;
}
.also-like.upsell_prods a {
	margin: 0;
}
.also-like img {
	padding: 1px;
	background-color: #beab85;
	border: 2px solid #4d412b;
	float: left;
	margin-top: 5px;
	width:70px;
}
.also-like em {
	padding-top: 30px;
	padding-bottom:7px;
	clear:right;
	float:right;
}
.also-like input, .also-like form {
	clear:right;
	float:right;
}


.product_relations {
	padding: 10px;
	float: left;
}
div.prod-pics-col {
	width: 263px;
	float: left;
	display: inline;
}
div.prod-pics {
	width: 263px;
	background: url(/assets/images/ProductDetailBG.png) repeat-y 0 0;
	float: left;
}
div.prod-pics-top {
	background: url(/assets/images/prod-pics-top.gif) no-repeat 0 0;
	float: left;
}
div.prod-pics-btm {
	background: url(/assets/images/prod-pics-btm.gif) no-repeat 0 100%;
	padding: 4px;
	overflow: visible;
	float: left;
	position:relative;
}
div.prod-pics img.main-pic {
	border: 2px solid #7b6447;
	margin: 0 0 5px 0;
}
div.prod-pics div.img-nav {
	padding: 5px 0;
	background: url(/assets/images/prod-pics-div.gif) no-repeat 155px 100%;
}
div.prod-pics div.img-nav-wrap {
	background: url(/assets/images/prod-pics-hr.gif) no-repeat 50% 100%;
	padding-bottom: 2px;
	margin: 0 0 5px 0;
}
div.prod-pics div.img-nav span.view-larger {
	display: block;
	background: url(/assets/images/zoom-icon.gif) no-repeat 0 50%;
	line-height: 17px;
	padding: 0 0 0 20px;
	margin: 0 0 0 10px;
	font-size: 93%;
	float: left;
	display: inline;
	color: #D9C099;
	text-decoration: none;
}
div.prod-pics div.img-nav a.next-img {
	display: block;
	line-height: 17px;
	margin: 0 10px 0 0;
	font-size: 93%;
	float: right;
	display: inline;
}
div.prod-pics div.img-nav a:link, div.prod-pics div.img-nav a:visited {
	color: #d9c099;
	text-decoration: none;
}
div.prod-pics div.prod-thumbs {
	padding: 2px 0 6px 1px;
}
div.prod-pics div.prod-thumbs img {
	padding: 2px;
	background-color: #2c1909;
	border: 1px solid #6d523c;
	display: block;
	margin: 4px;
	float: left;
	display: inline;
}
div.prod-pics div.prod-thumbs img:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
div.prod-pics-col p.refer {
	text-align: center;
	font-size: 93%;
	margin: 0;
	padding: 20px 0;
}
div.prod-pics-col p.refer a {
	padding: 0 15px;
}
div.prod-pics-col p.refer a:link, div.prod-pics-col p.refer a:visited {
	text-decoration: none;
}
div.cart-form {
  float: right;
}
b.addCart  {
  margin-top: -5px;
	display: block;
	width: auto;
	float: left;
}
a.sharing_link {
  float: right;
  color: #4B3827;
  margin: 6px 10px;
  font-weight: bold;
  font-size: 11px;
  display: block;
  white-space: nowrap;
}

b.addWish  {
	display: block;
	width: auto !important;
	float: left;
	margin:0;
	cursor: pointer;
}
b.addWish span {
  font-size: 11px;
  text-decoration: underline;
  color: #4b3827;
  display: block;
  float: left;
}
form.cart {
  float: right;
  margin-top:-4px;
  margin-right: 10px;
  width: auto;
  clear: none;
}
form.cart div.cart {
  float: right;
  width: auto;
}
form.cart.cart-add  {
	float:left;
	margin: 0px;
	clear: both;
	display: block;
	width: 60%;
}
.productNotice  {
	background-color:#392313; 
	float:left;
	margin-bottom:10px;
	margin-top:0;
	padding:5px 2% 8px 2%;
	width:96%;
	text-align: right;
}
body .productNotice p  {
	margin-bottom: 2px;
	color: #D1B594 !important;
}
body .productNotice a  {
	color: #D1B594;
}
/* Product Info */
div.prod-details {
	clear: both;
	background: url(/assets/images/product-info-bkg.png) no-repeat 0 25px;
	padding: 0;
	float: left;
	width: 100%;
}
div.prod-details ul.prod-tabs {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 26px;
}
div.prod-details ul.prod-tabs li {
	list-style: none;
	margin-left: 5px;
	float: left;
	display: inline;
	margin-top:-1px;
}
div.prod-details ul.prod-tabs li a {
	font-size: 100%;
	display: block;
	background: url(/assets/images/prod-info-right.gif) no-repeat 100% 3px;
}
div.prod-details ul.prod-tabs li a span {
	display: block;
	line-height: 23px;
	padding: 4px 8px 0 8px;
	background: url(/assets/images/prod-info-left.gif) no-repeat 0 3px;
}
div.prod-details ul.prod-tabs li a:link, div.prod-details ul.prod-tabs li a:visited {
	color: #514033;
	text-decoration: none;
}
div.prod-details ul.prod-tabs li a:hover, div.prod-details ul.prod-tabs li a.active {
	background: url(/assets/images/prod-info-right-active.gif) no-repeat 100% 1px;
}
div.prod-details ul.prod-tabs li a:hover span, div.prod-details ul.prod-tabs li a.active span {
	background: url(/assets/images/prod-info-left-active.gif) no-repeat 0 1px;
}
div.prod-details div.prod-info {
	padding: 10px 20px 10px 16px;
}
div.prod-details ul.prod-tabs li a:hover {
	cursor: pointer;
}

div.prod-desc b img  {
	cursor: pointer;	
}
div.prod-desc b img:hover  {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.product_choser_information  {
	float: left;
	width: 100%
}
.cift-cert input, .cift-cert label, .cift-cert select, .cift-cert textarea {
	float: left;
	clear: both;
}
div.prod-desc .cift-cert label {
	width: auto;
	margin-bottom:5px;
	line-height:1.6em;
}
div.prod-desc .cift-cert input, div.prod-desc .cift-cert select, div.prod-desc .cift-cert textarea {
	margin-left:0px;
}
/* @end */

/* @group Nav */
	
/* @end */

/* @group Default Headings */
/* @end */

/* @group Common Text Styles */
.padger  {
	clear: both;
	float: left;
	margin-top:10px;;
	width:100%;
}
.page-numbers  {
	margin: 20px;
	margin-bottom: 0px;
	float: left;
	margin: 0px 0px 0px 20px;
}
.pagination  {
	margin: 0px 20px 0px 0px;
	float: right;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
/* @end */

/* @group Misc */

.category_produts a {
	float: left;
}
.category_produts img {
	float: left;
	margin: 2px;
}

/* @end */

	ul.list  {
		clear:both;
		float: left;
		width: 100%;
		margin:0;
		padding: 0px;
	}
		ul.list li  {
			width: 152px;
			float: left;
			margin: 14px 20px;
			list-style: none;
			color: #fff;
		}
	ul.list dl  {
		width: 100%;
		float: left;
		margin:0px;
		padding: 0px 0px 8px 0px;
		cursor: pointer;
		border: 1px solid #514033;
		background: transparent url(/assets/images/prod-pics-bkg.gif) repeat -2px 0;

	}
	ul.list dl dd div a:hover  {
		color: #fff;
	}
		ul.list dl dd img.mainList  {
			border: 1px solid #7b6547;
			padding: 1px;
			display: block;
			background-color: transparent;
		}
	ul.list dl dd  {
		text-align: left;
		float: left;
		clear: both;
		color: #d7c29e;
		margin: 0px;
	}
	ul.list dl dd.productImage  {
		margin-left:0;
		min-height: 148px;
	}
		ul.list dl dd.title h3  {
			border: none;
			color:#D7C29E;
			font-size:1.0em;
			height:35px;
			line-height:1.4em;
			margin:0;
			width: auto;
			float: left;
			clear:both;
			padding:7px 7px 0 0;
		}
		ul.list dl dd.title {
			padding: 7px;
			width: 135px; 
		}
		ul.list dl dd.price {
			font-size:1.1em;
			width: 135px;
			padding: 7px;
		}
		ul.list dl dd b {
			float: left;
			clear: both;
			width: 100%;
			padding: 5px 0px;
			font-size:17px;
			color: #fff;
		}
				ul.list dl dd b a {
					font-size:17px;
					color: #fff;
					line-height: 16px;
					text-decoration: none;
				}
		#bd span.and-up {
			font-size:0.8em;
			opacity:0.6;
			filter: alpha(opacity=60);
			text-decoration: none;
		}
	.category_head {
		margin: 20px 0px 0px 20px;
		clear:both;
		float:left;
	}
#whole_mini  {
	clear:none;
	float:left;
	margin:0;
	padding:0;
}
#whole_mini li  {
	clear:both;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#whole_mini  #minicart-checkout li  {
	width: 100%;
}
#whole_mini li.cartInfo {
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(/assets/images/minicart-left.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left: 6px;
	width: 100%;
	margin-top:-1px;
	z-index:10;
}
#whole_mini table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
	width: 100%;
}
#whole_mini li div.item_border_fix  {
	background: transparent url(/images/global/LeatherBG_01.jpg) scroll repeat 0 0;
	border: 2px solid #23160A;
	border-width: 0 2px 1px 2px;
	display:block;
	width:357px;
	height: 100%;
}

#whole_mini table tr {
	background: transparent url(/images/global/HorizontalDivider.png) scroll repeat-x 0 100%;

}
#whole_mini table th {
	width: 168px;
	border: none;
	color: #d8be9b;
	font-size: .9em;
	text-align: left;
	font-weight: normal;
	vertical-align: text-bottom;

}
#whole_mini table td {
	border: none;
	color: #d8be9b;
	font-size: .9em;
	vertical-align: text-bottom;
	white-space:nowrap;
}
#whole_mini table tr.no-items th {
	height: 50px;
	width: 100%;
	background: transparent url(/images/pre_loader_light.png) no-repeat scroll 50% 50%
}
#whole_mini table tr.no-items th em{
	display: none;
}
/* ------------------------------------ blog & content -------------------------------*/

div.main div.toolkit_content {
	float:left;
	padding: 20px 0%;
	width: 100%;
	font-size: 1.2em;
}
div.main div.blog div.toolkit_content  {
	width: 76%;
	padding: 0px;
	padding-left: 2%;
	font-size:15px;
}
div.sidebox .blog_side_bar h2 {
	margin-bottom: 3px;
}
div.sidebox .blog_side_bar ul {
	margin: 0px 0px 10px 10px;
	padding-top: 0px;
}
.blog .post_info {
	float: left;
	margin: 7px 0px;
	padding:0;
	width: 22%;
}
.blog .post_info li {
	font-size:0.9em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.blog .post_info li img {
	width: 100px;
}
.blog {
	width:100%;
	padding-top: 15px;
}
.blog .post_header {
	width:100%;
	float: left;
	clear:both;
	font-size: 1.6em;
}
.blog .post_foot {
	width:100%;
	float: left;
	clear:both;
	border-top: 1px dotted #86735E;
	border-bottom-width: 0px;
	line-height:1.8em;
	padding-top:5px;
}
.blog .post_header a {
	float:right;
	font-size:0.5em;
	line-height:inherit;
	text-decoration:none;
}
.blog .post_header .article-short-date {
	float:left;
}
.blog dl {
	width:100%;
}
.blog dl dt p {
	float:right;
}
.blog dl dd, .blog dl dt {
	background-color:#F6F6F1;
	clear:left;
	float:left;
	padding:10px;
	width:100%;
}
.blog .post_foot em {
	font-style:italic;
	
}
.blog .post_foot strong {
	font-weight:bold;
	font-size: 1.1em;
}
.article-comments {
	clear: both;
}
.article-comment {
	margin: 10px 0px;
}
.article-comment img {
	float: left;
	margin-top:-9px;
}
.article-comment-head {
	height:30px;
	margin-top:15px;
	float: right;
	background-color: #caae8a;
	border: 1px solid #bea27d;
	overflow: visible;
	width: 100%;
}
.article-comment h3 {
	float: left;
	border-width: 0px;
	font-size:1.5em;
	margin:5px;
}
.article-comment h6 {
	float: right;
	border-width: 0px;
	font-size: .9em;
	padding-right: 15px;
}
.article-comment p {
	clear: both;
	padding-left:100px;
}
.comment_form_head {
	background-color: #caae8a;
	border-right: 1px solid #caae8a;
	width: 96%;
	padding: 5px 2%;
	margin-bottom: 10px;
}
.comment_form_head h3 {
	color: #3a2c21;
	font-size: 18px;
	border-width: 0px;
	margin-bottom: 0px;
}
.comment_form_head h4 {
	color: #7d6852;
	font-size: 12px;
	border-width: 0px;
}
.article-post-comment {
	float: left;
	width: 100%;
}
.article-post-comment .column {
	float: left;
	padding: 0px 2%;
}
.article-post-comment label, .article-post-comment input, .article-post-comment textarea {
	float: left;
	clear: both;
	width: 98%;
}
.article-post-comment span.framed.left {
	margin-bottom: 5px;
}
.article-post-comment textarea {
	height: 20em;
}
.article-post-comment input[type=submit] {
	margin: 12px;
}
.article-post-comment .column._r {
	width: 46%;
}
.article-post-comment .column._l {
	width: 48%;
	padding-right: 0px;
}
.article-post-comment form {
	float: left;
	width: 100%;
	margin: 10px 0px;
	border: 1px solid #bea27d;
	background-color: #d8bd9b;
}

 div.main div.toolkit_content ul, div.main div.toolkit_content  ol  {
 	background-color: #d4bd93;
 	border-left: 1px dashed #bea68a;
 }
 div.main div.toolkit_content li  {
 	margin-bottom: 10px;
 	padding-bottom: 6px;
 	border-bottom: 1px dashed #bea68a;
 	}
 div.main div.toolkit_content ul {
	list-style: circle outside;
}
div.main div.toolkit_content  ol {
	list-style: decimal outside;
}
.tabedContent  {
	padding: 0px 20px 0px 10px;
	float: left;
	width: 93%;
	zoom:1;
}
.tabedContent ul, .tabedContent  ol  {
 	background-color: #d4bd93;
 	border-left: 1px dashed #bea68a;
 }
.tabedContent li  {
 	margin-bottom: 10px;
 	padding-bottom: 6px;
 	border-bottom: 1px dashed #bea68a;
 	}
.tabedContent ul {
	list-style: circle outside;
}
.tabedContent  ol {
	list-style: decimal outside;
}
div.main div.toolkit_content dl  {
	
}
div.main div.toolkit_content dt  {
	
}
div.main div.toolkit_content dd  {
	
}
div.main div.toolkit_content table  {
	
}
div.main div.toolkit_content thead  {
	
}
div.main div.toolkit_content tbody  {
	
}
div.main div.toolkit_content th  {
	
}
div.main div.toolkit_content td  {
	
}

div.main div.toolkit_content label  {
	font-size: 1.03em;
}

ul li p {
	margin-bottom: 0px;
}
/* helper classes */

.left  {
	float: left;
	margin: 3px 15px 1px 0px;
}
.right  {
	float: right;
	margin: 3px 0px 1px 15px;
}
.framed, .frame  {
	padding: 5px;
	background-color:#C0A57A;
	border:1px dotted #ad8e6b;
}
.padding  {
	
}
.title  {
	list-style: none !important;
}

table.styled {
	border: 1px solid #d9d1b6;
	width: 100%;
}
table.styled th, table.styled thead td {
	font-size: 1.2em;
	padding: 10px;
	
}
table.styled td {
	font-size: 1.2em;
	padding: 5px 10px;
	text-align: center;
	background-color: #d9d1b6;
}
table.styled tr.alt td {
	background-color: #fff;
}
a#site_credits img {
	/* for IE */
	filter:alpha(opacity=40);
	/* CSS3 standard */
	opacity:0.4;
	display: block;
}
a#site_credits:hover img {
	/* for IE */
	filter:alpha(opacity=20);
	/* CSS3 standard */
	opacity:0.2;
}
/*
			<a id="site_credits" href="http://www.copiousinc.com" title="Copious Inc"> 
				<img src="/images/credit-white.png" alt="site by copious" />
			</a> 
*/
div.also_like{
  float: left;
}
.also_like h3 {
	cursor: pointer;
	border-bottom-width: 0px;
}
.login.left {
	width: 55%;	
}
.skip.right {
	margin-left:0;
	width:42%;
}
.flash.success, .flash.failure {
	margin-top: 20px;	
}
