
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:1000000;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	height:600px;
}
/* Popup */
  .closePanel
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 17px;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top:6px;
    right: 6px;
    FILTER: progid:DXImageTransform.Microsoft.DropShadow(color="#666666",offX=2,offY=2); 
   
    
}
.closePanel a
{
    background-color: orange;/*#6699CC; */
    cursor: pointer;
    color: #FFFFFF; 
    text-align: center; 
    text-decoration: none; 
    padding: 5px;
    background-image:url(../../Images/gradients/gradientOrange.jpg);
    FILTER: progid:DXImageTransform.Microsoft.DropShadow(color="#666666",offX=2,offY=2); 
}
.closePanelRed
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 17px;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top:6px;
    right: 6px;
    FILTER: progid:DXImageTransform.Microsoft.DropShadow(color="#666666",offX=2,offY=2); 
    
}
.closePanelRed a
{
    background-color: red;/*#6699CC; */
    cursor: pointer;
    color: #FFFFFF; 
    text-align: center; 
    text-decoration: none; 
    padding: 5px;
    background-image:url(../../Images/gradients/gradientRed.jpg);
    FILTER: progid:DXImageTransform.Microsoft.DropShadow(color="#666666",offX=2,offY=2); 
}
 

.popElement{
	border-right: solid 1px black; 
	border-bottom: solid 1px black; 
	border-top: solid 1px black; 
	border-left: solid 1px black; 
	background-color: White;
	font-family:Trebuchet MS;
	font-size:10px;
	padding: 2px;
}
/*PopUp */
/**
 * Base styles
 */
body {
    background: #006ec7 url("/CablePublic/images/body-bg.jpg") 0px 4px repeat-x;
    padding: 4px 0 0;
    margin: 0;
}

a {
    color: #0068ae;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
img {
	border: 0;
}

#content ul {
    list-style-image: url("/CablePublic/images/bullet_red.png");
}

.hidden { display: none; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.clear-both, .clear-left, .clear-right {
    height: 0px;
    overflow: hidden;
}

img.left {
    float: left;
    margin: 0 1em 1em 0;
}
img.right {
    float: right;
    margin: 0 0 1em 1em;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
}

/**
 * Top bar
 */
#top_bar {
    background: #e0edf8;
    position: relative;
    z-index: 1600;
    height: 31px;
    padding: 0 0 0 1px;
    border-bottom: 1px solid #789cb5;
}
#top_bar p {
    margin: 0;
    padding: 0;
}
#top_bar div.container {
    float: left;
    position: relative;
    height: 31px;
    margin: 0;
    padding: 0;
    border-left: 1px solid #a1c8ea;
    z-index: 1000;
}

#top_bar #frm_language {
    padding: 3px 10px;
}
#top_bar #language_chooser {
    display: block;
    padding: 2px 9px 10px 8px;
    margin-top: 3px;
}
#top_bar select#language_chooser {
    display: inline;
}
#top_bar #language_chooser ul {
    top: 21px;
    left: 8px;
}

#top_bar #frm_search {
    padding: 4px 16px 4px 17px;
}
#top_bar #frm_search input {
    background: #fefefe;
    color: #b1b1b1;
    width: 243px;
    padding: 2px 5px;
    height: 12px;
    border: 1px solid #8da5b8;
    font-family: Arial;
    font-size: 10px;
}
#top_bar #frm_search input.active {
    color: #000000;
}
#top_bar #frm_search button {
    position: relative;
    background: transparent url("/CablePublic/images/btn_search.png") top left no-repeat;
    top: 1px;
    width: 18px;
    height: 18px;
    margin-left: -4px;
    border: none;
    text-indent: -3000px;
}
/*
#top_bar a.sprite {
    display: block;
    float: left;
    height: 31px;
    background: transparent url("/CablePublic/images/top-bar.png") top left no-repeat;
    text-indent: -3000px;
}
*/

#top_bar a#sales {
    width: 119px;
}
#top_bar a#sales.sprite:hover, #top_bar a#sales.active {
    background-position: 0px -31px;
}
#top_bar a#product-support {
    width: 174px;
    background-position: -119px 0px;
}
#top_bar a#product-support.sprite:hover, #top_bar a#product-support.active {
    background-position: -119px -31px;
}
#top_bar a#access_alcan {
    width: 108px;
    background-position: -295px 0px;
    border-right: 1px solid #a1c8ea;
}
#top_bar a#access_alcan.sprite:hover, #top_bar a#access_alcan.active {
    background-position: -295px -31px;
}

#top_bar #contact ul {
    position: absolute;
    top: 31px;
    background: #5b9ac5;
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}
#top_bar #contact ul a {
    display: block;
    background: #5b9ac5;
    color: #c0e5ff;
    padding: 4px 20px 4px 20px;
    font-family: Arial, serif;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}
#top_bar #contact ul a:hover {
    color: #fefefe;
}
#top_bar #contact ul#sales_list {
    left: 0px;
    min-width: 119px;
}
#top_bar #contact ul#product-support_list {
    left: 120px;
    min-width: 174px;
}

/**
 * Header styling
 */
#header {
    position: relative;
    clear: left;
    padding: 0;
    margin: 0;
}
/*
#header a {
    display: block;
    background: transparent url("/CablePublic/images/header.jpg") top left no-repeat;
    height: 119px;
    text-indent: -3000px;
}
*/
#header img {
    position: absolute;
    top: 0;
}
#header img#header-left {
    left: -269px;
}
#header img#header-right {
    right: -270px;
}

