/* @override 
	http://mac.local/pip/index.php?css=stylesheets/main-css.v.1236123179
	http://partnersinplace.com/?css=stylesheets/main-css.v.1247693585
*/

/* @group Reset 
=========================  */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* more generic classes */
.clear {clear: both;}
.clear-left {clear: left;}
.clear-right {clear: right;}
.left {float: left;}
.right {float: right;}
.column {display: inline; float: left;}
.column.right {float: right;}
.bold {font-weight: bold;}
.uppercase {text-transform: uppercase;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.finder {border: 1px solid red;}
.remove {position: absolute;left: -9999em;}
.error {color: red; padding-left: 5px;}

.clearfix:after { /* self-clearing - see ie6-7.css */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Global
========================= */

body {
	background: #BCBEBC;
	color: #686768;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 924px;
	margin: 0 auto;
	padding: 0 40px 20px 32px;
	position: relative;
	background: #fff url(images/site/wrapper-tile.gif) repeat-y;
}   

#shoe {  
   width: 924px;
	margin: 0 auto;
	padding: 0 40px 20px 32px;
	background: url(images/site/wrapper-bottom.gif) no-repeat 10px 0px;
	height: 20px;    
}

#site-name {
	position: absolute;
	top: 76px;
	left: 28px;
}

a {
	color: #86acbf;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a.unlink {
	color: inherit;
}

a.unlink:hover {
	color: inherit;
}

#page {
	padding-top: 180px;	
}

#main-col {
	float: right;
	width: 745px;
}

#sidebar { /* add to 250 */
	float: left;
	width: 170px; 
	margin-top: 20px;
}

#sidebar h3 {
	color: #557A20;	
}

#footer {
	clear: both;
	text-transform: uppercase;
	font-size: 10px;
	color: #3F514B;
	padding: 15px 0;
}

#footer #address {
	float: right;	
	padding: 0 65px 0 0;
	background: url(images/site/footer-swirl.gif) no-repeat top right;
}

#page-head {
	border-bottom:2px solid #CCCCCB;
}
    
#page-head h2 {
	text-transform: uppercase;
	color: #000;           
	margin: 3px 25px;
	font-size: 1.3em;
}                             

#page-head .page-tagline {
	font-size: .9em;    
	text-transform: none;
}

a#home-text {
	position: absolute;
	top: 120px;
	font-size: 1.3em;
	color: #cccccb;
	text-transform: uppercase;
	left: 26px;
}

a#home-text:hover {
	text-decoration: none;
	color: #40514b;
}

#facebook-link {
	color: #546CA7;
	padding-left: 20px;
	background: url(images/site/icon-facebook.png) no-repeat left;
	height: 14px;
	line-height: 14px;
	display: block;
}

#signup {
	text-transform: none;
	position: relative;
	margin-left: ;
	padding-left: 182px;
}

#signup input#submit {
	position: absolute;
	top: 27px;
}

/* @end */


/* @group Nav
==================================== */

#global-buy-link {
	position: absolute;
	top: 123px;
	left: 634px;
	background: url(images/site/global-buy-link.png) no-repeat;
	height: 53px;
	width: 300px;
	text-indent: -9999em;
	display: block;
	
}

#nav {
	position: absolute;	
	top: 0px;
	left: 211px;
	width: 745px;
	height: 121px;
	border-bottom: 2px solid #CCCCCB;
}

#nav div.cell {
	height: 121px;
	border-right: 2px solid #fff;
	width: 98px;
	float: left;
	display: inline;
	position: relative;
}

#nav .no-border {
	border-right: none;	
}

#nav .first-cell {
	margin-left: 24px;	
}

#nav a {
	color: #fff;
	position: absolute;
	bottom: 12px;
	left: 15px;
	font: bold 1em/1.4em Helvetica, Arial, sans-serif;
	width: 60px;
	font-size: 1.25em;
	line-height: 1.1em;
}

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

#nav #wheels-cell {
	background-color: #B9D4DF;	
}
      
.wheels #nav #wheels-cell {
	background-color: #87ABBB;	
}
      
#nav #orders-cell {
	background-color: #D9DBBF;	
}
            
.orders #nav #orders-cell {
	background-color: #B0BE80;	
}
      
#nav #started-cell {
	background-color: #9B8DBB;	
}
             
.getting-started #nav #started-cell {
	background-color: #674097;	
}
       
#nav #gallery-cell {
	background-color: #A67096;	
}
    
.gallery #nav #gallery-cell {
	background-color: #7B2A75;
}

#nav #resources-cell {
	background-color: #F9B599;	
}
            
.resources #nav #resources-cell {
	background-color: #E86A3F;	
}
            
#nav #news-cell {
	background-color: #FEDC9D;	
}
                      
.news-and-events #nav #news-cell {
	background-color: #F99D30;	
}
          
