/* ################################################################# */

/*                        M A I N    L A Y O U T                     */

/* ################################################################# */

body, p {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
}
p {
	text-align: left;
	margin-bottom: 5px;
	line-height: 14px;
}
img {
	border-style: none;
}
#Container {
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#Header {
	margin: 0px;
	height: 123px;
	width: 990px;
	background-image: url(../images/header_image.jpg);
	background-repeat: no-repeat;
}
#Menu {
	width: 914px;
	padding-top: 3px;
	margin: 0px;
	padding-bottom: 3px;
	background-image: url(../images/red_bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

#rss a:link,
#rss a:active,
#rss a:visited,
#rss a:hover {
	color: #FFF;
	text-decoration: underline;
}
#rss {
	float: right;
	text-align: left;
	display: block;
	width: 76px;
	line-height: 19px;
	background-color: #66F;
	height: 20px;
	padding-right: 0px;
}
#SubHeader {
	width: 630px;
	background: url(../images/horizontal-line.gif) no-repeat;
	height: 30px;
	text-align: right;
	padding-top: 9px;
	float: left;
}
#SidebarLeft {
	width: 180px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#LoCall {
	background: url(../images/locall.gif) no-repeat;
	height: 80px;
	width: 180px;
	text-align: right;
}
#CentralContainer {
	float: left;
	width: 580px;
}

