﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

.vbox > *
{
	display: block;
}

.hbox > *
{
	display: inline;
}

h1
{
	font-weight: bold;
	font-size: 130%;
	color: #0D2EA0;
}

h2
{
	font-size: 110%;
	color: #4E5151;
}

h3
{
	font-size: 100%;
	font-weight: bold;
}

.FieldHeader
{
	font-weight: bold;
}

a 
{
	text-decoration: none;
}

a:hover, a:focus
{
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
}
#bullet
{
    list-style-image: url(../images/bullet.gif);
}

#productoptions td
{
    padding-bottom:20px;
}
/*---------------------------
Page layout
---------------------------*/

#frame
{
	width: 940px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#content
{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	width: 500px;
	float: left;
}

#CountrySelect
{
	display: inline;
	float: right;
	margin-right: 10px;
	width: 254px;
	margin-top: -55px; /* IE8 */ .margin-top:-70px;/* IE7 */

}
.CountrySelectText
{
	font-size: 11px;
	padding: 1px;
	background-image: 
}
.HeaderButton
{
	display: inline;
	float: right;
	margin-right: 5px;
	width: 33px;
	margin-left: 700px;
	margin-top: -55px; /* IE8 */ .margin-top:-70px;/* IE7 */
}
.SearchButton
{
	display: inline;
	float: right;
	margin-right: 5px;
	width: 33px;
	font-size: 10px;
	margin-left: 700px;
	margin-top: -31px; /* IE8 */ .margin-top:-45px;/* IE7 */
}

.SearchButtonText
{
	display: inline;
	float: right;
	width: 254px;
	font-size: 11px;
	padding: 3px 0 0 2px;
	margin-right: 10px;
	margin-left: 500px;
	margin-top: -35px; /* IE8 */ .margin-top:-50px;/* IE7 */
}

.SearchButtonTextBox
{
	width: 215px;
}


.GeneralContent
{
	/*font-size: 12px;*/
	color: #333333;
}

.GeneralContentBold
{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

#Footer
{
	width: 940px;
	text-align: left;
	color: #666666;
	clear: both;
	padding-top: 10px;
}

.leftNav
{
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	float: left;
}

.rightNav
{
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-color: white;
	float: right;
}

.TSPList
{
    font-size: 100%;
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}


/*---------------------------
Product Page
---------------------------*/

.ViewProduct
{
	/*font-size: 12px;*/
	min-height: 500px;
	width: 480px;
	float: left;
	padding-left:10px;
	padding-right: 40px;
}

.ViewOverview
{
	width: 480px;
}

.ViewOverviewTop
{
	width: 480px;
	float: right;
	height: auto;
}

.ViewOverviewTopLeft
{
	float: left;
}


.ViewOverviewTopRight
{
	float: right;
	text-align: left;
}

.ViewOverviewTopRightContent
{
	height: 30px;
	padding-bottom: 10px;
}
.ViewOverviewTopRightLeft
{
	width: 80px;
	height: 20px;
	font-weight: bold;
	float: left;
	padding-top: 4px;
}

.ViewOverviewTopRightRight
{
	float: right;
	width: 120px;
	height: 20px;
}

.ViewOverviewBottom
{
	width: 480px;
	float: right;
}
.OverviewImage
{
	width: 250px;
	height: 200px;
}

.OverviewImage img
{
	max-width: 250px;
}

.OverviewPrice
{
	font-size: 160%;
}

.ViewSpecifications
{
	/*font-size: 12px;*/
}

.ViewRelatedProducts
{
	/*font-size: 12px;*/
}
.ViewSupportDownload
{
	/*font-size: 12px;*/
}

.DownloadInfo
{
	color: Gray;
	font-style: italic;
}

.OverviewProductWarranty
{
	max-width: 200px;
}

.OverviewProductBlurb
{
	width: 480px;
	float:none;
}

/*---------------------------
Header
---------------------------*/
#logo
{
	background: url(../Images/header_bg.jpg) repeat-y;
	height: 62px;
	font-size: 9px;
	font-family: arial;
}

#menu
{
	background: url(../Images/nav_bg.jpg) repeat-x left top;
	height: 25px;
	margin: 0px;
	font-size: 12px;
}

#menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	color: #000;
	
}
#menu ul
{
	margin-top: 0px;
	padding-left: 5px;
	margin-left: 0px;
	padding-top: 4px;
}

#menu ul li
{
	display: inline;
	background: url(../images/blue_arrow.png) no-repeat 0px 5px;
	list-style-type: none;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 2px;
}
#menu a:hover, #menu a:focus
{
	color: #333;
	text-decoration: underline;
}
/*---------------------------
Footer
---------------------------*/
#FooterMenu
{
    text-align: right;
	/*background: url(../Images/nav_bg.jpg);*/
	height: 25px;
	width: 940px;
	font-size: 12px;
}

#FooterMenu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
	color: grey;
	height: 50px;
}

