/*
*/
/* Overall page settings
		Note: text-align:center in 'body' rule used for centering
		(workaround in certain browsers) when content centering
		applied in THIS rule.
------------------------------------------- */
.main_page_borders {
	border-top: px solid 	border-right: px solid 	border-bottom: px solid 	border-left: px solid }

div#thePage {

	width: 	margin-left: auto;  margin-right: auto;

}
body {
	color: ".$rowConfigFirst['default_txt_clr'].";";
	if($rowConfigFirst['page_bg_clr'])
	echo "background-color: ".$rowConfigFirst['page_bg_clr'].";";

	if($rowConfigFirst['page_bg_img_dsp'])
	echo " background-image:url(uploads/".$rowConfigFirst['page_bg_img_name'].");";


	if($rowConfigFirst['page_bg_img_rpt'])
	echo "background-repeat: ".$rowConfigFirst['page_bg_img_rpt'].";";

	if($rowConfigFirst['page_bg_img_rpt'])
	echo "background-position: ".$rowConfigFirst['page_bg_img_hpos']." ".$rowConfigFirst['page_bg_img_vpos'].";";

	echo "margin-top: ".$rowConfigFirst['page_mrg_t_wth'].";";
	echo "margin-bottom: ".$rowConfigFirst['page_mrg_b_wth'].";";
	echo "margin-left: ".$rowConfigFirst['page_mrg_l_wth'].";";
	echo "margin-right: ".$rowConfigFirst['page_mrg_r_wth'].";";
	echo "text-align: ".$align.";



}
/* End overall page settings
------------------------------------------- */
/* --- Left Nav Panel ---*/
#leftnavpanel {
	color: ".$rowConfigFirst['l_panel_txt_clr'].";

	background: ".$rowConfigFirst['l_panel_bg_clr'];

	if($rowConfigFirst['l_panel_bg_img_dsp'])
	echo " url(uploads/".$rowConfigFirst['l_panel_bg_img_name'].") ".$rowConfigFirst['l_panel_bg_img_hpos']." ".$rowConfigFirst['l_panel_bg_img_vpos']." ".$rowConfigFirst['l_panel_bg_img_rpt'];


	echo ";";

echo "text-align: ".$rowConfigFirst['l_panel_ft_align'].";
	width: ".$rowConfig['layout_overall_pg_sb_l_wth'].$siteWithIn.";
	font-family: ".$rowConfigFirst['l_panel_ft_fam'].";
	font-size: ".$rowConfigFirst['l_panel_ft_size'].";
	padding: ".$rowConfigFirst['l_panel_pad_t']." ".$rowConfigFirst['l_panel_pad_r']." ".$rowConfigFirst['l_panel_pad_b']." ".$rowConfigFirst['l_panel_pad_l'].";

	border-right: ".$rowConfigFirst['l_panel_bdr_r_wth']."px solid ".$rowConfigFirst['l_panel_bdr_r_clr'].";
}
/* --- End: Left Nav Panel ---*/
/* --- Main Content Panel ---*/
td.maincontent {
	width: auto;
	color: ".$rowConfigFirst['body_content_bg_clr'].";";

	if($rowConfigFirst['body_bg_img_dsp'])

	echo "background: transparent url(uploads/".$rowConfigFirst['body_bg_img_name'].") ".$rowConfigFirst['body_bg_img_hpos']." ".$rowConfigFirst['body_bg_img_vpos']." ".$rowConfigFirst['body_bg_img_rpt'].";";


echo "font-family: ".$rowConfigFirst['body_content_body_txt_ft_fam'].";
	font-size: ".$rowConfigFirst['body_content_body_txt_ft_size'].";
	/*text-align: ".$rowConfigFirst['body_content_body_txt_ft_fam'].";

	padding: ".$rowConfigFirst['body_content_body_txt_ft_fam']." ".$rowConfigFirst['body_content_body_txt_ft_fam']." ".$rowConfigFirst['body_content_body_txt_ft_fam']." ".$rowConfigFirst['body_content_body_txt_ft_fam'].";*/

}
/* --- Main Content Panel ---*/
/* --- Right Nav Panel ---*/
#rightnavpanel {
	color: ".$rowConfigSecond['r_panel_txt_clr'].";

	background: ".$rowConfigSecond['r_panel_bg_clr'];

	if($rowConfigSecond['r_panel_bg_img_dsp'])
	echo " url(uploads/".$rowConfigSecond['r_panel_bg_img_name'].") ".$rowConfigSecond['r_panel_bg_img_hpos']." ".$rowConfigSecond['r_panel_bg_img_vpos']." ".$rowConfigSecond['r_panel_bg_img_rpt'];


	echo ";";

	echo "
	width: ".$rowConfig['layout_overall_pg_sb_r_wth'].$siteWithIn.";
	font-family: ".$rowConfigSecond['r_panel_ft_fam'].";
	font-size: ".$rowConfigSecond['r_panel_ft_size'].";
	text-align: ".$rowConfigSecond['r_panel_ft_align'].";
	padding: ".$rowConfigSecond['r_panel_pad_t']." ".$rowConfigSecond['r_panel_pad_r']." ".$rowConfigSecond['r_panel_pad_b']." ".$rowConfigSecond['r_panel_pad_l'].";
	border-left: ".$rowConfigSecond['r_panel_bdr_l_wth']."px solid ".$rowConfigSecond['r_panel_bdr_l_clr'].";
}

/* ---End: Right Nav Panel ---*/

/* CSS Document */
/* Defaults
------------------------------------------- */

td, th {  /* include div here?  */
	color: ".$rowConfigFirst['default_txt_clr'].";
	background-color: ".$rowConfigFirst['default_bg_clr'].";
	font: normal ".$rowConfigFirst['default_ft_size']." ".$rowConfigFirst['default_ft_fam'].";
    vertical-align: top;
}
a { color: ".$rowConfigFirst['default_lk_clr_base']."; text-decoration: underline; }
a:visited { color: ".$rowConfigFirst['default_lk_clr_visited']."; }
a:hover { color:".$rowConfigFirst['default_lk_clr_hover']."; }
a:active { color:".$rowConfigFirst['default_lk_clr_active']."; }
li { text-align: left; } /* keeps li's left aligned, even if in a &lt;ul&gt; that's in a &lt;div&gt; with text-align center or right */
form { margin: 0; padding: 0; }

/* End Defaults
------------------------------------------- */

/* Constants
------------------------------------------- */
div.container100 { width: 100%; }

/* End Constants
------------------------------------------- */

/* Alert Messages
------------------------------------------- */
#alertContainer { text-align: ".$rowConfigSecond['msg_com_box_align']."; } /* For aligning the msge box in IE */

#erroralertmsge {
	color: ".$rowConfigSecond['msg_err_body_clr'].";
	background-color: ".$rowConfigSecond['msg_err_body_bg_clf'].";
	font-family: ".$rowConfigSecond['msg_com_body_ft_fam'].";
	font-size: ".$rowConfigSecond['msg_com_body_ft_size']; echo ";";
	if($rowConfigSecond["msg_com_hl_ft_bold"]=="1")
	{
		echo "font-weight: bold";
	}
	else
	{
		echo "font-weight: normal";
	}
	echo "
	text-align: ".$rowConfigSecond['msg_com_box_align'].";
	border-top: ".$rowConfigSecond['msg_err_bdr_t_wth']."px solid ".$rowConfigSecond['msg_err_bdr_t_clr'].";
	border-right: ".$rowConfigSecond['msg_err_bdr_r_wth']."px solid ".$rowConfigSecond['msg_err_bdr_r_clr'].";
	border-bottom: ".$rowConfigSecond['msg_err_bdr_b_wth']."px solid ".$rowConfigSecond['msg_err_bdr_b_clr'].";
	border-left: ".$rowConfigSecond['msg_err_bdr_l_wth']."px solid ".$rowConfigSecond['msg_err_bdr_l_clr'].";
	padding: ".$rowConfigSecond['msg_com_body_pad_t']." ".$rowConfigSecond['msg_com_body_pad_r']." ".$rowConfigSecond['msg_com_body_pad_b']." ".$rowConfigSecond['msg_com_body_pad_l'].";

}

#erroralertheadline {
	color: ".$rowConfigSecond['msg_err_hl_clr'].";
	background-color: ".$rowConfigSecond['msg_err_hl_bg_clr'].";
	font-family: ".$rowConfigSecond["msg_com_hl_ft_fam"].";
	font-size: ".$rowConfigSecond["msg_com_hl_ft_size"]; echo ";";
	if($rowConfigSecond["msg_com_hl_ft_bold"]=="1")
	{
		echo "font-weight: bold";
	}
	else
	{
		echo "font-weight: normal";
	}
	echo ";
	text-align: ".$rowConfigSecond["msg_com_box_align"].";
	padding: ".$rowConfigSecond['msg_com_hl_pad_t']." ".$rowConfigSecond['msg_com_hl_pad_r']." ".$rowConfigSecond['msg_com_hl_pad_b']." ".$rowConfigSecond['msg_com_hl_pad_l'].";
}

#successalertmsge {
	color: ".$rowConfigSecond['msg_succ_body_clr'].";
	background-color: ".$rowConfigSecond['msg_succ_body_bg_clf'].";
	font-family: ".$rowConfigSecond['msg_com_body_ft_fam'].";
	font-size: ".$rowConfigSecond['msg_com_body_ft_size']; echo ";";
	if($rowConfigSecond["msg_com_hl_ft_bold"]=="1")
	{
		echo "font-weight: bold";
	}
	else
	{
		echo "font-weight: normal";
	}
	echo "
	text-align: ".$rowConfigSecond['msg_com_box_align'].";
	border-top: ".$rowConfigSecond['msg_succ_bdr_t_wth']."px solid ".$rowConfigSecond['msg_succ_bdr_t_clr'].";
	border-right: ".$rowConfigSecond['msg_succ_bdr_r_wth']."px solid ".$rowConfigSecond['msg_succ_bdr_r_clr'].";
	border-bottom: ".$rowConfigSecond['msg_succ_bdr_b_wth']."px solid ".$rowConfigSecond['msg_succ_bdr_b_clr'].";
	border-left: ".$rowConfigSecond['msg_succ_bdr_l_wth']."px solid ".$rowConfigSecond['msg_succ_bdr_l_clr'].";
	padding: ".$rowConfigSecond['msg_com_body_pad_t']." ".$rowConfigSecond['msg_com_body_pad_r']." ".$rowConfigSecond['msg_com_body_pad_b']." ".$rowConfigSecond['msg_com_body_pad_l'].";
}

#successalertheadline {
	color: ".$rowConfigSecond['msg_succ_hl_clr'].";
	background-color: ".$rowConfigSecond['msg_succ_hl_bg_clr'].";
	font-family: ".$rowConfigSecond['msg_com_hl_ft_fam'].";
	font-size: ".$rowConfigSecond['msg_com_hl_ft_size']; echo ";";
	if($rowConfigSecond["msg_com_hl_ft_bold"]=="1")
	{
		echo "font-weight: bold";
	}
	else
	{
		echo "font-weight: normal";
	}
	echo ";
	text-align: ".$rowConfigSecond['msg_com_box_align'].";
	padding: ".$rowConfigSecond['msg_com_hl_pad_t']." ".$rowConfigSecond['msg_com_hl_pad_r']." ".$rowConfigSecond['msg_com_hl_pad_b']." ".$rowConfigSecond['msg_com_hl_pad_l'].";
}

/* End Alert Messages
------------------------------------------- */


#toplogopanel {";
if($rowConfigFirst['header_logo_bg_clr'])
	echo "background-color: ".$rowConfigFirst['header_logo_bg_clr'].";";
else
	echo "background-color: transparent;";
echo "

	padding: 0px;
	margin: 0px;
}
#datestampinheader, #datestamp {

	color: ".$rowConfigFirst['header_dstamp_txt_clr'].";
	background-color: ".$rowConfigFirst['header_dstamp_bg_clr'].";
	font-family: ".$rowConfigFirst['header_dstamp_ft_fam'].";
	font-size: ".$rowConfigFirst['header_dstamp_ft_size'].";";
if($rowConfigFirst['header_dstamp_ft_bold'])
	echo "font-weight: bold;";
else
	echo "font-weight: normal;";

echo "text-align: ".$rowConfigFirst['header_dstamp_ft_align'].";
	vertical-align: bottom;
	padding: 0 10px;
}

