/* CONTAINER MACRO */
.DivOtherProductsInSystemMacro
{
	width:370px;
	height:auto;
	margin-top:10px;
}

/* PRODUCT CONTAINER */
.DivOtherProductsSystem_ItemContainer
{
	float: left;

	width:180px;
	height:140px;

	margin:1px;
	padding-top: 5px;
	padding-bottom: 0px;

	text-align:center;
	vertical-align:bottom;

	background-color: #ffffff;
	border:solid 1px #dfdfdf;
}

.DivOtherProductsSystem_ItemContainer:hover 
{
	float: left;

	width:180px;
	height:140px;

	margin:1px;
	padding-top: 5px;
	padding-bottom: 0px;

	text-align:center;
	vertical-align:bottom;

	background-color: #f1f1f1;
	border:solid 1px #dfdfdf;

	cursor:pointer;
}

/* PRODUCT IMAGE */
.DivOtherProductSystem_ItemImage
{
	border:solid 0px blue;
	height: 110px;
	text-align: center;
}

.DivOtherProductSystem_ItemImage td
{
	vertical-align: middle;
	text-align: center;
	text-align: -moz-center !important; /* sometimes the "great" browser Firefox doesn't understand text-align: center;*/
	height: 110px;
}

.DivOtherProductSystem_ItemImage table
{
	width: 100%;
	text-align: center;
}
.DivOtherProductSystem_ItemImage img
{
	height:auto;
}

/* END PRODUCT IMAGE */

/* PRODUCT NAME TEXT */
.DivOtherProductSystem_ItemName
{
	height: 25px;

	font-family: arial,verdana,sans-serif;
	font-size: 10px;

	text-align:center;
	text-decoration: none;
	vertical-align:bottom;

	border-bottom:0px dotted #CCCCCC;
	background-color: transparent;

	cursor:hand;
}

.DivOtherProductSystem_ItemName:hover
{
	height: 25px;

	font-family: arial,verdana,sans-serif;
	font-size: 10px;

	text-align:center;
	text-decoration: none;
	vertical-align:bottom;

	border-bottom: 0px dotted #CCCCCC;
	background-color: transparent;

	cursor:hand;
}

.DivOtherProductSystem_ItemName a span
{
	height: 25px;

	padding-top: 0px;

	text-decoration: none;
	text-align:center;
	font-family: arial,verdana,sans-serif;
	font-size: 10px;
	vertical-align:bottom;

	color:#4c4940;
	background-color: transparent;

	cursor:hand;
}

.DivOtherProductSystem_ItemName a span:hover
{
	height: 25px;

	padding-top: 0px;

	text-decoration: none;
	text-align:center;
	font-family: arial,verdana,sans-serif;
	font-size: 10px;
	vertical-align:bottom;

	color:#4c4940;
	background-color: transparent;

	cursor:hand;
}
/* END PRODUCT NAME TEXT */




/* PRODUCT SYSTEM PAGGING BAR CSS */

/* DIV CONTAINER PAGGING*/
.DivOtherProductSystem_PaggingContainer
{
	/*border:solid 0px blue;
	clear:both;
	text-align: -moz-center !important; 
	text-align: center;*/

	clear: both;
	display: block;
	padding-top: 10px;
	
	text-align:center;

}
/* DIV CONTAINER PAGGING*/

.TableOtherProductSystem_Pagging
{
	/*clear: both;
	display: block;
	padding-top: 10px;
	
	text-align:center;*/
	display:inline-block;
}

.TableOtherProductSystem_Pagging a,
.TableOtherProductSystem_Pagging a:link, .Table_Pagingbar a:visited, .Table_Pagingbar a:active
{
	margin:0px;
	padding:0px;
	padding-left:2px;
	padding-right:2px;

	font-family: verdana,tahoma;
	font-size: 10px;
	font-weight: normal;

	color: #615f4e;
	text-decoration: none;
}

.TableOtherProductSystem_Pagging a:hover
{
	margin:0px;
	padding:0px;
	padding-left:2px;
	padding-right:2px;

	font-family: verdana,tahoma;
	font-size: 10px;
	font-weight: normal;

	color:#615f4e;
	text-decoration: none;
}


/* PRODUCT SYSTEM PAGGING BAR CSS */

/*

.productsystem_catalog_link
{
}

.other_products_in_system_container
{
	display: block;
	float: left;
	clear: both;
	border-top: 1px solid #ccc;
	width: 100%;
}
.other_product_table_paging
{
	width: 630px;
}

.other_product_table_paging a:link, .other_product_table_paging a:visited, .other_product_table_paging a:active
{
	text-decoration: none;
	color: #041925;
}
*/


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

