/* css main */

html,
body {
	margin: 0;
	padding: 0;
}

/* default styles */

body,
div,
p,
td,
h2,
h3 {
	font-family: Tahoma, Verdana, serif;
	font-size: 12px;
	color: black;
	line-height: 16px;
}

td {
	padding: 1px;
}

p {
	padding: 3px 0 0 0;
	margin: 0;
	text-align: left;
}

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
	padding: 0 0 2px 0;
	margin: 0;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #9dc521;
	padding: 0 0 2px 0;
	margin: 0;
}

h3 {
	color: #787878;
	font-size: 11px;
	padding: 2px 0 2px 0;
	margin: 0;
	font-weight: bold;
}

a:link {
	color: #339399;
	text-decoration: underline;
}
a:visited {
	color: #663399;
	text-decoration: underline;
}
a:hover {
	color: #339399;
	text-decoration: none;
}

hr {
	height: 0;
	size: 0;
	border: none;
	border-bottom: 1px solid #a1c141;
}

/****************************
Design styles
*****************************/

#header {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 5px 0;
	height: 100px;
}
#logo {
	float: left;
	height: 100px;
}
#topbanner {
	float: right;
	width: 750px;
	height: 100px;
}

#content {
	background-image: url(../images/design/bg_corner_main.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #339399;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	overflow: visible;
}
#content_left {
	padding-right: 10px;
	vertical-align: top;
	width: 175px;
}
#content_main {
	position: relative;
	vertical-align: top;
	background-color: white;
}
#content_right {
	padding-left: 10px;
	vertical-align: top;
	width: 100px;
}

.leftTitle1,
.leftTitle2,
.leftTitle3 {
	background-repeat: no-repeat;
	background-position: top left;
	border-right: 1px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	padding: 14px 15px 5px 15px;
}
.leftTitle1 {
	background-image: url(../images/design/box_top_1.gif);
}
.leftTitle2 {
	background-image: url(../images/design/box_top_2.gif);
}
.leftTitle3 {
	background-image: url(../images/design/box_top_3.gif);
}

.leftCont1,
.leftCont2,
.leftCont3 {
	color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0 15px 10px 15px;
}

.leftCont1 {
	background-color: #9fbf43;
}
.leftCont2 {
	background-color: #3eb3b8;
}
.leftCont3 {
	background-color: #d48b0c;
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}

.footer {
	color: #d7d7d7;
	font-size: 11px;
	margin: 5px 110px 0 190px;
}

.banner {
	padding: 2px 0 2px 0;
}

/****************************
Language styles
*****************************/

a.langSelect {
	display: block;
	background-color: #85bec2;
	color: white;
	padding: 4px;
	vertical-align: middle;
	margin: 0 0 3px 0;
}
a.langSelect:link,
a.langSelect:visited {
	color: white;
	text-decoration: none;
}
a.langSelect:hover {
	color: white;
	text-decoration: underline;
}

.langTitle {
	color: white;
	font-weight: bold;
	margin: 0 0 3px 0;
}

/****************************
Menu styles
*****************************/

.menu,
.menuClicked {
	display: list-item;
	list-style-type: square;
	color: white;
	line-height: 18px;
	margin-left: 15px;
}
.menuClicked {
	font-weight: bold;
}

.menuMain {
	display: block;
	font-weight: bold;
}

a.menu:link,
a.menu:visited,
a.menuClicked:link,
a.menuClicked:visited {
	color: white;
	text-decoration: underline;
}
a.menu:hover,
a.menuClicked:hover {
	color: white;
	text-decoration: none;
}
a.menuMain:link,
a.menuMain:visited {
	color: white;
	text-decoration: none;
}
a.menuMain:hover {
	color: white;
	text-decoration: underline;
}

.menuDiv {
	background-color: #3eb3b8;
	color: white;
	padding: 5px 15px 5px 15px;
	margin: 3px 0 3px 0;
}

/****************************
Default input styles
*****************************/

input {
	font-size: 11px;
	/*border: 1px solid #125e81;*/
	line-height: normal;
}

/****************************
Login styles
*****************************/

.createProfile {
	display: block;
	background-color: #339399;
	border: 1px solid white;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 4px 8px 4px 8px;
	margin: 3px 0 3px 0;
}
a.createProfile:link,
a.createProfile:visited {
	color: white;
	text-decoration: underline;
}
a.createProfile:hover {
	background-color: #8eab36;
	color: white;
	text-decoration: none;
}
.loginForm {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 11px;
}
.loginSubmit {
	border: 1px solid white;
	background-color: #688317;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	margin: 0;
}

/****************************
Filter styles
*****************************/

.filterContainer {
	background-color: #eaf5cc;
	padding: 10px;

}
.filterTitle {
	float: left;
}

