#Table_01 td img {
    display:block;
}
    
.learnContainer {
    text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: small;
}

.sectionTitle {
    text-decoration: none;
    color: #990000;
    font-weight: bold; 
}

/* picNumber is used on the gongfu teaware page */
.picNumber {
    font-size: 7pt;
    font-weight: normal;
}

/* the zoom property is required for IE to prevent img overflow */
.section {
    border-top: 1px dotted #CC3300;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    zoom: 1
}

.clear {
    clear:both;
    padding-top: 5px;
}


.sectionBottom {
    border-top: 1px dotted #CC3300;
    border-bottom: 1px dotted #CC3300;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    zoom: 1
}

.textLink {
    font-weight: normal;
    color: #CC3300;
    text-decoration: underline
}

.textLinkBlack {
    color: #000000;
    text-decoration: none;
}

.cleanLink {
    font-weight: normal;
    color: #CC3300;
    text-decoration: none
}

/* padding: Top Right Bottom Left */
.picLeft {
    float: left;
    border: none;
    padding: 0 10px 0 0;
    clear: left;
}

a.picLeft img {
    border: none;
}

.picRight {
    float: right;
    border: none;
    padding: 0 0 0 10px;
}

.picCenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

a.picRight img {
    border: none;
}

#selbar {
    align: center;
    text-align: center;
    margin-top: 20px;
    font-size: 9pt;
    font-weight: bold;
    width: 537px; 
}

.selbarRear {
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #990000;
    width: 179px;
    border-right: 2px dotted #990000;
}

.selbarFront {
    padding: 10px 15px 10px 15px;
    text-align: center;
    color: #990000;
    width: 179px;
    border-left: 2px dotted #990000;
    border-right: 2px dotted #990000;
}

/* brewing table css below */
.headingcolumn {
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.dividing {
	padding-top: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.teatype {
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
}
.categories_title {
	font-size: 8pt;
	color: #CC3300;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
.amounts {
	font-size: 8pt;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	line-height: normal;
}
.temperatures {
	font-size: 8pt;
	text-align: center;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dotborder {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.smalltemperatures {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

/* breadcrumb css */
.breadcrumbStart {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #CC3300;
    padding-right: 15px;
    padding-left: 5px;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #CC3300;
}

.breadcrumb {
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #CC3300;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 8pt;
    color: #CC3300;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 3px;
    font-weight: normal;
}

.darkLink {
	font-weight: normal;
	color: #990000;
	text-decoration: none
}