#MainContent {
	width: 580px;
	padding: 0px 25px;
	float: left;
	margin-top: 15px;
}
#SidebarRight {
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin: 0px;
	float: right;
}
#Footer {
	padding: 28px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.gif) no-repeat;
	clear: both;
	height: 63px;
	width: 990px;
	margin: 0px;
	text-align: right;
}
#FooterSupplement {
	clear: both;
	width: 990px;
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#Categories {
	border-right: 1px solid #C00;
	border-bottom: 1px solid #C00;
	border-left: 1px solid #C00;
	background: #EEE;
	float: left;
	width: 178px;
	_width: 180px;
	padding-bottom: 5px;
}
#Categories_header {
	background: url(../images/header_categories.gif) no-repeat;
	height: 32px;
	width: 180px;
	float: left;
	margin-top: 2px;
}
#Categories ul {
	padding-left: 0px;
	margin: 0px 3px 3px 17px;
	list-style: url(../images/arrow_right_red.gif) outside;
}
#Categories ul ul li {
	margin-left:-5px;
	margin-top: 0px;
}
#Categories ul li a:link, #Categories ul li a:hover, #Categories ul li a:active, #Categories ul li a:visited {
	color: #666;
	text-decoration: none;
	list-style: url(../images/arrow_right_red.gif) outside;
}
#Categories ul li a:hover {
	color:#000;
	text-decoration:underline;
}
.selectedParentCat {
	color:#000000;
	font-weight:bold;
}
.selectedCat {
	color:#000000;
	font-weight:bold;
}
#SubHeader a {
	font-weight: bold;
	color: #000;
}
#SubHeader a.log_in_out {
	font-weight: normal;
	color: #666;
}
#CartArea a.CartArea-link {
	color: #FFF;
}
#CartArea {
	background: url(../images/shopping-cart.gif) no-repeat;
	float: left;
	height: 35px;
	width: 180px;
	padding-top: 35px;
}
#CartContents {
	position: relative;
	top: 6px;
	right: 10px;
	float: right;
	text-align: right;
	line-height: 15px;
	color: #FFF;
}
#chechkout-button {
	font: 9px Arial, Helvetica, sans-serif;
	height: 16px;
	color: #333;
}
#CartContents form {
	margin: 0px;
	padding: 0px;
}
#SearchArea {
	position: relative;
	height: 25px;
	width: 140px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#SearchArea form {
	margin: 0px;
	padding: 0px;
}
#SearchArea input {
	font-size: 10px;
	height: 17px;
	position: relative;
	margin: 0px 0px 0px 5px;
	width: 85px;
	padding: 0px 0px 0px 1px;
	top: -6px;
	color: #666;
}
#Manufacturers {
	background: #EEE;
	border-right: 1px solid #C00;
	border-bottom: 1px solid #C00;
	border-left: 1px solid #C00;
	padding-top: 1px;
	float: left;
	width: 178px;
	_width: 180px;
	padding-bottom: 5px;
}
#Manufacturers_header {
	background: url(../images/header_manufacturers.gif);
	height: 32px;
	width: 180px;
	float: left;
	margin-top: 10px;
}
#Manufacturers ul li a:link, #Manufacturers ul li a:hover, #Manufacturers ul li a:active, #Manufacturers ul li a:visited {
	color: #666;
	text-decoration: none;
}
#Manufacturers ul li a:hover {
	color:#000;
	text-decoration:underline
}
#Manufacturers ul {
	list-style: url(../images/arrow_right_red.gif) outside;
	padding-left: 0px;
	margin: 0px 3px 3px 17px;
	padding-right: 2px;
}
#News {
	background: #EEE;
	border-right: 1px solid #C00;
	border-bottom: 1px solid #C00;
	border-left: 1px solid #C00;
	padding-top: 1px;
	float: left;
	width: 178px;
	_width: 180px;
	padding-bottom: 5px;
}
#News_header {
	background: url(../images/header_news.gif) no-repeat 0px 0px;
	height: 32px;
	width: 180px;
	float: left;
	margin-top: 10px;
}
#News ul {
	list-style: url(../images/arrow_right_red.gif) outside;
	margin: 2px 0px 4px;
	padding: 0px;
}
#News ul li {
	margin: 0px 3px 0px 17px;
	padding: 0px;
}
#News ul li a:link, #News ul li a:active, #News ul li a:visited {
	color: #666;
	text-decoration: none;
}
#News ul li a:hover {
	color:#000;
	text-decoration:underline
}
#News_Feed {
	background: url(../images/header_newsfeed.gif) no-repeat 0px 0px;
	height: 32px;
	width: 180px;
	float: left;
	margin-top: 10px;
}
#Poll {
	background: #EEE;
	border-right: 1px solid #C00;
	border-bottom: 1px solid #C00;
	border-left: 1px solid #C00;
	padding-top: 1px;
	float: left;
	width: 178px;
	_width: 180px;
	padding-bottom: 0px;
}
#Poll form {
	margin-bottom: 3px;
	padding-bottom: 0px;

}
#Poll_header {
	background: url(../images/header_news.gif) no-repeat 0px 0px;
	height: 32px;
	width: 180px;
	float: left;
	margin-top: 10px;
}
#Footer p {
	text-align: right;
}
strong {
	color: #333;
}
/* ################################################################# */

/*     S I D E B A R S   C O N T E N T S :   O C C A S I O N A L     */

/* ################################################################# */


.Advertisement {
	margin-top: 10px;
	border: 1px solid #C00;
	float: left;
	text-align: center;
}
.Advertisement-bf {
	margin-top: 10px;
	border: 1px solid #000;
	float: left;
	text-align: center;
}
.AdvertisementNewsletter {
border: 1px solid #C00;
}
.Advertisement_noborder {
	margin-top: 10px;
	float: left;
}

