/* HELVETICA NEUE */
@font-face {
    font-family: 'HNeue';
    src: url('../fonts/helvetica_neue_ce_55_roman-webfont.eot');
    src: url('../fonts/helvetica_neue_ce_55_roman-webfont.eot?iefix') format('eot'),
         url('../fonts/helvetica_neue_ce_55_roman-webfont.woff') format('woff'),
         url('../fonts/helvetica_neue_ce_55_roman-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_neue_ce_55_roman-webfont.svg#HelveticaCE55RomanRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:Arial, sans-serif;
	background:#fff;
	color:#333;
	font-size:12px;
	margin:0;
	padding:0;
}

a {
	cursor:pointer;
	text-decoration:none;
}

a:link,a:active,a:visited {
	color:#000;
}

a:hover {
	color:#000;
}

ul
{
        padding-top:0;
        padding-bottom:0;
        margin-top:0;
        margin-bottom:0;
        list-style: outside none none;
        margin: 0;
        padding: 0;

}

blockquote {
	margin-left:40px;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
}


/*
.LayoutDefault 
{
	width:980px;
	margin:0 auto;
}
*/

/*########	Start Header	##########*/

.PaneHeader {
	padding:10px 0px 25px;
}

.PaneHeader .SearchBox{
	float:right;
	width:200px;
	background:url(../design/search112.png) left top no-repeat;
	height:33px;
	padding:8px 0 5px 15px;
	margin-right:15px;
}

.PaneHeader .SearchBox input
{
        margin:0px;
	padding:0px;
	background:none;
	border:none;
	font-size:11px;
        width:156px;
}

.PaneHeader .SearchBox input.SearchInput{
	width:156px;
}

.PaneHeader .SearchBox input.HeaderSearchImg
{
	width:17px;
	height:18px;
	background:url(../design/search_btn.png) left top no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	font-size:0px;
	vertical-align:top;
	position:relative;
	top:-1px;
	cursor:pointer;
	line-height:0px;
}

.PaneHeader div.HeaderLinks{
	float:right;
	padding:10px 10px;
}

.PaneHeader div.HeaderLinks ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-transform:uppercase;
	font-size:10px;
}

.PaneHeader div.HeaderLinks ul li{
	padding:0px 3px;
        display:inline;
}


.PaneHeader .ClientLogo{
	float:left;
	margin-left:365px;
	padding-top:2px;
}

/*########	End Header	##########*/

/*########	Start Main Navigation	##########*/

.PaneNavigation {
	background:url(../design/MainNav_bg.png) center top no-repeat;
}

.ModuleMainNavigation{
	margin:0px auto;
	height:40px;
	width:765px;
}

.ModuleMainNavigation ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-size:12px;
	line-height:normal;
}

.ModuleMainNavigation .rootGroup>li{
	background:url(../design/nav_devider.gif) left 7px no-repeat;
	padding:5px 0px 0px 2px;
}

.ModuleMainNavigation .rootGroup>li a.link{
	/*padding:10px 15px 5px;
	color:#000;*/
	cursor:pointer;
	display:block;
}

.ModuleMainNavigation .rootGroup .slide li.first
{
	background:none;
}

ul.horizontal li.item
{
        line-height:31px;
}

ul.horizontal li.first div.slide
{
        left:5px !important;
        top:35px !important;
}

ul.horizontal li.first .text
{
        font-family:'HNeue';
}

ul.horizontal li.item .text, ul.vertical li.item text
{
        font-family:'HNeue';
}

ul.horizontal li.item:hover .text
{
        color:#0c2762;
        font-weight:bold;
}

ul.horizontal ul.vertical li.item:hover .text, ul.horizontal ul.vertical li.item .text
{
        color:#000000;
        font-weight:normal;
}

ul.vertical li.item .text
{
        font-size:12px;
}

ul.vertical li.item
{
        line-height:12px;
        padding-top:10px !important;
}

ul.vertical li.item.first, ul.vertical li.item.first:hover
{
        height:auto;
        padding-top:5px !important;
}

ul.vertical li.first .text, ul.vertical li.item .text
{
        padding-left:0px;
        padding-right:0px;
        font-family:'HNeue';
}

ul.horizontal > li a.expanded, ul.horizontal > li a:hover
{
	background:#cae0ed;
	color:#0C2762;
        height:30px;
}

ul.vertical > li a.expanded, ul.vertical > li a:hover
{
	background:#cae0ed;
	color:#0C2762;
        height:auto;
}

.ModuleMainNavigation .rootGroup div.slide li{
	font-size:11px;
	padding:5px 0px;
	background:none;
}

.ModuleMainNavigation .rootGroup ul.group {
	background:url(../design/rollover_bg.png);
	padding:5px 15px 10px;
}

.ModuleMainNavigation .rootGroup ul.group li{
	padding:5px 0px 0px;
}

.ModuleMainNavigation .rootGroup ul.group li a{
	padding:0px;
        background:0 none;
        display:inline-block;
        line-height:10px;
}

.ModuleMainNavigation .rootGroup ul.group li a:hover{
	font-weight:normal;
}


/*######## END Main Navigation	##########*/


/*########	Start Containers	##########*/


.PaneHeader:after,
.PaneNavigation:after,
.PaneContentInner:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 

.PaneHeader,
.PaneNavigation,
.PaneContentInner 
{
	display: inline-block;
}

html[xmlns] .PaneHeader,
html[xmlns] .PaneNavigation,
html[xmlns] .PaneContentInner
{
	display: block;
}
 
* html .PaneHeader,
* html .PaneNavigation,
* html .PaneContentInner 
{
	height: 1%;
}


/*Home Page Start*/

.HomeSlide {
	height:240px;
}

.HomeSlide .ContentContainer{
	position:absolute;
	top:0px;
	z-index:-1;
}

.HomeTabs {
	position:relative;
	top:-31px;
	width:938px;
	margin:0px auto -32px;
        z-index:1;
        *left:1px;
        
}

.HomeTabs ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	height:82px;
	position:relative;
	overflow:hidden;
        margin-left: 90px;
}	

.HomeTabs ul li{
	background:url(../design/home_tabs.png) top left no-repeat;
	display:block;
	float:left;
	width:120px;
	padding:5px 15px;
	position:relative;
	top:26px;
	height:150px;
	cursor:pointer;
}

.HomeTabs ul li:hover{
}

.HomeTabs ul li span.title{
	display:block;
	text-transform:uppercase;
	font-size:9px;
}

/*Home Page End*/


.LayoutTwoColumnLayout .PaneLeft
{
        display: block;
        left:-61px;
        position: absolute;
        top:0;
        width: 196px;
}

.PaneLeft
{
	width:220px;
	float:left;
	padding:0 0 20px;
        display:none;
}

.LayoutTwoColumnLayout .PaneContent
{
	margin-left:160px;
        width:672px;
        min-height:340px;
}

.LayoutTwoColumnLayout .GlobalShare
{
        right: 77px;
}

.LayoutTwoColumnLayout .PrintPage
{
        right: 200px;
}

.LayoutTwoColumnLayout .GlobalPrintHtml
{
        right: 172px;
}

.PaneContent {
	width:755px;
	float:left;
	padding:0 0 20px 0;
        margin:0 auto;
        position:relative;
}

.PaneRight{
	width:200px;
	float:left;
	padding:0 20px 20px;
        display:none;
}

/*########	END Containers	##########*/


.PressReleaseTableWidth pre {
	white-space:0;
	word-wrap:break-word;
}

/*########	Start Left Navigation	##########*/

.panelbarItem0 td,.panelbarItem0Collapsed td,.panelbarItem0Expanded td,.panelbarItem0ExpandedSelected td,.panelbarItem0Selected td,
.panelbarItem td,.panelbarItemCollapsed td,.panelbarItemExpanded td,.panelbarItemExpandedSelected td,.panelbarItemSelected td,
.panelbarItem2 td,.panelbarItem2Collapsed td,.panelbarItem2Expanded td,.panelbarItem2ExpandedSelected td,.panelbarItem2Selected td,
.panelbarItem3 td,.panelbarItem3Collapsed td,.panelbarItem3Expanded td,.panelbarItem3ExpandedSelected td,.panelbarItem3Selected td 
{
	width:100%!important;
	cursor:pointer;
	white-space:normal!important;
	line-height:normal;
        font-size:11px;
        padding-bottom:6px;
	/*padding:10px 10px 10px 20px;*/
}

