/* 
	
	Print styles.
	
-------------------------------------------------------------------------------------------------- */
body{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:10px;
	color:#939598;
	color:#939598 !important;
	}
td{
	vertical-align:top;
	}
#breadcrumbs{
	padding:5px 0;
	font-size:9px;
	}
#image{
	}
	#image img{
		width:340px;
		height:340px;
		}
#description{
	}
	h1{
		font-size:20px;
		color:#000;
		font-weight:normal;
		margin:0 0 24px;
		}
	#description p{
		color:#939598;
		line-height:15px;
		margin:0 0 16px;
		}
	.itemInfo{
		font-weight:bold;
		line-height:14px;
		margin:12px 0;
		}
	#description .price{
		font-size:16px;
		font-weight:bold;
		color:#000;
		}
		
h2{
	border-bottom:1px solid #939598;
	font-size:11px;
	font-weight:bold;
	padding:10px 0;
	margin:0;
	}
	.tabsNav { display:none; }
	.tabContent{
		line-height:15px;
		display:none;
		padding:10px 0 0;
		}
		.tabContent h3{
			margin:0;
			font-weight:bold;
			font-size:10px;
			}
		.tabContent p{
			margin:0 0 16px;
			color:#939598;
			}
		.tabContent th{
			text-align:left;
			padding:0 5px 0 0;
			}
		#tabsFeatures .tabContent,
		#tabsSizing .tabContent{
			display:block;
			}
		#tabsFeatures .tabContent{
			width:340px;
			float:left;
			}
		#tabsSizing .tabContent{
			width:230px;
			float:right;
			}