@import url("global.css");

/* HOME SUBHEADERS
--------------------------------------------------------------------------------------------------- */
#subheader {
	height: 107px;
	position: relative;
	background:url(../gfx/inside_head_column.png) no-repeat 0 100%;
}
#subheader.wide {
	background: none;
}
#subheader.wide h1 {
	position: absolute;
	left: 290px;
	top: 20px;
}

/* GLOBAL CONTAINERS
--------------------------------------------------------------------------------------------------- */
#glob_container {
	background: url(../gfx/inside_columnbg.png) repeat-y 0 0;
}
#glob_container.wide {
	background: none;
	padding: 0 0 50px 0;	
}
#glob_container #primary {
	width: 652px;
	float: right;
	position: relative;
	padding: 0 0 50px 0;
}
#glob_container.wide #primary {
	width: 100%;
	float: none;	
}
#glob_container #secondary {
	width: 258px;
	padding: 0 40px;
	float: left;
}

/* --- STYLES --- */
#secondary h2 {
	color: #666;
	font-size: 18px;
}

#secondary .panel_nav {
	background: url(../gfx/arrow_grey.gif) no-repeat 10px 50%;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 25px;
	margin: 0;
	border-bottom: 1px solid #DCDCCF;
	color: #00549E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
#secondary .panel_nav:hover {
	background: url(../gfx/arrow_blue.gif) no-repeat 10px 50%;
	color: #000;
}

#primary .content h4 {
	font-size: 14px;
	color: #00549E;
	font-weight: bold;
	margin: 0 0 15px 0;
}

#primary .content {
	padding: 20px 20px 0 20px;
}
#primary .content p {
	line-height: 18px;
	margin: 0 0 20px 0;
}
#primary .content .headline {
	font-size: 18px;
	line-height: 22px;
}

#primary .content ul {
	margin: 0 0 25px 25px;
}

#primary .content ul li {
	list-style-image: url(../gfx/arrow_blue.gif);
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}



/* SUBNAVIGATION
--------------------------------------------------------------------------------------------------- */
#subnav {
	margin: 0 0 10px 0;
	position: relative;
	top: -10px;
}
#subnav li {
	margin: 0 0 10px 0;
}
#subnav li a {
	display: block;
	width: 233px;
	height: 34px;
	background: url(../gfx/subnav_bg.png) no-repeat 0 0;
	padding: 0 0 0 25px;
	font-size: 14px;
	color: #00549E;
	line-height: 34px;
	font-weight: bold;
}
#subnav li.active a, #subnav li a:hover {
	background-position: 0 -34px;
	color: #fff;
}

#subnav li ul {
	padding: 10px 0 0 0;
	margin: 0 0 0 25px;
}
#subnav li ul li,#subnav li.active ul li {
	margin: 0 0 10px 0;
}
#subnav li ul li a, #subnav li.active ul li a {
	background: url(../gfx/arrow_grey.gif) no-repeat 0 50%;
	width: 160px;
	height:auto;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding: 0 0 0 15px;
	margin: 0;
	line-height: 12px;
}
#subnav li ul li a:hover, #subnav li.active ul li a:hover {
	background: url(../gfx/arrow_blue.gif) no-repeat 0 50%;
	text-decoration: underline;
	color: #00549E;
}

/* ADD REVIEWS
--------------------------------------------------------------------------------------------------- */
#btn_add-review {
	width: 120px;
	height: 20px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_add-review.png) no-repeat 0 0;
	margin: 0 0 20px 0;
}
#btn_add-review:hover {
	background-position: 0 -20px;
}

body.testimonials #btn_add-review {
	width: 145px;
	height: 20px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_add-testimonial.png) no-repeat 0 0;
	margin: 0 0 20px 0;
}
body.testimonials #btn_add-review:hover {
	background-position: 0 -20px;
}

#detail_comments .review_box {
	padding: 10px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
/*	background: #FFFFD2; */
	margin: 0 0 10px 0;
}

