/*

Aduro ideja d.o.o.
2009

 */

.x-btn
{
 font:normal 12px "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif !important;
 color:#fff !important;
}
.x-btn button
{
 font:normal 12px "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif !important;
 color:#fff !important;
}
.x-btn em {
    font-style:normal !important;
    font-weight:normal !important;
}

.x-btn-tl, .x-btn-tr, .x-btn-tc, .x-btn-ml, .x-btn-mr, .x-btn-mc, .x-btn-bl, .x-btn-br, .x-btn-bc{
	background-image:url(../images/gray-extend/button/btn.gif) !important;
}

.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text{
    color:#000 !important;
}

.x-btn-disabled *{
	color:gray !important;
}

.x-btn-mc em.x-btn-arrow {
    background-image:url(../images/gray-extend/button/arrow.gif) !important;
}

.x-btn-mc em.x-btn-split {
    background-image:url(../images/gray-extend/button/s-arrow.gif) !important;
}

.x-btn-over .x-btn-mc em.x-btn-split, .x-btn-click .x-btn-mc em.x-btn-split, .x-btn-menu-active .x-btn-mc em.x-btn-split, .x-btn-pressed .x-btn-mc em.x-btn-split {
    background-image:url(../images/gray-extend/button/s-arrow-o.gif) !important;
}

.x-btn-mc em.x-btn-arrow-bottom {
    background-image:url(../images/gray-extend/button/s-arrow-b-noline.gif) !important;
}

.x-btn-mc em.x-btn-split-bottom {
    background-image:url(../images/gray-extend/button/s-arrow-b.gif) !important;
}

.x-btn-over .x-btn-mc em.x-btn-split-bottom, .x-btn-click .x-btn-mc em.x-btn-split-bottom, .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, .x-btn-pressed .x-btn-mc em.x-btn-split-bottom {
    background-image:url(../images/gray-extend/button/s-arrow-bo.gif) !important;
}

.x-btn-group-header {
    color: #686868 !important;
}

.x-btn-group-tc {
	background-image: url(../images/gray-extend/button/group-tb.gif) !important;
}

.x-btn-group-tl {
	background-image: url(../images/gray-extend/button/group-cs.gif) !important;
}

.x-btn-group-tr {
	background-image: url(../images/gray-extend/button/group-cs.gif) !important;
}

.x-btn-group-bc {
	background-image: url(../images/gray-extend/button/group-tb.gif) !important;
}

.x-btn-group-bl {
	background-image: url(../images/gray-extend/button/group-cs.gif) !important;
}

.x-btn-group-br {
	background-image: url(../images/gray-extend/button/group-cs.gif) !important;
}

.x-btn-group-ml {
	background-image: url(../images/gray-extend/button/group-lr.gif) !important;
}
.x-btn-group-mr {
	background-image: url(../images/gray-extend/button/group-lr.gif) !important;
}

.x-btn-group-notitle .x-btn-group-tc {
	background-image: url(../images/gray-extend/button/group-tb.gif) !important;
}