/********************* BEGIN CSS RESET **********************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1.0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*********************** END CSS RESET ************************/

body {
background:none repeat scroll 0 0 #222;
color:#666666;
font-size:12px;
font-family: sans-serif;
margin:0;
padding:0;
}
a img {
border:medium none;
}
p {
line-height: 1.5;
margin:0 0 10px 0;
text-align:left;
}
.inline {
	display:inline-block;
}
.left {
	float:left;
	display:inline-block;
}
.right {
	float:right;
	display:inline-block;
}
.center {
	text-align:center;
}
.no_margin{
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
}
.line-height {
	line-height:1.5
}
h3, h4, h5 {
color:#222222;
margin-top:0;
}
h3.side {
	font-size:18px;
	color:#555;
	margin:0 0 10px 0;
}
h3.block {
	background:#DFDFDF;
	padding:8px 12px;
	color:#666;
	margin-bottom:15px;
	font-size:12px;
	font-weight:bold;
}
h3.block_light {
	background:#EBEBEB;
	padding:8px 12px;
	color:#888;
	margin-bottom:15px;
	font-size:12px;
}
h3, h4, h5 {
font-size:14px;
line-height:1.2;
margin-bottom:5px;
}
h2, h2 a {
color:#222222;
font-family: sans-serif;
font-size:20px;
line-height:normal;
margin-bottom:0;
padding-bottom:0;
}
h2.large{
	font-size:26px;
	line-height:1.6;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
text-decoration:none !important;
}
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5  {
text-decoration:none !important;
}

a {
color:#008EE8;
cursor:pointer;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a.no_underline, a.no_underline:hover {
	text-decoration:none !important;
}
a.view_more {
background:#FFFFFF;
border:1px solid #DFDFDF;
float:right;
padding:4px 7px;
text-decoration:none;
font:10px "Lucida Grande",Arial,sans-serif;
margin:0 0 0 5px;
display:inline-block;
}
a.view_more:hover {
background:#008EE8;
border:1px solid #008EE8;
color:#FFF;
text-decoration:none;
}
input {
font-size:14px;
padding:0;
margin:0;
font-family: sans-serif;
}
textarea {
font-family: sans-serif;
font-size:14px;
padding:0;
margin:0;
}
table {
border-collapse:collapse;
}
.clearfix:after {
clear:both;
content:" ";
display:block;
height:0;
visibility:hidden;
}
.clearfix {
}
.no_disp {
display:none;
line-height:0;
}
.rounded_3{
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.rounded_4{
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.rounded_5{
	border-radius: 5px;
	-moz-border-radius: 5px;
}
span.corner {
display:block;
height:3px;
position:absolute;
width:3px;
}
span.tl {
background:url("images/new/corners_tl.png") no-repeat scroll 0 0 transparent;
left:0;
top:0;
}
span.tr {
background:url("images/new/corners_tr.png") no-repeat scroll 0 0 transparent;
right:0;
top:0;
}
span.bl {
background:url("images/new/corners_bl.png") no-repeat scroll 0 0 transparent;
bottom:0;
left:0;
}
span.br {
background:url("images/new/corners_br.png") no-repeat scroll 0 0 transparent;
bottom:0;
right:0;
}
@font-face {
	font-family: 'DINProBold';
	src: url('dinpro-bold-webfont.eot');
	src: local('☺'), url('fonts/dinpro-bold-webfont.woff') format('woff'), url('fonts/dinpro-bold-webfont.ttf') format('truetype'), url('fonts/dinpro-bold-webfont.svg#webfonta1NBlNgr') format('svg');
	font-weight: normal;
	font-style: normal;
}

.DINPro-Bold {font-weight: normal; font-style: normal; line-height:normal; font-family: 'DINProBold', sans-serif;}


.promo_item_large {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #DFDFDF;
	overflow:hidden;
}
.promo_item_large:hover {
	background:#F5F5F5;
}
.promo_item_large .promo_image {
float:left;
margin-right:10px;
overflow:hidden;
display:inline-block;
height:80px;
position:relative;
width:130px;
}
.promo_item_large .promo_image .promo_image_cover {
background:url("images/new/promo_large_cover.gif") no-repeat scroll center top transparent;
display:block;
height:80px;
left:0;
position:absolute;
top:0;
width:130px;
}
.promo_item_large  a:hover .promo_image .promo_image_cover {
background:url("images/new/promo_large_cover.gif") no-repeat scroll center bottom transparent;
}
.promo_item_large .promo_details {
width:132px;
float:left;
padding:10px 10px 0 0;
}
.promo_details h4 {
font-size:13px;
font-weight:normal;
margin-bottom:5px;
color:#555;
}
.promo_item_small {
	margin:0 0 9px 0;
	padding:0 2px 9px 2px;
	border-bottom: 1px solid #EEE;
	overflow:hidden;
}
.promo_item_small:hover h4{
	color:#008ee8;
}
.promo_item_small .promo_image {
display:inline-block;
position:relative;
float:left;
margin-right:5px;
overflow:hidden;
width:65px;
height:65px;
border:1px solid #ccc;
padding:2px;
}
.promo_item_small .promo_image:hover{
	border:3px solid #008EE8;
    padding:0px;
}

.promo_item_small .promo_image img{
	width:65px;
	height:65px;
	margin:0px;
}
.promo_item_small .promo_image .promo_image_cover {
/*background:url("images/new/promo_small_cover.gif") no-repeat scroll center top transparent;
display:block;
height:60px;
left:0;
position:absolute;
top:0;
width:90px;
*/
}
.promo_item_small a:hover .promo_image .promo_image_cover {
background:url("images/new/promo_small_cover.gif") no-repeat scroll center bottom transparent;
}
.promo_item_small .promo_details {
float:left;
padding:2px 0 0 0;
width:180px;
}
.promo_item_smaller {
	margin:0 0 9px 0;
	padding:0 2px 9px 2px;
	/*border-bottom: 1px solid #EEE;*/
	overflow:hidden;
}
.promo_item_smaller:hover h4{
	color:#008ee8;
}
.promo_item_smaller .promo_image {
display:inline-block;
position:relative;
float:left;
height:60px;
margin-right:15px;
width:90px;
overflow:hidden;
}
.promo_item_smaller .promo_image img{
	width:90px;
}
.promo_item_smaller .promo_image .promo_image_cover {
background:url("images/new/promo_small_cover.gif") no-repeat scroll center top transparent;
display:block;
height:60px;
left:0;
position:absolute;
top:0;
width:90px;
}
.promo_item_smaller a:hover .promo_image .promo_image_cover {
background:url("images/new/promo_small_cover.gif") no-repeat scroll center bottom transparent;
}
.promo_item_smaller .promo_details {
float:left;
padding:2px 0 0 0;
width:220px;
}
.small {
	font:10px "Verdana","Lucida Grande",Arial,sans-serif;
	vertical-align:baseline;
}
.small_text {
	font:10px "Lucida Grande",Arial,sans-serif;
	vertical-align:baseline;
}
.small_text_home {
	font: italic 11px Georgia, serif;
	vertical-align:baseline;
	font-weight:bold;
	color:#008ee8;
}
.light, p.light, span.light, a.light {
color:#888888;
}
.dark, p.dark, span.dark, a.dark {
color:#222222;
}


/*********************** PAGE STYLES ************************/
#body_inner {
/*background:#EFEFEF url(images/new/bg_noise.png) repeat 0 0;*/
background-color:#F2F2F2;
/*background:#fff url(images/pattern-bg.jpg) repeat top left;*/
color:#666666;
font:12px Helvetica, "Helvetica", Arial,sans-serif;
height:100%;
margin:0;
padding:0;
position:relative;
width:100%;
overflow:hidden;
}
#header_nav {
height:45px;
margin:17px auto;
position:relative;
width:952px;
background:#191919;
border-radius: 5px;
-moz-border-radius: 5px;
}
#header_nav h1#blogcatalog_logo {
display:block;
height:26px;
position:relative;
width:21px;
z-index:0;
padding:9px 25px;
float:left;
}
#header_nav h1#blogcatalog_logo a {
background:url("images/new/blogcatalog_logo.png") no-repeat scroll 0 0 transparent;
display:block;
height:0px;
position:relative;
width:21px;
padding:26px 10px 0;
text-indent:-9999px;
z-index:0;
color:#FFF;
}
ul#header_nav_menu {
float:left;
padding:0;
position:relative;
width:500px;
z-index:0;
}
ul#header_nav_menu li {
display:inline;
float:left;
height:45px;
margin:0 15px;
padding-top:0;
position:relative;
z-index:0;
}
ul#header_nav_menu li a {
color:#888;
display:block;
float:left;
font-family:'Helvetica',Arial,Sans-serif;
font-size:13px;
margin:0;
padding:17px 0 0 0;
position:relative;
z-index:0;
line-height:1.0;
}
ul#header_nav_menu li a:hover {
color:#FFF;
text-decoration:none;
}
ul#header_nav_menu li a.selected {
color:#FFF;
}
ul#header_nav_menu li ul {
display:none;
} 
ul#header_nav_menu li:hover ul {
	display: block;
	color:#FFFFFF; 
	position:absolute; 
	top:40px; 
	left:-10px; 
	z-index:9999999;
	background:#191919;
	padding:0 0 10px 0;
	margin:0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	} 
