/* layout on index page */

#leftContentWrap {
	margin-top: 10px;
	width: 220px;
}

#leftBottomContent {
	border: 1px dotted #999999;
	padding: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	display: block;
}

#tab1Content {
	background: #F4F4F4;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-width: 1px;
	width: 220px;
	border-right-style: solid;
	border-left-style: solid;
}

#tab2Content {
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	width: 220px;
}

/* main content on home page */

#mainContent {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
}
#tab1 {
	width: 220px;
}
#tab2 {
	width: 220px;
}

.leftNavBorder {
	padding-left: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.leftNavBorderSmall {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 24px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 10px;
}

.leftNavBorderNindent {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.leftTable {
	margin-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.leftTop {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 14px;
}

#leftNav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D419E;
	text-decoration: none;
}
	
#leftNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D419E;
	text-decoration: none;
}

#leftNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0083C1;
	text-decoration: none;
}

#leftNav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D419E;
	text-decoration: none;
}

/* product tables and styles */

#productSubCategory td {
	padding: 6px;
}

#productSubCategory a:link {
	color: #666666;
	text-decoration: none;
}
	
#productSubCategory a:visited {
	color: #666666;
	text-decoration: none;
}

#productSubCategory a:hover {
	color: #FF6600;
	text-decoration: none;
}

#productSubCategory a:active {
	color: #666666;
	text-decoration: none;
}

.productTable {
	padding: 10px;
	vertical-align: top;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

.productTableGrey {
	padding: 10px;
	vertical-align: top;
	background-color: #FEFBEB;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}

.productTableNoBorder {
	vertical-align: top;
	padding: 4px;
	font-size: 11px;
}

.productTableNoBorderSm {
	vertical-align: top;
	padding: 4px;
	font-size: 10px;
}

.productTableGreyDottedBorder {
	padding: 6px;
	vertical-align: top;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background: #F4F4F4;
}

.productImageCell {
	padding-bottom: 14px;
}
