.col2 .lcol h2 {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 17px;
}

.col2 h3 {
	color:#495358;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 3px 0;
}

.col2 p{
	padding: 0;
	margin: 5px 0;
}

.col2 #bigdesc p{
	padding: 0;
	margin: 9px 0;
	font-size: 12px;
	line-height: 15px;
}

.col2 .addtocart{
width: 70px;
float: right;
margin-right: 20px;
}



span.price{
	font-size: 16px;
	float: left;
	line-height: 19px;
}

/* image browser */

div.imgBrws{
	position: relative;
	width: 195px;
	height: 165px;
	background: transparent  url(/images/layout/cons/imgBrws_frame.gif) no-repeat;
	z-index: 1000;
}

div#imgBrwsGrowWin{
	position: absolute;
	top: -5px;
	right: -20px;
	font-size: 1px;
	margin: 0;
	padding: 10px;
	background-color:#990000;
	width: 427px;
	z-index: 1000;
	text-align: right;
	background-color: #fff;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #cccccc;
}

div.imgBrws img.close{
	position: absolute;
	top: 4px;
	right: -10px;
	z-index: 1001;
	cursor: pointer;
}

/*div#imgBrwsGrowWin img{position: relative; display: inline; margin-left: -40; border: 1px solid #f00;}*/

div.imgBrwsArea{
	position: absolute;
	top: 10px;
	left: 1px;
	width: 193px;
	height: 145px;
	overflow: hidden;
	cursor: pointer;
}

div#imgBrwsThumbs{
	position: relative;
	height: 145px;
	width: 1152px;      /* wraps without width, this accomidates 6 images see about automation */
	white-space: nowrap;
}

div#imgBrwsThumbs img {
	position: relative;
	width: 150px;
	float: left;
	margin: 0 21px;
}

a.imgBrwsBtn{
	position: absolute;
	top: 72px;
	display: block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
}

a.imgBrwsBtn:hover{border: none;}

a#imgBrwsBtn_lft{
	left: -7px;
	background-image: url(/images/layout/cons/imgBrwsBtn_lft.png);
}

a#imgBrwsBtn_rt{
	right: -7px;
	background-image: url(/images/layout/cons/imgBrwsBtn_rt.png);	
}

a#imgBrwsBtn_lft:hover{
	background-image: url(/images/layout/cons/imgBrwsBtn_lft-over.png);
}

a#imgBrwsBtn_rt:hover{
	background-image: url(/images/layout/cons/imgBrwsBtn_rt-over.png);	
}

a#imgBrwsBtn_lft.disabled, a#imgBrwsBtn_lft.disabled:hover{
	background-image: url(/images/layout/cons/imgBrwsBtn_lft-disabled.png);
	cursor: auto;
}


a#imgBrwsBtn_rt.disabled, a#imgBrwsBtn_rt.disabled:hover{
	background-image: url(/images/layout/cons/imgBrwsBtn_rt-disabled.png);	
	cursor: auto;
}

a.enlarge{
	position: absolute;	
	bottom: -20px;
	left: 55px;
	height: 13px;
	display: block;
	background: #fff url(/images/layout/cons/icn_enlarge.gif) no-repeat left top;	
	padding-left: 17px;
	color: #9ba2a6;
	line-height: 13px;
}

/* tabs */
div.tabs{
	position: relative;
	height: 17px;
	border-bottom: 1px solid #A5c0ca;
	padding: 0 10px;
	clear: both;
	margin-top: 25px;
	text-align: nowrap;
}

div.tab{
	position: relative;
	top: 1px;
	height: 16px;
	display: block;
	float: left;
	background-color: #9ba2a6;
	border-top: 1px solid #9ba2a6;
	margin: 0 6px;
	padding: 0 20px;
	text-align: nowrap;
	color: #fff;
	cursor: pointer;
}

div.tab:hover{color: #000;}

div.tab p.lft, div.tab p.rt{
	position: absolute;	
	top: -1px;
	width: 5px;
	height: 17px;
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-color: transparent;
}

div.tab p.lft{
	left: -5px;
	background-image: url(/images/layout/cons/tabLft-off.gif);
}

div.tab p.rt{
	right: -5px;
	background-image: url(/images/layout/cons/tabRt-off.gif);
}

div.tab.selected{	
	background-color: #fff;
	color: #5a676b;
	cursor: default;
}

div.tab.selected p.lft{		
	background-image: url(/images/layout/cons/tabLft-on.gif);
}

div.tab.selected p.rt{		
	background-image: url(/images/layout/cons/tabRt-on.gif);
}

div.tabContent{
	position: relative;
	margin: 0;
	padding: 10px;
}
div.tabContent .text{
	padding: 10px;
}

div.tabContent p{
	position: relative;
	padding: 0 10px;
}

div.tabContent table p{
	padding: 0;
}