/* -------------------------------------------------------
 :: e4u.css 3.6.29 :: CSS FILE FOR e4u WEBSITE

-------------------------[ (c)2002 nataniel@rpg.pl ]--- */

BODY, P, TD
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

BODY
{
	margin: 0px 0px 0px 0px;
	background-color: #999999;
}

P
{
	margin: 0px 0px 0px 0px;
}

LEGEND
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

LABEL
{
	font-weight: bold;
}

HR
{
	height: 1px;
	color: #000000;
}

SUP
{
	font-size: smaller;
}	

SUB
{
	font-size: smaller;
}	

IMG
{
	border: 0px;
	border-style: none;
}

/* REGULAR LINK */
A
{
	text-decoration: none;
	color: #0000C0;
}

A:link
{
}

A:visited
{
}

A:hover
{
	text-decoration: underline;
}

A:active
{
}

/* MAIN MENU */
A.menu
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #4B4B4B;
}

A.menu:link
{	
	color: #4B4B4B;
}

A.menu:visited
{
	color: #4B4B4B;
}

A.menu:hover
{
	color: #4B4B4B;
	text-decoration: underline;
}

A.menu:active
{
	color: #4B4B4B;
}
/* MAIN MENU */
A.menu1
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

A.menu1:link
{	
	color: #000000;
}

A.menu1:visited
{
	color: #000000;
}

A.menu1:hover
{
	color: #000000;
	text-decoration: underline;
}

A.menu1:active
{
	color: #000000;
}
/* MAIN MENU */
A.submenu
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

A.submenu:link
{	
	color: #000000;
}

A.submenu:visited
{
	color: #000000;
}

A.submenu:hover
{
	color: #000000;
	text-decoration: underline;
}

A.submenu:active
{
	color: #000000;
}

/* LEFT MENU */
A.menu2
{
	text-decoration: none;
	font-family: Verdana, Arial, helvetica, sans-serif, Verdana;
	font-weight: bold;
	font-size: 10px;
}

A.menu2:link
{
	color: #218CCE;
}

A.menu2:visited
{
	color: #218CCE;
}

A.menu2:hover
{
	color: #F08800;
}

A.menu2:active
{
	color: #FF0000;
}

/* GRAY MENU */
A.menu3
{
	text-decoration: none;
	font-family: Verdana, Arial, helvetica, sans-serif, Verdana;
	font-weight: bold;
	font-size: 9px;
}

A.menu3:link
{
	color: #606060;
}

A.menu3:visited
{
	color: #606060;
}

A.menu3:hover
{
	color: #999999;
}

A.menu3:active
{
	color: #606060;
}

/* HELP */
A.help
{
	text-decoration: none;
}

A.help:link
{
	color: #4B4B4B;
	font-weight: normal;
}

A.help:visited
{
	color: #4B4B4B;
	font-weight: normal;
}

A.help:hover
{
	color: #4B4B4B;
	font-weight: normal;
}

/* e4u FORMATTING STYLES */

P /* NORMAL */
{
	margin: 0px 0px 0px 0px;
}

PRE /* FORMATTED */
{
}

ADDRESS /* ADDRESS */
{
}

H1 /* HEADING 1 */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 90%;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 3px;
}

H2 /* HEADING 2 */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 110%;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 3px;
}

div.boxHeader { border-bottom: 1px solid #ccc; margin-bottom: 6px; padding-bottom: 6px; }
div.boxHeader h2 { background-color: #575e61; margin: 0; padding: 6px 6px; color: #fff; }


H2.stripe
{
	color: #FFFFFF;
	margin-left: 6px;
}

H3 /* HEADING 3 */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	line-height: 120%;
}

H4 /* HEADING 4 */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B5B5B;
	margin-top: 0;
	margin-bottom: 0;
}

H5 /* HEADING 5 */
{
}

H6 /* HEADING 6 */
{
}

ul, ol { margin: 0 0 5px 0; padding: 0 0 0 30px; }
li { margin: 0; padding: 0; line-height: 1.4em; }

UL.left_menu /* UNORDERED LIST */
{
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

DIR /* DIRECTORY LIST */
{
}

MENU /* MENU LIST */
{
}

DT /* DEFINITION */
{
}

DD /* DEFINITION */
{
}

/* FORMS */
FORM
{
	margin: 0px;
}	

.radio
{
	border: 0px;
}
		
INPUT
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	border-width: 1px;
	border-color: #7F9DB9;
	border-style: solid;
	padding: 1px 4px 0px 4px;
}

INPUT.radio
{
	border-width: 0px;
}

