/*
Julie Huang @ 04102011:
This is the global CSS applying to the NEW layout style
designed for the Echo and Connect Launch pages
*/

a:visited,a:link,a:active{
    outline: none;
}

a.block:hover{
    text-decoration: none;
    border-bottom: none;
    padding-bottom: none;
}

body { font-size:11px; }

div.content{ padding-bottom: 25px; }

div.bg_2-1 { background-color:#FFFFFF; }

#clicktrail{
	color: #999;
	font-size:10px;
	height: 22px;
	margin: 0;
	padding: 0;
	-moz-border-radius: 5px 5px 0 0; /* Firefox */
  	-webkit-border-radius: 5px 5px 0 0; /* Safari, Chrome */
  	border-radius: 5px 5px 0 0; /* CSS3 */
  	padding: 10px 30px;
	margin-bottom: 10px;
	display: none;
}

#clicktrail a{ color: #359AAA; }

/****** two columns layout (right side module with divider line) ******/

/********col1********/

div.bg_2-1 div.content div.col1{
    padding: 0px;
}

div.content h2{
    font-size: 16px;
    line-height: 25px;
}

div.content h2.subheadline{
    font-size: 13px;
}

div.content h2.bigTitle{
    font-size:18px;
    letter-spacing:0.03em;
}

/********col2********/
div.bg_2-1 div.content div.col2{
    background: top left repeat-y url(/images/smartpen/v_divider.gif);
    width: 260px;
    padding:0px;
    text-align: center;
    min-height: 526px;
    height: auto;
}

div.bg_2-1 div.content div.col2 div.learnmore_sec, div.bg_2-1 div.content div.col2 div.buy_and_create{
    padding: 0;
    text-align: center;
    margin:0px;
    width:100%;
    line-height: 13px;
}

div.bg_2-1 div.content div.col2 div.learnmore_sec.divider_line{
    background: bottom left repeat-x url(/images/smartpen/divider.gif);
    margin-bottom:10px;
}


div.col2 h2{
    text-align: left;
    font-size:16px;
    line-height: 18px;
}

div.col2 .border {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

@media (max-width: 900px) {
	div.col2 .border { margin-bottom: 14px; }
}

div.col2 div.learnmore_sec p{
    text-align: left;
    margin-bottom: 12px;
}

.silverlink,.silverlink:active, .silverlink:visited, .silverlink:link{
    background:center center no-repeat url(/images/smartpen/grey_btn.gif);
    display: inline-block;
    width: 189px;
    font-size:11px;
    font-weight:bold;
    height:28px;
    line-height:25px;
    margin-top: 10px;
    text-align: center;
    padding-bottom:0px;
}

a.silverlink:hover{
    border: medium none;
    color: #2C495B;
}

/*
Diane Wang @ 04102011:
Site Refresh for Sky Launch 102812
designed for the Smartpen Section pages
*/

ol {
    padding-left: 17px;
    margin-bottom: 0;
}

ol li { margin-top: 5px; }

sup {
    line-height: 0;
    vertical-align: baseline;
    font-size: 7px;
}

sup.trade { font-size: 9px; }

.blue_outline_box {
    font-size: 10px;
    position: absolute;
    width: 125px;
    height: auto;
    padding: 6px 8px;
    background-color: #e7eff3;
    border: 1px solid #a3c3d9;
}

div.main_content_container {
    width: 840px;
    position: relative;
    margin:0px auto;
    padding: 10px 30px;
    text-shadow: 0 1px 0 #fff;
}

div.content h1.heavy {
    font-size: 28px;
    line-height: 32px;
}

div.content h1.orange { color:#ff8900 }

div.top_banner p.main_text {
    font-size: 14px;
    line-height: 20px;
}

div.inner_container {
    margin: 0 30px;
    border-bottom: 1px solid #ddd;
}

div.inner_content_box {
    padding: 30px 0;
}

/*div.inner_content_box .blue_outline{
	padding: 6px;
	border: 1px solid #A3C3D9;
	background-color: #E7EFF3;
	font-size: 10px;
}*/

div.bottom_space { margin-bottom: 30px; }

.tech_spec_pdf {
    padding: 14px 30px;
    font-size: 10px;
    background: url(/images/icons/pdf_icon.png) left 10px no-repeat;
}

.pdf_longer { background-position: left 16px; }

.tips_box {
    width: 160px;
    padding-left: 33px;
    background-image: url(/images/icons/light_bulb.png);
    background-position: 5px 7px;
    background-repeat: no-repeat;
}

.tips_box strong {
    color: #4694B0;
    font-weight: bold;
}

.tips_no_bg {
    padding-top: 15px;
    padding-bottom: 15px;
    background-position: 5px 14px;
}

.special_info{
    width: 70%;
    margin: 0 auto;
    position: relative;
    padding-left: 45px;
    background: url(/images/icons/info_icon.png) 10px center no-repeat #E7EFF3;
}