/****************************/
/***  ref. color palette  ***/
/****************************/

/*
Gray: #5a5a5a
Blue: #2f4d87
Purple: #323175
BrightBlue: #2566af
Green: #64963C
Yellow: #DCB400
Orange: #C8641E
Red: #9F2529
*/


/****************************/
/****	Basic & Reset  ******/
/****************************/


body, h1, h2, h3, h4, h5, ul {margin:0; padding:0;}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #5A5A5A;
}
h1 {
	color: #2f4d87;
	font-size:20px;	
}
.header-title h1 {
	color: #2f4d87;
	font-size:20px;	
	font-weight:bold;
	line-height:22px;
}
h2 {
	color: #2f4d87;
}
h3 {
	color: #2f4d87;
	font-size:12px;
	margin-bottom:5px;
	
}

a {	color: #2566af; text-decoration:none; outline: none; -moz-outline-style: none;}
a:hover { text-decoration:underline;}


.clear {clear: both;}
.left {float:left; }
.right {float:right; }


#wrap {
	width: 960px;
	margin: auto;
	font-size: 11px;
}
#content {
	margin-bottom: 10px;
}
#content-left {
	float: left;
	width: 705px;
	font-size: 11px;
	line-height: 16px;
	padding: 5px 9px 5px 5px;
	border-right:solid 1px #CCC;
	min-height:630px;
}
#content-left ul {padding-left:20px; }

.include-box {
	background-color: #f2f2f2;
	border: 1px solid #CCC;
	padding: 8px;
	margin-bottom: 15px;
	margin-top:10px;
}
#content-right {
	float: left;
	width: 230px;
	padding: 0 0 10px 10px;
}
#content-right ul, .include-box ul {
	padding-left: 20px;
}


.modal-background
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 9997;
	filter: alpha(opacity=70);
	opacity: 0.6;
}
.modal-shadow
{
	position: fixed;
	z-index: 9998;
	background-color: #000000;
	filter: alpha(opacity=20);
	opacity: 0.1;
}
.modal-content-iframe /* ie6 hack for dropdownlist */
{
	display: none;
	position: fixed;
	z-index: 9999;
}
.modal-content
{
	position: fixed;
	z-index: 9999;
}





/****************************/
/****		HEADER		 ****/
/****************************/

#header {
	padding-bottom: 10px;
}
#logo {
	float: left;
	width: 157px;
	margin-right: 10px;
	margin-top:20px;
}
#logo40 {
	float: left;
	width: 57px;
	margin-top:10px;
}
#logo .logoimg {
	background-image: url(/common/images/masterpage/logo.jpg);
	height: 55px;
	width: 144px;
	margin: 0px;
	padding: 0px;
}
#logo .logoimg a {
	text-indent: -9999px;
	display: block;
	height: 60px;
}
#top-nav {
	margin-top: 5px;
	margin-right:-8px;
	float:right;
}
#top-nav .sitelink1-parent-on
{
    background: #2F4D87;
    color: #ffffff;
    text-decoration:none;
}
#header .head-right {
	float: right;
	width: 700px;
	text-align: right;
	margin-top: 10px;
}
#search 
{
	width:275px;
	float:right;
	position:relative;
	z-index: 100;
}
#search .inp-button {
	color: #FFF;
	background-color: #2f4d87;
	border: 1px solid #2f4d87;
	border-top:none !important;
	padding: 2px;
	font-size:12px;
	width:70px;
}
#search .inp-search {
	background-color: #F7F7F7;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2f4d87;
	border: 1px solid #2f4d87;
	width: 195px;
	height:12px;
}
#lang {
	float: right;
	margin: 5px -8px 5px;
	text-align: right;
}
#lang a {
	color: #5a5a5a;
}



/****************************/
/****		FEATURED	 ****/
/****************************/