ul#header_nav_menu li ul li {
	position:relative;
	padding:0;
	margin:0;
	height:auto;
}
ul#header_nav_menu li ul li a {
	width:80px;
	color:#008EE8;
	padding: 0 5px;
	margin:0 10px;
	border-bottom:1px #444 dotted;
	font-size:12px;
	line-height:2.6;
	font-weight:normal;
	display:block;
}
ul#header_nav_menu li ul li a.last {
	border-bottom:0px #555 dotted;
}
ul#header_nav_menu li ul li a.selected {
	color:#FFF;
}
ul#header_nav_menu span.header_nav_arrow_white{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right top transparent;
	display:inline-block;
	width:53px;
	height:9px;
	margin:0 -3px 0 0;
	padding:0;
	vertical-align:top;
}
ul#header_nav_menu span.header_nav_arrow_dark{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right bottom transparent;
	display:inline-block;
	width:53px;
	height:9px;
	margin:0 -3px 0 0;
	padding:0;
	vertical-align:top;
}
ul#header_nav_menu .header_nav_arrow_dark:hover{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right top transparent;
}
#header_account_menu {
	float:left;
	padding:0;
	position:relative;
	width:255px !important;
	z-index:0;
}
#header_account_menu a:hover {
	text-decoration:underline;
}
#header_account_menu a.login {
	color:#FFF;
	display:block;
	float:left;
	font-family:'Helvetica',Arial,Sans-serif;
	font-size:11px;
	margin:10px 2px;
	padding:7px 10px;
	position:relative;
	z-index:5000;
	background:#7ec700;
	line-height:1.0;
}
#header_account_menu a.signup {
	color:#FFF;
	display:block;
	float:left;
	font-family:'Helvetica',Arial,Sans-serif;
	font-size:11px;
	margin:10px 2px;
	padding:7px 10px;
	position:relative;
	z-index:5000;
	line-height:1.0;
}
#header_account_menu ul{
	float:left;
	padding:0;
	position:relative;
	z-index:12;
	float:right;
	display:block;
	margin:0 10px 0 0;
}
#header_account_menu ul li{
	display:inline;
	float:left;
	height:45px;
	margin:0;
	padding-top:0;
	position:relative;
	z-index:999;
}
#header_account_menu ul li.stats_menu{
	display:inline;
	float:left;
	height:45px;
	margin:0 16px 0 0;
	position:relative;
	z-index:999;
	font-size:13px;
	padding: 17px 0 0;
}
#header_account_menu ul li.stats_menu a{
	color:#888888;
}
#header_account_menu ul li.stats_menu a:hover, #header_account_menu ul li.stats_menu a.selected{
	color:#FFFFFF;
	text-decoration:none;
}
#header_account_menu a.account {
	color:#FFF;
	display:block;
	float:left;
	font-family:'Helvetica',Arial,Sans-serif;
	font-size:13px;
	line-height:1;
	margin:0;
	padding:17px 0 0;
	position:relative;
	z-index:5000;
	white-space:nowrap;
}
#header_account_menu a.account:hover {
	text-decoration:none;
	color:#FFF;
}
#header_account_menu a.account #notifications {
	display:none;
}
#header_account_menu a.account #notifications_2 {
	display:none;
}
#header_account_menu a.account span.header_nav_arrow_white{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right top transparent;
	display:inline-block;
	height:9px;
	margin:0 0 0 0;
	padding:0 8px 0 0;
	vertical-align:top;
	white-space:nowrap;
}
#header_account_menu a.account span.header_nav_arrow_dark{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right bottom transparent;
	display:inline-block;
	width:55px;
	height:9px;
	margin:0 0 0 0;
	padding:0;
	vertical-align:top;
}
#header_account_menu a.account .user_pic {
	margin:-4px 5px 0 0;
	width:20px;
	height:20px;
	display:inline-block;
	overflow:hidden;
}
#header_account_menu a.account .user_pic img {
	width:20px;
}