/* --- Slogan Panel ---*/
#sloganpanel {
	color: ".$rowConfigFirst['header_slogan_txt_clr'].";
	background-color: ".$rowConfigFirst['header_slogan_bg_clr'].";";
	if($rowConfigFirst['header_bg_img_dsp'])
	echo "background: url(uploads/".$rowConfigFirst['header_bg_img_name'].") ".$rowConfigFirst['header_bg_img_hpos']." ".$rowConfigFirst['header_bg_img_vpos']." ".$rowConfigFirst['header_bg_img_rpt'].";";
    echo "font-family: ".$rowConfigFirst['header_slogan_ft_fam'].";
	font-size: ".$rowConfigFirst['header_slogan_ft_size'].";";
	if($rowConfigFirst['header_slogan_ft_bold'])
		echo "font-weight: bold;";
	else
		echo "font-weight: normal;";

//vertical-align: ".$rowConfigFirst['header_slogan_bg_clr'].";
echo "text-align: ".$rowConfigFirst['header_slogan_ft_align'].";
	padding: ".$rowConfigFirst['header_slogan_pad_t']." ".$rowConfigFirst['header_slogan_pad_r']." ".$rowConfigFirst['header_slogan_pad_b']." ".$rowConfigFirst['header_slogan_pad_l'].";
	border-top: ".$rowConfigFirst['header_slogan_bdr_t_wth']."px solid ".$rowConfigFirst['header_slogan_bdr_t_clr'].";
	border-right: ".$rowConfigFirst['header_slogan_bdr_r_wth']."px solid ".$rowConfigFirst['header_slogan_bdr_r_clr'].";
	border-bottom: ".$rowConfigFirst['header_slogan_bdr_b_wth']."px solid ".$rowConfigFirst['header_slogan_bdr_b_clr'].";
	border-left: ".$rowConfigFirst['header_slogan_bdr_l_wth']."px solid ".$rowConfigFirst['header_slogan_bdr_l_clr'].";
}
/* --- End Slogan Panel ---*/



/* --- Top Nav Panel ---*/
#topnavpanel {
	color: ".$rowConfigFirst['t_panel_txt_clr'].";

	background: ".$rowConfigFirst['t_panel_bg_clr'];
	if(!$rowConfigFirst['t_panel_bg_img_dsp'])
	echo " url(uploads/".$rowConfigFirst['t_panel_bg_img_name'].") ".$rowConfigFirst['t_panel_bg_img_hpos']." ".$rowConfigFirst['t_panel_bg_img_vpos']." ".$rowConfigFirst['t_panel_bg_img_rpt'];


echo ";
	text-align: ".$rowConfigFirst['t_panel_ft_align'].";
	vertical-align: ".$rowConfigFirst['t_panel_ft_align'].";

	border-top: ".$rowConfigFirst['t_panel_bdr_t_wth']."px solid ".$rowConfigFirst['t_panel_bdr_t_clr'].";
	border-right: ".$rowConfigFirst['t_panel_bdr_r_wth']."px solid ".$rowConfigFirst['t_panel_bdr_r_clr'].";
	border-bottom: ".$rowConfigFirst['t_panel_bdr_b_wth']."px solid ".$rowConfigFirst['t_panel_bdr_b_clr'].";
	border-left: ".$rowConfigFirst['t_panel_bdr_l_wth']."px solid ".$rowConfigFirst['t_panel_bdr_l_clr'].";
	padding-top: ".$rowConfigFirst['t_panel_pad_t'].";
	padding-right: ".$rowConfigFirst['t_panel_pad_r'].";
	padding-bottom: ".$rowConfigFirst['t_panel_pad_b'].";
	padding-left: ".$rowConfigFirst['t_panel_pad_l'].";
}


#topnavpanel ul {
	color: ".$rowConfigFirst['default_txt_clr'].";
	font-family: ;
	font-size: ".$rowConfigFirst['default_ft_size'].";
	font-weight: normal;

	margin: 0;
	/* Use top/bottom padding to adjust the overall height of the bar */
	padding: 0px 0px 0px 0px;
}

#topnavpanel ul li {
	display: inline;
	list-style-type: none;
	margin-left: ".$rowConfigFirst['t_panel_lk_l_mrg']."; /* Small negative value shifts each nav link left; on mouseovers, can help line up borders and cover left gap  */
}

#topnavpanel ul li a {
	color: ".$rowConfigFirst['t_panel_lk_clr_base'].";
	background: ".$rowConfigFirst['t_panel_lk_bg_clr_base'].";
	font-family: ".$rowConfigFirst['t_panel_lk_ft_fam'].";
	text-transform: ".$rowConfigFirst['t_panel_lk_ft_dsp'].";
	font-size: ".$rowConfigFirst['t_panel_lk_ft_size'].";";

   	if($rowConfigFirst['t_panel_lk_ft_bold'])
		echo "font-weight: normal;";
	else
		echo "font-weight: bold;";

	if($rowConfigFirst['t_panel_lk_ul_base'])
		echo "text-decoration: underline;";
		else
		echo "text-decoration: none;";


echo "border-top: ".$rowConfigFirst['t_panel_lk_bdr_base_t_wth']."px solid ".$rowConfigFirst['t_panel_lk_bdr_base_t_clr'].";
	border-right: ".$rowConfigFirst['t_panel_lk_bdr_base_r_wth']."px solid ".$rowConfigFirst['t_panel_lk_bdr_base_r_clr'].";
	border-bottom: ".$rowConfigFirst['t_panel_lk_bdr_base_b_wth']."px solid ".$rowConfigFirst['t_panel_lk_bdr_base_b_clr'].";
	border-left: ".$rowConfigFirst['t_panel_lk_bdr_base_l_wth']."px solid ".$rowConfigFirst['t_panel_lk_bdr_base_l_clr'].";
	padding: ".$rowConfigFirst['t_panel_lk_pad_base_t']." ".$rowConfigFirst['t_panel_lk_pad_base_r']." ".$rowConfigFirst['t_panel_lk_pad_base_b']." ".$rowConfigFirst['t_panel_lk_pad_base_l'].";
}
#topnavpanel ul li a:visited { color: ".$rowConfigFirst['t_panel_lk_clr_visit']."; }
#topnavpanel ul li a:hover {
	color:".$rowConfigFirst['t_panel_lk_clr_hover'].";

	background: ".$rowConfigFirst['t_panel_lk_bg_clr_hover'];
	if(!$rowConfigFirst['t_panel_hover_bg_img_dsp'])
	echo " url(uploads/".$rowConfigFirst['t_panel_hover_bg_img_name'].") ".$rowConfigFirst['t_panel_hover_bg_img_hpos']." ".$rowConfigFirst['t_panel_hover_bg_img_vpos']." ".$rowConfigFirst['t_panel_hover_bg_img_rpt'];


	echo ";";
	if($rowConfigFirst['t_panel_lk_ul_hover'])
		echo "text-decoration: underline;";
	else
		echo "text-decoration: none;";
echo "border-top: ".$rowConfigFirst['t_panel_lk_bdr_hover_t_wth']."px solid ".$rowConfigFirst['t_panel_lk_bdr_hover_t_clr'].";
	border-right: ".$rowConfigFirst['t_panel_lk_bdr_hover_r_wth']."px solid ".$rowConfigFirst['t_panel_lk_bdr_hover_r_clr'].";
	border-bottom: ".$rowConfigFirst['t_panel_lk_bdr_hover_b_wth']."px solid ".$rowConfigFirst['t_panel_lk_bdr_hover_b_clr'].";
	border-left: ".$rowConfigFirst['t_panel_lk_bdr_hover_l_wth']."px solid ".$rowConfigFirst['t_panel_lk_bdr_hover_l_clr'].";
	padding: ".$rowConfigFirst['t_panel_lk_pad_hover_t']." ".$rowConfigFirst['t_panel_lk_pad_hover_r']." ".$rowConfigFirst['t_panel_lk_pad_hover_b']." ".$rowConfigFirst['t_panel_lk_pad_hover_l'].";
}
#topnavpanel ul li a:active { color:".$rowConfigFirst['t_panel_lk_clr_active']."; }
/* --- End Top Nav Panel ---*/




/* --- Shopping Cart Toolbar ---*/
#cartbar {
	color: ".$rowConfigSecond['cart_tb_txt_clr'].";
	background-color: ".$rowConfigSecond['cart_tb_bg_clr'].";
	font-family: ".$rowConfigSecond['cart_tb_ft_fam'].";
	font-size: ".$rowConfigSecond['cart_tb_ft_size']; echo ";";
	if($rowConfigSecond['cart_tb_ft_bold'])
		echo "font-weight: bold;";
	else
		echo "font-weight: none;";
echo "
	text-align: ".$rowConfigSecond['cart_tb_ft_align'].";
	border-top: ".$rowConfigSecond['cart_tb_bdr_t_wth']."px solid ".$rowConfigSecond['cart_tb_bdr_t_clr'].";
	border-bottom: ".$rowConfigSecond['cart_tb_bdr_b_wth']."px solid ".$rowConfigSecond['cart_tb_bdr_b_clr'].";
	border-right: ".$rowConfigSecond['cart_tb_bdr_r_wth']."px solid ".$rowConfigSecond['cart_tb_bdr_r_clr'].";
	border-left: ".$rowConfigSecond['cart_tb_bdr_l_wth']."px solid ".$rowConfigSecond['cart_tb_bdr_l_clr'].";
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px"; echo ";";
echo "
}

#cartbar a { color:".$rowConfigSecond['cart_tb_lk_clr_base']; echo ";";
	if($rowConfigSecond['cart_tb_ul'])
		echo "text-decoration: underline;";
	else
		echo "text-decoration: none;";

echo "
}

#cartbar a:visited { color:".$rowConfigSecond['cart_tb_lk_clr_visit']."; }

#cartbar a:hover { color:".$rowConfigSecond['cart_tb_lk_clr_hover']; echo ";";

	if($rowConfigSecond['cart_tb_ul'])
		echo "text-decoration: underline;";
	else
		echo "text-decoration: none;";

echo "
}
#cartbar a:active { color:".$rowConfigSecond['cart_tb_lk_clr_active']."; }
/* --- End Shopping Cart Toolbar ---*/




/* --- Product Categories List Index ---*/
.prodcatlistitem {
		color: ".$rowCartStyle['cart_styles_cat_desc_clr'].";
		background-color: ".$rowCartStyle['cart_styles_cat_bg_clr'].";
		font-size: ".$rowCartStyle['cart_styles_cat_desc_size'].";
		text-align: left;
		padding: 0px 0px 10px 0px;
	}

a.prodcatname {
	background-color: ".$rowCartStyle['cart_styles_cat_bg_clr'].";
	color: ".$rowCartStyle['cart_styles_cat_lk_clr'].";
	font-size: ".$rowCartStyle['cart_styles_cat_lk_ft_size'].";
	font-weight: ".$rowCartStyle['cart_styles_cat_lk_ft_bold'].";
	font-style: ".$rowCartStyle['cart_styles_cat_desc_size'].";
	text-decoration: none;
}
a.prodcatname:hover {
	background-color: ".$rowCartStyle['cart_styles_cat_bg_clr'].";
	color: ".$rowCartStyle['cart_styles_cat_lk_hover_clr'].";
	font-size: ".$rowCartStyle['cart_styles_cat_lk_ft_size'].";
	font-weight: ".$rowCartStyle['cart_styles_cat_lk_ft_bold'].";
	text-decoration: underline;
}

/* --- End Product Categories List Index ---*/


table#mainbody { margin-top: 0px; }


/* --- Left Nav Panel ---*/

div.leftNavCatHead { /* NEW! */
	color: ".$rowConfigFirst['l_panel_header_txt_clr'].";
	background: ".$rowConfigFirst['l_panel_header_bg_clr'];
	if($rowConfigFirst['l_panel_header_bg_img_dsp'])
    echo " url(uploads/".$rowConfigFirst['l_panel_header_bg_img_name'].") ".$rowConfigFirst['l_panel_header_bg_img_hpos']." ".$rowInteractive['l_panel_header_bg_img_vpos']." ".$rowConfigFirst['l_panel_header_bg_img_rpt'];

	echo ";font-family: ".$rowConfigFirst['l_panel_header_ft_fam'].";
	font-size: ".$rowConfigFirst['l_panel_header_ft_size'].";";

	if($rowConfigFirst['l_panel_header_ft_bold'])
	echo "font-weight: bold;";

	echo "text-align: ".$rowConfigFirst['l_panel_header_ft_align'].";
	padding: ".$rowConfigFirst['l_panel_header_pad_t']." ".$rowConfigFirst['l_panel_header_pad_r']." ".$rowConfigFirst['l_panel_header_pad_b']." ".$rowConfigFirst['l_panel_header_pad_l'].";
	border-top: ".$rowConfigFirst['l_panel_header_bdr_t_wth']."px solid ".$rowConfigFirst['l_panel_header_bdr_t_clr'].";
	border-right: ".$rowConfigFirst['l_panel_header_bdr_r_wth']."px solid ".$rowConfigFirst['l_panel_header_bdr_r_clr'].";
	border-bottom: ".$rowConfigFirst['l_panel_header_bdr_b_wth']."px solid ".$rowConfigFirst['l_panel_header_bdr_b_clr'].";
	border-left: ".$rowConfigFirst['l_panel_header_bdr_l_wth']."px solid ".$rowConfigFirst['l_panel_header_bdr_l_clr'].";
}



