/**
 * 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) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.testimony {
	width: 650px; 
	padding: 10px 10px;
	background-image: url(../images/open_quote.gif);
	background-repeat: no-repeat; 
	background-position: top left; 
	margin: 0 auto; 
	position: relative; 
	border-bottom: 2px solid #DC9D34;
}

.testimonial {
	width: 600px; 
	padding: 10px 25px; 
	background-image: url(../images/close_quote.gif);
	background-repeat: no-repeat; 
	background-position: bottom right; 
	font-size: 1.2em; 
	color: #787878;
	font-style: italic;
	position: relative; 
}

.testament {
	margin: -10px 0px 5px 30px;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
} 

div.ttg {
	width: 650px; 
	padding: 10px 10px;
	margin: 0 auto; 
	text-align:left;
}

div.ttg h1 {
	font-weight: bold;;
	font-size:1.7em;
	color:#683E18;
}

div.ttg h2 {
	color:#DC9D34;
	font-style: italic;
	font-size:1.3em;
}

div.ttg h3 {
	color:#f70000;
	font-weight: bold;
	font-size:1.1em;
}

div.ttg p.newsfooter {
	font-style: italic;
	font-size: 0.9em;
	color:#787878;
}

/* Menu 
 * ------------------------------------------------*/  
div.ttg div.menu {
	width:75%;
}

div.ttg dl {
	width: 100%;
	overflow: auto;
	margin: 0 0 1em;
    background: url(../images/dot.gif) repeat-x 0 1.2em
}

div.ttg dt, dd.price {
	background: #FFF;
	font-size: 1.0em;
	font-weight: bold
}
div.ttg dt {
	float: left;
	padding-right: 3px;
	color: #555
}
div.ttg dd {
	margin:0
}
div.ttg dd.price {
	float: right;
	padding-left: 3px;
	color: #555
}
div.ttg dd.comment {
	float: left;
	width: 100%;
	padding: 3px 0;
	font: italic 100% Georgia,Times,sans-serif;
	color: #787878
} 

/* Custom form */ 
div.ttg span.form-label,span.form-spacer,span.form-multiple span {width:120px;float:left;} 
div.ttg span.form-multiple {float:left;} 
div.ttg span.form-button {padding-left:120px;background:none;border:none;} 
div.ttg div.form-clear {clear:both;padding-top:5px;}
div.ttg div.form-row {padding:5px;}

/* Custom Lists */ 

span.ttgtitle1 {
	font-weight: bold;
	color: #C76200;
}

span.ttgtitle2 {
	font-weight: bold;
}

span.ttgdesc { 
	margin: 0;
	padding: 2px 0 2px 6px; 
}

span.ttgdesc2 {
	font-weight: bolder;
	font-style: italic;
}
