*,h1,h2,h3,h4,h5,h6,h7,h8,p,div,body,html,ul,li,ol,img,a{margin:0;padding:0;}
body {
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	background: #111 url('/_inc/img/body-bg.gif') top left repeat-x;
	font-size: 0.8em;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
}
.clear { clear: both; }
.hide { display: none; }
p { margin: 0.2em 0 1em 0; }
hr { display: none; }
a img {
	border: none;
}
a {
	color: #4275bc;
	text-decoration: none;
}
a:hover {
	color: #060c36;
	text-decoration: underline;
}
.floatcontainer {
	overflow: hidden;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #060c36;
	font-weight: bold;
	padding: 0 0 6px 0;
}
h2 {
	font-size: 14px;
	color: #060c36;
	font-weight: bold;
	padding: 0 0 4px 0;
}
h2.div {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
h3 {
	font-size: 12px;
	color: #060c36;
	font-weight: bold;
	padding: 0 0 2px 0;
}
h4 {
	font-size: 11px;
	color: #060c36;
	font-weight: normal;
	text-transform: uppercase;
}
/* ---------- List Items ---------- */
html>body #content ul.list {
	list-style: none;
} 

#content ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
}
#content ul.list li {
	padding: 4px 0 4px 1em;
	margin: 0;
	background: url(/_inc/img/bullet.png) no-repeat 0px 10px; 
}
ol {
	margin: 0 0 .8em 1em;
	padding-left: 2em;
}
#content ol li {
	margin-bottom: 1.6em;
}
#content ul.stars {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#content ul.stars li {
	background: url('/_inc/img/star.gif') 0px 0px no-repeat;
	padding: 0 10px 8px 20px;
	margin: 0px;
	list-style: none;
}
#content ul.stars li::before {
	content: "";
}
#container {
	width: 900px;
	margin: 0 auto;
	padding-top: 106px;
	position: relative;
}
#logo {
	position: absolute;
	left: 20px;
	top: 23px;
	width: 271px;
	height: 95px;
	z-index: 9999;
}
#content {
	width: 900px;
	background: #fff url('/_inc/img/content-bg.gif') 0px 0px no-repeat;
	line-height: 1.4em;
}
#main-col {
	width: 600px;
	padding: 15px 20px 15px 20px;
	float: left;
}
#side-col {
	margin: 20px 0 0 0;
	width: 240px;
	float: left;
}
#side-col .sidebox {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #cbcedc;
	background-color: #e6e7ee;
}
#wide-col {
	padding: 15px 20px 15px 20px;
}
body.page-free #side-col,
body.section-addons #side-col,
body.page-gold #side-col {
	float: right;
}
body.page-free #main-col,
body.section-addons #main-col,
body.page-gold #main-col {
	float: right;
}

body.section-addons #content .sidebox ul { margin-bottom:0px; }

/* ---------- Gold ----------- */
a#getgold {
	background: url('/_inc/img/getmediamonkeynew.gif') 0px 0px no-repeat;
	width: 140px;
	height: 40px;
	float: right;
	display: block;
	text-indent: -9999px;
}
a#getgold:hover {
	background-position: 0px -39px;
}
/* ---------- Nav ----------- */
#nav {
	background: url('/_inc/img/topnav.gif') top left no-repeat;
	height: 39px;
	width: 900px;
	position: relative;
	overflow: hidden;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
}
#nav li a {
	background: url('/_inc/img/topnav-hover.gif') 0px 99px repeat-x;
	height: 39px;
	color: #7281b3;
	text-decoration: none;
	display: block;
	font-size: 14px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
