@charset "UTF-8";
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: 
	http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, 
fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { 
	font-style:normal; font-weight:normal }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; margin: 10px 0; font-weight: normal;}
q:before, q:after { content:''}

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

p {	margin: 10px 0; }

/* Body Settings and Background */
html,body{
	margin:0; 
	padding:0; 
	border:0; 
	font-size:14px; 
	font-weight: 100; 
	font-family: 'Avenir LT Std',Arial,Helvetica,sans-serif;
	color:#000;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #333;
	width:100%; 
	margin:0;
	padding: 0;
	border:0; 
	background-image: url(img/bg-Page2.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}
body#index {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg-Index.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}

.margins {
	width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
a {
	color: #aa1111;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
#link-lg {
	font-size: 14px;
	color: #443D3D;
	font-weight: normal;
}
.smText {
	font-size: 11px;
	color: #999;
	line-height: 14px;
}
#footer {
	padding-top: 15px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	font-size: 11px;
	color: #999;
	overflow: auto;
}

#logo {
	float: left;
	margin-right: 15px;
	height: 107px;
}

#tagline {
	float: left;
	width: 180px;
	color: #CCC;
	line-height: 16px;
	padding-top: 60px;
}

.maintenance {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
}

.menu {
	float: right;
	padding-top: 60px;	
	overflow: hidden;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 42px;
	width: 550px;
	font-weight: bold;
}

#nav a {
	display: block;
	line-height: 42px;
	text-align: center;
	color: #ccc;
}

#nav a:hover {
	color: #ff0;
	text-decoration: none;
}


#nav li { /* all list items */
	float: right;
	width: 100px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	line-height: 32px;
	width: 90px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	font-weight: normal;
}
#nav li ul li a { /* second-level lists */
	text-align: left;
	line-height: 32px;
	padding: 0 10px;
	color: #FFF;
	border: 1px solid #666;
	width: 200px;
	background: url(../images/transBG.png) top left repeat;
	z-index: 5000;
}
#nav li ul li a:hover { /* second-level lists */
	color: #ff0;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}




#breadcrumb {
	font-size: 11px;
	color: #312e2e;
	padding-top: 9px;
	float: left;
}
#breadcrumb a {
	color: #C00;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}
#breadcrumb a:hover {
	color: #C00;
	text-decoration: underline;
}
#cartSummary {
	font-size: 11px;
	color: #312e2e;
	padding-top: 9px;
	margin-right: 15px;
	float: right;
}
#cartSummary a {
	color: #C00;
	text-decoration: none;
	outline: none;
	font-weight: normal;
}
#cartSummary a:hover {
	color: #C00;
	text-decoration: underline;
}
#content {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
h1 {
	font-size: 36px;
	line-height: 1.5em;
}
h1.fpH1 {
	font-size: 18px;
	line-height: 22px;
}
h2 {
	font-size: 32px;	
	line-height: 1.4em;
	color: #aa1111;
}
h3 {
	font-size: 28px;
	line-height: 1.3em;
	font-weight: normal;
}
h4 {
	font-size: 24px;
	line-height: 1.2em;
	font-weight: normal;
	color: #aa1111;
}
.fpH1a {
	font-size: 36px;
	color:#000;
	text-align: center;
	padding-bottom: 10px;
}

#sfp-h2 {
	font-size: 29px;
	font-weight: normal;
}
#sidebarHeader div {
	margin-top: 4px;
}


hr {
	height: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #CCC;
}
#caption {
	font-size: 12px;
	line-height: 16px;
}
.red   {
	font-weight: bold;
	color: #C00;
}
.noPadding {
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.size14 {
	font-size: 14px;
}
.gray {
	color: #666;
}

.yellow {
	color: #fff200;
}

.reviewsHeaderPadding {
	margin-bottom:7px;
	padding-bottom:0px;
}
.reviewsTextPadding {
	padding: 5px 10px;
}
.header2 {
	border-bottom:1px solid #C7C7C7;
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:15px;
	font-weight:bold;
}
#subheader {
	font-size: 15px;
	color: #333;
	background-image: url(gfx/subheader-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-weight: bold;
}
#table-3col {
	color: #ccc;
	background-image: url(img/3col-mid.gif);
	background-position: bottom;
}
#table-3col a {
	color: #fff;
}


