﻿body
{
	background: #c4c4c4 url(images/headeracross.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
	color: #002244;
	font-family: Arial, Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Arial;
	font-size: 10pt;
	line-height: 180%;
}

#homelink
{
	position: absolute;
	height: 40px;
	left: 40px;
	top: 15px;
	width: 270px;
	border: 0px;
	text-decoration: none;
}

#whytweak
{
	background-image: url(images/whytweak.jpg);
	background-repeat: no-repeat;
	width: 220px;
	height: 143px;
	display: block;
	border-width: 0px;
}

#whytweakbox
{
	width: 220px;
	height: 143px;
	position: absolute;
	top: -20px;
	right: -15px;
}

#tweaksteps
{
	width: 254px;
	height: 213px;
	position: absolute;
	top: -30px;
	right: -20px;
	z-index: 5;
}
#whytweak2
{
	background-image: url(images/tweaksteps.png);
	background-repeat: no-repeat;
	width: 254px;
	height: 213px;
	display: block;
	border-width: 0px;
}

.ajaxwait
{
	display: none;
	width: 220px;
	height: 20px;
	position: absolute;
}

.clearboth
{
	clear: both;
}

.rel
{
	position: relative;
}

a, a:visited, a:link
{
	color: #0070e1;
	border-bottom: 1px dotted #888888;
	text-decoration: none;
	cursor: pointer;
}

.bold
{
	font-weight: bold;
}

.blue
{
	color: #0070e1;
}

.orange, .alert
{
	color: #f66700;
}

.feedbackgood
{
	font-weight: bold;
	color: #008833;
}

.feedbackbad
{
	font-weight: bold;
	color: #f66700;
}

.bigger
{
	font-size: large;
}

h2
{
	font-size: 17pt;
	color: #ff8000;
	line-height: 24pt;
	font-family: Trebuchet MS;
	margin-bottom: 10px;
}
h2.shorth2
{
	font-size: 13pt;
	margin: 3px 0px 3px 0px;
	line-height: 150%;
}

blockquote
{
	margin: 5px 30px 5px 25px;
}

.tbl, .tbl td
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.tbltxtbox
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
.tbltxtbox td
{
	padding-right: 10px;
}
a:hover
{
	text-decoration: underline;
}
form
{
	margin: 0px;
	padding: 0px;
}
#everything
{
	margin: 0 auto;
	width: 1000px;
	position: relative;
}
#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(images/headerbg.jpg) no-repeat top left;
	width: 1000px;
	height: 108px;
}
#middler
{
	position: absolute;
	top: 108px;
	left: 0px;
}

#contentarea
{
	position: relative;
	background: transparent url(images/contentbg.jpg) repeat-y top left;
	width: 1000px;
}

#contentpad
{
	width: 890px;
	margin: 0 auto;
	position: relative;
}
#pagetitle
{
	text-align: right;
	font-style: italic;
	color: #00a4f1;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 22pt;
	margin-right: 100px;
	margin-bottom: 10px;
}

#footer
{
	position: relative;
	background: transparent url(images/footerbg.jpg) no-repeat bottom left;
	width: 1000px;
	height: 50px;
}

.tweakpilling
{
	padding-left: 38px;
	background: transparent url(images/tweaktiny.png) no-repeat 0px 2px;
	font-weight: bold;
}

/************************************ MENU */

#menu
{
	position: absolute;
	top: 55px;
	height: 37px;
	text-align: right;
	right: 50px;
}

#menu a
{
	float: right;
	margin-left: 15px;
}
a.menubutton
{
	/* Sliding right image */
	background: transparent url('images/menubtnsright.png') no-repeat scroll top right;
	display: inline-table;
	display: inline-block;
	height: 37px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px; /* space between each button */
	padding-right: 7px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	text-decoration: none; /* FONT PROPERTIES */
	color: #0087c9;
	font-family: Trebuchet MS;
	font-style: italic;
	font-size: 13pt;
	font-weight: bold;
	border: 0px;
}
a.menubutton span
{
	/* Background left image */
	background: transparent url('images/menubtnsleft.png') no-repeat;
	display: block;
	line-height: 37px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT minus drop-shadow compensation */
	padding: 0px 3px 0px 10px;
	height: 37px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	cursor: pointer;
}
a.menubutton2
{
	color: #ffffff !important;
	background-position: right -49px !important;
}