#nav li a span {
	display: block;
	float: left;
	padding: 12px 20px 12px 20px;
	background: url('/_inc/img/topnav-div.gif') right 1px no-repeat;
}
#nav li a:hover, #nav li a.active {
	background: url('/_inc/img/topnav-hover.gif') 0px 1px repeat-x;
	color: #a9b3d6;
}
#nav li#menu-home a:hover, #nav li#menu-home a.active {
	background: url('/_inc/img/home-rollover.gif') 1px 1px no-repeat;
	color: #a9b3d6;
}
/* ---------- Menu Visibility ---------- */
body #subnav {
	display: none;
}
body #subnav ul {
	display: none;
}/*
body.section-support #menu-support a,
body.section-addons #menu-addons a,
body.section-addons2 #menu-addons a,
body.section-download #menu-download a,
body.section-forum #menu-forum a,
body.section-develop #menu-develop a,
body.section-information #menu-information a {
	background: url('/_inc/img/topnav-hover.gif') 0px -49px repeat-x !important;
	color: #ffffff !important;
}*/
#nav li a.open {
	background: url('/_inc/img/topnav-hover.gif') 0px -49px repeat-x !important;
	color: #ffffff !important;
}
#nav li#menu-home a.open {
	background: url('/_inc/img/home-rollover.gif') 1px -49px no-repeat !important;
	color: #ffffff !important;
}
body.section-support #subnav,
body.section-addons #subnav,
body.section-addons2 #subnav,
body.section-information #subnav,
body.section-support ul#sub-menu-support,
body.section-addons ul#sub-menu-addons,
body.section-addons2 ul#sub-menu-addons2,
body.section-information ul#sub-menu-information {
	display: block;
}
/* ---------- Sub-Nav ----------- */
#subnav {
	background: url('/_inc/img/subnav.gif') top left no-repeat;
	height: 29px;
	width: 900px;
	border-top: 1px solid #383d5e;
}
#subnav ul {
	margin: 0 0 0 1px;
	padding: 0;
	list-style-image: none;
	list-style: none;
}
#subnav li {
	margin: 0;
	padding: 0;
	float: left;
}
#subnav li a {
	display: block;
	height: 29px;
	color: #7281b3;
	text-decoration: none;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
#subnav li a span {
	display: block;
	float: left;
	padding: 6px 14px 10px 14px;
	background: url('/_inc/img/subnav-div.gif') top right no-repeat;
}
#subnav li a:hover {
	color: #a9b3d6;
	background: url('/_inc/img/topnav-hover.gif') 0px 0px repeat-x;
}
#subnav li a.open {
	color: #fff;
	background: url('/_inc/img/topnav-hover.gif') 0px -60px repeat-x;
}
#subnav li#menu-logout { float:right; }
#subnav li#menu-logout a span { background-position:left top; }
/* ---------- Footer ----------- */
#footer {
	width: 900px;
	background: url('/_inc/img/footer.gif') bottom left no-repeat;
	border-top: 1px solid #383d5e;
	color: #7281B3;
	font-size: 11px;
}
#footer .footercontent {
	padding: 10px;
}

a#starfish { background: url(http://www.cleverstarfish.com/starfish_neg.png) top left no-repeat; width: 84px; height: 23px; display: block; float: right; margin: 12px 12px 0 0; }
a#starfish:hover { background-position: bottom left; }
a#starfish span { width: 1px; height: 1px; overflow: hidden; display: block; text-indent: -9999em; }

#footer a {
	text-decoration: none;
	color: #9ea9ce;
}
#footer a:hover {
	color: #fff;
}
/* ---------- Content Formatting ---------- */
.column-left {
	float: left;
	width: 50%;
}
.column-right {
	float: right;
	width: 50%;
}
ul.column-right, ul.column-left {
	margin: 0;
	padding: 0;
}
/* ---------- Feature Table ----------- */
tr.table-heading {
	background: url('/_inc/img/header.gif') 0px 0px no-repeat;
	color: #fff;
	font-weight: bold;
	line-height: normal;
}
tr.table-heading th {
	padding: 6px 10px 6px 10px;
}
th.featurename {
	text-align: left !important;
}
tr.table-altrow {
	background: #f1f2f8;
}
table.featuretable td {
	padding: 6px 10px 6px 10px;
	text-align: center;
	font-size: 11px;
}
table.featuretable td.buttons {
	padding: 6px 4px;
}
table.featuretable td.meta {
	padding: 0px;
}
td.featurename {
	text-align: left !important;
}
.important {
	color: #911;
	font-weight: bold;
}