/* SFP */

#logo-sfp {
	padding-left:17px;
}

body#sfp {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(sonicfire/images/bg-Page-SFP.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
	background-position: center top;
}
body#sfp-other {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(sonicfire/images/bg-Page-SFP2.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
	background-position: center top;
}
body#sfp-index {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(sonicfire/images/bg-Page-SFP3.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
	background-position: center top;
}

#content-sfp {
	padding-bottom: 35px;
}
.upgrade-chart {
	font-size: 13px;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content-sfp p {
	margin-top: 10px;
}
#sidebar-sfp {
	padding-bottom: 35px;
}
#reviews-td {
	padding: 5px;
}
.indexTitle {
	font-size: 24px;
	color: #333;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* New Styles */

div#topDownload {
	text-align:left;
	margin-left: 45px;
	left: 50%;
	width: 417px;
	position: absolute;
	top: 0px;
	height: 32px;
	visibility: visible;
}

.management {
	margin-bottom: 40px;
	overflow: auto;
}

.management img {
	float: left;
	margin-right: 20px;
}

.management p {
	margin: 10px;
}

/* Updated Styles */


#footer a {
	color:#666;
	text-decoration: underline;
}
#searchField {
	background-image: url(img/bg-Search.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 23px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 26px;
	margin: 0 0 5px 0;
	background-repeat: no-repeat;
	width: 145px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#searchField3 {
	background-image: url(images/bg-search3.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 23px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 26px;
	margin: 0 0 5px 0;
	background-repeat: no-repeat;
	width: 250px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#searchField4 {
	background-image: url(images/bg-search4.png);
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 23px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 26px;
	margin: 0 0 5px -7px;
	background-repeat: no-repeat;
	width: 185px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
#copyright {
	float: left;
}

#footerSearch {
	float: right;
	text-align: right;
}
#searchField2 {
	float: left;
	text-align: left;
}

table.tbl_Contribs{
	border-collapse: collapse;
}

.tbl_Contribs th{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #7d8999;
	color: white;
	border: 1px solid #293543;
}

.td_composer_lt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 8px;
	border: 1px solid #293543;
	background-color: #BBBBBB;
	padding:2px;
}

.td_composer_drk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 8px;
	border: 1px solid #293543;
	background-color: #E7E7E7;
	padding:2px;
}


tr.previewInfo span.previewInfoCont {display:block; padding: 2px 0; }
tr.previewInfo span.previewInfoC {display:block; float: right; padding: 2px 10px; }
tr.previewInfo:hover span.previewInfoC {display:block; }

#discpreviewHeading {
  clear: both; 
  margin: 0 auto;
  padding: 0;
  text-align: center;
  overflow: auto;
  font-size: 12px;
  
}

.discpreviewNOSelect a {
  color: #000;
  background-color: #E7E7E7;
  padding: 4px 12px;
}
.discpreviewNOSelect a:hover{
  background-color: #ccc;
  text-decoration: none;
}

.discpreviewSelected a {
  background-color: #ccc;
}

#contribdiv {
  font-size: 11px;
  line-height: 14px;
}

.specialsCategory {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #000;
}

.previewName {
	float: left;
	margin-right: 10px;
	font-weight: bold;
}

.rollover :hover {
	background: #efefef;
}


#royaltyFreeSoundEffects {
	margin-top: 20px;
}


/* Flowplayer lightbox */

div.overlay {
	/*width:576px;*/
  /*min-width:700px;
  min-height:490px;*/
	display:none;
	/*background-image: url(/sonicfire/images/white-prev.png);
	background-repeat: no-repeat;
	background: transparent url(/sonicfire/images/white-prev.png) no-repeat;*/
	background: #bebebe;
	border: 1px solid #ccc;
	
	z-index: 600;
	
}

