button.BTN {
	/*FONT*/
	font-family: Arial, Helvetica, sans-serif; /* "Courier New", Courier, monospace; | "Times New Roman", Times, serif; | Arial, Helvetica, sans-serif;*/
	font-size: medium;  /* xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] */
	font-weight: normal;        /* normal | bold | lighter | bolder | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit */
	font-style: normal;         /* italic | normal | oblique | inherit */
	font-variant: normal;       /* normal | small-caps | inherit */
	text-transform: uppercase;  /* capitalize | lowercase | none | uppercase | inherit */
	color: #000000; 
	text-decoration: none;      /* [ underline overline line-through blink ] | none */ 
    /*BLOCK*/
	letter-spacing: 2px;      /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	line-height: normal;         /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: middle;      /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: center;          /* center | justify | left | right | inherit */
	text-indent: 0;        /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;         /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;        /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
	background-color: #f0f0f0;
	background-image: none;               /* none | inherit | url('j/image.jpg') */
	background-repeat: no-repeat;         /* no-repeat | repeat | repeat-x | repeat-y | inherit */
	background-attachment: fixed;         /* fixed | scroll | inherit */
	background-position: center center;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: outset;  /* dashed | dotted | double | groove | hidden | inset | none | outset | ridge | solid | inherit */ 
		/* border-top-style + border-right-style + border-bottom-style + border-left-style */
	border-width: thin;    /* thin | medium | thick | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/*border-top-width  + border-right-width + border-bottom-width + border-left-width */ 
	border-color: #fafafa; /* all | [top | right | bottom | left ] ( border-color: #808080 #FFFFFF #000000 #FF0000) */  
	/*FIELD*/
	padding: 4px; /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* padding-top + padding-right + padding-bottom + padding-left */ 
	margin: 8px; /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* margin-top + margin-right + margin-bottom + margin-left */
	/*POSITION*/
	position: inherit; /* absolute | fixed | relative | static | inherit */
	z-index: auto;      /* auto | inherit */
	width: 192px;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	height: 32px;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	top: auto;	        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	right: auto;        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	bottom: auto;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	left: auto;         /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	cursor: pointer;
}
button.BTN.BTN_REG {
	color: #000000; 
	background-color: #ff0000;
	text-decoration: none;
}


button.btn_crt1 {
/*	font-size:  12px;
	font-family: Arial, Helvetica, sans-serif; /*Courier New", Courier, monospace;*/
/*	font-style: normal;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	word-spacing: 1; 
	vertical-align: middle; 
	line-height: 100%;
	text-align: center;
	text-indent: 0;*/
    color: #fefefe; 
	background-color: #fffff0;
	background-image: url('jpg/empty_cart.jpg'); /*inherit*/
	background-position: center;
	background-repeat: no-repeat;
	cursor: auto;
}
button.btn_crt {
    font: bold 12px Verdana, Arial, sans-serif;
    text-decoration: none;
    text-indent: 2px;
    color: #fefefe;
    background-color: inherit; 
    /*background-image: url(b128256.png);*/
    background-repeat: no-repeat;
    /*display: block;*/
    width: 136px;
    /*line-height: 10px;*/
    height: 136px;
}

button.btn_crt:hover {
    background-position: 0 -1px;
    text-decoration: none;
    color: #fefefe;
    background-color: inherit; 
}

button.btn_tov {
    font: bold 12px Verdana, Arial, sans-serif;
    text-decoration: none;
    text-indent: 2px;
    color: #fefefe; 
    background-color: inherit; 
    background-repeat: no-repeat;
    width: 262px;
    height: 262px;
}

button.btn_tov:hover {
    background-position: 0 -2px;
    text-decoration: none;
    color: #fefefe;
    background-color: inherit; 
}

button.btn_tov2 {
    font: bold 12px Verdana, Arial, sans-serif;
    text-decoration: none;
    text-indent: 2px;
    color: #fefefe; 
    background-color: inherit; 
    background-repeat: no-repeat;
    width: 198px;
    height: 198px;
}

