@charset "utf-8";
/* 
	page specific styles
	(c) earthscreen
 */


/***** Errors *****/

	.errors {
		color: #B84F36;
		}
	.errors h3 {
		float: left; /* To fix wierd join box break in FF and S */
		color: #3C8B1B !important;
		font-weight: bold !important;
		background: url(../images/blue_triangle.gif) 10px 5px no-repeat;
		padding: 3px 0 3px 45px; 
		margin-bottom: 0;
		font-size: 1.6em;
		height: 24px;
		}
	* html .errors h3 {  padding: 3px 0 3px 35px; background-position: 0px; }
	*:first-child+html .errors h3 {  padding: 3px 0 3px 55px; background-position: 20px 5px; }
	.errors ul {
		clear: both;
		margin: 0 0 3em 47px;
		padding-top: 0;
		list-style: circle;
		}
	.errors ul li {
		margin: .75em 0 .75em .75em;
		}
	.fieldWithErrors {
		display: inline;
		}
	.fieldWithErrors input {
		border-color: #B84F36 !important;
		}
	
	.error_inline {
		color: #B84F36;
		padding-bottom: 10px;
		}
		

/**********************************
	Confirmation styles
***********************************/
.send_confirm_l{
	float:left;
	width:300px;
}
.send_confirm_r{
	float:right;
	width:440px;
	border:2px solid #ccc;
	color:#333333;
	padding:10px;
}
.send_confirm_r ol{
	padding:0;
	margin:0;
	padding-left:25px;
}
.send_confirm_sw{
	width:760px;
	margin:0 auto;
	margin-bottom:10px;
}
.send_confirm_sw h1{
	color: #1b518b;
	float:left;
	display:block;
	width:400px;
	font-size:1.4em;
}
.send_confirm_sw span{
	display:block;
	float:right;
	width:100px;
}





.member_list{
	font-size:0.85em;
}
.member_list th{
	background:#3c8b1b;
	color:white;
	text-align:left;
	font-size:1.0em;
}




.my_account_sub{
	border:1px solid #ccc;
	padding:10px;
	margin:10px;
	margin-left:30px;
}
.my_account_sub .tf, .my_profile .tf, .my_profile .tfs, .my_account_sub .tfs{
	width:250px;
	color: black;
	border:1px solid #acacac;
	background:#fef4d1;
	padding:2px;
}
.my_account_sub .tfs, .my_profile .tfs{
	width:40px;
}
.my_profile .s2{
	width:150px;
}
.my_profile .h2{
	height:75px;
}
.my_account_sub .smaller{
	font-size:0.85em;
}

















/**********************************
	Product Page
***********************************/
.product_sub_form{
	padding-top:10px;
}
.product_sub_form h1, .product_sub_form h2, .product_choose_image h1, .product_choose_image h2,
.product_detail_frm h1{
	font-size:1.0em;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-bottom:5px;
	border:none;
	text-decoration:none !important;
}
.product_sub_form .upload_image_link, .product_choose_image .upload_image_link{
	color: #1b518b !important;
	font-weight:bold;
	font-size:1.0em;
	text-decoration:none !important;
}
.product_sub_form .tf{
	width:100px;
	border:1px solid #acacac;
	background:#fef4d1;
	padding:2px;
	color: black;
}
.product_sub_form .tarea{
	width:98%;
}

.product_sub_form h2{
	color: #3c8b1b;
}
.product_detail_frm .fw_tf, .product_detail_frm textarea{
	color: black;
	border:1px solid #acacac;
	background:#fef4d1;
	width:160px;
	padding:2px;
}
.product_detail_frm{
	padding-top:20px;
}
.product_detail_frm strong{
	color: #1b518b;
}
.product_detail_frm .fw_tf{
	width:526px;
}
.product_detail_frm textarea{
	width:526px;
	height:150px;
}
.product_choose_image{
	padding-top:15px;
}
.product_choose_image img{
	cursor:pointer;
}
.product_choose_image ul{
	list-style:none;
	padding:0;
}
.product_choose_image li{
	padding:0;
	float:left;
	width:56px;
	text-align:center;
	padding:5px;
}
.product_choose_image .pimg_wrap{
	border:2px solid white;
	padding:1px;
}
.product_choose_image .pimg_wrap_s{
	border:2px solid #3c8b1b;
	padding:1px;
}
.product_choose_image h2{
	text-decoration:underline;
}
.link_save{
	font-size:1.1em;
	font-weight:bold;
}
.link_cancel{
	color:#ee4f3a !important;
	font-size:1.1em;
	font-weight:bold;
}
.link_cancel:hover{
	color:#1b518b !important;
}
.submit_save, .submit_cancel{
	border:none;
	background: white;
	/* padding:5px; */
}



