@media print, screen, projection {
/**/

/************************************************************************************
   SIMPLE (FAST) CLASS 
*************************************************************************************/
.l { float:left; display:inline; }
.out { position:absolute; left:-5000px; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }


/************************************************************************************
   RESET
*************************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/************************************************************************************
   TYPOGRAPHY
*************************************************************************************/

html { overflow-y: scroll; }
body { font-size: 12px; line-height:18px; font-family:arial, helvetica, sans-serif; color:#333; }


/* HEADING */
h1, h2, h3, h4, h5, h6 { line-height:1.2; font-weight:bold; }
h1 { font-size:30px; margin:0 0 .8em; }
h2 { margin:0em 0 0.5em; font-size:21px; }
h3 { margin:1.3em 0 0.4em; font-size:15px; }
h4, h5, h6 { margin:1.3em 0 0.6em; font-size:13px; }

/* PARAGRAPH */
p{ margin:0 0 1.25em; }

/* INLINE */
em { font-style:italic; }
b, strong { font-weight:bold; }

/* ANCHOR RULES */
a { color:#fd0000; outline: none; }
a:hover, a:focus { color: #ca0000; }
:focus{ -moz-outline-style: none; }

/* LIST */
ul, ol{ margin:1em 0 2em 0; list-style: none; }
li ol, li ul { margin:.5em 0 -.5em; }
li { margin:0 0 .6em; padding: 0 0 0 18px; background: url('../img/bg/li.png') 6px 5px no-repeat; }
ol { counter-reset: item }
ol li { padding:0 0 0 45px; background:none; position:relative; }
ol li:before, ol li .ie-counter { content: counter(item) "."; counter-increment: item; position:absolute; left:14px; top:0; width:20px; height:22px; padding-left:2px; line-height:21px; text-align:center; color:#bb300f; background:url('../img/bg/ol.png') 0 0 no-repeat ; }
.wysiwyg li { overflow:hidden; zoom:1; }
dl { margin: .5em 0 1.4em 0; } 
dt { font-weight:bold; }
dd { margin: 0 0 .7em; }

.ie6 ol, .ie7 ol {
	 behavior: expression(function(element){
		element.setAttribute('data-counter', 0);
		element.runtimeStyle.behavior = "none";
	}(this)); 
}
.ie6 ol li, .ie7 ol li {
	 behavior: expression(function(element){
	 	var counter = element.parentNode && element.parentNode.getAttribute('data-counter');
	 	if(element.parentNode && typeof counter != 'undefined'){
	 		element.parentNode.setAttribute('data-counter', ++counter);
			element.innerHTML = '<span class="ie-counter">' + (counter) + '.</span>' + element.innerHTML;
			element.runtimeStyle.behavior = "none";
		}
		
	}(this)); 
}


/* TABLE */
table { width:100%; clear:both; margin:0 0 20px; empty-cells:show; border-collapse: collapse; font-size:12px; }
caption { font-weight:bold; text-align:left; padding:0px 0px 10px; caption-side: top; }
td, th { padding:4px 10px 4px; vertical-align:top; background:#efeae3; border:1px solid #fff; }
th { font-weight:bold; text-align:left; }
thead th { background:#c5a561 url('../img/bg/bd-dashed.png') 0 6px repeat-x; border-left-color:#c5a561; border-right-color:#c5a561; border-top:none; color:#fff; padding:14px 10px 8px; }

td:first-child, th:first-child, .table-cell-first { border-left:none; }
td:last-child, th:last-child, .table-cell-last { border-right:none; }

/* IMAGE */
img.left{ margin: 4px 20px 20px 0; padding:3px; float:left; display:inline; border:1px solid #E7E4E4; }
img.right{ margin: 4px 0px 20px 20px; padding:3px; float:right;  display:inline; border:1px solid #E7E4E4; }

/* FORM */
form, fieldset { border:none; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
input { _vertical-align: text-bottom; }
input, select, textarea, button { vertical-align:middle; margin:0; font-family:arial, helvetica, sans-serif; font-size:100%; }
textarea { overflow:auto; resize:vertical; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }

.inp-text { color:#333; padding:8px 6px 6px; border:none; background:#fff; border:1px solid #ded9d3; font-size:92%; }
select.inp-text { padding:6px 2px 6px 4px; *padding:0; }
textarea.inp-text { height:auto; }
.w-full { width:100%;}
.inp-fix { padding:0 14px 0 0; display:block; }
.inp-fix .w-full { margin-right:-14px; }


/**/
}