/* ---------- Feature Detail ----------- */
.featureitem {
	background: #f1f2f8;
	margin-bottom: 20px;
}
.featureitem .heading {
	background: url('/_inc/img/header.gif') 0px 0px no-repeat;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	position: relative;
}
.featureitem .heading a { color:#fff; }
.featureitem .content {
	overflow: hidden;
	width: 100%;
	background: url('/_inc/img/itemcontentborder.gif') top left repeat-y;
	border-bottom: 1px solid #CBCEDC;
}
.js .featureitem .versions {
    display: none;   
}
.featureitem .content .description {
	margin-right: 310px;
	padding: 10px 0 10px 10px;
}
.featureitem .content .description p, .featureitem .changes .description p { margin:0.1em 0; }
.featureitem .content .description ol li, .featureitem .content .description ul li, .featureitem .content .changes ol li, .featureitem .content .changes ul li { margin:0.1em 0 !important; }
.featureitem .content .description ol, .featureitem .content .description ul, .featureitem .content .changes ol, .featureitem .content .changes ul { margin: 0 0 0.8em 1em !important; padding-left: 2em !important; }
.featureitem .content .wide-description {
	padding: 10px;
}
.featureitem .content .wide-content {
	padding: 10px;
}
.featureitem .content .screenshot {
	float: right;
	padding: 10px 0 10px 0;
}
.featureitem .content .screenshot img { margin: 0 10px 0 0; }
.featureitem .content .buttons {
	float: right;
	margin-left: 10px;
}
.featureitem .content .buttons .button {
	margin-bottom: 4px;
}

.margin10-t { margin-top: 10px; }
.margin10-r { margin-right: 10px; }
.margin10-b { margin-bottom: 10px; }
.margin10-l { margin-left: 10px; }

.margin20-t { margin-top: 20px; }
.margin20-r { margin-right: 20px; }
.margin20-b { margin-bottom: 20px; }
.margin20-l { margin-left: 20px; }

.scrollreviews {
	height: 300px;
	overflow: auto;
	padding: 10px;
}

ul#home-reviews, ul#home-reviews li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#home-reviews {
	padding: 10px 15px 10px 15px;
    height: 6em;
}
#home-reviews li{ display:none; }
#home-reviews li.first { display:block; }

.featureitem.awards {
	margin-top: 20px;
	background: #fff;
}
.awards .content .wide-content {
	padding: 0px;
}

/* ---------- Language Selector ---------- */
#language {
	z-index: 999999 !important;
	position: absolute;
	top: 40px;
	right: 20px;
}
#language .posbox {
	z-index: 999999 !important;
	position: relative;
}
#language a.drop {
	display: block;
	width: 149px;
	height: 27px;
	background: url('/_inc/img/langauge.gif') 0px 0px no-repeat;
	color: #888;
	text-decoration: none;
}
#language a.drop:hover {
	color: #ccc;
	text-decoration: none;
	background-position: 0px -27px;
}
#language a.drop span {
	display: block;
	padding: 5px;
}
#language .list {
	z-index: 999999 !important;
	direction: ltr;
	position: absolute;
	top: 26px;
	border: 1px solid #363636;
	background: #232323;
	width: 147px;
	overflow: hidden;
	display: none;
}
#language .list div a {
	display: block;
	padding: 5px;
	background: #232323;
	color: #888;
	text-decoration: none;
}
#language .list div a:hover {
	background: #333;
	color: #ccc;
	text-decoration: none;
}