/**********************************
	Who Page
***********************************/
.paf{
	border-top:4px solid #eeeeee;
	border-bottom:4px solid #eeeeee;
	padding:10px;
	font-weight:bold;
	color: #1b518b;
	margin-top:15px;
}
.paf span{
	display:block;
	float:left;
	width:400px;
}
.paf a{
	float:right;
	display:block;
	width:21px;
	height:21px;
	background:url(/images/rss.gif) top left no-repeat;
	text-decoration:none;
}
.people_list{
	list-style:none;
}
.people_list li{
	padding-top:10px;
	padding-bottom:10px;
}
.people_list .dp{
	float:left;
	border:1px solid #ccc;
	width:50px;
	margin-left:32px;
	margin-right:18px;
	height:50px;
}
.people_list .desc{
	padding-left:20px;
	float:left;
	width:400px;
	font-size:0.9em;
}
.people_list .desc span{
	font-weight:bold;
	color: #3c8b1b;
}
.people_list .desc .city{
	color: #1b518b;
}






/**********************************
	Invitations
***********************************/
.s_frame, .s_frame_wide{
	width:168px;
	float:left;
	margin-right:10px;
}
.s_frame_wide{
	width:350px;
}
.s_frame h1, .s_frame h2, .s_frame h3, .s_frame_wide h2{
	margin:0;
	padding:0;
	margin-bottom:7px;
	font-size:1.0em;
	font-weight:bold;
	background:url(/images/f_h1.gif) top left no-repeat;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:10px;
	color:#747474;
}
.s_frame h2, .s_frame_wide h2{
	background:url(/images/f_h2.gif) top left no-repeat;
}
.s_frame h3{
	background:url(/images/f_h3.gif) top left no-repeat;
}
.s_frame .sf_top{
	background:url(/images/s_frame_t.gif) top left no-repeat;
	height:5px;
}
.s_frame_wide .sf_top{
	background:url(/images/s_frame_t_wide.gif) top left no-repeat;
	height:5px;
}
.s_frame .r_list, .s_frame .r_none, .s_frame_wide .r_list{
	list-style:none;
}
.s_frame .r_list li, .s_frame_wide .r_list li{
	float:left;
	width:70px;
}
.sf_content{
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	padding:5px;
	font-size:0.85em;
}
.sf_content .tf, .sf_content textarea, .sf_content .tf_wide{
	width:140px;
	color: black;
	border:1px solid #acacac;
	background:#fef4d1;
	padding:2px;
}
.sf_content .tf_wide{
	width:320px !important;
	height:75px;
}
.sf_content textarea{
	height:40px;
}

.sf_bottom{
	background:url(/images/s_frame_b.gif) bottom left no-repeat;
	height:15px;
}


.sf_bottom_wide{
	background:url(/images/s_frame_b_wide.gif) bottom left no-repeat;
	height:15px;
}








.list_items_new{
	list-style:none;
	margin: 0 25px;
	padding:0;
	margin-top:10px;
}
.list_items_new li{
	border-bottom:1px solid #cdcdcd;
	padding-bottom: 1em;
}
.three_col{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:10px;
}
.three_col li{
	margin:0;
	padding:0;	
	width:540px;
	padding-top:10px;
	border-top:4px solid #eeeeee;
	color: #757575;
}
/* here is the index of col_ in case you get lost 
	col_1 = the column which displays the image in the listing of products
	col_2 = column which displays the description
	col_3 = column which displays the buy button and the send message button
	col_4 = the column which has save and cancel buttons
	col_5 = the comment that shows the add comment form and comment list
*/
.col_1, .col_4{
	float:left;
	width:110px;
	padding:5px;
	text-align:center;
}
.col_1 img{
	margin-right:2px;
}
.col_1 em{
	font-size:x-small;
	font-style:normal;
}
.col_2{
	float:left;
	width:350px;
	padding:5px;
}
.col_2 a{
	color: #1b518b;
	text-decoration:underline;
}
.col_2 a:hover{
	color: #3c8b1b;
	text-decoration:none;
}
.col_3{
	float:left;
	width:40px;
	text-align:center;
	vertical-align:middle;
	padding-top:15px;
}
/* col 4 is already inheriting attribs from col_1 */
.col_4{
	text-align:right;
}
.col_4 h1{
	font-size:1.0em;
	color: #1b518b;
	
}
.col_5{
	float:left;
	width:400px;
	padding:5px;
}
.col_5 textarea{
	font-size:0.85em;
	color: black;
	border:1px solid #acacac;
	background:#fef4d1;
	width:99%;
	padding:2px;
	margin-bottom:10px;
}
.col_4, .col_5{
	margin-top:15px;
}