a.menubutton2 span
{
	background-position: left -49px !important;
}

a.menubutton:hover span
{
	text-decoration: none;
	color: #ffffff;
	background-position: left -98px !important;
}

a.menubutton:hover
{
	background-position: right -98px !important;
}

.submenu
{
	display: none;
	width: 150px;
	background-color: #0076bC;
	position: absolute;
	top: 36px;
	text-align: left;
	z-index: 1000;
}
.submenu ul
{
	margin: 0px;
	position: relative;
	padding: 0px;
}
.submenu ul li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #ffffff;
	text-align: left;
}

.submenu ul li a, .submenu ul li a:link, .submenu ul li a:visited
{
	margin: 0px !important;
	color: #ffffff;
	font-weight: bold;
	display: block;
	text-decoration: none;
	border-bottom: 0px;
	text-align: left;
	float: none !important;
	background-image: none !important;
	padding: 0px 10px 0px 10px !important;
}
.submenu ul li a:hover
{
	background-color: #000000;
}

#myprofilesubmenu
{
	left: 95px;
}


/********************************** signup */

.fieldname
{
	text-align: right;
	font-weight: bold;
}

.form .txtbox, .form .watermark
{
	width: 200px;
}

/************************************** login */


.loginbox
{
	background-color: #000000;
	border: 3px solid #888888;
	width: 330px;
	height: 105px;
	z-index: 2000;
}

#loginlinks
{
	color: #ffffff;
}

#loginlinks a, #loginlinks a:visited, #loginlinks a:link
{
	font-weight: bold;
	color: #1eaef1;
}
#loginlinks a:hover
{
	color: #ffffff;
}

#logintable
{
	margin: 7px auto;
}
#logintable td
{
	vertical-align: top;
	padding: 1px;
}

#welcomebox
{
	position: absolute;
	right: 45px;
}

#socbuttons
{
	position: absolute;
	right: 40px;
	top: 30px;
	background-image: url(images/socialbg.png);
	padding: 3px;
	background-repeat: no-repeat;
	font-size: 8pt;
	font-family: Arial;
	color: #ffffff;
}
#socbuttons .addthis_toolbox
{
	display: inline;
}
#socbuttons a
{
	border: 0px !important;
	text-decoration: none !important;
}
.txtboxplain
{
	border: 1px solid #8888ff;
	padding: 3px;
	height: 20px;
	font: inherit;
	font-family: Arial;
	background-color: Transparent;
}

.txtbox
{
	border: 0px;
	padding: 3px;
	height: 28px;
	font: inherit;
	font-family: Arial;
	background-color: Transparent;
	padding-top: 7px;
}

.txtboxsmall
{
	border: 0px;
	padding: 1px;
	height: 18px;
	font-size: 9pt;
	font-family: Arial;
	background-color: Transparent;
	padding-top: 2px;
	color: #ffffff;
	font-weight: bold;
}

.watermarksmall
{
	color: #cccccc;
	font-style: italic;
	border: 0px;
	padding: 1px;
	height: 18px;
	font-size: 9pt;
	font-family: Arial;
	background-color: Transparent;
	padding-top: 2px;
}

.watermark
{
	color: #444444;
	font-style: italic;
	border: 0px;
	padding: 3px;
	height: 28px;
	font-family: Arial;
	background-color: Transparent;
	padding-top: 7px;
	font-size: 80%;
}

.fine
{
	color: #444444;
	font-style: italic;
	font-family: Arial;
	padding-top: 7px;
	font-size: 9pt;
}