button.btn_tov2:hover {
    background-position: 0 -2px;
    text-decoration: none;
    color: #fefefe;
    background-color: inherit; 
}


button.btn_adv {
    color: white;
    /*BLOCK*/
	letter-spacing: 0;      /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	line-height: normal;         /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: middle;      /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: center;          /* center | justify | left | right | inherit */
	text-indent: 0;        /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;         /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;        /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
/*	background-color: #f0f0f0;
/*	background-image: none;               /* none | inherit | url('j/image.jpg') */
	background-repeat: no-repeat;         /* no-repeat | repeat | repeat-x | repeat-y | inherit */
	background-attachment: fixed;         /* fixed | scroll | inherit */
/*	background-position: -4px 0;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: solid;  /* dashed | dotted | double | groove | hidden | inset | none | outset | ridge | solid | inherit */ 
		/* border-top-style + border-right-style + border-bottom-style + border-left-style */
	border-width: 2px;    /* thin | medium | thick | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/*border-top-width  + border-right-width + border-bottom-width + border-left-width */ 
/*	border-color: gray; /* all | [top | right | bottom | left ] ( border-color: #808080 #FFFFFF #000000 #FF0000) */  
	border-top-color: silver; 
    border-right-color: gray;
    border-bottom-color: gray;
   	border-left-color: silver;	
    /*FIELD*/
	padding: 0; /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	margin: 0; /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */

    font: bold 12px Verdana, Arial, sans-serif;
    background-position: 0 0;
    text-decoration: none;
    text-indent: 0;
    color: white; /*#fefefe;*/ 
    background-color: white; /*inherit;*/ 
    background-repeat: no-repeat;
    width: 264px;
    height: 264px;
}

button.btn_adv:hover {
    background-position: 0 -1px;
    text-decoration: none;
    color: white; /*#efefef;*/
    background-color: white;
    cursor: pointer; 
}
:before.button.btn_adv {
    background-position: 0 0px;
    text-decoration: none;
    color: red; /*#efefef;*/
    background-color: white;
    cursor: default; 
}

button.btn_fnd {
    font: bold 12px Verdana, Arial, sans-serif;
    text-decoration: none;
    text-indent: 2px;
    color: #fefefe; 
    background-color: inherit; 
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
}

button.btn_fnd:hover {
    background-position: 0 -1px;
    text-decoration: none;
    color: #fefefe;
    background-color: inherit; 
}