#nav #about-cell {
	background-color: #CDB987;	
}
                         
.about #nav #about-cell {
	background-color: #B8A235;	
}

/* text current page style */ 
              
.wheels a#wheels-link {
	color: #262B29;	
}

.orders a#orders-link {
	color: #262B29;	
}

.getting-started a#started-link {
	color: #262B29;	
}

.gallery a#gallery-link {
	color: #262B29;	
}

.resources a#resources-link {
	color: #262B29;	
}

.news-and-events a#news-link {
	color: #262B29;	
}

.about a#about-link {
	color: #262B29;	
}

/* @end */                         


/* @group homepage */

.home #main-col {
	margin-top: 20px;
}

.home #feature {
	margin-bottom: 30px;
	height: 328px; /* see ie6-css */
	position: relative;
}

.home #feature-text {
	height: 212px;
	padding-top: 116px;
	width: 346px;	
	padding-left: 15px;
	position: absolute;
	top: -2px;
	right: 0px;
	color: #363636;
	font-weight: bold;
	border-top: 2px solid #CCCCCB;
	border-bottom: 2px solid #CCCCCB;
}

.metal {
	font-size: 1.3em;
}

.home #feature-text p.links {
	margin-top: 20px;	
	margin-bottom: 0;
}

.home #feature-text p.links a {
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.8em;
}


.home #wheels-header {
	position: absolute;
	top: 26px;	/* see ie6-css */
	right: 20px; /* see ie6-css */
	z-index: 100;
}

.home #wheels-wrap {
	position: absolute;
	top: -28px;
	left: -2px;
}


.home .philosophy {
	line-height: 1.9em;
	padding: 0 8px;
}

.tagline {
	font-size: 1.5em;
	color:#D9CD92;
	line-height: 1.3em;
}

#tagline {
	position: absolute;
	top: 0;
	right: 20px;
	color: #859799;
	font-weight: normal;
	font-size: 16px;
}

.for-list {
	font-size: 1.2em;
	margin-bottom: 20px;
}


.home #sections {
	margin-top: 50px;
}

.home #sections h3 {
	font-size: 0.9em;
	color: #3d3d3d;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.home .section {
	width: 202px;
	float: left;
	padding: 20px 20px 0 20px;
}

.home .section.first {
	margin-right: 10px;	
}

.home .section.last {
	float: right;
}

.home .section#anne {
	background: #C0DAE4 url(images/site/section-fade-blue.gif) repeat-x top;	
}

.home .section#news {
	background: #D4DCBB url(images/site/section-fade-green.gif) repeat-x top;	
}               

.home .section#pip {
	background: #D8CC91 url(images/site/section-fade-brown.gif) repeat-x top;	
}         

.home #sidebar {
	margin-top: 0;
}

#new {
	color: #
	bg;
	background: url() no-repeat;
	margin: sddf dfdf dfdf dfvd;
	
}

#news h4 {
	margin-bottom: 5px;
	font-size: 1.1em;
}

/* @end */

/* @group downloads */

#key-verify {
	display: none;	
}

.js-enabled #key-verify {
	display: block;	
}

#login, #register {
	background: #ccc;
	padding: 17px;
	width: 324px;
	height: 340px;
}

#login {
	float: left;
}

#register {
	float: right;
}

/* @end */      



/* @group gallery */

.gallery-entry {
	float: left;
	width: 160px;  
	margin: 20px 0 0 20px;
	display: inline;
}      

.gallery-view {
	padding: 41px 20px 10px;
}

.gallery-view h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #000;        
	margin-top: 10px;   
}      

.gallery-view img {
	margin-right: 10px;
}

.gallery #page-head {
	position: relative;
}           

a#gallery-icon {
	position: absolute;
	top: 0px;   
	right: 0px;    
	height: 19px;
	background: url(images/site/gallery-icon.gif) no-repeat right;
	padding-right: 30px;
	font-size: 1em;
	line-height: 19px;
	color: #e0dddc;
}       

a#gallery-icon:hover {
	text-decoration: none;
}

#gallery-tip {
	position: absolute;
	bottom: -32px;   
	right: 0px;
	font-size: 0.8em;    
}

/* @end */ 


/* @group News and events */

.news-and-events #main-col {
	border-bottom: 2px solid #CCCCCB; 
}

.news-and-events #news-wrap {
	background: #FCE49E;   
	margin: 0  20px;   
	padding: 15px 10px; 
}   

.news-and-events h3 {
	color: #c85828;   
	font-size: 1.3em;
}                     

.news-and-events .news-entry h3 {
	margin-bottom: 5px;
}                     

.news-tagline {
	font-size: 0.7em; 
	color: #686768
}  

.news-and-events .date {
	color: #c85828;	
}

#newsletter h3 {
	line-height: 1.4em;
	color: #737273;
}

