@charset "utf-8";

* {
	font-size: 100%;
}

html {
    background: url(../images/parts/base_bg-t12.png);
    background-attachment: fixed;
}

body {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.2;
}

p {
	margin: 0.7em 0 1em;
	line-height: 1.5;
}

table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	line-height: 1.5;
}

td {
	line-height: 1.5;
}

ul {
	margin: 0 0 0 25px;
	padding: 0;
	line-height: 1.5;
}

ol {
	margin: 0 0 0 27px;
	padding: 0;
	line-height: 1.5;
}

li {
	margin-top: 0.5em;
}

dl {
	line-height: 1.5;
}

form {
	margin: 0;
}

input {
	font-size: 100%;
}

textarea {
	font-size: 100%;
	line-height: 1.5;
}

address {
	margin: 0;
	font-style: normal;
	line-height: 1.4em;
}

em {
	font-style: normal;
	font-weight: bold;
}

img {
	border: none;
}

a {
	color: #2c36d3;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #7d4caa;
}

a:hover {
	color: #ec6344;
}

a img {
	vertical-align: top;
	text-decoration: none;
}

optgroup {
	font-style: normal;
	font-weight: bold;
}































.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
    border: 2px solid gray;
}
.highslide:hover img {
    border: 2px solid white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}