.rightfloat { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.leftfloat { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.float_clear { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ################################################################# */

/*     M A I N      C O N T E N T S                                  */

/* ################################################################# */

#DivClear {
	clear: both;
	width: 580px;
	height: 2px;
	float: none;
	margin: 0px;
	padding: 0px;
}
a:link, a:hover, a:active, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration:underline
}

#CategoryBlock {
	float: left;
	margin: 0px;
	padding: 0px 0px 2px;
	width: 380px;
}
#CategoryBlock a:link, #CategoryBlock a:hover, #CategoryBlock a:active, #CategoryBlock a:visited,
#SubCategoryBlock a:link, #SubCategoryBlock a:hover, #SubCategoryBlock a:active, #SubCategoryBlock a:visited,
#ManufacturerBlock a:link, #ManufacturerBlock a:hover, #ManufacturerBlock a:active, #ManufacturerBlock a:visited,
#Product_Info a:link, #Product_Info a:hover, #Product_Info a:active, #Product_Info a:visited,
#Topic p a:link, #Topic p a:visited, #Topic p a:active,
#Topic ul li a:link, #Topic ul li a:visited, #Topic ul li a:active,
#Topic td a:link, #Topic td a:visited, #Topic td a:active,
a:link#lnkOrderHistory
{
	border-bottom: 1px dotted #000;
	color: #000;
	text-decoration: none;
}
#CategoryBlock a:hover, #SubCategoryBlock a:hover, #ManufacturerBlock a:hover, #Product_Info a:hover, #Topic p a:hover, #Topic td a:hover, #Topic ul li a:hover {
	border-bottom: 1px solid #C00;
	color: #C00;
	text-decoration: none;
}
#Topic.PlasticCardSection H1 a:link, #Topic.PlasticCardSection H1 a:visited , #Topic.PlasticCardSection H1 a:active  {
	color: #C00;
	border-bottom: 1px dotted #C00;
}

#Topic.PlasticCardSection H1 {
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	margin: 0px 0px 10px;
	padding: 0px;
}
#Topic.PlasticCardSection H2 {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#Topic.PlasticCardSection H2 a:link, #Topic.PlasticCardSection H2 a:visited , #Topic.PlasticCardSection H2 a:active  {
	color: #666;
	border-bottom: 1px dotted #666;
}
	
#Topic.PlasticCardSection LI {
	line-height: 15px;
}

#CategoryBlock p {
	color: #C03;
	margin-bottom: 10px;
}
#CategoryImage {
	float: left;
	position: relative;
	margin: 0px 25px 25px 0px;
	padding: 0px;
}

#CategoryBlock H4, #SubCategoryBlock H4, #ManufacturerBlock H4 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 2px;
	padding: 0px;
	line-height: normal;
}


#CategoryBlock H2, #SubCategoryBlock H2 {
	font-size: 12px;
	color: #CC0000;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#ManufacturerBlock {
	float: left;
	margin: 0px;
	padding: 0px 0px 2px;
	width: 430px;
}
#ManufacturerBlock p {
	color: #C00;
	margin-bottom: 10px;
}
#ManufacturerImage {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
#Item-Block {
	margin: 10px 0px 30px;
	padding: 0px;
	float: left;
	height: 160px;
	width: 144px;
	text-align: center;
}
#Item-Name-Over {
	height: 40px;
	text-align: center;
	overflow: hidden;
	padding-right: 2px;
	padding-left: 2px;
}
#Item-Name-Under {
	height: 45px;
	text-align: center;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-right: 2px;
	padding-left: 2px;
}
#Item-Image {
	height: 130px;
	width: 130px;
	margin-right: 4px;
	margin-left: 4px;
}
#Item-Price {
	height: 15px;
	text-align: center;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 2px;
}
a:visited.LinkWhite, a:link.LinkWhite, a:active.LinkWhite, a.LinkWhite {
	color: #FFF;
}

/* ################################################################# */

/*          T O P I C S   C O N T E N T                              */

/* ################################################################# */

#MainContent td {
	font-size: 11px;
}
#MainContent {

	border: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#Topic ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
}

