/* ===== 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(/TuHorns/images/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:rgb(0,0,0);
	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:rgb(0,0,0);
	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:rgb(0,0,0);
	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 #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;
}

#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;
}

#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: Verdana, 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: Verdana, Helvetica, Arial, sans-serif;
}


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


.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;
}

.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;
}

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

.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;
}

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

.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('/TuHorns/images/bg-download.png') #eee no-repeat;
}


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;
}

div.bbp-breadcrumb {
	display: block;
	margin: 0 0 20px 0;
}

table.bbp-forums, table.bbp-topics, table.bbp-replies {
	border: 1px solid #ccc;
	padding: 20px;
	margin: 40px 0 0 -8px;
	font-size: 13px;
	background-color: #eee;
}

table.bbp-forums td, table.bbp-topics td, table.bbp-replies td {
	/*padding: 5px;*/
}


table.bbp-topics td a, table.bbp-replies td a {
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
}

table.bbp-forums td.bbp-forum-freshness a, table.bbp-topics td.bbp-topic-freshness a, table.bbp-replies td.bbp-reply-freshness {
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}

table.bbp-topics thead, table.bbp-replies thead {
	font-size: 15px;
}

table.bbp-replies thead a {
	color: #eee;
}

table.bbp-replies td.bbp-reply-author {
	padding-right: 30px;
	background-color: #eee;
}

td.bbp-reply-author a {
	color: #2c2545;
}

span.bbp-author-ip {
	display: none;
}

table.bbp-replies tr.bbp-reply-header {
	background-color: #eee;
	font-size: 10px;
}

table.bbp-replies {
	width: 100%;
}

table.bbp-topics thead tr th, table.bbp-replies tr th {
	background-color: #494949;
	color: #eee;
	padding: 10px;
}

table.bbp-forums tr.even, table.bbp-topics tr.even, table.bbp-replies tr.even {
	background-color: #dbdeee;
}

legend {
	font-size: 12px;
	font-weight: bold;
	color: #494949;
}

tr.bbp-reply-header {
	border-top: 1px solid #ccc;
	padding: 10px 0;
}

a.bbp-button {
	padding: 4px 16px;
	background-color: #64893e;
	text-decoration: none;
	color: #fff;
	margin: 0 0 0 20px;
	border-radius: 5px;
}

div.bbp-pagination {
	font-size: 12px;
	font-weight: bold;
	color: #494949;
}

ul.bbp-reply-revision-log {
	display: none;
}

/* =bbPress Style
-------------------------------------------------------------- 

#content hr,
#container hr {
	margin: 0 0 24px 0;
}
#entry-author-info {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #fff;
}

#content table.bbp-topics,
#content table.bbp-forums,
#content table.bbp-replies,

#container table.bbp-topics,
#container table.bbp-forums,
#container table.bbp-replies,

#main table.bbp-topics,
#main table.bbp-forums,
#main table.bbp-replies {
	clear: left;
	table-layout: fixed;
	width: 100%;
}*/

/* =Breadcrumb and Tags
-------------------------------------------------------------- 

div.bbp-breadcrumb {
	float: left;
}

div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 12px;
}

#content div.bbp-breadcrumb p,
#content div.bbp-topic-tags p {
	margin-bottom: 10px
}

div.bbp-topic-tags {
	float: right;
}*/

