/* CSS Document */

table.tableList {
	border-color: #9A6666;
}

table.tableList th {
	background-color: #C0C0C0;
}

table.tableList td, table.tableList th {
	border-color: #9A6666;
}

th.mainTitle {
	color:#000000;
	background-image: url('/images/styles/brown/th_middle_background.png');
}

th.leftTitle {
	background-image: url('/images/styles/brown/th_left_background.png');
}

th.rightTitle {
	background-image: url('/images/styles/brown/th_right_background.png');
}

td.mainContent {
	border: 1px solid #9A6666;
}

div.tableTopLeft {
	background: url('/images/styles/brown/th_left_background.png') 0 0 no-repeat;
}

div.tableTopRight {
	background: url('/images/styles/brown/th_right_background.png') 100% 0 no-repeat;
}

div.tableTopMiddle {
	background: url('/images/styles/brown/th_middle_background.png') 0 0 repeat-x;
}

div.tableMainContent {
	/*border: 1px solid #9A6666;*/
	border-left: 1px solid #9A6666;
	border-right: 1px solid #9A6666;
	border-bottom: 1px solid #9A6666;
}

span.websiteStyleText {
	color: #666;
}

.topNav {
	background-image: url('/images/styles/brown/navigation_background.png');
}

.topBannerLogo {
	color: #868686;
}

.topLocation {
	background-color: #9A6666;
	color: #666666;
}

.topLocation a {
	color: #666666;
}

.topWelcomeBanner {
	color: #F9F4E5;
}

.main {
	background-color: #FFFFFF;
}

.bottomInfo {
	color: #333333;
}

A {
	color: #333333;
}

A.buy_link {
	color: #900B09;
}

A.buy_link:hover {
	color: #FF0000;
}

textarea.dashed {
	border: 1px solid #9A6666;
	color: #666666;
	background-image: url('/images/styles/brown/input_fade.png');
}

input.dashed {
	border: 1px solid #9A6666;
	color: #666666;
	background-image: url('/images/styles/brown/input_fade.png');
}

select.dashed {
	border: 1px solid #9A6666;
	color: #666666;
	background-image: url('/images/styles/brown/input_fade.png');
}

textarea.dashedLandingPage {
	border: 1px solid #9A6666;
	color: #666666;
	background-image: url('/images/styles/brown/input_fade.png');
}

input.dashedLandingPage {
	border: 1px solid #9A6666;
	color: #666666;
	background-image: url('/images/styles/brown/input_fade.png');
}

select.dashedLandingPage {
	border: 1px solid #9A6666;
	color: #666666;
	background-image: url('/images/styles/brown/input_fade.png');
}

#menu a {
	color: #6666FF;
}

#menu ul ul a {
	color: #000000;
}