div.leftNavCatContent { /* NEW! */
	color: ".$rowConfigFirst['l_panel_content_txt_clr'].";

	background: ".$rowConfigFirst['l_panel_content_bg_clr'];

	if($rowConfigFirst['l_panel_content_bg_img_dsp'])
	echo " url(uploads/".$rowConfigFirst['l_panel_content_bg_img_name'].") ".$rowConfigFirst['l_panel_content_bg_img_hpos']." ".$rowInteractive['l_panel_content_bg_img_vpos']." ".$rowConfigFirst['l_panel_content_bg_img_rpt'];

	echo ";
	font-family: ".$rowConfigFirst['l_panel_content_ft_fam'].";
	font-size: ".$rowConfigFirst['l_panel_content_ft_size'].";";

	if($rowConfigFirst['l_panel_content_ft_bold'])
	echo "font-weight: bold;";

	echo "text-align: ".$rowConfigFirst['l_panel_content_ft_align'].";
	padding: ".$rowConfigFirst['l_panel_content_pad_t']." ".$rowConfigFirst['l_panel_content_pad_r']." ".$rowConfigFirst['l_panel_content_pad_b']." ".$rowConfigFirst['l_panel_content_pad_l'].";
	border-top: ".$rowConfigFirst['l_panel_content_bdr_t_wth']."px solid ".$rowConfigFirst['l_panel_content_bdr_t_clr'].";
	border-right: ".$rowConfigFirst['l_panel_content_bdr_r_wth']."px solid ".$rowConfigFirst['l_panel_content_bdr_r_clr'].";
	border-bottom: ".$rowConfigFirst['l_panel_content_bdr_b_wth']."px solid ".$rowConfigFirst['l_panel_content_bdr_b_clr'].";
	border-left: ".$rowConfigFirst['l_panel_content_bdr_l_wth']."px solid ".$rowConfigFirst['l_panel_content_bdr_l_clr'].";
}

div.leftNavCatContent a.nav { /* NEW! */
	display: block;
	color: ".$rowConfigFirst['l_panel_lk_clr_base'].";
	background: ".$rowConfigFirst['l_panel_lk_bg_clr_base'];
	if($rowConfigFirst['l_panel_lk_bg_img_dsp'])
	echo " url(uploads/".$rowConfigFirst['l_panel_lk_bg_img_name'].") ".$rowConfigFirst['l_panel_lk_bg_img_rpt'];

	echo ";


	font-family: ".$rowConfigFirst['l_panel_lk_ft_fam'].";
	font-size: ".$rowConfigFirst['l_panel_lk_ft_size'].";";

	if(!$rowConfigFirst['l_panel_lk_ft_bold'])
		echo "font-weight: normal;";
	else
		echo "font-weight: bold;";

	if($rowConfigFirst['l_panel_lk_ul_base'])
		echo "text-decoration: underline;";
		else
		echo "text-decoration: none;";


echo "border-top: ".$rowConfigFirst['l_panel_lk_bdr_base_t_wth']."px solid ".$rowConfigFirst['l_panel_lk_bdr_base_top_clr'].";
	border-right: ".$rowConfigFirst['l_panel_lk_bdr_base_r_wth']."px solid ".$rowConfigFirst['l_panel_lk_bdr_base_r_clr'].";
	border-bottom: ".$rowConfigFirst['l_panel_lk_bdr_base_b_wth']."px solid ".$rowConfigFirst['l_panel_lk_bdr_base_b_clr'].";
	border-left: ".$rowConfigFirst['l_panel_lk_bdr_base_l_wth']."px solid ".$rowConfigFirst['l_panel_lk_bdr_base_l_clr'].";
	padding: ".$rowConfigFirst['l_panel_lk_pad_base_t']." ".$rowConfigFirst['l_panel_lk_pad_base_r']." ".$rowConfigFirst['l_panel_lk_pad_base_b']." ".$rowConfigFirst['l_panel_lk_pad_base_l'].";
	margin: ".$rowConfigFirst['l_panel_lk_bg_img_hpos']." ".$rowConfigFirst['l_panel_lk_bg_img_vpos'].";
	text-align: ".$rowConfigFirst['l_panel_lk_align'].";
}
div.leftNavCatContent a.nav:visited { color: ".$rowConfigFirst['l_panel_lk_clr_visit']."; }
div.leftNavCatContent a.nav:hover {
	color: ".$rowConfigFirst['l_panel_lk_clr_hover'].";

	background: ".$rowConfigFirst['l_panel_lk_bg_clr_hover'];
	 if($rowConfigFirst['l_panel_lk_hover_bg_img_dsp'])
	echo " url(uploads/".$rowConfigFirst['l_panel_lk_hover_bg_img_name'].") ".$rowConfigFirst['l_panel_lk_hover_bg_img_rpt'];

	echo ";";

	if($rowConfigFirst['l_panel_lk_ul_hover'])
		echo "text-decoration: underline;";
		else
		echo "text-decoration: none;";


	echo "border-top: ".$rowConfigFirst['l_panel_lk_bdr_hover_t_wth']."px solid ".$rowConfigFirst['l_panel_lk_bdr_hover_t_clr'].";
	border-right: ".$rowConfigFirst['l_panel_lk_bdr_hover_r_wth']."px solid ".$rowConfigFirst['l_panel_lk_bdr_hover_r_clr'].";
	border-bottom: ".$rowConfigFirst['l_panel_lk_bdr_hover_b_wth']."px solid ".$rowConfigFirst['l_panel_lk_bdr_hover_b_clr'].";
	border-left: ".$rowConfigFirst['l_panel_lk_bdr_hover_l_wth']."px solid ".$rowConfigFirst['l_panel_lk_bdr_hover_l_clr'].";
	padding: ".$rowConfigFirst['l_panel_lk_pad_hover_t']." ".$rowConfigFirst['l_panel_lk_pad_hover_r']." ".$rowConfigFirst['l_panel_lk_pad_hover_b']." ".$rowConfigFirst['l_panel_lk_pad_hover_l'].";
	margin: ".$rowConfigFirst['l_panel_lk_hover_bg_img_hpos']." ".$rowConfigFirst['l_panel_lk_hover_bg_img_vpos'].";
}
div.leftNavCatContent a.nav:active { color: ".$rowConfigFirst['l_panel_lk_clr_active']."; }

div.leftNavCatFoot {
	height: ".$rowConfigFirst['l_panel_footer_height'].";";

	if($rowConfigFirst['l_panel_footer_bg_img_dsp'])
		echo " background: url(uploads/".$rowConfigFirst['l_panel_footer_bg_img_name'].") ".$rowConfigFirst['l_panel_footer_bg_img_hpos']." ".$rowInteractive['l_panel_footer_bg_img_vpos']." ".$rowConfigFirst['l_panel_footer_bg_img_rpt'].";";

echo "
}

div.leftNavCatBlock { /* NEW! */
	padding: ".$rowConfigFirst['l_panel_cat_pad_t']." ".$rowConfigFirst['l_panel_cat_pad_r']." ".$rowConfigFirst['l_panel_cat_pad_b']." ".$rowConfigFirst['l_panel_cat_pad_l'].";
}

form.leftNav { /* NEW! */
	color: ".$rowConfigFirst['l_panel_form_txt_color'].";
	background-color: ".$rowConfigFirst['l_panel_form_bg_color'].";
	font-family: ".$rowConfigFirst['l_panel_form_ft_fam'].";
	font-size: ".$rowConfigFirst['l_panel_form_ft_size'].";
	text-align: ".$rowConfigFirst['l_panel_form_ft_align'].";
	padding: ".$rowConfigFirst['l_panel_form_pad_t']." ".$rowConfigFirst['l_panel_form_pad_r']." ".$rowConfigFirst['l_panel_form_pad_b']." ".$rowConfigFirst['l_panel_form_pad_l'].";
}

form.leftNav input { /* NEW! */
	font-family: ".$rowConfigFirst['l_panel_form_txt_field_ft_fam'].";
	font-size: ".$rowConfigFirst['l_panel_form_txt_field_ft_size'].";
	margin: 1px 0px;
}

form.leftNav .btn { /* NEW! */
	color: ".$rowConfigFirst['l_panel_form_button_txt_clr'].";
	background-color: ".$rowConfigFirst['l_panel_form_button_bg_clr'].";
	font-family: ".$rowConfigFirst['l_panel_form_button_ft_fam'].";
	font-size: ".$rowConfigFirst['l_panel_form_button_ft_size'].";";
	if($rowConfigFirst['l_panel_form_button_ft_bold'])
	echo "font-weight: bold;";

	echo "margin: 1px 0px;
	padding: 2px;
}
/* --- End Left Nav Panel ---*/



/* --- Main Content Panel ---*/


div#headline {
	margin: 0 0 0 0px;
	color: ".$rowConfigFirst['body_content_hl_ft_clr'].";
	/*border-bottom: 1px solid #999966;*/
	font-family: ".$rowConfigFirst['body_content_hl_ft_fam'].";
	font-size: ".$rowConfigFirst['body_content_hl_ft_size'].";
	/*font-style: ".$rowConfigFirst['body_content_hl_ft_fam'].";*/";
	if($rowConfigFirst['body_content_hl_ft_bold'])
	echo "font-weight: bold;";

	echo "text-align: ".$rowConfigFirst['body_content_hl_ft_align'].";
	/*text-decoration: ".$rowConfigFirst['body_content_hl_ft_fam'].";*/
}

div#subheadline {
	color: ".$rowConfigFirst['body_content_sub_hl_ft_clr'].";
	background: none;
	padding: 0px;
	margin: 0;
	font-family: ".$rowConfigFirst['body_content_sub_hl_ft_fam'].";
	font-size: ".$rowConfigFirst['body_content_sub_hl_ft_size'].";";
	if($rowConfigFirst['body_content_sub_hl_ft_italic'])
		echo "font-style: Italics;";
	if($rowConfigFirst['body_content_sub_hl_ft_bold'])
	echo "font-weight: bold;";

	echo "text-align: ".$rowConfigFirst['body_content_sub_hl_ft_align'].";
	text-decoration: none;

}

div#pageMainBody {
	color: ".$rowConfigFirst['body_content_body_txt_ft_clr'].";
	font-family: ".$rowConfigFirst['body_content_body_txt_ft_fam'].";
	font-size: ".$rowConfigFirst['body_content_body_txt_ft_size'].";
	text-align:left;
}