.mc-field-group {
	margin: 10px 0;
}

/* @end */

/* @group Resrouces/Getting Started */

.resource-wrap {
	border-bottom: 2px solid #CCCCCB;
}

.resource-category {
	background: #eff0e6;   
	margin: 0  20px;   
	padding: 0 20px;
	overflow: hidden;
}     

.resources h3, .getting-started h3 {
   	font-size: 1.1em;
	text-transform: uppercase;
	color: #634a36;   
	margin: 0;
	line-height: 40px;
} 

.resources h4, .getting-started .subhead {
	color: #92699b;
	margin: 10px 0 0 0; 
	font-weight: bold;
}

.resources a {
	color: #274d61;
}

h3.open {
	background: url(images/site/collapse.png) no-repeat top right;
} 

.resource-category#bg-4 {
	background: #f2f3eb;
}

.resource-category#bg-5 {
	background: #d1c9ba;
}


.resource-category#bg-6 {
	background: #c8ccab;
}


.resource-category#bg-7 {
	background: #abb89c;
}

.resource-category#bg-8 {
	background: #9fae8c;
}

.resource-category#bg-9 {
	background: #acb3a4;
}

.getting-started h4 {
	color: #92699b;
	margin: 10px 0 0 0;
}

/*.getting-started #main-col {
	padding-bottom: 300px;
}*/

.getting-started p {
	margin-top: 20px;
}

.getting-started .resource-category h3 {
	color: #005b7f;
}

.resource-category#begin {
	background: #e9e9e9 url(images/site/getting-started-begin.gif) no-repeat right 16px;
	padding-right: 371px;
} 

.resource-category#create {
	background: #dde6e5 url(images/site/getting-started-create.gif) no-repeat right 0;
	padding-right: 251px;
}

.resource-category#create p.last {
	padding-bottom: 300px;
}  

.resource-category#observe {
	background-color: #bfcccb;
}

.resource-category#moon {
	background: #bdcad7 url(images/site/getting-started-moon.gif) no-repeat right 226px;
	padding-right: 251px;
}

.resource-category#moon p {
	padding-right: 61px;
}

#or-wrap {
	position:  relative;
	margin-left: -17px;
	width: 651px;
}

.or-slide {
	top: 0;
	left: 0;
}

a.or-control {
	display: none;
	position: absolute;
	height: 20px;
	display: block;
	outline: none;
}

a#investigate {
	top: 138px;
	left: 222px;
	width: 104px;
}

a#observe {
	top: 72px;
	left: 348px;
	width: 64px;
}

a#record {
	top: 214px;
	width: 76px;
	left: 341px;
}

a#reflect {
	top: 139px;
	left: 450px;
	width: 69px;
}

#highlights h3 {
	color:  #333;
	font-size: 1.5em;
	font-weight: normal;
}

#highlights {
	background: #FAF6DF url(images/site/highlights-bg.png) repeat-x top;
	padding: 0 10px 10px 10px;
	width: 129px;
	margin-top: 10px;
	font-size: 11px;;
	line-height: 14px;
}

/* @end */       
                  

/* @group About */

#about-nav-wrap {
	padding: 0 20px;
	border-bottom: 2px solid #CCCCCB; 
	margin-bottom: 20px;
}

#about-nav {
	background-color: #b29d7e;
	
}  

#about-nav {
	margin: 0;
	list-style: none;
	height: 40px;
	color: #402b17;  
	font-weight: bold;
	padding-left: 20px;
}     

#about-nav a {
	line-height: 40px;
	color: #402b17;
	font-weight: bold;   
	margin-right: 20px;
} 

#about-nav .pipe {
	margin-right: 20px;
}   

#about-nav a:hover {
	text-decoration: none;
	color: #fff;
}

#about-nav.pip a.pip-link, #about-nav.approach a.approach-link {
	color: #cdc8c5;
}                                                             

#about-nav.results a.results-link {
	color: #cdc8c5; 
}                                

#about-nav.testimonials a.testimonials-link {
	color: #cdc8c5;
}

.about-content {
	font-weight: bold;
	color: #9e8e8e;
}

.about strong {
	color: #534741;
}  

.about #sidebar, .work #sidebar {
	color: #524640;
	font-weight: bold;
	font-size: 11px;
	padding-top: 10px;
}

.about #sidebar img, .work #sidebar img {
	padding-bottom: 10px;
}

.about #sidebar ul, .work #sidebar ul {
	list-style:  none;
	margin-left: 0;
}

.about-content h3 {
	text-transform: uppercase;
	color: #524640;
	font-weight: bold;
	size: ;
	font-size: 1em;
	clear: both;
	line-height: 1.4em;
}

.about-content ul {
	list-style: none;
}

.about-content ul li {
	margin-bottom: 10px;
}

