* {margin: 0; padding: 0;}

body {
	font: 13px/1.5 'trebuchet ms', Arial, Helvetica, sans-serif;
	background: #F7F7F7 url(images/bg.png) repeat-x top;
	color: #333;
	margin: 10px 0;
	padding: 0;
}

/* =formatting */
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; font-weight: normal;}
ul, ol, label, input, form, li, dl, dd, dt, p, ul li {margin: 0; padding: 0;}
ul {list-style: none;}
img {border:0;}
a, a:visited {color: #06c; text-decoration: underline;}
a:hover {color: #008000; text-decoration: underline;}
.textleft {text-align: left;}
.textright {text-align: right;}
.textcenter {text-align: center;}
.fleft {float: left;}
.fright {float: right;}
.bold { font-weight:bold; }
.highlight { background:#ffc;}
.note {padding-left: 20px;}
.note b {color: #ff0000;}
.imgleft { float:left; margin-right: 15px; }
.imgright { float:right; }
.cl {clear: both; height:0; overflow:hidden;}
p {margin: 0 0 10px 0; line-height: 1.5; font-size: 13px;}
small {font-size: 12px;color: #666;}

/* =wrap */
#wrap {
	position:relative;
	width:750px;  
	left:50%;  
	margin-left:-375px;
	background: #fff;
}

#contentwrapper {
	width: 750px;
	overflow:hidden;
	margin: 0 auto;
	clear: both;
	padding: 5px 0;
}

#main{
	float: left;
	width: 550px;
	margin-left: 200px;
}
* html #main {display: inline;}
.inner {margin: 10px 20px 20px 10px;}

#side {
	float: left;
	width: 200px;
	margin-left: -750px;
}

#footer{
	width: 100%;
	padding: 2px 0;
	clear: both;
	color: #333;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}
#footer p {font-size: 12px; padding-left: 30px;}
#footer p a {color: #666; text-decoration: none;}
#footer p a:hover {text-decoration: underline;}

/* =headings */
#main h3, #whatsnew h4 {
	border-bottom: 1px solid #ccc;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 15px 0 2px 0;
	margin-bottom: 8px;
}
#whatsnew h4 {font: bold 13px Arial, Helvetica, sans-serif;}
#main h3.info {
	border: none;
	color: #666;
	padding: 0 0 10px 0;
	margin: 0;
	font: bold 13px 'trebuchet ms', Arial, Helvetica, sans-serif;
}
#main h2 {
	margin-bottom: 10px;
	font: normal 22px 'trebuchet ms', Arial, Helvetica, sans-serif;
	color: #264C99;
}
#main h2.title {padding: 0; margin: 0;}

/* =header */
#header h1 {
	width: 750px;
	margin: 0 auto;
	background: #4F98FF url(images/header.jpg) center 0 no-repeat;
	text-indent: -9000px;
}
#header h1 a, #header h1 a:visited, #header h1 a:hover {
	display: block;
	height: 80px;
	background: #4F98FF url(images/header.jpg) center 0 no-repeat;
}
#header h1 a:focus {outline:0}
#header h2 {text-indent: -9000px; position: absolute;}

/* =topnav */
#topnav {
	background: #fff url("images/topnav.jpg") no-repeat;
	height: 28px;
	padding-left: 64px;
	font: bold 13px "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}
#topnav li {float: left; display: block;}
#topnav a {
	display: block;
	float: left;
	padding: 5px 15px 6px 15px;
	border-left: #f2f2f2 solid 1px;
	color: #444;
	text-decoration: none;
	height: 17px;
}
#topnav a:hover {
	background: #fff;
	padding: 5px 15px;
	text-decoration: none;
	border-bottom: 1px solid #E9E9E9;
	color: #000;
}
#topnav .li2 {border-right: #f2f2f2 solid 1px;}

/* =leftsc */
fieldset#scnav {
	width: 178px;
	padding: 1px 1px 0 1px;
	margin: 20px 10px 10px 10px;
	border: 1px solid #C5E0FB;
	clear: both;
} 
fieldset#scnav legend {
	color:#103851;
	background:#fff;
	padding:3px 6px;
} 
fieldset#scnav ul {text-align: center; font-weight: bold;}
fieldset#scnav ul li {padding: 0 0 10px 0;}

/* =sidenav */
#sidenav, #pnav, #lnav {
	border: 1px solid #E7E7E7;
	width: 178px;
	padding: 1px 1px 0 1px;
	margin: 20px 10px 10px 10px;
}
#pnav {border: 1px solid #C5E0FB;}

