body {
	font-size: 12px;  /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7;
	color: #6a6a6a;
	text-align: center;
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #959596;
	background-color: white;
}

.clear {
	clear: both;
}

#header {
	margin: 10px 10px 0px 10px;
	height: auto;
	/*border: 1px solid #000;*/
}

#header .logo {
	float: left;
	margin-left: 10px;
	text-align: left;
	font-size: 10px;
}

#header .search {
	float: right;
	margin-right: 10px;
}

#header .underlogo {
	clear: both;
	float: left;
	width: 100%;
}

.orangeline {
	border-top: 1px dotted #ff9715;
	width: 100%;
	clear: both;
	height: 2px;
}

#leftsidebar {
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	width: 520px;
	text-align: left;
	float: left;
}

#rightsidebar {
	margin-left: 540px;
	margin-top: 0px;
	margin-bottom: 5px;
	/*border: 1px solid #959596;*/
	width: 190px;
	padding: 0px;
	text-align: left;
}

#footer {
	clear: both;
	border-top: 1px dotted #ff9715;
	width: 100%;
	background-color: #d5d6d7;
	text-align: center;
	height: 50px;
	padding-top: 20px;
	margin-top: 0px;
}

.subtitle {
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 15px;
	font-weight: bold;
	color: #6a6a6a;
	width: 100%;
	border-bottom: 1px solid #6a6a6a;
	margin-bottom: 5px;
	margin-top: 0px;
}

#featured {
	width: 100%;
	font-size: 10px;
	height: 150px;
}

.featuredTitle a:link, .featuredTitle a:hover, .featuredTitle a:visited{
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: blue;
}

#featuredkiri {
	float: left;
	background-color: #def8ff;
	width: 245px;
	height: 100%;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 10px;
}

#featuredkanan {
	float: right;
	background-color: #ffdede;
	width: 245px;
	height: 100%;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 10px;
}

.featuredtext{
	font-size: 10px;
}

#categoriesbox {
	background-color: #daffd6;
	font-size: 10px;
}

#categoriesbox a:link, #categoriesbox a:visited{
	color: green;
	text-decoration: none;
}

#categoriesbox a:hover {
	text-decoration: underline;
}

.CategoriesTitle {
	font-size: 13px;
	font-weight: bold;
}

.groupCategories1{
	width: 245px;
	float: left;
	padding-top: 5px;
}

.groupCategories2{
	float: right;
	width: 245px;
	padding-top: 5px;
}

.ListPostContainer {
	width: 100%;
	padding: 5px 0px 5px 0px;
	/*border: 1px solid #000; */
	height: auto;
	font-size: 10px;
}

.rowtablewhite {
	background-color: white;
}

.rowtable1 {
	background-color: #FDFFBF;
}

.rowtable2 {
	background-color: #EADAFF;
}

.ColNumber {
	width: 20px;
	float: left;
	text-align: center;
	/*border: 1px solid #000; */
}

.ColImages {
	width: 32px;
	float: left;
	text-align: center;
	padding: 0px 5px 0px 5px;
	/*border: 1px solid #000; */
}

.ColTitleDesc {
/*	width: 250px;
	float: left;*/
	/*border: 1px solid #000; */
	font-size: 12px;
}

.ColTitleDesc a:link, .ColTitleDesc a:visited {
	text-decoration: none;
	color: blue;
}

.ColTitleDesc a:hover{
	text-decoration: underline;
}

.ColSoftLicense {
	width: 80px;
	float: left;
	text-align: center;
	/*border: 1px solid #000; */
}

.ColDownloadBuy {
	width: 100px;
	float: left;
	text-align: center;
	/*border: 1px solid #000; */
}

.recommended {
	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.3;
}

.recommended a:link, .recommended a:hover, .recommended a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}

.listStyle {
	list-style-image: url("images/bullet.gif");
	/*margin: 0px 0px 0px 10px;*/
	list-style-position: outside;
	text-indent: 0px;
	padding-left: 0;
	margin-left: 1.5em;
	line-height: 1.3;
}

.lastDownload {
	color: blue;
	font-size: 11px;
}

.lastDownload  a:link, .lastDownload  a:visited {
	text-decoration: none;
	color: blue;
}

.lastDownload  a:hover {
	text-decoration: underline;
	color: blue;
}

#postDetailLeft {
	float: left;
	width: 250px;
	margin-left: 0;
	line-height: 2;
}

#postDetailRight {
	float: right;
	width: 250px;
	height: 200px;
}

#postDescription {
	text-align: justify;
	line-height: 1.2;
}

#postDescription2 {
	float: left;
	width: 120px;
	height: 90px;
}

.catlist {
	display: inline;
	list-style-type: none;
	float: left;
	font-size: 20px;
}

#detaillink {
	width: 468 px;
	height: 15px;
}