/* ---------- Content ---------- */
.bugid, code, pre {
	font: 12px "Bitstream Vera Sans Mono", 'Courier New', Courier, Fixed, monospace;
}
.bugid { color: #09f; }
code, pre { color: #093; }
.langscreen {
	margin: 5px auto 15px auto;
	text-align: center;
	display: block;
}
.bottomspace {
	margin-bottom: 20px;
}

/* ---------- Buttons ---------- */
a.button {
	width: 140px;
	height: 40px;
	display: block;
	background: url('/_inc/img/button-blue.gif') 0px 0px no-repeat;
	overflow: hidden;
	font: 14px/1em Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.1em;
	color: #c4c9e6;
	text-decoration: none;
	text-transform: uppercase;
}
a.button span {
	display: block;
	padding: 13px 2px 0 2px;
	text-align: center;
}
a.button.gold {
	background: url('/_inc/img/button-gold.gif') 0px 0px no-repeat;
	color: #333;
}
a.button.long {
	background-image: url('/_inc/img/button-long.gif');
	width: 240px;
	height: 30px;
	font-size: 11px;
	letter-spacing: normal;
}
a.button.gold.small {
	background-image: url('/_inc/img/buttonsmall-gold.gif');
}
a.button.small span,
a.button.long span {
	display: block;
	padding: 9px 2px 0 2px;
	text-align: center;
}a.button.small {
	background-image: url('/_inc/img/buttonsmall-blue.gif');
	width: 100px;
	height: 30px;
	font-size: 11px;
	letter-spacing: normal;
}
a.button:hover {
	background-position: 0px -40px;
	color: #fff;
}
a.button.gold:hover {
	background-position: 0px -40px;
	color: #111;
}


.backtotop {
	position: absolute;
	top: 8px;
	right: 8px;
}
.sidequotes {
	font-size: 11px;
}

#awards-fader {
	margin: 0;
	padding: 0;
	list-style: none;
}
.js #awards-fader li{ display:none; }
.js #awards-fader li.first { display:block; }
#awards-fader li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.huge-buttons {
	position: relative;
	height: 150px;
}
.huge-buttons .download {
	position: absolute;
	top: 12px;
	left: 11px;
}
.huge-buttons .gold {
	position: absolute;
	top: 42px;
	right: 10px;
}
.huge-buttons .whygetgold {
	position: absolute;
	top: 108px;
	right: 10px;
	width: 190px;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.2em;
	text-align: center;
}

.newspost {
	margin: 0 0 1.5em 0;
	padding: 0 0 .5em 0;
	border-bottom: 1px solid #cbcedc;
}
.newspost .newsentry {
	padding-top: 0.5em;
}
.newspost h2 {
	padding-bottom: 0;
	margin-bottom: 0;
}

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


/* ------- Search Box ------- */
#subnav li.addon-search { float:right; margin-right:8px; }

#addon-search {

	width: 178px;
	height: 25px;
	padding-top:4px;
}
#addon-search form#search, #addon-search form#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#addon-search input#keywords {
	margin: 0px 4px 0px 0px;
	padding: 4px 4px 0px;
	background: #f1f2f8;
	width: 150px;
	height: 17px;
	font-size:11px;
	color: #444;
	border: none;
	display: block;
	float: left;
}
#addon-search #searchbutton {
	margin: 0;
	padding: 0;
	color: #7281B3;
	background:url(/_inc/img/searchglass.gif) top left no-repeat;
	border:none;
	width: 14px !important;
	height: 16px;
	margin-top:3px;
	border: none;
	display: block;
	float: right;
	cursor: pointer;
}
#addon-search #searchbutton:hover { background-position: bottom left; }
#addon-search #searchbutton span {
	text-indent: -99999em;
	display: block;
}
#addon-search #searchbutton:hover {
	background-position: bottom right;
}
#addon-search .advanced {
	display: none;
}