.maincontent a { color: ".$rowConfigFirst['body_content_lk_clr_base'].";";
if($rowConfigFirst['body_content_ul'])
 echo "text-decoration: underline;";
 echo "}
.maincontent a:visited { color: ".$rowConfigFirst['body_content_lk_clr_visit']."; }
.maincontent a:hover { color:".$rowConfigFirst['body_content_lk_clr_hover']."; }
.maincontent a:active { color: ".$rowConfigFirst['body_content_lk_clr_active']."; }
.maincontent_table
{
	background-color: ".$rowConfigFirst['body_content_bg_clr'].";
	border-top-width: ".$rowPageContent['webpage_bdr_t_wth']."px;
	border-top-color: ".$rowPageContent['webpage_bdr_t_clr'].";
	border-right-width: ".$rowPageContent['webpage_bdr_r_wth']."px;
	border-right-color:".$rowPageContent['webpage_bdr_r_clr'].";
	border-bottom-width: ".$rowPageContent['webpage_bdr_b_wth']."px;
	border-bottom-color: ".$rowPageContent['webpage_bdr_b_clr'].";
	border-left-width:".$rowPageContent['webpage_bdr_l_wth']."px;
	border-left-color:".$rowPageContent['webpage_bdr_l_clr'].";
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;";
	if($rowPageContent['webpage_pad_t']==''||$rowPageContent['webpage_pad_t']==''||$rowPageContent['webpage_pad_t']==''||$rowPageContent['webpage_pad_t']=='')
	{
	 echo "padding-top: ".$rowConfig['content_pad_t'].";
           padding-left: ".$rowConfig['content_pad_l'].";
	       padding-right: ".$rowConfig['content_pad_r'].";
	       padding-bottom: ".$rowConfig['content_pad_b'].";
          ";
    }
    else
    {
     echo "padding-top: ".$rowPageContent['webpage_pad_t'].";
           padding-left: ".$rowPageContent['webpage_pad_l'].";
	       padding-right: ".$rowPageContent['webpage_pad_r'].";
	       padding-bottom: ".$rowPageContent['webpage_pad_b'].";
          ";
    }
    echo "
}

.content_padding
{
  padding-top: ".$rowConfig['content_pad_t'].";
  padding-left: ".$rowConfig['content_pad_l'].";
  padding-right: ".$rowConfig['content_pad_r'].";
  padding-bottom: ".$rowConfig['content_pad_b'].";
}


#storydate, #byline { font-size: 11px; }
/* --- End Main Content Panel ---*/


/* --- Main Forms (appearing in Main Content Panels) ---*/
.mainForm {
	color: ".$rowConfigSecond['forms_basic_txt_clr'].";
	background: ".$rowConfigSecond['forms_basic_bg_clr'].";
	font-family: ".$rowConfigSecond['forms_basic_ft_fam'].";
	font-size: ".$rowConfigSecond['forms_basic_ft_size'].";
	border-top: ".$rowConfigSecond['forms_basic_bdr_t_wth']."px solid ".$rowConfigSecond['forms_basic_bdr_t_clr'].";
	border-right: ".$rowConfigSecond['forms_basic_bdr_r_wth']."px solid ".$rowConfigSecond['forms_basic_bdr_r_clr'].";
	border-bottom: ".$rowConfigSecond['forms_basic_bdr_b_wth']."px solid ".$rowConfigSecond['forms_basic_bdr_b_clr'].";
	border-left: ".$rowConfigSecond['forms_basic_bdr_l_wth']."px solid ".$rowConfigSecond['forms_basic_bdr_l_clr'].";
	padding: ".$rowConfigSecond['forms_basic_mrg_t']." ".$rowConfigSecond['forms_basic_mrg_r']." ".$rowConfigSecond['forms_basic_mrg_b']." ".$rowConfigSecond['forms_basic_mrg_l'].";
}

.formTitle {
	color: ".$rowConfigSecond['forms_title_txt_clr'].";
	background: ".$rowConfigSecond['forms_title_bg_clr'].";
	font-family: ".$rowConfigSecond['forms_title_ft_fam'].";
	font-size: ".$rowConfigSecond['forms_title_ft_size'].";
	font-weight: ".$rowConfigSecond['forms_title_ft_bold'].";
	text-align: ".$rowConfigSecond['forms_title_ft_align'].";
	border-top: ".$rowConfigSecond['forms_title_bdr_t_wth']."px solid ".$rowConfigSecond['forms_title_bdr_t_clr'].";
	border-right: ".$rowConfigSecond['forms_title_bdr_r_wth']."px solid ".$rowConfigSecond['forms_title_bdr_r_clr'].";
	border-bottom: ".$rowConfigSecond['forms_title_bdr_b_wth']."px solid ".$rowConfigSecond['forms_title_bdr_b_clr'].";
	border-left: ".$rowConfigSecond['forms_title_bdr_l_wth']."px solid ".$rowConfigSecond['forms_title_bdr_l_clr'].";
	padding: ".$rowConfigSecond['forms_title_pad_t']." ".$rowConfigSecond['forms_title_pad_r']." ".$rowConfigSecond['forms_title_pad_b']." ".$rowConfigSecond['forms_title_pad_l'].";
}
.frmLabel {
	color: ".$rowConfigSecond['forms_note_txt_clr'].";
	font-family: ".$rowConfigSecond['forms_note_ft_fam'].";
	font-size: ".$rowConfigSecond['forms_note_ft_size'].";
	font-weight: ".$rowConfigSecond['forms_note_ft_bold'].";
}
.formBody {
	color: ".$rowConfigSecond['forms_note_txt_clr'].";
	background: ".$rowConfigSecond['forms_note_bg_clr'].";
	font-family: ".$rowConfigSecond['forms_note_ft_fam'].";
	font-size: ".$rowConfigSecond['forms_note_ft_size'].";
	font-weight: ".$rowConfigSecond['forms_note_ft_bold'].";
	text-align: ".$rowConfigSecond['forms_note_ft_align'].";
	border-top: ".$rowConfigSecond['forms_note_bdr_t_wth']."px solid ".$rowConfigSecond['forms_note_bdr_t_clr'].";
	border-right: ".$rowConfigSecond['forms_note_bdr_r_wth']."px solid ".$rowConfigSecond['forms_note_bdr_r_clr'].";
	border-bottom: ".$rowConfigSecond['forms_note_bdr_b_wth']."px solid ".$rowConfigSecond['forms_note_bdr_b_clr'].";
	border-left: ".$rowConfigSecond['forms_note_bdr_l_wth']."px solid ".$rowConfigSecond['forms_note_bdr_l_clr'].";
	padding: ".$rowConfigSecond['forms_note_pad_t']." ".$rowConfigSecond['forms_note_pad_r']." ".$rowConfigSecond['forms_note_pad_b']." ".$rowConfigSecond['forms_note_pad_l'].";
}
.fieldItem {
	color: ".$rowConfigSecond['forms_field_txt_clr'].";
	font-family: ".$rowConfigSecond['forms_field_ft_fam'].";
	font-size: ".$rowConfigSecond['forms_field_ft_size'].";
	font-weight: ".$rowConfigSecond['forms_field_ft_bold'].";
	padding: ".$rowConfigSecond['forms_field_pad_t']." ".$rowConfigSecond['forms_field_pad_r']." ".$rowConfigSecond['forms_field_pad_b']." ".$rowConfigSecond['forms_field_pad_l'].";
}
.formBtn {
	color: ".$rowConfigSecond['forms_button_txt_clr'].";
	background: ".$rowConfigSecond['forms_button_bg_clr'].";
	font-family: ".$rowConfigSecond['forms_button_ft_fam'].";
	font-size: ".$rowConfigSecond['forms_button_ft_size'].";
	font-weight: ".$rowConfigSecond['forms_button_ft_bold'].";
	text-align: ".$rowConfigSecond['forms_button_ft_align'].";
	border-top: ".$rowConfigSecond['forms_button_bdr_t_wth']."px solid ".$rowConfigSecond['forms_button_bdr_t_clr'].";
	border-right: ".$rowConfigSecond['forms_button_bdr_r_wth']."px solid ".$rowConfigSecond['forms_button_bdr_r_clr'].";
	border-bottom: ".$rowConfigSecond['forms_button_bdr_b_wth']."px solid ".$rowConfigSecond['forms_button_bdr_b_clr'].";
	border-left: ".$rowConfigSecond['forms_button_bdr_l_wth']."px solid ".$rowConfigSecond['forms_button_bdr_l_clr'].";
	padding: ".$rowConfigSecond['forms_button_mrg_t']." ".$rowConfigSecond['forms_button_mrg_r']." ".$rowConfigSecond['forms_button_mrg_b']." ".$rowConfigSecond['forms_button_mrg_l'].";
}

form.mainForm div.formBody {
	text-align: left;
	padding: 1em 1em 1em 1em;
}

form.mainForm div.formBtn {
	text-align: left;
	margin: 1em 0px 0px 0px;
}
/* --- End Main Forms (appearing in Main Content Panels) ---*/


/* --- Right Nav Panel ---*/

div.rightNavCatHead { /* NEW! */
	color: ".$rowConfigSecond['r_panel_header_txt_clr'].";

	background: ".$rowConfigSecond['r_panel_header_bg_clr'].";";

	 if($rowConfigSecond['r_panel_header_bg_img_dsp'])
	echo " background-image:url(uploads/".$rowConfigSecond['r_panel_header_bg_img_name'].");";


	if($rowConfigSecond['r_panel_header_bg_img_rpt'])
	echo "background-repeat: ".$rowConfigSecond['r_panel_header_bg_img_rpt'].";";

	if($rowConfigSecond['r_panel_header_bg_img_rpt'])
	echo "background-position: ".$rowConfigSecond['r_panel_header_bg_img_hpos']." ".$rowConfigSecond['r_panel_header_bg_img_vpos'].";";


	echo "font-family: ".$rowConfigSecond['r_panel_header_ft_fam'].";
	font-size: ".$rowConfigSecond['r_panel_header_ft_size'].";";
	if($rowConfigSecond['r_panel_header_ft_bold']=="1")
	echo "font-weight: bold;";

	echo "text-align: ".$rowConfigSecond['r_panel_header_ft_align'].";
	padding: ".$rowConfigSecond['r_panel_header_pad_t']." ".$rowConfigSecond['r_panel_header_pad_r']." ".$rowConfigSecond['r_panel_header_pad_b']." ".$rowConfigSecond['r_panel_header_pad_l'].";

	border-top: ".$rowConfigSecond['r_panel_header_bdr_t_wth']."px solid ".$rowConfigSecond['r_panel_header_bdr_t_clr'].";
	border-right: ".$rowConfigSecond['r_panel_header_bdr_r_wth']."px solid ".$rowConfigSecond['r_panel_header_bdr_r_clr'].";
	border-bottom: ".$rowConfigSecond['r_panel_header_bdr_b_wth']."px solid ".$rowConfigSecond['r_panel_header_bdr_b_clr'].";
	border-left: ".$rowConfigSecond['r_panel_header_bdr_l_wth']."px solid ".$rowConfigSecond['r_panel_header_bdr_l_clr'].";
}

div.rightNavCatContent { /* NEW! */
	color: ".$rowConfigSecond['r_panel_content_txt_clr'].";

	background: ".$rowConfigSecond['r_panel_content_bg_clr'].";";

	 if($rowConfigSecond['r_panel_content_bg_img_dsp'])
	echo " background-image:url(uploads/".$rowConfigSecond['r_panel_content_bg_img_name'].");";


	if($rowConfigSecond['r_panel_content_bg_img_dsp'])
	echo "background-repeat: ".$rowConfigSecond['r_panel_content_bg_img_rpt'].";";

	if($rowConfigSecond['r_panel_content_bg_img_dsp'])
	echo "background-position: ".$rowConfigSecond['r_panel_content_bg_img_hpos']." ".$rowConfigSecond['r_panel_content_bg_img_vpos'].";";


	echo "font-family: ".$rowConfigSecond['r_panel_content_ft_fam'].";
	font-size: ".$rowConfigSecond['r_panel_content_ft_size'].";";

	if($rowConfigSecond['r_panel_content_ft_bold'])
	echo "font-weight: bold;";

	echo "text-align: ".$rowConfigSecond['r_panel_content_ft_align'].";
	padding: ".$rowConfigSecond['r_panel_content_pad_t']." ".$rowConfigSecond['r_panel_content_pad_r']." ".$rowConfigSecond['r_panel_content_pad_b']." ".$rowConfigSecond['r_panel_content_pad_l'].";

	border-top: ".$rowConfigSecond['r_panel_content_bdr_t_wth']."px solid ".$rowConfigSecond['r_panel_content_bdr_t_clr'].";
	border-right: ".$rowConfigSecond['r_panel_content_bdr_r_wth']."px solid ".$rowConfigSecond['r_panel_content_bdr_r_clr'].";
	border-bottom: ".$rowConfigSecond['r_panel_content_bdr_b_wth']."px solid ".$rowConfigSecond['r_panel_content_bdr_b_clr'].";
	border-left: ".$rowConfigSecond['r_panel_content_bdr_l_wth']."px solid ".$rowConfigSecond['r_panel_content_bdr_l_clr'].";
}

div.rightNavCatContent a.nav { /* NEW! */
	display: block;
	color: ".$rowConfigSecond['r_panel_lk_clr_base'].";

	background: ".$rowConfigSecond['r_panel_lk_bg_clr_base'].";";

	if($rowConfigSecond['r_panel_lk_bg_img_dsp'])
	echo " background-image:url(uploads/".$rowConfigSecond['r_panel_lk_bg_img_name'].");";


	if($rowConfigSecond['r_panel_lk_bg_img_dsp'])
	echo "background-repeat: ".$rowConfigSecond['r_panel_lk_bg_img_rpt'].";";

	if($rowConfigSecond['r_panel_lk_bg_img_dsp'])
	echo "background-position: ".$rowConfigSecond['r_panel_lk_bg_img_hpos']." ".$rowConfigSecond['r_panel_lk_bg_img_vpos'].";";

	echo "font-family: ".$rowConfigSecond['r_panel_lk_ft_fam'].";
	font-size: ".$rowConfigSecond['r_panel_lk_ft_size'].";";

	if($rowConfigSecond['r_panel_lk_ft_bold']=="1")
		echo "font-weight: bold;";
	else
		echo "font-weight: normal;";

	if($rowConfigSecond['r_panel_lk_ul_base']=="1")
		echo "text-decoration: underline;";
	else
		echo "text-decoration: none;";

	echo "text-align: ".$rowConfigSecond['r_panel_lk_align'].";
	border-top: ".$rowConfigSecond['r_panel_lk_bdr_base_t_wth']."px solid ".$rowConfigSecond['r_panel_lk_bdr_base_t_clr'].";
	border-right: ".$rowConfigSecond['r_panel_lk_bdr_base_r_wth']."px solid ".$rowConfigSecond['r_panel_lk_bdr_base_r_clr'].";
	border-bottom: ".$rowConfigSecond['r_panel_lk_bdr_base_b_wth']."px solid ".$rowConfigSecond['r_panel_lk_bdr_base_b_clr'].";
	border-left: ".$rowConfigSecond['r_panel_lk_bdr_base_l_wth']."px solid ".$rowConfigSecond['r_panel_lk_bdr_base_l_clr'].";
	padding: ".$rowConfigSecond['r_panel_lk_pad_base_t']." ".$rowConfigSecond['r_panel_lk_pad_base_r']." ".$rowConfigSecond['r_panel_lk_pad_base_b']." ".$rowConfigSecond['r_panel_lk_pad_base_l'].";
	margin: 0px 0px;

}
div.rightNavCatContent a.nav:visited { color: ".$rowConfigSecond['r_panel_lk_clr_visit']."; }

div.rightNavCatContent a.nav:hover {
	color: ".$rowConfigSecond['r_panel_lk_clr_hover'].";

	background: ".$rowConfigSecond['r_panel_lk_bg_clr_hover'].";";


	if($rowConfigSecond['r_panel_hover_bg_img_dsp'])
	echo " background-image:url(uploads/".$rowConfigSecond['r_panel_hover_bg_img_name'].");";


	if($rowConfigSecond['r_panel_hover_bg_img_dsp'])
	echo "background-repeat: ".$rowConfigSecond['r_panel_hover_bg_img_rpt'].";";

	if($rowConfigSecond['r_panel_hover_bg_img_dsp'])
	echo "background-position: ".$rowConfigSecond['r_panel_hover_bg_img_hpos']." ".$rowConfigSecond['r_panel_hover_bg_img_vpos'].";";

	if($rowConfigSecond['r_panel_lk_ft_bold']=="1")
		echo "font-weight: bold;";
	else
		echo "font-weight: normal;";

	if($rowConfigSecond['r_panel_lk_ul_hover'])
		echo "text-decoration: underline;";
	else
		echo "text-decoration: none;";

	echo "border-top: ".$rowConfigSecond['r_panel_lk_bdr_hover_t_wth']."px solid ".$rowConfigSecond['r_panel_lk_bdr_hover_t_clr'].";
	border-right: ".$rowConfigSecond['r_panel_lk_bdr_hover_r_wth']."px solid ".$rowConfigSecond['r_panel_lk_bdr_hover_r_clr'].";
	border-bottom: ".$rowConfigSecond['r_panel_lk_bdr_hover_b_wth']."px solid ".$rowConfigSecond['r_panel_lk_bdr_hover_b_clr'].";
	border-left: ".$rowConfigSecond['r_panel_lk_bdr_hover_l_wth']."px solid ".$rowConfigSecond['r_panel_lk_bdr_hover_l_clr'].";
	padding: ".$rowConfigSecond['r_panel_lk_pad_hover_t']." ".$rowConfigSecond['r_panel_lk_pad_hover_r']." ".$rowConfigSecond['r_panel_lk_pad_hover_b']." ".$rowConfigSecond['r_panel_lk_pad_hover_l'].";
}
div.rightNavCatContent a.nav:active { color: ".$rowConfigSecond['r_panel_lk_clr_active']."; }

div.rightNavCatFoot { /* NEW! */

	/*background: ".$rowConfigSecond['r_panel_content_bg_clr'].";*/";

	 if($rowConfigSecond['r_panel_footer_dsp'])
	echo " background-image:url(uploads/".$rowConfigSecond['r_panel_footer_name'].");";


	if($rowConfigSecond['r_panel_footer_dsp'])
	echo "background-repeat: ".$rowConfigSecond['r_panel_footer_rpt'].";";

	if($rowConfigSecond['r_panel_footer_dsp'])
	echo "background-position: ".$rowConfigSecond['r_panel_footer_hpos']." ".$rowConfigSecond['r_panel_footer_vpos'].";";



	echo "height: ".$rowConfigSecond['r_panel_footer_height']."px;
}

div.rightNavCatBlock { /* NEW! */
	padding: ".$rowConfigSecond['r_panel_cat_pad_t']." ".$rowConfigSecond['r_panel_cat_pad_r']." ".$rowConfigSecond['r_panel_cat_padg_b']." ".$rowConfigSecond['r_panel_cat_pad_l'].";
}


form.rightNav { /* NEW! */
	color: ".$rowConfigFirst['r_panel_forms_txt_clr'].";
	background-color: ".$rowConfigSecond['r_panel_forms_bg_clr'].";
	font-family: ".$rowConfigSecond['r_panel_forms_ft_fam'].";
	font-size: ".$rowConfigSecond['r_panel_forms_ft_size'].";
	text-align: ".$rowConfigSecond['r_panel_forms_ft_align'].";
	padding: ".$rowConfigSecond['r_panel_forms_pad_t']." ".$rowConfigSecond['r_panel_forms_pad_r']." ".$rowConfigSecond['r_panel_forms_pad_b']." ".$rowConfigSecond['r_panel_forms_pad_l'].";
}

form.rightNav input { /* NEW! */
	font-family: ".$rowConfigSecond['r_panel_forms_field_ft_fam'].";
	font-size: ".$rowConfigSecond['r_panel_forms_field_ft_size'].";
	margin: 1px 0px;
}

form.rightNav .btn { /* NEW! */
	color: ".$rowConfigSecond['r_panel_forms_b_txt_clr'].";
	background-color: ".$rowConfigSecond['r_panel_forms_b_bg_clr'].";
	font-family: ".$rowConfigSecond['r_panel_forms_b_ft_fam'].";
	font-size: ".$rowConfigSecond['r_panel_forms_b_ft_size'].";";

	if($rowConfigSecond['r_panel_forms_b_ft_bold'])
	echo "font-weight: bold;";
	echo "margin: 1px 0px;
	padding: 2px;
}
/* --- End Right Nav Panel ---*/



/* --- Bottom Nav Panel ---*/
#botnavpanel {
	color: ".$rowConfigSecond['b_panel_b_txt_clr'].";
   	background: ".$rowConfigSecond['b_panel_b_bg_clr'];
	if($rowConfigSecond['b_panel_b_bg_img_dsp'])
	echo " url(uploads/".$rowConfigSecond['b_panel_b_bg_img_name'].") ".$rowConfigSecond['b_panel_b_bg_img_hpos']." ".$rowConfigSecond['b_panel_b_bg_img_vpos']." ".$rowConfigSecond['b_panel_b_bg_img_rpt'];

	echo ";text-align: ".$rowConfigSecond['b_panel_b_ft_align'].";
	vertical-align: middle;
	padding: ".$rowConfigSecond['b_panel_b_pad_t']." ".$rowConfigSecond['b_panel_b_pad_r']." ".$rowConfigSecond['b_panel_b_pad_b']." ".$rowConfigSecond['b_panel_b_pad_l'].";
	border-top: ".$rowConfigSecond['b_panel_b_bdr_t_wth']."px solid ".$rowConfigSecond['b_panel_b_bdr_t_clr'].";
	border-right: ".$rowConfigSecond['b_panel_b_bdr_r_wth']."px solid ".$rowConfigSecond['b_panel_b_bdr_r_clr'].";
	border-bottom: ".$rowConfigSecond['b_panel_b_bdr_b_wth']."px solid ".$rowConfigSecond['b_panel_b_bdr_b_clr'].";
	border-left: ".$rowConfigSecond['b_panel_b_bdr_l_wth']."px solid ".$rowConfigSecond['b_panel_b_bdr_l_clr'].";
}


