﻿html, body {
	
}
body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana;
	font-size: 13px;
	background: white url(bg-strip.png) repeat-x scroll 0 0;
}
blockquote {
	background-color: #f4f4f4;
	margin: 0;
	padding: 10px;
}
hr {
	background-color: #888;
	color: #888;
	border: 0;
	height: 1px;
}
#mainbody {
}
* html #container
{
	height: 100%;
}
img {
	border: 0;
}
#outercontainer {	
	margin: 0 auto;	
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 950px;
}
#content {
	margin-top: 112px;
	padding: 8px;
	clear: both;		
}
#header {
	margin: 0 auto;
	padding-top: 25px;
	width: 950px;	
	position: absolute;
	top: 0;
	background: white url(home-bg.png) no-repeat scroll 0 0;
}
#header-bar {
	height: 60px;
}
#header-bar ul {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#header-bar li {
	float: left;
	list-style-type: none;
	margin-right: 1px;
}
#header-form {
	float: left; display: block; height: 32px; padding: 28px 10px 0 10px; background: transparent url(header.png) no-repeat scroll right top
}
#header-silverlight-controls {
	display: block;
	width: 147px; 
	height: 60px;
	background: transparent url(header.png) no-repeat scroll 0 0;
	text-indent: -9999em;	
}
#header-silverlight-controls:hover {
	border-top: 2px solid #d8f3d9;
	height: 58px;
	background-position: 0 -2px;
}
#header-xaml-illustrations {
	display: block;
	width: 197px; 
	height: 60px;
	background: transparent url(header.png) no-repeat scroll -148px 0;
	text-indent: -9999em;	
}
#header-xaml-illustrations:hover {
	border-top: 2px solid #d8f3d9;
	height: 58px;
	background-position: -148px -2px;
}
#header-wp7-samples {
	display: block;
	width: 137px; 
	height: 60px;
	background: transparent url(header.png) no-repeat scroll -346px 0;
	text-indent: -9999em;	
}
#header-wp7-samples:hover {
	border-top: 2px solid #d8f3d9;
	height: 58px;
	background-position: -346px -2px;
}
#search-box {
	height: 20px;
	width: 346px;
	margin: 0;
	padding: 2px 5px;	
	font-size: 14px;
	font-weight: normal;
	font-family: Trebuchet MS;
	background-image: none;
	border-width: 0;
	color: #555;
	float: left;
}
#clear-search {
	float: left;
	margin: 6px 0 0 -22px;
	position: relative;
}
#search-button {
	font-family: Trebuchet MS;
	width: 90px;
	height: 24px;
	border-width: 0;
	background-color: #1b4d1c;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	float: left;
}
#search-button:hover {
	background-color: #000;
}
#logo {
	width: 231px;
	height: 42px;
	background: transparent url(logo.png) no-repeat scroll left top;
	display: block;
	float: left;
}
#nav {
	float: right;
	padding: 13px 10px 0 0;
	text-align: right;	
}
#nav a {
	color: #d8f3d9;	
}
#nav a:hover {
	color: #fff;	
}
#browse-collection {
	width: 950px;
	height: 168px;
	display: block;
}
#outerfooter {
	clear: both;
	height: 200px;
	margin: 0 auto;
	width: 950px;
}
#footer {
	color: #888;
	padding: 20px 8px;
	clear: both;
}
#footer a {
	color: #888;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #000;
}
#footerleft {
	float: left;
}
#footerright {
	margin: auto 0;
	float: right;
	text-align: right;
}

