/* ===== Begin CSS Reset (Please Do NOT Modify) ===== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
ol, ul { list-style: none; }
blockquote { quotes: none; }
blockquote:before, blockquote:after { content: ''; content: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a img { border: none; }

/* ----- End CSS Reset ----- */

body {
	background: url(images/site/site-background.png) center repeat-y #262626;
	margin: 0 auto;
	text-align: center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000;
}

a:link, a:visited {
	color: #382453;
	font-weight: bold;
}

a:active, a:hover {
	color: #5d3d8a;
	font-weight: bold;
}

#banner {
	width: 100%;
	background-color: #5c0200;
	color: #dbdbe1;
	font-size: 10px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 950px;
}

	#header {
		width: 100%;
		text-align: left;
		margin: 20px 0 0 0;
	}

	#header .imglogo {
		margin: 0 0 13px 0;
	}
	
	#header .imglogo2 {
		margin: 0 0 13px 0;
		float: left;
	}

	#header .socialbox {
		float: right;
		margin: 10px 0 0 0;
		text-align: right;
	}
	
	#header .socialbox2 {
		float: right;
		text-align: right;
	}

	#header .socialbox a img {
		margin: 0 0 10px 5px;
		opacity: 0.3;
	}

	#header .socialbox a img:hover {
		opacity: 1.0;
	}
	
	#header .socialbox2 a img {
		margin: 0 0 10px 5px;
		opacity: 0.3;
	}

	#header .socialbox2 a img:hover {
		opacity: 1.0;
	}
	
#header .tagline {
	float: right;
	/*margin: 5px 0 0 0;*/
	width: 350px;
	text-align: right;
	clear: right;
	opacity: .5;
}

#access {
	width: 100%;
	height: 28px;
	padding: 12px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 2px solid #535353;
	border-bottom: 2px solid #535353;
	display: block;
	background-color:rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

#access .menu-header, div.menu {
	margin-left: 8px;
}

#access .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}

#access .menu-header li, div.menu li {
	float:left;
	position: relative;
}

#access .menu-header ul li, div.menu ul li {
	font-size: 13px;
	text-shadow: 2px 2px 2px #000;
	letter-spacing: 0.5px;
}

#access a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 17px;
	line-height:18px;
}
	
#access .accountbar {
	float:right;
	margin:4px 4px 0 0;
	font-size:11px;
	font-weight:bold;
	text-align:right;
}
	
#access a.accountlink {
	display: inline;
	text-decoration:none;
	color:#fff;
	line-height:11px;
	padding: 0 6px;
}
	
#access a.accountlink:hover {
	color:#ccc;
}

#access ul ul {
	display:none;
	position:absolute;
	top:18px;
	left:10px;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
	background-color:rgba(0,0,0,0.9);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 10px;
	padding: 13px 0 13px 0;
}

#access ul ul li {
	min-width: 180px;	
}

#access ul ul ul {
	left: 100%;
	top: 0;
}

#access ul ul a {
	background-color:rgba(0,0,0,0.0);
	height:auto;
	line-height:12px;
	padding:7px 10px 7px 10px;
	width: 160px;
	font-size: 12px;
	color: #ccc;
}

#access li:hover > a {
	color:#ccc;
	text-shadow: -1px -1px 1px #000;
}
	
#access ul ul :hover > a {
	background-color:rgba(100,100,100,0.4);
	color: #fff;
}
	
#access ul li:hover > ul {
	display:block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

#footer {
	width: 100%;
	height: 40px;
	margin: 50px 0 30px 0;
	padding: 2px 0 0 0;
	border-top: 2px solid #535353;
	border-bottom: 2px solid #535353;
	background-color:rgba(0,0,0,0.3);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

#footer ul {
	margin: 10px 0 0 0;
}

#footer ul li {
	display: inline;
	font-size: 12px;
	margin: 0 10px 0 10px;
}

#footer ul li a {
	color: #ccc;
	text-decoration: none;
}
	
#extender {
	clear: both;
}

#subnav {
	text-align: center;
	width: 100%;
	height: 30px;
	margin: 20px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}

#subnav a {
	color: #ccc;
	text-decoration: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

#subnav ul li {
	margin: 0 10px 0 10px;
	display: inline;
}

#page {
	padding: 20px 40px 20px 20px;
	width: 860px;
	margin: 0 0 0 15px;
	background-color: #f0f0f0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.21, rgb(210,210,210)),color-stop(0.61, rgb(247,247,247)));
	background-image: -moz-linear-gradient(center bottom,rgb(210,210,210) 21%,rgb(247,247,247) 61%);
}

#page-nopad {
	width: 900px;
	margin: 0 0 0 25px;
	background-color: #f0f0f0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.21, rgb(210,210,210)),color-stop(0.61, rgb(247,247,247)));
	background-image: -moz-linear-gradient(center bottom,rgb(210,210,210) 21%,rgb(247,247,247) 61%);
}

#page-cart {
	padding: 20px 20px 20px 20px;
	width: 880px;
	margin: 0 0 0 25px;
	background-color: #f0f0f0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.21, rgb(230,230,230)),color-stop(0.61, rgb(247,247,247)));
	background-image: -moz-linear-gradient(center bottom,rgb(230,230,230) 21%,rgb(247,247,247) 61%);
}

#page-cart .photo {
	margin: 0;
}

#page-cart h2 {
	font-size: 16px;
	color: #fff;
	background-color: #382453;
	padding: 8px;
	margin: 20px 0 20px 0;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#page-cart h3 a {
 text-decoration: none;
 padding: 0;
 margin: 0;
}

#page-cart .category_listing_container {
	border-top: none;
	margin: 0;
	width: 420px;
}

#page-cart .content-even1 {
	float: right;
	margin: 0 50px 0 0;
}

#page-cart .content-odd {
	float: left;
}

