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;
	bottom: 0px;
	background-color: #ffffff;
}

hr
{
	color: #003399;
	height: 2px;
}

select
{
	border: #696969 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:132px;
	background-image: url(Images/bgHeader.jpg);
	background-repeat: no-repeat;
	float: left;
}
#main #menuSearch
{
	width: 1000px;
	height:39px;
	float: left;
	background-color: #000000;
}
#main #menuSearch #menu
{
	width: 657px;
	height:39px;
	float: left;
	line-height: 39px;
	margin-left: 21px;
	margin-top: 1px;
}
a.TopMenuItems:link
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.TopMenuItems:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.TopMenuItems:hover
{
	font-size: 12px;
	font-weight: bold;
	color: #42bcd6;
}
a.TopMenuItems:active
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.menuUL
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

.menuLI
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
#menu li a
{
	display: block;
	text-decoration: none;
}
#search
{
	width: 322px;
	height: 39px;
	float: left;
	margin-top: 6px;
}

input.SearchField
{
	width: 209px;
	height: 20px;
	font-size: 12px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	border: none;
	text-align: center;
}
.ErrorBox
{
	font-size: 8pt;
	font-family: Arial;
	background-color: #ffff99;
	background-image: none;
}
.CallMeValidator
{
	display: none;
}
#main #contents
{
	width: 998px;
	height: 100%;
	float: left;
	background-color: #cdcdcd;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}
.steps
{
	width: 983px;
	height: 30px;
	float: left;
	margin-left: 7px;
}

.listboxes
{
	width: 983px;
	height:174px;
	float: left;
	margin-left: 7px;
}
.listbox
{
	height: 174px;
	float: left;
}

#main #parts
{
	width: 985px;
	height:100%; 
	float: left;
	padding-left: 6px;
}

#main #parts #leftPart
{
	width: 200px;
	height: 100%;
	float: left;
}
#main #parts #centerPart
{
	width: 585px;
	height:100%;
	float: left;
	padding-bottom: 10px;
}
#main #parts #rightPart
{
	width: 200px;
	height:100%;
	float: left;
}

#cart
{
	width: 200px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	float: left;
	background-color: #000000;
}

.ViewCartText
{
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}
a.ViewCartValues
{
	color: #42bcd6;
	font-size: 11px;
	font-weight: bold;
}

.login
{
	width: 200px;
	height: 130px;
	float: left;
	background-color: #000000;
}
#loginContent
{
	width: 171px;
	height: 130px;
	float: left;
	padding-left: 15px;
}
.loginError
{
	width: 171px;
	float: left;
	height: 15px;
}

input.LoginField
{
	width: 155px;
	height: 19px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 11px;
	border: none;
}
.rowLogin
{
	width: 171px;
	height: 25px;
	float: left;
}
#loginButton
{
	width: 171px;
	height: 28px;
	float: left;
	text-align: right;
}
a.ForgotCreate:link
{
	font-size: 11px;
	color: #42bcd6;
	text-decoration: none;
}
a.ForgotCreate:visited
{
	font-size: 11px;
	color: #42bcd6;
	text-decoration: none;
}
a.ForgotCreate:hover
{
	font-size: 11px;
	color: #42bcd6;
	text-decoration: underline;
}
a.ForgotCreate:active
{
	font-size: 11px;
	color: #42bcd6;
	text-decoration: none;
}
.contentLeftHeader
{
	width: 200px;
	height: 50px;
	float: left;
}
#contentLeft
{
	width: 200px;
	float: left;
}
.actionsHeader
{
	width: 200px;
	height: 50px;
	float: left;
}
#actions
{
	width: 200px;
	float: left;
}
.actionsImage
{
	width: 200px;
	padding:10px 0 10px 0;
	float: left;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	display: inline;
	background-color: #e1edec;
}
.actionsImage * {
    vertical-align: middle;
}

.actionsImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
.contentRightHeader
{
	width: 200px;
	height: 50px;
	float: left;
}
#contentRight
{
	width: 200px;
	float: left;
}
.headerContent
{
	width: auto;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
	font-size: 12px;
}
.centerContent
{
	width: auto;
	height: 100%;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
}
#centerPart #content
{
	width: 573px;
	min-height: 10px;
	height:100%;
	padding-left: 6px;
	padding-right: 6px;
	float: left;
}

.LastProducts
{
	padding-top: 10px;
}

.productFilter
{
	width: 573px;
	height: 20px;
	text-align: center;
	float: left;
	background-color: #ffffff;
}
.repeater
{
	width: 573px;
	height: auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: left;	
	background-color: #ffffff;
}

#productList
{
	width: 573px;
	height: 100%;
	float: left;
    display: inline;
    background-color: #ffffff;
}
.productItem
{
	width: 286px;
	height: 186px;
	background-color: #FFFFFF;
	float: left;
	display: inline;
	margin-top: 15px;
}
.imageDetails
{
	width: 119px;
	height: 186px;
	background-color: #FFFFFF;
	float: left;
	display: inline;

}
.productImage
{
	margin-top: 10px;
	width: 119px;
	float: left;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.productImage * {
    vertical-align: middle;
}

.productImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
.productData
{
	width: 167px;
	height: 186px;
	float: left;
	display: inline;
}
.productItemCode
{
	width: 157px;
	float: left;
	margin: 4px 0 0 0;
	display: inline;
	padding-right: 10px;
}
.ProductCode
{
	font-weight: bold;
	font-size: 11px;
	color: #098fab;
}
.OEMCode
{
	font-size: 11px;
}

.productDescription
{
	width: 157px;
	min-height: 70px;
	float: left;
	font-size: 11px;
	color: #000000;
	display: inline;
	padding-right: 10px;
}
.productFields
{
	width: 167px;
	height: 18px;
	line-height: 18px;
	float: left;
	display: inline;
}
.productQuantityField
{
	float: left;
	width: 40px;
	display: inline;
}
.productQuantityText
{
	width: 38px;
	float: left;
	font-size: 11px;
	color: #000000;
	display: inline;
}
.QuantityField
{
	width: 30px;
	height: 14px;
	text-align: center;
}
.IncBTW
{
	font-size: 9px;
	color:Black;
	font-family:Arial;
}

.ProductPrice
{
	font-weight: normal;
	font-size: 14px;
	color: #088fac;
	line-height: 20px;
}

.SellingPrice
{
	text-decoration: line-through;
	font-size : 12px;
	color: #000000;
	float: left;
}

.productSeparator
{
	width: 286px;
	height: 1px;
	float: left;
	background-color: #dbdbdd;
}

a.details
{
	display:block;
	padding-left: 35px;
	color: #666666;
	height:auto !important;
	background: url(Images/details.jpg) no-repeat center;
	font-size:11px;
}

a.details:hover
{
	background: url(Images/details.jpg) no-repeat center;
	color:#666666;
	text-decoration: none;
}

#footer
{
	height: 52px;
	width: 1000px;
	background-color: #000000;
	float: left;
}
#footer #footerText
{
	line-height:52px;
	margin-left: 15px;
	font-size: 12px;
	color: #89888d;
	float: left;
}
.footerTextGreen
{
	font-size: 12px;
	color: #42bcd6;
}
a.footerLink:link
{
	font-size: 12px;
	color: #89888d;
	text-decoration: none;
}
a.footerLink:visited
{
	font-size: 12px;
	color: #89888d;
	text-decoration: none;
}
a.footerLink:hover
{
	font-size: 12px;
	color: #89888d;
	text-decoration: underline;
}
a.footerLink:active
{
	font-size: 12px;
	color: #89888d;
	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;
}
a.ContentHeader:visited
{
	font-weight: bold;
}
a.ContentHeader:hover
{
	font-weight: bold;
}
a.ContentHeader:active
{
	font-weight: bold;
}

.ContentHeader2
{
	font-size: 14px;
	font-weight: bold;
}

input
{
	margin: 0px;
	border: #000000 1px solid;
	font-family: Arial;
	font-size: 11px;
}

.RememberText
{
	font-size: 10px;
}

.ProductDetailCode
{
	font-size: 13px;
	font-weight: bold;
}




