/* =================================
    CSS STYLES FOR CATALooK.netStore 
    v3.59, 08/2005
   =================================
*/

/* ====================
    MODULE CONTAINERS
   ====================*/

/* Visibility of the home and help image in the title row of the CATALooK.netStore containers */
/* Visibility of the module title in the title row of the CATALooK.netStore containers */
/* Function is moved to the HTML container skin: module CAT_StoreSettings: [Edit Container] */

/* Style of the Container border and background. */
/* Set [border: 1px;] to show the border or [background-color: Transparent;] to show the DNN Skin background */
/* Select any other background-color to fit the CATALooK module background to the DNN Skin */
.CATContainerBorder
{
	border: 0px #98AAB1 solid;
	/*background-color: White;*/
}

/* Style of the Container title row */
/* select [hidden] for hide or [visible] to show. To remove white spaces edit the container HTML skin: module CAT_StoreSettings: [Edit Container] or the module skin */
.CATContainerHeader
{
	visibility: visible; /*	border-top: white 1px solid; */
	font-weight: bold;
	font-size:15px;
	/*background-image: url(cat_header_bg.jpg);*/
	color:#000000; /*	border-bottom: white 1px solid; */
	font-family:Arial, Helvetica, sans-serif;
	/*background-color: #006699;*/
}

TD.CATContainerHeader
{
	visibility: visible; /*	border-top: white 1px solid; */ /*	border-bottom: white 1px solid; */
	height: 32px;
	background:#dddddd;
}

/* Style of the Container footer row */
/* select [hidden] for hide or [visible] to show. To remove white spaces edit the container HTML skin: module CAT_StoreSettings: [Edit Container] or the module skin */
.CATContainerFooter
{
	visibility: visible; /*	border-top: white 1px solid; */
	font-weight: bold;
	font-size: 8pt;
	background-image: url(cat_header_bg.jpg);
	color: #ff9900; /*	border-bottom: white 1px solid; */
	background-color: #006699;
}

TD.CATContainerFooter
{
	visibility: visible; /*	border-top: white 1px solid; */ /*	border-bottom: white 1px solid; */
	background-image: url(CAT_Header_BG.jpg);
	height: 32px;
	background-color: #006699;
}

/* ===================
    MODULE INNER AREA
   ===================*/

/* Style of the inner Container border and background */
.CATBorder
{
	border: 0px #98AAB1 solid;
	/*background-color: White;*/
}

/* Style of the inner sections border and background of the presentation layer modules*/
.CATSectionBorder
{
	border: 0px #98AAB1 solid;
	/*background-color: White;*/
}

/* Style of the inner sections border and background of the admin modules*/
.CATAdminSectionBorder
{
	border: 0px #98AAB1 solid;
	background-color: White;
}

/* Style of the border and background of the admin sub menus */
.CATSubMenuBorder
{
	border: 0px #98AAB1 solid;
	background-color: White;
}

/* Style of the item border and background of list items from the list, grid and repeater controls */
.CATListBorder
{
	border: 1px #e0e0e0 solid;
	background-color: White; margin-bottom:-24px;
}