div.overlay div.oContent {
	width: 640px;
	margin: 0 auto;
	padding: 20px;
}

div.overlay div.oContentHD {
	width: 853px;
	margin: 0 auto;
	padding: 20px;
}

div.overlay div.reqContent {
	background: #fff;
	width: 640px;
	margin: 0 auto;
	padding: 20px;
}
/* below is for the home page */
div.overlay div.reqContent2 {
	background: #fff;
	width: 960px;
	margin: 0 auto;
	padding: 20px;
}

div.overlay div.vinContent {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
}

div.overlay div.close {
	background:url(/images/closebox.png) no-repeat;
	position:absolute;
	top:-10px;
	right:-14px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

a.player {
  margin:20px;	
	height:300px;
	width:400px;
	display:block;
}

/* End Flowplayer lightbox */

.box404 {
	width: 800px; 
	margin: 0 auto 20px; 
	border: 1px solid #bebebe;
	overflow: auto;
	padding: 10px;
}

.box404 ul {
	margin-left: 50px;
}


.hitpackTbl table {
	margin-top: 10px;
}

.hitpackTbl td {
	padding: 6px;
}

.libName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #293543;
	font-weight: bold;
}
.libNameSm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #293543;
	font-weight: bold;
}

#snError {
	color: red;
	margin: 4px auto; 
	padding: 2px;
	width: 400px; 
	border: 1px solid  #633; 
	background: #fdd;
}

.tracks {
    width: 680px;
}

.tracks tr {
    border: 1px solid #ccc;
}

.tracks td {
    border-right: 1px solid #ccc;
    padding: 2px 4px;
}
/***NEW HOW TO BUY MUSIC for MUSIC PAGE**/
#htbHead {
	width: 960px;
	height: 45px;
	background: url(../images/htbHead.jpg) top left no-repeat;
}
#htbHead3 {
	width: 960px;
	height: 42px;
	background: url(../images/htbHead2.jpg) top left no-repeat;
}
#htbHeadInner {
	padding: 0 20px;
	line-height: 42px;
	color: #FFF;
}
#htbHeadInner2 {
	padding: 0 20px;
	line-height: 42px;
	color: #FFF;
}
#htbHeadInner h2 {
	line-height: 45px;
	color: #FFF;
	font-weight: bold;
}
#htbHeadInner h3 {
	line-height: 42px;
	color: #FFF;
	font-weight: bold;
}
#howToBuy {
	width: 960px;
	background: url(../images/htbBG.jpg) bottom left no-repeat;
	margin-bottom: 20px;
}
#howToBuy2 {
	width: 960px;
	background: url(../images/htbBGc.jpg) bottom left no-repeat;
	margin-bottom: 20px;
}
#howToBuy3 {
	width: 960px;
	padding-bottom: 30px;
	background: url(../images/htbBG2.jpg) bottom left no-repeat;
	margin-bottom: 20px;
}
.htb {
	float: left;
	width: 320px;
}
.htb3 {
	float: left;
	width: 320px;
	background: url(../images/divBord.png) bottom right no-repeat;
}
.htbNone {
	float: left;
	width: 320px;
	background: none;
}
.htbInner {
	margin: 10px 15px;
}
.htbInner3 {
	margin: 10px 15px;
	font-size: 15px;
	line-height: 1.3em;
}
.htbInner h3 {
	font-size: 18px;
	color: #AA1111;
	font-weight: bold;
}
.htbInner h3 a {
	color: #AA1111;
}
.arrow {
	margin-left: 10px;
	padding-left: 12px;
	background: url(../images/arrow.png) 0 4px no-repeat;
	font-size: 15px;
	line-height: 1.0em;
}
.htb2 {
	float: left;
	width: 33%;
}
/**royalty-free-music/download.html BG**/
#newBGcontain {
	width: 960px;
	background: url(../images/newBG.jpg) top left repeat-y;
}
#newBGhead {
	width: 960px;
	height: 12px;
	background: url(../images/newBGhead.jpg) top left no-repeat;
}
#newBGbottom {
	width: 960px;
	height: 34px;
	background: url(../images/newBGbottom.jpg) top left no-repeat;
	margin-bottom: -10px;
}
.purchaseList {
	width: 275px;
	float: right;
	margin-left: 15px;
}
.purchaseList ul {
	list-style: none;
	display: block;
	border-left: 2px solid #CCC;
	padding: 0 10px;
}
.num {
	color: #AA1111;
	font-size: 18px;
	font-weight: bold;
	padding-right: 10px;
}
#breadcrumb2 {
	height: 34px;
	line-height: 32px;
	color: #FFF;
	padding-left: 20px;
	font-size: 13px;
}
#breadcrumb2 a {
	color: #FFF;
}
#breadcrumb2 a:hover {
	color: #AA1111;
}
/**Royalty Free Music Categories Page**/
#rfmLeft {
	float: left;
	width: 65%;
}
#rfmRight {
	float: left;
	width: 34%;
	border-left: 1px solid #CCC;
}
.rfmInner {
	margin: 0 12px 10px 12px;
}
.rfmInner img {
}
.catImg {
	float: left;
	margin: 15px 20px 20px 0;
	line-height: 1.0em;
	font-weight: bold;
}
.catImg img {
	margin-bottom: 5px;
}
.rfmInner ul {
	list-style: none;
	display: block;
	margin: 0 0 15px 20px;
}
.rfmInner ul li {
	padding-left: 12px;
	background: url(../images/arrow.png) 0 4px no-repeat;
}
.discpreviewDESelect {
}
.block {
	margin-bottom: 15px;
}
.musicInfo {
	clear: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EBEBEB;
}
.musicCover {
	float: left;
	width: 25%;
}
.musicDesc {
	float: left;
	width: 75%;
	font-size: 16px;
}

