#gallery img {
	border:1px solid #e6e6e6;
	margin-bottom:4px;
}
#gallery a:hover img {
	border:1px solid #ABC0CB;
	margin-bottom:4px;
}

#docsys {
	border-top: 1px solid #bbb;
	border-left: 0px solid #bbb;
}
#docsys td {
	border-right: 0px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#docsys th {
	border-right: 0px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
}

#media {
	border-top: 1px solid #bbb;
	border-left: 0px solid #bbb;
}
#media td {
	border-right: 0px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#media th {
	border-right: 0px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
}

#news {
	border-top: 1px solid #bbb;
	border-left: 0px solid #bbb;
}
#news td {
	border-right: 0px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#news th {
	border-right: 0px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-weight: bold;
}

.code {
	border: 1px solid #bbb;
	font-family: courier new;
	font-size: 8pt;
}

#sitemap_level_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	font-weight: bold;
}
#sitemap_level_2,
#sitemap_level_3,
#sitemap_level_4,
#sitemap_level_5 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #bbb;
	font-weight: normal;
}

#directory {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-color: #ffffff;
}

#directory span.title {
	font-weight: bold;
        font-size:12px;
}

#directory a.catLink {
	font-weight: bold;
        font-size:12px;
}

#directory a.subcatLink {
	font-weight: normal;
        font-size:11px;
}

#directory td.description{
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	background-color: #ECECEC;
        padding: 3px;
}



/* DEFAULT CONTACT FORM */
form.contactForm p {
	width: 260px;
	clear: left;
	margin: 0;
	padding: 2px 0 3px 0;
	padding-left: 120px;
	_padding-left: 165px;
	height: 1%;
}

form.contactForm p label.noCaption {
	float: left;
	width: 120px;
	margin-left: 2px;
	margin-top: 2px;
}

form.contactForm .contactFormGroup {
	float: left;
	margin-top: -15px !important;
}

form.contactForm p input.contactFormClass_checkbox {
	float: left;
}

form.contactForm p input.contactFormClass_checkboxGroup {
	clear: left;
	float: left;
}

form.contactForm p input.contactFormClass_radio {
	clear: left;
	float: left;
}

form.contactForm p label, .contactForm p span {
	font-weight: bold;
	float: left;
	margin-left: -120px;
	width: 120px;
}

form.contactForm input[type="text"] {
	width: 200px;
}

form.contactForm input{
	overflow: hidden;
}

form.contactForm img.captcha {
	float: left;
}

form.contactForm .is_required {
	color: red;
}

form.contactForm textarea {
	width: 200px;
	height: 150px;
}

form.contactForm #contactFormCaptcha {
	margin-left: 120px;
}


form.contactForm .contactFormClass_button {
	margin-left: 0px;
}

form.contactForm  #contactFormCaptcha {
	margin-left: 0px !important;
	margin-top: 5px !important;
}