@import url(style.css);
@import url(general.css);

/* Navigation Start */
	#listNavigationContainer{	
		width:100%;
		height:30px;}	
	
	
	#listLocation{
		float:left;	
		font-size: 12px;
		font-weight: bold;
		color: white;}
	
	#listLocation div{
		margin-left:20px;
		margin-top:5px;}
	
	#listLocation div a{	
		font-size: 12px;
		font-weight: bold;
		color: #fff;}
	
	#listNavigation{	
		float: right;
		margin-right:5px;}
	
	#listNavigation table{
		border-collapse:collapse;}
	
	#listNavigation table td{
		font-size: 11px;
		color:#fff;
		text-align: center;
		border: 1px solid #aaa;}
	
	#listNavigation table td a{
		display: block;
		font-size: 11px;
		font-weight:bold;
		color: white;
		text-decoration: none;
		padding:3px 5px;}
		
	#listNavigation table td a:hover, .navigationAct{
		background-color:#990000;
		color:#FFF;}
	
	/*#navigationDesc{
			
	}
	
	#navigationPrev{
		border-right: 1px solid #F0D9D9;
		width: 20px;	
	}
	
	#navigationPrev a:hover{
		background-color: #B84D4D;
	}
	
	#navigationNext{
		font-size: 8px;
		border-right: 1px solid #F0D9D9;
		width: 20px;
		height: 15px;
		
	}
	
	#navigationNext a:hover{
		background-color: #B84D4D;
		height: 15px;
		display: block;
	}
	
	#navigationPage{
		border-right: 1px solid #F0D9D9;
		width: 15px;
		height: 15px;
		
	}
	
	#navigationPage a:hover{
		background-color: #B84D4D;
		height: 15px;
		display: block;
	}*/
	
	.navigationAct{
		display: block;
	}

/* Navigation End */

#catagoryList{	
	margin: 20px 0px 20px 20px;
	width:700px;
	clear:both;
}

#catagoryList table{	
	empty-cells: hide;
	width: 100%;		
	
}
#catagoryList td{	
	padding-bottom:20px;	
	
}

.listCategoryItem{
	padding: 5px;
	border:5px solid #ccc;
	background-color: white;
	margin-right:30px;	
	width: 150px;
}

#list{
	width: 700px;
	clear: both;
}

#articleList{
	margin: 20px 0px 20px 20px;
	width: 700px;
}

#articleList table{
	width: 100%;
}

#articleList table td{
	vertical-align:top;}


#topOffer{
	
}

/* ProductItem Start */

.listProductItem{	
	padding:5px;
	border:5px solid #ccc;
	background-color: white;
	margin-right:10px;
	height: 420px;
	width: 230px;
}

#listProductItemPic{
	height: 160px;
}

.listProductItemTitle{
	height: 50px;
}

.listProductItemShortDesc{
	height: 50px;
	vertical-align: top;
}

#listProductItemCenter{
	height: 200px;
	font-size: 12px;
}

#listProductItemButton{
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
}

/*#background{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#F0D9D9;
}

#background p{
	font-style:italic;
	padding-top: 30px;
	padding-left: 80px;
}*/

/* ProductItem End*/

