
/*css for refactored overall html layout - start*/


div#lc-main-content{
	padding-right:5px;
}

div#lc-sub-content{
}

div#lc-sidebar{
	width:150px;
}
div#lc-sidebar .item{
	margin-bottom: 6px;
}

.article{
	float:left;
	position:relative;
}
.article-type1{
	width:232px;
	margin-right:14px;
}
.article-type2{
	width:313px;
}
/*css for refactored html - end*/




/*overriding Desato CSS*/
#headerSearchForm div.input{
	margin:0px;
}

#page .items .item{
	float:none;
	padding:0px;
}
.items .item .type{
	line-height:1em;
}
#page div.rol{
	margin-top: 7px;
}
#sub-content .line, div#lc-sidebar .line, div#lc-main-content .line{
	margin: 8px 0;
	padding:0px;
	border-top:1px solid #666;
}
div#lc-sidebar .line{
	margin:2px 0px 8px;
}
#sub-content{
	float:none;
}
#page div#lc-sidebar .item .figcaption .link1{
	line-height: 14px;
}
#page div#lc-sidebar #right-top-shop-item .item .figcaption{
	width:78%;
}
#page .w-top-left .figcaption, #page .w-top-right .figcaption{
	width:80%;
}
.live-update .twitter {
	width:60px;
}
#footer #newslettersArea{
	margin:0px;
}



/*css for new addition class/html*/
#sub-content .item{
    width: 232px !important;
	min-height:100px;
}
div#lc-sidebar .item{
	width:150px;
	min-height:100px;
}
.articleStyle-wide{
	width:313px;
	min-height:100px;
}
.articleStyle-narrow{
	width:232px;
	min-height:100px;
}



div.divBlock{
	position:relative;
	margin-top:5px;
	padding-right:0px;
}

.mainPageArticleTitle{
	font-weight:bold;
}




/*
div.liner{
	border:1px solid grey;
}
*/






/* PDP overriding - start */

.button_1, .button_2{
	float:none;
	position:relative;
}

/* PDP overriding - end */

#header{
    margin:0px 3px;
}
#footer{
    margin: 0 3px;
}

.webkit #nav-menu{
  position:relative;
  top:9px;
}


/* LC-1215 */
#columnName { 
   font-family:'Avenir LT W01 95 Black'; 
   font-size:1.3em; 
   text-align: center; 
} 

#subTitle { 
   font-family: Georgia,serif; 
   margin:1em auto; 
   text-align: center; 
   line-height:1.2em; 
   font-size:100%; 
   width:700px;
}