﻿@charset "utf-8";

#productOfTheMonth {
    position:relative;
    top:0;
    left:0;
    width:668px;
    height:296px;
    z-index:10;
    overflow:hidden;    
}


#productOfTheMonth .pmContent {
    position: absolute;
    top:10px;
    left:20px;
    display:block;
    height:276px;
    width:400px;
    z-index:20;
    overflow:hidden;
}

#productOfTheMonth .slogan {
    font-weight:bold;
    font-size:23px;
    line-height:115%;
    color:#f18200;
    margin: 5px 0px 15px 0px;
}


#productOfTheMonth .title {
    display:block;
    width:300px;
    font-size:1.4em;
    font-weight:bold;
    border:1px solid #00000;
    margin: 5px 0px 5px 0px;
}

#productOfTheMonth .title a,
#productOfTheMonth .title a:visited {color:#534d47;}
#productOfTheMonth .title a:hover {color:#000;}

#productOfTheMonth .brand {
    display:block;
    width:300px;
    margin: 10px 0px 5px 0px;
    font-weight:normal;
    font-size:1em;
    text-transform:uppercase;
}

#productOfTheMonth .brand a,
#productOfTheMonth .brand a:visited {color:#433d37;}
#productOfTheMonth .brand a:hover {color:#000;}


#productOfTheMonth .category {
    display:block;
    width:300px;
    margin: 5px 0px 5px 0px;
    font-weight:normal;
    font-size:1em;
}

#productOfTheMonth .category a,
#productOfTheMonth .category a:visited {color:#f18200;text-decoration:none;}
#productOfTheMonth .category a:hover {color:#000;}

#productOfTheMonth  .description {
    display: block;
    width:270px;
    color:#303030;
    font-size:1em;
    font-weight:normal;
    margin: 10px 0px 5px 0px;
    line-height:130%;
}


/* More info button */
#productOfTheMonth .moreinfo {
    position:absolute;
    display:block;
    top:220px;
    left:0px;
    width:160px;
    height:57px;
    margin:0px;
    padding:0px;
    overflow:hidden;
}

#productOfTheMonth .moreinfo .lefter {
    background:transparent url('/images/menus/order-over-fff.gif') no-repeat top left;
}

#productOfTheMonth .moreinfo .righter{
    background:transparent url('/images/menus/order-over-fff.gif') no-repeat top right;
}

#productOfTheMonth .moreinfo a.lefter {
    color:#534d47;
}
#productOfTheMonth .moreinfo a.lefter:visited {
    color:#534d47;
}

#productOfTheMonth .moreinfo a.lefter:hover {
    color:#fff;
}

#rightMain {
	width:660px;
	background: transparent;
	height:auto;
	float:left;
	color:#000;
	margin-left:-10px;
	margin-top:0;
}

#body2 
{
    display:block;
    width:668px;
    padding:0;
    margin:10px 0 0 0;
    clear:both;
}

#body2 .top {
    min-height:200px;
    background: transparent url('/images/backgrounds/home-grey-668x500.gif') no-repeat top left;
    padding:15px 20px 15px 20px;
}

#body2 .foot{
    height:10px;
    background: transparent url('/images/backgrounds/home-grey-668x500.gif') no-repeat bottom left;
}



div.openinghours
{
    display:block;
    float:right;
    width:308px;
    margin:10px -10px 0 0;
    padding:0px;
}

div.openinghours .top {
    background: transparent url('/images/backgrounds/home-orange-308x500.gif') no-repeat top left;
    padding:15px 20px 15px 20px;
    width:308px;
    height:170px;
}

div.openinghours .foot{
    width:308px;
    height:10px;
    background: transparent url('/images/backgrounds/home-orange-308x500.gif') no-repeat bottom left;
}

* HTML div.openinghours{
    margin:10px -18px 0 0;
}
* HTML div.openinghours .top {
    padding:15px 0px 15px 20px;
    width:308px;
}

div.openinghours div.top div.title
{
    font-size:1.3em;
    font-weight:bold;
    color:#000;
    margin-bottom:4px;
}

div.openinghours div.top div.item span.day
{
    font-size:1em;
    width:80px;
    display:block;
    float:left;
    
}
div.openinghours div.top div.item span.hours
{
    font-size:1em;
    width:210px;
    display:block;
    float:left;
}
div.openinghours div.top div.item 
{
    clear:both;
    height:23px;
}


#body1
{
    display:block;
    float:left;
    width:350px;
    margin:10px -10px 0 0;
    padding:0px;
}

#body1 .top {
    background: transparent url('/images/backgrounds/center-left-340.gif') no-repeat top left;
    padding:10px;
    width:330px;
    height:180px;
    overflow:hidden;
}

#body1 .foot{
    width:350px;
    margin:0;
    padding:0;
    height:10px;
    background: transparent url('/images/backgrounds/center-left-340.gif') no-repeat bottom left;
}


