/***** columns *****/
div.cons_content{
	position: relative;
	z-index:3;
	padding:5px 0px 40px 0px;
	margin:0px auto;
	/*tmp*/
	border: 1px solid #dddddd;
	border-radius: 5px;
	width: 100%;
	background-color: #ffffff;
}

div.cons_content div.col1, div.cons_content div.col2, div.cons_content div.col3{
	position: relative;
	display:inline;
	margin-bottom:0px;
	padding:0px;
}

div.cons_content div.col3{
	float:right;
	line-height:10px;
}

div.cons_content div.col1, div.cons_content div.col2{
	float:left;
}

div.cons_content div.col2{
	width:675px;
	margin:0px;
}
div.cons_content div.col2.public {                                                                                                                                                                            
	width:470px;                                                                                                                                                                                          
}

div.cons_content div.col2release{
	width:600px;
	margin:0px;
}

div.cons_content div.col1, div.cons_content div.col3{
	width:189px;
	margin-left:12px;
	margin-right:12px;
}

div.cons_content div.col3release{
	width:249px;
	margin-left:13px;
	margin-right:13px;
}


div.colBG{
	background-image:url(/images/layout/cons/bg_sidebarContent.png);
	margin:0px;
}

div.col3 div.rbottom b{
	background-image:url(/images/layout/cons/bg_sidebarContent.png);
}




.flushTop{
	margin-top:0px !important;
}

/***** col1 accordion specific styles *****/
div.col1 *{
	/* hide lnav while accordion initializes. Made visible in cons_init.js */
}

div.col1 h1, div.col1 h2{
	font-weight:bold;
}

div.col1 h1{
	line-height:20px;
}



div.col1 h1.lnavDown{
	//background-image:url(/images/layout/cons/h1_bg-down.gif);
}



div.col1 h1, div.col1 h2{
		font-size: 10px;
	height:20px;
	line-height:20px;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	color:#c5c5c5;
	border-bottom: 1px solid #616161;
}

div.col1 h2{
	background-image:url(/images/layout/cons/hd_bg.gif);
}




div.col1 span{
	position:absolute;
	left:8px;
	padding-left:11px;
	background-image:url(/images/layout/cons/bg_accordianArrow.gif);
	background-repeat:no-repeat;
	
}

div.col1 h1 span{
	background-position:0px 5px;
}

div.col1 h2 span{
	background-position:0px 7px;
}

.accordionPanel{
	height:387px;
	
}

div.col1 .lnavDown span{
	background-image:url(/images/layout/cons/bg_accordianArrow-down.gif);
	color:#fff;
	background-position: 0px 7px;
}

div.col1 div.lnavContent{
	width:189px;
	overflow:hidden;
	display:none;
}

div.col1 div p{
	margin:13px 16px 0px 16px;
	color:#fff;
	font-size:10px;
}

div.col1 div p a{
	font-weight:bold;
	color:#fff !important;
}

div.col1 .viewall {
	border-bottom: 1px dotted #666666;
	text-align: right;
	padding: 2px;
	font-size: 10px;
	padding-right: 5px;
}

div.col1 .viewall a:link, div.col1 .viewall a:visited,
div.col1 .viewall a:active, div.col1 .viewall a:hover {
	color: #ffffff;
	font-weight: bold;
}

div.col1 div.storeLeftAccordion a:link, div.col1 div.storeLeftAccordion a:visited,
div.col1 div.storeLeftAccordion a:active, div.col1 div.storeLeftAccordion a:hover {
	background: transparent url(/images/layout/cons/linkBg_arrowRt-over-light.gif) no-repeat scroll left 2px;
	padding-left: 8px;
}

/***** bottom curvy *****/
div.cons_content div.bottom{
	position: relative;
	background-position:left bottom;
	margin:0px 10px;
}

div.cons_content div.col1 div.bottom, div.cons_content div.col2 div.bottom{
	background-image:url(/images/layout/cons/contentBtm_bg.gif);
	background-repeat:repeat-x;
}

div.cons_content div.col3 div.bottom{
	height:9px;
	padding-top:0px;
	padding-bottom:0px;
}

div.bottom img.left, div.bottom img.right{
	position:absolute;
	background-repeat:no-repeat;
	top:0px;
	width:10px;
	margin:0px;
	padding:0px;
}

div.bottom img.left{
	left:-10px;
	background-position:left bottom;
}

div.bottom img.right{
	right:-10px;
	background-position:right bottom;
}

div.col1 div.bottom img.left, div.col2 div.bottom img.left{
	background-image:url(/images/layout/cons/contentBtm_lft.gif);
}

