body {
	background:url(gfx/bg.jpg) #774477;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #000;
}

h1 {
	font-size: 13px;
	color: #990099;
	font-weight: normal;
}

form {
	margin: 0px;
	padding: 0px;
}

input.text {
	font-size: 10px;
	font-family: Tahoma;
	width: 110px;
	color: #999;
	margin: 3px;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #b6b6b6;
	border-left:1px solid #b6b6b6;
	border-bottom: 2px #f9f9f9;
	border-right: 2px #f9f9f9;
}


input.login {
	font-size: 10px;
	font-family: Tahoma;
	width: 110px;
	color: #999;
	margin: 7px;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #b6b6b6;
	border-left:1px solid #b6b6b6;
	border-bottom: 2px #f9f9f9;
	border-right: 2px #f9f9f9;
	font-weight: normal;
}

td.background-left {
	margin: 0px;
	padding: 0px;
	height: 478px;
	background:url(gfx/bg-top-left.jpg) no-repeat right top;
}
td.background-right {
	margin: 0px;
	padding: 0px;
	height: 478px;
	background:url(gfx/bg-top-right.jpg) no-repeat;
}

div.container {
	margin: 0 auto 0 auto;
	width: 860px;
	padding: 0px;
	border: 3px solid #CCC;
	border-top: none;
	background: #FFF;
}

div.header {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 211px;
	background: url(gfx/header.jpg) no-repeat;
}

div.footer {
	margin: 0 auto 0 auto;
	width: 836px;
	height: 100px;
	padding: 0 0 0 30px;
	background: url(gfx/footer-bg.jpg) repeat-x;
	color: #FFF;
}

div.myLocation {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 37px;
	background:url(gfx/mylocation.jpg) repeat-x;
	font-family: Tahoma;
	font-size: 10px;
	color: #6f6f6f;
	font-weight: bold;
}

div.myLocation a {
	text-decoration: underline;
	font-weight: normal;
	color: #6f6f6f;
}

div.main {
	padding: 25px 20px 0 14px;
	margin: 0px;
	width: 826px;
	background: url(gfx/main-bg.jpg) repeat-x;
}

.colLeft {
	width: 161px;
	background:url(gfx/col-left-bg.jpg) repeat-y;
	padding: 0 31px 30px 11px;
}

.colRight {
	background:url(gfx/col-right-bg.jpg) repeat-y;
	padding: 0 23px 30px 31px;
	color: #666;
}

.colLeftTop {
	margin: 0px;
	padding: 0px;
	background: url(gfx/col-left-top.jpg) no-repeat;
	height: 15px;

	font-size: none;
}

.colRightTop {
	margin: 0px;
	padding: 0px;
	background: url(gfx/col-right-top.jpg) no-repeat;
	height: 15px;
	font-size: none;
}


div.menubox-top {
	padding: 11px 15px 0px 15px;
	margin: 10px 0 10px 0;
	height: 22px;
	width: 127px;
	background:url(gfx/menubox-top.jpg) no-repeat;
	color: #FFF;
	font-weight: bold;
	float: left;
}

div.catList a {
	text-decoration: none;
	border: none;
}

div.staticPages a {
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0 10px 0 10px;
	border-bottom: 1px dotted #000;
	line-height: 2em;
}

div.prod_box {
	border-right: 1px dotted #a4a4a4;
	width: 140px;
	text-align: center;
	color: #000;
	margin: 10px 0 10px 0;
	padding: 0px 40px 0 30px;
	float: left;
}

div.category {
	padding: 4px 0px 4px 14px;
	float: left;
	border-bottom: 1px solid #ebebeb;
	width: 140px;
}
div.category a {
	color: #333;
	text-decoration: none;
}
.plusminus {
	border: none;
	margin: 1px 5px 0 0;
	float: left;
}