body.contentpane {
	background: #ffffff;
	padding: 25px;
}

#theme-width {
	margin: 0px auto;
}

.w-fluid {
	width: 100%; 
}

.w-fixedwide {
	width: 1200px;
}

.w-fixednarrow {
	width: 1060px;
}

h1.headerdebug, h2.headerdebug {
	color: #ffffff;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

h1.headerdebug a {
	color: #ffffff;
}

h1.headerdebug {
	background: #990000;
}

h2.headerdebug {
	background: #0074E3;
}

/* modules
----------------------------------------------- */

.moduletable, .moduletable_text, .moduletable_menu, .browseProductContent2 {
	margin-bottom: 15px;
	height: 100%;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #e9e9e9;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	padding: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.096875) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.096875) 0px 1px 2px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

#footer .moduletable, #footer .moduletable_text, #footer .moduletable_menu {
	background: #2d2d2d;
	margin-bottom: 15px;
	height: 100%;
	text-shadow: -1px -1px 0px #121212;
	border: 1px solid #383838;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	padding: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.396875) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.396875) 0px 1px 2px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

.moduletable_empty {
	margin-bottom: 15px;
	height: 100%;
}

.moduletable_empty h3 {
	font-size: 18px;
	padding-bottom: 10px;
}

.moduletable table td, .moduletable_text table td, .moduletable_menu table td, .moduletable_empty table td {
	border: 0;
}

.moduletable h3, .moduletable_text h3, .moduletable_menu h3 {
	font-size: 18px;
}

.moduletable h3 span, .moduletable_text h3 span, .moduletable_menu h3 span {
	border-bottom: 1px solid #dbdbdb;
	display: block;
	padding-bottom: 6px;
}
  
table.downloads 
{
	margin-top:20px;
	width: 100%;
}
 
table.downloads thead,
table.downloads tfoot
{
/*	border-top:1px solid #ededed;*/
	border-bottom:1px solid #ededed;
}

table.downloads tbody
{
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}

#footer .moduletable h3, #footer .moduletable_text h3, #footer .moduletable_menu h3 {
	font-size: 18px;
	background: none;
	border-bottom: 1px solid #383838;
	padding-bottom: 6px;
}

#footer .moduletable h3 span, #footer .moduletable_text h3 span, #footer .moduletable_menu h3 span {
	border-bottom: none;
	background: none;
	display: block;
	padding-bottom: 0px;
}

.moduletable ul li, .moduletable_text ul li, .moduletable_menu ul li {
	margin: 0 0 0 5px;
}

#bot-modules .moduletable ul li, #bot-modules .moduletable_text ul li, #bot-modules .moduletable_menu ul li, #bot-modules .moduletable_empty ul li {
	margin: 0 0 0 5px;
	background: url(../images/bottom-ul-li-default.gif) no-repeat 0 4px        !important;
}

.moduletable h3.ht a, .moduletable h3.ht a.visible,
.moduletable_text h3.ht a, .moduletable_text h3.ht a.visible,
.moduletable_menu h3.ht a, .moduletable_menu h3.ht a.visible {
	font-weight: normal;
	background: url("../../tests/images/switch_minus.png") 100% 7px no-repeat;
	display:block;
	color: #555555;
	text-shadow: 1px 1px 0px #ffffff;
	text-decoration: none;
}

.moduletable h3.ht a.hidden,
.moduletable h3.ht a.hidden:hover,
.moduletable_text h3.ht a.hidden,
.moduletable_text h3.ht a.hidden:hover,
.moduletable_menu h3.ht a.hidden,
.moduletable_menu h3.ht a.hidden:hover {
	background-image: url("../../tests/images/switch_plus.png");
}

.moduletable h3.hide a, .moduletable h3.hide a.visible,
.moduletable_text h3.hide a, .moduletable_text h3.hide a.visible,
.moduletable_menu h3.hide a, .moduletable_menu h3.hide a.visible {
	background: url("../../tests/images/switch_plus.png") 100% 7px no-repeat;
}

.moduletable h3.hide a.hidden,
.moduletable h3.hide a.hidden:hover,
.moduletable_text h3.hide a.hidden,
.moduletable_text h3.hide a.hidden:hover,
.moduletable_menu h3.hide a.hidden,
.moduletable_menu h3.hide a.hidden:hover {
	background-image: url("../../tests/images/switch_minus.png");
}

#top-modules .moduletable_empty {
	padding: 0 5px 5px 0px;
}

/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-handler {
	line-height: 22px;
}

#breadcrumb-handler img {
	/*vertical-align: middle;*/
	margin: -2px 6px 0 6px;
}

#breadcrumb-handler a {
	font-weight: bold;
}

/* Article Details
----------------------------------------------- */

.cols1 {
	display: block;
	float: none !important;
	margin: 0 1% !important;
}

.cols2 {
	width: 48%;
	margin: 0 1% !important;
}

.cols3 {
	width: 31%;
	margin: 0 1% !important;
}