/* =Tables
-------------------------------------------------------------- 

#content table tbody tr.even td {
	background-color: #fff;
}
#content table tbody tr.odd td {
	background-color: #fbfbfb;
}

#content table tbody tr.status-trash.even td,
#content table tbody tr.status-spam.even td {
	background-color: #fee;
}
#content table tbody tr.status-trash.odd td,
#content table tbody tr.status-spam.odd td {
	background-color: #fdd;
}

#content table.bbp-topics tbody tr.status-closed td,
#content table.bbp-topics tbody tr.status-closed td a {
	color: #ccc;
}

table.bbp-topic tbody tr td,
table.bbp-replies tbody tr td {
	background-color: #fff;
}

table.bbp-forums th, table.bbp-topics th,
table.bbp-topic th, table.bbp-replies th {
	background-color: #f3f3f3;
}
table.bbp-forums th span, table.bbp-topics th span,
table.bbp-topic th span, table.bbp-replies th span {
	float: right;
}
#content th.bbp-topic-author,
#content th.bbp-reply-author {
	text-align: center;
	width: 120px;
}
#content th.bbp-topic-content,
#content th.bbp-reply-content {
	text-align: left;
	padding: 9px 10px 9px 15px;
}
#content table.bbp-forums tfoot td, #content table.bbp-topics tfoot td,
#content table.bbp-topic tfoot td, #content table.bbp-replies tfoot td,
#content table.bbp-replies tr.bbp-reply-header td,
#content table.bbp-topic tr.bbp-topic-header td {
	background-color: #fafafa;
	color: #888;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	padding: 4px 10px;
}

span.bbp-author-ip {
	font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #aaa;
}

#content .bbp-forum-info {
	width: 55%;
	text-align: left;
}
#content .bbp-forum-topic-count,
#content .bbp-forum-reply-count,
#content .bbp-topic-reply-count,
#content .bbp-topic-voice-count,
#content .bbp-topic-action {
	width: 10%;
	text-align: center;
	padding: 6px 0px;
}
#content td.bbp-topic-author,
#content td.bbp-reply-author {
	padding: 20px;
	text-align: center;
	vertical-align: top;
}
.bbp-topic-title {
	width: 55%;
	text-align: left;
}
.bbp-topic-freshness,
.bbp-forum-freshness {
	text-align: center;
	width: 25%;
}

#content tbody .bbp-topic-content,
#content tbody .bbp-reply-content {
	vertical-align: top;
	padding: 15px 10px 10px 15px;
	overflow: auto;
}

#content .bbp-topic-content img,
#content .bbp-reply-content img {
	max-width: 100%;
}*/

/* =Admin Links
-------------------------------------------------------------- 

span.bbp-admin-links {
	float: right;
	color: #ddd;
}
span.bbp-admin-links a {
	color: #bbb;
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
fieldset span.bbp-admin-links {
	float: left;
}
tr td span.bbp-admin-links a:hover {
	color: #ff4b33;
}
td.bbp-topic-admin-links,
td.bbp-topic-counts {
	width: 50%;
}

a.bbp-topic-permalink,
a.bbp-reply-permalink {
	float: right;
	margin-left: 10px;
	color: #ccc;
}*/

/* =Toggles
-------------------------------------------------------------- 

.bbp-topic-action #favorite-toggle a {
	text-decoration: none;
	padding: 0px 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
	font-size: 13px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	.bbp-topic-action #favorite-toggle a:hover {
		color: #5a5;
		border-color: #7c7;
		background-color: #beb;
	}
	.bbp-topic-action #favorite-toggle span.is-favorite a {
		color: #faa;
		border: 1px solid #faa;
		background-color: #fee;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
		.bbp-topic-action #favorite-toggle span.is-favorite a:hover {
			color: #c88;
			border-color: #c88;
			background-color: #fdd;
		}

.bbp-topic-action #subscription-toggle a {
	text-decoration: none;
	padding: 0px 3px 1px;
	color: #7c7;
	border: 1px solid #aca;
	background-color: #dfd;
	font-weight: bold;
	font-size: 13px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	.bbp-topic-action #subscription-toggle a:hover {
		color: #5a5;
		border-color: #7c7;
		background-color: #beb;
	}
	.bbp-topic-action #subscription-toggle span.is-subscribed a {
		color: #faa;
		border: 1px solid #faa;
		background-color: #fee;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
		.bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
			color: #c88;
			border-color: #c88;
			background-color: #fdd;
		}

#content p.bbp-topic-meta {
	margin-bottom: 0;
	font-size: 11px;
}

#content p.bbp-topic-meta span {
	white-space: nowrap;
}*/

/* =Forums
-------------------------------------------------------------- 

#content table tbody tr .bbp-forum-description p {
	margin-bottom: 0;
	font-size: 13px;
	font-style: italic;
}
#content table tbody tr ul.bbp-forums {
	list-style: none;
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;
}
#content table tbody tr ul.bbp-forums li {
	display: inline;
}*/