#sidenav ul {padding: 0 0 20px 0;}
#pnav ul {padding: 1px 0;}

#sidenav h2, #pnav h2 {
	color: #666;
	height: 24px;
	background: #E9E9E9 url(images/h2bg.gif) 0 0 repeat-x;
	text-align: center;
	position: relative;
	font: bold 13px/24px "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}
#pnav h2 {background: #E7F1FD url(images/h2bg2.gif) 0 0 repeat-x;}
#sidenav h3 {color: #666; font: bold 13px Arial, Helvetica, sans-serif;}

#sidenav h2.dvd span, #sidenav h2.video span, #sidenav h2.media span {
	position: absolute;
	top: -8px;
	left: 13px;
	z-index: 2;
	background: url(images/dvd.png) 0 0 no-repeat;
	width: 25px;
	height: 25px;
}
#sidenav h2.video span {background: url(images/video.png) 0 0 no-repeat;}
#sidenav h2.media span {background: url(images/media.png) 0 0 no-repeat;}

*html #sidenav h2.dvd span {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="images/dvd.png"); background:none;}
*html #sidenav h2.video span {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="images/video.png"); background:none;}
*html #sidenav h2.media span {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="images/media.png"); background:none;}
/* IE5.5+¡«IE7+ */

.nav li a, .nav li a:visited, #pnav .nav li a, #pnav .nav li a:visited {
	display: block;
	width: 160px;
	text-decoration: none;
	padding: 2px 0 2px 18px;
	background: url(images/li.gif) 5px 9px no-repeat;
}
#pnav .nav li a, #pnav .nav li a:visited {background: url(images/li2.gif) 5px 9px no-repeat;}
#pnav .nav li.on a, #pnav .nav li.on a:visited, #sidenav .nav li.on a, #sidenav .nav li.on a:visited {color: #333; background: none;}

.nav li a:hover {background: #FCEEE0 url(images/li.gif) 5px 9px no-repeat; color: #f60; text-decoration: underline;}
#pnav .nav li a:hover {background: #FCEEE0 url(images/li2.gif) 5px 9px no-repeat; color: #f60; text-decoration: underline;}

.noboxtitle {
	width: 178px;
	margin: 20px 10px 10px 10px;
	border-top: 3px solid #E7E7E7;
	border-bottom: 1px dotted #E7E7E7;
	padding: 2px 0;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	color: #666;
	}
blockquote {
	margin: 0;
	padding: 4px 10px 0 29px;
	background: url(images/quote.gif) 5px 0 no-repeat;
	color: #888;
	font: 11px 'trebuchet ms', Arial, Helvetica, sans-serif;
}
.quoteauth {
		display: block; color: #888; text-align:right; margin: 5px 10px 10px 0;}


/* =footnav */
#footnav {
	margin: 5px 0;
	background: #4F98FF;
	text-align: center;
	color: #fff;
	height: 25px;
	line-height: 25px;
}

#footnav li {display: inline; padding: 0 10px;}
#footnav a {
	color: #fff;
	text-decoration: none;
	font: normal 13px "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
}
#footnav a:hover {text-decoration: underline;}

#copyright {padding: 5px 0 5px 30px;}
#copyright span {padding-left: 30px;}
#copyright a {color: #666; text-decoration: none;}
#copyright a:hover {text-decoration: underline;}

/* =footnav */
#crumbs {
	padding: 0 0 5px 45px;
	font-size: 13px;
	color: #666;
	background:url(images/home.gif) 20px center no-repeat;
}
#crumbs a:link, #crumbs a:visited {color: #666;}
#crumbs a:hover {color: #000;}

/* =ul li styles */
.list, .list2 {margin-left: 15px;}
.list li, .list2 li {
	background:url(images/li3.gif) 0 4px no-repeat; 
	line-height: 1.5;
	padding-bottom: 5px;
}
#whatsnew ul {margin-left: 10px;}
#whatsnew li {line-height: 1.4; padding-bottom: 5px;}
#whatsnew li ul {margin: 5px 0 5px 25px;}
#whatsnew li li {padding-bottom: 0;}
.list li {background:url(images/li3.gif) 0 4px no-repeat; padding-left: 15px;}
.list2 li {background:url(images/li4.gif) 0 7px no-repeat; padding-left: 12px;}
.boldli li {font-weight: bold;}

