﻿body 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Microsoft Sans Serif, Arial;
	background-color: #fff;
	background-image: url('/images/bodyBG_01.jpg');
	background-repeat: repeat-x;
}

a {	color: #444; }
a:visited {	color: #444; }
a:hover { color: #900; }
p { margin: 0; border: 0; padding: 0; }

img { border: 0; margin: 0; padding: 0; }

form { display: inline; }

#main-wrapper
{
	width: 960px;
	margin: 0 auto 0 auto;
	min-height: 400px;
}

#header
{
	height: 75px;
	width: 960px;
	background-color: #FFF;
	border-top: #999 1px solid;
	border-right: #999 1px solid;
	border-left: #999 1px solid;
	background-image: url('/images/header_gradient.jpg');
	background-repeat: repeat-x;
	margin: 20px 0 20px 0;
	overflow: hidden;
}

#header img
{
	margin: 0;
	float: left;
}

#header .search
{
	float: right;
	height: 75px;
	width: 540px;
	margin-top: 20px;
	margin-right: 10px;
	line-height: 40px;
}

#header .search .search-wrapper
{
	border: 1px dotted #999;
	background-color: #fff;
	overflow: hidden;
	margin-left: 5px;
	height: 40px;
}

#header .search .header-search-initial
{
	font-size: 20px;
	font-weight: bold;
	width: 370px;
	height: 28px;
	line-height: 30px;
	color: #777;
	border: 2px solid #fff;
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-left: 5px;
}

#header .search .header-search
{
	font-size: 20px;
	font-weight: bold;
	width: 370px;
	height: 28px;
	line-height: 30px;
	color: #777;
	border: 2px solid #444; /* #FFDB10; */
	float: left;
	margin-top: 4px;
	margin-right: 5px;
	margin-left: 5px;
}

#header .search .header-search-button
{
	height: 40px;
	background-color: #444; /* #BF2A00; */
	color: #fff;
	font-size: 20px;
	float: right;
	width: 140px;
}

#header .search .search-button
{
	margin-top: 2px;
	float: right;
	margin-right: 2px;
}

#content-wrapper { border: 1px solid #999; margin-bottom: 20px; background-color: #fff; min-height: 400px; }

#wait-outer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#wait-outer #wait-inner 
{
	width: 900px;
	height: 200px;
	margin-left: -450px;  /***  width / 2   ***/
	position: absolute;
	top: -100px;          /***  height / 2   ***/
	left: 50%;
	text-align: center;
}

#wait-outer #wait-inner #wait-wrapper
{
	border: 1px solid #999;
	background-color: #fff;
	width: 100%;
}

#wait-outer #wait-inner #wait-wrapper p
{
	font-size: 24px;
	font-weight: normal;
}

.pagination
{
	padding: 20px;
	background-color: #E8E8E8;
	margin: 10px 30px 10px 30px;
}

.pagination ul
{
	margin: 0 auto;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination li
{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	margin:4px;
	background-color: #fff;
}

.pagination a, .pagination a:visited
{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
}

.pagination a:hover, .pagination a:active
{
	border: 1px solid #2b66a5;
}

.pagination a.currentpage
{
	background-color: #2e6ab1;
	color: #FFF;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover
{
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal;
}

.pagination a.prevnext
{
	font-weight: normal;
}

.pagination p
{
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}

.search-result
{
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted black;
}

.search-result .main-image
{
	float: left;
	border: 0;
	width: 160px;
	height: 160px;
	margin-bottom: 15px;
	cursor: pointer;
}

.search-result .details
{
	margin-left: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 12px;
	width: 510px;
	float: left;
}

.search-result .details h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

.search-result .details p
{
	margin: 0;
	border: 0;
	padding: 0;
}

.search-result .buttons
{
	float: right;
}

.search-result .buttons img
{
	display: block;
	margin-bottom: 20px;
	border: 0;
}

.search-result .buttons .buy-button { cursor: pointer; }
.search-result .buttons .sell-button { cursor: pointer; }

#results-wrapper{
	width: 100%;
	overflow: auto;
	border-right: #999 solid 1px;
	border-left: #999 solid 1px;
	border-bottom: #999 solid 1px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	background-color: #fff;
	min-height: 400px;
}

#results-top
{
	width: 100%;
	overflow: auto;
	margin: 0;
}

#results-top p
{
	margin: 10px;
	font-size: 12px;
	display: inline;
}

#results-top h2
{
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#results-bottom
{
	width: 100%;
	overflow: auto;
	margin: 0;
}

#results
{
	width: 880px;
	margin: 0 auto;
}

#results p.no-results
{
	margin: 10px auto;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

#detail-wrapper
{
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

#detail-wrapper img
{
	float: left;
	margin: 20px 20px 10px 0px;
}

#detail-wrapper .detail
{
	width: 600px;
	float: left;
	margin-left: 20px;
	margin: 20px 20px 20px 0px;
}

#detail-wrapper .detail h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000;
}

#detail-wrapper .detail p
{
	font-size: 14px;
	margin-bottom: 5px;
}

#detail-wrapper .detail .label
{
	font-weight: bold;	
}

#detail-wrapper .detail .social-bookmark
{
	margin-top: 20px;
	font-style: italic;
}

.debug { font-size: 8px; }

#prices-header
{
	width: 900px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff url('/images/td_BG.jpg') repeat-x;
}

#prices-header ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#prices-header ul li
{
	list-style: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 25px;
}

#prices-header ul li.store { width: 150px; margin-left: 5px; margin-right: 10px; }
#prices-header ul li.price { width: 80px; margin-right: 10px; }
#prices-header ul li.shipping { width: 70px; margin-right: 10px; }
#prices-header ul li.condition { width: 100px; margin-right: 10px; }
#prices-header ul li.availability { width: 190px; margin-right: 10px; }
#prices-header ul li.total { width: 100px; margin-right: 10px; }
#prices-header ul li.buy { width: 130px; margin-right: 10px; }

#prices-wrapper
{ 
	width: 100%;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.prices
{
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	border: 0px solid #999;
	font-size: 12px;
}

.prices ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	height: 45px;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #999;
}

.prices .bottom
{
	border: 0;
}

.prices ul li
{
	list-style: none;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 35px;
}

.prices ul li.store { width: 150px; margin-left: 5px; margin-right: 10px; }
.prices ul li.price { width: 80px; margin-right: 10px; }
.prices ul li.shipping { width: 70px; margin-right: 10px; }
.prices ul li.free-shipping { width: 70px; margin-right: 10px; color: #900; font-weight: bold; }
.prices ul li.condition { width: 100px; margin-right: 10px; }
/* .prices ul li.availability { width: 190px; margin-right: 10px; } */
.prices ul li.total { width: 100px; margin-right: 10px; }
.prices ul li.total a { font-weight: bold; font-size: 14px; }
.prices ul li.buy { width: 130px; margin-right: 10px; }

.prices ul li .availability-wrapper {
  width: 190px;
  height: 35px;
  position: relative;
  margin-right: 10px;
}

.prices ul li .availability-wrapper .availability-field {
  position: absolute;
  width: 190px;
  height: 35px;
  display: table;
}

.prices ul li .availability-wrapper .availability-field p {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 17px;
}

#buyback-prices-header
{
	width: 900px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff url('/images/td_BG.jpg') repeat-x;
}

#buyback-prices-header ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#buyback-prices-header ul li
{
	list-style: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 25px;
}

#buyback-prices-header ul li.store { width: 200px; margin-left: 5px; margin-right: 10px; }
#buyback-prices-header ul li.price { width: 170px; margin-right: 10px; }
#buyback-prices-header ul li.shipping { width: 170px; margin-right: 10px; }
#buyback-prices-header ul li.total { width: 170px; margin-right: 10px; }
#buyback-prices-header ul li.sell { width: 100px; margin-right: 10px; }

#buyback-prices-wrapper
{ 
	width: 100%;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.buyback-prices
{
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
	border: 0px solid #999;
	font-size: 12px;
}

.buyback-prices ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
	height: 45px;
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #999;
}

.buyback-prices .bottom
{
	border: 0;
}

.buyback-prices ul li
{
	list-style: none;
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 35px;
}

.buyback-prices ul li.store { width: 200px; margin-left: 5px; margin-right: 10px; }
.buyback-prices ul li.price { width: 170px; margin-right: 10px; }
.buyback-prices ul li.shipping { width: 170px; margin-right: 10px; }
.buyback-prices ul li.free-shipping { width: 170px; margin-right: 10px; color: #BF2A00; font-weight: bold; }
.buyback-prices ul li.total { width: 170px; margin-right: 10px; }
.buyback-prices ul li.total a { font-weight: bold; font-size: 14px; }
.buyback-prices ul li.sell { width: 100px; margin-right: 10px; }

#footer
{
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

#error-wrapper
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
}

#error-inner
{
	margin: 20px;
	background-color: #fff;	
}

#error-wrapper p
{
	color: 	#000;
	font-size: 24px;
}

#error-wrapper .error-header
{
	color: 	#BF2A00;
	font-size: 28px;
}

#homepage-wrapper
{
		overflow: hidden;
		margin: 0;
}

#homepage-search-wrapper
{
	float: left;
	width: 660px;
	height: 285px;
	background: #fff url('/images/index_folder.jpg') no-repeat;	
	margin: 0;
}

#homepage-search-wrapper .search-wrapper
{
	margin-top: 130px;
	margin-left: 80px;
	border: 1px dotted #999;
	background-color: #fff;
	overflow: hidden;
	height: 40px;
	width: 500px;
}

#homepage-search-wrapper .save, h1
{
	color: #fff;
	font-size: 14px;
	margin-left: 250px;	
	font-weight: bold;
	margin-top: 0px;
}

#homepage-search-wrapper .search-box
{
	font-size: 20px;
	font-weight: bold;
	width: 340px;
	height: 30px;
	line-height: 35px;
	margin-top: 2px;
	margin-left: 4px;
	color: #777;
	float: left;
	border: 2px solid #fff;
}

#homepage-search-wrapper .search-box-selected
{
	font-size: 20px;
	font-weight: bold;
	width: 340px;
	height: 30px;
	line-height: 35px;
	margin-top: 2px;
	margin-left: 4px;
	color: #777;
	float: left;
	border: 2px solid #444; /* #FFDB10; */
}

#homepage-search-wrapper .search-button-old
{
	height: 40px;
	background-color: #444; /* #BF2A00; */
	color: #fff;
	font-size: 20px;
	width: 140px;
	float: right;
}

#homepage-search-wrapper .search-button
{
	margin-top: 2px;
	float: right;
	margin-right: 2px;
}

#homepage-coupon-wrapper
{
	float: right;
	width: 300px;
	height: 285px;
	background: #fff url('/images/paper.jpg') repeat-x;
	overflow:hidden;
	margin:0;
}

#homepage-coupon-wrapper-top
{
	height: 240px;
}

#homepage-coupon-wrapper-bottom
{
	height: 45px;
}

#homepage-coupon-wrapper h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 2em;
	margin: 10px 20px 10px 20px;
}

#homepage-coupon-wrapper p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:1.5em;
	text-align:left;
	margin:0px 20px;
}

#homepage-coupon-wrapper .description
{
	font-style: italic;	
}

#homepage-coupon-wrapper .instructions
{
	font-style: italic;
}

#homepage-coupon-wrapper a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	color:#900;
	line-height:1.75em;
	text-decoration:none;
}

#homepage-coupon-wrapper a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	color:#000;
	line-height:1.75em;
	text-decoration:underline;
}

#homepage-content-wrapper
{
	width:958px;
	height:auto;
	overflow:auto;
	border: solid 1px #999;
	background-color:#FFF;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#homepage-left-wrapper
{
	width:659px;
	height:auto;
	float:left;
	margin:20px 0px 0px 0px;
}

#homepage-what-is
{
	width:619px;
	margin: 0 auto;
	height:auto;
	overflow:auto;
	border:#999 solid 1px;
}

#homepage-what-is .homepage-what-is-content
{
	font-size:13px;
	color:#000;
	text-align:left;
	line-height: 20px;
	margin: 20px 20px 20px 20px;
}

.block-header
{
	background-color: #EDDFB8; /* #ebebe0; */
	height: 30px;
	margin: 0;
	border: 1px solid #EDDFB8;
}

.block-header h1, h2
{
	font-size:16px;
	color:#000;
	line-height: 10px;
	margin-left: 20px;
}

.block-content
{
	height: auto;
	background: #fff url('/images/text_shadow.jpg') repeat-x top;
	margin-top: 0;
	border-top: 1px solid #EDDFB8;
}

.block-content h1
{
	font-size:16px;
	color:#000;
	text-align:left;
}

.block-content p
{
	font-size:13px;
	color:#000;
	text-align:left;
	line-height: 20px;
	margin: 20px 20px 20px 20px;
}

.block-content a
{
	font-size:13px;
	color:#900;
	text-decoration:none;
}

.block-content a:hover
{
	font-size:13px;
	color:#000;
	text-decoration:underline;
}

.block-content ul
{
	list-style: none;
	margin-left: 20px;
	padding: 0;
}

.block-content ul li
{
	list-style: none;
	margin: 10px 0;
}

.block-content ul li a { color: #000; }
.block-content ul li a:hover { color: #900; }

.highlight
{
	color:#900;
	font-weight:bold;
}


#homepage-books-wrapper
{
	width:619px;
	margin:20px auto;
	height:auto;
	overflow:auto;
	border:#999 solid 1px;
}

#homepage-books
{
 
}

#homepage-books ul
{
	list-style: none;
	overflow: hidden;
}

#homepage-books ul li
{
	list-style: none;
	float: left;
	width: 100px;
	margin: 0 5px;
}

#homepage-books ul li p
{
	margin: 0;	
}

#homepage-books .list-price
{
	font-size: 10px;
}

#homepage-books .save-amount
{
	font-size: 12px;
	color: #900;
	font-weight: bold;
}

#homepage-books ul li p a:hover
{
  color:#900;
}

#homepage-rss-wrapper
{
	width:619px;
	margin:20px auto;
	height:auto;
	overflow:auto;
	border:#999 solid 1px;
}

#homepage-rss-left-wrapper
{
	width:297px;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
	border:#999 solid 1px;
}

#homepage-rss-right-wrapper
{
	width:297px;
	height:auto;
	float:right;
	margin:0px 0px 20px 0px;
	border:#999 solid 1px;
}

.feedburnerFeedBlock
{
	margin: 0;	
}

.feedburnerFeedBlock .feedTitle
{
	background-color: #EDDFB8; /* #ebebe0; */
	height: 30px;
	margin: 0;
	border: 1px solid #EDDFB8;
}

.feedburnerFeedBlock .feedTitle a
{
	font-size:16px;
	color:#000;
	line-height: 30px;
	margin-left: 20px;
	font-weight: bold;
	text-decoration: none;
}

.feedburnerFeedBlock .feedTitle a:hover { color: #900; text-decoration: underline; }

.feedburnerFeedBlock ul
{
	background: #fff url('/images/text_shadow.jpg') repeat-x top;
	border-top: 1px solid #EDDFB8;
	list-style: none;
	margin: 0;
	padding: 0;
}

.feedburnerFeedBlock ul li
{
	list-style: none;
	border-bottom: 1px dotted #999;	
	margin: 10px 20px 10px 20px;
	padding: 0px 0px 10px 0px;
}

.feedburnerFeedBlock ul li .headline a
{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.feedburnerFeedBlock ul li .headline a:hover { text-decoration: underline; }

.feedburnerFeedBlock ul li .date
{
	font-size: 12px;	
}

.feedburnerFeedBlock ul li div
{
	font-size: 12px;
}

.feedburnerFeedBlock #creditfooter { margin-left: 20px; }

#homepage-category-wrapper
{
	width:277px;
	height:auto;
	float:left;
	margin:20px 20px 0px 0px;
	border:#999 solid 1px;
}

#homepage-addthis-wrapper
{
	width:277px;
	height:auto;
	float:left;
	margin:20px 20px 0px 0px;
	border:#999 solid 1px;
}

.homepage-qtip
{
	cursor: pointer;
	color: #900;
}

.homepage-qtip:hover
{
	cursor: pointer;
	color: #900;
	text-decoration: underline;
}

.homepage-qtip-text
{
	color: #000;
	font-size: 12px;	
}

.press-title
{
	width: 900px;
	margin: 0 auto;
	height:auto;
	overflow:auto;
	border:#999 solid 1px;
}

.about-us-title
{
	width: 900px;
	margin: 0 auto;
	height:auto;
	overflow:auto;
	border:#999 solid 1px;
}

.about-us { font-size: 12px; }

.press-header
{
	font-size: 20px;	
}

.press-header a,
.press-header a:hover { font-size: 20px; }

.press p
{
	font-size: 14px;	
}

#affinity-bar-links
{
	margin: 0 auto;
	margin-bottom: 10px;
}

#affinity-bar-links ul
{
	margin: 0 auto;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 11px;
}

#affinity-bar-links ul li
{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	margin:4px;
}

#affinity-bar-links ul li a
{
	
}

.page-wrapper
{
	width: 100%;
	overflow: auto;
	border-right: #999 solid 1px;
	border-left: #999 solid 1px;
	border-bottom: #999 solid 1px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	min-height: 400px;
}

.link-to-us-title
{
	width: 900px;
	margin: 0 auto;
	height:auto;
	overflow:auto;
	border:#999 solid 1px;
}

.link-to-us-row-wrapper { margin-top: 10px; }

.link-to-us-textbox-wrapper
{
	float:left;
	width:400px;
	margin-left:10px;
	margin-right:10px;
}

.link-to-us-textbox
{
	width:390px;
}

.reviews-wrapper
{ 
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.customer-reviews-header
{
	width: 100%;
	margin: 10px auto;
	padding-top: 10px;
	font-size: 20px;
	text-align: center;
	border-top: #999 dotted 1px;
}

.reviews-wrapper .review-wrapper
{
	width:890px;
	margin: 10px auto;
	height:auto;
	overflow:auto;
	border:#999 solid 1px;
}

.reviews-wrapper .review-header-wrapper
{
	background-color: #EDDFB8; /* #ebebe0; */
	height: auto;
	margin: 0;
	border: 1px solid #EDDFB8;
	overflow: hidden;
}

.reviews-wrapper .review-header-wrapper .review-summary
{
	float: left;
	width: 400px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
}

.reviews-wrapper .review-header-wrapper .review-location
{
	float: right;
	width: 400px;
	text-align: right;
	margin-right: 10px;
	font-size: 13px;
}

.reviews-wrapper .review-content
{
	height: auto;
	background: #fff url('/images/text_shadow.jpg') repeat-x top;
	margin-top: 0;
	border-top: 1px solid #EDDFB8;
}

.reviews-wrapper .review-content p
{
	font-size:13px;
	color:#000;
	text-align:left;
	line-height: 20px;
	margin: 20px 20px 20px 20px;
}

/* simple css-based tooltip */ 
.tooltip { 
    background:transparent url('/images/tooltip-background.png') repeat;
    border:1px solid #fff; 
    padding:10px 15px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px;
    line-height: 20px;
    /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}

.tooltip-wrapper { display: inline; cursor: pointer; }
.tooltip-wrapper a { text-decoration: none; line-height: 20px; }

.tooltip-wrapper-text { display: inline; cursor: pointer; }
.tooltip-wrapper-text a { line-height: 20px; }

.tooltip-header { font-size: 14px; font-weight: bold; }
.tooltip-instructions { font-style: italic; font-size: 11px; }

#homepage-customer-comments
{
	width:619px;
	margin: 0 auto;
	height:auto;
	overflow:auto;
	border:#999 solid 1px;
}

#homepage-customer-comments .reviewer { font-style: italic; font-weight: bold; }

.partners-title
{
	width: 900px;
	margin: 0 auto;
	height:auto;
	overflow:auto;
	border:#999 solid 1px;
}

.partners { font-size: 12px; }