.simple-product-list {
	margin: 0 0 1px 0;
	color: #888;
	background-color: #fff;
	clear: both;
}
.simple-product-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.simple-product-list li {
	width: 100px;
	height: 100px;
	float: left;
	display: inline;
	margin: 0 1px 0 0;
	background-color: #eee;
	padding: 0;
	position: relative;
	color: #000;
}
.simple-product-list li a {
	color: #000;
	text-decoration: none;
}
.simple-product-list li:hover {
	z-index: 99;
}
.simple-product-list .thumb {
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	background-position: left top;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.simple-product-list .thumb:hover {	
	opacity: 1.0;
	filter: alpha(opacity=100);
	z-index: 999;
	background-position: left bottom;
}
/*
.simple-product-list img {
	position: relative;
	padding: 0;	
	width: 100px;
	height: 100px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.simple-product-list li:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100);
	z-index: 999;
}*/
.simple-product-list li .info {
	position: absolute;
	left: -260px; top: -85px;
	padding: 10px 120px 10px 10px;
	margin-top: 75px;
	width: 240px;
	height: 100px;
	display: none;
	background: #fff;
	font-size: 1.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 15px #ccc;
  -webkit-box-shadow: 0 0 15px #ccc;
  box-shadow: 0 0 15px #ccc;
}
.simple-product-list li h2 {
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana;
	text-transform: uppercase;
	margin: 0; padding: 10px 0;
}
.simple-product-list li p {padding: 0; margin: 0; font-size: 13px; color: #888;}

.simple-product-list .moreproducts {
	float: left;
	display: block;
	width: 100px;
	background-color: #fff;
	padding: 30px 10px 0 10px;
	height: 70px;
	color: #888;
	text-align: center;
	text-decoration: none;
}
.simple-product-list .moreproducts span {	
	text-decoration: underline;
}
.simple-product-list .moreproducts strong {	
	font-size: 18px;
}
.simple-product-list .moreproducts:hover {	
	background-color: #eee;
	color: #000;
}
.simple-product-list .moreproducts:hover span {	
	text-decoration: none !important;
}
#top-downloads, #latest-controls, #latest-illustrations {
	float: left;
	width: 324px;
	height: 100px;
	margin-right: 1px;
}
#top-downloads {
	background: white url(top-this-week.png) no-repeat scroll 0 0;
}
#latest-controls {
	background: white url(latest-controls.png) no-repeat scroll 0 0;
}
#latest-illustrations {
	background: white url(latest-illustrations.png) no-repeat scroll 0 0;
}
br {
	clear: both;
}
a {
	color: #318a33;
}
a:hover {
	color: #4ba44d;
	text-decoration: none;
}
h1, h2 {
	font-weight: normal;
}
h1 {
	margin: 0;
	padding: 15px 0 5px 0;
	font-size: 32px;
	color: #888;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}

#subtitle {
	margin: 0;
	padding: 0 0 5px 0;
	color: #888;
	font-weight: normal;
}
#breadcrumbs {
	display: block;
	padding: 15px 0 0 0;
	margin-bottom: -15px;
	color: #888;
}
#breadcrumbs a {
	color: #888;
}

#silverlight-goodness {
	background: white url(silverlight-goodness.jpg) no-repeat scroll left top;
	width: 950px;
	height: 131px;
	display: block;
}

.ProductTitle {
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}

#SearchTags {
	border-left: 1px dotted #888; padding-left: 25px; width: 200px; float: right; color: #888;
}
#SearchTags ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#SearchTags ul li {
	margin: 10px 0;
}
#SearchTags ul li a {
	color: #888;
	background-color: #f8f8f8;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-decoration: none;
}
#SearchTags ul li a:hover {
	color: #000;
	background-color: #eee;
	text-decoration: underline;
}

.ProductTags ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.ProductTags ul li {
	float: left;
	display: block;
	padding: 0 2px 6px 0;
}
.ProductTags ul li a {
	color: #888;
	background-color: #f8f8f8;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-decoration: none;	
}
.ProductTags ul li a:hover {
	color: #000;
	background-color: #eee;
	text-decoration: underline;
}

.remove-tags {
	margin-top: 5px !important;
}
.remove-tags li {
	margin: 0 0 5px 0 !important;
}
.remove-tags a {
	background-color: #fff !important;
	color: #888 !important;
	border-width: 0 !important;
	padding: 0 15px 0 0 !important;
	text-decoration: underline !important;
	background: transparent url(RemoveIcon.png) no-repeat scroll right -999px;
}
.remove-tags a:hover {
	color: #000 !important;
	background-position: top right;
}
#sort {
	margin: 20px 0 10px 0;
	padding: 0 25px 0 0;
	text-align: right;
	border-bottom: 1px solid #000;
	width: 905px;
}
#sort a {
	color: #999;
	padding: 5px 10px;
	display: inline-block;
	margin-bottom: -1px;
	font-size: 11pt;	
	text-decoration: none;
}
#sort a:hover {
	color: #000;
}
#sort a.selected {
	color: #000;	
	font-weight: bold;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #fff;
}
#search-table {
	width: 675px;
	color: #555;
}
#search-table td {
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
}
#search-table .thumb-container {
	padding: 20px;
}
#search-table .thumb {
	width: 100px;
	height: 100px;	
	background-position: left top;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search-table tr:hover .thumb {
	opacity: 1.0;
	filter: alpha(opacity=100);
	background-position: left bottom;
}
#search-table .control-price {
	width: 100%;
	height: 100%;
	background-color: #eee;
	text-align:	center;
	font-size: 18px;
}
#search-table .control-price strong {
	display: block;
	padding-top: 50px;
}
#search-table tr:hover .ProductTitle {
	color: #4ba44d;
}
#search-table tr:hover .control-price {
	visibility: hidden;
}
#search-table tr:hover {
	color: Black;
}
#search-table tr:hover .search-control-info {
	color: #555;
}
#search-table .search-control-info {
	color: #888;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#search-table .search-control-info span {
	padding-right: 20px;
}
#search-table .search-control-info strong {
	font-size: 16px;
}
.download-count {
	width: 45px;
	text-align: center;
	line-height: 16px;
	padding: 17px 10px;
	color: #fff;
	background-color: #888;
	font-size: 14px;
}
.product-count {
	width: 45px;
	text-align: center;
	line-height: 16px;
	padding: 10px;
	color: #888;
	background-color: #eee;
	font-size: 14px;
}
.download-count strong, .product-count strong {
	font-size: 24px;
	font-weight: normal;
	display: block;
}

