html {
	overflow-y: scroll;
	overflow-x: scroll;
}

body {
	background:#162333;
	font-family:Tahoma, Helvetica, Arial;
	font-size:11px;
	border-collapse: collapse;
	background-color:#000;
	margin:0px;
	padding:0px;
}

#main 
{
	overflow:hidden;
	width:100%;
	height:1118px;
	background-image:url(../site_images/full_background.jpg);
	/*background-image:url(../site_images/electro_store_foci_hatter.jpg);*/
	/*margin-left:3px;*/
	background-position:center top;
	background-repeat:no-repeat;
}

.clearer {
	clear:both; 
	height:0px !important;
	line-height:0px !important;
	font-size:0px;
	
}

.blue_button
{
	border:none; 
	background-image:url(../site_images/btn_pass.jpg); 
	background-repeat:no-repeat;
	width:91px; 
	height:21px; 
	font-size:11px; 
	font-variant:small-caps; 
	font-weight:bold;
}

.addtobasket_button
{
	border:none; 
	background-image:url(../site_images/btn_kosarba.jpg); 
	background-repeat:no-repeat;
	width:102px; 
	height:25px; 
	font-size:11px; 
	font-variant:small-caps; 
	font-weight:bold;
	padding-left:25px;
	color:#000000;
}
.addtocompare_button
{
	border:none; 
	background-image:url(../site_images/btn_comp.jpg); 
	background-repeat:no-repeat;
	width:102px; 
	height:25px; 
	font-size:11px; 
	font-variant:small-caps; 
	font-weight:bold;
	padding-left:25px;
	color:#000000;
}

.addtowatch_button
{
	border:none; 
	background-image:url(../site_images/arvaltozas.jpg); 
	background-repeat:repeat-x;
	border-right: 2px solid gray;
	border-left: 2px solid gray;
	height:25px; 
	font-size:11px; 
	font-variant:small-caps; 
	font-weight:bold;
	
	color:#000000;
}
.print_button
{
	border:none; 
	background-image:url(../site_images/btn_nyomtatas.jpg); 
	background-repeat:no-repeat;
	width:102px; 
	height:25px; 
	font-size:11px; 
	font-variant:small-caps; 
	font-weight:bold;
	padding-left:25px;
	color:#000000;
}

.login_button
{
	border:none; 
	background-image:url(../site_images/btn_belepes.jpg); 
	background-repeat:no-repeat;
	width:79px; 
	height:25px; 
	font-size:12px; 
	font-variant:small-caps; 
	font-weight:bold;
}

.is_admin {
	border-top:2px solid red;
}

a, a:visited {
   	text-decoration: none;
   	text-align:left;
  	color: #325D86;
}

a:hover {
	color: #F63;
}

/*input[type=submit] {
	font-family:inherit;
	background-color:#193741; 
	border:1px solid #325D86;
	color:#f90;
	cursor:pointer;
}
input[type=submit]:hover {
	color:#F90;
}*/

input[type=text], input[type=password]
{
	background-color:#EFEFEF;
	border-style:solid;
	border-width:1px;
	border-color:#707070;
	color:#000;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:10px;
	width:160px;
	font-size:12px;
	height:25px;
}

select
{
	background-color:#EFEFEF;
	border-style:solid;
	border-width:1px;
	border-color:#707070;
	color:#000;
}

.input_registration
{
	width:160px;
}

img
{
	border:none;
}

.input-field {
	width:150px;
	cursor:text;
}

.small-field {
	width: 100px; 
	text-align:left;
	padding-right: 0px;
    background-position: right center;
	margin-bottom:5px;
}

.percent-field {
	width: 40px; 
	text-align:left;
    height: 21px;
}

.price-field {
	width: 82px; 
	text-align:right;
	padding-left: 20px;
    background-position: left center;
	margin-bottom:5px;
}

.search-field {
	width:140px;
	padding-left: 20px;
	height:25px;
	background: #fff url(../site_images/search.png);
   
    background-repeat: no-repeat;
    background-position: left center;
    height: 21px;
	}



/* HEAD START */
.site-header {
    position:relative;
	display:inline;
	margin:0 0 0px 0;
	background:#F5FDFF;
 }
 /* HEAD END */



