﻿body{
	background-color: black;
	color: white;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

input{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;	
	border: solid 1px black;
	background-color: white;
}

a{
	color: #eeeeee;
	text-decoration:none;
}

a:hover{
	color: #cccccc;
}

a img{
	border: none;
}

.websit:hover{
	background-color: white;
	color: black;
}

.content a, .ui-dialog a{
	color: #666666;
}

.content a:hover, .ui-dialog a:hover{
	color: #333333;
}

h2{
	color: black;
}

h3{
	color: #666666;
	margin-top: 0px;
}

input[type=submit]{
	font-weight:bold;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;	
	
}

.container{
	width: 800px;
	margin: auto;
	position:relative;
}

.content{
	width: 700px;
	margin: auto;
	background-color: white;
	color: black;
	padding: 10px;
}

.menu{
	background-color: white;
	text-align: right;
	padding: 10px;
	width: 400px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-top: 43px;
}

label.error{
	color: red;
	margin-left: 10px;
}

div.error{
	color:red;
}

label[for=password2]{
	display:block;
}

label[for=email]{
	display:block;
}

#helpBtn{
	cursor:pointer;
}

.footer{
	width: 660px;
	margin: auto;
	padding: 10px;
}

.footer img{
	margin-left: 10px;
}

.loginStatus{
	position:relative;
	left: 35px;
	/**text-align: right;
	top: 10px;**/
}

.ui-widget-overlay{
 	opacity: 0.80; 
 	filter:Alpha(Opacity=80);
	background: black;
}

.ui-widget{
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;;
}

.ui-widget-header{
	font-size: 18px;
	background: transparent;
	border: none;
}

.thumbBox{
	margin: 15px;
	float: left;
	border: solid 3px black;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

#tooltip {
	border:3px solid black;
		background-color:white;
	padding:5px;
	position:absolute;
	z-index:3000;
	width: 200px;
}

.backBtn{
	background-color: black;
	color: white;
	font-size: 18px;
	width: 100px;
	margin-bottom: 30px;
	padding: 5px;
	left: -10px;
	position: relative;
}

.menu a{
	color: black;
}

.menu a:hover{
	color: white;
	background-color: black;
}

.ui-widget-header .ui-icon {
	background-image:url(images/ui-icons_222222_256x240.png);
	background-color: black;
}

.carouselContainer {
	margin-left:10px;
	position:relative;
	width:350px;
	overflow: hidden;
	border: solid 3px black;
}

.slides{
	list-style: none inside none;
	margin: 0px;
	padding: 0px;
}

.carousel{
	height: 262px;
	background-color: black;
	overflow:hidden;
}

.slide li{
	margin:0px;
	padding: 0px;
}

#carouselInfo {
	background-color:black;
	bottom:0px;
	color:white;
	height:34px;
	padding: 5px;
	position:absolute;
	width:340px;
	z-index:300;
}

.carouselPrice{
	float:right;
	text-align:center;
	background-color:black;
}