/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */


/* The Testimonial Block
*/
.testimonialwrapper {
	width: 195px;
	background: url(../tf_images/side_testimonials.jpg);
	margin-bottom: 15px;
}
.testimonialheader {
	width: 195px;
	height: 20px;
	background: url(../tf_images/side_testimonials_header.jpg);
}
.testimonialfooter {
	width: 195px;
	height: 20px;
	background: url(../tf_images/side_testimonials_footer.jpg);
}
.testimonial{
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 15px;
	color: #FFF;
}
.testimonialsource{
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	padding-left: 30px;
	padding-right: 20px;
	color: #FFF;
}

#sizeChartWrapper {
	
	background: #C1D1B0;
	padding: 3px;
	padding-top: 5px;
	margin-bottom: 15px;
}

#shippingWrapper {
	
	background: #C1D1B0;
	padding: 3px;
	padding-top: 5px;
	margin-bottom: 15px;
}

/* the list in the About Us page. yes, by default all lists are rendered unadorned in Magento. */

.aboutUsList li {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 20px;
	color: #3F4F4E;

}
.sectionTitle {
	margin-top: 20px;
	color: #38992E;
	font-weight: bold;
	font-size: large;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.col-main blockquote {
	margin-left: 20px;
	color: #3F4F4E;
}

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px #1e7ec8 dotted; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ccc; border-bottom-color:#bbb; border-right-color:#bbb; background-color:#f6f6f6; }
.truncated .truncated_full_value dl dt { margin-top:0; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:35px; top:10px; }
.col-right .truncated .show dl  { left:-240px; top:10px; }

#badge_wrapper{
	margin-top: 10px;
}
.phoneFormat{
	font-weight: normal;
	font-style: italic;
}

#aboutUsWrapper{
width:185px;
}

#aboutUsHeader{
background:url(../tf_images/side_menu_header.jpg) no-repeat ;
   height:20px;
   width:185px;
   padding: 10px 0 0 10px;
}

#aboutUsBody{
background:url(../tf_images/side_menu.jpg) repeat-y ;
	 padding:4px 10px 10px 10px; 
	 width:175px;
}
#aboutUsFooter{
 background:url(../tf_images/side_menu_footer.jpg) no-repeat ;
 width:195px;
 height:13px;
 margin-bottom: 15px;
}

#retailerWrapper{
width:185px;
}

#retailerHeader{
background:url(../tf_images/side_menu_header.jpg) no-repeat ;
   height:20px;
   width:185px;
   padding: 10px 0 0 10px;
}

#retailerBody{
background:url(../tf_images/side_menu.jpg) repeat-y ;
	 padding:4px 10px 10px 10px; 
	 width:175px;
}
#retailerFooter{
 background:url(../tf_images/side_menu_footer.jpg) no-repeat ;
 width:195px;
 height:13px;
 margin-bottom: 15px;
}