﻿body {
}

.addbasketdiv
{
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    height: 22px;
    margin-right: 5px;
    float: right;
}
.addbasketdiv span
{
    color: #FFFFFF;
    text-decoration: none;
}
.addbasketdiv a
{
    margin: 00px !important;
    display: inline-block;
    font-weight: bold;
} 

.calculator
{
    background: url("../images/ic_configurator.png") no-repeat scroll 5px 6px #E8791C;
}
.calculator:hover
{
    background: url("../images/ic_configurator.png") no-repeat scroll 5px 6px #0098dd;
}
.visualizer
{
    background: url("../images/ic_visualizer.png") no-repeat scroll 5px 6px #E8791C;
}
.ServiceButton
{
    background: -moz-linear-gradient(100% 100% 90deg, #AA3B2C, #D6670A) repeat scroll 0 0 transparent;
    background: #E8791C;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    clear: left;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    height: 26px;
    line-height: 43px;
    margin: 5px;
    padding: 4px 10px 6px;
    text-decoration: none;
}
.ServiceButton:hover
{
    border-radius: 7px;
    background: #0098dd !important;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
}

.boxgrid
{
    width: 460px;
    height: 160px;
    margin: 10px;
    float: left;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
    padding: 9px;
}
.boxgrid img
{
    border: 0;
    width: 200px;
    margin-right: 12px;
}
.boxgrid p
{
    padding: 0 10px;
    color: #afafaf;
    font-weight: bold;
    font: 10pt "Lucida Grande" , Arial, sans-serif;
}

.boxcaption
{
    float: left;
    position: absolute;
    background: none repeat scroll 0 0 #C7C7C7;
    height: 45px;
    width: 100%; /*opacity: .8;  For IE 5-7 */ /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); For IE 8              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
}
.captionfull .boxcaption
{
    top: 155px;
    left: 0;
    opacity: 0.5;
    filter:alpha(opacity=50);
}
.caption .boxcaption
{
    top: 220px;
    left: 0;
}
.titleservice
{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 6px;
}
ul
{
    list-style-image: url('../images/serviceImages/bulletIcon.png');
    padding: 0 0 0 18px;
}

#backgroundPopup
{
    z-index: 1;
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    background: #000000;
    top: 0px;
    left: 0px;
}
#toPopup, #toPopupIMS, #toPopupRF, #toPopupSP, #toPopupBindi, #toPopupStencil, #toPopupStencilOrder, #topopupReadmore,#toPopupNP,#toPopupSEMIPOOL
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
    font-size: 14px;
    left: 50%;
    margin-left: -402px;
    position: fixed;
    top: 20%;
    width: 800px;
    z-index: 2;
    padding: 6px;
}
div.loader
{
    background: url("../images/serviceImages/loading.gif") no-repeat scroll 0 0 transparent;
    height: 80px;
    width: 80px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}
div.close
{
    background: url("../images/serviceImages/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip
{
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow
{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content
{
    margin: 4px 7px;
}

.readmore:hover
{
    text-decoration: none !important;
}
.readmore, .readmore:link, .readmore:visited
{
    font-size: 13px;
    left: 9px;
    line-height: 18px;
    margin-right: 8px;
    margin-top: 8px;
    padding: 4px 5px 6px;
    position: relative;
    text-decoration: underline;
    top: -2px;
}

.float_none
{
    float: none;
}
.repeatcoverposition
{
    left: 0px !important;
    top: 135px !important;
}