#page-cart .section h2 {
	display: block;
	width: 100%;
}

#page-cart .logout {
	float: right;
	height: 12px;
	margin: 0;
	padding: 0;
	clear: both;
}

#page h1 {
	margin: 10px 0 20px 10px;
	font-weight: bold;
	font-size: 20px;
	color: #382453;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#page-non {
	width: 900px;
	margin: 0 0 0 25px;
	background-color: #f0f0f0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 6px 3px rgba(0,0,0,0.2);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.21, rgb(210,210,210)),color-stop(0.61, rgb(247,247,247)));
	background-image: -moz-linear-gradient(center bottom,rgb(210,210,210) 21%,rgb(247,247,247) 61%);
}

#page-non h1 {
	margin: 10px 0 20px 10px;
	font-weight: bold;
	font-size: 20px;
	color: #382453;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#page-home {
	width: 950px;
	padding: 0;
	margin: 0;
}

.pg-home {
	text-align: center;
}

.pg-home .buttontabs {
	margin: 5px auto 20px auto;
	text-align: center;
}

.pg-home .buttontabs ul li {
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	list-style: none;
	background-color: #121212;
	font-size: 13px;
	padding: 6px 12px 6px 12px;
	display: inline;
	margin: 0 10px 0 10px;
}

.pg-home .buttontabs ul li:hover {
	background-color: #d8d8d8;
}

.pg-home .buttontabs ul li:hover a {
	color: #000;
}

.pg-home .buttontabs ul li a {
	text-decoration: none;
	color: #ccc;
}

.pg-home #gallery{
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	background:url(https://marinersoftware.com/media/images/home/home-prod-panel.jpg) repeat-x bottom center;
	width: 950px;
	height: 630px;
	overflow:hidden;
}

.pg-home #gallery #slides{
	height:585px;
	width:950px;
	overflow:hidden;
}

.pg-home #gallery .slide{
	float:left;
	width: 950px;
	height: 585px;
	background: url(https://marinersoftware.com/media/images/home/home-prod-backgrounddrk.png) repeat-x bottom center #d7d7d7;
}

.pg-home #gallery #menu{
	height:45px;
}

.pg-home #gallery ul{
	margin:0px;
	padding:0px;
}

.pg-home #gallery li{
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

.pg-home #gallery li.inact:hover{
	background:url(https://marinersoftware.com/media/images/home/home-prod-pic_bg.png) repeat;
}

.pg-home #gallery li.act,li.act:hover{
	background:url(https://marinersoftware.com/media/images/home/home-prod-active_bg.png) no-repeat;
}

.pg-home #gallery li.act a{
	cursor:default;
}

.pg-home #gallery .fbar{
	width:2px;
	background:url(https://marinersoftware.com/media/images/home/home-prod-divider.png) no-repeat right;
}

.pg-home #gallery li a{
	display:block;
	background:url(https://marinersoftware.com/media/images/home/home-prod-divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

.pg-home #gallery a img{
	border:none;
}

.pg-home #home-prod-box {
	width: 225px;
	height: 115px;
	float: left;
	margin: 20px 30px 10px 50px;
}

.pg-home #home-prod-box .product {
	width: 225px;
	height: 84px;
}

.pg-home #home-prod-box .productaction {
	width: 225px;
	height: 31px;
}

.pg-home .area {
	width: 950px;
	height: 300px;
	overflow: hidden;
}

.page-about {
	text-align: left;
}

.page-about p {
	margin: 0 0 20px 20px;
	font-size: 13px;
	line-height: 17px;
}

.page-about p.insettext {
	margin: 0 0 20px 40px;
	width: 400px;
	font-size: 13px;
	line-height: 17px;
}

.page-about .inputelement {
	font-size: 15px;
	color: #414141;
	background-color: #f5f5f5;
	padding: 3px;
	border: 1px solid #919191;
	width: 300px;
}

.page-about .selectelement label {
	display: block;
}

.page-about .areaelement {
	font-size: 15px;
	color: #414141;
	background-color: #f5f5f5;
	padding: 3px;
	border: 1px solid #919191;
	width: 450px;
}

.page-about .buttonelement {
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #000;
	color: #fff;
	background-color: #382453;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	float: right;
	margin: 0 100px 0 0;
}

.page-about .formleft {
	width: 400px;
	float: left;
}

.page-about .formright {
	width: 350px;
	float: right;
}

.page-about h2 {
	color: #382453;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 10px;
}

.page-about ul {
	margin: 0 0 0 50px;
	list-style: square;
}

.page-about ul li {
	margin: 5px 0 5px 20px;
}

.page-about ul li a {
	text-decoration: none;
	font-size: 12px;
}

.page-about ul li li {
	margin: 5px 0 5px 20px;
}

.page-about ul ul li a {
	text-decoration: none;
	font-size: 12px;
}

.pg-singleproduct {
	text-align: left;
}

.pg-singleproduct #prodheader {
	margin: 0 0 20px 0;
}

.pg-singleproduct .prodheaderblock {
	width: 900px;
	margin: 0 0 20px 30px;
}
	
.pg-singleproduct .prodheaderblock h2 {
	font-weight: bold;
	font-size: 25px;
	color: #382453;
	margin: 0 0 6px 0;
}
	
.pg-singleproduct .prodheaderblock h3 {
	font-weight: bold;
	font-size: 20px;
	color: #999;
	margin: 0 0 2px 0;
}

.pg-singleproduct .prodheaderblock p.prodheadertext {
	color: #626262;
	margin: 0 0 25px 0;
	font-size: 16px;
	line-height: 20px;
}

.pg-singleproduct #sidenav {
	width: 180px;
	float: left;
	text-align: left;
	margin: 0 0 0 30px;
}

.pg-singleproduct #sidenav ul li.nosubmenu {
	width: 160px;
	height: 18px;
	margin: 0 0 10px 0;
	font-size: 16px;
	font-variant: small-caps;
	padding: 12px 0 0 0;
	font-weight: bold;
}
	