.NAV {
	/*FONT*/
	font-family: Arial, Helvetica, sans-serif; /* "Courier New", Courier, monospace; | "Times New Roman", Times, serif; | Arial, Helvetica, sans-serif;*/
	font-size: 10pt;  /* xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] */
	font-weight: normal;        /* normal | bold | lighter | bolder | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit */
	font-style: normal;         /* italic | normal | oblique | inherit */
	font-variant: normal;       /* normal | small-caps | inherit */
	text-transform: uppercase;  /* capitalize | lowercase | none | uppercase | inherit */
	color: #00ff00; 
	text-decoration: none;      /* [ underline overline line-through blink ] | none */ 
    /*BLOCK*/
	letter-spacing: normal;      /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	line-height: normal;         /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: middle;      /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: left;           /* center | justify | left | right | inherit */
	text-indent: 4px;        /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;         /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;        /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
	background-color: #900000;
/*	background-image: none;               /* none | inherit | url('j/image.jpg') */
	background-image: url("../j/cel_rrr.png");               /* none | inherit | url('j/image.jpg') */
	background-repeat: no-repeat;         /* no-repeat | repeat | repeat-x | repeat-y | inherit */
	background-attachment: scroll;         /* fixed | scroll | inherit */
	background-position: 0 0;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: solid;    /* dashed | dotted | double | groove | hidden | inset | none | outset | ridge | solid | inherit */ 
		/* border-top-style + border-right-style + border-bottom-style + border-left-style */
	border-width: 0;     /* thin | medium | thick | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/*border-top-width  + border-right-width + border-bottom-width + border-left-width */ 
	border-color: #ff0000; /* all | [top | right | bottom | left ] ( border-color: #808080 #FFFFFF #000000 #FF0000) */  
	/*FIELD*/
	padding: 0; /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* padding-top + padding-right + padding-bottom + padding-left */ 
	margin: 0; /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* margin-top + margin-right + margin-bottom + margin-left */
	/*POSITION*/
	position: relative; /* absolute | fixed | relative | static | inherit */
	z-index: auto;      /* auto | inherit */
	width: 223px;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	height: 22px;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	top: auto;	        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	right: auto;        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	bottom: auto;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	left: auto;         /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*MAKET*/
	visibility: visible; /*  collapse | hidden | visible | inherit */
	display: block;       /*  block | inline | inline-block | inline-table | list-item | none | run-in | table | table-caption | table-cell | table-column | table-column-group | table-footer-group | table-header-group | table-row | table-row-group | inherit */
	float: none;          /*  left | none | right */
	clear: none;          /*  both | left | none | right | inherit */
	cursor: pointer;      /*  auto | crosshair | default | e-resize | help | move | n-resize | ne-resize | mw-resize | pointer | progress | s-resize | se-resize | sw-resize | text | w-resize | wait | inherit */
	overflow: hidden;       /*  auto |  | hidden | scroll | visible | inherit */
	clip: rect(auto,auto,auto,auto); /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
}

.NAV:hover {
	color: #ffff00; 
	background-color: #900000;
}
.NAV.RRR {
	color: #00ffff; 
	background-color: #900000;
	background-image: url("../j/cel_rrr.png");               /* none | inherit | url('j/image.jpg') */
}
.NAV.OOO {
	color: #f8f0ff; 
	background-color: #900000;
	background-image: url("../j/cel_ooo.png");               /* none | inherit | url('j/image.jpg') */
}
.NAV.YYY {
	color: #4040ff; 
	background-color: #900000;
	background-image: url("../j/cel_yyy.png");               /* none | inherit | url('j/image.jpg') */
}
.NAV.GGG {
	color: #fff0ff; 
	background-color: #900000;
	background-image: url("../j/cel_ggg.png");               /* none | inherit | url('j/image.jpg') */
}
.NAV.BBB {
	color: #fffff0; 
	background-color: #900000;
	background-image: url("../j/cel_bbb.png");               /* none | inherit | url('j/image.jpg') */
}
.NAV.III {
	color: #ffff00; 
	background-color: #900000;
	background-image: url("../j/cel_iii.png");               /* none | inherit | url('j/image.jpg') */
}
.NAV.VVV {
	color: #f0fff0; 
	background-color: #900000;
	background-image: url("../j/cel_vvv.png");               /* none | inherit | url('j/image.jpg') */
}

