/*========= SETUP =========*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #666666;
	background-color: #F2E8C3;
	/* background: #000000 url(images/background.png) repeat-x left top; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*========= LAYOUT =========*/
#page{
	width: 1048px;
	margin:0px auto;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
/*--- Main Columns ---*/
#columns{
	padding:10px 5px 0px 5px;
	background-color: #FAF3DE;
	margin: 0px;
}
.col1{
	float: left;
	width: 470px;
	padding-right:15px;
}
.col2{
	float: left;
	width: 220px;
	margin-left: 6px;
}
/*--- Sub Columns ---*/
.subcol{
	width: 150px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}
/*========= HEADER =========*/
/*- Page Navigation -*/
#nav{
	height: 30px;
	padding: 2px 0px !important;
	background-color: #FFFFFF;
	margin:15px 15px 0px !important;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width: 930px !important;
}
#nav-left {
	float:left;
	display:inline;
	width:600px;
	}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
	}
#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav .current_page_item {
	height:30px;
}
#nav .current_page_item a {
	color: #FFFFFF;
}
#nav ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
#nav ul  li a {
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      
/*- Category Navigation -*/
/*- Nav / Dropdowns-*/
#suckerfish {
	height:33px;
	padding:0;
	margin:0;
}
#nav2 {
	margin:0;	 
}
#nav2, #nav2 ul{
	padding: 0;
	float:left;
	list-style: none;
	width: 100%;
	height: 33px;
	background: #000000 url(images/left_menu_head_bg.png) repeat-x left top;
	font-weight: bold;
}
#nav2 {
	padding: 0;
	font-size:14px;
	float:left;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
}
#nav2 a {
	display: block;
	padding-left:22px;
	padding-right:22px;
	border-left: 1px solid #c0c0c0;
	color: black;
	text-decoration: none;
}
#nav2 li {
	float: left;
	line-height:33px;
}
#nav2 li a:hover {
	background-image: url(images/tab-mid3.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: white;
	text-decoration: none;
}
#nav2 li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	padding-top:1px;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav2 li ul li {
    background: #000000 url(images/topmenu-bg.png) repeat-x left top;		
	line-height:33px;	
	width:10em;
}
#nav2 li:hover, #nav2 li.hover {
    position: static;
}
#nav2 li ul ul {
	margin: -29px 0 0 10em;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
} 
/*- Search -*/
#search{
	float: right;
	height: 27px;
	width:310px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: #ffffff;
	border: 1px solid #dddddd;
	color: #000000;
	float: left;
	font-size: 11px;
	width:223px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
}
/*- Header -*/
#header{
	height: 78px;
	background: #EFE6C6 url(images/head_bg1.png) repeat-x left top;
}
/*- Logo -*/
#header h1{
	display:block;
	padding:0;
	margin:0;
	width:1px;
	height: 1px;
	overflow:hidden;
}

/*- Top Banner -*/
#topbanner {
	float: right;
	width: 468px;
	height: 60px;
	padding:6px 0px 0px;
}
#topbanner img{
	float: right;
}
/*- RSS -*/
#rss a{
	color: #666666;
}
#rss h2{
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul{
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li{
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img{
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}
/*========= FEATURED POSTS (FRONT-PAGE) =========*/
/* See slideshow.css */
/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/
#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:0px;
	padding: 5px;
	border: 1px solid #ddd;
	}
.video-left {
	float:left;
	width:285px !important;
	display:inline;
	background-color:#FFFFFF;
	}
.video-left p {
	padding:0px !important;
	margin:0px !important;
	}
.video-left h2 {
	display:none;
	}
.video-right {
	float:right;
	width:273px;
	min-height:214px;
	display:inline;
	background-color:#FFFFFF;
	padding: 10px;
	}
.video-right h2{
	color: #000000;
	font-size:11px;
	line-height:normal;
	font-weight:bold !important;
	margin:0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
.video-right p{
	color: #666;
	font-size:11px;
	line-height:12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
	}
.video-right h3{
	font-style: normal !important;
	font-weight: bold;
	font-size:18px;
	line-height:20px;
	padding-bottom: 0px;
	}
.video-right .mootabs_title {
	border-top:1px solid #FFF;
	list-style:none;
	margin:0px;
	padding:0px;
	}
.video-right .mootabs_title li {
	color:#000;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding:10px;
	border: 1px solid #dddddd;
	background:#f7f7f7;
	line-height:10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background:#dddddd url(images/ico-watch.gif) right center no-repeat !important;
	}
/*========= BLOG POST STYLING =========*/
/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h2{
	font-size: 18px;
	padding: 0 0 5px;
}
.post h3{
	font-size: 14px;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}
/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0;
}
.box .post{
	width: 288px;
	background-color: #ffffff;
	border:1px solid #ddd;
}
.box .post h2 a{
	color:#333333;
}
.box .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}
.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
}
.box .post img{
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	
}
.post-alt h2{
	font-size: 24px;
	padding: 0;
	color:#000000;
	line-height: 26px;
}
.post-alt h3{
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}
.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 12px;
	font-weight: normal;
}
h3.posted{
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 5px;
	margin-top: 10px;
	text-align: right;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	clear:both;
}
h3.posted a {
	color: #000000;
	font-size:11px;
}
.box .post h3.posted {
	border-bottom:none;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	padding:0px 0px 0px 18px;
	margin-left:5px;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	width:100%;
	margin-bottom:15px;
	float:left;
}
.navigation a {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
	/* margin-right:15px; */
}
.alignright{
	display:inline;
	float:right;
	/* margin-left:15px; */
}
/*========= ARCHIVE SPECIFIC =========*/
#archivebox {
	margin-bottom:15px;
	padding:10px;
	color:#000 !important;
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#000;
}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}
.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}
/*========= SINGLE POST SPECIFIC =========*/
.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000000; }
.entry p{
	text-align:justify;
	font-size:12px;
	line-height:18px;
	}