.CATListBorder:hover{border:1px solid #ff6728; margin-bottom:-24px;}

/* Style of the item border and background of list items from the grid controls */
.CATGridBorder
{
	border: 0px #98AAB1 solid;
	background-color: White;
}

/* Style of the inner module chapter main title row */
.CATHeader
{
	/*	border-top: white 1px solid; */
	font-weight: bold !important;
	font-size:15px !important;
	background-image: url(cat_header_bg.jpg);
	color: #000000 !important; /*	border-bottom: white 1px solid; */
	font-family:Arial, Helvetica, sans-serif  !important;
	background-color: #006699;
}

TD.CATHeader
{
	/*	border-top: white 1px solid; */ /*	border-bottom: white 1px solid; */
	height: 32px;
	background:#dddddd;
	padding:0px 0px 0px 10px;
}

/* Style of the inner module chapter sub title row */
.CATAltHeader
{
	font-weight:normal !important;
	font-size:15px !important;
	color: #ffffff !important;
	font-family:Arial, Helvetica, sans-serif !important;
	/*background-color: #D1D7DC;
	background-image: url(CAT_AltHeader_BG.jpg);*/
}




TD.CATAltHeader
{
	/*background-color: #D1D7DC;
	height: 32px;
	background-image: url(CAT_AltHeader_BG.jpg);*/
}

/* Style of the left title fields and of the breadcrumbs and Custom Pager control */
.CATSubHeader
{
	font-weight:normal;
	font-size:12px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}

TD.CATSubHeader
{
	/*background-color: #D4D9EC;*/
}

/* Style of the right value fields in admin pages and of the content area of all presentation layer modules */
.CATRow
{
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}

TD.CATRow
{
	/*background-color: #eef3fb;*/
}

/* Style of the highlighted value fields */
.CATRowHighLight
{
	color: #003366;
	/*background-color: #DEE3E7;*/
	font-size: 11px;
	font-weight: normal;
}

TD.CATRowHighLight
{
	/*background-color: #D4D9EC;*/
}

/* Style of the right parts from the title rows in modules CAT_ItemPaneNF and CAT_DashBoard */
.CATAltHeaderImage
{
	/*background-color: #D1D7DC;
	background-image: url(CAT_AltHeader_Image.jpg);*/ /*	background-repeat: repeat-y; */
}

TD.CATAltHeaderImage
{
	/*background-color: #D1D7DC;
	height: 32px;
	background-image: url(CAT_AltHeader_Image.jpg);*/ /*	background-repeat: repeat-y; */
}

/* ====================
    General
   ====================*/

/* Style of Product Number, ISBN Number, EAN Number, Author, Publisher, Size, URL */
.CATProductNumber
{
	color: #808080;
	font-size: 9px;
	line-height: 10pt;
}

/* Style of Price 1 and Retail Price Prefix in repeaters, product lists and detail page */
.CATProductListItem
{
	color:#404040;
	font-family:'Proxima Nova Lt' !important;
	font-size:13px;
	font-weight:normal;
}

/* Style of Price 2 to 6 and Price extensions (exchanged amount, tax value, percentage discount extension) */
.CATUnitCost
{
	color: #808080;
	font-size: 9px;
	line-height: 10pt;
}

/* Style of Special Price DiscountExtension*/
.CATNormalBold
{
	font-size: 11px;
	font-weight: bold;
}

/* */
.CATDescription
{
	font-weight: normal;
	font-size: 10px;
}

/* Please inform your customers that you 
  do not accept liability for the correctness of images and descriptions in the 
  product details. An appropriate sentence is indicated below the picture in the 
  product details.  */
.CATLiability
{
	color: Black;
	font-size: 9px;
	line-height: 10pt;
}

/* Style of the welcome message on store home pages */
.CATHomeHead
{
	color: #c0c0c0;
	font-size: 14px;
	font-weight: bold;
	height: 16px;
}

/* style of item titles */
.CATSubHead
{
	font-family:'Proxima Nova Lt';
	font-size:12px;
	font-weight:normal;
	color:#404040;
}

/* title style */
.CATSubSubHead
{
	font-size: 12px;
	/*font-weight: bold;*/
	color: black;
}

/* text style used for most text */
.CATNormal
{
	font-size:14px;
	font-weight:normal;
	font-family:'Proxima Nova Lt' !important;
	color:#404040;
}

/* */
.CATSmall
{
	color: Black;
	font-family: Arial Narrow;
	font-size: 10px;
	font-weight: normal;
}

.CATNormalRed
{
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* ====================
    Controls
   ====================*/

/* text style used for textboxes in the admin and edit pages */
.CATNormalTextBox
{
	font-size: 12px;
	font-weight: normal;
}

/* style used for dropdownlistcontrols of all pages and the ddl control of module CAT_MenuNF */
.CATNormalDropDownList
{
	font-size: 9px; /*1.2em;*/
	font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.CATNormalCheckBox
{
	margin-left: -4px;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.CATNormalRadio
{
	font-size:13px;
	font-weight: normal; /*	text-indent: -5px; */
}


/* ====================
    Links/Buttons
   ====================*/

/* text style for buttons and link buttons used in the store admin pages */
.CATCommandButton
{
	font-size:14px;
	font-weight:normal;
	font-family:'Proxima Nova Lt' !important;
}

/* hyperlink style for buttons and link buttons used in the store admin pages */
A.CATCommandButton:link
{
	text-decoration:none;
	color:#404040;
	font-size:14px !important;
	font-weight:normal;
	font-family:'Proxima Nova Lt' !important;
}

A.CATCommandButton:visited
{
	text-decoration:none;
	color:#404040;
	font-size:14px !important;
	font-weight:normal;
	font-family:'Proxima Nova Lt' !important;
}

A.CATCommandButton:active
{
	text-decoration:none;
	color:#404040;
	font-size:14px !important;
	font-weight:normal;
	font-family:'Proxima Nova Lt' !important;
}

A.CATCommandButton:hover
{
	text-decoration:none;
	color:#FF6626;
	font-size:14px !important;
	font-weight:normal;
	font-family:'Proxima Nova Lt' !important;
}

/* Standard for links */
/*
a:link 	
{
	text-decoration: underline; 
	font-size: 9px;
	color: #003366;		
} 

a:visited
{ 
	text-decoration: underline;
	font-size: 9px;
    color: #003366;	
}

a:hover
{ 
	text-decoration: underline;
	font-size: 9px;
    color: #ff0000;
}
*/

/* text style for the links  (not used)*/
A.CATSiteLink, A.CATSiteLink:link, A.CATSiteLink:visited
{
	text-decoration: underline;
	font-size: 9px;
	color: #003366;
}

A.CATSiteLink:hover
{
	text-decoration: underline;
	font-size: 9px;
	color: #ff0000;
}


/* ====================================================
    TAB Menu Style used in module CAT_Products
   ====================================================*/

/* Active Tab Style in Store WorkPages (AddEditProducts.ascx ...) */
.CAT_TabNoActive
{
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 24px;
	background-color: #eef3fb;
	background-image: none;
	background-repeat: no-repeat;
	border-width: 1px;
	border-color: #98AAB1;
	border-style: solid;
}

/* Tab Spacer Style in Store WorkPages (AddEditProducts.ascx ...) */
.CAT_TabSpacer
{
	height: 24px;
	background-color: Transparent;
	background-image: none;
	background-repeat: no-repeat;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #98AAB1;
	border-bottom-style: solid;
}

/* Passive Tab Style in Store WorkPages (AddEditProducts.ascx ...) */
.CAT_TabActive
{
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 24px;
	background-color: #D4D9EC;
	background-image: none;
	background-repeat: no-repeat;
	border-width: 1px;
	border-color: #98AAB1;
	border-style: solid;
}


/* ====================================================
    DataGrid Style used in Store WorkPages(Admin Pages)
   ====================================================*/

.CATGrid
{
	width: 100%;
	/*background-color: white;*/
	background-image: none;
}

.CATGridHeader
{
	height: 32px;
	font-weight:normal;
	font-size:13px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	/*background-color: #D1D7DC;
	background-image: url(CAT_AltHeader_BG.jpg);*/
}

.CATGridItem
{
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	height: 22px;
	background-color:#fff;
	border-top:1px solid #e6e6e6;
}

.CATGridEditItem
{
	background-color: #9471DE;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 11pt;
	font-weight:normal;
}

.CATGridItemAlt
{
	font-weight: normal;
	font-size:13px;
	color: #000000;
	height: 22px;
	background-color: #fff;
	border-top:1px solid #e6e6e6;
}

.CATGridFooter
{
	background-color: #C6C3C6;
	line-height: 8pt;
}

.CATGridPager
{
	height: 32px;
	font-weight: normal;
	font-size: 11px;
	color: #003366;
	background-color: #D1D7DC;
	background-image: url(CAT_AltHeader_BG.jpg);
}


/*==================================================
    Java Menu Style used in module CAT_MenuNF
  =================================================*/
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr&#246;          |
|--------------------------------------------------*/

.dtree
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	white-space: nowrap;
}
.dtree img
{
	border: 0px;
	vertical-align: middle;
}
.dtree a
{
	color: #000000;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel
{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover
{
	color:#c2060d;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
.dtree a.nodeSel
{
	/*background-color: #c0d2ec;*/
	color:#c2060d;
}

.dtree a.node:visited, .dtree a.nodeSel:visited
{
	color:#c2060d;
	text-decoration: none;
}

.dtree .clip
{
	overflow: hidden;
}


/* ====================================================
    Style for the solpart menu in module CAT_MenuNF
   ====================================================*/

/* Background of the SolPart menu in module CAT_MenuNF */
TD.CATMenuBG
{
	/*background-color: #eef3fb;*/
}

.CATMenuContainer
{
	background-color: transparent;
	height: 20px;
	font-size: 0px;
	width: 180px;
}

/* Changes of height will cause an ftp error! */
.CATMenuBar
{
	cursor: pointer;
	cursor: hand;
	height: 16;
	background-color: Transparent;
}


.CATMenuIcon
{
	cursor: pointer;
	cursor: hand;
	background-color: #E6E6CB;
	text-align: center;
	width: 15;
	height: 16;
}

.CATMenuItem /* activate bg image for subitems here */
{
	cursor: pointer;
	cursor: hand;
	color: black;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	background-color: white; /* fixed firefox problem, do not use transparent here */
}

.CATMenuArrow TD
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}


.CATMenuRootArrow TD
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
}

.CATItemsBreak
{
}

.CATRootItem TD /* left right and center bg of unselected root tab */
{
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 20px;
	background-color: #C1BE9B;
	border-bottom: #003366 1px solid;
	border-top: #FFFFFF 1px solid;
}

.CATRootItemActive TD /* outher left other right and center bg of active root item */
{
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 20px;
	background-color: #91BFD5;
	border-bottom: #003366 1px solid;
	border-top: #FFFFFF 1px solid;
}

.CATRootItemSelected TD /* outher left other right and center bg of selected sub item */
{
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 20px;
	background-color: #91BFD5;
	border-bottom: #003366 1px solid;
	border-top: #FFFFFF 1px solid;
}

.CATRootItemBreadCrumb TD
{
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 20px;
	background-color: #91BFD5;
	border-bottom: #003366 1px solid;
	border-top: #FFFFFF 1px solid;
}

.CATSubMenu /* outher left and right bg of unselected sub item, bg of sub tab */
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 20px;
	background-color: #FFFFFF;
}

.CATSubItemActive TD /* outher left other right and center bg of selected sub item */
{
	border-top: 0px solid;
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	height: 20px;
	background-color: #ABD0E2;
}

.CATSubItemSelected /* outher left other right and center bg of selected sub item */
{
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	background-color: #ABD0E2;
}

.CATSubItemBreadCrumb /* no effect */
{
	font-size: 11px;
	font-weight: normal;
	color: #003366;
	background-color: Transparent;
}

/* ===================================================================
    Style for the TreeMenu of advanced categories in module CAT_MenuNF
   ===================================================================*/
.CATTreeViewMenu
{
	width: 175px;
	background-color: #eef3fb;
}
.CATTreeViewMenu_Header
{
	background-color: #eef3fb;
}

.CATTreeMenu_NodeSelected
{
	font-weight: normal;
	background-color: yellow;
}

/* ====================================================
    Style for the Link Box Control in module CAT_MenuNF
   ====================================================*/

LI.linkbox
{
	display: list-item;
	list-style-position: outside;
	list-style-image: url(bullet.gif);
	margin-left: 0px;
	line-height: 12.5pt;
}

A.CATMenu, A.CATMenu:link, A.CATMenu:visited
{
	text-decoration: none;
	font-size: 9px;
	color: #003366;
}

A.CATMenu:hover
{
	text-decoration: underline;
	font-size: 9px;
	color: #ff0000;
}


/* ====================================================
    CSS STYLES FOR THE OLDER FRAME MODULE CATALooKStore 
    v3.3, 11/2004
   ====================================================*/

/*Size of Tree Menu in Module CATALooKStore. Fixed values are necessary for some containers */
.ShopLeftFrame
{
	height: 600;
	width: 24%;
}

/*Size of Product List in Module CATALooKStore. Fixed values are necessary for some containers */
.ShopRightFrame
{
	height: 600;
	width: 74%;
}

/* Body backcolor, border and scrollbars of ShopLeftFrame TreeMenu in module CATALooKStore*/
.MenuPaneBody
{
	background-color: Transparent;
	background-image: none;
	background-repeat: no-repeat;
	border-width: 1px;
	border-color: Red;
	border-style: solid;
}

/* Body backcolor, border and scrollbars of ShopRightFrame ProductList of module CATALooKStore */
.ItemPaneBody
{
	background-color: Transparent;
	background-image: none;
	background-repeat: no-repeat;
	border-width: 1px;
	border-color: red;
	border-style: solid;
}

/* Width of List Control on Frame ShopMainSide(module: CATALooKStore) [width:auto;] or [width: xxx;] or [width: xxx%;] */
.CATProductListGrid
{
	width: 100%;
}

.CATProductBrowseList
{
	width: 100%;
}


/* Border + Background style of repeaters in module CATALooKStore */
.CATPostContainer
{
	background-color: Transparent;
	background-image: none;
	background-repeat: no-repeat;
	border-width: 1px;
	border-color: red;
	border-style: solid;
}

/* Title Style in repeaters on module CATALooKStore */
.CATMostPopularHead
{
	background-color: red;
	background-image: none;
	background-repeat: no-repeat;
	color: white;
	font-size: 9px;
	font-weight: bold;
}

/* Style of horizontal row in repeaters on module CATALooKStore */
.CATMostPopularFoot
{
	color: black;
	height: 1px;
}
/* Item text in repeators on module CATALooKStore */
A.CATMostPopularItemText, A.CATMostPopularItemText:link, A.CATMostPopularItemText:visited
{
	color: black;
	font-size: 9px;
	text-decoration: none;
}

A.CATMostPopularItemText:hover
{
	color: red;
	font-size: 9px;
	text-decoration: underline;
}



/* ===============================================
    Default style for the advanced paging control
   ===============================================*/

/* default style paging table */
.CATPagingTable
{
	width:935px;
	border-style: solid;
	border-width: 1px;
	border-color: #e0e0e0;
	background-color: #f5f5f5;
	margin-left:2px;
}


/* default text style for inactive link buttons of advanced paging control */
.CATNormalDisabled
{
	font-weight:normal;
	font-family:'Proxima Nova Lt' !important;
	font-size:14px;
	color:#404040;
}



/* ===============================================
    Style for the lytebox.js script
   ===============================================*/

#lbOverlay
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 500px;
}
#lbOverlay.grey
{
	background-color: #000000;
}

#lbMain
{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
	line-height: 0;
}
#lbMain a img
{
	border: none;
}

#lbOuterContainer
{
	position: relative;
	background-color: #fff;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
#lbOuterContainer.grey
{
	border: 3px solid #888888;
}

#lbDetailsContainer
{
	background-color: #fff;
	width: 100%;
	line-height: 1.4em;
	overflow: auto;
	margin: 0 auto;
}
#lbDetailsContainer.grey
{
	border: 3px solid #888888;
	border-top: none;
}

#lbImageContainer, #lbIframeContainer
{
	padding: 10px;
}
#lbLoading
{
	position: absolute;
	top: 45%;
	left: 0%;
	height: 32px;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url(lytebox/Images/loading.gif) top center no-repeat;
}

#dnn_ctr425_ProductPage_RadAjaxLoadingImage1{
top:230px !important;
left:280px !important;
}

#lbHoverNav
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lbImageContainer > #lbHoverNav
{
	left: 0;
}
#lbHoverNav a
{
	outline: none;
}

#lbPrev
{
	width: 49%;
	height: 100%;
	background: transparent url(lytebox/Images/blank.gif) no-repeat;
	display: block;
	left: 0;
	float: left;
}
#lbPrev.grey:hover, #lbPrev.grey:visited:hover
{
	background: url(lytebox/Images/prev_grey.gif) left 15% no-repeat;
}

#lbNext
{
	width: 49%;
	height: 100%;
	background: transparent url(lytebox/Images/blank.gif) no-repeat;
	display: block;
	right: 0;
	float: right;
}
#lbNext.grey:hover, #lbNext.grey:visited:hover
{
	background: url(lytebox/Images/next_grey.gif) right 15% no-repeat;
}

#lbPrev2, #lbNext2
{
	text-decoration: none;
	font-weight: bold;
}
#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey
{
	color: #333333;
}

#lbPrev2_Off, #lbNext2_Off
{
	font-weight: bold;
}
#lbPrev2_Off.grey, #lbNext2_Off.grey
{
	color: #CCCCCC;
}

#lbDetailsData
{
	padding: 0 10px;
}
#lbDetailsData.grey
{
	color: #333333;
}

#lbDetails
{
	width: 60%;
	float: left;
	text-align: left;
}
#lbCaption
{
	display: block;
	font-weight: bold;
}
#lbNumberDisplay
{
	float: left;
	display: block;
	padding-bottom: 1.0em;
}
#lbNavDisplay
{
	float: left;
	display: block;
	padding-bottom: 1.0em;
}

#lbClose
{
	width: 31px;
	height: 27px;
	float: right;
	margin-bottom:5px;
}
#lbClose.grey
{
	background: url(lytebox/Images/close_grey.png) no-repeat;
}

#lbPlay
{
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}
#lbPlay.grey
{
	background: url(lytebox/Images/play_grey.png) no-repeat;
}

#lbPause
{
	width: 64px;
	height: 28px;
	float: right;
	margin-bottom: 1px;
}
#lbPause.grey
{
	background: url(lytebox/Images/pause_grey.png) no-repeat;
}



/* ===============================================
    Style for the tooltip.js script
   ===============================================*/

#tipDiv
{
	position: absolute;
	visibility: hidden;
	z-index: 950;
	/*padding: 20px;
	border: 3px outset #000080;*/
	border-radius: 30px;
	background-color: #fff;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.dashboard_title a, .dashboard_title a:link, .dashboard_title a:visited, .dashboard_title a:active{font-size:13px !important; font-weight:bold !important; color:#000000 !important; text-decoration:none !important; font-family:Arial, Helvetica, sans-serif !important; min-height:30px;}
.dashboard_title a:hover{font-size:13px !important; font-weight:bold !important; font-family:Arial, Helvetica, sans-serif !important; color:#d0171e !important; text-decoration:none !important; min-height:30px;}

.CATAltHeader a, .CATAltHeader a:link, .CATAltHeader a:visited, .CATAltHeader a:active{font-size:12px !important; font-weight:normal !important; color:#404040 !important; text-decoration:none !important; font-family:'Proxima Nova Lt' !important;}
.CATAltHeader a:hover{font-size:12px !important; font-weight:normal !important; font-family:'Proxima Nova Lt' !important; color:#ff6626 !important; text-decoration:none !important;}

.price_title .CATProductListItem{font-size:20px !important; font-weight:normal !important; color:#000000 !important; font-family:Arial, Helvetica, sans-serif !important;}

.CATRow #catthumbimage{max-width:350px; max-height:350px;}

.detail_title span{font-size:36px !important; color:#404040 !important; font-family:'Proxima Nova Lt' !important; text-transform:uppercase; position:relative; left:-10px; font-weight:normal !important;}

.detail_price{font-size:13px !important; font-family:Arial, Helvetica, sans-serif !important; font-weight:bold !important; color:#d0171e !important;}
.detail_price .CATSubHead{font-size:13px !important; font-family:Arial, Helvetica, sans-serif !important; font-weight:bold !important; color:#d0171e !important;}

.detail_UnitCost .CATProductListItem{font-size:35px !important; color:#404040 !important; font-family:'Proxima Nova Lt' !important;  font-weight:normal !important; /*float:right;*//*width:45%;*/}

.detail_UnitCost .CATProductListItem strike{ color:#a9a9a9 !important;}

.detail_UnitCost .CATNormalBold{font-size:35px !important; color:#404040 !important; font-weight:normal !important; font-family:'Proxima Nova Lt' !important; float:left; min-width:1px; padding-right:30px; margin-left:-10px; /*width:55%;*/ /*margin-top:-12px;*/}

.detail_UnitCost div{ display:none;}

.list_price{}

.list_price .CATProductListItem{ color:#404040;}

.list_price .CATProductListItem strike{ color:#a9a9a9 !important;}

.list_price .CATNormalBold{font-size:13px; color:#404040; position:relative; top:-30px; left:-2px; font-weight:normal;}

.list_price div{ display:none;}

.deatil_qty{font-size:14px !important; font-weight:normal !important; color:#515151 !important; font-family:'Ubuntu',sans-serif !important;}
.deatil_qty span.CATSubHead{font-size:13px !important; font-weight:normal !important; color:#515151 !important; font-family:'Ubuntu',sans-serif !important;}

.detail_item{font-size:14px !important; font-weight:bold !important; color:#404040 !important; font-family:'Proxima Nova Lt' !important;}
.detail_item .CATSubHead{color:#515151 !important; font-size:14px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}

.detail_item .CATProductNumber{color:#515151 !important; font-size:14px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}

.detail_total .CATNormal{font-size:20px !important; font-family:Arial, Helvetica, sans-serif !important; font-weight:normal !important; color:#000000 !important;}

.displaynone{display:none;}

.CATAltHeader .list_view_title a, .CATAltHeader .list_view_title a:link, .CATAltHeader .list_view_title a:visited, .CATAltHeader .list_view_title a:active{font-size:15px !important; font-weight:bold !important; color:#000000 !important; text-decoration:none !important; font-family:Arial, Helvetica, sans-serif !important;}
.CATAltHeader .list_view_title a:hover{font-size:15px !important; font-weight:bold !important; font-family:Arial, Helvetica, sans-serif !important; color:#d0171e !important; text-decoration:none !important;}

.cash_title .CATSubHead{font-size:15px !important; font-weight:normal !important; color:#404040 !important; text-transform:uppercase !important; font-family:'Proxima Nova Lt' !important;}

.search_cat .CATNormalTextBox{font-family:'Proxima Nova Lt' !important; font-size:12px !important; font-weight:normal !important; color:#ff6626 !important; background:#ffffff !important; border:1px solid #e6e6e6 !important; border-radius:5px 0px 0px 5px !important; -moz-border-radius:5px 0px 0px 5px !important; height:24px; border-right:0px !important;}

.total_text .CATSubHead{font-weight:normal !important;}

.CATContainerBorder .CATAltHeader{color:#000000 !important;}

td > .dnnTooltip{min-width:20px !important; color:#404040; font-size:13px; font-weight:normal; left:-4px;}

.size_txt span{color:#515151 !important; font-size:13px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}

.detail_desc span, .detail_desc div{color:#515151 !important; font-size:14px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal; line-height:22px;}

.head-image img{display:none;}

.head-image .CATContainerHeader{padding-left:0px !important;}

.left-text .CATContainerHeader{padding-left:0px !important;}

.link-breadcrumb a, .link-breadcrumb a:link, .link-breadcrumb a:visited{color:#969696 !important; font-size:11px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}
.link-breadcrumb a:hover{color:#ff6626 !important; font-size:11px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}

.link-breadcrumbone a, .link-breadcrumbone a:link, .link-breadcrumbone a:visited{color:#969696 !important; font-size:10px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}
.link-breadcrumbone a:hover{color:#ff6626 !important; font-size:10px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}

.dashboard_title a, .dashboard_title a:link, .dashboard_title a:visited, .dashboard_title a:active{font-size:12px !important; font-weight:normal !important; color:#404040 !important; text-decoration:none !important; font-family:'Proxima Nova Lt' !important;}
.dashboard_title a:hover{font-size:12px !important; font-weight:normal !important; font-family:'Proxima Nova Lt' !important; color:#ff6626 !important; text-decoration:none !important;}

.price_title .CATProductListItem{font-size:12px !important; font-weight:normal !important; color:#404040 !important; font-family:'Proxima Nova Lt' !important;}

.catheader_bg{ background:#f5f5f5;}

.pad_check{padding:9px 0px 0px 5px; border-left:1px solid #e2e2e2;}

.requried_text{color:#969696 !important; font-size:13px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}

.checkbox_border .CATNormalTextBox{border:1px solid #c9c9c9 !important; border-radius:5px !important; width:250px !important; height:25px !important; color:#969696 !important; font-size:13px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}

.checkbox_border select.CATNormalTextBox{border:1px solid #c9c9c9 !important; border-radius:5px !important; width:150px !important; height:25px !important; color:#969696 !important; font-size:13px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}

.checkbox_border .CATSubHead span{color:#969696 !important; font-size:13px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}

.button_text{color:#4e4e4e !important; font-size:14px !important; font-family:'Ubuntu',sans-serif !important; font-weight:normal;}

.CAT_Button{background:#ff702a; border:1px solid #3f4042; border-radius:5px; height:49px; line-height:49px; width:220px; color:#fff !important; font-size:15px !important; font-family:Arial, Helvetica, sans-serif !important; font-weight:bold !important; text-transform:uppercase !important; cursor:pointer;}


#mycustquantity{font-size:12px !important; color:#ff6633 !important;}

#mycustmessage a, #mycustmessage a:link, #mycustmessage a:active, #mycustmessage a:visited{font-family: 'Ubuntu',sans-serif; font-weight:normal; font-size: 13px; font-style:normal; text-decoration:underline;}

a#dnn_ctr492_Minicart_hypCart:hover{background-image:url(bag_hover.gif) !important; background-repeat:no-repeat !important; width:21px; height:26px;}



.list_title{ text-transform:uppercase;}


.detail_desc .inner_text{ font-size:12px !important;}
.detail_desc .inner_text img{padding-right:5px;}

.list_pad{ padding-bottom:49px !important;}

.main_content_inner_four .BottomPane .dnnFormMessage{display:none;}

.share{ color:#515151;}

.fbimg .share{ padding-top:20px;}

#lbOuterContainer{width:99% !important; height:610px !important; position:relative; top:90px;}

#lbDetailsContainer{width:99% !important; position:relative; top:90px;}

/*#lbOuterContainer{width:1415px !important; height:610px !important; position:relative; top:90px;}

#lbDetailsContainer{width:1415px !important; position:relative; top:90px;}*/

.new_subhead{ background:#FF6626; padding:5px 6px 5px 6px; color:#fff; font-size:13px; font-weight:normal; position:relative; top:2px;}

.new_subhead_detail{ background:#FF6626; padding:5px 6px 5px 6px; color:#fff; font-size:14px; font-weight:normal; position:relative; top:-82px; right:-180px;}

.new_subhead_featured{ background:#FF6626; padding:5px 6px 5px 6px; color:#fff; font-size:13px; font-weight:normal; position:relative; top:1px;} 

#dnn_ctr587_ProductPage_StoreHome1_FeaturedProducts1_ProductList .CATListBorder{ margin:0px !important;}

.padding_featured{ padding:15px 0px; border:4px solid #fff;}

.featured_head{ background:none !important; padding-left:0px !important;}

.featured_head span{ font-size:36px !important; font-weight:normal !important; font-family:'Proxima Nova Lt' !important; text-transform:uppercase !important; color:#404040 !important;}

.detail_UnitCost .unit_price br{ display:none;}

.detail_UnitCost .unit_price br{ display:none;}

