/**************************************************
*************** Wave Arts Website *****************
***************************************************
    Coded by Yann Bettremieux on 2009-09-01
      (c) Copyright 2007 by minimal design
            http://minimaldesign.net/
***************************************************
***************************************************/

@import url(global.css);
@import url(nav.css);

/*HOME*/

.home #content {
	margin-top: 0;
	padding: 0 5px;
}

#flash_content {
	margin: 10px 0 2px;
}

#splash {
	display: block;
}

#splash .warning {
	margin-top: 1em;
	text-align: center;
	font-weight: bold;
	color: #9f1b1b;
}

#splash img {
	display: block;
}

#super_quote {
	width: 551px;
	margin: 20px 0 20px 160px;
	height: 0;
	font-size: 1em;
	padding-top: 45px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/home-super_quote-bg.png') no-repeat;
}

.home .box {
	float: left;
	width: 565px;
	height: 238px;
	padding: 15px;
	background: url('../_img/home-box-bg.png') no-repeat;
}

/*HOME > FEATURED*/

.home #featured img {
	float: left;
	margin-right: 10px;
}

.home #featured  h3 {
	margin-bottom: 17px;
	font-size: 18px;
	font-weight: normal;
}

.home #featured h4 {
	margin-bottom: .5em;
	padding-top: 5px;
	font-size: 1em;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #355169;
}

.home #featured .new {
	padding-left: 55px;
	line-height: 18px;
	background: url('../_img/gl-new-bg.gif') no-repeat;
}

/*HOME > HIGHLIGHTS*/

.home #highlights h3 {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: normal;
}

.home #scrolling_area {
	height: 190px;
	overflow: auto;
}

.home #highlights dt  {
	float: left;
	width: 142px;
	height: 0;
	font-size: 1em;
	margin: .5em 10px 0 0;
	padding-top: 37px;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.home #highlights dt#sound {
	background-image: url('../_img/home-dt-better_sound-bg.png');
}

.home #highlights dt#cpu {
	background-image: url('../_img/home-dt-less_cpu-bg.png');
}

.home #highlights dt#ui {
	background-image: url('../_img/home-dt-smarter_ui-bg.png');
}

.home #highlights dt#compatible {
	background-image: url('../_img/home-dt-compatible-bg.png');
}

.home #highlights dt#help {
	background-image: url('../_img/home-dt-faster_help-bg.png');
}

.home #highlights dt#value {
	background-image: url('../_img/home-dt-higher_value-bg.png');
}

.home #highlights dd {
	float: left;
	width: 390px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

.home #highlights dd.last {
	margin-bottom: 0;
}

.home #highlights dd p {
	margin-bottom: 0;
}

/*HOME > LATEST NEWS*/

#latest_news {
	float: left;
	width: 265px;
	height: 238px;
	margin-left: 10px;
	padding: 15px;
	background: url('../_img/home-latest_news-bg.png') no-repeat;
	color: #fff;
}

#latest_news h3 {
	display: none;
}

#latest_news dl {
	margin-top: 30px;
}

#latest_news dt a {
	display: inline-block;
	width: 81px;
	margin-bottom: 2px;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	background: url('../_img/home-dt-date-bg.png') no-repeat;
	color: #3e6fc0;
}

#latest_news dt a:hover {
	text-decoration: none;
}

#latest_news dt.first a {
	color: #5786cf;
}

#latest_news dt.second a {
	color: #4c78c8;
}

#latest_news dd {
	margin-bottom: 10px;
}

#latest_news a {
	color: #fff;
}

/*PRODUCTS*/

.products #dropdown .selected a {
	width: 116px;
}

#product_listing {
	width: 935px;
	overflow: hidden;
	min-height: 644px;
}

.products .box {
	float: left;
	margin: 0 35px 20px 0;
	width: 251px;
	height: 280px;
	padding: 11px;
	background: url('../_img/products-div-box-bg.png') no-repeat;
}

.products .box .tags {
	float: right;
}

.products .box h3 a {
	display: block;
	width: 168px;
	padding-left: 10px;
	line-height: 31px;
	font-size: 19px;
	text-transform: uppercase;
	background: url('../_img/products-h3-bg.png') no-repeat;
	color: #fff;
}