.KEY {
	/*FONT*/
	font-family: Arial, Helvetica, sans-serif; /* "Courier New", Courier, monospace; | "Times New Roman", Times, serif; | Arial, Helvetica, sans-serif;*/
	font-size: 10pt;  /* xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] */
	font-weight: normal;        /* normal | bold | lighter | bolder | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit */
	font-style: normal;         /* italic | normal | oblique | inherit */
	font-variant: normal;       /* normal | small-caps | inherit */
	text-transform: uppercase;  /* capitalize | lowercase | none | uppercase | inherit */
	color: #00ff00; 
	text-decoration: none;      /* [ underline overline line-through blink ] | none */ 
    /*BLOCK*/
	letter-spacing: normal;      /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	line-height: normal;         /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: middle;      /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: center;           /* center | justify | left | right | inherit */
	text-indent: 0;        /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;         /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;        /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
	background-color: #900000;
	background-image: none;               /* none | inherit | url('j/image.jpg') */
/*	background-image: url("../j/cel_red2.png");               /* none | inherit | url('j/image.jpg') */
	background-repeat: no-repeat;         /* no-repeat | repeat | repeat-x | repeat-y | inherit */
	background-attachment: scroll;         /* fixed | scroll | inherit */
	background-position: 0 0;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: solid;    /* dashed | dotted | double | groove | hidden | inset | none | outset | ridge | solid | inherit */ 
		/* border-top-style + border-right-style + border-bottom-style + border-left-style */
	border-width: 0;     /* thin | medium | thick | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/*border-top-width  + border-right-width + border-bottom-width + border-left-width */ 
	border-color: #ff0000; /* all | [top | right | bottom | left ] ( border-color: #808080 #FFFFFF #000000 #FF0000) */  
	/*FIELD*/
	padding: 0; /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* padding-top + padding-right + padding-bottom + padding-left */ 
	margin: 0; /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* margin-top + margin-right + margin-bottom + margin-left */
	/*POSITION*/
	position: relative; /* absolute | fixed | relative | static | inherit */
	z-index: auto;      /* auto | inherit */
	width: 22px;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	height: 22px;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	top: auto;	        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	right: auto;        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	bottom: auto;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	left: auto;         /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*MAKET*/
	visibility: visible; /*  collapse | hidden | visible | inherit */
	display: block;       /*  block | inline | inline-block | inline-table | list-item | none | run-in | table | table-caption | table-cell | table-column | table-column-group | table-footer-group | table-header-group | table-row | table-row-group | inherit */
	float: none;          /*  left | none | right */
	clear: none;          /*  both | left | none | right | inherit */
	cursor: pointer;      /*  auto | crosshair | default | e-resize | help | move | n-resize | ne-resize | mw-resize | pointer | progress | s-resize | se-resize | sw-resize | text | w-resize | wait | inherit */
	overflow: hidden;       /*  auto |  | hidden | scroll | visible | inherit */
	clip: rect(auto,auto,auto,auto); /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
}
.KEY.KEY_RRR {
	color: #00ffff; 
	background-color: inherit;
	background-image: url("../j/key_rrr.png");               /* none | inherit | url('j/image.jpg') */
}
.KEY.KEY_OOO {
	color: #f8f0ff; 
	background-color: inherit;
	background-image: url("../j/key_ooo.png");               /* none | inherit | url('j/image.jpg') */
}
.KEY.KEY_YYY {
	color: #4040ff; 
	background-color: inherit;
	background-image: url("../j/key_yyy.png");               /* none | inherit | url('j/image.jpg') */
}
.KEY.KEY_GGG {
	color: #fff0ff; 
	background-color: inherit;
	background-image: url("../j/key_ggg.png");               /* none | inherit | url('j/image.jpg') */
}
.KEY.KEY_BBB {
	color: #fffff0; 
	background-color: inherit;
	background-image: url("../j/key_bbb.png");               /* none | inherit | url('j/image.jpg') */
}
.KEY.KEY_III {
	color: #ffff00; 
	background-color: inherit;
	background-image: url("../j/key_iii.png");               /* none | inherit | url('j/image.jpg') */
}
.KEY.KEY_VVV {
	color: #f0fff0; 
	background-color: inherit;
	background-image: url("../j/key_vvv.png");               /* none | inherit | url('j/image.jpg') */
}