#detail_comments .review_box .deletelink {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}

#glob_container #primary .content #detail_comments .review_box p {
	margin: 0 0 10px;
	color: #999;
}
#detail_comments .review_box .review_user {
	float: left;
	margin: 0 15px 0 0;
	display: block;
	font-size: 11px;
	font-weight: bold;
}
#detail_comments .review_box .review_user img {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 0 5px 0;
	background: #fff;
}
#detail_comments .review_box .review_content {
	padding: 0 15px;
}

#detail_comments .review_box .review_textarea {
	float: left;
}
#detail_comments .review_box .review_textarea textarea {
	width: 450px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 10px 0;
}
#detail_comments .review_box .review_textarea label {
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
}
#detail_comments .review_box .review_textarea .notify {
	display: block;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#btn_submit {
	width: 61px;
	height: 20px;
	display: block;
	border: none;
	cursor: pointer;
	text-indent: -999em;
	background: url(../gfx/btn_submit.png) no-repeat 0 0;
}
#btn_submit:hover {
	background-position: 0 -20px;
}


/* COMMENTS
--------------------------------------------------------------------------------------------------- */
#primary .recentcomments .comment {
	padding: 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}
#primary .recentcomments .comment blockquote {
	font: 16px Cambria, "Times New Roman", Times, serif;
	font-style: italic;
	background: url(../gfx/quote_left.gif) no-repeat 0 0;
	display: block;
	padding: 0 10px 0 30px;
}
#primary .recentcomments .comment blockquote p {
	line-height: 18px;
}
#primary .recentcomments .comment .quote_by {
	font-size: 11px;
	font-weight: bold;
}

#primary .recentcomments .profilelink {
	display: block;
	text-align: right;
	font-size: 11px;
}

/* SEARCH RESULTS - FIND A PRO
--------------------------------------------------------------------------------------------------- */
#primary .content .searchResults  {
	margin: 0;
	padding: 15px 0 0 0;
}
#primary .searchResults .resultRowTwo {
	padding: 10px;
	background: #ececec;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	list-style: none;
	border-radius: 12px;
}
#primary .searchResults .resultRowOne {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	list-style: none;
	border-radius: 12px;
}

#primary .searchResults .resultRowTwo .headshot img,#primary .searchResults .resultRowOne .headshot img {
	float: left;
	display: block;
	margin: 0 15px 0 0;
	background: #fff;
	border: 1px solid #ccc;
}

#primary .content .searchResults .resultRowTwo h4.proname, #primary .content .searchResults .resultRowOne h4.proname {
	display: inline-block;
	background: url(../gfx/arrow_blue.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
}

#primary .searchResults li p { font-size: 11px; margin: 0; padding: 0; }


/* FIND A PRO
--------------------------------------------------------------------------------------------------- */
#primary .findapro {
	padding: 15px;
	border-bottom: 1px dotted #ccc;
	float: left;
	width: 518px;
}
#primary .findapro h3 {
	font-size: 20px;
	font-weight: bold;
	color: #0063BB;
}
#primary .findapro span {
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
	font-size: 11px;
	white-space: nowrap;
}
#primary .findapro input {
	width: 294px;
	height: 24px;
	background: url(../gfx/home_signup_field.png) no-repeat 0 0;
	border: none;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 8px 10px 0 10px;
	margin: 0 10px 0 0;
}
#primary .findapro button {
	width: 86px;
	height: 32px;
	text-indent: -999em;
	cursor: pointer;
	border: none;
	background:url(../gfx/btn_search_pro.png) no-repeat 0 0;
}
#primary .findapro button.hoverme {
	background-position: 0 -32px;
}

/* PROS LANDING PAGE AD BOX
--------------------------------------------------------------------------------------------------- */
.prosLandingAdBox {
	/* border: 1px solid #ccc;
	background: #fefdd4; */
	display: block;
	float: right;
	width: 360px;
	height: 155px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin: 0 15px 0 15px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 16px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../gfx/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #0063BB;
	color: #fff;
}

