body { overflow-y: scroll; }
/* Page-wide CSS */
body { background-color: #f6f6f6; border: 0px; color: #2d2d2d; font-family: "Segoe UI", Arial, Tahoma, Verdana;  font-size: 13px; margin: 0px; padding: 0px; }
a:link { color: #004b8d; text-decoration: none; }
a:visited { color: #004b8d; text-decoration: none; }
a:hover { color: #1ba5c7; text-decoration: underline; }
a.site_sel_text
{
	color: #1BA5C7;
}
p{ color: #2d2d2d; line-height: 16px; font-size:13px;}
hr { background-color: #0068a1; border: 0; clear: both; color: #0068a1; height: 1px; margin: auto; padding: 0px; width: 864px; }
h1 { font-family: "Segoe UI", Arial; font-size: 30px; font-weight: normal; margin-top: 0px; padding: 0px; }
h2 { font-family: "Segoe UI", Arial; font-size: 20px; font-weight: normal;}
h4 { font-family: "Segoe UI", Arial; font-size: 15px; font-weight: normal;}
h5 { color: #000000; font-family: "Arial"; font-size: 12px; margin: 0px; padding: 0px 0px 5px; }
a.top  { color: #0068a1; font-family: "Arial"; font-size: 11px;  }
input[type=submit]
{
	-webkit-border-radius:0;
	border-radius:0;
	-webkit-appearance:none
}

.pagecontent { margin: auto; padding: 0px; width: 941px; }
/* Header */
.header { background-color: #ffffff; border: 1px solid #e4e5e6; border-top: 0px; margin: auto; padding: 10px 0px 0px 36px; height:75px; position: relative; }
div.header > .account { top: 55px; color: #7d7d7d; font-size: 11px; position: absolute; right: 30px; text-decoration: underline; }

.footer_container { background-color: #e3e4e5; border: 0px; clear: both; font-size: 11px; height: 46px; margin: 10px 0px 0px 0px; padding: 7px 20px 7px 20px; position: relative; }
	.footer_container ul { margin: 0px; padding: 0px; }
	.footer_container li { color: #7a7a7a; display: inline-block; font-size: 11px; list-style-type: none; margin: 0px 3px 0px 3px; }
	.footer_container li:first-child { margin-left: 0px; }
	.footer_container p { color: #7d7d7d; font-size: 11px; margin: 0px; padding: 0px; }
	.footer_container a:link { text-decoration: none; }
	.footer_container div.links { float: left; line-height: 23px; width: 325px; }
	.footer_container div.signup { float: right; padding-right: 15px; padding-top: 1px; width: 226px; }
	.footer_container div.signup > form { width: 226px; }
	.footer_container div.signup > form > input[type='submit'] { background-color: #E7A40F; border: 0; color: #fff; font-size: 11px; height: 20px; margin: 0 2px; padding: 0; width: 62px; vertical-align: top; }
	.footer_container div.signup div { display: inline-block; position: relative; }
	.footer_container div.signup  div label { color: #7f7f7f; cursor: text; font-size: 11px; line-height: 18px; margin-left: 10px; position: absolute; }
	.footer_container div.signup  div input { border: 1px solid #ababab;  font-size: 11px; height: 18px; padding: 0 10px; width: 134px; }
	.footer_container div.social { border-left: 1px solid #7d7d7d; display: block; float: right; height: 37px; padding-left: 15px; padding-right: 15px; padding-top: 9px; }
	.footer_container a.merchandise { border-left: 1px solid #7d7d7d; display: block; float: right; height: 41px; padding-left: 15px; padding-top: 5px; width: 145px; }
	.footer_container a.merchandise > p {  color: #5c5c5c; float: right; line-height: 13px; margin-top: 4px; width: 75px; }
	.footer_container .clearb { clear: both; }
strike {color: red;}

div.sitenav {
	color: #555555;
}
.LinksBar {
	color: #555555;
}
div.site_nav > ul > li
{
	position: relative;
	z-index:100;
}
div.site_nav > ul > li > div.dropdown
{
	background-color:#f6f6f6;
	display:none;
	line-height:13px;
	left:-12px;
	position:absolute;
	padding:14px 0 0 13px;
	top: 15px;
	width:130px;
	z-index:100;
	border-right: 1px solid #8a8a8a;
	border-bottom: 1px solid #8a8a8a;
}
div.site_nav > ul > li > div.dropdown > a
{
	display:block;
	font-size: 12px;
	margin-bottom:14px;
}
.site_nav > ul > li:hover div.dropdown
{
	display:block;
}

.br {
clear: left;
font-size: 0pt;
line-height: 6px;
height: 6px;
}

/* Software/Games Site Select, Social Links, Searchbox */
.site_nav { background-color: #f6f6f6; border: 0px; clear: both; font-size: 14px; height: 32px; line-height: 31px; margin: 0px; padding: 0px 25px 0px 35px; position: relative; width: 881px; }
	.site_nav ul { float: left; margin: 0px; padding: 0px; }
	.site_nav li { color: #004b8d; cursor: default; display: inline; list-style-type: none; margin: 0px 3px 0px 3px; }
	.site_nav li.site_sel_text { color: #1ba5c7; }
	.site_nav form.search_form { display: block; height: 29px; position: absolute; right: 25px; top:1px; width: 212px; }
	.site_nav input#search { border: 1px solid #e4e5e6; color: #7a7a7a; display: inline; font-family: "segoe ui", arial, sans-serif; font-size: 0.75em; height: 27px; line-height: 27px; padding: 0px 0px 0px 10px; position: absolute; top: 0px; width: 200px; }
	.site_nav a { text-decoration: none; }
	.site_nav a:hover { color: #1ba5c7; text-decoration: underline; }
	.site_nav a#mag_submit { border: 0px; margin: 0px; line-height: 0; padding: 0px; position: absolute; top: 7px; right: 10px; }
	.site_nav img.social { border: 0px; position: absolute; top: 4px; right: 250px; }

.page_nav, .LinksBar{ background-color: #ffffff; border: 1px solid #e4e5e6; border-bottom: 0px; clear: both; padding: 5px 0px 5px 37px; width: 902px; }
	.page_nav ul { margin: 0px; padding: 0px; }
	.page_nav li { color: #004b8d; display: inline; font-size: 13px; list-style-type: none; margin: 0px 3px 0px 0px; }
	.page_nav li.page_sel_text { color: #1ba5c7; }
	
/* Main Container */	
#main_container, div.main_container
{
	padding: 0 0 35px 0;
	background-color:white;
	border: 1px solid #E4E5E6;
	border-top: 0;
}
div.main_container.no_pagenav
{
	border: 1px solid #E4E5E6;
	padding: 20px 350px 40px 35px;
}

a.get_it_now
{
	background-color:#378412;
	color:white;
	font-size:15px;
	font-weight:normal;
	height:36px;
	line-height:36px;
	text-align:center;
	text-decoration:none;
	width:126px;
	display:block;
	cursor:pointer;

}
a.get_it_now.centered
{
	margin-left:auto;
	margin-right:auto;
}
a.get_it_now.inline
{
	float:left;
	margin-top:0px;
}
a.get_it_now.right
{
	float:right;
	width:126px;
}
a.get_it_now.no_margin{
	margin-left:0;
}
a.download
{
	background-color:#e8a30f;
	color:white;
	font-size:15px;
	font-weight:normal;
	height:36px;
	line-height:36px;
	text-align:center;
	text-decoration:none;
	width:126px;
	display:block;

}
a.download.centered
{
	margin-left:auto;
	margin-right:auto;
}
a.download.right
{
	float:right;
	width:126px;
}
a.download.inline
{
	float:left;
	margin-left:15px;
	margin-top:0px;
}
a.learn_more
{
	background-color:#7D7D7D;
	color:white;
	font-size:15px;
	font-weight:normal;
	height:36px;
	line-height:36px;
	text-align:center;
	text-decoration:none;
	width:126px;
	display:block;

}
a.learn_more.centered
{
	margin-left:auto;
	margin-right:auto;
}
a.learn_more.right
{
	float:right;
	width:126px;
}
a.learn_more.inline
{
	float:left;
	margin-left:15px;
	margin-top:0px;
}
.cnet_download_button {
	display:block;
width: 150px;
height: 60px;
background-image: url(/images/cnet_download.gif);
background-repeat: no-repeat;
}

div.subscriptions { background-color: #fff; color: #2d2d2d; font-family: Arial, 'Segoe UI', Tahoma, Helvetica, Sans-Serif; font-size: 13px; padding: 0 300px 20px 40px; text-align: left; }
	.subscriptions h2 { color: #2d2d2d; font-family: 'Segoe UI', Arial, Tahoma, Helvetica, Sans-Serif; font-size: 39px; font-weight: normal; padding: 15px 0 10px 0; }
	.subscriptions #emailaddress { border: solid 1px #004b8d; color: #7f7f7f; font-size: 13px; height: 34px; padding-left: 10px; }
	.subscriptions #emailaddress.clicked { color: #000; font-style: normal; }
	.subscriptions .welcome span { color: #7d7d7d; font-size: 7pt; font-style: italic; }
	.subscriptions .welcome span a { color: #7d7d7d; font-size: 7pt; font-weight: normal; text-decoration: underline; }
	.subscriptions .welcome span a:hover { text-decoration: none; }
	.subscriptions .choose { color: #e15231; font-size: 16pt; height: 31px; margin: 15px 0; padding: 5px 10px 0 0; width: 270px; }
	.subscriptions .options { font-family: Arial, 'Segoe UI', Tahoma, Helvetica, Sans-Serif; }
	.subscriptions .options p { font-size: 13pt; }
	.subscriptions .options p input { margin-right: 12px; }
	.subscriptions #popup { display: none; font-family: Arial, 'Segoe UI', Tahoma, Helvetica, Sans-Serif; left: 20%; top: 40%; z-index: 10; }
	.subscriptions #popup .popupcontent { background-color: #0068a1; color: #fff; cursor: pointer; left: 20%; padding: 0 20px; position: absolute; text-align: center; top: 40%; z-index: 10; }
	.subscriptions #popup .popupcontent .title { font-size: 24pt; margin: 10px 20px 0 20px; }
	.subscriptions #popup .popupcontent .extra { font-size: 9pt; margin: 10px 0 20px 0; }
	.subscriptions #popup .popupbuttons { left: 32%; padding: 0 20px; position: absolute; text-align: center; top: 56%; z-index: 11; }
	.subscriptions #popup .popupbuttons input { margin: 0 10px; }
	.subscriptions input[type="image"] { font-size: 16px; height: 36px; }

div.paragraph_container
{
	width:685px;
	float:left;
}
div.button_container
{
	margin-top:15px;
	float:right;
}

/* #region Home Page */

#banners
{
	height: 286px;
	overflow: hidden;
	position: relative;
	width: 941px;
}
#banners a img
{
	border: none;
	left: 0;
	position: absolute;
	top: 0;
}
#banners .buttons
{
	position: absolute;
	right: 4px;
	top: 3px;
}
#banners .buttons a
{
	background-image: url('/images/home/banners/buttons.png');
	background-position: 0 0;
	display: block;
	height: 18px;
	margin-bottom: 3px;
	width: 18px;
}
#banners .buttons a.over, #banners .buttons a.current
{
	background-position: 0 -18px;
}
#product_sections
{
	margin-bottom: 20px;
}
#product_sections > .section
{
	float: left;
	margin-right: 13px;
	width: 292px;
}
#product_sections > .section > a
{
	display: block;
	text-decoration: none;
}
#product_sections > .section > a > .header
{
	border: 0;
	height: 29px;
	margin: 0 0 3px 0;
	padding: 0;
}
#product_sections > .section > a > .header > h1
{
	background-image: url('/images/home/text/section_headers2.png');
	display: block;
	float: left;
	height: 14px;
	margin: 9px 0 0 12px;
	padding: 0;
}
#product_sections > .section > a > .header > h1 > span
{
	display: none;
}
#product_sections > .section > a > .header > span.more
{
	background-image: url('/images/home/sections/lines.png');
	background-repeat: no-repeat;
	display: block;
	float: right;
	font-size: 13px;
	height: 29px;
	line-height: 29px;
	padding: 0 11px 0 22px;
	text-decoration: none;
}
#product_sections > .section > a:hover > .header > span.more
{
	text-decoration: none;
}
#product_sections > .section > a > .preview > img
{
	border: 0;
}
#product_sections > .section > .description
{
	padding: 12px;
}
#section_consumer_software
{
	margin-left: 19px;
}
#section_consumer_software > a > .header
{
	background-color: #7AC142;
}
#section_consumer_software > a > .header > h1
{
	background-position: 0 0;
	width: 120px;
}
#section_consumer_software > a > .header > span.more
{
	background-color: #D7ECC6;
	background-position: 0 -29px;
	color: #7AC142;
}
#section_consumer_software > a > .header > span.more:hover
{
	background-color: #7AC142;
	background-position: 0 -116px;
	color: #FEFEFE;
}
#section_consumer_software > .description
{
	background-color: #E9FFD7;
}
#section_business_solutions > a > .header
{
	background-color: #1BA5C7;
}
#section_business_solutions > a > .header > h1
{
	background-position: -120px 0;
	width: 123px;
}
#section_business_solutions > a > .header > span.more
{
	background-color: #BAE4EE;
	background-position: 0 0;
	color: #1BA5C7;
}
#section_business_solutions > a > .header > span.more:hover
{
	background-color: #1BA5C7;
	background-position: 0 -87px;
	color: #FEFEFE;
}
#section_business_solutions > .description
{
	background-color: #DCF1F6;
}
#product_sections > #section_stardock_games
{
	margin-right: 0;
}
#section_stardock_games > a > .header
{
	background-color: #E15231;
}
#section_stardock_games > a > .header > h1
{
	background-position: -243px 0;
	width: 106px;
}
#section_stardock_games > a > .header > span.more
{
	background-color: #F6CBC1;
	background-position: 0 -58px;
	color: #E15231;
}
#section_stardock_games > a > .header > span.more:hover
{
	background-color: #E15231;
	background-position: 0 -145px;
	color: #FEFEFE;
}
#section_stardock_games > .description
{
	background-color: #FFEBE6;
}

#home_footer
{
	background-color: #F6F6F6;
	padding: 0 0 1em 0;
	position: relative;
}
#home_footer a
{
	color: #004B8D;
}
#home_footer a:hover
{
	color: #1BA5C7;
	text-decoration: underline;
}
#home_footer a:visited
{
	color: #1BA5C7;
	text-decoration: none;
}
#home_footer > .accent
{
	background-color: #EDEDED;
	height: 29px;
	position: absolute;
	top: 0;
	width: 100%;
}
#home_footer > .section > .header
{
	background-color: transparent;
	border: 0;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}
#home_footer > .section > .header > h1
{
	background-image: url('/images/home/text/news_headers.png');
	display: block;
	margin-top: 9px;
}
#home_footer > .section > .header > h1 > span
{
	display: none;
}
#home_footer > .section
{
	float: left;
	margin-right: 37px;
	width: 268px;
}
#section_whats_hot
{
	margin-left: 30px;
}
#section_whats_hot > .header > h1
{
	background-position: -78px 0;
	height: 11px;
	width: 73px;
}
#section_latest_news > .header > h1
{
	background-position: 0 0;
	height: 11px;
	width: 78px;
}
#home_footer > #section_subscribe_to_our_mailing_list
{
	margin-right: 0;
}
#section_subscribe_to_our_mailing_list > .header > h1
{
	background-position: 0 -11px;
	height: 14px;
	width: 190px;
}
#section_subscribe_to_our_mailing_list > .content > #win8_box
{
	background-color: #c7ecf5;
	font-size: 13px;
	margin-top: 15px;
	padding: 10px;
	width: 250px;
}
#section_subscribe_to_our_mailing_list > .content > #win8_box > h2
{
	font-size: 15px;
	font-weight: normal;
	margin-top: 0;
}
#section_subscribe_to_our_mailing_list > .content > #win8_box > ul
{
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}
#section_whats_hot > .content
{
	font-size: 13px;
	padding-top: 3px;
}
#section_whats_hot > .content > ul
{
	float: left;
	list-style: none none outside;
	margin: 0;
	padding: 0;
	width: 50%;
}
#section_whats_hot > .content > ul > li
{
	margin-bottom: 1em;
}
#section_latest_news > .content
{
	padding-top: 3px;
}
#section_latest_news > .content > ul
{
	list-style: none none outside;
	margin: 0 0 1em 0;
	padding: 0;
}
#section_latest_news > .content > ul > li
{
	color: #7D7D7D;
	font-size: 11px;
	margin-bottom: 1em;
}
#section_latest_news > .content > ul > li > a
{
	font-size: 13px;
}
#section_latest_news > .content > a
{
	font-size: 11px;
}
#section_subscribe_to_our_mailing_list > .content > p
{
	font-size: 13px;
	margin-top: 0;
}
#section_subscribe_to_our_mailing_list > .content > form div
{
	margin-bottom: 12px;
	position: relative;
}
#section_subscribe_to_our_mailing_list > .content > form div label
{
	color: #7F7F7F;
	font-size: 13px;
	line-height: 34px;
	margin-left: 10px;
	position: absolute;
}
#section_subscribe_to_our_mailing_list > .content > form input[type=text]
{
	border: 1px solid #ABABAB;
	font-size: 12px;
	height: 34px;
	padding: 0 9px;
	width: 219px;
}
#section_subscribe_to_our_mailing_list > .content > form input[type=submit]
{
	background-color: #E7A40F;
	border: 0;
	color: #F6F6F6;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	width: 126px;
}
#formsuccess > p.manage
{
	font-size: 10px;
	color: #7D7D7D;
}
#formsuccess > p.manage a
{
	color: #7D7D7D;
}

#message404 
{
	padding: 0;
}
#message404 > h1
{
	color: #004A8D;
	font: 34px 'Segoe UI', Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 15px;
}
#message404  a 
{
	color: #014b8c;
}
#message404  a:hover
{
	text-decoration: underline;
}

/* #endregion */

/* #region Social Media */

.SocialMedia
{
	float: right;
	height: 20px;
	margin-top: -1px;
	overflow: hidden;
	white-space: nowrap;
}
.SocialMedia .icon
{
	float: left;
	overflow: hidden;
	width: 100px;
}
.SocialMedia .icon.SocialMediaFacebook
{
	width: 96px;
}
.SocialMedia .icon.SocialMediaTwitter
{
	
}
.SocialMedia .icon.SocialMediaGoogle
{
	
}

/* #endregion */