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, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    font-size: 12px;
    margin-right: 5px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* priehladnost */
img, div
{
}

/* obtekanie */
.clearb, .clearl, .clearr
{
    clear:                 both;
    margin:                0;
    font-size:             0em;
}

.clearl
{
    clear:                 left;
}

.clearr
{
    clear:                 right;
}

/* chybove farby */
.b_black
{
    border-color: #000000;
}

.t_red
{
    color: #ff0000;
}

.b_red
{
    border: 1px #ff0000 solid;
}

/* custom form */
.custom-checks input,
.custom-radios input {
    position: absolute;
    left: -9999em;
}

.custom-checks label,
.custom-radios label {
    float: left;
    font-size: 1em;
    line-height: 1em;
    background: url('../images/custom_form.gif') right top no-repeat;
    padding: 1px 30px 3px 0px;
    margin: 0 1em .5em -5px;
    cursor: pointer;
}

/* checks */
.custom-checks label.hover, .custom-checks label.focus { background-position: right -300px; }
.custom-checks label.checked { background-position: right -150px; }
.custom-checks label.focus { outline: 0px dotted #ccc; }

/* radios */
.custom-radios label { padding: 1px 00px 3px 20px; background-position: 0 -450px;}
.custom-radios label.hover, .custom-radios label.focus { background-position: 0 -750px; }
.custom-radios label.checked { background-position: 0 -600px; }
.custom-radios label.focus { outline: 0px dotted #ccc; }

/*strankovanie*/
.pagination {
    width: 315px;
    height: 30px;
    margin-left: 144px;
    text-align: center;
    float: left;
}
.pagination + form {
    height: 30px;
    width: 112px;
    margin-left: 50px;
    float: left;
    display: block;
}
#own_page_form > label {
    line-height: 30px;
    font-size: 11px;
    float: left;
}
#own_page {
    float: left;
    padding: 0px;
    margin: 0px;
    border: 1px solid #777;
    height: 18px;
    width: 40px;
    line-height: 18px;
    font-size: 11px;
    display: block;
    margin-left: 5px;
    margin-top: 5px;
    font-style: italic;
    text-align: center;
    font-family: Arial, Verdana, Tahoma;
}
#own_page:hover {
    border: 1px solid #000;
}
.pagination a {
    display: block;
    height: 30px;
    width: 35px;
    float: left;
    line-height: 30px;
}
.pagination a:hover {
    background-color: #fff;
    line-height: 30px;
}
a.pg_selected {
    background: url('http://babybazar.sk/images/number.gif' ) center center no-repeat;
}
.pagination a.last {
    background: url('http://babybazar.sk/images/last.gif' ) center center no-repeat;
}
.pagination a.first {
    background: url('http://babybazar.sk/images/first.gif' ) center center no-repeat;
}
.pagination a.next {
    background: url('http://babybazar.sk/images/next.gif' ) center center no-repeat;
}
.pagination a.previous {
    background: url('http://babybazar.sk/images/previous.gif' ) center center no-repeat;
}
.pagination a.last:hover,.pagination a.next:hover,.pagination a.first:hover,.pagination a.previous:hover {
    background-position: center center;
}
.pagination .empty {
    height: 30px;
    width: 70px;
    display: block;
    float: left;
}
.clear {
    clear: both;
}


/*nova-sprava.php*/

form.message_form {    
    border-top: 2px solid #faac96;    
    border-bottom: 2px solid #faac96;    
    background-color: #fceae5;            
    width: 560px;
    padding: 15px 20px 15px 20px;
    margin-left: 15px;
}
form.blue {
    background-color: #c4ceff;
    border-color: #788efc;
}
form.message_form input[type=text],
form.message_form textarea {     
    display: block;
    line-height: 18px;    
    width: 555px;
    border: none;
    padding: 3px 0px 0px 3px;
    margin: 0px;
    border: 1px solid #faac96; 
    background-color: #fff;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;
}
form.blue input[type=text],
form.blue textarea {    
    border-color: #788efc;
}
form.message_form br {
    clear: both;
}
form.message_form input[type=text] {
    height: 20px;
    margin-bottom: 10px
}
form.message_form label[for="subject"] {
    float: left;
    width: 55px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;    
}
form.message_form input[name="subject"] {
    float: left;
    width: 490px;
    margin-left: 10px;
}
form.message_form input[type=submit] {
    display: block;    
    margin-left: 30px;    
    padding-left: 0px;    
    margin-top: 10px;    
    width: 100px;        
    border: #ff9595 solid 1px;
    background-color: #faac96;    
    font-size: 12px;    
    font-weight: bold;    
    font-variant: small-caps;
    height: 23px;
    float: left;
    text-align: center;
} 
form.blue input[type=submit] {
    background-color: #788efc;
    border-color: #4e6cff;
}
form.message_form input[name="security_code"] {    
    width: 80px;
    text-align: center;
    display: block;
    margin-top: 10px;
    float: left;
    height: 20px;
}
form.message_form #security_code_img {    
    display: block;    
    width: 80px;
    height: 25px;
    margin-top: 10px;    
    float: left;
}
form.message_form span.label1,
form.message_form span.label2 {
    float: left;
    display: block;
    height: 25px;
    line-height: 25px;
    margin-top: 10px; 
}
form.message_form span.label1 {    
    width: 80px;
    margin-left: 24px;
}
form.message_form span.label2 {    
    width: 120px;
    margin-left: 15px;
}
.hidden {
    display: none;
}
a.delete {
    background: transparent url('http://babybazar.sk/images/delete.png') center center no-repeat;
    height: 15px;
    width: 15px;
    display: block;
    float: left;
    margin-right: 5px;
}
a.restore {
    background: transparent url('http://babybazar.sk/images/restore.png') center center no-repeat;
    height: 15px;
    width: 15px;
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
a.refresh {
    background: transparent url('http://babybazar.sk/images/restore.png') center center no-repeat;
    height: 25px;    
    margin-top: 10px;
    width: 15px;
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
a.reference {
    background: transparent url('http://babybazar.sk/images/ref_star.png') center center no-repeat;
    height: 15px;
    width: 15px;
    display: block;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}
input.id_selector {
    margin-left: 5px;
}
#deselect_all {
    margin-right: 10px;
    margin-left: 5px;
}
#select_all {
    margin-right: 5px;
}
form.selector input[name="restore"],
form.selector input[name="delete"]{
    font-size: 12px;
}
form.selector input[name="restore"] {
    margin-left: 5px;
}
.float_left {
    float: left;
}