#header_account_menu a.account:hover span.header_nav_arrow_dark {
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right top transparent;
}
#header_account_menu li ul {
	display: none;
}
#header_account_menu li:hover ul {
	display: block;
	color:#FFFFFF; 
	position:absolute; 
	top:40px; 
	right:-20px; 
	z-index:9999999;
	background:#191919;
	padding:0 0 10px 0;
	margin:0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	}
#header_account_menu li ul li {
	position:relative;
	padding:0;
	margin:0;
	height:auto;
}
#header_account_menu li ul li a {
	width:86px;
	color:#008EE8;
	padding: 0 5px;
	margin:0 10px;
	border-bottom:1px #444 dotted;
	font-size:12px;
	line-height:2.6;
	font-weight:normal;
	display:block;
	white-space:nowrap;
}
#header_account_menu li ul li a:hover {
	color:#FFF;
	text-decoration:none;
}
#header_account_menu  li ul li a.last {
	border-bottom:0px #555 dotted;
}
#header_account_menu  li ul li a.selected {
	color:#FFF;
}
#header_search {
	background:url("images/new/header_nav_search_bg.png") no-repeat scroll 0 0;
	display:inline;
	float:left;
	min-height:27px;
	margin:10px 0 0 0;
	position:relative;
	width:165px;
	z-index:0;
	}
	div#header_search ul{
		display:none;
	}
div#header_search:hover ul {
		display: block;
		color:#FFFFFF; 
		position:absolute; 
		top:27px; 
		left:0px; 
		z-index:9999999;
		background:#191919;
		padding:0 0 10px 0;
		margin:0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		}
div#header_search ul li {
	position:relative;
	padding:0;
	margin:0;
	height:auto;
}
div#header_search ul li a {
	width:80px;
	color:#008EE8;
	padding: 0 5px;
	margin:0 10px;
	border-bottom:1px #444 dotted;
	font-size:12px;
	line-height:2.6;
	font-weight:normal;
	display:block;
}
div#header_search ul li a.last {
	border-bottom:0px #555 dotted;
}
div#header_search ul li a.selected, div#header_search ul li a:hover {
	color:#FFF;
	text-decoration:none;
}

#header_search:hover a.mag {
	background:url("images/new/header_nav_search_mag.png") no-repeat 0 -20px;
	}
#header_search:hover	#header_nav_search_input {
		color:#FFF;
}
#header_search a.mag {
	background:url("images/new/header_nav_search_mag.png") no-repeat 0 0;
	display:inline;
	float:left;
	height:20px;
	width:23px;
	margin: 2px 0 0 2px;
	display:block;
	position:relative;
	text-indent:-9999px;
	z-index:5000;
	}
#header_search a.mag:hover {
	background:url("images/new/header_nav_search_mag.png") no-repeat 0 -20px;
	}
#header_nav_search_input {
	background:transparent;
	border:none;
	color:#888888;
	display:inline;
	float:left;
	font:11px "Helvetica",Arial,sans-serif;
	height:15px;
	margin:0;
	outline:medium none;
	margin:4px 0 0 12px;
	padding:2px 0;
	position:relative;
	width:110px;
	z-index:5000;
	overflow:visible;
	}
#header_nav_search_submit {
	display:none;
	}
#container {
	margin:0 auto;
	padding:0;
	width:952px;
	background:#FFF;
	display:block;
	position:relative;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	z-index:0;
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;}
	}
.page_top_nav_pagepage {
background:#f8f8f8;
height:40px;
border-radius: 5px;
-moz-border-radius: 5px 5px 0 0;
}
ul.page_top_nav {
height:40px;
position:relative;
z-index:12;
border-bottom:1px #DFDFDF solid;
background:#f9f9f9;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
}
ul.page_top_nav li {
float:left;
height:40px;
margin:0;
position:relative;
z-index:99999;
}
ul.page_top_nav .first {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}
ul.page_top_nav li.first a.selected {
background:#FFF;
border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
border-bottom: 1px #FFF solid;
}
ul.page_top_nav li a.selected {
background:none repeat scroll 0 0 #FFF;
border-right:1px solid #DFDFDF;
border-bottom: 1px #FFF solid;
color:#222;
font-size:12px;
font-weight:bold;
height:26px;
padding:14px 20px 0;
position:relative;
z-index:5;
}
ul.page_top_nav li a {
border-right:1px solid #DFDFDF;
color:#888;
display:inline;
float:left;
height:26px;
outline:medium none;
padding:14px 20px 0;
position:relative;
z-index:5000;
background:#f9f9f9;
border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
}
ul.page_top_nav li a:hover {
background:none repeat scroll 0 0 #FFF;
text-decoration:none;
color:#222;
}
.new_section {
border-bottom:1px solid #DFDFDF;
padding:20px;
overflow:hidden;
}
.new_section_no_border {
border:none;
padding:20px 20px 0 20px;
overflow:hidden;
}
.page_column_568 {
overflow:hidden;
width:568px;
float:left;
margin-right:20px;
}
.page_column_588_right {
overflow:hidden;
width:587px;
float:left;
}
.page_column_588 {
overflow:hidden;
width:586px;
float:left;
padding:0 1px;
margin-right:20px;
}
.page_column_320 {
width:320px;
float:left;
overflow:hidden;
}
.page_column_300 {
width:300px;
float:left;
overflow:hidden;
}
.page_column_284{
	width:284px;
	float:left;
	overflow:hidden;
}
.page_column_290{
	width:290px;
	float:left;
	overflow:hidden;
}

.page_column_263{
	width:263px;
	float:left;
	overflow:hidden;
}

.page_column_263 p{margin-left:5px!important; text-align:center!important;}
.page_column_263 .spot_img{width:250px!important;}
.page_column_263 p a{text-align:center;}
.page_column_263 p.desc{height:55px;}
.margin_bottom_20 {
	margin-bottom:20px;clear:both;
}
.margin_bottom_10 {
	margin-bottom:10px;
}
.margin_top_20 {
	margin-top:20px;
}
.margin_right_20 {
	margin-right:20px;
}
.margin_left_20 {
	margin-left:20px;
}
.page_gradient {
background:url("images/new/page_gradient.gif") repeat-x scroll 0 0 #FFFFFF;
}
.page_gradient_rounded {
background:url("images/new/page_gradient.gif") repeat-x scroll 0 0 #FFFFFF;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
}
.container_blue {
	background:#D7EFFD;
	border:1px solid #76C3F4;
	padding:20px;
	overflow:hidden;
}
.container_lightblue {
	background:#E8F5FB;
	border:none;
	padding:20px;
	overflow:hidden;
}
.container_green {
	background:#d3ffc3;
	border:1px solid #a8df94;
	padding:20px;
	overflow:hidden;
}
.container_gray {
	background:#EBEBEB;
	padding:20px;
	overflow:hidden;
}
.container_lightgray {
	background:#f5f5f5;
	padding:20px;
	overflow:hidden;
}
#large_search_container{
background:none repeat scroll 0 0 #EBEBEB;
padding:15px;
display:inline-block;
}
#large_search_input_container {
	height:40px;	
	}
