/*
=================================================================================
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
{
	color: #333;
	font-size: 11px;
	font-family: arial, verdana, sans-serif !important;
}
#htmEditor1_tw
{
	font-size: 11px !important;
	font-family: arial, verdana, sans-serif !important;
}
body
{
	font-size: 11px;
	color: #333333;
	margin: 0px auto;
	background: url(/App_Themes/Manager/img/bg_site.gif) top repeat-x #666666;
}
a:link
{
	font-family: arial, verdana, sans-serif;
	padding: 0px;
	color:#336633;
}
a:visited
{
	font-family: arial, verdana, sans-serif;
	padding: 0px;
	color:#336633;
}
a:hover, a:active
{
	font-family: arial, verdana, sans-serif;
	padding: 0px;
	color:#339933;
}
button
{
    color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
}
h1
{
	color: #336633;
	font-family:"Times New Roman", Times, serif !important;
	font-size: 21px;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2
{
	color: #336633;
	font-family:"Times New Roman", Times, serif !important;
	font-size: 16px;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 0px;
}
h3
{
	color: #336633;
	font-family:"Times New Roman", Times, serif !important;
	font-size: 15px;
	font-weight:normal;
	margin-top: 5px;
	margin-bottom: 10px;
}
h4
{
	font-size: 18px;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif !important;
	padding: 5px 5px 5px 0px;
	margin-bottom: 0px;
	border-bottom: 3px solid #333;
}
h5
{
	color: #999;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	font-weight: normal;
}
h6
{
	color: #336633;
	margin: 10px 0px 4px 0px;
	font-size: 12px;
	font-weight: bold;
}
hr
{
    height: 1px;
	color: #cccccc;
	border: 0px;
	border-top: 1px solid #cccccc; /* Firefox */
}
img
{
	border: none;
}
input
{
}
ol
{
	margin-top: 0px;
	margin-bottom: 10px;
}
p
{
    margin-top:0px;
}
select
{
}
textarea
{
}
ul
{
	margin-top: 0px;
	margin-bottom: 10px;
}
/* General Styles */
.CurrencyCode
{
	font-size: 50%;
}
.CurrencySymbol
{
	font-size: 100%;
}
.Error
{
	color: Red;
}
.Hidden
{
	height: 0px;
	visibility: hidden;
}
.Message
{
	color: Red;
}
.Message a
{
	color: Red;
}
.Required
{
	color: Red;
	font-size: 10px;
}
.Visible
{
	visibility: visible;
}
/* Base Structure Styles */
#Outter
{
	width: 990px;
	position: relative;
	margin: 0px auto;
}
#Wrapper
{
	width: 990px;
	position: relative;
	margin: 0px auto;
}
#Inner
{
	padding:0px 8px 0px 8px;
	border-left:1px solid #848484;
	border-right:1px solid #848484;
	background:url(/App_Themes/Manager/img/bg_inner.gif) repeat-x #323232;
}
/* Header Styles */
#Header
{
	width:970px;
	height: 130px;
	position: relative;
	background: url(/App_Themes/Manager/img/bg_header.jpg) no-repeat #336633;
	border-left:1px solid #232323;
	border-right:1px solid #232323;
}
#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: 8px;
	top: 0px;
}
#HeaderNavMgr
{
	font-family: arial, verdana, sans-serif;
	width:970px;
	height:30px;
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 20;
	background:url(/App_Themes/Manager/img/bg_nav.gif) repeat-x;
}
#HeaderNavShp
{
	font-family: arial, verdana, sans-serif;
	width: 480px;
	position: absolute;
	left: 182px;
	top: 66px;
}
#HeaderSearch
{
	color: #fff;
	position: absolute;
	top: 2px;
	left: 325px;
	font-size:10px;
}
/* Body Styles */
#Body
{
	min-height: 400px;
	border:1px solid #232323;
	border-top:none;
	background:url(/App_Themes/Manager/img/bg_body.gif) repeat-y #fff;
}
#ColumnLeft
{
	width: 669px;
	min-height: 400px;
	margin-left:1px;
	padding:10px;
	float: left;
	background:url(/App_Themes/Manager/img/bg_white.gif) repeat-x #fff;
}
#ColumnMidLeft
{
}
#ColumnMid
{
}
#ColumnMidRight
{
}
#ColumnRight
{
    width: 278px;
	float: right;
}
#Clear
{
	height: 0px !important;
	clear: both;
}
/* Home Page Specific Body Styles */
#HomeBanner
{
	margin-bottom: 5px;
}
#HomePanelFeature
{
	margin-bottom: 5px;
}
#HomePanels
{
	margin-bottom: -2px;
}
#HomePanels div
{
	float: left;
}
#HomeArticle
{
}
#ColumnLeftHome
{
}
#ColumnMidLeftHome
{
}
#ColumnMidHome
{
}
#ColumnMidRightHome
{
}
#ColumnRightHome
{
}
/* Panel Style */
#Panel1
{
	border: 1px solid #dddddd;
	padding: 6px 8px 8px 8px;
	margin-bottom: 5px;
}
#Panel2
{
	padding: 9px;
	margin-bottom: 5px;
}
#Panel3
{
	border: 2px solid #e7e7e7;
	border-bottom: 0px;
	padding: 0px 10px 10px 10px;
}
/* Horizontal Bar Styles */
#BarHoriz1
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #ff3399;
	height: 18px;
}
#BarHoriz1 a:link, #BarHoriz1 a:visited
{
}
#BarHoriz1 a:hover
{
}
#BarHoriz2
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #222;
	height: 18px;
	text-align: left;
}
#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: url(/App_Themes/Manager/img/bg_header.jpg) no-repeat #660000;
	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;
}
#BarHoriz3 td
{
	color: #fff;
	font-size: 14px;
}
#BarHorizPopup1
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #222;
	height: 18px;
}
#BarHorizPopup1 a:link, #BarHorizPopup1 a:visited
{
}
#BarHorizPopup1 a:hover
{
}
#BarHorizPopup2
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #ff3399;
	height: 18px;
	text-align: left;
}
#BarHorizPopup2 a:link, #BarHorizPopup2 a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#BarHorizPopup2 a:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#BarHorizWysiwyg1
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #222;
	height: 18px;
}
#BarHorizWysiwyg2
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #999;
	height: 18px;
	text-align: left;
}
/* Breadcrumb Styles */
#Breadcrumb
{
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 12px;
	top: 38px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Breadcrumb a:link, #Breadcrumb a:visited
{
	font-size: 10px;
	color: #73326f;
	text-decoration: none;
}
#Breadcrumb a:hover
{
	font-size: 10px;
	color: #73326f;
	text-decoration: none;
}
/* Footer Styles */
#Footer
{
	height: 52px;
	font-family: arial, verdana, sans-serif;
	padding: 10px;
	background: url(/App_Themes/Manager/img/bg_footer.gif) #000;
	color: #fff;
	margin: 8px;
	border-bottom:8px solid #fff !important;
	border:none;
}
*:first-child+html #Footer
{
	border:none !important;
}
#Footer a:link, #Footer a:active, #Footer a:visited
{
	font-family: arial, verdana, sans-serif;
	color: #ffffff !important;
	text-decoration: none;
}
#Footer a:hover
{
	font-family: arial, verdana, sans-serif;
	color: #ff3399 !important;
	text-decoration: underline;
}
#Base
{
	font-size: 10px;
	text-align: center;
	color: #ffffff !important;
	width: 990px;
	height: 40px;
	padding-top:7px;
	margin: 0px auto;
	background: url(/App_Themes/Manager/img/bg_base.gif) no-repeat;
}
*:first-child+html #Base
{
	position:static !important;
}
#Base td
{
    font-size: 10px;
	color: #ffffff;
}
#Base a:link, #Base a:visited
{
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
#Base a:active, #Base a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/* Ajax UpdateProgress Panel */
#ProgressTemplate
{
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	width: 300px;
	height: 100px;
	text-align: center;
	filter: alpha (opacity=80);
	opacity: .80;
	position: fixed !important;
	position: absolute;
	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;
	line-height: 130%;
	margin: 5px 0px 5px 0px;
}
#ErrorDisplay a:link, #ErrorDisplay a:visited
{
	color: Maroon;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	text-decoration: underline;
}
#ErrorDisplay a:active
{
	color: #333;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	text-decoration: underline;
}
#ErrorDisplay a:hover
{
	color: #333;
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	text-decoration: underline;
}
#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
{
	margin-bottom: 3px;
	width: 100%;
}
#ErrorDisplay .CartLabel
{
	color: #333;
	font-weight: bold;
}
#ErrorDisplay .CartTotal
{
	color: #333;
	font-weight: bold;
}
#ErrorDisplay .ErrorMessage
{
	font-weight: bold;
	color: Maroon;
}
/* Controls Style */
#Form
{
}
#Form p
{
	margin: 0px 0px 3px 0px;
}
.AlternatingRowStyle
{
	background-color: #f7f7f7;
}
.Button
{
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	cursor: pointer;
	width: 70px;
}
.Button50
{
	width: 50px;
	height: 21px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Manager/img/bt_50.gif) no-repeat;
}
.Button60
{
	width: 60px;
	height: 21px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Manager/img/bt_60.gif) no-repeat;
}
.Button70
{
	width: 70px;
	height: 21px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Manager/img/bt_70.gif) no-repeat;
}
.Button80
{
	width: 80px;
	height: 21px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Manager/img/bt_80.gif) no-repeat;
}
.Button90
{
	width: 90px;
	height: 21px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Manager/img/bt_90.gif) no-repeat;
}
.Button100
{
	width: 100px;
	height: 21px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Manager/img/bt_100.gif) no-repeat;
}
.Button110
{
	width: 110px;
	height: 21px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Manager/img/bt_110.gif) no-repeat;
}
.Button120
{
	width: 120px;
	height: 21px;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Manager/img/bt_120.gif) no-repeat;
}
.Button130
{
	background: url(/App_Themes/Manager/img/bt_130.gif) no-repeat;
	border: none;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
	height: 21px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	width: 130px;
}
.Button140
{
	background: url(/App_Themes/Manager/img/bt_140.gif) no-repeat;
	border: none;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
	height: 21px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	width: 140px;
}
.Button150
{
	background: url(/App_Themes/Manager/img/bt_150.gif) no-repeat;
	border: none;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
	height: 21px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	width: 150px;
}
.Button160
{
	background: url(/App_Themes/Manager/img/bt_160.gif) no-repeat;
	border: none;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
	height: 21px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	width: 160px;
}
.ButtonCheckout
{
	background: url(/App_Themes/Manager/img/bt_checkout.gif) no-repeat;
	border: none;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	width: 90px;
}
.CalendarPopup
{
	text-align: left;
	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: #fff !important;
	color: #333;
	font-size: 11px;
	width: 200px;
}
.EditRowStyle
{
	text-align: right;
}
.EmptyDataRowStyle
{
	color: Red;
}
.FileUpload
{
	background: #fff !important;
	border: 1px solid #999;
	color: #333;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
}
.FooterStyle
{
	text-align: right;
}
.FormButton
{
	padding-left: 100px;
}
.FormHead
{
}
.FrameStyle
{
}
.HeaderHeight
{
	height: 0px;
}
.HeaderStyle
{
	background-color: #ff6633;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	height: 18px;
	padding-left: 1px;
}
.HtmlEditor
{
	color: #333 !important;
	font-size: 11px !important;
}
.HtmlEditor p
{
}
.HyperLink
{
	text-decoration: none;
}
.Label
{
	width: 100px;
	float: left;
	text-align: left;
}
.LabelDefault
{
}
.LabelError
{
	color: Red;
}
.Pager
{
}
.Pager a:link, .Pager a:active
{
}
.Pager a:hover
{
}
.PagerContainerTable
{
	width: 100%;
}
.PagerCurrentPageCell
{
	text-align: center;
	font-weight: bold;
	width: 10px;
}
.PagerHyperlinkStyle
{
}
.PagerHyperlinkStyle:hover
{
}
.PagerHyperlinkStyle:link
{
}
.PagerHyperlinkStyle:visited
{
}
.PagerHyperlinkStyle:active
{
}
.PagerInfoCell
{
	text-align: left;
	color: #666;
}
.PagerInfoCell:link
{
}
.PagerInfoCell:visited
{
}
.PagerOtherPageCells
{
	text-align: center;
	width: 10px;
}
.PagerSSCCells
{
	text-align: center;
	width: 10px;
}
.RowStyle
{
	background-color: #ececec;
}
.SelectedRowStyle
{
	background-color: #cccccc;
}
.TextBox
{
	background: #fff !important;
	border: 1px solid #999;
	color: #333;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
	width: 200px;
}
.TextBoxNumeric
{
	background: #fff !important;
	border: 1px solid #999;
	color: #333;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
	text-align: right;
}
.TextBoxQuantity
{
	background: #fff !important;
	border: 1px solid #999;
	color: #333;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
	text-align: right;
}
.WebNumericEdit
{
	background: #fff !important;
	border: 1px solid #999;
	color: #333;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
	text-align: right;
}
.WebTextEdit
{
	background: #fff !important;
	border: 1px solid #999;
	color: #333;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
}
/* DetailsView Styles */
#DetailsView
{
	margin-top: 0px;
	background-color: #fff;
}
#DetailsView td
{
	padding: 2px 1px 2px 1px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#DetailsView th
{
	background-color: #ff6633;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	height: 18px;
	padding: 2px 2px 2px 2px;
}
#DetailsView th a
{
	color: #fff;
}
#DetailsView .AlternatingRowStyle
{
	background-color: #f7f7f7;
}
#DetailsView .Button
{
}
#DetailsView .ButtonAlign
{
}
#DetailsView .CalendarPopup
{
}
#DetailsView .CellButtonStyle
{
}
#DetailsView .CheckBox
{
}
#DetailsView .CommandRowStyle
{
}
#DetailsView .CommandRowStyle td
{
}
#DetailsView .Date
{
}
#DetailsView .DropDownList
{
}
#DetailsView .EditRowStyle
{
}
#DetailsView .EmptyDataRowStyle
{
}
#DetailsView .FileUpload
{
}
#DetailsView .FooterStyle
{
}
#DetailsView .FormButton
{
}
#DetailsView .FormHead
{
}
#DetailsView .FrameStyle
{
}
#DetailsView .HeaderStyle
{
	vertical-align: top;
	width: 140px;
}
#DetailsView .HtmlEditor
{
}
#DetailsView .HtmlEditor p
{
}
#DetailsView .Label
{
}
#DetailsView .Pager
{
}
#DetailsView .Pager a:link, #DetailsView .Pager a:active
{
}
#DetailsView .Pager a:hover
{
}
#DetailsView .PagerContainerTable
{
}
#DetailsView .PagerCurrentPageCell
{
}
#DetailsView .PagerHyperlinkStyle
{
}
#DetailsView .PagerHyperlinkStyle:hover
{
}
#DetailsView .PagerHyperlinkStyle:link
{
}
#DetailsView .PagerHyperlinkStyle:visited
{
}
#DetailsView .PagerHyperlinkStyle:active
{
}
#DetailsView .PagerInfoCell
{
}
#DetailsView .PagerInfoCell:link
{
}
#DetailsView .PagerInfoCell:visited
{
}
#DetailsView .PagerOtherPageCells
{
}
#DetailsView .PagerSSCCells
{
}
#DetailsView .RowStyle
{
	background-color: #fff;
}
#DetailsView .SelectedRowStyle
{
	background-color: #fff;
}
#DetailsView .TextBox
{
}
#DetailsView .TextBoxNumeric
{
}
#DetailsView .TextBoxQuantity
{
}
#DetailsView .WebNumericEdit
{
}
#DetailsView .WebTextEdit
{
}
/* Style for GridView */
#GridView
{
	margin-top: 0px;
	background-color: #fff;
}
#GridView td
{
	padding: 0px 3px 0px 3px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#GridView th
{
	background-color: #ff6633;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	height: 18px;
	padding: 2px 3px 2px 3px;
}
#GridView th a
{
	color: #fff;
}
#GridView .AlternatingRowStyle
{
}
#GridView .Button
{
}
#GridView .ButtonAlign
{
}
#GridView .CalendarPopup
{
}
#GridView .CellButtonStyle
{
}
#GridView .CheckBox
{
}
#GridView .CommandRowStyle
{
}
#GridView .CommandRowStyle td
{
}
#GridView .Date
{
}
#GridView .DropDownList
{
}
#GridView .EditRowStyle
{
}
#GridView .EmptyDataRowStyle
{
}
#GridView .FileUpload
{
}
#GridView .FooterStyle
{
}
#GridView .FormButton
{
}
#GridView .FormHead
{
}
#GridView .FrameStyle
{
}
#GridView .HeaderStyle
{
}
#GridView .HtmlEditor
{
}
#GridView .HtmlEditor p
{
}
#GridView .Label
{
}
#GridView .Pager
{
}
#GridView .Pager a:link, #GridView .Pager a:active
{
}
#GridView .Pager a:hover
{
}
#GridView .PagerContainerTable
{
}
#GridView .PagerCurrentPageCell
{
}
#GridView .PagerHyperlinkStyle
{
}
#GridView .PagerHyperlinkStyle:hover
{
}
#GridView .PagerHyperlinkStyle:link
{
}
#GridView .PagerHyperlinkStyle:visited
{
}
#GridView .PagerHyperlinkStyle:active
{
}
#GridView .PagerInfoCell
{
}
#GridView .PagerInfoCell:link
{
}
#GridView .PagerInfoCell:visited
{
}
#GridView .PagerOtherPageCells
{
}
#GridView .PagerSSCCells
{
}
#GridView .RowStyle
{
}
#GridView .SelectedRowStyle
{
}
#GridView .TextBox
{
}
#GridView .TextBoxNumeric
{
}
#GridView .TextBoxQuantity
{
}
#GridView .WebNumericEdit
{
}
#GridView .WebTextEdit
{
}
/* /shopper/Checkout.aspx Sytles */
/* Checkout Delivery Description Style */
.DelDescription
{
	color: #333 !important;
	font-size: 11px !important;
}
/* Checkout Payment Description Style */
.PayDescription
{
	color: #333 !important;
	font-size: 11px !important;
}
/* ShpCategory Database Fields Styles */
.CatDescription
{
	color: #333 !important;
	font-size: 11px !important;
}
.CatBriefDescription
{
	color: #333 !important;
	font-size: 11px !important;
}
.CatExtendedDescription
{
	color: #333 !important;
	font-size: 11px !important;
}
.CatImageThumb
{
}
.CatImageSmall
{
}
.CatImageMedium
{
	border: 1px solid #ccc !important;
}
.CatImageLarge
{
}
.CatName
{
	font-size: 14px;
	font-weight: bold;
}
.CatName
{
}
.CatName a:link, .CatName a:visited
{
}
.CatName a:hover
{
}
/* ShpProduct Database Fields Styles */
.ProBriefDescription
{
	color: #333 !important;
	font-size: 11px !important;
}
.ProCode
{
	font-size: 9px;
	color: #666;
}
.ProComposition
{
}
.ProDescription
{
	color: #333 !important;
	font-size: 11px !important;
}
.ProDimension
{
}
.ProExtendedDescription
{
	color: #333 !important;
	font-size: 11px !important;
}
.ProExtraDescription
{
	color: #333 !important;
	font-size: 11px !important;
}
.ProImage1
{
}
.ProImage2
{
}
.ProImage3
{
	border: 1px solid #ccc;
}
.ProImage4
{
}
.ProImage5
{
}
.ProMinimumOrderQuantity
{
}
.ProManufacturer
{
	color: #666;
	position: relative;
	top: -3px;
}
.ProMinimumOrderQuantity
{
}
.ProName
{
}
.ProName a:link, .ProName a:visited
{
	font-size: 12px;
	font-weight: bold;
}
.ProName a:hover
{
}
.ProPriceRetail
{
	font-weight: bold;
	font-size: 14px;
}
.ProReorderDeliveryTime
{
}
.ProStockLevel
{
}
/* WucCategoryList User Control Styles */
#ShpCategoryList
{
}
#ShpCategoryList a:link, #ShpCategoryList a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#ShpCategoryList a:hover
{
	color: #ff6633;
}
#ShpCategoryList .CatDescription
{
	color: #666;
	position: relative;
	top: -3px;
}
#ShpCategoryList .CatExtendedDescription
{
}
#ShpCategoryList .CatImageThumb
{
}
#ShpCategoryList .CatImageSmall
{
}
#ShpCategoryList .CatImageMedium
{
	border: 1px solid #ccc;
}
#ShpCategoryList .CatImageLarge
{
}
#ShpCategoryList .CatName
{
}
#ShpCategoryList .CatName a:link, #ShpCategoryList .CatName a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#ShpCategoryList .CatName a:hover
{
	color: #ff6633;
}
/* WucProductListList User Control Styles */
#ShpProductList
{
	font-size: 11px;
	text-align: center;
}
#ShpProductList a:link, #ShpProductList a:visited
{
}
#ShpProductList a:hover
{
}
#ShpProductList .ProCode
{
}
#ShpProductList .ProComposition
{
}
#ShpProductList .ProDescription
{
	padding-left: 5px;
	padding-right: 5px;
}
#ShpProductList .ProDimension
{
}
#ShpProductList .ProExtendedDescription
{
}
#ShpProductList .ProImage1
{
}
#ShpProductList .ProImage2
{
}
#ShpProductList .ProImage3
{
}
#ShpProductList .ProImage4
{
}
#ShpProductList .ProImage5
{
}
#ShpProductList .ProMinimumOrderQuantity
{
}
#ShpProductList .ProManufacturer
{
}
#ShpProductList .ProMinimumOrderQuantity
{
}
#ShpProductList .ProName
{
}
#ShpProductList .ProName a:link, #ShpProductList .ProName a:visited
{
}
#ShpProductList .ProName a:hover
{
}
#ShpProductList .ProPriceRetail
{
}
#ShpProductList .ProReorderDeliveryTime
{
}
#ShpProductList .ProStockLevel
{
}
/* 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;
	width: 720px;
}
/* WucShpProductItem.ascx User Control Styles */
#ShpProductItem
{
	width: 720px;
	padding-top: 10px;
}
#ShpProductItem #ColumnLeft
{
}
#ShpProductItem #ColumnMidLeft
{
}
#ShpProductItem #ColumnMid
{
}
#ShpProductItem #ColumnMidRight
{
}
#ShpProductItem #ColumnRight
{
}
#ShpProductItem a:link, #ShpProductItem a:visited
{
}
#ShpProductItem a:hover
{
}
#ShpProductItem .ProCode
{
	text-align: left;
}
#ShpProductItem .ProComposition
{
	font-size: 10px;
	color: #666;
	text-align: left;
}
#ShpProductItem .ProDimensions
{
	font-size: 10px;
	color: #666;
	text-align: left;
	display: block;
}
#ShpProductItem .ProDescription
{
	color: #666;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: left;
}
#ShpProductItem .ProDimension
{
	font-size: 11px;
	color: #666;
	text-align: left;
}
#ShpProductItem .ProExtendedDescription
{
	color: #666;
	font-size: 13px;
	line-height: 120%;
	margin-bottom: 10px;
	text-align: left;
}
#ShpProductItem .ProImage1
{
}
#ShpProductItem .ProImage2
{
	border: solid 1px #ccc !important;
	height: 70px;
	padding: 2px;
}
#ShpProductItem .ProImage3
{
}
#ShpProductItem .ProImage4
{
	border: solid 1px #ccc !important;
	margin-bottom: 5px;
}
#ShpProductItem .ProImage5
{
}
#ShpProductItem .ProMinimumOrderQuantity
{
}
#ShpProductItem .ProManufacturer
{
}
#ShpProductItem .ProMinimumOrderQuantity
{
}
#ShpProductItem .ProName
{
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 5px;
	text-align: left;
}
#ShpProductItem .ProNameMaster
{
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #ff6600;
}
#ShpProductItem .ProNameOption
{
}
#ShpProductItem .ProNameVariant
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	position: relative;
	top: -2px;
}
#ShpProductItem .ProPriceRetail
{
	margin-bottom: 10px;
	font-size: 16px;
}
#ShpProductItem .ProReorderDeliveryTime
{
}
#ShpProductItem .ProStockLevel
{
}
/* WucShpProductItem.ascx - Add to Cart Panel */
#ShpProductItemCart
{
	background: #e7e7e7;
	margin-bottom: 10px;
}
#ShpProductItemCart p
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#ShpProductItemCart .ProPriceRetail
{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
/* WucShpProductItem.ascx - Product Options Panel */
#ShpProductItemOption
{
}
.Disabled
{
	color: #ececec;
	display: block;
	text-decoration: none;
	width: 32px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #ececec;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
}
#ShpProductItemOption a:link, #ShpProductItemOption a:visited, #ShpProductItemOption a:hover
{
	color: #333333;
	display: block;
	text-decoration: none;
	width: 32px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #999;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
}
#ShpProductItemOption .On:link, #ShpProductItemOption .On:visited, #ShpProductItemOption .On:hover
{
	color: #fff;
	background: #333333;
}
/* WucShpProductSpecifications.ascx User Control Styles */
#ShpProductSpecifications
{
	font-size: 11px;
	margin-bottom: 15px;
}
#ShpProductSpecifications a:link, #ShpProductSpecifications a:visited
{
	font-size: 11px;
	text-decoration: none;
}
#ShpProductSpecifications a:hover
{
	font-size: 11px;
	text-decoration: underline;
}
#ShpProductSpecifications h6
{
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	color: #666;
}
#ShpProductSpecifications p
{
	margin: 0px;
	padding: 0px;
}
#ShpProductSpecifications td
{
	border-bottom: 0px solid #ccc;
	padding: 3px 0px 3px 0px;
}
#ShpProductSpecifications .AlternatingItemStyle
{
	background-color: #f7f7f7;
	border-bottom: solid 1px #ccc;
}
#ShpProductSpecifications .HeaderStyle
{
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	color: #000;
	font-weight: bold;
	height: 12px;
	padding-left: 0px;
}
#ShpProductSpecifications .FooterStyle
{
	border-top: solid 1px #ccc;
}
#ShpProductSpecifications .ItemStyle
{
	background-color: #fff;
	border-bottom: solid 1px #ccc;
}
#ShpProductSpecifications .Label
{
	float: left;
	padding-left: 5px;
	text-align: left;
	width: 80px;
}
/* WucShpProductFeatured.ascx User Control Styles */
#ShpProductFeatured
{
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	padding: 10px;
}
#ShpProductFeatured #BarHoriz3
{
	font-size: 14px;
}
/* WucShpProductHomeList.ascx User Control Styles */
#ShpProductHomeList
{
	border: 1px solid #dddddd;
	margin-bottom: 5px;
	padding: 10px;
}
#ShpProductHomeList #BarHoriz3
{
	font-size: 14px;
}
/* WucShpProductPrice.ascx User Control Styles */
#ShpProductPrice
{
	border: 1px solid #dddddd;
	padding: 10px;
}
.ShpProductPrice td
{
	border-bottom: 1px solid #ccc;
}
#ShpProductPrice #BarHoriz3
{
	font-size: 14px;
}
/* WucProductListFiles.ascx User Control Styles */
#ShpProductFiles
{
	font-size: 11px;
}
#ShpProductFiles td
{
}
#ShpProductFiles a:link, #ShpProductFiles a:visited
{
	font-size: 11px;
	text-decoration: underline;
}
#ShpProductFiles a:hover
{
	font-size: 11px;
	text-decoration: underline;
}
/* WucProductListLinks.ascx User Control Styles */
#ShpProductLinks
{
	font-size: 11px;
}
#ShpProductLinks td
{
}
#ShpProductLinks a:link, #ShpProductLinks a:visited
{
	font-size: 11px;
	text-decoration: underline;
}
#ShpProductLinks a:hover
{
	font-size: 11px;
	text-decoration: underline;
}
/* WucProductListRelated.ascx User Control Styles */
#ShpProductRelate
{
	font-size: 11px;
}
#ShpProductRelate h6
{
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	color: #666;
}
#ShpProductRelate td
{
}
#ShpProductRelate a:link, #ShpProductRelate a:visited
{
}
#ShpProductRelate a:hover
{
}
/* Videos Panel - WucProductListVideos.ascx */
#ShpProductVideos
{
	font-size: 11px;
}
#ShpProductVideos td
{
}
#ShpProductVideos a:link, #ShpProductVideos a:visited
{
	font-size: 11px;
	text-decoration: underline;
}
#ShpProductVideos a:hover
{
	font-size: 11px;
	text-decoration: underline;
}
/* WucShpSearchFilter.ascx User Control Styles (used in /search/WucShpSearchHoriz01.ascx etc.) */
#ShpSearchFilter
{
	background: #fff;
	border: 1px solid #dddddd;
	margin-bottom: 5px;
}
#ShpSearchFilter table
{
}
#ShpSearchFilter td
{
	padding: 3px 0px 2px 5px;
	font-size: 10px;
	border-right: 0px solid #cccccc;
}
#ShpSearchFilter p
{
	font-size: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-top: 0px;
}
/* WucShpCartOrder User Control Styles */
#ShpCartOrder
{
}
#ShpCartOrder table
{
}
#ShpCartOrder th
{
	background: #5a5a5a;
	color: #fff;
	padding: 4px;
}
#ShpCartOrder td
{
	padding: 4px;
}
#ShpCartOrder .AlternatingRowStyle
{
	border-right: solid 1px #fff;
}
#ShpCartOrder .RowStyle
{
	border-right: solid 1px #fff;
}
/* WucShpCart User Control Styles */
#ShpCart
{
	position: absolute;
	left: 677px;
	top: 5px;
	width: 240px;
	border: 4px solid #eeeeee;
	z-index: 50;
}
#ShpCart a:link, #ShpCart a:visited, #ShpCart a:active
{
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
#ShpCart a:hover
{
	color: #339933;
}
#ShpCart .Button
{
	background: url(/App_Themes/Manager/img/bt_spec.gif) no-repeat;
	border: none;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
	height: 19px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	width: 70px;
}
#ShpCart .Header
{
	color: #fff;
	background: #ff6600;
	padding: 0px 7px 0px 10px;
	height: 25px;
}
#ShpCart .Header img
{
	cursor: pointer;
	margin-top: 2px;
}
#ShpCart .HeaderItems
{
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}
#ShpCart .HeaderText
{
	color: #fff;
	font-size: 12px;
	position: relative;
	top: 1px;
}
#ShpCart .HeaderTotal
{
	font-size: 12px;
	font-weight: bold;
}
#ShpCart #Template
{
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding-left: 1px;
	padding-right: 1px;
}
#ShpCart #Template table
{
}
#ShpCart #Template .AlternatingRowStyle
{
	background-color: #f7f7f7;
}
#ShpCart #Template .RowStyle
{
	background-color: #fff;
}
#ShpCart #Template .Total
{
	font-size: 15px;
	font-weight: bold;
}
#ShpCart #Base
{
	background: #fff;
	height: 25px;
	padding: 1px 0px 1px 0px;
	width: 240px;
}
#ShpCart #Base table
{
}
/* WucShpLoginExpand.ascx User Control Styles */
#ShpLoginExpand
{
	position: absolute;
	left: 432px;
	top: 5px;
	width: 230px;
	border: 4px solid #eeeeee;
	z-index: 50;
}
#ShpLoginExpand a:link, #ShpLoginExpand a:visited, #ShpLoginExpand a:active
{
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
#ShpLoginExpand a:hover
{
	color: #339933;
}
#ShpLoginExpand .Button
{
	background: url(/App_Themes/Manager/img/bt_spec.gif) no-repeat;
	border: none;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
	height: 19px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	width: 70px;
}
#ShpLoginExpand .ButtonLogIn
{
	background: url(/App_Themes/Manager/img/bt_spec.gif) no-repeat;
	border: none;
	color: #333;
	cursor: pointer;
	font-size: 10px;
	font-weight: normal;
	height: 19px;
	margin-bottom: 0px;
	padding-bottom: 2px;
	width: 70px;
}
#ShpLoginExpand .Header
{
	color: #fff;
	background: #ff6600;
	padding: 0px 7px 0px 10px;
	height: 25px;
}
#ShpLoginExpand .Header img
{
	cursor: pointer;
	margin-top: 2px;
}
#ShpLoginExpand .HeaderItems
{
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}
#ShpLoginExpand .HeaderText
{
	color: #fff;
	font-size: 12px;
	position: relative;
	top: 1px;
}
#ShpLoginExpand .HeaderTotal
{
	font-size: 12px;
	font-weight: bold;
}
#ShpLoginExpand #Template
{
	background: #fff;
	padding: 10px;
}
#ShpLoginExpand #Template table
{
}
#ShpLoginExpand #Template .AlternatingRowStyle
{
}
#ShpLoginExpand #Template .RowStyle
{
	background-color: #f7f7f7;
}
#ShpLoginExpand #Template .Total
{
	font-size: 15px;
	font-weight: bold;
}
#ShpLoginExpand #Base
{
	background: #fff;
	height: 25px;
	padding: 1px 0px 1px 0px;
}
#ShpLoginExpand #Base table
{
}
#ShpLoginExpand #Base td
{
	padding: 0px 3px 0px 0px;
}
#ShpLoginExpand #Base .ButtonLogIn
{
	background: url(/App_Themes/Manager/img/bt_spec.gif) no-repeat;
	border: none;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 10px;
	font-weight: normal;
	height: 20px;
	margin-top: 3px;
	padding-top: 1px;
	text-align: center;
	width: 70px !important;
}
/* Manager Styles */
#Mgr
{
	border: none;
	margin-top: 10px;
}
#Mgr p
{
	margin: 0px 0px 12px 0px;
}
#Form #Mgr
{
	border: none;
	margin-top: 10px;
}
#Form #Mgr p
{
	margin: 0px 0px 12px 0px;
}
/* Downloads Panel - WucMgrArticleFiles.ascx */
#MgrArticleFiles
{
	margin-top: 10px;
}
#MgrArticleFiles td
{
}
#MgrArticleFiles a:link, #MgrArticleFiles a:visited
{
}
#MgrArticleFiles a:hover
{
}
/* Downloads Panel - WucMgrArticleLinks.ascx */
#MgrArticleLinks
{
	margin-top: 10px;
}
#MgrArticleLinks td
{
}
#MgrArticleLinks a:link, #MgrArticleLinks a:visited
{
}
#MgrArticleLinks a:hover
{
}