@charset "UTF-8";
/* CSS Document */

.background {
	/*background-color: #7C5C39;*/
	background-color:#7D5E39;
}
.main_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #D6DF24;
	text-decoration: none;
}
A:link {
	color:#D6DF24;
}
A:visited {
	text-decoration:underline;
	color:#D6DF24;
}
A:active {
	color:#D6DF24;
}
A:hover {
	color:#FFF;
}
body {
	background-color:#7C5C39;
	margin-top:0;
	margin-left:0;
}
.green-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #A6D31D;
}
.green-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #A6D31D;
}

.white-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.td-left {
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color: #98D31D;
	width: 76px;
}
.td-left2 {
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color: #A6D31D;
}
.td-3 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6D31D;
	border-right-color: #A6D31D;
	border-bottom-color: #A6D31D;
	border-left-color: #A6D31D;
}

.copyright {
	color: #8FD327;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align:right;
	vertical-align: bottom;
}
.bottom-link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #A6D31D;
	text-align: left;
	vertical-align: bottom;
}
.appelation {
	font-size: 12px;
	color: #A6D31D;
	text-align: center;
	text-decoration:underline;
	font-family: Verdana, Geneva, sans-serif;
}
.type {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6DF28;
}
.products {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	height:38px;
	vertical-align:middle;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6DF28;
}
div#test-accordion{
	background-color:#7D5E39;
}

div.accordion {
	position: relative; /* required for bounding */
	width:400px;
}

div.accordion-toggle{
	position: relative; /* required for effect */
	z-index: 10;		/* required for effect */
	background: #7D5E39;
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	cursor: pointer;
	margin-bottom:1px;
	}
div.accordion-toggle:hover, div.accordion-toggle-active{
	background-color:#D6DF24;
	border-top:1px solid #a06b55;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #7D5E39;
	color:#FFF;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.Wineglossary {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #98D31D;
}
.虚线底边 {
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}