.panelbarItem2 td,.panelbarItem2Collapsed td,.panelbarItem2Expanded td,
.panelbarItem2ExpandedSelected td,.panelbarItem2Selected td 
{
	padding-right:20px;
}

.panelbarItem3 td,.panelbarItem3Collapsed td,.panelbarItem3Expanded td,
.panelbarItem3ExpandedSelected td,.panelbarItem3Selected td {
	padding-right:30px;
}

.panelbarItemCollapsed,.panelbarItemExpanded,.panelbarItemExpandedSelected,
.panelbarItem2Collapsed,.panelbarItem2Expanded,.panelbarItem2ExpandedSelected,
.panelbarItem3ExpandedSelected {
	background:transparent url(../design/arrow-down.jpg) no-repeat 5px center;
}

.panelbarItem0Text,.panelbarItem0TextExpanded,.panelbarItem0TextSelected,.panelbarItem0TextExpandedSelected,.panelbarItem0TextHover,
.panelbarItem0TextHoverExpanded,.panelbarItem0TextHoverSelected,.panelbarItem0TextHoverExpandedSelected,
.panelbarItemText,.panelbarItemTextExpanded,.panelbarItemTextSelected,.panelbarItemTextExpandedSelected,
.panelbarItemTextHover,.panelbarItemTextHoverExpanded,.panelbarItemTextHoverSelected,.panelbarItemTextHoverExpandedSelected,
.panelbarItem2Text,.panelbarItem2TextExpanded,.panelbarItem2TextSelected,.panelbarItem2TextExpandedSelected,.panelbarItem2TextHover,
.panelbarItem2TextHoverExpanded,.panelbarItem2TextHoverSelected,.panelbarItem2TextHoverExpandedSelected,
.panelbarItem3Text,.panelbarItem3TextExpanded,.panelbarItem3TextSelected,.panelbarItem3TextExpandedSelected,.panelbarItem3TextHover,
.panelbarItem3TextHoverExpanded,.panelbarItem3TextHoverSelected,.panelbarItem3TextHoverExpandedSelected 
{
	color:#0C265F;
	text-decoration:none;
	cursor:hand;
	font-size:12px;
	text-align:left;
	/*border-bottom:solid 1px #dfe0e5;
	padding:0 0 0 10px;*/
}

.panelbarItem0TextHover,.panelbarItem0TextHoverExpanded,.panelbarItem0TextHoverSelected,.panelbarItem0TextHoverExpandedSelected,
.panelbarItemTextHover,.panelbarItemTextHoverExpanded,.panelbarItemTextHoverSelected,.panelbarItemTextHoverExpandedSelected,
.panelbarItem2TextHover,.panelbarItem2TextHoverExpanded,.panelbarItem2TextHoverSelected,.panelbarItem2TextHoverExpandedSelected,
.panelbarItem3TextHover,.panelbarItem3TextHoverExpanded,.panelbarItem3TextHoverSelected,.panelbarItem3TextHoverExpandedSelected 
{
	color:#0C265F;
        text-decoration:underline;
}

.panelbarItem2Text,.panelbarItem2TextExpanded,.panelbarItem2TextSelected,.panelbarItem2TextExpandedSelected,
.panelbarItem2TextHover,.panelbarItem2TextHoverExpanded,.panelbarItem2TextHoverSelected,.panelbarItem2TextHoverExpandedSelected,
.panelbarItem3Text,.panelbarItem3TextExpanded,.panelbarItem3TextSelected,.panelbarItem3TextExpandedSelected,.panelbarItem3TextHover,
.panelbarItem3TextHoverExpanded,.panelbarItem3TextHoverSelected,.panelbarItem3TextHoverExpandedSelected 
{
	border:none;
}

.panelbarItem2,.panelbarItem2Collapsed,.panelbarItem2Expanded,.panelbarItem2ExpandedSelected,.panelbarItem2Selected {
	margin:0 0 0 10px;
}

.panelbarItem3,.panelbarItem3Collapsed,.panelbarItem3Expanded,.panelbarItem3ExpandedSelected,.panelbarItem3Selected {
	margin:0 0 0 20px;
}

/*
.panelbarSubgroup2 {
	border-bottom:solid 1px #E6E6E6;
}
*/

form,.RadMenu_Default_rtl .group .link:hover .expandLeft,.RadMenu_Default_rtl .group .link:hover .expandRight {
	margin:0;
}

/*########	END Left Navigation	##########*/


.ClientLogo br,
.TitleRight,.NoBr {
	display:none;
}

/*########	Start Footer	##########*/

/*########	END Footer	##########*/

/*
.PrintPage {
float:right;
width:auto;
text-align:right;
}
*/

