/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
body
{
	font-family: Verdana, Arial, sans-serif;
	background-color: #d4d1d9;
}

#superWrapper
{
	width: 1040px;
	margin: 0 auto;
	position: relative;
}

#mainHead
{
    font-size: 14pt;
    padding-bottom: 3px;
    margin-bottom: 21px;
    color: #283f6e;
    border-bottom: 1px solid #bababa;
} 

#subHead
{
    color: #AAAAAA;
    font-weight: bold;
    margin-top: -17px;
}

#wrapper
{
	background-color: white;
	padding: 0 20px;
	float: left;
	border-width: 0 1px;
	border-color: #aaa;
	border-style: solid;
	margin: 0;
	width: 1000px;
    position: relative;
}

#mainBody
{
	font-size: 11px;
	clear: both;
	padding-top: 20px;
	min-height: 575px;
    margin-top: 20px;
}

a
{
	color: #283f6e;
}

a:hover
{
	color: #3b629b;
}

#mainBody p
{
	line-height: 18px;
	margin-bottom: 18px;
}

#rightSide
{
    margin-top: -2px;
    float: right;
    width: 770px;
}


#messageWindow
{
	font-size: 12px;
	line-height: 18px;
	width: 300px;
	background-color: white;
	border-width: 1px 2px 2px 1px;
	border-color: black;
	border-style: solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px 10px;
}

#messageWindow p
{
	text-align: center;
}

#mainBody div.PopupBlocker
{
	background-color: #dedede;
	margin: 0;
	width: 100%;
	display: block;
	z-index: 999;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 1px solid red;
	filter:alpha(opacity="50");
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#mainBody div.Popup 
{
	margin: 0px;
	width: 100%;
	display: block;
	z-index: 1000;
	position:absolute;
	top:0;
	left:0;
	right:0;
}

#mainBody div.PopupInner
{
	width: 500px;
	height: 300px;
	top: 140px;
	position: relative;
	background-color: white;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	z-index: 10001;
}

#header
{
    height: 80px;
}

#header a.noClick
{
   cursor: default;
}

div.panel
{
	background-color: #f1f1f1;
	color: black;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 3px #666;
	-moz-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	float: left;
	width: 880px;
}

div.panel p
{
	margin: 5px 0;
}

#ui-datepicker-div
{
    font-size: 12px;
}

img.linkIcon
{
	margin-right: 5px;
	position: relative;
	top: 3px;
}

#mainBody p.newsCopy
{
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L", Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 14px;
}

#mainBody p.byline
{
	color: #666;
	margin-bottom: 3px;
}

#mainBody ul.zebra
{
	font-weight: normal;
	list-style-image: none;
	margin-left: 0;
	margin-top:-5px;
}

#mainBody ul.zebra li
{	padding: 10px 0;
	margin: 0;
}

#mainBody ul.zebra li.even
{
	background-color: #f1f1f1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#mainBody .pageMessage
{
	border: 2px solid #3b629b;
	width: 934px;
	padding: 10px 10px 15px 52px;
	min-height: 32px;
	background: #eef3fb url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/information.png') no-repeat 10px;
	color: #283f6e;
	margin-bottom: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	display: none;
	position: relative;
}

#mainBody .pageMessage p
{
	margin:0; padding: 0;
}

#mainBody .pageMessage a.noMoreMessage
{
	position: absolute;
	right: 10px;
	bottom: 4px;
	font-size: 9px;
	opacity: .5;
	filter:alpha(opacity="50");
}

#mainBody .pageMessage a.noMoreMessage:hover
{
	opacity: 1;
	filter:alpha(opacity="100");
}

#mobileAlert
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#mobileAlert p
{
	margin: 10px;
}

ul.undstandConsumer
{
	margin-bottom:25px;
}

div.leftCol
{
	width:240px;
	float:left;	
	margin-right:5px;
	
}

div.rightCol
{
	width:240px;
	float:right;
}

div.graphic
{
	width:500px;	
	float:left;
	min-height:450px;	
}

#mainBody ul.newLists
{
    margin-left: 0;
	width:180px;
}

#mainBody ul.newLists li
{
	border-bottom: 1px solid #ccc;
	padding: 5px ;
   
}

#mainBody ul.undstandConsumer li
{
	line-height:180%;
	margin: 6px 0;
	border-bottom:1px solid #ccc;
}

a.contactSales
{
	color: #006633;	
}

a.userAd
{
	margin-left:200px;	
}

#mainBody .marketDesc
{
	line-height:180%;
	font-size:12px;
	border: 1px solid #ccc;
	padding: 15px;
	margin-right: 30px;
	margin-top:5px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}



#mainBody div.marketLeft
{
	width:200px;
	border: none;
	margin-top:40px;
}

#mainBody div.countryLeft
{
	width:220px;	
}

#mainBody ul.countryServiceList
{
	float:left;
	padding-right:68px;
}

#mainBody ul.countryDetailLink
{
	padding:0;
}

#mainBody ul.countryServiceList {
margin-bottom: 5px;
}

#mainBody ul.countryServiceList li
{
	
	border:none;
}

#newLists {
margin-top: 15px;
margin-left:26px;
}


#mainBody div.countryLeft ul
{
	margin: 20px 0 0 0;
}

#mainBody div.countryLeft li
{
	border-bottom: none;
}



div.countryList
{
	margin: 0;
	width: 100%;
	height: 593px;
	overflow-y: scroll;
}

div.countryList::-webkit-scrollbar
{
	width:14px;
}

div.countryList::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

div.countryList::-webkit-scrollbar-thumb
{
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #d4d9e2 url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/scroll-texture.png?72e2155f2284') no-repeat 50%;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

div.countryList li
{
	padding:7px 0;
}

div.countryList a
{
    text-decoration: none;
}
div.countryList a:hover
{
    text-decoration: underline;
}


#requestCountry
{
	float:right;
	clear:both;
	margin: 20px 22px 0 0;
	
	
}

#countryIntelligence
{
	margin-top:20px;
	margin-left:15px;
}

#salesEnablement img
{
	margin: -25px 35px;
	width: 500px;
}

#mainBody ul.sales li
{
	border-bottom:none;
	line-height:16px;
}

#mainBody div.sales
{
	margin-top:0
}

#mainBody ul.solutions li
{
	color: #283f6e;
	font-weight:bold;
	list-style-image:none;
	list-style-type: disc;
}

div.topGraphic
{
	border:1px solid #ccc;
	background: #ccc;
	min-height:300px;
}

#bottomLeft
{
	border:1px solid #ccc;	
	width: 245px;
	float:left;
}

#bottomRight
{
	border:1px solid #ccc;	
	width: 245px;
	float:right;
}

#bottomRight:hover, #bottomLeft:hover
{
	cursor: pointer
}

#mainGraphic
{
	width:500px;
	margin-bottom:10px;
}

#mainBody img.userAdoption
{
	height: 405px !important;
	width: 380px;
	padding-left:60px;
	margin-bottom:40px;
}

#crossTabIMG
{
	margin-top:10px;
}

#userAdoption li
{
	padding: 7px 0;
	text-align:center;
}

div.teardownRight 
{
	width:700px;
	min-height:500px;
	position: relative;
	right:40px;	
	float:right;
}


#mainTeardownImage
{
	width: 300px;
	height:400px;	
	margin-left:9px;
	margin-top:-39px;
	float:left;
}

#mainTeardownImage img
{
	margin-left:45px;
}

div.recentTeardowns
{
	
	margin-right:20px;
	margin-top:20px;
	width:200px;
	float:right;
}

div.recentTeardowns h3.title
{
	text-decoration: underline;
	font-size:12px;
	text-align: left;
}

#mainBody div.recentTeardowns li
{
	text-align:left;
	padding: 7px 0;
	font-size:11px;
	line-height:1.2;	
}

#mainBody div.recentTeardowns li a
{
    text-decoration: none;
}
#mainBody div.recentTeardowns li a:hover
{
    text-decoration: underline;
}

#map
{
  
    height: 400px;
    margin: 20px 0;
    padding: 10px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #999;
}

#map p
{
    position: absolute;
    top: 5px;
    right: 8px;
    color: #333;
}

#teardownServices div
{
    display: none;
}

#teardownServices p.more
{
	margin-left:8px;
}

#teardownServices h2.sectionTitle
{
	padding:10px 0;
	padding-left:10px;
}

ul.newLists li.active
{
	background-color:#E9EBF0;	
}

ul.newLists li.active a
{
	color: black;
}

ul.newLists a
{
	text-decoration:none;
}
.researchMap
{
    width: 100%;
	background: url('/image/062012_redesign/dca-foroverviewpage.jpg');
}

.researchMap td, .researchMap th
{
    padding: 5px 1%;
    text-align: center;
    border-left: 1px solid #f1f1f1;
}

.researchMap th
{
    color: #283f6e;
    font-size: 14px;
    border-bottom: 2px solid #f1f1f1;
    text-align: left;
    vertical-align: middle;
    text-align: center;
}

.researchMap td b
{
    display: block;
    color: #333;
    font-size: 13px;
    margin-bottom: 8px;
    padding-top: 8px;
    color: #283f6e;
}

.researchMap li
{
    margin-bottom: 12px;
	background:#fff;
}

.researchMap li a
{
    text-decoration: none;
    display: block;
    padding: 5px;
    border: 1px solid #666;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.researchMap li a:hover
{
    background-color: #f1f1f1;
}

#mainBody .researchMap li h2 a
{
    text-decoration: none;
    font-size: 11px;
}

#mainBody .researchMap li p
{
    margin-top: 3px;
    line-height: 1.2;
    color: #666;
}

div.toggleView
{
	margin-top:-10px;
	margin-bottom:10px;
	margin-left: 20px;
}

a.toggleActive
{
	font-weight:bold;
}

#mainBody div.coverage ul.newLists
{
	margin: 0;
}

#mainBody div.coverage ul.newLists .coverageActive
{
	background-color:#fcfcfc;
}

#mainBody div.coverage ul.newLists .coverageActive:first
{
	border-top:1px solid;
}

div.coverage
{
	float:left;
	margin:0;
}

div.coverage a
{
    text-decoration: none;
}

div.splashView div.coverageTitle
{
	font-size:15px;
	font-weight:bold;
	padding-bottom:10px;
	color: #333;
}

div.coverageRight ul
{
	width:300px;
}

#mainBody div.splashView .leftCol ul li:hover:not(.coverageActive)
{
	cursor:pointer;
	background-color:#fff;
}

#mainBody div.splashView .leftCol ul li
{
	background-color: #f1f1f1;
	padding:15px 5px;
	list-style-position:inside;
	
}

#mainBody div.coverage li img
{
	padding-right:8px;
	padding-left:2px;
}

div.splashView
{
	background: url('/image/062012_redesign/dca.jpg');	
	overflow:auto;
	width:1000px;
	min-height:620px;
}

div.coverageRight a
{
	text-decoration:none;
	font-size:14px;
	color:#2f69af;
	
}

div.coverageRight
{
	width:693px;	
	float:left;
	min-height:317px;
	padding-left:50px;
	padding-top:20px;
}

#mainBody div.coverageRight li
{
	margin:9px 5px;
	padding:5px 9px;
	width:300px;
	font-weight:bold;
}

#mainBody div.coverageRight li:hover
{	
	background-color:#fcfcfc;
}

div.country div.sectionTitle
{
	background: #3b629b;
	color: #fff;
	padding:10px;
	font-size:14px;
	font-weight:bold;
}


div.countryImage
{
	float:right;	
}

div.countryImage img
{
	z-index:999999999;
	height:135px;
}

div.countryTables
{
	clear:right;
	padding-top:25px;
}

#mainBody div.coverageRight li.verticalsON
{
	color:#fcfcfc;
}

#mainBody div.coverageRight li.verticalsON:hover
{
	color:#2f69af;
}

div.vendorMatrixInfo
{
	float:right;
	min-height:500px;
	width:685px;
	display:none;
}

div.companyList ul li
{
	display:none;
}

div.companyList
{
	float:left;
	width:300px;
}

div.companyActive
{
	display: block;
}

#mainBody p.letters
{
    font-size:12px;
}

div.verticalsLeft
{
	width:300px;
	float:left;
}

div.verticalsRight
{
	float:right;
	margin-top:25px;
	margin-right:20px;
}

div.verticalName
{
	font-size:13px;
	font-weight:bold;
}

#verticalsList li
{
	padding-left: 15px;
    background: url('/image/swishybg.png') repeat-y left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#mainBody #map 
{
	width: 700px;
	height: 400px;
	margin: 0;
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #999;
}


#mainBody .pages p
{
	line-height:18px;
}

a.helpLink
{
    font-size: 80%;
    text-decoration: none;
    position: relative;
    top: -5px;
}

#message404
{
    text-align: center;
    margin: 100px auto;
    width: 384px;
}

div.homePage
{
	border:none !important;
}

#mainBody #sidebar .section
{
	clear: left;
	margin-top: 20px;
	margin-bottom: 0;
	
}

#newsAlignment {
margin-left: 30px;
}

#marginRightPress h1 {
margin:0;
}

#whitePaperAlignment p.wPlabel {
color: #AAAAAA;
font-weight: bold;

}

#whitePaperAlignment p.paddingUp {
padding-top:15px;

}

.boldGray {
font-weight:bold;
color: #AAAAAA;

}

#sidebar
{
    clear: left;
    float: left;
	margin-top: 9px;
    margin-right: 30px;
    width: 220px;
}

#mainBody #sidebar .section h1
{
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 4px;
	padding-left:0;
	color: #333333;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 10px;
	margin-top: 0;
	width:200px;

}

#sidebar .section h2
{
	margin: 10px;
	color: #939fb6;
	border-bottom: 1px solid #d4d9e2;
	padding-bottom: 3px;
}

#mainBody #sidebar .section:first-child h1
{
	border-width: 0 0 2px 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

#sidebar h1 .followIcons
{
	float: right;
}

#sidebar h1 .followIcons img
{
	margin-left: 3px;
	float: left;
}

#sidebar .section ul li
{
	margin-top: 5px;
	line-height: 15px;
	min-height: 19px;
	list-style-type: none;
}

#mediaCitationsMoveLft .whitepapers li {
padding: 5px 0;
}

#sidebar .section ul li a
{
	display: block;
	text-decoration: none;
	
	
}

#sidebar .section p
{
    padding: 3px 0 0 0;
	margin: 0;
}

#main
{
	margin:0;
}


.prodlist ul
{
	list-style-type: disc;
	padding: 0 25px 15px;
	line-height: 16px;
}

#sidebar .promo
{
    position: absolute;
    right: 37px;
    top: 680px;
}

#sidebar .subtitle
{
	color:#666;
	font-weight:bold;
	font-size:9px;	
}

.sidebar-ad
{
    display: block;
    width: 100%;
    text-align: center;
}

a.button
{
    padding: 5px 10px;
    display: block;
    background-color: #283f6e;
    color: white;
    cursor: pointer;
    float: left;
    margin: 10px 0 -10px 0;
}

a.button:hover
{
    background-color: #3b629b;
}

#footer
{
	clear: both;
	float: left;
	margin-top: 20px;
	padding: 40px 0 30px 0;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #283f63;
	width: 1000px;
	text-align:left;
}

#footer p
{
	clear: both;
	font-size: 10px;
	text-align: justify;
	margin-top: 15px;
	line-height: 13px;
	color: #666;
}

#footer ul
{
	text-align: center;
}

#footer ul li
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
#footer ul li:first-child
{
	padding-top: 0;
} 

#footer ul li a
{
	color: #4A4A4A;
	text-decoration: none;
}

.footerleft
{
	padding: 0 10px;
	margin-right: 10px;
	font-weight: normal;
	width: 220px;
	float: left;
	color: #283f6e;
}

.footerleft .title
{
	display: block;
	font-size: 14px;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #283f6e;
	margin-bottom: 10px;
}
.footerleft ul a
{
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #283f6e;
	line-height: 10px;
	padding-left: 0px;
}

.footerleft ul a:hover
{
	background-size: 12px;
	font-weight: bold;
}

#header p.tagline
{
	text-align: center;
}

#header p.tagline a
{
	font-size: 8px;
	color: #666;
	padding-top: 3px;
	display: block;
	text-decoration: none;
}

#header #siteLogo
{
	float: left;
	padding: 10px 0 0 5px;
	opacity: .85;
	margin-top: 5px;
}

#header #siteLogo:hover
{
	opacity: 1;
}

a:focus
{
	outline: none;
}

#accountFunctions
{
	clear: both;
	float: right;
	margin: -10px 0 0 0;
	text-align: right;
	position: relative;
	right: 5px;
    z-index: 9;
    min-width: 400px;
}

#accountFunctions a
{
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
}

#accountFunctions a:hover
{
	text-decoration: underline;
}

#subMenu
{
	height: 20px;
	float: left;
	font-size: 10px;
	background-color: #e6f7ea;
	margin: 0 0 0 -20px;
}

#subMenu ul li
{
	float:left;
	display:inline;	
	padding: 5px 10px;
	vertical-align:top;
	
}

#subMenu ul li:hover
{
	background-color:#c0dbbc;
}

#subMenu ul li a
{
	text-decoration:none;
}

#practiceServiceMenu *
{
    z-index: 8;
}