.entry blockquote {
	padding: 10px;
	border: 1px solid #ddd;
	color:#000;
	width:85%;
	background-color: #f7f7f7;
	font-style: italic;
	margin:5px auto 15px;
	}
.entry blockquote p {
	font-size:12px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img {
	padding: 4px;
	margin: 4px 10px 4px 10px;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	}
.wp-caption img {
	margin-bottom:15px;
}
p.wp-caption-text {
	text-align:center;
	padding: 0 0 15px 0;
	margin:0px;
	font-size:1.2em;
	font-style:italic;
	color:#000000;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
/*========= COMMENTS =========*/
h2.commh2{
	font-size: 1.5em;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	font-weight:bold !important;
	color:#000000;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;	
}
#comment {
	width: 583px;
}
/*========= SIDEBAR =========*/
#mpu_banner {
	width:210px;
	height:260px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 5px;
	border: 1px solid #dddddd;
	text-align:center;
}
/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	width:305px !important;
	/*height:auto !important;*/
	height: 274px !important;
	min-height:235px;
	padding:3px;
	border:1px solid #ddd;
	background-color:#eeeeee;
	float:left;
	display: block;
}
#tabs {
	float: left;
}
#tabs .mootabs_title{
	font-size: 12px;
	width: 100%;
	float:left;
}
#tabs .mootabs_title li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 30px;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 0px 0px !important;
	padding:0px 3px !important;
	cursor: pointer;
	border: 1px solid #ddd;
	text-decoration: none;
	background-color: #003366;
	color:white;	
}
#tabs .mootabs_panel {
	/*display: none;*/
	clear: both;
	float:left;
	/* height:auto !important; */
}
#tabs .mootabs_panel.active {
	display: block;
	float:left;
}
#tabs .mootabs_panel ul{
	width: 297px !important;
	padding:3px !important;
	border:1px solid #ddd !important;
	margin:5px 0px 0px !important;
	background-color: #FFFFFF;
	height:228px;
	overflow: hidden;
}
.list1 li,.list2 li, .list3 li{
	padding: 3px 0 4px 25px;
	border-bottom: 1px solid #eee;
}
.list1 li a,.list2 li a,.list3 li a,.list4 li a,.list5 li a{
	color: #666666;
	font-size: 11px;
	line-height: 11px;
}
.list1 li, .list2 li {
	height: 38px;
	vertical-align: middle;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
	}
.list5 li{
	border-bottom: 1px solid #eee;	
	padding:3px 0px;
}
#tagcloud {
	float:left;
	width:306px;
	padding-top:10px;
}
/*- Ads -*/
.ads{
	border: 1px solid #ddd;
	height: 125px;
	width:308px;
	padding: 5px;
	margin:0 0 15px;
}
.ads img{
	float: left;
	margin:0 5px 0 0;
}
.ads img.last{
	margin: 0;
}
/*- Flickr -*/
.flickr{
	border: 1px solid #ddd;
	background-color: #eee;
	width:318px;
	margin:0px 0px 15px;
}
.flickr h2{
	font-size:14px;
	padding: 5px;
	margin-bottom:10px;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr p {
	display:inline;
	padding-left:10px;
}
.flickr-ar {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}
.flickr-ar a {
	color: #ffffff;
}
.flickr .flickr_badge_image img {
	margin:0px 0px 10px 5px;
	border: 1px solid #ddd;
	padding:5px;
	background-color:#ffffff;
	float:left;
}
/*=== Styling Widget Lists ===*/
.widget {
	margin-bottom:15px;
}	
.widget h2 {
	padding: 5px;
}
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #eee;
	padding:5px 0 5px 5px;
	margin:0px;
}
.widget ul li a {
	color: #000000;
}
.widget select {
	border:1px solid #eee;
	width:148px;
	margin:15px 0 0 0;
}
/*========= FOOTER =========*/
#footer{
	clear: both;
	color: #666666;
	/*height: 35px;
	line-height: 35px; */
	margin:0;
	padding:0px 15px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}