/* GLOSSARY PAGE
--------------------------------------------------------------------------------------------------- */
#primary .content .glossary {
	padding: 15px 0;
}
#primary .content .glossary .letter {
	font-size: 40px;
	text-align: center;
	color: #b1bad0;
	text-transform: uppercase;
	float: left;
	width: 80px;
	height: 112px;
	margin: 0 10px 0 0;
}
#primary .content .glossary .letter span {
	background: #dce5f3;
	border: 1px solid #006fae;
	float: left;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 0 10px 32px 0;
}
.glossary .groupWrap {
	background: #f6f6f6;
	border: 1px solid #ccc;
	padding: 11px 0 11px 11px;
	margin: 0 0 5px;
}
.glossary .groupWrap.left {
	float: left;
	width: 455px;
}
.glossary .groupWrap.right {
	float: right;
	width: 455px;
}
.glossary .proGroup {
	float: right;
	width: 900px;
}
#primary .content .glossary .pro {
	float: left;
	display: block;
	width: 80px;
	height: 112px;
	line-height: 1.1em;
	margin: 0 10px 0 0;
}
#primary .content .glossary .pro a {
	padding: 0;
	font-size: 10px;
	color: #666;
	line-height: 1.1em;
}
#primary .content .glossary .pro a:hover {
	color: #000;
}
#primary .content .glossary .pro a img {
	border: 1px solid #006fae;
}
#primary .content .glossary .pro a:hover img {
	border: 1px solid #000;
}

/* MEET THE PROS DETAILS PAGE
--------------------------------------------------------------------------------------------------- */
#profile_prm {
	border: 1px solid #ccc; 
	box-shadow: 2px 2px 2px #ccc; 
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d4e1ea)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #d4e1ea); /* for firefox 3.6+ */
	border-radius: 12px;
	padding: 10px; 
	margin: 15px 0 15px;
}
/* #profile_prm.content {
	padding: 15px 10px 0 10px;
	width: 620px;
}
*/

#profile_header { }
#profile_header .photo { float: left; width: 350px;}
#profile_header .profiler { float: right; width: 235px; }

#profile_prm .column { float: left; width: 48%; margin: 0 2% 0 0; }

#profile_header .photo img { margin: 0 0 15px; border: 1px solid #0060b7;}
#profile_prm h2 { padding: 10px 0 0 0; }

#btn_allpros {
	width: 157px;
	height: 23px;
	display: block;
	background: url(../gfx/btn_viewallpros.png) no-repeat 0 0;
	text-indent: -999em;
	margin: 0 0 10px 0;
	float: left;
}
#btn_allpros:hover {
	background-position: 0 -23px;
}

#profile_prm .inline,
#profile_prm .social_bookmarks  {float: right; }
#profile_prm .social_bookmarks { width: auto; margin: 0 !important; padding: 0 !important; }

#profile_prm p .inline { float: none; }

#profile_prm a.inline {
	display: block;
	width: 91px;
	height: 23px;
	background: url(../gfx/user_contactbtn.png) no-repeat 0 0;
	text-indent: -999em;
	margin: 3px 0 0 10px;
}
#profile_prm a.inline:hover {
	background-position: 0 -23px;
}	

#profile_prm .user_info_list {
	padding: 0;
	margin: 0;
	width: 100%;
}
#profile_prm .user_info_list p {
	margin: 0;
}
#profile_prm .user_info_list tr td {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	color: #00549E;
	font-weight: bold;
}
#profile_prm .user_info_list .user_info_colA {
	color: #888;
	width: 40%;
	padding-right: 10px;
}
#profile_prm .user_info_list td {
	width: 60%;
}

/* Contact FORM */
body#contact #pro_contact_form {
	padding: 10px;
	display: block;
	margin: 0 0 15px 0;
	
}

