/* CSS Document */

/*TDT Changes */

td.contentCell ul#breadCrumb {
position: relative;
left: -17px;
top: 0px;
}

#itemcontent ul#breadCrumb{
position: relative;
left: -6px;
top: 0px;
}

nobr { 
position: relative;
top: 5.5px;
}

/* Gallery Layout Table */
table#galleryContent {
	clear: both;
	width: 701px;
	margin: 10px auto;
	padding: 0px 3px;
	border: none;
	background-color: #fefefe;
	position: relative;
	top: 4;
	}

html>body table#galleryContent {
	margin: 0px auto;
	padding: 0px 7px;
	}
	
table#galleryContent td.navCell {
	width: 140px;
	vertical-align: top;
	text-align: left;
        display:block;
        position:relative;
        top:-17px;
	}

table#galleryContent td.contentCell {
	width: 530px;
	vertical-align: top;
	text-align: left;
	}
table#galleryContent td.contentCell #itemcontent {
	position:relative;
	width:530px;
	top: 15px;
}
table#galleryContent td.contentCell #proddetails ul {
	margin:5px 0 0 5px;
}
table#galleryContent td.contentCell #proddetails li {
	xlist-style-type: none;
	xdisplay: block;
	padding:0 0 0 5px;
	margin:0 0 0 15px;
	}

/* Gallery Sidenav Row1&2 Column1*/	
ul.galleryNav { 
	width: 140px;
	}
	
html>body ul.galleryNav { 
	margin-top: 7px;
	}
	
ul.galleryNav li {
	list-style-type: none;
	display: block;
	}
	
ul.galleryNav li a {
	text-decoration: none;
	font-size: 11px;
	display: block;
	xline-height: 10px;
	font-weight: bold;
	color: #686765;
	margin-bottom: 2px;
    font-family:Arial;
	}
	
html>body ul.galleryNav li a {
	font-size: 10px;
	}
ul.galleryNav li#parent-name {
	font-size:11px;
	font-weight:bold;
        font-family:Arial;
	color:#000;
}
ul.galleryNav li a.titleSub {
	margin: -1px 0px;
	}

html>body ul.galleryNav li a.titleSub {
	margin: 3px 0px;
	}
	
ul.galleryNav li a:hover {
	color: #000000;
	}
	
/* Bread Crumb Row1 Column2 */
ul#breadCrumb {
	width: 530px;
	float: left;
	padding-left: 20px;
	}

html>body ul#breadCrumb {
	width: 530px;
	padding-left: 16px;
	}
	
ul#breadCrumb li {
	list-style-type: none;
	display: inline;
	font-size: 9px;
        font-weight:bold;
        font-family: Arial;

	}

ul#breadCrumb li a {
	text-decoration: none;
	font-size: 9px;
        font-weight:normal;
	font-family: Arial;
	color: #676664;
	}
	
ul#breadCrumb li a:hover {
	color: #000000;
	}
	
ul#breadCrumb li a.currentCrumb {
	font-weight: bold;
	color: #000000;
	}
	
ul#galleryCrumb {
	width: 171px;
	float: right;
	text-align: right;
	}

ul#galleryCrumb li {
	list-style-type: none;
	display: inline;
	font-size: 9px;
	}

ul#galleryCrumb li a {
	font-size: 9px;
	font-family: Arial;
	color: #676664;
	}
	
ul#galleryCrumb li a:hover {
	color: #000000;
	}
	
ul#galleryCrumb li a.currentCrumb {
	font-weight: bold;
	color: #000000;
	}

#proddetails {
	display:none;
	position:absolute;
	top:25px;
	left:227px;
	border:1px solid #C5C5C5;
	background-color:#fff;
	padding:2px;
	font-size:10px;
	font-family:Arial;
	width:325px;
}
#prodctrls {
	background-color:#c5c5c5;
	padding:3px;
	text-align:right;
}
#prodctrls a{
	color:#000;
	text-decoration:none;
}
#prodinfo {
	padding:6px;
}
