	body{
		margin: 0;
		padding: 0;
		background-image: url(/im/soft.jpg); 
		background-repeat: no-repeat;
		background-position: top left;
		
	}	
	body, td{
		font-family: Verdana;
		font-size: 80%;
	}
h1,h2{
	color: #F36E0B;
	text-transform: uppercase;
}	
h1{
	font-size: 140%;
}
h2{
	font-size: 130%;
}
	#sub{
		position: absolute;
		top: 0;
		left: 0;
	}
	.softs{
		padding-left: 21px;
		padding-top: 45px;
	}
	#main{
		position: absolute;
		top: 178px;
		left: 251px;		
		padding: 20px;
	}
	#col1{
		position: absolute;
		top: 118px;
		left: 0;		
		width: 250px;
	}
	#colhead{
		background-color: #3E578C;
		text-align: center;
		color: #F2D694;
		padding: 3px;
	}
	.float-group{
		width: 100%;
		padding: 10px;
		margin: 5px;
	}

.soft{
	height: 150px;
}

ul#categories{
	list-style: none;
	padding-left: 10px;
}

ul#categories2{
	list-style: none;
	font-size: 90%;
	padding-left: 12px;
}

ul#categories3{
	list-style: none;
	font-size: 90%;
	padding-left: 15px;
}

ul#categories li{
	list-style: none;
	padding-bottom: 5px;
}

.main-banner{
	width: 100%;
	text-align: center;
}

a:link{
	color: #252582;
}

a:visited{
	color: #3E578C;
}

a:active{
	color: #CD4E17;
}

a:hover{
	color: #3E578C;
}
.short{
	color: #333333;
}
.author{
	font-weight: bold;
	font-size: 110%;
}
.price{
	color: #3E578C;
	font-weight: bold;
}

.price2{
	color: #C52B02;
	font-weight: bold;
	font-size: 120%;
}
p{
	text-align: justify;
}
#footer{
	clear: both;
}
.full_desc{
	font-size: 14px;
}

.relative-blocks{

}

.downloadlink{
	display: block;
	border: 1px solid #3E578C;
	padding: 25px 5px 25px 60px;
	width: 200px;
	background: url(/im/download.gif) 10px 10px no-repeat;
}
.breadcrumbs{
	font-size: 15px;
}
#top-ads{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 729px;
	text-align: right;
}
.category-program{
	float: left;
	padding: 10px;
	margin: 10px;
	width: 200px;
	height: 200px;
	text-align:center;
}

.category-program img{
	max-width: 100px;
	max-height: 100px;
}
.screen-block{
	display:block;
	width: 150px;
	height: 150px;
	float: left;
	margin: 5px;
}
.screen-preview{
	max-width: 148px;
	max-height: 148px;
	
}


/* PICBOX */
#pbOverlay, #pbImage, #pbBottom, #pbCloseBtn {
	position: fixed;
	z-index: 9999;
}

#pbOverlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: #000;
	cursor: pointer;
}

#pbCloseBtn {
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	background: url(/closebutton.png) no-repeat top left;
}

.pbLoading {
	background: #000 url(/loading.gif) no-repeat center !important;
}

#pbImage {
	border: none;
	background: #000 no-repeat;
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	box-shadow: 0 0 40px #000;
	cursor: move;
}

#pbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #EEE;
	line-height: 1.4em;
	left: 50%;
	bottom: 10px;
	width: 400px;
	margin-left: -200px; /* half the width */ 
}

#pbCaption {
	font-weight: bold;
	padding: 4px;
	display: inline-block;
	*display: inline; /* IE 7 */
	background-color: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#B0000000, EndColorStr=#B0000000);
	zoom: 1;
}

#pbNav {
	display: block;
	width: 200px;
	height: 65px;
	margin: auto;
	margin-top: 5px;
}

#pbPrevBtn, #pbNextBtn, #pbZoomBtn  {
	display: inline-block;
	width: 70px;
	height: 65px;
	outline: none;
	text-indent: -9000px;
	background: url(/navbtns.png) no-repeat;
}

#pbPrevBtn {
	background-position: -70px 0;
	float: left;
}

#pbPrevBtn.pbgreyed {
	background-position: 0 0;
}

#pbNextBtn {
	background-position: -320px 0;
	float: right;
}

#pbNextBtn.pbgreyed {
	background-position: -390px;
}

#pbZoomBtn {
	width: 60px;
	background-position: -140px 0;
	float: left;
}

#pbZoomBtn.pbgreyed { 
	background-position: -200px 0;
}

#pbZoomBtn.pbzoomed {
	background-position: -260px 0;
}

/* END PICBOX */

