@import url(reset.css);
@import url(helper.css);



.nav {
	background: #2e2e2e url(../images/index/bg_top.gif) bottom repeat-x;
	padding: 0px 0 0 0;
	color: #ccc;
}

.navwrap {
	margin: 0 auto;
	width: 90%;
	max-width: 600px;
	min-width: 300px;
}

.nav .logo {
	background: url(../images/index/logo.gif) left bottom no-repeat;
	height: 41px;
	width: 150px;
	text-indent:-999px;
}

.navtab {
	background: #2e2e2e url(../images/index/bg_top_tab.gif) no-repeat ;
	height: 41px;
	width: 105px;
	margin-right: 0;
	color: #759739;
	float: right;
	position: relative;
}

.navtab span {
	position: absolute;
	top: 14px;
	left: 15px;
}


.top_table {
	width: 100%;
	margin: 15px 0;
}

.top_table td {
	border-right: 1px solid #555;
	padding:  0 15px ;
	position: relative;
}

.top_table td.categories   {
	border-left: 1px solid #555;
}

.top_table h2 {
	padding: 0 0 5px 0;
	color: #d2eba1;
}

.top_table td.categories ul li  {
	margin: 0 0 0 0;
	padding: 3px 4px 2px 5px;
	color: #ccc;

}

.top_table td.categories ul li label  {
	position: relative;
	display: block;
}


.top_table td.categories ul li.selected  {
	background: #3b3b3b;
}

.top_table td.categories ul li:hover, .top_table td.categories ul li.selected:hover  {
	background: #555 /*#574a45*/ ;
}

.top_table td.categories ul li label input  {
	position: absolute;
	right: 0;
	top: 0;
}

.top_table td.categories .button  {
	margin: 10px 0 0 0;
	color: #fff;
	background: url(../images/index/button_green.gif) no-repeat;
	border: 0;
	width: 80px;
	height: 20px;
}


.top_table .categories .select_all  {
	margin: 0 0 0 5px;
	color: #fff;
	background: url(../images/index/button_grey.gif) no-repeat;
	border: 0;
	width: 80px;
	height: 20px;
}



.top_table .options h3 {
	margin:  0 0 2px 0;
}


.top_table .options .button  {
	margin: 0 0 0 0;
	color: #fff;
	background: url(../images/index/button_green.gif) no-repeat;
	border: 0;
	width: 80px;
	height: 20px;
}



.top_table .options label {
	margin: 3px 0 3px 0;
	display: block;
	position: relative;
}

.top_table .options .section {
	margin: 0 0 15px 0;
}

.top_table .options label span {
	position: absolute;
	top: 0;
	left: 20px;
}

.top_table .options .text {
	border: 1px solid #888;
	width: 50px;
}


.top_table .options select {
	font-size: 90%;
	max-width: 100px;
}

.top_table .options .message {
	margin:  0 0 15px 0;
}
	




.top_table .login label  {
	display: block;
	margin: 0 0 5px 0;
}

.top_table .login label input   {
	display: block;
	margin: 2px 0 0 0;
	width: 99%;
	border: 1px solid #888;
}

.top_table .login .button  {
	margin: 8px 0 0 0;
	color: #fff;
	background: url(../images/index/button_green.gif) no-repeat;
	border: 0;
	width: 80px;
	height: 20px;
}



.top_table td .error {
	color: #e58e80;
	margin:  0 0 5px 0;
}







.main {
	margin: 20px auto 0 auto;
	width: 90%;
	max-width: 600px;
	min-width: 300px;
}

.main .search_table {
	width: 100%;
	margin-bottom: 20px;
}

.main .search_input {
	width: 100%;
	border: 1px solid #999;
	background: #fff url(../images/index/bg_input_text.gif) -6px -6px no-repeat;
	padding: 2px 5px;
}

.main .search_button {
	width: 40px;
	height: 22px;
	background: url(../images/index/button_go.gif) no-repeat;
	border: 0;
}


.main .category_table {
	border: 0px solid #ddd;
	width: 100%;
}

.main .labels {
	background: url(../images/index/bg_labels.gif) right repeat-y;
}

