/* 
================================
 Container Styles for DotNetNuke
================================
*/

.container_head
{

}

.container_search_content
{
  height:69px;
  width:720px;
  background: url(images/set1_14.jpg) no-repeat;
  padding-left:100px;
  padding-top:5px;
}

.container_search_bottom
{
  height:8px;
  width:720px;
  background: url(images/set6_15.jpg) no-repeat;
  margin-bottom:10px;
  _margin-bottom:3px;
}

.container_empty_content
{
  width:100%;
}

.container_topsellers_content
{
  height:118px;
  _height:147px;
  width:710px;
  _width:720px;
  background: url(images/set1_18.jpg) no-repeat;
  padding-top:25px;
  padding-bottom:5px;
  padding-left:10px;
  margin-bottom:8px;
  _margin-bottom:9px;

}

.container_discount_content
{
  height:118px;
  _height:147px;
  width:710px;
  _width:720px;
  background: url(images/set1_25.jpg) no-repeat;
  padding-top:25px;
  padding-bottom:5px;
  padding-left:10px;
  margin-bottom:8px;
  _margin-bottom:9px;
}

.ModuleTitle_MenuItem {
	border: white 0px solid; /*override borders*/    
}

.ModuleTitle_MenuItem TD {  /*TD if menu is using tables*/
	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;	
}


.ModuleTitle_MenuIcon {
	cursor: pointer; 
	background-color: #EEEEEE; 
	width: 15px;
	height: 100%;   /*override the default height for icon so that menubreaks can have heights adjusted*/
}

.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor: pointer; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}

.ModuleTitle_MenuBreak  {
	background-color: #EEEEEE; 
	font-size: 1px; /*make sure you take out portal.css ModuleTitle_MenuBreak for this to work*/
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.container-title
{
    color:WHITE;
    font-size:12px;
    font-family:  Arial, Tahoma, Helvetica; 
    font-weight: bold;
    
    
}

.container-title-dark
{
   color:black;
    font-size:12px;
    font-family:  Arial, Tahoma, Helvetica; 
    font-weight: bold;  
}

.content
{
    padding-right:4px;   
    padding-left:4px;
}

.table-container
{
 
    
}

.EmptyHeader
{
  display:block;
  font-family:Arial;
  font-size:14px;
  font-weight:bold;
  color:#887d75;
  padding-bottom:20px;
}
