﻿body
{
	border: 0;
	width: 100%;
	min-height: 600px;
	height: 100%;
	background: #dcdcdc;
	min-width: 900px;
	font-size: 90%;
	font-family: "Lucida Grande" , Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

a
{
	color: #9F2D46;
	text-decoration: none;
}

a:hover
{
	color: #333;
	text-decoration: underline;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

li
{
	list-style-position: inside;
}

#header
{
	clear: both;
	float: left;
	position: relative;
	width: 70%;
	top: 0;
	left: 15%;
	right: 15%;
	margin: 0;
	padding-bottom: 5px;
}
a.banner
{
	color: #fff;
	border: 0;
	text-decoration: none;
	display: block;
}
a.banner img
{
	border: 0;
	margin: 0;
	padding: 0;
	min-height: 50px;
 max-height: 57px;
 min-width: 523px;
 max-width: 596px;
}
#noscript
{
	text-align: center;
	border: 2px solid #AF1423;
	width: 991px;
	height: 200px;
	position: absolute;
	top: 70%;
	left: 10%;
	background-color: Red;
	color: #FFF;
	z-index: 10001;
	margin: 0 auto;
}

#noscript h1
{
	position: relative;
	padding-top: 5px;
}

#noscript p
{
	position: relative;
	padding-top: 5px;
	line-height: 35px;
}

#search
{
	position: absolute;
	right: 0;
	top: 28px;
	height: 24px;
	
}

input.site-search
{
	background: #fff url(images/icon-sitesearch.png) no-repeat 4px -19px;
	border: 1px solid #000;
	padding-left: 20px;
	width: 180px;
	height: 22px;
	line-height: 22px;
	vertical-align: bottom;
}

input.site-search:hover, input.site-search:focus
{
	background: #fff url(images/icon-sitesearch.png) no-repeat 4px 4px;
	border: 1px solid #000;
	vertical-align: bottom;
}
input.site-search-button
{
	
	height: 24px;
	vertical-align: bottom;
}
.colmask
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.colright, .colmid, .colleft
{
	float: left;
	width: 100%;
	position: relative;
}

.col1, .col2, .col3
{
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0;
}

.threecol
{
	background-color: #dcdcdc;
	background-repeat: repeat-x;
}

.threecol .colmid
{
	right: 15%;
	background: #fff;
}

.threecol .colleft
{
	right: 70%;
	background-color: #dcdcdc;
	background-repeat: repeat-x;
}

.threecol .col1
{
	width: 66%;
	left: 102%;
}

.threecol .col2
{
	width: 11%;
	left: 21%;
}

.threecol .col3
{
	width: 11%;
	left: 95%;
}

.rounded5px
{
	border: inherit;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#singlecol_content
{
	float: left;
	width: 50%;
}

#singlecol_content p.intro
{
	color: #333;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	font-weight: 700;
	margin: 5px 20px 15px;
}

#singlecol_content p
{
	line-height: 1.2em;
	margin: 0 0 24px;
}

#singlecol_content h2
{
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 24px;
}

#rightside
{
	position: absolute;
	right: 3%;
	top: 100px;
	float: right;
	width: 40%;
	background-color: #ffc;
	border: solid 1px #000;
	color: #333;
	font-size: 12px;
	line-height: 21px;
	margin-left: 10px;
	padding: 18px;
}

#rightside h3
{
	text-align: center;
	margin: 0 0 18px;
}

#rightside ul
{
	margin-top: 0;
}

#rightside ul.list-left
{
	float: left;
	font-size: 10px;
}

#rightside ul.list-right
{
	float: right;
	font-size: 10px;
}

#rightside ul.list-left li, #rightside ul.list-right
{
	width: 140px;
}

.page-heading
{
	background-color: #9F2D46;
	height: 90px;
	position: relative;
	width: 100%;
	-moz-border-radius-bottomright: 5ex;
	-webkit-border-bottom-right-radius: 5ex;
	-moz-border-radius-bottomleft: 5ex;
	-webkit-border-bottom-left-radius: 5ex;
	margin: 0 0 10px;
}

.page-heading h1
{
	background-repeat: no-repeat;
	height: 35px;
	left: 50px;
	position: absolute;
	top: 24px;
	text-indent: 0;
	width: 60%;
	color: #fff;
	margin: 0;
}

.siteTerms
{
	float: left;
	width: 75%;
	line-height: 1.2em;
	margin: 0 auto;
}

.siteTerms h1
{
	padding-bottom: 10px;
}

.siteTerms h2
{
	font-size: 18px;
	margin-bottom: 12px;
}

.siteTerms h3
{
	font-size: 14px;
}

.siteTerms h4
{
	font-size: 12px;
}

.big-box
{
	background: #F6F4EE;
	color: #38290B;
	font-size: 12px;
	line-height: 21px;
	margin: 10px 0;
	padding: 24px;
}

.big-box p
{
	margin: 0;
	padding: 5px;
}

.big-box h2, .big-box h3
{
	color: #000;
	margin: 0 0 21px;
}

.big-box h2 a
{
	text-decoration: none;
}

.big-box h3
{
	font-size: 12px;
	margin: 0 0 21px;
}

.img-wrapper
{
	float: right;
	padding-left: 5px;
	height: 300px;
	width: 400px;
	border: none;
	position: relative;
	margin: 0;
}

.lil-box
{
	clear: both;
	position: relative;
	display: block;
	width: 70%;
	left: 15%;
	margin: 0;
	padding: 10px 0 0;
}

.lil-box li
{
	display: block;
	position: relative;
	background-color: #dcdcdc;
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 100px;
	padding: 20px;
}

.lil-box img
{
	float: left;
	border: 0;
	margin: 10px;
	padding: 0;
}

.lil-box li h3
{
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0;
}

.lil-box p
{
	text-align: justify;
	left: 200px;
	margin: 0;
	padding: 0 0 5px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #4c5159;
	background-image: url(images/footer_bg_082.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0 0;
	font-size: 11px;
	color: silver;
	margin-top: 0;
	margin-bottom: auto;
	text-align: center;
}

#footer .inner
{
	width: 70%;
	text-align: left;
	color: #FFF;
	margin: 0 auto !important;
}

#footer .inner .links
{
	color: #D3D2CF;
	display: block;
	margin-bottom: 2px;
}

#footer .inner .links a, #footer .inner a
{
	color: #D3D2CF;
	text-decoration: none;
}

#footer .inner .links a:hover, #footer .inner a:hover
{
	color: #fff66b;
	text-decoration: underline;
}

#footer .inner #footercopyright
{
	float: right;
	text-align: right;
	color: #D3D2CF;
}

#footercopyright > div
{
	display: block;
	margin: 0;
}

.footerMlogo
{
	border: 0;
	width: 120px;
	height: 30px;
}

.links span
{
	color: #FFC600;
}

#cse-search-results
{
	position: relative;
	width: 700px;
	margin: 0 auto;
}

.contact_left
{
	height: 700px;
}

p.address, p.phone
{
	color: #333;
	font-size: 14px;
	padding-left: 150px;
	line-height: 18px;
	margin: 6px 9px 0 0;
}

p.address img, p.phone img
{
	margin-top: -6px;
}

.img-left
{
	float: left;
	padding-right: 4px;
}

#customerdownloadslist
{
	list-style-type: none;
	position: relative;
	text-align: right;
	width: 550px;
	margin: 10px auto;
	padding: 0;
}

#customerdownloadslist li
{
	height: 67px;
	border: solid 1px #fff;
}

#customerdownloadslist li img
{
	float: left;
	margin-left: 5px;
	padding: 3px;
}

#customerdownloadslist a
{
	display: block;
	width: 550px;
	line-height: 66px;
	height: 66px;
	color: #000;
	text-decoration: none;
	background-color: #dcdcdc;
	font-size: 2em;
	padding-right: 5px;
}

#customerdownloadslist a:hover, .selected a
{
	background-color: #fff;
	border: solid 1px #000;
}

#customerdownloadslist a:hover .first
{
	height: 65px;
	line-height: 65px;
}

.customerdownloadpanel
{
	text-align: center;
	width: 550px;
	margin: 0 auto;
}

.customerdownloadpanel img
{
	margin: 20px auto;
}

.customerdownloadpanel h1
{
	margin: 10px auto;
}

.customerdownloadpanel h3
{
	margin: 40px auto;
}

.navlist
{
	list-style-type: none;
	text-align: center;
	width: 400px;
	margin: 0 auto;
	padding: 0;
}

.navlist li
{
	background: transparent url(images/topnav_bkgnd.png) repeat-x;
	height: 40px;
}

.navlist a
{
	display: block;
	line-height: 39px;
	text-decoration: none;
	background-color: transparent;
	font-size: 1.5em;
	color: #FFF;
	padding-right: 5px;
	font-family: Tahoma;
}

.navlist a:hover, .selected a
{
	background: transparent url(images/topnav_bkgnd_hover.png) repeat-x;
	border: solid 1px #fff;
}

a.rm
{
	background-color: transparent;
	background-image: url(images/arrow-blue.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 100% 50%;
	padding: 5px 11px 5px 0;
}

.clearRT
{
	clear: right;
}

.clearLT
{
	clear: left;
}

.clearBoth
{
	clear: both;
}

.clearfix
{
	display: block;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gb-form
{
	background: #E6E3DD;
	border: 1px solid #D3D0CB;
	color: #333;
	height: 640px;
	overflow: auto;
	padding: 8px;
}

.gb-form span
{
	color: #38290B;
	display: block;
	font-weight: 700;
	width: 90%;
	margin: 0;
}

.gb-form input.cat_textbox, .gb-form textarea
{
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 95%;
}

.gb-form textarea
{
	height: 150px;
}

.gb-form input.cat_button, .cat_button
{
	background: #38290B;
	border-top: 2px solid #A29272;
	border-left: 2px solid #A29272;
	border-right: 2px solid #171104;
	border-bottom: 2px solid #171104;
	color: #fff;
	padding: 6px 9px;
}

.NewsletterForm
{
	background-color: #E6E3DD;
	width: 322px;
	height: 380px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.NewsletterForm Span
{
	display: block;
	text-align: left;
}

.NewsletterForm .cat_button
{
	padding-top: 3px;
	margin: 0 auto;
}

.NewsletterForm input.cat_textbox, #NewsletterForm textarea
{
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 98%;
	margin: 0;
}

.besidenewsletter
{
	width: 300px;
	float: right;
	position: relative;
	top: 0;
	right: 0;
}

.forminstructions
{
	font-size: 28px;
	margin: 4px auto;
}
.PrettyMenu ul
{
	margin: 0 auto;
	padding: 0;
}

.PrettyMenu .AspNet-Menu-Vertical
{
	position: relative;
	top: 3em;
	left: 0;
	z-index: 300;
}

.PrettyMenu ul
{
	margin: 0 auto;
	padding: 0;
}

.PrettyMenu .AspNet-Menu-Vertical ul.AspNet-Menu
{
	width: 9em;
}
.PrettyMenu .AspNet-Menu-Horizontal li:hover
{
	background: transparent url(images/buttonhover.jpg) center top repeat-x;
}

.PrettyMenu ul.AspNet-Menu ul
{
	width: 10.5em;
	left: 8.9em;
	top: -1em;
	z-index: 400;
	background-color: #EAEAEA;
}



.PrettyMenu ul.AspNet-Menu ul li a:hover{background-color: #adadad;}
.PrettyMenu ul.AspNet-Menu ul ul
{
	width: 11.5em;
	left: 10.4em;
}

.PrettyMenu ul.AspNet-Menu li
{
	line-height: 38px;
	list-style: none;
	margin: 0;
}

.PrettyMenu ul.AspNet-Menu li a, .PrettyMenu ul.AspNet-Menu li span
{
	color: #fff; 
	font-size: 14px;
	text-decoration: none;
	background: transparent url(images/arrowRight.gif) right center no-repeat;
	padding-right: 10px; 
	line-height: 37px;
}

.PrettyMenu ul.AspNet-Menu li a:hover, .PrettyMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
	background: transparent url(images/activeArrowRight.gif) right center no-repeat;
	
}

.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Selected a
{
	color: Yellow;
}

.PrettyMenu .AspNet-Menu-Horizontal
{
	background: url(images/nav_bkgd.jpg) center top repeat-x;
	height: 38px;
	position: relative;
	margin: 0;
	padding: 2px 3px;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
	width: 100%;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
	
	width: 10.5em;
	left: 0;
	top: 100%;
	/*filter:alpha(opacity=75); */
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
	top: -0.3em;
	width: 11.5em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	width: 110px;
	text-align: center;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
	text-align: left;
	width: 10.5em;
}
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li a{padding-left: 1em;color:#000 !important;}
.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
	width: 13em;
}

.PrettyMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
	margin: 0 0 0 11.85em;
}
.PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
	background-image: none;
}

.PrettyMenu ul.AspNet-Menu li:hover, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover, .PrettyMenu ul.AspNet-Menu li:hover a, .PrettyMenu ul.AspNet-Menu li:hover span, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover a, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover span, .PrettyMenu ul.AspNet-Menu li:hover li:hover a, .PrettyMenu ul.AspNet-Menu li:hover li:hover span, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .PrettyMenu ul.AspNet-Menu li:hover li:hover ul a:hover, .PrettyMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover, .PrettyMenu ul.AspNet-Menu li:hover ul a, .PrettyMenu ul.AspNet-Menu li:hover ul span, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span, .PrettyMenu ul.AspNet-Menu li:hover li:hover ul a, .PrettyMenu ul.AspNet-Menu li:hover li:hover ul span, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a, .PrettyMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
	color: #fff;
}

.AspNet-Login
{
	width: 500px;
	height: 300px;
	background-color: #dcdcdc;
	text-align: center;
	margin: 0 auto;
}

.AspNet-Login-TitlePanel
{
	font-size: xx-large;
	height: 40px;
	width: 60%;
	margin: 0 auto;
}

.AspNet-Login-RememberMePanel
{
	height: 50px;
}

.AspNet-Login-SubmitPanel input
{
	background-color: #38290B;
	width: 60px;
	height: 30px;
	color: #FFF;
}

.slideshow
{
	height: 563px;
	width: 750px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin: 2px auto;
}

.slideshowlabel
{
	background: url(images/topnav_bkgnd.png) repeat-x;
	height: 37px;
	background-position: left center;
	display: block;
	line-height: 37px;
	color: Silver;
	margin: 0;
	padding: 0 10px;
}

.homepagepanel
{
	width: 750px;
	height: auto;
	position: relative;
	background-color: #dcdcdc;
	text-align: center;
	margin: 0 auto;
}

.homepagepanel p
{
	padding: 3px 20px;
}

#mediaAccordion
{
	height: 400px;
}

.accordionHeader
{
	color: #FFF;
	background: transparent url(images/topnav_bkgnd.png) repeat-x;
	height: 37px;
	font-family: Arial, Sans-Serif;
	font-size: 22px;
	font-weight: 700;
	margin-top: 5px;
	cursor: pointer;
	width: 400px;
	padding: 5px;
}

.accordionLink
{
	background-color: transparent;
	color: #FFF;
}

.accordionContent
{
	background-color: #f5f5f5;
	border: 1px dotted #000;
	border-top: none;
	height: 540px;
	position: relative;
	padding: 5px;
}

#adspane p
{
	font-size: 18px;
	font-weight: 700;
	padding: 10px;
}

#landingpage
{
	list-style-type: none;
	float: right;
	position: relative;
	text-align: right;
	margin: 0 0 10px;
	padding: 0;
}

#landingpage a
{
	display: block;
	width: 322px;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-decoration: none;
	background-color: #dcdcdc;
	font-size: 2em;
	padding-right: 5px;
}

#landingpage a:hover, .selected a
{
	background-color: #fff;
	border: solid 1px #000;
	width: 321px;
}

#landingpage .first
{
	height: 39px;
	line-height: 39px;
}

.ModalPopupBG
{
	background-color: #669;
	filter: alpha(opacity=50);
	opacity: 0.7px;
}

.HellowWorldPopup
{
	min-width: 200px;
	min-height: 150px;
	background: #FFF;
}

.clickhere
{
	background-color: Red;
	color: #FFF;
	font-size: 18px;
}

.loginstatus
{
	font-size: 1.1em;
}

.video
{
	border: 0;
	position: relative;
	margin: 0;
	padding: 0;
}

.adobereader
{
	background-color: #dcdcdc;
	font-size: 1.2em;
	width: 400px;
	margin: 0 auto;
}

.adobereader p
{
	text-align: center;
	padding: 10px;
}

.centeredimagesmall
{
	display: block;
	width: 200px;
	margin: 10px auto;
}

.centeredimagemedium
{
	display: block;
	width: 400px;
	margin: 10px auto;
}

.centeredimagebig
{
	display: block;
	width: 595px;
	border: 0;
	margin: 10px auto;
	padding: 0;
}

.clientpage_bigimage
{
	display: block;
	margin: 10px auto;
}

#marketcontent
{
	height: 600px;
	min-height: 600px;
	margin: 5px auto;
}

#thanks
{
	width: 600px;
	margin: 5px auto;
}

#thanks .intro
{
	color: #333;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	font-weight: 700;
	margin: 5px 20px 15px;
}

.emphasistext
{
	color: #000;
	font-size: normal;
}

.emphasistext span
{
	font-size: x-large;
	color: Maroon;
}

.productdetailtable
{
	width: 460px;
	text-align: center;
	margin: 0 auto;
}

.productdetailtable thead tr
{
	background-color: Maroon;
	color: #FFF;
	border: solid 2px #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.productdetailtable thead tr.narrowcol
{
	width: 130px;
}

.productdetailtable tbody tr td.tblcolcontent
{
	text-align: left;
	font-size: 12px;
}

.tableheading
{
	text-align: center;
	background-color: #FFF;
	color: #000;
	font-size: larger;
	padding: 15px;
}

.centereddetails
{
	width: 600px;
	text-align: center;
	margin: 0 auto;
}

.centereddetails h2
{
	padding-left: 10px;
	text-align: left;
}

.centereddetails p
{
	text-align: left;
	padding: 5px;
}

#back
{
	height: 50px;
	width: 400px;
	text-align: center;
	border: solid 2px #000;
	margin: 5px auto;
	padding: 2px;
}

#back a
{
	width: 398px;
	height: 48px;
	background-color: #dcdcdc;
	color: Maroon;
	display: block;
	line-height: 48px;
}

.gray
{
	background-color: Gray;
}

.left
{
	text-align: left;
}

.instructions
{
	font-size: large;
	font-weight: 700;
	text-align: justify;
	padding: 20px;
}

.brTall
{
	line-height: 130px;
}

.leftlist
{
	float: left;
	width: 200px;
}

.leftlist h3
{
	margin: 0;
	padding: 5px;
}

.leftlist ul
{
	list-style: none;
	padding: 5px 10px;
}

.scrollable_div
{
	background-color: #dcdcdc;
	float: left;
}

.scrollable_div object
{
	display: inline;
	padding: 2px;
}

.Newsletter
{
	position: absolute;
	right: 0;
	top: 10px;
	width: 400px;
	padding: 5px;
}

.oldnewsletters
{
	position: absolute;
	left: 0;
	top: 10px;
	text-align: center;
	padding: 5px;
}
.oldnewsletters h3{padding: 5px;}
.oldnewsletters p{padding: 5px;text-align: left;}
.directionsicon
{
	background-image: url(../../images/MapIcon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 56px;
	padding: 2.5px 5px;
}

.sparepartsicon
{
	background-image: url(../../images/wrench.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 56px;
	padding: 2.5px 5px;
}

.newslettericon
{
	background-image: url(../../images/newslettericonsmall.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 55px;
	padding: 2.5px 5px;
}

.quoteicon
{
	background-image: url(../../images/quoteicon.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	height: 55px;
	padding: 2.5px 5px;
}

h2.directionsicon, h2.sparepartsicon, h2.newslettericon, h2.quoteicon
{
	padding-left: 60px;
	line-height: 55px !important;
}

#errordetailpanel
{
	height: 600px;
	width: 700px;
	background: transparent url(../../images/sorterillustration.jpg) no-repeat center center;
	filter: alpha(opacity=40);
	opacity: 0.4px;
	z-index: 99;
	margin: 0 auto;
	padding: 10px 2px;
}

#errorpage h1
{
	color: Red;
}

#errordetailpanel p
{
	color: #000;
	z-index: 101;
}

#errorpage p.goback
{
	position: absolute;
	bottom: 0;
	font-size: 22px;
	color: #000;
	left: 10%;
	right: 10%;
	width: 80%;
}

#lblError
{
	color: #000;
	position: absolute;
	top: 20%;
}

﻿html, *, h1, h2, h3, h4, p
{
	margin: 0;
	padding: 0;
}

#singlecol_content ul, .lil-box li h4, .homepagepanel img, .productdetailtable tbody tr td.tblcolcontent p, .gray h2, .gray p, .padded5image
{
	padding: 5px;
}

#rightside p, #rightside li, .siteTerms p
{
	margin: 0 0 12px;
}

.big-box h2 a:hover, .lil-box li h3 a
{
	color: #000;
	text-decoration: none;
}

.gb-form div, .gb-form p
{
	margin: 0;
}

.NewsletterForm p, .productdetailtable tbody tr td
{
	padding: 2px;
}



.AspNet-Login-UserPanel, .AspNet-Login-PasswordPanel
{
	height: 70px;
	line-height: 70px;
	text-align: left;
	margin-left: 100px;
}

.AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label
{
	width: 100px;
	text-align: right;
	display: inline;
}

.AspNet-Login-UserPanel input, .AspNet-Login-PasswordPanel input
{
	width: 200px;
}

.productdetailtable tbody tr, .productdetailtable tbody tr .alt
{
	background-color: Silver;
	color: #000;
	border: solid 2px #000;
}
.newslettertable-label{width: 150px;}

.internationaldocumentslist{padding: 5px;}
.internationaldocumentslist li.china{list-style-image:url(images/chinaflag.jpg);}
.internationaldocumentslist li.skorea{list-style-image:url(images/skoreaflag.jpg);}
.internationaldocumentslist li.flaglogo{margin-left: 72px; max-width: 50px; max-height:34px;}
.internationaldocumentslist li a{color: Red; font-size: 18px;line-height: 34px; vertical-align:top;font-weight:bold;}
#international{margin: 2px auto;width: 550px;}