button.BTN_SCR {
	/*FONT*/
	font-family: Arial, Helvetica, sans-serif; /* "Courier New", Courier, monospace; | "Times New Roman", Times, serif; | Arial, Helvetica, sans-serif;*/
	font-size: 6pt;  /* xx-small | x-small | small | medium | large | x-large | xx-large | smaller | larger | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] */
	font-weight: normal;        /* normal | bold | lighter | bolder | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit */
	font-style: normal;         /* italic | normal | oblique | inherit */
	font-variant: normal;       /* normal | small-caps | inherit */
	text-transform: uppercase;  /* capitalize | lowercase | none | uppercase | inherit */
	color: #808080; 
	text-decoration: none;      /* [ underline overline line-through blink ] | none */ 
    /*BLOCK*/
	letter-spacing: normal;      /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	line-height: normal;         /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */ 
	vertical-align: middle;      /* baseline | bottom | middle | sub | super | text-bottom | text-top | top | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	text-align: center;           /* center | justify | left | right | inherit */
	text-indent: 1px;        /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	white-space: normal;         /* normal | nowrap | pre | pre-line | pre-wrap | inherit */
	word-spacing: normal;        /* normal | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (EM) */ 
	/*BACKGROUND*/
	background-color: #a0a0a0;
	background-image: url("../j/scr_011.png");               /* none | inherit | url('j/image.jpg') */
	background-repeat: repeat;         /* no-repeat | repeat | repeat-x | repeat-y | inherit */
	background-attachment: scroll;         /* fixed | scroll | inherit */
	background-position: 0 0;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
	/*BORDER*/
	border-style: solid;    /* dashed | dotted | double | groove | hidden | inset | none | outset | ridge | solid | inherit */ 
		/* border-top-style + border-right-style + border-bottom-style + border-left-style */
	border-width: 0;     /* thin | medium | thick | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/*border-top-width  + border-right-width + border-bottom-width + border-left-width */ 
	border-color: #f0f0f0; /* all | [top | right | bottom | left ] ( border-color: #808080 #FFFFFF #000000 #FF0000) */  
	/*FIELD*/
	padding: 0; /* inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* padding-top + padding-right + padding-bottom + padding-left */ 
	margin: 0; /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
		/* margin-top + margin-right + margin-bottom + margin-left */
	/*POSITION*/
	position: relative; /* absolute | fixed | relative | static | inherit */
	z-index: auto;      /* auto | inherit */
	width: 11px;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	height: 11px;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	top: auto;	        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	right: auto;        /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	bottom: auto;       /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	left: auto;         /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
	/*MAKET*/
	visibility: visible; /*  collapse | hidden | visible | inherit */
	display: block;       /*  block | inline | inline-block | inline-table | list-item | none | run-in | table | table-caption | table-cell | table-column | table-column-group | table-footer-group | table-header-group | table-row | table-row-group | inherit */
	float: none;          /*  left | none | right */
	clear: none;          /*  both | left | none | right | inherit */
	cursor: default;      /*  auto | crosshair | default | e-resize | help | move | n-resize | ne-resize | mw-resize | pointer | progress | s-resize | se-resize | sw-resize | text | w-resize | wait | inherit */
	overflow: visible;       /*  auto |  | hidden | scroll | visible | inherit */
	clip: rect(auto,auto,auto,auto); /* auto | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX) */
}
/*p.special:first-letter {color: #ffd800} This will render the "S" of "Special!" in gold.*/ 


button.BTN_SCR.MIN {
	background-position: 0 0;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
button.BTN_SCR.MIN:hover {
	background-position: 0 -11px;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
button.BTN_SCR.MAX {
	background-position: -11px 0;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
button.BTN_SCR.MAX:hover {
	background-position: -11px -11px;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
button.BTN_SCR.TOP {
	background-position: -22px 0;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
button.BTN_SCR.TOP:hover {
	background-position: -22px -11px;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
button.BTN_SCR.DOW {
	background-position: -33px 0;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
button.BTN_SCR.DOW:hover {
	background-position: -33px -11px;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
button.BTN_SCR.BEG {
	background-position: -44px 0;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
button.BTN_SCR.BEG:hover {
	background-position: -44px -11px;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
button.BTN_SCR.BLK {
	background-position: -55px 0;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
button.BTN_SCR.BLK:hover {
	background-position: -55px -11px;   /* center | left | right | inherit | XX[px | pt | in | cm | mm | pc | em |ex | %] (PX)  X-Y */
}