.products .box h3 a:hover {
	text-decoration: none;
}

.products .box .thb {
	display: block;
	margin: 20px auto 15px;
}

.products .box .excerpt {
	padding: 0 6px;
}

.products #pagination {
	position: relative;
	width: 230px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
}

.products #pagination p a {
	color: #a5abb2;
}

.products #pagination ul a {
	position: absolute;
	top: 0;
	display: block;
	width: 33px;
	height: 0;
	font-size: 1em;
	padding-top: 34px;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.products #pagination ul .prev a {
	left: 0;
	background-image: url('../_img/products-a-prev-bg.png');
}

.products #pagination ul .next a {
	right: 0;
	background-image: url('../_img/products-a-next-bg.png');
}

.products #pagination ul a:hover {
	background-position: 0 -34px;
}

.products #pagination ul a.disabled {
	background-position: 0 -68px;
}

#p_off a {
	display: block;
	width: 180px;
	margin: 0 auto;
	padding: 2px 0;
	background-color: #333;
	color: #fff !important;
}

#p_off a:hover {
	text-decoration: none;
	background-color: #355169;
}

/*PRODUCT*/

.product #dropdown a {
	width: 120px;
	padding-right: 18px;
}

.product #content {
	min-height: 620px;
}

.product #main {
	float: left;
	width: 580px;
}

.product #main .btn_w {
	width: 130px;
	margin-top: 8px;
	margin-bottom: 15px;
}

.product #aside {
	float: left;
	margin-left: 20px;
}

.product #buy {
	margin-bottom: 15px;
}

.product #buy p {
	margin-bottom: 0;
}

.product #buy strong {
	float: left;
	margin: 1px 11px 0 0;
	width: 83px;
	line-height: 26px;
	font-size: 14px;
	text-align: center;
	background: url('../_img/product-strong-price-bg.png') no-repeat;
}

.product #buy .add {
	float: left;
	width: 166px;
	height: 0;
	font-size: 1em;
	padding-top: 28px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/product-a-add_to_cart-bg.png') no-repeat;
}

.product #buy .add:hover {
	background-position: 0 -28px;
}

.product #buy .save {
	clear: both;
	padding-top: 14px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.product #buy img {
	display: inline-block;
	padding-left: .5em;
	vertical-align: text-top;
}

#download {
	height: 54px;
	padding-top: 10px;
	background: url('../_img/gl-div-download-bg.png') no-repeat;
}

#download img {
	float: left;
	margin: -2px 30px 0 32px;
}

#download p {
	margin-bottom: 5px;
}

#download strong {
	font-size: 1.3em;
}

#download a {
	text-decoration: none;
	color: #333;
}

#download:hover a {
	color: #355169;
}

#download .os a {
	display: inline-block;
	width: 118px;
	text-align: center;
	line-height: 18px;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	background: url('../_img/product-a-os_version-bg.png') no-repeat;
}

#download:hover .os a {
	background-position: 0 -18px;
	color: #fff;
}

.product .other {
	text-align: right;
	padding-right: .5em;
}

.product .other a {
	text-decoration: underline;
}

.product .other a:hover {
	text-decoration: none;
}

/*PRODUCT > ASIDE TABS*/

.tabs {
	z-index: 50;
	position: relative;
	margin-top: 15px;
	overflow: hidden;
}

.tabs li {
	display: inline;
}

.tabs a {
	float: left;
	width: 131px;
	margin-right: 5px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: url('../_img/product-a-tab-bg.png') no-repeat;
}

.tabs a:hover {
	text-decoration: none;
	background-position: 0 -72px;
}

.tabs .selected a, .tabs .selected a:hover {
	color: #355169;
	background-position: 0 -36px;
}

#tab_cnt {
	z-index: 500;
	margin-top: -1px;
	background: url('../_img/product-tab_cnt_bottom-bg.png') left bottom no-repeat;
}

#tab_cnt div {
	padding: 12px 15px;
	background: url('../_img/product-tab_cnt-bg.png') no-repeat;
}

#tab_cnt li {
	line-height: 1.2em;
	margin-bottom: .6em;
}

#tab_cnt #requirements h4 {
	margin-bottom: .75em;
	font-weight: bold;
	font-size: 1em;
	color: #355169;
}

