/*
=================================================================================
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
{
	line-height: 120%;
}
#htmEditor1_tw
{
	font-size: 11px !important;
	font-family: Georgia, "Times New Roman" , Times, serif;
}
body, html
{
	height: 100%;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	color: #333;
	margin: 0px auto;
	background: #d9d9d9;
	line-height: 120%;
}
a:link
{
	color: #333;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	line-height: 120%;
	padding: 0px;
}
a:visited
{
	color: #333;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	line-height: 120%;
	padding: 0px;
}
a:hover, a:active
{
	color: #990000;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	line-height: 120%;
	padding: 0px;
}
button
{
	color: #333;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	cursor: pointer;
}
h1
{
	color: #fff;
	font-size: 32px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 12px;
	position: relative;
	top: 12px;
}
h2
{
	border-bottom: 1px solid #660000;
	color: #990000;
	font-size: 18px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
}
h3
{
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}
h4
{
	border-bottom: 1px solid #660000;
	color: #990000;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	padding-left: 2px;
}
h5
{
	color: #fff;
	font-size: 24px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	position: relative;
	top: 6px;
}
h6
{
	color: #990000;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 12px; /*IE*/
	font-weight: bold;
	margin: 12px 0px 3px 0px;
}
hr
{
	height: 1px;
	color: #cccccc;
	border: 0px;
	border-top: 1px solid #cccccc; /* Firefox */
}
img
{
	border: none;
}
input
{
	color: #666;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-weight: normal;
	font-size: 11px; /*IE*/
}
ol
{
	margin-top: 0px;
	margin-bottom: 10px;
}
p
{
	margin: 0px 0px 10px 0px;
	line-height: 120%;
}
select
{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px; /*IE*/
	font-weight: normal;
}
textarea
{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px; /*IE*/
	font-weight: normal;
}
ul
{
	margin-top: 0px;
	margin-bottom: 10px;
}
li
{
	margin-top: 0px;
	margin-bottom: 3px;
}
/* General Styles */
.CurrencyCode
{
	font-size: 50%;
}
.CurrencySymbol
{
	font-size: 80%;
}
.Error
{
	color: Red;
	cursor: pointer;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	font-weight: bold;
}
.Hidden
{
	height: 0px;
	visibility: hidden;
}
.Message
{
	color: Red;
	cursor: pointer;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	font-weight: bold;
}
.Message a
{
	color: Red;
	cursor: pointer;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	font-weight: bold;
}
.Required
{
	color: Red;
	font-size: 10px;
}
.Visible
{
	visibility: visible;
}
/* Base Structure Styles */
#Wrapper
{
	background: url(/App_Themes/Shopper/img/bg_wrapper.gif);
	margin: 0px auto;
	min-height: 90%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 950px;
}
/* Header Styles */
#Header
{
	background: url(/App_Themes/Shopper/img/bg_header.jpg);
	height: 112px;
	position: relative;
	width: 950px;
}
#HeaderNavAdv
{
}
#HeaderNavMgr
{
}
#HeaderNavShp
{
}
/* Body Styles */
#Body
{
	background-color: #fff;
	background: url(/App_Themes/Shopper/img/bg_shadow.png);
	float: right;
	margin-top: 14px;
	margin-right: 10px;
	min-height: 500px;
	padding-left: 10px;
	position: relative;
	width: 772px;
	z-index: 4;
}
#ColumnLeft
{
}
#ColumnMidLeft
{
}
#ColumnMid
{
}
#ColumnMidRight
{
}
#ColumnRight
{
}
#Clear
{
	clear: both;
}
#Mgr
{
	padding: 0px 15px 0px 15px;
}
#Mgr p
{
	margin: 0px 0px 10px 0px;
}
/* Home Page Specific Body Styles */
#BannerHome
{
}
#BannerHome a
{
	padding: 0px !important;
}
#BannerHome img
{
	height: 190px;
	width: 252px;
}
#ColumnLeftHome
{
}
#ColumnMidLeftHome
{
}
#ColumnMidHome
{
}
#ColumnMidRightHome
{
}
#ColumnRightHome
{
}
/* Horizontal Bar Styles */
#BarHoriz1
{
	background: url(/App_Themes/Shopper/img/bg_body_head.gif);
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	color: #fff;
	font-size: 28px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	height: 50px;
	line-height: 160%;
	padding-left: 15px;
}
#BarHoriz1 a:link, #BarHoriz1 a:visited
{
}
#BarHoriz1 a:hover
{
}
#BarHoriz1 td
{
}
#BarHoriz2
{
	background: #5a5a5a;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	margin-bottom: 1px;
	padding: 3px;
	padding-left: 15px;
	padding-top: 7px;
	text-align: left;
}
#BarHoriz2 a:link, #BarHoriz2 a:visited
{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#BarHoriz2 a:hover
{
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#BarHoriz2 td
{
}
#BarHoriz3
{
	background: #5a5a5a;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	margin-bottom: 3px;
	padding: 5px;
	padding-left: 8px;
}
#BarHoriz3 a:link, #BarHoriz3 a:visited
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#BarHoriz3 a:hover
{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#BarHoriz3 td
{
}
#BarHorizPopup1
{
	background: #333;
	border: 0px !important;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px !important;
	padding: 1px 5px 1px 5px;
	text-align: left;
}
#BarHorizPopup1 td
{
	color: #fff;
}
#BarHorizPopup2
{
	background: #990000;
	border: 0px !important;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px !important;
	padding: 5px 5px 5px 10px;
	text-align: left;
}
#BarHorizPopup2 td
{
	color: #fff;
}
#BarHorizWysiwyg1
{
	background: #333;
	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: #990000;
	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
{
}
#Breadcrumb a:link, #Breadcrumb a:visited
{
	text-decoration: none;
}
#Breadcrumb a:hover
{
	text-decoration: none;
}
/* Footer/Base Styles */
#Footer
{
	text-align: center;
	font-size: 10px;
	width: 750px;
	color: #000;
	margin-left: 175px;
	padding-bottom: 10px;
	position: relative;
	z-index: 0;
}
#Footer p
{
	margin-top: 0px;
	margin-bottom: 10px;
}
#Footer a:link, #Footer a:visited
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#Footer a:hover
{
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}
#Base
{
	background: url(/App_Themes/Shopper/img/bg_footer.jpg) bottom no-repeat;
	bottom: 0px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	height: 450px;
	position: absolute;
	width: 950px;
	left: -175px;
}
#Base a:link, #Base a:visited
{
}
#Base a:active, #Base a:hover
{
}
/* 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
{
	padding: 0px 15px 0px 15px;
}
#Form p
{
	margin: 0px 0px 3px 0px;
}
#Form #Mgr
{
	padding: 0px 0px 0px 0px;
}
#Form #Mgr p
{
	margin: 0px 0px 10px 0px;
}
.AlternatingRowStyle
{
	background-color: #f7f7f7;
}
.Button
{
	width: 90px;
	height: 24px;
	padding-bottom: 6px;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(/App_Themes/Shopper/img/bt_90.gif) no-repeat;
}
*:first-child + html .Button
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.Button50
{
	width: 60px;
	height: 24px;
	padding-bottom: 2px;
	padding-right: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(/App_Themes/Shopper/img/bt_60.gif) no-repeat;
}
*:first-child + html .Button50
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.Button60
{
	width: 70px;
	height: 24px;
	padding-bottom: 2px;
	padding-right: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(/App_Themes/Shopper/img/bt_70.gif) no-repeat;
}
*:first-child + html .Button60
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.Button70
{
	width: 80px;
	height: 24px;
	padding-bottom: 2px;
	padding-right: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(/App_Themes/Shopper/img/bt_80.gif) no-repeat;
}
*:first-child + html .Button70
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.Button80
{
	width: 90px;
	height: 24px;
	padding-bottom: 6px;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(/App_Themes/Shopper/img/bt_90.gif) no-repeat;
}
*:first-child + html .Button80
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.Button90
{
	width: 100px;
	height: 24px;
	padding-bottom: 6px;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(/App_Themes/Shopper/img/bt_100.gif) no-repeat;
}
*:first-child + html .Button90
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.Button100
{
	width: 110px;
	height: 24px;
	padding-bottom: 6px;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(/App_Themes/Shopper/img/bt_110.gif) no-repeat;
}
*:first-child + html .Button100
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.Button110
{
	width: 120px;
	height: 24px;
	padding-bottom: 6px;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(/App_Themes/Shopper/img/bt_120.gif) no-repeat;
}
*:first-child + html .Button110
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.Button120
{
	width: 130px;
	height: 24px;
	padding-bottom: 4px;
	padding-right: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(/App_Themes/Shopper/img/bt_130.gif) no-repeat;
}
*:first-child + html .Button120
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.Button130
{
	background: url(/App_Themes/Shopper/img/bt_140.gif) no-repeat;
	height: 24px;
	padding-bottom: 4px;
	padding-right: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	width: 140px;
}
*:first-child + html .Button130
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.Button140
{
	background: url(/App_Themes/Shopper/img/bt_150.gif) no-repeat;
	height: 24px;
	padding-bottom: 4px;
	padding-right: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	width: 150px;
}
*:first-child + html .Button140
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.Button150
{
	background: url(/App_Themes/Shopper/img/bt_160.gif) no-repeat;
	height: 24px;
	padding-bottom: 4px;
	padding-right: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	width: 160px;
}
.Button160
{
	width: 160px;
	height: 24px;
	padding-bottom: 4px;
	padding-right: 12px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #fff;
	background: url(/App_Themes/Shopper/img/bt_170.gif) no-repeat;
}
*:first-child + html .Button160
{
	padding-bottom: 4px;
	padding-right: 10px;
}
.ButtonCheckout
{
	background: #550000;
	width: 120px;
	height: 28px;
	padding-bottom: 6px;
	padding-right: 15px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-variant: small-caps;
	font-size: 16px;
    padding:1px 0px 2px 0px;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #220000;
	color: #fff;
}
.ButtonAlign
{
}
.CalendarPopup
{
	text-align: left;
	font-family: verdana, arial, helvetica, 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: #fff !important;
	color: #333;
	font-size: 11px;
	width: 200px;
}
.EditRowStyle
{
	text-align: right;
}
.EmptyDataRowStyle
{
	color: Red;
}
.FileUpload
{
	background: #fff !important;
	border: 1px solid #999999;
	color: #333;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
}
.FooterStyle
{
	text-align: right;
}
.FormButton
{
	padding-left: 120px;	
}
.FormHead
{
}
.FrameStyle
{
}
.HeaderHeight
{
	height: 0px;
}
.HeaderStyle
{
	background-color: #990000;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	height: 18px;
	padding-left: 1px;
}
.HtmlEditor
{
	background-color: #fff;
	color: #333 !important;
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	font-size: 11px !important;
	line-height: 120% !important;
}
.HtmlEditor p
{
	color: #333;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
}
.HyperLink
{
	text-decoration: none;
}
.Label
{
	width: 120px;
	float: left;
	text-align: left;
}
.LabelDefault
{
}
.LabelError
{
	color: Red;
}
.Pager
{
}
.Pager a:link, .Pager a:active
{
}
.Pager a:hover
{
}
.PagerContainerTable
{
	border-bottom: solid #ccc 1px;
	margin: 0px 0px 0px 5px;
	width: 98%;
}
.PagerCurrentPageCell
{
	font-size: 14px;
	text-align: center;
	width: 10px;
}
.PagerHyperlinkStyle
{
}
.PagerHyperlinkStyle:hover
{
}
.PagerHyperlinkStyle:link
{
	text-decoration: none;
}
.PagerHyperlinkStyle:visited
{
	text-decoration: none;
}
.PagerHyperlinkStyle:active
{
	text-decoration: none;
}
.PagerInfoCell
{
	text-align: left;
}
.PagerInfoCell:link
{
}
.PagerInfoCell:visited
{
}
.PagerOtherPageCells
{
	text-align: center;
	width: 10px;
}
.PagerSSCCells
{
	text-align: center;
	width: 10px;
}
.RowStyle
{
	background-color: #ececec;
}
.TextBox
{
	background: #fff !important;
	border: 1px solid #999999;
	color: #333;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
	width: 190px;
}
.TextBoxNumeric
{
	background: #fff !important;
	border: 1px solid #999999;
	color: #333;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
	text-align: right;
}
.TextBoxQuantity
{
	background: #fff !important;
	border: 1px solid #999999;
	color: #333;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
	text-align: right;
}
.WebNumericEdit
{
	background: #fff !important;
	border: 1px solid #999999;
	color: #333;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
	text-align: right;
}
.WebTextEdit
{
	background: #fff !important;
	border: 1px solid #999999;
	color: #333;
	font-size: 11px;
	height: 17px;
	margin-bottom: 1px;
}
/* Checkout Delivery Description Style */
.DelDescription
{
	color: #333 !important;
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	font-size: 11px !important;
	line-height: 120% !important;
}
/* Checkout Payment Description Style */
.PayDescription
{
	color: #333 !important;
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	font-size: 11px !important;
	line-height: 120% !important;
}
/* 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: #990000;
	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: #fff;
}
#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 .TextBox
{
}
#DetailsView .TextBoxNumeric
{
}
#DetailsView .TextBoxQuantity
{
}
#DetailsView .WebNumericEdit
{
}
#DetailsView .WebTextEdit
{
}
/* Style for GridView */
#GridView
{
	margin-top: 0px;
	background-color: #fff;
}
#GridView td
{
	padding: 2px 3px 2px 3px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#GridView th
{
	background-color: #990000;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	height: 18px;
	padding: 2px 3px 2px 3px;
}
#GridView th a
{
	color: #fff;
}
#GridView .Orders a:link
{
	color: #333;
	text-decoration: underline;
}
#GridView .Orders a:visited
{
	color: #333;
	text-decoration: underline;
}
#GridView .Orders a:hover, #GridView .Orders a:active
{
	color: #ff3300;
	text-decoration: underline;
}
#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 .TextBox
{
}
#GridView .TextBoxNumeric
{
}
#GridView .TextBoxQuantity
{
}
#GridView .WebNumericEdit
{
}
#GridView .WebTextEdit
{
}
/* Shop Category Styles - Category.aspx / WucCategoryListList */
.CatBriefDescription
{
	color: #333 !important;
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	font-size: 11px !important;
	line-height: 120% !important;
}
.CatDescription
{
	color: #333 !important;
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	font-size: 11px !important;
	line-height: 120% !important;
}
.CatExtendedDescription
{
	color: #333 !important;
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	font-size: 11px !important;
	line-height: 120% !important;
}
.CatImageThumb
{
}
.CatImageSmall
{
}
.CatImageMedium
{
	border: solid 1px #bcb99d;
}
.CatImageLarge
{
}
.CatName
{
	font-size: 14px;
	font-weight: bold;
}
.CatName
{
}
.CatName a:link, .CatName a:visited
{
}
.CatName a:hover
{
}
/* <div id=CategoryList>: Category Styles - Category.aspx / WucCategoryListList */
#CategoryList
{
}
#CategoryList a:link, #CategoryList a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#CategoryList a:hover
{
	color: #990000;
}
#CategoryList .CatDescription
{
	color: #666666;
}
#CategoryList .CatExtendedDescription
{
}
#CategoryList .CatImageThumb
{
}
#CategoryList .CatImageSmall
{
}
#CategoryList .CatImageMedium
{
}
#CategoryList .CatImageLarge
{
}
#CategoryList .CatName
{
}
#CategoryList .CatName a:link, #CategoryList .CatName a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#CategoryList .CatName a:hover
{
	color: #990000;
}
/* Shop Product Styles - Category.aspx / WucProductListList */
.ProBriefDescription
{
	color: #333 !important;
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	font-size: 11px !important;
	line-height: 120% !important;
}
.ProCode
{
}
.ProComposition
{
}
.ProDescription
{
	color: #333 !important;
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	font-size: 11px !important;
	line-height: 120% !important;
}
/* ProDimension: Weight / Height / Width / Depth / Volume */
.ProDimension
{
}
.ProExtraDescription
{
	color: #333 !important;
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	font-size: 11px !important;
	line-height: 120% !important;
}
.ProExtendedDescription
{
	color: #333 !important;
	font-family: Georgia, "Times New Roman" , Times, serif !important;
	font-size: 11px !important;
	line-height: 120% !important;
}
/* Product Image Styles - Category.aspx / WucProductListList.ascx */
.ProImage1
{
}
.ProImage2
{
}
.ProImage3
{
}
.ProImage4
{
}
.ProImage5
{
}
.ProMinimumOrderQuantity
{
}
.ProManufacturer
{
}
.ProMinimumOrderQuantity
{
}
.ProName
{
}
.ProName a:link, .ProName a:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.ProName a:hover
{
	color: #990000;
}
.ProPriceRetail
{
	color: #990000;
	font-weight: bold;
	font-size: 15px;
}
.ProReorderDeliveryTime
{
}
.ProStockLevel
{
}
/* <div id=ProductList>: Product Styles - Category.aspx / WucProductListList */
#ProductList
{
	font-size: 11px;
	line-height: 120%;
	padding: 0px 15px 0px 15px;
	text-align: center;
}
#ProductList a:link, #ProductList a:visited
{
}
#ProductList a:hover
{
}
#ProductList .ProCode
{
}
#ProductList .ProComposition
{
}
#ProductList .ProDescription
{
	line-height: 120%;
}
#ProductList .ProDimension
{
}
#ProductList .ProExtendedDescription
{
}
#ProductList .ProImage1
{
}
#ProductList .ProImage2
{
}
#ProductList .ProImage3
{
	border: 0px !important;
}
#ProductList .ProImage4
{
}
#ProductList .ProImage5
{
}
#ProductList .ProMinimumOrderQuantity
{
}
#ProductList .ProManufacturer
{
}
#ProductList .ProMinimumOrderQuantity
{
}
#ProductList .ProName
{
	border: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}
#ProductList .ProName a:link, #ProductList .ProName a:visited
{
	border: none;
	color: #990000;
	font-size: 12px;
	line-height: 120%;
	text-decoration: none;
}
#ProductList .ProName a:hover
{
	color: #330000;
	line-height: 120%;
}
#ProductList .ProPriceRetail
{
	color: #333;
	font-weight: normal;
}
#ProductList .ProReorderDeliveryTime
{
}
#ProductList .ProStockLevel
{
}
#ProductList .SearchHeading
{
	border-bottom: solid 1px #ececec;
	color: #666;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 11px;
	font-variant: small-caps;
	padding: 3px 5px 3px 5px;
}
/* WucProductHomeList.ascx */
#HomeList
{
	font-size: 11px;
	text-align: center;
}
#HomeList a:link, #HomeList a:visited
{
}
#HomeList a:hover
{
	color: #f90000;
}
#HomeList p
{
	margin-top: 0px;
	margin-bottom: 6px;
}
#HomeList .ProCode
{
}
#HomeList .ProComposition
{
}
#HomeList .ProDescription
{
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
#HomeList .ProDimension
{
}
#HomeList .ProExtendedDescription
{
}
#HomeList .ProImage1
{
}
#HomeList .ProImage2
{
}
#HomeList .ProImage3
{
	border: 0px !important;
}
#HomeList .ProImage4
{
}
#HomeList .ProImage5
{
}
#HomeList .ProMinimumOrderQuantity
{
}
#HomeList .ProManufacturer
{
}
#HomeList .ProMinimumOrderQuantity
{
}
#HomeList .ProName
{
	font-size: 11px;
	text-align: left;
}
#HomeList .ProName a:link, #HomeList .ProName a:visited
{
}
#HomeList .ProName a:hover
{
}
#HomeList .ProPriceRetail
{
	color: #990000;
	text-align: left;
}
#HomeList .ProReorderDeliveryTime
{
}
#HomeList .ProStockLevel
{
}
/* WucProductFeatured.ascx */
#FeaturedList
{
	font-size: 11px;
	text-align: center;
}
#FeaturedList a:link, #FeaturedList a:visited
{
}
#FeaturedList a:hover
{
	color: #f90000;
}
#FeaturedList .ProCode
{
}
#FeaturedList .ProComposition
{
}
#FeaturedList .ProDescription
{
	line-height: 120%;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
#FeaturedList .ProDimension
{
}
#FeaturedList .ProExtendedDescription
{
}
#FeaturedList .ProImage1
{
}
#FeaturedList .ProImage2
{
}
#FeaturedList .ProImage3
{
	border: 0px !important;
}
#FeaturedList .ProImage4
{
}
#FeaturedList .ProImage5
{
}
#FeaturedList .ProMinimumOrderQuantity
{
}
#FeaturedList .ProManufacturer
{
}
#FeaturedList .ProMinimumOrderQuantity
{
}
#FeaturedList .ProName
{
	font-size: 13px;
}
#FeaturedList .ProName a:link, #FeaturedList .ProName a:visited
{
}
#FeaturedList .ProName a:hover
{
}
#FeaturedList .ProPriceRetail
{
	color: #990000;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
}
#FeaturedList .ProReorderDeliveryTime
{
}
#FeaturedList .ProStockLevel
{
}
/* Product Item Styles - Item.aspx / WucProductListItem.ascx */
#CategoryFeature
{
	background: url(/App_Themes/Shopper/img/bg_fade.gif) repeat-x bottom;
	border-bottom: solid 1px #990000;
	font-size: 11px;
	padding-bottom: 20px;
}
#CategoryFeature p
{
	margin-top: 0px;
	margin-bottom: 6px;
}
#CategoryFeature a:link, #CategoryFeature a:visited
{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#CategoryFeature a:hover
{
	color: #0099cc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#CategoryFeature .CatName
{
	color: #990000;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: normal;
	margin-top: 0px;
}
#CategoryFeature .ProCode
{
	text-align: left;
}
#CategoryFeature .ProComposition
{
	font-size: 11px;
	color: #666666;
	text-align: left;
}
#CategoryFeature .ProDescription
{
	color: #333;
	line-height: 120%;
}
#CategoryFeature .ProDimension
{
	font-size: 11px;
	color: #666666;
	text-align: left;
}
#CategoryFeature .ProExtendedDescription
{
	color: #333;
	line-height: 120%;
}
#CategoryFeature .ProImage1
{
}
#CategoryFeature .ProImage2
{
}
#CategoryFeature .ProImage3
{
}
#CategoryFeature .ProImage4
{
	border: solid 1px #ccc;
}
#CategoryFeature .ProImage5
{
}
#CategoryFeature .ProMinimumOrderQuantity
{
}
#CategoryFeature .ProManufacturer
{
}
#CategoryFeature .ProMinimumOrderQuantity
{
}
#CategoryFeature .ProName
{
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}
#CategoryFeature .ProNameMaster
{
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
#CategoryFeature .ProNameOption
{
}
#CategoryFeature .ProNameVariant
{
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 5px;
	text-align: left;
}
#CategoryFeature .ProPriceRetail
{
	color: #990000;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}
#CategoryFeature .ProReorderDeliveryTime
{
}
#CategoryFeature .ProStockLevel
{
}
/* WucProductListList.ascx Popup Modal Dialog Styles - WucProductListItem.ascx */
.ItemPopupBackground
{
	background-color: Gray;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.ItemPopupWindow
{
	background-color: #fff;
	padding: 2px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: left;
	width: 650px;
}
/* Product Item Styles - Item.aspx / WucProductListItem.ascx */
#Item
{
	background: url(/App_Themes/Shopper/img/bg_fade.gif) repeat-x bottom;
	border-bottom: solid 1px #990000;
	font-size: 11px;
	padding-bottom: 20px;
}
#Item p
{
	margin-top: 0px;
	margin-bottom: 6px;
}
#Item #ColumnLeft
{
}
#Item #ColumnMidLeft
{
}
#Item #ColumnMid
{
}
#Item #ColumnMidRight
{
}
#Item #ColumnRight
{
}
#Item #ErrorDisplay
{
	text-align: center;
}
#Item a:link, #Item a:visited
{
}
#Item a:hover
{
}
#Item .ProCode
{
	text-align: left;
}
#Item .ProComposition
{
	font-size: 11px;
	color: #666666;
	text-align: left;
}
#Item .ProCustomVarChar1
{
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#Item .ProCustomVarChar2
{
	color: #333;
	line-height: 120%;
}
#Item .ProCustomVarChar3
{
	color: #333;
	line-height: 120%;
}
#Item .ProDescription
{
	color: #333;
	line-height: 120%;
	margin-bottom: 10px;
}
#Item .ProDimension
{
	color: #666666;
	font-size: 11px;
	text-align: left;
}
#Item .ProExtendedDescription
{
	color: #333;
	line-height: 120%;
}
#Item .ProImage1
{
}
#Item .ProImage2
{
	border: solid 1px #bcb99d !important;
}
#Item .ProImage3
{
}
#Item .ProImage4
{
	border: solid 1px #bcb99d !important;
}
#Item .ProImage5
{
}
#Item .ProMinimumOrderQuantity
{
}
#Item .ProManufacturer
{
}
#Item .ProMinimumOrderQuantity
{
}
#Item .ProName
{
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 5px;
	text-align: left;
}
#Item .ProNameMaster
{
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 3px;
}
#Item .ProNameOption
{
}
#Item .ProNameVariant
{
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 0px;
	text-align: left;
}
#Item .ProPriceRetail
{
	color: #990000;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
}
#Item .ProReorderDeliveryTime
{
}
#Item .ProStockLevel
{
}
/* Add to Cart Panel - Item.aspx / WucProductListItem.ascx */
#ShpItemCart
{
	background: #e5e5e5;
}
#ShpItemCart p
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#ShpItemCart .ProPriceRetail
{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
/* Product Specifications Table Styles */
#ShpItemSpecifications
{
}
#ShpItemSpecifications td
{
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Product Options Panel - Item.aspx / WucProductListItem.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: #333;
	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: #fff;
	background: #333;
}
/* Downloads Panel - WucProductListFiles.ascx */
#ShpItemFiles
{
	font-size: 11px;
	margin-top: 10px;
	text-align: left;
}
#ShpItemFiles td
{
}
#ShpItemFiles a:link, #ShpItemFiles a:visited
{
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
#ShpItemFiles a:hover
{
	color: #990000;
	font-size: 11px;
	text-decoration: underline;
}
/* Links Panel - WucProductListLinks.ascx */
#ShpItemLinks
{
	font-size: 11px;
	margin-top: 10px;
	text-align: left;
}
#ShpItemLinks td
{
}
#ShpItemLinks a:link, #ShpItemLinks a:visited
{
	color: #333;
	font-size: 11px;
	text-decoration: none;
}
#ShpItemLinks a:hover
{
	color: #990000;
	font-size: 11px;
	text-decoration: underline;
}
/* Related Products Panel - WucProductListRelated.ascx */
#ShpItemRelated
{
	font-size: 11px;
	line-height: 120%;
	margin: 10px 10px 10px 10px;
	text-align: left;
}
#ShpItemRelated a:link, #ShpItemRelated a:visited
{
	color: #990000;
	text-decoration: none;
}
#ShpItemRelated a:hover
{
	color: #000;
}
#ShpItemRelated .ItemStyle
{
	border-top: solid 1px #ccc;
	padding: 10px 0px 10px 0px;
}
#ShpItemRelated .ProCode
{
}
#ShpItemRelated .ProComposition
{
}
#ShpItemRelated .ProDescription
{
	padding-left: 0px;
	padding-right: 0px;
}
#ShpItemRelated .ProDimension
{
}
#ShpItemRelated .ProExtendedDescription
{
}
#ShpItemRelated .ProImage1
{
}
#ShpItemRelated .ProImage2
{
}
#ShpItemRelated .ProImage3
{
	border: 0px !important;
}
#ShpItemRelated .ProImage4
{
}
#ShpItemRelated .ProImage5
{
}
#ShpItemRelated .ProMinimumOrderQuantity
{
}
#ShpItemRelated .ProManufacturer
{
}
#ShpItemRelated .ProMinimumOrderQuantity
{
}
#ShpItemRelated .ProName
{
	color: #990000;
	font-size: 12px;
	text-align: left;
}
#ShpItemRelated .ProName a:link, #ShpItemRelated .ProName a:visited
{
	color: #990000;
}
#ShpItemRelated .ProName a:hover
{
	color: #000;
}
#ShpItemRelated .ProPriceRetail
{
	color: #990000;
	text-align: left;
}
#ShpItemRelated .ProReorderDeliveryTime
{
}
#ShpItemRelated .ProStockLevel
{
}
/* Related Products Panel - WucProductListRelated.ascx */
#ShpItemSpecial
{
	font-size: 11px;
	line-height: 120%;
	margin: 10px 10px 10px 10px;
	text-align: left;
}
#ShpItemSpecial a:link, #ShpItemSpecial a:visited
{
	color: #990000;
	text-decoration: none;
}
#ShpItemSpecial a:hover
{
	color: #000;
}
#ShpItemSpecial .ItemStyle
{
	border-top: solid 1px #ccc;
	padding: 10px 0px 10px 0px;
}
#ShpItemSpecial .ProCode
{
}
#ShpItemSpecial .ProComposition
{
}
#ShpItemSpecial .ProDescription
{
	padding-left: 0px;
	padding-right: 0px;
}
#ShpItemSpecial .ProDimension
{
}
#ShpItemSpecial .ProExtendedDescription
{
}
#ShpItemSpecial .ProImage1
{
}
#ShpItemSpecial .ProImage2
{
}
#ShpItemSpecial .ProImage3
{
	border: 0px !important;
}
#ShpItemSpecial .ProImage4
{
}
#ShpItemSpecial .ProImage5
{
}
#ShpItemSpecial .ProMinimumOrderQuantity
{
}
#ShpItemSpecial .ProManufacturer
{
}
#ShpItemSpecial .ProMinimumOrderQuantity
{
}
#ShpItemSpecial .ProName
{
	color: #990000;
	font-size: 12px;
	text-align: left;
}
#ShpItemSpecial .ProName a:link, #ShpItemSpecial .ProName a:visited
{
	color: #990000;
}
#ShpItemSpecial .ProName a:hover
{
	color: #000;
}
#ShpItemSpecial .ProPriceRetail
{
	color: #990000;
	text-align: left;
}
#ShpItemSpecial .ProReorderDeliveryTime
{
}
#ShpItemSpecial .ProStockLevel
{
}
/* Product Specification Panel - WucProductListSpecifications.ascx */
#ShpItemSpecifications
{
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#ShpItemSpecifications td
{
	border-bottom: solid 1px #ccc;
	padding: 5px;
}
#ShpItemSpecifications a:link, #ShpItemSpecifications a:visited
{
	color: #333;
	text-decoration: none;
}
#ShpItemSpecifications a:hover
{
	color: #990000;
	text-decoration: underline;
}
/* Videos Panel - WucProductListVideos.ascx */
#ShpItemVideos
{
	font-size: 11px;
}
#ShpItemVideos td
{
	background: #f2f2f2;
}
#ShpItemVideos a:link, #ShpItemVideos a:visited
{
	color: #ff3399;
	font-size: 11px;
	text-decoration: none;
}
#ShpItemVideos a:hover
{
	color: #ff0000;
	font-size: 11px;
	text-decoration: underline;
}
/* Product Groups - WucShpProductGroup.ascx */
#ShpProductGroup
{
}
#ShpProductGroup td
{
}
#ShpProductGroup a:link, #ShpProductGroup a:visited
{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#ShpProductGroup a:hover
{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
/* Quantity Prices - WucShpProductPrice.ascx */
#ShpProductPrice
{
}
#ShpProductPrice td
{
}
#ShpProductPrice a:link, #ShpProductPrice a:visited
{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#ShpProductPrice a:hover
{
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
/* Shop Search Filter Styles - WucProductListFilter.ascx */
#Filter
{
	font-size: 10px;
	padding:4px 0px 0px 0px;
	border: 1px solid #bcb99d;
	border-left: none;
	border-top: 0px;
	background: url(/App_Themes/Shopper/img/bg_filter.gif) repeat-x bottom;
}
#Filter table
{
}
#Filter td
{
	padding: 0px 5px 3px 5px;
}
#Filter p
{
	margin: 2px 0px 2px 0px;
}
/* Shop Cart Order Styles - /shopper/Order.aspx */
#ShpCartOrder
{
}
#ShpCartOrder table
{
}
#ShpCartOrder th
{
	background: #5a5a5a;
	color: #fff;
	padding: 4px;
}
#ShpCartOrder td
{
	padding: 4px;
}
#ShpCartOrder .ProImage1
{
}
#ShpCartOrder .AlternatingRowStyle
{
	border-right: solid 1px #fff;
}
#ShpCartOrder .RowStyle
{
	border-right: solid 1px #fff;
}
/* WucShpCartView User Control Styles */
#ShpCartView
{
}
#ShpCartView table
{
}
#ShpCartView th
{
	background: #5a5a5a;
	color: #fff;
	padding: 4px;
}
#ShpCartView td
{
	padding: 3px;
}
#ShpCartView .ProImage1
{
}
#ShpCartView .AlternatingRowStyle
{
	border-right: solid 1px #fff;
}
#ShpCartView .RowStyle
{
	border-right: solid 1px #fff;
}/* Shop Cart Styles - WebPanel Expand/Collapse Cart */
#WebPanelCart
{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	position: absolute;
	left: 685px;
	top: 10px;
	width: 254px;
	z-index: 10;
}
#WebPanelCart a:link, #WebPanelCart a:visited, #WebPanelCart a:active
{
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}
#WebPanelCart a:hover
{
	color: #ff0000;
}
#WebPanelCart .Shadow
{
	position: absolute;
	top: -22px;
	left: 15px;
}
#WebPanelCart .Button
{
	background: #660000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
	height:auto;
    padding:4px 0px 2px 0px !important;
	width: 80px;
}
#WebPanelCart .Header
{
	background: url(/App_Themes/Shopper/img/bg_cart_header.gif) no-repeat;
	height: 25px;
	padding: 0px 5px 0px 35px;
	width: 254px;
}
#WebPanelCart img
{
	position: relative;
	left: 2px;
	top: 1px;
}
#WebPanelCart .Header .CurrencyCode
{
	font-size: 6px;
	font-weight: none;
}
#WebPanelCart .HeaderItems
{
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}
#WebPanelCart .HeaderText
{
	color: #990000;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: 5px;
}
#WebPanelCart .HeaderTotal
{
	font-size: 10px;
	font-weight: bold;
}
#WebPanelCart #Template
{
	border: 1px solid #fff;
	border-top: 0px;
	border-bottom: 1px solid #ddd;
	padding-left: 3px;
	padding-right: 3px;
	width: 246px;
	background: #fefefe;
}
#WebPanelCart #Template table
{
}
#WebPanelCart #Template .AlternatingRowStyle
{
}
#WebPanelCart #Template .RowStyle
{
	background-color: #f7f7f7;
}
#WebPanelCart #Template .Total
{
	font-size: 15px;
	font-weight: bold;
}
#WebPanelCart #CartBase
{
	border-top: 1px solid #999;
	position: relative;
	top: -1px;
	background: url(/App_Themes/Shopper/img/bg_cart_footer.gif) no-repeat;
	height: 29px;
	width: 254px;
}
#WebPanelCart #CartBase table
{
	margin-left: 4px;
	margin-top: 1px;
}
#WebPanelCart #CartBase .Button
{
	background: #660000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
	height:auto;
    padding:4px 0px 2px 0px !important;
	width: 80px;
}
/* Web Panel Login Styles */
#WebPanelLogin
{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	position: absolute;
	left: 475px;
	top: 10px;
	width: 202px;
	z-index: 10;
}
#WebPanelLogin a:link, #WebPanelLogin a:visited, #WebPanelLogin a:active
{
	color: #333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#WebPanelLogin a:hover
{
	color: #990000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
#WebPanelLogin .Shadow
{
	position: absolute;
	top: -22px;
}
#WebPanelLogin .Button
{
	background: #660000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	font-variant: small-caps;
	font-weight: bold;
	height:auto;
    padding:4px 0px 2px 0px !important;
	width: 70px;
}
#WebPanelLogin .Header
{
	background: url(/App_Themes/Shopper/img/bg_login_header.gif) no-repeat;
	height: 25px;
	padding: 0px 5px 0px 30px;
	width: 202px;
}
#WebPanelLogin img
{
	position: relative;
	left: 2px;
	top: 1px;
}
#WebPanelLogin .HeaderText
{
	color: #990000;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: 5px;
}
#WebPanelLogin .HeaderTotal
{
	font-size: 10px;
	font-weight: bold;
}
#WebPanelLogin #Template
{
	border: 1px solid #fff;
	border-top: 0px;
	border-bottom: 1px solid #ddd;
	padding:8px;
	background: #fefefe;
}
#WebPanelLogin #Template table
{
}
#WebPanelLogin #Template .AlternatingRowStyle
{
}
#WebPanelLogin #Template .RowStyle
{
	background-color: #f7f7f7;
}
#WebPanelLogin #Template .Total
{
	font-size: 15px;
	font-weight: bold;
}
#WebPanelLogin #LoginBase
{
	border-top: 1px solid #999;
	position: relative;
	top: -1px;
	background: url(/App_Themes/Shopper/img/bg_login_footer.gif) no-repeat;
	height: 29px;
	width: 202px;
}
#WebPanelLogin #LoginBase a
{
	color: #fff;
	text-decoration: none;
}
#WebPanelLogin #LoginBase table
{
	margin-left: 4px;
	margin-top: 1px;
}
#WebPanelLogin #LoginBase .ButtonLogIn
{
	background: #660000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: 10px;
	display:block;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	width: 70px;
	height:15px;
	padding:5px 0px 1px 0px;
}
