body {
	background: #787878 url(img/body.png) repeat-x;
	font-size: 10px;
	margin: 0;
	padding: 0;
}

input[type="submit"] {
	cursor: pointer;
}

/* Header */
#head {
	background: url(img/head.png) repeat-x;
	margin: 0 auto;
	width: 980px;
}

.logoarea {
	background: transparent;
	border-top: 4px solid #323232;
	color: #fff;
	width: 980px;
	height: 95px;
}

.logoarea a {
	color: #fff;
}

.logoarea .logo {
	margin: 15px 0px 0px 15px;
	float: left;
}

#envelope {
	float: left;
	margin:40px 0px 0px 80px;
	width: 230px;
}

#envelope p {
	padding: 0;
	margin: 3px;
}

#envelope img {
	float: left;
	margin-right: 10px;
}

#topbar {
	background: url(img/top.png) no-repeat top left;
	float: right;
	width: 369px;
	height: 37px;
	text-align: center;
	padding-top: 8px;
	margin-top: -3px;
}

/* Navigation tabs */

.menubar {
	background: transparent;
	width: 980px;
	padding-left: 20px;
	text-align: left;
}

.menubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menubar li {
	background: url(img/tab-left.png) no-repeat;
	float: left;
	padding: 0px 0px 0px 4px;
	margin-right: 3px;
}

.menubar a {
	background: url(img/tab-right.png) no-repeat top right;
	color: #fff;
	display: block;
	float: left;
	font-size: 10px;
	padding: 0 18px 0 15px;
}

.menubar li:hover {
	background: url(img/tab-left-active.png) no-repeat;
}

.menubar li:hover a {
	background: url(img/tab-right-active.png) no-repeat top right;
	text-decoration: none;
}

.menubar-bottom {
	background: #000 url(img/menubar-bottom.png) repeat-x;
	margin: 0 auto;
	width: 980px;
	height: 8px;
}

/* Bread crumbs */

.whereami {
	background: #fff; /* TODO: url */
	border: 0;
	border-bottom: 1px solid #b7b7b7;
	color: #666;
	margin: 0 auto;
	padding: 10px;
	width: 960px;
}

.whereami a {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

/* Product menu */

#productMenu {
	background: #333 url(img/productmenu.png) no-repeat bottom left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 15px 0 10px 0;
	width: 175px;
}

#productMenu a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

#productMenu hr {
	border: 0;
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0;
}

#productMenuTop {
	background: #fff url(img/productmenu-top.png) no-repeat;
	height: 6px;
	width: 177px;
}

#productMenuBottom {
	background: url(img/productmenu-bottom.png) no-repeat;
	height: 13px;
	width: 177px;
	padding-bottom: 30px;
}

/* Product menu */

.treeview li
{
	border-top: 1px solid #5e5e5e;
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
}

.treeview ul.menu_sub li
{
	border: 0;
}

.treeview li,
.treeview a.selected,
.treeview li.expandable,
.treeview li.collapsable,
.treeview ul.menu_sub
{
	background: transparent;
}

.treeview li.collapsable
{
	padding-bottom: 0;
}

.treeview .hitarea
{
	width: 11px;
	height: 11px;
	margin-left: -10px;
}

.treeview a
{
	margin-left: 5px;
}

.treeview .collapsable-hitarea
{
	background: url(img/arrow-collapsable.png) no-repeat;
}

.treeview .expandable-hitarea
{
	background: url(img/arrow-expandable.png) no-repeat;
}

.treeview .last,
.treeview ul.menu_sub,
.treeview li.lastCollapsable,
.treeview li.lastExpandable
{
	border-bottom: 0;
}

/* Main content */

.main {
	background: #fff;
	border-bottom: 2px solid #36c;
	padding: 15px 10px 20px 10px;
	width: 972px;
	padding: 15px 0px 0px 8px;
}

.menu {
	border: 0;
	color: #fff;
	width: 177px;
	margin-bottom: 25px;
}

.menu a {
	color: #fff;
	font-weight: bold;
}

.menu hr {
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #5e5e5e;
	margin: 0;
	width: 177px;
}

.menu form {
	/* undo styling from style.php */
	margin: 0;
	padding: 10px;
	padding-top: 0;
}

.menutitle {
	background: transparent url(img/menutitle.png) no-repeat;
	height: 19px;
	font-size: 10px;
	padding: 7px 0px 0px 10px;
	margin: 0;
}

