@charset "utf-8";
/* CSS Document */

div#contents {
	text-align: right;
}
div#shopHeader {
	zoom: 100%;
	width: 562px;
	height: 86px;
	margin: 0px 0px 12px;
	background-image: url(../img/header_bg.gif);
	background-repeat: no-repeat;
}
div#shopHeader:after{
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
div#shopHeader div#shopLogoImg{
	float: left;
	margin-top: 22px;
	margin-left: 12px;
}
div#shopHeader div#shopLogoImg a{
	display: block;
	width: 119px;
	height: 43px;
	background-image: url(../img/relish_logo.jpg);
	background-repeat: no-repeat;
}
div#shopHeader div#shopLogoImg a span{
	display: none;
}
div#shopHeader div#shopCartDiv{
	float: right;
	margin-top: 30px;
	margin-right: 12px;
	height: 32px;
	width: 132px;
}

/**footer**/
div#shopFooter {
	width: 562px;
	height: 44px;
	background-image: url(../img/footer_bg.gif);
	background-repeat: no-repeat;
}
div#shopFooter ul{
	width: auto;
	margin: 16px 10px 0px;
	text-align: left;
}
div#shopFooter ul li{
	font-size: 12px;
	line-height: 20px;
	padding: 0px 6px 0px 0px;
	display: inline;
}
div#shopFooter ul li a{
	color: #666;
	text-decoration: underline;
}
div#shopFooter ul li a:hover{
	color: #000;
	text-decoration: none;
}

/**Toppage**/
div#toppage {
	width: 560px;
}
div#toppage div.makerDiv{
	zoom: 100%;
	width: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
}
div#toppage div.makerDiv:after{
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
div#toppage div.makerDiv div.makerTitle{
	margin-top: 10px;
	background-repeat: no-repeat;
    min-height: 140px;   
    height: auto !important;   
    height: 140px;   
}
div#toppage div.makerDiv div.makerTitle h3{
	margin-left: 140px;
	background-repeat: no-repeat;
	height: 60px;
}
div#toppage div.makerDiv div.makerTitle h3 span{
	display: none;
}
div#toppage div.makerDiv div.makerTitle p{
	margin-top: 10px;
	margin-left: 140px;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: left;
}
div#toppage div.mariaTitle{
	background-image: url(../img/maria.jpg);
}
div#toppage div.mariaTitle h3{
	background-image: url(../img/maker_MAR.jpg);
}
div#toppage div.steinTitle{
	background-image: url(../img/steinhart.jpg);
}
div#toppage div.steinTitle h3{
	background-image: url(../img/maker_STE.jpg);
}
div#toppage div.vogTitle{
	background-image: url(../img/vogel.jpg);
}
div#toppage div.vogTitle h3{
	background-image: url(../img/maker_VOG.jpg);
}
div#toppage div.ratTitle{
	background-image: url(../img/ratags.jpg);
}
div#toppage div.ratTitle h3{
	background-image: url(../img/maker_RAT.jpg);
}
div#toppage div.kreTitle{
	background-image: url(../img/krebs.jpg);
}
div#toppage div.kreTitle h3{
	background-image: url(../img/maker_KRE.jpg);
}
div#toppage div.makerDiv ul{
	zoom: 100%;
	padding-bottom: 12px;
}
div#toppage div.makerDiv ul:after{
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
div#toppage div.makerDiv ul li{
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 6px;
}
div#toppage div.makerDiv ul li img{
	margin: 0px auto;
}

/**category**/
div#makerTitleDiv {
	width: 560px;
	height: 80px;
	margin: 6px 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	background-repeat: no-repeat;
	background-position: left center;
}
div#makerTitleDiv h3{
	display: none;
}

/**imageBox**/
.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("../../js/imagebox/images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("../../js/imagebox/images/magminus.cur"), pointer;
}