#featured {
	margin-bottom: 15px;
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#feat-left {
	background-image: url(/newlook/images/slide-left-bg.jpg);
	height: 326px;
	float: left;
	width: 767px;
}
#feat-right {
	background-image: url(/newlook/images/slide-right-bg.jpg);
	float: right;
	height: 296px;
	width: 163px;
	padding: 15px;
	color: #FFF;
}
#feat-right div 
{
    display: none;
}
#feat-right .title {
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
	min-height:30px;
}
#feat-right .description {
	font-size: 12px;
	font-style: italic;
	line-height: 14px;
}

#feat-left .images {
    overflow: hidden;
	position: relative;
	height: 284px;
	width: 640px;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
}
#feat-left .images img
{
    position: absolute;
    left: 75px;
    cursor: pointer;
}
#feat-left .menu {
	color: #FFF;
	width: 767px;
	background-image: url(/newlook/images/slide-left-menu-bg.jpg);
	height: 20px;
	padding-top: 4px;
	font-size: 10.5px;
}

#feat-left .menu ul li {
	float: left;
	width: 253px;
	text-align: center;
}
#feat-left .menu ul li a {
	color: #FFF;
}
#feat-left .menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



/****************************/
/****	NAVIGATION		 ****/
/****************************/


#main-nav {
	background-image: url(/common/images/masterpage/main-bg.jpg);
	padding: 5px;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #CCC;
}
#main-nav ul li {
	width: 170px;
	text-align: center;
}


/****************************/
/****	FRONT PAGE	   ******/
/****************************/

#front-boxes .box-a {
	width: 297px;
	margin-right: 1px;
	float: left;
}
#front-boxes .box-b {
	width: 297px;
	margin-right: 1px;
	float: left;
}
#front-boxes .box-c {
	width: 297px;
	float: left;
}

.box-blue {
	height: 110px;
	width: 279px;
	background-image: url(/common/images/box/box-blue.jpg);
	float: left;
	color: #FFF;
	padding-top: 22px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
}
.box-blue h3 {
	color: #FFF;
}


/****************************/
/****		FOOTER	   ******/
/****************************/

#footer {
	padding-top: 5px;
	border-top: 2px solid #2F4D87;
}
#footer .copyrights {
	float: left;
	width: 300px;
	color: #999;
}
#footer .foot-nav {
	float: right;
	width: 153px;
}
#breadcrumb {
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999;
}
#head-int {
	background-color: #333;
	color: #FFF;
}
#head-int .head-int-img {
	float: left;
	width: 630px;
}
#head-int .head-int-news {
	background-color:#333;
	color: #FFF;
	float: left;
	font-size: 10px;
	height:105px;
	padding: 10px;
	width: 310px;
}
#head-int .head-int-news b{
	color: #fff;
}
#head-int .head-int-news a {
    color: #FFF;
}
#head-int .head-int-news p {
	margin-bottom: 0px;
}



/****************************/
/****	COMMON STYLES	 ****/
/****************************/

.box-a, .box-b, .box-c {
	padding:10px 12px 10px 10px;
	background: url(/common/images/box/box.jpg);
	height: 112px;
	width: 319px;
	
}

.box-a p, .box-b p, .box-c p {margin-bottom:0; padding-bottom:0; }

.foot-nav ul, #top-nav ul, #main-nav ul, #lang ul {
	list-style-type: none; 
}
.foot-nav ul li, #top-nav ul li, #main-nav ul li, #lang ul li {
	float: left;
	margin-right:10px;
}
#top-nav ul li a, .foot-nav ul li a { color:#999;}

#top-nav ul li, .foot-nav ul li, #lang ul li, #main-nav ul li {
	display: block;
	border-left: 1px solid #999;
	padding-left: 8px;
}
#top-nav ul li:first-child, .foot-nav ul li:first-child, #lang ul li:first-child, #main-nav ul li:first-child {
	display: block;
	border-left:none;
	padding-left: 8px;
}