body#contact #pro_contact_form input {
	width: 294px;
	height: 24px;
	background: url(../gfx/home_signup_field.png) no-repeat 0 0;
	border: none;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 8px 10px 0 10px;
	margin: 0;
}
body#contact #pro_contact_form textarea {
	width:290px;
	height: 150px;
	background: url(../gfx/contact_textarea.jpg) no-repeat 0 0;
	border: none;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 10px 20px 10px 10px;
}	

/* -- PRO CONTACT FORM -- */
.hidden{
	display: none;
}
#pro_contact_form {
	padding: 10px 25px 40px;
	display: block;
	margin: 0 auto;
}
#pro_contact_form h4 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #00549E;
	margin: 0 0 15px 0;
}
#pro_contact_form .fieldbox {
	margin: 0 0 15px 0;
}
#pro_contact_form label {
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
}
#pro_contact_form input, #pro_contact_form textarea {
	font: 12px Arial, Helvetica, sans-serif;
	color: #888;
	padding: 3px;
	width: 200px;
}
#pro_contact_form textarea {
	height: 120px;
}
#pro_contact_form #btn_submit {
	width: 87px;
	height: 20px;
	display: block;
	text-indent: -999em;
	background: url(../gfx/btn_send_message.png) no-repeat 0 0;
	cursor: pointer;
	border: none;
	margin: 0;
}
#pro_contact_form #btn_submit:hover {
	background-position: 0 -20px;
}


#profile_secondary {
	padding: 15px 10px;
	
}
#profile_secondary h3 {
	text-transform: uppercase;
	color: #444;
	font-size: 11px;
	background: none;
	margin: 0 0 5px 0;
}
#profile_secondary .colA {
	float: left;
	width: 310px;
	margin: 0;
}
.content #profile_secondary .colA {
	float: left;
	width: 300px;
	margin: 0 10px 0 0;
}
#profile_secondary .colB {
	width: 280px;
	float: right;
}

/* --- COLUM A LIST --- */
#profile_secondary .colA ul {
	background: #FFFFD4;
	border: 1px solid #ccc;
	margin: 0;
}

/* LATEST BLOGS */
.content #profile_secondary .colA ul.latestblogs {
	border-bottom: none;
}
.content #profile_secondary .colB ul.latestblogs {
	border-bottom: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.content #profile_secondary .colA ul.latestblogs li {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding: 10px;
	list-style: none;
	margin: 0;
	display: block;
}

.content #profile_secondary .colB ul.latestblogs li {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding: 10px;
	list-style: none;
	margin: 0;
	display: block;
	width: 93%;
}

.content .blogArchive { 	
	border: 1px solid #ccc; 
	box-shadow: 2px 2px 2px #ccc; 
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d4e1ea)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #d4e1ea); /* for firefox 3.6+ */
	border-radius: 12px;
	margin: 0 0 15px !important;
	padding: 20px !important;
	}
.content .blogitem { margin: 0 0 5px; }

.content #profile_secondary .colA ul.latestblogs li h4, .content #profile_secondary .colB ul.latestblogs li h4 {
	margin: 0;
	padding: 0;
}




#profile_secondary .colA ul li, .content #profile_secondary .colA ul li {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	padding: 15px;
	list-style: none;
}

#profile_secondary .colA ul li a {
	font-weight: bold;
}
#primary #profile_secondary .colA ul li h4 a, #primary #profile_secondary .colB ul.latestblogs li h4 a {
	background: url(../gfx/arrow_blue.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
#primary #profile_secondary .colA ul li h4 .date a, #primary #profile_secondary .colB ul.latestblogs li h4 .date a {
	background: none;
	padding: 0;
	font-size: 10px;
}
#profile_secondary .colA ul li .date, #profile_secondary .colB ul.latestblogs li .date {
	display: block;
	font-size: 10px;
	color: #888;
}


/* --- COLUM B LIST --- */
#profile_secondary .colB ul {
	background: #FFFFD4;
	padding: 7px;
	border: 1px solid #ccc;
	margin: 0;
}
#profile_secondary .colB ul li, .content #profile_secondary .colB ul li {
	float: left;
	margin: 0 3px 3px 3px;
	list-style: none;
	padding: 0;

}
#primary #profile_secondary .colB ul li a img {
	border: 1px solid #ccc;
	padding: 0;
}