#Topic ul li {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 15px;
	padding-left: 0;
	list-style-type: disc;
	list-style-position: outside;
	display: list-item;
	text-align: left;
	line-height: 13px;
	color: #666666;
}
#Topic ol li {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: decimal;
	text-align: left;
	color: #666666;
	list-style-position: outside;
}
#Topic ol ol li {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: lower-alpha;
	text-align: left;
	color: #666666;
	list-style-position: outside;
}
#Topic ol ol ol li {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: circle;
	text-align: left;
	color: #666666;
	list-style-position: outside;
}
.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#MainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	/*	width: 580px;*/
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#Topic p {
	line-height: 14px;
	text-align: justify;
}
#Topic {
	width: 580px;
}
#MainContent H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #CC0000;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
}
#Topic H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#Topic H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	padding: 0px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	clear: none;
}
#Topic H1 a:link, #Topic H1 a:visited , #Topic H1 a:active  {
	border-bottom: 1px dotted #CC0000;
	color: #C00;
	text-decoration: none;
	font-size: 14px;
}
#Topic H1 a:hover  {
	border-bottom: 1px solid #CC0000;

}
#Topic H2 a:link, #Topic H2 a:visited , #Topic H2 a:active  {
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
#Topic H2 a:hover  {
	border-bottom: 1px solid #000;
	color: #000;
}
#Topic H3 a:link, #Topic H3 a:visited , #Topic H3 a:active  {
	border-bottom: 1px dotted #666;
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
#Topic H3 a:hover  {
	border-bottom: 1px solid #000;
	color: #000;
}

#staff_photo {
	float: left;
	height: 125px;
	width: 110px;
}
#staff_details {
	float: left;
	height: 125px;
	width: 470px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 10px;
}
#staff_details p, #staff_details H2 {
	width: 470px;
}
.NewsDate {
	color: #C00;
	display: block;
	list-style: square inside;
	font-weight: bold;
	border-top: 1px solid #666;
	text-align: right;
	width: 80px;
	margin-top: 5px;
	float: right;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 9px;
	padding-top: 5px;
}
.NewsTitle {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 9px;
	display: block;
	width: 500px;
	margin-top: 5px;
	border-top: 1px solid #666;
	float: left;
	line-height: 14px;
	padding-top: 5px;
}
#Topic.NewsArticle  p {
	text-align: left;
}
#MainContent .spacer {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 3px;
	line-height: 3px;
}

#MainContent .img_right {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
#bartender p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	line-height: 12px;
	text-align: left;
}
#bartender p.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 12px;
}
.img_left {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
hr {
	margin: 0px;
	padding: 0px;
}
#Topic.NewsArticle hr {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
blockquote {
	font-size: 12px;
	color: #333;
	padding: 10px;
	border: 1px solid #999;
	width: 560px;
	_width: 580px;
	font-style: italic;
	overflow: hidden;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#Topic.CaseStudy p.blockquote_caption {
	text-align: right;
	display: block;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	font-style: italic;
	color: #333;
	line-height: 8px;
	height: 25px;
}
.comment {
	color: #000;
	font-style: italic;
	font-weight: bold;
}
#two_photos {
	float: right;
	height: 270px;
	width: 174px;
	margin-left: 15px;
}
#two_photos img {
	margin-bottom: 10px;
}
#bartender p.ok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00CC00;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 12px;
	list-style-type: disc;
}
#bartender td.shade1 {
	background-color: #EEEEEE;
}
#bartender td.shade2 {
	background-color: #DDDDDD;
}
#bartender td.shade3 {
	background-color: #CCCCCC;
}
#bartender td.shade4 {
	background-color: #BBBBBB;
}
#bartender td.shade5 {
	background-color: #AAAAAA;
}
#bartender p.descr {
	margin: 0px;
	padding: 0px 2px 0px 0px;
	line-height: 12px;
	text-align: left;
	color: #666;
}
#bartender td p {
	padding-left: 3px;
}
#bartender p.title {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#address, #clonmel, #dublin, #limerick, #belfast, #ballina {
	background-color: #FFF;
	height: 84px;
	border: 1px solid #FFF;
	margin: 0px;
	padding: 3px 1px 1px 5px;
	width: 260px;
	float: right;	
}
#address, #clonmel a:link.lens, #dublin a:link.lens, #limerick a:link.lens, #belfast a:link.lens, #ballina a:link.lens {
	border-bottom-style: none;
}
#contact_form {
	width: 290px;
	border: 1px solid #C00;
	position: absolute;
	left: 0px;
	top: 350px;
	padding: 5px;
}

