/*global print css*/

* {
	background-image: none;
}

html, body {
	background-color: #fff;
	width: 7.3in;
	font-size: 10pt;
}

body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #111;
	background-image: none;
}


.container {
    width: auto;
    margin: 0 0% 0px 0%;
    padding: 0;
	float: none !important;
	color: black;
	background: transparent;
}

.topBar,
.logo a,
.subscribe, 
.navigation,
.column1,
.item .screen,
.paging,
.footer .links,
.footer .mediaLinks,
.footer .addThis  {
	display: none;
}

.logo {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
}

.logo img {
	display: block;
}

.currentSection {
	position:relative;
}
.mid {
	padding: 0;
}
.footer {
	position: static;
}
/* product detail section begins */

.column2 {
	overflow: visible;
}
.productDetail-top{
	
}
.tab-top,
.photoSelector,
dl .sizeChart,
.tab-right .buttons,
.productSelector {
	display: none;
}

#descList,
#descHidden,
#techHidden,
#careHidden {
	display: block;
	float:none;
	width: 100%;
	margin:0;
	padding:0;
	position: relative;
}
#descList {
	margin-bottom: 15px;
}

.productDetail .desc {
    display: none;
}

.tab-body {
	padding-bottom: 0;
}


.productDetail .photoView {
	float:none;
}
.productDetail .tab-right {
	float:none;
	width:100%;
}

.tab-bottom {
	display: none;
}

#productDescription h2, 
#descList h2 {
	display: block;
	font-size: 12pt;
	font-weight: bold;
	margin: 4pt 0;
}

#descList ul li {
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 3pt;
}

.storeInfo h2 {
	font-size: 12pt;
}


.column3,
.column4 {

}
.column4 {
	float:none;
	width:100%;
}
.related {
	float:none;
	width:100%;
	margin:0;
}
.related dd{
	display:inline;
}
.related dd a{
	display:inline;
}
.related dd a img{
	display:inline;
}
productDetail-top{
	zoom:1;
}

.column2,
.column3,
.column4,
.productDetail .photoView,
.productDetail .desc,
.productDetail .tab-right {
	float: none !important;
}

* {
	overflow:visible !important;
	background:none !important;
}

.currentSection ul#activity-tabs a span {
	display:none;
}
/* product detail section ends*/

/** NDPC add 2009-07-24
 The css above may causes error layout. Please check it.
 **/
/*.logo img.logoPrint {
    display: block;
	clear: both;
}
*/

