.outerContainer{
	height:auto;
	margin:0px auto auto;
	width:974px;
}

.products .action {
	
min-width:275px;
width:auto;
line-height:16px;
padding:0 0 0 0px;
color:#009cff;
overflow:visible;
/*position:absolute;*/
/*bottom:15px;*/
margin:0;
clear:both;
	
}

.products .action li{
background:none;
/*height:auto;*/
height:60px;
margin:0 0px 0 0;
/*padding:0 !important;*/
padding:0 0 0 22px;
overflow:visible;
min-width:110px;
width:auto !important;
min-height:10px;
border-bottom:none;
}

.products .action .singleBtn{
	/*padding:35px 75px;*/
	/*padding:50px 75px 0px 75px;*/
	/*padding:50px 100px 0px 100px;*/
	padding-left:100px;
	padding-right:100px;
}

.products .action .btn{
	display:block;
	height:auto;
	line-height:21px;
	margin:00px 0 0;
	color:#fff;
	min-width:102px;
	background:#127ddc;
	text-align:center;
	font-size:14px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	cursor:pointer;
	background-image:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(35,96,186)),
		color-stop(1, rgb(0,156,255))
	);
	background-image:-moz-linear-gradient(
		center bottom,
		rgb(35,96,186) 0%,
		rgb(0,156,255) 100%
	);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#009bfe', EndColorStr='#2262bb')";
	border:1px solid #245fb9;
	box-shadow:0 2px 2px #a6a6a6;
	-webkit-box-shadow:0 2px 2px #a6a6a6;
	-moz-box-shadow:0 2px 2px #a6a6a6;
	padding:0 3px 1px;
	bottom:-35px;
}

/* Download Now Button Start */
.btnLeft {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	float:left;
	background:transparent url('/corel/img/dlm/left_cap.png') no-repeat scroll center center;
	height:35px;
	width:21px;
}

.btnMid {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url('/corel/img/dlm/middle_span.png') repeat-x scroll center center;
	color:#FFFFFF;
	font-size:1.3em;
	font-family:Arial;
	line-height:35px;
	height:35px;
	float:left;
}

.btnRightNoArrow {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url('/corel/img/dlm/right_cap_arrow.png') no-repeat scroll center center;
	font-size:13px;
	height:35px;
	width:44px;
	float:left;
}

.btnRight {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url('/corel/img/dlm/right_cap.png') no-repeat scroll center center;
	font-size:13px;
	height:35px;
	width:21px;
	float:left;
}

.freetrialbutton {
	margin-left: auto;
	margin-right: auto;
	cursor:pointer;
}
/* Download Now Button End */

/* Products Block Start */

.products-block{
	position:relative;
	line-height:24px;
	width:572px;
	padding:0 30px 0 0;
	margin:0 -30px 0 0;
}
.products-block .block{
	position:relative;
	width:100%;
}
.products-block img{vertical-align:top;}
.products-block h1{
	font:24px/24px Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 0 26px;
	text-align:left;
}
.products-block p{
	margin:0 0 29px;
	line-height:24px;
	color:#494d56;
	font:12px Tahoma, Arial, Helvetica, sans-serif;

}

/* Products Block End */



/* Paging Holder Section for Pagination*/
.paging-holder{
	overflow:hidden;
	width:100%;
	padding:40px 0 35px;
}
.paging-holder .paging{
	margin:0;
	padding:0 0 0 100px;
	list-style:none;
}
.paging-holder .paging li{
	float:left;
	margin:0 2px;
	display:inline;
}
.paging-holder .paging a{
	display:block;
	width:18px;
	height:18px;
	line-height:18px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.paging-holder .paging li.active a,
.paging-holder .paging a:hover{
	color:#7e828c;
	text-decoration:none;
}
.paging-holder .paging a.prev,
.paging-holder .paging a.next{text-indent:0px;}
.paging-holder .paging a.prev{background:url(/corel/img/v2/bg-prev.gif) no-repeat;}
.paging-holder .paging li.active a.prev{background:url(/corel/img/v2/bg-prev.gif) no-repeat 0 -18px;}
.paging-holder .paging a.prev:hover{background:url(/corel/img/v2/bg-prev.gif) no-repeat 0 0px;}
.paging-holder .paging li.active a.prev{background:url(/corel/img/v2/bg-prev.gif) no-repeat 0 -18px;}
.paging-holder .paging li.active a.prev:hover{background:url(/corel/img/v2/bg-prev.gif) no-repeat 0 -18px;}
.paging-holder .paging a.next{background:url(/corel/img/v2/bg-next.gif) no-repeat;}
.paging-holder .paging li.active a.next{background:url(/corel/img/v2/bg-next.gif) no-repeat 0 -18px;}
.paging-holder .paging a.next:hover{background:url(/corel/img/v2/bg-next.gif) no-repeat 0 0px;}
.paging-holder .paging li.active a.next{background:url(/corel/img/v2/bg-next.gif) no-repeat 0 -18px;}
.paging-holder .paging li.active a.next:hover{background:url(/corel/img/v2/bg-next.gif) no-repeat 0 -18px;}

.categoryLinkName{
	width:93%;
}
#twocolumns{
	padding-bottom:20px;
}
.regular-products-heading{
	padding-bottom:0px;
	margin-bottom:33px;
}
.nosale .jpCurrencySymbol,
ul.action span.old .jpCurrencySymbol,
ul.action p.salePriceDiv .jpCurrencySymbol{
	font-size:9px !important;
	vertical-align:text-top;
	vertical-align:2px \9;
	line-height:12px;
}