#large_search_input_container input#search_text {
	background:#FFF;
	border:1px solid #D7D7D7;
	float:left;
	line-height:1.0;
	margin:0;
	outline-width:0;
	padding:13px 12px 13px;
	width:476px;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	font-size:14px;
	color:#666666;
	display:inline;
	}
#large_search_input_container #search_submit {
	background: url("images/new/large_search_submit_sprite.png") no-repeat scroll 0 0 #EEEEEE;
	border:none;
	cursor:pointer;
	float:left;
	height:44px;
	margin-left:-1px;
	text-indent:-9999px;
	width:53px;
	}
#large_search_input_container #search_submit:hover {
	background-position:0 -88px;
	}
.page_column_wide #large_search_container{
	margin-bottom:20px;
}


#small_search_input_container {
	height:32px;	
	}
#small_search_input_container input#dq {
	background:#FFF;
	border:1px solid #D7D7D7;
	float:left;
	line-height:1.0;
	margin:0;
	outline-width:0;
	padding:9px 10px 0 0;
	width:238px;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	font-size:14px;
	color:#666666;
	height:23px;
	display:inline;
	}
#small_search_input_container #search_submit.normal {
	background: url("images/new/small_serach_submit_sprite.png") no-repeat scroll top right #FFF;
	border:none;
	cursor:pointer;
	float:left;
	height:34px;
	margin-left:-1px;
	text-indent:-9999px;
	width:39px;
	}
#small_search_input_container #search_submit:hover {
	background-position:right -68px !important;
	}
#small_search_input_container .focus_submit {
	background: url("images/new/small_serach_submit_sprite.png") no-repeat scroll right -34px #FFF;
	border:none;
	cursor:pointer;
	float:left;
	height:34px;
	margin-left:-1px;
	text-indent:-9999px;
	width:39px;
}

.ad_header {
color:#222222;
font-size:9px;
margin-bottom:6px;
text-align:left;
font-weight:normal;
}
.ad_header_content {
color:#222222;
font-size:9px;
margin-bottom:6px;
text-align:left;
margin:0 0 0 40px;
}
.ad_container {
background:#EBEBEB;
margin-bottom:20px;
overflow:hidden;
padding:8px 10px 10px;
}
.ad_container_content {
background:#EBEBEB;
margin-bottom:20px;
overflow:hidden;
padding:8px 10px 10px;
text-align:center;
}
.standard_ad {
height:auto;
width:300px;
/*background:url("images/new/ad_default.gif") no-repeat scroll center center #1A1A1A;*/
overflow:hidden;
position:relative;
}
#MarketGidComposite11322 img.mcimg {
width: 300px!important;
}
.sponsored{display: none;}
.mgbox .mgline{margin: 10px 0;}
.wide_ad {
display:inline-block;
height:90px;
width:728px;
background:url("images/new/ad_default.gif") no-repeat scroll center center #1A1A1A;
overflow:hidden;
}
.content_ad {
display:inline-block;
height:60px;
width:468px;
background:url("images/new/ad_default.gif") no-repeat scroll center center #1A1A1A;
overflow:hidden;
text-align:left;
}
.content_ad_wide {
display:inline-block;
width:560px;
min-height:60px;
background:url("images/new/ad_default.gif") no-repeat scroll center center #1A1A1A;
overflow:hidden;
text-align:left;
}
.content_ad_wide .wide_ads h3, .content_ad_wide .wide_ads h3 a {
	background:#EBEBEB;
	color:#222222;
	font-size:9px;
	margin-bottom:0;
	text-align:left;
}
.content_ad_wide .wide_ads #wide_ads_1 .result h3, .content_ad_wide .wide_ads #wide_ads_1 .result h3 a {
	font-size:14px;
	margin-bottom:0;
	color:#008EE8;
}
.content_ad_wide .wide_ads {
	background:#EBEBEB;
	padding:0 5px;
}
.content_ad_wide .wide_ads #wide_ads_1 .result {
	padding:5px 0;
}
.content_ad_wide .wide_ads #wide_ads_1 .result .ad_text {
	display:block;
	padding:2px 0;
}
.content_ad_wide .wide_ads #wide_ads_1 .result a .ad_url {
	color:#008EE8;
}
.content_ad .textad {
	background:#EBEBEB;
}
.content_ad .textad h2, .content_ad .textad h2 a span b {
	background:#EBEBEB;
	/*color:#222222;*/
	color:#000000;
	font-size:9px;
	margin-bottom:0;
	text-align:left;
	font-weight:normal;
}
.content_ad .textad ul li {
	width:230px;
	display:inline-block;
}
.content_ad .narrow_ads {
	background:#EBEBEB;
}
.content_ad .narrow_ads h3, .content_ad .narrow_ads h3 a {
	background:#EBEBEB;
	color:#222222;
	font-size:9px;
	margin-bottom:0;
	text-align:left;
	font-weight:normal;
}
.content_ad .narrow_ads h4{
	font-size:12px;
	margin-bottom:0;
}
.content_ad .narrow_ads h4 a{
	text-decoration:underline;
}
.content_ad .narrow_ads ul li {
	width:230px;
	display:inline-block;
}
.google .textad a span b {
	/*color: #000000;*/
}
.google .textad span a b {
	/*color: #000000;*/
}
.small_ad {
	display:inline-block;
	float:left;
	height:90px;
	margin-right:20px;
	position:relative;
	width:160px;
	background:url("images/new/ad_default.gif") no-repeat scroll center center #1A1A1A;
	overflow:hidden;
}
.small_ad_wrapper {
	display:block;
	width:160px;
	height:90px;
	overflow:hidden;
	position:relative;
}
.small_ad_wrapper img {
	width:160px;
}
.small_ad_wrapper .cover {
	background:url("images/new/small_feature_cover.png") no-repeat scroll 0 -34px transparent;
	display:block;
	left:0;
	position:absolute;
	top:0;
	width:160px;
	height:90px;
}
.small_ad_wrapper .cover h4 {
	color:#FFFFFF;
	font-size:13px;
	left:10px;
	position:absolute;
	top:67px;
	white-space:nowrap;
}
.powerad {
	display:block;
	margin:0 auto 20px;
	width:950px;
	text-align:center;
}
.side_ad_right {
	position: absolute;
	/*left:1157px;*/
	/*top:120px;*/
	left:960px;
	top:40px;
	width: 160px;
	height: 600px;
}
.side_ad_right_bottom {
	position: absolute;
	left:960px;
	top:650px;
	width: 160px;
	height: 600px;
}
.side_ad_left {
	position: absolute;
	left:-128px;
	top:40px;
	width: 160px;
	height: 600px;
}
ul.list {
	margin-top:10px;
}
ul.list li {
	background:url("/css/new/images/icon_arrow_tiny.png") no-repeat scroll left 1px transparent;
	font:bold 12px "Helvetica", arial,sans-serif;
	margin:0 0 10px 7px;
	padding:0 0 0 15px;
	color:#666;
}
#profile_jump {
padding:15px;
overflow:hidden;
text-align:center;
}
#profile_jump h5 {
	text-align:left;
	font-size:11px;
	color:#888;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1.0);
	display:inline-block;
	line-height:2.0;
	margin-right:10px;
	margin-bottom:0;
	vertical-align:bottom;
}
#profile_jump .blog_jump{
	text-align:left;
	display:inline-block;
}
#profile_jump .blog_jump select#footer_blog_select {
	font-size:11px;
	width:140px;
	margin-right:10px;
}
#profile_jump .blog_jump input#footer_blog_select_submit {
	text-align:left;
	font-size:12px;
	line-height:1.0;
	color:#888;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1.0);
	display:inline-block;
	margin-right:15px;
	margin:2px 0 0 0;
	padding:0;
	background:#FFF;
	border:1px solid #DFDFDF;
	padding:1px 5px;
	cursor:pointer;
}
#profile_jump .blog_jump input#footer_blog_select_submit:hover {
	background:#008EE8;
	text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.0);
	border:1px solid #008EE8;
	color:#FFF;
	text-decoration:none;
}