/* ################################################################# */

/*          P R O D U C T   P A G E                                  */

/* ################################################################# */

#Product_Info {
	width: 380px;
	float: left;
	position: relative;
}
#Product_Info H1 {
	color: #C00;
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 16px;
}
#Product_Info H2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 0px 10px;
	padding: 0px;
}
#Product_Info p {
	margin-top: 0px;
	margin-bottom: 6px;
}
#Product_Info hr {
	margin-top: 15px;
	margin-bottom: 10px;
}
#Product_Info ul {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 15px;
	list-style: disc outside;
}
#Product_Info ul li {
	font-size: 11px;
	font-weight: normal;
}
Product_ImageAndManufacturer {
	margin: 0px;
	padding: 0px;
	width: 200px;
}

/*Product Page - Variations/Accessories */
#VariantsPage {
	width: 580px;
}
.TabletdHeader {
	font-size: 9px;
	font-weight: normal;
	color: #666;
}
.TabletdItems {
	border-bottom: #ffffff solid 1px;
	margin: 0px 0px 0px 0px;
	vertical-align:middle;
	font-size: 11px;
}
.TabletdItems input {
	text-align: center;
	font-size: 11px;
	color: #666;
}
.TableItem {
	font-weight: bold;
}
.TableItemDescription {
	text-align: right;
}
span.TablePrice  {
	font-weight: bold;
	text-align:right
}
#AddToCart {
	text-align:right;
	font-weight:bold;
}
.TableLightCell {
	background: #FFF;
}
.TableDarkCell {
	background: #EEE;
}
.TableDarkCell2 {
	background: #EEE;
	border-bottom: 2px solid #FFF;
	color: #069;
	margin-bottom: 2px;
}
.TableDarkerCell {
	background: #999;
	color: #FFF;
}
#FeaturedProducts {
	background: url(../images/section_header_featured.gif) no-repeat;
	padding-top: 40px;
	width: 580px;
	height: 220px;
}
#SubstitutedProducts {
	background: url(../images/section_header_substituted.gif) no-repeat;
	margin: 30px 0px 10px 0px;
	padding-top: 40px;
	width: 580px;
}
#BestSellers {
	background: url(../images/section_header_bestsellers.gif) no-repeat;
	margin: 10px 0px;
	padding-top: 40px;
	float: left;
	width: 580px;
	padding-bottom: 10px;
}
#SelectedProducts {
	background: url(../images/section_header_selectedproducts.gif) no-repeat;
	margin: 10px 0px;
	padding-top: 40px;
	float: left;
	width: 580px;
}
#FeaturedProducts td {
	font-size: 11px;
	text-align: center;
}
#TabWarranty {
	margin-bottom: 50px;
}
#TabWarranty ul{
	margin-left: 30px;
	margin-top: 10px;
	}
#TabFurtherInfo {
	margin-bottom: 50px;
	margin-top: 0px;
	padding-top: 0px;
}
#TabFurtherInfo img {
	position: relative;
	top: 8px;
	margin-right: 10px;
}
#TabFurtherInfo li {
	list-style: none;
	display: inline;
	margin-right: 50px;
}
#TabFurtherInfo ul {
	list-style: none;
	padding: 0px;
}
#SigninForm {
	margin-left: 0px;
	padding-left: 0px;
}