/* BLOG LISTINGS
--------------------------------------------------------------------------------------------------- */
#primary .content .blog_listings {
	margin: 0;
	padding: 0;
}
#primary .content .date {
	font-size: 11px;
}
#primary .content .blog_listings li {
	list-style: none;
	background: none;
	padding: 20px; 
	margin: 0 12px 20px 0;
	float: left;
	border: 1px solid #999; box-shadow: 2px 2px 2px #999; 
	background: -webkit-gradient(linear, left right, left right, from(#fff), to(#d4e1ea)); /* for webkit browsers */
	background: -moz-linear-gradient(left,  #fff,  #d4e1ea); /* for firefox 3.6+ */
	border-radius: 12px;
}
#primary .content .blog_listings li h4 {
	/* background: url(../gfx/arrow_blue.gif) no-repeat 0 4px; */
	padding: 0;
	margin: 0 0 10px;
	font-size: 20px;
}
#primary .content .blog_listings li .date {
	display: block;
	color: #888;
	font-size:11px;
	float: right;
	width: 120px;
}
#primary .content .blog_listings li p {
	margin: 0;
	width: 75%;
}
#primary .content .blog_listings li a {
	font-weight: bold;
}
#primary .content .blog_listings li p a {
	text-decoration: underline;
	color: #000;
}
#primary .content .blog_listings li p a:hover {
	color: #01539D;
}
#primary .content .blog_listings li img { float: left; margin: 0 20px 0 0; }

#primary .content #btn_allblogs {
	width: 120px;
	height: 20px;
	display: block;
	margin: 0 0 10px 0;
	text-indent: -999em;
	background: url(../gfx/btn_allblogs.png) no-repeat 0 0;
}	
#primary .content #btn_allblogs:hover {
	background-position: 0 -20px;
}

#primary .content .blogPhoto { float: right; margin: 0 0 20px 20px; }

/* PROS PHOTO GALLERY
--------------------------------------------------------------------------------------------------- */
#primary .content h2.albumTitle {
	margin: 0 0 15px 0;
	font-weight: bold;
}
#primary .content .photo_mini_gallery {
	padding: 10px;
	margin: 0 0 15px 0;
	list-style: none;
	background: none;
}
#primary .content .photo_mini_gallery li {
	float: left;
	padding: 5px;
	background:#FFFFD2;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
	list-style: none;
	
}
#primary .content .video_mini_gallery, #primary .content .videoList, #secondary .videoList {
	margin: 0;
	padding: 0;
}
#primary .content .video_mini_gallery embed {
	margin: 0 0 15px 0;
}
#primary .more {
	font-weight: bold;
	background: url(../gfx/arrow_blue.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
	margin: 0 0 15px 20px;
}
#primary .content .video_mini_gallery li, #primary .video {
	display: inline-block;
	padding: 5px;
	background:#FFFFD2;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}

#secondary .videoList {
	padding: 0 !important;
	margin: 0 !important;
}
#primary .content .videoList li,
#secondary .videoList li {
	list-style: none;
	background: none;
	padding: 10px; 
	margin: 0 12px 20px 0;
	float: left;
	border: 1px solid #999; box-shadow: 2px 2px 2px #999; 
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #eee); /* for firefox 3.6+ */
	border-radius: 12px;
}