/********* MASTER FORM CSS ***********/
#notice {
	padding:14px 10px;
	background:#fffe89;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#333;
}
.field_notice {
	display:inline;
	color:#FFF;
	margin:0 0 0 5px;
	width:auto;
	position:absolute;
	font-family:"Lucida Grande", sans-serif;
}
.hint {
	font:normal 10px "Lucida Grande", sans-serif;
}
.input .info {
	background:#008ee8;
	padding:10px 10px;
	width:auto;
}
.input .error {
	background:#ff6060;
	padding:10px 10px;
	width:auto;
}
.input .success {
	background:#7ec700;
	padding:10px 10px;
	width:auto;
}
.input_error {
	border: 2px solid #ff6060 !important;
}
#form {
	display:block;
	position:relative;
}
#form input.wide[type="text"] {
	width: 405px !important;
}
#form div.input {
	display:block;
	position:relative;
	margin:15px 0;
}
#form div.block {
	display:block;
	position:relative;
	margin:15px 0;
}
#form div.inline {
	display:inline-block;
	position:relative;
	margin:0 5px 0 0;
}
#form input.border[type="text"] {
	border:1px solid #CCC !important;
}
#form input.border[type="password"] {
	border:1px solid #CCC !important;
}
#form label {
	display:block;
	margin:0 0 5px 0;
	font:normal 11px "Verdana",arial, sans-serif;
}
#form label.radio {
	display:inline;
	margin:0;
	padding:0 10px 0 2px;
}
#form label.checkbox {
	display:inline;
	margin:0;
}
#form input[type="text"] {
	border:none;
	font-size:14px;
	padding:10px 7px;
	backround:#FFF;
	width:220px;
}
#form input[type="password"] {
	border:none;
	font-size:14px;
	padding:10px 7px;
	backround:#FFF;
	width:220px;
}
#form input[type="submit"] {
	background:none repeat scroll 0 0 #008EE8;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	padding:10px 7px;
	cursor:pointer;
	width:auto;
}
#form input.red[type="submit"] {
	background:none repeat scroll 0 0 #ff6060;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	padding:10px 7px;
	cursor:pointer;
	width:auto;
}
#form input[type="submit"]:hover {
	background:#363a3d;
	color:#FFF;
}
#form input[type="button"] {
	background:none repeat scroll 0 0 #008EE8;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	padding:10px 7px;
	cursor:pointer;
	width:auto;
}
#form input[type="button"]:hover {
	background:#363a3d;
	color:#FFF;
}
#form input[type="checkbox"] {
	margin:0 7px 0 0;
}
#form input[type="radio"] {
	margin:0;
}
#form select {
	margin:0 8px 0 0;
	background:#FFF;
	border:1px solid #CCC;
	padding:4px 5px;
	font:normal 13px "Lucida Grande", "Helvetica", arial, sans-serif;
}
#form select.wide {
	width: 300px !important;
}
#form select.normal {
	width: 202px !important;
}
#form textarea {
	padding:10px;
	width:400px;
	height:120px;
	border:none;
}
#form p.forgot {
	margin:5px 0 0 0;
}

ul.pills {
margin:0 -8px;
padding:6px 8px;
overflow:hidden;
}

ul.pills li.active a {
-moz-box-shadow:0 1px 3px rgba(34, 118, 187, 0.5) inset;
background:none repeat scroll 0 0 #0076d7;
color:#FFFFFF;
text-shadow:0 1px 1px #2276BB;
}

ul.pills li {
display:inline;
}

ul.pills li a {
-moz-border-radius:12px 12px 12px 12px;
border-radius:12px 12px 12px 12px;
display:inline;
float:left;
line-height:11px;
margin-right:7px;
padding:6px 12px;
text-shadow:0 1px 1px #FFFFFF;
width:auto;
}





#footer_container {
margin:0 auto;
width:952px;
background:none repeat scroll 0 0 #1a1a1a;
padding-bottom:40px;
overflow:hidden;
}
.footer_list {
display:inline;
float:left;
margin:20px 0 0 20px;
width:210px;
}
.footer_list h4 {
color:#666666;
display:block;
font-family:"Helvetica",Arial,sans-serif;
font-size:12px;
margin:0 0 7px 0;
}
.footer_list ul li {
clear:left;
margin:5px 0 0 0;
padding-bottom:1px;
}
.footer_list ul li a {
border:medium none;
color:#AAAAAA;
text-decoration:none;
}
.footer_list ul li a:hover {
color:#008EE8;
text-decoration:underline;
}
#footer_credit {
background:url("images/new/footer.png") repeat-x scroll 0 0 #FFFFFF;
margin:0 auto 30px;
color:#222222;
display:block;
font-size:11px;
height:25px;
padding:15px 20px 0;
width:912px;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
}
#footer_ads {
	clear:both;
}
/******* CATEGORIES NAV ***********/

#cat_nav {overflow:hidden;}