#AccountForm, #pnlMain, #frmCreateAccount, #pnlAccountInfo, #pnlShippingInfo, #pnlCartSummary, #pnlCoupon, #CartForm, #pnlOrderNotes, #pnlOrderSummary, #pnlOrderHistory, #BodyPanel {
	float: left;
	width: 570px;
	border: none;
	margin: 0px;
	padding: 0px;	
}
table #tblOrderHistory {
	width: 100%;
}
.input_box1 {
	background: url(../images/input.gif) no-repeat;
	border: 1px solid #333;
	padding: 0px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	display: block;
	margin: 0px;
}
.input_box2 {
	background: url(../images/input.gif) no-repeat;
	border: 1px solid #333;
	padding: 1px;
	font: normal 10px Arial, Helvetica, sans-serif;
}
select#Printers {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	border: 1px solid #999;
}
#WebForm_LabelsRibbons {
	padding: 5px 5px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #C00;
}
b {
	color: #333;
}
th.tdOrderHistoryHeader{
	font-size: 10px;
	color: #FFF;
	text-align: center;
	background: #999;
	padding-right: 7px;
	padding-left: 7px;
	height: 40px;
	border-top: 2px solid #666;
	border-right: 1px solid #666;
	border-bottom: 2px solid #666;
	border-left: 1px solid #666;
}
input#AddressList_ctl00_btnEdit {
	text-decoration: underline;
}

tr.trOrderHistory {
	vertical-align: middle;
	margin: 0px 4px;
	padding: 0px 4px;
	text-align: center;
	border-left: 2px solid #333;
}
td.tdOrderHistoryRow {
	font-weight: bold;
	color: #FFF;
	border-left: 2px solid #333;
	background: #999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
table#tblOrderHistory td{
	font-size: 10px;
	padding: 3px;
	border-top: 1px none;
	border-right: 1px solid #CCC;
	border-bottom: 2px solid #666;
	border-left: 1px none #CCC;
}
a.lnkReOrder {
	color: #C00;
	font-weight: bold;
	text-decoration: underline;
}
td.tdOrderHistorySalesOrderCode {
	background: #CCC;
	color: #C00;
}
td.tdOrderHistorySalesOrderCode a:link {
	font-weight: bold;
	color: #C00;
}
textarea#OrderNotes {
	width: 560px;
}
#FormPanel {
	padding: 0px;
	float: left;
	width: 580px;
}
.errorLg, .error
{
	color: Red;
	font-weight: bold;
	line-height: 33px;
}

.SearchResultPrimary {
	color: #C00;
	border-top: 1px solid #999;
	line-height: 12px;
	display: block;
	float: left;
	width: 580px;
	margin-top: 10px;
	padding-top: 4px;
}
.SearchResultPrimaryName {
	font-weight: bold;
	display: list-item;
	list-style: square inside;
}
.SearchResultAccessory {
	display: list-item;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 6px;
	list-style: circle outside;
	line-height: 13px;
}
.SearchResultVariant {
	display: list-item;
	list-style: disc outside;
	margin: 0px 0px 0px 25px;
	line-height: 13px;
	margin: 0px 0px 0px 25px;
	padding: 0px 0px 6px;
	color: #C00;
}
.SearchResultVariant a:link, .SearchResultVariant a:active, .SearchResultVariant a:visited, .SearchResultVariant li {
	color: #333;
}
.SearchResultAccessory a:link, .SearchResultAccessory a:active, .SearchResultAccessory a:visited, .SearchResultAccessory li {
	color: #060;
}
.SearchResultCatMan {
	padding-top: 1px;
	padding-bottom: 1px;
	color: #999;
	line-height: 16px;
	margin-top: 10px;
	text-align: right;
	float: right;
	display: block;
	margin-bottom: 5px;
	width: 555px;
	margin-left: 25px;
}
#SearchPage {
	width: 580px;
	background: url(../images/product_search_results.gif) no-repeat;
	padding-top: 40px;
}
#SearchPage a:link, #SearchPage a:active, #SearchPage a:visited {
	border-bottom: 1px dotted #999;
	text-decoration: none;
}
#SearchPage a:hover{
	border-bottom: 1px solid #000;
}
.column_line {
	background: url(../images/column_line.gif) repeat-y;
}
.column_line_10 {
	background: url(../images/column_line_10PX.gif) repeat-y;
}

#Topic.CaseStudy p {
	text-align: left;
}
.ReadMore {
	padding-left: 10px;
	background: url(../images/arrow_right_red.gif) no-repeat -2px 4px;
	display: inline;
}