#tab_cnt #requirements ul {
	margin-bottom: 1.5em;
}

/*PRODUCT > BUNDLE PAGE*/

#bundle_showcase {
	overflow: hidden;
}

#bundle_showcase #logo {
	float: left;
}

#bundle_showcase #download {
	float: left;
	width: 290px;
	margin-top: 50px;
}

#bundle_showcase .other {
	float: left;
	width: 285px;
	text-align: right;
}

#bundle_content {
	clear: both;
	width: 950px;
	margin-bottom: 15px;
	padding-top: 20px;
	height: 170px;
	background: url('../_img/product-div-suite_thumbs-bg.png') no-repeat;
}

#bundle_content ul {
	margin-left: 15px;
}

#bundle_content li {
	float: left;
	width: 160px;
	margin-right: 15px;
	text-align: center;
	font-weight: bold;
}

#bundle_content li a  {
	display: table-cell;
	height: 140px;
	vertical-align: middle;
}

#bundle_content img {
	display: block;
	margin-bottom: 10px;
}

.bundle h2 {
	margin: 0 0 6px 0;
}

.bundle #quotes {
	margin: 20px auto;
}

.bundle #quotes blockquote p {
	font-size: 1.2em;
	font-weight: bold;
	width: 510px; /*necessary for js slideshow*/
}

.bundle #quotes cite {
	opacity: .99;
	font-style: normal;
}

.bundle #aside h3 {
	margin: 0 0 .75em 15px;
	font-size: 1.1em;
}

.bundle #requirements h4 {
	margin-bottom: .75em;
	font-weight: bold;
	color: #355169;
}

.bundle #requirements ul {
	margin-bottom: 1em;
}

/*DOWNLOADS*/

.downloads #main {
	float: left;
	width: 600px;
}

.downloads .white_box {
	float: left;
	margin-right: 10px;
}

.downloads h3 {
	margin: 5px 0;
	font-size: 1.3em;
	font-weight: normal;
}

.downloads #main ol {
	margin-top: 15px;
}

.downloads #main li {
	margin-bottom: 18px;
}

.downloads #main label {
	display: block;
	font-weight: bold;
}

.downloads #main select {
	width: 225px;
}

.downloads #main .btn {
	margin-bottom: 0;
}

.downloads #aside {
	float: left;
}

#documentation {
	position: relative;
	width: 890px;
	margin: 20px auto 0;
}

#documentation h3 {
	margin: 0 0 10px 20px;
	font-size: 1.2em;
}

#documentation .see_all {
	position: absolute;
	top: 5px;
	right: 0;
}

#documentation .see_all a {
	padding-right: 18px;
	background: url('../_img/gl-a-more_arrow-bg.gif') 100% 50% no-repeat;
}

#documentation h2 {
	margin-bottom: 5px;
}

#documentation #files {
	width: 900px;
	overflow: hidden;
	padding: 20px;
	background: url('../_img/gl-gradient_large-bg.png') no-repeat;
}

.doc_download {
	float: left;
	width: 300px;
}

.doc_download h4 {
	font-size: 1em;
	margin-bottom: 5px;
	padding-left: 40px;
	background: url('../_img/img-pdf.png') no-repeat;
}

.doc_download h4 em {
	display: block;
	font-weight: normal;
	font-size: .8em;
	color: #989ca3;
}

.dl {
	margin: 10px 0 0 -2px;
}

.dl, .dl a {
	width: 144px;
	height: 22px;
	line-height: 22px;
	cursor: pointer; /* for IE6... */
	background: url('../_img/gl-btn_b-p-bg.png') 0 -22px no-repeat;
}

.dl a {
	display: block;
	width: 130px;
	padding-right: 14px;
	text-align: center;
	text-decoration: none;
	background: url('../_img/gl-btn_b-p-bg.png') no-repeat;
	color: #fff;
}

.dl a:hover {
	background-image: none;
}

/*DOWNLOADS > VERSION HISTORY*/

.version_history #main {
	width: 590px;
	margin-right: 10px;
	background: url('../_img/gl-gradient_medium-bg.png') no-repeat;
}

.version_history #main ol {
	margin: 20px;	
}

.version_history #main ul {
	margin-bottom: 2em;
}