#cat_nav ul li.top {
background:url("images/new/cat_nav_top_background.gif") no-repeat scroll left top transparent;
margin-left:0;
width:300px;
}

#cat_nav ul li {
background:url("images/new/cat_nav_sub_background.gif") no-repeat scroll left top transparent;
height:26px;
margin:0 0 3px 20px;
width:280px;
}

#cat_nav ul li a {
display:block;
font-weight:bold;
line-height:26px;
padding-left:10px;
}
#cat_nav ul li.top a {
font:bold 14px/26px arial,sans-serif;
}
#cat_nav ul li a.selected {
color:#0066a6;
}

/********* PAYMENT FORM ************/

#payment_form {
	display:block;
	position:relative;
}
#payment_form .section {
	border-bottom:1px dotted #DDD;
	padding:10px 0;
	overflow:hidden;
}
#payment_form h3 {
	font:bold 18px/18px arial,sans-serif;
	margin:10px 0 0 0;
	padding:0 0 10px;
	width: 400px;
	display:inline-block;
	color:#333;
}
#paypal_form {
	display:block;
	position:relative;
}
#paypal_form .section {
	border-bottom:1px dotted #DDD;
	padding:10px 0;
	overflow:hidden;
}
#paypal_form h3 {
	font:bold 18px/18px arial,sans-serif;
	margin:10px 0 0 0;
	padding:0 0 10px;
	width: 300px;
	display:inline-block;
	color:#333;
}
#order_summary {
border-bottom:1px dotted #DDDDDD;
padding:0 0 15px;
}
#order_summary .item {
background:none repeat scroll 0 0 #E8F5FB;
font:bold 14px arial,sans-serif;
margin:0 0 5px;
padding:15px;
overflow:hidden;
}
#order_summary .item .price {
float:right;
font-weight:bold;
padding:4px 0;
text-align:right;
width:60px;
display:inline-block;
color:#333;
}
#order_summary .item .product {
color:#008ee8;
padding:4px 0;
width:400px;
float:left;
display:inline-block;
}

#order_summary .duration_text {
	display:inline-block;
	margin:12px 0 0 110px;
	font:normal 11px "Verdana", arial, sans-serif;
}
#payment_form input.auto[type="text"] {
	width: auto !important;
}
#payment_form input.total[type="text"] {
	width: auto !important;
	border:none !important;
	font-weight:bold !important;
	font-size: 18px !important;
	padding: 0 !important;
	margin: 0 !important;
}
#payment_form label.inline {
	display:inline-block;
	width:auto !important;
	margin:6px 5px;
}
#payment_form label.no_disp {
	display:none;
}
#payment_form div.block {
	display:block;
	position:relative;
	margin:10px 0;
	overflow:hidden;
}
#payment_form div.inline {
	display:inline;
	position:relative;
	margin:15px 0;
}
#payment_form input.border[type="text"] {
	border:1px solid #CCC !important;
}
#payment_form label {
	display:inline-block;
	margin:6px 5px 0 0;
	width:107px;
	white-space:nowrap;
	font:normal 11px "Verdana", arial, sans-serif;
}
#payment_form label.checkbox {
	display:inline;
	margin:0;
}
#payment_form label.radio {
	display:inline;
	margin:0;
}
#payment_form input[type="text"] {
	border:1px solid #CCC;
	font-size:13px;
	padding:6px 7px;
	backround:#FFF;
	width:220px;
}
#payment_form input[type="submit"] {
	background:none repeat scroll 0 0 #008EE8;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	padding:10px 7px;
	cursor:pointer;
	width:auto;
}
#payment_form input[type="submit"]:hover {
	background:#363a3d;
	color:#FFF;
}
#payment_form input[type="checkbox"] {
	margin:0 7px 0 0;
}
#payment_form input[type="radio"] {
	margin:0 7px 0 0;
}
#payment_form select {
	margin:0 8px 0 0;
	background:#FFF;
	border:1px solid #CCC;
	padding:4px 5px;
	font:normal 13px "Lucida Grande", "Helvetica", arial, sans-serif;
}
#payment_form .normal {
	width:140px !important;
}
#payment_form select.wide {
	width: 300px !important;
}
#payment_form .slash {
	color:#666666;
	display:inline-block;
	font-size:24px;
	margin:3px 0 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.loader {
	background:url(images/new/ajax_loader.gif) center center no-repeat;
	display:block;
	width:100%;
	height:100px;
}

/********* BC AD CHECKOUT FORM ************/

#checkout_form {
	display:block;
	position:relative;
}
#checkout_form .section {
	border-bottom:1px dotted #DDD;
	padding:10px 0;
	overflow:hidden;
}
#checkout_form h3 {
	font:bold 18px/18px arial,sans-serif;
	margin:10px 0 0 0;
	padding:0 0 10px;
	width: 300px;
	display:inline-block;
	color:#333;
}
#checkout_form input.auto[type="text"] {
	width: auto !important;
}
#checkout_form input.total[type="text"] {
	width: auto !important;
	border:none !important;
	font-weight:bold !important;
	font-size: 18px !important;
	padding: 0 !important;
	margin: 0 !important;
}
#checkout_form label.inline {
	display:inline-block;
	width:auto !important;
	margin:6px 5px;
}
#checkout_form label.no_disp {
	display:none;
}
#checkout_form div.block {
	display:block;
	position:relative;
	margin:10px 0;
	overflow:hidden;
}
#checkout_form div.inline {
	display:inline;
	position:relative;
	margin:15px 0;
}
#checkout_form input.border[type="text"] {
	border:1px solid #CCC !important;
}
#checkout_form label {
	display:inline-block;
	margin:6px 5px 0 0;
	width:107px;
	white-space:nowrap;
	font:normal 11px "Verdana", arial, sans-serif;
}
#checkout_form label.checkbox {
	display:inline;
	margin:0;
}
#checkout_form label.radio {
	display:inline;
	margin:0;
}
#checkout_form input[type="text"] {
	border:1px solid #CCC;
	font-size:13px;
	padding:6px 7px;
	backround:#FFF;
	width:220px;
}
#checkout_form input[type="submit"] {
	background:none repeat scroll 0 0 #008EE8;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	font-size:12px;
	padding:10px 7px;
	cursor:pointer;
	width:auto;
}
#checkout_form input[type="submit"]:hover {
	background:#363a3d;
	color:#FFF;
}
#checkout_form input[type="checkbox"] {
	margin:0 7px 0 0;
}
#checkout_form input[type="radio"] {
	margin:0 7px 0 0;
}
#checkout_form select {
	margin:0 8px 0 0;
	background:#FFF;
	border:1px solid #CCC;
	padding:4px 5px;
	font:normal 13px "Lucida Grande", "Helvetica", arial, sans-serif;
}
#checkout_form .normal {
	width:140px !important;
}
#checkout_form select.wide {
	width: 300px !important;
}
#checkout_form .slash {
	color:#666666;
	display:inline-block;
	font-size:24px;
	margin:3px 0 0;
}