/* Trialpay form */
#content .middle-portion .whitebar .signup_form form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
#content .middle-portion .whitebar .signup_form form .first,
.notice { font-style: italic; font-size: 11px; }
/* ----------------- Addons ----------------- */

ul.list, ul.list ul, ul.list ul ul, ul.list ul ul ul, ul.list ul ul ul ul {list-style:none;}

.section-addons .featureitem .content .buttons, .preview .featureitem .content .buttons {
	display:block;
	overflow:hidden;
	width:285px;
	float:none;
    position: absolute;
    padding:0 !important;
    bottom:5px;
    right:5px;
}

*html .section-addons .featureitem .content .buttons{ width:295px; }
*html .preview .featureitem .content .buttons{ width:295px; }

.section-addons .featureitem .content .screenshot, .preview .featureitem .content .screenshot { padding: 10px 0 20px; }
.section-addons .featureitem .content .screenshot .buttons, .preview .featureitem .content .screenshot .buttons { padding: 0 0 8px 0; }
.section-addons .featureitem .content .screenshot .buttons a.small, .preview .featureitem .content .screenshot .buttons a.small { width: 90px; background-image: url(/_inc/img/addon-buttonsmaller.gif); float: right; }

.section-addons .featureitem .content, .preview .featureitem .content {
	font-size:11px;
    position: relative;
}

.section-addons .featureitem .content .wide-content, .preview .featureitem .content .wide-content {
	font-size:12px;
}

.section-addons a.all_versions, .preview a.all_versions {
	cursor:pointer;
}

.section-addons .featureitem .content .buttons a.small, .preview .featureitem .content .buttons a.small {
	float:left;
	margin-right:5px;
	width:90px;
	color: #606372;
	text-transform: none;
	font-size: 12px;
	text-shadow: 0px 1px 0px #eff0f4;
	background: url(/_inc/img/addon-buttonsmaller.gif) 0px 0px no-repeat;
}
.section-addons .featureitem .content .buttons a.small:hover, .section-addons .featureitem .content .buttons a.small:focus, 
.preview .featureitem .content .buttons a.small:hover, .preview .featureitem .content .buttons a.small:focus {
	background-position: 0px -30px;
	color: #3d4155;
}
.section-addons .featureitem .content .buttons a.small:active, .preview .featureitem .content .buttons a.small:active {
	background-position: 0px -60px;
}

body #content #main-col .section-addons .buttons a.small,
body #content #main-col form.login input.button {
	float:left;
	margin-right:10px;
	width:120px;
	color: #606372;
	text-transform: none;
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	cursor: pointer;
	text-shadow: 0px 1px 0px #eff0f4;
	background: url(/_inc/img/addon-buttonsmall.gif) 0px 0px no-repeat;
}
body #content #main-col .section-addons .buttons a.small:hover, 
body #content #main-col .section-addons .buttons a.small:focus,
body #content #main-col form.login input.button:hover, 
body #content #main-col form.login input.button:focus {
	background-position: 0px -30px;
	color: #3d4155;
}
body #content #main-col .section-addons .buttons a.small:active {
	background-position: 0px -60px;
}

.section-addons .content.bottom, .preview .content.bottom {
	padding:5px 10px;
	width:auto;
}

.section-addons #content .content.bottom ul.versions, .preview #content .content.bottom ul.versions {
	margin: 1em 0 0.5em 0;
}

.section-addons .versions dt, .preview .versions dt { width:75px; float:left; clear:both; }
.section-addons .versions dd, .preview .versions dd { margin-left: 80px; }
.section-addons .versions dl, .preview .versions dl { margin-bottom: 10px; }

