﻿html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    background: #fff;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
} 

h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}

select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.delete {
    background: url(../images/skin/database_delete.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}


/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}

tr {
    border: 0;
}
td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #f7f7f7;
}
.even {
    background: #fff;
}

/* LIST */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #ddd;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: black;
    font-size: 1.1em;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}


/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ */
/*=-=-=-=-=пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ=-=-=-=-=*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
  vertical-align: baseline;
	line-height:130%;
	list-style:none
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color:#505050;
	background: white;
	height:100%;
	position:relative;

}

.lines{ width:100%; float:left; padding:0; margin: 0;}
.lines td, .lines tr {border:1px solid #5d6b79;
	padding:0;
}
.lines td {
	vertical-align:middle;text-align:center;
	margin:0;
}

.nmenu {
margin-right:4em;
}

#mypbuttons {
float:left;
}

#mypbuttons a, span {
    padding: 3px 3px;
}

a, span {
    padding: 0;
}


#categories {margin:0px 0px 0px 0px;display:block; overflow: auto;margin-left:1%;width:98%;}
#catadmin {margin:0px 0px 0px 0px;display:block; overflow: auto;margin-left:1%;width:98%;}


#categories ul li {
float:left;text-align:center; overflow: hidden;height:120px;
padding-left:1%;
width:19% !important;
width:18.9%;
}

#catadmin ul li {
float:left;text-align:center; overflow: hidden;height:160px;
width:33% !important;
width:32.5%;
}


.clearfloat 
{
	clear:both;
}

ul {
list-style:none;
}

#content
{
float:left;
width:79%;
margin-left:0.5%;
height:auto !important;
height:100%;
}

#mainContent1
{
float:left;
width:78.5%;
height:100%;
}


#iua {
margin-left:3%;
}

#groups {
margin-left:3%;
}

#groups li {
padding-left:0;
}

#groups li a {
color:#fff;
text-decoration:none;
padding: 1px 1px 5px 7px;
background:mediumturquoise;
display:block;
border:1px solid #fff;
font-weight:bold;
}

#producers li a {
    display:block;
}

#producers li  {
padding-left:2px;
background:whitesmoke;
border:1px solid #fff;
}

#producers li:hover {
background:silver;
}

#groups li a:hover {
background:#d36800;
}


#sidebarwrapper {
min-height: 100%;
margin-left:0;
width:20%;
float:left;
display:inline;
z-index:-1;
}

#info {
margin-top:3%;
float:left;
width:100%;
text-align:center;
}

#acc {
margin-top:4%;
width:100% !important;
width:100%;
}

#rlistwrapper p {
margin-left:0;
}

#mainContent2 {
float:left;
margin-left:1%;
width:19.9%;
height:100%;

}

#basket {
margin-top:-16px; 
float:left;
min-height:132px;
min-width:160px;
margin-left:-2px;    
}

#quest {
#margin-top:-16px; 
float:left;
min-height:132px;
min-width:160px;
margin-left:-2px;    
}

#footer {
clear:both;
margin-left:1%;
}

input, textarea
{
font-weight: bold;    
color: black;
border: 1px solid mediumturquoise;
}

select
{
font-weight: bold;    
color: black;
border: 1px solid mediumturquoise;
}


ul.hr {
 margin: 0; 
 text-align:center;

}
ul.hr li {
 display: inline; 
 margin-right: 20px; 


}

a.ccur {
    color:coral;
}
a.cother {
    color:cornflowerblue;
}

#banners
{
margin-left:3%;
text-align:center;
width:96%;
display:inline-block;
}

#banners img
{
 margin-right:5px;
 margin-left:5px;
}

#mypbuttons a { 
  color:cornflowerblue;

}

#mypbuttons a.nextLink { 
  color:green;
}

#mypbuttons a.prevLink {
  color:green; 
}

#mypbuttons .currentStep {
  color:coral; 
}

#srlistwrapper {
    margin-top:-14px;
}
#srlistwrapper p {
margin-left:0;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
    float:left;
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 0px 4px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 18px 23px 18px;
}

#sttable tr td b {
    font-size:1.0;
}

#sttable tr td a {
    font-size:1.0;
}
.s {
font-size:smaller;    
}


#MainMenu 
{
	height:29px;
	background:url(../images/bmid_071.gif);
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000 url(../images/bright_071.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(../images/bleft_071.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:700;
	line-height:29px;
	padding:0 25px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#FF9300;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0;
	background:url(../images/bmid_071.gif);
	color:#000;
	z-index:100;
	text-decoration:none;
	padding:0;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:180px;
	display:block;
	border:0;
	color:#000;
	background:url(../images/bleft_071.gif) no-repeat left top;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv a span 
{
	display:block;
	line-height:29px;
	background:url(../images/bright_071.gif) no-repeat right top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	float:none;
	padding:0 15px;
}
.dropmenudiv a:hover 
{
	border:0 #FF9300;
	background-position:left bottom;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFF;
	font-weight:700;
}


#tb tr td {padding-left:1em;padding-right:0.5em}  
tr.odd    {background-color: #cccccc}
tr.even   {background-color: #ffffff}

a.oddlink {
 color:coral;
 font-size:1.2em;
}

a.evenlink {
 color:cornflowerblue;
 font-size:1.2em;
}

div.srchinput {
margin-right:12px !important;
margin-right:2px;
}

input.search {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: black;
    font-size: 1.3em;
    overflow: hidden;
    padding: 0;
    vertical-align:middle;
    width:100%;
}

input.apply {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: black;
    font-size: 1.2em;
    overflow: hidden;
    padding: 0;
    vertical-align:middle;
    width:12em;
}

input.chk {
vertical-align:middle;
border:0;
padding:2px;
}

input.radio {
vertical-align:middle;
border:0;
padding:2px;
background:white !important;
background:gainsboro;
}


input.vote {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: black;
    font-size: 1.2em;
    overflow: hidden;
    padding: 0;
    vertical-align:middle;
    width:9em;
}

#dets td {
 font-weight:bold;
}


