  /************************************/
 /* SUB CATEGORIES                   */
/************************************/
.sub_categories_container
{
	background: #000;
	color: #fff;
	padding: 5px;
	border: 1px #c0c0c0 solid;
}
.sub_categories
{
	overflow: auto;
}
.sub_categories > div
{
	float: left;
	margin-bottom: 10px;
}
.sub_categories > div:not(:first-child)
{
	border: 2px #fff solid;
}
.sub_categories > div:not(:last-child)
{
	margin-right: 10px;
}
.sub_categories > div a
{
	padding: 3px;
	text-decoration: none;
}

  /************************************/
 /* PARTS SEARCH FORM                */
/************************************/
#advanced_search_options_main
{
	margin-top: 5px;
	border: 1px #000 solid;
	background: #fff;
	color: #000;
	padding: 3px;
}
#advanced_search_options_main .header
{
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px #000 dotted;
}

  /************************************/
 /* PRODUCT FLAGS                    */
/************************************/
.product_flag_container
{
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: auto;
}
.product_flag
{
	background: url('/images/sprites/product_flags.sprite.png') no-repeat 0px 0px;
	width: 35px;
	height: 35px;
	float: right;
}
.pf_hot_item
{
	background-position-x: 0px;
}
.pf_factory_team
{
	background-position-x: -35px;
}
.pf_new
{
	background-position-x: -70px;
}

  /************************************/
 /* PARTS LIST                       */
/************************************/
.product_list
{
	margin-left: 36px;
}
.product_list .item
{
	width: 154px;
	max-width: 154px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 1.2em;
	margin: 0 30px 30px 0;
}
.product_list .item a
{
	display: block;
}
.product_list .item .img_container
{
	position: relative;
	width: 150px;
}
.product_list .item .img
{
	width: 150px;
	/*border: 2px #999 solid;*/
}
.product_list .item .name
{
	text-align: center;
	height: 35px;
}
.product_list .item .link:hover .name
{
	height: auto;
	min-height: 35px;
	display: block;
}
.product_list .item .link:hover .line_clamp:after
{
	display: none;
}
.product_list .item .details
{
	text-align: center;
	line-height: 1.2em;
}
.product_list .item .part_num
{
	font-size: 0.8em;
	margin-bottom: 5px;
	text-align: center;
}
.product_list .item .split
{
	overflow: auto;
}
.product_list .item .pricing
{
	height: 28px;
	overflow: auto;
}
.product_list .item .price,
.product_list .item .shop
{
	overflow: hidden;
}
.product_list .item .price
{
	float: left;
	width: 86px;
	max-width: 86px;
}
.product_list .item .shop
{
	float: right;
	width: 68px;
	max-width: 68px;
}

  /************************************/
 /* PRODUCT PAGE                     */
/************************************/
.product_info
{
	overflow: auto;
}
.product_info .image
{
	position: relative;
	float: left;
	overflow: hidden;
	width: 400px;
}
.product_info .image .highres
{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
.product_info .details
{
	float: right;
	overflow: hidden;
	width: 380px;
}
.product_info .details .data
{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 10px;
}
.product_info .details .web_price
{
	color: #cc0000;
}
.product_info .details .data table,
.product_info .details .data table td
{
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
.product_info .details .data table td:first-child
{
	padding-right: 3px;
	padding-bottom: 1px;
}
.product_info .details img
{
	display: inline;
}
.product_info .details .shop
{
	margin-top: 10px;
	display: inline-block;
	line-height: 20px;
}
.product_info .details .shop .msg
{
	font-size: 1.2em;
}
.product_info .details .shop input[type=text]
{
	width: 20px;
	height: 15px;
	padding: 2px;
	margin: 0;
	border: 2px #000 solid;
	vertical-align: top;
	text-align: center;
}
.product_info .details .shop input[type=submit]
{
	height: 15px;
	font-size: 1em;
	padding: 3px;
	margin: 0;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
}
.product_info .details .notify_when_in_stock input[type=text]
{
	width: 200px;
	height: 1em;
	padding: 2px;
	margin: 0;
	border: 2px #000 solid;
	vertical-align: top;
	text-align: center;
}
.product_info .details .notify_when_in_stock input[type=submit]
{
	height: 1em;
	padding: 3px;
	margin: 0;
	cursor: pointer;
	vertical-align: top;
	text-align: center;
}
.product_info .details .features
{
	margin-top: 20px;
}
.product_info .details .features span
{
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
}

  /************************************/
 /* LINE CLAMP                       */
/************************************/
.line_clamp
{
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position: relative;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 !important;
}
.line_clamp_after:after
{
	content: '...';
	text-align: right;
	bottom: 0;
	right: 0;
	width: 25%;
	display: block;
	position: absolute;
	height: calc(1em * 1.2);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}
.line_clamp_hide:after
{
	display: none;
}
@supports (-webkit-line-clamp: 1)
{
	.line_clamp:after
	{
		display: none !important;
	}
}
.line_clamp_1
{
	-webkit-line-clamp: 1;
	height: calc(1em * 1.2 * 1);
}
.line_clamp_2
{
	-webkit-line-clamp: 2;
	height: calc(1em * 1.2 * 2);
}
.line_clamp_3
{
	-webkit-line-clamp: 3;
	height: calc(1em * 1.2 * 3);
}
.line_clamp_4
{
	-webkit-line-clamp: 4;
	height: calc(1em * 1.2 * 4);
}
.line_clamp_5
{
	-webkit-line-clamp: 5;
	height: calc(1em * 1.2 * 5);
}