.version_history #main li {
	margin-bottom: .25em;
}
.version_history #main li strong {
	display: block;
	margin-bottom: .5em;
	padding-left: 20px;
	background: url('../_img/support-faq_toc-a-bg.png')  0 50% no-repeat;
}

.version_history #main p {
	margin: 0 20px .75em;
}

/*STORE*/

.store #main {
	float: left;
	width: 590px;
	background: url('../_img/gl-gradient_medium-bg.png') no-repeat;
}

.store #main .section {
	padding: 15px;
	margin-bottom: 0px;
}

.store #main h3 {
	font-size: 1.2em;
	margin-bottom: .5em;
}

.store table {
	border-collapse: collapse;
	width: 100%;
}

.store table p {
	margin-bottom: 0;
}

.store td {
	padding: 6px 2px;
	border-bottom: 1px solid #eef2f5;
}

.store .add_to {
	width: 116px;
}

.store .add_to a {
	display: block;
	width: 116px;
	height: 0;
	font-size: 1em;
	padding-top: 28px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/store-a-add_to_cart-bg.png') no-repeat;
}

.store .add_to a:hover {
	background-position: 0 -28px;
}

.store .price {
	width: 54px;
	padding-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	letter-spacing: .1em;
}

.store #aside {
	float: left;
	margin-left: 10px;
}

/*SUPPORT*/

.support #main {
	float: left;
	width: 592px;
}

.support #main a {
	text-decoration: underline;
}

.support #main a:hover {
	text-decoration: none;
}

#support_steps {
	margin-bottom: 15px;
}

#support_steps ol {
	overflow: hidden;
	width: 600px;
}

#support_steps li {
	float: left;
	width: 160px;
	margin-right: 40px;
}

#support_steps .step {
	display: block;
	width: 139px;
	height: 0;
	font-size: 1em;
	margin-bottom: 5px;
	padding-top: 41px;
	text-indent: -2000px;
	overflow: hidden;
}

#support_steps .step.faq {
	background: url('../_img/support_steps-a-faq.png') no-repeat;
}

#support_steps .step.forum {
	background: url('../_img/support_steps-a-forum.png') no-repeat;
}

#support_steps .step.contact {
	background: url('../_img/support_steps-a-contact.png') no-repeat;
}

#faq_toc {
	height: 210px;
	padding: 25px;
	background: url('../_img/support-div-faq_toc-bg.jpg') no-repeat;
}

#faq_toc h3 {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}

#faq_toc .row {
	width: 600px;
	overflow: hidden;
	clear: both;
	margin-bottom: 5px;
}

#faq_toc .excerpt {
	float: left;
	width: 260px;
	margin-right: 20px;
}

#faq_toc h4 {
	font-size: 1em;
}

#faq_toc a {
	padding-left: 20px;
	background: url('../_img/support-faq_toc-a-bg.png') no-repeat;
}

.support #aside {
	float: left;
	margin-left: 8px;
}

.support .tutorials {
	float: left;
	width: 290px;
	margin: -5px 0 0 8px;
}

.support .tutorials .intro {
	height: 70px;
	padding: 45px 15px 0 88px;
	background: url('../_img/support-div-tutorials-bg.jpg') no-repeat;
	color: #daebff;
}

.support .tutorials .intro h3 {
	display: none;
}

.support .tutorials ul {
	margin: 5px 0;
}

.support .tutorials li {
	margin: 0 20px;
	padding: 5px;
	border-bottom: 1px solid #f2f4f6;
}

.support .tutorials li.last {
	border-bottom-width: 0;
}

.support .tutorials li a {
	display: block;
	padding-left: 40px;
	line-height: 27px;
	font-weight: bold;
	background: url('../_img/support-a-play-bg.png') no-repeat;
}

.support .tutorials li a:hover {
	background-position: 0 -27px;
}

.support .tutorials .btn_w {
	width: 135px;
}

/*SUPPORT > FAQ*/

#content.faq {
	background: url('../_img/faq-div-content-bg.png') 311px bottom no-repeat;
}

#faq {
	overflow: hidden;
}

#faq #main {
	float: right;
	width: 550px;
	padding: 15px 20px;
	background: url('../_img/gl-div-gradient_med-bg.png') no-repeat;
} 

#faq #main h3 {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#faq #aside {
	margin: 0 10px 0 0;
}