#practiceServiceMenu>ul
{
    background-color: #e9ebf0;
    float: left;
    border-width: 1px 0;
    border-color: #d4d9e2;
    border-style: solid;
    margin: 0 -20px 10px -20px;
}

#practiceServiceMenu>ul>li
{
    float: left;
}

#practiceServiceMenu ul li a
{
    display: table-cell;
    height: 42px;
    width: 114px;
    vertical-align: middle;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    padding: 0 8px;
}

#practiceServiceMenu ul li a:hover
{
    background-color: #d4d9e2;
}

#practiceServiceMenu ul li ul
{
    display: none;
    position: absolute;
    background-color: #e9ebf0;
}

#practiceServiceMenu ul li ul li
{
    border-bottom: 1px solid #d4d9e2;
}

#header .loginLink
{
    margin-top: 5px;
}

#inlineLogin *
{
    z-index: 9;
}

#inlineLogin
{
    float: left;
    overflow: hidden;
    width: 310px;
    height: 37px;
    text-align: left;
    position: relative;
}

#inlineLogin #messageBox
{
    height: 12px;
    padding: 12px 5px;
    width: 300px;
    position: absolute;
    top: -36px;
    background-color: #c00;
    color: #ffd;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    z-index: 10;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#inlineLogin a
{
    margin-right: 10px;
}

#inlineLogin>div
{
    position: relative;
    left: 265px;
    width: 350px;
    float: left;
}

#inlineLogin input, #inlineLogin button
{
    font-size: 10px;
}

#inlineLogin input[type='email'], #inlineLogin input[type='password']
{
    width: 100px;
}

#inlineLogin #rememberCheck
{
    position: absolute;
    left: 46px;
    font-size: 9px;
    color: #666;
}

#rememberCheck label
{
    position: relative;
    top: -3px;
}

.placeheld
{
    color: #aaa;
}

#accountFunctions a#loginMore
{
    font-size: 9px;
    display: block;
    position: absolute;
    left: 215px;
    top: 4px;
    background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/login-dropdown-arrow.png') no-repeat right 1px;
    padding: 0 14px 0 3px;
    margin: 0;
}

#moreOptions
{
    position: absolute;
    top: 36px;
    left: 0;
    background-color: white;
    width: 300px;
    font-size: 8px;
}

#moreOptions li a
{
    display: block;
    padding: 1px;
}

#socialMedia
{
    position: absolute;
    right: -27px;
    top: 155px;
    padding: 6px 5px 0 5px;
    background-color: white;
    border-width: 1px 1px 1px 0;
    border-color: #aaa;
    border-style: solid;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#socialMedia a
{
    display: block;
    margin: 0 0 4px 0;
    padding: 0;
}

#checkoutLink img
{
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.proceed-to-checkout
{
    display: inline-block;
    border: 2px solid #638f66;
    background-color: #518a56;
    color: white;
    padding: 3px 5px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.proceed-to-checkout:hover
{
    color: white;
    background-color: #60a366;
}

#abi-toolbar
{
    position: fixed;
    right: 0;
    top: 0;
    width: 26px;
    padding: 5px;
    background-color: rgba(0, 0, 0, .3);
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

#abi-toolbar button
{
    padding: 3px;
    line-height: 0;
    margin: 0;
}

#abi-toolbar button[disabled] img
{
    opacity: .5;
}

#AskTheAnalyst
{
	margin-top: 15px;
	padding: 0;
	width: 500px;
}

#AskTheAnalyst ul
{
	float: left;
}

#AskTheAnalyst ul li
{
	margin: 0;
	line-height: 30px;
}
#AskTheAnalyst a
{
    font-weight: bold;
}

#mainBody form.activation-preferences p
{
    margin: 3px;
    padding: 2px 10px;
    clear: left;
}

#mainBody form.activation-preferences input[type="checkbox"]
{
    margin-top: 5px;
}

#top_menu *
{
	z-index: 101;
}

#top_menu
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-left: 32px;
	float: right;
	height: 27px;
	margin-top: 5px;
	margin-bottom: -5px;
}
#top_menu ul
{
	margin: 0; padding: 0;
	list-style-type: none;
}
#top_menu ul li
{
	float: left;
	display: inline;
	position: relative;
	color: #283f6e;
}

#top_menu>ul>li
{
	border-width: 0 1px;
	border-color: white;
	border-style: solid;
}

#top_menu ul li a
{
	display: block;
	padding: 8px;
	text-decoration: none;
	
}
#top_menu ul li a:link, #top_menu ul li a:visited
{
	color: #283f6e;
}

#top_menu ul li:hover
{
	background: #e9ebf0;
	color: #283f6e;
}
#top_menu ul li a img
{
	position: absolute;
	top: 11px;
	right: 7px;
}

#top_menu ul li ul
{
	display: none;
	position: absolute;
}

#top_menu ul li ul li
{
	float: none;
	padding: 0; margin: 0;
	display: block;
}

#top_menu ul li ul li a
{
	padding: 8px;
	margin: 0;
	width: 170px;
	background: #e9ebf0;
	display: block;
}

#top_menu ul li ul li a:hover
{
	background: #d4d9e2
}

#top_menu ul li ul li ul
{
	top: 0;
	left: 186px;
}

div.searchBar
{
	float: right;
	position: relative;
	top: -3px;
	margin-left: 10px;
}

#top_menu ul li.searchBar:hover
{
	background: transparent;
}

#searchBox
{
	height: 15px;
	width: 146px;
	font-size: 10px;
	margin: 4px 0 4px 8px;
	border: 1px solid #d5d5d5;
	text-align: center;
}

#searchBox:focus
{
	border-color: #d5d5ff;
}

div.searchButton
{
	float: right;
	padding: 0; margin: 0;
	margin-top: 4px;
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/top_menu/search.png?72e2155f2284') no-repeat top left;
	cursor: pointer;
	width: 19px;
	height: 19px;
	margin-left: -1px;
}

div.searchButton:hover
{
	background-position: bottom left;
}

#top_menu ul li.translateOptions
{
	background-color: white;
	border: 1px solid #aaa;
	padding: 10px;
	display: none;
}

#top_menu ul li.translateOptions a img
{
	position: static;
	top: 0;
	left: 0;
}

#closeTranslate
{
	position: absolute;
	bottom: 3px;
	right: 3px;
}

#homeTiles {
  width: 1000px;
  height: 720px;
  margin-top: 15px;
  font-family: Tahoma, Geneva, sans-serif;
  padding-bottom: 75px; }

#mainBody #homeTiles h1 {
  margin-left: 0;
  margin-bottom: 7px;
  border: 0;
  font-weight: bold;
  font-size: 16pt;
  font-family: Arial, Helvetica, Verdana, sans-serif; }

#homeTiles > div {
  float: left;
  width: 250px;
  height: 180px;
  position: relative; }

#homeTiles > div.list-type-tile {
  overflow-x: hidden;
  overflow-y: scoll; }
  #homeTiles > div.list-type-tile p.category {
    color: #333; }
  #homeTiles > div.list-type-tile ul {
    margin: 30px 10px 10px 10px; }
    #homeTiles > div.list-type-tile ul li {
      margin-bottom: 4px;
      color: #333; }
      #homeTiles > div.list-type-tile ul li a {
        display: inline-block;
        margin-bottom: 3px;
        font-size: 1.1em;
        line-height: 1.2em; }
        #homeTiles > div.list-type-tile ul li a:hover {
          background-color: transparent; }

#homeTiles > div.blue {
  background-color: #283f6e; }

#homeTiles > div.grey {
  background-color: #333; }

#homeTiles > div.light_grey {
  background-color: #aaaaaa; }

#homeTiles > div.green {
  background-color: #006633; }

#homeTiles > div:first-child {
  padding: 10px;
  width: 480px;
  height: 160px;
  background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/home/why-abi-bg.png?72e2155f2284') no-repeat top left; }

#homeTiles > div > a {
  text-decoration: none;
  line-height: 1.25;
  font-size: 12pt;
  display: table-cell;
  padding: 10px;
  width: 230px;
  height: 160px;
  vertical-align: middle;
  letter-spacing: 0px;
  -moz-transition: background-color .5s, opacity .5s;
  -webkit-transition: background-color .5s, opacity .5s;
  transition: background-color .5s, opacity .5s; }

#homeTiles > div.reverse a {
  color: white; }

#homeTiles > div.image a {
  padding: 0;
  height: 180px;
  width: 250px;
  opacity: 1;
  line-height: 0; }

#homeTiles > div a:hover {
  background-color: #eee; }

#homeTiles > div.blue a:hover {
  background-color: #3b629b; }

#homeTiles > div.grey a:hover {
  background-color: #555; }

#homeTiles > div.grey a:hover {
  background-color: #555; }

#homeTiles > div.green a:hover {
  background-color: #117744; }

#homeTiles > div.image a:hover {
  opacity: .9; }

#homeTiles > div p.category {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
  text-align: right;
  line-height: 1;
  margin: 0;
  padding: 0; }

#homeTiles > div.reverse p.category {
  color: white; }

#homeTiles > div p.metadata {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #999;
  margin: 0;
  padding: 0;
  line-height: 1; }

#whyABIList {
  position: relative; }

#whyABIList li {
  width: 480px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 0; }

#whyABIList li:first-child {
  display: block; }

#whyABIList li h2 {
  font-size: 13pt;
  font-weight: normal;
  color: #3b629b;
  margin-top: 6px; }

#whyABIList li p {
  font-size: 11pt; }

img.nextSlide {
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: .8; }

img.nextSlide:hover {
  opacity: 1; }

.column {
  float: left;
  margin-top: 15px;
  margin-left: 33px;
  width: 250px; }

.first {
  width: 220px; }

.firstColumnHomepage {
  width: 220px;
  margin-top: 50px; }

.second {
  width: 500px;
  margin: 0 20px; }

.last {
  width: 200px;
  margin: 0 0 0 20px;
  margin-top: 15px;
  float: left; }

#mainBody ul.prList p {
  line-height: 13px;
  color: #333;
  font-size: 10px;
  margin-bottom: 10px; }

li.homepageInsight {
  padding-bottom: 18px;
  clear: left;
  line-height: 1.3em; }

.tabbedSection div h2 {
  color: #939fb6;
  border-bottom: 1px solid #d4d9e2;
  padding-bottom: 3px;
  font-weight: normal;
  font-size: 11px; }

.featuredInsight img {
  height: 60px;
  float: left;
  padding: 5px;
  background-color: white;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  border-radius: 3px;
  margin-top: -5px;
  margin-bottom: 5px; }

.featuredInsight a {
  display: block;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none; }

#mainBody .featuredInsight p {
  margin-bottom: 5px; }

.second .tabbedSection > div > div {
  height: 400px;
  width: 484px; }

.second .tabbedSection {
  margin-top: 20px; }

#openCrosstab {
  background: url('/image/crosstab/table_select_row.png') no-repeat left; }

#openTeardownBrowser {
  background: url('/image/ui/teardowns/boards.png') no-repeat left; }

#openSmartphoneTracker {
  background: url('/image/iphone.png') no-repeat left; }

#sidebar .section ul li.shareIcons {
  padding: 10px 0 0 0; }

li.shareIcons a {
  float: left;
  display: block;
  margin-right: 3px; }

#mainBody .researchList p, #mainBody prList p, #mainBody .blogList p, #mainBody .eventList p {
  color: #666;
  margin-bottom: 0; }

.tabbedSection div.blogList li {
  padding-left: 24px;
  background: url('/image/icons/blog.png') no-repeat left; }

.tabbedSection div.researchList li {
  padding-left: 24px;
  background-position: left;
  background-repeat: no-repeat; }

.tabbedSection ul.prList li {
  padding-left: 24px;
  background: url('/image/practice/newspaper.png') no-repeat left; }

ul.prList li {
  margin: 10px 0;
  border-bottom: 1px solid #ccc;
  line-height: 14px; }

ul.prList li:last-child {
  border-width: 0;
  margin-bottom: 25px; }

ul.prList li a {
  font-weight: normal;
  text-decoration: none; }

ul.prList li p {
  margin-bottom: 3px; }

#sidebar .section ul.researchSolutions li {
  padding: 0; }

.researchSolutions a {
  padding: 3px 22px 3px 5px;
  border: 1px solid #d4d9e2;
  background: url('/image/ui/home/menu_down_arrow.png') no-repeat right;
  border-radius: 3px; }

.researchSolutions a:hover {
  background-color: #e9ebf0; }

.researchSolutions a.open {
  background-image: url('/image/ui/home/menu_up_arrow.png'); }

#sidebar .researchSolutions li ul {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: white;
  margin-left: 0;
  border: 1px solid #d4d9e2;
  width: 186px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden; }

#sidebar .researchSolutions li ul li {
  margin-top: 0; }

.researchSolutions li ul li a {
  background-image: none;
  border: 0; }

#becomeClient {
  margin-bottom: 20px;
  display: block; }

#newsletter {
  background: url('/image/practice/newspaper.png') no-repeat left; }

#subscribeAI {
  background: url('/image/practice/newspaper_add.png') no-repeat left; }

#rolloverPromo {
  position: relative;
  top: 15px;
  width: 210px;
  height: 150px;
  overflow: hidden;
  display: block;
  text-decoration: none; }

#rolloverPromo p {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 10px;
  left: 210px;
  padding: 5px 10px;
  text-align: right;
  width: 190px;
  color: #283f6e; }

div.homepage {
  border: 0; }

#mainBody .featuredInsight p {
  margin-bottom: 5px;
  line-height: 16px; }

#mainBody .featuredInsight img {
  margin-top: 2px; }

.sidebarAds img {
  margin-bottom: 18px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }

.companyDescription {
  background: #6ebaa6 url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/home/message-bg.jpg?72e2155f2284') no-repeat top left;
  height: 186px;
  width: 486px;
  padding: 10px;
  color: white;
  text-shadow: 1px 1px 2px black;
  font-weight: bold; }

#homeSlider {
  width: 506px;
  height: 206px; }

div.imageSlider {
  position: relative; }

div.imageSlider li {
  position: absolute;
  display: none; }

div.imageSlider li:first-child {
  display: block; }

div.imageSlider li img {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }

#staffBio img.biopic
{
	float: left;
	padding: 7px;
	background-color: white;
	border: 1px solid #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	-moz-box-shadow: 2px 2px 3px #666;
}

#staffBio h1
{
	border-bottom: 0;
	margin-bottom: 0;
}

#mainBody ul.twitter 
{	
	padding: 10px 0;
    list-style-type: none;
    margin: 0;
}

#mainBody ul.twitter li
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/twitter-feed.gif?c6f10e4e0e99') no-repeat;
    padding-left: 20px;
    min-height: 16px;
}

#staffBio ul.twitter li
{
    margin-left: 158px; 
}

#staffBio p.bioContent
{
	margin-left: 155px;
}

ul.staffListing
{
    float: left;
    /*width: 32%;*/
    margin-right: 3%;
	/*margin-top: 15px;*/
}

#staffListWrapper {
	margin: 15px 0 0 0;
}

.staffListing li
{
    clear: left;
    margin-bottom: 10px;
    float: left;
    width: 300px;
}

.staffListing li img
{
    height: 60px;
    widght: 40px;
    float: left;
    padding: 3px;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-right: 7px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
}

#mainBody .staffListing li p
{
    display: table-cell;
    height: 68px;
    vertical-align: middle;
    line-height: 16px;
	/*width: 130px;*/

}

#mainBody .staffListing li p a
{
    font-weight: bold;
    text-decoration: none;

}

h1.secondSection
{
    clear: left;
    padding-top: 20px;
}

.staffBlogList, .staffCitationList
{
    margin-top: 10px;
}

.staffBlogList li, .staffCitationList li
{
    padding-top: 0;
    padding: 0 0 0 26px;
    margin-top: 5px;
    min-height: 16px;
    line-height: 14px;
}

.staffBlogList li
{
    background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/blog.png?72e2155f2284') no-repeat left;
}

.staffCitationList li
{
    background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/newspaper.png?72e2155f2284') no-repeat left;
}

#staffBio h2
{
    margin-top: 10px;
}

#submitEvent
{
    float:left;
    margin: 16px 0 10px 10px;
    width: 796px;
}

#submitEvent a
{
    float:left;
    margin: 0 40px 0 20px;
}

#main ul.eventList
{
    list-style-type: none;
    margin: 0; 
	padding: 0;
}

#main ul.eventList li
{
	position: relative;
    margin: 0 0 0 105px;
	padding: 20px 0;
	display:block;
    float: left;
}

.analystIcon
{
    position: absolute;
    margin: 0 0 0 -75px;
}

.webinar_list a.replayLink
{
	display: block;
	background: url('/image/webinar/replay-button.png') no-repeat top left;
	height: 50px;
	width: 50px;
}

.webinar_list a.replayLink:hover
{
	background-position: bottom left;
}

.webinar_list .icon
{
	float:left;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 60px;
	height:50px;
	width:50px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#333333');
}

.webinar_list h2
{
	font-size: 14px;
	padding-bottom: 15px;
}


.webinar_list h4
{
	margin: 3px 0;
}

#mainBody .webinar_list p.date
{
	margin-bottom: 0;
}

.webinar_list .webinarEntry a
{
	color: #006633;
	text-decoration: none;
}

.webinar_list .webinarEntry h3 a
{
    color: #283f6e;
}