.clear {
clear:both;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.PageHome .PaneContentInner
{
        background:#ffffff url(../design/home_bkg.png) left bottom no-repeat;
        border-left:1px solid #d3d3d3;
        border-right:1px solid #d3d3d3;
        border-bottom:1px solid #d3d3d3;
        width:977px;
        margin:0 auto;
        min-height:300px;
}

.PaneContentInner
{
        margin:0 auto;
        width:755px;
        position:relative;
        min-height:400px;
}

.PageHome .HeaderContainer
{
        height:413px;
}

.HeaderContainer
{
        width:979px;
        margin:0 auto;
        height: 170px;
}

.PageHome .FooterLinks
{
        display:none;
}

.PageHome .PaneLeft
{
        width:296px;
        padding:44px 30px 20px;
        margin:0;
        display:block;
        float:left;
        background:url(../design/home_tabs_left_bg2.png) 10px top no-repeat;
}

.PageHome .PaneContent
{
        width:231px;
        padding:40px 0 0;
        margin:0;
        float:left;
        background:url(../design/blue_bkg.png) top left repeat-x;
}

.PageHome .PaneRight
{
        width:346px;
        padding:40px 12px 20px 32px;
        margin:0;
        position:relative;
        display:block;
        float:left;
        background:url(../design/blue_bkg2.png) top left no-repeat;
}

.HomeIntro
{
        color:#000033;
        font-size:14px;
        line-height:23px;
}

.HomeCarlisle .title, .HomeCarlisle1 .title
{
        font-size:10px;
        font-weight:bold;
        text-transform:uppercase;
        padding-bottom:5px;
        display:inline-block;
        color:#000033;
}

h1.ModuleTitle span.ModuleTitle, h1 span.ModuleTitle
{
       display:inline-block;
       font-size:25px;
       padding-bottom:16px;
       color:#fff;
       font-weight:normal;
       margin:0;
       position:absolute;
       top:65px;
       left:14px;
}

.sitemap h1 span.ModuleTitle
{
       position:relative;
       top:0;
       left:0;
       color:#000;
}

.NormalHeading h1.ModuleTitle span.ModuleTitle, .NormalHeading h1 span.ModuleTitle
{
       position:relative;
       top:0;
       left:0;
       color:#000;
       font-size:20px;
}

.PageHome h1.ModuleTitle span.ModuleTitle, .PageHome h1 span.ModuleTitle
{
       display:inline-block;
       font-size:18px;
       padding-bottom:16px;
       color:#000033;
       font-weight:normal;
       margin:0;
       position:relative;
       top:0;
       left:0;
}

.HomeCarlisle, .HomeCarlisle1
{
       height:12px;
}

.HomeLN
{
       position:relative;
}

.HomeLN .RssLinkTopContainer
{
       position:absolute;
       top:0px;
       right:0;
}

.HomeLN .ModuleDate
{
       display:block;
       padding-left:10px;
       color:#000;
       font-size:9px;
       font-weight:bold;
}

.HomeLN .ModuleContainerInner
{
       *float:left;
}

.HomeLN .ModuleHeadline
{
       display:block;
       padding-left:7px;
       padding-bottom:13px;
       background:url(../design/bullet.png) left 6px no-repeat;
       color:#000033;
       font-size:11px;
       font-weight:bold;
       text-decoration:underline;
}

.HomeCarlisle1
{
       padding-left:10px;
}

.HomeLN h1.ModuleTitle span.ModuleTitle
{
       padding-left:10px;
}

.HomeIR
{
       float:left;
	   width:130px;
	   margin-right:40px;
}

.HomeIR select
{
       display:none;
}

.HomeIRr .MarketText
{
       color:#000033;
       font-size:11px;
       text-align:center;
       width:144px;
       display:inline-block;
       font-weight:bold;
}

.HomeIRr .StockTable, .HomeIRr select, .HomeIR .StockQuoteLookup, .HomeIR .PChangeLabel, .HomeIR .WeekHighLabel, .HomeIR .WeekLowLabel, .HomeIR a span.WeekHigh, .HomeIR a span.WeekLow, .HomeIR .TodaysOpenLabel, .HomeIR a span.TodaysOpen, .HomeIR .PreviousCloseLabel, .HomeIR a span.PreviousClose, .HomeIR .StockTableText, .HomeIR h1, .HomeIRr br, .HomeIR .StockIndicator, .HomeIR .StockTableItem p
{
       display:none;
}

.HomeIR .StockTableItem p:first-child
{
       margin:0;
       padding:0 0 3px 0;
       display:block;
}

.HomeIR .StockTableFeed
{
       padding:13px 0 0 0;
       color:#000;
       font-weight:bold;
       font-size:10px;
       width:144px;
}

.HomeIR .StockTableFeed .StockTableItem:first-child p
{
       display:block;
       margin:0;
       padding:0 0 3px 0;
}

.HomeIR p
{
       width:155px;
       font-weight:bold;
}

.HomeIR p span
{
       display:inline-block;
       width:83px;
}

.HomeIR p a span, .HomeIR .StockPriceUp, .HomeIR .StockPriceDown
{
       display:inline-block;
       width:58px;
       text-align:right;
}

.HomeIR .StockPriceUp
{
       background:url(../design/arrow_up.png) 25px center no-repeat;
}

.HomeIR .StockPriceDown
{
       background:url(../design/arrow_down.png) 25px center no-repeat;
}

.HomeQL
{
	float:left;
    margin-top: 14px;
    width: 165px;
}

.HomeQL ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.HomeQL ul li {
	background:url("../design/bullet.png") no-repeat scroll left 6px transparent;
	padding-left:10px;
}

.HomeQL ul li a
{
       color:#000;
       text-decoration:underline;
       font-weight:bold;
}

.GlobalShare
{
        position:absolute;
        right:0px;
        top:-26px;
}

.PrintPage
{
        position:absolute;
        right:131px;
        top:-26px;
}

.PrintPage img
{
        display:none;
}

.PrintPage a
{
        display:inline-block;
        width:16px;
        height:16px;
        background:url(../design/print.png) left top no-repeat;
}

.GlobalPrintHtml
{
        position:absolute;
        right:95px;
        top:-25px;
        color:#000;
}

.GlobalPrintHtml a:hover
{
        text-decoration:underline;
}

.GlobalCarlisle
{
        position:absolute;
        left:18px;
        top:65px;
}

.GlobalCarlisle h1 span.ModuleTitle
{
        color:#fff;
        font-size:25px;
        position:relative;
        top:0;
        left:0;
}

.HeaderImageContainer
{
        display:none;
}

.PageHome .HeaderImageContainer
{
        display:block;
}

.GlobalShare .stico_default
{
        background: url(../design/share.png) no-repeat left top !important;
}

.ShareThisContainer
{
        padding:0 !important;
}

.NewsPageHtml
{
        /*padding: 17px 25px 35px 17px;*/
        position:relative;
        padding: 0px 25px 25px 17px;
}

.news_page_titles
{
        position:absolute;
        bottom:-15px;
        left:18px;
}

.news_page_titles .date
{
        border-bottom: 1px solid #6978B2;
        border-right: 1px solid #6798B2;
        display: block;
        font-weight: bold;
        height: 19px;
        left: 165px;
        padding-left: 12px;
        position: absolute;
        top: -7px;
        width: 58px;
}

.news_page_titles .headline
{
        border-bottom: 1px solid #6978B2;
        display: block;
        font-weight: bold;
        height: 19px;
        left: 236px;
        padding-left: 9px;
        position: absolute;
        top: -7px;
        width: 448px;
}

.NewsPagePR1
{
        padding-left:100px;
        width:30px;
        float:left;
}

.NewsPagePR1 a.ModuleYearLink
{
        display:block;
        margin-bottom:5px;
        width:30px;
}

.NewsPagePR1 a.ModuleYearLink.selected
{
        font-weight:bold;
        text-decoration:underline;
}

.NewsPagePR1 a.ModuleYearLink:hover
{
        text-decoration:underline;
}


.NewsPagePR1 .ModuleContainerInnerTop, .NewsPagePR2 .ModuleYearNavContainer
{
        display:none;
}

.NewsPagePR2
{
        border-left: 2px solid #6798B2;
        float: left;
        margin-left: 25px;
        padding-left: 25px;
        padding-top: 22px;
        width: 550px;
}

.NewsPagePR2 .ModuleDate
{
        float:left;
        width:80px;
}

.NewsPagePR2 a.ModuleHeadlineLink
{
        width:440px;
        float:left;
        text-decoration:underline;
}

.NewsPagePR2 .ModuleItemRow
{
        padding-bottom:15px;
        float:left;
}

a.MainNav_about-carlisle,a.MainNav_about-carlisle:hover
{
        margin-left:13px;
        width:122px;
        text-align:center;
}

a.MainNav_investor-relations, a.MainNav_investor-relations:hover
{
        width:134px;
        text-align:center;
}

a.MainNav_carlisle-business-segments, a.MainNav_carlisle-business-segments:hover
{
        width:215px;
        text-align:center;
}

a.MainNav_corporate-responsibility, a.MainNav_corporate-responsibility:hover
{
        width:163px;
        text-align:center;
}

a.MainNav_Contact-Us, a.MainNav_Contact-Us:hover
{
        text-align:center;
        width:94px; 
}

ul.rootGroup li a span
{
        font-size:12px;
}

ul.rootGroup li a.MainNav_carlisle-business-segments span
{
}


/*Alexc changed this*/
/*
ul.horizontal li.last div.slide
{
        left:-62px !important;
}

ul.vertical li.last div.slide
{
        left:0 !important;
}

*/




.InnerHeader
{
        margin:0 auto 0 -4px;
}

.InnerHeader .header_container
{
        display: block;
        width: 755px;
        height: 105px;
        border: 1px solid black;
        background: #CCC;
		overflow:hidden;
} 

p
{
        padding:0 0 10px 0;
        margin:0;
}

.InnerContent
{
        margin-right: 4px;
        float:left;
        padding: 34px 15px 15px 16px;
        width:720px;
}

.InnerContent div span.cc1
{
        border-right: 2px solid #6798B2;
        width: 365px;
        display:inline-block;
        padding:0 17px 0 0;
        text-align:left;
        float: left;
}

.InnerContent div span.cc2
{
        float: left;
        padding:0 0 0 18px;
        text-align: center;
        width: 318px;
}

img
{
       border:0 none;
}

.NewsPageHtml h1 span.ModuleTitle
{
       display:inline-block;
       font-size:25px;
       padding-bottom:16px;
       color:#fff;
       font-weight:normal;
       margin:0;
       position:absolute;
       top:-49px;
       left:14px;
}

.CM h1 span.ModuleTitle
{
       display:inline-block;
       font-size:25px;
       padding-bottom:16px;
       color:#fff;
       font-weight:normal;
       margin:0;
       position:absolute;
       top:25px;
       left:14px;
}

.CM span
{
       display:block;
       font-size:27px;
       line-height:25px;
}

.CM span:first-child
{
       font-size:16px;
       line-height:19px;
}

.IRQL h1 span.ModuleTitle span:first-child
{
        font-size:9px;
        text-transform:uppercase;
        margin-top:0px;
        padding-top:4px;
        height:12px;
        border-bottom:0 none;
        display:block;
        position:absolute;
        top:-298px;
        left:0;
}

.IRQL h1 span.ModuleTitle span
{
        color: #000000;
        display: block;
        font-size: 13px;
        margin-top: -1px;
        padding-left: 14px;
        height:22px;
        border-bottom:1px solid #0C2762;
        display:none;
}

.IRQL h1 span.ModuleTitle
{
        background:url(../design/ql_top_bg.png) top left no-repeat;
        height: 0px;
        width: 196px;
        padding:0;
        position:relative;
        top:0;
        left:0;
        display:none;
}

.LayoutTwoColumnLayout h1.ModuleTitle span.ModuleTitle, 
.LayoutTwoColumnLayout h1 span.ModuleTitle
{
        position:relative;
        top:0;
        left:0;
        color:#000;
}

ul.IRQL
{
        min-height:345px;
        background:#fff9e6 url(../design/ql_bottom_bg.png) left bottom no-repeat;
        list-style-type: none;
        padding-left: 14px;
        padding-top: 11px;
        display:none;
}

ul.IRQL li a
{
        color:#0C265F;
        font-size:11px;
        text-decoration:none;
        display:inline-block;
        margin-bottom:6px;
}

.IRpagetitle h1 span.ModuleTitle
{
        position:relative;
        top:0;
        left:0;
        color:#000;
}

.IRhtml
{
        border-bottom: 1px solid #E9E9E9;
        border-left: 1px solid #E9E9E9;
        border-top: 1px solid #E9E9E9;
        width: 390px;
        float:left;
        background:url(../design/IRSQ_leftbg.png) left bottom no-repeat;
}

.IRhtml .title
{
        display: block;
        font-size: 15px;
        font-weight: bold;
        padding-left: 22px;
        margin-top: 9px;
        color:#000033;
        border-right:1px solid #999;
}

.IRhtml .text
{
        display:block;
        padding:9px 36px 0 22px;
        border-right:1px solid #999;
        margin-bottom:16px;
        font-size:13px;
		min-height: 212px;
}

.IRSQ
{
        width:198px;
        height:245px;
        background:url(../design/IRSQ_rightbg.png) left bottom repeat-x;
        border-bottom: 1px solid #E9E9E9;
        border-right: 1px solid #E9E9E9;
        border-top: 1px solid #E9E9E9;
        float:left;
        padding: 9px 22px 10px 40px;
}

.IRSQr .MarketText
{
        color:#000033;
        font-weight:bold;
        font-size:14px;
}

.IRSQ
{
       color#000;
}

.IRSQ select
{
       display:none;
}

.IRSQr .StockTable, .IRSQr select, .IRSQ .StockQuoteLookup, .IRSQ .PChangeLabel, .IRSQ .WeekHighLabel, .IRSQ .WeekLowLabel, .IRSQ a span.WeekHigh, .IRSQ a span.WeekLow, .IRSQ .TodaysOpenLabel, .IRSQ a span.TodaysOpen, .IRSQ .PreviousCloseLabel, .IRSQ a span.PreviousClose, .IRSQ h1, .IRSQr br, .IRSQ .StockIndicator, .IRSQ .StockTableItem p, .IRSQ .StockTableText span:first-child
{
       display:none;
}

.IRSQ .StockTableItem p:first-child
{
       margin:0;
       padding:0 0 3px 0;
       display:block;
}

.IRSQ .StockTableFeed
{
       padding:26px 0 0 0;
       color:#000;
       font-weight:bold;
       font-size:12px;
       width:180px;
}

.IRSQ .StockTableFeed .StockTableItem:first-child p
{
       display:block;
       margin:0;
       padding:0 0 3px 0;
}

.IRSQ p
{
       width:100%;
       font-weight:bold;
}

.IRSQ p span
{
       display:inline-block;
       width:119px;
}

.IRSQ p a span, .IRSQ .StockPriceUp, .IRSQ .StockPriceDown
{
       display:inline-block;
       width:58px;
       text-align:right;
}

.IRSQ .StockPriceUp
{
       background:url(../design/arrow_up.png) 25px center no-repeat;
}

.IRSQ .StockPriceDown
{
       background:url(../design/arrow_down.png) 25px center no-repeat;
}

.IRSQr
{
        position: absolute;
        right: 60px;
        top: 55px;
}

.IRSQ .StockTableText span
{
        font-weight:normal;
        font-size:10px;
}

.StockChart h1 span.ModuleTitle
{
        color: #000000;
        font-size: 15px;
        font-weight: bold;
        left: 0;
        padding-left: 12px;
        position: relative;
        top: 13px;
}

.recentAR h1 span.ModuleTitle
{
        color: #000000;
        font-size: 15px;
        font-weight: bold;
        left: 0;
        padding-top: 51px;
        position: relative;
        top: 0;
        display:block;
}

.recentAR
{
        width:272px;
}

.recentAR ul
{
        padding:0;
        margin:0;
        list-style-type:none;
}

.recentAR ul li
{
        background:url(../design/AR_pic.png) top left no-repeat;
        width:62px;
        height:80px;
        margin-top:8px;
}

.recentAR ul li a.ReportLink
{
       display: inline-block;
       margin-left: 78px;
       width: 194px;
       margin-top:3px;
}

.IRLN
{
       float:left;
       width:272px;
}

.IRLN h1.ModuleTitle span.ModuleTitle
{
        color: #000000;
        font-size: 15px;
        font-weight: bold;
        left: 0;
        padding-top: 23px;
        position: relative;
        top: 0;
        margin-left:-8px;
}

.IRLN .RssLinkTopContainer
{
       position:absolute;
       top:8px;
       right:0;
}

.IRLN .ModuleDate
{
       display:block;
       padding-left:20px;
       color:#000;
       font-size:9px;
       font-weight:bold;
}

.IRLN .ModuleHeadline
{
       display:block;
       padding-left:7px;
       margin-bottom:13px;
       background:url(../design/bullet.png) left 6px no-repeat;
       color:#000033;
       font-size:11px;
       font-weight:bold;
       text-decoration:underline;
       margin-left:10px;
}

.IRLN h1.ModuleTitle span.ModuleTitle
{
       padding-left:10px;
}

/*
.SecNav
{
       display:none;
}

.SectionInvestorRelations .SecNav
{
       display:block;
}
*/

.SecNav .SecondaryNavTitle
{
        background:url(../design/ql_top_bg.png) top left no-repeat;
        display:inline-block;
        height: 22px;
        width: 182px;
        padding:15px 0 0 14px;
        border-bottom: 1px solid #0C2762;
}

.SecNav .SubNavCont
{
        background:#fff9e6 url(../design/ql_bottom_bg.png) left bottom no-repeat;
        padding:11px 0 5px 14px;
}

.PageInvestorRelations .StockChart iframe.StockChartFrame
{
        width:370px;
        margin-right:30px;
}

.IRcarlisle
{
        left: 14px;
        position: absolute;
        top: 4px;
}

.IRcarlisle h1 span.ModuleTitle
{
        font-size:9px;
        text-transform:uppercase;
        color:#000;
}

.newsIntroText
{
        /*padding:14px 0 57px 0;*/
        padding:14px 0 0;
}

.newsHtmlTitles
{
        position:relative;
}

.newsHtmlTitles .first
{
        position:absolute;
        bottom:-48px;
        left:6px;
}


.newsHtmlTitles .second
{
        border-bottom:1px solid #6798b2;
        border-right:1px solid #6798b2;
        width:68px;
        line-height:19px;
        padding-left:22px;
        font-weight:bold;
        float:left;
        margin-left:79px
}


.newsHtmlTitles .third
{
        width:464px;
        line-height:19px;
        border-bottom:1px solid #6798b2;
        padding-left:16px;
        font-weight:bold;
        float:left;
}

.news1
{
        clear:left;
        padding-top:37px;
        padding-left:11px;
        width:30px;
        float:left;
}

.news1 .ModuleContainerInnerTop, .news2 .ModuleYearNavContainer
{
        display:none;
}

.news1 a.ModuleYearLink
{
        display:block;
        margin-bottom:5px;
        width:30px;
}

.news1 a.ModuleYearLink.selected
{
        font-weight:bold;
        text-decoration:underline;
}

.news1 a.ModuleYearLink:hover
{
        text-decoration:underline;
}

.news2 
{
        margin-left: 96px;
        margin-top: 34px;
        width: 554px;
}

.news2 .ModuleDate
{
        float:left;
}

.news2 .ModuleHeadline
{
        display: inline-block;
        padding-left: 25px;
        width: 465px; 
        text-decoration:underline;
}

.news2 .ModuleItemRow
{
        padding-bottom:15px;
}

.presentationsHtmlTitles .first
{
        border-bottom:1px solid #6798b2;
        border-right:1px solid #6798b2;
        width:68px;
        line-height:19px;
        padding-left:22px;
        font-weight:bold;
        float:left;
}


.presentationsHtmlTitles .second
{
        width:464px;
        line-height:19px;
        border-bottom:1px solid #6798b2;
        padding-left:16px;
        font-weight:bold;
        float:left;
}

.presentationsHtmlTitles
{
        padding-top:29px;
}

.Sectionabout-carlisle ul.horizontal a[href*="about"]:first-child
{
        font-weight:bold;
}

.Sectionabout-carlisle ul.horizontal a[href*="about"]
{
        font-weight:normal;
}

/*
.Sectionabout-carlisle ul.vertical a[href*="about"]
{
        font-weight:normal !important;
}

.PageHome .rootGroup a.expanded
{
        font-weight:normal;
}

.rootGroup a.expanded
{
        font-weight:bold;
}

.Sectionabout-carlisle ul.horizontal > li > a.expanded.expanded .text
{
        font-weight:bold;
}
*/
ul.horizontal li.first{
	background:none;
}

ul.horizontal li.first:hover
{
        background:url(../design/first_item_bkg.png) 2px 4px no-repeat;
}

.Sectionabout-carlisle ul.horizontal li.first
{
        background:url(../design/first_item_selected_bkg.png) 2px 4px no-repeat;
		
}

.SectionContact-Us ul.horizontal li:last
{
        background:url(../design/last_item_selected_bkg.png) 2px 4px no-repeat;
		
}

.Sectionabout-carlisle ul.horizontal li.first:hover
{
        background:url(../design/first_item_bkg.png) 2px 4px no-repeat;
}

.Sectionabout-carlisle ul.vertical li.first, .Sectionabout-carlisle ul.vertical li.first:hover
{
        background:0 none;
}

ul.horizontal li a
{
        line-height:30px;
}

ul.horizontal li.last{
        width:104px;
}
ul.horizontal li.last:hover
{
        background:url(../design/last_item_bkg.png) right 4px no-repeat;
}

ul.horizontal li.last .last:hover{
	background:none;
}

.SectionContactUs ul.horizontal li.last:hover, .ParentSection_Contact-Us ul.horizontal li.last:hover, .Sectioncarlisle-companies ul.horizontal li.last:hover, .Sectionexecutive-and-international-offices ul.horizontal li.last:hover
{
        background:url(../design/last_item_bkg.png) right 4px  no-repeat;
        width:104px;
}

.SectionContactUs ul.horizontal li.last, .ParentSection_Contact-Us ul.horizontal li.last, .Sectioncarlisle-companies ul.horizontal li.last, .Sectionexecutive-and-international-offices ul.horizontal li.last
{
        background:url(../design/last_item_selected_bkg.png) right 4px no-repeat;
        width:104px;
}

ul.vertical li.last, ul.vertical li.last:hover, .SectionContactUs ul.vertical li.last, .SectionContactUs ul.vertical li.last:hover, .ParentSection_Contact-Us ul.vertical li.last, .ParentSection_Contact-Us ul.vertical li.last:hover, .Sectioncarlisle-companies ul.vertical li.last, .Sectioncarlisle-companies ul.vertical li.last:hover, .Sectionexecutive-and-international-offices ul.vertical li.last, .Sectionexecutive-and-international-offices ul.vertical li.last:hover
{
        background:0 none;
}


.SectionCorporateResponsibilityOverview a.MainNav_corporate-responsibility .text, .SectionCorporateResponsibilityOverview a.MainNav_corporate-responsibility:hover .text, .Sectionabout-carlisle a.MainNav_about-carlisle .text, .Sectionabout-carlisle a.MainNav_about-carlisle:hover .text, .SectionInvestorRelations a.MainNav_investor-relations .text, .SectionInvestorRelations a.MainNav_investor-relations:hover .text, .Sectioninvestor-relations a.MainNav_investor-relations .text, .Sectioninvestor-relations a.MainNav_investor-relations:hover .text, .Sectionshareholder-info a.MainNav_investor-relations .text, .Sectionshareholder-info a.MainNav_investor-relations:hover .text, .Sectionevents-and-webcasts a.MainNav_investor-relations .text, .Sectionevents-and-webcasts a.MainNav_investor-relations:hover .text, .SectionFinancial-Reports a.MainNav_investor-relations .text, .SectionFinancial-Reports a.MainNav_investor-relations:hover .text, .Sectionstock-info a.MainNav_investor-relations .text, .Sectionstock-info a.MainNav_investor-relations:hover .text, .Sectioncarlisle-business-segments a.MainNav_carlisle-business-segments .text, .Sectioncarlisle-business-segments a.MainNav_carlisle-business-segments:hover .text, .SectionCorporateResponsibility a.MainNav_corporate-responsibility .text, .SectionCorporateResponsibility a.MainNav_corporate-responsibility:hover .text, .SectionContactUs a.MainNav_Contact-Us .text, .SectionContactUs a.MainNav_Contact-Us:hover .text, .ParentSection_Contact-Us a.MainNav_Contact-Us .text, .ParentSection_Contact-Us a.MainNav_Contact-Us:hover .text, .Sectioncarlisle-companies a.MainNav_Contact-Us .text, .Sectioncarlisle-companies a.MainNav_Contact-Us .text:hover, .Sectionexecutive-and-international-offices a.MainNav_Contact-Us .text, .Sectionexecutive-and-international-offices a.MainNav_Contact-Us .text:hover
{
        font-weight:bold !important;
        background:#CAE0ED;
}

.panelbarItemTextExpandedSelected, .panelbarItemTextHoverExpandedSelected, .panelbarItemTextSelected, .panelbarItemTextHoverSelected, .panelbarItemTextExpanded, .panelbarItemTextHoverExpanded, .panelbarItem2TextSelected, .panelbarItem2TextHoverSelected
{
        font-weight:bold;
        color: #0C265F;
        text-decoration:none;
}

.recentAR .image_holder
{
        width:62px;
        height:80px;
        float:left;
        padding-right:16px;
}

.recentAR .text_holder
{
        padding-left:77px;
}

.recentAR .text_holder span
{
        display:block;
        width: 155px;
}

.recentAR .text_holder span a
{
        display: inline-block;
        line-height: 18px;
        text-decoration: underline;
        margin-bottom:5px;
}

.recentAR .text_holder span:first-child
{
        line-height:19px;
        padding-bottom:7px;
}

.recentAR .ContentContainer
{
        margin-top:-9px;
}

.FRlatestReport
{
        min-height:413px;
        background:url(../design/FR_right_content_bg.png) left bottom no-repeat;
        width:194px;
        border:1px solid #f2f2f2;
        text-align:center;
        position:absolute;
        top:40px;
        right:77px;
}

.FRlatestReport h1 span.ModuleTitle
{
        font-size:14px;
        color:#333;
        display:block;
        padding-top:6px;
        padding-bottom:11px;
}
/*
.FRlatestReport .image_holder
{
        padding-bottom:16px;
}
.FRlatestReport .text_holder
{
        text-align:left;
        padding-left:11px;
        padding-bottom:10px;
}
.FRlatestReport .link_holder
{
        padding-bottom:22px;
}
.FRlatestReport .link_holder a
{
        display:block;
        min-height:19px;
        margin:0 0 9px 8px;
        text-decoration:underline;
        text-align:left;
        padding-left:21px;
}
.FRlatestReport img {
    display: block;
    margin: 0 auto;
}
.FRlatestReport a {
    display: block;
    margin: 0 20px;
    padding-left: 20px;
}
.FRlatestReport a.html {
    background: url(../design/icon_html.png) 1px top no-repeat;
}
.FRlatestReport a.psd {
    background: url(../design/icon_psd.png) left top no-repeat;
}

.FRlatestReport .pastAR .SubTitle
{
        font-size:12px;
        color:#333;
        display:block;
        padding-bottom:21px;
        font-weight:bold;
        text-align:left;
        padding-left:16px;
}

.FRlatestReport .pastAR_linkholder a
{
        display:block;
        text-decoration:underline;
        text-align:left;
        margin-left:16px;
}

.FRlatestReport .pastAR_linkholder a.pad_bottom
{
        margin-bottom:5px;
}
*/

.PersonItem, .PersonItemAlt
{
        padding-bottom:15px;
}

.PersonItem .PersonName, .PersonItemAlt .PersonName
{
        display:inline-block;
        float:left;
}

.PersonItem .SufixName, .PersonItem .PersonTitleComma, .PersonItemAlt .SufixName, .PersonItemAlt .PersonTitleComma
{
        display:none;
}

.FinancialReportContainer ul
{    
        list-style-type: none;
        margin: 0 0 15px 10px;
        padding: 0;
}

.FinancialReportContainer .Year
{
        font-size:12px;
}

.ClientSQ h1.StockPage
{
        display:none;
}

.ClientSQ .StockTableItem p
{
         margin:0;
         border-bottom:1px solid #000;
         border-left:1px solid #000;
         border-right:1px solid #000;
         float:left;
         width:213px;
}

.ClientSQ .StockTableItem p:first-child
{
         border-right:0 none;
}

.ClientSQ .StockLabel
{
        display: inline-block;
        padding: 5px 0 5px 5px;
        width: 110px;
        text-align:left;
        /*background:#2B3F30;*/
        color:#2B3F30;
}

.ClientSQ .StockTableText
{
        padding-top:10px;
        clear:left;
}

.ClientHSQ h1 span.ModuleTitle
{
        color:#000;
        padding: 0 0 10px;
}

.ClientSQ .StockTableItem
{
        width:430px;
}

.ClientSQ .StockTableItem p a, .ClientSQ .StockTableItem .StockPriceUp, .ClientSQ .StockTableItem .StockPriceDown
{
        display: inline-block;
        text-align: right;
        width: 70px;
        padding:0px;
        background:0 none;
        color:#000;
        font-weight:normal;
        *margin-top:-21px;
}

.ClientSQ .StockTableText
{
        font-size:10px;
}

.ClientSQ .StockTableFeed
{
        border-top: 1px solid #000000;
        margin-bottom: 15px;
        width: 429px;
}

.ClientHSQ
{
        padding-top:35px;
}

.ClientSQ p
{
        padding:0;
        margin:0;
}

.ClientSC
{
        padding-left:25px;
}

.ClientHSQ .StockTable
{
	width: 432px;
        border-top:1px solid #000;
        border-left:1px solid #000;
        border-collapse:collapse;
        float:left;
        margin-top:15px;
}

.ClientHSQ h1 span.ModuleTitle
{
        color:#000;
        padding: 0 0 10px;
}

.ClientHSQ p
{
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 215px;
        line-height:25px;
        border-right:0 none;
}

.ClientHSQ p:first-child
{
        border-right:1px solid #000;
}

.ClientHSQ .StockTableItem
{
        float:left;
        border-bottom:1px solid #000;
        border-right:1px solid #000;
}

.ClientHSQ .HighLabel, .ClientHSQ .VolumeLabel, .ClientHSQ .PreviousCloseLabel, .ClientHSQ .LowLabel, .ClientHSQ .TodaysOpenLabel
{
        display: inline-block;
        padding-left: 5px;
        width: 150px;
}

.ClientHSQ .High, .ClientHSQ .Volume, .ClientHSQ .PreviousClose, .ClientHSQ .Low, .ClientHSQ .TodaysOpen
{
        display: inline-block;
        text-align: right;
        width: 45px;
}

.ClientHSQ .StockTableItem.Last p
{
        border-right:0 none;
}

.ClientHSQ .StockTableItem.Last p:first-child
{
display:none;
}

.ModulePressReleaseDetails h1 span
{
        display: inline-block;
        font-size: 14px;
        width: 510px;
        padding-bottom:15px;
}

.ModulePressReleaseDetails
{
        position:relative;
}

.ModulePressReleaseDetails .ModuleDateContainer
{
        color: #1E92B8;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 45px;
}

/*
ul.horizontal  li.last .slide ul.level1{
	left:-72px !important;
}

a.MainNav_Contact-Us + div.slide ul.level2
{
        margin-left:-15px !important;
}

*/
ul.level2
{
        left:15px !important;
}

ul.level3
{
        left:0 !important;
}
/*
ul.level2 li.first div.slide
{
        left: -140px !important;
        top:-5px !important;
}
*/

li.last div.slide ul.level1 li.item div.slide
{
        left:-215px !important;
}

li.last div.slide ul.level1 li.item div.slide ul.level2 li.item div.slide
{
        left:-125px !important;
        top:-5px !important;
}

li.last div.slide ul.level1 li.item div.slide ul.level2
{
        left:-15px!important;
}

li.last div.slide ul.level1 li.item div.slide ul.level2 li.item div.slide ul.level3
{
        left:-15px !important;
}

li.last div.slide
{
        left:-72px !important;
}

ul.level1 li.item span.text
{
        color:#000;
}

.MegaMenu li.item span.text
{
        font-weight:bold !important;
        color:#0c2762 !important;
}

.cc2 img
{
        padding-bottom:15px;
}

.printtext, .stbuttontext
{
        text-decoration:underline;
}

/*
.CorpGov .ModuleHeaderText1
{
        display: inline-block;
        font-weight: bold;
        padding-bottom: 10px;
        width: 125px;
        float:left;
}

.CorpGov .ModuleHeaderText2
{
        font-weight: bold;
        float:left;
}

.CorpGov .DownloadText
{
        width: 125px;
        display: inline-block;
        float:left;
}
*/

.CorpGov
{
        float: left;
        padding: 10px 15px 15px;
}

.CorpGov .ModuleHeader, .CorpGov .DownloadText, .CorpGov.IR .ModuleHeader, .CorpGov.IR .DownloadText
{
        display:none;
}

.CorpGov .ModuleItemRow
{
        padding-bottom:10px;
        clear:left;
        line-height:15px;
}

.CorpGov .ModuleHeadline
{
        display: inline-block;
        float: left;
        margin-right: 25px;
        width: 642px;
}

.CorpGov.IR .ModuleHeadline
{
        width: 525px;
}

.CorpGov .ModuleFileSizeText
{
        display: inline-block;
        float: left;
        text-align: right;
        width: 40px;
        padding-right:5px;
}

.CustomTable
{
        border-top:1px solid #D5D5D5;
        border-right:1px solid #D5D5D5;
        border-collapse:collapse;
        color:#0C2762 !important;
        width:635px;
}

.CustomTable th{
	text-align:center;
}

.CustomTable th, .CustomTable td
{
        border-left:1px solid #D5D5D5;
        border-bottom:1px solid #D5D5D5;
}

.ShareholderService a
{
        text-decoration:underline;
}

.Webcasts .ModuleYearNavContainerInner
{
        padding-bottom:15px;
    display: none;
}

.Webcasts .ModuleDate
{
        display:inline-block;
        width:125px;
}

.Webcasts .ModuleItemRow
{
        padding-bottom:15px;
}

.Webcasts a.selected
{
        font-weight:bold;
        text-decoration:underline;
}

.ModuleEventDetails h1 span
{
        font-size:16px;
}

.Presentations
{
        clear:left;
        position:relative;
        padding-top:10px;
}

.Presentations .ModuleYearNavContainerInner
{
        display:none;
}

.Presentations .RssLinkTopContainer
{
        right:101px;
        top:-22px;
        position:absolute;
}

.Presentations .ModuleDate
{
        display: inline-block;
        text-align: center;
        width: 90px;
        float:left;
}
.Presentations .ModuleHeadline
{
        margin-left:15px;
  display: block;
  margin-left: 108px;
}

.Presentations .PresentationLinks
{
        padding:2px 0 0 108px;
        display:inline-block;
}

.Presentations .ModuleItemRow
{
        width:571px;
        padding-bottom:10px;
}


.HomeTabs .text
{
	background: url("../design/play_btn.png") no-repeat scroll left 6px transparent;
    display: block;
    font-size: 10px;
    line-height: 20px;
    margin-top: 7px;
    padding-left: 25px;
    padding-top: 5px;
}

.holder
{
margin-top:19px;
margin-left:11px;
margin-bottom:10px;
width:711px;
float:left;
}

.holder .content
{
margin-left:66px;
float:left;
width:189px;
}

.holder .content.first
{
margin-left:0;
}

.content .image
{
width:50px;
height:50px;
border:1px solid #5c623c;
float:left;
}

.content .titles
{
padding-left:7px;
width:130px;
float:left;
}

.content .titles .title
{
color:#5B613B;
font-size:14px;
display:inline-block;
padding-bottom:2px;
font-weight:bold;
width:130px;
}

.content .titles .web
{
display:inline-block;
width:130px;
}

.content .titles .web a
{
color:#000;
font-size:11px;
display:inline-block;
float:left;
}

.content .titles .web a:hover
{
color:#0C2762;
}

.content .titles .link img
{
float:left;
clear:left;
}

.content .titles .link .cc a
{
text-decoration:underline;
}

.content .titles .link .cc a:hover
{
color:#0C2762;
}

.content .titles .link a
{
color:#000;
font-size:10px;
text-decoration:underline;
float:left;
margin-left:5px;
}

.content .innerContent .smallTitle
{
width:187px;
display:inline-block;
margin-left:2px;
padding-bottom:2px;
padding-top:16px;
border-bottom:1px solid #000;
font-size:10px;
color:#5B613B;
text-transform:uppercase;
font-weight:bold;
}

.content .innerContent ul
{
margin:6px 0 0 5px;
padding:0;
list-style-type:none;
}

.content .innerContent ul li {
	padding-left:10px;
	background:url(../design/bullet.png) left 6px no-repeat;
}

.content .innerContent
{
clear:left;
margin: 0;
padding: 0;
width: 100%;
}

.content .innerContent .text
{
color: #000000;
display: inline-block;
font-size: 10px;
padding: 6px 0 0 2px;
width: 187px;
}

.FooterContainer
{
        border-top: 1px solid #989898;
}

a:hover
{
color:#0C2762;
}

.IRhtml
{
min-height:264px;
}

.IRSQ
{
min-height:245px;
*min-height:292px;
}

.ClientSQ .StockQuoteLookup
{
display:none;
}

.RequiredField
{
color:red;
}

.MailingListListTable, .MailingListUnsubscribeContainer
{
margin-top:15px;
}

.GridActions input, .ButtonCell input
{
margin-top:10px;
}

.MailingListCol2 input
{
float:left;
}

.MailingListCol2 .RequiredField
{
margin-left:5px;
float:left;
}

.InnerContent strong, .ddirections a, h3.rss, .CustomTable2 strong, .ui-accordion-content strong
{
color:#0C2762 !important;
}

.ui-widget-content a
{
color:#000 !important;
}

.ui-widget-content a:hover
{
color:#0C2762 !important;
}

.ddirections a
{
text-decoration:underline;
}

p.rss
{
margin-bottom:10px;
}

div.bottom
{
padding-bottom:10px;
}

.CorpResp ul
{
padding:5px 0 0 10px;
margin:0;
list-style-type:none;
}

.CorpResp ul li{
	background:url(../design/bullet.png) left 6px no-repeat;
	padding-left:10px;
}

.CorpResp h3
{
color:#0C2762;
font-size:14px;
}

p.top5
{
padding-top:5px;
}

p.top10
{
padding-top:10px;
}

.AnnualFeeds, .AnnualFeeds table
{
width:380px;
}

.AnnualFeeds h3
{
display:none;
}

.AnnualFeeds ul
{
margin:0;
padding:5px 0 15px;
}

.AnnualFeeds h2.Year span
{
font-size:14px;
color:#0C2762;
width:380px;
display:inline-block;
border-bottom:1px solid #cccccc;
}

.AnnualFeeds h4 span
{
font-size:12px;
}

.contactForm .MailingListTable
{
width:360px;
}

.contactForm .IntroText
{
display:none;
}

.contactForm
{
padding-left:16px;
float:left;
}

.contactForm span, .contactForm .GridActions input
{
	font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size:13px;
}

.AlignL
{
text-align:left;
}

.AlignLB
{
color: #024175;
text-align: left;
}


/*########		Add my alexc	########*/

.AccordionItem .MailingListTable{
	border-collapse:collapse;
}

.AccordionItem  .MailingListTable td.MailingListCol2{
	white-space:nowrap;
	width:230px !important;
	display:block;
}

.InnerContent h3{
	margin-bottom:5px;
	font-size:14px;
}

.PaneContent strong{
	color:#0C265F;
}

.MailingListUnsubscribeContainer .MailingListCol2 input{
	width:200px;
}

ul.careersList{
	list-style-type:none;
	margin:30px auto;
	padding:0px;
	width:530px;
}

ul.careersList li{
	padding:4px 0px 4px 10px;
	display:block;
	float:left;
	width:250px;
	float:left;
	background:url(../design/bullet.png) left 10px no-repeat;
}

ul.careersList.transportation li{
	float:none;
}

ul.careersList li a{
	text-decoration:underline
}

ul.careersList li a:hover{
	text-decoration:none;
}

.MailingListUnsubscribeTable .ButtonCell input
{
width:100px;
}

.MailingListUnsubscribeTable .MailingListCol2 .RequiredField
{
float:none;
margin-left:2px;
}

.CR a.selected span
{
color:#0066CC;
font-size:12px;
font-weight:bold
}

.CR a:hover span
{
color:#0066CC;
}

.CR .left_side ul li
{
display:block;
margin:0 0 19px 0;
padding:0;
}

.CR .left_side ul
{
margin:0;
padding:0;
list-style-type:none;
}

.CR .left_side
{
width:114px;
border-right:2px solid #6798b2;
min-height:387px;
float:left;
}

.CR .right_side
{
float:left;
width:582px;
padding-left:22px;
}

.CR .right_side .item
{
display:none;
}

.CR .right_side .item.selected
{
display:block;
}

.CRtitle
{
color: #000000;
display: block;
font-size: 20px;
padding-bottom: 20px;
}

.CRcontent ul
{
margin:0 0 0 15px;
padding:0;
}

.CRcontent ul li
{
margin:0 0 16px 0;
}

.CRsecnav
{
float:left;
width:130px;
padding:17px 10px 0 0;
}

.Sectioncorporate-responsibility .InnerContent
{
padding: 17px 15px 15px 16px;
width: 580px;
}

.Sectioncorporate-responsibility .InnerContent h3
{
font-size:20px;
color:#000;
padding-bottom:20px;
}

.CRsecnav .SecondaryNavigationTitleLink
{
display:none;
}

.CRsecnav .panelbarItemTextSelected, .CRsecnav .panelbarItemTextHoverSelected
{
font-weight:bold;
color:#0066cc;
font-size:12px;
text-decoration:none;
}

.CRsecnav .panelbarItemText, .CRsecnav .panelbarItemTextHover
{
color:#000000;
font-size:12px;
text-decoration:none;
}

.CRsecnav .panelbarItemTextHover
{
color:#0066cc;
}

.Sectioncorporate-responsibility .InnerContent ul
{
margin:0 0 0 15px;
padding:0;
}

.Sectioncorporate-responsibility .InnerContent ul li
{
margin:0 0 16px 0;
}

li.SiteMap-Level3
{
margin-left:20px;
}

li.SiteMap-Level4
{
margin-left:40px;
}

ul.horizontal li.first + li ul.vertical li.first .text, ul.horizontal li.first + li ul.vertical li.first + li .text, ul.horizontal li.first + li ul.vertical li.first + li + li .text
{
}

.RightSideText
{
width:480px;
padding-left:40px;
float:left;
}

.RightSideText h4
{
padding-bottom:5px;
display:inline-block;
color:#5B613B;
}

.NormalHeading img
{
padding:10px 10px 0 0;
width:150px;
height:150px;
}

.NormalHeading .ContentContainer
{
text-align:center;
}

.PageAboutCarlisleOurEmployees h1.ModuleTitle, .PageAboutCarlisleOurEmployees span.ModuleTitle
{
top: 44px;
}

.StockChart, .recentAR
{
}

.GlobalPrintHtml
{
padding-left: 10px;
}

.HeaderLinks
{
background: url('../headerlinksbg.png');
}

.history
{
line-height: 18px;
}

.PageAboutCarlisleOurEmployees .NormalHeading h1 span.ModuleTitle
{
margin-left: 55px;
}

.QuickInformationSlider .ModuleTitle {
    background: url("../design/box_slider_arr.png") no-repeat scroll left -13px transparent;
    color: #0C2661;
    cursor: pointer;
    display: block;
    font-size: 13px;
    left: 0;
    margin: 7px 0 20px 40px;
    padding: 0 0 0 15px;
    position: relative;
    top: 0 !important;
}

p
{
line-height: 18px;
}

.ui-accordion .ui-accordion-header .ui-icon {
    left: 0.5em;
    margin-top: -15px !important;
    position: absolute;
    top: 50%;
}

.rss a
{
position: relative;
top: -5px;
}

.rootGroup .item a.selected
{
color: #0C2762;
}

table.Supplemental td
{
text-align: right;
}

.secmodule{
font-size: 11px;
}

.secmodule .PdfIcon,
.secmodule .WordIcon,
.secmodule .ExcelIcon,
.secmodule .XBRLIcon,
.secmodule .ItemDate,
.secmodule .ItemDescription,
.secmodule .ItemHref {
    float:left;
    padding-right: 6px;
    padding-bottom: 3px;
}
.secmodule .ItemDescription, .secmodule .Description {
    display:block;
    width: 330px;
    float: left;
    padding-bottom: 10px;
}
.secmodule .Download{
    display:block;
    float:left;
}

.secmodule .ItemHref, .secmodule .Filing{
    width:70px;
    display: block;
    float: left;
}

.secmodule .Date, .secmodule .Filing, .secmodule .Description, .secmodule .Download{
padding-right:5px;
} 
.secmodule .ItemDate, .secmodule .ModuleHeader .Date {
    clear:left;
    width: 80px;
    display:block;
    float:left;
}
.secmodule .YearNavContainer{
    float: left;
    margin-top: 44px;
    padding-bottom: 5px;
    padding-right: 25px;
    width: 35px;
}
.secmodule .ModuleHeader {
    font-weight: bold;
    font-size: 11px;
    padding-top: 23px;
}
.secmodule .Icons{
list-style: none;
}
.secmodule .ModuleContainerInnerTop,
.secmodule .ModuleContainerInner,
.secmodule .MiddleColumnContentLarge,
.secmodule .ModuleYearLink {
float:left;
width:600px;
}

.secmodule .ModuleYearLink {
    display: block;
    padding: 2px 0 0;
}

.secmodule .MiddleColumnContentLarge {
display:block;
}

.byyear {
position:absolute;
font-size: 11px;
top: 88px;
}

.ModulePressReleaseDetails .ModuleDownloadLink {
  color: red;
  height: 15px;
  display: block;
  background: url('../icons/pdf.gif') no-repeat left;
  padding-left: 20px;
  margin-bottom: 10px;
}

.EdgarList .ModuleHeader {
	padding:7px 0px;
}

.EdgarList .YearNavContainer
{
margin-top: 10px;
}

.EdgarList .ModuleHeader span {
	display:inline-block;
	.display:inline;
	.zoom:1;
	padding-left:19px;
	font-size:12px;
	text-transform:uppercase;
}

.EdgarList .ModuleHeader span.Date{
	width:68px;
	padding-left: 6px;
}

.EdgarList .ModuleHeader span.Filing{
	width:75px;
	padding-left: 26px;
}

.EdgarList .ModuleHeader span.Description{
	width:245px;
	padding-left: 0px;
}

.EdgarList .ModuleHeader span.Download{
	padding-left:0px;
}



.EdgarList .ModuleItemRow {
	border-bottom:1px solid #dfdfdf;
	padding:7px 0px;
	font-size:11px;
}

.EdgarList .ModuleItemRow.ModuleItem {
	    background: -moz-linear-gradient(100% 25% 90deg, #F6F6F6, #F1F1F1) repeat scroll 0 0 transparent;
}


.EdgarList .ModuleItemRow .ItemDate{
	display:inline-block;
	.display:inline;
	.zoom:1;
	width:95px;
	padding-left:5px;
	vertical-align:top;
}

.EdgarList .ModuleItemRow a{
	display:inline-block;
	.display:inline;
	.zoom:1;
	width:60px;
	padding-left:5px;
	vertical-align:top;
        color: #646464;
       
}

.EdgarList .ModuleItemRow .ItemDescription{
	display:inline-block;
	.display:inline;
	.zoom:1;
	width:245px;
	padding-left:5px;
	vertical-align:top;
}

.EdgarList .ModuleItemRow ul{
	list-style-type:none;
	padding:0px;
	display:inline-block;
	.display:inline;
	.zoom:1;
	margin:0px;
	
}

.EdgarList .ModuleItemRow ul li{
	display:inline;
	padding:0px;
}

.EdgarList .ModuleItemRow ul li a{
	display:inline;
	width:auto;
	padding:0px;
}

.EdgarList .FormGroupsContainer{
	padding:7px 0px 7px;
	background:#E4E4E4;
	padding-left:25px;
	margin-top:5px;
}

.ModuleSECFilingDetails .ModuleLinks {
        padding:7px 0;
}

.ModuleSECFilingDetails .ModuleFilingDescription {
        margin-top:10px;
}

.ModuleSECFilingDetails .ModuleLinks ul {
	list-style-type:none;
	padding:0px;
	display:inline-block;
	.display:inline;
	.zoom:1;
	margin:0px;
}

.ModuleSECFilingDetails .ModuleLinks ul li {
	display:inline;
	padding:0px;
}

.ModuleSECFilingDetails .ModuleLinks ul li a{
	display:inline;
	width:auto;
	padding:0px;
}

.EdgarList .ModuleItemRow a.ItemHref
{
width: 70px;
cursor: text;
}

.EdgarList img
{
border: none;
}

.ModuleSECFilingDetails ul
{
list-style-type: none;
}

.AnalystCoverage table {
    width: 100%;
}

.AnalystCoverage table td {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}

.ModuleEvent.Webcasts .ModuleDownloadText{
display:block;
height:32px;
line-height:32px;
padding-left:30px;
background: url(../micro.gif) left center no-repeat;
margin-left:120px;`
}
.homeRight {
  float: left;
  display: block;
  padding: 10px 0 10px;
}
.homeRight a {
  color: #4a95c9;
}