#faq #aside ul {
	background: url('../_img/faq-ul-questions-bg.png');
}

#faq #aside a {
	display: block;
	padding: 0 15px;
	line-height: 46px;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	background: url('../_img/faq-li-bg.png') no-repeat;
}

#faq #aside ol {
	padding: 1px 2px;
}

#faq #aside .last.selected ol {
	padding-bottom: 11px;
	background: url('../_img/faq-ol-last-bg.png') left bottom no-repeat;
}

#faq #aside ol a {
	padding: .5em 13px;
	line-height: 1.3em;
	font-size: 1em;
	background: none;
	color: #334d64;
}

#faq #aside .first a {
	background-image: url('../_img/faq-li-first-bg.png');
}

#faq #aside .last a {
	background-image: url('../_img/faq-li-last-bg.png');
}

#faq #aside .last.selected a {
	background: url('../_img/faq-li-bg.png') no-repeat;
}

#faq #aside .first ol a, #faq #aside .last ol a, #faq #aside .last.selected ol a {
	background: none;
}

#faq #aside ol a:hover, #faq #aside ol .selected a {
	text-decoration: none;
	background: #527f17 url('../_img/faq-a-question-bg.png') repeat-x !important;
	color: #fff;
}

#extras {
	width: 890px;
	margin: 10px auto 0;
}

#extras a {
	text-decoration: underline;
}

#extras a:hover {
	text-decoration: none;
}

#extras ul {
	width: 900px;
	overflow: hidden;
}

#extras li {
	float: left;
	width: 250px;
	height: 92px;
	margin-right: 10px;
	padding: 20px 20px 0;
	background: url('../_img/faq-extras-box-bg.png') no-repeat;
}

#extras h3 a {
	display: block;
	width: 168px;
	height: 0;
	font-size: 1em;
	margin-bottom: 5px;
	padding-top: 38px;
	text-indent: -2000px;
	overflow: hidden;
}

#extras .see_forum h3 a {
	background: url('../_img/faq-extras-h3-forum-bg.png') no-repeat;
}

#extras .see_contact h3 a {
	background: url('../_img/faq-extras-h3-contact-bg.png') no-repeat;
}

#extras .see_videos h3 a {
	background: url('../_img/faq-extras-h3-videos-bg.png') no-repeat;
}

/*SUPPORT > VIDEOS*/

.support .videos #main {
	width: 590px;
	text-align: center;
}

#video_embed {
	margin-bottom: 1em;
	padding: 10px 0;
	background: #355169 url('../_img/videos-div-embed-bg.png') no-repeat;
}

#video_embed div {
	width: 550px;
	margin: 0 auto;
}

#video_embed object {
	display: block;
}

.videos #aside h3 {
	width: 168px;
	height: 0;
	font-size: 1em;
	padding-top: 38px;
	text-indent: -2000px;
	overflow: hidden;
	background: url('../_img/faq-extras-h3-videos-bg.png') no-repeat;
}

.videos #aside .white_bottom {
	min-height: 367px;
}

.videos #aside .tutorials {
	width: 250px;
	margin: 0;
}

.videos #aside .tutorials li {
	margin: 0;
}

.videos #aside .tutorials .selected a {
	background-position: 0 -27px;
}

#extras .see_faq h3 a {
	background: url('../_img/video-extras-h3-questions-bg.png') no-repeat;
}

/*SUPPORT > REGISTRATION*/

.registration .white_box em {
	color: #7b1c1c;
	font-size: 1.1em;
	font-weight: bold;
}

#reg_form {
	margin-top: 20px;
}

#reg_form li {
	margin-bottom: 6px;
}

#reg_form .first {
	margin-bottom: 2em;
}

#reg_form .first label {
	float: left;
	width: 120px;
}

#reg_form #survey label {
	display: block;
	margin-bottom: .25em;
}

#reg_form #survey li fieldset label {
	display: inline;
	padding-right: 1em;
}

#reg_form select {
	width: 200px;
}

#reg_id, #reg_sn, #reg_email, #reg_name,
#survey-host-other,
#survey-bought_where-more,
#survey-how_did_you_hear-more {
	width: 200px;
	margin-right: .5em;
}

#reg_form #subject {
	width: 398px;
}

