
* {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: #888;
	text-decoration: none;
}

a img {
	border: none;
}

a.button {
	display: block;
}
a.button:link, a.button:visited, a.button:active {
	background: #ccc;
	border: 1px outset white;
	font: 0.8em Tahoma, Arial, sans-serif;
	padding: 2px 5px;
	text-decoration: none;
}
a.button:hover {
	background: #ddd;
	border: 1px inset white;
	color: black;
}





#headerNavigation, #footer {
	background: #ddd;
	color: black;
	font: bold 0.7em Verdana, Arial, sans-serif;
	margin-bottom: 5px;
	padding: 3px 10px;
}



#headerNavigation div a:link,
#headerNavigation div a:visited,
#headerNavigation div a:active,
#footer a:link,
#footer a:visited,
#footer a:active {
	color: black;
	text-decoration: underline;
}
#headerNavigation div a:hover,
#footer a:hover {
	text-decoration: none;
}

#breadcrumbs, #footer .time {
	float: left;
}
#account, #footer .query {
	float: right
}






table.productsListing .productsName {
	padding-left: 10px;
	text-align: left;
}

table.productsListing .productsNow,
table.productsListing .productsModel,
table.productsListing .productsImage {
	text-align: center;
}
table.productsListing .productsPrice {
	text-align: right;
}

table.productsListing .productsImage img {
	display: block;
}

table.productsListing .productsNow {
	padding: 0 10px;
	width: 80px;
}


table.pager, table.listing {
	margin: 0 auto;
}

table.listing thead th, table.listing thead a {
	background: #ccc;
	color: black;
	font: bold 1em Arial, sans-serif;
}

table.listing th, table.listing td {
	padding: 2px;
	vertical-align: middle;
}

table.listing tr.even {
	background: #ddd;
}
table.listing tr.odd {
	background: white;
}

	table.listing td a:link,
	table.listing td a:visited,
	table.listing td a:active {
		color: blue;
		text-decoration: underline;
	}
	table.listing td a.button {
		text-decoration: none;
	}
	table.listing td a:hover {
		color: #777;
		text-decoration: none;
	}


table.listing td img {
	vertical-align: middle;
}

.content ul {
	margin-left: 2em;
}


.box .content ul.categoryList {
	float: none;
	margin: 0;
	padding: 0;
}
.content ul.categoryList li {
	border: 1px solid #ccc;
	display: block;
	float: left;
	height: 220px;
	margin: 5px 5px 5px 20px;
	padding: 0;
	background: none;
	text-align: center;
	width: 200px;
}


ul.categoryList a img {
	display: block;
	margin: 0 auto;
}


form div.error {
	color: red;
	font-weight: bold;
	margin: 1em;
}

form label {
	margin-right: 1em;
}

div.action {
	text-align: center;
}


#main form {
	margin: 0.5em;
	padding: 1em;
}
fieldset {
	border: 1px solid #ccc;
	padding: 0.2em 0.5em 0.5em 0.5em;
}
legend {
	padding: 0 0.5em;
}
#main label {
	float: left;
	width: 150px;
}
form .requirement {
	padding: 0 0.2em;
}
form .fields div {
	clear: left;
	margin: 0.5em 0;
}
input, textarea, select {
	font: 1em "Trebuchet MS", Arial, sans-serif;
	padding: 0 0.2em;
	margin-bottom: 0.2em;
}
form .actions {
	padding-top: 2em;
}
form .actions input, form .actions a {
	margin-right: 3em;
}
form .actions a {
	text-decoration: none;
}


form .gender div {
	display: inline;
}
form .gender label {
	display: inline;
	float: none;
}
form .gender input {
	border: none;
}

fieldset {
	padding: 0.5em;
	margin-bottom: 1em;
}

fieldset fieldset {
	margin: 1em;
}

#main form p.help {
	display: inline;
	margin-left: 0.1em;
	padding: 0;
}


.content h3 {
	margin-top: 1em;
}

/* Self Clear */

#headerNavigation:after, #main-wrap:after, #footer:after, ul.categoryList:after {
	clear: both;
	content: "Self Clear";
	display: block;
	height: 1px;
	visibility: hidden;
}
* html #headerNavigation, * html #main-wrap, * html #footer {
	height: 1%;
}