#family-left { 
    float: left; 
    width: 685px; 
    font-size: 10px; 
    line-height: 16px; 
    padding: 5px 9px 5px 5px; 
} 
#family-left p { 
	font-size:11px;
}
#family-right { 
    float: left; 
    width: 240px; 
    padding: 10px; 
}

#family-full .box-a {
	width: 297px;
	margin-right: 1px;
	float: left;
}
#family-full .box-b {
	width: 297px;
	margin-right: 1px;
	float: left;
}
#family-full .box-c {
	width: 297px;
	float: left;
}
#family-full ul {margin:20px;}

.product-title {color:#2f4d87;  font-size:16px;}

#content-left .dptitle {
	width: 100px;
	background-color: #F2F2F2;
	float: left;
	margin-left: 100px;
	padding: 5px 5px 5px 9px;
}
#content-left .dplinks {
	padding: 4px;
	float: left;
	width: 370px;
	text-align: center;
	border: 1px dotted #CCC;
}
.menu-title {
	color: #2f4d87;
	font-size:16px;
	font-weight:normal;
}
.box {margin-bottom:10px;}

hr 
{
	border: none 0; 
	border-top: 1px solid #999;/*the border*/
	width: 90%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.header-title 
{
	color:#069;
	font-size:22px;
	font-weight:bold;
	margin:30px 0 10px;
}

.boxlightblue {
	border: 1px solid #CCDEF7;
	margin-bottom:10px;
}
.boxlightblue .box_t {
	background: #EAF1FB url(/common/images/box/side-bullet.gif) no-repeat 6px center;
	font-weight: bold;
	color: #333;
	font-size: 11px;
	padding: 9px 9px 9px 18px;
	border-bottom: 1px solid #CCDEF7;
}
.boxlightblue .box_content {
	padding: 9px;
	line-height: 18px;
	background-color: #F2F7FD;
}
.productview-table 
{
    width: 100%;
}
.productview-table th {
background-color:#F2F2F2;
color:#333333;
padding:4px;
}
.productview-table hr {
	border:none;
	border-bottom: 1px dotted #999;
	width:95%;
	padding:0;
	margin:0;
}
.head-int-news h3 {color:#FFF; margin-top:10px;}

#events-table td {border-bottom:1px dotted #CCC;}
#events-table th {background: #F2F2F2;}

#feat-right a {color:#fff; text-decoration:underline;}

#bitwackr {
	font-size: 11px;
	line-height: 16px;
	min-height:630px;
	padding: 5px;
}
#bitwackr .bit-left {
	float: left;
	width: 610px;
}
#bitwackr .bit-right {
	float: right;
	width: 290px;
	padding: 10px;
	background-color: #F8F8F8;
	margin-left:10px;
}
#bitwackr .bit-right ul {
	padding-left: 20px;
}
#bitwackr h3  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	margin:6px 0 5px;
}
#bitwackr .bit-mid .mid-left {
	padding: 10px;
	float: left;
	width: 290px;
	margin-top: 5px;
	background-color: #F8F8F8;
}
#bitwackr .bit-mid .mid-center {
	padding: 10px;
	float: left;
	width: 290px;
	margin-top: 5px;
	background-color: #F8F8F8;
	margin-left:5px;
}
#bitwackr .bit-mid .mid-right {
	padding: 10px;
	float: right;
	width: 290px;
	margin-top: 5px;
	background-color: #F8F8F8;
}
#bitwackr hr {
	border:none;
	border-bottom:1px dotted #CCC;
}
#bitwackr .highlights {
	list-style-type: disc;
	padding-left: 20px;
}
}