.pg-singleproduct #sidenav ul li.withsubmenu {
	width: 160px;
	height: 18px;
	font-size: 16px;
	font-variant: small-caps;
	padding: 12px 0 0 0;
	font-weight: bold;
}
	
.pg-singleproduct #sidenav ul ul {
	margin: 0 0 0 30px;
	padding: 0;
}
	
.pg-singleproduct #sidenav ul ul li {
	width: 160px;
	height: 18px;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}

.pg-singleproduct #sidenav ul li img {
	float: left;
	margin: 0 8px 0 0;
}

.pg-singleproduct #sidenav ul li a {
	color: #382453;
	text-decoration: none;
	font-weight: bold;
}

.pg-singleproduct #sidenav ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.pg-singleproduct #sidenav p.sysrequirements {
	font-size: 11px;
	line-height: 15px;
	margin: 10px 0 10px 0;
	border-top: 1px solid #ccc;
	width: 100%;
	padding: 10px 0 0 0;
}

.pg-singleproduct #sidenav ul.languagelist {
	margin: 0;
}

.pg-singleproduct #sidenav ul.languagelist img {
	float: left;
	margin: 0 3px 0 0;
}

.pg-singleproduct #sidenav ul.languagelist li {
	font-size: 11px;
	margin: 0 0 10px 0;
	font-style: normal;
	font-variant: normal;
}
	
.pg-singleproduct #sidenav div.awards {
	margin: 0;
	width: 180px;
	height: 450px;
}

.pg-singleproduct .prodcontent {
	width: 600px;
	float: right;
	text-align: left;
	border-left: 1px solid #ccc;
	padding: 0 0 0 29px;
	margin: 0 30px 0 30px;
}
	
.pg-singleproduct .prodcontent .introparagraph {
	margin-bottom: 20px;
}
	
.pg-singleproduct .prodcontent .introparagraph p {
	margin-bottom: 10px;
}

.pg-singleproduct .prodcontent h4 {
	font-weight: bold;
	font-size: 15px;
	color: #382453;
	margin: 0 0 5px 0;
}

.pg-singleproduct .prodcontent p {
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 17px;
}

.pg-singleproduct .prodcontent .quoteblock {
	position:relative;
	margin: 10px 0 40px 30px;
	color:#382453;
	width: 510px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.pg-singleproduct .prodcontent p.userquote {
	font-style: italic;
	width: 520px;
	color: #382453;
}

.pg-singleproduct .prodcontent p.userquotesub {
	font-style: italic;
	margin: 0 0 0 100px;
	width: 520px;
	color: #382453;
}

.screenshotthumb {
	height: 300px;
	width: 250px;
	float: left;
	text-align: center;
	padding: 3px;
	margin: 5px;
}

.screenshotholder {
	float: left;
	width: 250px;
	height: 214px;
	padding: 10px;
	text-align: center;
	margin: 25px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	background-color: #fff;
}

.screenshotholder-mobile {
	float: left;
	width: 150px;
	height: 267px;
	padding: 0;
	text-align: center;
	margin: 25px;
}

.screenshotholder-mobile-side {
	float: left;
	width: 267px;
	height: 150px;
	padding: 0;
	text-align: center;
	margin: 25px;
}

.screenshotholder-mobile-ipad {
	float: left;
	width: 250px;
	height: 323px;
	padding: 0;
	text-align: center;
	margin: 25px;
}

.videoholder {
	float: left;
	width: 250px;
	height: 214px;
	padding: 10px;
	text-align: center;
	margin: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.4);
	background-color: #fff;
}

.page-press {
	text-align: left;
}

.page-press a {
	text-decoration: none;
}

.page-press h2 {
	font-size: 14px;
	font-weight: bold;
}

.page-press h3.presstitle {
	font-size: 22px;
	font-weight: bold;
	color: #382453;
}

.page-press h3.pressheader {
	font-size: 14px;
	font-weight: bold;
	color: #382453;
}

.page-press ul {
	margin: 10px 0 20px 20px;
}

.page-press .press-meta {
	font-size: 10px;
	font-weight: bold;
	margin: 8px 0 0 10px;
}

.page-press p {
	margin: 20px 0 20px 20px;
	font-size: 13px;
	line-height: 17px;
}

#press-left {
	width: 325px;
	float: left;
	background-image: url(images/press/press-bg-divider.png);
}

#your_post_here {
	float: right;
	width: 470px;
	margin: 0 20px 0 0;
	padding: 0;
}

#press-left .post {
	padding: 20px 40px 20px 20px;
	height: 60px;
	width: 260px;
}

#your_post_here .post ul {
	list-style: square;
}

#your_post_here .post ul li {
	margin: 10px 0 10px 30px;
	font-size: 13px;
}

#press-left .post:hover {
	background-image: url(images/press/press-selector.png);
	color: #fff;
}

#press-left .post:hover a {
	color: #fff;
}

#press-nav {
	margin: 20px 0 0 0;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
	margin: 0 20px 0 0;
}


#productrow {
	text-align: center;
	margin: 0 0 0 20px;
}

.boxgrid {
	width: 200px;
	height: 180px;
	margin: 10px 0 10px 0;
	float: left;
	overflow: hidden;
	position: relative;
}

.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 180px;
	opacity: .6;
	margin: 0 0 0 10px;
	padding: 5px 0 0 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.captionfull .boxcaption {
	top: 180px;
	left: 0;
}

.caption .boxcaption {
	top: 180px;
	left: 0;
}

p.productmeta {
	font-size: 10px;
	margin: 0;
	color: #fff;
}

.page-products {
	text-align: center;
	padding: 0 0 0 40px;
}