.col_2_2{
	float:left;
	width:300px;
	padding:5px;
}
.photo-box{
	height:52px;
	width:52px;
	margin:0 auto;
	margin-bottom:4px;
	margin-top:4px;
}
.prod_desc{
	font-size:small;
	font-weight:bold;
	color:#747474;
}
.prod_desc a{
	color: #3c8b1b;
}
.prod_desc a:hover{
	color: #1b518b;
}
.product_sub_form{
	font-size:0.85em;
}
.product_sub_form .images{
	margin:0;
	padding:0;
	list-style:none;
}
.product_sub_form .images li{
	width:60px;
	height:80px;
	float:left;
	text-align:center;
}

.product_sub_form .tfs, .product_sub_form select{
	font-family:Helvetica, Verdana, sans-serif;
	color: black;
	border:1px solid #acacac;
	background:#fef4d1;
	padding:2px;
}














/**********************************
	Comments
***********************************/
.comment-list{
	list-style:none;
	margin:0px;
	padding:0px;
	color:#999999;
}
.comment-list li{
	width:330px;
	border-bottom:none;
}
.action_links{
	font-size:0.85em;
}
.comment-list .name-div{float:left;color:#999999;}
.comment-list .action-links{float:right;}
.comment-list .action-links a{color:#999999;}
.comment-list .comment-div{
	border:1px solid #999999;	
	padding:3px; 
	margin-bottom:5px;
}








.member_table{
	width:485px;
}
.member_table th{
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
}	












/**********************************
	About Us
***********************************/
.about_us {
  font-size: 16px;
  line-height: 26px;
  color: #747474;
}

.about_us img {
  vertical-align: middle;
}

.about_us a img { border: none; }

.about_us div.main_left {
  width: 475px;
  padding-right: 15px;
}

.about_us div.main_right {
  width: 229px;
}

.about_us p {
  margin-top: 1em;
}

.about_us .main_right p {
  text-align: center;
  margin-bottom: 2.5em;
  font-size: 16px;
}

.about_us .main_right img {
  display: block;
  margin-bottom: 0.5em;
}

.about_us a {
  color: #1b518b;
}

.about_us a:hover {
   color: #3c8b1b;
   text-decoration: none;
}


/**********************************
  Our Story
**********************************/

.our_story .left {
  width: 500px;
}


/**********************************
	My List
***********************************/
.mylist_myprofile_pic{
	width:160px;
	float:left;
	text-align:center;
	margin-left: 25px;
	margin-right: 25px;
}
.mylist_myprofile_pinfo{
	width:220px;
	float:left;
}
.mlp_wrap{
	width:450px; 
	float:left;
}
.mlp_wrap .sub_profile_form{
	line-height:200%;
	color: #747474;
	padding-left:30px;
}
.mylist_myprofile_pinfo .edit_link{
	color: #1b518b;
	text-decoration:underline;
	font-size:16px;
}
.mylist_myprofile_pinfo .edit_link:hover{
	color: #3c8b1b;
	text-decoration:none;
}

.mylist_myprofile_pinfo p{
  margin-top: 0.5em;
}
.mylist_myprofile_pinfo h1{
	font-size:24px;
	color: #3c8b1b;
	font-weight:normal;
}
.mylist_myprofile_pinfo h1 a, .mylist_product a{
	color: #3c8b1b;
	text-decoration: none;
}
.mylist_myprofile_pinfo h1 a:hover, .mylist_product a:hover{
	color: #1b518b;
	text-decoration:underline;
}
.mylist_myprofile_pinfo h2{
	color: #747474;
	font-size:18px;
	font-weight:normal;
	margin-bottom:30px;
}
.mylist_myprofile_pinfo a{
	color: #1b518b;
	text-decoration:none;
}
.mylist_myprofile_pinfo a:hover{
	color: #3c8b1b;
	text-decoration:underline;
}
.mylist_myprofile_pinfo a.profile_edit {
  font-size: 16px;
  text-decoration: underline;
}
.mylist_myprofile_pinfo a.profile_edit:hover {
  text-decoration: none;
}


.mylist_tags{
	width:320px;
	float:left;
}
.mylist_tags h1{
	font-size:16px;
	font-weight:normal;
	color: #747474;
}
.mylist_tags a{
	color: #3c8b1b;
	text-decoration:none;
}
.mylist_tags a:hover{
	color: #1b518b;
	text-decoration:underline;
}
.mylist_menu{
	border-top:2px solid #cdcdcd;
	border-bottom:2px solid #cdcdcd;
	padding-top:5px;
	padding-bottom:5px;
	margin: 5px 25px 0 25px;
}
* html .mylist_menu { padding-bottom: 0; height: 25px; }
.mylist_menu_llinks{
	width:530px;
	float:left;
	font-size:18px;
	line-height: 22px;
	padding: 0; /* offset the padding on the a's contained herein */
	color: #777;
}
.mylist_menu_llinks.nolink{
	margin-left: 0; /* don't offset the padding -- no inner links */
}
.mylist_menu_llinks a{
	color: #1b518b;
	padding: 0 10px 0 0;
	text-decoration:none;
}
.mylist_menu_llinks a:hover{
	color: #3c8b1b;
	text-decoration:underline;
}
.mylist_menu_rbmarks{
	float:right;
	width:170px;
	text-align:right;
	padding-right:10px;
	font-size:18px;
}
.mylist_myfriends{
	color: #747474;
	padding-top: 10px;
	font-size: 16px;
	border-bottom:1px solid #cdcdcd;
	padding-bottom:10px;
}
.mylist_myfriends p {
  margin-top: 5px;
}
.mylist_myfriends .invite a {
  color: #1B518B;
  text-decoration: underline;
}
.mylist_myfriends .invite a:hover {
  color: #3C8B1B;
  text-decoration: none;
}
.mylist_myfriends .friends {
  margin-left: -7px; /* offset inner link padding */
  line-height: 20px;
  font-size:18px;
}
.mylist_myfriends .friends a {
  color: #3C8B1B;
  text-decoration: none;
  padding: 0 7px;
}
.mylist_myfriends .friends a:hover {
  color: #1B518B;
  text-decoration: underline;  
}
.mylist_product{
	color: #747474;
	padding: 0;
	margin: 15px 2px 0 2px;
}
.mylist_sform{
	color: #747474;
	padding-top:15px;	
	padding-bottom:10px;
	padding-left:20px;
	font-size:18px;
}
.mylist_sform a{
	color: #1B518B;
 	text-decoration: underline;
}
.mylist_sform a:hover{
	color: #3C8B1B;
 	text-decoration: none;
}


/***** Product List *****/

/* General List Styles */
.mylist_product p {
  color: #777;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.mylist_product .large {
  color: #555;
  font-size: 22px;
  line-height: 24px;
}
.mylist_product .g{
	font-size:18px;
}
.mylist_product textarea{
	color: black;
	border:1px solid #acacac;
	background:#fef4d1;
	padding:5px;
	height: 50px;
	font-size:18px;
}
.mylist_product textarea#reminder_message, .mylist_product textarea#message {
  width: 500px;
}

/* Product List Images */
.ml_prod_image, .ml_prod_detail_image{
  width: 160px;
  padding-right: 25px;
  padding-bottom: 10px;
}
.ml_prod_detail_image { float: left; }

/* Product List Description */
.ml_prod_desc {
	width:539px;
	font-size:18px;
	font-weight:normal;
	float: right;
}
.ml_prod_desc td td{
	height:120px;
}

/* Product List: Title & Description */
.ml_prod_desc h1, .ml_prod_title h1 {
	display:block;
	float:left;
	font-weight:normal;
	font-size:18px;
	font-weight: bold;
	width:439px;
	margin-bottom:10px;
	padding: 0;
}
.ml_prod_desc h1 a, .ml_prod_title  h1 a {
	color: #3c8b1b;
	text-decoration:none;
}
.ml_prod_desc h1 a:hover, .ml_prod_title h1 a:hover {
	color: #1b518b;
	text-decoration:underline;
}
.ml_prod_desc h2, .ml_prod_title h2 {
	font-size:18px;
	text-align:right;
	width:100px;
	float:right;
	padding: 0;
}

/* Product List Links */
.action_links_ml{
	margin-top:10px;
	margin-left: -3px; /* offset the 3px padding on links */
}
.action_links_ml .lnk_ml{
	float:left;
	width:400px;
	font-size:16px;
	line-height: 22px;
}
.lnk_ml .tellfriends{
	color: #3c8b1b;
	text-decoration:underline;
}
.lnk_ml .tellfriends:hover{
	color: #1b518b;
	text-decoration:none;
}
.lnk_ml a{
	color: #1b518b;
	text-decoration:none;
	padding-right: 3px;
	padding-left: 3px;
}
.lnk_ml a:hover{
	color: #3c8b1b;
	text-decoration:underline;
}

.action_links_ml .sb_ml{
	float:right;
	width:170px;
}


.more_link{
	color: #3c8b1b;
	text-decoration:none;
	font-size: 80%;
}
.more_link:hover{
	color: #1b518b;
	text-decoration:underline;
}
.if_box{
	border-bottom:1px solid #cdcdcd;
	padding-top:15px;
	padding-bottom:15px;
	color:#747474;
	font-size:18px;
}
.if_box h1{
	font-size:18px;
	margin-bottom:10px;
}
.if_box h1 a{
	color: #1b518b;
	text-decoration:underline;
}
.if_box h1 a:hover{
	color: #3c8b1b;
	text-decoration:none;
}
.if_box a{
	color: #3c8b1b;
	text-decoration:none;
}
.if_box a:hover{
	color: #1b518b;
	text-decoration:underline;
}
.bluelink, .pagination a {
	color: #1b518b !important;
	text-decoration:underline !important;
}
.bluelink:hover, .pagination a:hover {
	color: #3c8b1b !important;
	text-decoration:none !important;
}
.bluelink_normal {
	color: #1b518b !important;
	text-decoration:none !important;
}
.bluelink_normal:hover {
	color: #3c8b1b !important;
	text-decoration:underline !important;
}
.greenlink {
	color: #3c8b1b !important;
	text-decoration:underline !important;
}
.greenlink:hover {
	color: #1b518b !important;
	text-decoration:none !important;
}
.greenlink_normal {
	color: #3c8b1b !important;
	text-decoration:none !important;
}
.greenlink_normal:hover {
	color: #1b518b !important;
	text-decoration:underline !important;
}
.ppic_heading h1{
	font-size:24px;
	color: #747474;
	padding-left:20px;
}




/**********************************
	Cool green stuff
***********************************/
.cgs_tags{
	width:730px;
	margin: 0 auto;
	padding: 0 30px 15px 30px;
}
.cgs_tags h1{
	font-size:16px;
	font-weight:normal;
	color: #747474;
}
.cgs_tags a{
	color: #3c8b1b;
	text-decoration:none;
}
.cgs_tags a:hover{
	color: #1b518b;
	text-decoration:underline;
}
.open_box{
	padding-left:190px;
	padding-top:15px;
	padding-bottom:15px;
}
.tf_ob_wide, .tf_ob_wide2, .swide_ob, .tf_ob_wide3{
	width:99%;
	color: black;
	border:1px solid #acacac;
	background:#fef4d1;
	padding:2px;
	font-size:18px;
}
.tf_ob_wide2{
	width:130px;
}
.tf_ob_wide3{
	width:250px;
}
.swide_ob{
	width:auto;
}
.open_box a{
	color: #1b518b;
	font-size:12px;
	text-decoration:underline;
}
.open_box a:hover{
	color: #3c8b1b;
	text-decoration:none;
}
.open_box h1{
	font-size:18px;
	color: #747474;
	font-weight:normal;
	padding-bottom:10px;
}
.open_box h2, .mylist_sform h2{
	font-size:18px;
	color: #747474;
	font-weight:normal;
	font-weight:bold;
}
.open_box textarea{
	width:99%;
	color: black;
	border:1px solid #acacac;
	background:#fef4d1;
	padding:2px;
	height:100px;
	font-size:18px;
	
}
.open_box .ta_wide2, .mylist_sform .ta_wide2, .mylist_sform .ta_wide3{
	width:99%;
	color: black;
	border:1px solid #acacac;
	background:#fef4d1;
	padding:2px;
	height:160px;
	font-size:18px;
	
}
.mylist_sform .ta_wide3{
	height:120px;
}

.comment_bl{
	padding-left:190px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:18px;
	color: #747474;
	border-top:1px solid #cdcdcd;
}



/**********************************
	History
***********************************/
.hist_bl{
	margin-left:190px;
	padding-top:15px;
	padding-bottom:15px;
	font-size:16px;
	color: #747474;
	border-top:2px solid #cdcdcd;
}
.hist_bl h1{
	font-size:16px;
	color: #1b518b;
}
.hist_bl h2{
	font-size:16px;
	color: #3c8b1b;
}
.hist_bl h1 a{
	font-size:11px;
	font-weight:normal;
}
.hist_bl a{
	color: #3c8b1b;
	text-decoration:underline;
}
.hist_bl a:hover{
	color: #1b518b;
	text-decoration:none;
}
.hist_inrss{
	border-top:2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:10px;
}
.hist_inrss .l{
	width:300px;
	float:left;
	font-size:16px;
	font-weight:bold;
	color: #1b518b;
	padding-left:10px;
}
.hist_inrss .r{
	width:50px;
	text-align:right;
	float:right;
	padding-right:10px;
}

/**********************************
	People
***********************************/
.people_add_list{
	margin:0;
	padding:0;
}
.people_add_list li{
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	/*padding-top:10px;*/
	border:none !important;
}
.people_add_list .pic{
	width:120px;
	text-align:center;
	float:left;
}
.people_add_list .rc{
	width:460px;
	float:right;
}
.people_add_list .rc h1 a{
	font-size:20px;
	font-weight:bold;
}
/* smaller layout */
.mylist_product .people_add_list .rc {
  width: 440px;
}
.people_add_list h2{
	font-size:16px;
	color: #5B5B5B;
	font-weight: normal;
}
.people_add_list a{
	color: #3c8b1b;
	text-decoration: none;
}
.people_add_list a:hover{
	color: #1b518b;
	text-decoration: underline;
}








.cm_left_name{
	font-size:18px;
	width:400px;
	float:left;
	padding-bottom:10px;
}
.cm_left_name a{
	color: #3c8b1b;
	text-decoration:none;
	display:block;
	width:400px;
}
.cm_left_name a:hover{
	color: #1b518b;
	text-decoration:underline;
}

.cm_right_abuse{
	float:right;
	width:100px;
	text-align:right;
}
.cm_right_abuse a{
	font-size:14px;
	color: #1b518b;
}
.cm_right_abuse a:hover{
	color: #3c8b1b;
	text-decoration:none;
}

h1.tagname, h1.cgs_heading {
  font-size: 24px;
  font-weight:bold;
  color: #747474;
  margin-top:-10px;
  padding-left:25px;
}

h2.tags {
  float: right;
  font-size: 20px;
  font-weight:bold;
  color: #747474;
  margin-top: -7px;
  padding-left:25px;
}

h2.tags a {
  color: #3C8B1B;
  text-decoration: none;
  margin-right: 15px;
}

h2.tags a:hover {
  text-decoration: underline;
}

.cgs_tags h2 {
  color: #747474;
  font-weight: normal;
  font-size: 18px;
}

.cgs_tags a.more {
  color: #1B518B;
  text-decoration: none;
}

.cgs_tags a.more:hover {
  color: #3C8B1B;
  text-decoration: underline;
}


.cgs_tags {
  margin-bottom: 6px;
}



.3col_tbl td{
	font-size:16px !important;
	color: #747474;
}
.tf3col, .tf3col_wide, .col3_select{
	width:160px;
	color: black;
	border:1px solid #acacac;
	background:#fef4d1;
	padding:2px;
	font-size:18px;
}
.tf3col_wide{
	width:100%;
}






/* Moved email etc styles to join_process from here */







/**********************************
	My Account
***********************************/
.myacc_links p {
  margin: 5px;
}
.myacc_links a{
	color: #1B518B !important; 
	text-decoration: none;
	font-size:20px;
}
.myacc_links a:hover{
	color: #3C8B1B !important; 
	text-decoration: underline;
}

.my_account_sub .glink{
	color: #3c8b1b !important;
	font-size:12px;
	text-decoration:underline;
}
.my_account_sub .glink:hover{
	color: #1b518b !important;
	font-size:12px;
	text-decoration:none;
}
.my_account_sub .redlink:link, .my_account_sub .redlink:hover,
.my_account_sub .redlink:active, .my_account_sub .redlink:visited{
	color: #B84F36 !important;
	font-size:12px;
	text-decoration:underline;
}