.webinar_list .webinarEntry a:hover
{
	text-decoration: underline;
}

.webinar_list .moreWebinars
{
	display: none;
	clear: both;
}

.webinar_list a.showAllWebinars
{
	color: #006633;
	text-decoration: none;
}

.webinar_list a.showAllWebinars:hover
{
	text-decoration: underline;
}

table.registration
{
	margin-left: 20px;
}

div.loginToView
{
	color:red;
}

table.registration td
{
	padding: 5px 10px 5px 5px;
}

table.registration label
{
	font-weight: bold;
	line-height: 16px;
}

img.contactSalesBtn {
	width: 137px;
	height: 69px;
	-moz-transition: opacity .4s;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;

}

#contactSales {

	width: 137px;
	height: 69px;
	position:relative;
	/*background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ContactSalesBg.png?72e2155f2284') no-repeat left;
	-moz-transition: background-color .5s, opacity .5s;
    -webkit-transition: background-color .5s, opacity .5s;
    transition: background-color .5s, opacity .5s;*/
}

#contactSales.contactSales_Bg {
	width:137px;
	height: 69px;
	float:left;
	-moz-transition: background-color .5s, opacity .5s;
    -webkit-transition: background-color .5s, opacity .5s;
    transition: background-color .5s, opacity .5s;*/
}

#contactSales.contactSales_Words {
	width: 104px;
	height:40;
	float:left;
	z-index:100;
	margin-left: 5px;
}

#contactSales img.contactSales_Bg:hover {
	opacity:.5;
}

#contactSales:hover{
	opacity:.5;
}


img.contactSalesBtn:hover{
	opacity:.7;
}

input[type="text"].invalidEntry
{
	border-color: red;
}

li.webinarReplay
{
	background: url('/image/webinar/movies.png') no-repeat left;
}

.relatedWebinar
{
	background: url('/image/practice/layer_chart.png') no-repeat left 3px;
}

#hiddenlink
{
	display: none;
}


#sidebar .analyst img, div.moreBlogsHeader img
{
   	float: left;
	padding: 5px;
	background-color: white;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	margin-right: 13px;
	margin-left: 3px;
	margin-bottom: 10px;
	box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	-moz-box-shadow: 2px 2px 3px #999;
	width: 40px;
}

#sidebar .analyst
{
	margin-bottom: 30px;	
}

#sidebar .analyst .name
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;	
    padding-top: 15px;
    padding-bottom: 0;
    color: #333;
}

#sidebar .analyst .title
{
	font-size: 9px;	
    line-height: 1.4em;
}

.webinarLogin
{	
	color: red;
}

li.webinarEntry
{
	clear:both;
	min-height:60px;
}

#mainBody .registrationNotice
{
    color: #006633;
    padding: 10px 10px 10px 36px;
    background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/accept.png?72e2155f2284') no-repeat 10px;
    border: 1px solid #006633;
    margin-top: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.webinarRegister
{
    padding: 5px;
}

#mainBody .registerInfo
{
    margin-top: 15px;
    font-weight: bold;
    color: #283f6e;
    background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/information.png?72e2155f2284') no-repeat 10px;
    padding: 10px 10px 10px 36px;
    border: 1px solid #283f6e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.approve
{
    color: #005500;
}

a.approve:hover
{
    color: #008800;
}

.deny
{
    color: #550000;
}

a.deny:hover
{
    color: #880000;
}

table.registrations
{
    border-collapse: collapse;
    width: 100%;
}

table.registrations th
{
    text-align: left;
    padding: 5px;
    color: white;
    background-color: #999;
}

table.registrations td
{
    padding: 5px;
    border: 1px solid #aaa;
}

h2.registrations
{
    font-size: 13px;
    margin-bottom: 10px;
}

#contactlinks
{
    float: left;
    width: 400px;
    margin: 10px 0 0 30px;
}

#contactnum ul li
{
    list-style-type: none;
    line-height: 18px;
}

#contactnum  ul li h3
{
    font-weight: bold;
    color: #686A74;
}

#contactnum ul li
{
    color: #54545D;
}

li.description
{
    margin-left: 17px !important;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #2f343b;
}

li.descriptionNoMargin
{
    margin:0;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #2F343B;
}

div.wrapper
{
    padding-bottom: 15px;
    width: 500px;
}

li.disc
{
    background: transparent url('/static/img/ui/disc.png') no-repeat scroll left 5px;
    padding-left: 17px;
    font-size: 10pt;
}

li.noDisc
{
    padding: 0;
    margin: 0;
    font-size: 10pt;
}

.nextButton
{
    margin: 0;
    width: 0;
    height: 0;
    border-left: 12px solid #607696;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: opacity 0.5s linear;
}

.nextButton:hover
{
    opacity: 1;
}

#phoneBrowserContainer
{
    margin-top: 10px;
}

.citation-links
{
    margin: 10px 0 0 30px;
    padding: 0;
}

.citation-links-MediaReleases
{
    margin: 10px 0 0 30px;
    padding: 0;
}

.citation-links-MediaCitations
{
    margin: 10px 0 0 0;
    padding: 0;
}

div.citation-links span.pipeRight
{
	float: none;		
}

div.citation-links-MediaReleases span.pipeRight
{
	float: none;		
}

div.citation-links-MediaCitations span.pipeRight
{
	float: none;		
}

.citation-links-blogs
{
    margin: 0;
    padding: 0;
}

div.citation-links-blogs span.pipeRight
{
	float: none;		
}

.arrow:hover
{
    opacity: 0.8;
}

div.citation-links img
{
	vertical-align: bottom;
}

div.citation-links-blogs img
{
	vertical-align: bottom;
}

p.citationsPerPage a:not(:last-child)
{
	border-right: 1px solid #000;
	padding-right: 5px;	
}

#mainBody li.citation a
{
	margin-bottom: -10px;
}

.important {color: red; font-weight: bold; }

#mainBody #contact_form
{
	float:left;	
	width: 530px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #666;
	margin: 8px auto;
	padding-bottom: 30px;
	padding-top:15px;	
	margin-left:30px;
}

#mainBody #tile_form
{
    float:left; 
    width: 530px;
    border-width: 1px 2px 2px 1px;
    border-style: solid;
    border-color: #666;
    margin: 8px auto;
    padding-bottom: 30px;
    padding-top:15px;   
    margin-left:30px;
}

#infoRequest {
margin-top: 37px;
}

#mainBody label
{
	display: block;
	float: left;
	width: 185px;
	margin-top: 3px;
	font-size: 12px;
	padding-right: 10px;
}
#mainBody input, select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 300px;
}
#mainBody input[type='submit']
{
    width: auto;
    padding: 5px 10px;
    margin: 10px;
    float: left;
    clear: left;
}
#mainBody select
{
	width: 304px;
	padding: 1px 0;
}
#mainBody input[type="radio"], #mainBody input[type="checkbox"]
{
	width: 15px;
	margin: 2px 5px 0 0;
}

#mainBody form[name="contactInfo"] input[type="checkbox"]
{
	width:22px;
	margin-bottom:20px;
	margin-right:192px;
}

#mainBody form[name="contactInfo"] li
{
	padding: 3px 5px;
}

#mainBody form > div, #mainBody form > p, #mainBody form > h2
{
	padding: 10px;
}

#mainBody div.submit
{
	width: 510px;
	text-align: right;
	clear:left;
}

#mainBody div.submit input
{
	width: 100px;
}

#mainBody form h2
{
	font-size: 14px;
	margin-top: 25px;
	margin-bottom: 10px;
	color: #283f6e;
}

#mainBody .selectedElement
{
	background-color: #f0f0f0;
}
#mainBody .required
{
	font-weight: bold;	
}

#mainBody .invalidEntry
{
	border: 2px solid red;
	background-color: #ffdddd;
	color: red;
}

#mainBody textarea
{
	clear:both;
	width: 294px;
	height: 65px;
	padding: 3px;
	width: 500px;	
}

#mainBody div.resizable-textarea
{
	clear: left;
	padding-top: 10px;
}
div.grippie
{
	background:#EEEEEE url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/grippie.png?72e2155f2284') no-repeat scroll center 2px;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:0pt 1px 1px;
	cursor:s-resize;
	height:9px;
	overflow:hidden;
}

.resizable-textarea textarea
{
	display:block;
	margin-bottom:0;
}

#contact_form label
{
	width:185px;
}

#mainBody #contact_form p
{
	padding:4px 9px;
	float:left;
}


 #mainBody #contact_form input[type="checkbox"]
 {	
	vertical-align:middle;	
 }
 
 li.errorsTop, p.required.error
 {
	color: red;
 }
 
div.leftCol
{
	float:left;
	width:200px;
	border: 1px solid #ccc;
	margin-top:7px
}

div.leftColInfo
{

	width:200px;
	border: 1px solid #ccc;
	margin-top:7px
}

 div.rightCol
{
	float:right;	
	width:200px;
	border: 1px solid #ccc;
	position:relative;
	right:-2px;	
	
}

 div.rightColInfo
{
		
	width:200px;
	border: 1px solid #ccc;
	margin-top:20px;


	
}

#mainBody .colSnip
{
	padding: 6px 10px;
	line-height:20px;
	font-size:13px;
	margin: 5px 0;
}

#mainBody .formTip
{
	color:#000;
	font-size:10px;
	font-weight:normal;
	float:right;
	margin: 7px 15px 0 0;
}

#contact_form li
{
	list-style-type:none;
}


#contact_form p
{
	margin-bottom:10px;
}

#contact_form ul.errorlist
{
	display:none;	
}

#registrationForm th, #registrationForm td
{
    vertical-align: middle;
    white-space: nowrap;
}

#registrationForm th
{
    text-align: right;
    padding-right: 10px;
}

#mainBody #registrationForm th label
{
    display: inline;
    font-weight: normal;
    padding: 0;
    width: 100%;
}

#mainBody #registrationForm tr.required th label
{
    font-weight: bold;
}

ul.errorlist
{
    color: red;
}

.cartList
{
    margin-bottom: 20px;
}

.cartList th
{
    text-align: left;
    border-bottom: 1px solid #aaa;
    font-size: 13px;
    color: #283f6e;
}

.cartList td
{
    padding: 5px;
}

.cartList td.price
{
    text-align: right;
}

h2.formSectionTitle
{
    color: #283f6e;
    font-size: 13px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
}

#mainBody .signup input#orderSubmit
{
    width: 150px;
    padding: 4px;
}

#mainBody div.coverage td
{
	white-space:normal;
}

#mainBody .signup label, #mainBody .passReset label, #mainBody #pvwrapper #c3 form.signup label
{
    display: block;
    float: left;
    width: 215px;
    padding: 5px;
    line-height: 1.2em;
	font-size:11px;
	margin-top:0;
}

form.signup, form.passReset
{
    width: 410px;
}

#mainBody .signup input, #mainBody .signup textarea, #mainBody .signup select
{
    width: 200px;
    margin: 2px; padding: 1px;
    border: 1px solid #aaa;
	
}

#mainBody .signup select
{
    width: 204px;
}