.page-products h3.productcategory {
	background-color: #323232;
	width: 100%;
	height: 20px;
	padding: 8px 0 0 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	margin: 50px 0 10px 0;
	color: #fff;
}

.page-about form div.form-element { 
	position:relative; 
	margin: 0 0 10px 0;
}

.page-about label  { 
	color: #4a4c4c;
	font-size: 12px;
	font-weight: bold;
}

.page-about ul.form-elements {
	margin: 0 0 0 40px;
	width: 350px;
}

.page-about ul.form-elements li {
	list-style: none;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #d3d8d8;
	padding: 0 0 15px 0;
}

.page-about ul.form-elements li .input-text-short {
	float: right;
}

.page-about ul.form-elements-check-left {
	margin: 0 0 40px 40px;
	width: 250px;
	float: left;
}

.page-about ul.form-elements-check-left li {
	list-style: none;
	margin: 0 0 5px 0;
	font-size: 13px;
}

.page-about ul.form-elements-check-right {
	margin: 0 80px 0 0;
	width: 250px;
	float: right;
}

.page-about ul.form-elements-check-right li {
	list-style: none;
	margin: 0 0 5px 0;
	font-size: 13px;
}

.page-about .form-betateam {
	margin: 0 0 70px 90px;
	width: 650px;
	padding: 0 30px 40px 30px;
	background-color: #ebf1f1;
	border: 2px solid #414242;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.page-about .form-submitidea {
	margin: 0 0 70px 90px;
	width: 650px;
	padding: 0 30px 40px 30px;
	background-color: #ebf1f1;
	border: 2px solid #414242;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.page-about ul.submitideatext {
	margin: 0 0 0 40px;
	list-style: square;
	width: 700px;
}

.page-about ul.submitideatext li {
	font-size: 12px;
	margin: 20px 0 20px 0;
	line-height: 16px;
}

.page-about .input-text {
	border: 1px solid #999;
	margin: 0 0 0 12px;
	width: 300px;
	font-size: 12px;
	padding: 2px 2px 2px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.page-about .input-text-short {
	border: 1px solid #999;
	margin: 0 0 0 12px;
	width: 200px;
	font-size: 12px;
	padding: 2px 2px 2px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.input-text-short {
	border: 1px solid #999;
	margin: 0 0 0 12px;
	width: 200px;
	font-size: 12px;
	padding: 2px 2px 2px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

label.error {
	color: red;
	float: left;
}

.page-about .input-area {
	border: 1px solid #999;
	margin: 0 0 0 50px;
	width: 400px;
	height: 150px;
	font-size: 12px;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.page-about .form-checkarea {
	font-size: 12px;
	margin: 0 0 0 40px;
}

.page-about h3 {
	color: #382453;
	font-size: 14px;
	font-weight: bold;
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.page-about .input-submit {
	float: right;
}

.pg-download {
	text-align: left;
}

.pg-download #tbl-download {
	width: 700px;
	margin: 0 0 0 100px;
}

.pg-download #tbl-download .tbl-download-row {
 width: 700px;
 font-size: 12px;
 clear: both;
 margin: 0 0 20px 0;
}

.pg-download #tbl-download .tbl-download-rowhdr {
 width: 700px;
 height: 20px;
 font-size: 14px;
 font-weight: bold;
 border-bottom: 1px solid #999;
 margin: 0 0 5px 0;
 clear: both;
}

.pg-download #tbl-download .tbl-download-image {
	float: left;
	width: 150px;
}

.pg-download #tbl-download .tbl-download-links {
	float: left;
	width: 500px;
}

.pg-download #tbl-download .tbl-download-links ul li {
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}

.pg-download #tbl-download .tbl-download-version ul li {
	margin: 0 0 5px 0;
	padding: 5px 0 0 0;
}

.pg-download #tbl-download .tbl-download-links img {
	margin: 0 6px 0 0;
}

.pg-download #tbl-download .tbl-download-version {
	float: right;
	width: 50px;
}

.pg-download {
	font-size: 13px;
	line-height: 15px;
}

.pg-download h4.downloadnotetitle {
	font-weight: bold;
	margin: 40px 0 10px 50px;
}

.pg-download ul.downloadlist {
	margin: 10px 0 60px 70px;
	list-style: square;
	width: 650px;
}

.pg-download ul.downloadlist li {
	margin: 5px 0 5px 0;
}

.pg-support {
	text-align: left;
}

.pg-support #supportpanel-left {
	float: left;
	width: 400px;
	margin: 30px 0 0 20px;
}

.pg-support #supportpanel-right {
	float: right;
	width: 400px;
	margin: 30px 0 0 0;
}

.pg-support #supportrow {
	width: 380px;
	height: 60px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.pg-support #supportrow .supportcol-icon {
	width: 60px;
	height: 60px;
	float: left;
}

.pg-support #supportrow .supportcol-header {
	width: 250px;
	height: 50px;
	float: left;
	padding: 10px 0 0 30px;
}

.pg-support #supportrow .supportcol-header h3 {
	font-size: 18px;
	font-weight: bold;
	color: #382453;
}

.pg-support #supportrow .supportcol-header h3 a {
	text-decoration: none;
}

.pg-support #supportrow .supportcol-action {
	width: 40px;
	height: 60px;
	float: right;
}

.pg-support p {
	font-size: 13px;
	margin: 20px 20px 0 20px;
}

.pg-support form div.form-element { 
	position:relative; 
	margin: 0 0 10px 0;
}

.pg-support label  { 
	color: #494949;
	font-size: 14px;
	font-weight: bold;
}

.pg-support ul.form-elements {
	margin: 0 0 0 80px;
	width: 450px;
}