/* CODE FOR ROUNDED BOXES */
.txtboxdiv
{
	background: url(images/txtboxleft.jpg) no-repeat;
	padding: 0 0 0 10px;
	float: left;
	margin: 1px;
}
.txtboxdiv span
{
	background: url(images/txtboxright.jpg) no-repeat right top;
	padding: 1px 10px 1px 0;
	float: left;
}

.txtboxdiv2
{
	background-image: url(images/txtboxleft2.jpg) !important;
}

.txtboxdiv2 span
{
	background-image: url(images/txtboxright2.jpg) !important;
}


.txtboxdivsmall
{
	background: url(images/txtboxsmall.jpg) no-repeat left top;
	padding: 0 0 0 5px;
	float: left;
	margin: 1px;
}
.txtboxdivsmall span
{
	background: url(images/txtboxsmall.jpg) no-repeat right top;
	padding: 1px 5px 1px 0;
	float: left;
}


.asterisk
{
	font-size: 20pt;
	line-height: 20pt;
	color: #ff3300;
}

.button
{
	height: 26px;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
	line-height: 26px;
	background-image: url(images/btnbg.jpg);
	border: 0px;
	font-family: Trebuchet MS;
	padding-left: 5px;
	padding-right: 5px;
	overflow: visible;
	font-style: italic;
	text-align: center;
}

.buttondis
{
	height: 26px;
	color: #a8a8a8;
	font-weight: bold;
	font-size: 11pt;
	line-height: 26px;
	background-image: url(images/btnbgdis.jpg);
	border: 0px;
	font-family: Trebuchet MS;
	padding-left: 5px;
	padding-right: 5px;
	overflow: visible;
	font-style: italic;
	text-align: center;
}

.center
{
	text-align: center;
}

/*********************************************** gridview/listview */

#tbllist
{
	width: 1000px;
	background-color: #ffffff;
	margin-left: -100px;
	margin-top: 20px;
	border: 1px solid #000000;
}
#tbllist td, #tbllist th
{
	text-align: left;
	padding: 6px;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 9pt;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #777777;
	line-height: 14pt;
}

.plusminus
{
	width: 75px;
}
.plusminus img
{
	cursor: pointer; /*margin: 0px auto 10px auto; 	display: block;*/
}

.dupparent
{
	background-color: #cfecff;
}

#tbllist .dupparent th
{
	padding-top: 15px;
}
.hidden
{
	display: none;
	visibility: hidden;
}