#mainBody .signup input[type='submit']
{
    width: 140px;
    margin-top: 10px;
    float: right;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#mainBody .signup input[type='submit']:hover
{
    background-color: #666;
    color: white;
    cursor: pointer;
}

#mainBody .signup input[type='checkbox']
{

	width: 13px;	
}

form.signup #media
{
	width: 13px;
	height:15px;
	display:block;
	margin-left:192px;
}

.signup label.required:after, .passReset label.required:after, .newPass label.required:after
{
    content: " *";
    color: red;
}

#mainBody form.signup>div, #mainBody form.passReset>div, #mainBody form.newPass>div
{
    padding: 7px 3px;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form.signup div.current, form.passReset div.current
{
    background-color: #eef3fb;
}


form.signup div.tip, form.signup span.error, form.passReset div.tip, form.newPass div.tip
{
    position: absolute;
    left: 415px;
    top: 0;
    padding: 0;
    padding-left: 10px;
    width: 400px;
    background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/left-arrow.png?72e2155f2284') no-repeat left 8px;
    display: none;
}

#mainBody form.signup div.tip p, #mainBody form.signup span.error p, #mainBody form.passReset div.tip p, #mainBody form.newPass div.tip p
{
    background: #eef3fb url('/image/ui/information-small.png') no-repeat 10px;
    padding: 10px 10px 10px 36px;
    margin-bottom: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form.signup li li div.tip, form.signup> span.error
{
    left: 393px;
    top: -5px;
}

#mainBody form.signup .current>div.tip, #mainBody form.signup .current .invalidEntry >span.error, #mainBody form.passReset .current>div.tip, #mainBody form.newPass .current>div.tip
{
    display: block;
}

.contactPreferences li
{ 
    position: relative;
}

.requireWarning
{
    font-size: 10px;
    font-style: oblique;
}

#pass1, #pass2
{
    width: 180px;
}

#passwordOK, #passwordMatchOK
{
    display: none;
    position: absolute;
    top: 7px;
    right: 11px;
    height: 16px;
    width: 16px;
    background: url('/image/ui/accept16x16.png') no-repeat top left;
}


ul.practices li, ul.contactPreferences li
{
    clear: left;
    min-height: 18px;
}

ul.practices>li, ul.contactPreferences>li
{
    border: 1px solid #aaa;
    padding: 3px;
    background: #d5d5d5 url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/practice-grad.png?72e2155f2284') no-repeat top left;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul.services
{
    margin-left: 20px;
    display: none;
}

ul.practices label, ul.contactPreferences label, #pvwrapper #c3 form.signup label
{
    width: 351px;
    position: relative;
    top: -3px;
}

#mainBody ul.services label
{
    width: 340px;
    color: #222;
}

ul.practices a.expandPractice, ul.contactPreferences a.expandPractice
{
    float: left;
    position: relative;
    top: 3px;
    left: 1px;
}

.tristateIndicator
{
    width: 11px;
    height: 11px;
    border: 1px solid #8c8c8c;
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/clear.png?ccb1e1f35289');
}

.tristateIndicator input
{
    display: none;
}

.tristateIndicator:hover
{
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/clear-hover.png?72e2155f2284');
}

.tristateIndicator[state='checked']
{
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/chk.png?72e2155f2284');
}

.tristateIndicator[state='checked']:hover
{
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/chk-hover.png?72e2155f2284');
}

.tristateIndicator[state='partial']
{
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/partial.png?72e2155f2284');
}

.tristateIndicator[state='partial']:hover
{
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/partial-hover.png?72e2155f2284');
}

ul.practices .tristateIndicator, ul.contactPreferences .tristateIndicator
{
    margin-top: 2px;
    margin-right: 17px;
    float: right;
}

.tip .error
{
    color: red;
    background-image: url('/image/ui/exclamation.png') !important;
}

 #passwordStrength
{
    position: relative;
    border: 1px solid #333;
    height: 12px;
    width: 355px;
    top: 25px;
    left: 20px;
    margin-top: -15px;
}
#passwordStrength .bar
{
    position: absolute;
    background: url('/image/ui/bg_strength_gradient_10x353.png') no-repeat top left;
    height: 10px;
    width: 0;
    top: 1px;
    left: 1px;
} 
#passwordStrength .threshold
{
    position: absolute;
    background: url('/image/ui/threshold_marker.png') no-repeat right -1px;
    height: 10px;
    width: 115px;
    top: 1px;
    left: 240px;
    border-left-width: 1px;
    border-left-color: black;
    border-left-style: solid;
    opacity: .6;
}

.message
{
	text-align:center;
	
	padding: 20px;
	font-weight: regular;
	margin: 30px auto;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width: 600px;
}
.ok
{	
	
	background-color: #EEF3FB;
	background-image: url('/image/ui/information.png');
	background-repeat:no-repeat;
	background-position:15px;
}
.errorActivation 
{
	color: red;	
	background-color: #EEF3FB;
	background-image: url('/image/ui/exclamation-large.png');
	background-repeat:no-repeat;
	background-position:23px;
	
}

form.signup h1.preferencesHead 
{
	margin-top: 25px;
}

/*Error message when user did not fill out registration form correctly. */
.submitError
{
	font-size:12px;
	border:2px solid red;
	background:#EEF3FB url('/image/ui/exclamation-large.png') no-repeat 3% 50%;
	display: inline-block;	
	padding:10px 25px 10px 60px;	
    width: 608px;
	margin-top:5px;
	line-height:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/*Registration Successfull. Email sent message. */
.submitSuccess
{
	color:green;
	line-height:20px;
	font-size:12px;
	border:2px solid green;
	background:#EEF3FB url('/image/ui/accept.png') no-repeat 2% 50%;
	padding:10px 10px 10px 60px;
	width:608px;
	position: relative;	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.submitSuccess a
{
    font-weight: bold;
    color: green;
}

.messageOK
{
	line-height:40px;
	font-size:12px;
	border:2px solid #3b629b;
	background:#EEF3FB url('/image/ui/information.png') no-repeat 2% 50%;	
	padding:10px 10px 10px 53px;
	position: relative;
	display: inline-block;
	margin-top:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

form .passReset
{
	padding-top:50px;
}

#mainBody h1.prefContact
{
	margin-top:15px ;
}

#mainBody form.signup textarea
{
	clear:none;
}

#mainBody form.signup div.resizable-textarea
{
	clear:none;
	margin-top: -10px
}

#mainBody form.signup div.resizable-textarea div.grippie
{
	margin-left:190px;
	width:200px;
}


#mainBody div.emailPreferences, #mainBody div.testInterests
{
	width:300px;
	float: left;
}

#mainBody div.serviceInterests
{
	width:300px;
	float:right;
}

#mainBody div.serviceInterests li
{
	list-style-type:none;
	padding: 3px 0;
}

#mainBody span.practiceGrouper
{
	font-size: 14px;
	font-weight: bold;
}

#mainBody #preferences
{
	width:650px;
}

#preferences div.content
{
	margin-top:0px;
}

#preferences div.errorlist
{
	color: red;
}

#preferences p.passwordChanged
{
	color:green;
	border: 1px solid green;
	width:150px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	text-align:center;
	margin-left:35px;
	padding:15px;
}

#preferences form[name="contactInfo"] label, #preferences form[name="contactInfo"] input
{
	margin:5px 0;
}

#mainBody #id_expiration_0
{
    width: 50px;
}

#mainBody #id_expiration_1
{
    width: 75px;
}

.user-license-terms ol
{
    list-style-type: decimal;
    margin-left: 15px;
    line-height: 1.7em;
}

.user-license-terms ol li
{
    margin-bottom: 15px;
}

#mainBody .user-license-terms label
{
    display: inline-block;
    margin-right: 5px;
    float: none;
    width: auto;
    margin-top: 0;
    padding-right: 0;
}

#mainBody .user-license-terms input[type='text']
{
    width: 50px;
    text-transform: uppercase;
}

#mainBody .user-license-terms input[type='submit']
{
    width: 107px;
}

.user-license-terms .already-accepted
{
    color: green;
}

#mainContent #user-info-update-form p
{
    margin: 0;
}
#mainContent #user-info-update-form.two-column p
{
    float: left;
    width: 45%;
}

#mainContent #user-info-update-form p input, #mainContent #user-info-update-form p textarea
{
    padding: 1px;
    border: 1px solid #aaa;
}

#mainContent #user-info-update-form p textarea
{
    width: 300px;
}
#contactLeftPane h1
{
	cursor: pointer; 
}

#contactLeftPane h2
{
	color: white;
	padding: 5px;
	background-color: #283f6e;
	font-size: 12px;
	margin-bottom: 10px;
	cursor: pointer;
}
#contactLeftPane h3
{
	margin-left: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 12px;
	color: #000;
	font-weight:normal;
}

#mainBody #contactLeftPane p
{
	display: none;	
	margin-left: 18px;
}

#mainBody #contactLeftPane h1
{
	margin-bottom:10px;
}

#location_map
{
	height: 500px;
    margin-left: 30px;
    width: 720px;
	margin-top:21px;
	height: 598px;
	border: 1px solid black;
}

body
{
	overflow: auto;
}

#mainBody
{
	position: relative;
}

div.option
{
	height: 45px;
	width: 50px;
	float: left;
	margin: 0 5px;
	text-align: center;
	cursor: pointer;
	position: relative;
}

div.option img
{
	width: 50%;
}

div.option p
{
	font-size: 10px;
	font-family: Arial, sans-serif;
}

div.selected
{
	margin: 0;
	height: 70px;
	width: 100px;
}
div.options
{
	height: 75px;
	padding: 10px;
	position: absolute;
	right: 250px;
	top: 53px;
	width: 340px;
	background-color: white;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: black;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: block;
}
div.content
{
	clear: left;
	width: 607px;
	border-width: 0 2px 2px 1px;
	border-color: #666;
	border-style: solid;
	display: none;
	padding: 20px;
	float:left;
	margin-top:-18px;
}
#c1
{
	display: block;
}
div.inner
{
}
#mainBody div.content h2
{
	font-size: 13px;
	color: #283f6e;
	border-bottom:none;
}

div.inner h2
{
	margin-top: 25px;
	padding: 5px  15px;
	background-color: #666;
	color: white;
	font-size: 12px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.inner h2 a
{
	color: white;
	text-decoration: none;
}
div.inner h2 a:hover
{
	color: white;
	text-decoration: underline;
}

a.toplink
{
	color: white;
	float: right;
	font-weight: normal;
	font-size: 10px;
}

div.inner a.toplink img
{
	float: none;
	margin: 0;
}

div.inner p
{
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 15px;
}
#mainBody div.inner ul
{
	list-style-image: url('/image/bullet.gif');
	font-weight: bold;
	margin-left: 25px;
	margin-top: 20px;
}
#mainBody div.inner ul ul
{
	list-style-image: none;
	list-style-type: disc;
	font-weight: normal;
	margin-top: 0;
}

#mainBody div.inner li
{
	margin-top: 10px;
	line-height: 150%;
}

#mainBody div.inner ul.zebra
{
	font-weight: normal;
	list-style-image: none;
	margin-left: 0;
}

#mainBody div.inner ul.zebra li
{
	padding: 10px;
	margin: 0;
}
#mainBody div.inner ul.zebra li.even
{
	background-color: #f1f1f1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#mainBody div.inner ul.companies li
{
	padding: 5px;
}

div.inlineDeliverableIndex li
{
	display: inline;
	margin-right: 10px;
}

div.content ul.services li.even, div.content ul.companies li.even
{
	background-color: #f1f1f1;
}

div.content div.column
{
	width: 289px;
	float: left;
}
#pvwrapper
{
	width: 650px;
}

#pvwrapper h1
{
	border: none;
}

#pvsidebar
{
	float: right;
	width: 215px;
	padding: 0;
	background-color: white;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #666;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#pvsidebar a.button
{
	margin-bottom: 10px;
}

#pvsidebar h2
{
	background: #666 url('/image/ui/grad_bg_666.jpg') repeat-x top left;
	color: white;
	text-align: center;
	font-size: 13px;
	padding: 10px 0;
}

#pvsidebar p
{
	padding: 15px;
	margin: 0;
}

#pvsidebar ul
{
	padding: 10px 0;
}

#pvsidebar li
{
	padding: 5px 15px;
}

#pvsidebar li.even
{
	background-color: #f1f1f1;
}

#mainBody #sectionTabs
{	
	border-bottom: 1px solid #666;
	height: 24px;
	list-style-type:none ;
	margin-left:0;
}

#sectionTabs li
{
	float: left;
	border-width: 1px 1px 0 1px;
	border-color: #666;
	border-style: solid;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	background-color: #f7f7f7;
	margin-right: 3px;
}
#sectionTabs li:hover
{
	background-color: white;
}

#sectionTabs li a
{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

#sectionTabs li.active
{
	background-color: white;
	outline: none;
}

#sectionTabs li.active a
{
	padding-bottom: 6px;
}

#pvwrapper div.inner form.newPass .required
{
	width:404px;
	
}
#pvwrapper div.inner form.newPass .tip
{
	font-weight: normal;
}

#pvwrapper div.inner form
{
	margin: 15px 0;
}

#pvwrapper div.inner label
{
	float: left;
	width: 180px;
	margin-top: 3px;
	font-size: 12px;
}
#pvwrapper div.inner input, select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 200px;
}

#pvwrapper div.inner input[type="button"]
{
	width: auto;
}

#pvwrapper div.inner input:focus,#pvwrapper div.inner  select:focus,#pvwrapper div.inner  textarea:focus
{
	border: 2px solid #3b629b;
}

#pvwrapper div.inner select
{
	width: 204px;
	padding: 1px 0;
}
#pvwrapper div.inner input[type="radio"], #pvwrapper div.inner input[type="checkbox"]
{
	width: 15px;
	margin: 2px 5px 0 0;
}
#pvwrapper div.inner textarea
{
	clear:both;
	width: 395px;
	height: 65px;
	padding: 3px;
	margin-top: 5px;
}
#pvwrapper div.inner form > div, #pvwrapper div.inner form > p, #pvwrapper div.inner form > h1, #pvwrapper div.inner form #contactPreferences > div
{
	padding: 5px 10px;
}

#pvwrapper div.inner form div.serviceInterests
{
	padding: 0;
}

#pvwrapper div.inner form input[type="password"]
{
	color: white;
	text-shadow: 0 0 6px black;
}

#pvwrapper div.inner form div.column
{
	width: 220px;
	float: left;
	padding: 0;
	margin-left: 0;
	height: auto;
}

#pvwrapper div.inner form div.serviceInterests div.column
{
	width: 290px;
}

#pvwrapper div.inner form div.column div
{
	padding: 2px 0;
}

#pvwrapper div.inner form div.preferenceItem label
{
	font-size: 10px;
	width: 220px;
}

#pvwrapper div.inner form div.preferenceItem input[type="checkbox"]
{
	padding: 0;
}
 
#pvwrapper div.inner form #contactPreferences label
{
	width: 300px;
}

#pvwrapper div.inner form div.contactPreferences div
{
	clear: both;
	padding: 10px 0;
}

#pvwrapper div.inner form > p
{
	line-height: 150%;
}

#pvwrapper div.inner h3
{
	margin-top: 25px;
	font-size: 13px;
	color: #283f6e;
}

#pvwrapper div.inner form > p a
{
	font-size: 10px;
	color: black;
	text-decoration: none;
}
#pvwrapper div.inner form > p a:hover
{
	text-decoration: underline;
}
#pvwrapper div.inner .selectedElement
{
	background-color: #f0f0f0;
}
#pvwrapper div.inner .required
{
	font-weight: bold;
}
#pvwrapper div.inner .noShow
{
	display: none;
}
#pvwrapper div.inner .checktext
{
	font-weight: normal;
	margin-right: 5px;
}
#pvwrapper div.inner br
{
	clear: both;
	margin-top: 5px;
}
#pvwrapper div.inner .invalidEntry
{
	border: 2px solid red;
}
#pvwrapper div.inner div.actionButton
{
	padding-top: 20px;
	clear: both;
}

#pvwrapper div.inner div.actionButton ul
{
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin: 0;
}

#pvwrapper div.inner div.actionButton ul li
{
	float: left;
	margin-right: 10px;
	font-weight: normal;
}

a.accessNowLink
{
	text-decoration: none;
}

#google_translate_element
{
	padding: 15px;
}
#google_translate_element select
{
	width: 182px;
	margin-top: 5px;
}

a.expandCluster
{
	float: right;
	display: block;
	cursor: pointer;
	font-size: 9px;
	opacity: .65;
	filter: alpha(opacity = 65);
	color: #006633;
	text-align: center;
	line-height: 12px;
	min-width: 95px;
}

a.expandCluster:hover
{
	opacity: 1;
	filter: alpha(opacity = 100);
}

a.expandCluster img
{
	border: 0;
}

img.expandCluster
{
	float: right;
	margin: 0 22px;
}

img.leftShadow
{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

img.rightShadow
{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

div.advanceLeft
{
	background: url('/image/tech_invest/buttons.png') no-repeat top left;
	height: 120px;
	width: 0;
	position: absolute;
	left: -20px;
	top: 0;
	cursor: pointer;
}

div.advanceRight
{
	background: url('/image/tech_invest/buttons.png') no-repeat top right;
	height: 120px;
	width: 0;
	position: absolute;
	right: -20px;
	top: 0;
	cursor: pointer;
}

#mainBody div.inner ul.inlineCluster
{
	margin: 0;
	padding: 0;
	position: relative;
}

#mainBody div.inner ul.inlineCluster li
{
	width: 580px;
	margin: 0;
	padding: 0 10px;
	list-style-type: none;
	float: left;
}

div.clusterDetails
{
	width:600px;
	overflow: hidden;
}

div.clusterDetails .closeCluster
{
	position: absolute;
	top: 3px;
	right: 8px;
	text-decoration: none;
	font-weight: bold;
}

div.clusterDetails h2
{
	background-color: transparent;
	color: #283f6e;
	position: absolute;
	top: 3px;
	left: 10px;
	padding: 0;
	margin: 0;
	display: none;
}

div.clusterDetails div.count
{
	position: absolute;
	bottom: 3px;
	right: 10px;
	font-size: 10px;
	color: #666;
	display: none;
}

div.clusterDetails div.help
{
	position: absolute;
	bottom: 3px;
	left: 10px;
	font-size: 10px;
	display: none;
}

div.clusterDetails div.help a
{
	text-decoration: none;
}

div.clusterDetails div.help a:hover
{
	text-decoration: underline;
}

div.disabled
{
	opacity: .6;
	filter: alpha(opacity = 60);
	cursor: default;
}

div.clusterDetails .clusterHelp
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px;
	height: 0;
	background-color: white;
	color: black;
	opacity: .8;
}

div.clusterDetails .clusterHelp .closeHelp
{
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 3px;
	right: 8px;
}

a.displayAdditionalProducts, a.hideAdditionalProducts
{
	float: right;
	font-size: 10px;
	margin: 7px 0;
}

img.phoneBrowserAd
{
	margin: 16px;
	border: 2px solid white;
}

img.phoneBrowserAd:hover
{
	border-color: #3b629b;
}




li.careerListing {
  padding: 7px;
  list-style-type: none;
  margin-right: 30px; }

li.even {
  background-color: #f1f1f1; }

#openings {
  list-style-type: disc;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: -8px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal !important; }

#mainBody .careerHeader {
  margin: 20px 0 5px 0;
  padding: 5px 3px;
  background-color: #747E8C;
  color: white;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px; }

ul.job-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: -13px; }
  ul.job-list li {
    margin-bottom: 5px; }

#mainBlogListing h1, h1.mainBlogListing
{
	color: white;
	font-size: 24px;
	font-weight: bold;
	width: 660px;
	height: 23px;
	padding: 20px;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mainBlogListing ul li ul
{
	list-style-type: disc;
	margin-left: 15px;
}

#mainBlogListing div.serviceInfo ul
{
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 20px;
}

#mainBlogListing ul li ul
{
	list-style-type: circle;
}

h2.pagination
{
	padding-bottom:15px;
	margin: 25px 0 0 23px;
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#mainBlogListing h3
{
	margin-top: 15px;
	color: #283f6e;
	font-size: 14px;
	line-height: 150%;
}

h4
{
	margin-top: 5px;
}

#mainBlogListing div.serviceInfo li, #relatedInformation li
{
	margin-top: 10px;
	padding: 0;
}

#mainBlogListing li
{
	margin: 0;
}

#mainBlogListing li.even
{
	background-color: #f1f1f1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#blogLabel p
{
    font-weight:bold;
    color: #aaaaaa;
    margin: 30px 0 0 0;
}

#mainBody p
{
	margin-top: 5px;
	line-height: 1.7em;
}

a.toplink
{
	color: white;
	float: right;
	font-weight: normal;
	font-size: 10px;
}

p.deliverableIndex
{
	text-align: center;
	padding-top: 20px;
}

div.serviceInfo h2
{
	background-color: transparent;
	color: #283f6e;
	text-align: left;
	font-size: 15px;
}

div.serviceInfo ul
{
	margin-left: 25px;
}
div.serviceInfo ul li
{
	font-weight: bold;
	color: #283f6e;
}

div.serviceInfo ul li ul
{
	list-style-image: none;
	list-style-type: circle;
}

div.serviceInfo ul li ul li
{
	font-weight: normal;
	color: black;
}

span.datePosted
{
	font-style:italic;
}

#mainBody div.moreBlogsHeader
{
	color:#2d2d2d;
	font-weight: bold;
	border-bottom:1px solid #d2d2d2;	
}

#mainBody div.moreBlogsHeader a
{
	text-decoration: none;
}

#mainBody div.moreBlogsHeader img
{
	float:left;
}


#mainBody p.moreFromAnalyst
{	
	height:45px;		
	padding-top:15px;
}


span.current-blogs
{
	padding:0px;
	margin-left:5px;
}

span.current
{
	padding: 0;
	margin:0;
}

span.pipeRight 
{
	float:right;
}

span.pipeLeft
{
    margin: 0 0 0 -10px;
}

#mainBody a.direction
{
	border-left: 2px solid #fff;
	padding-left:4px;
}

#mainBlogListing ul
{
    margin-left: 25px;
}

#mainBlogListing ul li
{
    list-style-type: disc;
    line-height: 1.7em;
}
.two_column .column
{
	float: left;
	
	width: 435px;

	margin:15px 0 0 0;
}

.two_column .first
{
	margin-left: 0;
}

.two_column .column h2
{
	font-size: 14px;
	color: #757575;
}

#mainBody li.even
{
	background-color: #f1f1f1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}




#mainBody #twitter_list li
{
    padding-left: 27px;
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/twitter-feed.gif?c6f10e4e0e99');
    background-position: 5px;
    background-repeat: no-repeat;
	list-style-type: none;
}
#mainBody div.three-column, #mainBody div.two-column
{
	width: 100%;
}

div.three-column div.column, div.two-column div.column
{
	float: left;
	margin-right: 4%;
}

div.three-column div.shaded, div.two-column div.shaded
{
	background-color: #f1f1f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px #d5d5d5;
	-moz-box-shadow: 2px 2px 2px #d5d5d5;
	box-shadow: 2px 2px 2px #d5d5d5;
}

div.three-column div.column
{
	width: 32%;
}

 #mainBody div.two-column div.column
{
	/*width: 49%;*/
}

div.three-column div.doublewide
{
	width: 66%
}

div.three-column div.last, div.two-column div.last
{
	margin-right: 0;
}

.section
{
	
	padding: 0;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 18px;
}



.sectionInsights {
float:left;
width: 210px;
margin-left: 15px;
padding: 0 0 25px 0;

}

.sectionInsights hr {
width:170px;
color: white;

}

.sectionResearchModules_RoadMaps {
float:left;
width: 450px;
padding: 0;
margin: 0 15px 30px 0px;
}





.sectionReports {
float:left;
width: 410px;
padding: 0;
margin: 0 15px 30px 0px;
}




.sectionServiceInfo {
float:left; 
width: 200px;
margin: 0 0 7px 0;
padding: 0px 13px 0px 13px;


}

#relatedPracticeLink a {
line-height: 1.3;
}




#mainBody .section h1
{
	background-color: #fbfbfb;
	padding: 15px 5px 15px 20px;
	color: #283f6e;
	font-size: 12px;
	border: none;
	margin: 20px 0;
}

#mainBody .section h1 a
{
	text-decoration: none;
}

.column .section ul
{
	padding: 0 20px;
}
#mainBody .column .section li
{
	margin-bottom: 10px;
	line-height: 14px;
}

#mainBody .column .section li p
{
	font-size: 10px;
	line-height: 14px;
}

#mainBody .column .section li p.newsCopy
{
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L", Times, "Times New Roman", serif;
	font-size: 12px;
	line-height: 14px;
}

#mainBody .column .section li p.byline
{
	color: #666;
	margin-bottom: 3px;
}

.column .section li a
{
	text-decoration: none;
}
.column .section li a:hover
{
	text-decoration: underline;
}

a.viewAll { color: #006633; }

.badges
{
	float: right;
	text-align: right;
	margin-top: 35px;
	padding-right: 7px;
}
.badges img
{
	margin-left: 3px;
	position: relative;
	top: -2px;
}

a.toggle-rl{
    padding-left: 36px;
}

div.module-toggle li
{
    margin-left: 40px;
    padding-left: 0px !important;
    list-style-type: decimal !important;
}

#mainListing ul li ul
{
	list-style-type: disc;
	margin-left: 15px;
}
#mainListing div.serviceInfo ul
{
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 20px;
}

#mainListing ul li ul
{
	list-style-type: circle;
}
h2.citationMonthHeader
{
	margin-top: 25px;
	padding: 5px;
	background-color: #747e8c;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#leftSideCompIntell{
margin-top:38px;
}
h3
{
	margin-top: 15px;
	color: #283f6e;
	font-size: 12px;
	line-height: 150%;
}


h4
{
	margin-top: 5px;
}

#mainListing div.serviceInfo li, #relatedInformation li
{
	margin-top: 10px;
	padding: 0;
}

#mainListing li
{
	margin: 0;
	padding: 10px;
}

#mainListing li.even
{
	background-color: #f1f1f1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#mainBody p
{
	margin-top: 5px;	
}

#relatedInformation
{
	float: right;
	width: 182px;
	padding-left: 14px;
	background-color: white;
}

a.toplink
{
	color: white;
	float: right;
	font-weight: normal;
	font-size: 10px;
}

p.deliverableIndex
{
	text-align: center;
	padding-top: 20px;
}

div.serviceInfo h2
{
	background-color: transparent;
	color: #283f6e;
	text-align: left;
	font-size: 15px;
}

div.serviceInfo ul
{
	list-style-image: url('/image/bullet.gif');
	margin-left: 25px;
}
div.serviceInfo ul li
{
	font-weight: bold;
	color: #283f6e;
}

div.serviceInfo ul li ul
{
	list-style-image: none;
	list-style-type: circle;
}

div.serviceInfo ul li ul li
{
	font-weight: normal;
	color: black;
}

#themes ul li
{
	background: url('/image/practice/layers.png') no-repeat left;
}

#subscribe ul li
{
	background: url('/image/practice/newspaper_add.png') no-repeat left;
}


ul.zebra li
{
	list-style-type:none;
}

ul.citation li
{
	line-height:160%;
}

ul.whitepapers li
{
    margin-top: 10px;
}



ul.companyListing
{
    list-style-type: disc;
    border: 1px solid #aaa;
    width: 210px;
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
    clear: left;
    float: left;
	line-height:1.4;
}

ul.companyListing>li
{
    padding: 5px;
}

ul.companyListing ul
{
    display: none;
    margin-top: 5px;
}

ul.companyListing ul li
{
    padding: 5px 5px 5px 36px;
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/ca.png?72e2155f2284') no-repeat 10px;
    line-height: 1.2em;
}

ul.companyListing h2
{
    color: #666;
    border-bottom: 1px solid #aaa;
}

div.letterList
{
    width: 210px;
    padding: 5px 0;
    font-size: 9px;
	line-height:1.4;
}

ul.latestPRs
{
    float: right;
    width: 200px;
    line-height: 1.2em;
    height: 600px;
    margin-top: 8px;
}

ul.latestPRs li
{
    padding: 5px 0;
}

ul.latestPRs li a
{
    text-decoration: none;
}

div.CIDescription
{
    width: 500px;
    float: left;
    margin-left: 25px;
    text-align: justify;
	margin-top:15px;
}

div.CIDescription img
{
    background-color: white;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #aaa;
}

img.flag
{
    vertical-align: middle;
    margin-right: 5px;
}

div.jobListing ul
{
    list-style: disc;
    margin-left: 25px;
}

div.jobListing li
{
    padding-bottom: 4px; 
}

ul.inline
{
    float: left;
    margin: 5px 0 10px 0;
    clear: left;
}

#mainBody div.researchList ul.inline li
{
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 0;
}

div.search-nav
{
    clear: left;
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 20px;
}

p *
{
	font-family: Verdana, Arial, sans-serif !important;
}
p a font
{
	color: #283f6e !important;
}

#linkedIn, #tweetThis
{
	text-decoration: none;
}

#linkedIn span, #tweetThis span
{
	position: relative;
	top: -3px;
}

#prContent
{
	line-height: 18px;
	margin-bottom:20px;
}

#prContent ul
{
}

#prContent ul li
{
	list-style-type: none;
	margin-top: 10px;
	padding: 5px 0;
}

.researchItem
{
	background: url('/static/img/ui/report.png') no-repeat left 5px;
}

.newsItem
{
	background: url('/static/img/ui/newspaper.png') no-repeat left 5px;
	padding-left: 22px;
}

.serviceItem
{
	background: url('/static/img/ui/cog.png') no-repeat left 5px;
}

#prContent h2 {
font-weight:bold;
font-size:10pt;
color: #4a4b57;
padding: 12px 0 0 0;
text-transform: uppercase;
}

#prMonth
{
	font-weight:bold;
}

#mainBody div.successfulLogin 
{
	color:green;
	border: 2px solid green;
	width: 300px;
	padding:20px;
	margin: 0 auto;
	text-align:center;
	border-radius:7px;	
}

#split-login
{
    width: 601px;
    margin-left: 200px;
    margin-top: 100px;
}

#split-login>div
{
    float: left;
    padding: 10px;
    width: 280px;
}

#split-login>div h2
{
    font-weight: normal;
    font-size: 14pt;
    color: #999;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
}

#split-login>div:first-child
{
    border-right: 1px solid #283f6e;
}

#split-login td
{
    padding-right: 10px;
}

#mainBody #split-login label
{
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
}

#mainBody #split-login input
{
    width: 180px;
}

#split-login table
{
    margin-top: 15px;
}

#mainBody #split-login input[type='submit']
{
    margin-top: 10px;
    width: 185px;
    padding: 3px 0;
}

#mainBody #split-login p
{
    margin: 0;
    padding: 0;
}

#mainBody #split-login p.trouble-links
{
    margin-top: 15px;
    font-weight: bold;
    margin-left: 75px;
}

#mainBody #split-login p.trouble-links a
{
    text-decoration: none;
    font-weight: normal;
}

#mainBody #split-login p.trouble-links a:hover
{
    text-decoration: underline;
}

#mainBody #split-login p.register-info
{
    margin-top: 15px;
    margin-left: 15px;
}

#split-login p.register-info strong
{
    color: #063;
}

#split-login form.register-now
{
    margin-left: 15px;
}

#mainBody #split-login p.failedLogin
{
    color: red;
    margin-top: 15px;
}

#mainBody p.login-message
{
    color: #2c5298;
    background-color: #d4def1;
    padding: 10px;
    margin: 100px 200px -80px 200px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#split-login p.register-info a
{
    text-decoration: none;
}

#split-login p.register-info a:hover
{
    text-decoration: underline;
}

.tabbedSection
{
    float: left;
	margin-top: 40px;
}

.tabs
{
	z-index: 5;
	position: relative;

}





.tabs li
{
	float: left;
	border: 1px solid black;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	margin-right: 2px;
	background-color: #e9ebf0;
	z-index: 5;
    list-style-type: none;
}

.tabs li:first-child
{
    background-color: white;
   border-bottom: 1px solid white;
	
}


.tabs li a
{
	padding: 4px 8px;
	display: block;
	text-decoration: none;
}


.tabbedSection>div
{
    padding-bottom: 20px;
}

.tabbedSection>div>div
{
	clear: left;
	border: 1px solid #d4d9e2;
	position: relative;
	top: -1px;

	z-index: 4;
	border-radius: 10px;
	border-top-left-radius: 0;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
}

.tabbedSection>div>div:first-child
{
    display: block;
}

.tabbedSection div.active
{
	display: block;

}


.researchList li
{
	padding: 15px 0 0px 0;
	margin:0;
}
.tabbedSection .researchList li
{
	padding: 10px 10px 10px 0px;
	margin-left:-35px;
}

.tabbedSection div li.preferences
{
	padding: 0;
}

.tabbedSection div li a
{
	text-decoration: none;
}

.tabbedSection div li.blog
{
    background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/blog.png?72e2155f2284') no-repeat 10px;
}

.tabbedSection div li.webinar
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/practice/layer_chart.png') no-repeat 10px;
}

.tabbedSection div li.research
{
	min-height: 32px;
	background-repeat: no-repeat;
	background-position: 10px;
}

.tabbedSection div li.insight
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/insights/insight16x16.png') no-repeat 10px;
}

.tabbedSection div li.pr
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/practice/newspaper.png') no-repeat 10px;
}

.tabbedSection div li.even
{
	background-color: #f1f1f1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.tabbedSection>div>div::-webkit-scrollbar {
    width: 12px;
}

.tabbedSection>div>div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

.tabbedSection>div>div::-webkit-scrollbar-thumb {
    -webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #d4d9e2 url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/scroll-texture.png?72e2155f2284') no-repeat 50%;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

div li.RR
{
	
}

div li.MD
{
	
}

div li.VM
{
	
}

div li.SU
{
	
}

div li.SD
{
	
}

div li.TD
{
	
}

div li.CA
{
	
}

div li.AN
{
	
}

div li.IN
{
   
}

div li.PT 
{
   
}

div li.webinarItem
{
   
	margin-left:-35px;
	margin-top:10px;
}

.tabbedSection div li.citationItem
{
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/newspaper.png?72e2155f2284');
}

.tabbedSection div li.blogItem
{
   

}

.tabbedSection div li.eventItem
{
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/calendar.png?c6f10e4e0e99');
}
.blogList li,.eventList li,.citations li
{
	padding-top: 10px;
}
.tabbedSection div li.blogItem,.citationItem,.eventItem
{
    padding-bottom:10px;
	margin-left:-35px;
}
#mainBody .tabbedSection li.citationItem p
{
    margin-bottom: 0;
}
#mainBody div.researchList li
{
    list-style-type: none;
	padding-bottom:8px;
	background-position: 9px 16px; 
	background-repeat: no-repeat;
   /*padding-left: 30px;*/
}



#mainBody .tabbedSection li p
{
	line-height: 15px;
	margin-top: 1px;
}

.tabbedSection div.coverage ul
{
	margin-left: 20px;
    list-style-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/bullet.gif?72e2155f2284');
}
.tabbedSection div.coverage li
{
	margin-top: 5px;
}

.tabbedSection div.coverage ul li ul
{
    list-style-image: none;
    list-style-type: circle;
}

.tabbedSection ul.tdTabs li
{
	font-size: 9px;
}

.tabbedSection ul.tdTabs li a
{
	padding-left: 2px;
	padding-right: 2px;
	
}

.serviceInformation .tabbedSection ul
{
    margin-left: 0;
}

.serviceInformation .tabbedSection li
{
    margin-bottom: 0;
    line-height: 1;
}

#mainBody table.search-form {
  border-collapse: collapse;
  width: auto; }
  #mainBody table.search-form td, #mainBody table.search-form th {
    padding: 5px 10px; }
    #mainBody table.search-form td.submit-button, #mainBody table.search-form th.submit-button {
      vertical-align: middle;
      border-left: 1px solid #aaa; }
  #mainBody table.search-form th {
    text-align: right; }
    #mainBody table.search-form th label {
      padding-right: 0; }
  #mainBody table.search-form label {
    width: auto;
    display: inline;
    float: none;
    font-size: inherit;
    padding-right: 15px; }
  #mainBody table.search-form input[type='submit'] {
    float: none;
    clear: none;
    margin: 0;
    padding: 1px 6px; }

ul.search-results li {
  margin: 10px 0;
  padding-left: 21px;
  height: 16px;
  background-position: top left;
  background-repeat: no-repeat; }
  ul.search-results li.pressrelease {
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/newspaper.png?72e2155f2284'); }
  ul.search-results li.product {
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/layer_chart.png?c6f10e4e0e99'); }
  ul.search-results li.blog {
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/page.png?6d927802c9c5'); }
  ul.search-results li a {
    line-height: 16px;
    font-size: 12px;
    text-decoration: none; }
    ul.search-results li a:hover {
      text-decoration: underline; }

h3.search-title {
  border-bottom: 1px solid #aaa; }

div.search-paginator {
  border-top: 1px solid #aaa;
  padding-top: 10px;
  text-align: center;
  font-size: 12px; }

#teardownSidebar
{
	float: left;
	width: 200px;
	margin-right: 15px;
}

.tdImage
{
	margin: 0 8px;
	text-align: center;
}

.phoneImage
{
	max-height: 120px;
	margin: 0 10px;
}

.tdImage table
{
	text-align: left;
	position: relative;
	top: 3px;
}

#mainBody .teardownInfo, #mainBody .teardownInfo ul
{
	margin-bottom: 0;
	margin-left: 0;
	list-style-type: none;
}

#mainBody .teardownInfo li
{
	padding-left: 20px;
	margin-top: 8px;
	min-height: 16px;
}

#mainBody .teardownInfo>li
{
	margin-top: 15px;
}

#mainBody .teardownInfo>li>strong
{
	position: relative;
    top: 2px;
	color: #283f6e;
}

#mainBody .teardownInfo li.phone
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/phone.png?72e2155f2284') no-repeat top left;
}

#mainBody .teardownInfo li.board
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/boards.png?72e2155f2284') no-repeat top left;
}

#mainBody .teardownInfo li.specs
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/specs.png?72e2155f2284') no-repeat top left;
}

#mainBody .teardownInfo li.Dismantling
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/dismantle.png?72e2155f2284') no-repeat top left;
}

#mainBody .teardownInfo li.Boards
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/boards.png?72e2155f2284') no-repeat top left;
}

#mainBody .teardownInfo li.BlockDiagram
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/block.png?72e2155f2284') no-repeat top left;
}

#mainBody .teardownInfo li.PartList
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/parts.png?72e2155f2284') no-repeat top left;
}

#mainBody .teardownInfo li.Power
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/power.png?72e2155f2284') no-repeat top left;
}

#mainBody .teardownInfo li.teardown
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/boards.png?72e2155f2284') no-repeat top left;
}

#mainBody .teardownInfo li.files
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/file.png?72e2155f2284') no-repeat top left;
}