#botnavpanel ul {
	color: ".$rowConfigSecond['b_panel_b_txt_clr'].";
	font-family: ".$rowConfigSecond['b_panel_b_ft_fam'].";
	font-size: ".$rowConfigSecond['b_panel_b_ft_size'].";";
	if($rowConfigSecond['b_panel_b_ft_bold'])
	echo "font-weight: bold;";
	else
	echo "font-weight: normal;";
	echo "text-align: ".$rowConfigSecond['b_panel_b_ft_align'].";
	margin: 0;
	/* Use top/bottom padding to adjust the overall height of the bar */
	padding: 3px 0px 3px 0px;
}

#botnavpanel ul li {
	display: inline;
	list-style-type: none;
	margin-left: ".$rowConfigSecond['b_panel_lk_mrg_l']."; /* Small negative value shifts each nav link left; on mouseovers, can help line up borders and cover left gap  */
}

#botnavpanel ul li a {
	color: ".$rowConfigSecond['b_panel_lk_clr_base'].";
	background: ".$rowConfigSecond['b_panel_lk_bg_clr_base'].";
	font-family: ".$rowConfigSecond['b_panel_lk_ft_fam'].";
	text-transform: ".$rowConfigSecond['b_panel_lk_ft_dsp'].";
	font-size: ".$rowConfigSecond['b_panel_lk_ft_size'].";";
 	if($rowConfigSecond['b_panel_lk_ft_bold'])
		echo "font-weight: bold;";
	else
		echo "font-weight: normal;";
	if($rowConfigSecond['b_panel_lk_ul_base'])
	echo "text-decoration: underline;";
	else
	echo "text-decoration: none;";

	echo "border-top: ".$rowConfigSecond['b_panel_lk_bdr_base_t_wth']."px solid ".$rowConfigSecond['b_panel_lk_bdr_base_t_clr'].";
	border-right: ".$rowConfigSecond['b_panel_lk_bdr_base_r_wth']."px solid ".$rowConfigSecond['b_panel_lk_bdr_base_r_clr'].";
	border-bottom: ".$rowConfigSecond['b_panel_lk_bdr_base_b_wth']."px solid ".$rowConfigSecond['b_panel_lk_bdr_base_b_clr'].";
	border-left: ".$rowConfigSecond['b_panel_lk_bdr_base_l_wth']."px solid ".$rowConfigSecond['b_panel_lk_bdr_base_l_clr'].";
	padding: ".$rowConfigSecond['b_panel_lk_pad_base_t']." ".$rowConfigSecond['b_panel_lk_pad_base_r']." ".$rowConfigSecond['b_panel_lk_pad_base_b']." ".$rowConfigSecond['b_panel_lk_pad_base_l'].";
}
#botnavpanel ul li a:visited { color: ".$rowConfigSecond['b_panel_lk_clr_visit']."; }
#botnavpanel ul li a:hover {
	color:".$rowConfigSecond['b_panel_lk_clr_hover'].";

	background: ".$rowConfigSecond['b_panel_lk_bg_clr_hover'];
	if($rowConfigSecond['b_panel_lk_bg_img_dsp'])
	echo " url(uploads/".$rowConfigSecond['b_panel_lk_bg_img_name'].") ".$rowConfigSecond['b_panel_lk_bg_img_hpos']." ".$rowConfigSecond['b_panel_lk_bg_img_vpos']." ".$rowConfigSecond['b_panel_lk_bg_img_rpt'];

	echo ";";


	if($rowConfigSecond['b_panel_lk_ul_hover'])
		echo "text-decoration: underline;";
	else
		echo "text-decoration: none;";

	echo "border-top: ".$rowConfigSecond['b_panel_lk_bdr_hover_t_wth']."px solid ".$rowConfigSecond['b_panel_lk_bdr_hover_t_clr'].";
	border-right: ".$rowConfigSecond['b_panel_lk_bdr_hover_r_wth']."px solid ".$rowConfigSecond['b_panel_lk_bdr_hover_r_clr'].";
	border-bottom: ".$rowConfigSecond['b_panel_lk_bdr_hover_b_wth']."px solid ".$rowConfigSecond['b_panel_lk_bdr_hover_b_clr'].";
	border-left: ".$rowConfigSecond['b_panel_lk_bdr_hover_l_wth']."px solid ".$rowConfigSecond['b_panel_lk_bdr_hover_l_clr'].";
	padding: ".$rowConfigSecond['b_panel_lk_pad_hover_t']." ".$rowConfigSecond['b_panel_lk_pad_hover_r']." ".$rowConfigSecond['b_panel_lk_pad_hover_b']." ".$rowConfigSecond['b_panel_lk_pad_hover_l'].";
}
#botnavpanel ul li a:active { color:".$rowConfigSecond['b_panel_lk_clr_active']."; }
/* --- End Bottom Nav Panel ---*/



