* {
	margin:	0;
	padding: 0;
	border: 0;
}

body {
	padding: 0 0 0;
	background: #fff;
	color: #333;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}


p {
	text-align: justify;
	text-indent: 1.5em;
	margin: 0;
	padding: 0 15px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: blue;
	font-weight: 200;
}

#container {
	width: 70%;
	margin: 0 auto;	
}


#container ul {
	list-style-type: none;
}

#container li {
	display: inline;
	margin: 0 4px;	
}

#menu {
	font-size: 70%;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9d9d9;
}

#menu li a {
	color: #0c0;
} 

#menu li a:hover {
	color: #9999FF;
}

#menu-bar {
	float: left;
	width: 80%;
}

#lang-bar {
	float:right; 	
}

#logo {
	padding-top: 20px;
	width: 100%;	
	text-align: justify;
	font-weight: 600;
	font-size: 60px;
	font-family: Monotype corsiva;
}

#search-bar {		
	height: 90px;
	width: 500px;
	padding-top: 5px;
	padding-left: 5px;
	background:#f8fbfc url(../web/search-bar.png) no-repeat top left;
}

#loading {
	background-color: #FFCC66;		
	height: 20px;
	font-weight: 400;
	position: absolute;	
}

.dataContainer {
	margin-top: 60px;
	height: 400px;
	
}

#news-place{
	font-size: 70%;
}

.clearfloat {
	clear : both;
}

#footer {
	background : white;
	color : #777777;
	font-size : 70%;
	padding : 5px;
	clear : both;
	text-align: center;	
	position: relative;
	width: 100%;
	bottom: 0;
} 

#results-container {
	background: white;
	height: 550px;
	padding-top: 15px;
}

#ajax-loader {
	height: 32px;
}

#result-msg {
	height: 40px;
}

#images-container {
	margin-top: 10px;
}

#questions {
	background: white;
	height: 700px;
	padding-top: 15px;
}

#adsense {
	margin-top: 20px;	
	height: 120px;	
	clear : both;
	text-align: center;				
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#adsens a {
	text-decoration: none;
	color: blue;
	font-weight: 250;
}


.question {
	margin-top: 20px;	
}

.liSelected {
	background:#f8fbfc url(../web/li-active.png) no-repeat bottom right;
	padding-right: 10px;
	padding-bottom: 4px;
}

.liUnselected {	
	background: white;
}

.liMouseIn{
	
}

.inputText {
	border: 1px solid #CCCCCC;
	font-weight: bold;
	width: 170px;
}

.uploadFile{
	border: 1px solid #CCCCCC;
	font-weight: bold;
	width: 180px;
}

.searchBy {
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 10px;
	text-indent: 0.5em;
	height: 40px;	
}

.button {
	width: 60px;
	height: 20px;
	border: 1px;
}

.colorBox {
	width: 16px;
	height: 16px;
	border: 1px solid gray;
	background-color: #ff0000;
	margin-right: 8px;	
}

.colorBoxBig {
	width: 32px;
	height: 32px;
	border: 1px solid gray;
	background-color: #ff0000;
	margin-right: 8px;	
}

.addColor {
	width: 26px;
	height: 18px;
	border: 1px solid gray;
	float: left;
}

.header {
	background: #efefef;
	border: 1px solid #d9d9d9;
	padding-left: 5px;
}

.image-container {
	width: 19%;
	height: 140px;
	float: left;
	margin: 0px;
	font-size: 75%;	
	line-height: 1.0em;
	text-align: right;	
}

.image-container ul {
	
}

.image-container li {	
	margin: 0 0px;	
}

.thumb {
	
}

.center-position {
	padding-top: 5px;
	margin-left: 15%;
	margin-right: 15%;
}