#main-col div.about-content div.quote p {
	margin-left: 20px;
}

#main-col div.about-content p.tag {
	float: right;
	padding-left: 100px;
	margin-bottom: 31px;
	margin-top: -10px;
}



.about #sidebar h3, .work #sidebar h3 {
	text-transform: uppercase;
	color: #524640;
	font-size: 11px;
	font-weight: bold;
}

.about-content {
	padding: 0 20px;
}

/* @end */

/* @group Wheels 
========================= */

#slider {
  width: 870px;
  margin: 0 auto;
  position: relative;
  background: #f9fafa url(images/site/slider-bg.gif) no-repeat bottom left;
  height: 398px;
}

.scroll {
  height: 400px;
  overflow: auto;
  width: 670px;
  position: relative; /* fix for IE to respect overflow */
  /*clear: left;*/
}

#slider-nav {
	float: left;
	width: 160px;
	list-style: none;
	color: #402b16;
	display: inline;
	margin-top: 20px;
}

#slider-nav a {
	color: #402b16;
	font-size: 1em;
	font-weight: bold;
}

#slider-nav a:hover {
	color: #264157;
	/*text-decoration: none;*/
}

#slider-nav a.current, #slider-nav a.current:hover {
	color: #4a5958;
	text-decoration: none;
}
#slider-nav li {
	margin-bottom: 10px;
}

.scrollContainer div.panel {
  padding: 20px 0 0 0;
  height: 378px;
  width: 670px;
}

.scrollContainer div.panel p, .scrollContainer div.panel h3 {
	margin-right: 20px;
	margin-left: 20px;
} 

#slider h3 {
	color: #402b16;
	margin-bottom: 5px;
}

.wheels #main-col {
	width: 924px;
	border-bottom: 2px solid #cccccb;
}

div.panel#what {
		background: url(images/site/slider-bg-what.jpg) no-repeat right bottom;	
}

div.panel#how {
	background: url(images/site/slider-bg-how.gif) no-repeat right bottom;
} 

div.panel#why {
	background: url(images/site/slider-bg-why.gif) no-repeat right bottom;
} 

div.panel#busy {
	background: url(images/site/slider-bg-busy.jpg) no-repeat right bottom;
} 

div.panel#what p, div.panel#what h3 {
	margin-right: 330px;
}


div.panel#busy p, div.panel#busy h3 {
	margin-right: 270px;
}

div.panel#how p, div.panel#how h3 {
	margin-right: 320px;
}

div.panel#why p, div.panel#why h3 {
	margin-right: 320px;
}

div.panel#what img {
	padding: 0 0 10px 10px;
}  

/* @end */

/* @group Orders 
=========================*/

.orders-content {
	padding: 20px;
}

div.product {
	margin-bottom: 40px;
}

div.product h3, #intro h3 {
	color: #7b2a75;
	text-transform: uppercase;
}

#intro {
	margin-bottom: 30px;
}

#intro h3 {
	margin-bottom: 5px;
}

#intro .product-wrap {
	float: left;
}

#intro form {
	margin-top: 20px;
}

#intro .product {
	margin-bottom: 0;
	margin-right: 16px;
	min-height: 325px;
  	/* IE 6 "Min-Height Fast Hack" */  
	position: relative;
}

#intro .product h4 {
	text-transform: uppercase;
	color: #726995;
}

#intro p {
	color: #726995;
	line-height: 1.25em;
	font-size: 0.97em;
}

#intro .product img {
	position: absolute;
	bottom: 0;
}




#intro .product.center p, #intro .product.center h4 {
	padding:  0 23px;
}

#intro .product.center p {
	width: 205px;
}

#intro .product h4 {
	margin-bottom: 5px;
}

#intro h3 span {
	text-transform: lowercase;
	color: #43466C;
	font-size: 0.9em;
}

div.product h3 .normal {
	text-transform: none;
}

a.pop-button {
	background: #b9d4df;
	color:  #fff;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	padding: 5px;
	text-align: center;
	margin: 20px 5px 20px 0;
}

a.pop-button:hover {
	background: #88abba;
	text-decoration: none;
}

.js-enabled .hidden {
	display: none;
}

.orders h4 {
	color:  #687152;
}

.orders #page-head {
	position: relative;
}

#top-view-cart {
	position: absolute;
	right:  20px;
	top: -22px;
}

/* @end */



/* @group Thickbox */


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #687152;
	font-size: 16px;
}

#TB_secondLine {
	font-size: 14px;
	font-weight: normal;
}


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

.TB_overlayMacFFBGHack {background: url(http://partnersinplace.com/js/thickbox/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: #fff;
	z-index: 102;
	color:#687152;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
	padding-bottom: 20px;
}

* 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: 0;
}

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

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	font-size: 13px;
}

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

/* @end */