/* --- Footer Panel ---*/
#footerpanel {
	color: ".$rowConfigSecond["footer_txt_clr"].";
	background-color: ".$rowConfigSecond["footer_bg_clr"].";
	font-family: ".$rowConfigSecond["footer_ft_fam"].";
	font-size: ".$rowConfigSecond["footer_ft_size"].";
	text-align: ".$rowConfigSecond["footer_ft_align"].";
	padding-top: ".$rowConfigSecond["footer_pad_t"].";
	padding-right: ".$rowConfigSecond["footer_pad_r"].";
	padding-bottom: ".$rowConfigSecond["footer_pad_b"].";
	padding-left: ".$rowConfigSecond["footer_pad_l"].";
	border-top: ".$rowConfigSecond["footer_bdr_t_wth"]."px solid ".$rowConfigSecond["footer_bdr_t_clr"].";
	border-right: ".$rowConfigSecond["footer_bdr_r_wth"]."px solid ".$rowConfigSecond["footer_bdr_r_clr"].";
	border-bottom: ".$rowConfigSecond["footer_bdr_b_wth"]."px solid ".$rowConfigSecond["footer_bdr_b_clr"].";
	border-left: ".$rowConfigSecond["footer_bdr_l_wth"]."px solid ".$rowConfigSecond["footer_bdr_l_clr"].";";

	if($rowConfigSecond["footer_bg_img_dsp"]=="1")
		echo "background: url(uploads/".$rowConfigSecond["footer_bg_img_name"].") ".$rowConfigSecond["footer_bg_img_rpt"]." ".$rowConfigSecond["footer_bg_img_vpos"]." ".$rowConfigSecond["footer_bg_img_hpos"].";";

echo "
}

#footerpanel a {
	color: ".$rowConfigSecond["footer_lk_clr_base"].";
	text-decoration: ".$rowConfigSecond["footer_lk_ul"].";
}
#footerpanel a:visited {
	color: ".$rowConfigSecond["footer_lk_clr_visit"].";
}
#footerpanel a:hover {
	color: ".$rowConfigSecond["footer_lk_clr_hover"].";
}
#footerpanel a:active {
	color: ".$rowConfigSecond["footer_lk_clr_active"].";
}

/* --- End Footer Panel ---*/


td.imgcaption, td.imgcaption p {
	color: ".$rowConfigFirst['body_img_caption_ft_clr'].";
	background-color: ".$rowConfigFirst['body_img_caption_bg_clr'].";
	font-family: ".$rowConfigFirst['body_img_caption_ft_fam'].";
	font-size: ".$rowConfigFirst['body_img_caption_ft_size'].";";
	if($rowConfigFirst['body_img_caption_ft_bold'])
		echo "font-weight: bold;";

	echo "padding: 2px;
	border: 0px solid black;
}

td.imgcaption a { color: ; text-decoration: underline; }
td.imgcaption a:visited { color: ; }
td.imgcaption a:hover { color:; }
td.imgcaption a:active { color:; }

table.imgtable {
	margin: 5px;
	border: 0px solid #00d;
}

/* ------------ Product Detail Page --------------*/

.tabberlive .tabbertabhide {
 display:none;
}

ul.tabbernav {
 margin:0;
 padding: ".$rowCartStyleSecond['cart_styles_prod_body_tab_pad_t']."px 0px ".$rowCartStyleSecond['cart_styles_prod_body_tab_pad_b']."px 0px;
 border-bottom: ".$rowCartStyleSecond['cart_styles_prod_body_tab_bdr_wdt']."px solid ".$rowCartStyleSecond['cart_styles_prod_body_tab_bdr_clr'].";
 font: ".$rowCartStyleSecond['cart_styles_prod_body_tab_bold']." ".$rowCartStyleSecond['cart_styles_prod_body_tab_size']."px ".$rowCartStyleSecond['cart_styles_prod_body_tab_fam'].";
}
ul.tabbernav li {
 display: inline;
}
ul.tabbernav li a {
  padding: ".$rowCartStyleSecond['cart_styles_prod_body_tab_pad_t']."px ".$rowCartStyleSecond['cart_styles_prod_body_tab_pad_r']."px ".$rowCartStyleSecond['cart_styles_prod_body_tab_pad_b']."px ".$rowCartStyleSecond['cart_styles_prod_body_tab_pad_l']."px;
 margin-right: 1px;
 background-color: ".$rowCartStyleSecond['cart_styles_prod_body_tab_bg_clr'].";";
 if($rowCartStyleSecond['cart_styles_prod_body_tab_img_dsp']==1)
 {
    echo "background:url(uploads/".$rowCartStyleSecond['cart_styles_prod_body_tab_img'].");";
    echo "background-repeat: ".$rowCartStyleSecond['cart_styles_prod_body_tab_img_rpt'].";";
 }
echo "
  text-decoration: none;
}
ul.tabbernav li a:link { color: ".$rowCartStyleSecond['cart_styles_prod_body_tab_clr']."; }
ul.tabbernav li a:hover {
  color: ".$rowCartStyleSecond['cart_styles_prod_body_tab_h_clr'].";
   background-color: ".$rowCartStyleSecond['cart_styles_prod_body_tab_act_bg_clr'].";";
   if($rowCartStyleSecond['cart_styles_prod_body_tab_img_dsp']==1)
   {
   echo "background:url(uploads/".$rowCartStyleSecond['cart_styles_prod_body_tab_act_img'].");";
   echo "background-repeat: ".$rowCartStyleSecond['cart_styles_prod_body_tab_act_img_rpt'].";";
   }
echo "
}
ul.tabbernav li.tabberactive a
{
  background-color: ".$rowCartStyleSecond['cart_styles_prod_body_tab_act_bg_clr'].";";
 if($rowCartStyleSecond['cart_styles_prod_body_tab_img_dsp']==1)
 {
   echo "background:url(uploads/".$rowCartStyleSecond['cart_styles_prod_body_tab_act_img'].");";
   echo "background-repeat: ".$rowCartStyleSecond['cart_styles_prod_body_tab_act_img_rpt'].";";
 }
echo
 " border-bottom: ".$rowCartStyleSecond['cart_styles_prod_body_tab_bdr_wdt']."px solid ".$rowCartStyleSecond['cart_styles_prod_body_bg_clr'].";
}

.tabberlive .tabbertab {
 padding:5px;
 background-color: ".$rowCartStyleSecond['cart_styles_prod_body_bg_clr'].";
	color: ".$rowCartStyleSecond['cart_styles_prod_body_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_prod_body_lk_size'].";
	font-weight: ".$rowCartStyleSecond['cart_styles_prod_body_bold'].";
 border:1px solid ".$rowCartStyleSecond['cart_styles_prod_body_tab_bdr_clr'].";
 border-top:0;

 }

.tabberlive .tabbertab h2 {
 display:none;
}

#prodbrdcrumb {
	font-size:11px;
}
.proddesc {
	padding: 7px 7px 7px 0px;
}

.pricelabel {
	color: ".$rowCartStyleSecond['cart_styles_prod_txt_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_prod_txt_size'].";
	font-weight: ".$rowCartStyleSecond['cart_styles_prod_txt_bold'].";
}
.listprice {
	color: ".$rowCartStyleSecond['cart_styles_prod_list_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_prod_ilst_size'].";
	font-weight: ".$rowCartStyleSecond['cart_styles_prod_list_bold'].";
}
.actualprice {
	color: ".$rowCartStyleSecond['cart_styles_prod_act_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_prod_act_size'].";
	font-weight: ".$rowCartStyleSecond['cart_styles_prod_act_bold'].";
}
.differenceprice {
	color: ".$rowCartStyleSecond['cart_styles_prod_diff_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_prod_diff_size'].";
	font-weight: ".$rowCartStyleSecond['cart_styles_prod_diff_bold'].";
}
.prod_title {
	background-color: ".$rowCartStyleSecond['cart_styles_prod_title_bg_clr'].";
	color: ".$rowCartStyleSecond['cart_styles_prod_title_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_prod_title_size'].";
	font-weight: ".$rowCartStyleSecond['cart_styles_prod_title_bold'].";
	text-align: ".$rowCartStyleSecond['cart_styles_prod_title_align'].";
}
.prod_body {
	background-color: ".$rowCartStyleSecond['cart_styles_prod_body_bg_clr'].";
	color: ".$rowCartStyleSecond['cart_styles_prod_body_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_prod_body_lk_size'].";
	font-weight: ".$rowCartStyleSecond['cart_styles_prod_body_bold'].";
}
a.related_prod_links {
	/* background-color: ".$rowCartStyleSecond['cart_styles_prod_body_bg_clr']."; */
	color: ".$rowCartStyleSecond['cart_styles_prod_body_lk_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_prod_body_lk_size'].";
	font-weight: ".$rowCartStyleSecond['cart_styles_prod_body_bold'].";
	text-decoration: none;
}
a.related_prod_links:hover {
	background-color: ".$rowCartStyleSecond['cart_styles_prod_body_bg_clr'].";
	color: ".$rowCartStyleSecond['cart_styles_prod_body_h_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_prod_body_lk_size'].";
	font-weight: ".$rowCartStyleSecond['cart_styles_prod_body_bold'].";
	text-decoration: underline;
}


#price {
	color: #009900;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 7px;
	vertical-align: bottom;
}
#lpdiffprice {
	color: #990033;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 7px;
	vertical-align: bottom;
}
#lpdiffpriceperc {
	color: #990033;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 7px;
	vertical-align: bottom;
}
.additembut { /* submit button */
	color: #000;
	background-color: #eee;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

#listallprodnamesincattitle {
	color: ".$rowConfigFirst['default_bg_clr'].";
	background-color: #0033CC;
	font-size: 12px;;
	font-weight: bold;
	text-align: left;
	padding: 3px;
}
#listallprodnamesincat td {
	color: #0066CC;
	background-color: #f7f7f7;
	font-size: 11px;
	padding: 3px;
}
#listallprodnamesincat td.prodlistcurrprod {
	color: #000066;
	font-weight: bold;
}
#listallprodnamesincat a { color: #0066CC; }
#listallprodnamesincat a:visited { color: #0066CC; }
#listallprodnamesincat a:hover { color: #CC3300; }
/* ------------ End Product Detail Page --------------*/


/* ------------ Web Pages in Page Category Index Page --------------*/
table.pagetable td { border: solid transparent 0px; border-bottom-width: 0px; }
.pagetableitem {
	color: ;
	background-color: transparent;
	font-size: 11px;
	padding: 5px;
}
.tablepagetitle {
	font-size: ".$rowConfigFirst['default_ft_size'].";
}
a.tablepagetitle, a.tablepagetitle:visited {
	color: ;
	font-weight: bold;
}
a.tablepagetitle:hover {
	color: ;
	font-weight: bold;
}
a.tablepagetitle:active {
	color: ;
	font-weight: bold;
}
/* ------------ End Web Pages in Page Category Index Page --------------*/


