/* GENERAL STYLES */
/**** CompanyDropDownMacroCss  ***/

#DivContainerCompanyDropDownMacro
{
    float: left;
    display: block;
    width: 179px;
    height: auto;
}

.CompanyDropDownMacroCss
{
    font-family: century gothic, verdana,tahoma;
    color: #000000;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    background-color: #D9D0C7;
    width: 179px;
    height: 18px;
    border: solid 1px #AAA39C;
}

/**** END CompanyDropDownMacroCss  ***/

/**** PageSizeDropDownMacroCss  ***/

#DivContainerBreadCrumb
{
    	float: left;
    	display: block;
    	padding: 0px;
    	margin: 0px;
	margin-top: 4px;
}

#DivContainerPageSize
{
    float: right;
    display: block;
    border: solid 0px #73797e;
    padding-right:4px;

}

#DivContainerPageSize select
{
    font-family: century gothic, verdana,tahoma;
    color: #73797e;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
    background-color: #f7f6f6;
    width: 40px;
    height: 18px;
    border: solid 1px #73797e;
}

#DivContainerProductsTable
{
    float: right;
    display: block;
}

#div_products_table_header
{
    float: left;
    width: 650px;
    margin: 0px 0px 0px 10px;
    padding-top: 17px;
    padding-bottom: 0px;
}