/* FOOTER START */
.site-footer {

    height: auto;
    font-size: 10px;
	text-align:center;
	color:white;
	padding-top:5px;
	background-image:url(../site_images/footer.jpg);
	background-repeat:no-repeat;
	margin:0px;
	width:1000px;
	overflow:hidden;
}
/* FOOTER END */


.login-status {
    height:12px;
	font-weight:bold;
	font-size:11px;
	padding-left:40px;
	padding-top:3px;
	padding-bottom:5px;
	color: #f90;
	background-image:url(../site_images/login_back.jpg);
	background-repeat:repeat-x;
	/*background-color:#162333;*/
 }
 
 .login-status a, .login-status a:visited {
	 color:#FFF;
	 text-decoration:none;
}

 .login-status a:hover {
	 text-decoration:underline;
}
 

.wrapper {
	text-align: left;
	margin: 0px auto;
	padding:0px;
	width: 1000px;
	margin-left:-500px;
	height:auto;
	position:absolute;
	top:0; 
	left:50%;
	background-image:url(../site_images/wrap.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;	
}




/* CONTENT START */
.site_content {

    float:left;
    text-align : left;
	margin-left:3px;
	margin-right:3px;
    vertical-align : top;
	width:594px;
	max-width:594px;
	min-height:580px;
	height:auto !important;
	/*height:580px;*/

}

.site_content a img {
	border: solid 1px #325D86;
	padding:2px !important;
}

.site_content a img:hover{
	border: solid 1px #f90;
	
}
/* CONTENT END */




/* LEFT MENU START */
.left_menu {
    width:200px;
	float:left;
	overflow:hidden;

}
/* LEFT MENU END */




/* RIGHT MENU START */
.right_menu {
    width:200px;
    float:right;	
	overflow:hidden;
}
/* RIGHT MENU END */




/* PRODUCT ROW START */
.products-row {
	position:relative;
	display:block;
	padding:20px;
}
/* PRODUCT ROW END */



.quantity-box {
	width:25px;
	text-align:right;
}

.floating-name {
	position:absolute;
	height:20px;
	width:450px;
	border:1px solid red;
	background: #ffffff;
	z-index:1001;
	font-size:12px;
	text-align:right;
	padding-bottom:4px;
	line-height:20px;
}

.floating-description {
	position:absolute;
	top:35px;
	height:100px;
	width:450px;
	border:1px solid red;
	background: #ffffff;
	z-index:1000;
}

.small-picture {
	position:relative;
	width:135px;
	border:1px solid black;
}

img {
	border:0px;
}

.error_message {
   display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	/*background-image: url(../site_images/opaque.gif);*/
	background-color:#000000;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
    opacity: .5;
	z-index:1001;
}


.inner_error {
    display: block;
	position: absolute;
    margin-left: auto;
    margin-right: auto;
	top:200px;
    left: 0;
    right: 0;
	overflow:hidden;
	padding-top:100px;
	width: 500px;
	height: 300px;
	border: 2px solid #ffffff;
	background-color:#ff6600;
	background-image: url(../site_images/jelentkezzen.jpg);
	background-repeat:no-repeat;
	z-index:1002;
	overflow: auto;
	cursor:pointer;
	font-size:20px;
	text-align:center;
}

.inner_error_text {
		overflow:hidden;
		text-align:center;
		vertical-align:top;
		font-size:20px;
		line-height:16px;
		color:#F00;
		padding-top:50px;
		font-variant:small-caps;
}

.chat {
    display: block;
	width: 564px;
	padding: 16px;
	background-color: white;
	overflow: auto;
	cursor:pointer;
	font-size:20px;
	text-align:center;
}


.paginate {
    border:1px solid black;
}

/***********/



/* LEFT MENU WRAPPER START */
.menu-wrapper {
	float: left;
    width: 100%;
}

.menu-wrapper ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
	height:25px;
	line-height:25px;
}

.menu-wrapper li {
	position: relative;
	float: left;
	width: 200px;
	background-image:url(../site_images/boxhead_yellow.gif);
	background-repeat: repeat-x;
	cursor:pointer;
	padding-left:6px;
	color: #000000;
	font-weight:bold;
	font-size:11px;
	margin-bottom:1px;
	
}

.menu-wrapper li:hover {
	color:#1f4773;
}

.menu-wrapper ul ul {
        left: 0px;
}
/* LEFT MENU WRAPPER END */