.column1, .column2, .column3 {
	margin: 0 5px 0 0;
	position: relative;
}

.column3, .column2, .column1 {
	float: left;
	margin: 0;
}

/*
.column2 {
	float: right;
	margin: 0;
	width: 48%;
}
*/
.article_row {
	margin: 0px;
	padding: 0;
	overflow: hidden;
	width: 100%;

}

.article_column {
	padding: 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

.article_separator, .row_separator {
	display: none;
}

.blog_more {
	clear: both;
}

.buttonheading {
	float: right;
	margin: 4px 0;
}

.buttonheading a {
	margin: 0 2px;
}

.createdate, .modifydate, .createdby {
	display: block;
	font-size: 11px;
}

.articleinfo {
	float: right;
	width: 48%;
	margin-left: 2%;
	border-left: 2px solid #eaeaea;
	padding: 2px 0px 2px 2%;
}

.modifydate {
	color: #999999;
}

.createdate {
	font-weight: bold;
}

.createdby {
	color: #999999;
}

table.contenttoc {
	float: right;
	width: 48%;
	margin-left: 2%;
}

table.contenttoc td {
	background: url(../../tests/files/images/arrow.png) no-repeat 4px 6px;
	padding: 5px 4px 5px 30px;
}

.counter {
	padding: 5px 0px;
	text-align: center;
}

h2.contentheading {
	font-size: 18px;
	margin-bottom: 10px;
}

.readon {
	font-weight: bold;
}

/* Messages 
----------------------------------------------- */

#system-message dt.error, #system-message dt.notice, #system-message dt.message {
	display: none;
}

#system-message ul {
	padding: 0 15px 0 25px;
	margin: 0;
	list-style: none;
}

#system-message ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
}

#josForm label, .publishing .n-order label, .n-1st-order, form.user .user-lb label, fieldset.publishing div label {
	float: left;
	width: 20%;
	line-height: 30px;
	margin: 3px 0;
}

.n-order .inputbox {
	width: 60%;
}

.button2-left {
	float: left;
	margin: 5px 10px 10px 0px;
}

.modal-button, .button2-left .readmore a, .button2-left .blank a, a.button {
	font-weight: bold; font-size: 12px;
	/*vertical-align: middle;*/
	height: 30px;
	line-height: 30px;
	padding: 0px 15px 0px 15px;
	margin: 3px 0px;
	background: #e9e9e9 url(../images/button-bg.gif) repeat-x 0 0;
	color: #505050 !important;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #dcdcdc;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	cursor: pointer;
	/*vertical-align: middle;*/
	text-decoration: none;
	float: left;
}

.modal-button:hover, .button2-left .readmore a:hover {
	text-decoration: none;
}

.tool-tip {
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-box-shadow: #dedede 0px 0px 0px 1px, rgba(0, 0, 0, 0.296875) 1px 2px 5px;
	box-shadow: #dedede 0px 0px 0px 1px, rgba(0, 0, 0, 0.296875) 1px 2px 5px;
	-moz-box-shadow:0 0 0 1px #dedede, 1px 2px 5px rgba(0, 0, 0, 0.3);
	background: #fafafa;
	padding: 10px;
}

.tool-title {
	font-weight: bold;
	padding: 5px 0;
}

.weblinks .contentdescription img {
	margin: 0 10px 20px 10px;
}

.weblinks td img {
	margin: 3px 5px 0px 0px;
}

.contact_email label {
	float: left;
	line-height: 36px;
	width: 180px;
}

.contact_email {
	clear: both;
	padding: 3px 0px;
}

/*.highlight {
	font-weight: bolder;
}
*/
.lbl-fixed {
	display: block;
}
#theme-width .container_16 #main-body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
  box-shadow: 0 1px 3px  rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 1px 3px  rgba(0, 0, 0, 0.45);
}