hr.shadeline {
	color: #CCC;
}
.img_border_red {
	border: 1px solid #C00;
}
.img_border_red_margin {
	border: 1px solid #C00;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}
#Topic p.left {
	text-align: left;	}

#Topic a:link.HomePageIcons, #Topic a:active.HomePageIcons, #Topic a:visited.HomePageIcons, #Topic a:hover.HomePageIcons  {
	border-bottom: none
}

#PricesFrom {
	margin-bottom: 5px;
	display: block;
	color: #FFB0B0;
	background: #C00;
	text-align: center;
	border-right: 4px solid #FFF;
	border-left: 4px solid #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
}
#PricesFrom strong{
	font-weight: bold;
	color: #FFF;
}
#Parameters p.SelectorTitles {
	font-weight: bold;
	border-bottom: 1px solid #BBB;
	color: #666;
	text-indent: 5;
	padding: 0px;
	margin: 10px 3px 5px;
}

.SelectorItemBlock {
	height: 90px;
	width: 84px;
	text-align: center;
	display: none;
	}
#Parameters
{
	height: 560px;
	width: 140px;
	overflow: auto;
	background: #EEE;
}
#ReckonerInvite {
	padding-left: 27px;
}
#MatchingProductsHeaderImg{
	display: none;
}
#MatchingProductsHeader{
	visibility: visible;
}
.Request {
	clear: both;
	text-align: right;
	padding-top: 8px;
	display: block;
}
.Request a:link , .Request a:visited ,.Request a:active  {
	color: #FFF;
	text-decoration: none;
} 
.Request a:hover {
	text-decoration: underline;
} 

.SiteMapRootNode {
	font-size: 14px;
	font-weight: bold;
}
.SiteMapParentNode {
	font-weight: bold;
}
.SiteMapLeafNode {
	font-size: 9px;
}
input.small_button {
	font-size: 9px;
	height: 20px;
	margin: 0px;
	padding: 2px 0px 0px;
	color: #666;
	line-height: 9px;
}
 a:link.shadebutton,
 a:visited.shadebutton,
 a:active.shadebutton,
 #Topic a:link.shadebutton,
 #Topic a:active.shadebutton,
 #Topic a:visited.shadebutton
 {
	text-decoration: none;
	font-weight:normal;
	color:white;
	text-align: center;
	background: #999;
	border-top: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #CCC;
	font-size: 9px;
	padding: 2px;
}
 a:hover.shadebutton,
  #Topic a:hover.shadebutton
  {
	text-decoration: none;
	color:white;
	background: #666;
	border-top: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #333;
	font-size: 9px;
	padding: 2px;
}
.input_box1, input#Password, input#EMail, input#ForgotEMail,
input#ctrlBillingAddress_FirstName,
input#ctrlBillingAddress_LastName,
input#ctrlBillingAddress_Phone,
input#ctrlBillingAddress_Email,
input#ctrlBillingAddress_Password,
input#ctrlBillingAddress_ConfirmPassword,
input#Quantity_324,
select#UnitMeasureCode_324,
input#ctrlPaymentTerm_NameOnCard,
input#ctrlPaymentTerm_CardNumber,
input#ctrlPaymentTerm_CVV,
input#ctrlPaymentTerm_CardType,
select#ctrlPaymentTerm_CardType,
select#ctrlPaymentTerm_ExpirationMonth,
select#ctrlPaymentTerm_ExpirationYear
{
	font: normal 9px Arial, Helvetica, sans-serif;
	background: url(../images/input.gif) no-repeat;
	border: 1px solid #333;
	padding: 2px 1px 1px 2px;
	height: 18px;
	display: block-inline;
}
input#Quantity_324 {
	width: 15px;
}
#pnlNotCheckOutButton {
	display: none;
	visibility: hidden;
}
.input_box2 {
	background: url(../images/input.gif) no-repeat;
	border: 1px solid #333;
	padding: 2px;
	font: normal 11px Arial, Helvetica, sans-serif;
}
form#SignUp {
	text-align: center;
	padding: 4px;
	margin: 5px 0px 0px;
}
form#SignUp  p {	
	color: #c00;
	margin-left: 5px;
	}
