@import url("global.css");
@import url("account.css");

/* HOME SUBHEADERS
--------------------------------------------------------------------------------------------------- */
#subheader {
	height: 107px;
	position: relative;
	background:url(../gfx/inside_head_column.png) no-repeat 0 100%;
}


/* GLOBAL CONTAINERS
--------------------------------------------------------------------------------------------------- */
#glob_container {
	background: url(../gfx/inside_columnbg.png) repeat-y 0 0;
}
#glob_container #primary {
	width: 652px;
	float: right;
	position: relative;
}
#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: #FFFFD2;
	border: 1px dashed #ccc;
	margin: 0 0 10px 0;
	list-style: none;
}
#primary .searchResults .resultRowOne {
	padding: 10px;
	background: #fff;
	border: 1px dashed #ccc;
	margin: 0 0 10px 0;
	list-style: none;
}

#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;
}


/* FIND A PRO
--------------------------------------------------------------------------------------------------- */
#primary .findapro {
	padding: 15px;
	border-bottom: 1px dotted #ccc;
}
#primary .findapro h3 {
	font-size: 20px;
	font-weight: bold;
	color: #0063BB;
}
#primary .findapro span {
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
}
#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;
}


.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: 0;
}
#primary .content .glossary dt {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: inline-block;
	background: #FFFFD4;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px 0;
}
#primary .content .glossary dd a {
	padding: 3px 5px 3px 15px;
	display: block;
	background: url(../gfx/arrow_blue.gif) no-repeat 0 7px;
}


/* MEET THE PROS DETAILS PAGE
--------------------------------------------------------------------------------------------------- */
#profile_prm, #profile_prm.content {
	padding: 15px 10px 0 10px;
	width: 620px;
}
#profile_userface {
	float: left;
}
#primary #profile_tabs {
	width: 380px;
	float: right;
}

#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;
}
#btn_allpros:hover {
	background-position: 0 -23px;
}

#profile_userface #user_image {
	display: block;
	width: 188px;
	background: url(../gfx/userface_bg.png) repeat-x 0 100% #fff;
	padding: 5px;
	border: 1px solid #ccc;
}
#profile_userface #user_image img {
	margin: 0 0 10px 0;
}
#profile_userface #user_image a {
	display: block;
	width: 91px;
	height: 23px;
	background: url(../gfx/user_contactbtn.png) no-repeat 0 0;
	text-indent: -999em;
}
#profile_userface #user_image a:hover span {
	background-position: 0 -23px;
}	

#primary #profile_tabs .user_info_list {
	padding: 0;
	margin: 0;
}
#primary #profile_tabs .user_info_list p {
	margin: 0;
}
#primary #profile_tabs .user_info_list tr,td {
	padding: 5px;
	color: #00549E;
	font-weight: bold;
}
#primary #profile_tabs .user_info_list .user_info_colA {
	color: #888;
	width: 170px;
}

/* 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;
	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 #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 0 0 100px;
}
#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 #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 {
	padding: 15px;
	background:#FFFFD2;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	list-style: none;
}
#primary .content .blog_listings li h4 {
	/* background: url(../gfx/arrow_blue.gif) no-repeat 0 4px; */
	padding: 0;
	margin: 0 0 10px;
	clear: both;
	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 #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;
}


/* 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 {
	padding: 10px;
	margin: 0 auto;
	list-style: none;
	background: none;
}
#primary .content .video_mini_gallery embed {
	margin: 0 0 15px 0;
}
#primary .more {
	font-weight: bold;
}
#primary .content .video_mini_gallery li, #primary .video {
	display: inline-block;

	padding: 5px;
	background:#FFFFD2;
	border: 1px solid #ccc;
	margin: 0 0 20px 0;
}
#primary .content .video_mini_gallery li p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

#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 {
	border-top: 1px solid #01539D;
	margin: 15px 0 20px 0;
	padding: 10px 0 0 0;
	font-size: 24px;
}
#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;
}
body#pros .pager {
	margin: 0 0 15px;
}
.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 dashed #01539D;
}
#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 {
	padding: 10px;
	font-size: 14px;
	color: #888;
}
#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;
}

#mycart .btn_viewcart a {
	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;
}
#mycart .btn_viewcart a:hover {
	background-position: 0 -20px;
}

#mycart .btn_checkout_foxee .fe_checkout {
	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;
}
#mycart .btn_checkout_foxee .fe_checkout: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
--------------------------------------------------------------------------------------------------- */
#secondary #social_bookmarks {
	margin: 0 0 15px 0;
}
#secondary #social_bookmarks li {
	float: left;
	margin: 0 8px 0 0;
}
#secondary #social_bookmarks li a {
	display: block;
	text-indent: -999em;
}
#secondary #social_bookmarks li #icon_rss {
	width: 30px;
	height: 29px;
	background: url(../gfx/bookmark_icons.jpg) no-repeat 0 0;
}
#secondary #social_bookmarks li #icon_twitter {
	width: 28px;
	height: 29px;
	background: url(../gfx/bookmark_icons.jpg) no-repeat -36px 0;
}
#secondary #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;
}