.main .labels ul li {
	border-right: 3px solid #ddd;
	padding-left: 5px ;
	display:block;
	
}

.main .labels ul li.current {
	padding-left: 5px ;
	color: #4a7107;
	background: #caec90;
	border-right: 3px solid #dcf0ba;
}

.main .labels ul li:hover {
	padding-left: 5px ;
	color: #fff;
	background: #7aba16;
	border-right: 3px solid #92d719;
}

.main .labels ul li span {
	padding: 4px 0 4px 0;
	width: 77px;
	display:block;
}


.main .list {
	padding: 0 0 0 15px;
}

.main .list li {
	padding: 8px 0 0 0;
	position: relative;
	display:block;
	margin: 0 5px 0 0;
}

.main .list li label {
	display:block;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 5px 0;
}

.main .list li span.name {
	position: absolute;
	left: 20px;
	top: 0px;
	color: #ac1e1e;
	text-decoration: none;
}

.main .list li span.name:hover {

}

.main .list li span.name a {
	color: #777;
	text-decoration: none;
	padding: 0 5px;
}

.main .list li span.remove_engine {
	float: right;
	padding: 0 0 3px 0;
	display: none;
}



.main .edit_category {
	margin: 40px 5px 5px 0;
	text-align: right;
	
}

.main #remove_category {
	margin: 0 5px 5px 0;
	text-align: right;
}

.main .hint {
	color: #bbb;
	text-align: right;
}

.main .edit_category_status_off {
	color: #bb240b;
}

.main .edit_category_status_on {
	color: #4a7107;
}




.main  .remove_warning {
	font-weight: bold;
	color: #bb240b;
	font-size: 110%;
}




#popup_rate {
	display:none;
	width: 200px;
	position: absolute;
	z-index:20;
	background: #fff;
}

#popup_rate .content {
	border: 5px solid #d1e2be;
	padding: 10px;
	text-transform: lowercase;
	color: #999;
}

#popup_rate .content h3 {
	margin: 0 0 7px 0;
	font-size: 150%;
	color: #555;
}

#popup_rate .content label {
	display: block;
	position:relative;
	margin: 0 0 5px 0;
}

#popup_rate .content label span {
	display: block;
	margin: 0 0 5px 0;
	position: absolute;
	top: -2px;
	left: 20px;
}

#popup_rate .content label span  {
	color: #000;
}


#popup_rate .content textarea {
	width: 165px;
	height: 40px;
}

#popup_rate .content .button {
	margin: 10px 5px 5px 0;
	color: #fff;
	background: #5e8913;
	border: 0;
	border-right: 3px solid #78aa16;
	width: 80px;
	height: 20px;
}

#popup_rate .content .button_cancel {
	margin: 10px 0 5px 0;
	color: #fff;
	background: #bbb;
	border: 0;
	border-right: 3px solid #ccc;
	width: 80px;
	height: 20px;
}



#popup_rate_message {
	display: none;
	margin: 0 0 10px 0;
	color: #5E8913 ;
}

















.footer {
	margin: 0 auto;
	padding: 40px 0 10px 0 ;
	width: 90%;
	max-width: 600px;
	min-width: 300px;
	text-align: center;
	border-top: 0px dotted #ccc;
	color: #bbb;
}

.footer a {
	color: #bbb;
	text-decoration: none;
}





#feedback_container {
	display: none;
	margin: 0 auto ;
	padding: 20px 0 30px 0;
	width: 300px;
	
}

#feedback_container textarea{
	width: 95%;
	height: 120px;
	border: 1px solid #999;
	background: #fff url(../images/index/bg_input_text.gif) -4px -4px no-repeat;
	padding: 2px 2px;
}

#feedback_container .button{
	margin: 10px 0 0 0;
	color: #fff;
	width: 80px;
	height: 22px;
	background: url(../images/index/button_grey.gif) no-repeat;
	border: 0;
}




#dropsheet {
	position:absolute; 
	left:0; 
	top:0; 
	z-index:10; 
	width:100%;	
	display:none;
}

#dropsheet_color {
	background-color: #000; 
	opacity: 0.75; 
	filter: alpha(opacity=75);
	width:100%;	
}