.submitButton {
	background: url(img/button-left.png) no-repeat;
	padding-left: 4px;
}

.submitButton input[type="submit"] {
	border: 0;
	background: url(img/button-right.png) no-repeat top right;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	padding-right: 5px;
}

.button {
	list-style: none;
	padding: 0;
	margin: 0;
}

.button li {
	background: url(img/button-left.png) no-repeat;
	float: left;
	margin-left: 8px;
	padding: 0;
	padding-left: 4px;
	padding-bottom: 3px;
}

.button a {
	background: url(img/button-right.png) no-repeat top right;
	color: #fff;
	padding: 0px 5px 3px 3px;
}

.leftbar {
	margin: 0;
	padding: 0;
}

#search {
	background: url(img/search.png) no-repeat;
	color: #fff;
	font-weight: bold;
	height: 41px;
	width: 157px;
	padding: 10px;
	margin-bottom: 20px;
}

#search input[type="text"] {
	font-size: 10px;
	float: left;
	width: 100px;
	margin-right: 10px;
	padding: 0;
}

#newsletter {
	background: url(img/newsletter.png) no-repeat bottom left;
	height: 160px;
}

#newsletter input[type="text"] {
	width: 150px;
	margin: 10px 0px 10px 0px;
}

#newsletter p {
	margin-top: 10px;
}

#brands {
	background: url(img/brands.png) no-repeat bottom left;
	height: 361px;
}

#welcome {
	background: url(img/welcome.png) no-repeat;
	border-bottom: 1px solid #ccc;
	color: #fff;
	width: 553px;
	height: 140px;
	padding: 40px 0px 15px 20px;
	margin-bottom: 15px;
}

.rightbar {
	margin: 0;
	padding: 0;
}

#cart {
	background: url(img/cart.png) no-repeat bottom left;
	height: 243px;
}

.info-box,
.campaign {
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: center;
    width: 175px;
}

.info-box {
    padding: 10px;
    width: 155px;
    text-align: left;
}

.campaign img {
    margin: 10px 0;
}

.campaign p {
    margin: 0;
}

#news {
	background: #323232 url(img/news-background.png) no-repeat bottom left;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 175px;
	margin: 0;
	padding: 0;
}

#news .menutitle {
	background: #fff url(img/menutitle.png) no-repeat;
}

#news .item {
	padding: 10px;
}

#news .item .date {
	color: #999;
	font-weight: bold;
	margin-bottom: 10px;
}

#news .item img {
	margin: 0 5px 0 0;
}

#newsBottom {
	background: url(img/news-bottom.png) no-repeat;
	height: 8px;
	width: 177px;
	margin: 0;
	padding: 0;
}

.content {
	border: 0;
	width: 573px;
	font-size: 10px;
	padding: 0;
	margin: 0px 18px 0px 18px;
}

.content h1 {
	font-size: 20px;
}

.contenttitle {
	background: #36c url(img/contenttitle.png) repeat-x;
	border: 1px solid #06c;
	color: #fff;
	font-weight: bold;
	height: 12px;
	padding: 5px;
}

.product {
	border: 1px solid #ccc;
	float: left;
	width: 135px;
	height: 220px;
	padding: 15px 10px 0px 10px;
	margin: 25px 15px 5px 15px;
	text-align: center;
}

.product .name {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	max-height: 15px;
}

.imagebox {
	width: 100%;
	height: 110px;
	margin: 10px 0 10px 0;
	text-align: center;
}

.price {
	border-top: 1px dotted #7f7f7f;
	border-bottom: 1px dotted #7f7f7f;
	color: #093;
	padding: 10px 0px 10px 0px;
	margin-bottom: 10px;
}

.price b {
	color: #000;
}

.squareButtonBlack,
.squareButtonBlue {
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	padding: 3px 15px 3px 15px;
	text-transform: uppercase;
	margin-left: 6px;
}

.squareButtonBlack {
	background: url(img/square-button-black.png) repeat-x;
	border: 1px solid #000;
}

.squareButtonBlue {
	background: url(img/square-button-blue.png) repeat-x;
	border: 1px solid #06c;
}

/* Footer */

.footer {
	background: #fff;
	border-top: 1px solid #999;
	color: #333;
	width: 980px;
	margin-top: 1px;
}

.footer a {
	color: #333;
	text-decoration: underline;
}

/* Override misc. settings from other .css-files */

div.prodInfo {
	width: 300px;
}