#mainBody .teardownInfo li.images
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/images.png?72e2155f2284') no-repeat top left;
}

#mainBody .teardownInfo li.component
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/chip.png?72e2155f2284') no-repeat top left;
}

a.sampleImage:before
{
	content: "(";
}

a.sampleImage:after
{
	content: ")";
}

a.sampleImage
{
	font-size: 95%;
	text-decoration: none;
}

a.sampleImage:hover
{
	text-decoration: underline;
}

.imagePopUp
{
	position: fixed;
	padding: 10px;
	border: 1px solid black;
	background-color: white;
	z-index: 12;
	display: none;
}

.closeImage
{
	float: right;
	font-size: 10px;
	margin-top: 5px;
}

.numImages
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/file_extension_jpg.png') no-repeat left;
}

.serviceItem
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/practice/cog.png') no-repeat left;
}

.teardownTypes li
{
	background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/teardowns/boards.png?72e2155f2284') no-repeat left;
}

.phoneTiles
{
    background-color: #c2c2cb;
    float: left;
    padding: 10px;
    margin: 0;
    list-style-type: none;
    width: 720px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.phoneTiles li
{
    float: left;
}

.phoneTiles li a
{
    text-decoration: none;
    float: left;
    width: 108px;
    height: 108px;
    padding: 10px;
    background-color: white;
    border: 1px solid #aaa;
	margin: 10px 6px;
   
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .2);
    text-align: center;
    position: relative;
}

#mainBody .phoneTiles li p
{
    font-size: 9px;
    line-height: 12px;
    color: #333;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    width: 118px;
}