INPUT.button
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFC30B;
	border-color: #575757;
}

INPUT.submit
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFC30B;
	border-color: #575757;
	font-weight: bold;
	border: 0px;
}

SELECT
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-color: #676767;
	border-style: solid;
	background-color: #FFFFFF;
}

TEXTAREA
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	border-width: 1px;
	border-color: #7F9DB9;
	border-style: solid;
	padding: 2px 4px 2px 4px;
}

TEXTAREA.outlook
{
	font-family: Times New Roman;
	color: #000000;
	font-size: 12pt;
	border: groove 3px #CCCCCC;
	padding: 10px 10px 10px 10px;
}

TABLE.rightbox_white {
	border: 1px;
	border-color: #999999;
	border-style: solid;
	background-image: url('../img/important-bg.gif');
	background-repeat: repeat-x;
}

TABLE.rightbox_white_nobg {
	border: 1px;
	border-color: #999999;
	border-style: solid;
}

DIV.basket {
	background: url('../img/basket-bg.jpg') no-repeat 0 -15px;
}

/* PREDEFINED e4u CLASSES */		 
		 
.outlook_caption
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.small
{
	font-size: 11px;
}

.small_tab
{
	margin-left: 11px;
	font-size: 11px;
	text-indent: -7px;
}

.small_tab_bold
{
	margin-left: 11px;
	font-size: 11px;
	text-indent: -7px;
	font-weight: bold;
}


.small_tab2
{
	margin-left: 16px;
	font-size: 11px;
	text-indent: -12px;
}

.big
{
	font-size: 14px;
}
		
.error
{
	font-weight: bold;
	color: #C00000;
}

.message
{
	font-weight: bold;
	color: #00C000;
}

.comment
{
	display: none;
}

.endPage
{
	display: none;
  page-break-after: always;
}

.download
{
	font-weight: normal;
}

.dictionary
{
	font-weight: bold;
}

.none
{
	font-size: 0px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	line-height: 0em;
}

/* OTHER CLASSES */
.gray
{
	color: #535353;
}

.red
{
	color: #C00000;
}

.green
{
	color: #009900;
}

.orange
{
	color: #FFA801;
}

.black
{
	color: #000000;
}

.white
{
	color: #ffffff;
}

.old_price
{
	color: #666666;
	font-size: 11px;
	padding: 0px 2px 0px 2px;
	background: url(../img/old-price.gif);
}

.pdk_level_current
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.pdk_level_next
{
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
}

.img-shadow
{
  float: left;
  clear: left;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../img/shadow.gif) no-repeat bottom right;
  margin: 5px 0 0 5px !important;
  margin: 5px 0 0 0px;
  padding: 0px;
}

.innerbox
{
  position: relative;
  bottom: 4px;
  right: 4px;
  background-color: #FFFFFF;
  border: 1px solid #a9a9a9;
  margin: 0px 0px 0px 0px;
  padding: 4px;
}

.innerbox
{
	margin: -2px 0px -2px 0px;
	voice-family: "\"}\""; 
    voice-family:inherit;
	margin:  0px 0px 0px 0px;
}

H1.main-category
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 3px;
	line-height: normal;
}

H2.sub-category
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 0px 4px;
}

.xmas-info {
	padding: 10px;
	border: 1px solid #000;
	background-color: #ffffe7;
}

#properties .rating-1 { border: 2px #f00 solid; }
#properties .rating-2 { border: 2px #f60 solid; }
#properties .rating-3 { border: 2px #666 solid; }
#properties .rating-4 { border: 2px #cc0 solid; }
#properties .rating-5 { border: 2px #090 solid; }

.rating-1 .rating-number { color: #f00; }
.rating-2 .rating-number { color: #f60; }
.rating-3 .rating-number { color: #666; }
.rating-4 .rating-number { color: #cc0; }
.rating-5 .rating-number { color: #090; }

.promocja { background-color: #ffffe7; border: 1px solid #000; padding: 20px; height: 100%; overflow: hidden; }
.promocja h2 { color: #c00; }

.separator { border-top: 1px solid #ccc; margin-top: 5px; height: 5px; }

.user-comment
{
    margin-bottom: 10px;
    height: auto;
    overflow: auto;
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
}

.priority-1, .priority-2
{
    padding: 10px;
    border: 1px solid #c00;
}

#mid-content hr { clear: both; margin: 20px 10px; }

.report { border-spacing: 0; }
.report th { background-color: #ccc; border: 1px solid #999; padding: 5px; text-align: center; }
.report td { background-color: #fff; border: 1px solid #ccc; padding: 5px; text-align: right; }