/* LEFT MENU SUB BTN START */
.menu-wrapper a {
        font-size:11px;
        display: block;
        margin: 0;
        padding: 0;
        color: #000000;
        text-decoration: none;
		text-align:left;
		height:25px;
		line-height:25px;
		font-weight:normal;
		
}

.menu-wrapper a:hover {
        color: #1f4773;
}

.menu-wrapper a:visited
{
	color:000000;
}
.menu-wrapper ul li li a{
	position:relative;
        font-size:11px;
        display: block;
        margin: 0px;
        
        color: #000000;
        text-decoration: none;
		text-align:left;
		height:25px;
		line-height:25px;
		font-weight:normal;
		background-image:none;
}
.menu-wrapper ul li li a img{
	position:relative;
	padding-top:3px;
}

.is_opened {
font-weight:bold;
font-variant:small-caps;
}
.is_opened:before
{
content:"* ";
}
/* LEFT MENU SUB BTN END */

/***************/

.table_head, .table_foot
{
text-align:center;
font-weight:bold;
}
.table_row { border-bottom:1px dotted black;  }

.package_row { float:left; border-bottom: 1px solid silver; padding: 5px; font-size:11px; }
.package_name {width:390px; font-weight:bold; border-right:1px solid silver; font-size:11px; }
.package_price {width:160px; font-size:11px; }
.product_comment { border:1px solid silver; padding:5px; background: #FFFEA0; width:460px; }
/* PRODUCT NAME INSIDE START */
.product_name{
	font-size:14.5px;
	font-weight:bold;
	width:350px;
	text-align:left;
	padding:2px 0 2px 12px;
	margin:0 0 6px;
	text-transform: capitalize;
	color: #fff;
	background-color:#000;
	background-image:url(../site_images/boxhead.gif);
		background-repeat:repeat;
}
/* PRODUCT NAME INSIDE END */
 .paginator {
background: #E0F0FF;
padding-bottom:2px;
padding-top:10px;

}

/* PRODUCT TABS START */  
 ul#tabnav {
    height:25px;
    margin:0pt;
    padding:0pt;
    display:block;
    line-height:25px;
}

ul#tabnav li {
    margin:0;
    padding:0;
    float:left;
    height:25px;
    list-style-type:none;
    position:relative;
}

ul#tabnav li a {
    color:#333;
    font-size:12px;
    font-weight:bold;
    line-height:25px;
    text-decoration:none;
    display:block;
    float:left;
    height:25px;
    margin:0pt 0pt 0pt 5px;
    padding:0pt 6px;
    position:relative;
    border-top: 1px solid #325D86;
	border-left: 1px solid #325D86;
	border-right: 1px solid #325D86;
	background:#325D86 none repeat scroll 0%;
	color:#fff;
}

ul#tabnav li a:hover, ul#tabnav li a.selected {
    background:#ffffff none repeat scroll 0%;
	border-bottom:0px;
	color:555555;
}

.panel {
	border-top: 1px solid #325D86;
    background:#ffffff none repeat scroll 0%;
    display:block;
	min-height:300px;
	height:auto !important;
	float:left;
	/*height:300px;*/
	overflow:auto;
}

.panel_content {
    line-height:15px;
    padding:5px 5px 5px 5px;
    text-align:left;
    color:#000000;
	width:594px;
	max-width:584px;
  }
  
/* PRODUCT TABS END */  




/* TOP TEN ITEMS BTN START */
.personal-menu {
	color:#325D86;
	display:block;
	text-align:left; 
	padding:2px 0 2px 5px;
	border-bottom:1px dotted #325D86;
}
.personal-menu:visited
{
color:#325D86;
}
.personal-menu:hover {
	color:white;
	background-color:#325D86;
}

.personal-menu:active {
	color:red;
}
/* TOP TEN ITEMS BTN END*/



.cart-menu
{

}
.personal-orders
{
font-size: inherit; border: 1px solid #325D86;
border-collapse:collapse;
width: 100%;
}
.personal-orders td
{
border-bottom:1px solid #325D86;
padding:4px;
background-color:#ffffff;
}
.personal-orders th
{
padding:4px;
background-color:#325D86;
color:white;
border-bottom:1px solid #325D86;
}
.process-order-table
{
font-size:11px;
width:100%;
border-collapse: collapse;
border:1px solid #325D86;
}
.process-order-table td
{
border-bottom:1px solid #325D86;
padding:4px;
background-color:#ffffff;
}

