﻿
/* Styles for buttons */

.btnLink, A.btnLink, A.btnLink:link, A.btnLink:visited, A.btnLink:active
{
    text-decoration: none;
    color: #5A919B;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    font-weight: bold;
    display:block;
}

.btnItem
{
    height: 22px;
}

.btn1Left
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn1_left.png) no-repeat 0% 0%;
    height: 18px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 4px;
    cursor: pointer;
    float: left;
    text-align:center;
}

.btn1LeftHover
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn1_left_hover.png) no-repeat 0% 0%;
    height: 18px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 4px;
    cursor: pointer;
    float: left;
    text-align:center;
}

.btn1Right
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn1_right.png) no-repeat 0% 0%;
    height: 22px;
    width: 6px;
    cursor: pointer;
    float: left;
}

.btn1RightHover
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn1_right_hover.png) no-repeat 0% 0%;
    height: 22px;
    width: 6px;
    cursor: pointer;
    float: left;
}

.btn2Left
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn2_left.png) no-repeat 0% 0%;
    height: 18px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 4px;
    cursor: pointer;
    float: left;
    text-align:center;
}

.btn2LeftHover
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn2_left_hover.png) no-repeat 0% 0%;
    height: 18px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 4px;
    cursor: pointer;
    float: left;
    text-align:center;
}

.btn2Right
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn2_right.png) no-repeat 0% 0%;
    height: 22px;
    width: 6px;
    cursor: pointer;
    float: left;
}

.btn2RightHover
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn2_right_hover.png) no-repeat 0% 0%;
    height: 22px;
    width: 6px;
    cursor: pointer;
    float: left;
}

.btn3Left
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn3_left.png) no-repeat 0% 0%;
    height: 18px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 4px;
    cursor: pointer;
    float: left;
    text-align:center;
}

.btn3LeftHover
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn3_left_hover.png) no-repeat 0% 0%;
    height: 18px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 4px;
    cursor: pointer;
    float: left;
    text-align:center;
}

.btn3Right
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn3_right.png) no-repeat 0% 0%;
    height: 22px;
    width: 6px;
    cursor: pointer;
    float: left;
}

.btn3RightHover
{
    background: url(http://www.tm-brand.com.ua/includes/img/png/btn3_right_hover.png) no-repeat 0% 0%;
    height: 22px;
    width: 6px;
    cursor: pointer;
    float: left;
}