#ctl00_pnSearchBox
{
    position: relative;
}
#divRes
{
    position: absolute;
    left: 0px;
    background: #ffffff;
    z-index: 101;
    width: 201px;
    text-align: left;
    padding: 2px;
    display: none;
    height: auto;
}
#divRes ul
{
    list-style: none;
}
.newstitle {font-weight:bold; font-style:italic; }
/*** Packaging **/
.pack-table
{
	font-size: 12px;
	width: 100% !important;
	margin-bottom: 10px;
}
table.pack-table td
{
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
.pack-table td:first-child
{
    width: 35% !important;
}
.pack-table td+td
{
    width: 35% !important;
}
.pack-table td+td+td
{
    width: 30% !important;
}
.pack-header
{
	background-color: #ebebeb;
	font-size: 13px;
	padding: 2px 0px 2px 0px;
}
.pack-header:hover
{
	background-color: #ebebeb;
	font-size: 13px;
	padding: 2px 0px 2px 0px;
}
.jobslink 
{
	font-size:12px;
    background-color: #FFFF99;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #FFCC33;
	padding: 10px;
	display:block;
	width:205px;
	margin:auto;
	text-align:center;
}

li.highlight
{
	background: #483d8b;
	color:#ffffff;
}
.boxsecure {
	border: 1px solid #fc6;
	margin-bottom:10px;
}
.boxsecure .box_t {
	font-weight: bold;
	color: #333;
	font-size: 1.2em;
	background: #FFC url(/common/images/box/side-bullet.gif) no-repeat 6px center;
	padding: 9px 9px 9px 18px;
	border-bottom: solid 1px #FC6;
}
.boxsecure .box_content {
	line-height: 1.8em;
	padding: 9px;
	padding-left: 55px;
	background: url(/common/images/secure-resources.jpg) no-repeat 5px center;
}
#glosary-list ul {
	padding: 0px;
	list-style-type: none;
	margin-bottom:25px;
}
#glosary-list ul li {
	display: inline;
}
#glosary-list ul li a
{
	font-size:1.4em;
	font-weight:bold;
}
.error
{
	background:#FFEAEA url(/common/images/bad-field.png) no-repeat 5px center;
	border:solid 1px #C00;
	color:#C00;
	padding:9px;
	padding-left:25px;
	width:500px;
}
.sitemap-box {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.sitemap-box ul {
	padding: 10px;
	list-style-type: none;
	float: left;
}
.sitemap-box ul li {
	padding-left: 10px;
}
.sitemap-box ul li:first-child {
	font-weight: bold;
	padding: 0px;
}

.sitemap-box h3 {
	background-color: #f0f0f0;
	padding: 5px;
	border-bottom: solid 1px #CCC;
	color: #333;
	margin: 0px;
}
.short {
	width:228px;
	float:left;
	margin-right:10px;
}
.short-last {
	width:228px;
	float:left;
}
#login-register {
	margin: 80px auto 50px;
	width: 650px;
}

#login-register .box-login {
	width: 300px;
	background-color: #fafafa;
	float: left;
	border: 1px solid #CCC;
	height: 200px;
}
#login-register .box-login table {
	width: 96%;
	padding: 10px;
}
#login-register .box-login table td {
	padding: 2px;
}
#login-register .box-register {
	width: 300px;
	border: 1px solid #ccc;
	background-color: #fafafa;
	float: right;
	text-align: center;
	padding: 45px 10px 55px 10px;
}
#login-register .box-login  .loginput {
	padding: 5px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
}
#login-register .box-login .loginbut {
	background-color: #2f4e87;
	color: #FFF;
	border-style: none;
	padding: 5px;
	width: 95px;
}
.box-register h2 {margin:24px 0 10px}

#content-right #xforcemenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#xforcemenu .maintab 
{
	background-color:#f7f7f7;
	margin:4px 0;
}
#xforcemenu .maintab a 
{
	display:block;
	padding:7px;
	width:97%;
}
#termspage 
{
	border:solid 1px #2D4E83;
	font-size:12px;
	margin:20px;
	padding:10px;
}
#wrapdown 
{
	border:solid 1px #ccc;
	font-size:1.2em;
	padding:20px;
	margin:20px;
}
#content-left .Header
{
	font-weight:bold;
	font-size:1.2em;
	color:#2f4d87;
}

