div.product-img{
	text-align:center;
	margin-bottom:20px;
	position:relative;
	border-bottom: 1px dotted #aaa;

}

.product-img img{
	margin: 10px 0;
	max-width: 700px;
}


.product-desc h3,
.product-desc p{
	margin-bottom:0px;
}

.product-desc ul{
	margin:0.25em 0 0 0;
	padding-left:1.5em;
}

/* @group spectable */
.spectable{
	width:100%;
	font-size: 0.77em;		/* 10px; */
	line-height:1.6em;
	margin-bottom:10px;
}

.spectable tr{
	background: url(../../grp/dots.gif) repeat-x left 0.2em;
}


.spectable th {
	text-align:left;
	float: left;
	white-space: nowrap;
	font-weight: bold;
	padding:0;
	background: url(../../grp/dots.gif) repeat-x left 0.2em;
}
 
.spectable td {
	text-align: right;
	float: right;
	padding:0;
	background: url(../../grp/dots.gif) repeat-x right 0.2em;
}

.spectable td span{
	background-color:#fff;
	padding-left: 5px;
}

.spectable th span{
	background-color:#fff;
	padding-right:5px;
}

/* @end */

/* @group markers */

.newsoonmarker{
	position: absolute;
	left: 0;
	
	font-size:15px;
	
	padding:3px 20px;
	line-height:1.2em;
	
	display: block;
	background-color: #b5002f;
	color: #fff;
	font-weight:bold;
	text-align:center;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}


.newsoonmarker span{
	font-size:12px;
	font-weight:normal;
}

.discmarker{
	position: absolute;
	left: 0;
	
	display: block;
		
	font-size:15px;
	
	color: #b5002f;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}


/* @end */


.brandlogo{
	margin-bottom:10px;
}

.categorytitle{
	
	clear: both;
	display:block;
	float:left;
	width: 196px;
	text-align:center;
	
	position:relative;
	top: -2px;
	
	margin:0 0 7px 0;
	padding-bottom:5px;
	
	border-bottom:1px dotted #aaa;
	
}

.categoryfoot{
	clear: both;
	display:block;
	float:left;
	width: 196px;
	text-align:center;
	
	position:relative;
	top: 3px;
	
	margin:7px 0 0 0;
	padding-top:5px;
	
	border-top:1px dotted #aaa;
}








/* @group versiongrid3 */

.versiongrid3{
	background: url(../../grp/multirowgrid-back.gif) repeat-y left top;
	border-bottom: 1px dotted #c5c5c5;
}

.versiongrid3 .grid{
	float:left;
	width:220px;
	padding:10px;
}

.versiongrid3 div.grid.first{ padding-left:0;}
.versiongrid3 div.grid.last{ padding-right:0; }

.versiongrid3 .version .image{
	text-align:center;
	width:100%;
	display:block;
}

.versiongrid3 .version .description{
	margin-top:-15px; 
	width:100%;
	display:block;
}

/* @end */


/* @group versiongrid2 */

.versiongrid2{
	background: url(../../grp/multirowgrid2-back.gif) repeat-y left top;
	border-bottom: 1px dotted #c5c5c5;
}

.versiongrid2 .grid{
	float:left;
	width:340px;
	padding:10px;
}

.versiongrid2 div.grid.first{ padding-left:0;}
.versiongrid2 div.grid.last{ padding-right:0; }

.versiongrid2 .version .image{
	float:left;
	width:75px;
	display:block;
}

.versiongrid2 .version .description{
	padding-top: 10px;
	float: right;
	width:250px;
	display:block;
}

/* @end */



.version .spectable{
	margin:0;
}





/* @group gallery */

.gallery div{
	float:left;
	width:106px;
	background-color:#fff;
	border: 2px solid #aaa;
	padding:5px;
	margin:0 10px 20px 10px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
.gallery div img{
	width:100px;
	height:100px;
	margin:4px;
	margin-bottom:5px;
	background-color:#fff;
}

.gallery div p{
	text-align:center;
	font-size:80%;
	line-height:1.4em;
	padding:0;
	margin:0;
}

.gallery div p span{
	font-size:90%;
}

/* @end */

/* @group columnview */

#columns {
	clear: both;
	
	height: 316px;
	width: 934px;
	background: #fff;
	border: 3px solid #aaa;
	
	overflow-x: scroll;
	overflow-y: hidden;
	margin-bottom: 15px;
	
}

#columns > ul {
	margin: 0;
	padding: 0;
	display:block;
	float: left;
}

#columns .node {
	width: 233px;
	height: 301px;  /* column height less 15px */
	float: left;

	border-right: 1px solid #bbb;
	overflow-y: auto;
}

#columns li.loading {
	background: white url(../../grp/ajax-16.gif) no-repeat center center;
}

#columns .node ul {
	margin: 0;
	padding:0;
	list-style: none;
	display: block;
}

#columns .node li {
	cursor: pointer;
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
}

#columns .node li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 6px 8px 5px 8px;
}

#columns .node li em {
	color: #999;
}

#columns .node a.folder {
	background: url(../../grp/t-folder.png) no-repeat 6px center;
	padding-left: 27px
}

#columns .node a.file {
	background: url(../../grp/t-node.png) no-repeat 6px center;
	padding-left: 27px;
}

#columns .node li {
	cursor: pointer;
	font-size: 12px;
}

#columns .node li.isNode {
	background: url(../../grp/t-arrow.png) no-repeat right 10px;
}

#columns .node li:hover {
	background-color: #ccc;
}

#columns .node li.current {
	background: url(../../grp/t-arrow-current.png) no-repeat right 10px #778da8;
}

#columns .node li.current em,
#columns .node li:hover em {
	color: #fff;
}

#columns .node li.current>a {
	color: #fff;
}

#columns .node li.prodlink{
	padding:0;
	margin:0;
	white-space: normal;
}

#columns .node li.prodlink a{
	padding:5px;
	float:left;
}

.prodlink span.proddesc {
	padding-left: 45px;
	margin-top:3px;
	font-size:  0.92em;		/* 12px */
	line-height:1.4em;
	display:block;
}

.prodlink .prodicon{
	float: left;
	margin:0;
	width:32px;
	height: 32px;
	background: transparent url(../../grp/iconframewhite.png) repeat-y top left;
	padding: 4px;
}



/* @end */

/* @group catlist */

#catlist .inner{
	padding:0;
	float:left;
}

#catlist .first{ padding-left: 0; }

#catlist .last{ padding-right:0; }


/* @end */

/* @group includes */

table.data td.wimpyplayer{
	vertical-align:top;
	padding-top:6px;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	width:48px;
}

table.data td.wimpyplayer span{
	display:block;
	padding-top:4px;
}

table.data td.controlknobs{
	padding: 0 5px;
	margin: 0;
	vertical-align: top;
	background-color:#f6f6f6;
	width:48px;
}

table.data td.controlknobs table{
	margin:0 0 5px;
}

table.data td.controlknobs table td{
	padding: 5px 5px 0;
	font-size:9px;
	font-weight:bold;
	border-style: none;
	background-color:#f6f6f6;
}

/* @end */