/*------------------------
/*      Pagination
/*-----------------------*/

div.pagination { text-align:center; clear:both; padding:20px;}
div.pagination a { 
	padding: 7px 10px 5px; 
	margin: 0 2px; 
	border-radius: 4px;
	-moz-border-radius: 4px; 
	font:bold 14px "Helvetica",arial,sans-serf;
	background-color: #CCC; 
	color: #FFF;
	 }
div.pagination a:hover,
div.pagination a:active { 
	padding: 7px 10px 5px; 
	margin: 0 2px; 
	border-radius: 4px;
	-moz-border-radius: 4px; 
	font:bold 14px "Helvetica",arial,sans-serf;
	background-color: #008ee8; 
	color: #FFF;
	text-decoration:none;
	 }
div.pagination span.current { 
padding: 7px 10px 5px; 
margin: 0 2px; 
border-radius: 4px;
-moz-border-radius: 4px; 
font:bold 14px "Helvetica",arial,sans-serf;
background-color: #1a1a1a; 
color: #FFF; 
}
div.pagination span.disabled { display:none; }


/*------- GOOGLE ADS ---------*/
div.google {
		border-bottom:1px solid #EFEFEF;
		margin:0 0 15px;
		padding: 0 0 5px;
}
.google h3 a {
	font:normal 11px "Verdana",arial,sans-serif;
	color:#999;
}
.google .textad {
	display:block;
	width:100%;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}
.google .textad a {
	text-decoration:none !important;
	font-size:18px;
	line-height:1.2;
	margin-bottom:5px;
	color:#008ee8;
}
.google .textad span a {
	text-decoration:none !important;
	font:11px 'Verdana',arial,sans-serif;
	line-height:1.2;
	margin-bottom:10px;
	color:#008ee8;
}
.google .textad span {
	color:#555555;
	display:block;
	margin:0 0 5px;
	text-align:left;
}
.google .textad a span {
	color:#008EE8;
}

/***** GOOGLE AD DISCUSSIONS  *********/
/*------- GOOGLE ADS ---------*/
.google_discuss {
}
.google_discuss h3 a {
	font:normal 11px "Verdana",arial,sans-serif;
	color:#999;
}
.google_discuss .textad {
	display:block;
	width:100%;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}
.google_discuss .textad a {
	text-decoration:none !important;
	font-size:18px;
	line-height:1.2;
	margin-bottom:5px;
	color:#222;
}
.google_discuss .textad span a {
	text-decoration:none !important;
	font:11px 'Verdana',arial,sans-serif;
	line-height:1.2;
	margin-bottom:10px;
	color:#222;
}
.google_discuss .textad span {
	color:#555555;
	display:block;
	margin:0 0 5px;
	text-align:left;
}
.google_discuss .textad a span {
	color:#222;
}

.clearall{
	overflow:hidden;
}

/****************Sub-Menu*****************/
#subheader_nav {
height:45px;
margin:17px auto;
position:relative;
width:912px;
background:#191919;
border-radius: 5px;
-moz-border-radius: 5px;
}
#subheader_nav h1#blogcatalog_logo {
display:block;
height:26px;
position:relative;
width:21px;
z-index:50;
padding:9px 25px;
float:left;
}
#subheader_nav h1#blogcatalog_logo a {
background:url("images/new/blogcatalog_logo.png") no-repeat scroll 0 0 transparent;
display:block;
height:0px;
position:relative;
width:21px;
padding:26px 10px 0;
text-indent:-9999px;
z-index:5000;
color:#FFF;
}
ul#subheader_nav_menu {
float:left;
padding:0;
position:relative;
width:912px;
z-index:12;
clear:both;
}
ul#subheader_nav_menu li {
display:inline;
float:left;
height:45px;
margin:0 15px;
padding-top:0;
position:relative;
z-index:99999;
}
ul#subheader_nav_menu li a {
color:#888;
display:block;
float:left;
font-family:'Helvetica',Arial,Sans-serif;
font-size:13px;
margin:0;
padding:17px 0 0 0;
position:relative;
z-index:5000;
line-height:1.0;
}
ul#subheader_nav_menu li a:hover {
color:#FFF;
text-decoration:none;
}
ul#subheader_nav_menu li a.selected {
color:#FFF;
}
ul#subheader_nav_menu li ul {
display:none;
} 
ul#subheader_nav_menu li:hover ul {
	display: block;
	color:#FFFFFF; 
	position:absolute; 
	top:40px; 
	left:-10px; 
	z-index:9999999;
	background:#191919;
	padding:0 0 10px 0;
	margin:0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	} 
ul#subheader_nav_menu li ul li {
	position:relative;
	padding:0;
	margin:0;
	height:auto;
}
ul#subheader_nav_menu li ul li a {
	width:80px;
	color:#008EE8;
	padding: 0 5px;
	margin:0 10px;
	border-bottom:1px #444 dotted;
	font-size:12px;
	line-height:2.6;
	font-weight:normal;
	display:block;
}
ul#subheader_nav_menu li ul li a.last {
	border-bottom:0px #555 dotted;
}
ul#subheader_nav_menu li ul li a.selected {
	color:#FFF;
}
ul#subheader_nav_menu span.subheader_nav_arrow_white{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right top transparent;
	display:inline-block;
	width:58px;
	height:9px;
	margin:0 -3px 0 0;
	padding:0;
	vertical-align:top;
}
ul#subheader_nav_menu span.subheader_nav_arrow_dark{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right bottom transparent;
	display:inline-block;
	width:58px;
	height:9px;
	margin:0 -3px 0 0;
	padding:0;
	vertical-align:top;
}
ul#subheader_nav_menu .subheader_nav_arrow_dark:hover{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right top transparent;
} 

ul#subheader_nav_menu span.subheader_nav_arrow_white_wide{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right top transparent;
	display:inline-block;
	width:93px;
	height:9px;
	margin:0 -3px 0 0;
	padding:0;
	vertical-align:top;
}
ul#subheader_nav_menu span.subheader_nav_arrow_dark_wide{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right bottom transparent;
	display:inline-block;
	width:93px;
	height:9px;
	margin:0 -3px 0 0;
	padding:0;
	vertical-align:top;
}
ul#subheader_nav_menu .subheader_nav_arrow_dark_wide:hover{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right top transparent;
}
ul#header_nav_menu span.header_nav_arrow_white_wide{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right top transparent;
	display:inline-block;
	width:93px;
	height:9px;
	margin:0 -3px 0 0;
	padding:0;
	vertical-align:top;
}
ul#header_nav_menu span.header_nav_arrow_dark_wide{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right bottom transparent;
	display:inline-block;
	width:93px;
	height:9px;
	margin:0 -3px 0 0;
	padding:0;
	vertical-align:top;
}
ul#header_nav_menu .header_nav_arrow_dark_wide:hover{
	background:url("images/new/header_nav_arrow.png") no-repeat scroll right top transparent;
}#selector {
	background: url('../../../Desktop/Screen Shot 2012-03-08 at 11.25.44 AM.png') no-repeat scroll top left;
	width: 358px;
	height: 498px;
}