.process-order-table th
{
padding:4px;
background-color:#325D86;
color:white;
border-bottom:1px solid #325D86;
}
.user-ship-data
{
float:left;
width:50%;
}
.order-details
{
float:left;
width:50%;
}
.order-comment
{
border:1px solid red;
font-size:11px; width:190px; height:100px;

}

.login_form
{

height:160px;
text-align:center;

}
.login_form input
{
border:1px solid gray;
}

.product_table {
	border-collapse:collapse;
	width:580px;
}
.product_table th {
	font-size:11px;
	border-bottom:1px solid #C3D1FF;
}
.product_table td {
	font-size:11px;
	border-bottom:1px solid #C3D1FF;
}
.group_list
{

border:2px solid #f90;
display:block;
width:192px;
max-width:182px;
float:left;
padding:5px;
margin:1px;
background-color:#ffffca;
}
.group_list a
{
display:block;
}
.group_list a:hover
{
color:black;
}


/* FAVOURITES PRODUCT START */
.box {
	background:#ffffff;
	/**/
	
	padding:0px;
	
}

.regbox {
	background:#ffffff;
	padding:15px;
	max-width:160px;
	width:190px;
	
}

.box-title {
	color:white;
	background-image:url(../site_images/boxhead.gif);
	background-repeat:repeat;
	font-size:12px;
	/*height:27px;*/
	font-weight:bold;
	font-variant:small-caps;
	padding:0px 0px 0px 7px;
	line-height:27px;
	margin:0 0 4px;
}

.box-title-grey {
	color:white;
	background-image:url(../site_images/boxhead_grey.jpg);
	background-repeat:repeat;
	font-size:12px;
	/*height:27px;*/
	font-weight:bold;
	font-variant:small-caps;
	padding:0px 0px 0px 7px;
	line-height:27px;
	margin:0 0 4px;
}

/* FAVOURITES PRODUCT END */



.chat_main
{
display:block;
clear:both;
overflow: auto;
height: 380px;
width: 100%;
background-color: #ffffca;
border: 1px solid #325D86;
font-size:12px;
text-align:left;
z-index:1002;
}
.chat_users
{
float:left;
border:1px solid #325D86;
font-size: 11px;
padding:3px;
}
.setting_input
{
width: 400px;
}

#translucent {
	filter: alpha(opacity=50);
	-moz-opacity: .5;
   opacity: .5;
}

#closeButton{ top: 5px; right: 5px; }

