html, body
{
	margin: 0;
	padding: 0;
	overflow: inherit;
}

html > body #outer
{
	height: auto;
}
/*for mozilla */

body, form
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	overflow: inherit;
	background-color: #CCCCCC;
}

hr
{
	color: #003399;
	height: 2px;
}

select
{
	border: #4c4c4c 1px solid;
	font-size: 8pt;
	font-family: Arial;
}

input, button
{
	font-size: 8pt;
	font-family: Arial;
}

textarea
{
	margin: 0px;
	border: #666768 1px solid;
	font-family: Arial;
	font-size: 11px;
}

.ErrorMessage
{
	color: Red;
	font-size: 11px;
}

h1
{
	margin-top: 10px;
	font-size: 16px;
	vertical-align: bottom;
	color: #353535;
	font-family: Verdana;
	letter-spacing: 2px;
}

h2
{
	margin-top: 10px;
	font-size: 8pt;
	vertical-align: bottom;
	color: #cc6600;
	font-family: Palatino;
	letter-spacing: 1px;
	display: inline;
}

h2.shaded
{
	color: #cccccc;
	display: inline;
}

h2 a
{
	font-size: 8pt;
	vertical-align: bottom;
	color: #65738e;
	font-weight: bold;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

a:link
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
}

a:active
{
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

.floatLeft
{
	float: left;
}
#main
{
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#main #header
{
	width: 1000px;
	height:140px;
	background-image: url(Images/bgHeader.jpg);
	background-repeat: no-repeat;
	float: left;
}
#main #menu
{
	width: 1000px;
	height:26px;
	float: left;
}
.menuUL
{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 6px;
}

.menuLI
{
	float: left;
	text-align: center;
	line-height: 26px;
	margin-right: 1px;
}
a.menu:link
{
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	text-decoration: none;
}

a.menu:visited
{
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}

a.menu:hover
{
	font-size: 12px;
	color: #ffffff;
	background-color: #999999;
	text-decoration: none;
}

a.menu:active
{
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
#search
{
	width: 438px;
	height: 26px;
	float: left;
	background-color: #000000;
	text-align: right;
}

input.SearchField
{
	width: 170px;
	height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	font-size: 12px;
	margin-left: 7px;
	border: none;
	position: absolute;
}
.searchText
{
	color: #ffffff;
	width: 164px;
	height: 22px;
	margin-top: 1px;
	float: left;
	text-align: right;
}

.ErrorBox
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #ffff99;
	background-image: none;
}
.CallMeValidator
{
	display: none;
}
.listboxesCart
{
	width: 1000px;
	height: 160px;
	float: left;
}

#cart
{
	width: 247px;
	height: 160px;
	float: left;
	background-image: url(Images/bgCart.jpg);
	background-repeat: no-repeat;
	margin-left: 7px;
	
}
#cart #cartContent
{
	width: 168px;
	height: 54px;
	float: left;
	background-color: #ffffff;
	margin-left: 37px;
}
#cartButton
{
	width: 37px;
	height: 32px;
	float: left;
	text-align: right;
	margin-top: 22px;
}
#cartItems
{
	width: 115px;
	height:42px;
	float: left;
	padding: 12px 10px 0px 6px;
	font-size: 11px;
	color: #000000;
	text-align: right;
}
a.ViewCartValues:link
{
	font-size: 11px;
	color: #f0153b;
	text-decoration: none;
}
a.ViewCartValues:visited
{
	font-size: 11px;
	color: #f0153b;
	text-decoration: none;
}
a.ViewCartValues:hover
{
	font-size: 11px;
	color: #f0153b;
	text-decoration: underline;
}
a.ViewCartValues:active
{
	font-size: 11px;
	color: #f0153b;
	text-decoration: none;
}
.listboxes
{
	width: 746px;
	height:160px;
	float: left;
}
.listbox
{
	height: 160px;
	float: left;
	margin-left: 6px;
}

#main #parts
{
	width: 1000px;
	height:100%; 
	float: left;
}
#main #parts #leftPart
{
	width: 247px;
	height: 100%;
	float: left;
	padding-left: 7px;
}
#main #parts #centerPart
{
	width: 501px;
	height:100%;
	float: left;
}
#main #parts #rightPart
{
	width: 239px;
	height:100%;
	float: left;
}
.loginHeader
{
	width: 247px;
	height: 31px;
	float: left;
}
#login
{
	width: 247px;
	height: 209px;
	float: left;
	background-image: url(Images/bgLogin.jpg);
	background-repeat: no-repeat;
}
#login #loginContent
{
	width: 169px;
	height: 198px;
	float: left;
	padding-left: 37px;
}
.loginError
{
	width: 169px;
	height: 7px;
	min-height:7px;
	float: left;
}

.LoginText
{
	font-size: 11px;
	color: #ffffff;
	width: 169px;
	height: 15px;
	float: left;
}
input.LoginField
{
	width: 159px;
	height: 19px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 4px;
	font-size: 12px;
	border: none;
}
.rowLogin
{
	width: 169px;
	height: 30px;
	float: left;
	padding-top: 2px;
}
.forgotCreateLinks
{
	width: 169px;
	height: 51px;
	float: left;
	margin-left: 1px;
}
a.ForgotCreate
{
	padding:0 0 0 13px;
	height:auto !important;
	background: url(Images/bult.jpg) no-repeat left center;
	font-size:11px;
	text-decoration: none;
	color:#fefefe;
}

a.ForgotCreate:hover
{
	background: url(Images/bult.jpg) no-repeat left center;
	color:#fefefe;
	text-decoration: underline;
}

#loginButton
{
	width: 169px;
	height: 25px;
	float: left;
	text-align: right;
}
.callMeHeader
{
	width: 247px;
	height: 32px;
	float: left;
}
#callMe
{
	width: 247px;
	height: 141px;
	float: left;
	background-image: url(Images/bgCallMe.jpg);
	background-repeat: no-repeat;
}
#callMeContent
{
	width: 169px;
	height: 140px;
	float: left;
	padding-left: 37px;
}
.rowCallMe
{
	height: 27px;
	width: 169px;
	float: left;
	line-height: 24px;
}
#callMeButton
{
	width: 169px;
	float: left; 
	text-align: right; 
}
.CallMeText
{
	font-size: 11px;
	color: #ffffff;
}
input.CallMeField1
{
	width: 158px;
	height: 19px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	border: none;
}
input.CallMeField2
{
	height: 19px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	margin-top: 1px;
	border: none;
}

#wishList
{
	width: 247px;
	height: 61px;
	line-height: 61px;
	float: left;
	background-image: url(Images/wishHeader.jpg);
	background-repeat: no-repeat;
}
.wishListText
{
	margin-left: 64px;
}
a.wishListText:link
{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.wishListText:visited
{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.wishListText:hover
{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.wishListText:active
{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.newsHeader
{
	width: 239px;
	height: 33px;
	float: left;
}
#news
{
	width: 239px;
	height: 99px;
	float: left;
	background-image: url(Images/bgNews.jpg);
	background-repeat: no-repeat;
}
#news #newsContent
{
	width: 168px;
	height: 104px;
	float: left;
	padding-left: 34px;
}
.NewsLetterText
{
	font-size: 11px;
	color: #ffffff;
	width: 168px;
	height: 14px;
	float: left;
}
input.NewsField
{
	width: 158px;
	height: 19px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	border: none;
}
.rowNews
{
	width: 168px;
	height: 30px;
	float: left;
	padding-top: 4px;
}
#news #newsButton
{
	width: 168px;
	height: 30px;
	float: left;
	text-align: right;
	padding-top: 3px;
}
.actionsHeader
{
	width: 239px;
	height: 55px;
	float: left;
}
#actions
{
	width: 237px;
	height: 134px;
	float: left;
	border: solid 1px #cccccc;
	margin-top: 2px;
}
.actionsImage
{
	width: 239px;
	height: 136px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	float: left;
}
.actionsImage * {
    vertical-align: middle;
}

.actionsImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
#contentRight
{
	width: 239px;
	float: left;	
}

.headerContent
{
	width: 446px;
	height: 33px;
	line-height: 33px;
	background-color: #ffffff;
	padding: 0px 20px 0px 20px;
	margin-bottom: 10px;
	color: #000000;
	border: solid 1px #cccccc;
}
.YellowHeaderText
{
	color: #d9e252;
}

.centerBorder
{
  width: 486px;
  height: 100%;
  float: left;
  
  border: solid 1px #cccccc;
}

#centerPart #content
{
	width: 488px;
	min-height: 10px;
	height:auto;
	margin-left: 6px;
	margin-top: 1px;
}

#footer
{
	height: 60px;
	width: 987px;
	line-height: 60px;
	background-color: #000000;
	margin-left:7px;
	margin-right: 6px;
}
.footerTextRed
{
	margin-left: 25px;
	font-size: 11px;
	color: #ff0000;
}
.footerTextWhite
{
	font-size: 11px;
	color: #ffffff;
}
.footerTextRed a
{
	font-size: 11px;
	color: #ff0000;
}
.footerTextWhite a
{
	font-size: 11px;
	color: #ffffff;
}
.LastProducts
{
	padding-top: 10px;
}

.productFilter
{
	width: 488px;
	height: 20px;
	text-align: center;
	float: left;
}
.repeater
{
	width: 488px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#productList
{
	width: 488px;
	height: auto;
	float: left;
    display: inline;
}

.productContent
{
  width: 224px;
  height: 100%;
  float: left;
  padding: 10px;
}

.AlternatingItem
{
	border: solid 1px #cccccc;
	border-left: none;
}
.ProductItem
{
	border: solid 1px #cccccc;
	width: 244px;
}

.productItemCode
{
	width: 224px;
	line-height: 10px;
	float: left;
	display: inline;
}
.ProductCode
{
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
.OEMCode
{
	font-size: 11px;
	color: #000000;
}
.productImageDesc
{
	width: 224px;
	min-height: 100px;
	float: left;
	display: inline;
}
.productImage
{
	width: 100px;
	height: 100px;
	float: left;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	display: inline;
}
.productImage * {
    vertical-align: middle;
}

.productImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
.productDescription
{
	width: 124px;
	min-height: 100px;
	float: left;
	font-size: 11px;
	color: #707070;
	display: inline;
}
.productFields
{
	width: 224px;
	height: 26px;
	line-height: 26px;
	float: left;
	display: inline;
}
.productQuantityField
{
	float: left;
	width: 30px;
	display: inline;
	padding-left: 9px;
	margin-top: 2px;
}
.productQuantityText
{
	width: 40px;
	float: left;
	text-align: right;
	font-size: 11px;
	color: #353535;
	display: inline;
}
.QuantityField
{
	width: 30px;
	height: 16px;
	padding-top: 3px;
	text-align: center;
}
.IncBTW
{
	font-size: 10px;
	color:#000000;
	font-family:Arial;
}

.ProductPrice
{
	font-weight: normal;
	font-size: 24px;
	color: #ff0004;
	line-height: 20px;
}

.SellingPrice
{
	text-decoration: line-through;
	font-size : 12px;
	color: #000000;
}

a.AddToCart:link
{
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
a.AddToCart:visited
{
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}
a.AddToCart:hover
{
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}
a.AddToCart:active
{
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
}

a.Details:link
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.Details:visited
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a.Details:hover
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.Details:active
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.thumbimage
{
	border: solid 1px #cccccc;
}

.sectionheader
{
	border-bottom: #dcdcdc 1px dotted;
	color: #353535;
	font-size: 8pt;
	padding-bottom: 5px;
	font-weight: bold;
}

table.ContentTable
{
	width: 100%;
	border: 0px;
}

table.ContentTable td
{
	padding:6px;
}

table.ContentTable th
{
	font-size: 12px;
	border: 1px solid #a5b9d6;
	border-top: 0;
	line-height: 29px;
}

table.ContentNotPadded
{
	width: 100%;
	border: 0px;
}

table.ContentNotPadded td
{
	padding: 0px;
}

.check input
{
	border: 0px;
	padding: 0px;
}

.AlternateRow
{
	color: #000;
}

.NormalRow
{
}

.ArticlePrice
{
}

.ShoppingCartDates
{
	font-size: 9px;
	font-weight: normal;
}

.ActionAlternative
{
	background-color: #fefe77;
	color: #000;
}

.ContentHeader
{
	font-weight: bold;
}

a.ContentHeader:link
{
	font-weight: bold;
	color: #000000;
}
a.ContentHeader:visited
{
	font-weight: bold;
	color: #000000;
}
a.ContentHeader:hover
{
	font-weight: bold;
	color: #000000;
}
a.ContentHeader:active
{
	font-weight: bold;
	color: #000000;
}

.ContentHeader2
{
	font-size: 12px;
	font-weight: bold;
}

input
{
	margin: 0px;
	border: #d3d3d3 1px solid;
	font-family: Arial;
	font-size: 11px;
}

.RememberText
{
	font-size: 10px;
}

.ProductDetailCode
{
	font-size: 13px;
	font-weight: bold;
}