/* =Pagination
-------------------------------------------------------------- 

.bbp-pagination-count {
	float: left;
}
.bbp-pagination-links {
	float: right;
}
.bbp-pagination {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.bbp-topic-pagination {
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 2px;
	}
	.bbp-topic-pagination a {
		font-size: 10px;
		line-height: 10px;
		padding: 1px 3px;
		border: 1px solid #ddd;
		text-decoration: none;
	}*/

/* =Forms
-------------------------------------------------------------- 
#content fieldset.bbp-form,
#container fieldset.bbp-form,
#wrapper fieldset.bbp-form {
	clear: left;
}

#content fieldset.bbp-form,
#container fieldset.bbp-form,
#wrapper fieldset.bbp-form {
	border: 1px solid #eee;
	padding: 10px 20px;
}

#content fieldset.bbp-form legend,
#container fieldset.bbp-form legend,
#wrapper fieldset.bbp-form legend {
	padding: 5px;
}

#content fieldset.bbp-form label,
#container fieldset.bbp-form label,
#wrapper fieldset.bbp-form label {
	width: 250px;
	display: inline-block;
}

#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label,
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
	width: 100px;
}

#content fieldset.bbp-form p,
#container fieldset.bbp-form p,
#wrapper fieldset.bbp-form p,
#content fieldset.bbp-form textarea,
#container fieldset.bbp-form textarea,
#wrapper fieldset.bbp-form textarea,
#content fieldset.bbp-form select,
#container fieldset.bbp-form select,
#wrapper fieldset.bbp-form select,
#content fieldset.bbp-form input,
#container fieldset.bbp-form input,
#wrapper fieldset.bbp-form input {
	margin: 0px 0px 10px;
}

textarea#bbp_reply_content,
textarea#bbp_topic_content {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.bbp-topic-form,
.bbp-reply-form,
.bbp-topic-tag-form {
	clear: left;
}
body.topic-edit .bbp-topic-form div.avatar img,
body.reply-edit .bbp-reply-form div.avatar img,
body.single-forum .bbp-topic-form div.avatar img,
body.single-reply .bbp-reply-form div.avatar img {
	margin-right: 0;
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 0;
	background-color: #efefef;
}

body.page .bbp-reply-form code,
body.page .bbp-topic-form code,
body.single-topic .bbp-reply-form code,
body.single-forum .bbp-topic-form code,
body.topic-edit .bbp-topic-form code,
body.reply-edit .bbp-reply-form code {
	font-size: 10px;
	background-color: #f0fff8;
	border: 1px solid #CEEFE1;
	display: block;
	padding: 8px;
	margin-top: 5px;
	width: 369px;
}

#merge_tag,
#delete_tag {
	display: inline;
}

div.bbp-submit-wrapper {
	float: right;
}

p.form-allowed-tags {
	width: 462px;
}

input[type="password"] {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}*/

/* =Edit User
-------------------------------------------------------------- 

#bbp-your-profile fieldset {
	margin-top: 20px;
	padding: 20px 20px 0 20px;
}
	#bbp-your-profile fieldset div {
		margin-bottom: 20px;
		float: left;
		width: 100%;
		clear: left;
	}
	#bbp-your-profile fieldset select {
		margin-bottom: 0;
	}
	#bbp-your-profile fieldset input,
	#bbp-your-profile fieldset textarea {
		margin-bottom: 0;
		width: 400px;
		background: #f9f9f9;
		border: 1px solid #ccc;
		box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
		padding: 2px;
	}
	#bbp-your-profile fieldset legend {
		display: none;
	}
	#content #bbp-your-profile fieldset label,
	#container #bbp-your-profile fieldset label {
		float: left;
		width: 150px;
		padding-right: 20px;
		text-align: right;
	}
	#bbp-your-profile fieldset span.description {
		margin: 5px 0 0 170px;
		font-size: 12px;
		font-style: italic;
		float: left;
		clear: left;
		width: 383px;
		padding: 5px 10px;
		border: #cee1ef 1px solid;
		background-color: #f0f8ff;
	}

	#content #bbp-your-profile fieldset fieldset,
	#container #bbp-your-profile fieldset fieldset {
		margin: 0;
		width: 260px;
		border: none;
		padding: 0;
		clear: none;
		float: none;
	}
	#bbp-your-profile fieldset fieldset span.description {
		margin-left: 0;
		margin-bottom: 20px;
	}

	#bbp-your-profile fieldset.submit button {
		float: right;
	}*/