body #subnav li.submit-style1 a { display: block; height: 29px; color: #774f00; text-decoration: none; overflow: hidden; float: left; cursor: pointer; background: url('/_inc/img/addon-submit-style1.gif') 0 0px repeat-x; text-shadow: 0px 1px 0px #ffd257; }
body #subnav li.submit-style1 a span { display: block; float: left; padding: 6px 14px 10px 14px; background: url('/_inc/img/subnav-div.gif') top right no-repeat; }
body #subnav li.submit-style1 a:hover, body #subnav li.submit-style1 a:focus,
body #subnav li.submit-style1 a.open, body #subnav li.submit-style1 a:active { color: #fff; background-position: 0px -60px; text-shadow: 0px 1px 0px #d48b02; }

body #subnav li.submit-style2 a { display: block; height: 29px; color: #a9d6ad; text-decoration: none; overflow: hidden; float: left; cursor: pointer; background: url('/_inc/img/addon-submit-style2.gif') 0 0px repeat-x; text-shadow: 0px 1px 0px #012804; }
body #subnav li.submit-style2 a span { display: block; float: left; padding: 6px 14px 10px 14px; background: url('/_inc/img/subnav-div.gif') top right no-repeat; }
body #subnav li.submit-style2 a:hover, body #subnav li.submit-style2 a:focus,
body #subnav li.submit-style2 a.open, body #subnav li.submit-style2 a:active { color: #fff; background-position: 0px -60px; text-shadow: 0px 1px 0px #011c03; }

body #subnav li.submit-style3 a { display: block; height: 29px; color: #060c37; text-decoration: none; overflow: hidden; float: left; cursor: pointer; background: url('/_inc/img/addon-submit-style3.gif') 0 0px repeat-x; text-shadow: 0px 1px 1px #5a648b; }
body #subnav li.submit-style3 a span { display: block; float: left; padding: 6px 14px 10px 14px; background: url('/_inc/img/subnav-div.gif') top right no-repeat; }
body #subnav li.submit-style3 a:hover, body #subnav li.submit-style3 a:focus,
body #subnav li.submit-style3 a.open, body #subnav li.submit-style3 a:active { color: #fff; background-position: 0px -60px; text-shadow: 0px 1px 1px #323b67; }

.rating { display: none; float:right; }
.rating div { float:left; width:100px; }
.rating_notice { text-align:right; clear: both; }
.js .rating { display: block; }

.field_help, .help_popup { display:none; }
.field_help { position:absolute; }
.field_help img { vertical-align: top; margin-top:3px; margin-left:4px; }
.help_popup { position: absolute; top:-5px; left:30px; border: 1px solid #7394c3; background:#fff; padding:3px 6px; width:160px; z-index:1;  }
.section-addons .featureitem .content .screenshot, .preview .featureitem .content .screenshot { width:300px;text-align: center; }
.section-addons .featureitem .content .screenshot img, .preview .featureitem .content .screenshot img { margin:0; }

.social-buttons {
	height:27px;
	position:absolute;
	right:180px;
	text-align:right;
	top:40px;
	width:190px;
}
	
	.social-buttons a {
		display:block;
		float:left;
		font-size:8px;
		height:27px;
		margin:0 0 0 5px;
		overflow:hidden;
		position:relative;
	}
	
		.social-buttons a span {
			display:block;
			height:27px;
			left:0;
			position:absolute;
			top:0;
		}

	a.facebook {
		width:53px;
	}
	
		a.facebook span {
			background:transparent url('/_inc/img/social/facebook.png') no-repeat 0 0;
			width:53px;
		}
	
	a.twitter {
		width:59px;
	}
	
		a.twitter span {
			background:transparent url('/_inc/img/social/twitter.png') no-repeat 0 0;
			width:59px;
		}	
	
	a.gplus {
		width:29px;
	}
	
		a.gplus span {
			background:transparent url('/_inc/img/social/gplus.png') no-repeat 0 0;
			width:29px;
		}
	
	a.stumbleupon {
		width:29px;
	}

		a.stumbleupon span {
			background:transparent url('/_inc/img/social/stumbleupon.png') no-repeat 0 0;
			width:29px;
		}
		
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/_inc/img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
