/* small mobile styles first: these have no min-width spec so they'll only apply to the smallest */
/* of screens -- or all screens if we don't override a given rule in a later min-width block: */

img { max-width: 100%; }
b,strong { font-weight: bold; }
i,em { font-style: italic; }
blockquote { margin-left: 2em !important; }
ol { margin-left: 1.7em; list-style-type: decimal; }
ul { margin-left: 1.7em; list-style-type: disc; }
h1,h2,h3,h4,h5,h6 { margin-top: 1.5em; }

body
{
	font: 1.2em Verdana,Helvetica Neue,sans-serif;
	background: #fff;
}
a:link			{ color: #3355BB; }
a:visited		{ color: #3355BB; }
a:link:hover		{ color: #000; }
a:visited:hover		{ color: #000; }
a:link:active		{ color: #0f0; }
a:visited:active	{ color: #0f0; }

#logo
{
	white-space: nowrap;
	width: 100%;
}
#topimagelinks
{
	display: none;
}
.navblock .itemdesc
{
	display: none;
}
#product_nav_bar
{
	display: none;
}

#mobile_header
{
	position: relative;
	margin-top: 0.2em;
}
#mobile_nav_bar
{
	list-style-type: none;
	margin: 0px auto;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
}
#mobile_nav_bar .itemdesc
{
	display: none;
}
#mobile_nav_bar li
{
	display: inline-block;
	border: 1px solid #333;
	text-align: center;

}
#mobile_nav_bar li.menu { width: 32%; }
#mobile_nav_bar li.cart { width: 30%; }
#mobile_nav_bar li.contact { width: 38%; }
#mobile_nav_bar a
{
	display: block;
	font-size: 1.0em;
	width: 100%;
	padding: 0.3em 0;
	text-decoration: none;
	background: #3980e0;
	color: #fff;
}
#mobile_nav_bar a.active
{
	background: #eee;
	color: #000;
}

#mobile_menu
{
	position: absolute;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	left: -80em;
	transition: left .3s ease;
	z-index: 4;
}
#mobile_menu li
{
	display: inline-block;
	width: 80%;
	border: 1px solid #333;
	text-align: left;
}
#mobile_menu a
{
	display: block;
	font-size: 1.0em;
	padding: 0.3em;
	text-decoration: none;
	background: #eee;
	color: #444;
}










.product_intro { font-size: 1.8em; margin-bottom: 0.8em; }
.product_intro .opener { font-weight: bold; }


.enc-app-subpage .ins-subtitle { margin: -12px 0 15px 2px; font-style: italic; }
.enc-app-footer { margin: 3em 0; background: #efefef; text-align: center; }
.enc-app-footer .sep { display: inline-block; margin: 0.5em; }

.enc-app-page h2 { font-size: 1.4em; }

.enc-app-page .sales-points {
	color: #333;
	background: #f5f5f5;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 1em;
	margin: 1.5em auto;
}
.enc-app-page .sales-points .one-point {
	background: url(/layout/icons/arrow-right-white-on-blue-e00.png) top left no-repeat;
	border-bottom: 1px dotted #cccccc;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
}
.enc-app-page .sales-points .one-point .title {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 0.2em;
	display: block;
	margin-left: 45px;
}
.enc-app-page .sales-points .one-point .details {
	font-size: 14px;
	display: block;
	margin-left: 45px;
}
.enc-app-page .sales-points .one-point .title::after {
	content: ".";
}
.enc-app-page .sales-points .one-point:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.enc-app-page .sales-points .fa {
	display: none;
}

#multi_checkout_note { font-size: 1.2em; }



/* nice pure-CSS buttons based on cssbuttongenerator.com: */
.app_subhead_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	border-radius: 0.3em;

	font-size: 0.9em;
	padding: 0.3em 0.6em;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
.app_subhead_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.app_subhead_btn:active {
	position:relative;
	top:1px;
}







.enc_btn_blue_01 {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	border-radius: 0.3em;

	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial;
	font-size:1.5em;
	font-weight:bold;
	font-style:normal;
	padding: 8px 18px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
.enc_btn_blue_01:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.enc_btn_blue_01:active {
	position:relative;
	top:1px;
}





table.buy-new td.button a {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;

	font-size: 1.0em;
	padding: 0.3em 0.6em;
	border-radius: 0.3em;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff !important;
	font-family:Arial,sans-serif;
	font-weight: bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
table.buy-new td.button a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
table.buy-new td.button a:active {
	position:relative;
	top:1px;
}








table.buy-new { border: 1px solid #000000; border-collapse: separate; border-spacing: 0; background: #fff; color: #333333; margin: 0 auto; text-align: center; width: 100%; }
table.buy-new th { padding: 0px; font-weight: bold; font-size: 1.0em; }
table.buy-new th div { padding: 10px; background: #eeeeee; color: #444; }
table.buy-new th.first { text-align: left; }
table.buy-new td { padding: 0; }
table.buy-new tr.even:hover, table.buy-new tr.odd:hover { background: #ffa; }
table.buy-new tr.even td, table.buy-new tr.odd td { padding: 10px 7px; border-top: 1px solid #ccc; }
table.buy-new tr.first td { border-top: 1px solid #444; }
table.buy-new tr.last  td div { }
table.buy-new td.name { text-align: left; width: 70%; }
table.buy-new td.name div { margin-left: 0px; }
table.buy-new tr.foot td { padding: 0px; text-align: center; font-weight: bold; font-size: 11pt; }
table.buy-new tr.foot td div { background: #888; color: #000; }
table.buy-new tr.foot td div.msg1 { padding: 10px 10px 2px 10px; }
table.buy-new tr.foot td div.msg2 { padding: 2px 10px 10px 10px; }
table.buy-new tr.foot a { color: #fff; border-bottom: 1px dotted #fff; }
table.buy-new td.button div { margin-right: 0px; text-align: right; white-space: nowrap; }
table.buy-new td.button a { outline: none; text-decoration: none !important; }
table.buy-new td.button span.thebutton
{
	color: white;
	font-weight: bold;
	padding: 4px 12px 5px 12px;
	text-shadow: 1px 1px 1px #666;
	border: 1px solid #666;
	display: inline-block;

	/* This makes a nice rounded shadowed button, but a sharp-edged one matches better on the current Buy Now tables. */
	/*
	box-shadow: 0px 0px 2px #777;
	border-radius: 3px;
	*/

	background: #ffa147; /* for non-css3 browsers */
	background: #f15a23; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d15a23', endColorstr='#ffa147'); /* for IE 9 and older */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa147), to(#d15a23)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ffa147, #d15a23); /* for firefox 3.6+ */ 
	background: linear-gradient(to bottom, #ffa147, #d15a23); /* all newer browsers including IE10+ */ 
}

table.buy-new th { background: url(/images/buy-table-header-bg.png) top left repeat-x; }

table.buy-new tr.foot { display: none; } /* TODO: remove the rest of the .foot stuff then: */
table.buy-new tr.foot td { background: url(/images/buy-table-footer-bg.png) top left repeat-x; }
table.buy-new tr.foot td div.msg1 { background: url(/images/buy-table-footer-text.png) center center no-repeat; height: 60px; width: 350px; padding: 0; margin: 0 auto; }
table.buy-new tr.foot td div.msg2 { display: none; }
table.buy-new tr.foot td div span { display: none; }

#updatespage table.buy-new { margin-bottom: 30px; }



table.buy-extras { width: 97%; border: 1px solid #ddd; background: #f6f6f6; box-shadow: 0 0 4px #888; border-collapse: collapse; }
table.buy-extras td { padding: 0.8em; border-bottom: 1px solid #ccc; }
table.buy-extras td.name { width: 60%; }
table.buy-extras td.price { white-space: nowrap; text-align: center; }
table.buy-extras td.button { white-space: nowrap; text-align: right; }
.app-extras-note { font-style: italic; color: #444; }







#cartitemlist td.name img { display: none; }





@media screen and (min-width: 320px)
{

}




@media screen and (min-width: 480px)
{
	body
	{

	}
}




@media screen and (min-width: 600px)
{
	body
	{

	}
}




@media screen and (min-width: 768px)
{
	body
	{

	}
}






@media screen and (max-width: 999px)
{
	h1 { font-size: 1.2em; }
	h2 { font-size: 1.1em; }
	h3 { font-size: 1.0em; }
	h4 { font-size: 0.9em; }
	h5 { font-size: 0.9em; }
	h6 { font-size: 0.9em; }

	#content p, #content blockquote { margin: 1em 0; }
	#content ul { margin: 1em 0; padding-left: 2em; list-style: outside; }
	h1 { font-size: 1.8em; font-weight: bold; margin-bottom: 0.3em; }
	h2 { font-size: 1.6em; font-weight: bold; margin-bottom: 0.3em; }
	h3 { font-size: 1.4em; font-weight: bold; margin-bottom: 0.3em; }
	h4 { font-size: 1.2em; font-weight: bold; margin-bottom: 0.3em; }
	h5 { font-size: 1.0em; font-weight: bold; margin-bottom: 0.3em; }
	h6 { font-size: 1.0em; font-weight: bold; margin-bottom: 0.3em; }

	/* per-app pages: */
	.app_feature_block
	{
		background: #0c69f5; /* for non-css3 browsers */
		background: -moz-linear-gradient(left top, #29b2fa, #0c69f5);
		background: -ms-linear-gradient(left top, #29b2fa, #0c69f5);
		background: linear-gradient(left top, #29b2fa, #0c69f5);

		background: #999;
		background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));

		padding: 0 0.5em 0.5em 0.5em;
		border-radius: 0.8em;
		margin: 0.5em auto;
		text-align: center;
	}
	.apppagetitle
	{
		font-size: 2.2em;
		color: #ccc;
		color: #fff;
		text-shadow: 2px 2px 3px #444;
		margin: 0 auto;
	}
	.apppagesubtitle
	{
		font-size: 1.0em;
		color: #333;
		margin-top: 0;
	}
	.product_intro			{ display: none; }
	.star				{ display: none; }
	.app_image			{ display: none; }
	.app_tstm			{ display: none; }
	#default_feature_block		{ display: none; }




	#your_cart_header, #tstm_header, #footer .navblock h1
	{
		background: #eee;
		padding: 0.3em;
	}



	#your_cart div
	{
		margin: 1.5em;
	}



	.tstm_box
	{
		background: #eee;
		border-radius: 0.5em;
		padding: 0.5em;
		color: #555555;
		margin: 1.5em;
	}
	.tstm_text
	{
		font-style: italic;
	}
	.tstm_author
	{
		color: #888;
	}



	#cartitemlist .subtotal { display: none; }   /* just to make the table less wide. */
	#cartitemlist { }
	#cartitemlist input.text { font-size: 0.9em; width: 0.8em; }
	#theshoppingcart { padding-bottom: 3em; }
	#theshoppingcart input.button { font-size: 1.0em; padding: 0.2em 0.4em; }




	#enccontact table { width: 90%; margin: 0.3em auto; font-size: 1.2em; }
	#enccontact input.text, #enccontact textarea { font-size: 1.2em; padding: 0.2em; width: 100% !important; }
	#enccontact input.button { font-size: 1.1em; padding: 0.3em; border-radius: 0.3em; }
	#enccontact .pb { display: none; }




	#footer, #footer_row2_wrapper
	{

	}
	#footer .navblock ul
	{
		list-style-type: none;
	}
	#footer .navblock a
	{
		display: inline-block;
		margin-bottom: 0.3em;
	}
	#footer .navblock a:before
	{
		content: "\00bb";

	}

	#footer_row2_wrapper
	{
		background: #999;
		color: #000000;
		padding: 0.4em;
	}
	#footer_row2_wrapper #footright
	{
		margin-top: 1em;
		text-align: center;
	}
	#footer_row2_wrapper #sitesearch
	{

	}
	#footer_row2_wrapper #sitesearch .label
	{
		display: inline-block;
	}
	#footer_row2_wrapper #sitesearch input
	{
		font-size: 130%;
		width: 6em;
		padding: 0.1em;
	}

	#vlogsidebar
	{
		text-align: center;
	}
	#vlogsummary
	{
		border-top: 0 !important;   /* using important to override visitors.css */
	}
	#vlogsummary p
	{
		border: 0 !important;   /* using important to override visitors.css */
	}
	.visitors_graph .the_graph
	{
		width: 8em !important;   /* using important to override visitors.css */
	}
	.visitors_graph .filled, .visitors_graph .empty
	{
		height: 0.7em !important;   /* using important to override visitors.css */
	}


	table.buy-extras td.button a { font-size: 1em; }
}






@media screen and (min-width: 1000px)
{
	#mobile_header, #mobile_nav_bar, #mobile_menu { display: none; }

	body
	{
		font: 1.1em Verdana,Helvetica Neue,sans-serif;
		margin: 0;
		padding: 0;
		background: #fff;
	}
	#content p, #content blockquote { margin: 1em 0; }
	#content ul { margin: 1em 0; padding-left: 2em; list-style: outside; }
	h1 { font-size: 2.0em; font-weight: bold; margin-bottom: 0.3em; }
	h2 { font-size: 1.8em; font-weight: bold; margin-bottom: 0.3em; }
	h3 { font-size: 1.6em; font-weight: bold; margin-bottom: 0.3em; }
	h4 { font-size: 1.4em; font-weight: bold; margin-bottom: 0.3em; }
	h5 { font-size: 1.2em; font-weight: bold; margin-bottom: 0.3em; }
	h6 { font-size: 1.0em; font-weight: bold; margin-bottom: 0.3em; }
	h1,h2,h3,h4,h5,h6
	{
		color: #393939;
	}
	h1.pagetitle
	{
		color: #393939;
		margin: 0 0 2px 0;
	}
	h1.subtitle
	{
		font-size: 12pt;
		color: #999;
		margin-top: -6px;
	}
	h1.pagesubtitle
	{
		margin: 2px 0 25px 0;
		font-size: 10pt;
		font-style: normal;
		font-weight: normal;
		color: #777;
	}
	h2.first
	{
		margin-top: 0 !important;
	}


	#content a:link			{ color: #3355BB; }
	#content a:visited		{ color: #3355BB; }
	#content a:link:hover		{ color: #000; }
	#content a:visited:hover	{ color: #000; }
	#content a:link:active		{ color: #0f0; }
	#content a:visited:active	{ color: #0f0; }

	img, a.imglink, a.imglink:visited, a.imglink:hover, a.imglink:active
	{
		border: 0;
	}


	#container-wrapper
	{
		position: relative;
	}
	#container
	{
		width: 950px;
		margin: 0px auto 20px auto;
		padding: 15px 0 0 0;
		text-align: center;

		/* disabled until I figure out how to fix the mozilla bug that causes BuyNow buttons to go hidden... */
		/* overflow: hidden; */
	}


	#headerwrapper
	{
		position: relative;
	}
	#header
	{
		border-top: 0;
		margin: 0px auto 0 auto;
		background: #000;
	}
	#headerinner
	{
		width: 950px;
		margin: 0 auto;
		position: relative;
	}
	#logo
	{
		display: none;

		position: absolute;
		width: 300px;
		height: 100%;
		top: 20px;
		left: 0px;

		white-space: nowrap;

		background: url(/layout/logos/triforce-e20b.png) top left no-repeat;
		background-size: contain;
	}
	#mobile_logo
	{
		display: none;
	}
	#logo .name
	{
		text-decoration: none;
		outline: none;

		display: block;
		width: 100%;
		height: 100%;

		font-size: 32pt;
		font-family: serif;
		font-family: Humnst777 XBlk BT;
		font-family: Humanst521 BT;
		text-transform: lowercase;
		font-weight: bold;
		color: black;
	}
	#logo .tagline
	{
		color: #333333;
		text-indent: 1px;
		display: none;
	}
	#logo .tagline a:link, #logo .tagline a:visited
	{
		color: #37c;
	}
	#toplinks
	{
		display: none;
		position: relative;
		top: 5px;
		height: 30px;
		width: 950px;
		margin: 3px auto;
	}
	#toplinks a
	{
		display: inline-block;
		outline: none;
	}

	#toplinks a:link					{ text-decoration: underline; border: 0; color: #000; }
	#toplinks a:visited					{ text-decoration: underline; border: 0; color: #000; }
	#toplinks a:link:hover,#toplinks a:visited:hover	{ text-decoration: underline; border: 0; color: #3355BB; }
	#toplinks a:link:active,#toplinks a:visited:active	{ text-decoration: underline; border: 0; color: #3355BB; }

	#topimagelinks
	{
		display: block;
		position: absolute;
		top: 8px;
		right: 4px;
		text-align: right;

		display: none;
	}
	#topimagelinks a
	{
		margin-left: 10px;
	}
	#toptextlinks
	{
		display: none;

		position: absolute;
		top: 6px;
		left: 0px;
		text-align: left;
	}
	#toptextlinks p
	{
		margin: 0;
	}
	#toppromo
	{
		display: none;

		position: relative;
		left: 280px;
		top: 6px;
		font-style: italic;
		width: 400px;
		text-align: center;
	}
	.clear,.clearnav,.clearnavul
	{
		clear: both;
		line-height: 0;
		height: 0;
		font-size: 0;
	}


	#header_bottom_curtain { display: none; }







	#product_nav_bar
	{
		display: block;
		margin: 0 auto;
	}
	#product_nav_bar ul
	{
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
		white-space: nowrap;
	}

	#product_nav_bar li
	{
		display: inline-block;
		margin: 0.5em 0;
	}

	#product_nav_bar li:first-child
	{

	}
	#product_nav_bar li:last-child
	{


	}
	#product_nav_bar li.livechat, 
	#product_nav_bar li.mailylist, 
	#product_nav_bar li.contactform, 
	#product_nav_bar li.eponym 
	{
		display: none;
	}
	#product_nav_bar li.more 
	{
		margin-left: 0.5em;
	}
	#product_nav_bar li.encodable
	{
		margin-right: 3em;
	}
	#product_nav_bar li.cart
	{
		margin-left: 3em;
	}

	#product_nav_bar .fa-enc-logo
	{
		margin-left: 0.15em;
		font-size: 0.9em;
	}
	#product_nav_bar .fa-enc-app
	{
		margin: 0 3px;
		color: #777777 !important;
	}

	#product_nav_bar .itemdesc
	{
		display: none;
	}
	#product_nav_bar a
	{
		text-decoration: none;
		font: 12pt helvetica neue, arial, sans-serif;
		outline: none;

		display: inline-block;
		padding: 0 1.6em 0 0;
	}

	#product_nav_bar a					{ color: #fff; }
	#product_nav_bar a:hover, #product_nav_bar a:active	{ color: #39d; }

	#product_nav_bar .encodable a:hover
	{
		color: #555;
	}

	#product_nav_bar li:hover, #product_nav_bar li:active
	{

	}
	#product_nav_bar li.encodable a
	{
		font-weight: bold;
		font-size: 1.3em;
	}
	#product_nav_bar li.cart a, #product_nav_bar li.contact a
	{
		color: #757575;
	}
	#product_nav_bar li.cart a:hover, #product_nav_bar li.contact a:hover
	{
		color: #fff;
	}
	#product_nav_bar li.cart .text
	{
		display: none;
	}
	#product_nav_bar li.contact  .text
	{
		display: none;
	}


	.product_nav_bar_alt
	{
		border: 1px solid #e97e0d;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffa32f), color-stop(1, #ff8700));
		background: -moz-linear-gradient(top, #ffa32f, #ff8700);
		background: -ms-linear-gradient(top, #ffa32f, #ff8700);
		background: linear-gradient(top, #ffa32f, #ff8700);
		width: 100%;
		text-align: left !important;
	}
	.product_nav_bar_alt a
	{
		border-bottom: 1px solid #e97e0d;
		border-left: 1px solid #ffc37d;
		border-right: 1px solid #e97e0d;
		color: #fff !important;
		display: inline-block;
		height: 2.3em;
		line-height: 2.3em !important;
		font-weight: normal !important;
		font-size: 0.9em !important;
	}
	/* #headerinner { height: 134px; } */








	#default_feature_block___old
	{
		height: 300px;
		overflow: hidden;
		position: relative;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;

		background: #0c69f5 url(/layout/201505a/1444575_92289335-e04a.png) center center no-repeat;
		background: #0b3a77 url(/layout/201505a/1434475_22348759-e04b-scaled-to-300px.png) center center no-repeat;
		background: #0f4ea4 url(/layout/201505a/1434475_22348759-e05a.png) center center no-repeat;
		background: #3c6fb5 url(/layout/201505a/1434475_22348759-e05h.jpg) center center no-repeat;

	}
	#default_feature_block___old .feature_tagline
	{
		color: white;
		font: italic 2em arial,helvetica,sans-serif;
		margin: 80px auto;
		text-align: center;
		text-indent: -4000px;


		background: url(/layout/201505a/tagline-e07.png) 30% 50% no-repeat;
		background-size: 700px 40px;
		height: 40px;
		width: 800px;   /* push it to the left a little. */

	}
	.app_feature_block
	{
		height: 300px;
		overflow: hidden;
		position: relative;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) inset;

		background: #0c69f5; /* for non-css3 browsers */
		background: -webkit-gradient(linear, left top, right bottom, from(#29b2fa), to(#0c69f5));
		background: -moz-linear-gradient(left top, #29b2fa, #0c69f5);
		background: -ms-linear-gradient(left top, #29b2fa, #0c69f5);
		background: linear-gradient(left top, #29b2fa, #0c69f5);




		/* background: #3c6fb5 url(/layout/201505a/1434475_22348759-e05h.jpg) center center no-repeat; */   /* clouds */

		background-color: #3c6fb5;
		background-image: url(/layout/bg/arcs-e02b-light.png);
		background-size: 1500px 300px;
		background-repeat: no-repeat;
		background-position: center center;




		/* overlay an image on top of a gradient: */
		/* TODO: this works, but the background-size scales the gradient area too, not just the */
		/* real image... probably need an extra wrapper div to use both at once properly. */
		/*
		background: #3c6fb5;
		background-image: url(/layout/bg/arcs-e02b-light.png);
		background-image: url(/layout/bg/arcs-e02b-light.png), -webkit-gradient(linear, left top, right bottom, from(#29b2fa), to(#0c69f5));
		background-image: url(/layout/bg/arcs-e02b-light.png), -moz-linear-gradient(left top, #29b2fa, #0c69f5);
		background-image: url(/layout/bg/arcs-e02b-light.png), -ms-linear-gradient(left top, #29b2fa, #0c69f5);
		background-image: url(/layout/bg/arcs-e02b-light.png), linear-gradient(left top, #29b2fa, #0c69f5);
		background-size: 1500px 300px;
		background-repeat: no-repeat;
		background-position: center center;
		*/
	}
	.app_feature_block .app_wrapper
	{
		margin: 10px auto;
		width: 950px;
		position: relative;
	}
	.app_feature_block .app_text
	{
		width: 550px;
		position: absolute;
		left: 0;
		top: 30px;
		background: rgba(255,255,255, 0.5);
		border-radius: 10px;
		padding: 0 10px 10px 10px;
	}
	.app_feature_block .app_image
	{
		width: 400px;
		position: absolute;
		right: 0;
		top: 0;
		text-align: right;
	}
	.app_feature_block .app_tstm
	{
		width: 300px;
		position: absolute;
		right: 10px;
		top: 50px;
		text-align: left;
		background: rgba(0,0,0, 0.3);
		color: #fff;
		padding: 10px;
		border-radius: 10px;
		font: italic 1.1em/1.5em Candara,Constantia,Georgia,Times New Roman,serif;
		text-shadow: 1px 1px 2px #000;
	}
	#cs_app_feature_block .app_text { width: 450px; }
	#cs_app_feature_block .app_tstm { width: 400px; }
	.app_feature_block .apppagetitle
	{
		color: #fff;
	}
	.app_feature_block .apppagesubtitle, .app_feature_block .star img
	{
		display: none;
	}
	.app_feature_block .star
	{
		display: none;
	}
	#default_feature_block h1.apppagetitle
	{
		font-size: 30pt;
		margin-top: 8px;
	}
	#default_feature_block .app_tstm
	{
		top: 20px;
	}









	#footer-wrapper
	{
		margin-top: 25px !important;
		border-top: 1px solid #000;
		color: #000;
		background: #6a6a6a;
	}
	#footer
	{
		width: 950px;
		margin: 0 auto;
		padding: 20px 20px 10px 20px;
		overflow: hidden;
	}
	#footer_row2_wrapper
	{
		color: #000;
		margin-top: 20px;
	}
	#footer_row2
	{
		width: 950px;
		margin: 0 auto;
		overflow: auto;
		padding: 15px 0;
		white-space: nowrap;
		line-height: 16pt;
		border-top: 1px solid #000;
		position: relative;
	}
	#footer_row2:before
	{
		/*
		This is just to put a nice groove-style border on the top edge.  We should be able
		to just do "border-top: 2px groove;" which works properly in Firefox, but not in
		Chrome/Safari.
		*/

		position: absolute; display: block; content: '';
		top: 0px;
		border-top: 1px solid #939393;
		width: 100%;
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	}
	#footer_row2 #footleft
	{
		width: 50%;
		float: left;
		text-align: left;
	}
	#footer_row2 #footright
	{
		width: 40%;
		float: right;
		text-align: right;
	}
	#footright #sitesearch .label
	{
		display: inline-block;
		margin-right: 5px;
	}
	#footer_row2 a:link		{ color: #bbb; }
	#footer_row2 a:visited		{ color: #bbb; }
	#footer_row2 a:link:hover	{ color: #000; }
	#footer_row2 a:visited:hover	{ color: #000; }
	#footer_row2 a:link:active	{ color: #000; }
	#footer_row2 a:visited:active	{ color: #000; }


	#columns
	{
		width: 950px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
	#content
	{
		float: left;
		width: 650px;
		text-align: left;
		margin: 0px 0px 10px 0;
		padding: 0 10px 10px 0px;
		display: inline; /* fix IE's doubled float margin bug */
		color: #000;
	}
	#contentfoot
	{
		width: 585px;
		height: 18px;
		position: relative; left: -10px; bottom: -10px; /* compensate for padding on #content */
	}
	#content p, #content ul, #content ol
	{
		line-height: 150%;
	}
	.pagetitle
	{
		margin-top: 0 !important;
		padding-top: 0;
	}






	#rightcol
	{
		width: 230px;
		float: right;
		padding-top: 12px;
	}








	/* now in footer: */
	.navblock
	{
		float: left;
		text-align: left;
		width: 18%;
		border-left: 1px solid #939393;
		padding-left: 0.8em;
		position: relative;
	}
	.navblock:before
	{
		/*
		This is just to put a nice groove-style border on the left edge.  We should be able
		to just do "border-left: 2px groove;" which works properly in Firefox, but not in
		Chrome/Safari.
		*/

		position: absolute; display: block; content: '';
		left: -2px;
		border-left: 1px solid #000;
		height: 100%;
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	}
	.navblock ul
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.navblock li
	{
		margin-bottom: 0;
	}
	.navblockfoot
	{
		/*
		width: 200px;
		height: 18px;
		*/
	}
	.navblock h1
	{
		font: bold 14pt sans-serif;
		white-space: nowrap;
		color: #000;
		margin-top: 0;
	}
	.navblock a
	{
		color: #fff;
		text-decoration: none;
		display: inline-block;
		padding-bottom: 2px;
	}
	.navblock a:hover
	{
		color: #000;
	}

	.navblock .itemname
	{

	}
	.navblock .itemdesc
	{
		font-size: 95%;
		color: #444;
		white-space: nowrap;

		display: none;
	}
	.navblock a:hover .itemname
	{
	}
	.navblock a:hover .itemdesc
	{
	}


	.navbox
	{
		margin: 7px 2px 2px 10px;
	}



	/* for both inline and block-level use: */
	.code
	{
		font-family: monospace;
		font-weight: bold;
		margin-left: 6px;
		margin-right: 6px;
	}


	li
	{
		margin-bottom: 20px;
	}
	.howto-img-wrapper
	{
		text-align: center;
	}
	img.howto
	{
		border: 0;
	}
	#contact
	{
		width: 510px;
		margin: 15px auto;
		text-align: left;
	}
	#contact form
	{
		margin: 0;
		padding: 0;
	}
	#contact-Name, #contact-Email, #contact-Subject, #contact-Message
	{
		width: 380px; 
		margin-bottom: 20px;
		padding: 0.4em;
		font: 1em sans-serif;
	}
	#contact-Message
	{
		height: 300px;
	}
	#contact-button
	{
		background: #38c !important;
		color: #fff !important;
		border-radius: 4px;
		padding: 0.7em 1em;
		font: bold 1.0em sans-serif;
	}
	#enccontact .pb { display: none; }
	.center-wrapper
	{
		text-align: center;
	}
	.strong
	{
		font-weight: bold;
	}
	.emphasized
	{
		font-style: italic;
	}
	.portfolio
	{
		margin: 10px auto;
		text-align: center;
	}
	.portfolio .wrapper
	{
		/*
		float: left;
		margin-right: 20px;
		*/

		margin-bottom: 40px;
	}
	.portfolio img
	{
		border: 1px solid #000;
	}
	.portfolio .ssthumb
	{
		margin-bottom: 10px;
	}
	.portfolio .sstext
	{

	}

	#image-editing img
	{
		border: 2px solid black;
	}
	#tinysshots
	{
		text-align: center;
		margin-bottom: 25px;
	}
	#tinysshots img
	{
		border: 1px solid black;
	}
	span.abbr
	{
		border-bottom: 1px dotted #000;
	}
	#about-header .title
	{
		float: left;
		width: 69%;
	}
	#about-header .subtitle
	{
		float: right;
		text-align: right;
		width: 29%;
	}
	#about-header .subtitle img
	{
		margin-bottom: 2px;
	}





	#under-construction
	{
		position: absolute;
		right: 0;
		top: 0;
		width: 162px;
		height: 163px;
		background: transparent url(/layout/under-construction.gif);
		display: none;
	}

	#tinysshots div
	{
		margin-bottom: 30px;
	}

	#sitesearch form
	{
		margin: 0;
		padding: 0;
	}


	.mono
	{
		font-family: monospace;
	}

	form
	{
		margin: 0;
		padding: 0;
	}










	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix { display: inline-table; }

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */




	#vlogiframe, #vlogiframedb
	{
		visibility: hidden;
	}

	#vlogsidebar
	{
		/* font-size: 8pt; */
		white-space: nowrap;
		padding-left: 5px;
	}
	#vlogsidebar a:link, #vlogsidebar a:visited
	{
		padding: 0;
		text-decoration: underline;
		display: inline;
		color: #bbb;
		border: 0;
	}
	#vlogsidebar a:link:hover, #vlogsidebar a:visited:hover
	{
		color: #000;
		background: transparent;
		border: 0;
	}
	#vlogsidebar p
	{
	}
	#vlogsummary
	{
		border-top: 1px solid #555 !important;
		margin: 8px 0 8px 0;
	}
	#vlogsummary p		{ margin: 3px 0px; padding: 2px 0px; border-bottom: 1px solid #555 !important; }
	#vlogsummary .label	{ }
	#vlogsummary .value	{ font-weight: bold; }

	.dailyhits .empty	{ background: #eeeeee; border: 1px solid #000; height: 8px; }
	.dailyhits .filled	{ background: #5577bb; border: 1px solid #000; height: 8px; }

	#vlog_poweredby { margin-bottom: 0; }








	.highlighted
	{
		background: #e9e9e9;
		border: 1px solid #b3b3b3;
		padding: 6px;
	}



	/* userbase */
	.userinfoleft
	{
		float: left;
		width: 47%;
	}
	.userinforight
	{
		float: right;
		width: 47%;
		text-align: right;
	}



	/* for stats script */
	table.log, #simultvisitors
	{
		width: 100%;
		border: 1px solid #cccccc;
	}
	table.none
	{
		width: 100%;
	}
	table.other
	{
		border: 1px solid #cccccc;
		margin: 8px;
	}

	.statstable		{ border: 1px solid #555; border-collapse: collapse; margin-bottom: 15px; }
	.statstable tr.head	{ background: #ccc; }
	.statstable tr.odd	{ background: #e6e6e6; }
	.statstable tr.even	{ background: #efefef; }
	.statstable th		{ padding: 4px; }
	.statstable td		{ padding: 7px; }

	.statstable td.oc	{ text-align: right; font-weight: bold; }
	.statstable td.c	{ text-align: center; }
	.statstable td.p	{ text-align: center; font-weight: bold; }

	table.log td, table.statstable td { white-space: nowrap; }
	#week td, #year td, #busy td	{ font-family: monospace; }
	td.weekc, td.yearc, td.busyc	{ text-align: center; }
	th.dateheading			{ text-align: left; }








	input.default, textarea.default
	{
		font-size: 9pt;
		border: 1px inset #888;
		background: #efefef;
		padding: 2px;
	}
	input.default:focus, textarea.default:focus
	{
		background: #fff;
	}
	input.default:hover, textarea.default:hover
	{
		background: #fff;
	}
	input.defaultbutton
	{
		border: 1px outset #000;
	}
	input.defaultbutton:hover
	{
		background: #fff;
		color: #333;
	}







	#quotebox
	{
		position: fixed;
		width: 180px;
		padding: 5px 0 5px 5px;
		bottom: 120px;
		background: url(/images/quotes-bg-image-smaller-top-02.png) top left no-repeat;
		min-height: 50px;
		margin-top: 50px;
		font-size: 10pt;
	}
	#quotebox-inner
	{
		background: url(/images/quotes-bg-image-smaller-bottom-02.png) bottom right no-repeat;
		min-height: 50px;
	}
	#quotebox .quote
	{
		font-style: italic;
		font-family: serif;
		color: #555;
		margin-bottom: 10px;
		padding: 6px 0 6px 6px;
	}
	#quotebox .author
	{
		text-align: right;
		color: #555;
		padding: 4px 6px 10px 6px;
	}




	#tstm_header
	{
		display: none;
	}
	.tstm_box
	{
		padding: 5px 0 5px 5px;
		min-height: 50px;
		margin-bottom: 35px;
		margin-right: 15px;

		background: #f6f6f6;
		padding: 5px;
		border: 1px solid #bbb;
		box-shadow: 0 0 3px #999;
	}
	.tstm_inner
	{
		min-height: 50px;
	}
	.tstm_box .tstm_text
	{
		font: italic 12pt/15pt Candara,Constantia,Georgia,Times New Roman,serif;
		color: #555;
		margin-bottom: 10px;
		padding: 8px;
	}
	.tstm_box .tstm_author
	{
		text-align: right;
		color: #888;
		padding: 2px 6px 6px 6px;
	}


	#your_cart_header
	{
		margin-top: 0;
		font-size: 12pt;
	}
	#your_cart
	{
		margin-bottom: 40px;
		border: 1px solid #bbb;
		box-shadow: 0 0 3px #999;
		background: #f6f6f6;
		padding: 10px;
		width: 194px;
	}





	#debugoutput
	{
		position: absolute;
		right: 30px;
		bottom: 30px;
		padding: 8px;
		border: 1px solid #000;
		background: #FFFF00;
		color: black;
		display: none;
	}





	.app_subhead_btn
	{
		font-size: 15px;
		border-radius: 6px;
		padding: 0.5em 1.2em;
	}
	.enc_btn_blue_01
	{
		font-size: 15px;
		border-radius: 6px;
		padding: 0.5em 1.2em;
	}
	table.buy-new td.button a
	{
		font-size: 15px;
		border-radius: 6px;
		padding: 0.5em 1.2em;
	}




	table.buy-new td.button a.buy_btn_2014b
	{
		color: #fff !important;
		text-shadow: 0 1px 2px #666;

		background: #a9a9a9;
		background:-moz-linear-gradient(center top, #b9b9b9 5%, #838383 100%);

		box-shadow: 0 0 2px #888;
		box-shadow: 0 1px 0 0 #ddd inset;

		padding: 4px 12px;
		border: 1px solid #888 !important;
		border-radius: 40px;
	}
	.buy_btn_2014b:active
	{
		position:relative;
		top:1px;
	}


	table.buy { border: 1px solid #000; border-collapse: collapse; background: #e9e9e9; margin: 0 auto; text-align: center; }
	table.buy th { background: #507090; color: #fff; padding: 10px; font-weight: normal; }
	table.buy th.first { text-align: left; }
	table.buy tr.odd { border-top: 1px solid #000; border-bottom: 1px solid #000; }
	table.buy tr.odd td { background: #fff; padding: 10px; }
	table.buy tr.even td { background: #e9e9e9; padding: 10px; }
	table.buy td.first { text-align: left; }
	table.buy tr.foot td { background: #507090; color: #fff; padding: 10px; text-align: center; font-weight: bold; font-size: 11pt; }
	table.buy tr.foot a { color: #fff; border-bottom: 1px dotted #fff; }

	form.buy { margin: 3px 0 0 0; padding: 3px 0 0 0; display: inline; }



	table.buy-new th { font-size: 11pt; }
	table.buy-new td.name div { white-space: nowrap; }
	table.buy-turnkey td.name div { white-space: normal !important; }



	#updatespage .personal_update_note { color: #737373; font-style: italic; }
	#updatespage .personal_update_note .the_word_personal { font-weight: bold; }

	table.buy-2012a { width: 570px; border: 1px solid #000000; border-collapse: separate; border-spacing: 0; background: #fff; color: #333333; margin: 0 auto; text-align: center; }
	table.buy-2012a th { padding: 10px; background: #eeeeee; color: #444; border-bottom: 1px solid #000; }
	table.buy-2012a th.first { text-align: left; }
	table.buy-2012a td { padding: 9px 5px; border-bottom: 1px solid #ccc; }
	table.buy-2012a td.button { padding-left: 8px; text-align: right; }
	table.buy-2012a td.name { white-space: nowrap; text-align: left; }
	table.buy-2012a td.support, table.buy-2012a td.upgrades, table.buy-2012a td.discount { font-size: 12pt; }
	table.buy-2012a tr.foot { display: none; }


	table.buy-extras {  }




	h1.apppagetitle    { margin: -2px 0px 0px -3px; font-size: 40pt; color: #bbb; text-shadow: 1px 1px 1px #000; }
	h1.apppagesubtitle { margin: 0px 0px 12px 0px; font-size: 10pt; font-style: normal; font-weight: normal; color: #606060; }
	.product_intro { font-size: 14pt; margin-bottom: 10px; }

	h1.apppagetitle .firsthalf { color: #333; }
	h1.apppagetitle .secondhalf { color: #888888; }

	/* awesome white big blocky 3D text: */
	h1.pagetitle_blocky
	{
		font:bold 40pt Verdana,sans-serif;
		color:#FFFFFF !important;
		text-shadow: 0 1px 0 #ccc,
		0 2px 0 #c9c9c9,
		0 3px 0 #bbb,
		0 4px 0 #b9b9b9,
		0 5px 0 #aaa,
		0 6px 1px rgba(0,0,0,.1),
		0 0 5px rgba(0,0,0,.1),
		0 1px 3px rgba(0,0,0,.3),
		0 3px 5px rgba(0,0,0,.2),
		0 5px 10px rgba(0,0,0,.25),
		0 10px 10px rgba(0,0,0,.2),
		0 20px 20px rgba(0,0,0,.15);
	}


	#products_page ul { list-style: none; padding: 5px 15px; }
	#products_page a.appname { font: bold 14pt sans-serif; color: #16b; }
	#products_page a.text { text-decoration: none; color: black; }


	#contactformpage h1.pagetitle { }
	#contactformpage p.first { margin-top: 20px; }
	#contactformpage { background: url(/contactform/star.png) 100% 0px no-repeat; }






	#fc { position: relative; top: 0; left: 0; }
	#fc .star { position: absolute; right: -3em; top: -0.5em; }
	#fc .star a { border: 0; text-decoration: none; }
	#fc .star img { }
	#fc .star .txt		{ position: absolute; top: 0.7em; left: 0; width: 100%; text-align: center; text-shadow: 1px 1px 2px #000; font-weight: bold; }
	#fc .star .new		{ display: block; font-size: 1.0em; color: #ddd; }
	#fc .star .version	{ display: block; font-size: 1.6em; color: #fff; }
	#fc .star .date		{ display: block; font-size: 0.8em; color: #ddd; }
	#fc .star a.txt:hover span	{ text-shadow: 0px 0px 4px #000; }
	#fc h1.pagetitle { }
	#fc h1.pagesubtitle { display: none; }
	#fc .product_action_buttons { margin: 0px 0 20px 0; }
	#fc .screenshots h4 { color: #909090; }
	#fc .innermenu { /* max-width: 300px; */ border: 1px solid #ccc; margin-bottom: 15px; display: inline-block; }
	#fc .innermenu ul { list-style-type: none; margin: 3px; padding: 0 5px; background: #efefef; }
	#fc .innermenu li { margin: 0; padding: 5px 6px; display: inline-block; }
	#fc .innermenu li.first { font-weight: bold; padding: 5px 2px; }
	#fc #brief_features { margin: 0 0 20px 0; }
	#fc #brief_features h2 { margin: 0 0 10px 0; }
	#fc #brief_features li { margin: 0; }

	#fcfaq .section_title { margin: 30px 0 -20px 0; }




	#userbasepage { position: relative; }
	#userbasepage .star { position: absolute; right: -3em; top: -0.5em; }
	#userbasepage .star a { border: 0; text-decoration: none; }
	#userbasepage .star img { }
	#userbasepage .star .txt	{ position: absolute; top: 0.7em; left: 0; width: 100%; text-align: center; text-shadow: 1px 1px 2px #000; font-weight: bold; }
	#userbasepage .star .new	{ display: block; font-size: 1.0em; color: #ddd; }
	#userbasepage .star .version	{ display: block; font-size: 1.6em; color: #fff; }
	#userbasepage .star .date	{ display: block; font-size: 0.8em; color: #ddd; }
	#userbasepage .star a.txt:hover span	{ text-shadow: 0px 0px 4px #000; }

	/* 20171114: old star stuff below: */
	#userbasepage .star .text { background: #eee; border: 1px solid #aaa; box-shadow: 0 0 2px #888; position: absolute; top: 13px; right: -10px; padding: 9px 13px; border-radius: 40px; }
	/* new real-text star: (works and looks great except on Windows, so not using this yet) */
	#userbasepage .star_text { position: absolute; top: 0; right: 0; background: url(/userbase/star-round-e02.png) center center no-repeat; width: 110px; height: 110px; text-align: center; }
	#userbasepage .star_text p { margin-bottom: 0 !important; }
	#userbasepage .star_text a { color: #fff; text-decoration: none; outline: none; }
	#userbasepage .star_text a:hover, #userbasepage .star_text a:active { color: #fff; text-decoration: none; outline: none; }
	#userbasepage .star_text .new  { font-size: 14pt; margin-top: 12px !important; text-shadow: 1px 1px 1px #444; }
	#userbasepage .star_text .ver  { font-size: 21pt; margin-top: -8px !important; text-shadow: 1px 1px 2px #000; font-weight: bold; text-shadow: 1px 1px 2px #000; }
	#userbasepage .star_text .date { font-size: 12pt; margin-top: -5px !important; text-shadow: 1px 1px 1px #444; }

	#userbasepage h1.pagetitle { }
	#userbasepage h1.pagesubtitle { display: none; }
	#userbasepage p.first { /* width: 75%; */ }




	#vlogpage { position: relative; }
	#vlogpage .star { position: absolute; top: 0; right: 0; width: 110px; height: 110px; background: url(/visitorlog/star.png) 0px 0px no-repeat; }
	#vlogpage h1.pagetitle { }
	#vlogpage h1.pagesubtitle { }
	#vlogpage h2, #vlogpage h3 { margin-top: 40px; color: #333; }
	#vlogpage p.first { }
	#vlogpage .mini_screenshots { white-space: nowrap; }
	#vlogpage .mini_screenshots a { border: 1px solid black; display: inline-block; margin-right: 8px; padding: 8px; background: #999; }
	#vlogpage .mini_screenshots a.third { margin-right: 0; }
	#vlogpage .mini_screenshots img { border: 1px solid black; }




	#mailylistpage h1.pagetitle { }
	#mailylistpage h1.pagesubtitle { }




	#cornerstorepage { position: relative; }
	#cornerstorepage h2, #cornerstorepage h3 { margin-top: 40px; color: #333; }
	#cornerstorepage .product_action_buttons { margin: 0px 0 25px 0; }
	#cornerstorepage .star a { border: 0; }
	#cornerstorepage .star img { border: 0; position: absolute; top: 0; right: -15px; }

	#buynowpage .itemname { font-weight: bold; }




	/* #cartpage: */
	#theshoppingcart { border: 1px solid #888888; }

	#theshoppingcart input.button { width: auto; overflow: visible; padding: 3px 6px; } /* fix IE's wide-button stupidity */
	#submitcart { position: absolute; right: 8px; bottom: 8px; } /* to be replaced by the next two: */
	/* #paypalcheckoutbutton_std { position: absolute; right: 88px; bottom: 0px; } */
	#googlecheckoutbutton_std { position: absolute; right: 132px; bottom: 8px; }
	#paypalcheckoutbutton_img { position: absolute; right: 8px; bottom: 4px; }
	#googlecheckoutbutton_img { position: absolute; right: 170px; bottom: 3px; }

	#cartitemlist th { border-bottom: 1px solid #999; }
	#cartitemlist td { border-bottom: 1px solid #dddddd; }
	#cartitemlist td.name { border-left: 1px solid #999; }
	#cartitemlist td.rem { border-right: 1px solid #999; }

	#cartitemlist td.grandtotal { border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 1px solid #999; }
	#cartitemlist td.emptycart { border-left: 1px solid #999; border-right: 1px solid #999; border-bottom: 0; }


	#cart_top_note { font-style: italic; }
	#cart_top_note a { text-decoration: underline; }



	#livechatpage h2, #livechatpage h3 { margin-top: 40px; color: #333; }
	#livechatpage h1.pagesubtitle { display: none; }
	#livechatpage h2.first { margin-top: 0; }

}