a.a-button, a.a-button-mini, .a-button b, .a-button-mini b {
	list-style-type: none;
    cursor: pointer;
    display: inline-block;
    font: 14px Arial,Helvetica,sans-serif;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
}
.a-button i, .a-button-mini i {
    background: url("/skin/images/buttons-icons.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
}
button.a-button, button.a-button-mini {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}
a.a-button, .a-button b {
    background: url("/skin/images/buttons-left.png") no-repeat scroll 0 0 transparent;
    color: #EAEAEA;
    padding-left: 8px;
    text-shadow: 0 -1px 1px #4A78B7;
}
a.a-button:hover, .a-button:hover b {
    background-position: 0 -29px;
    color: #EAEAEA;
    text-decoration: none;
}
.a-button i {
    background-position: 0 0;
    line-height: 25px;
    width: 16px;
}
.a-button span {
    background: url("/skin/images/buttons-right.png") no-repeat scroll 100% 0 transparent;
    display: inline-block;
    line-height: 25px;
    padding: 0 22px 4px 8px;
	margin: 0 0 0 -4px;
}
.a-button:hover span {
    background-position: 100% -29px;
}
a.a-button-mini, .a-button-mini b {
    background: url("/skin/images/buttons-mini.png") no-repeat scroll 0 0 transparent;
    color: #3366CC;
    line-height: 19px;
    padding: 2px 0 2px 4px;
}
a.a-button-mini:hover, .a-button-min:hover b {
    background-position: 0 -23px;
    color: #38A4FF;
    text-decoration: none;
}
.a-button-mini i {
    background-position: 0 -4px;
    width: 19px;
}
.a-button-mini span {
    margin-left: 4px;
}
.a-button-mini:hover span {
    text-decoration: underline;
}
a.a-button_green, .a-button_green b {
    background-position: 0 -58px;
    text-shadow: 0 -1px 1px #4B903A;
}
a.a-button_green:hover, .a-button_green:hover b {
    background-position: 0 -87px;
}
.a-button_green span {
    background-position: 100% -58px;
}
.a-button_green:hover span {
    background-position: 100% -87px;
}
a.a-button_orange, .a-button_orange b {
    background-position: 0 -116px;
    text-shadow: 0 -1px 1px #BA6134;
}
a.a-button_orange:hover, .a-button_orange:hover b {
    background-position: 0 -145px;
}
.a-button_orange span {
    background-position: 100% -116px;
}
.a-button_orange:hover span {
    background-position: 100% -145px;
}

a.a-button_yellow, .a-button_green b {
    background-position: 0 -203px; 
    text-shadow: 0 -1px 1px #ffffff;
}
a.a-button_yellow:hover, .a-button_yellow:hover b {
    background-position: 0 -232px;
}
.a-button_yellow span {
    background-position: 100% -203px;
}
.a-button_yellow:hover span {
    background-position: 100% -232px;
}


a.a-button_disabled, .a-button_disabled b {
    background-position: 0 -174px;
    color: #96979A;
    text-shadow: 0 -1px 1px #ECECEE;
}
a.a-button_disabled:hover, .a-button_disabled:hover b {
    background-position: 0 -174px;
    color: #96979A;
}
.a-button_disabled span {
    background-position: 100% -174px;
}
.a-button_disabled:hover span {
    background-position: 100% -174px;
}
a.a-button-mini_green, .a-button-mini_green b {
    background-position: 0 -46px;
}
a.a-button-mini_green:hover, .a-button-mini_green:hover b {
    background-position: 0 -69px;
}
a.a-button-mini_orange, .a-button-mini_orange b {
    background-position: 0 -92px;
}
a.a-button-mini_orange:hover, .a-button-mini_orange:hover b {
    background-position: 0 -115px;
}
a.a-button-mini_disabled, .a-button-mini_disabled b {
    background-position: 0 -138px;
    color: #96979A;
}
a.a-button-mini_disabled:hover, .a-button-mini_disabled:hover b {
    background-position: 0 -138px;
    color: #96979A;
}
.a-button_icon-buy-now i {
    background-position: 0 -29px;
}
.a-button_icon-download i {
    background-position: 0 -58px;
}
.a-button_icon-tick i {
    background-position: 0 -87px;
}
.a-button_icon-upgrade i {
    background-position: 0 -116px;
}
.a-button_icon-settings i {
    background-position: 0 -145px;
}
.a-button_icon-discount i {
    background-position: 0 -174px;
}
.a-button-mini_icon-buy-now i {
    background-position: 0 -33px;
}
.a-button-mini_icon-download i {
    background-position: 0 -62px;
}
.a-button-mini_icon-tick i {
    background-position: 0 -91px;
}
.a-button-mini_icon-upgrade i {
    background-position: 0 -120px;
}
.a-button-mini_icon-settings i {
    background-position: 0 -149px;
}
.a-button-mini_icon-discount i {
    background-position: 0 -178px;
}



.downloadButton {
	
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	
	background-color:#77b55a;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	
	border:1px solid #4b8f29;
	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	
	text-shadow:0px 1px 0px #5b8a3c;
	
}
.downloadButton:hover {
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	
	background-color:#72b352;
	color:#ffffff;
	text-decoration: none;
}
.downloadButton:active {
	position:relative;
	top:1px;
	text-decoration: none;
}


a.download-now-button:hover
{
	//border-color:#49671d;
	text-decoration:none;  
}
 

a.download-now-button{ 
	
	display:block; 
	height:45px;
	width:146px;
	padding: 20px 0px 3px 30px;
	background-image: url(/skin/images/download-now.png);
	background-repeat:no-repeat;
	color: #ffffff;//#535353;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px; 
	text-decoration:none;   
}

a.archived-download-now-button:hover
{
	//border-color:#49671d;
	text-decoration:none;  
}
 

a.archived-download-now-button{ 
	
	display:block; 
	height:45px;
	width:146px;
	padding: 20px 0px 3px 30px;
	background-image: url(/skin/images/archived-download.png);
	background-repeat:no-repeat;
	color: #333;//#535353;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px; 
	text-decoration:none;   
}