div.col1 div.bottom img.right, div.col2 div.bottom img.right{
	background-image:url(/images/layout/cons/contentBtm_rt.gif);
}

div.col3 div.bottom img{
	height:9px;
}

div.col3 div.bottom img.left{
	background-image:url(/images/layout/cons/contentBtmSemi_lft.png);
}

div.col3 div.bottom img.right{
	background-image:url(/images/layout/cons/contentBtmSemi_rt.png);
}

div.cons_content div.col1 div.bottom, div.cons_content div.col1 div.bottom img.left, div.cons_content div.col1 div.bottom img.right{
	height:7px;
}

div.cons_content div.col1 div.bottom, div.cons_content div.col3 div.bottom{
	width:169px;
}

div.cons_content div.col2 div.bottom{
	width:450px;
	height:19px;
	text-align:center;
}

/***** col3 *****/
div.col3 a:hover{
	color:#fff;
}

div.col3 h1{
	position:relative;
	
}

div.col3 h1 b{
	top:0px;
}

div.col3 div{
	position:relative;
	margin:0px;
}

div.col3 div.topGap{
	margin-top:3px;
}

div.col3 div.hGutters{
	padding-left:8px;
	padding-right:13px;
}

div.col3 div.vGutters{
	padding-top:10px;
	padding-bottom:9px;
}

div.col3 div.last{
	padding-bottom:0px;
	margin-bottom:0px;
}

div.col3 div ul{
	list-style:none;
	margin:-4px 0px 0px 0px;
	padding:0px;
}

div.col3 div ul li{
	line-height:15px;
	padding:0px;
	font-size: 10px;
	font-weight: bold;
}

div.col3 div ul a{
	color:#04768D;
	font-weight:bold;
	font-size:10px;
	background: url(/images/layout/cons/linkBg_arrowRt.gif) no-repeat right 2px;
	padding: 0px 8px 0px 0px;
}

div.col3 div ul a:hover{
	background-image: url(/images/layout/cons/linkBg_arrowRt-over-light.gif);
}


.mls div.col3 div ul a{
	color:#04768D;
	font-weight: inherit !important;
	font-size:10px !important;
	background:none!important;
	padding: 0px;;
}

.mls div.col3 div ul a:hover{
	background-image: url(/images/layout/cons/linkBg_arrowRt-over-light.gif);
}

.account div.col3 div ul a{
	color:#04768D;
	font-weight: inherit !important;
	font-size:10px !important;
	background:none!important;
	padding: 0px;;
}


div.col3 div div.btn{
	/*clear:both;*/
}

div.col3 div div.cartItems{
	font-size:11px;
	color:#fff;
	height:19px;
	line-height:19px;
	width:100%;
}

div.col3 div img.productImg{
	position:absolute;
	top:13px;
	left:0px;
}



div.col3 div div.featuredProduct{
	position:relative;
	padding:0px 13px 0px 13px;

}

div.col3 div div.featuredProduct #priceadd{
float: right;
width: 50px;

}

div.col3 div div.featuredProduct #price{
text-align:right;
}

div.col3 div div.featuredProduct #name{
height: 13px;
}

div.col3 div div.featuredProduct #price{
height: 13px;
}

div.col3 div div.featuredProduct img{
	display: none;
	
}


div.col3 #SKUnarrow_0, div.col3 #SKUnarrow_1{
height: 60px;
margin-bottom: 3px;
padding-left: 75px;
padding-top: 5px;
padding-bottom: 10px;
}

div.col3 #SKUnarrow_0 img, div.col3 #SKUnarrow_1 img{

display: block;
width: 65px;
height: 65px;
padding-left: 5px;
top: 5px;
}

div.col3 #SKUnarrow_0 #priceadd, div.col3 #SKUnarrow_1 #priceadd{
float: none;
right: 0px;
bottom: -11px;
position: absolute;
width: 100px;

}


div.col3 #SKUnarrow_0 #namedesc, div.col3 #SKUnarrow_1 #namedesc{
height: 53px;
}

div.col3 #SKUnarrow_0 #price, div.col3 #SKUnarrow_1 #price{
float: left;
text-align:left;
height: 11px;
}




div.col3 div h3{
	font-size:10px;
	color:#000;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}

div.col3 div div.featuredProduct p{
	margin-top:0px;
	margin-bottom:5px;
	font-size:10px;
	line-height:13px;
	color:#fff;
}

div.col3 div div.featuredProduct #namedesc a{
color:#000000;
font-weight:bold;
}

div.col3 div div.featuredProduct #namedesc a.add{
font-size: 9px;
}

div.col3 div table.products{
	margin:0px;
	padding:0px;
	width:163px;
	min-height:137px;
	_height:137px;
}