#div_products_table_container
{
	float: right;
	width: 665px;
	min-height: 748px;
	background-image: url(http://caroline-e.moebelbasen.dk/media/46053/product_catalog_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	/*margin-left: 1px;*/
}

#div_products_table_container_no_bg
{
	float: right;
	width: 665px;
}

.product_page_left_container
{
	float: left;
	width: 252px;
	clear: left;
}

.product_page_left_upper_container
{
	background-color: #2E2D2A;
	width: 252px;
	min-height: 390px;
	border-bottom: solid 1px #595751;
	/*border-right: solid 1px #595751;*/
	padding-bottom: 15px;
	overflow: auto;
}

.product_page_left_lower_container
{
	background-color: #2E2D2A;
	width: 202px;
	height: 143px;	
	/*border-right: solid 1px #595751;*/
	/*border-bottom: solid 1px #595751;*/
	padding-left: 20px; 
	padding-right: 30px; 
	padding-top: 44px;
	clear:both;
	float:left;
}

/**** END PageSizeDropDownMacroCss  ***/


/**** Category MENU CSS ***/

#div_category_menu_container
{
    float: left;
    display: block;
    padding-top: 15px;
    padding-left: 15px;
    background-color: #2E2D2A;
    width: 237px;
    min-height: 390px;
 /*   border-bottom: solid 1px #595751;
    border-right: solid 1px #595751; */
}

/* Navigation Category */

#secondLevelNavigationCategory
{
	float: left;
	width: 179px;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 33px;
	list-style: none;
	font-size: 12px;
}

/* UNSELECTED CATEGORY STYLES */

#secondLevelNavigationCategory .unselected
{
    	background-repeat: no-repeat;
	color: #555656;
    	font-weight: normal;
	font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
    	font-size: 12px;
	padding-bottom: 5px;
}

#secondLevelNavigationCategory .unselected a,
#secondLevelNavigationCategory .unselected a:link,
#secondLevelNavigationCategory .unselected a:active,
#secondLevelNavigationCategory .unselected a:visited
{
    display: block;
    color: #e3e3e3;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
    padding-left: 10px;
}

#secondLevelNavigationCategory .unselected a:hover
{
    display: block;
    color: #dd2f02;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
	font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
}

/* END UNSELECTED CATEGORY*/

/* SELECTED CATEGORY STYLES */

#secondLevelNavigationCategory .selectedCat
{
	background-repeat: no-repeat;
	color: #dd2f02;
	font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
    	font-size: 12px;
	padding-bottom: 5px;
}

#secondLevelNavigationCategory .selectedCat a,
#secondLevelNavigationCategory .selectedCat a:link,
#secondLevelNavigationCategory .selectedCat a:active,
#secondLevelNavigationCategory .selectedCat a:visited
{
    display: block;
    font-weight: bold;
    font-size: 12px;
    font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
    color: #e3e3e3;
    text-decoration: none;
    padding-left: 10px;
}

#secondLevelNavigationCategory .selectedCat a:hover
{
    display: block;
    font-weight: bold;
    font-size: 12px;
    font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
    color: #dd2f02;
    text-decoration: none;
    padding-left: 10px;
}

/* END SELECTED CATEGORY STYLES */



/* Selected Sub Category styles*/


#secondLevelNavigationCategory .SubMenuLink
{
    background-repeat: no-repeat;
    color: #e3e3e3;
	font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
    font-size: 12px;
	padding-bottom: 5px;
}

#secondLevelNavigationCategory .SubMenuLink a,
#secondLevelNavigationCategory .SubMenuLink a:link,
#secondLevelNavigationCategory .SubMenuLink a:active,
#secondLevelNavigationCategory .SubMenuLink a:visited
{
    	display: block;
    	padding: 0px 0px 0px 20px;
    	font-weight: bold;
    	font-size: 12px;
	font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
    	color: #dd2f02;
    	text-decoration: none;
}

#secondLevelNavigationCategory .SubMenuLink a:hover
{
    	display: block;
    	padding: 0px 0px 0px 20px;
    	font-weight: bold;
    	font-size: 12px;
	font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
    	color: #e3e3e3;
    	text-decoration: none;
}
/* END SELECTED SUB CATEGORY STYLES */

/* UNSELECTED SUB CATEGORY STYLES */


#secondLevelNavigationCategory .SubMenuLinkUnselected
{
    background-repeat: no-repeat;
    color: #e3e3e3;
    font-weight: normal;
	font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
    font-size: 12px;
	padding-bottom: 5px;
}

#secondLevelNavigationCategory .SubMenuLinkUnselected a,
#secondLevelNavigationCategory .SubMenuLinkUnselected a:link,
#secondLevelNavigationCategory .SubMenuLinkUnselected a:active,
#secondLevelNavigationCategory .SubMenuLinkUnselected a:visited
{
    	display: block;
    	color: #e3e3e3;
    	padding: 0px 0px 0px 20px;
    	text-decoration: none;
    	font-size: 12px;
    	font-weight: normal;
	font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
    	text-decoration: none;
}

#secondLevelNavigationCategory .SubMenuLinkUnselected a:hover
{
    	display: block;
    	color: #e3e3e3;
    	font-weight: normal;
    	font-size: 12px;
	font-family: century gothic, Verdana, Arial, Tahoma, Sans-Serif;
    	padding: 0px 0px 0px 20px;
    	text-decoration: none;
}

/* END Selected Sub Category styles*/


.td_product_page_left_container
{
	vertical-align:top;
	width:252px;
	background-color: #2e2d2a;
	border-right: #595751 1px solid;
}

.td_div_products_table_container_no_bg
{}

.tr_div_category_menu_container
{
	height:auto;
	vertical-align:top;
}

.tr_product_page_left_lower_container
{
	height:187px;
	vertical-align:bottom;
		
}

.td_div_category_menu_container
{
    background-color: #2E2D2A;
    border-bottom: solid 1px #595751;
    /*border-right: solid 1px #595751;*/
	height:auto;
	vertical-align:top;
}

.td_div_products_table_container_no_bg
{
	vertical-align: top;
}

.product_details_container
{
	padding-left: 10px;
}

.main_category_link
{
	display:block;
	font-size:10px;
	margin-bottom:5px;
}

.main_category_link_selected 
{
	display:block;
	font-size:10px;
	margin-bottom:5px;
}

.main_category_link_selected a
{
	font-weight: bold;
}

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