.phoneTiles li a:hover
{
    background-color: #f1f1f1;
}

.phoneTiles li .phoneBadges
{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 11px;
}

.filterPanel
{
    background-color: white;
	border: 2px solid #8e9499;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	margin: 25px 0;


    float: left;
}

#mainBody .filterPanel p
{
    margin: 0;
}

#mainBody .filterPanel div
{
    float: left;
}

#mainBody .filterPanel select, #mainBody .filterPanel input
{
    width: 150px;
}

.filterPanel a.clear
{
    display: block;
    float: left;
    margin: 20px 10px 10px 10px;
    padding: 10px;
    border: 1px solid #627d16;
    width: 108px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #8bb31d;
    color: white;
}

.filterPanel a.clear:hover
{
    background-color: #98c41f;
}

#abandonedCarts
{
    width: 1000px;
    border: 1px solid;
    margin-left: 15px;
    margin-top: 20px;
}

#abandonedCarts td
{
    border: 1px solid #ccc;
    height: 75px;
}

#abandonedCarts th
{
    text-align: left;
    font-weight: bold;
    
}

#abandonedCarts td.user
{
    width: 25%;
}

#abandondedCarts td.date
{
    width: 25%;
}

#abandonedCarts td.product_list
{
    width: 50%;
}

#abandonedCarts div.product_list
{
    height: 75px;
    overflow: auto;
}

.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}
table
{
    width: 100%;
    border: 0px solid black; 
}

td.title
{
    font-weight: bold;
}

td.label
{
    width: 60px;
    font-weight:bold;
}

#preview_frame
{
    width: 750px;
    height: 600px;
    float: right;
	margin: 10px 0 0 0;
}

#analystInsiderList
{
    width: 200px;
	margin: 20px 0 0 0;
    float: left;
}

li.bolden
{
    font-weight:bold;
    text-align:center
}

li.a_date
{
    text-align:center;
}

li.a_date a
{
    width: 100%;
    display: block;
    margin-left: -10px;
    padding: 3px 10px;
    background-color: rgb(79, 129, 189);
    color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}


#analystInsiderList a
{
    text-decoration: none;
}

.subscribeBtn
{
    float: right;
    margin: 10px;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity  .3s ease-in-out;
    -o-transition: opacity  .3s ease-in-out;
    transition: opacity  .3s ease-in-out;
}

.subscribeBtn:hover
{
    opacity:.8;
}

p.blurb
{
    background-color: rgb(241, 241, 241);
    padding: 10px;
    width: 730px;
    float: right;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.video-js{background-color:#000;position:relative;padding:0;font-size:10px;vertical-align:middle}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js:-moz-full-screen{position:absolute}body.vjs-full-window{padding:0;margin:0;height:100%;overflow-y:auto}.video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0;width:100%!important;height:100%!important;_position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.vjs-poster{margin:0 auto;padding:0;cursor:pointer;position:relative;width:100%;max-height:100%}.video-js .vjs-text-track-display{text-align:center;position:absolute;bottom:4em;left:1em;right:1em;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.video-js .vjs-text-track{display:none;color:#fff;font-size:1.4em;text-align:center;margin-bottom:.1em;background:#000;background:rgba(0,0,0,0.50)}.video-js .vjs-subtitles{color:#fff}.video-js .vjs-captions{color:#fc6}.vjs-tt-cue{display:block}.vjs-fade-in{visibility:visible!important;opacity:1!important;-webkit-transition:visibility 0s linear 0s,opacity .3s linear;-moz-transition:visibility 0s linear 0s,opacity .3s linear;-ms-transition:visibility 0s linear 0s,opacity .3s linear;-o-transition:visibility 0s linear 0s,opacity .3s linear;transition:visibility 0s linear 0s,opacity .3s linear}.vjs-fade-out{visibility:hidden!important;opacity:0!important;-webkit-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-moz-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-ms-transition:visibility 0s linear 1.5s,opacity 1.5s linear;-o-transition:visibility 0s linear 1.5s,opacity 1.5s linear;transition:visibility 0s linear 1.5s,opacity 1.5s linear}.vjs-default-skin .vjs-controls{position:absolute;bottom:0;left:0;right:0;margin:0;padding:0;height:2.6em;color:#fff;border-top:1px solid #404040;background:#242424;background:-moz-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(50%,#242424),color-stop(50%,#1f1f1f),color-stop(100%,#171717));background:-webkit-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:-o-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:-ms-linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);background:linear-gradient(top,#242424 50%,#1f1f1f 50%,#171717 100%);visibility:hidden;opacity:0}.vjs-default-skin .vjs-control{position:relative;float:left;text-align:center;margin:0;padding:0;height:2.6em;width:2.6em}.vjs-default-skin .vjs-control:focus{outline:0}.vjs-default-skin .vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-default-skin .vjs-play-control{width:5em;cursor:pointer!important}.vjs-default-skin.vjs-paused .vjs-play-control div{width:15px;height:17px;background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284');margin:.5em auto 0}.vjs-default-skin.vjs-playing .vjs-play-control div{width:15px;height:17px;background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284') -25px 0;margin:.5em auto 0}.vjs-default-skin .vjs-rewind-control{width:5em;cursor:pointer!important}.vjs-default-skin .vjs-rewind-control div{width:19px;height:16px;background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284');margin:.5em auto 0}.vjs-default-skin .vjs-mute-control{width:3.8em;cursor:pointer!important;float:right}.vjs-default-skin .vjs-mute-control div{width:22px;height:16px;background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284') -75px -25px;margin:.5em auto 0}.vjs-default-skin .vjs-mute-control.vjs-vol-0 div{background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284') 0 -25px}.vjs-default-skin .vjs-mute-control.vjs-vol-1 div{background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284') -25px -25px}.vjs-default-skin .vjs-mute-control.vjs-vol-2 div{background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284') -50px -25px}.vjs-default-skin .vjs-volume-control{width:5em;float:right}.vjs-default-skin .vjs-volume-bar{position:relative;width:5em;height:.6em;margin:1em auto 0;cursor:pointer!important;-moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;background:#666;background:-moz-linear-gradient(top,#333,#666);background:-webkit-gradient(linear,0% 0,0% 100%,from(#333),to(#666));background:-webkit-linear-gradient(top,#333,#666);background:-o-linear-gradient(top,#333,#666);background:-ms-linear-gradient(top,#333,#666);background:linear-gradient(top,#333,#666)}.vjs-default-skin .vjs-volume-level{position:absolute;top:0;left:0;height:.6em;-moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;background:#fff;background:-moz-linear-gradient(top,#fff,#ccc);background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#ccc));background:-webkit-linear-gradient(top,#fff,#ccc);background:-o-linear-gradient(top,#fff,#ccc);background:-ms-linear-gradient(top,#fff,#ccc);background:linear-gradient(top,#fff,#ccc)}.vjs-default-skin .vjs-volume-handle{position:absolute;top:-0.2em;width:.8em;height:.8em;background:#ccc;left:0;border:1px solid #fff;-moz-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em}.vjs-default-skin div.vjs-progress-control{position:absolute;left:4.8em;right:4.8em;height:1.0em;width:auto;top:-1.3em;border-bottom:1px solid #1f1f1f;border-top:1px solid #222;background:#333;background:-moz-linear-gradient(top,#222,#333);background:-webkit-gradient(linear,0% 0,0% 100%,from(#222),to(#333));background:-webkit-linear-gradient(top,#222,#333);background:-o-linear-gradient(top,#333,#222);background:-ms-linear-gradient(top,#333,#222);background:linear-gradient(top,#333,#222)}.vjs-default-skin .vjs-progress-holder{position:relative;cursor:pointer!important;padding:0;margin:0;height:1.0em;-moz-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em;background:#111;background:-moz-linear-gradient(top,#111,#262626);background:-webkit-gradient(linear,0% 0,0% 100%,from(#111),to(#262626));background:-webkit-linear-gradient(top,#111,#262626);background:-o-linear-gradient(top,#111,#262626);background:-ms-linear-gradient(top,#111,#262626);background:linear-gradient(top,#111,#262626)}.vjs-default-skin .vjs-progress-holder .vjs-play-progress,.vjs-default-skin .vjs-progress-holder .vjs-load-progress{position:absolute;display:block;height:1.0em;margin:0;padding:0;left:0;top:0;-moz-border-radius:.6em;-webkit-border-radius:.6em;border-radius:.6em}.vjs-default-skin .vjs-play-progress{background:#fff;background:-moz-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#fff),color-stop(50%,#d6d6d6),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:-o-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:-ms-linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:linear-gradient(top,#fff 0,#d6d6d6 50%,#fff 100%);background:#efefef;background:-moz-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#efefef),color-stop(50%,#f5f5f5),color-stop(50%,#dbdbdb),color-stop(100%,#f1f1f1));background:-webkit-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:-o-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);background:-ms-linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef',endColorstr='#f1f1f1',GradientType=0);background:linear-gradient(top,#efefef 0,#f5f5f5 50%,#dbdbdb 50%,#f1f1f1 100%)}.vjs-default-skin .vjs-load-progress{opacity:.8;background:#666;background:-moz-linear-gradient(top,#666,#333);background:-webkit-gradient(linear,0% 0,0% 100%,from(#666),to(#333));background:-webkit-linear-gradient(top,#666,#333);background:-o-linear-gradient(top,#666,#333);background:-ms-linear-gradient(top,#666,#333);background:linear-gradient(top,#666,#333)}.vjs-default-skin div.vjs-seek-handle{position:absolute;width:16px;height:16px;margin-top:-0.3em;left:0;top:0;background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284') 0 -50px;-moz-border-radius:.8em;-webkit-border-radius:.8em;border-radius:.8em;-webkit-box-shadow:0 2px 4px 0 #000;-moz-box-shadow:0 2px 4px 0 #000;box-shadow:0 2px 4px 0 #000}.vjs-default-skin .vjs-time-controls{position:absolute;right:0;height:1.0em;width:4.8em;top:-1.3em;border-bottom:1px solid #1f1f1f;border-top:1px solid #222;background-color:#333;font-size:1em;line-height:1.0em;font-weight:normal;font-family:Helvetica,Arial,sans-serif;background:#333;background:-moz-linear-gradient(top,#222,#333);background:-webkit-gradient(linear,0% 0,0% 100%,from(#222),to(#333));background:-webkit-linear-gradient(top,#222,#333);background:-o-linear-gradient(top,#333,#222);background:-ms-linear-gradient(top,#333,#222);background:linear-gradient(top,#333,#222)}.vjs-default-skin .vjs-current-time{left:0}.vjs-default-skin .vjs-duration{right:0;display:none}.vjs-default-skin .vjs-remaining-time{right:0}.vjs-time-divider{display:none}.vjs-default-skin .vjs-time-control{font-size:1em;line-height:1;font-weight:normal;font-family:Helvetica,Arial,sans-serif}.vjs-default-skin .vjs-time-control span{line-height:25px}.vjs-secondary-controls{float:right}.vjs-default-skin .vjs-fullscreen-control{width:3.8em;cursor:pointer!important;float:right}.vjs-default-skin .vjs-fullscreen-control div{width:16px;height:16px;background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284') -50px 0;margin:.5em auto 0}.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div{background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284') -75px 0}.vjs-default-skin .vjs-big-play-button{display:block;z-index:2;position:absolute;top:50%;left:50%;width:8.0em;height:8.0em;margin:-42px 0 0 -42px;text-align:center;vertical-align:center;cursor:pointer!important;border:.2em solid #fff;opacity:.95;-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px;background:#454545;background:-moz-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);background:-webkit-gradient(linear,0% 0,0% 100%,color-stop(0%,#454545),color-stop(50%,#232323),color-stop(50%,#161616),color-stop(100%,#3f3f3f));background:-webkit-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);background:-o-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);background:-ms-linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#454545',endColorstr='#3f3f3f',GradientType=0);background:linear-gradient(top,#454545 0,#232323 50%,#161616 50%,#3f3f3f 100%);-webkit-box-shadow:4px 4px 8px #000;-moz-box-shadow:4px 4px 8px #000;box-shadow:4px 4px 8px #000}.vjs-default-skin div.vjs-big-play-button:hover{-webkit-box-shadow:0 0 80px #fff;-moz-box-shadow:0 0 80px #fff;box-shadow:0 0 80px #fff}.vjs-default-skin div.vjs-big-play-button span{position:absolute;top:50%;left:50%;display:block;width:35px;height:42px;margin:-20px 0 0 -15px;background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284') -100px 0}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;width:55px;height:55px;margin:-28px 0 0 -28px;-webkit-animation-name:rotatethis;-webkit-animation-duration:1s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotatethis;-moz-animation-duration:1s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear}@-webkit-keyframes rotatethis{0%{-webkit-transform:scale(0.6) rotate(0deg)}12.5%{-webkit-transform:scale(0.6) rotate(0deg)}12.51%{-webkit-transform:scale(0.6) rotate(45deg)}25%{-webkit-transform:scale(0.6) rotate(45deg)}25.01%{-webkit-transform:scale(0.6) rotate(90deg)}37.5%{-webkit-transform:scale(0.6) rotate(90deg)}37.51%{-webkit-transform:scale(0.6) rotate(135deg)}50%{-webkit-transform:scale(0.6) rotate(135deg)}50.01%{-webkit-transform:scale(0.6) rotate(180deg)}62.5%{-webkit-transform:scale(0.6) rotate(180deg)}62.51%{-webkit-transform:scale(0.6) rotate(225deg)}75%{-webkit-transform:scale(0.6) rotate(225deg)}75.01%{-webkit-transform:scale(0.6) rotate(270deg)}87.5%{-webkit-transform:scale(0.6) rotate(270deg)}87.51%{-webkit-transform:scale(0.6) rotate(315deg)}100%{-webkit-transform:scale(0.6) rotate(315deg)}}@-moz-keyframes rotatethis{0%{-moz-transform:scale(0.6) rotate(0deg)}12.5%{-moz-transform:scale(0.6) rotate(0deg)}12.51%{-moz-transform:scale(0.6) rotate(45deg)}25%{-moz-transform:scale(0.6) rotate(45deg)}25.01%{-moz-transform:scale(0.6) rotate(90deg)}37.5%{-moz-transform:scale(0.6) rotate(90deg)}37.51%{-moz-transform:scale(0.6) rotate(135deg)}50%{-moz-transform:scale(0.6) rotate(135deg)}50.01%{-moz-transform:scale(0.6) rotate(180deg)}62.5%{-moz-transform:scale(0.6) rotate(180deg)}62.51%{-moz-transform:scale(0.6) rotate(225deg)}75%{-moz-transform:scale(0.6) rotate(225deg)}75.01%{-moz-transform:scale(0.6) rotate(270deg)}87.5%{-moz-transform:scale(0.6) rotate(270deg)}87.51%{-moz-transform:scale(0.6) rotate(315deg)}100%{-moz-transform:scale(0.6) rotate(315deg)}}div.vjs-loading-spinner .ball1{opacity:.12;position:absolute;left:20px;top:0;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball2{opacity:.25;position:absolute;left:34px;top:6px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball3{opacity:.37;position:absolute;left:40px;top:20px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball4{opacity:.50;position:absolute;left:34px;top:34px;width:13px;height:13px;background:#fff;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:15px;border:1px solid #ccc}div.vjs-loading-spinner .ball5{opacity:.62;position:absolute;left:20px;top:40px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball6{opacity:.75;position:absolute;left:6px;top:34px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball7{opacity:.87;position:absolute;left:0;top:20px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}div.vjs-loading-spinner .ball8{opacity:1.00;position:absolute;left:6px;top:6px;width:13px;height:13px;background:#fff;border-radius:13px;-webkit-border-radius:13px;-moz-border-radius:13px;border:1px solid #ccc}.vjs-default-skin .vjs-menu-button{float:right;margin:.2em .5em 0 0;padding:0;width:3em;height:2em;cursor:pointer!important;border:1px solid #111;-moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;background:#4d4d4d;background:-moz-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d4d4d),color-stop(50%,#3f3f3f),color-stop(50%,#333),color-stop(100%,#252525));background:-webkit-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-o-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-ms-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%)}.vjs-default-skin .vjs-menu-button div{background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284') 0 -75px no-repeat;width:16px;height:16px;margin:.2em auto 0;padding:0}.vjs-default-skin .vjs-menu-button ul{display:none;opacity:.8;padding:0;margin:0;position:absolute;width:10em;bottom:2em;max-height:15em;left:-3.5em;background-color:#111;border:2px solid #333;-moz-border-radius:.7em;-webkit-border-radius:1em;border-radius:.5em;-webkit-box-shadow:0 2px 4px 0 #000;-moz-box-shadow:0 2px 4px 0 #000;box-shadow:0 2px 4px 0 #000;overflow:auto}.vjs-default-skin .vjs-menu-button:focus ul,.vjs-default-skin .vjs-menu-button:hover ul{display:block;list-style:none}.vjs-default-skin .vjs-menu-button ul li{list-style:none;margin:0;padding:.3em 0 .3em 20px;line-height:1.4em;font-size:1.2em;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;text-align:left}.vjs-default-skin .vjs-menu-button ul li.vjs-selected{text-decoration:underline;background:url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/video-js.png?72e2155f2284') -125px -50px no-repeat}.vjs-default-skin .vjs-menu-button ul li:focus,.vjs-default-skin .vjs-menu-button ul li:hover,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover{background-color:#ccc;color:#111;outline:0}.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;color:#fff;font-weight:bold;cursor:default;background:#4d4d4d;background:-moz-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4d4d4d),color-stop(50%,#3f3f3f),color-stop(50%,#333),color-stop(100%,#252525));background:-webkit-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-o-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:-ms-linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%);background:linear-gradient(top,#4d4d4d 0,#3f3f3f 50%,#333 50%,#252525 100%)}.vjs-default-skin .vjs-captions-button div{background-position:-25px -75px}.vjs-default-skin .vjs-chapters-button div{background-position:-100px -75px}.vjs-default-skin .vjs-chapters-button ul{width:20em;left:-8.5em}
div#research-menus {
  float: left;
  width: 1040px;
  margin-left: -20px;
  background: #e6e6e6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6e6e6 0%, whitesmoke 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, whitesmoke));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6e6e6 0%, whitesmoke 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6e6e6 0%, whitesmoke 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6e6e6 0%, whitesmoke 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e6e6e6 0%, whitesmoke 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f5f5f5',GradientType=0 );
  /* IE6-9 */ }

ul#research-browser {
  float: left;
  padding-right: 10px;
  border-radius: 10px;
  background: #3b629b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3b629b 0%, #283f6e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b629b), color-stop(100%, #283f6e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3b629b 0%, #283f6e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3b629b 0%, #283f6e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3b629b 0%, #283f6e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3b629b 0%, #283f6e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b629b', endColorstr='#283f6e',GradientType=0 );
  /* IE6-9 */ }
  ul#research-browser ul.sector-menu > li {
    width: 185px;
    padding-right: 15px;
    background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/blue_arrow_right.png?458611019399');
    background-position: 190px center;
    background-repeat: no-repeat; }
  ul#research-browser > li {
    float: left;
    position: relative;
    background: #3b629b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b629b 0%, #283f6e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b629b), color-stop(100%, #283f6e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3b629b 0%, #283f6e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3b629b 0%, #283f6e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3b629b 0%, #283f6e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3b629b 0%, #283f6e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b629b', endColorstr='#283f6e',GradientType=0 );
    /* IE6-9 */ }
    ul#research-browser > li:hover {
      background: #283f6e;
      /* Old browsers */
      background: -moz-linear-gradient(top, #283f6e 0%, #3b629b 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #283f6e), color-stop(100%, #3b629b));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #283f6e 0%, #3b629b 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #283f6e 0%, #3b629b 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #283f6e 0%, #3b629b 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #283f6e 0%, #3b629b 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#283f6e', endColorstr='#3b629b',GradientType=0 );
      /* IE6-9 */ }
      ul#research-browser > li:hover > ul, ul#research-browser > li:hover div.multi-column-menu {
        display: block; }
    ul#research-browser > li a {
      width: 180px;
      padding: 8px 10px;
      display: block;
      text-decoration: none;
      font-size: 10px; }
    ul#research-browser > li > a {
      text-align: center;
      color: white; }
    ul#research-browser > li ul {
      display: none;
      position: absolute;
      z-index: 110;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
      border-width: 0 1px 1px 1px;
      border-style: solid;
      border-color: #ccc; }
      ul#research-browser > li ul li {
        background-color: #fafafa;
        transition: background-color .2s;
        -moz-transition: background-color .2s;
        -webkit-transition: background-color .2s;
        position: relative; }
        ul#research-browser > li ul li > ul {
          left: 200px;
          top: 0; }
        ul#research-browser > li ul li:hover {
          background-color: #fff; }
          ul#research-browser > li ul li:hover > ul {
            display: block; }
    ul#research-browser > li div.multi-column-menu {
      position: absolute;
      display: none;
      width: 603px;
      border-width: 0 0 1px 1px;
      border-style: solid;
      border-color: #ccc;
      background-color: #fafafa;
      z-index: 110;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
      ul#research-browser > li div.multi-column-menu ul {
        float: left;
        display: block;
        position: relative;
        border-width: 0 1px 0 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none; }