div.col3 div div.featuredProduct {
	vertical-align:top;
	font-size:9px;
	line-height:10px;
	color:#fff;
	margin:0px;
	padding-top:5px;
	height: 45px;
	overflow:hidden;
}

div.col3 div table.products td.price{
	text-align:right;
	padding-left:5px;
	padding-right:0px;
}

div.col3 div div.featuredProduct a.add{
	float:right;
	margin-right:2px;
}

div.col3 a.add:hover{
	background-image:url(/images/layout/cons/icn_cart_light.gif);
}

/***** col2_home *****/
div#feat_home{
	position:relative;
	margin:0px;
	padding:0px;
	line-height: 12px;
}

div#feat_home h1{
	background-image:url(/images/layout/cons/bg_featHd_home.jpg);
	background-repeat:no-repeat;
	width:458px;
	height:22px;
	line-height:22px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	margin:0px;
	padding:0px 0px 0px 12px;
}

div#feat_home div.middle, div#feat_home #SKUFeature_2{
	margin: 0px auto;
}

div#feat_home div.left, div#feat_home #SKUFeature_0{
	float:left;
}

div#feat_home div.right, div#feat_home #SKUFeature_1{
	float:right;
}

div#feat_home div.feature{
	position:relative;
	width:132px;
	min-height:53px;
	_height:53px;
	text-align:center;
	padding:107px 11px 25px 11px;
	background-image:url(/images/layout/cons/bg_feat_product.jpg);
	background-repeat:repeat-x;
	background-color:#909da4;
	height: 78px;
	overflow:hidden;

}

div#feat_home div.feature p{
margin-top 2px;
}

div#feat_home div.feature img.product{
	position:absolute;
	top:7px;
	left:11px;
}

div#feat_home div.feature h2{
	background:none;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	padding:0px;
	margin:0px;
	border:none;
	margin-top: 5px;
}

div#feat_home div.feature h2 span{
	float:right;
}

div#feat_home div.feature p{
	text-align:left;
	font-size:10px;
	color:#000;
	line-height:13px;
}

div#feat_home div.btnContainer{
	position:absolute;
	bottom:0px;
	left:0px;
	width:470px;
	height:19px;
	text-align:center;
}

div#feat_home div.featureBtn{
	width:70px;
	margin-top: 10px;
	position: absolute;
	bottom: 20px !important;
	left: 42px !important;
	top: auto;

}

div#feat_home div.btnContainer div.featureBtn div.btn{
	margin-right:25%;
	margin-left:25%;
	white-space:nowrap;
}

div.container {
position: relative;
}