/* =Notices
-------------------------------------------------------------- 

div.bbp-template-notice {
	border-width: 1px;
	border-style: solid;
	padding: 0 0.6em;
	margin: 5px 0 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffe0;
	border-color: #e6db55;
	color: #000;
	clear: both;
}
div.bbp-template-notice a {
	color: #555;
	text-decoration: none;
}
	div.bbp-template-notice a:hover {
		color: #000;
	}
	div.bbp-template-notice.info {
		border: #cee1ef 1px solid;
		background-color: #f0f8ff;
	}
	div.bbp-template-notice.important {
		border: #e6db55 1px solid;
		background-color: #fffbcc;
	}
	div.bbp-template-notice.error,
	div.bbp-template-notice.warning {
		background-color: #ffebe8;
		border-color: #c00;
	}
	div.bbp-template-notice.error a,
	div.bbp-template-notice.warning a {
		color: #c00;
	}
	div.bbp-template-notice p {
		margin: 0.5em 0 6px 0 !important;
		padding: 2px;
		font-size: 12px;
		line-height: 140%;
	}*/

/* =Stickies
-------------------------------------------------------------- 

.bbp-topics-front tr.super-sticky td,
.bbp-topics tr.super-sticky td,
.bbp-topics tr.sticky td,
.bbp-forum-content tr.sticky td {
	background-color: #ffffe0 !important;
	font-size: 1.1em;
}
*/
/* =Revisions
-------------------------------------------------------------- 
#content .bbp-topic-revision-log,
#content .bbp-reply-revision-log,

#main .bbp-topic-revision-log,
#main .bbp-reply-revision-log,

#container .bbp-topic-revision-log,
#container .bbp-reply-revision-log {
	border-top: 1px dotted #ddd;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 11px;
	color: #aaa;
}*/

/* =Widgets
-------------------------------------------------------------- 

.bbp-login-form fieldset legend {
	display: none;
}

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-email input,
.bbp-login-form .bbp-password input {
	padding: 5px;
}

.bbp-login-form .bbp-username label,
.bbp-login-form .bbp-password label {
	width: 70px;
	display: inline-block;
}
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
	margin-top: 10px;
}

.bbp-login-form .bbp-remember-me {

}

.bbp-login-form .bbp-submit-wrapper {
	text-align: right;
}

.bbp-login-form .bbp-login-links {
}

.bbp-login-form .bbp-login-links a {
	float: left;
	clear: left;
}

.bbp-logged-in img.avatar {
	float: left;
	margin-right: 15px;
}

.bbp-logged-in h4 {
	font-weight: bold;
	font-size: 1.3em;
	clear: none;
	margin-bottom: 10px;
}*/

/* =Avatars
--------------------------------------------------------------

#content p.bbp-topic-meta img.avatar,
#content ul.bbp-reply-revision-log img.avatar,
#content ul.bbp-topic-revision-log img.avatar,
#content div.bbp-template-notice img.avatar,
#content .widget_display_topics img.avatar,
#content .widget_display_replies img.avatar,
#content p.bbp-topic-meta img.avatar,

#main ul.bbp-reply-revision-log img.avatar,
#main ul.bbp-topic-revision-log img.avatar,
#main div.bbp-template-notice img.avatar,
#main .widget_display_topics img.avatar,
#main .widget_display_replies img.avatar,
#main p.bbp-topic-meta img.avatar,

#container ul.bbp-reply-revision-log img.avatar,
#container ul.bbp-topic-revision-log img.avatar,
#container div.bbp-template-notice img.avatar,
#container .widget_display_topics img.avatar,
#container .widget_display_replies img.avatar {
	float: none;
	margin-bottom: -7px;
	border: 3px double #ddd;
}

fieldset div.avatar {
	float: right;
} */

/* =BuddyPress Activity Streams
-------------------------------------------------------------- 

.activity-list li.bbp_topic_create .activity-content .activity-inner,
.activity-list li.bbp_reply_create .activity-content .activity-inner {
	border-left: 2px solid #EAEAEA;
	margin-left: 5px;
	padding-left: 10px;
}*/