.faqs li, .faqs li.a {
	padding-left: 15px;
	line-height: 1.5;
	padding-bottom: 15px;
	font-weight: bold;
	text-decoration: underline;
}
.faqs li {background:url(images/q.gif) 0 5px no-repeat;}
.faqs li.a {
	background:url(images/a.gif) 0 5px no-repeat;
	font-weight: normal;
	text-decoration: none;
}

#testimonials li {background: url(images/quote.gif) no-repeat 0 0; padding: 0 0 5px 30px;}
#testimonials li.name {background: none; padding: 0 0 15px 40px; text-align: right;}
#testimonials li span {background: #FFFFaa;}

#awards li {padding: 0 5px 5px 5px; width: 48%; float: left; font-size: 11px; height: 120px;} 
#awards li img {float: left; margin-right: 10px;} 

/* =sitemap */
.sitemap a, .sitemap a:visited {text-decoration: none;}
.sitemap a:hover {text-decoration: underline;}
.sitemap dt a, .sitemap dt a:visited {text-decoration: underline;}
.sitemap dt {font: bold 16px 'trebuchet ms', Arial, Helvetica, sans-serif; padding-bottom: 7px;}
.sitemap dd.t {margin-left: 0; font-size: 16px; padding-bottom: 5px; background: url(images/li5.gif) 0 4px no-repeat; padding-left: 12px;}
.sitemap dd {margin-left: 20px; font: normal 14px 'trebuchet ms', Arial, Helvetica, sans-serif; }
.sitemap dd ul {margin-left: 15px;}
.sitemap dd ul li {font: 13px/1.4 'trebuchet ms', Arial, Helvetica, sans-serif; background: url(images/li4.gif) 0 center no-repeat; padding-left: 10px;}

/* =downbuy link */
.rightlink {font-weight: bold; text-align: right;}
.rightlink a, .rightlink a:hover {background: url(images/download.gif) 0 center no-repeat; padding-left: 20px;}

.downbuy2 {font: bold 14px/1.2 Arial, Helvetica, sans-serif; margin: 15px 20px 15px 3px;}
.downbuy2 a:hover {text-decoration: underline !important;}
.downbuy2 a span {
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #666;
	text-indent: 30px;
	padding-top: 2px;
	display: block;
	text-decoration: none;
}
.downbuy2 a:hover span {text-decoration: none;}
.download2 a {
	background: url(images/freetrial.gif) no-repeat !important;
	padding: 0 0 25px 30px !important;
	color: #289D21;
}
.buy2 a {
	background: url(images/buynow.gif) no-repeat !important;
	padding: 0 0 25px 30px !important;
	color: #06c;
}

.downbuy {
	clear: both;
	text-align: center;
	font: bold 13px Arial, Verdana, Helvetica, sans-serif;
}
.downbuy .down, .downbuy .buy {
	padding: 8px 0 8px 40px;
	background: url(images/download01.jpg) 0 4px no-repeat;
	font: bold 16px/50px Arial, Verdana, Helvetica, sans-serif;
}
.downbuy .buy {
	background: url(images/buy01.jpg) 0 4px no-repeat;
	margin-left: 25px;
	color: #c00000;
}
#main h2.try, #main h2.order, #main h2.order02 {font: bold 16px Arial, Verdana, Helvetica, sans-serif;}
#main h2.try {padding: 8px 0 8px 40px; background: url(images/download01.jpg) 0 center no-repeat;}
#main h2.order {
	padding: 8px 0 8px 70px;
	background: url(images/buy01.jpg) 30px center no-repeat;
	margin-bottom: 20px;
}
#main h2.try span, #main h2.order span {
	color: #666;
	font-size: 14px;
	padding-left: 10px;
}
#main h2.order span {color: #ff0000;}
#main h2.order02 a, #main h2.order02 a:visited {
	background: url(images/cards.gif) no-repeat center bottom;
	padding-bottom: 20px;
	display: block;
	height: 30px;
	text-align: center;
	margin-bottom: 20px;
}

/* =product info */
#pinfo dl {margin-left: 170px;}
#pinfo dt {
	float: left;
	width: 100px;
	font-weight:bold;
}
#pinfo dd {line-height: 1.5; padding-bottom: 5px;}
#pinfo dd span {color: #ff0000;}

/* =softlist */
#softlist dl, #mainlist dl {
	width:520px;
	float: left;
	margin-bottom: 20px;
}

