/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, table, th, tr, td, form, a
{
    font-family: Verdana, arial, sans-serif;
}
body
{
    color: #333333;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 130%;
    margin: 0px auto;
    background: url(/App_Themes/Shopper/img/bg_site.gif) top repeat-x #6a839c;
}
a:link
{
    font-family: Verdana, arial, sans-serif;
    padding: 0px;
    color: #011932;
}
a:visited
{
    font-family: Verdana, arial, sans-serif;
    padding: 0px;
    color: #011932;
}
a:hover, a:active
{
    font-family: Verdana, arial, sans-serif;
    padding: 0px;
    color: #3399ff;
}
button
{
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    cursor: pointer;
}
h1
{
    border-bottom: 1px solid #ccc;
    color: #011932;
    font-family: Georgia, Times;
    font-size: 24px;
    font-variant: small-caps;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
h2
{
    font-family: Georgia, Times;
    color: #011932;
    font-size: 18px;
    font-weight: normal;
    font-variant: small-caps;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 2px;
}
h3
{
    font-family: Georgia, Times;
    color: #011932;
    font-size: 14px;
    font-weight: normal;
    font-variant: small-caps;
    margin-top: 0px;
    margin-bottom: 5px;
}
h4
{
    font-family: Georgia, Times;
    color: #011932;
    font-size: 15px;
    font-weight: normal;
    font-variant: small-caps;
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: -1px;
    padding-bottom: 5px;
    padding-left: 0px;
    border-bottom: 1px solid #011932;
}
h5
{
    font-family: Georgia, Times;
    font-size: 14px;
    font-weight: bold;
    font-variant: small-caps;
    margin-top: 5px;
    margin-bottom: 2px;
}
h6
{
    font-family: Georgia, Times;
    color: #011932;
    margin: 12px 0px 3px 0px;
    font-size: 13px;
    font-weight: bold;
    font-variant: small-caps;
}
hr
{
    height: 1px;
    color: #cccccc;
    border: 0px;
    border-top: 1px solid #cccccc; /* Firefox */
}
img
{
    border: none;
}
input
{
    color: #666;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px; /*IE*/
}
ol
{
    margin-top: 0px;
    margin-bottom: 10px;
}
p
{
}
select
{
    color: #666;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 11px; /*IE*/
}
textarea
{
    color: #666;
    font-family: verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 11px; /*IE*/
}
ul
{
    margin-top: 0px;
    margin-bottom: 10px;
}
/* General Styles */
.CurrencyCode
{
    font-size: 50%;
}
.CurrencySymbol
{
    font-size: 80%;
}
.Discount
{
    color: Red;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.Error
{
    color: Red;
}
.Hidden
{
    height: 0px;
    visibility: hidden;
}
.Message
{
    color: Red;
}
.Message a
{
    color: Red;
}
.PriceOnRequest
{
    color: Red;
    font-weight: bold;
}
.Required
{
    color: Red;
    font-size: 10px;
}
.Visible
{
    visibility: visible;
}
/* Base Structure Styles */
#Wrapper
{
    width: 940px;
    position: relative;
    margin: 0px auto;
    background: #ffffff;
    border: 1px solid #2c435f;
    border-top: 0px;
}
#Inner
{
}
/* Header Styles */
#Header
{
    height: 119px;
    position: relative;
    background: url(/App_Themes/Shopper/img/bg_header.gif) no-repeat #000;
}
#HeaderContact
{
    position: absolute;
    right: 18px;
    top: 55px;
    text-align: right;
    width: 200px;
    color: #fff;
}
#HeaderContact p
{
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: -5px;
}
#HeaderContact a:link, #HeaderContact a:visited
{
    font-size: 11px;
    text-decoration: none;
    color: #ff3399;
}
#HeaderContact a:hover
{
    text-decoration: underline;
}
#HeaderCurrency
{
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 55px;
}
#HeaderLogo
{
    position: absolute;
    left: 2px;
    top: 0px;
}
#HeaderNavMgr
{
}
#HeaderNavShp
{
    font-family: Verdana, arial, sans-serif;
    position: absolute;
    height: 31px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: url(/App_Themes/Shopper/img/bg_navigation.gif) repeat-x;
    z-index: 50;
}
#HeaderSearch
{
    color: #fff;
    position: absolute;
    right: 15px;
    top: 20px;
}
/* Body Styles */
#Body
{
    padding: 10px;
    padding-top: 11px;
    min-height: 400px;
    background: url(/App_Themes/Shopper/img/bg_body.gif) repeat-x #fff top;
}
#ColumnLeft
{
    width: 220px;
}
#ColumnMidLeft
{
}
#ColumnMid
{
}
#ColumnMidRight
{
}
#ColumnRight
{
    width: 680px;
    padding: 5px;
    padding-left: 10px;
}
#Clear
{
    height: 0px !important;
    clear: both;
}
/* Home Page Specific Body Styles */
#BannerHome
{
    position: relative;
    top: -8px;
}
#BannerHome a
{
    padding: 0px;
}
#ColumnLeftHome
{
    width: 310px;
    padding: 10px 15px 10px 15px;
    float: left;
    position: relative;
    top: -5px;
}
#ColumnMidLeftHome
{
}
#ColumnMidHome
{
    width: 250px;
    padding: 10px 15px 10px 15px;
    float: left;
    position: relative;
    top: -5px;
}
#ColumnMidRightHome
{
}
#ColumnRightHome
{
    width: 310px;
    padding: 10px 15px 10px 15px;
    float: right;
    position: relative;
    top: -5px;
    background: url(/App_Themes/Shopper/img/bg_panel.gif) no-repeat #f4f4f4;
}
/* Horizontal Bar Styles */
#BarHoriz1
{
    border-bottom: 1px solid #ccc;
    color: #011932;
    font-family: Georgia, Times;
    font-variant: small-caps;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
#BarHoriz1 a:link, #BarHoriz1 a:visited
{
}
#BarHoriz1 a:hover
{
}
#BarHoriz2
{
    color: #011932;
    font-family: Georgia, Times;
    font-variant: small-caps;
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px;
}
#BarHoriz2 a:link, #BarHoriz2 a:visited
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
#BarHoriz2 a:hover
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
#BarHoriz3
{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    padding-left: 8px;
    margin-bottom: 3px;
    background: #5a5a5a;
    height: 18px;
}
#BarHoriz3 a:link, #BarHoriz3 a:visited
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
#BarHoriz3 a:hover
{
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
#BarHorizPopup1
{
    background: #011932;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    padding: 6px 4px 4px 4px;
}
#BarHorizPopup1 a:link, #BarHorizPopup1 a:visited
{
}
#BarHorizPopup1 a:hover
{
}
#BarHorizPopup2
{
    background: #b3e6ff;
    color: #011932;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    padding: 6px 4px 4px 7px;
}
#BarHorizPopup2 a:link, #BarHorizPopup2 a:visited
{
    color: #011932;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#BarHorizPopup2 a:hover
{
    color: #011932;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#BarHorizWysiwyg1
{
    background: #011932;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    padding: 6px 4px 4px 4px;
}
#BarHorizWysiwyg2
{
    background: #b3e6ff;
    color: #011932;
    font-size: 14px;
    font-weight: bold;
    height: 18px;
    padding: 6px 4px 4px 7px;
}
/* Breadcrumb Styles */
#Breadcrumb
{
    color: #011932;
    font-size: 10px;
    font-weight: normal;
    margin-top: -2px;
    margin-bottom: 12px;
}
#Breadcrumb a:link, #Breadcrumb a:visited
{
    font-size: 10px;
    color: #011932;
    text-decoration: none;
}
#Breadcrumb a:hover
{
    font-size: 10px;
    color: #3399ff;
    text-decoration: none;
}
/* Footer Styles */
#Footer
{
    height: 32px;
    font-family: Verdana, arial, sans-serif;
    padding: 8px 10px 8px 10px;
    background: url(/App_Themes/Shopper/img/bg_panel.gif) repeat-x #d7d9dc;
    border: 1px solid #d7d9dc;
    color: #62707e;
    margin: 10px;
    font-size: 10px;
    line-height: 150%;
}
#Footer a:link, #Footer a:active, #Footer a:visited
{
    font-family: Verdana, arial, sans-serif;
    color: #62707e !important;
    text-decoration: none;
}
#Footer a:hover
{
    font-family: Verdana, arial, sans-serif;
    color: #00CCFF !important;
    text-decoration: underline;
}
#Base
{
}
#Base a:link, #Base a:visited
{
}
#Base a:active, #Base a:hover
{
}
/* Controls Style */
.AlternatingRowStyle
{
    background-color: #f7f7f7;
}
.Button
{
    color: #000;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    cursor: pointer;
    width: 70px;
}
.Button50
{
    width: 50px;
    height: 18px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: url(/App_Themes/Shopper/img/bt_50.gif) no-repeat;
    padding-bottom: 3px !important;
    padding-bottom: 0px;
}
*:first-child + html .Button50
{
    padding-bottom: 0px !important;
}
.Button60
{
    width: 60px;
    height: 18px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: url(/App_Themes/Shopper/img/bt_60.gif) no-repeat;
    padding-bottom: 3px !important;
    padding-bottom: 0px;
}
*:first-child + html .Button60
{
    padding-bottom: 0px !important;
}
.Button70
{
    width: 70px;
    height: 18px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: url(/App_Themes/Shopper/img/bt_70.gif) no-repeat;
    padding-bottom: 3px !important;
    padding-bottom: 0px;
}
*:first-child + html .Button70
{
    padding-bottom: 0px !important;
}
.Button80
{
    width: 80px;
    height: 18px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: url(/App_Themes/Shopper/img/bt_80.gif) no-repeat;
    padding-bottom: 3px !important;
    padding-bottom: 0px;
}
*:first-child + html .Button80
{
    padding-bottom: 0px !important;
}
.Button90
{
    width: 90px;
    height: 18px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: url(/App_Themes/Shopper/img/bt_90.gif) no-repeat;
    padding-bottom: 3px !important;
    padding-bottom: 0px;
}
*:first-child + html .Button90
{
    padding-bottom: 0px !important;
}
.Button100
{
    width: 100px;
    height: 20px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: url(/App_Themes/Shopper/img/bt_100.gif) no-repeat;
    padding-bottom: 3px !important;
    padding-bottom: 0px;
}
*:first-child + html .Button100
{
    padding-bottom: 0px !important;
}
.Button110
{
    width: 110px;
    height: 18px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: url(/App_Themes/Shopper/img/bt_110.gif) no-repeat;
    padding-bottom: 3px !important;
    padding-bottom: 0px;
}
*:first-child + html .Button110
{
    padding-bottom: 0px !important;
}
.Button120
{
    width: 120px;
    height: 18px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: url(/App_Themes/Shopper/img/bt_120.gif) no-repeat;
    padding-bottom: 3px !important;
    padding-bottom: 0px;
}
*:first-child + html .Button120
{
    padding-bottom: 0px !important;
}
.ButtonCheckout
{
    background: url(/App_Themes/Shopper/img/bt_checkout.gif) no-repeat;
    height: 26px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    color: #ffffff;
    width: 90px;
}
.ButtonAlign
{
}
.CalendarPopup
{
    text-align: left;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    color: #000;
    height: 16px;
}
.CellButtonStyle
{
    font-size: 10px;
    cursor: pointer;
    width: 70px;
}
.CommandRowStyle
{
    text-align: right;
}
.CommandRowStyle td
{
    text-align: right;
}
.Date
{
    background-color: #ececec;
    margin-top: 0px;
    padding-bottom: 2px;
    border-bottom: solid 1px #fff;
    margin-bottom: 0px;
}
.DropDownList
{
    background-color: #fff !important;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
}
.EditRowStyle
{
    text-align: right;
}
.EmptyDataRowStyle
{
    color: Red;
}
.FileUpload
{
    text-align: left;
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    color: #000;
    width: 190px;
    height: 18px;
    margin-top: 1px;
}
.FooterStyle
{
    text-align: right;
}
.FormButton
{
    padding-left: 130px;
}
.FormHead
{
}
.FrameStyle
{
}
.HeaderHeight
{
    height: 0px;
}
.HeaderStyle
{
}
.HtmlEditor
{
    background-color: #fff;
    color: #333333 !important;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 11px !important;
    line-height: 130%;
}
.HtmlEditor p
{
}
.HyperLink
{
    text-decoration: none;
}
.Label
{
    width: 100px;
    float: left;
    text-align: left;
    color: #000;
    height: 16px;
    padding-top: 3px;
    padding-left: 5px;
}
.LabelDefault
{
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
}
.LabelError
{
    color: Red;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.RowStyle
{
    background-color: #ececec;
}
.SelectedRowStyle
{
    background-color: #cccccc;
}
.TextBox
{
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    width: 190px;
}
.TextBoxNumeric
{
    text-align: right;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
}
.TextBoxQuantity
{
    text-align: right;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
}
.WebNumericEdit
{
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    text-align: right;
}
.WebTextEdit
{
    text-align: left;
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    color: #000;
    width: 160px;
    height: 16px;
}
/* DetailsView Styles */
#DetailsView
{
    margin-top: 0px;
    background-color: #fff;
}
#DetailsView td
{
    padding-left: 4px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 3px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    vertical-align: top;
}
#DetailsView th a
{
    color: #fff;
}
#DetailsView .AlternatingRowStyle
{
    background-color: #f7f7f7;
}
#DetailsView .CellButtonStyle
{
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    cursor: pointer;
    width: 70px;
}
#DetailsView .CommandRowStyle
{
    padding-top: 3px;
    padding-bottom: 10px;
    text-align: right;
    background-color: #fff;
}
#DetailsView .CommandRowStyle td
{
    padding-bottom: 15px;
    text-align: right;
    background-color: #fff;
}
#DetailsView .EditRowStyle
{
    text-align: right;
    background-color: #fff;
}
#DetailsView .EmptyDataRowStyle
{
    color: Red;
    font-weight: bold;
}
#DetailsView .FooterStyle
{
    text-align: right;
    background-color: #fff;
}
#DetailsView .FrameStyle
{
    background-color: #fff;
}
#DetailsView .HeaderStyle, th
{
    height: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #009ddc;
    padding-left: 1px;
    border-bottom: solid 1px #fff;
}
#DetailsView .Pager
{
    font-weight: bold;
    color: #333;
}
#DetailsView .Pager a:link, #DetailsView .Pager a:active
{
    color: #333;
}
#DetailsView .Pager a:hover
{
    color: #ff6600;
}
#DetailsView .RowStyle
{
    background-color: #fff;
}
#DetailsView .SelectedRowStyle
{
    background-color: #ccc;
}
/* DetailsView Control Styles */
#DetailsView .Button
{
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    cursor: pointer;
    width: 80px;
}
#DetailsView .CheckBox
{
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    height: 16px;
}
#DetailsView .CalendarPopup
{
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    height: 16px;
}
#DetailsView .Date
{
    background-color: #ececec;
    margin-top: 0px;
    padding-left: 5px;
    padding-bottom: 2px;
    border-bottom: solid 1px #fff;
    margin-bottom: 0px;
}
#DetailsView .DropDownList
{
    text-align: left;
    background: #ffffff !important;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 150px;
    height: 18px;
    margin-top: 2px;
}
#DetailsView .FileUpload
{
    text-align: left;
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 200px;
    height: 18px;
    margin-top: 1px;
}
#DetailsView .HtmlEditor
{
    background-color: #fff;
    color: #333333 !important;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 11px !important;
    line-height: 130%;
}
#DetailsView .HtmlEditor p
{
    background-color: #fff;
    color: #333333 !important;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 11px !important;
    line-height: 130%;
}
#DetailsView .Label
{
    width: 145px;
    float: left;
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    height: 16px;
    padding-top: 3px;
    padding-left: 5px;
}
#DetailsView .TextBox
{
    text-align: left;
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 200px;
    height: 16px;
}
#DetailsView .TextBoxNumeric
{
    text-align: right;
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 50px;
    height: 16px;
}
#DetailsView .WebTextEdit
{
    text-align: left;
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 250px;
    height: 16px;
}
.TextBox
{
    background: #ffffff !important;
    border: 1px solid #ccc !important;
}
/* Style for GridView */
#GridView
{
    margin-top: 0px;
    background-color: #fff;
}
#GridView th
{
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#GridView td
{
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 3px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
#GridView .CellButtonStyle
{
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    cursor: pointer;
}
#GridView .FrameStyle
{
    background-color: #fff;
}
#GridView .HeaderStyle, th
{
    height: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #009ddc;
    padding-left: 1px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 5px;
    border-bottom: solid 1px #fff;
}
#GridView .Pager
{
    font-weight: bold;
    color: #333;
}
#GridView th a
{
    color: #fff;
}
#GridView .Pager a:link, #GridView .Pager a:active
{
    color: #333;
}
#GridView .Pager a:hover
{
    color: #009ddc;
}
#GridView .AlternatingRowStyle
{
    background-color: #f7f7f7;
}
#GridView .EmptyDataRowStyle
{
    color: Red;
    font-weight: bold;
}
#GridView .RowStyle
{
    background-color: #ececec;
}
#GridView .SelectedRowStyle
{
    background-color: #cccccc;
}
/* GridView Control Styles */
#GridView .Button
{
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    cursor: pointer;
    width: 70px;
}
#GridView .ButtonAlign
{
    padding-top: 3px;
}
#GridView .CheckBox
{
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    height: 16px;
}
#GridView .CalendarPopup
{
    text-align: left;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    height: 16px;
}
#GridView .Date
{
    background-color: #ececec;
    margin-top: 0px;
    padding-left: 5px;
    padding-bottom: 2px;
    border-bottom: solid 1px #fff;
    margin-bottom: 0px;
}
#GridView .DropDownList
{
    text-align: left;
    background: #ffffff !important;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 150px;
    height: 18px;
    margin-top: 2px;
}
#GridView .FileUpload
{
    text-align: left;
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 280px;
    height: 18px;
    margin-top: 1px;
}
#GridView .HtmlEditor
{
    background-color: #fff;
    color: #333333 !important;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 11px !important;
    line-height: 130%;
}
#GridView .HtmlEditor p
{
    background-color: #fff;
    color: #333333 !important;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 11px !important;
    line-height: 130%;
}
#GridView .Label
{
}
#GridView .TextBox
{
    text-align: left;
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 200px;
    height: 16px;
}
#GridView .TextBoxNumeric
{
    text-align: right;
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 50px;
    height: 16px;
}
#GridView .WebTextEdit
{
    text-align: left;
    background: #ffffff !important;
    border: 1px solid #ccc !important;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    width: 250px;
    height: 16px;
}
/* Pager Styles */
.PagerContainerTable
{
    width: 100%;
}
.PagerInfoCell
{
    text-align: left;
}
.PagerInfoCell:link
{
}
.PagerInfoCell:visited
{
}
.PagerCurrentPageCell
{
    text-align: center;
    width: 10px;
}
.PagerOtherPageCells
{
    text-align: center;
    width: 10px;
}
.PagerSSCCells
{
    text-align: center;
    width: 10px;
}
.PagerHyperlinkStyle
{
}
.PagerHyperlinkStyle:hover
{
    color: #ff0000;
}
.PagerHyperlinkStyle:link
{
    color: #ff3399;
}
.PagerHyperlinkStyle:visited
{
    color: #ff3399;
}
.PagerHyperlinkStyle:active
{
    color: #ff3399;
}
/* Ajax UpdateProgress Panel */
#ProgressTemplate
{
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    width: 300px;
    height: 100px;
    text-align: center;
    filter: alpha (opacity=80);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    z-index: 1000;
}
#ProgressTemplate div
{
    margin-top: 40px;
    color: Blue;
}
/* ww:ErrorDisplay control styles */
#ErrorDisplay
{
    background-color: #fff8dc;
    border: solid 1px Maroon;
    color: Maroon;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    line-height: 130%;
    margin: 10px;
    padding: 5px;
}
#ErrorDisplay a
{
    color: Maroon;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
}
#ErrorDisplay table
{
    padding: 0px;
}
#ErrorDisplay td
{
    padding: 3px;
    vertical-align: top;
}
#ErrorDisplay ul
{
    margin-top: 0px;
    margin-left: 10px;
    margin-bottom: 0px;
}
#ErrorDisplay li
{
    margin-top: 2px;
    margin-left: 5px;
    display: block;
}
#ErrorDisplay div
{
    border-bottom: solid 1px Maroon;
    margin-bottom: 5px;
    width: 240px;
}
#ErrorDisplay .ErrorMessage
{
    font-weight: bold;
    color: Maroon;
}
/* Shopper Styles */
#Shp
{
}
#Shp #ColumnLeft
{
}
#Shp #ColumnMidLeft
{
}
#Shp #ColumnMid
{
}
#Shp #ColumnMidRight
{
}
#Shp #ColumnRight
{
}
#Shp h1
{
}
#Shp h2
{
}
#Shp h3
{
}
#Shp h4
{
    margin-left: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
}
#Shp h5
{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}
#Shp h6
{
}
#Shp p
{
    margin: 0px 0px 10px 0px;
    line-height: 150%;
}
/* Shop Control Styles - Cascading from Default.css */
#Shp p.FormHead
{
}
#Shp p.FormButton
{
    padding-left: 105px;
}
#Shp p.Message
{
}
#Shp .Button
{
}
#Shp .CalendarPopup
{
}
#Shp .Date
{
}
#Shp .DropDownList
{
    width: 200px;
}
#Shp .FileUpload
{
    width: 180px;
}
#Shp .HeaderHeight
{
}
#Shp .HyperLink
{
}
#Shp .Label
{
    width: 100px;
}
#Shp .LabelDefault
{
}
#Shp .LabelError
{
}
#Shp .TextBox
{
    width: 180px;
}
#Shp .TextBoxNumeric
{
}
#Shp .TextBoxQuantity
{
}
#Shp .WebNumericEdit
{
}
#Shp .WebTextEdit
{
}
/* css for ww:ErrorDisplay control */
#Shp .errormessage
{
}
#Shp .errordisplay
{
}
#Shp .errordisplay hr
{
}
/* Checkout Delivery Description Style */
.DelDescription
{
    color: #333 !important;
    font-family: verdana, arial, helvetica, sans-serif !important;
    font-size: 11px !important;
}
/* Checkout Payment Description Style */
.PayDescription
{
    color: #333 !important;
    font-family: verdana, arial, helvetica, sans-serif !important;
    font-size: 11px !important;
}
/* Category Styles - Category.aspx / WucShpCategoryList */
.CatBriefDescription
{
    color: #666666 !important;
    font-family: verdana, arial, helvetica, sans-serif !important;
    font-size: 11px !important;
    padding: 2px 5px 0px 5px;
}
.CatDescription
{
    color: #666666 !important;
    font-family: verdana, arial, helvetica, sans-serif !important;
    font-size: 11px !important;
    padding: 2px 5px 0px 5px;
}
.CatExtendedDescription
{
    color: #666666 !important;
    font-family: verdana, arial, helvetica, sans-serif !important;
    font-size: 11px !important;
}
/* Category Image Styles - Category.aspx / WucShpCategoryList.ascx */
.CatImageThumb
{
}
.CatImageSmall
{
}
.CatImageMedium
{
    background: url(/App_Themes/Shopper/img/bg_panel.gif) repeat-x #e9ebee;
    border: 1px solid #d7d9dc !important;
    margin-bottom: 0px;
    padding: 6px;
}
.CatImageLarge
{
}
.CatName
{
    font-family: Verdana, arial, sans-serif;
    font-size: 12px;
    color: #011932;
    text-decoration: none;
}
.CatName:link, .CatName:visited
{
    font-family: Verdana, arial, sans-serif;
    font-size: 12px;
    color: #011932;
    text-decoration: none;
}
.CatName:hover
{
    font-family: Verdana, arial, sans-serif;
    font-size: 12px;
    color: #3399ff;
    text-decoration: underline;
}
/* <div id=ShpCategory>: Category Styles - Category.aspx / WucShpCategoryList */
#ShpCategory
{
    font-size: 11px;
    margin: 15px 0px 15px 0px;
}
#ShpCategory a:link, #ShpCategory a:visited
{
}
#ShpCategory a:hover
{
}
#ShpCategory .CatBriefDescription
{
    margin-bottom: 10px;
}
#ShpCategory .CatDescription
{
}
#ShpCategory .CatExtendedDescription
{
}
#ShpCategory .CatImageThumb
{
}
#ShpCategory .CatImageSmall
{
}
#ShpCategory .CatImageMedium
{
}
#ShpCategory .CatImageLarge
{
}
#ShpCategory .CatName
{
}
#ShpCategory .CatName a:link, #ShpCategory .CatName a:visited
{
}
#ShpCategory .CatName a:hover
{
    font-family: "Trebuchet MS" , verdana, arial, sans-serif;
    font-size: 13px;
    color: #000000;
    text-decoration: underline;
}
/* Product Styles - Category.aspx / WucShpProductList */
.ProCode
{
}
.ProBriefDescription
{
    color: #333333 !important;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 11px !important;
    line-height: 130%;
}
.ProComposition
{
}
.ProDescription
{
    color: #333333 !important;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 11px !important;
    line-height: 130%;
}
/* ProDimension: Weight / Height / Width / Depth / Volume */
.ProDimension
{
}
.ProExtendedDescription
{
    color: #333333 !important;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 11px !important;
    line-height: 130%;
}
.ProExtraDescription
{
    color: #333333 !important;
    font-family: Verdana, arial, sans-serif !important;
    font-size: 11px !important;
    line-height: 130%;
}
/* Product Image Styles - Category.aspx / WucShpProductList.ascx */
.ProImage1
{
}
.ProImage2
{
}
.ProImage3
{
}
.ProImage4
{
}
.ProImage5
{
}
.ProMinimumOrderQuantity
{
}
.ProManufacturer
{
    color: #666666;
    position: relative;
    top: -3px;
}
.ProMinimumOrderQuantity
{
}
.ProName
{
}
.ProName:link, .ProName:visited
{
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #011a33;
    text-decoration: none;
}
.ProName:hover
{
    color: #3399FF;
    text-decoration: none;
}
.ProPriceRetail
{
}
.ProReorderDeliveryTime
{
}
.ProStockLevel
{
}
/* <div id=ShpProduct>: Product Styles - Category.aspx / WucShpProductList */
#ShpProductList
{
    font-size: 11px;
    text-align: left;
    line-height: 130%;
}
#ShpProductList a:link, #ShpProductList a:visited
{
}
#ShpProductList a:hover
{
}
#ShpProductList .AlternatingItemStyle
{
    background-color: #f7f7f7;
}
#ShpProductList .ProComposition
{
}
#ShpProductList .ProDescription
{
}
#ShpProductList .ProCode
{
    color: #666666;
    font-size: 10px;
}
#ShpProductList .ProBarCode
{
    color: #666666;
    font-size: 10px;
}
#ShpProductList .ProDimension
{
}
#ShpProductList .ProExtendedDescription
{
}
#ShpProductList .ProImage1
{
}
#ShpProductList .ProImage2
{
}
#ShpProductList .ProImage3
{
}
#ShpProductList .ProImage4
{
}
#ShpProductList .ProImage5
{
}
#ShpProductList .ProMinimumOrderQuantity
{
}
#ShpProductList .ProManufacturer
{
}
#ShpProductList .ProMinimumOrderQuantity
{
}
#ShpProductList .ProName a:link, #ShpProductList .ProName a:visited
{
}
#ShpProductList .ProName a:hover
{
}
#ShpProductList .ProPriceRetail
{
    font-weight: bold;
}
#ShpProductList .ProReorderDeliveryTime
{
}
#ShpProductList .ProStockLevel
{
}
/* Error Display panel */
#ShpProductList #ErrorDisplay
{
	text-align: center;
}
/* WucShpProductList.ascx Popup Modal Dialog Styles */
.ShpProductListPopupBackground
{
	background-color: Black;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.ShpProductListPopupWindow
{
	background-color: #fff;
	padding: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
}
/* Product Item Styles - Item.aspx / WucShpProductItem.ascx */
#ShpProductItem
{
    padding-left: 0px;
    padding-top: 0px;
    text-align: left;
}
#ShpProductItem h5
{
    border-bottom: 1px solid #011a33;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
    padding-bottom: 5px;
}
#ShpProductItem a:link, #ShpProductItem a:visited
{
    color: #011932;
    font-weight: bold;
}
#ShpProductItem a:hover
{
    color: #3399FF;
    font-weight: bold;
}
#ShpProductItem #ErrorDisplay
{
    text-align: center;
}
#ShpProductItem #ErrorDisplay a:link, #ShpProductItem #ErrorDisplay a:visited
{
    color: Maroon;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
}
#ShpProductItem #ErrorDisplay a:hover
{
    color: Maroon;
    font-family: Verdana, arial, sans-serif;
    font-size: 11px;
}
#ShpProductItem .ProCode
{
    font-size: 16px;
    line-height: 120%;
    color: #666666;
}
#ShpProductItem .ProBarCode
{
    font-size: 16px;
    line-height: 120%;
    color: #666666;
    margin-bottom: 10px;
}
#ShpProductItem .ProComposition
{
    font-size: 11px;
    color: #666666;
}
#ShpProductItem .ProDescription
{
    color: #666666;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
    text-align: left;
}
#ShpProductItem .ProDimension
{
    font-size: 11px;
    color: #666666;
}
#ShpProductItem .ProExtendedDescription
{
    color: #555;
    line-height: 180%;
    margin-left: 5px;
    margin-top: 0px;
    text-align: left;
}
#ShpProductItem .ProImage1
{
}
#ShpProductItem .ProImage2
{
}
#ShpProductItem .ProImage3
{
}
#ShpProductItem .ProImage4
{
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #d7d9dc !important;
    background: url(/App_Themes/Shopper/img/bg_panel.gif) repeat-x #e9ebee;
}
#ShpProductItem .ProImage5
{
}
#ShpProductItem .ProMinimumOrderQuantity
{
}
#ShpProductItem .ProManufacturer
{
}
#ShpProductItem .ProMinimumOrderQuantity
{
}
#ShpProductItem .ProName
{
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 5px;
    color: #ff3399;
}
#ShpProductItem .ProNameMaster
{
    font-family: Georgia, Times;
    color: #011932;
    font-size: 26px;
    font-variant: small-caps;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 2px;
    line-height: 110%;
}
#ShpProductItem .ProNameOption
{
}
#ShpProductItem .ProNameVariant
{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 5px;
}
#ShpProductItem .ProPriceRetail
{
    color: #011932;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}
#ShpProductItem .ProReorderDeliveryTime
{
}
#ShpProductItem .ProStockLevel
{
}
/* Add to Cart Panel - Item.aspx / WucShpProductItem.ascx */
#ShpProductItemCart
{
    text-align: center;
}
#ShpProductItemCart p
{
    margin-top: 0px;
    margin-bottom: 0px;
}
#ShpProductItemCart .ProPriceRetail
{
}
/* WucShpProductItem.ascx - Product Variant Panel */
#ShpProductItemVariant
{
	text-align: center;
}
#ShpProductItemVariant .Disabled
{
	/*border: 1px solid #ececec;*/
	color: #ececec;
	cursor: pointer;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding-top: 0px;
	text-align: center;
	text-decoration: none;
}
#ShpProductItemVariant a:link, #ShpProductItemVariant a:visited, #ShpProductItemVariant a:hover
{
	/*border: 1px solid #999;*/
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}
#ShpProductItemVariant .On:link, #ShpProductItemVariant .On:visited, #ShpProductItemVariant .On:hover
{
	padding: 2px;
	text-decoration: underline;
}
#ShpProductItemVariant .Off:link, #ShpProductItemVariant .Off:visited, #ShpProductItemVariant .Off:hover
{
	background: #ff00f0;
	color: #fff;
	padding: 2px;
}
/* WucShpProductItem.ascx - Product Options Panel */
#ShpProductItemOption
{
}
#ShpProductItemOption .Disabled
{
	border: 1px solid #ececec;
	color: #ececec;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
#ShpProductItemOption a:link, #ShpProductItemOption a:visited, #ShpProductItemOption a:hover
{
	border: 1px solid #999;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
#ShpProductItemOption .On:link, #ShpProductItemOption .On:visited, #ShpProductItemOption .On:hover
{
	color: #fff;
	background: #333333;
}
#ShpProductItemOption .Off:link, #ShpProductItemOption .Off:visited, #ShpProductItemOption .Off:hover
{
	color: #fff;
	background: #cccccc;
}
/* Downloads Panel - WucShpProductFiles.ascx */
#ShpProductFiles
{
    font-size: 11px;
    padding-bottom: 10px;
}
#ShpProductFiles td
{
}
#ShpProductFiles a:link, #ShpProductFiles a:visited
{
    color: #011a34;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
#ShpProductFiles a:hover
{
    color: #3399FF;
    font-size: 11px;
    text-decoration: underline;
}
/* Links Panel - WucShpProductLinks.ascx */
#ShpProductLinks
{
    font-size: 11px;
    padding-bottom: 10px;
}
#ShpProductLinks td
{
}
#ShpProductLinks a:link, #ShpProductLinks a:visited
{
    color: #011a34;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
#ShpProductLinks a:hover
{
    color: #3399FF;
    font-size: 11px;
    text-decoration: underline;
}
/* Related Products Panel - WucShpProductRelated.ascx */
#ShpProductRelate
{
    font-size: 11px;
}
#ShpProductRelate h6
{
    font-size: 14px;
    font-weight: normal;
    line-height: 120%;
    color: #666666;
}
#ShpProductRelate td
{
}
#ShpProductRelate a:link, #ShpProductRelate a:visited
{
    color: #ff3399;
    font-size: 11px;
    text-decoration: none;
}
#ShpProductRelate a:hover
{
    color: #ff0000;
    font-size: 11px;
    text-decoration: underline;
}
/* Product Specification Panel - WucShpProductSpecifications.ascx */
#ShpProductSpecifications
{
    font-size: 11px;
    margin-bottom: 15px;
}
#ShpProductSpecifications h6
{
    font-size: 14px;
    font-weight: normal;
    line-height: 120%;
    color: #666666;
}
#ShpProductSpecifications td
{
}
#ShpProductSpecifications a:link, #ShpProductSpecifications a:visited
{
    color: #ff3399;
    font-size: 11px;
    text-decoration: none;
}
#ShpProductSpecifications a:hover
{
    color: #ff0000;
    font-size: 11px;
    text-decoration: underline;
}
/* WucShpProductFeatured.ascx User Control Styles */
#ShpProductFeatured
{
	margin-bottom: 30px;
}
#ShpProductFeatured #BarHoriz3
{
}
#ShpProductFeatured .PriceOnRequest
{
	color: Red;
	font-weight: bold;
}
#ShpProductFeatured .ProPriceRetail
{
	font-weight: bold;
}
/* WucShpProductHomeList.ascx User Control Styles */
#ShpProductHomeList
{
	margin-bottom: 30px;
}
#ShpProductHomeList #BarHoriz3
{
}
#ShpProductHomeList .PriceOnRequest
{
	color: Red;
	font-weight: bold;
}
#ShpProductHomeList .ProPriceRetail
{
	font-weight: bold;
}
/* Videos Panel - WucShpProductVideos.ascx */
#ShpProductVideos
{
    font-size: 11px;
    padding-bottom: 10px;
}
#ShpProductVideos td
{
}
#ShpProductVideos a:link, #ShpProductVideos a:visited
{
    color: #011a34;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
#ShpProductVideos a:hover
{
    color: #3399FF;
    font-size: 11px;
    text-decoration: underline;
}
/* WucShpCartOrder User Control Styles */
#ShpCartOrder
{
}
#ShpCartOrder a
{
    margin: 0px;
    padding: 0px;
}
#ShpCartOrder table
{
}
#ShpCartOrder th
{
    background: url(/App_Themes/Shopper/img/bg_navigation.gif) bottom;
    color: #011932;
    padding: 4px;
}
#ShpCartOrder td
{
    padding: 4px;
}
#ShpCartOrder .PriceOnRequest
{
    color: Red;
    font-weight: bold;
}
#ShpCartOrder .ProImage1
{
}
#ShpCartOrder .AlternatingRowStyle
{
    background: #eee;
    border-right: solid 1px #fff;
}
#ShpCartOrder .RowStyle
{
    border-right: solid 1px #fff;
}
/* WucShpCartView User Control Styles */
#ShpCartView
{
    margin-bottom: 10px;
}
#ShpCartView table
{
}
#ShpCartView th
{
	background: #5a5a5a;
	color: #fff;
	padding: 4px;
}
#ShpCartView td
{
	padding: 3px;
}
#ShpCartView .PriceOnRequest
{
	color: Red;
	font-weight: bold;
}
#ShpCartView .ProImage1
{
}
#ShpCartView .AlternatingRowStyle
{
	border-right: solid 1px #fff;
}
#ShpCartView .RowStyle
{
	border-right: solid 1px #fff;
}
/* WucShpCartTotal User Control Styles */
#ShpCartTotal
{
}
#ShpCartTotal table
{
}
#ShpCartTotal th
{
}
#ShpCartTotal td
{
}
#ShpCartTotal .PriceOnRequest
{
	color: Red;
	font-size: 18px;
	font-weight: bold;
}
/* Shop Search Filter Styles - WucShpProductFilter.ascx */
#Filter
{
    border: solid 1px #ccc;
}
#Filter td
{
    background: #e5e5e5;
    padding: 2px;
}
#Filter p
{
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: 4px;
}
/* Shop Login Panel Styles */
#LogIn
{
}
#LogIn p
{
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
}
#LogIn a:link, #LogIn a:visited
{
    color: #fff;
    text-decoration: none;
}
#LogIn a:hover
{
    text-decoration: underline;
}
/* Manager Column Styles */
#Mgr
{
}
#Mgr h1
{
    font-size: 20px;
    margin-left: 0px;
}
#Mgr h4
{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
}
#Mgr h5
{
    margin-left: 0px;
    padding-left: 0px;
}
#Mgr h6
{
    font-size: 12px;
    margin-left: 0px;
    padding-left: 0px;
}
#Mgr p
{
    line-height: 150%;
    margin: 0px 0px 10px 0px;
}
#Mgr ul
{
    margin-left: -20px !important;
    margin-left: 20px;
    margin-top: 0px;
}
*:first-child + html #Mgr ul
{
    margin-left: 20px !important;
}
#Mgr .ColumnLeft
{
    float: left;
    width: 420px;
    margin-top: 5px;
    border-right: 1px solid #ccc;
    padding: 10px;
}
#Mgr .ColumnRight
{
    width: 697px;
    float: right;
    margin-top: 5px;
    padding: 10px;
}
#Mgr .ColumnLeft p
{
    margin-top: 12px;
    margin-left: 5px;
}
#Mgr #BarHoriz1
{
    width: 697px;
}
#Mgr #BarHoriz2
{
    margin-bottom: 20px;
}
h4 span
{
    font-size: 14px;
    color: #009ddc;
}
/* Shop Cart Styles - WebPanel Expand/Collapse Cart */
#ShpCart
{
    position: absolute;
    left: 702px;
    top: 0px;
    width: 220px;
    border-bottom: 1px solid #184465;
    z-index: 50;
}
#ShpCart a:link, #ShpCart a:visited, #ShpCart a:active
{
    color: #66ccff;
    font-weight: bold;
    text-decoration: none;
}
#ShpCart a:hover
{
    color: #ffffff;
}
#ShpCart .Button80
{
    background: url(/App_Themes/Shopper/img/bt_80_dd.gif) no-repeat;
    width: 80px;
    height: 18px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #ffffff;
    margin-bottom: 2px;
    padding-bottom: 2px !important;
    padding-bottom: 0px;
}
*:first-child + html #ShpCart .Button
{
    padding-bottom: 0px !important;
}
#ShpCart .Header
{
    background: url(/App_Themes/Shopper/img/bg_dd_panel.gif) repeat-y;
    height: 29px;
    padding: 0px 10px 0px 10px;
    width: 210px;
}
#ShpCart .Header img
{
    cursor: pointer;
}
#ShpCart .HeaderItems
{
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
}
#ShpCart .HeaderText
{
    color: #ffffff;
    font-size: 11px;
    position: relative;
    top: 3px;
}
#ShpCart .HeaderTotal
{
    font-size: 12px;
    font-weight: bold;
}
#ShpCart #Template
{
    background: url(/App_Themes/Shopper/img/bg_dd_panel.gif) repeat-y;
    border-top: 1px solid #184465;
    padding: 8px 4px 10px 4px;
    color: #ffffff;
    font-size: 10px;
    width: 212px;
}
#ShpCart #Template table
{
    background: #00172c;
    color: #fff;
    margin-left: 1px;
    margin-right: 1px;
}
#ShpCart #Template .AlternatingRowStyle
{
    background: #012140;
}
#ShpCart #Template .RowStyle
{
    background: #00172c;
}
#ShpCart #Template .Total
{
    font-size: 14px;
    font-weight: bold;
}
#ShpCart #Base
{
    background: url(/App_Themes/Shopper/img/bg_dd_panel.gif) repeat-y;
    border: none !important;
    padding-right: 5px;
}
#ShpCart #Base table
{
}
/* Web Panel Login Styles */
#ShpLoginExpand
{
    position: absolute;
    left: 475px;
    top: 0px;
    width: 220px;
    border-bottom: 1px solid #184465;
    z-index: 50;
}
#ShpLoginExpand a:link, #ShpLoginExpand a:visited, #ShpLoginExpand a:active
{
    color: #66ccff;
    font-weight: bold;
    text-decoration: none;
}
#ShpLoginExpand a:hover
{
    color: #ffffff;
}
#ShpLoginExpand .Button
{
    width: 80px;
    height: 18px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #ffffff;
    margin-bottom: 2px;
    background: url(/App_Themes/Shopper/img/bt_80_dd.gif) no-repeat;
    padding-bottom: 3px !important;
    padding-bottom: 0px;
}
*:first-child + html #ShpLoginExpand .Button
{
    padding-bottom: 0px !important;
}
#ShpLoginExpand .ButtonLogIn
{
    width: 50px;
    height: 18px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #ffffff;
    margin-bottom: 2px;
    background: url(/App_Themes/Shopper/img/bt_50_dd.gif) no-repeat;
    padding-bottom: 3px !important;
    padding-bottom: 0px;
}
*:first-child + html #ShpLoginExpand .ButtonLogIn
{
    padding-bottom: 0px !important;
}
#ShpLoginExpand .ButtonLogOut
{
    width: 80px !important;
    height: 18px;
    font-family: Verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #ffffff !important;
    display: block;
    margin-right: 3px;
    padding-top: 1px;
    background: url(/App_Themes/Shopper/img/bt_80_dd.gif) no-repeat;
    padding-bottom: 0px;
}
*:first-child + html #ShpLoginExpand .ButtonLogOut
{
    padding-bottom: 0px !important;
}
#ShpLoginExpand .Header
{
    height: 29px;
    padding: 0px 10px 0px 10px;
    width: 200px;
    background: url(/App_Themes/Shopper/img/bg_dd_panel.gif) repeat-y;
}
#ShpLoginExpand .Header img
{
    cursor: pointer;
}
#ShpLoginExpand .HeaderItems
{
    color: #fff;
    font-size: 10px;
    font-weight: normal;
}
#ShpLoginExpand .HeaderText
{
    color: #ffffff;
    font-size: 11px;
    position: relative;
    top: 3px;
}
#ShpLoginExpand .HeaderTotal
{
    font-size: 12px;
    font-weight: bold;
}
#ShpLoginExpand #Template
{
    width: 200px;
    padding: 8px 10px 10px 10px;
    color: #ffffff;
    border-top: 1px solid #184465;
    font-size: 10px;
    background: url(/App_Themes/Shopper/img/bg_dd_panel.gif) repeat-y;
}
#ShpLoginExpand #Template table
{
}
#ShpLoginExpand #Template .AlternatingRowStyle
{
}
#ShpLoginExpand #Template .RowStyle
{
    background-color: #f7f7f7;
}
#ShpLoginExpand #Template .Total
{
    font-size: 15px;
    font-weight: bold;
}
#ShpLoginExpand #Base
{
    height: 26px;
    background: url(/App_Themes/Shopper/img/bg_dd_panel.gif) repeat-y;
    padding-right: 5px;
}
#ShpLoginExpand #Base table
{
}
