/*
=================================================================================
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
*/
/* Advertiser Styles */
html, body, ul, ol, li, p, table, th, tr, td, form, a
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
h1
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 55px;
	line-height: 80%;
}
h2
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #009cdc;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
h3
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 9px;
}
h4
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	background: none;
	border-bottom: solid 1px #ccc;
	color: #333;
	font-size: 16px;
	height: auto;
	margin: 15px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
}
h5
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	margin-bottom: 0px;
}
h6
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px solid #666;
}
body, html
{
	min-height: 100%;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px auto;
	background: #bcbcbc;
}
a:link
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 12px;
	padding: 0px;
}
a:hover, a:active
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 12px;
	padding: 0px;
}
a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 12px;
	padding: 0px;
}
button
{
	color: #000;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
}
hr
{
	height: 1px;
	color: #cccccc;
	border: 0px;
	border-top: 1px solid #cccccc; /* Firefox */
}
img
{
	border: none;
}
input
{
	color: #666;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 11px; /*IE*/
}
select
{
	color: #666;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px; /*IE*/
}
textarea
{
	color: #666;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-weight: normal;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 11px; /*IE*/
}
ul
{
	margin-top: 0px;
	margin-bottom: 10px;
}
li
{
	margin-bottom: 0px;
}
/* General Styles */
.CurrencyCode
{
	font-size: 50%;
}
.CurrencySymbol
{
	font-size: 80%;
}
.Error
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
}
.Hidden
{
	height: 0px;
	visibility: hidden;
}
.Message
{
	color: Red;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
}
.Visible
{
	visibility: visible;
}
/* Base Structure Styles */
#Wrapper
{
	width: 981px;
	min-height: 100%;
	position: relative;
	margin: 0px auto;
	background: url(/App_Themes/Advertiser/img/bg_wrapper.gif) #fff;
}
#Inner
{
}
/* Header Styles */
#Header
{
	width: 941px;
	height: 87px;
	margin: 0 auto;
	position: relative;
	background: url(/App_Themes/Advertiser/img/bg_header.gif) #fff;
}
#HeaderContact
{
	color: #fff;
	font-size: 10px;
	position: absolute;
	top: 12px;
	right: 18px;
	text-align: right;
}
#HeaderContact span
{
	color: #99ccff;
}
#HeaderContact a:link, #headerContact a:visited
{
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#HeaderContact a:hover
{
	font-size: 10px;
	text-decoration: underline;
}
#HeaderCurrency
{
}
#HeaderLogo
{
	position: absolute;
	left: 19px;
	top: 16px;
}
#HeaderNavMgr
{
	width: 941px;
	height: 32px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	margin: 0 auto;
	background: url(/App_Themes/Advertiser/img/bg_nav.gif);
}
#HeaderNavShp
{
}
#HeaderSearch
{
}
/* Body Styles */
#Body
{
	min-height: 400px;
	margin: 0 auto;
	margin-top: 1px;
	width: 939px;
}
#ColumnLeft
{
	width: 640px;
	float: left;
	padding: 0px;
	background: url(/App_Themes/Advertiser/img/bg_col_left.gif) repeat-x;
}
#ColumnMidLeft
{
}
#ColumnMid
{
	width: 305px;
	float: left;
}
#ColumnMidRight
{
	width: 300px;
	float: right;
}
#ColumnRight
{
	width: 297px;
	min-height: 400px;
	float: right;
	background: url(/App_Themes/Advertiser/img/bg_col_right.gif) repeat-x;
}
#Clear
{
	clear: both;
}
/* Home Page Specific Body Styles */
#BannerHome
{
}
#BannerHome a
{
}
#ColumnLeftHome
{
	width: 553px;
	float: left;
	padding: 15px;
	background: url(/App_Themes/Advertiser/img/bg_col_left.gif) repeat-x;
}
#ColumnMidLeftHome
{
}
#ColumnMidHome
{
}
#ColumnMidRightHome
{
}
#ColumnRightHome
{
	width: 319px;
	min-height: 400px;
	padding: 17px;
	padding-top: 0px;
	float: right;
	background: url(/App_Themes/Advertiser/img/bg_col_right.gif) repeat-x;
}
/* Horizontal Bar Styles */
#BarHoriz1
{
}
#BarHoriz1 a:link, #BarHoriz1 a:visited
{
}
#BarHoriz1 a:hover
{
}
#BarHoriz2
{
}
#BarHoriz2 a:link, #BarHoriz2 a:visited
{
}
#BarHoriz2 a:hover
{
}
#BarHoriz3 /* Refine Your Results, Change Currency headings */
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	height: 28px;
	padding: 12px;
	padding-bottom: 0px;
	padding-top: 6px;
	margin-bottom: 1px;
	margin-top: 0px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	background: #333;
}
#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
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	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
{
	background: url(/App_Themes/Advertiser/img/bg_footer.gif) repeat-x;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #999;
	color: #777;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	height: 51px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	text-align: center;
	width: 941px;
}
#Footer p
{
	font-size: 11px;
	margin-top: -4px;
}
#Footer a:link, #Footer a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #777;
	text-decoration: none;
}
#Footer a:hover
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #777;
	text-decoration: underline;
}
#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: 11px;
	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: #333;
	background: url(/App_Themes/Advertiser/img/bt_50.gif) no-repeat;
}
.Button60
{
	width: 60px;
	height: 24px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_60.gif) no-repeat;
}
.Button70
{
	width: 70px;
	height: 24px;
	padding-bottom: 1px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_70.gif) no-repeat;
}
.Button80
{
	width: 80px;
	height: 24px;
	padding-bottom: 1px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_80.gif) no-repeat;
}
.Button90
{
	width: 90px;
	height: 24px;
	padding-bottom: 1px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_90.gif) no-repeat;
}
.Button100
{
	width: 100px;
	height: 24px;
	padding-bottom: 1px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_100.gif) no-repeat;
}
.Button110
{
	width: 110px;
	height: 24px;
	padding-bottom: 1px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/img/bt_110.gif) no-repeat;
}
.Button120
{
	width: 120px;
	height: 24px;
	padding-bottom: 1px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	color: #333;
	background: url(/App_Themes/Advertiser/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: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	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: #000066;
	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: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
	width: 80px;
}
#DetailsView .CheckBox
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
#DetailsView .CalendarPopup
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	width: 250px;
	height: 16px;
}
.TextBox
{
	background: #ffffff !important;
	border: 1px solid #7f9db9 !important;
}
/* Style for GridView */
#GridView
{
	margin-top: 0px;
	background-color: #fff;
}
#GridView th
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#GridView td
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 3px;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#GridView .CellButtonStyle
{
	color: #000;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
}
#GridView .FrameStyle
{
	background-color: #fff;
}
#GridView .HeaderStyle, th
{
	height: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #000066;
	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: #000066;
}
#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: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	cursor: pointer;
	width: 70px;
}
#GridView .ButtonAlign
{
	padding-top: 3px;
}
#GridView .CheckBox
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	color: #000;
	height: 16px;
}
#GridView .CalendarPopup
{
	text-align: left;
	font-family: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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: "Trebuchet MS" , verdana, arial, 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
{
	font-size: 11px;
	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;
}
/* Adv Div Styles */
#Adv
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
#Adv #ColumnLeft
{
}
#Adv #ColumnMidLeft
{
}
#Adv #ColumnMid
{
	width: 305px;
	float: left;
}
#Adv #ColumnMidRight
{
	margin-right: 310px;
	width: 300px;
	float: right;
}
#Adv #ColumnRight
{
}
#Adv h1
{
}
#Adv h2
{
}
#Adv h3
{
}
#Adv h4
{
}
#Adv h5
{
}
#Adv p
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding: 0px;
}
/* Advertiser Control Styles - Cascading from Default.css */
#Adv p.FormHead
{
}
#Adv p.FormButton
{
	padding-left: 88px;
}
#Adv p.Message
{
}
#Adv .Button
{
}
#Adv .CalendarPopup
{
}
#Adv .Date
{
}
#Adv .DropDownList
{
	width: 100px;
}
#Adv .FileUpload
{
	width: 180px;
}
#Adv .HeaderHeight
{
}
#Adv .HyperLink
{
}
#Adv .Label
{
	width: 85px;
}
#Adv .LabelDefault
{
}
#Adv .LabelError
{
}
#Adv .TextBox
{
	width: 180px;
}
#Adv .TextBoxNumeric
{
}
#Adv .TextBoxQuantity
{
}
#Adv .WebNumericEdit
{
}
#Adv .WebTextEdit
{
}
/* css for ww:ErrorDisplay control */
#Adv .errormessage
{
}
#Adv .errordisplay
{
}
#Adv .errordisplay hr
{
}
/* Horizontal Bar Styles */
#Adv #BarHoriz1
{
	background-color: #fff;
	border-bottom: 1px solid #666;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 15px 0px 15px;
	padding: 5px;
}
#Adv #BarHoriz1 a:link, #Adv #BarHoriz1 a:visited
{
}
#Adv #BarHoriz1 a:hover
{
}
#Adv #BarHoriz2
{
	background: #fff;
	color: #666;
	font-size: 12px;
	font-weight: normal;
	margin: 15px 15px 0px 15px;
	padding: 5px;
	height: 18px;
	text-align: left;
}
#Adv #BarHoriz2 a:link, #Adv #BarHoriz2 a:visited
{
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#Adv #BarHoriz2 a:hover
{
	color: #666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#Adv #BarHoriz3
{
}
#Adv #BarHoriz3 a:link, #Adv #BarHoriz3 a:visited
{
}
#Adv #BarHoriz3 a:hover
{
}
/* Breadcrumb Styles */
#Adv #Breadcrumb
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	background: #fff;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	margin: 10px 15px 0px 15px;
	position: static;
	padding: 5px;
	text-align: left;
}
#Adv #Breadcrumb a:link, #Breadcrumb a:visited
{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#Adv #Breadcrumb a:hover
{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
/* <div id=AdvCategory>: Category Styles - Category.aspx / WucAdvCategoryList.ascx */
#AdvCategory
{
	margin: 15px;
}
#AdvCategory a:link, #AdvCategory a:visited
{
}
#AdvCategory a:hover
{
}
#AdvCategory .CatDescription
{
}
#AdvCategory .CatExtendedDescription
{
}
#AdvCategory .CatImageThumb
{
}
#AdvCategory .CatImageSmall
{
}
#AdvCategory .CatImageMedium
{
}
#AdvCategory .CatImageLarge
{
}
#AdvCategory .CatName
{
	color: #fff;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	padding: 0px 0px 3px 3px;
	text-align: left;
	text-decoration: none;
}
#AdvCategory .CatName a:link, #AdvCategory .CatName a:visited
{
	color: #fff;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#AdvCategory .CatName a:hover
{
	color: #fff;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
/* Listing Styles - Category.aspx / WucAdvListingList */
.LisBriefDescription
{
	font-size: 12px;
}
.LisCode
{
}
.LisDescription
{
	color: #333;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
.LisExtendedDescription
{
}
/* Listing Image Styles - Category.aspx / WucAdvListingList.ascx */
.LisImage1
{
}
.LisImage2
{
}
.LisImage3
{
}
.LisImage4
{
}
.LisImage5
{
}
.LisName
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
.LisName a:link, .LisName a:visited
{
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.LisName a:hover
{
	color: #0099cc;
}
.LisPrice1
{
}
/* <div id=AdvListing>: Listing Styles - Category.aspx / WucAdvListingList */
#AdvListing
{
	font-size: 12px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
#AdvListing a:link, #AdvListing a:visited
{
}
#AdvListing a:hover
{
}
#AdvListing .LisCode
{
}
#AdvListing .LisComposition
{
}
#AdvListing .LisDescription
{
	text-align: left;
	padding-top: 5px;
	padding-right: 8px;
	padding-left: 2px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
#AdvListing .LisDimension
{
}
#AdvListing .LisExtendedDescription
{
}
#AdvListing .LisImage1
{
}
#AdvListing .LisImage2
{
}
#AdvListing .LisImage3
{
	padding: 8px 8px 8px 8px;
}
#AdvListing .LisImage4
{
}
#AdvListing .LisImage5
{
}
#AdvListing .LisMinimumOrderQuantity
{
}
#AdvListing .LisManufacturer
{
}
#AdvListing .LisMinimumOrderQuantity
{
}
#AdvListing .LisName
{
	height: 35px;
	padding: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	border: 1px solid #eee;
	border-bottom: 0px;
	line-height: 120%;
	background: url(/App_Themes/Advertiser/img/bg_result_item_head.gif) repeat-x;
}
#AdvListing .LisName a:link, #AdvListing .LisName a:visited
{
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
#AdvListing .LisName a:hover
{
	color: #0099FF;
}
#AdvListing .LisPrice p
{
	font-size: 12px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
	margin-bottom: 10px;
}
#AdvListing .LisPrice1
{
	font-size: 17px;
	font-family: "Trebuchet MS" , verdana, arial, sans-serif;
}
#AdvListing .LisReorderDeliveryTime
{
}
#AdvListing .LisStockLevel
{
}
/* Listing Item Styles - Item.aspx / WucAdvListingItem.ascx */
#AdvItem
{
	padding: 5px 15px 15px 15px;
}
#AdvItem p
{
	line-height: 150%;
	margin-bottom: 10px;
	font-size: 12px;
}
#AdvItem a:link, #AdvItem a:visited
{
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#AdvItem a:hover
{
	color: #0099cc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#AdvItem .LisBriefDescription
{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#AdvItem .LisCode
{
}
#AdvItem .LisDescription
{
	color: #333;
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 10px;
	text-align: left;
}
#AdvItem .LisExtendedDescription
{
	color: #333;
	line-height: 180%;
	margin-left: 5px;
	margin-top: 0px;
	text-align: left;
}
#AdvItem .LisImage1
{
	width: 442px;
	border: 1px solid #ccc;
	background: #ddd;
}
#AdvItem .LisImage1 img
{
	border: 1px solid #ccc;
	margin: 5px;
	margin-bottom: 1px;
}
#AdvItem .LisImage2
{
	float: left;
	margin-top: 10px;
	margin-right: 12px;
	border: 1px solid #ccc;
	background: #ddd;
}
#AdvItem .LisImage2 img
{
	margin: 5px;
	margin-bottom: 1px;
}
#AdvItem .LisImage3
{
	float: left;
	margin-top: 10px;
	margin-right: 12px;
	border: 1px solid #ccc;
	background: #ddd;
}
#AdvItem .LisImage3 img
{
	margin: 5px;
	margin-bottom: 1px;
}
#AdvItem .LisImage4
{
	float: left;
	margin-top: 10px;
	margin-right: 12px;
	border: 1px solid #ccc;
	background: #ddd;
}
#AdvItem .LisImage4 img
{
	margin: 5px;
	margin-bottom: 1px;
}
#AdvItem .LisImage5
{
	float: left;
	margin-top: 10px;
	margin-right: 12px;
	border: 1px solid #ccc;
	background: #ddd;
}
#AdvItem .LisImage5 img
{
	margin: 5px;
	margin-bottom: 1px;
}
#AdvItem
{
	font-size: 12px;
}
#AdvItem p
{
	line-height: 150%;
}
#AdvItem .LisName
{
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#AdvItem .LisPrice1
{
	font-size: 16px;
}
/* Details Panel */
#AdvDetail
{
	border-bottom: 1px solid #ccc;
	margin: 9px 0px 18px 0px;
}
#AdvDetail td
{
	border-top: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}
#AdvDetail a:link, #AdvDetail a:visited
{
}
#AdvDetail a:hover
{
}
#AdvDetail h5
{
	color: #000;
	margin-bottom: 6px;
}
/* Downloads Panel - Item.aspx / WucAdvListingItem.ascx */
#AdvItemFiles
{
	margin-bottom: 9px;
}
#AdvItemFiles td
{
}
#AdvItemFiles a:link, #AdvItemFiles a:visited
{
}
#AdvItemFiles a:hover
{
}
/* Links Panel - Item.aspx / WucAdvListingItem.ascx */
#AdvItemLinks
{
	margin-bottom: 9px;
}
#AdvItemLinks td
{
}
#AdvItemLinks a:link, #AdvItemLinks a:visited
{
}
#AdvItemLinks a:hover
{
}
/* Links Panel - Item.aspx / WucAdvListingItem.ascx */
#AdvItemVideos
{
	margin-bottom: 9px;
}
#AdvItemVideos td
{
}
#AdvItemVideos a:link, #AdvItemVideos a:visited
{
}
#AdvItemVideos a:hover
{
}
/* Advertiser Search Filter Styles - WucAdvListingFilter.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/Advertiser/img/bg_menu.gif) repeat-x #000066;
}
#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;
}