#FooterMenu a:hover, #FooterMenu a:focus
{
	margin-top: 10px;
	text-decoration: underline;
}

#FooterMenu ul
{
	margin-top: 0px;
	padding-left: 5px;
	margin-left: 0px;
	padding-top: 5px;
}

#FooterMenu ul li.First
{
	display: inline;
	vertical-align: middle;
	list-style-type: none;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 4px;
}

#FooterMenu ul li
{
	display: inline;
	background: transparent url(../Images/nav_seperator_footer.jpg) no-repeat left 6px;
	list-style-type: none;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 4px;
}

.TermsConditions
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}

.copyright
{
	text-align: right;
	color: Gray;
	font-size: 10px;
	padding: 5px;
}

/*---------------------------
Navigation
---------------------------*/
.biz
{
	
	background-color: #f6f6f4;
	list-style-type: none;
	border-bottom: #e4e4e0 1px solid;
	border-top: 0px;
	border-right: #e4e4e0 1px solid;
	border-left: #e4e4e0 1px solid;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-top: 5px;
}

.ProductMenu
{
	height: 34px;
	/*margin-left: 0px;*/
	margin-bottom: 10px;
	font-size: 16px;
}

.ProductMenu ul
{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	width: 470px;
	height: 34px;
	list-style: none none outside;
}

.ProductMenu ul li
{
	line-height: 12px;
	float: left;
	height: 34px;
	overflow: hidden;
	font-size: 0.8em;
}

