/* GENERAL STYLES */
/* PRODUCT SYSTEM TABLE MACRO */

#DivPageSizeContainer
{
	text-align:right; 
	width:100%; 
	height:50px;
	
	border:solid 0px blue;
}
#DivPageSize
{
	float:right;
	padding-right: 32px; 
	padding-top:10px;
	padding-bottom:10px;
	
	border:solid 0px green;
}

/* CONTAINER MACRO */
#DivProductSystemMacro
{
	width:675px;
	/*width:870px;*/

	padding-bottom: 50px;
}

/* PRODUCT CONTAINER */
.DivProductSystem_ItemContainer
{
	float: left;
	display:block;

	width:220px;
	height:150px;

	padding:0px;
	margin:0px;
	margin-left:2px;
	margin-top:2px;

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

	border:solid 0px #f0f0ea;
        background-color: #6c6964;
}

.DivProductSystem_ItemContainer:hover 
{
	float: left;
	display:block;

	width:220px;
	height:150px;

	padding:0px;
	margin:0px;
	margin-left:2px;
	margin-top:2px;

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

	cursor: pointer;
	color: #ffffff;
	border:solid 0px #ebebe4;
	background-color: #736f6b;
}


.productsystem_catalog_link
{
}

/* PRODUCT IMAGE */
.DivProductSystem_ItemImage
{
	height: 130px;
	text-align: center;
}

.DivProductSystem_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: 130px;
}

.DivProductSystem_ItemImage table
{
	width: 100%;
	text-align: center;
}
/* END PRODUCT IMAGE */

/* PRODUCT NAME TEXT */
.DivProductSystem_ItemName
{
	text-align:center;
	font-family: Century Gothic,verdana;
	font-size: 10px;
	border-bottom: 0px dotted #CCCCCC;
	background-color: transparent;
	vertical-align:bottom;
	text-decoration: none;
	padding-top: 0px;
	height: 20px;
	cursor:hand;
}

.DivProductSystem_ItemName:hover
{
	text-align:center;
	font-family: Century Gothic,verdana;
	font-size: 10px;
	background-color: transparent;
	vertical-align:bottom;
	text-decoration: none;
	padding-top: 0px;
	height: 20px;
	cursor:hand;
}

.DivProductSystem_ItemName a
{
	text-decoration: none;
	border:none;
}

.DivProductSystem_ItemName a span
{
	text-align:center;
	font-family: Century Gothic,verdana;
	font-size: 10px;
	background-color: transparent;
	vertical-align:bottom;
	text-decoration: none;
	padding-top: 0px;
	height: 20px;
	cursor:hand;
	color:#e9e5e0;
}

.DivProductSystem_ItemName a span:hover
{
	text-align:center;
	font-family: Century Gothic,verdana;
	font-size: 10px;
	background-color: transparent;
	vertical-align:bottom;
	text-decoration: none;
	padding-top: 0px;
	height: 20px;
	cursor:hand;
	color:#e9e5e0;
}
/* END PRODUCT NAME TEXT */




/* PRODUCT SYSTEM PAGGING BAR CSS */

/* DIV CONTAINER PAGGING*/
.DivProductSystem_PaggingContainer
{
	float:left;
	/*width:870px;*/
	width:675px;
	border:solid 0px green;
	padding-bottom: 10px;
	text-align:center;
	text-align: -moz-center !important;
	text-align:center;
        padding-top:10px;

}
/* DIV CONTAINER PAGGING*/

.tablepagingbar
{
	margin-left:auto;margin-right:auto;
	/*display: block;
	clear: both;*/
	
	border:solid 0px green;
}

.tablepagingbar img
{
	vertical-align:middle;
}

.tablepagingbar a:link, .tablepagingbar a:visited, .tablepagingbar a:active
{
        font-family: arial,verdana,tahoma;
	font-size:10px;
	text-decoration: none;
	color: #babab9;
}

.tablepagingbar a:hover
{
        font-family: arial,verdana,tahoma;
	font-size:10px;
	text-decoration: none;
	color: #cccccc;
}


/* PRODUCT SYSTEM PAGGING BAR CSS */


.other_products_in_system_container
{
	display: block;
	float: left;
	clear: both;
        margin-top:5px;
	border-top: 0px solid #ccc;
	width: 100%;
}
.other_product_table_paging
{
        
        margin-right:auto;margin-left:auto;
	/*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 */