#secondary .content { padding: 0; margin: 0; }
#secondary .videoList li {
	margin: 0 10px 10px 0;
	height: 130px;
}
#primary .content .videoList li a h3 {
	color: #0061ab;
	width: 170px;
	font-size: 11px;
	margin: 5px 0 0 0;
	text-transform: none;
}
#secondary .videoList li a h4 {
	width: 95px;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.1em;
}
#primary .content .videoList li a:hover h3 {
	color: #000;
}
#primary .content .video_mini_gallery li p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
#primary .content .videoBox,
#primary .content .blogBox {
	border: 1px solid #ccc; 
	box-shadow: 2px 2px 2px #ccc; 
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d4e1ea)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #d4e1ea); /* for firefox 3.6+ */
	border-radius: 12px;
	padding: 10px; 
	margin: 0 0 15px;
}
#primary .content .blogBox {
	padding: 20px 40px;
}
#primary .content .categoryList { font-size: 14px; background: url(../gfx/arrow_blue.gif) no-repeat 0 50%; margin: 0 0 0 45px; padding: 0 0 0 14px; }
#primary .content .videoBox .videoDescription { padding: 20px 35px 10px; }
#primary .content .videoCredit { color: #000; font-size: 12px; margin: 0 0 15px; padding:0 0 8px; border-bottom: 1px solid #fff;  }

#primary .content #btn_allgalleries {
	width: 126px;
	height: 20px;
	display: block;
	margin: 0 0 10px 0;
	text-indent: -999em;
	background: url(../gfx/btn_allgalleries.png) no-repeat 0 0;
}	
#primary .content #btn_allgalleries:hover {
	background-position: 0 -20px;
}


/* --- PODCASTS --- */
#primary .podcasts {
	padding: 20px 10px 0px 30px;
	background:#FFFFD2;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}
#primary .podcasts li {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #777;
}	
#primary .podcasts li a {
	font-weight: bold;
	font-size: 16px;
		padding: 0 0 10px 0;
		display: block;
}
#primary .podcasts li a:hover {
	text-decoration: underline;
}

#primary .videoListing {
	background:#FFFFD2;
	border: 1px solid #ccc;
}
#primary .videoListing ul {
	margin: 10px;
	padding: 0;
}
#primary .videoListing ul li {
	list-style: none;
	list-style-image: none;
	width: 125px;
	float: left;
	padding: 0 10px 0 0;
}
#primary .videoListing ul li img {
	margin: 0 0 5px;
}

/* PAGINATE
--------------------------------------------------------------------------------------------------- */
#primary .paginate_box {
	width: 200px;
	float: right;
	position: relative;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
}
#primary .paginate_box #page_prev {
	position: absolute;
    top: 0;
    left: 0;
	text-indent: -999em;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../gfx/prev-horizontal.png) no-repeat 0 0;
}
#primary .paginate_box #page_prev:hover {
	background-position: -32px 0;
}

#primary .paginate_box #page_next {
	position: absolute;
    top: 0;
    right: 0;
	text-indent: -999em;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../gfx/next-horizontal.png) no-repeat 0 0;
}
#primary .paginate_box #page_next:hover {
	background-position: -32px 0;
}


/* BLOG STYLES (+ podcasts)
--------------------------------------------------------------------------------------------------- */

/* stylin up the blogs */
#glob_container h2.blogTitle {
	margin: 15px 0 20px 0;
	font-size: 38px;
	color: #0060b7;
}
#glob_container .blogContent h2.blogTitle {
	margin: 0 0 15px;
	font-size: 30px;
	border: none;
}
#glob_container .blogContent {
	/* border-bottom: 1px solid #01539D;
	padding: 10px 0 0 0; */
	padding: 15px 30px;
	margin: 0 0 60px;
	background:#FFFFD2;
	border: 1px solid #ccc;
}
.pager {
	margin: 10px 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #ccc;
}
.pager .prev { text-align: left; width: 49%; float: left; font-size: 11px; }
.pager .next { text-align: right; width: 49%; float: right; font-size: 11px;  }
.pagination_links {
	border-top: 1px dashed #01539D;
	margin: 15px 0;
	padding: 15px 0 0 0;
	text-align: center;
	font-size: 16px;
}

#primary .content p.blogMetaDetail {
	margin: 20px 0 5px;
	padding: 10px 0 0 0;
	border-top: 1px solid #fff;
}
#primary .content p.blogMetaDetail .date {
	font-size: 12px;
	font-weight: bold;
}
#primary .content p.blogMetaDetail a {
	font-weight: bold;
}