.tiny-rss {
	padding: 5px 0px 5px 15px;
	background: transparent url(tiny-rss-icon.png) no-repeat scroll left 50%;
}

.link-button {
	font-family: Trebuchet MS;
	background-color: #000; 
	color: #fff;	
	border-width: 0; 
	padding: 5px 10px !important;
	cursor: pointer;
	text-decoration: none;
	margin: 0;	
	font-size: 14px !important;
	font-weight: bold;
	height: 28px;
}
.link-button:hover, .small-link-button:hover {	
	color: #fff;
	background-color: #f00 !important;
}
.small-link-button {
	font-family: Trebuchet MS;
	background-color: #000; 
	color: #fff;	
	border-width: 0; 
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 8px 1px 8px;
	margin: 0;
	height: 21px;
}
.link-button[disabled="disabled"], .link-button[disabled="disabled"]:hover {
	background-color: #eee !important;
}
.comment-section {
	border-left: 5px solid #000; padding: 0 0 5px 10px; margin: 25px 0 25px -15px;
}

.best-answer {
	color: #000;
	padding-left: 20px;
	background: transparent url(small-checkbox.png) no-repeat scroll left top;	
}

.gray-info-box, .white-info-box {
	float: left; 
	padding: 12px 0; 
	width: 75px; 
	height: 45px; 
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.gray-info-box strong, .white-info-box strong {
	font-size: 24px;
	font-weight: normal;
	display: block;
}
.gray-info-box {
	background: #eee;
	color: #555; 
}
.white-info-box {
	color: #555; 
}

#BigForm label, .BigForm label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	padding: 0 10px 0 0;
}
#BigForm label a, .BigForm label a {
	text-decoration: none;
}
#BigForm input, .BigForm input {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
#BigForm input[type="text"], #BigForm input[type="password"], .BigForm input[type="text"], .BigForm input[type="password"] {
	width: 400px;
}
#BigForm fieldset
{
	padding: 25px;
}
#BigForm fieldset legend
{
	color: #000;
	font-size: 14px;
}

.big-label {
	float: left;
	display: block;
	width: 200px;
	text-align: right;
	padding: 4px 10px;
	font-weight: bold;
	font-size: 20px;
}
.small-label {
	float: left;
	display: block;
	width: 200px;
	text-align: right;
	padding: 4px 10px;
	font-weight: bold;
	font-size: 14px;
}

#message {
	border: 5px solid #0260b6;
	padding: 10px;
	margin: 0 0 10px 0;
}
#errormessage {
	border: 5px solid #fc0;
	color: #f00;
	padding: 10px;
	margin: 0 0 10px 0;
}
.error {
	color: Red;
	padding: 0 0 0 10px;
}
.hidden-error {
	color: Red;
	padding: 0 0 0 10px;
	display: none;
}

.star-rating {			
	height: 16px;
	background: transparent url(jquery.ui.stars.gif) repeat-x scroll left -48px;
	text-align: center;
}
		
.Comment {
	padding: 10px; 
	font-size: 14px;
}
.Comment h1, .Comment h2, .Comment h3 {
	margin: 0;
}
.Comment a {
	color: #000;
}

.big-count {
	color: #888;
	font-size: 28px;
	font-weight: bold;	
	text-align: center;	
}
.count-label {
	color: #888;
	font-size: 12px;	
	text-align: center;
	margin: -5px 0 3px 0;
}

#silverlightControlHost {
	width: 800px;
	height: 600px;
	text-align: center;
}

#you-might-be-interested-in {
	clear: both;
	margin-bottom: 25px;
}
#you-might-be-interested-in ul {	
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#you-might-be-interested-in li {
	margin-right: 20px;
	float: left;
}