.desc-box 
{
    background-color:#f8fbff;
    border:solid 1px #dbebff;
    padding:10px;
    width:280px;
    float:right;
    margin-bottom:10px;
}
.desc-box p 
{
    margin:0;
}
.desc-box p:first-child 
{
    font-weight:bold;
    color:#2F4D87;
}
.divGroup 
{
	border-bottom: solid 1px #2566AF;
	margin-top:30px;
	margin-bottom:10px;
	padding-bottom:5px;
}
.divGroup a
{
	font-size:18px;
	font-weight:bold;
}
.divSubGroup 
{
	border-bottom: dotted 1px #666;
	padding-bottom:3px;
	margin-top:20px;
	margin-bottom:10px;
}
.divSubGroup a
{
	color:#666;
	font-size:14px;
	font-weight:bold;
}
.pack-table 
{
	margin-left:15px;
	margin-top:10px;
	padding-right:10px;
}
.top-pack 
{
	font-size:14px;
	font-weight:bold;
}

#family-bottom 
{
	padding:20px 10px 10px;
}

#error {
	margin: auto;
	margin-bottom:35px;
	width: 500px;
	font-size: 1.1em;
	line-height: 1.4em;
	background-color: #FFF;
	padding: 10px;
	margin-top:60px;
	text-align:center;
}
a {
	color: #2566AF;
}
#error h2 {
	font-size: 2em;
	letter-spacing: -1px;
	color: #2F4D87;
}
#error h1 {
	font-size: 4em;
	letter-spacing: -1px;
	color: #2F4D87;
	margin-bottom:15px;
}

.clear {
	clear: both;
}

#careers h2 {color: #369; border-bottom:dotted 1px #999; margin-top:15px; padding-bottom:5px; font-weight:normal; }
#careers .box-med h2 {color: #369; border-bottom:dotted 1px #999; margin-top:0; padding-bottom:5px; font-weight:normal; }
#careers h3 {color: #999; font-size:14px; }
#careers .col01, #careers .col02, #careers .col03 {
	width: 310px;
	float: left;
}
#careers .col02 {
	padding:0 5px;
}
#clubexar img 
{
	border:solid 1px #ccc;
	padding:3px;
}
#careers #clubexar h3
{
	margin:0;
	padding:0;
}
#careers #clubexar hr 
{
	margin-bottom:15px;
}
#careers .col, #careers .coll {
	width: 230px;
	float: left;
	margin-right:5px;
}
#careers .coll {
	margin-right:0;
}
#careers .col h2, #careers .coll h2{
	margin-bottom:5px;
}
#careers .col img, #careers .coll img{
	margin-right:20px;
}

.box-large-l {
	float: left;
	width: 296px;
}
.box-large-r {
	float: left;
	width: 295px;
}
.box-large-l ul, .box-large-r ul {
	margin-left: 70px;
}

.box-large-l {
    float: left;
    margin-right: 1px;
}
.box-large-l, .box-large-r{
    background: url("/common/images/box/box-large.jpg") no-repeat;
    padding: 10px;
	min-height:160px;
}
#benefits h2 
{
		font-size:22px;
	text-align: center;
	color: #666;
	padding:10px;
	margin-top:10px;
	
}
#benefits h3 {
	color: #06C;
	font-size:16px;
	border-bottom: 1px dotted #666;
	padding-bottom:5px;
	margin-bottom:5px;
}
#careers .box-top 
{
	background: url("/common/images/box-top.png") no-repeat;
	height:8px;
}
#careers .box-med 
{
	background: url("/common/images/box-med.png") repeat-y;
	padding:0 15px 5px 10px;
}
#careers .box-med p:last-child
{
	margin-bottom:0;
}
#careers .box-bot 
{
	background: url("/common/images/box-bot.png") no-repeat;
	height:12px;
}
.datad {
	text-indent: -9999px;
	display: block;
	height:35px;
	width: 276px;
	background-image: url(/uploadedImages/Products/Networking/data-deduplication.gif);
}