/* sidebar - recent blogs */

#secondary .latestblogsbox {
	margin: 25px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #666;
}
#secondary ul.latestblogs {
	margin: 0 0 15px;
}
#secondary ul.latestblogs li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dashed #ccc;
}
#secondary ul.latestblogs li a {
	font-weight: bold;
	display: block;
}
#secondary ul.latestblogs li span {
	color: #999;
}

/* end */

#blog_sortbox {
	padding: 20px;
}
#blog_sortbox li {
	float: left;
	height: 42px;
	margin: 0 25px 0 0;
}
#blog_sortbox li h2 a {
	color: #666;
	line-height: 30px;
}
#blog_sortbox li h2 a:hover {
	color: #00549E;
}
#blog_sortbox #tab_latest.active {
	width: 136px;
	background: url(../gfx/blogsort_tab1.png) no-repeat 0 0;
	color: #fff;
	text-align: center;
}
#primary #blog_sortbox li.active h2 a {
	color: #fff;
}
#blog_sortbox #tab_popular.active {
	width: 136px;
	background: url(../gfx/blogsort_tab1.png) no-repeat 0 0;
	color: #fff;
	text-align: center;
}
#blog_sortbox #tab_commented.active {
	width: 157px;
	background: url(../gfx/blogsort_tab2.png) no-repeat 0 0;
	color: #fff;
	text-align: center;
}
#primary .blog_item {
	background: url(../gfx/blog_item_bg.jpg) repeat-x 0 100% #fff;
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 10px;
}
#primary .blog_item .blog_thumb {
	display: inline-block;
	float: left;
	margin: 0 20px 0 0;
}
#primary .blog_item .blog_thumb img {
	border: 1px solid #ccc;
}
#primary .blog_item h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
#primary .blog_item .blog_date {
	font-size: 10px;
	color: #888;
	display: block;
	margin: 0 0 15px 0;
}
#primary .blog_item p {
	line-height: 20px;
}



/* PANEL MY CART / ACCOUNT
--------------------------------------------------------------------------------------------------- */
#mycart {
}
#mycart p {
	margin: 0 0 5px 0;
}
#mycart .cart_total {
	font-weight: bold;
	color: #000;
	margin: 0 0 15px 0;
}
#mycart .cart_total strong {
	color: #00549E;
}

#mycart .btn_myaccount {
	display: block;
	margin: 0 15px 0 0;
	float: left;
	font-size: 10px;
	font-weight: bold;
}
#mycart .btn_myaccount img {
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
}

#shop .storebtn {
	padding: 3px 6px;
	margin: 10px 0 0 3px;
	border: 1px solid #666; 
	box-shadow: 1px 1px 1px #666; 
	background: -webkit-gradient(linear, left top, left bottom, from(#133260), to(#0165bd)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #133260, #0165bd); /* for firefox 3.6+ */
	border-radius: 16px;
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #666;
	font-size: 11px;
	font-weight: bold;
}
#shop .storebtn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#f50000), to(#c30000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f50000,  #c30000); /* for firefox 3.6+ */
}

#shop .storebtn.cta {
	background: -webkit-gradient(linear, left top, left bottom, from(#f50000), to(#990000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f50000,  #990000); /* for firefox 3.6+ */
}
#shop .storebtn.cta:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#f50000), to(#c30000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f50000,  #c30000); /* for firefox 3.6+ */
}

#shop .storebtn.cta.narrow { width: 20%; clear: both; }

#shop .btn_viewcart {
	width: 76px;
	height: 20px;
	display: block;
	text-indent: -999em;
	float: left;
	background: url(../gfx/btn_viewcart.png) no-repeat 0 0;
	margin: 0 10px 0 0;
}
#shop .btn_viewcart:hover {
	background-position: 0 -20px;
}