.prelink
{
    float: right;
    color: #006633;
}

#tile-preview
{
    width: 1000px;
    height: 720px;
    margin-left: 50px;
    margin-top: 50px;
    font-family: Tahoma, Geneva, sans-serif;
    padding-bottom: 75px;
}

#tile-preview h1
{
    margin-left: 0;
    border: 0;
    font-weight: bold;
    font-size: 24pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

#tile-preview>div
{
    float: left;
    width: 250px;
    height: 180px;
    position: relative;
}

#tile-preview>div.blue
{
    background-color: #283f6e;
}

#tile-preview>div.grey
{
    background-color: #333;
}

#tile-preview>div.light_grey
{
    background-color: #aaaaaa;
}

#tile-preview>div.green
{
    background-color: #006633;
}



#tile-preview>div a
{
    text-decoration: none;
    line-height: 1.25;
    font-size: 12pt;
    display: table-cell;
    padding: 10px;
    width: 230px;
    height: 160px;
    vertical-align: middle;
    letter-spacing: 0px;
    -moz-transition: background-color .5s, opacity .5s;
    -webkit-transition: background-color .5s, opacity .5s;
    transition: background-color .5s, opacity .5s;
}

#tile-preview>div.reverse a
{
    color: white;
}

#tile-preview>div.image a
{
    padding: 0;
    height: 180px;
    width: 250px;
    opacity: 1;
    line-height: 0;
}

#tile-preview>div a:hover
{
    background-color: #eee;
}

#tile-preview>div.blue a:hover
{
    background-color: #3b629b;
}

#tile-preview>div.grey a:hover
{
    background-color: #555;
}

#tile-preview>div.light_grey a:hover
{
    background-color: #bbb;
}

#tile-preview>div.green a:hover
{
    background-color: #117744;
}

#tile-preview>div.image a:hover
{
    opacity: .9;
}

#tile-preview>div p.category
{
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaa;
    text-align: right;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#tile-preview>div.reverse p.category
{
    color: white;
}

#tile-preview>div p.metadata
{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #999;
    margin: 0;
    padding: 0;
    line-height: 1;
}

td.left
{
    width:20%;
    font-weight: bold;
    color: #283f6e;
}

#sponsor td.mid
{
    width:45%;
}

#sponsor td.right
{
    width:40%;
    padding-left:0px;
    padding-right:30px;
}

.whitepaper-list td, #sponsor td
{
    padding-right: 20px;
    line-height: 1.2em;
}

.whitepaper-list .services-covered
{
    width: 200px;
}

.whitepaper-list .services-covered ul
{
    margin-top: 10px;
}

.whitepaper-list .services-covered li
{
    margin-bottom: 5px;
}

.whitepaper-list .services-covered li a
{
    text-decoration: none;
}

.whitepaper-list .services-covered li a:hover
{
    text-decoration: underline;
}

.whitepaper-list h2
{
    font-size: 11pt;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.whitepaper-list h2 a
{
    text-decoration: none;
}

.whitepaper-list h2 a:hover
{
    text-decoration: underline;
}

.whitepaper-list span.whitepaper-date
{
    font-weight: bold;
}

.whitepaper-list tr.featured>td
{
    padding-bottom: 10px;
    border-bottom: 1px solid #aaa;
}

.whitepaper-icon
{
    float: left;
    margin: 0 5px 5px 0;
}

.whitepaper-list .pdficon
{
    position: relative;
    top: 4px;
}

span.whitepaper-subtitle
{
    color: #666;
    font-size: 80%;
}

#mainContent {
  width: 750px;
  float: left; }

h2.pageSubtitle {
  color: #aaa;
  margin-top: -17px;
  margin-bottom: 10px; }

#mainContent h3 {
  margin: 10px 0;
  color: #283f6e; }

.toc div {
  margin-top: 5px; }

.toc b {
  color: #283f6e;
  line-height: 15px; }

#welcomeParagraph {
  margin-top: 8px;
  padding: 18px 18px 18px 52px;
  background: #e5ebf7 url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/info_rhombus.png?72e2155f2284') no-repeat 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

#welcomeParagraph strong {
  color: #3b6890; }

.toc b span.section {
  color: #666; }

.tableItem {
  float: left;
  clear: left;
  width: 100%;
  margin: 5px 0; }

.tableItem .tableIndex {
  float: left;
  line-height: 14px; }

.tableItem .tableTitle {
  line-height: 14px;
  display: block; }

.tabbedSection .tables, .tabbedSection .charts, .tabbedSection .figures {
  padding-top: 20px; }

#mainBody span.successMessage {
  margin-bottom: 0; }

#mainBody #insightContent ul {
  padding-left: 20px; }

#mainBody #insightContent ul li {
  list-style-type: disc;
  margin: 5px; }

.tableItem:last-child {
  margin-bottom: 20px; }

#mainBody .summaryParagraph {
  clear: left;
  padding-top: 18px;
  line-height: 16px; }

#toc ul {
  margin-left: 15px;
  color: black;
  font-weight: normal;
  padding-top: 3px; }

#toc li {
  margin: 5px 0; }

#toc li:first-child {
  margin: 3px 0; }

#toc > ul {
  margin-left: 0;
  color: #283f6e;
  font-weight: bold; }

#toc > ul > li {
  margin-top: 9px; }

.explainFeature {
  color: #006633;
  font-style: italic; }

#toc ol {
  margin-left: 25px; }

#toc ol li {
  list-style-type: decimal;
  margin: 7px 0; }

#toc h2 {
  margin: 20px 0 5px 0;
  font-size: 13px; }

.tableItem .tableTitle {
  line-height: 14px;
  display: block; }

form.accessResearch a img {
  vertical-align: middle; }

.insightIcon {
  float: left;
  width: 100px;
  margin-top: -15px;
  padding-right: 9px;
  background-color: white; }

#productDescription {
  margin-left: 5px; }

#productP {
  padding-bottom: 100px;
  margin-left: 5px; }

#insightIconPic {
  float: left;
  width: 100px; }

.author {
  margin-top: -7px; }

#mainBody .insightByline {
  float: right;
  line-height: 1;
  margin-top: 0;
  color: #333; }

.insightContent hr {
  margin: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #999; }

.insightContent ul {
  margin-left: 20px; }

.insightContent h3 {
  font-size: 13px; }

.insightContent h2 {
  color: #999;
  font-size: 13px;
  position: relative;
  top: 0; }

.insightContent li {
  line-height: 1.7em;
  margin-bottom: 18px;
  list-style-type: disc; }

#sidebar h1 {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px; }

.sidebar-box {
  margin-bottom: 30px;
  background-color: #d2dbe5;
  width: 196px;
  padding: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.access-granted {
  background-color: #c4d093; }

.sidebar-box h2 {
  background-color: #b8bfc4;
  margin: -10px -10px 10px -10px;
  padding: 10px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  font-size: 14px;
  font-weight: normal; }

.sidebar-box h2 a {
  text-decoration: none; }

.sidebar-box h2 img {
  position: relative;
  top: 2px; }

.access-granted h2 {
  background-color: #a9ce14; }

.sidebar-box dl {
  margin-bottom: -3px; }

.sidebar-box dt {
  font-weight: bold;
  margin-bottom: 3px; }

.sidebar-box dt:after {
  content: ":"; }

.sidebar-box dd {
  margin-bottom: 10px; }

.sidebar-box li {
  margin-top: 8px;
  line-height: 13px; }

.sidebar-box ul.selectable-options li {
  background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/clear.png?ccb1e1f35289');
  background-repeat: no-repeat;
  background-position: right 50%; }

.sidebar-box ul.selectable-options li.selected-option {
  background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/chk.png?72e2155f2284');
  background-position: 190px 50%;
  background-color: white;
  padding: 5px;
  margin: 8px -10px 0 -5px;
  box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1); }

.sidebar-box li a {
  text-decoration: none;
  display: block; }

.sidebar-box li a:hover {
  text-decoration: underline; }

.sidebar-box li:first-child {
  margin-top: 0; }

ul.file-list li a {
  padding-left: 20px;
  background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/file_extension_txt.png?72e2155f2284') no-repeat left;
  min-height: 16px;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  display: block; }

ul.file-list li a.excel {
  background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/file_extension_xls.png?72e2155f2284'); }

ul.file-list li a.powerpoint {
  background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/file_extension_pps.png?72e2155f2284'); }

ul.file-list li a.word {
  background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/file_extension_wps.png?72e2155f2284'); }

ul.file-list li a.pdf {
  background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/file_extension_pdf.png?72e2155f2284'); }

.researchList .pebbleList li {
  list-style-type: disc;
  margin-bottom: 5px;
  padding: 3px 0; }

.researchList > ul > li {
  padding: 0;
  margin-bottom: 7px; }

.researchList .contents li {
  padding: 2px 0 0 5px; }

.researchList li a {
  line-height: 16px; }

.researchList hr {
  margin-top: 25px;
  margin-left: -10px;
  margin-bottom: 0;
  border-width: 1px 0 0 0;
  border-style: dashed;
  border-color: #aaa; }

.accessIcon {
  position: relative;
  top: 2px;
  left: 5px; }

#practiceTiles {
  width: 750px;
  height: 720px;
  margin-top: 50px;
  font-family: Tahoma, Geneva, sans-serif;
  padding-bottom: 75px;
  position: relative; }

#sidebar #practiceTiles {
  width: 220px;
  height: auto;
  margin-top: 0;
  float: left; }

#practiceTiles.ioe {
  width: 240px;
  position: absolute;
  top: 18px;
  left: 520px; }

#practiceTiles > div ul {
  margin: 0; }

#practiceTiles > div li {
  margin-bottom: 10px;
  position: relative; }

#practiceTiles > div li a {
  display: table-cell;
  height: 65px;
  background: #5a6e96;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5a6e96 0%, #283f6e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5a6e96), color-stop(100%, #283f6e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5a6e96 0%, #283f6e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5a6e96 0%, #283f6e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5a6e96 0%, #283f6e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #5a6e96 0%, #283f6e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a6e96', endColorstr='#283f6e',GradientType=0 );
  /* IE6-9 */
  padding: 10px;
  width: 220px;
  font-size: 11pt;
  color: white;
  text-shadow: 1px 1px 2px black; }

#sidebar #practiceTiles > div li a {
  width: 200px;
  height: 60px; }

#practiceTiles > div li a:hover {
  background: #6e7b93;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6e7b93 0%, #5a6e96 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6e7b93), color-stop(100%, #5a6e96));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6e7b93 0%, #5a6e96 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6e7b93 0%, #5a6e96 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6e7b93 0%, #5a6e96 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6e7b93 0%, #5a6e96 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e7b93', endColorstr='#5a6e96',GradientType=0 );
  /* IE6-9 */ }

#practiceTiles {
  margin-bottom: 20px; }

#practiceTiles > div {
  float: left;
  width: 240px;
  margin: 5px;
  height: 180px;
  position: relative;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

#sidebar #practiceTiles > div {
  width: 220px;
  height: 165px;
  margin: 0 0 10px 0; }

#practiceTiles > div.blue {
  background-color: #283f6e; }

#practiceTiles > div.grey {
  background-color: #333; }

#practiceTiles > div.light_grey {
  background-color: #aaa; }

#practiceTiles > div.green {
  background-color: #006633; }

#practiceTiles > div.a_tiny_bit_grey {
  background-color: #f5f0ed; }

#practiceTiles > div.a_tiny_bit_grey p.category {
  color: #666; }

#practiceTiles > div a {
  text-decoration: none;
  line-height: 1.25;
  font-size: 12pt;
  display: table-cell;
  padding: 10px;
  width: 220px;
  height: 160px;
  vertical-align: middle;
  letter-spacing: 0px;
  -moz-transition: background-color .5s, opacity .5s;
  -webkit-transition: background-color .5s, opacity .5s;
  transition: background-color .5s, opacity .5s;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

#sidebar #practiceTiles > div a {
  width: 200px;
  height: 145px; }

#practiceTiles > div.reverse {
  position: relative; }

#practiceTiles > div.reverse a {
  color: white; }

#practiceTiles > div.reverse a.ask-the-analyst img.playBtn, #homeTiles > div.reverse a.ask-the-analyst img.playBtn {
  position: absolute;
  width: 60px;
  height: 46px;
  top: 112px;
  left: 32px; }

#practiceTiles > div.reverse a.ask-the-analyst img, #homeTiles > div.reverse a.ask-the-analyst img {
  height: 160px;
  margin-bottom: -4px; }

#practiceTiles > div.reverse a.ask-the-analyst span, #homeTiles > div.reverse a.ask-the-analyst span {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 124px;
  padding-right: 10px;
  line-height: 1.3; }

#practiceTiles > div.image a {
  padding: 0;
  height: 180px;
  width: 250px;
  opacity: 1;
  line-height: 0; }

#practiceTiles > div a:hover {
  background-color: #eee; }

#practiceTiles > div.blue a:hover {
  background-color: #3b629b; }

#practiceTiles > div.grey a:hover {
  background-color: #555; }

#practiceTiles > div.grey a:hover {
  background-color: #555; }

#practiceTiles > div.green a:hover {
  background-color: #117744; }

#practiceTiles > div.image a:hover {
  opacity: .9; }

