﻿@import url("TelerikSkin/TabStrip.SearchDisplay.css");
@import url("TelerikSkin/TabStrip.css");

.SearchButton
{
    margin-top: 5px;
    color:#ffffff;
}

.SearchButtonIphone{

}
.SearchButton a:link
{
    padding: 5px 14px;
    background: #3399CC url(images/btn_bg.jpg) repeat-x top left;
    color: #ffffff;
    text-decoration: none;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    font-size: 14px;
}
.SearchButton a:visited 
{
    padding: 5px 14px;
    background: #3399CC url(images/btn_bg.jpg) repeat-x top left;
    color: #ffffff;
    text-decoration: none;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    font-size: 14px;
}

.SearchButton a:active 
{
    padding: 5px 14px;
    background: #3399CC url(images/btn_bg.jpg) repeat-x top left;
    color: #ffffff;
    text-decoration: none;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    font-size: 14px;}
.SearchButton a:hover
{
    background: #e59700 url(images/btn_bg.jpg) repeat-x bottom left;
    color: #ffffff;
}

.SearchButtonIphone
{
    margin-left: 25px;
    margin-top: 5px;
    color:#ffffff;
    height: 150px;
    width: 500px;
    background-color: #3399CC;
    /*background-image: url('images/searchbtn.png');*/
    background-position: -1px -1px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}
.IphoneButtonContainer
{
    width: 500px;
    height: 150px;
}
.IphoneButton
{
    margin-top: 5px;
    color:#ffffff;
    height: 150px;
    width: 500px;
    background-color: #3399CC;
    background-image: url('images/searchbtn.png'); background-repeat: repeat;
    background-position: -1px -1px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}
.IphoneButton:hover
{
    margin-top: 5px;
    color:#ffffff;
    height: 150px;
    width: 500px;
    background-color: #e59700;
    background-image: url('images/searchbtnhvr.png');
    background-position: -1px -1px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.SearchButtonIphone:hover
{
    margin-top: 5px;
    color:#ffffff;
    height: 150px;
    width: 500px;
    background-color: #e59700;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

#panelWrap {
    width: 466px;
}
.modalBackground
{
    position: absolute;
    background-color: #ffffff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
}
.modalBackground div
{
    padding: 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.itemSlider
{
    margin-top: 5px;
    cursor: pointer;
}
.listSlider
{
    cursor: pointer;
}
.SearchBox
{
    -moz-border-radius: 3px;
    padding-left: 4px;
}
#searchBody
{
    background: #ebebeb;
    border-color: #999999;
    border-style: solid solid solid none;
    border-width: 1px;
    float: left;
    display: inline;
    font-size: 11px;
    height:222px;
    width: 335px;
}
#searchbody .IE-fixes
{
    margin-top:10px;
    margin-left: 10px;
}

#searchBody table
{
    font-size: 12px;
}

.itemsdescrip
{
    width: 74px;
}

#searchBody td .itemsvalues
{

}

.help:link, .help:visited, .help:active, .help:hover
{
    color: #ffffff;
}
#searchTabs
{
    float: left;
    background:  url("TelerikSkin/TabStrip/left_border.gif") repeat-y top right;
    height:222px;
}
#searchTabssmall
{
    float: left;
    background:  url("TelerikSkin/TabStrip/left_border.gif") repeat-y top right;
    height:160px;
}
.tab
{
    text-align: center;
}
.SearchTable 
{
     text-align:left;
     margin-left: 10px;
     margin-top: 10px;
}