#shop .btn_checkout_foxee {
	width: 85px;
	height: 20px;
	display: block;
	margin: 0 0 0 85px;
	text-indent: -999em;
	background: url(../gfx/btn_checkout_mini.png) no-repeat 0 0;
}
#shop .btn_checkout_foxee:hover {
	background-position: 0 -20px;
}

/* PANEL FEATURED PRODUCTS
--------------------------------------------------------------------------------------------------- */
#panel_featured {
	font-size: 11px;
}	
#panel_featured .feat_thumb {
	float: left;
	margin: 0 10px 0 0;
}
#panel_featured .feat_thumb img {
	border: 1px solid #ccc;
}
#panel_featured h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: underline;
}
#panel_featured p {
	margin: 0 0 10px 0;
}



/* PANEL SIGN UP
--------------------------------------------------------------------------------------------------- */
#panel_signup {
	padding: 10px;
}
#panel_signup p {
	margin: 0 0 15px 0;
}
#panel_signup .signup_field {
	width: 212px;
	height: 19px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 3px 5px 0 5px;
	background: url(../gfx/signup_field_mini.png) no-repeat 0 0;
	border: 0;
	margin: 0 0 5px 0;
}
#panel_signup label {
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}
#panel_signup .signup_btn {
	width: 61px;
	height: 20px;
	text-indent: -999em;
	cursor: pointer;
	border: none;
	background: url(../gfx/signup_btn_mini.png) no-repeat 0 0;
}
#panel_signup .signup_btn.hoverme {
	background-position: 0 -20px;
}




/* MEET THE PRO PANEL
--------------------------------------------------------------------------------------------------- */
#panel_pros {
	font-size: 11px;
	width: auto;
	display: inline-block;
}
#panel_pros a {
	font-weight: bold;
}
#panel_pros img {
	border: 1px solid #ccc;
	margin: 0 0 5px 0;
}
#panel_pros li {
	width: 40px;
	float: left;
	padding: 4px !important;
	padding: 3px;
}


/* BOOKMARKS
--------------------------------------------------------------------------------------------------- */
.social_bookmarks {
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	width: 100%;
}
#profile_userface .social_bookmarks {
	margin: 0 !important;
}
.social_bookmarks li {
	float: left;
	margin: 0 8px 0 0;
	background: none !important;
	list-style-image: none !important;
}
.social_bookmarks li a {
	display: block;
	text-indent: -999em;
}
.social_bookmarks li #icon_rss {
	width: 30px;
	height: 29px;
	background: url(../gfx/bookmark_icons.jpg) no-repeat 0 0;
}
.social_bookmarks li #icon_twitter {
	width: 28px;
	height: 29px;
	background: url(../gfx/bookmark_icons.jpg) no-repeat -36px 0;
}
.social_bookmarks li #icon_facebook {
	width: 29px;
	height: 29px;
	background: url(../gfx/bookmark_icons.jpg) no-repeat -69px 0;
}

/* PANEL QUOTES
--------------------------------------------------------------------------------------------------- */
#primary .panelbox blockquote {
	text-align: left;
	background: url(../gfx/quote_left.gif) no-repeat 0% 0%;
}
#primary .panelbox blockquote p {
	font: 25px Cambria, "Times New Roman", Times, serif;
	line-height: 28px;
	padding: 5px 30px;
	text-indent: 0;
	text-align: left;
	background: url(../gfx/quote_right.gif) no-repeat 100% 100%;
}
.panelbox blockquote {
	font: 18px Cambria, "Times New Roman", Times, serif;
	color: #666;
	text-align: center;
	font-style: italic;
	margin: 0 0 20px 0;
	line-height: 24px;
	background: url(../gfx/quote_left.gif) no-repeat 2% 5%;
}
.panelbox blockquote p {
	padding: 10px 6px;
	text-indent: 25px;
	background: url(../gfx/quote_right.gif) no-repeat 98% 100%;
}

.panelbox .quote_by {
	font-size: 11px;
	color: #9B9B8C;
	font-style: italic;
}
