@CHARSET "UTF-8";


#products {
	width: 950px;
	height: 285px;
}

#frame_module {
	width: 950px;
	height: 150px;
	background-image: url(img/frame_module.png);
	background-color:white;
}

#frame_module_table {
	width: 950px;
	height: 150px;
	
}

.product_navigator {
	padding: 0px;
	margin: 0px;
	background-image: url('img/next.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	cursor: pointer;
}

#product_container {
	width: 886px;
	height: 130px;
	margin: 11px 3px 10px 0px;
	overflow: hidden;
	text-align:center;
}

#product_scroll {
		height: 130px;
}

a.product_thumb {
	margin-top: 20px;
	margin-right: 33px;
	margin-left: 32px;
	cursor: pointer;
	width: 230px;
	height: 100px;
	float: left;
	background-repeat: no-repeat;
	outline: none;
}

a.product_thumb:HOVER {
	margin-top: 19px;
}

a.product_thumb :ACTIVE {
	margin-top: 22px;
}

.thumbholder {
	background-color: red;
}

#module_menu {
	width: 950px;
	height: 200px;
	background-image:url(img/back_wave.png);
	background-color: white;
}

#tag_table {
	height: 200px;
}

.tag {
	background-image: url(img/back_gray.png);
	width: 170px;
	margin-left: 5px;
	margin-right: 5px;
	height: 180px;
	font-stretch: narrower;
	cursor:pointer;

}
a.tag_header {
	height: 30px;
	float: right;
	outline: none;
	padding-right: 15px;
	padding-top: 12px;
	font-size: 15px;
	font-weight:bold;
	cursor: pointer;
	color:black;
}

div.tag_header_holder {
	height: 50px;
}

div.tag_body {
	padding: 3px;
	padding-right: 15px;
}
.taglist a {
	color:black;
}
ul.taglist {
	font-size: 13px;
	font-stretch:wider;
	list-style-type: square;
	padding:0px;
	margin: 0px;
	padding-right: 20px;
	cursor:pointer;
}
ul.taglist li {
	padding:0px;
	margin:0px;
}
a.atag{
		color:black;
	}
a.atag:HOVER {
	color:#d84704;
		
}
a.hottag {
	color:black;	
}
a.hottag :HOVER {
	text-decoration: underline;
	color:blue;
}
#keywords {
	display:none;
	width: 180px;
	height: 165px;
	text-align: justify;
	padding: 5px;
	border: 0px solid;
	background-color:#FCFCFC;
	overflow: hidden;
	//cursor: pointer;
}


.invisible {
	display: none;
}