.accordionPanel  {
	margin: 0px;
	padding: 0px;
	list-style-type:none;

}
.accordionPanel li{
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.accordionPanel a{
	display: block;
	border: none;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 6px;
	background-color: transparent;
}

.accordionPanel a:hover{
	background-image: url(/images/layout/cons/bg_sidebarContentWhite.png);
	display: block;
	border: none;
	padding: 5px;
	padding-left: 5px;
	padding-right: 0px;
	}

div.col1 .OGminHeight, div.col2 .OGminHeight, div.col3 .OGminHeight{
	height:387px;
	width:1px;
	margin:0px;
	padding:0px;
	float:right;
	clear:both;
}

.store .OGminHeight {
height: 408px !important;
}

/**************************************** 2012 New Account Dashboard Style ********************************************/

.account div.cons_content{
	/*border: 1px solid #dbdbdb;
	border-radius: 8px;
	width: 898px;*/
	background-color: #FFFFFF;
}


/** col1 - 2012 New Account Dashboard : Navigation **/
div.account_nav{
	background-color: #e3ebee;
	color: #37464f;
	margin-left: -7px !important;
	padding: 0px 4px 10px 0px !important;
	width: 180px !important;
	box-shadow: 2px 2px 3px -1px #6E8B96;
	-webkit-box-shadow: 2px 2px 3px -1px #6E8B96;
	-moz-box-shadow: 2px 2px 3px -1px #6E8B96;
	float: left;
}

.account a.navbar-brand { padding: 11px 0 21px!important; }

div.account_nav h3.account_nav_title{
	font-size: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid white;
    color: #37464f;
    margin: 12px 22px 0;
    padding-left: 8px;
    font-weight: 800;
}

.account .refer a.bt_blue { height: 30px!important; }

ul.account_nav_list{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px 0px 35px 0px;
}

ul.account_nav_list li{
	cursor:pointer;
	border-bottom: 1px solid white;
	margin-left: 22px;
}

ul.account_nav_list li p{
    margin: -1px -4px -1px -22px;
    padding: 7px 15px 7px 30px;
}

ul.account_nav_list li p.hover{
	background-color: #FFFFFF;
}

.nav_corner_shadow{
	display: block; 
	padding: 0px; 
	margin-left: -7px; 
}

/** col2 - 2012 New Account Dashboard : Dashboard **/

.account_dashboard{
	width:660px;
	margin-left: 30px;
	float:left;
	color: #585858;
}

.account_dashboard h1.headLine{
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #37464f;
	border-bottom: 3px double #E6E6E6;
	padding-bottom: 20px;
	line-height: 34px;
}

.account_dashboard .col2_content{
	margin-left: 15px;
	width: 97%;
}

.profile_image{
	margin-top: 15px;
}

.upload_avatar{
	display: inline-block;
	line-height: 11px;
    margin-left: 15px;
}

.upload_avatar iframe{
	display: none;
}

.section_divider{
	border-bottom: 1px solid #E6E6E6;
    display: block;
    margin: 40px 0;
    width: 100%;
}

.penSection, .evernoteSyncSection{
	border: 1px solid #e0e0e0;
    border-radius: 6px 6px 6px 6px;
    margin-top: 20px;
    padding: 10px;
    width: 620px;
	position: relative;
	background-image: linear-gradient(to bottom, #F6F6F6 0%, #e0e0e0 100%);/* W3C Markup, IE10 Release Preview */
	background-image: -moz-linear-gradient(center top , #F6F6F6 0%, #e0e0e0 100%); /*Firefox*/
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F6F6F6), color-stop(1, #e0e0e0)); /* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-linear-gradient(top, #F6F6F6 0%, #e0e0e0 100%); /* Webkit (Chrome 11+) */  
}

.evernoteSyncSection, .otherEnAccount{
	margin: 0;
	padding: 0;
}

.otherEnAccount{
	margin-top: 5px;
}

fieldset div:first-child{
	padding: 0 10px;
}

.evernoteSyncSection p, .otherEnAccount p{
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	margin: 0;
}

.evernoteSyncSection .evernoteUsername{
	font-weight: bold;
}

.expireDate .errorMeg{
	font-size: 10px;
	color: #ff8900;
	line-height: 18px;
}

.evernoteUsername{
	float: left;
	width: 200px;
}

.invisible{
	display: none;
}
.otherEnAccount.expired p.expireDate{
	height: auto;
	line-height: normal;
	padding: 11px 0 11px 10px;
}
	
.expireDate{
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}

.expired input{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE 8 */
  filter: alpha(opacity=50);/* IE 5-7 */
  -moz-opacity: 0.5;/* Netscape */
  -khtml-opacity: 0.5;/* Safari 1.x */
  opacity: 0.5;
}

.otherEnAccount{
	border: 1px solid #e0e0e0;
    border-radius: 6px 6px 6px 6px;
    width: 620px;
    background-color: #f4f4f4;
}

.penSection span input{
	display: none;
}

input.edit_widget, input.save_widget{
	position: absolute;
	top: 25px;
	right: 15px;
}

input.sync_account_bt{
	position: relative;
	top: auto;
	right: auto;
	float: right;
	margin: 7px 0px;
}

.penName{ 
	width: 75%;
	line-height: 25px;
	float:left;
	font-weight: bold;
}

.penName.editMode{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding-left: 10px;
}

.penID{ 
	margin-top: 5px;
	margin-bottom: 5px;
    text-transform: uppercase;
	color: #868686;
    font-size: 10px;
	width: 75%;
	float: left;
}

.sub_headline{
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 12.5px;
	line-height: 25px;
}

.sub_content{
	width: 540px;
}

.small_text {
  font-size:10px;
  line-height:14px;
}

.confirmation_popup{
	padding: 30px;
}

.confirm_btns{
	margin-top: 40px;
}

#btmSection #stayconnected_email {
	width: 205px;
    float: left;
}

#footer .legal a, #footer .legal a:link, #footer .legal a:active, #footer .legal a:visited { padding: 0 10px!important; }

.account a.dropdown-item { padding: 3px 20px!important; }


@media (max-width: 900px) {
	div.account_nav {
		float: none;
    	width: 100%!important;
    	padding-top: 5px!important;
    	margin-bottom: 25px;
	}
	div.account_nav h3.account_nav_title,
	ul.account_nav_list li { margin-right: 22px; }
	ul.account_nav_list { margin-bottom: 10px; }
	.evernoteSyncSection { width: 100%; }
	.penSection { width: 90%; }
	.account_dashboard { 
		width: 95%;
		margin: 0 auto;
		float: none;
	}
}