﻿*
{
	font-family: Verdana;
}

html,
body
{
	margin: 0 0 0 0;
	width: 100%;
	height: 100%;
	font-size: 12pt;
	text-align: left;
	background-color: #ffffff;
}

a:link,
a:active,
a:visited,
a:hover
{
	color: #333333;
	text-decoration: underline;
}

a.hover
{
	color: #000000;
}

h1
{
	color: #333333;
	font-size: 16pt;
	font-weight: bold;
	border-bottom: solid 2px #ff9933;
	padding-bottom: 2px;
	margin: 0 0 5px 0;
}

h2
{
	color: #333333;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 10px 0 5px 0;
	border-bottom: solid 1px #ff9933;
}

h3
{
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 5px 0;
}

h4
{
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 5px 0;
}

img
{
	border: none;
}

img.Border
{
	border: solid 1px #cccccc;
	margin: 5px 5px 5px 5px;
}

img.Watermark
{
	position: absolute;
	z-index: 200;
}

p
{
	text-align: justify;
}

.Error
{
	color: #FF0000;
}

.Price
{
	color: Green;
	font-weight: bold;
}

.MSRP
{
	font-size: 11pt;
	color: #990000;
	text-decoration: line-through;
}

div.ArticleSummary
{
	padding-bottom: 10px;
}

div.ArticleComment
{
	clear: both; 
	margin-top: 5px; 
	min-height: 75px;
}

div.ArticleComment p
{
	margin: 0 0 0 0;
}