/**isearch results page**/

.isearch-highlight {
	font-weight: bold;
}

.isearch-title {
	font-size: medium;
}

.isearch-search {
	font-weight: bold;
}

.isearch-description {
	font-size: small;
}
/**SOCIAL MEDIA MODULE**/
#socialMod {
	width: 960px;
	height: 272px;
	margin-top: 1px;
	padding-bottom: 10px;
	overflow: hidden;
	background: url(../images/socialModBG.jpg) top left no-repeat;
}
#socialRow {
	height: 70px;
	width: 100%;
}
.socialLinks {
	margin-left: 400px;
	padding-top: 30px;
}
.mod1 {
	float: left;
	margin-left: 17px;
	width: 308px;
}
.mod2 {
	float: left;
	width: 308px;
}
.mod3 {
	float: left;
	width: 308px;
}
.modInner {
	margin: 15px 12px 20px 12px;
	line-height: 1.2em;
}
.descP {
	margin-left:55px;
	font-size: 15px;
	line-height: 1.3em;
}
/*RFM LIBRARY*/
#headInfo {
	float: left;
	width: 100%;
}
#leftHead {
	width: 60%;
	float: left;
}
#rightHead {
	width: 40%;
	float: left;
	text-align: right;
	line-height: 40px;
}
/**********************************************************
	MUSIC PACKS PAGE INFO
**********************************************************/
#mpHead {
	float: left;
	width: 960px;
	height: 42px;
	background: url(../images/ltCustHead.jpg) top left no-repeat;
	margin-top: 10px;
}
.mpHeadLeft {
	float: left;
	width: 350px;
	padding-top: 3px;
}
.mpHeadRight {
	float: left;
	width: 610px;
	padding-top: 3px;
}
#mpHead p {
	padding-left: 20px;
	font-size: 24px;
	color: #FFF;
}
.mpHeadLeft p {
	padding-left: 20px;
	font-size: 24px;
	color: #FFF;
}
.mpHeadRight p {
	padding-left: 20px;
	font-size: 24px;
	color: #FFF;
}
#mpContain {
	float: left;
	width: 960px;
	background: url(../images/ltCustBG.jpg) bottom left no-repeat;
}
.mpInner {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5em;
}
.mpInner h2 {
	font-size: 24px;
	color: #AA1111;
}
.mpInner h3 {
	font-size: 21px;
}
.mpLeft {
	padding-left: 20px;
}
.mpRight {
	padding-right: 20px;
}
#mpSingles {
	float: left;
	background: url(../images/mpDiv.png) top right no-repeat;
	width: 360px;
}
#mpAlbums {
	float: left;
	width: 300px;
}
#mpBuy {
	float: left;
	width: 300px;
	line-height: 40px;
}
#mpBuy img {
	float: right;
	margin-right: 10px;
}
#mpBuy p {
	 line-height: 40px;
	 color: #AA1111;
	 font-weight: bold;
	}
