/*
=================================================================================
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: "Trebuchet MS" , verdana, arial, sans-serif;
}
h1
{
	height: 45px;
	padding-top: 4px;
	color: #303956;
	font-size: 26px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
h2
{
	height: 23px;
	color: #303956;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 3px;
	padding-left: 30px;
	background: url(/App_Themes/Shopper/img/ic_blue_arrow.png) no-repeat left;
}
h3
{
	color: #0099cc;
	font-size: 24px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 0px;
}
h4
{
	color: #303956;
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: -1px;
	padding-left: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d5dbeb;
}
h5
{
	color: #0099cc;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 4px;
}
h6
{
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
}
body
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px auto;
	background: url(/App_Themes/Shopper/img/bg_site.gif) top repeat-x #1288ca;
}
a:link
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
a:hover, a:active
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
button
{
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	cursor: pointer;
}
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*/
}
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-left: -30px !important;
	margin-left: 10px;
}
*:first-child + html ul
{
	margin-left: 10px !important;
}
/* General Styles */
.Error
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
.Message
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}
/* Base Structure Styles */
#Wrapper
{
	width: 970px;
	position: relative;
	margin: 0px auto;
	background: #ffffff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#Inner
{
}
/* Header Styles */
#Header
{
	height: 137px;
	border-bottom: 1px solid #cccccc;
	position: relative;
	background: url(/App_Themes/Shopper/img/bg_header.gif) bottom;
}
#HeaderContact
{
	position: absolute;
	right: 20px;
	top: 38px;
	text-align: right;
	width: 200px;
}
#HeaderContact p
{
	font-size: 21px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: -5px;
}
#HeaderContact a:link, #HeaderContact a:visited
{
	font-size: 11px;
	text-decoration: none;
	color: #0099cc;
}
#HeaderContact a:hover
{
	text-decoration: underline;
}
#HeaderLogo
{
	position: absolute;
	left: 30px;
	top: 50px;
}
#HeaderNavMgr
{
	height: 24px;
	border-bottom: 1px solid #fff;
	background: #d2d2d2;
}
#HeaderNavShp
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	width: 480px;
	position: absolute;
	left: 185px;
	top: 66px;
}
#HeaderSearch
{
	width: 220px;
	padding: 5px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	border: 1px solid #fff;
	background: #eaeaea;
}
/* Body Styles */
#Body
{
	padding: 0px;
}
#ColumnLeft
{
	width: 235px;
	float: left;
}
#ColumnMidLeft
{
}
#ColumnMid
{
}
#ColumnMidRight
{
}
#ColumnRight
{
	width: 697px;
	float: right;
}
#Clear
{
	height:0px;
	display:inherit !important;
	display:none;
	clear: both;
}
/* Home Page Specific Body Styles */
#BannerHome
{
	height: auto;
	min-height: 205px;
	padding-top: 270px;
	position: relative;
	background: url(/App_Themes/Shopper/img/bg_home_1.jpg) no-repeat #fff;
}
#ColumnLeftHome
{
}
#ColumnMidLeftHome
{
}
#ColumnMidHome
{
}
#ColumnMidRightHome
{
}
#ColumnRightHome
{
}
/* Horizontal Bar Styles */
#BarHoriz1
{
	font-size: 11px;
	color: #999;
	padding-right: 30px;
}
#BarHoriz1 a:link, #BarHoriz1 a:visited
{
	padding: 0px;
	color: #303956;
}
#BarHoriz1 a:hover
{
	color: #0099cc;
}
#BarHoriz2
{
}
#BarHoriz2 a:link, #BarHoriz2 a:visited
{
}
#BarHoriz2 a:hover
{
}
#BarHoriz3
{
}
#BarHoriz3 a:link, #BarHoriz3 a:visited
{
}
#BarHoriz3 a:hover
{
}
#BarHorizPopup1
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #000066;
	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: #5a5a5a;
	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
{
	background: #333333;
	border: 0px !important;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px !important;
	padding: 5px 5px 5px 10px;
	text-align: left;
}
#BarHorizWysiwyg2
{
	background: #ff6633;
	border: 0px !important;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px !important;
	padding: 5px 5px 5px 10px;
	text-align: left;
}
/* Breadcrumb Styles */
#Breadcrumb
{
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Breadcrumb a:link, #Breadcrumb a:visited
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#Breadcrumb a:hover
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
/* Footer Styles */
#Footer
{
	width: 972px;
	height: 71px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	border-top: 1px solid #000;
	position: relative;
	left: -1px;
	margin: 0 auto;
	color: #fff;
	background: url(/App_Themes/Shopper/img/bg_footer.gif) repeat-x;
}
#Footer p
{
	margin-left: 110px;
	margin-top: 0px !important;
	margin-top: 12px;
}
*:first-child + html #Footer p
{
	margin-top: 12px !important;
}
::root #Footer p
{
	margin-top: 12px !important;
}
#Footer a:link, #Footer a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#Footer a:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #FF9900;
	text-decoration: none;
}
#Base
{
}
#Base a:link, #Base a:visited
{
}
#Base a:active, #Base a:hover
{
}
/* Controls Style */
.Button
{
	color: #000;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	cursor: pointer;
	width: 70px;
}
.Button50
{
	width: 50px;
	height: 24px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Shopper/img/bt_50.gif) no-repeat;
}
.Button60
{
	width: 60px;
	height: 22px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	color: #000;
	background: url(/App_Themes/Shopper/img/bt_60.gif) no-repeat;
}
.Button70
{
	width: 70px;
	height: 22px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	color: #000;
	background: url(/App_Themes/Shopper/img/bt_70.gif) no-repeat;
}
.Button80
{
	width: 80px;
	height: 24px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	color: #000;
	background: url(/App_Themes/Shopper/img/bt_80.gif) no-repeat;
}
.Button90
{
	width: 90px;
	height: 22px;
	padding-bottom: 2px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	color: #000;
	background: url(/App_Themes/Shopper/img/bt_90.gif) no-repeat;
}
.Button100
{
	width: 100px;
	height: 24px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Shopper/img/bt_100.gif) no-repeat;
}
.Button110
{
	width: 110px;
	height: 24px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Shopper/img/bt_110.gif) no-repeat;
}
.Button120
{
	width: 120px;
	height: 24px;
	font-family: "Trebuchet MS" , Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #ffffff;
	background: url(/App_Themes/Shopper/img/bt_120.gif) no-repeat;
}
.CalendarPopup
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
.Date
{
	background-color: #ececec;
	margin-top: 0px;
	padding-bottom: 2px;
	border-bottom: solid 1px #fff;
	margin-bottom: 0px;
}
.DropDownList
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
.FileUpload
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	width: 190px;
	height: 18px;
	margin-top: 1px;
}
.HeaderHeight
{
	height: 0px;
}
.HyperLink
{
	text-decoration: none;
}
.Label
{
	width: 80px;
	float: left;
	text-align: left;
	color: #000;
	height: 16px;
	padding-top: 3px;
	padding-left: 5px;
}
.LabelDefault
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
.LabelError
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.TextBox
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
.TextBoxNumeric
{
	text-align: right;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
.TextBoxQuantity
{
	text-align: right;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
.WebNumericEdit
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	text-align: right;
}
.WebTextEdit
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: "Trebuchet MS" , 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: #ececec;
}
/* 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;
}
#DetailsView .HtmlEditor p
{
	background-color: #fff;
	font-size: 11px; /*IE*/
	line-height: 140%;
	margin: 0;
	padding: 0;
}
#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;
}
/* 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;
}
#GridView .HtmlEditor p
{
	background-color: #fff;
	font-size: 11px; /*IE*/
	line-height: 140%;
	margin: 0;
	padding: 0;
}
#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
{
}
.PagerHyperlinkStyle:link
{
}
.PagerHyperlinkStyle:visited
{
}
.PagerHyperlinkStyle:active
{
}
/* 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: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	line-height: 130%;
	margin: 10px;
	padding: 5px;
}
#ErrorDisplay a
{
	color: Maroon;
	font-family: "Trebuchet MS" , 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
{
	background: url(/App_Themes/Shopper/img/bg_body.gif) repeat-x;
	min-height: 300px;
	font-size: 12px;
	padding-bottom: 40px;
}
#Shp #ColumnLeft
{
	float: left;
	width: 225px;
	padding: 0px 5px 5px 5px;
	border-right: 1px solid #d5dbeb;
}
#Shp #ColumnMidLeft
{
	float: left;
}
#Shp #ColumnMid
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: center;
}
#Shp #ColumnMidRight
{
	float: right;
	margin-left: 20px;
	margin-right: 25px;
}
#Shp #ColumnRight
{
	float: right;
	width: 705px;
}

#Shp h1
{
}
#Shp h2
{
}
#Shp h3
{
}
#Shp h4
{
}
#Shp h5
{
}
#Shp p
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding: 0px;
}
/* Shop Control Styles - Cascading from Default.css */
#Shp p.FormHead
{
}
#Shp p.FormButton
{
	padding-left: 88px;
}
#Shp p.Message
{
}
#Shp .Button
{
}
#Shp .CalendarPopup
{
}
#Shp .Date
{
}
#Shp .DropDownList
{
	width: 100px;
}
#Shp .FileUpload
{
	width: 180px;
}
#Shp .HeaderHeight
{
}
#Shp .HyperLink
{
}
#Shp .Label
{
	width: 85px;
}
#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
{
}
/* Category Styles - Category.aspx / WucShpCategoryList */
.CatDescription
{
}
.CatExtendedDescription
{
}
/* Category Image Styles - Category.aspx / WucShpCategoryList.ascx */
.CatImageThumb
{
}
.CatImageSmall
{
}
.CatImageMedium
{
}
.CatImageLarge
{
}
.CatName
{
}
.CatName a:link, .CatName a:visited
{
}
.CatName a:hover
{
	color: #0099cc;
}
/* <div id=ShpCategory>: Category Styles - Category.aspx / WucShpCategoryList */
#ShpCategory
{
	margin: 10px 0px 0px 0px;
}
#ShpCategory p
{
	color: #2f3855;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}
#ShpCategory a:link, #ShpCategory a:visited
{
	color: #2f3855;
	font-size: 14px;
	padding: 0px;
	text-decoration: none;
}
#ShpCategory a:hover
{
	color: #ff9900;
}
#ShpCategory .CatBriefDescription
{
	color: #666;
	font-size: 11px;
}
#ShpCategory .CatDescription
{
	color: #666;
	font-size: 11px;
}
#ShpCategory .CatExtendedDescription
{
}
#ShpCategory .CatImageThumb
{
}
#ShpCategory .CatImageSmall
{
}
#ShpCategory .CatImageMedium
{
	border: 1px solid #999;
}
#ShpCategory .CatImageLarge
{
}
#ShpCategory .CatName
{
}
#ShpCategory .CatName a:link, #ShpCategory .CatName a:visited
{
}
#ShpCategory .CatName a:hover
{
}
/* Product Styles - Category.aspx / WucShpProductList */
.ProCode
{
}
.ProComposition
{
}
.ProDescription
{
}
/* ProDimension: Weight / Height / Width / Depth / Volume */
.ProDimension
{
}
.ProExtendedDescription
{
}
/* Product Image Styles - Category.aspx / WucShpProductList.ascx */
.ProImage1
{
}
.ProImage2
{
}
.ProImage3
{
}
.ProImage4
{
}
.ProImage5
{
}
.ProMinimumOrderQuantity
{
}
.ProManufacturer
{
}
.ProMinimumOrderQuantity
{
}
.ProName
{
}
.ProName a:link, .ProName a:visited
{
}
.ProName a:hover
{
}
.ProPriceRetail
{
}
.ProReorderDeliveryTime
{
}
.ProStockLevel
{
}
/* <div id=ShpProduct>: Product Styles - Category.aspx / WucShpProductList */
#ShpProduct
{
	margin: 10px 0px 0px 0px;
}
#ShpProduct a:link, #ShpProduct a:visited
{
	color: #2f3855;
	font-size: 14px;
	padding: 0px;
	text-decoration: none;
}
#ShpProduct a:hover
{
	color: #ff9900;
}
#ShpProduct p
{
	color: #2f3855;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: left;
}
#ShpProduct .ProCode
{
}
#ShpProduct .ProComposition
{
}
#ShpProduct .ProBriefDescription
{
	color: #666;
	font-size: 11px;
}
#ShpProduct .ProDescription
{
	color: #666;
	font-size: 11px;
}
#ShpProduct .ProDimension
{
}
#ShpProduct .ProExtendedDescription
{
}
#ShpProduct .ProImage1
{
}
#ShpProduct .ProImage2
{
}
#ShpProduct .ProImage3
{
	border: 1px solid #999;
}
#ShpProduct .ProImage4
{
}
#ShpProduct .ProImage5
{
}
#ShpProduct .ProMinimumOrderQuantity
{
}
#ShpProduct .ProManufacturer
{
}
#ShpProduct .ProMinimumOrderQuantity
{
}
#ShpProduct .ProName a:link, #ShpProduct .ProName a:visited
{
}
#ShpProduct .ProName a:hover
{
}
#ShpProduct .ProPriceRetail
{
	color: #f90000;
	font-weight: bold;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
}
#ShpProduct .ProReorderDeliveryTime
{
}
#ShpProduct .ProStockLevel
{
}
/* WucShpProductList.ascx Popup Modal Dialog Styles - WucShpProductItem.ascx */
.ShpItemPopupBackground
{
	background-color: Gray;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.ShpItemPopupWindow
{
	background-color: #ffffff;
	padding: 2px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 650px;
}
/* Product Item Styles - Item.aspx / WucShpProductItem.ascx */
#ShpItem
{
	padding-top: 10px !important;
	text-align: left;
}
#ShpItem a:link, #ShpItem a:visited
{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#ShpItem a:hover
{
	color: #0099cc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#ShpItem .ProCode
{
}
#ShpItem p
{
	margin-bottom: 10px;
}
#ShpItem h3
{
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}
#ShpItem .ProName
{
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 5px;
}
#ShpItem .ProDescription
{
	font-size: 16px;
	line-height: 120%;
	color: #666666;
	margin-bottom: 10px;
}
#ShpItem .ProDimension
{
	font-size: 11px;
	color: #666666;
}
#ShpItem .ProExtendedDescription
{
	color: #555;
	margin-left: 5px;
	margin-top: 0px;
	line-height: 180%;
}
#ShpItem .ProImage1
{
	position: relative;
	border: 0px !important;
}
#ShpItem .ProImage1 img
{
	border: 1px solid #999 !important;
}
#ShpItem .ProImage2
{
	border: 1px solid #999 !important;
	margin: 0px !important;
	padding: 0px !important;
}
#ShpItem .ProImage3
{
	border: 1px solid #999 !important;
	margin-right: 0px;
	margin-top: 5px;
}
#ShpItem .ProImage4
{
	border: 1px solid #999 !important;
	margin-right: 0px;
}
#ShpItem .ProImage5
{
	border: 1px solid #999 !important;
	margin-right: 0px;
	margin-top: 5px;
}
#ShpItem .ProMinimumOrderQuantity
{
}
#ShpItem .ProManufacturer
{
}
#ShpItem .ProMinimumOrderQuantity
{
}
#ShpItem .ProName
{
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 5px;
}
#ShpItem .ProNameMaster
{
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 5px;
}
#ShpItem .ProNameOption
{
}
#ShpItem .ProNameVariant
{
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 5px;
}
#ShpItem .ProPriceRetail
{
	color: #009cdc;
	font-size: 36px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
#ShpItem .ProReorderDeliveryTime
{
}
#ShpItem .ProStockLevel
{
}
/* Add to Cart Panel - Item.aspx / WucShpProductItem.ascx */
#ShpItemCart
{
	background: #e5e5e5;
}
#ShpItemCart p
{
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Product Options Panel - Item.aspx / WucShpProductItem.ascx */
#ShpItemOption
{
}
.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;
}
#ShpItemOption a:link, #ShpItemOption a:visited, #ShpItemOption a:hover
{
	color: #333333;
	display: block;
	text-decoration: none;
	width: 32px;
	height: 20px;
	cursor: pointer;
	border: 1px solid #999999;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
}
#ShpItemOption .On:link, #ShpItemOption .On:visited, #ShpItemOption .On:hover
{
	color: #ffffff;
	background: #333333;
}
/* Downloads Panel - Item.aspx / WucShpProductItem.ascx */
#ShpItemFiles
{
	font-size: 11px;
}
#ShpItemFiles td
{
	background: #f2f2f2;
}
#ShpItemFiles a:link, #ShpItemLinks a:visited
{
	color: #0099cc;
	font-size: 11px;
	text-decoration: none;
}
#ShpItemFiles a:hover
{
	color: #0099cc;
	font-size: 11px;
	text-decoration: underline;
}
/* Links Panel - Item.aspx / WucShpProductItem.ascx */
#ShpItemLinks
{
	font-size: 11px;
}
#ShpItemLinks td
{
	background: #f2f2f2;
}
#ShpItemLinks a:link, #ShpItemLinks a:visited
{
	color: #0099cc;
	font-size: 11px;
	text-decoration: none;
}
#ShpItemLinks a:hover
{
	color: #0099cc;
	font-size: 11px;
	text-decoration: underline;
}
/* Shop Cart Panel Styles - WucShpCart.ascx */
#Cart
{
	width: 225px;
	position: relative;
	padding: 5px;
	color: #fff;
	background: #5a5a5a;
	margin-bottom: 3px;
}
#Cart p
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 40px;
}
#Cart th
{
	background-color: #5a5a5a;
	border: 0px;
}
#Cart a:link, #Cart a:visited
{
	color: #fff;
	text-decoration: none;
	margin-left: 40px;
}
#Cart a:hover
{
	text-decoration: underline;
	margin-left: 40px;
}
#Cart #CartImage /* image position in cart */
{
	position: absolute;
	left: -10px;
	top: -40px;
}
/* Shop Cart Order Styles - Order.aspx */
#CartOrder
{
}
#CartOrder a
{
	margin: 0px;
	padding: 0px;
}
#CartOrder table
{
}
#CartOrder th
{
	background: #5a5a5a;
	color: #fff;
	padding: 4px;
}
#CartOrder td
{
	background: #fff;
	padding: 4px;
}
#CartOrder .AlternatingItem
{
	background: #eee;
}
#CartOrder .Clear
{
	border: solid 1px #fff;
}
#CartOrder .Totals
{
	border-bottom: solid 1px #ccc;
}
/* Shop Search Filter Styles - WucShpProductFilter.ascx */
#Filter
{
}
#Filter td
{
	background: #e5e5e5;
	padding: 5px;
	border-right: 3px solid #ffffff;
}
#Filter p
{
	margin-bottom: 4px;
	margin-left: 2px;
	margin-top: 0px;
}
/* Shop Login Panel Styles */
#LogIn
{
	color: #fff;
	margin-bottom: 3px;
	padding: 5px;
	background: url(/App_Themes/Shopper/img/bg_menu.gif) repeat-x #009ddc;
}
#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
{
	background: url(/App_Themes/Shopper/img/bg_body.gif) repeat-x;
	font-size: 12px;
	padding-bottom: 45px;
    height:auto !important;
    height: 45px;
}
#Mgr p
{
	margin-left: 0px;
	margin-right: 0px;
}
#Mgr #ColumnLeft
{
	float: left;
	width: 225px;
	padding: 0px 5px 5px 5px;
	border-right: 1px solid #d5dbeb;
}
#Mgr #ColumnMidLeft
{
	float: left;
}
#Mgr #ColumnMid
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	text-align: center;
}
#Mgr #ColumnMidRight
{
	float: right;
	margin-left: 20px;
	margin-right: 25px;
}
#Mgr #ColumnRight
{
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
	width: 690px;
}
/* Downloads Panel - WucMgrArticleFiles.ascx */
#MgrArticleFiles
{
	font-size: 11px;
}
#MgrArticleFiles fieldset
{
    margin-top: 10px;
    padding-top: 2px;
    -moz-border-radius: 8px;
}
#MgrArticleFiles legend
{
    font-size: 14px;
    font-weight: bold;
    color: #303956;
    margin-left:-2px;
    padding-right:6px;
}
#MgrArticleFiles td
{
    padding-top:2px;
}
#MgrArticleFiles a:link, #MgrArticleFiles a:visited
{
	color: #0099cc;
	font-size: 11px;
	text-decoration: underline;
}
#MgrArticleFiles a:hover
{
	color: #0099cc;
	font-size: 11px;
	text-decoration: underline;
}
/* Downloads Panel - WucMgrArticleLinks.ascx */
#MgrArticleLinks
{
	font-size: 11px;
	position:static !important;
	position:relative;
	top:-10px;
}
*:first-child+html #MgrArticleLinks
{
    position:relative !important;
}
#MgrArticleLinks fieldset
{
    padding-top: 2px;
    margin-top:10px;
    -moz-border-radius: 8px; 
}
#MgrArticleLinks legend
{
    font-size: 14px;
    font-weight: bold;
    color: #303956;
    margin-left:-2px;
    padding-right:6px;
}
#MgrArticleLinks td
{
     padding-top:2px;
}
#MgrArticleLinks a:link, #MgrArticleLinks a:visited
{
	color: #0099cc;
	font-size: 11px;
	text-decoration: underline;
}
#MgrArticleLinks a:hover
{
	color: #0099cc;
	font-size: 11px;
	text-decoration: underline;
}
/* Right Panel Control Styles - Manager */
#FormRightMgr
{
	color: #333;
}
#FormRightMgr p
{
	color: #333;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
}
#FormRightMgr p.FormHead
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	padding-left: 8px;
	margin-bottom: 3px;
	background: #009ddc;
}
#FormRightMgr p.FormButton
{
	padding-left: 63px;
}
#FormRightMgr p.Message
{
	color: Red;
	background-color: #fff;
	margin-top: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	border-bottom: solid 1px #fff;
	margin-bottom: 2px;
}
#FormRightMgr .Button
{
	color: #000;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 10px;
	cursor: pointer;
	width: 60px;
}
#FormRightMgr .CalendarPopup
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
#FormRightMgr .Date
{
	background-color: #ececec;
	margin-top: 0px;
	padding-bottom: 2px;
	border-bottom: solid 1px #fff;
	margin-bottom: 0px;
}
#FormRightMgr .DropDownList
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
#FormRightMgr .FileUpload
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	width: 190px;
	height: 18px;
	margin-top: 1px;
}
#FormRightMgr .HeaderHeight
{
	height: 0px;
}
#FormRightMgr .HyperLink
{
	text-decoration: none;
}
#FormRightMgr .Label
{
	color: #333;
	width: 60px;
	float: left;
	text-align: left;
	height: 16px;
	padding-top: 3px;
}
#FormRightMgr .LabelDefault
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
#FormRightMgr .LabelError
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#FormRightMgr .Text, a
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
	padding-top: 3px;
	padding-left: 5px;
}
#FormRightMgr .TextBox
{
	color: #333;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left;
	width: 140px;
}
#FormRightMgr .TextBoxNumeric
{
	text-align: right;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
#FormRightMgr .TextBoxQuantity
{
	text-align: right;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
}
#FormRightMgr .WebNumericEdit
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	text-align: right;
}
#FormRightMgr .WebTextEdit
{
	text-align: left;
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	width: 160px;
	height: 16px;
}