/************ pager */
.pager
{
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

.pager a
{
	padding-left: 5px;
	padding-right: 5px;
}

.size20
{
	font-size: 20pt;
	font-weight: bold;
	line-height: inherit;
}


/*************************************************** search results */

a.btnsearch
{
	background: transparent url(images/btnsearch.png) no-repeat scroll top left;
	display: inline-table;
	display: inline-block;
	height: 23px;
	width: 47px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: 0px;
}

.searchcontainer
{
	top: 14px;
	left: 360px;
	position: absolute;
}

.listscroll
{
	overflow: auto;
	height: 500px;
	position: relative;
}

#listscrollbox1
{
	position: relative;
	float: left;
	width: 535px;
	margin-top: 5px;
}

#resultsbox
{
	width: 515px;
	margin: 0 auto;
}
.resultnum
{
	right: 20px;
	bottom: 20px;
	text-align: right;
	width: 75px;
	font-size: 20pt;
	color: #aaaaaa;
	position: absolute;
}

.resultnumsmall
{
	left: 15px;
	top: 95px;
	text-align: left;
	width: 50px;
	font-size: 14pt;
	color: #a0a0a0;
	position: absolute;
	height: 25px;
}

.resultdiv
{
	width: 515px;
	background: transparent url(images/bgresultstretch.jpg) no-repeat top left;
	position: relative;
	margin: 5px 0px 0px 0px;
	clear: both;
	z-index: 5;
}

.resultdivbottom
{
	width: 515px;
	height: 20px;
	position: relative;
	clear: both;
	background: transparent url(images/bgresultbottom.jpg) no-repeat top left;
	z-index: 4;
}

.resultdivhighlight
{
	background-image: url(images/bgresulthighlight.jpg) !important;
}

.resultart
{
	position: relative;
	width: 79px;
	height: 79px;
	float: left;
	margin: 14px 15px 30px 15px;
}

.resultart a
{
	display: block;
	text-decoration: none;
	border: 2px solid #00a4f1 !important;
}
.resultart img
{
	width: 75px;
	height: 75px;
	display: block;
}
.resultinfo
{
	line-height: 145%;
	width: 275px;
	position: relative;
	float: left;
	margin: 12px 0px 0px 0px;
	word-wrap: break-word !important;
}

.resultinfowide
{
	width: 340px !important;
}

.resultsongname, h1.resultsongname
{
	font-size: 13pt;
	color: #0054c0;
	font-weight: bold;
	display: inline;
}
.resultartist, h2.resultartist
{
	font-size: 10pt;
	font-style: italic;
	color: #000000;
	font-family: Arial;
	display: inline;
}

.resultversion
{
	font-size: 9pt;
	color: #777777;
	font-style: italic;
}
.resultalbum
{
	font-size: 8.5pt;
}

.resultgenre
{
	font-size: 8.5pt;
}

/*
.resultblogs
{
	font-size: 10pt;
	color: #FC6000;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
}

.resultblogs a, .resultblogs a:link, .resultblogs a:hover, .resultblogs a:visited
{
	color: #FC6000;
}

.resultblogs a img
{
	border-width: 0px;
}
*/

.resultblogs
{
	font-size: 10pt;
	color: #FC6000;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
}


.resultblogs a.resultmp3, .resultblogs a.resultmp3:link, .resultblogs a.resultmp3:visited
{
	/* Sliding right image */
	background: transparent url('images/btnblogmp3.png') no-repeat scroll top right;
	display: inline-table;
	display: inline-block;
	height: 28px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px; /* space between each button */
	padding-right: 41px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	text-decoration: none; /* FONT PROPERTIES */
	color: #ffffff;
	border: 0px;
	margin-bottom: 4px;
}

.resultblogs a.resultmp3 span
{
	/* Background left image */
	background: #dbecf6 url('images/btnblogmp3.png') no-repeat scroll top left;
	display: block;
	line-height: 28px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT minus drop-shadow compensation */
	padding: 0px 0px 0px 13px;
	height: 28px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	cursor: pointer;
	border-bottom: 1px dotted #ffffff;
}

.resultblogs a.resultmp3:hover span
{
	border-bottom: 1px solid #ffffff;
}


.resultshop
{
	position: absolute;
	right: 7px;
	bottom: -13px;
	background: transparent url(images/btnshop.png) no-repeat top left;
	width: 41px;
	height: 17px;
	z-index: 5;
}

.resultshop a, .resultshop a:link, .resultshop a:hover, .resultshop a:visited
{
	display: block;
	width: 41px;
	height: 17px;
	border: 0px !important;
	text-decoration: none !important;
}

.blogcount
{
	font-size: 11pt;
	background-color: #0070e1 !important;
	padding: 0px 3px 0px 3px;
	color: #ffffff;
}

.comment
{
	border: 1px solid #dddddd;
	margin-bottom: 15px;
	padding: 0px 10px 0px 10px;
}

.resultscommandbox1
{
	right: 15px;
	top: 15px;
	position: absolute;
}
.resultscommandbox2
{
	position: relative;
	text-align: right;
}

.deletex
{
	font-size: 10pt;
	font-weight: bold;
	border: 0px !important;
	text-decoration: none !important;
	display: block;
	line-height: 10pt;
	margin: 0px 0px 5px 0px;
}

.cmdspace
{
	clear: both;
	height: 11px;
}

.resultsvotebox
{
	top: 10px;
	position: absolute;
	width: 31px;
	right: 55px;
}
.resultsvotebox input
{
	display: block;
	margin-bottom: 10px;
}

.resultbtns
{
	padding-top: 5px;
	width: 35px;
	float: right;
}

.currentpage
{
	background-color: #ff8000;
	padding: 5px;
	color: #ffffff;
}

.feedblog
{
	font-weight: bold;
	font-family: Arial;
}

.feedblog a, .feedblog a:link, .feedblog a:visited
{
	color: #FC6000 !important;
}

.feedsoundslike
{
	font-size: 8.5pt;
}

.noblogs
{
	color: #777777;
	font-style: italic;
}

.simpleplayerbox
{
	width: 295px;
	float: right;
	text-align: center;
	padding: 5px;
	border: 3px solid #90C7ED;
	margin: 10px 15px 4px 0px;
	clear: right;
	position: relative;
}

.simpleplayerbox .listenicon
{
	height: 53px;
	width: 31px;
	position: absolute;
	left: -20px;
	top: 8px;
	background: transparent url(images/listenicon.png) no-repeat top left;
}

.anchor
{
	font-size: 0pt;
	line-height: 0pt;
}

.simpleplayerbox h2
{
	font-size: 13pt;
	margin: 5px 0px 5px 0px;
	line-height: 150%;
}

/*********************************************** tweakbox */

#tweakbox1
{
	position: relative;
	margin-top: 4px;
	margin-right: 15px;
	float: right;
}
#tweakbox2
{
	width: 310px;
	height: 502px;
	position: relative;
	background: transparent url(images/tweakboxbg2.jpg) no-repeat top left;
}

#tweakbuttons1
{
	bottom: 10px;
	left: 7px;
	position: absolute;
}
#tweakbuttons2
{
	position: relative;
	width: 310px;
	height: 30px;
}

.btnrestrictgenres
{
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	background: transparent url(images/btnrestrictgenres.jpg) no-repeat top left;
	width: 104px;
	height: 28px;
}

.genrechecks
{
	background-color: #ffffff;
	font-weight: bold !important;
	padding: 7px;
	border: 3px solid #333333;
	width: 300px;
	z-index: 1000;
	font-size: 9pt;
	line-height: 14pt;
}
.genrechecks label
{
	font-weight: normal;
}
#genrebox2 label
{
	margin-right: 15px;
}

.btndistinctartists
{
	cursor: pointer;
	position: absolute;
	left: 110px;
	top: 0px;
	border: 0px;
}

#tweaksubmitbox
{
	top: -4px;
	left: 222px;
	position: absolute;
}

#playerbox1
{
	top: 30px;
	left: 30px;
	position: absolute;
}
#playerbox2
{
	position: relative;
	width: 270px;
}

#sliderbox1
{
	top: 341px;
	left: 11px;
	position: absolute;
}
#sliderbox2
{
	position: relative;
	width: 310px;
}

.txtslider
{
	width: 35px;
	font-weight: bold;
	border: 0px;
	font-size: 10pt;
	background: transparent;
	color: #f8f8f8;
	text-align: center;
	margin: 0;
}

#slidertable td
{
	width: 77px;
	text-align: center;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.slidertablewide td
{
	width: 110px !important;
}


#sliderrow1 td
{
	padding-bottom: 2px;
}
#sliderrow2 td
{
	text-align: center;
	vertical-align: top;
	height: 80px;
	padding-top: 3px;
	position: relative;
}

#sliderrow2 td #slider1, #sliderrow2 td #slider2, #sliderrow2 td #slider3, #sliderrow2 td #slider4
{
	height: 75px;
	margin: 0 auto;
	width: 15px;
}

#sliderrow3 td
{
	padding-top: 3px;
	color: #000000;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-style: italic;
	position: relative;
	height: 70px;
}

#sliderrow3 div
{
	position: relative;
}
#sliderrow3 img
{
	margin-top: 5px;
}

.sliderquestion
{
	position: absolute !important;
	top: 0px;
	left: -5px;
	width: 25px;
	height: 75px;
}

#slidertable td .ajax__slider_v_rail
{
	margin: 0 auto;
}

#bigclipsbox
{
	top: 85px;
	left: 32px;
	position: absolute;
}

.nobigplayer
{
	color: #ffffff;
	display: block;
	font-size: 16pt;
	line-height: 200%;
	text-align: center;
	margin: 25px;
}


.nobigplayerdark
{
	color: #000000;
	display: block;
	font-size: 16pt;
	line-height: 200%;
	text-align: center;
	margin: 25px;
}


#clipsbox1
{
	position: absolute;
	left: 20px;
	top: 15px;
	width: 270px;
}
.clipsbox2
{
	width: 260px;
	position: relative;
	text-align: left; /*color: #ffffff;*/
	color: #000000;
	line-height: 13pt;
	padding: 10px 5px 0px 5px;
}

.sorrypreview
{
	text-align: center;
	margin: 10px 0px 0px 20px;
	color: #ffffff;
}

/*.jukebox #clipsbox2
{
	background: transparent url(images/jukeboxbg.png) no-repeat top left !important;
}

.jukebox .speakers
{
	display: block !important;
	width: 260px;
	height: 81px;
	background: transparent url(images/jukeboxspeakers.png) no-repeat bottom left !important;
}*/

.playerswf
{
	padding-left: 11px;
	display: block;
	padding-top: 2px;
}
.clipstitle
{
	font-weight: bold;
	font-size: 9pt; /*color: #ffffff;*/
	color: #000000;
	font-family: Arial;
}

.clipstitle i
{
	color: #0044b1;
	font-size: 10pt;
}

.tweakdirections
{
	background-color: #ffffff;
	border: 3px solid #00a4f1;
	position: absolute;
	left: 50px;
	top: 25px;
	width: 500px;
	padding: 10px;
	font-family: Arial;
	font-size: 12pt;
}


/*.suggestpane1
{
	position: absolute;
	top: 35px;
	right: -200px;
	z-index: 2;
	line-height: 140%;
}
*/

.suggestpane1
{
	position: relative;
	z-index: 2;
	line-height: 140%;
	float: right;
	clear: right;
	margin: 15px 50px 0px 0px;
}


.suggestpane2, .suggestpanetop, .suggestpanebottom
{
	position: relative;
	width: 220px;
}
.suggestpane2
{
	background: url(images/suggestbg.gif) repeat-y;
}

#suggesttoggle
{
	font-size: 8pt;
}

.suggestpanetop
{
	background: url(images/suggesttop.gif) no-repeat;
	height: 12px;
}
.suggestpanebottom
{
	background: url(images/suggestbottom.gif) no-repeat;
	height: 12px;
}

.suggestpane2 td, .suggestpane2 table
{
	text-align: center;
}

/************************************************************************* PROFILE */

.inlinetextbox
{
	width: 80%;
	height: 60px !important;
	font-family: Lucida Grande,Lucida Sans Unicode,Arial;
	font-size: 9pt;
	line-height: 13pt;
	margin-top: 5px;
}

.inlinelabel
{
	cursor: text !important;
	display: block;
	border-bottom: 1px solid #dddddd;
}
.inlinelabelhover
{
	cursor: text !important;
	display: block;
	border-bottom: 1px solid #dddddd;
	color: #0054C0;
}


.makenote
{
	margin-bottom: 15px;
	line-height: 13pt;
	font-size: 9pt;
	padding: 0px 10px 0px 10px;
}


/*********************************************** previewbox */

#previewbox1
{
	position: relative;
	margin-top: 20px;
	margin-right: -25px;
	float: right;
}
#previewbox2
{
	width: 310px;
	height: 286px;
	position: relative;
	text-align: left; /*color: #ffffff;*/
	color: #000000;
	line-height: 13pt;
	background: transparent url(images/previewboxbg.jpg) no-repeat top left;
}



/*********************** FAV STUFF */

#favsubmenu
{
	text-align: right;
	margin: 8px 0px 8px 0px;
	width: 560px;
	float: right;
}

#favtweakbox1
{
	position: relative;
	margin-top: 4px;
	margin-right: 15px;
	float: right;
}
#favtweakbox2
{
	width: 310px;
	height: 455px;
	position: relative;
	color: #000000;
	line-height: 13pt;
	background: transparent url(images/favtweakboxbg2.jpg) no-repeat top left;
}

/******************** profile stuff */

.closeprofilesbox1
{
	position: relative;
	margin-top: 0px -25px 15px 0px;
	float: right;
	width: 310px;
	clear: right;
}

.closeprofilesbox2
{
	padding: 0px 10px 0px 20px;
	font-size: large;
	line-height: 150%;
}

.moreinfo
{
	font-size: 8pt;
	font-weight: bold;
}
.quickinfobox
{
	font-size: 10pt;
}
.quickinfobox td
{
	font-size: 10pt;
	border: 1px solid #67a6cd;
	border-top: 0px;
	border-left-width: 0px;
	padding: 0px 3px 0px 3px;
}
.quickinfobox th
{
	padding: 0px 3px 0px 3px;
}
.quickinfotop
{
	background: transparent url(images/quickinfocorners.gif) no-repeat top left;
}
.quickinfobottom
{
	background: transparent url(images/quickinfocorners.gif) no-repeat bottom left;
	height: 10px;
	border: 0px !important;
}
.quickinfobottom td
{
	border: 0px !important;
}

.peeklinksbox1
{
	margin-bottom: 20px;
	margin-top: -20px;
	width: 320px;
}
.peeklinksbox2
{
	padding: 0px;
	font-weight: bold;
}

/********************* ADS */

.ad300x
{
	margin: 18px 15px 8px 0px;
	float: right;
	width: 311px;
	text-align: center;
	clear: right;
}

.ad300x a
{
	border: 0px !important;
	text-decoration: 0px !important;
}

/************************ featured blog stuff */

.featblogseal
{
	position: absolute;
	left: -85px;
	top: 5px;
	width: 85px;
	height: 85px;
	background: transparent url(images/featuredblogseal.png) no-repeat top left;
}

ul.bulletblog li, ul.bulletsong li
{
	list-style-position: outside;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 5px 0px 0px 25px;
}

ul.bulletblog li
{
	background-image: url(images/bulletblog.gif);
}

ul.bulletsong li
{
	background-image: url(images/bulletnote.gif);
}

ul.bulletblog, ul.bulletsong
{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	list-style-type: none;
}


/******** LIGHTBOXES */

.throwbackpopup
{
	background-image: url(images/throwbackwatermark.jpg);
	background-position: center 40px;
	background-repeat: no-repeat;
}


/********************* accordion */

.accheader, .accheadersel
{
	cursor: pointer;
	font-family: Trebuchet MS;
	font-size: 14pt;
	padding: 3px;
	color: #ffffff;
	margin: 13px 0px 28px 0px;
	font-weight: bold;
	position: relative;
}

.accheader
{
	background-color: #548AB5;
}

.accheadersel
{
	background-color: #E6741F;
}

.acccontent
{
	margin-bottom: 10px;
}

.accarrow
{
	position: absolute;
	right: 5px;
	top: 7px;
	width: 10px;
	height: 11px;
}

.accheader .accarrow
{
	background-image: url(images/accdown.png);
}
.accheadersel .accarrow
{
	background-image: url(images/accup.png);
}



.accsubheader, .accsubheaderon
{
	font-size: 12pt;
	margin: 5px 0px 3px 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	cursor: pointer;
}

.accsubheaderon
{
	font-weight: bold;
}

.accsubheader .accmore
{
	display: inline;
}
.accsubheader .accless
{
	display: none;
}

.accsubheaderon .accmore
{
	display: none;
}
.accsubheaderon .accless
{
	display: inline;
}

ul.acclistheader
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 15px;
}