.strike {
	text-decoration: line-through;
	color: #AA1111;
}
.emphasis2 {
	font-weight: bold;
	color: #AA1111;
}
#fullpricediv {
	height: 385px;
	width:960px;
}
#fullpricediv img {
	float:left;
}
#fullpricediv2 {
	height: 355px;
	width:960px;
}
#fullpricediv2 img {
	float:left;
}
/**********************************************************
	FRONT PAGE NIVO
**********************************************************/
#fpNivo {
	width: 960px;
	height: 350px;
	overflow: hidden;
}
#fpMovie {
	width: 960px;
	height: 350px;
	overflow: hidden;
}
/**********************************************************
	LIFETIME CUSTOMIZATION PAGE
**********************************************************/
#ltCustImg {
	width: 960px;
	height: 350px;
	background: url(../images/mainImgLifeCust.jpg) top left no-repeat;
}
#ltHead {
	width: 960px;
	height: 42px;
	line-height: 40px;
	background: url(../images/ltCustHead.jpg) top left no-repeat;
}
.ltHeadInner {
	margin-left: 15px;
	height: 42px;
	line-height: 40px;
}
.ltHeadInner h2 {
	font-size: 24px;
	color: #FFF;
	line-height: 40px;
	margin-top: 0;
}
#ltContain {
	width: 960px;
	background: url(../images/ltCustBG.jpg) bottom left no-repeat;
}
.ltOne {
	float: left;
	width: 320px;
	background: url(../images/mpDiv.png) top right no-repeat;
}
.ltTwo {
	float: left;
	width: 320px;
}
.ltFP {
	float: left;
	width: 240px;
	background: url(../images/mpDiv.png) top right no-repeat;
}
.lastFP {
	background: 0;
}
/************************************************************
	FREE MUSIC PAGE - /royalty-free-music/free.html
************************************************************/
.mainInfoInner3 {
	margin: 20px;
}
#newBGbottom2 {
	margin-top: -20px;
	height: 34px;
	background: url(../images/newBGbottom.jpg) bottom left no-repeat;
}
.new42 {
	font-size: 42px;
	color: #AA1111;
}
.new32 {
	font-size: 32px;
	color: #222;
}
.new24 {
	font-size: 24px;
	color: #AA1111;
}
.signupForm {
	float: left;
	width: 430px;
}
#advertContain {
	width: 960px;
	height: 91px;
}
.freeAd {
	float: left;
	width: 320px;
}
/************************************************************
	PARTNERS ADOBE PAGE
************************************************************/
#adobeMainImg {
	width: 960px;
	height: 300px;
	margin-bottom: 15px;
	background: url(../images/premiereMainImg2.jpg) top left no-repeat;
}
.ad50 {
	margin: 20px 0;
	width: 960px;
}
/************************************************************
	PLUGINS PAGES - SOFTWARE BUY SECTION
************************************************************/
.buyMod {
	width: 960px;
	height: 60px;
	background: url(/images/buyModBG.png) top left no-repeat;
}
.buyModInner {
	margin: 10px 40px;
	line-height: 30px;
}
.titleMod {
	float: left;
	width: 50%;
	font-size: 30px;
	color: #FFF;
}
.buyModInner img {
	float: right;
	margin-top: 8px;
}
/************************************************************
	SOFTWARE BUY MODULE
************************************************************/
#softwareBuy {
	width: 960px;
	height: 252px;
	background: url(/images/softwareModBG.jpg) top left no-repeat;
	margin-top: 15px;
	margin-bottom: 10px;
}
#freeBTN {
	width: 493px;
	height: 252px;
	float: left;
}
#freeBTN img {
	padding-top: 200px;
	margin-left: 145px;
}
#upgradeSFP {
	width: 247px;
	height: 252px;
	float: left;
}
#upgradeSFP img {
	padding-top: 200px;
	padding-left: 60px;
}
#plugins {
	width: 220px;
	height: 252px;
	float: left;
}
.pluginsInner {
	margin: 105px 10px 10px 20px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.3em;
}
.pluginsInner a {
	color: #666;
}
.pluginsInner a:hover {
	color: #AA1111;
	text-decoration: none;
}
/************************************************************
	SPECIAL PRICING - music-packs page
************************************************************/
#specPrice {
	width: 960px;
	height: 67px;
	margin: 20px 0;
	background: url(/images/specPriceBG.jpg) top left no-repeat;
}
.specPricingInner1 {
	float: left;
	width: 308px;
	margin: 0;
}
.specPricingInner2 {
	float: left;
	width: 215px;
	margin: 0;
}
.specPricingInner3 {
	float: left;
	width: 218px;
	margin: 0;
}
.specPricingInner4 {
	float: left;
	width: 219px;
	margin: 0;
}
/************************************************************
	RETURN LINKS SOFTWARE
************************************************************/
#returnLinks {
	width: 960px;
	height: 35px;
	margin: 0;
}
#returnLinks img {
	float: right;
}
/************************************************************
	SMARTSOUND UNIVERSITY
************************************************************/
.area25 {
	float: left;
	width: 25%;
}
.area25inner {
	margin: 10px;
}
.area25inner img {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 10px 0;
}
.area25inner h2 {
	font-size: 21px;
	color: #AA1111;
	margin: 5px 0;
}
.area25inner h3 {
	font-size: 18px;
	color: #333;
	margin: 5px 0;
}
/************************************************************
	QUICKTRACKS
************************************************************/
#qtMainImg {
	width: 960px;
	height: 360px;
	margin-bottom: 20px;
	background: url(/images/qtMainImg2.jpg) top left no-repeat;
}
.area33 {
	float: left;
	width:33%;
	background: url(/images/divBord.png) top right no-repeat;
	margin-top: 0;
}
.area33b {
	float: left;
	width:33%;
}
.area33last {
	float: left;
	width:33%;
	margin-top: 0;
}
.area60l {
	float: left;
	width:60%;
	background: url(/images/divBord.png) top right no-repeat;
	margin-top: 0;
}
.area40r {
	float: left;
	width:40%;
	margin-top: 0;
}

