﻿
/**********************************************************/
/** subCatMenu **/

.subCatMenu {
	background: url(image/column_center/category/subCatMenu_background.gif); 
	background-repeat: repeat-y;
	float: left;
	margin-top: 0px;
	padding-bottom: 40px;
	width: 139px; 
}

	/**********************************************************/
	/** item subCatMenu **/
	
	.subCatMenu .itemOff 
	{
		background: url(image/column_center/category/subCatMenu_off.gif); 
		margin-bottom: 5px;
		display: block;
		height: 21px;
		width: 134px;
		padding-left: 5px;
		padding-top: 5px;
	}
	
	.subCatMenu .itemOffOver 
	{
		background: url(image/column_center/category/subCatMenu_off_over.gif); 
		margin-bottom: 5px;
		display: block;
		height: 21px;
		width: 134px;
		padding-left: 5px;
		padding-top: 5px;
	}
	
	.subCatMenu .itemOn
	{
		background: url(image/column_center/category/subCatMenu_on.gif); 
		margin-bottom: 5px;
		display: block;
		height: 21px;
		width: 134px;
		padding-left: 5px;
		padding-top: 8px;
		color: #0095D9;
	}

/**********************************************************/
/** Push **/

.push 
{
	background-repeat: no-repeat; 
	text-align: center;
	float: left;
	width: 100%;
}

.push_title 
{
	padding-left: 5px;
	font-weight: bold;
	font-size: large;
	color: #44C4FF; 
}

/**********************************************************/
/** Article **/

.article
{
	background: url(image/column_center/category/push_background.gif);
	background-color: White;
	background-repeat: no-repeat; 
	text-align: center;
	float: left;
	width: 424px;
}

.articleInfo
{
	padding: 10px; 
	padding-top: 15px;
	text-align: left;
}

.articleInfo .details
{
	float: left; 
	width: 220px; 
	margin-left: 10px;
}

.articleInfo .details .title
{
	width: 100%; 
	height: 40px;
	background-color: #EDF8FC; 
	margin-bottom: 5px
}

.packLogo {
	background-color: white;
	border: 1px solid #92D2EB;
	width: 170px;
	height: 165px;
	overflow: hidden;
}

.packLogo .packImage {
	position: relative;
	float: left;
	width: 130px;
	height: 130px;
}

.packLogo .packPlus {
	background-image: url("image/picto/plus.gif");
	position: relative;
	float: left;
	width: 22px;
	height: 21px;
	top: -20px;
	left: 0px;
}

.packLogo .packProduct
{
	/*background-image: url("image/picto/shadow.gif");*/
	float: left;
	width: 75px;
	height: 75px;
	position: relative;
	top: -50px;
	left: 86px;
}

.products input 
{
	width: 99%;
}

.packMainProduct
{
	background-color: #E5EFF8;
	border: solid 1px #CAEAF7;
}