* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* body */
body {
	margin: 0px;
	padding: 0px;
	background: url('../image/page_bg.gif') top repeat-x;
}

body, td, th, input, textarea, select, a {
	font-size: 11px;
	color: #000000;
}

b, strong, th {
	color: #000000;
}

form {
	padding: 0;
	margin: 0;
	display: inline;
}

.png {
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
}

/* layout */
h1 {
	display: none;
}

#container {
	width: 800px;
	position: relative;
	margin: 0 auto 0 auto;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    background: #fff url(../image/content_bg.jpg) bottom repeat-x;
    
}

#header {
	height: 90px;
	clear: both;
}

#header .a {
	background: url('../image/logo.png') no-repeat;
	width: 400px;
	height: 90px;
	float: left;
	top: 22px;
	left: 10px;
}

#header .b {
	position: relative;
	float: right;
    /* background: #FFF url(../image/top_bg.gif) top no-repeat; */
    height: 90px;
    width: 398px;
}

#header .b #seperator {
    background: url(../image/top_seperator.png) top no-repeat;
    height: 6px;
    width: 398px;
}

#header .b a {
	width: 92px;
	height: 19px;
	padding-top: 27px;
	color: #333;
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
	margin-left: 2px;
	cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

#header .b a:hover {
    color: #FFCC00;
}

#header .b a img {
	width: 14px;
	height: 8px;
}

#column {
	width: 167px;
	margin: 10px 15px 55px 10px;
	float: left;
}

#content {
	margin: 10px 10px 55px 0px;
	float: right;
	padding-left: 15px;
	border-left: 1px solid #EEEEEE;
	width: 581px;
}

.commentarea {
	width: 575px;
}

#footer {
	clear: both;
    margin: 0 auto 0 auto;
    background: #FFF url(../image/footer_bg.gif) top no-repeat;
    width: 800px;
    
    
}

#footer .a {
	float: left;
	margin-top: 2px;
}

#footer .b {
	float: right;
	text-align: right;
}

#footer .b a {
	color: #336699;
}

#footer .c {
    width: 800px;
    text-align: center;
}

#time {
	color: #EEEEEE;
	text-align: center;
	clear: both;
}

.heading {
	font-size: 15px;
	font-weight: 600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #006600;
	padding-bottom: 2px;
	border-bottom: 1px solid #EEEEEE;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
	height: 18px;
}

.heading .left {
	float: left;
	text-align: left;
}

.heading .right {
	float: right;
	text-align: right;
}

.error {
	color: #FF0000;
	font-size: 10px;
	display: block;
	clear: both;
}

.required {
	margin: 0;
	color: #FF0000;
	display: inline;
}

.warning {
	color: #000000;
	font-size: 10px;
	background-color: #FFB3B5;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.message {
	color: #000000;
	font-size: 10px;
	background-color: #99FF00;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
}

.breadcrumb {
	color: #999999;
	margin: 10px 0px 10px 0px;
}

.breadcrumb a {
	color: #006600;
}

.price_old {
	text-decoration: line-through;
}

.price_new {
	color: #FF0000;
}

#bar {
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 3px 0px 10px;
	height: 24px;
}

.products, .images, .categories {
	float: left;
	width: 33.3%;
	text-align: center;
	cursor: pointer;
	font-size: 10px;
	height: 140px;
}

.categories a {
	text-decoration: none;
}

.images a {
	font-size: 10px;
}

.images img, .categories img {
	border: 0px;
	margin-bottom: 10px;
}

.results {
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 20px;
}

.results .left {
	float: left;
	padding-top: 4px;
}

.results .right {
	float: right;
}

.buttons {
	border: 1px solid #EEEEEE;
	margin: 10px 0px;

	clear: both;
}

.buttons input {
	height: 20px;
	margin: 3px;
}

.buttons table {
	width: 100%;
}

.buttons table td {
	vertical-align: middle;
}

.box {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/* box language */
.language {
	float: left;
	margin-top: 3px;
}

.language div {
	display: inline;
}

/* box currency */
.currency {
	float: left;
	margin-left: 20px;
	margin-top: 1px;
}

.currency div {
	display: inline;
}

/* box search */
.search {
	float: right;
}

.search div {
	display: inline;
}

/* box cart */
.box .cart .a {
	text-align: right;
	border-top: 1px solid #EEEEEE;
	margin-top: 8px;
	padding-top: 3px;
}

.box .cart .b {
	text-align: center;
}

/* box category */
.box .category {
	padding-top: 5px;
}
/*
 *  Commented out to be replaced by category list with sub categories contribution by bruce
 *
.box .category a {
	background: url('../image/bullet_1.png') no-repeat 15px 5px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
	margin-bottom: 8px;
}
*/

/* box category */

.box .category a {
        padding: 0px 0px 0px 25px;
        display: block;
        text-decoration: none;
        margin-bottom: 8px;
}

.box .category .level_0 a {
        background: url('../image/bullet_0.png') no-repeat 15px 4px;
        margin-left: 0px;
}
.box .category .level_1 a {
        background: url('../image/bullet_1.png') no-repeat 15px 4px;
        margin-left: 20px;
}
.box .category .level_2 a {
        background: url('../image/bullet_3.png') no-repeat 13px 3px;
        margin-left: 30px;
}

/* box information */
.box .information a {
	background: url('../image/bullet_2.png') no-repeat 10px 4px;
	padding: 0px 0px 0px 25px;
	display: block;
	text-decoration: none;
}

/* box review */
.box .review div {
	text-align: center;
}

.box .review a {
	text-decoration: none;
}

.box .review img {
	padding: 3px;
}

/* success */
#success {
	background: url('../image/success.png') no-repeat;
	padding-left: 148px;
	min-height: 128px;
}

/* failure */
#failure {
	background: url('../image/failure.png') no-repeat;
	padding-left: 148px;
	min-height: 128px;
}

/* error */
#error {
	clear: both;
	border: 1px solid #EEEEEE;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	margin-top: 10px;
}