/* CSS Document */

html,body
{
	margin:0px;
	padding:0px;
	font: 100% verdana, Arial, Helvetica, sans-serif;
}
p
{
	padding:0px;
	margin:0px;
}
#body
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	width:1024px;
}
#banner
{
	float:left;
	height:287px;
	width:1024px;
}
#banner .upperBanner
{
	float:left;
	height:134px;
	width:1007px;
	background-image: url(../images/rightBanner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 14px;
	padding-left: 17px;
}
#banner .lowerBanner
{
	float:left;
	height:139px;
	width:1024px;
}
#banner .lowerBanner .navigation
{
	float:left;
	height:96px;
	width:1024px;
}
#banner .lowerBanner .navigation .upperNavigation
{
	float:left;
	height:30px;
	width:1024px;
	font-size:70%;

}
#banner .lowerBanner .navigation .upperNavigation a
{
	height:30px;
	width:147px;
	float:right;
	line-height:30px;
	text-align:center;
	color:#003b0e;
	text-decoration:none;
	background:url(../images/navBack.gif) no-repeat;
	display:block;
}
#banner .lowerBanner .navigation .upperNavigation a:hover
{
	height:30px;
	width:147px;
	line-height:30px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background:url(../images/navBackHover.gif) no-repeat;
	display:block;
}
#banner .lowerBanner .navigation .middleNavigation
{
	float:left;
	height:36px;
	width:874px;
	background-image: url(../images/middleNavBack.gif);
	background-repeat: repeat-x;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	padding-left: 150px;
}
#banner .lowerBanner .navigation .middleNavigation form
{
	margin:0px;
	line-height:100%;
	margin-top:8px;
}
#banner .lowerBanner .navigation .middleNavigation form label
{
	font-size:70%;
}
#banner .lowerBanner .navigation .middleNavigation .selectBox
{
	height:18px;
		border:1px solid #003b0e;
	font-size:70%;
	width:50px;
}
#banner .lowerBanner .navigation .middleNavigation .textBox
{
	height:12px;
	border:1px solid #003b0e;
	width:122px;
	font-size:70%;
		margin-top:2px;
	line-height:12px;
}
#banner .lowerBanner .navigation .middleNavigation .button
{
	height:16px;
	border:1px solid #003b0e;
	width:122px;
	float:left;
	font-weight:bold;
	font-size:70%;
	cursor:pointer;
}
#banner .lowerBanner .navigation .lowerNavigation
{
	float:left;
	height:30px;
	font-size:70%;
	width:1024px;
}
#banner .lowerBanner .navigation .lowerNavigation a
{
	height:30px;
	width:147px;
	float:right;
	line-height:30px;
	text-align:center;
	color:#003b0e;
	text-decoration:none;
	background:url(../images/bottomnavBack.gif) no-repeat;
	display:block;
}
#banner .lowerBanner .navigation .lowerNavigation a:hover
{
	height:30px;
	width:147px;
	line-height:30px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background:url(../images/bottomnavBackHover.gif) no-repeat;
	display:block;
}

#content
{
	float:left;
	width:1014px;
	padding-left: 10px;
}
#content .leftPanel
{
	float:left;
	width:201px;
	padding-left: 14px;
	font-size: 70%;
	padding-right: 13px;
	padding-bottom: 10px;
}
#content .leftPanel .box
{
	float:left;
	width:201px;
	margin-bottom: 21px;
}
#content .leftPanel .box .upperPart
{
	float:left;
	width:175px;
	height:26px;
	background-image: url(../images/boxTopBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 26px;
	padding-left: 26px;
	color: #ffffff;
	font-weight: bold;
}
#content .leftPanel .box .lowerPart
{
	float:left;
	width:183px;
	min-height: 127px;
	height: auto !important;	
	height: 127px;	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-left: 16px;
	padding-top: 17px;
	padding-bottom: 10px;
}
#content .leftPanel .box .lowerPart a
{
	color:#000000;
	text-decoration:underline;
	background:url(../images/bullet.gif) no-repeat left center;
	padding-left:15px;
}
#content .leftPanel .box .lowerPart a:hover
{
	color:#000000;
	text-decoration:none;
}

#content .leftPanel .box .lowerPart p
{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
#content .leftPanel .box .lowerPart p.text
{
	margin:0px;
	padding:0px;
}
#content .middlePanel
{
	float:left;
	width:535px;

}
#content .middlePanel .contentPanel
{
	float:left;
	width:540px;
}
#content .middlePanel .contentPanel .upperMiddlePanel
{
	float:left;
	width:512px;
	height:26px;
	padding-left:26px;
	background-image: url(../images/contentMiddleTop.gif);
	line-height: 26px;
	font-size: 70%;
	color: #ffffff;
	font-weight: bold;
}
#content .middlePanel .contentPanel .lowerMiddlePanel
{
	float:left;
	width:520px;
	/*height:600px;*/
	border: 1px solid #000000;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:10px;
	min-height: 535px;
	height: auto !important;	
	height: 535px;	

}
#content .middlePanel .contentPanel .lowerMiddlePanel .textPanel
{
	float:left;
	width:131px;
	height:180px;
	font-size: 70%;
	padding-top: 17px;
	padding-bottom: 21px;
	padding-right: 32px;
}
#content .middlePanel .contentPanel .lowerMiddlePanel .textPanel p
{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#content .middlePanel .contentPanel .lowerMiddlePanel .textPanel p.text
{
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content .middlePanel .contentPanel .lowerMiddlePanel .textPanel p a
{
	color:#3b6f47;
	text-decoration:underline;
}
#content .middlePanel .contentPanel .lowerMiddlePanel .textPanel p a:hover
{
	color:#000000;
	text-decoration:none;
}
#content .middlePanel .contentPanel .lowerMiddlePanel .imageBox
{
	float:left;
	width:470px;
	height:102px;
	border: 1px solid #000000;
	background-color: #376d44;
}
.prodImage
{
	border:1px solid #000000;
}
.clearance
{
	padding-left:42px;
	padding-top:22px;
	float:left;
	padding-right:43px;
}
.product
{
	margin-top:12px;
	border:1px solid #ffffff;
}
#content .middlePanel  .lowerBox
{
	float:left;
	width:525px;
	height:211px;
	padding-left: 29px;
}
#content .middlePanel  .lowerBox .contentBox
{
	float:left;
	width:168px;
	height:187px;
	padding-top: 24px;
	font-size: 70%;
	padding-right: 5px;
	padding-left: 2px;

}
#content .middlePanel  .lowerBox .contentBox p.center
{
	text-align:center;
	font-size:110%;
}
#content .middlePanel  .lowerBox .contentBox p.bottomtext
{
	margin:0px;
	padding:0px;
	padding-top:10px;
}
#content .middlePanel  .lowerBox .contentBox p.center a
{
	color:#376d44;
	font-weight:bold;
	text-decoration:underline;
}
#content .middlePanel  .lowerBox .contentBox p.center a:hover
{
	color:#000000;
	text-decoration:none;
}
.bottomImage
{
	border:1px solid #000000;
	margin-bottom:13px;
}
#content .rightPanel
{
	float:left;
	width:201px;
	padding-left: 17px;
	font-size: 70%;
}
#content .rightPanel .rbox
{
	float:left;
	width:201px;
	margin-bottom: 21px;
}
#content .rightPanel .rbox .rupperPart
{
	float:left;
	width:175px;
	height:26px;
	background-image: url(../images/rightPanelTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 26px;
	padding-left: 26px;
	color: #ffffff;
	font-weight: bold;
}
#content .rightPanel .rbox .rlowerPart
{
	float:left;
	width:183px;
	min-height: 126px;
	height: auto !important;	
	height: 126px;	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-left: 16px;
	padding-top: 17px;
	padding-bottom: 10px;
}
#content .rightPanel .rbox .rlowerPart p
{
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}
#content .rightPanel .rbox .rlowerPart p.text
{
	margin:0px;
	padding:0px;
}
#content .bottomContent
{
	float:left;
	width:975px;
	height:107px;
	padding-left: 19px;
}
#content .bottomContent .topbottomContent
{
	float:left;
	width:975px;
	height:26px;
	background-image: url(../images/bottomBack.gif);
	background-repeat: repeat;
	font-size:70%;
	color:#ffffff;
	font-weight:bold;
	background-position: left top;
}
#content .bottomContent .bottombContent
{
	float:left;
	width:973px;
	font-size:70%;
	height:26px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.param1
{
	float:left;
	width:216px;
	height:26px;
	background-image: url(../images/leftTopBack.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 26px;
	line-height: 26px;
}
.param1Text
{
	float:left;
	width:215px;
	line-height: 26px;
	height:26px;
	padding-left: 26px;
}
.param2
{
	float:left;
	width:190px;
	height:26px;
	padding-left: 26px;
	line-height: 26px;
}

.param3
{
	float:left;
	width:190px;
	height:26px;
	padding-left: 26px;
	line-height: 26px;
}

.description
{
	float:left;
	width:275px;
	height:26px;
	background-image: url(../images/rightbottomBack.gif);
	background-repeat: no-repeat;
	line-height: 26px;
	background-position: right top;
	padding-left: 26px;
}
.descriptionText
{
	float:left;
	width:274px;
	line-height: 26px;
	height:26px;
	padding-left: 26px;
}
.centerImage
{
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
}
.ebayLink{
	float:right; 
	width:233px; 
	padding-top:9px;
}
.jointoUs{
	float:left; 
	width:452px; 
	padding-left:279px;
}
#content .leftPanel .box .lowerPart
 ul
{
	margin:0px;
	padding:0px;
}
#content .leftPanel .box .lowerPart
 ul li
{
	margin:0px;
	margin-left:19px;
	padding:0px;
	list-style:url(../images/bullet.gif);
}
p.centeer
{
	text-align:center;
	width:100%;
}
p.centeer img
{
	border:2px solid #003b0e;
}
#footer
{
	width:1024px;
	height:23px;
	font-size: 70%;
	background-color: #41644a;
	line-height: 23px;
	text-align: center;
	color: #ffffff;
	margin: 0px;
	float: left;
	margin-top:15px;
}
.signIn1
{
	float:left;
	height:21px;
	width:140px;
	background:url(../images/button_login.gif) no-repeat;
	cursor:pointer;
	border:0px;
}
.celtechAccount
{
	width:100px;
	height:15px;
	background:#ffffff;
	border:#000000 1px solid;
}
.mainTables
{
	font-size:70%;
	 float:left; 
	 padding-top:10px;
}
.mainTables1
{
	font-size:70%;
	 float:left; 
}

.field1
{
width:160px;
height:16px; 
float:left;
border:1px solid #000000;
margin-bottom:5px;
font-size:80%;
padding-left:2px;
margin-top:5px;
}
.selectCountry
{
width:168px;
height:18px; 
border:1px solid #000000;
margin-bottom:5px;
font-size:80%;
padding-left:2px;
margin-top:5px;

}
.search
{
	float:left;
	height:21px;
	width:140px;
	background:url(../images/button_search.gif) no-repeat;
	cursor:pointer;
	border:0px;
}

.addToCart
{
	float:left;
	height:21px;
	width:92px;
	background:url(../images/button_in_cart.gif) no-repeat;
	cursor:pointer;
	border:0px;
}

.wishList
{
	float:left;
	height:21px;
	width:140px;
	background:url(../images/button_wishlist.gif) no-repeat;
	cursor:pointer;
	border:0px;
}

.AddReview
{
	float:left;
	height:21px;
	width:140px;
	background:url(../images/button_write_review.gif) no-repeat;
	cursor:pointer;
	border:0px;
}

.delete
{
	float:left;
	height:21px;
	width:140px;
	background:url(../images/button_delete.gif) no-repeat;
	cursor:pointer;
	border:0px;
}
.continue
{
	float:left;
	height:21px;
	width:140px;
	background:url(../images/button_continue.gif) no-repeat;
	cursor:pointer;
	border:0px;
}
.update
{
	float:left;
	height:21px;
	width:140px;
	background:url(../images/button_update.gif) no-repeat;
	cursor:pointer;
	border:0px;
}
.updateCart
{
	float:left;
	height:22px;
	width:135px;
	background:url(../images/updateCart.jpg) no-repeat;
	cursor:pointer;
	border:0px;
	margin-left:25px;
}
.checkout
{
	float:left;
	height:21px;
	width:140px;
	background:url(../images/button_checkout.gif) no-repeat;
	cursor:pointer;
	border:0px;
}

.continueshoping
{
	float:left;
	height:21px;
	width:140px;
	background:url(../images/button_continue_shopping.gif) no-repeat;
	cursor:pointer;
	border:0px;
}

.back
{
	float:left;
	height:21px;
	width:140px;
	background:url(../images/button_back.gif) no-repeat;
	cursor:pointer;
	border:0px;
}


.edit
{
	float:left;
	height:21px;
	width:140px;
	background:url(../images/small_edit.gif) no-repeat;
	cursor:pointer;
	border:0px;
}
p a.otherLinks
{
color:#000000;
text-decoration:underline;
}
p a.otherLinks:hover
{
color:#000000;
text-decoration:none;
}
table a
{
color:#000000;
text-decoration:underline;
}
table a:hover
{
color:#000000;
text-decoration:none;
}
select
{
font-size:80%;
}
.topHead
{
font-weight:bold;
}
.emailThisPage
{
height:21px;
border:0px;
cursor:pointer;
width:135px;
background:url(../images/emailThisPage.jpg) no-repeat;
margin-left:10px;
}
.bosch
{
height:33px;
width:144px;
float:left;
background:url(../images/bosch.jpg) no-repeat;	  
}

.forg
{
   margin:0px;
   padding:0px;
   text-align:center;
   background:none;
}
a.f
{
   text-decoration:underline;
   color:#000000;
   background:none;
}
.forg a.f:hover
{
   text-decoration: none;
   color:#000000;
}
.field21
{
height:17px;
width:140px;
margin-right:10px;
font-size:80%;
border:1px solid #000000;
}
.contryCombo
{
height:18px;
width:143px;
border:1px solid #000000;
}

.bottomLink a {
float:right;
color:#000;
font-size:15px;
text-decoration:underline;
}

.bottomLink a:hover {
color:#000;
font-size:15px;
text-decoration:none;
}
