/* default styles 
--------------------------------------------- */

p {
	color: #FFFFFF;
	font-size: 1.15em;
	line-height: 1.3em;
	font-family: arial, helvetica, verdana, sans-serif;
}

label {
	font-weight: bold;
}

a {
	color: #BE0000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	color: #BE0000;
	font-weight: bold;
	font-size: 2.2em;
	font-family: verdana, sans-serif;
}

h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h2 a {
	color: #BE0000;
}

h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h4 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h5 {
	color: #BE0000;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

h6 {
	color: #BE0000;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	font-family: arial, helvetica, verdana, sans-serif;
}

hr {
	border-style: dotted;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #6E6E6E;
	background-color: #000000;
	color: #000000;
	width: 100%;
	margin: 5px 0 5px 0;
}

b, strong {
	color: #BE0000;
	font-weight: bold;
}

li {
	margin-top: 5px;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
}

.large li {
	margin-top: 5px;
	padding-top: 2px;
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 1.5em;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
}

.nobg {
	background: none !important;
}

ul li ul li {
	font-size: 1em;
}

/* form styles 
--------------------------------------------- */

label {
	float: left;
	width: 140px;
	color: #FFFFFF;
	font-size: 1.2em;
	padding: 0.3em;
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0 0 0 0 !important;
}

label.validation {
	float: right;
	width: 140px;
	color: #6E6E6E;
	font-weight: bold;
	font-size: 1em;
}

label.autolen {
	width: auto !important;
	margin: 0 10px 0 0 !important;
}

label.nofloat {
	float: none !important;
}

form {
	border-width: 1px 0 0 0;
	border-color: #6E6E6E;
	border-style: dotted;
	margin: 20px 0 0 0;
}

fieldset {
	border-width: 0 0 1px 0;
	border-color: #6E6E6E;
	border-style: dotted;
	margin: 0px;
	padding: 17px 5px 13px 5px;
	clear: both;
}

legend {
	font-weight: bold;
	color: #BE0000;
	font-size: 1.5em;
	line-height: 1.5em;
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0px 0 10px -5px !important;
	*margin: -15px 0 10px -11px !important;
	padding: 3px 3px 3px 3px !important;
	border-width: 0 1px 1px 1px;
	border-color: #6E6E6E;
	border-style: dotted;
}

input, textarea, select {
	width: 180px;
	margin: 0 0 5px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #BE0000;
	padding: 0.3em;
	font-size: 1.2em;
	font-family: arial, helvetica, verdana, sans-serif;
}

select {
	width: auto !important;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	background-color: #F5F5F5;
}

input.small {
	width: 27px !important;
}

textarea {
	width: 250px;
	height: 150px;
}

input.file {
	height: 2.1em;
}

input.checkbox {
	width: 1.2em;
	border: none;
	margin: 0.4em 0.4em 0 0 !important;
}

input.floatleft {
	float: left;
}

input.radio {
	width: 1.2em;
	border: none !important;
	margin: 3px 3px 0 0 !important;
	padding: 0px !important;
}

input.button {
	margin-left: 140px;
	margin-top: 15px;
	cursor: pointer;
	border-style: solid;
	border-color: #BE0000;
	border-width: 1px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	background-color: #BE0000;
	font-size: 1.2em;
}

input.button:hover {
	background-color: #FDEEF1;
	color: #BE0000;
}

br {
	clear: both;
}


/* form styles 
--------------------------------------------- */

.model {
	width: 190px;
	height: 260px;
	float: left;
	padding: 15px 0px 0 0px;
	text-align: center;
}

.rightborder {
	border-width: 0px;
	border-right-width: 1px;
	border-color: #6E6E6E;
	border-style: dotted;	
}

a:hover h3 {
	color: #BE0000;
}


/* other styles 
--------------------------------------------- */

.listingimg {
	margin-right: 5px;
	margin-bottom: 5px;
}

.inset {
	margin-left: 50px;
	margin-right: 50px;
}

.togglehidden {
	cursor: pointer;
}

.hidden {
	background-color: #FFFFFF;
}

.togglehiddendiv {
	cursor: pointer;
	font-family: arial, helvetica, verdana, sans-serif;
}

.togglebg {
	background: url(images/bullet.jpg) center left no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}

.toggleplus {
	float: left;
	width: 18px;
	height: 13px;
	background: url(images/plus.gif) center left no-repeat;
}

.hiddendiv {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

span.highlight {
	font-family: verdana, sans-serif;
	padding-left: 2px;
}

.highlight {
	color: #BE0000;
	font-weight: bold;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

table td {
	text-align: left;
}

#infobox {
	padding: 10px;
	border-style: solid;
	border-color: #BE0000;
	border-width: 2px;
	_margin-bottom: 10px;
}

#infobox li {
	font-weight: bold;
}

.clearboth {
	clear: both;
}

#imagepicker {
	width: 520px;
	overflow: auto;
	height: 90px;
	position: relative;
	background-color: #F5F5F5;
}

#imagepicker img {
	width: 50px;
	height: 50px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	cursor: pointer;
	border-style: solid;
	border-width: 5px;
	border-color: #FFFFFF;
}

.center {
	text-align: center;
}

.pagenum {
	padding-top: 12px;
	clear: both;
}

.pagenum table td {
	padding-bottom: 5px;
}

.pagenum a {
	padding: 0.3em;
	border-style: solid;
	border-width: 1px;
	border-color: #BE0000;
	font-size: 1.1em; 
	line-height: 1.7em;
	color: #FFFFFF;
	background-color: #BE0000;
	font-weight: bold;
}

.pagenum a:hover, .pagenum a:focus, .pagenum span {
	padding: 0.3em;
	border-style: solid;
	border-width: 1px;
	border-color: #BE0000;
	font-size: 1.1em; 
	line-height: 1.7em;
	background-color: #FFFFFF;
	color: #BE0000;
	font-weight: bold;
}

#uploading {
	display: none;
}


/* gallery styles 
--------------------------------------------- */


#gallery {
	height: 105px;
	overflow: hidden;
	width: 440px;
	margin-top: 47px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#gallery_container {
	height: 105px;
	position: absolute;
}

#gallery_container img {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

#gallery_container .active img, #gallery_container img:hover {
	border-color: #FBE7C6;
}


.arrow_left {
	float: left;
	cursor: pointer;
	border: none;
	position: relative;
	top: 90px;
	*top: 45px;
}

.arrow_right {
	float: right;
	cursor: pointer;
	border: none;
	position: relative;
	top: 90px;
	*top: 45px;
}

.image_thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 5px 0 5px;
        text-align: center;
}

#main_image {
	width: 300px;
	height: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.addlightbox {
	cursor: pointer;
	margin: 5px 0 5px 0;
}