#practiceTiles > div p.category {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
  text-align: right;
  line-height: 1;
  margin: 0;
  padding: 0; }

#practiceTiles > div.reverse p.category {
  color: white; }

#practiceTiles > div p.metadata {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #999;
  margin: 0;
  padding: 0;
  line-height: 1; }

#staffListing {
  width: 220px;
  margin-left: 30px;
  position: absolute;
  top: 108px;
  right: 0; }

#staffListing h2 {
  margin-bottom: 10px;
  color: #283f6e;
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #d5d5d5; }

#staffListing ul.staffListing {
  float: none;
  width: 220px;
  margin-right: 0;
  margin-top: 0; }

#staffListing ul.staffListing li {
  width: 220px;
  float: none;
  margin-bottom: 30px; }

.productTiles {
  font-family: Tahoma, Geneva, sans-serif;
  float: left; }

.insightTiles {
  width: 240px;
  margin-left: 20px; }

.productTiles > div {
  float: left;
  color: black;
  margin: 0 10px 10px 0;
  padding-left: 16px;
  border-radius: 3px;
  background-color: #283f6e;
  position: relative;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4); }

.productTiles > div a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 6px;
  width: 212px;
  display: block;
  color: #2b2b2b;
  background-color: #f5f5f5;
  text-decoration: none;
  line-height: 1.25;
  font-size: 11pt;
  letter-spacing: 0;
  -moz-transition: background-color .5s, opacity .5s;
  -webkit-transition: background-color .5s, opacity .5s;
  transition: background-color .5s, opacity .5s; }

div.products h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px dotted #aaa;
  color: #283f6e; }

#mainBody ul.product-list li {
  display: block;
  background-color: #283f6e;
  padding-left: 16px;
  height: 16px;
  margin-bottom: 8px; }
  #mainBody ul.product-list li div {
    background-color: white;
    padding-left: 7px;
    height: 16px; }
    #mainBody ul.product-list li div a {
      float: left;
      line-height: 16px;
      text-decoration: none;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 450px; }
    #mainBody ul.product-list li div a:hover {
      text-decoration: underline; }
    #mainBody ul.product-list li div p.metadata {
      float: right;
      margin: 0;
      padding: 0;
      height: 16px;
      line-height: 16px; }
  #mainBody ul.product-list li:hover {
    background-color: #3b629b; }
  #mainBody ul.product-list li.IN {
    background-color: #948a54; }
  #mainBody ul.product-list li.IN:hover {
    background-color: #a69b62; }
  #mainBody ul.product-list li.SD, #mainBody ul.product-list li.SU {
    background-color: #0a5419; }
  #mainBody ul.product-list li.SD:hover, #mainBody ul.product-list li.SU:hover {
    background-color: #0d7021; }
  #mainBody ul.product-list li.CA, #mainBody ul.product-list li.VM {
    background-color: #591515; }
  #mainBody ul.product-list li.CA:hover, #mainBody ul.product-list li.VM:hover {
    background-color: #7d1e1e; }
  #mainBody ul.product-list li.AN {
    background-color: #799936; }
  #mainBody ul.product-list li.AN:hover {
    background-color: #88ad3d; }
  #mainBody ul.product-list li.MD {
    background-color: #403152; }
  #mainBody ul.product-list li.MD:hover {
    background-color: #56426e; }
  #mainBody ul.product-list li.PT {
    background-color: #595959; }
  #mainBody ul.product-list li.PT:hover {
    background-color: #646464; }

div.research_archive {
  float: left;
  min-height: 1px;
  width: 480px;
  margin-right: 30px; }

.productTiles h2 {
  margin: 10px 0;
  color: #283f6e;
  font-size: 18px;
  font-weight: normal; }

div.insight_archive {
  float: left;
  width: 240px; }

.research_archive > h2, .insight_archive > h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0; }

#serviceSubscribe {
  position: absolute;
  top: 0;
  right: 0; }

#serviceSubscribe a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 120px;
  height: 42px;
  background-color: #d8e4bc;
  text-decoration: none;
  line-height: 1.2em;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

#serviceSubscribe a:hover {
  background-color: #c0d494; }

div.moreResearch {
  display: none; }

div.expandResearch {
  background-color: #aecfd6;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: background-color .5s, color .5s; }

div.expandResearch:hover {
  background-color: #91b3ba;
  color: white; }

div.service-coverage ul {
  list-style-type: disc;
  margin-left: 20px; }

div.service-coverage li {
  line-height: 1.2em;
  margin-bottom: 5px; }

div.service-coverage h2 {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 5px; }

#previewPane {
  position: fixed;
  top: 100px;
  left: 100px;
  max-width: 900px;
  max-height: 600px;
  border: 1px solid black;
  -webkit-box-shadow: 3px 3px 3px #666;
  -moz-box-shadow: 3px 3px 3px #666;
  box-shadow: 3px 3px 3px #666;
  background-color: white;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  z-index: 112; }

#previewPane .previewTable {
  max-height: 550px;
  overflow: auto; }

#previewPane .tableContent {
  margin: 10px;
  padding: 10px;
  overflow: auto;
  max-height: 510px; }

#previewPane .menubar, #toc-preview-pane .menubar, #notify-users .menubar {
  background: #283f6e url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/titlebar-grad.jpg?72e2155f2284') repeat-x top left;
  height: 16px;
  padding: 5px 5px 5px 10px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-radius-top-left: 7px;
  border-radius-top-right: 7px;
  color: white;
  font-size: 11px;
  font-weight: bold; }

#previewPane .tableCloseButton, #toc-preview-pane .tableCloseButton, #notify-users .tableCloseButton {
  opacity: .8;
  filter: alpha(opacity=80);
  cursor: pointer;
  float: right; }

#previewPane .tableCloseButton:hover, #toc-preview-pane .tableCloseButton:hover, #notify-users .tableCloseButton:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

#previewPane table {
  font-size: 10px;
  font-family: monospace;
  padding: 10px; }

#previewPane table.highlightData {
  color: red; }

#previewPane td {
  padding: 5px;
  text-align: right; }

.controls {
  padding: 0 20px 10px 0;
  float: right; }

.controls img {
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  top: 3px; }

.controls a {
  font-size: 10px;
  text-decoration: none;
  position: relative;
  top: -6px; }

.controls p {
  font-size: 10px; }

.controls p a {
  top: 0;
  text-decoration: underline; }

#messageArea {
  font-size: 10px;
  position: relative;
  top: -5px;
  color: #006633; }

#previewPane .message {
  font-size: 10px;
  float: left;
  margin: 2px 20px; }

.practice-icon {
  float: left;
  margin-top: 4px;
  padding-right: 10px;
  background-color: white; }

.archive-warning {
  color: red;
  font-size: 13px;
  display: inline-block;
  position: relative;
  top: -2px; }

.competitive-assessment-report h2 {
  color: #3b629b;
  font-size: 15px;
  padding-top: 50px;
  clear: left;
  border-bottom: 1px solid #aaa; }

.competitive-assessment-report h2:first-child {
  padding-top: 15px; }

.competitive-assessment-report ul, ol {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 18px; }

.competitive-assessment-report ol {
  list-style-type: decimal; }

.competitive-assessment-report li {
  margin-top: 5px;
  line-height: 1.7em; }

#mainContent .competitive-assessment-report h3.meta {
  color: #666;
  margin-top: 3px;
  font-weight: normal;
  font-size: 11px; }

.competitive-assessment-report h4 {
  padding-top: 20px;
  color: #333;
  font-size: 13px;
  clear: left; }

.vm-chart > div, .company-vm > div {
  font-family: Verdana, sans-serif;
  color: #333;
  font-size: 9px;
  position: relative; }

.vm-chart .tooltip, .company-vm .tooltip {
  position: absolute;
  background-color: #3b629b;
  color: white;
  padding: 5px;
  border-radius: 2px;
  display: none;
  font-size: 10px;
  line-height: 1.2em;
  white-space: nowrap; }

.vm-chart .axis path, .vm-chart .axis line, .vm-chart .grid, .company-vm .axis path, .company-vm .axis line, .company-vm .grid {
  fill: none;
  stroke: #aaa;
  shape-rendering: crispEdges; }

.vm-chart .dot, .company-vm .dot {
  fill: #283f6e; }

.vm-chart .dot:hover, .company-vm .dot:hover {
  stroke: #3b629b;
  stroke-width: 2;
  fill: #3b629b; }

.vm-chart {
  float: right;
  margin: 0 0 10px 10px; }

.company-vm {
  float: left;
  margin: 0 10px 10px 0; }

.vm-chart h2 {
  padding-left: 35px;
  padding-right: 15px;
  width: 250px;
  line-height: 1.3em;
  font-size: 14px;
  color: #283f6e;
  text-align: center;
  margin-top: 15px; }

.company-ms {
  font-family: Verdana, sans-serif;
  font-size: 9px;
  float: left;
  margin: 10px 10px 10px 0; }

.company-ms text {
  fill: white; }

a.csv-export {
  float: right;
  margin: 0 10px 10px 0;
  font-size: 10px;
  text-decoration: none; }

a.csv-export:hover {
  text-decoration: underline; }

.file-toc {
  display: none; }

ul.file-list li a.show-toc {
  position: relative;
  float: right;
  top: -16px;
  padding: 0;
  background: none; }

#toc-preview-pane, #notify-users {
  position: absolute;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
  font-size: 11px;
  line-height: 1.2em;
  z-index: 112; }

#notify-users {
  width: 600px;
  text-align: center; }

#toc-preview-pane ol {
  list-style-type: decimal;
  margin-left: 25px; }

#toc-preview-pane li {
  margin-top: 3px; }

#toc-preview-pane h2 {
  margin-top: 10px; }

#notify-users .controls {
  padding: 20px;
  float: none; }

#notify-users .data {
  padding: 0 20px 20px 20px; }

#notify-users .data span.send-data {
  color: #666; }

#notify-users .data > ul {
  text-align: left;
  overflow-y: scroll;
  height: 300px;
  padding: 10px;
  border: 1px solid #aaa;
  margin-top: 10px; }

#notify-users .data > table {
  border-collapse: collapse; }

#notify-users .data > table td {
  border: 1px solid #aaa;
  text-align: left;
  padding: 3px; }

#industry-toc h3, #insight-list h3 {
  font-size: 12pt;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal; }

#industry-toc h3 {
  cursor: pointer;
  padding-left: 14px;
  background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/expand9x9.gif?72e2155f2284') no-repeat left center; }

#industry-toc h3.expanded {
  background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/collapse9x9.gif?72e2155f2284'); }

#industry-toc > ul {
  line-height: 1.2em;
  list-style-type: disc;
  margin-left: 25px; }

#industry-toc > ul li {
  margin-bottom: 5px; }

#industry-toc ul.industry-product-list {
  list-style-type: none; }

#industry-toc ul.industry-product-list > li {
  margin: 8px 10px; }

#industry-toc ul.industry-product-list > li a {
  padding-left: 14px;
  background: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/expand9x9.gif?72e2155f2284') no-repeat left 3px; }

#industry-toc ul.industry-product-list > li.loader {
  background-image: none;
  padding-left: none; }

#industry-toc ul.industry-product-list > li.expanded a {
  background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/ui/collapse9x9.gif?72e2155f2284'); }

#industry-toc ul.industry-product-list div.toc {
  display: none;
  margin-top: 5px; }

#insight-list {
  float: right;
  width: 200px;
  margin-left: 30px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px; }

#insight-list ul.insight-listing li {
  margin: 8px 0;
  line-height: 1.2em; }

#insight-list ul.insight-listing li a {
  text-decoration: none; }

div.products {
  position: relative; }

#mainBody .product-sort-widget {
  position: absolute;
  right: 0;
  top: 0; }
  #mainBody .product-sort-widget label {
    display: inline;
    width: auto;
    padding-right: 5px;
    font-size: 10px; }
  #mainBody .product-sort-widget select {
    width: auto;
    font-size: 10px;
    position: relative;
    top: -2px; }

#mainBody div.warning {
  border: 1px solid #fad42e;
  background: #fbec88 url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/img/icons/warning.png?fb338d611065') no-repeat 10px;
  padding: 5px 10px 5px 52px;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  width: 688px;
  font-weight: bold;
  color: #2b2b2b;
  border-radius: 5px; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=02_glass.png&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=06_inset_hard.png&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #a6c9e2; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #4297d7; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #c5dbec; background: #dfeffc url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-bg_glass_85_dfeffc_1x400.png?ccb1e1f35289') 50% 50% repeat-x; font-weight: bold; color: #2e6e9e; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #2e6e9e; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #79b7e7; background: #d0e5f5 url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-bg_glass_75_d0e5f5_1x400.png?ccb1e1f35289') 50% 50% repeat-x; font-weight: bold; color: #1d5987; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #1d5987; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #79b7e7; background: #f5f8f9 url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-bg_inset-hard_100_f5f8f9_1x100.png?ccb1e1f35289') 50% 50% repeat-x; font-weight: bold; color: #e17009; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #e17009; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fad42e; background: #fbec88 url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-bg_flat_55_fbec88_40x100.png?ccb1e1f35289') 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-bg_glass_95_fef1ec_1x400.png?ccb1e1f35289') 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-icons_469bdd_256x240.png?ccb1e1f35289'); }
.ui-widget-content .ui-icon {background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-icons_469bdd_256x240.png?ccb1e1f35289'); }
.ui-widget-header .ui-icon {background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-icons_d8e7f3_256x240.png?ccb1e1f35289'); }
.ui-state-default .ui-icon { background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-icons_6da8d5_256x240.png?ccb1e1f35289'); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-icons_217bc0_256x240.png?ccb1e1f35289'); }
.ui-state-active .ui-icon {background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-icons_f9bd01_256x240.png?ccb1e1f35289'); }
.ui-state-highlight .ui-icon {background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-icons_2e83ff_256x240.png?ccb1e1f35289'); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-icons_cd0a0a_256x240.png?ccb1e1f35289'); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-top { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-right {  -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.ui-corner-left { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-bg_flat_0_aaaaaa_40x100.png?ccb1e1f35289') 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/images/ui-bg_flat_0_aaaaaa_40x100.png?ccb1e1f35289') 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

#timelineOptions
{
    padding: 18px 5px 23px 12px;
    background-color: #6c8aae;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    position: relative;
    display: block;
    width: 600px;
    margin-right: 130px;
    margin-bottom: 20px;
    margin-top: 9px;
    float: left;
    display: none;
}

#timelineOptions input, #timelineOptions label
{
    width: 100px;
}

#timelineOptions label
{
    padding-bottom: 5px;
}

#timelineOptions ul
{
    float: left;
    list-style-type: none;
    margin-left: 18px;
}

#timelineOptions ul li
{
    float: left;
    padding-right: 36px;
}

.timelineSubmit
{
    margin: 19px 0 0 0;
    background-color: #6c8aae;
    border: 2px solid #c6d2f2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 2px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color, .3s ease-in-out;
    -moz-transition: background-color, .3s ease-in-out;
    -o-transition: background-color,.3s ease-in-out;
    transition: background-color,  .3s ease-in-out;
}

.timelineSubmit:hover
{
    background-color: #3a4e65;
}

#presets
{
    width: 106px !important;
}

#mainBody div.sidebar-box input
{
    width: 160px;
    float: left;
}

#mainBody div.sidebar-box input[type='submit']
{
    width: 35px;
	padding: 1px;
	margin: 2px 0;
	clear: none;
}
.sidebar-box .cart-product {
  width: 170px;
  display: inline-block; }
.sidebar-box .remove-icon {
  width: 16px;
  height: 16px;
  display: inline-block; }

#list-and-form, #list-and-form-review {
  width: 480px;
  float: left;
  margin-right: 20px; }
  #list-and-form .cartList, #list-and-form-review .cartList {
    border-spacing: 0; }
    #list-and-form .cartList th, #list-and-form-review .cartList th {
      padding: 5px; }
    #list-and-form .cartList td, #list-and-form-review .cartList td {
      padding: 10px 5px; }
    #list-and-form .cartList tr.subtotal-line, #list-and-form-review .cartList tr.subtotal-line {
      background-color: #ccc; }
  #list-and-form form h2, #list-and-form-review form h2 {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #aaa; }
  #list-and-form form label, #list-and-form-review form label {
    display: inline;
    width: auto;
    text-align: left;
    font-weight: normal; }
  #list-and-form form input[type='submit'], #list-and-form-review form input[type='submit'] {
    float: right;
    margin-right: 0; }

#terms-and-conditions {
  width: 478px;
  height: 538px;
  overflow-y: scroll;
  float: left;
  border: 1px solid #aaa;
  padding: 10px;
  font-family: serif; }
  #terms-and-conditions h1 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #aaa; }
  #terms-and-conditions h2 {
    font-size: 14px; }

.styled-v-bar{ /* sample CSS class for a different vertical scrollbar look */
	background:	url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/custom-scroll-bar.png') center top no-repeat;
	width: 10px;
	margin-right: 0;
	margin-bottom: 4px;
}

.styled-v-bar ins{ /* Style for the "ins" inner element, or bottom of the scrollbar */ 
	display: block;
	background:	url('https://0d6ea3a143112fa73580-03f08f5fc1c22419d3b64e44df494fa7.ssl.cf1.rackcdn.com/css/custom-scroll-bar.png') center bottom no-repeat;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 100%;
}