﻿
.title
{
    margin-top:20px;
    margin-bottom:50px;
}


.tab_1 
{
    width: 223px;
    height: 39px;
    background-image: url(../fpimages/tab-left.png);   
    font-family: Arial;
    font-weight: bold;
    font-size: 18px; 
    text-align:center;
}


.tab_1_active 
{
    width: 223px;
    height: 39px;
    background-image: url(../fpimages/active/tab-left.png);   
    font-family: Arial;
    font-weight: bold;
    font-size: 18px; 
    text-align:center;
}

.tab_2
{
    width: 223px;
    height: 39px;
    background-image: url(../fpimages/tab-middle.png);   
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    text-align:center;
}


.tab_2_active
{
    width: 223px;
    height: 39px;
    background-image: url(../fpimages/active/tab-middle.png);   
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    text-align:center;      
}


.tab_3
{
    width: 223px;
    height: 39px;
    background-image: url(../fpimages/tab-middle.png);   
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    text-align:center;   
}


.tab_3_active
{
    width: 223px;
    height: 39px;
    background-image: url(../fpimages/active/tab-middle.png);   
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    text-align:center;   
}


.tab_4
{
    width: 223px;
    height: 39px;
    background-image: url(../fpimages/tab-right.png);   
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;   
    text-align:center;
}


.tab_4_active
{
    width: 223px;
    height: 39px;
    background-image: url(../fpimages/active/tab-right.png);   
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    text-align:center;
}


.tabText
{
   padding-top:10px;
}


.tabText a
{
    font-family: Arial;
    font-weight: bold;
    font-size: 18px; 
    text-decoration:none;
    color:Black;  
}


.content
{
    margin-top:55px;
    margin-bottom:55px;
    text-align:center;
}


.equipmentName
{
    font-family: Arial;
    font-size:18px;
    padding-top: 16px;
    position:relative;
    left:20px;
    text-align:center;
}


.learnMore
{
    font-family: Arial;
    font-size:16px;
    padding-top:3px;
    position:relative;
    left:20px;
    color: Blue;
    text-decoration: underline;
    text-align:center;
}

.learnMore:hover
{
	font-family: Arial;
    font-size:16px;
    padding-top:3px;
    position:relative;
    left:20px;
	cursor:pointer;
}


.equipmentNameLeft
{
    font-family: Arial;
    font-size:18px;
    padding-top: 16px;

}


.learnMoreLeft
{
    font-family: Arial;
    font-size:16px;
    padding-top:3px;
    color: Blue;
    text-decoration: underline;
}

.learnMoreLeft:hover
{
    font-family: Arial;
    font-size:16px;
    padding-top:3px;
    cursor:pointer;
}


.line
{
    background-image: url(../fpimages/line.gif);
    height: 39px;
    width:100%;
}

.PopupCoverDiv
{
	position:absolute;
	left:0px;
	top:0px;
	-webkit-transform: translateZ(0);
	background-color: white; 
	width: 100%;
    height: 3000px; 
    opacity: .4; 
    filter: alpha(opacity=40);
    z-index:9999;
}

.popupContainer
{
    width:930px; 
    margin:0; 
    padding:0; 
    border: 6px solid #555555;
    border-radius:6px;
    moz-border-radius: 6px;
    webkit-border-radius: 6px;
    ms-border-radius: 6px;
    -webkit-transform: translateZ(0);
    position:fixed;
    z-index:99999;
    display:none;
    top:100px;
}

.closeImage:hover
{
	cursor:pointer;
}

.popupTop
{
    background-color:lightgray; 
    height:28px; 
    text-align:right; 
    padding: 2px 10px 0 0;
}


.popupContent
{
    width:930px; 
    height:400px; 
    background-color:white;
}


.popupContentCisco
{
    width:930px; 
    height:460px; 
    background-color:white;
}


.popupContentSP
{
    width:930px; 
    height:420px; 
    background-color:white;
}


.popupContentLarge
{
    width:930px; 
    height:460px; 
    background-color:white;
}

.popupContentLargest
{
    width:930px; 
    height:466px; 
    background-color:white;
}

.popupLeft
{
    float:left; 
    text-align:center; 
    width:380px; 
    padding-top:20px;
}


.popupRight 
{
    float:right; 
    text-align:left; 
    width:490px;
    padding-right:8px;
}


.popupLeftLarge
{
    float:left; 
    text-align:center; 
    width:400px; 
    padding-top:40px;
}


.popupRightLarge 
{
    float:right; 
    text-align:left; 
    width:460px;
    padding-right:8px;
}


.phoneName
{
    font-size:16px; 
    font-family:arial; 
    font-weight:bold;
}

.text
{
    font-size:16px; 
    font-family:arial;
}

ul.features
{
    font-size:12px;
    font-family:arial; 
    font-weight:bold; 
    padding:0 0 0 12px; 
    margin:0;
}


li
{ padding: 5px 0 5px 0;
}


#imageWrap 
{
    width:400px;
    height:230px;
}


.thumbnails 
{
    cursor:pointer;
}