.ProductMenu ul li a
{
	text-align: center;
	display: block;
	height: 34px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

.ProductMenu ul li a:hover, .ProductMenu ul li a:focus
{
	color: #ffffff;
}


.ProductMenu ul li a#overview
{
	background-image: url(../images/OverviewTab.jpg);
	background-repeat: no-repeat;
	width: 100px;
	padding-top: 10px;
}
.ProductMenu ul li a#overview:hover, .ProductMenu ul li a#overview:focus
{
	background-image: url(../images/OverviewTab_hover.jpg);
	background-repeat: no-repeat;
	width: 100px;
	padding-top: 10px;
}


.ProductMenu ul li a#specifications
{
	background-image: url(../images/SpecificationsTab.jpg);
	background-repeat: no-repeat;
	width: 100px;
	padding-top: 10px;
}
.ProductMenu ul li a#specifications:hover, .ProductMenu ul li a#specifications:focus
{
	background-image: url(../images/SpecificationsTab_hover.jpg);
	background-repeat: no-repeat;
	width: 100px;
	padding-top: 10px;
}

.ProductMenu ul li a#custAccessories
{
	background-image: url(../images/CATab.jpg);
	background-repeat: no-repeat;
	width: 140px;
}
.ProductMenu ul li a#custAccessories:hover, .ProductMenu ul li a#custAccessories:focus
{
	background-image: url(../images/CATab_hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
}

.ProductMenu ul li a#support
{
	background-image: url(../images/SupportTab.jpg);
	background-repeat: no-repeat;
	width: 130px;
}
.ProductMenu ul li a#support:hover, .ProductMenu ul li a#support:focus
{
	background-image: url(../images/SupportTab_hover.jpg);
	background-repeat: no-repeat;
	width: 130px;
}
.ProductMenu ul li a#ProductOptions 
{
	background-image: url(../images/CATab.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	width: 140px;
}
.ProductMenu ul li a#ProductOptions:hover, .ProductMenu ul li a#ProductOptions:focus
{
	background-image: url(../images/CATab_hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	padding-top: 10px;
}
.ProductMenu ul li a#ContactUs
{
	background-image: url(../images/SupportTab.jpg);
	background-repeat: no-repeat;
	width: 130px;
	padding-top: 10px;
}
.ProductMenu ul li a#ContactUs:hover, .ProductMenu ul li a#ContactUs:focus
{
	background-image: url(../images/SupportTab_hover.jpg);
	background-repeat: no-repeat;
	width: 130px;
	padding-top: 10px;
}
.ProductMenu ul li a#hardware 
{
	background-image: url(../images/CATab.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	width: 140px;
}
.ProductMenu ul li a#hardware:hover, .ProductMenu ul li a#hardware:focus
{
	background-image: url(../images/CATab_hover.jpg);
	background-repeat: no-repeat;
	width: 140px;
	padding-top: 10px;
}
.ProductMenu ul li a#DropoffPoints
{
	background-image: url(../images/SupportTab.jpg);
	background-repeat: no-repeat;
	width: 130px;
	padding-top: 10px;
}
.ProductMenu ul li a#DropoffPoints:hover, .ProductMenu ul li a#DropoffPoints:focus
{
	background-image: url(../images/SupportTab_hover.jpg);
	background-repeat: no-repeat;
	width: 130px;
	padding-top: 10px;
}


.BrowseProductGroups ul li
{
	list-style-type: none;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-top: 5px;
}

.BrowseProductGroups ul li li
{
	list-style-type:none;
	padding-bottom:0px;
}


.BlueMenuHeader
{
	background: url(../images/H2_bg.jpg);
	margin-top: 8px;
	padding: 6px 0px 6px 10px;
	color: white;
	width: 190px;
	font-size: 14px;
	font-weight: bold;
}

.BlueMenuHeader
{
	background: url(../images/H2_bg_blue.jpg);
	margin-top: 8px;
	padding: 6px 0px 6px 10px;
	color: white;
	width: 190px;
	font-size: 14px;
	font-weight: bold;
}

.nav a
{
	text-transform: capitalize;
	text-decoration: none;
	color: #333;
	font-size: 12px;
	margin: 0px 5px;
}

.nav a:hover, .nav a:focus
{
	color: #333;
	text-decoration: underline;
}

.nav li div 
{
	width:200px;
}


.nav ul
{
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
}

.nav ul li
{
	background: url(../images/bullet.gif) no-repeat 5px 8px;
	background-color: #f6f6f4;
	list-style-type: none;
	border-bottom: #e4e4e0 1px solid;
	border-top: 0px;
	border-right: #e4e4e0 1px solid;
	border-left: #e4e4e0 1px solid;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-top: 5px;
}

.nav ul li li
{
	background: url(../images/blue_arrow.png) no-repeat 5px 8px;
	border-bottom: 0px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
}

/*---------------------------
Forms
---------------------------*/

.Forms
{
	color: #333333;
	/*font-size: 11px;*/
	font-weight: bold;
	padding: 20px;
}

.RequiredMessage
{
	color: Red;
}

/*---------------------------
Product Groups
---------------------------*/

.ProductGroups
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	padding-left: 10px;
}

.ProductGroup
{
	width: 160px;
	height: 140px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border: solid 1px lightgray;
}

.ProductImage
{
	padding: 5px 0px 0px 0px;
	height: 90px;
}

.ProductImage a img
{
}

.ProductSummary
{
	color: #003399;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	height: 25px;
}

.ProductSummary a
{
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

.ViewDetails
{
	position: relative;
	padding: 5px 0px 0px 0px;
}

.ViewDetails a
{
	text-decoration: none;
	font-size: 12px;
}

.ViewDetails a:hover, a:focus
{
	text-decoration: underline;
}

.ProductBrochure
{
	margin-top: 10px;
	font-weight: bold;
}

.ProductBrochure a
{
	text-decoration: none;
	color: #003399;
	padding-left: 5px;
}

.ProductBrochure a:hover, .ProductBrochure a:focus
{
	text-decoration: underline;
}


.ProductLayout
{
	padding-right: 10px;
	padding-bottom: 2px;
}

.MoFo
{
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	width: 500px;
	float: left;
}

.ProductWarningMessage
{
	font-style: italic;
	color: Gray;
}

.DownloadLink
{
	padding-bottom:10px;
}
/*---------------------------
Products and Solutions
---------------------------*/

.BlueBarProductSolutions
{
	font-size: 11px;
	width: 480px;
	color: #333333;
	margin-top: -25px;
	margin-left: 12px;
	margin-top: -15px; /* IE8 */
}

.BlueBarProductSolutions a
{
	/*background: transparent url(../images/blue_bg.gif) no-repeat scroll right top;     color: #FFFFFF;*/
	display: block;
	margin-bottom: 10px;
	padding: 6px 0 9px 5px;
	width: 467px;
	text-decoration: none;
}


.BlueBarProductSolutions ul
{
	background: url(../images/blue_arrow.png) no-repeat 0px 5px;
	font-weight: bold;
	color: #003399;
	padding: 2px 10px 1px 10px;
	margin-left: 7px;
}

/*---------------------------
Our Technology
---------------------------*/
.TechTable
{
	padding-right: 20px;
	padding-bottom: 20px;
}

.TechHeading
{
	background-color: #F6F6F4;
	border-top: 1px solid #1950AD;
	width: 228px;
	padding-top: 5px;
	margin: 100px;
}

.TechHeading span
{
	color: #1950AD;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}

.TechHeading img
{
	padding-top: 5px;
}

.TechText
{
	border-left: solid 1px lightgray;
	border-right: solid 1px lightgray;
	padding:10px;
	font-size: 85%;
}

.TechViewMore
{
	border-left: solid 1px lightgray;
	border-bottom: solid 1px lightgray;
	border-right: solid 1px lightgray;
	padding-bottom: 10px
}

.TechViewMore img
{
	border: none;
}


.TwoColumn
{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../images/twocolumn_center.gif) no-repeat scroll left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
	margin-left: 12px;
}

.TwoColumn .right
{
	margin-left: 250px;
	margin-top: -124px;
}

.TwoColumn .column
{
	display: inline;
	float: left;
	margin-left: 1px;
	position: relative;
}

.TwoColumn .Column h2
{
	background: #F6F6F4 none repeat scroll 0 0;
	border-top: 1px solid #1950AD;
	color: #1950AD;
	font-size: 12px;
	margin: 0;
	padding-top: 5px;
	padding-right: -1px;
	padding-left: 2px;
	padding-bottom: 4px;
	width: 228px;
}

.TwoColumnContentTop
{
	margin-top: -301px;
	padding: 5px 8px;
	font-size: 11px;
	width: 220px;
	height:260px;
}

.TwoColumnContentRight
{
	margin-top: 3px;
	margin-left: 248px;
	padding: 5px 8px;
	font-size: 11px;
	width: 220px;
	height:260px;
}

.TwoColumnContentMiddle
{
	margin-top: 3px;
	padding: 5px 8px;
	font-size: 11px;
	width: 220px;
	height:260px;
}

.TwoColumnContentMiddleRight
{
	margin-top: -300px;
	margin-left: 248px;
	padding: 5px 8px;
	font-size: 11px;
	width: 220px;
	height:260px;
}

.TwoColumnContentBottom
{
	margin-top: 3px;
	padding: 5px 8px;
	font-size: 11px;
	width: 220px;
	height:260px;
}

.TwoColumnContentBottomRight
{
	margin-top: -300px;
	margin-left: 248px;
	padding: 5px 8px;
	font-size: 11px;
	width: 220px;
	height:260px;
}

.TechDetails
{
	background: url(../Images/grow_box.jpg);
	color: #FFFFFF;
	padding: 5px 13px 5px 5px;
	position: relative;
	width: 60px;
	height: 10px;
	margin-top: 1px;
	margin-left: 142px;
	font-size: 8px;
	margin-bottom:10px;
}

.TechDetails a
{
	text-decoration: none;
	color: White;
	padding-left: 14px;
	font-size: 8px;
	padding-bottom:10px;
}

.TechDetailsRight
{
	background: url(../Images/grow_box.jpg);
	color: #FFFFFF;
	padding: 5px 13px 5px 5px;
	position: relative;
	width: 60px;
	height: 10px;
	margin-top: 1px;
	margin-left: 395px;
	font-size: 8px;
	margin-bottom:10px;
}

.TechDetailsRight a
{
	text-decoration: none;
	color: White;
	padding-left: 14px;
	font-size: 8px;
	padding-bottom:10px;
}

.TechBlueBar
{
	background: transparent url(../images/blue_bg.gif) no-repeat scroll right top;
	color: #FFFFFF;
	display: block;
	margin-bottom: 10px;
	padding: 4px 0 9px 5px;
	width: 475px;
	font-weight: bold;
}


/*---------------------------
Basket
---------------------------*/

.BasketHeader
{
	color: Black;
	font-weight: bold;
	background-color: #e0e0e0;
	height: 25px;
	margin: 0px;
	text-align: center;
}

#ViewBasket
{
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	width: 380px;
}


#EditBasketProfile table
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	width: 500px;
}

.TotalHeaders
{
	text-align: right;
	font-weight: bold;
}

.TotalValue
{
	text-align: right;
}
.vboxlink a
{
	width: 165px;
	height: 25px;
	color: White;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-top: 9px;
	margin-top: 3px;
	background: url(../Images/button.jpg)no-repeat;
	font-size: 14px;
}

.vboxlink a:hover, .vboxlink a:focus
{
	color: #003399;
}

.vbox a
{
	color: blue;
}

.vbox a:hover, .vbox a:focus
{
	font-weight: bold;
}


.BasketTable
{
	color: Black;
}

.BasketTitle
{
	background: url(../images/Shoppingcart.jpg) no-repeat 440px 0px;
	height: 70px;
}

/*---------------------------
Delaer Locator
---------------------------*/

.DealerLocatorSubGroups
{
	list-style-type: decimal;
}
.DealerLocatorSubGroups a
{
	text-decoration: none;
}
.DealerLocatorSubGroups a:hover, .DealerLocatorSubGroups a:focus
{
	text-decoration: underline;
	color: #003399;
}

.Map
{
	margin-left: 200px;
}

.DealerRegion
{
	margin-top: -295px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.DealerRegion a
{
	background: url(../images/blue_arrow.png) no-repeat 0px 5px;
	padding: 2px 10px 1px 10px;
	color: #003399;
	text-decoration: none;
}

.DealerRegion a:hover, .DealerRegion a:focus
{
	text-decoration: underline;
	color: #003399;
	font-weight: bold;
}

.DealerLocatorProductGroup
{
	font-weight: bold;
	font-size: 130%;
	color: #0D2EA0;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	list-style-type: none;

}

.LocatorProductGroups
{
	margin-top: -20px;
	width: 300px;
}

.Dealer table
{
	width: 448px;
	
	
}


.DealerName
{
	background: #F6F6F4 none repeat scroll 0 0;
	border-top: 1px solid #1950AD;
	color: #1950AD;
	font-size: 90%;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 443px;
	height:auto;
}


.DealerLogo
{
	border-left: solid 1px #E6E6E4;
	border-bottom: solid 1px #E6E6E4;
}

.DealerLogo img
{
	max-width:230px;
	max-height: 100px;

}

.DealerAddress
{
	font-size:90%;
border-left: solid 1px #E6E6E4;
	border-bottom: solid 1px #E6E6E4;
	border-right: solid 1px #E6E6E4;

}



/*---------------------------
Home Page
---------------------------*/

.HomeContent
{
	background: url(../Images/footer_bg.jpg);
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}


#menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
	color: #000;
}
#menu ul
{
	margin-top: 0px;
	padding-left: 5px;
}

#menu ul li
{
	display: inline;
	background: url(../images/blue_arrow.png) no-repeat 0px 5px;
	list-style-type: none;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#menu a:hover, #menu a:focus
{
	color: #333;
	text-decoration: underline;
}

/*---------------------------
About Us
---------------------------*/
.AboutUsList
{
}

.AboutUsList ul
{
	background: url(../images/blue_arrow.png) no-repeat 0px 5px;
	font-weight: bold;
	font-size: 100%;
	color: #003399;
	padding: 2px 10px 1px 10px;
	margin-left: 0px;
}

/*---------------------------
PromotionsEvent
---------------------------*/
.PromotionEvents
{
}

.PromotionEvents ul il
{
	background: url(../images/blue_arrow.png) no-repeat 0px 5px;
	font-weight: bold;
	font-size: 80%;
	color: #003399;
	padding: 2px 10px 1px 10px;
	margin-left: -31px;
}

/*---------------------------
Service and Support
---------------------------*/

.ServiceContentLeftBold
{
	font-weight: bold;
	font-size: 100%;
	color: #003399;
}


.ServiceContentLeftBold a
{
	text-decoration: none;
}

.ServiceContentLeftBold a:hover, .ServiceContentLeftBold a:focus
{
	text-decoration: underline;
}

/*---------------------------
Dealer Login
---------------------------*/

.ForgotPassword
{
	margin-top: -60px;
	margin-left: 345px;
}

.ForgotPassword a
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.ForgotPassword a:hover, .ForgotPassword a:focus
{
	text-decoration: underline;
}

.DealerLogin
{
	width: 500px;
	float: left;
	padding-bottom:10px;
}
.Login
{
	width: 100px;
	padding-bottom:0px;
}
.UserName
{
	color: #333333;
	font-family: Arial,Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	width:500px;
}

.Password
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float:left;
	padding-bottom:10px;
	width:500px;
}

.RememberMe
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	float:left;
	padding-bottom:10px;	
	width:100px;
}
.ResultMessage
{
	color:Red;
	padding-bottom:10px;
	float:left;
	width:500px;
}

.LoginButton
{
	float:left;
	width:300px;
	padding-bottom:10px;	
	padding-left:10px;
}

.PasswordReminder
{
	float:left;
	width:500px;
	padding-bottom:10px;	
}

.DealerLoginImage
{
	margin-top: 20px;
}

.AccountMasterDetails
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Bold;
}

/*---------------------------
Dealer Login - Product Search
---------------------------*/

.PageSize
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: Bold;
}

.SearchResults
{
	width: 160px;
	height: 160px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	border: solid 1px lightgray;
}

.SearchResultsImages
{
	padding: 5px 0px 0px 0px;
}
.SearchResults img
{
	border: 0px;
	max-height: 100px;
	max-width: 100px;
}

.ProductSummarySearch
{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
}

.ProductSummarySearch a
{
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

.ViewSearchProductDetails
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: relative;
	padding: 5px 0px 0px 0px;
}

.ViewSearchProductDetails a
{
	text-decoration: none;
	font-size: 12px;
}

.AdvancedSearch
{
	color: #0D2EA0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}

.AdvancedSearch a
{
	color: #0D2EA0;
	padding-top: 5px;
}

.AdvancedSearchResults
{
	text-align: center;
	width: 160px;
	padding-bottom: 10px;
	margin-left: -12px;
}
.AdvancedSearchProduct
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.PageSize
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Paging
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-top: 10px;
}

/*---------------------------
Dealer Login - Manage Logins
---------------------------*/

.CreateLogin
{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

.CreateLogin a
{
	color: #333333;
}

.ManageLoginContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #003399;
}

.Roles
{
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
}

.User
{
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
}

.User a
{
	color: Blue;
}

.SignOnAs
{
	padding-left: 10px;
}

/*---------------------------
Dealer Login - Edit Login
---------------------------*/

.EditLoginContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/*---------------------------
Site Map
---------------------------*/
.SiteMap
{
	font-size: 12px;
}

.SiteMap h2
{
	margin: 3px 0px;
}

.SiteMap a, SiteMap a:visited
{
	color: #003399;
	text-decoration: none;
}

.SiteMap a:hover, .SiteMap a:focus
{
	text-decoration: underline;
}


.SiteMap ul.TopMenu
{
	list-style: none;
	padding: 0px 10px;
}
.SiteMap ul.TopMenu li
{
	font-weight: bold;
	margin: 15px 0px;
}


.SiteMap ul.SubMenu
{
	list-style-image: url(../images/blue_arrow.png);
	padding-left: 30px;
}

.SiteMap ul.SubMenu li
{
	font-weight: normal;
	margin: 0px 7px;
}

.SiteMap ul.SubMenu li a
{
	color: #333333;
}


/*---------------------------
Search Transactions
---------------------------*/
.TransactionSearchResult label
{
	font-weight: bold;
}

.SearchTransactions ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.SearchTransactions .TransactionSearchResult
{
	font-size: 11px;
	background-color: #F6F6F4;
	margin: 5px 0px;
	padding: 10px 5px;
	font-size: 12px;
	color: #333333;
}


.TransactionEnquiryColumn
{
	padding-right: 10px;
	padding-bottom: 5px;
	font-weight:bold;
}

/*---------------------------
Accessability
---------------------------*/
.Skip
{
	position:absolute;
	top:-99999999px;

}

.SkipTarget
{
	position:absolute;
	top:-99999999px;
	width:1px;
	height:1px;
}

/*---------------------------
Recycling
---------------------------*/

.Recycling
{
	width:480px;
	padding-left:5px;
	padding-right:5px;
	float: left;
}

.Recycling h2
{
	margin-top:0px;
}

/*---------------------------
Recycling
---------------------------*/
.Corporate
{
	width:490px;
	padding-left:5px;
	padding-right:5px;
	float: left;
}
#GSTitem
{
    font-size:12px;
    padding-left:5px;
}