.page-articlesection .box-area
{
	margin-top: -10px;
	padding: 0 0px 42px 17px;
}
	.page-articlesection .box-area .box 
	{
		float: left;
		margin: 10px;
		height: 359px;
		overflow: hidden;
	}
		.page-articlesection .box-area .box .box-headline
		{
			position: relative;	
			min-height: 35px;
		}
			
		.page-articlesection .box-area .box .box-headline .headline-text
		{
			padding: 5px 14px 2px 14px;
			margin: 0;
			z-index: 10;
			position: relative;
		}
		
		.page-articlesection .box-area .box .box-headline .background
		{
			height: 100%;
			width: 100%;
			_height: 0;

			position: absolute;
			left: 0;
			top: 0;
		}
		
		
		
			.page-articlesection .box-area .box .box-headline .background img
			{
				height: 100%;
				width: 100%;
			}
			
			.safari .box-area .box .box-headline .background img
			{
				position: relative;
				height: 35px;
			}
		
		.page-articlesection .box .box-content
		{
			background: transparent url(../image/themes/home.box.content.background.gif) repeat-x;
		}

	.page-articlesection .box-area .box-small 
	{
		width: 279px;
	}
	
	.page-articlesection .box-area .box-large
	{
		width: 579px;	
	}
	
		.page-articlesection .box-area .box .box-content
		{
			padding: 0;
			margin: 0;
			height: 324px;
			overflow: hidden;
		}	
	
	
	/* box type: 	text */
	.page-articlesection .box-area .box .box-type-text
	{
		padding: 8px 15px;
		color: #99958d;
		font-size: 12px;
		line-height: 18px;
	}
	
	.page-articlesection .box-area .box .box-type-text a
	{
		display: inline-block;
		border-bottom: 1px dotted #1780a6;
		color: #1780a6;
		line-height: 13px;
	}
	.page-articlesection .box-area .box .box-type-text a:hover
	{
		border-bottom: 1px solid #1780a6;
	}
	
	.page-articlesection .box-area .box div.box-type-text-highlight
	{
		color: #1780a6;	
	}
	
	/* box type: 	list */
	.page-articlesection .box-area .box .box-type-list
	{	
	}
		.page-articlesection .box-area .box .box-type-list .box-type-list-item
		{
			cursor: pointer;
			padding: 8px 15px;
		}
		.page-articlesection .box-area .box .box-type-list div.box-type-list-item-hover
		{
			background: #e4f8ff;
		}

			.page-articlesection .box-area .box .box-type-list .box-type-list-item .title a
			{
				font-weight: bold;
				font-size: 12px;
				line-height: 18px;
				color: #1780a6;
			}
			
			.page-articlesection .box-area .box .box-type-list .box-type-list-item .date a
			{
				font-size: 11px;
				line-height: 17px;
				text-transform: uppercase;
				color: #64cef3;
			}
			
			.page-articlesection .box-area .box .box-type-list .box-type-list-item .text a
			{
				font-size: 12px;
				line-height: 18px;
				padding-bottom: 2px;
				color: #99958d;
			}
			.page-articlesection .box-area .box .box-type-list div.box-type-list-item-hover .text a
			{
				color: #1780a6;
			}
			
		.page-articlesection .box-area .box .box-type-list .box-type-list-seperator
		{
			overflow: hidden;
			margin: 0 1px;
			height: 2px;
			background: transparent url(../image/themes/home.box.list.seperator.gif) repeat-x;
		}
	
	/* box type: 	list */
	.page-articlesection .box-area .box .box-type-list-without-links
	{	
	}
		.page-articlesection .box-area .box .box-type-list-without-links .box-type-list-item
		{
			padding: 8px 15px;
		}
		.page-articlesection .box-area .box .box-type-list-without-links div.box-type-list-item-hover
		{
			background: #e4f8ff;
		}

			.page-articlesection .box-area .box .box-type-list-without-links .box-type-list-item .title
			{
				font-weight: bold;
				font-size: 12px;
				line-height: 18px;
				color: #1780a6;
			}
			
			.page-articlesection .box-area .box .box-type-list-without-links .box-type-list-item .date
			{
				font-size: 11px;
				line-height: 17px;
				text-transform: uppercase;
				color: #64cef3;
			}
			
			.page-articlesection .box-area .box .box-type-list-without-links .box-type-list-item .text
			{
				font-size: 12px;
				line-height: 18px;
				padding-bottom: 2px;
				color: #99958d;
			}
			.page-articlesection .box-area .box .box-type-list-without-links div.box-type-list-item-hover .text
			{
				color: #1780a6;
			}
			
		.page-articlesection .box-area .box .box-type-list-without-links .box-type-list-seperator
		{
			overflow: hidden;
			margin: 0 1px;
			height: 2px;
			background: transparent url(../image/themes/home.box.list.seperator.gif) repeat-x;
		}



	/* box type: 	featured */
	.page-articlesection .box-area .box .box-type-featured
	{
		position: relative;
	}
	.page-articlesection .box-area div.box-hover .box-content-featured-parent
	{
		background: #f6fdff !important;
	}
		.page-articlesection .box-area div.box-hover .box-content-featured-parent .image .hover img
		{
			_display: none;
			width: 100%;
			height: 214px;
		}

		.page-articlesection .box-area .box .box-type-featured .image
		{
			position: relative;
			margin: 0;
			padding: 0;	
		}
			.page-articlesection .box-area .box .box-type-featured .image .hover
			{
				background: 0;
				position: absolute;
				z-index: 1;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}
			
		.page-articlesection .box-area .box .box-type-featured .box-type-featured-item
		{
			padding: 8px 14px;
		}
			.page-articlesection .box-area .box .box-type-featured .box-type-featured-item .title a
			{
				font-weight: bold;
				font-size: 12px;
				line-height: 18px;
				color: #1780a6;
			}
			
			.page-articlesection .box-area .box .box-type-featured .box-type-featured-item .date
			{
				padding-left: 1px;
			}
				.page-articlesection .box-area .box .box-type-featured .box-type-featured-item .date a
				{
					font-size: 11px;
					line-height: 17px;
					text-transform: uppercase;
					color: #64cef3;
				}
			
			.page-articlesection .box-area .box .box-type-featured .box-type-featured-item .text
			{
				padding-bottom: 2px;
				padding-left: 1px;
			}
				.page-articlesection .box-area .box .box-type-featured .box-type-featured-item .text a
				{
					font-size: 12px;
					line-height: 18px;
					color: #99958d;
				}
			
			.page-articlesection .box-area div.box-hover .box-type-featured .box-type-featured-item .text a
			{
				color: #1780a6;
			}
			
		.page-articlesection .box-area .box .box-type-featured .box-type-featured-seperator
		{
			overflow: hidden;
			margin: 0;
			#margin-top: -3px;
			padding: 0;
			line-height: 0;
			height: 2px;
			background: transparent url(../image/themes/home.box.list.seperator.gif) repeat-x;
		}
		

	.page-articlesection .box-area .box .box-type-product
	{
		position: relative;
	}
	.page-articlesection .box-area div.box-hover .box-content-product-parent
	{
	}

		.page-articlesection .box-area .box .box-type-product .image
		{
			position: relative;
			margin: 0;
			padding: 0;	
			line-height:0;
		}

		.page-articlesection .box-area .box .box-type-product .box-type-product-item
		{
			padding: 8px 8px;
		}
			.page-articlesection .box-area .box .box-type-product .box-type-product-item .description
			{
				font-size: 12px;
				line-height: 18px;
				padding: 0 8px;
				color: #afaaa1;
				height: 71px;
				overflow: hidden;
			}

			.page-articlesection .box-area .box .box-type-product .box-type-product-item .price
			{
				font-size: 12px;
				color: #706e6a;
				float: left;
				line-height: 18px;
				padding-left: 7px;
			}
			
			.page-articlesection .box-area .box .box-type-product .box-type-product-item .show-details
			{
				float: right;
				position: relative;
			}
		
				.page-articlesection .box-area .box .box-type-product .box-type-product-item .show-details .text
				{	
					float: left;
					color: #99958d;
					font-size: 12px;
					line-height: 18px;
					padding: 0px 10px 0 0;
					cursor: pointer;
				}
					.page-articlesection .box-area .box .box-type-product .box-type-product-item .show-details .text a
					{
						color: #99958d;
					}
					
					.page-articlesection .box-area .box .box-type-product .box-type-product-item .show-details .text a:hover
					{
						color: #0081A8;
					}
					
				.page-articlesection .box-area .box .box-type-product .box-type-product-item .show-details .arrow
				{
					margin: 0px 0px 0 0;
					float: left;
					background: transparent url(../image/themes/shop.product.arrow.gif);
					width: 22px;
					height: 22px;
					overflow: hidden;
					cursor: pointer;
				}
					.page-articlesection .box-area .box .box-type-product .box-type-product-item .show-details .arrow img
					{
						cursor: pointer;
						width: 100%;
						height: 100%;
					}
				
		.page-articlesection .box-area .box .box-type-product .box-type-product-seperator
		{
			overflow: hidden;
			margin: 0;
			#margin-top: -3px;
			padding: 0;
			height: 2px;
			background: transparent url(../image/themes/home.box.list.seperator.gif) repeat-x;
		}
		
#content.articlesection .flashArea
{
	height: 266px;
	padding: 0 26px 32px 26px;
	width: 878px;
}

#content.articlesection .columns
{
	padding: 0 26px;
	height: 217px;
}

#content.articlesection .columns .left
{
	background-image: url(../image/home.columns.left.bg.gif);
	color: #ffffff;
	float: left;
	width: 252px;
	height: 186px;
	overflow: hidden;
	padding: 10px 13px 13px 14px;
}

#content.articlesection .columns .left h1
{
	color: #64cef3;
	font-weight: bold;
	margin-bottom: 13px;
}

#content.articlesection .columns .center
{
	background-image: url(../image/home.columns.center.bg.gif);
	float: left;
	width: 261px;
	height: 217px;
	overflow: hidden;
	padding: 0 30px;
}

#content.articlesection .columns .right
{
	background-image: url(../image/home.columns.right.bg.gif);
	color: #655f55;
	float: left;
	width: 251px;
	height: 186px;
	overflow: hidden;
	padding: 10px 13px 13px 14px;
}

#content.articlesection .columns .right h1
{
	margin-bottom: 13px;
}		