/**
 * Main navigation
 */
#main_nav {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 40px;
    border-bottom: 4px solid #edab1e;
    z-index: 1500;
}
#main_nav li {
    float: left;
    position: relative;
}
/*
#main_nav li a.sprite {
    display: block;
    background: transparent url("/CablePublic/images/nav-sprite.png") top left no-repeat;
    height: 40px;
    text-indent: -3000px;
}
*/
#main_nav li ul {
    display: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}
#main_nav li:hover ul, #main_nav li.hover ul {
    display: block;
}
#main_nav ul li {
    float: none;
}
#main_nav ul li a {
    display: block;
    background: #1f4d8f;
    color: #ffffff;
    padding: 8px 16px;
    font-family: Arial, serif;
    font-size: 12px;
    text-decoration: none;
}
#main_nav ul li a:hover {
    background: #153662;
    color: #ffffff;
}

#main_nav li#nav-products a {
    width: 104px;
    background-position: 0px 0px;
}
#main_nav li#nav-products:hover a.sprite, #main_nav li#nav-products.active a.sprite {
    background-position: 0px -40px;
}
#main_nav li#nav-info-center a {
    width: 165px;
    background-position: -104px 0px;
}
#main_nav li#nav-info-center:hover a.sprite, #main_nav li#nav-info-center.active a.sprite {
    background-position: -104px -40px;
}
#main_nav li#nav-value-added a {
    width: 188px;
    background-position: -269px 0px;
}
#main_nav li#nav-value-added:hover a.sprite, #main_nav li#nav-value-added.active a.sprite {
    background-position: -269px -40px;
}
#main_nav li#nav-sustainability a {
    width: 133px;
    background-position: -457px 0px;
}
#main_nav li#nav-sustainability:hover a.sprite, #main_nav li#nav-sustainability.active a.sprite {
    background-position: -457px -40px;
}
#main_nav li#nav-hot-topics a {
    width: 167px;
    background-position: -590px 0px;
}
#main_nav li#nav-hot-topics:hover a.sprite, #main_nav li#nav-hot-topics.active a.sprite {
    background-position: -590px -40px;
}
#main_nav li#nav-about-us a {
    width: 105px;
    background-position: -757px 0px;
}
#main_nav li#nav-about-us:hover a.sprite, #main_nav li#nav-about-us.active a.sprite {
    background-position: -757px -40px;
}
#main_nav li#nav-contact a {
    width: 98px;
    background-position: -862px 0px;
}
#main_nav li#nav-contact:hover a.sprite, #main_nav li#nav-contact.active a.sprite {
    background-position: -862px -40px;
}

/**
 * Content area
 */
#content {
    background-color: white;
    border-bottom: 1px solid #edab1e;
}

/**
 * Footer area
 */
#closure {
    clear: both;
    background: #01467e;
    height: 33px;
    margin-bottom: 15px;
    border-top: 3px solid #edab1e;
}
#footer {
    color: #ffffff;
}
#footer cite {
    display: block;
    float: left;
    font-family: Arial, serif;
    font-size: 10px;
    font-style: normal;
}
#footer p {
    font-family: Tahoma, serif;
    font-size: 12px;
    text-align: right;
}
#footer p a {
    color: #ffffff;
    text-decoration: none;
}

/**
 * Dropdown styling
 **/
.dropdown {
    display: inline;
    position: relative;
    font-family: Arial, serif;
}
.dropdown * {
    white-space: nowrap !important; /* Behave like a real select and never wrap text */
}
.dropdown strong {
    position: relative;
    background: transparent url("/CablePublic/images/dropdown-bg.png") left top no-repeat;
    color: white;
    padding: 3px 7px 5px;
    font-size: 10px;
    cursor: default;
}
.dropdown strong img {
    position: absolute;
    right: 0;
    top: 0;
}
.dropdown ul {
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border-left: 1px solid #84b8db;
    border-bottom: 1px solid #84b8db;
    border-right: 1px solid #a5cde6;
}
.dropdown li {
    font-size: 12px;
}
.dropdown a {
    display: block;
    background: white;
    color: #82b0cf;
    padding: 5px 10px;
    text-decoration: none;
    cursor: default;
}
.dropdown a:hover {
    background: #f5f9fc;
    color: #006bb3;
}

.PriceSheetCell
{
	border-top:  #a8c1c2 1px solid;
	text-align:center;
	vertical-align:middle;
	
}
.PriceSheetCellTitle
{
	border-top:  #a8c1c2 1px solid;
	text-align:Left;
	vertical-align:middle;
	height:30px;
	
}

#feedback {
	
}
#feedback A {
	BORDER-RIGHT: #030 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #090 1px solid; DISPLAY: block; PADDING-LEFT: 5px; RIGHT: -1px; BACKGROUND: #efaa18; PADDING-BOTTOM: 7px; BORDER-LEFT: #060 1px solid; PADDING-TOP: 7px; BORDER-BOTTOM: #030 1px solid; POSITION: fixed; TOP: 200px
}
#feedback A:hover {
	BORDER-RIGHT: #030 1px solid; BORDER-TOP: #030 1px solid; BACKGROUND: #030; BORDER-LEFT: #030 1px solid; BORDER-BOTTOM: #030 1px solid
}