ul.items_list {
	list-style: disc;
}
ul.items_list li {
	margin: 10px;
	padding: 5px;
}
.blog_value {
	width: 110px;
	border: 1px solid #ccc;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	display:none;
}
.blog_value h2 {
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width:90%;	
	font-size: 38px;
}
.blog_value img {
	padding-right: 7px;
	padding-bottom: 5px;
}
.blog_value p {
	text-align: center;
	padding-top: 5px;
}
.white_bg {
	background-color:#FFFFFF;
}
.resources {
	width: 100%;
}
.resources td {
	height: 40px;
}
.resources img {
	margin: 0 10px 10px 0;
}
.resources-med {
	width: 100%;
}
.resources-med td {
	height: 70px;
}
.resources-med img {
	margin: 0 10px 10px 0;
}
.resources-tall {
	width: 100%;
}
.resources-tall td {
	height: 130px;
}
.resources-tall img {
	margin: 0 10px 10px 0;
}
.user_notification {
	padding-top: 0px;/**/
	padding-left: 5px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 0px;/**/
	background-color:#e5f1e5;
	/*border-bottom:1px solid #E5EAF1;*/
	/*position:relative;*/
	/*display:block;*/
}
.user_notification_avatar {
	padding-top: 0px;/**/
	padding-bottom: 5px;/**/
	padding-left: 5px;
	margin-top: 0px;/**/
	margin-bottom: 5px;
	background-color:#e5f1e5;
	/*border-top:1px solid #E5EAF1;*/
	/*position:relative;*/
	display:none;/**/
}
.user_notification_sub {
	padding-top: 0px;/**/
	padding-left: 5px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 0px;/**/
	margin-left: 63px;
	/*width: auto;*/
	background-color:#e5f1e5;
	/*background-colot:#FCFEFF;*/
	/*border-bottom:1px solid #E5EAF1;*/
	/*position:relative;*/
	/*display:block;*/
}
.user_notification_message {
	padding-top: 0px;/**/
	padding-left: 5px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 0px;/**/
	margin-left: 63px;
	/*width: auto;*/
	background-color:#e5f1e5;
	/*background-colot:#FCFEFF;*/
	/*border-bottom:1px solid #E5EAF1;*/
	/*position:relative;*/
	/*display:block;*/
}
.user_notification_avatar ul {
	margin: 0;
	padding: 0;
}
.user_notification_avatar img {
	margin: 0;
	padding: 0 5px 0 0;
}
.page_column_525 {
	width: 525px;
}
.vib_table {
	border: 1px;
	color: #000000;
}
.vib_table td {
	/*padding-bottom: 20px;*/
	border: 1px solid #000;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}
.vib_table .center td {
	text-align: center;
}
.rated_table a, .rated_table a:hover{
	font-size: 12px;
    color: #008ee8;
    cursor: pointer;
    text-decoration: none;
}


.grid-container{margin:0 0 0 -15px;}
.grid-container:after {clear: both; content:""; display: block; height: 0; visibility:hidden;}
.grid-container .grid{float:left; width:30.8%; margin:15px 0 0 15px; position:relative;}

.similar-discussion .image-block {
    height: 150px;
    overflow: hidden;
}
.content-block .title {
    color: #222222;
    font-size:14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    padding:5px;
}
.content-block .title a{
    color: #222222;
}
.content-block .title a:hover{ text-decoration:underline; color:#000;}

    
.similar-discussion .video-block {
    height: 180px;
    width: 100%;
}
.tagtxt{background:#505050;color: #fff; padding: 5px 10px; position: absolute; left:0; top:0;}
#load_growthtap_posts.btn{background:#008ee8; color: #fff;
    width: 95.6%;}
.tagtxt > a {
    color: #fff;
}
.similar-intotaste-discussion{
position:relative;
	display:block;
	width:99%;
	border:1px solid #eaeaea;
	margin-bottom:20px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.similar-intotaste-discussion .image-block {
	width:100%;
    height: 240px;
    overflow: hidden;
	
}
.similar-intotaste-discussion  .image-block  img{height:100%;}
.intotaste-content-block{border-top:1px solid #eaeaea;}
.intotaste-content-block .title {
    color: #222222;
    font-size:14px;
    font-weight: 500;
    line-height: 20px;
    padding:5px;
}
.intotaste-content-block .title a{
    color: #222222;
}
.intotaste-content-block .title a:hover{ text-decoration:underline; color:#000;}

    
.similar-intotaste-discussion  .video-block {
    height: 180px;
    width: 100%;
}

input[type="text"], select, textarea{
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:8px 15px;
	margin-bottom:15px;
	border:1px solid #cccccc;
}
input[type="submit"]{
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: top;
cursor: pointer;
background-image: none;
white-space: nowrap;
-webkit-border-radius:3px;
border-radius:3px;
padding:5px 15px 6px 15px;
border:1px solid #cccccc;
font-size: 14px;
line-height: 1.42857143;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
textarea{
min-width:300px;
height:250xp;
}


/*Table*/
.table {
    margin-bottom: 20px;
    width: 100%;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    display: table-column;
    float: none;
    position: static;
}
table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
    position: static;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}#cmsInvite{
padding: 20px;
background-color: #e9e9e9;
border-radius: 5px;
margin-top: 20px;
}
#cmsInvite input[type="text"],
#cmsInvite textarea{
display: block;
width: 97%;
width: calc(100%-40px);
height: 34px;
padding: 6px 12px;
margin-bottom:10px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#cmsInvite textarea{
min-height:200px;
height: auto;
}.bc-success{
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
text-shadow: 0 1px 0 rgba(255,255,255,.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
color: #3c763d;
background-color: #dff0d8;
}
.bc-error{
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px; 
text-shadow: 0 1px 0 rgba(255,255,255,.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
color: #a94442;
background-color: #f2dede;
}
.line_height_1{line-height:1;}
.btn-round{ -moz-user-select: none;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 5px 15px 6px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;}
	
.close.big-close {
    float: right;
    position: relative;
    right: 0;
    top: -22px;
}