#softlist dt {
	float:right;
	width: 405px;
	padding-bottom: 5px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#softlist dd {margin: 0 0 0 115px; line-height: 1.4;}
#softlist dd.softimg {margin: 0;}
#softlist dd.softimg img {float: left; margin-right: 15px;}
#softlist dd.link {text-align: right; padding-top: 10px;}

#mainlist dl {background:url(images/hr.gif) center bottom no-repeat; margin-bottom: 0; padding-bottom: 20px;}
#mainlist dt {
	float:right;
	width: 355px;
	padding-bottom: 5px;
	font: normal 20px 'trebuchet ms', Arial, Helvetica, sans-serif;
}
#mainlist dd {margin: 0 0 0 165px; line-height: 1.4;}
#mainlist dd.softimg {margin: 0;}
#mainlist dd.softimg img {float: left; margin-right: 15px;}
#mainlist dd.info {font-weight:bold; font-size: 11px;}
#mainlist dd ul {margin: 10px 0 10px 10px;}
#mainlist dd li {
	background:url(images/check.gif) 0 4px no-repeat;
	padding: 0 0 3px 22px;
}
#mainlist dd.link {text-align: right; font-weight: bold; padding: 10px 0; color: #666;}
#mainlist dd.link a {padding-left: 18px;}
#mainlist dd.link a.more {background:url(images/more.gif) 0 center no-repeat;}
#mainlist dd.link a.down {background:url(images/download2.gif) 0 center no-repeat;}
#mainlist dd.link a.buy {background:url(images/buy2.gif) 0 center no-repeat; color: #008800;}
.version {color: #aa0000;}

/* =table */
table.maintb {
	color:#333;
	margin-bottom: 15px;
	border-collapse: collapse;
	border: 3px solid #f0f8ff;
	border-top: 5px double #87CEFA;
	border-bottom: 5px double #87CEFA;
}
table.maintb thead th {
	border: 1px solid #87CEFA;
	white-space: nowrap;
	background: #F0F8FF;
	font: bold 13px/1.2 Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-variant: small-caps;
	color: #666;
	padding: 5px 10px;
}
table.maintb tbody th div {padding-left: 38px;}
table.maintb tbody th a.vc, table.maintb tbody th a.ivc, table.maintb tbody th a.cce, table.maintb tbody th a.pvc {
	background: url(etesoft-video-converter/images/icon.gif) 0 0 no-repeat;
	line-height: 32px;
	padding: 8px 0 8px 38px;
}
table.maintb tbody th a.ivc {background: url(etesoft-ipod-video-converter/images/icon.gif) 0 0 no-repeat;}
table.maintb tbody th a.cce, table.maintb tbody th a.cce:hover {background: url(cd-catalog-expert/images/icon.gif) 0 0 no-repeat;}
table.maintb tbody th a.pvc, table.maintb tbody th a.pvc:hover {background: url(etesoft-psp-video-converter/images/icon.gif) 0 0 no-repeat;}
table.maintb tbody td, table.maintb tbody th {
	padding: 5px 10px;
	background: #fff;
	color: #333;
	font-weight: bold;
	text-align: left;
}
table.maintb tbody th, table#aff tbody td {font-weight: normal;}
table.maintb tbody tr td {padding: 10px 20px 10px 10px;}
table#aff tbody tr td {padding: 10px;}
table.maintb tbody tr td span {
	color: #666;
	font-weight: normal;
	font-size: 12px;
	padding-left: 10px;
}
table.maintb tbody tr.odd {border: 1px solid #87CEFA;}
table.maintb tbody tr.odd td, table.maintb tbody tr.odd th {background: #F0F8FF;}
table.maintb tbody td a.d, table.maintb tbody td a.b {
	background: url(images/download.gif) 0 3px no-repeat;
	line-height: 24px;
	padding: 0 0 0 20px;
}
table.maintb tbody td a.b {background: url(images/buy.gif) 0 3px no-repeat; color: #ff0000;}

textarea {width: 520px; font-size: 13px; height: 80px;}

.lcol {width: 240px; float: left; padding-left: 20px;}
.rcol {width: 260px; float: right;}
.lcol p, .rcol p {font-weight: bold; margin-bottom: 0;}
.lcol ul, .rcol ul {margin: 0 0 10px 20px;}
.lcol li, .rcol li {background:url(images/arrow.gif) 0 center no-repeat; padding-left: 8px;}

#glossary li {margin-bottom: 8px;}