/* ------------ Products Index Page --------------*/
table.prodtable td { border: solid #555555 0px; border-bottom-width: 1px; }
.descprodsku { font-size: 11px; }
.prodtableheader {
	color: ".$rowCartStyle['cart_styles_tbl_ft_clr'].";
	background-color: ".$rowCartStyle['cart_styles_tbl_bg_clr'].";
	font-size: ".$rowCartStyle['cart_styles_tbl_ft_size'].";
	font-weight: ".$rowCartStyle['cart_styles_tbl_ft_bold'].";
	text-align: ".$rowCartStyle['cart_styles_tbl_txt_align'].";
	vertical-align: middle;
	padding: 5px;
}
.prodtableimg {
	color: #000033;
	background-color: ".$rowConfigFirst['default_bg_clr'].";
	text-align:center;
	padding: 5px;
}
.prodtableitem {
	color: #000033;
	background-color: ".$rowConfigFirst['default_bg_clr'].";
	font-size: 11px;
	padding: 5px;
}

.prod_desc {
	background-color: ".$rowCartStyle['cart_styles_desc_bg_clr'].";
	font-size: ".$rowCartStyle['cart_styles_desc_ft_size'].";
	color: ".$rowCartStyle['cart_styles_desc_ft_clr'].";
}

.prod_price {
	background-color: ".$rowCartStyle['cart_styles_price_bg_clr'].";
	font-size: ".$rowCartStyle['cart_styles_price_ft_size'].";
	color: ".$rowCartStyle['cart_styles_price_ft_clr'].";
}

a.imgcolumnsku, a.imgcolumnsku:visited {
	color: #333399;
	font-size: 11px;
}
a.imgcolumnsku:hover {
	color: #009933;
}
a.imgcolumnsku:active {
	color: #333399;
	font-size: 11px;
}

.boxbgcolor {

    background-color: ".$rowCartStyle['cart_styles_desc_bg_clr'].";
	border: solid ".$rowCartStyle['cart_styles_box_border']."px ".$rowCartStyle['cart_styles_box_border_clr']." ;
 /*	border-bottom-color:".$rowCartStyle['cart_styles_line_clr']."; */
  border-bottom-width:".$rowCartStyle['cart_styles_box_border']."px;

}
.linesep {
	color: ".$rowCartStyle['cart_styles_line_clr'].";
}
a.tableprodname {
	background-color: ".$rowCartStyle['cart_styles_desc_bg_clr'].";
	color: ".$rowCartStyle['cart_styles_desc_lk_clr'].";
	font-weight:".$rowCartStyle['cart_styles_desc_lk_ft_bold'].";
	font-size: ".$rowCartStyle['cart_styles_desc_lk_ft_size'].";
	font-weight: ".$rowCartStyle['cart_styles_desc_lk_ft_bold'].";
}
a.tableprodname:hover {
	background-color: ".$rowCartStyle['cart_styles_desc_bg_clr'].";
	color: ".$rowCartStyle['cart_styles_desc_lk_hover_clr'].";
	font-weight: ".$rowCartStyle['cart_styles_desc_lk_ft_bold'].";
	font-size: ".$rowCartStyle['cart_styles_desc_lk_ft_size'].";
	font-weight: ".$rowCartStyle['cart_styles_desc_lk_ft_bold'].";
}

a.moreinfo {
	background-color: ".$rowCartStyle['cart_styles_desc_bg_clr'].";
	color: ".$rowCartStyle['cart_styles_desc_info_clr'].";
	font-size: ".$rowCartStyle['cart_styles_desc_info_ft_size'].";
	font-weight: ".$rowCartStyle['cart_styles_desc_info_ft_bold'].";
}
a.moreinfo:hover {
	background-color: ".$rowCartStyle['cart_styles_desc_bg_clr'].";
	color: ".$rowCartStyle['cart_styles_desc_info_hover_clr'].";
	font-size: ".$rowCartStyle['cart_styles_desc_info_ft_size'].";
	font-weight: ".$rowCartStyle['cart_styles_desc_info_ft_bold'].";
}

td.prodtableprice {
	background-color: #EBEEF5;
	color: #336699;
	font-size: ".$rowConfigFirst['default_ft_size'].";
	text-align: right;
	vertical-align:middle;
	padding:7px;
}
/* ------------ End Products Index Page --------------*/



/* ------------ Shopping Cart --------------*/

a.cart_links {
	color: ".$rowCartStyleSecond['cart_styles_cart_lk_clr'].";
}
a.cart_links:hover {
	color: ".$rowCartStyleSecond['cart_styles_cart_lk_h_clr'].";
}
.help_text {
	color: ".$rowCartStyleSecond['cart_styles_cart_help_clr'].";
}
.cart_buttons {
	background-color: ".$rowCartStyleSecond['cart_styles_cart_but_bg_clr'].";
	color: ".$rowCartStyleSecond['cart_styles_cart_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_cart_size'].";
}
.cart_heading {
	color: ".$rowCartStyleSecond['cart_styles_cart_hl_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_cart_hl_size'].";
	font-weight: ".$rowCartStyleSecond['cart_styles_cart_hl_bold'].";

}
.cart_text_message {
	background-color: ".$rowCartStyleSecond['cart_styles_cart_txt_bg_clr'].";
	color: ".$rowCartStyleSecond['cart_styles_cart_txt_clr'].";
	font-size: ".$rowCartStyleSecond['cart_styles_cart_txt_size'].";
	font-weight: ".$rowCartStyleSecond['cart_styles_cart_txt_bold'].";

}
.cart_table_header {
	background-color: ".$rowCartStyleSecond['cart_styles_cart_tbl_bg_clr'].";
	color: ".$rowCartStyleSecond['cart_styles_cart_tbl_clr'].";
}
.cart_prod_sep_line {
	background-color: ".$rowCartStyleSecond['cart_styles_cart_line_clr'].";
}
.cart_borders {
	border-top: ".$rowCartStyleSecond['cart_bdr_t_wth']."px solid ".$rowCartStyleSecond['cart_bdr_t_clr'].";
	border-right: ".$rowCartStyleSecond['cart_bdr_r_wth']."px solid ".$rowCartStyleSecond['cart_bdr_r_clr'].";
	border-bottom: ".$rowCartStyleSecond['cart_bdr_b_wth']."px solid ".$rowCartStyleSecond['cart_bdr_b_clr'].";
	border-left: ".$rowCartStyleSecond['cart_bdr_l_wth']."px solid ".$rowCartStyleSecond['cart_bdr_l_clr'].";
}

.carttable td, td.cart {
	background-color: ".$rowConfigFirst['default_bg_clr'].";
}
#shopcartheadline {
	color: #424f6b;
	background-color: ".$rowConfigFirst['default_bg_clr'].";
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0;
}
#carttoptext {
	width: 80%;
	color: #996666;
	background-color: #ffffee;
	font-size: 11px;
	border: solid 1px #996666;
	padding:5px;
}

#shopcart {
	background-color: ".$rowConfigFirst['default_bg_clr'].";
	border: solid 0px #dddddd;
}

#shopcart th {
	color: ".$rowConfigFirst['default_bg_clr'].";
	background-color: #424f6b;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}
#shopcart td {
	color:#000;
	background-color: ".$rowConfigFirst['default_bg_clr'].";
	font-size: 11px;
	border: solid 0px #bbb;
	border-bottom-width: 0px;
	padding: 2px;
}
#shopcart td.cartfld_name {
	font-size: 11px;
}
#shopcart td.itemsep {
	border: solid 0px #669999;
	border-bottom-width: 1px;
	padding: 0px;
}

#shopcart a,
#shopcart a:visited,
#shopcart a:active,
a.cartlink,
a.cartlink:visited,
a.cartlink:active
{ color: ".$rowCartStyleSecond['cart_styles_prod_body_lk_clr']."; }
#shopcart a:hover, a.cartlink:hover { color: ".$rowCartStyleSecond['cart_styles_prod_body_h_clr']."; }

#shopcart input.cartfld_qty {
	font-size:11px;
	text-align:center;
}
#shopcart .optionstable td { padding: 2px; }
#shopcart .cartbuttonhelp, .cartbuttonhelp {
	color: #996666;
	font-size: 11px;
	vertical-align: middle;
}
.cartbutton { /* submit button */
	color: ".$rowConfigFirst['default_bg_clr'].";
	background-color: #eeeeee;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}
#shopcart td.ordertotalline { font-size: 12px; font-weight: bold; padding:2px; }
/* ------------ End Shopping Cart View --------------*/




/* ------------ Shopping Cart Order Checkout Pages --------------*/
/* NOTE:  Some styles from Shopping Cart View are used on Checkout pages. */
/*.currentstep {
	color:".$rowConfigFirst['default_bg_clr'].";
	background-color:#ffcc00;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: solid 0px #cc9900;
	border-width: 1px 0px;
	padding: 4px 0px;
}*/
.currentstep {
	color:".$rowCartStyleSecond['cart_styles_order_head_clr'].";
	background-color:".$rowCartStyleSecond['cart_styles_order_head_bg_clr'].";
	font-size:".$rowCartStyleSecond['cart_styles_order_head_size'].";
	font-weight: bold;
	text-align: left;
	border: solid 0px #cc9900;
	border-width: 1px 0px;
	padding: 4px 0px;
}
.otherstep {
	color:".$rowConfigFirst['default_bg_clr'].";
	background-color:#ffffee;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border: solid 0px #cc9900;
	border-width: 1px 0px;
	padding: 4px 0px;
}
.errormsge {
	color: #ff0000;
	font-size: ".$rowConfigFirst['default_ft_size'].";
	font-weight: bold;
}
.successmsge {
	color: #33cc66;
	font-size: ".$rowConfigFirst['default_ft_size'].";
	font-weight: bold;
}
.alerttext {
	color: #ff0000;
	font-size: ".$rowConfigFirst['default_ft_size'].";
	font-weight: bold;
}
.formsubheader {
	color: #003366;
	background-color: #9999CC;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
}
.formsubheader2 {
	color:".$rowConfigFirst['default_bg_clr'].";
	background-color:".$rowConfigFirst['default_bg_clr'].";
	font-size: 11px;
	font-weight: bold;
	border: solid 0px #006666;
	border-bottom-width: 0px;
	padding: 5px;
}
.stdfldlabel {
	color: ".$rowConfigFirst['default_bg_clr'].";
	background-color: ".$rowConfigFirst['default_bg_clr'].";
	font-size: 11px;
	text-align:right;
	padding:4px;
}
.alertfldlabel {
	color: #ff0000;
	background-color: ".$rowConfigFirst['default_bg_clr'].";
	font-size: 11px;
	text-align:right;
	padding:4px;
}
.fldnote {
	color:#999999;
	background-color: ".$rowConfigFirst['default_bg_clr'].";
	font-size: 11px;
}


.custbasicinfotable {
	background-color: #777777;
}
.custbasicinfoheader {
	color: ".$rowConfigFirst['default_bg_clr'].";
	background-color: #333399;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
}
.custbasicinfodata {
	color: ".$rowConfigFirst['default_bg_clr'].";
	background-color: ".$rowConfigFirst['default_bg_clr'].";
	font-size: 12px;
	padding:7px;
}

#shopcart #shippingname {
	font-size: 11px;
	font-weight:normal;
}
";

//#cartTable
echo "
.cartTable {
	background-color: ".$rowCartStyle['cart_table_styles_tbl_bg_clr'].";
	color: ".$rowCartStyle['cart_table_styles_tbl_ft_clr'].";
	font-size: ".$rowCartStyle['cart_table_styles_tbl_ft_size'].";
	font-weight: ".$rowCartStyle['cart_table_styles_tbl_ft_bold'].";
	text-align: ".$rowCartStyle['cart_table_styles_tbl_txt_align'].";
}

.cartTableHeader {
	background-color: ".$rowCartStyle['cart_table_hdr_styles_tbl_bg_clr'].";
	color: ".$rowCartStyle['cart_table_hdr_styles_tbl_ft_clr'].";
	font-size: ".$rowCartStyle['cart_table_hdr_styles_tbl_ft_size'].";
	font-weight: ".$rowCartStyle['cart_table_hdr_styles_tbl_ft_bold'].";
	text-align: ".$rowCartStyle['cart_table_hdr_styles_tbl_txt_align'].";
}

#cartTable td {
	color: #0066CC;
	background-color: #f7f7f7;
	font-size: 11px;
	padding: 3px;
}
#cartTable td.prodlistcurrprod {
	color: #000066;
	font-weight: bold;
}
#cartTable a { color: #0066CC; }
#cartTable a:visited { color: #0066CC; }
#cartTable a:hover { color: #CC3300; }
";

echo "
/* ------------ start guest book page style --------------*/

.gb_tablebgcolor {
	background-color: ".$rowgblayout['body_content_bg_clr'].";
}