.filterForm {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

div.filterRight {
	float: right;
	font-size: 11px;
}
div.filterElement,
div.filterElement2 {
	float: left;
	font-size: 11px;
}
div.filterElement {
	margin: 0 5px 2px 0;
}
div.filterElement2 {
	margin: 0 15px 2px 0;
}
div.filterElement2 *,
div.filterElement *,
div.filterRight * {
	font-size: 11px;
}

.filterSelect1 {
	width: 130px;
}
.filterSelect2 {
	width: 80px;
}

.searchID {
	float: right;
}
.searchIdForm {
	text-align: right;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
}
.searchIdInput {
	border: 1px solid #125e81;
	background-color: #f5fae6;
	font-size: 11px;
	width: 70px;
}
.searchIdSubmit {
	background-color: #688317;
	color: white;
	border: none;
	font-size: 11px;
	padding: 1px 10px 1px 10px;
	text-align: center;
}

.searchSubmit {
	background-color: red;
	border: none;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 15px 1px 15px;
	margin: 3px 0 0 0;
	text-align: center;
}

/****************************
Form inputs
*****************************/
.stdForm {
	padding: 0;
	margin: 0;
}
input.stdButton {
	background-color: #688317;
	color: white;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
}
.stdInput {
	width: 200px;
}
.stdInput2 {
	width: 140px;
}

div.errorDiv {
	background-color: #ffd9d9;
	border: 1px solid red;
	color: #990000;
	padding: 3px 10px 3px 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	text-align: left;
}

div.errorBorder {
	float: left;
	border: 1px solid red;
	padding: 1px;
	width: 145px;
}
div.errorMessage {
	float: left;
	background-color: #ffd9d9;
	border: 1px solid red;
	font-weight: normal;
	margin: 1px;
	padding: 1px 10px 1px 10px;
	width: 150px;
	vertical-align: middle;
}

.actionMessage {
	background-color: #c5ffb6;
	border: 1px solid #1d8800;
	color: #1d8800;
	padding: 3px 10px 3px 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
	text-align: left;
}

.formCaptions {
	width: 220px;
	text-align: right;
	padding-right: 15px;
}
.formTab,
.formTabClick {
	background-color: #DDDDDD;
	border-right: 2px solid white;
	font-weight: bold;
	padding: 3px 10px 5px 10px;
	text-decoration: none;
}
.formTabClick {
	background-color: #eaf5cc;
}
.required {
	color: red;
	font-weight: bold;
	padding: 0 1px 0 3px;
}

/****************************
Content styles
*****************************/
.contentContainer {
	padding: 10px;
}

/****************************
Results styles
*****************************/
.resultList {
	font-size: 11px;
}

.resultList * {
	font-size: 11px;
}
.resultList th {
	background-color: #9dc521;
	color: white;
	padding: 5px 5px 5px 5px;
	text-align: left;
}

.resultList th a:link,
.resultList th a:visited,
.resultList th a:hover {
	color: white;
	text-decoration: none;
}
.resultList th a:hover {
	text-decoration: underline;
}

.resultList td {
	color: black;
	padding: 1px 10px 1px 10px;
	height: 22px;
}

.rowNorm,
.rowAlt,
.rowOver {
	cursor: pointer;
}
.rowNorm td {
	background-color: #f2f2f2;
}
.rowAlt td {
	background-color: #ebebeb;
}
.rowOver td {
	background-color: #e1f2ac;
	text-decoration: underline;
}

/* Results paging */

.pagingContainer {
	margin: 10px 0 10px 0;
}
.pagingLeft {
	width: 100px;
	text-align: left;
}
.pagingMid {
	text-align: center;
}
.pagingRight {
	width: 100px;
	text-align: right;
}

/* Results render with pictures */

.row2Norm td,
.row2Alt td {
	font-size: 11px;
	padding: 5px 0 5px 5px;
	vertical-align: top;
}
.row2Norm td p,
.row2Alt td p {
	font-size: 11px;
	padding: 0;
}

.row2Norm td {
	background-color: white;
}
.row2Alt td {
	background-color: #f2f2f2;
}
td.renderCol_1 {
	width: 80px;
}
img.imageBorder {
	border: 1px solid #cccccc;
}
td.renderColLast,
td.renderColLast p {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
}
td.renderColLast p {
	padding: 3px 0 0 0;
}
span.priceTag {
	color: red;
	font-weight: bold;
}

a.moreInfo:link,
a.moreInfo:visited,
a.moreInfo:hover,
a.moreDel:link,
a.moreDel:visited,
a.moreDel:hover {
	/*display: block;*/
	background-color: #688317;
	font-size: 11px;
	color: white;
	margin: 3px 0 3px 0;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
}
a.moreInfo:hover {
	background-color: #9fbf43;
}
a.moreDel:link,
a.moreDel:visited,
a.moreDel:hover {
	background-color: #d51a1a;
}
a.moreDel:hover {
	background-color: #fa3b3b;
}

/****************************
Error styles
*****************************/

.errorBox {
	border: 1px solid white;
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 1px 10px 1px 10px;
	margin: 3px 0 3px 0;
}

/****************************
Detailed view styles
*****************************/

.detailView {
	background-color: #CCCCCC;
	width: 300px;
}

.detailView th {
	background-color: white;
	padding: 1px 5px 1px 5px;
	font-weight: normal;
	text-align: left;
	width: 50%;
}

.detailView td {
	background-color: #EEEEEE;
	padding: 1px 5px 1px 5px;
	width: 50%;
}

.imgDetail {
	background-color: #EEEEEE;
	padding: 2px;
	width: 400px;
}