#submit_btn {
	margin: 20px 0 0;
}

.registration form a {
	padding: 1px 0 1px 22px;
	background: url('../_img/img-question_small-bg.png') 0 50% no-repeat;
}

/*ABOUT*/

.about #main {
	float: left;
	width: 550px;
	margin-right: 10px;
	padding: 20px;
	background: url('../_img/about-div-main-bg.png') no-repeat;
}

.about #main a {
	text-decoration: underline;
}

.about #main a:hover {
	text-decoration: none;
}

.about #aside {
	float: left;
}

/*ABOUT COMPANY*/

.co #aside {
	padding-top: 20px;
}

.co #aside .staff {
	padding: 20px 0 10px;
	border-bottom: 1px solid #f2f4f6;
}

.co #aside .staff.last {
	border-bottom-width: 0;
}

.co #aside h3 {
	font-size: 1.2em;
}

.co #aside h4 {
	font-size: 1em;
	margin-bottom: .5em;
	color: #395872;
}

/*ABOUT > NEWS*/

.news #main .entry {
	margin-bottom: 2em;
}

.news #main h3 {
	margin-bottom: .25em;
	font-size: 1.2em;
	color: #346d9d;
}

.news .date {
	margin-bottom: 15px;
	font-size: .8em;
	font-weight: bold;
	color: #6a6a6a;
}

.news #aside .white_box {
	margin-bottom: 15px;
}

.news #aside h3 {
	width: 168px;
	height: 0;
	font-size: 1em;
	margin-bottom: 15px;
	padding-top: 42px;
	text-indent: -2000px;
	overflow: hidden;
}

.news #aside .recent h3 {
	background: url('../_img/about-h3-recent-bg.png') no-repeat;
}

.news #aside .archives h3 {
	background: url('../_img/about-h3-archives-bg.png') no-repeat;
}

.news #aside dt {
	float: left;
	margin-right: .5em;
	font-weight: bold;
}

.news #aside dd {
	margin-bottom: .75em;
	padding-left: 70px;
} 

.news #aside li {
	margin-bottom: .5em;
	font-weight: bold;
}

/*ABOUT > PRESS*/

#quotes {
	width: 540px;
	margin: 0 auto;
}

#quotes blockquote {
	padding-top: 10px;
	background: url('../_img/gl-div-phylacter-top.png') no-repeat;
}

#quotes blockquote p {
	margin-bottom: 0;
	padding: 0 15px;
	background-color: #99a6b1;
	color: #fff;
}

#quotes cite {
	display: block;
	padding: 25px 0 0 70px;
	background: url('../_img/gl-div-phylacter-bottom.png') no-repeat;
}

.press #quotes cite {
	margin-bottom: 20px;
}

.press #aside {
	padding-top: 20px;
}

.press #aside h3 {
	margin-bottom: 25px;
	font-size: 1.2em;
}

.press #aside img {
	float: left;
}

.press #aside .artist {
	clear: both;
	padding-top: 10px;
	margin-bottom: .75em;
}

.press #aside .artist img {
	margin: 0 8px;
}

.press #aside .artist p {
	margin-bottom: 0;
	padding-left: 53px;
	font-size: .8em;
}

.press #aside .artist a {
	font-weight: bold;
	font-size: 1.2em;
}

.press #aside .btn_w {
	width: 135px;
	margin-top: 25px;
}

/*ABOUT > ARTISTS*/

.artists #main .thb {
	float: left;
	margin-right: 10px;
}

.artists #main h3 {
	margin: 40px 0 6px;
	font-size: 16px;
	color: #346d9d;
}

.artists #main h4 {
	margin-bottom: 10px;
	font-size: 1.1em;
	color: #6a6a6a;
}

.artists #aside h3 {
	width: 185px;
	height: 0;
	font-size: 1em;
	padding-top: 42px;
	text-indent: -2000px;
	overflow: hidden;
}

.artists #aside h3.featured {
	margin-bottom: 5px;
	background: url('../_img/about-h3-featured-bg.png') no-repeat;
}

.artists #aside h3.pro {
	margin: 25px 0 10px;
	background: url('../_img/about-h3-pro_users-bg.png') no-repeat;
}