form#SignUp span {
	display: block;
	height: 25px;
	width: 170px;
	margin-bottom: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.ContinueShoppingButton,
.CartDeleteButton,
input#LoginButton,
input#RequestPassword,
input#btnUpdateAccount,
input#btnReturn,
input#btnCheckOutNowTop,
input#CartDeleteButton,
input#btnUpdateCart1,
input#btnUpdateCart4,
input#btnCheckOutNowBottom,
input#btnCompletePurchase,
input#btnContinueCheckout1,
input#button,
input#SearchButton,
a#SignUpLink,
input#RegisterAndCheckoutButton,
input#btnSignInAndCheckout,
a#HyperLink1
{
	text-decoration: none;
	font-weight:bold;
	color:white;
	text-align: center;
	background: #999;
	border-top: 1px solid #CCC;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #CCC;
	font-size: 11px;
	padding: 3px 4px;
	}
.ContinueShoppingButton:active,
.ContinueShoppingButton:hover,
input#LoginButton:active,
input#LoginButton:hover,
input#RequestPassword:active,
input#RequestPassword:hover,
input#btnUpdateAccount:active,
input#btnUpdateAccount:hover,
input#btnReturn:active,
input#btnReturn:hover,
input#btnCheckOutNowTop:active,
input#btnCheckOutNowTop:hover,
a#SignUpLink:hover,
a#SignUpLink:active,
input#RegisterAndCheckoutButton:hover,
input#RegisterAndCheckoutButton:active,
input#btnSignInAndCheckout:hover,
input#btnSignInAndCheckout:active,
a#HyperLink1:hover,
a#HyperLink1:active

{
		text-decoration: none;
	color:white;
	background: #666;
	border-top: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #333;
}
.pdf_table {
	margin-top: 10px;
	margin-bottom: 10px;
}
.WarningBox {
	background-color: #FF9;
	padding: 5px;
	border: 1px solid #C00;
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #C00;
}
div #KitPlaceHolder {
}

div #KitSideBar {
	border: 1px solid #CCC;
	text-align: center;
	padding: 5px;
}
div #KitAddToCartFormHeader {
	font-weight: bold;
	color: #C00;
	margin-bottom: 10px;
}
div.KitAddToCartFormDetailsHeader {
	margin-bottom: 10px;
	margin-top:10px;}
.KitAddToCartFormDetailsHeader a {
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}
.KitAddToCartFormDetails ul li{
	text-align: left;
}.KitAddToCartFormDetails ul {
	padding-left: 15px;
}
table.KitTable {
	width: 380px;
	float: left;
	border:none;
	border-collapse: collapse;
	}
table.KitTable td {	padding: 2px;
;}	
table.KitContainer {
	width: 580px;
	
}
tr.KitTableGroup {
	background-color: #CCC;
}
span.KitGroupHeader {
	font-weight: bold;
	color: #000;
	font-size: 12px;}
table.KitContainer tbody tr td {width: 0%;}
table.KitTable img {
	display: none;
}
table.KitTable tbody tr td {
	width: 0%;
}
.WhiteBold {
	font-weight: bold;
	color: #FFF;
}
#Topic p.PartNo {
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#Topic p.StockClearancePrice {
	font-weight: bold;
	color: #c00;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-align: right;
}
.red {
	color: #CC0000;
	font-weight: bold;
}
#Topic p.sc_partno {
	font-weight: bold;
	color: #666;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#Topic p.sc_descr {
	display: inline;
	text-align: left;
	color: #999;
	font-style: italic;
}
#Topic p.sc_price {
	color: #333;
}
#Topic p.sc_price strong{
	font-size: 12px;
	font-weight: bold;
	color: #C00;
}
#Topic p.sc_man {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
hr.LightLine {
	color: #CCC;
}