.area66 {
	float: left;
	width:66%;
	background: url(/images/divBord.png) top right no-repeat;
	margin-top: 0;
}

.areaInner {
	margin: -20px 15px 15px 15px;
}
.areaInner img {
	float: left;
	margin-right: 10px;
}
.areaIn {
	margin: 0 15px;
}
#comparison {
	width: 800px;
	margin: 0 0 0 50px;
	margin-top: 15px;
}
/* Cart upsell for RFM pages - file in the INC folder as upsell.php */
#upsell {
  display: none;
  position: absolute;
  visibility: none;
  padding: 10px 20px;
  margin: 0 auto;
  width: 600px;
  background: #fff;
  border: 4px solid #ccc;
}

#upsell img {
  float: left;
  margin: 0 10px 4px 0;
}

.upsellInner {
	margin: 10px;
}
#upsellPrice {
	margin-top: 25px;
	font-size: 36px;
	color: #444;
	font-weight: bold;
}
/**********BLOG for FP***********/
.blogHead {
	margin: 0 auto;
	width: 960px;
	height: 42px;
	background: url(../images/blogHeadBG.jpg) top left no-repeat;
}
.blogHead h3 {
	font-size: 24px;
	color: #FFF;
	padding-left: 20px;
}
.blogContent {
 	margin: 0 auto;
	width: 960px;
	background: url(../images/blogContentBG.jpg) bottom left no-repeat;
	margin-bottom: 20px;
}
.blog360 {
	float: left;
	width: 360px;
	font-size: 13px;
	background: url(/images/divider.png) top right no-repeat;
}
.blog300 {
	float: left;
	width: 300px;
	font-size: 13px;
	background: url(/images/divider.png) top right no-repeat;
}
.bcInner {
	margin: 0 20px 15px 20px;
	line-height: 1.2em;
	font-size: 13px;
}
.bcInner ul {
	list-style: none;
	display: block;
	width: 100%;
}
.bcInner ul li {
	background: url(/images/arrow5.png) 0 4px no-repeat;
	padding-left: 12px;
	line-height: 1.5em;
}
.pubOn {
	font-size: 13px;
	color: #444;
	font-style: italic;
	line-height: 15px;
}
/**********MISC**********/
.arrowBuy ul {
	list-style: none;
}
.arrowBuy ul li {
	background: url(../images/arrow5.png) 0 3px no-repeat;
	padding-left: 15px;
}
.bigHilite {
	font-size: 34px;
	color: #666;
}
.siteRed {
	color: #AA1111;
	font-weight: bold;
}
/************** SONICFIRE OVERVIEW **********/
.qtSide {
	height: 520px;
	background: url(/images/qtBuyBG.png) bottom right no-repeat;
}
.linksBar {
	margin-bottom: 20px;
}
.overviewList ul {
	list-style: none;
	display: block;
	margin: 10px;
}
.overviewList li {
	list-style: none;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7em;
	padding-left: 15px;
	background: url(../images/arrow5.png) 0 4px no-repeat;
}
/************** GRID **************/
.gridInner {
	margin: 10px;
	padding: 10px;
}
.grid1 {
	float: left;
	width: 40px;
}
.grid2 {
	float: left;
	width: 80px;
}
.grid3 {
	float: left;
	width: 120px;
}
.grid4 {
	float: left;
	width: 160px;
}
.grid5 {
	float: left;
	width: 200px;
}
.grid6 {
	float: left;
	width: 240px;
}
.grid7 {
	float: left;
	width: 280px;
}
.grid8 {
	float: left;
	width: 320px;
}
.grid9 {
	float: left;
	width: 360px;
}
.grid10 {
	float: left;
	width: 400px;
}
.grid11 {
	float: left;
	width: 440px;
}
.grid12 {
	float: left;
	width: 480px;
}
.grid13 {
	float: left;
	width: 520px;
}
.grid14 {
	float: left;
	width: 560px;
}
.grid15 {
	float: left;
	width: 600px;
}
.grid16 {
	float: left;
	width: 640px;
}
.grid17 {
	float: left;
	width: 680px;
}
.grid18 {
	float: left;
	width: 720px;
}
.grid19 {
	float: left;
	width: 760px;
}
.grid20 {
	float: left;
	width: 800px;
}
.grid21 {
	float: left;
	width: 840px;
}
.grid22 {
	float: left;
	width: 880px;
}
.grid23 {
	float: left;
	width: 920px;
}
.grid24 {
	float: left;
	width: 960px;
}
.gridHead {
	height: 45px;
	background: url(../images/headBG2012.jpg) top left no-repeat;
	line-height: 45px;
	color: #FFF;
}
.gridContent {
	background: url(../images/contentBG2012.jpg) top left repeat-y;
	font-size: 14px;
	line-height: 1.5em;
}
.gridBottom {
	height: 45px;
	padding-top: 5px;
	background: url(../images/bottomBG2012.jpg) top left no-repeat;
	font-size: 15px;
	color: #FFF;
	margin-bottom: 20px;
}
.gridHeadInner {
	padding-left: 20px;
	font-size: 32px;
	color: #FFF;
}
.rghtBord {
	border-right: 1px solid #CCC;
}
.botBord {
	border-bottom: 1px solid #CCC;
}