/*#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#overlay{ 	background-color:#000000;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
    opacity: .5;
 }
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; }
#overlay img{ border: none; }

*/
.image_gallery {float:left; padding:5px; border:1px solid #325D86; width:160px; max-width:155px; margin: 5px; background-color:white; }

.image_gallery_main {float: left; padding-left:2px; padding-right:0px; padding-top:5px; border:1px solid #767676; height:175px; max-height:150px; width:180px; max-width:170px; margin:5px; background-color:white; }

.image_gallery_main_content {overflow:hidden; text-align:center; height:120px !important;   background-color:white; }
.image_gallery_main_title {  text-align:center;  border-top:1px solid #325D86; width:170px; clear:both; font-weight:normal; font-size:11px }
.gallery_image { overflow: hidden;   height:120px; width:170px; }

.image_gallery_main_inner {float: left; background-color:#ffffff; width:210px; margin:0px; border:1px solid #cccccc; margin-right:5px; padding:4px; background-color:white; margin-bottom:5px; }

.image_gallery_main_content_inner {overflow:hidden; text-align:center; padding-top:5px;  background-color:#ffffff; }
.inner_img {padding: 0px; overflow: hidden; width:200px; }
.row-message, .calendar-information
{

font-weight:bold;
font-size:12px;
text-align:center;
 padding:10px;
border:1px solid silver;
color:red;
background:#FFFFD9;
}
.fake_panel
{
clear:both;
border-top:1px solid #325D86;
}
.comment-textarea
{
width: 570px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
}

.textbox
{
border: 3px solid #cccccc;
	padding: 2px;
	font-size:11px;
}

.news
{
padding-top: 15px; 
width:570px;}
.news-title
{ font-size:13px; padding-left:15px; font-weight:bold; text-indent:5px; }
.news-title a {  color:#fff; }
.news-name-time
{ font-size:10px; color: #777; text-indent:15px;}
.news-intro
{ text-align:justify; width:530px; padding:15px; text-indent:10px;  }
.news-content
{text-align:justify; width:530px; padding-right:15px;padding-left:15px; text-indent:10px;}

.wyswyg
{
width:596px;
font-size:11px;
height:1px;
border:0px;
}

.small-button
{
width:90px;
}

.controls{
	padding:3px 0px 0px 0px;
	background-color: #ffffff;
	color:#555555;
	font-size:15px;
}

/* Compare */

.best { background-color:#BAFFD0; padding:5px; color:#000; font-style:italic; border-left:1px dotted #325D86; }
.mid { background-color:#F0FFC7; padding:5px; color:#000; border-left:1px dotted #325D86;}
.worst {background-color:#FFCDC0;padding:5px; color:#000; border-left:1px dotted #325D86; }


.line { background-image:url(../site_images/line.gif); background-repeat:repeat-x; }
.corner { background-image:url(../site_images/corner.gif); background-repeat:no-repeat; height:30px; width:40px; }
.down {background-image:url(../site_images/down.gif); background-repeat:repeat-y; }
.compare {text-align:right; border:0px; }

.del_0 td{background-color:white;}
.del_1 td{text-decoration:line-through;}
.admin_y td{font-size:13px; font-weight:bold;}
.admin_n td{}

.user {
    background: #fff;
padding-left:20px;
    /*background-image:url(../site_images/user.gif);
    background-repeat: no-repeat;*/
    background-position: left center;
    height: 25px;
}
.pwd {
    background: #fff;
padding-left:20px;
    /*background-image:url(../site_images/pass.gif);
    background-repeat: no-repeat;*/
    background-position: left center;
    height: 25px;
}
 .information-bar {
	padding:0px 0px 4px 370px;
	
	/*background:#F5FDFF;*/
	font-size:14px;
	height:22px;
	background-image:url(../site_images/info_back.jpg);
	background-repeat:repeat-x;
	font-variant:small-caps;
}

.information-bar a
{
	color:#000;
}



/******** CALENDAR MODULE ***********/

.calendar_submit_forms { display:inline; }
.calendar_main { border: 1px solid silver; border-collapse:separate;}
.calendar_main_big { border: 1px solid #325D86; border-collapse:separate;    width:550px;  }
.calendar_head { background-color: #ffffff; color: black; padding-left:3px; padding-right:3px; font-size:11px; }
.calendar_days_name { background-color: #dddddd; width:90px; text-align:center; font-weight:normal; font-size:11px; }
.calendar_cell { border: 1px solid #dddddd; text-align:center; font-size:11px; }
.calendar_cell_today {border: 1px solid #bbbbbb; text-align:center; font-weight:bold; }
.calendar_display_message { border:1px solid silver;  width:550px;}
.calendar_have_content {cursor:pointer; }
.cal-time { background:#ffffff; padding:5px; width:140px;}
.cal-text {padding:5px; border-bottom:1px solid #325D86; width:390px;}
.cal-text a {display:block;}


/****************** DATEPICKER *********************/
/*******************************************************************************
 container
*********************************************************************************/
.cal-container, #cal-container {
  background-color: #fff;
  border: 1px solid #0066B3;
  overflow:hidden;
  padding: 0px;
  position:absolute;
  width: 200px;
  z-index: 10;

  font-size: 13px;
}

.cal-container iframe {
  border:none;
  height:100%;
  left:0px;
  margin:0;
  padding:0;
  position:absolute;
  top:0px;
  width:100%;
  z-index:0;
}


/*******************************************************************************
 calendar
*********************************************************************************/
table.cal-table {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.cal-header {
  background-color: #84AADE;
  color: #fff;
  text-align: center;
  padding: 3px;
}

.cal-body {
  padding: 5px;
  text-align: center;
}

.cal-footer {
}

.cal-footer-top {
  display: none;
}

.cal-weekday {
  background-color: #A2A19F;
  text-align: center;
}

.cal-otherday {
  color: #fff;
  background-color: #cccccc;
  text-align: center;
}

.cal-sunday {
  background-color: #F78E73;
  text-align: center;
}

.cal-saturday {
  background-color: #73A2DE;
  text-align: center;
}

.cal-holiday {
  background-color: #F78E73;
  text-align: center;
}

.cal-label-cell {
  color: #A2A19F;
  font-size: 75%;
  text-align: center;
}

.cal-label-row .cal-sunday {
  background-color: #fff;
  color: #F78E73;
  text-align: center;
}

.cal-label-row .cal-saturday {
  background-color: #fff;
  color: #73A2DE;
  text-align: center;
}

.cal-day-cell {
  height: 21px;
  border: 1px solid #fff;
  line-height: 1.7;
  width: 14%;
}

.cal-input-hour-minute {
  padding-bottom: 2px;
  text-align: center;
}
.cal-error-list {
  background-color: #E6EFFB;
  padding: 3px 5px 3px 5px;
  font-size: 80%;
  list-style: none;
}
.cal-error-list li {
  background: #E6EFFB url(../images/error.gif) no-repeat center left;
  text-indent: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
/* for ie bug */
* html .cal-error-list li {
  text-indent: 5px;
}
.cal-ok-button {
  margin-left: 2px;
}

.cal-select-year {
  width: 60px;
}
.cal-select-month {
  width: 60px;
}

/*******************************************************************************
 link
*********************************************************************************/

.cal-next-btn {
  padding-bottom:4px;
  padding-left:8px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.cal-prev-btn {
  padding-bottom:4px;
  padding-right:8px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.cal-day-cell a:link,
.cal-day-cell a:visited,
.cal-day-cell a:active {
  color: #fff;
  display:block;
  text-decoration: none;
}

.cal-day-cell a:hover {
  background-color: #fff;
  color: #ADAAB5;
  text-decoration: none;
}

.cal-selected {
  background-color: #fff;
  color: #ADAAB5;
  font-weight: bold;
  text-align: center;
}

.cal-disabled {
  color: #898989 !important;
  background-color: #585756 !important;
  cursor: default;
}

.cal-day-cell a:link.cal-selected,
.cal-day-cell a:visited.cal-selected,
.cal-day-cell a:active.cal-selected {
  color: #ADAAB5;
  display:block;
  text-decoration: none;
}

.product_info {
float:left; 
width:180px; 
border-bottom:1px solid silver;
text-align:left;
padding-left: 5px;
}
.product_info_right {
float:right; 
width:110px; 
border-bottom:1px solid silver;
text-align: right;
padding-right: 5px;
overflow:hidden;
}
 .curved {
 -moz-box-shadow: 15px 15px 15px -12px #888;
  box-shadow: 15px 15px 15px -12px #888;
   -webkit-box-shadow: 15px 15px 15px -12px #888;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 -opera-border-radius:10px;
/*behavior:url(templates/border-radius.htc);
*/
 }
.coloured {
background-color: #ffffff;
}
.pricelabel 
{
position:absolute; 
bottom:0px; 
right:0px; 
width:100%;
background:#cccccc;

font-weight:bold; 
opacity:0.8;
filter: alpha(opacity=80);
font-size:18px; 
text-align:right;
color:#FF0000;
padding:5px;

}
.small_letters
{
font-size:8px !important;

}

.tooltip {
    position:absolute;
        z-index:10000;
            left: 0;
                top: 0;
                    visibility: hidden;
                        border: 0px solid #000;
                        }
                        
                        .dict_onload {
                            position:absolute;
                                z-index:9999;
                                    left: 0;
                                        top: 0;
                                            display:none;
                                            }
.dict_main {
    left:0;
        top:0;
            border:1px solid #c9c9c9;
                background-color: white;
                }
                .dict_head 
                {
            	background-color: #c9c9c9;
            	    border:1px solid black;
            		padding: 0 0 0 10px;
            		    color: #333;
            			font-size:11px;
            			    font-weight:bold;
            				line-height:1.8;
            				}
            				
            				.dict_word {
            				    font-style:italic;
            				    }
            				    
            				    .dict_entry {
            					background-color:  #ffffff;
            					    padding:5px 10px 5px 10px;
            						color: #4c4c4c;
            						    font-size:12px;
            							font-weight:bold;
            							    line-height:1.2;
            							    }
            							    
            							    .dict_adv {
            							    }
            							    
            							    .dict_command {
            								background-color:  #ffffff;
            								    /*border:1px solid #881111;*/
            									padding: 0px 0px 10px 53px;
            									    color: #9c9c9c;
            										font-size:10px;
            										    font-weight:bold;
            											line-height:1.2;
            											}
            											
            											
