a {
	color: #aa0000;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
}

#logo {
	background-image: url(/file/logo.png);
}

#header {
	background-color: #000000;
}

#footer {
	background-color: #000000;
}

body {
	background-image: url(/file/body-bg-seamless.png);
	background-repeat: repeat;
}

#footer {
position: fixed;
bottom: 0;
width:100%;}

#logo {
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: center center;
	width: 200px;
	height: 66px;
	display: block
}

#header {
	background-image: url(/file/header_bg.png);
	background-position: left bottom;
	background-repeat: repeat-x
}

#footer {
	background-color: #392929;
	background-image: url(/file/footer_bg.png);
	background-position: left top;
	background-repeat: repeat-x
}
#content {
	background-color: #fff;
	padding: 15px
}

.product_grid_element {
	border: solid 1px #999;
	background: none
}

.product_grid_element .name {
	height: 25px;
	display: block
}

.product_grid_element a {
		color: #000;
}

.product_grid_element.hover a {
		color: #fff
}

.product_grid_element.hover {
	background-color: #000;
	box-shadow: 0px 0px 30px #000;
	border: solid 1px #000;
}

#payment-icons {
	background-image: url(/file/tito_payment_method_icons.png);
	width: 190px
}
