/* Master Layout */
#SearchResultsPageTitle
{
    /*position: absolute;
    top: 129px;*/
    left: 0px;
    width: 765px; /* Slight padding from edge of page. */
    height: 41px;
    background-color: #196BB8;
    padding-left: 8px;
}

#BodyContent
{
    visibility: visible;
    top: 184px;
    left: 204px;
    width: 557px;
	
    
}

#Navigation1
{
    visibility: visible;
    top: 184px;
    left: 5px;
    width: 199px;
}

/* Layout Borders */
#RefineSearchContainer, #BodyContentContainer
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
}

#BodyContentContainer
{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #CCCCCC;
    padding-left: 10px;
}

/* Headers */
h1#SearchResultsPageTitle
{
    font-size: 120%;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 41px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1#SearchResultsPageTitle span
{
    font-size: 20px;
    line-height: 41px;
}

h2
{
    margin: 0px;
}

#HighlightedResultsHeader h2, #NarrowSearchHeader h2
{
    padding-bottom: 6px;
    line-height: 12px;
}

#Navigation1 h3
{
    font-size: 100%;
    margin-top: 1em;
    margin-bottom: 0em;
}

/* Adjust margin for first header. */
/* TODO: Script for IE5 and 6. */
#Navigation1 h3:first-child
{
    margin-top: 0em;
}

/* Results Listings */
#HighlightedResultsContainer
{
    background-color: #f5f5f5; /* TODO: Not in style guide's color palette. */
	margin-bottom: 24px; 
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid; /* border overlapping dashed border */
	
	
}



/* Disable border for first highlighted result. */
/* TODO: Script for IE5 and 6. */
#HighlightedResultsContainer div:first-child, #ResultsListing div:first-child
{
    border-top-style: none;
}

.HighlightedResult, .Result
{
    padding: 10px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCCCCC;
}

#HighlightedResultsContainer .Column1
{
    width: 70px;
}

#HighlightedResultsContainer .Column2
{
    width: 340px;
}

#ResultsListing .Column1
{
    width: 400px;
}

#HighlightedResultsContainer .Column3, #ResultsListing .Column2
{
    width: 110px;
    float: right;
    text-align: right;
}

/* Results' Attribute Display */
.HighlightedResult .Title, .Result .Title
{
    font-weight: bold;
}

.HighlightedResult .Description, .Result .Description
{
    margin-bottom: 0.5em;
}

.HighlightedResult .Attributes, .Result .Attributes
{
}

.HighlightedResult .Attributes .Type, .Result .Attributes .Type
{
    font-weight: bold;
}

.Result .CPEHighlight
{
}

.HighlightedResult .Pricing, .Result .Pricing
{
    margin-bottom: 0.5em;
}

.HighlightedResult .Details
{
    margin-top: 2em;
}

.Result .Details
{
    margin-top: 1em;
}

.HighlightedResult .Comparison, .Result .Comparison
{
}

/* Results Controls */
#ResultsContainer div.Tabs
{
    margin-bottom: -1px;
    /* HACK: IE 7, don't know why but the border rules make the element line up correctly. */
    border-style: solid; 
    border-width: 1px;
    border-color: #FFFFFF;
    
}

#ResultsContainer div.Tabs div.Tab
{
    float: left;
    width: 117px;
    height: 23px;
    margin-left: 1px;
    font-size: 10px;
    line-height: 23px;
    font-weight: bold;
    text-align: center;
         
}

#ResultsContainer div.Tabs div.ActiveTab
{
    background-image: url(/media/generic_site_content/images/search/search_tab_active.gif);
}

#ResultsContainer div.Tabs div.InactiveTab
{
    background-image: url(/media/generic_site_content/images/search/search_tab_inactive.gif);
}

#ResultsContainer div.Tabs div.ActiveTab,
#ResultsContainer div.Tabs div.ActiveTab a:link,
#ResultsContainer div.Tabs div.ActiveTab a:visited,
#ResultsContainer div.Tabs div.ActiveTab a:hover,
#ResultsContainer div.Tabs div.ActiveTab a:active
{
    color: #F7F7F7;
    text-decoration: none;
}

#ResultsContainer div.Tabs div.InactiveTab,
#ResultsContainer div.Tabs div.InactiveTab a:link,
#ResultsContainer div.Tabs div.InactiveTab a:visited,
#ResultsContainer div.Tabs div.InactiveTab a:hover,
#ResultsContainer div.Tabs div.InactiveTab a:active
{
    color: #199BB8;
    text-decoration: none;
}

#ResultsContainer .Controls
{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    
}

/* Make "Sort by..." drop-down line up with paging. */
#ResultsContainer .Controls .PagingControl
{
    padding-top: 0.25em;
}

/* Navigation1 */
#Navigation1 ul
{
    margin-top: 0em;
    margin-bottom: 0em;
    list-style-type: none;
    margin-left: 0em;
    padding-left: 0em;
}

#RefineSearchContainer
{
    padding-right: 10px;
}

#AddKeywords, #Dimensions, #ExpandSearch
{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #003366;
}

#Dimensions
{
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCCCCC;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCCCCC;
}

#Dimensions a:link, #ExpandSearch a:link,
#Dimensions a:visited, #ExpandSearch a:visited,
#Dimensions a:hover, #ExpandSearch a:hover,
#Dimensions a:active, #ExpandSearch a:active
{
    color: #003366;
    text-decoration: none;
}

#Dimensions a:hover
{
    text-decoration: underline;   
}

#ExpandSearch
{
    margin-bottom: 1.25em;
}

#ExpandSearch div
{
    margin-bottom: 10px;
}

#ExpandSearch li
{
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 4px;
}

#ExpandSearch li img
{
    vertical-align: middle;
}

#ConferenceHighlight
{
    margin-bottom: 1em;
}

#ConferenceHighlight,
#TargetedResults
{
    margin-bottom: 1em;
    width: 183px;
}

#ConferenceHighlight .Content,
#TargetedResults .Content
{
    padding: 8px;
}

#ConferenceHighlight .Content
{
    background-color: #D7E8F2;
}

#TargetedResults .Content
{
    background-color: #CCCCCC;
}

div.Generic2Columns div.Column1
{
    float: left;
    width: 60%;
}

div.Generic2Columns div.Column2
{
    float: right;
    width: 40%;
}


#BodyContentContainer
{
    position:relative;
}
.HighlightedResult
{
    visibility:visible;
    height:1%;
     
}
/* Site widening */
.HighlightedResult .Column2 .Title,.HighlightedResult .Column2 .Description
{
width:500px;
}
.Result .Column1 .Title
{
width:575px;
}
.Result .Column1 .Description
{
 WIDTH:565px;
}
.Specials
{
	font-size: 8pt;
	font-weight: bold;
	padding-top: 4px;
}
.Specials a
{
	text-decoration: none;
}
.Specials img
{
	padding-bottom: 4px;
	vertical-align: middle;
}
.Specials span
{
	text-decoration: underline;
}
.backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
.popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
.popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:14px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
.popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
/* new updated css added for brightcove videos */
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
.popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:500px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:5;
padding:12px;
font-size:13px;
}
.popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
.popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
.contactArea
{
z-index:3;
}