#Submenu,
div.Submenu
{
	background: url(Images/Submenu-Header-Background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #e6e6e6;
	position: relative;
	top: -5px;
	border: solid 1px #999999;
	border-top: none;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 10pt;
	color: #666666;
	vertical-align: middle;
	min-height: 18px;
}

#Submenu div,
div.Submenu div
{
	display: inline;
	padding: 0 2px 0 2px;
}

#Submenu a,
div.Submenu a
{
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #666666;
}
		
#Submenu a:hover,
div.Submenu a:hover
{
	color: #0066CC;
}

/*--------------------[ Popup ]--------------------*/
div.Popup
{
	border: solid 1px #333333;
	padding: 5px 5px 5px 5px;
	background-color: #eeeeee;
	position: absolute;
	overflow: auto;
	z-index: 500;
}

div.Popup h2
{
	margin-top: 0;
}

div.Popup a.Item
{
	display: block;
	padding: 3px 0 3px 0;
}

div.Popup.UpdateProgress
{
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 1000;
}

/*--------------------[ Grid View Item Ad ]--------------------*/
div.GridViewItemAd
{
	width: 435px;
	height: 150px;
	border: solid 1px #CCCCCC;
	float: left;
	margin: 0px 5px 5px 0px;
	overflow: hidden;
}

div.GridViewItemAd.Narrow
{
	width: 372px;
}

div.MiniGridViewItemAd
{
	width: 100%;
}

div.MiniGridViewItemAd *
{
	font-size: 10pt;
}

div.GridViewItemAd div.Title
{
	font-size: 11pt;
	border-bottom: dashed 1px #CCCCCC;
	height: 20px;
	overflow: hidden;
}

div.GridViewItemAd div.Title a:link
{
	font-weight: bold;
}

div.MiniGridViewItemAd div.Title
{
	margin-right: 75px;
}

div.GridViewItemAd div.Image
{
	width: 125px;
	height: 125px;
	text-align: center;
	vertical-align: middle;
	float: left;
	margin: 2px 2px 2px 2px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

div.GridViewItemAd div.Info
{
	font-size: 10pt;
	width: 298px;
	height: 93px;
	float: left;
	margin: 2px 2px 1px 2px;
	overflow: hidden;
}

div.GridViewItemAd.Narrow div.Info
{
	width: 235px;
}

div.GridViewItemAd div.Info ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: square;
}

div.GridViewItemAd div.Info ul li
{
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

div.GridViewItemAd div.Price
{
	width: 178px;
	height: 30px;
	float: left;
	padding-top: 8px;
	text-align: center;
	color: #000000;
}

div.GridViewItemAd.Narrow div.Price
{
	width: 115px;
	font-size: 10pt;
}

div.MiniGridViewItemAd span.Price
{
	float: right;
}

div.GridViewItemAd div.AddToCart
{
	width: 120px;
	height: 30px;
	float: left;
	margin: 1px 2px 2px 1px;
	color: #FF0000;
	text-align: center;
}

div.GridViewItemAd div.AddToCart span
{
	padding-top: 8px;
	display: block;
}

/*--------------------[ Tables ]--------------------*/
div.Table
{
	border: solid 1px #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: auto;
}

div.Table h2
{
	margin-top: 0;
}

div.Table.NotCentered
{
	margin: 0px auto;
}

div.Table.Opaque
{
	background-color: #ffffff;
}

div.Table table
{
	font-size: 9pt;
	width: 100%;
	margin-bottom: 5px;
	table-layout: fixed;
}

div.Table table thead tr th.Title,
div.Table table tr td.Title,
table.Data thead tr th.Title,
table.Data tr td.Title
{
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	border-bottom: dashed 1px #999999;
}

div.Table table thead td,
div.Table table td.Header,
table.Data thead td,
table.Data td.Header,
td.Header
{
	background: url(Images/Submenu-Header-Background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #e6e6e6;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 2px 0px 2px;
	text-align: left;
	height: 16px;
	border-bottom: solid 1px #000000;
}

div.Table table td.Numeric,
table.Data td.Numeric
{
	text-align: right;
}

div.Table table tr,
table.Data tr
{
}

div.Table table tr.Alternate,
table.Data tr.Alternate
{
}

div.Table table tr.Alternate td,
table.Data tr.Alternate td
{
	background-color: #f9f9f9;
}

div.Table table tr.Center td,
table.Data tr.Center td
{
	text-align: center;
}

div.Table table tr.LineItem td,
table.Data tr.LineItem td
{
	border-bottom: dashed 1px #CCCCCC;
}

div.Table table td,
table.Data td
{
	vertical-align: top;
}

div.Table table td.Field,
table.Data td.Field
{
	text-align: right;
	font-weight: bold;
	padding: 4px 2px 2px 2px;
	vertical-align: top;
}

div.Table table td.Value,
table.Data td.Value
{
	text-align: left;
	padding: 4px 2px 2px 2px;
}

div.Table table td.Value.Numeric,
table.Data td.Value.Numeric
{
	text-align: right;
}

div.Table table tr.Summary td,
table.Data tr.Summary td
{
	border-top: dashed 1px #000000;
	border-bottom: solid 1px #000000;
	font-weight: bold;
}

div.Table table td.Value.Summary,
table.Data td.Value.Summary
{
	border-top: dashed 1px #000000;
	border-bottom: solid 1px #000000;
	font-weight: bold;
}

div.Table table td.Input,
table.Data td.Input
{
	padding: 2px 2px 2px 2px;
}

div.Table table td.Input div.Example,
table.Data td.Input div.Example
{
	font-style: italic;
	color: #999999;
}

div.Table table tfoot td,
table.Data tr.Footer td
{
	border-top: dashed 1px #999999;
	text-align: right;
	padding-top: 2px;
}

div.Table table tfoot tr.Entry td,
div.Table table tr.Footer.Entry td,
table.Data tfoot tr.Entry td,
table.Data tr.Footer.Entry td
{
	background-color: #CCFFCC;
	text-align: left;
	vertical-align: middle;
}

.FieldDescription
{
	font-style: italic;
	font-size: 8pt;
	color: #666666;
}

/*--------------------[ Floating Form ]--------------------*/
div.FloatingForm
{
	display: table;
}

div.FloatingForm div.Item
{
	display: table-row;
}

div.FloatingForm div.Item div.Label
{
	font-weight: bold;
	text-align: right;
	display: table-cell;
	padding: 2px 10px 2px 0;
}

div.FloatingForm div.Item div.Input,
div.FloatingForm div.Item div.Value
{
	padding: 2px 0 2px 0;
	display: table-cell;
}

div.FloatingForm div.Item div.Input.Numeric,
div.FloatingForm div.Item div.Value.Numeric
{
	text-align: right;
}

/*--------------------[ Category Crumbs ]--------------------*/
div.CategoryCrumbs
{
	font-size: 10pt;
}

/*--------------------[ Tab Container ]--------------------*/
.TabContainer .ajax__tab_header 
{
    display: block;
    padding-left: 10px;
    font-size: 12pt;
}

.TabContainer .ajax__tab_header .ajax__tab_outer 
{
	border: solid 1px #999999;
	border-bottom: none;
	margin: 0 1px 0 2px;
}

.TabContainer .ajax__tab_header .ajax__tab_inner 
{
	background-color: #e6e6e6;
    background-image: url(Images/SubMenu-Header-Background.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    padding: 6px 10px 2px 10px;
    color: #999999;
}

.TabContainer .ajax__tab_hover .ajax__tab_inner 
{
    color: #000000;
}

.TabContainer .ajax__tab_active .ajax__tab_outer 
{
}

.TabContainer .ajax__tab_active .ajax__tab_inner 
{
	font-weight: bold;
    color: #000000;
}

.TabContainer .ajax__tab_body 
{
	border: solid 1px #999999;
	padding: 5px 5px 5px 5px;
}

/*--------------------[ Link List ]--------------------*/
div.LinkList a
{
	float: left;
	width: 190px;
	height: 18px;
	overflow: hidden;
	display: block;
	margin: 0px 2px 5px 0px;
}

/*--------------------[ Floating Repeater Item ]--------------------*/
div.FloatingRepeaterItem
{
	float: left;
	border: solid 1px #CCCCCC;
	padding: 2px 2px 2px 2px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}

div.FloatingRepeaterItem div.Body
{
	overflow: hidden;
}

div.FloatingRepeaterItem div.Footer
{
	border-top: dashed 1px #CCCCCC;
	text-align: right;
	padding-top: 8px;
}

/*--------------------[ Modal Popup ]--------------------*/
div.ModalPopup
{
	text-align: left;
	border: solid 1px #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: auto;
	background-color: #ffffff;
}

.ModalPopupBackground
{
	background-color: #333333;
    filter: alpha(opacity = 70);
    opacity: 0.7;
}

/*--------------------[ Confirm Dialog ]--------------------*/
div.ConfirmDialog
{
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
}

div.ConfirmDialog div.Title
{
	font-size: 10pt;
	font-weight: bold;
	border-bottom: dashed 1px #CCCCCC;
}

div.ConfirmDialog div.Message
{
}

div.ConfirmDialog div.Footer
{
	border-top: dashed 1px #CCCCCC;
	text-align: center;
	padding-top: 8px;
}

/*--------------------[ Credit Card Logo ]--------------------*/
img.CreditCardLogo
{
	border: solid 1px #FFFFFF;
	padding: 2px 2px 2px 2px;
    filter: alpha(opacity = 25);
    opacity: 0.25;
}

img.CreditCardLogo.Selected
{
	border-color: #006633;
    background-color: #33FF99;
    filter: alpha(opacity = 100);
    opacity: 1;
}

/*--------------------[ Scrolling Div ]--------------------*/
div.Scroll
{
	border: solid 1px #CCCCCC;
	overflow-y: auto;
	overflow-x: hide;
	display: block;
}

div.Scroll div.Item
{
	padding: 5px 5px 10px 5px;
	cursor: pointer;
}

div.Scroll div.Item:hover
{
	background-color: #FFFFCC;
}

div.Scroll div.Item.Selected
{
	background-color: #CCFFCC;
}

/*--------------------[ Page Alert ]--------------------*/
div.PageAlert
{
	font-size: 10pt;
	border: solid 1px #000000;
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin-bottom: 10px;
}

div.PageAlert div.Title
{
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	color: #000000;
}

div.PageAlert div.Title.Information
{
	background-color: #CCFFCC;
}

div.PageAlert div.Title.Exclamation
{
	background-color: #FF9933;
}

div.PageAlert div.Title.Error
{
	background-color: #FF9999;
}

div.PageAlert div.Body
{
	padding: 5px 5px 5px 5px;
	color: #000000;
}

div.PageAlert div.Body.Information
{
	background-color: #99FF99;
}

div.PageAlert div.Body.Exclamation
{
	background-color: #FFCC99;
}

div.PageAlert div.Body.Error
{
	background-color: #FFCCCC;
}

/*--------------------[ Category Selector ]--------------------*/
div.CategorySelector
{
	margin: 2px 0 2px 0;
	border: solid 1px #cccccc;
	width: 100%;
	font-size: 10pt;
	display: table;
}

div.CategorySelector div.SelectedCategory
{
	vertical-align: middle;
	display: table-cell;
}

div.CategorySelector div.Button
{
	width: 50px;
	display: table-cell;
}

.Transparent
{
	background-color: Transparent;
}