.pg-support ul.form-elements-short {
	margin: 0 0 0 80px;
	width: 250px;
}
.pg-support ul.form-elements li {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
}
.pg-support .form-lostserial {
	margin: 30px 0 70px 90px;
	width: 650px;
	padding: 30px 30px 10px 30px;
	background-color: #ebf1f1;
	border: 2px solid #414242;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.pg-support .form-register {
	margin: 30px 0 70px 90px;
	width: 650px;
	padding: 30px 30px 10px 30px;
	background-color: #ebf1f1;
	border: 2px solid #414242;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.pg-support .form-contact-support {
	margin: 30px 0 70px 100px;
	width: 630px;
	padding: 10px 10px 10px 10px;
	background-color: #ebf1f1;
	border: 2px solid #414242;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
}

.pg-support .chatbox {
	background-color: #ebf1f1;
	border: 2px solid #414242;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 630px;
	margin-left: 100px;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

.pg-support .input-text {
	border: 1px solid #999;
	margin: 0 0 0 12px;
	width: 300px;
	font-size: 12px;
	padding: 2px 2px 2px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pg-support .input-text-short {
	border: 1px solid #999;
	margin: 0;
	width: 200px;
	font-size: 14px;
	color: #494949;
	padding: 4px 2px 4px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
}

.pg-support .input-text-area2 {
	border: 1px solid #999;
	margin: 0;
	width: 410px;
	height: 150px;
	font-size: 14px;
	color: #494949;
	padding: 4px 2px 4px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
}

.pg-support .input-text-area2:focus {
	border: 1px solid #494949;
	outline: none;
	background-color: #f3fff8;
}

.pg-support .input-text-short-sm {
	border: 1px solid #999;
	margin: 0;
	width: 50px;
	font-size: 14px;
	color: #494949;
	padding: 4px 2px 4px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
}

.pg-support .input-text-short:focus {
	border: 1px solid #494949;
	outline: none;
	background-color: #f3fff8;
}

.pg-support .input-text-short-sm:focus {
	border: 1px solid #494949;
	outline: none;
	background-color: #f3fff8;
}

.pg-support .input-area {
	border: 1px solid #999;
	margin: 0 0 0 50px;
	width: 400px;
	height: 150px;
	font-size: 12px;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.pg-support h4 {
	/*color: #382453;*/
	color: #999;
	font-size: 16px;
	/*font-weight: bold;*/
	font-weight: normal;
	margin: 50px 0 10px 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

.pg-support .input-submit {
	float: right;
}

.pg-retailers {
	text-align: left;
}

.pg-retailers p {
	font-size: 15px;
	margin: 0 0 20px 10px;
}

.pg-retailers .retailers-container {
	width: 690px;
	height: 360px;
	margin: 0 0 0 40px;
	padding: 30px;
	background: url(images/retailers/retailers-background.png) no-repeat;
	text-align: center;
}

.pg-retailers .retailers-content {
	width: 690px;
}

.pg-retailers ul {
	width: 300px;
}

.pg-retailers ul li {
	color: #382453;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 15px;
}

#clearpage {
	clear: both;
}

.featured-buttons a {
	display: block;
	position: relative;
}

.featured-buttons a img {
	position: absolute;
	z-index: 1;
}

.featured-buttons span {
	display: block;
	position: absolute;
	z-index: 2;
	width: 130px;
	height: 36px;
}

.pg-retailers h2 {
	font-weight: bold;
	font-size: 17px;
	color: #382453;
	margin: 0 0 6px 0;
}

.retaileronlinebox {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ccc;
}

.retaileronlinebox img {
	margin: 0 10px 0 10px;
}

div#mjipad-page {
	font-family: Helvetica, Arial, sans-serif;
	width: 750px;
	text-align: center;
}

p.mjipad-p {
	margin: 40px 0 40px 175px;
	font-size: 18px;
	font-weight: bold;
	width: 400px;
}

div.mjipad-fieldfirstname {
	width: 500px;
	height: 70px;
	margin: 10px 0 10px 125px;
	background-image: url(https://marinersoftware.com/mobileapps/macjournalipad/field-firstname.png);
}

div.mjipad-fieldlastname {
	width: 500px;
	height: 70px;
	margin: 10px 0 10px 125px;
	background-image: url(https://marinersoftware.com/mobileapps/macjournalipad/field-lastname.png);
}

div.mjipad-fieldemail {
	width: 500px;
	height: 70px;
	margin: 10px 0 10px 125px;
	background-image: url(https://marinersoftware.com/mobileapps/macjournalipad/field-email.png);
}

input.mjipad-input {
	width: 250px;
	font-size: 20px;
	border: 1px solid #999;
	color: #999;
	background-color: #f7f7f7;
	padding: 2px;
	margin: 20px 0 0 200px;
}

div.mjipad-areasubmit {
	width: 500px;
	height: 70px;
	margin: 10px 0 10px 125px;
	border-top: 2px dashed #eee;
	padding: 20px 0 0 0;
}

input.mjipad-btnclear {
	width: 185px;
	height: 70px;
	background: url(https://www.marinersoftware.com/mobileapps/macjournalipad/btn-clearform.png) no-repeat;
	border: none;
	cursor: pointer;
	color: transparent;
}

input.mjipad-btnsubmit {
	width: 185px;
	height: 70px;
	background: url(https://www.marinersoftware.com/mobileapps/macjournalipad/btn-submit.png) no-repeat;
	border: none;
	cursor: pointer;
	color: transparent;
}

#cartItems {
	padding-top: 12px;
	padding-left: 5px;
	margin: 10px;
}

#cartItems th {
	padding-top: 10px;
	padding-left: 6px;
}

hr {
	margin: 20px 0 20px 0;
	visibility: hidden;
}


.contourservices-coverage, .contourservices-profiles {
	width: 600px;
}

.contourservices-coverage h1, .contourservices-profiles h1 {
	color: #382453;
	font-weight: bold;
	font-size: 25px;
	margin: 0 0 5px 0;
}

.contourservices-coverage h2, .contourservices-profiles h2 {
	color: #382453;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 5px 0;
}

.contourservices-coverage h3, .contourservices-profiles h3 {
	color: #999;
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 5px 0;
}

.contourservices-coverage h4, .contourservices-profiles h4 {
	font-weight: bold;
	font-size: 14px;
}

.contourservices-coverage p, .contourservices-profiles p {
	font-size: 13px;
	margin: 10px 0 10px 0;
	line-height: 16px;
}

.contourservices-coverage ul, .contourservices-profiles ul {
	margin: 10px 0 20px 0;
}

.contourservices-coverage ul li, .contourservices-profiles ul li {
	font-size: 13px;
	margin: 10px 0 10px 40px;
	line-height: 16px;
	list-style: square;
}

.contourservices-profiles .profile-picture {
	float: left;
	width: 160px;
}

.contourservices-profiles .profile-text {
	float: right;
	width: 420px;
	margin: 0 0 0 20px;
}

.prodcontent ul {
	margin: 0 0 0 20px;
}

.prodcontent ul li {
	margin: 8px 0 4px 0;
	list-style: square;
	font-size: 13px;
}

.extender {
	clear: both;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	/*background: #FFF;*/
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

.pg-message {
	text-align:center;
}

.pg-message p {
	margin: 0 0 20px 20px;
	font-size: 13px;
	line-height: 17px;
}

div.rss-popup em {
background: url(bubble.png) no-repeat;
width: 100px;
height: 49px;
position: absolute;
top: -70px;
left: -0px;
text-align: center;
text-indent: -9999px;
z-index: 2;
display: none;
}

.form-customersurvey p {
	padding: 0;
	margin: 0;
}

.form-customersurvey label {
	margin: 0;
	padding: 0;
}

ul.form-layout-customersurvey li {
	list-style: none;
	line-height: normal;
	margin: 20px 0 20px 0;
}

.form-customersurvey .input-text-long {
	border: 1px solid #999;
	margin: 0 0 0 12px;
	width: 300px;
	font-size: 12px;
	padding: 2px 2px 2px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-customersurvey .input-text {
	border: 1px solid #999;
	margin: 0 0 0 12px;
	width: 200px;
	font-size: 12px;
	padding: 2px 2px 2px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-customersurvey .input-area {
	border: 1px solid #999;
	margin: 0;
	width: 400px;
	height: 150px;
	font-size: 12px;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-customersurvey {
	margin: 30px 0 70px 90px;
	width: 650px;
	padding: 30px 30px 10px 30px;
	background-color: #ebf1f1;
	border: 2px solid #414242;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.form-customersurvey .input-submit {
	float: right;
	}
	
.list {
	padding-left:10px;
}
	
.list img {
	padding-left:3px;
}

.field-price {
	/*margin-right: 143px;*/
	text-align: left;
	float: left;
	margin: 0 0 0 35px;
}

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: -20px;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: -20px;
	background: url(http://www.marinersoftware.com/media/images/subscribenew.png) no-repeat right top;
	text-indent: -9999px;
}

#form-specialoffers, #form-acn {
	width:470px;
	float:right;
	margin-right:150px;
	margin-top: 20px;
}

#form-specialoffers p.basicform-line, #form-acn p.basicform-line {
	margin:10px 10px 10px 40px;
	font-size:15px;
	font-weight:bold;
	clear:both;
}

#form-specialoffers label, #form-acn label {
	float: left;
	margin: 20px 0;
	font-size: 15px;
}

#form-specialoffers input[type=text], #form-acn input[type=text] {
	width:200px;
	padding:4px 10px 4px 10px;
	font-size:15px;
	font-weight:bold;
	color:#292929;
	border:2px solid #999;
	border-radius:8px; 
	-webkit-border-radius:8px; 
	-moz-border-radius:8px;
	float:right;
}

#form-specialoffers textarea, #form-acn textarea {
	width:200px;
	height: 100px;
	padding:4px 10px 4px 10px;
	font-size:15px;
	font-weight:bold;
	color:#292929;
	border:2px solid #999;
	border-radius:8px; 
	-webkit-border-radius:8px; 
	-moz-border-radius:8px;
	float:right;
	margin-top: 20px;
}

#form-specialoffers input[type=image], #form-acn input[type=image] {
	float: right;
	margin: 20px 0;
}



#comments {
	clear: both;
	width: 780px;
	margin-left:40px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 20px 0;
	padding: 10px 0;
}

.commentlist p {
	font-size: 12px;
	margin: 10px 0;
}
.commentlist li.comment {
	line-height: 24px;
	margin: 20px 0 24px 10px;
	padding: 10px 20px;
	position: relative;
	border: 1px solid #999;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #eee;

}
.commentlist li:last-child {
	/*border-bottom:none;*/
	/*margin-bottom:0;*/
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 4px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
background-color: #ced8e6;
}
.reply {
	font-size: 11px;
	padding: 0 0 14px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
	background-color: #e6e6e6;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:48%;
	display: block;
}
#respond textarea {
	width:48%;
	display: block;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

.post {
	clear:both;
}

div.qs-form-page {
				font-family: Helvetica, Arial, sans-serif;
				margin: 20px;
				padding:20px;
			}
			
			div.qs-form-page p {
				font-size: 14px;
				line-height: 17px;
				margin: 10px 0;
			}
		
			ol.qs-form-list {
				margin: 20px;
				padding: 20px;
			}
			
			ol.qs-form-list li {
				list-style: decimal;
				margin: 40px 0 0 0;
				font-size: 14px;
				line-height: 17px;
			}
			
			ul.qs-form-list {
				margin: 10px;
				padding: 0;
			}
			
			ul.qs-form-list li {
				list-style: none;
				margin: 20px 0 0 0;
				font-size: 14px;
				line-height: 17px;
				font-weight: bold;
				color: #352347;
			}
		
			.qs-form-textarea {
				border-radius: 10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				width: 450px;
				height: 130px;
				padding: 10px;
				margin: 10px;
				/*border: 1px solid #ccc;*/
				border: none;
				box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
				-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
				font-family: Helvetica, Arial, sans-serif;
				font-size: 14px;
				/*font-weight: bold;*/
				color: #494949;
			}
			
			.qs-form-textarea:focus {
				outline: 0;
			}
			
			.qs-form-textinput {
				border-radius: 10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				width: 150px;
				padding: 4px 8px;
				margin: 5px;
				/*border: 1px solid #ccc;*/
				border: none;
				box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
				-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
				font-family: Helvetica, Arial, sans-serif;
				font-size: 14px;
				/*font-weight: bold;*/
				color: #494949;
			}
			
			.qs-form-textinput:focus {
				outline: 0;
			}
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; background-color: #eee; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; font-size:12px; font-weight: bold;  }
.ui-datepicker .ui-datepicker-next { right:8px; font-size:12px; font-weight: bold; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; cursor: pointer; }
.ui-datepicker .ui-datepicker-next-hover { right:8px; cursor: pointer; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; font-weight: bold; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }


/*--- Begin m5 Development CSS ---*/

#m5-page {
	width:880px;
	margin:40px 0 0 0;
	padding:35px;
	border-radius:18px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	background: #E0E0E0;
	background: -moz-linear-gradient(top, #E0E0E0 0%, #F0F0F0 2%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0E0E0), color-stop(2%,#F0F0F0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#F0F0F0',GradientType=0 ); /* ie */
}



#m5-blog {
	width:950px;
	margin:0;
	padding:0;
	/*border-radius:18px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;*/
	background-color: #fcfcfc;
	/*background: #E0E0E0;
	background: -moz-linear-gradient(top, #E0E0E0 0%, #F0F0F0 2%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0E0E0), color-stop(2%,#F0F0F0));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0E0E0', endColorstr='#F0F0F0',GradientType=0 );*/
}

.m5-page-blog {
	text-align:left;
	padding-top: 0px;
}

.m5-page-blog div.abutton-purple {
	width: 160px;
	padding: 10px 15px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	text-decoration: none;
	color: #f0f0f0;
	margin: 0 0 20px 0;
	font-size: 14px;
	background-color: #463C4D;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	line-height: 18px;
}



.m5-page-blog div.abutton-purple a {
	color: #f0f0f0;
	text-decoration: none;
}

.m5-page-blog .blog-postheader {
	-webkit-border-radius-topleft: 8px;
	-webkit-border-radius-topright: 8px;
	-webkit-border-radius-bottomright: 0px;
	-webkit-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.m5-page-blog .blog-commentsnumber a {
	color: #fff;
	text-decoration: none;
}

.m5-page-blog h1 {
	color:#463c4d;
	font-weight:bold;
	padding:0 0 10px 0;
	font-size:24px;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
}

.m5-page-blog h2 {
	color:#7c6988;
	font-weight:bold;
	padding:0 0 10px 0;
	font-size:18px;
}

.m5-page-blog h3 {
	color:#494949;
	font-weight:bold;
	padding:10px 0 5px 0;
	font-size:13px;
}

.m5-page-blog p {
	margin:0 0 20px 0;
	font-size:13px;
	line-height:17px;
	color:#494949;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
}

#m5-page-2 {
	width:882px;
	margin:40px 0 0 0;
	/*padding:35px;*/
	border-radius:18px;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	background: #E0E0E0 url(https://www.marinersoftware.com/media/images/profiles/profiles-background.png) no-repeat;
	padding: 130px 34px 0 34px;
}


.m5-page-fresh p {
	margin:0 0 20px 0;
	font-size:13px;
	line-height:17px;
	color:#494949;
	text-align: left;
}

.m5-page-fresh .fresh-footer {
	background: #000 url(https://www.marinersoftware.com/media/images/profiles/profiles-footerbg.png) no-repeat;
	margin-left: -34px;
	margin-top: 60px;
	width: 950px;
}

.m5-page-fresh h1 {
	color:#432c4d;
	font-weight:bold;
	padding:0 0 10px 0;
	font-size:30px;
}

.m5-page-fresh h2 {
	color:#432c4d;
	font-weight:normal;
	padding:0 0 40px 0;
	font-size:18px;
}

.m5-page-fresh .whomarker {
	font-weight: bold;
	color:#432c4d;
	font-size: 10px;
}

.m5-page-standard {
	text-align:left;
}

.m5-page-standard h1 {
	color:#432c4d;
	font-weight:bold;
	padding:0 0 10px 0;
	font-size:24px;
}

.m5-page-standard h2 {
	color:#694e88;
	font-weight:bold;
	padding:0 0 10px 0;
	font-size:18px;
}

.m5-page-standard h3 {
	color:#494949;
	font-weight:bold;
	padding:10px 0 5px 0;
	font-size:13px;
}

.m5-page-standard h4 {
	color:#694e88;
	font-weight:bold;
	padding:0 0 10px 0;
	font-size:18px;
}

.m5-page-standard p {
	margin:0 0 20px 0;
	font-size:13px;
	line-height:15px;
	color:#494949;
}

.m5-page-standard ul, .m5-page-standard ol {
	padding:0 0 0 40px;
	margin:0 0 15px 0;
}

.m5-page-standard ul li, .m5-page-standard ol li {
	margin:0 0 5px 0;
	font-size:13px;
	line-height:15px;
	color:#494949;
}

.m5-page-standard ul li {
	list-style:disc;
}

.m5-page-standard ol li {
	list-style:decimal;
}

.m5-page-standard a.abutton-purple {
	padding: 10px 15px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	text-decoration: none;
	color: #f0f0f0;
	margin: 0 20px;
	font-size: 14px;
	background: #463C4D;
	background: -moz-linear-gradient(top, #463C4D 0%, #7C6988 3%, #463C4D 91%, #7C6988 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#463C4D), color-stop(3%,#7C6988), color-stop(91%,#463C4D), color-stop(100%,#7C6988)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463C4D', endColorstr='#7C6988',GradientType=0 ); /* ie */
}

.m5-page-standard div.abutton-purple {
	width: 160px;
	padding: 10px 15px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	text-decoration: none;
	color: #f0f0f0;
	margin: 0 0 20px 0;
	font-size: 14px;
	background-color: #463C4D;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	line-height: 18px;
}



.m5-page-standard div.abutton-purple a {
	color: #f0f0f0;
	text-decoration: none;
}

.m5-page-standard input[type=text] {
	width: 200px;
	padding: 4px 10px;
	font-size: 15px;
	color: #494949;
	border: 1px solid #ccc;
}

.m5-page-standard input[type=text]:focus {
	outline-color: #7c6988;
}

.m5-page-standard input[type=submit] {
	padding: 8px 25px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	text-decoration: none;
	color: #f0f0f0;
	font-size: 15px;
	background: #463C4D;
	background: -moz-linear-gradient(top, #463C4D 0%, #7C6988 3%, #463C4D 91%, #7C6988 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#463C4D), color-stop(3%,#7C6988), color-stop(91%,#463C4D), color-stop(100%,#7C6988));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#463C4D', endColorstr='#7C6988',GradientType=0 );
	border: none;
	font-weight: bold;
	cursor: pointer;
}

.m5-page-standard .page-icon {
	float: left;
	margin: -50px 0 0 -50px;
}

.m5-page-standard .subnav-holder {
	margin: -40px 0 15px 40px;
	float: left;
}

.m5-page-standard .subnav-holder ul {
	padding: 0;
	text-indent: none;
}

.m5-page-standard .subnav-holder ul li {
	display: inline;
	text-decoration: none;
	margin: 0 30px 0 0;
	padding: 15px 0 15px 30px;
	border-left: 1px solid #ccc;
}

.m5-page-standard .subnav-holder ul li.subnav-last {
	border-right: 1px solid #ccc;
	padding-right:30px;
}

.m5-page-standard .subnav-holder ul li.subnav-selected {
	background: #cdd1ff;
	background: -moz-linear-gradient(top, #cdd1ff 0%, #F0F0F0 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdd1ff), color-stop(100%,#F0F0F0)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdd1ff', endColorstr='#F0F0F0',GradientType=0 ); /* ie */
}

.m5-page-standard .subnav-holder ul li a {
	color: #6c6c6c;
	text-decoration: none;
}

.m5-page-standard .subnav-holder ul li a:hover {
	color: #494949;
}

.m5-page-standard .subnav-holder ul li.subnav-selected a {
	color: #494949;
}

.m5-page-standard .product-sidebar {
	width: 190px;
	float: left;
	margin-left:-5px;
}

.m5-page-standard .product-sidenav {
	width: 160px;
	padding: 10px 15px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border: 1px solid #dbdbdb;
	color: #999;
	margin: 20px 0;
	font-size: 14px;
	background-color: #e4e4e4;
}

.m5-page-standard .product-sidenav ul {
	text-indent: none;
	padding: 0;
	margin: 0;
}

.m5-page-standard .product-sidenav ul li {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #dbdbdb;
	text-align: left;
	list-style: none;
}

.m5-page-standard .product-sidenav ul li a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.m5-page-standard .product-sidenav ul li .linkdesc {
	font-size: 10px;
	font-weight: bold;
	color: #999;
}

.m5-page-standard .product-content {
	width: 640px;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	/*border-left: 1px solid #ccc;*/
}

.m5-page-standard .product-content p {
	margin:0 0 20px 0;
	font-size:12px;
	line-height:16px;
	color:#535353;
}

#spam_message_alert_box {
	background-color:#eee; width:800px;margin:0 auto;text-align:center;padding:30px;border-radius:6px;-webkit-border-radius:6px;-moz-border-radius:6px;background: url('https://www.marinersoftware.com/media/images/bg-download.png') #eee no-repeat;
}

#mariner9-page {
	background-color: #eee;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	
	margin: 20px 0 -20px 0;
	padding: 40px;
	
	text-align: left;
	
	font-size: 12px;
	color: #494949;
}

#mariner9-page .cleared {
	clear:both;
}

.mariner9-page-standard p {
	color: #292929;
	font-size: 13px;
	line-height: 16px;
}

.mariner9-page-standard h1 {
	color: #450062;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
}

.mariner9-page-standard h2 {
	color: #450062;
	font-weight: bold;
	font-size: 18px;
}

.mariner9-page-standard .video-row {
	margin: 20px 0 20px 120px;
}

.mariner9-page-standard ul.video-list {
	width: 600px;
}

.mariner9-page-standard ul.video-list li {
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

.mariner9-page-standard a.video-button {
	padding: 2px 6px;
	background-color: green;
	text-decoration: none;
	color: #fff;
	margin: 0 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.mariner9-page-standard a.video-button-text {
	padding: 2px 6px;
	background-color: blue;
	text-decoration: none;
	color: #fff;
	margin: 0 0 0 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.mariner9-page-standard a.video-button-close {
	padding: 2px 6px;
	background-color: red;
	text-decoration: none;
	color: #fff;
	margin: 0 0 0 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}

.mariner9-page-standard p.video-timecode {
	font-size: 10px;
	font-style: italic;
	padding: 15px 0 0 0;
}

a.m9-videotutorialbutton {
padding: 8px 10px;
color: #fff;
text-decoration: none;
font-size: 12px;
font-weight: bold;
background-color: #450062;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
text-align: center;
margin-left: 25px;
}

::selection {
        background: #e2d8ff; /* Safari */
        }
::-moz-selection {
        background: #e2d8ff; /* Firefox */
}