.artists #aside .artist {
	clear: both;
	padding-top: 10px;
	margin-bottom: .75em;
}

.artists #aside .artist img {
	float: left;
	margin-right: 8px;
}

.artists #aside .artist p {
	margin-bottom: 0;
	padding-left: 45px;
	font-size: .8em;
}

.artists #aside .artist a {
	font-weight: bold;
	font-size: 1.2em;
}

.artists #aside ul {
	margin-bottom: 10px;
}

.artists #aside li {
	margin-bottom: .25em;
}

/*CONTACT*/

.contact #main {
	float: left;
	margin-right: 8px;
}

.contact #aside {
	float: left;
}

.contact #aside .section.last p {
	margin-bottom: .75em;
}

#contact_form {
	margin-top: 20px;
}

.contact .white_box em, #mailing_list em {
	color: #7b1c1c;
	font-size: 1.1em;
	font-weight: bold;
}

#contact_form li, #mailing_list li {
	margin-bottom: 6px;
}

#contact_form label {
	float: left;
	width: 120px;
}

#contact_form li input {
	width: 250px;
}

#contact_form select {
	width: 254px;
}

#contact_form #subject {
	width: 398px;
}

#contact_form textarea {
	width: 400px;
	height: 130px;
}

.txt_area label.error {
	display: block;
	width: 300px !important;
	margin-left: 114px;
}

#contact_form p {
	margin: 0 0 0 393px;
}

#mailing_list label {
	float: left;
	padding-left: 10px;
	width: 53px;
}

#mailing_list {
	margin-top: 10px;
}

#mailing_list li input {
	width: 160px;
}

/*LICENSING*/

.licensing #main {
	float: left;
	width: 560px;
	padding: 15px;
	margin-right: 10px;
	background: url('../_img/gl-gradient_medium-bg.png') no-repeat;
}

.licensing #main h3 {
	margin-bottom: 1em;
	font-size: 1.2em;
}

.licensing #main ul {
	float: left;
	margin-right: 20px;
}

.licensing #main li {
	margin-bottom: 6px;
	padding-left: 20px;
	background: url('../_img/support-faq_toc-a-bg.png') no-repeat;
}

.licensees {
	overflow: hidden;
}

.licensees li {
	float: left;
	margin-right: 20px;
}

.licensing #aside {
	float: left;
}

.licensing #tab_section {
	width: 890px;
	margin: 15px auto 0;
}

.licensing #tab_container {
	background: url('../_img/licensing-div-tab_content-bg.png') no-repeat;
}

.tab_content {
	overflow: hidden;
	min-height: 345px;
}

.tab_content h3 {
	font-size: 1.2em;
	margin-bottom: .5em;
}

.tab_content a {
	text-decoration: underline;
}

.tab_content a:hover {
	text-decoration: none;
}

.tab-main {
	float: left;
	width: 560px;
	padding: 15px;
}

.tab-main ul {
	list-style-type: square;
	margin: 0 0 1em 1.5em;
	line-height: 1.5em;
}

.tab-aside {
	float: left;
	width: 260px;
	padding: 15px;
}

.tab-aside ul {
	margin-bottom: 1.5em;
	color: #999;
}

.tab-aside ul li {
	margin-bottom: 5px;
}

.tab-aside ul.mp3 a {
	display: inline-block;
	padding-left: 20px;
	line-height: 16px;
	background: url('../_img/gl-a-play-bg.png') no-repeat;
}

/*SEARCH*/

.search #main {
	float: left;
	width: 560px;
	padding: 15px;
	margin-right: 10px;
	background: url('../_img/gl-gradient_medium-bg.png') no-repeat;
}

.search #main dt {
	margin-bottom: .25em;
	color: #999;
}

.search #main dd {
	margin-bottom: 1.5em;
}

.search #aside {
	float: left;
	width: 250px;
}

/*SPECIALTY TEMPLATE*/

#content.special {
	margin-top: 50px;
}

.special #msg {
	overflow: hidden;
	padding: 20px;
	background: url('../_img/gl-gradient_large-bg.png') no-repeat;
}

.special ul {
	margin-bottom: 10px;
	font-weight: bold;
}

.special p a {
	padding: 3px 20px;
	background: url('../_img/gl-a-back_arrow-bg.gif') 0 50% no-repeat;
}


