body {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
}

#footer a {
	text-decoration: underline;
	color: #585858;
}

#footer a:hover {
	text-decoration: none;
	color: #585858;
}

#disclaimer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #585858;
	text-decoration: none;
	font-weight: normal;
}

#box {
	position:relative;
	width:270px;
	height:230px;
	margin: 0px;
	padding: 0px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
/*	color: #5D5D5D;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #C8C6C6; */
}

#imagebutton input {
	border: 0;
}
.consumerbox {
	background-image: url(../images/image_girl.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2A53AF;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
	height: 25px;
}
#leftnav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4F83DA;
	text-align: left;
	float: left;
	height: 20px;
	width: 186px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	display: block;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 0;
	text-indent: 10px;
}
#leftnav a:hover {
	background-color: #A7C2EE;
}

#leftnav_current a {
	background-color: #A7C2EE;
}


#box_heading {
	line-height: 25px;
	text-indent: 10px;
}
#cartbar td {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4F83DA;
	background-position: center;
}
#cartbar a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
#cartbar a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
#productheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #4F83DA;
	text-decoration: none;
	text-align: center;
	width: 100%;
	padding: 0px;
	line-height: 60px;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
#addtocart a {
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 2px;
	height: 15px;
	width: 80px;
	border: 1px solid #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	overflow: visible;
}

#addtocart a:hover {
	text-decoration: none;
	background-color: #E1E1E1;
}
#addmoreitems a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 2px;
	height: 15px;
	width: 100px;
	border: 1px solid #FF9000;
	text-decoration: none;
	background-color: #FF9000;
	overflow: visible;
	font-weight: bold;
}

#addmoreitems a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #FF9000;
	
}
#cartbox {
	border: 1px solid #000000;
	background-position: center center;
	padding-top: 10px;
	height: 80px;
	vertical-align: middle;
	position: relative;
	margin-left: 20px;
	margin-right: 30px;
	display:table;
	overflow: visible;
}

#error {
	color: #FF0000;
	text-align:center;
}

.homefield {
	width: 95%;
}

#homebox {
	padding-top: 15px;
}
.searchbar, .inputbox {
width: 150px;
}