#footer img {
	vertical-align:middle;
	margin-left:5px;
}
img#wpstats{display:none}
/*========= MISC =========*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl, .search-tag-cloud  h2{
	border-bottom: 1px solid #A00000;
	color: #0E3E61;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2px;
}
.hl-full{
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	border-bottom: 1px solid #eee;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #dddddd;
	float: left;
	padding: 3px;
	background-color: #FFFFFF;
	margin: 5px 5px 5px 0;
}
table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table#wp-calendar a {
	color:#000000; 
}
table#wp-calendar caption { 
	font-weight: normal; font-size: 0.91667em; line-height: 1.72727em; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; border-bottom: 1px dotted #ddd; 
}
table#wp-calendar th { 
	width: 26px; font-size: 0.91667em; line-height: 1.72727em; background: #f2f2f2; border-bottom: 1px dotted #ddd; text-align: center; 
}
table#wp-calendar td { 
	width: 26px; line-height: 1.66667em; color: #999; text-align: center; 
}
table#wp-calendar td#next, table#wp-calendar td#prev { 
	width: 78px; font-size: 0.83333em; letter-spacing: 1px; text-transform: uppercase; 
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
#bar1 {
	background: url(images/left_menu_head_bg.png) repeat-x left bottom !important;
	color: black;
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
	height: 16px;
	line-height: 16px;
	border-bottom: 1px dotted #c0c0c0;
}
#featured{
	width:410px;
	float:left;
	margin-right: 8px;
}
#rightcol{
	float: right;
	width: 300px;
	/* border: 1px solid #e0e0ff; */
}
#leftcol{
	float: left;
	width: 736px;
	/* border: 1px solid #e0e0ff; */
}
#cat_last {
	float: left;
	width: 735px;
}
#cat_last .lastpost  {
	float:left;
	width: 227px;
	padding: 4px;
	margin-left: 5px;
	border: 1px solid #f0f0f0;
	min-height: 150px;
	background: #fdfdfd;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#cat_last .lastpost  .excerpt{
	width:1px;
	height: 1px;
	overflow: hidden;
	display: block;
}
.lp_name {
	font-size: 16px;
	font-weight: bold;
	color: #0e3e61;
	border-bottom: 1px solid #a00000;
	padding-bottom: 2px;
}
.lp_name h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0e3e61;
	margin:0;
	padding:0;
}
.lp_name a {
	color: #0e3e61;
}
.lp_link, .lp_link2 {
	font-size: 12px;
	font-weight: normal;
}
.lp_link  h3, .lp_link2 h3{
	font-size: 12px;
	font-weight: normal;
	margin:0;
	padding:0;	
}
a.lp_link, a.lp_link2{
	text-decoration: none;
}
a.lp_link:hover, a.lp_link2:hover{
	text-decoration: none;
	color: #0e3e61;
}
.home_post_date{
	height:16px;
	color:#b0b0b0;
	visibility:hidden;
}
div.alt{
	background: #0e3e61;
}
#currency_table {
	border:0px;
}
#currency_table  td{
	padding:2px;
	font-size: 12px;
	color: #0e3e61;
}
#currency_table  tr.title td{
	font-size: 10px;
	color: #a0a0a0;
	border-bottom: 1px solid #909090;
}
#currency_table  img{
	margin:2px 2px -3px 2px;
}
.currency_info{
	font-size: 10px;
	color: #a0a0a0;
}
ul.blogroll {
	margin:0;
	margin-left: 10px;
}
ul.blogroll li{
	font-size: 12px;
	line-height: 14px;
	border:0;
	padding:0;
	margin:0;
}
#galleryLoading {
	position: relative;
	z-index: 999;
	top: 150px;
	left: 200px;
}
a.hhh {
	color:#666666 !important;
	text-decoration:none;
}
.vid_icon{
	position: relative;
	left: 200px;
	top: -33px;
	display:block;
	height: 1px;
	margin-bottom: -1px;
}

.vidnews {
	float:left;
	width: 49%;
	text-align: center;
}
a.vidtitle{
	font-size: 10px;
	line-height: 13px;
}
a.allvid{
	display: block;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 15px;
}
#mainrss {
	float:right;
}

h3.morenews {
	border-top: 1px solid #e0e0e0; 
	height:35px; 
	overflow:hidden;
	padding: 5px;
}
div.catalogTopItem {
	float:left;
	text-align:center;
	margin:3px;
}
div.wp_bannerize {
	margin-top: 5px;
	margin-bottom: 5px;
	clear:both;
}
div.wp_bannerize ul{
	padding:0;
	margin:0;
	border:0;
	clear:both;
}
div.wp_bannerize ul li.lb{
	float:left;
	margin:5px;
	border:0;
}
table#guide_table  tr td a {
	font-size:10px;
	font-weight: bold;
}
table#guide_table  tr td div {
	width: 50px;
	height:38px;
	display:block;
	clear:both;
}
table#guide_table  tr td img {
	width: 50px;
	height:38px;
	display:block;
	clear:both;
}

#facebook_share {
	width: 220px;
}
.facebook_button {
	background-color: #4267b2;
	background-image: url(images/fb-button.png);
	background-position: 19px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border-radius: 4px;
	color: #FFF;
	cursor: pointer;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	margin: 0 auto;
	padding: 10px 10px 10px 60px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.facebook_button_text{display:inline-block;}