/**
	CARTRIDGES CSS PROPERTIES
**/
#cartridges-homepage{	float:left; width:745px;}
#cartridges-homepage .box1{
	max-width:745px;
	min-width:745px;
	width:745px;
	min-height:275px;	
	max-height:275px;	
	height:275px;	
	position:relative;
}
#cartridges-homepage .box1 .box1_top,
#cartridges-homepage .box1 .box1_middle,
#cartridges-homepage .box1 .box1_bottom{width:745px;}

#cartridges-homepage .box1 .box1_top .box1_top_middle,
#cartridges-homepage .box1 .box1_bottom .box1_bottom_middle,
#cartridges-homepage .box1 .box1_middle .box1_middle_content{ width:725px; position:relative;}

#cartridges-homepage .box1 .box1_middle_content .content{ margin:0; height:210px;}
#cartridges-homepage .box1 .title{ border-bottom:solid 1px #eae8e8; margin-bottom:9px; padding-bottom:9px; }

#cartridges-homepage .box1 table {
	border-collapse:collapse;
	width:100%; 
}

#cartridges-homepage .box1 table td {
	font-size:12px;
	font:bold;
	border:2px solid #414141; 
	border-right:none;
	padding:15px;
	color:#FFF;
	background-color:#373737;
	text-align:center;
	vertical-align:middle;
}
#cartridges-homepage .box1 .bigImg{ height:210px; }
#cartridges-homepage .box1 .bigImg img{ margin: 0 5px 0 12px; border:solid 1px #bfbfbf; padding:8px; background-color:white; }
#cartridges-homepage .box1 .slideArrow{	width:30px;	height:210px;	}
#cartridges-homepage .box1 .slideArrow img{	position:relative; top:12px;	}

#cartridges-homepage .box1 table td.one { text-align:left; }
#cartridges-homepage .box1 table td.one a{ color:#ffffff; font-size:13px; text-decoration:none; }
#cartridges-homepage .box1 table td.one:hover > a{ color:#cba200; text-decoration:underline; }
#cartridges-homepage .box1 table td.yellow{ color:#cba200; font-weight:bold; }

/**
	MACHINES CSS PROPERTIES
**/
#machines-homepage{	float:left; width:255px;}
#machines-homepage .box1{
	max-width:255px;
	min-width:255px;
	width:255px;
	min-height:275px;	
	max-height:275px;	
	height:275px;	
	position:relative;
}
#machines-homepage .box1 .box1_top,
#machines-homepage .box1 .box1_middle,
#machines-homepage .box1 .box1_bottom{width:255px; }

#machines-homepage .box1 .box1_top .box1_top_middle,
#machines-homepage .box1 .box1_bottom .box1_bottom_middle,
#machines-homepage .box1 .box1_middle .box1_middle_content{ width:235px; position:relative;}

#machines-homepage .box1 .box1_middle_content .content{ margin:0; height:236px; }

#machines-homepage .box1 .title{ border-bottom:solid 1px #eae8e8; margin-bottom:9px; padding-bottom:9px; }
#machines-homepage .box1  img{ margin-left:5px; border:solid 2px #cba200; padding:4px; background-color:white; }

/**
	SHOTGUNS CSS PROPERTIES
**/
#shotguns-homepage{	float:left; width:1000px;}
#shotguns-homepage .box1{
	max-width:1000px;
	min-width:1000px;
	width:1000px;
	min-height:275px;	
	max-height:275px;	
	height:275px;	
	position:relative;
}
#shotguns-homepage .box1 .box1_top,
#shotguns-homepage .box1 .box1_middle,
#shotguns-homepage .box1 .box1_bottom{width:1000px;}

#shotguns-homepage .box1 .box1_top .box1_top_middle,
#shotguns-homepage .box1 .box1_bottom .box1_bottom_middle,
#shotguns-homepage .box1 .box1_middle .box1_middle_content{ width:980px; position:relative;}

#shotguns-homepage .box1 .box1_middle_content .content{ margin:0; height:255px; }
#shotguns-homepage .box1 .title{ border-bottom:solid 1px #eae8e8; margin-bottom:9px; padding-bottom:9px; }
#shotguns-homepage .box1 .preview img{ border:none;}
#shotguns-homepage .box1 .preview{ height:192px; text-align:center; width:980px; position:relative;}
#shotguns-homepage .box1 .preview .info{ 
	text-align:right; 
	margin-right:43px;
	color:#222222;
	font-size:11px;
	position:absolute;
	bottom:20px;
	right:-35px;
}
#shotguns-homepage .box1 .shotguns .shotgun a,
#shotguns-homepage .box1 .preview .info a{
	text-decoration:none;
	color:#cba200;
	font-weight:bold;
	font-size:14px;
}

#shotguns-homepage .box1 .shotguns{
	background-color:#717171;
	border-top:solid 1px #c3c3c3;
	height:63px;
	width:980px;
}

#shotguns-homepage .box1 .shotguns .shotgun{
	text-align:center;
	white-space:nowrap;
	width:196px;
	padding:11px 0 0 0;
	float:left;
	font-size:11px;
	color:#c3c3c3;
	position:relative;
	height:52px;
	z-index:1;
}
#shotguns-homepage .box1 .shotguns .shotgun .context{
	position:absolute;
	width:208px;
	bottom:0px;
	left:-5px;
	padding: 36px 0 0 0;
	height:55px;
	z-index:2;
}
#shotguns-homepage .box1 .shotguns .shotgun:hover > .context,
#shotguns-homepage .box1 .shotguns .active .context{
	background:transparent url(../images/icons/shotguns_menu_over.png) top left no-repeat;
}