.gb_heading {
	font-family: ".$rowgblayout['body_content_hl_ft_fam'].";
	font-size: ".$rowgblayout['body_content_hl_ft_size'].";
	color: ".$rowgblayout['body_content_hl_ft_clr'].";
	font-weight: ".$rowgblayout['body_content_hl_ft_bold'].";
	text-align: ".$rowgblayout['body_content_hl_ft_align'].";
}
.gb_subheading {
    height:25px;
    vertical-align: middle;
    background-color: ".$rowgblayout['body_content_bg_clr'].";
	font-family: ".$rowgblayout['body_content_sub_hl_ft_fam'].";
	font-size: ".$rowgblayout['body_content_sub_hl_ft_size'].";
	color: ".$rowgblayout['body_content_sub_hl_ft_clr'].";
	font-weight: ".$rowgblayout['body_content_sub_hl_ft_bold'].";
	text-align: ".$rowgblayout['body_content_sub_hl_ft_align'].";
	font-style: ".$rowgblayout['body_content_sub_hl_ft_italic'].";
}
.gb_bodytext {
	font-family: ".$rowgblayout['body_content_body_txt_ft_fam'].";
	font-size: ".$rowgblayout['body_content_body_txt_ft_size'].";
	color: ".$rowgblayout['body_content_body_txt_ft_clr'].";
}
a.gb_link {
	font-family: ".$rowgblayout['body_content_body_txt_ft_fam'].";
	font-size: ".$rowgblayout['body_content_body_txt_ft_size'].";
	color: ".$rowgblayout['body_content_lk_clr_base'].";
	text-decoration: ".$rowgblayout['body_content_ul'].";
}
a.gb_link:hover {
	font-family: ".$rowgblayout['body_content_body_txt_ft_fam'].";
	font-size: ".$rowgblayout['body_content_body_txt_ft_size'].";
	color: ".$rowgblayout['body_content_lk_clr_hover'].";
	text-decoration: ".$rowgblayout['body_content_ul'].";
}
a.gb_link:visited {
	font-family: ".$rowgblayout['body_content_body_txt_ft_fam'].";
	font-size: ".$rowgblayout['body_content_body_txt_ft_size'].";
	color: ".$rowgblayout['body_content_lk_clr_visit'].";
	text-decoration: ".$rowgblayout['body_content_ul'].";

}
a.gb_link:active {
	font-family: ".$rowgblayout['body_content_body_txt_ft_fam'].";
	font-size: ".$rowgblayout['body_content_body_txt_ft_size'].";
	color: ".$rowgblayout['body_content_lk_clr_active'].";
	text-decoration: ".$rowgblayout['body_content_ul'].";

}

/* ------------end guest book page style--------------*/
";

echo "
/* ------------ start news page style --------------*/

.news_tablebgcolor {
	background-color: ".$news_style_query_result['body_content_bg_clr'].";
}

.news_heading {
	font-family: ".$news_style_query_result['body_content_hl_ft_fam'].";
	font-size: ".$news_style_query_result['body_content_hl_ft_size'].";
	color: ".$news_style_query_result['body_content_hl_ft_clr'].";
	font-weight: ".$news_style_query_result['body_content_hl_ft_bold'].";
	text-align: ".$news_style_query_result['body_content_hl_ft_align'].";
}
.news_subheading {
	font-family: ".$news_style_query_result['body_content_sub_hl_ft_fam'].";
	font-size: ".$news_style_query_result['body_content_sub_hl_ft_size'].";
	color: ".$news_style_query_result['body_content_sub_hl_ft_clr'].";
	font-weight: ".$news_style_query_result['body_content_sub_hl_ft_bold'].";
	text-align: ".$news_style_query_result['body_content_sub_hl_ft_align'].";
	font-style: ".$news_style_query_result['body_content_sub_hl_ft_italic'].";
}
.news_bodytext {
	font-family: ".$news_style_query_result['body_content_body_txt_ft_fam'].";
	font-size: ".$news_style_query_result['body_content_body_txt_ft_size'].";
	color: ".$news_style_query_result['body_content_body_txt_ft_clr'].";
	text-align: left;
}
a.news_link {
	font-family: ".$news_style_query_result['body_content_body_txt_ft_fam'].";
	font-size: ".$news_style_query_result['body_content_body_txt_ft_size'].";
	color: ".$news_style_query_result['body_content_lk_clr_base'].";
	text-decoration: ".$news_style_query_result['body_content_ul'].";
}
a.news_link:hover {
	font-family: ".$news_style_query_result['body_content_body_txt_ft_fam'].";
	font-size: ".$news_style_query_result['body_content_body_txt_ft_size'].";
	color: ".$news_style_query_result['body_content_lk_clr_hover'].";
	text-decoration: ".$news_style_query_result['body_content_ul'].";
}
a.news_link:visited {
	font-family: ".$news_style_query_result['body_content_body_txt_ft_fam'].";
	font-size: ".$news_style_query_result['body_content_body_txt_ft_size'].";
	color: ".$news_style_query_result['body_content_lk_clr_visit'].";
	text-decoration: ".$news_style_query_result['body_content_ul'].";

}
a.news_link:active {
	font-family: ".$news_style_query_result['body_content_body_txt_ft_fam'].";
	font-size: ".$news_style_query_result['body_content_body_txt_ft_size'].";
	color: ".$news_style_query_result['body_content_lk_clr_active'].";
	text-decoration: ".$news_style_query_result['body_content_ul'].";

}

/* ------------end news page style--------------*/
";

echo "
/* ------------ start Gallery page style --------------*/

.gal_tablebgcolor {
	background-color: ".$rowgallayout['body_content_bg_clr'].";
}

.gal_heading {
	font-family: ".$rowgallayout['body_content_hl_ft_fam'].";
	font-size: ".$rowgallayout['body_content_hl_ft_size'].";
	color: ".$rowgallayout['body_content_hl_ft_clr'].";
	font-weight: ".$rowgallayout['body_content_hl_ft_bold'].";
	text-align: ".$rowgallayout['body_content_hl_ft_align'].";
}
.gal_subheading {
	font-family: ".$rowgallayout['body_content_sub_hl_ft_fam'].";
	font-size: ".$rowgallayout['body_content_sub_hl_ft_size'].";
	color: ".$rowgallayout['body_content_sub_hl_ft_clr'].";
	font-weight: ".$rowgallayout['body_content_sub_hl_ft_bold'].";
	text-align: ".$rowgallayout['body_content_sub_hl_ft_align'].";
	font-style: ".$rowgallayout['body_content_sub_hl_ft_italic'].";
}
.gal_bodytext {
	font-family: ".$rowgallayout['body_content_body_txt_ft_fam'].";
	font-size: ".$rowgallayout['body_content_body_txt_ft_size'].";
	color: ".$rowgallayout['body_content_body_txt_ft_clr'].";
	text-align: left;
}
a.gal_link {
	font-family: ".$rowgallayout['body_content_body_txt_ft_fam'].";
	font-size: ".$rowgallayout['body_content_body_txt_ft_size'].";
	color: ".$rowgallayout['body_content_lk_clr_base'].";
	text-decoration: ".$rowgallayout['body_content_ul'].";
}
a.gal_link:hover {
	font-family: ".$rowgallayout['body_content_body_txt_ft_fam'].";
	font-size: ".$rowgallayout['body_content_body_txt_ft_size'].";
	color: ".$rowgallayout['body_content_lk_clr_hover'].";
	text-decoration: ".$rowgallayout['body_content_ul'].";
}
a.gal_link:visited {
	font-family: ".$rowgallayout['body_content_body_txt_ft_fam'].";
	font-size: ".$rowgallayout['body_content_body_txt_ft_size'].";
	color: ".$rowgallayout['body_content_lk_clr_visit'].";
	text-decoration: ".$rowgallayout['body_content_ul'].";

}
a.gal_link:active {
	font-family: ".$rowgallayout['body_content_body_txt_ft_fam'].";
	font-size: ".$rowgallayout['body_content_body_txt_ft_size'].";
	color: ".$rowgallayout['body_content_lk_clr_active'].";
	text-decoration: ".$rowgallayout['body_content_ul'].";

}

/* ------------end Gallery page style--------------*/
";

echo "
/* ------------ start Event Calendar style --------------*/

.table_bg_col {
	background-color: ".$rowevclayout['evc_border_color'].";
	border: ".$rowevclayout['evc_border_size'].";
}

.month_year_row {
	background-color: ".$rowevclayout['evc_top_bg_clr'].";
	font-family: ".$rowevclayout['evc_top_fnt_fam'].";
	font-size: ".$rowevclayout['evc_top_fnt_size'].";
	color: ".$rowevclayout['evc_top_fnt_clr'].";
	font-weight: ".$rowevclayout['evc_top_fnt_bold'].";
	text-align: ".$rowevclayout['evc_top_fnt_align'].";
}
.days_row {
	background-color: ".$rowevclayout['evc_day_bg_clr'].";
	font-family: ".$rowevclayout['evc_day_fnt_fam'].";
	font-size: ".$rowevclayout['evc_day_fnt_size'].";
	color: ".$rowevclayout['evc_day_fnt_clr'].";
	font-weight: ".$rowevclayout['evc_day_fnt_bold'].";
	text-align: ".$rowevclayout['evc_day_fnt_align'].";
}
.dates_row {
	background-color: ".$rowevclayout['evc_date_bg_clr'].";
	font-family: ".$rowevclayout['evc_date_fnt_fam'].";
	font-size: ".$rowevclayout['evc_date_fnt_size'].";
	color: ".$rowevclayout['evc_date_fnt_clr'].";
	font-weight: ".$rowevclayout['evc_date_fnt_bold'].";
	text-align: ".$rowevclayout['evc_date_fnt_align'].";
}
.event_dates {
	background-color: ".$rowevclayout['evc_edate_bg_clr'].";
	font-family: ".$rowevclayout['evc_edate_fnt_fam'].";
	font-size: ".$rowevclayout['evc_edate_fnt_size'].";
	color: ".$rowevclayout['evc_edate_fnt_clr'].";
	font-weight: ".$rowevclayout['evc_edate_fnt_bold'].";
	text-align: ".$rowevclayout['evc_edate_fnt_align'].";
}
a.evc_link {
	font-family: ".$rowevclayout['evc_edate_fnt_fam'].";
	font-size: ".$rowevclayout['evc_edate_fnt_size'].";
	color: ".$rowevclayout['evc_content_lk_clr_base'].";
	text-decoration:none;

}
a.evc_link:hover {
	font-family: ".$rowevclayout['evc_edate_fnt_fam'].";
	font-size: ".$rowevclayout['evc_edate_fnt_size'].";
	color: ".$rowevclayout['evc_content_lk_clr_hover'].";
	text-decoration: ".$rowevclayout['evc_ul'].";
}
a.evc_link:visited {
	font-family: ".$rowevclayout['evc_edate_fnt_fam'].";
	font-size: ".$rowevclayout['evc_edate_fnt_size'].";
	color: ".$rowevclayout['evc_content_lk_clr_visit'].";
	text-decoration: ".$rowevclayout['evc_ul'].";

}
a.evc_link:active {
	font-family: ".$rowevclayout['evc_edate_fnt_fam'].";
	font-size: ".$rowevclayout['evc_edate_fnt_size'].";
	color: ".$rowevclayout['evc_content_lk_clr_active'].";
	text-decoration: ".$rowevclayout['evc_ul'].";

}
.event_dt_tablebgcolor {
	background-color: ".$rowevclayout['evc_dt_bg_clr'].";
}
.event_dt_heading {
	font-family: ".$rowevclayout['evc_dt_hd_fnt'].";
	font-size: ".$rowevclayout['evc_dt_hd_size'].";
	color: ".$rowevclayout['evc_dt_hd_clr'].";
	font-weight: ".$rowevclayout['evc_dt_hd_bld'].";
	text-align: ".$rowevclayout['evc_dt_hd_alig'].";
}
.event_dt_subheading {
	font-family: ".$rowevclayout['evc_dt_shd_fnt'].";
	font-size: ".$rowevclayout['evc_dt_shd_size'].";
	color: ".$rowevclayout['evc_dt_shd_clr'].";
	font-weight: ".$rowevclayout['evc_dt_shd_bld'].";
	text-align: ".$rowevclayout['evc_dt_shd_alig'].";
	font-style: ".$rowevclayout['evc_dt_shd_ital'].";
}
.event_dt_bodytext {
	font-family: ".$rowevclayout['evc_dt_bd_fnt'].";
	font-size: ".$rowevclayout['evc_dt_bd_size'].";
	color: ".$rowevclayout['evc_dt_bd_clr'].";
	text-align: left;
}


/* ------------end Event Calendar style--------------*/
";

echo '</style>';
?>

