/*
 * Couponmonkey CSS // Layout Definitions
 * 
 * This file contains all layout specific definitions
 * for the Couponmonkey website.
 *
 * Copyright 2008 Stefan Heckler
 * 
 * @author: Stefan Heckler
 * @version: $Id: layout.css 74 2008-10-28 00:38:51Z sh $
 */
 
/*
 * include reset and fonts.css
 * 
 * these files will be merged with this file before publishing
 */
 
@import url(include/reset.css);
@import url(include/fonts.css);

/* clear fix */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  position: relative;
}


/* general definitions */
body,html {
    height: 100%;
    margin: 0;
    padding: 0;
	text-align: center;
	background: #fafadf url('../img/site/body_bg.jpg') repeat-x top left;
}

html { overflow-y: scroll; }

#wrapper {
	width: 960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0 auto;
    margin-bottom: -479px;
	text-align: left;
}

.push {height:290px;clear:both}

a {
	color: #E36C07;
	text-decoration: none;
}

a:hover {
	color: #e36c07;

}

strong { font-weight: bold; }

/* main header */
.MainHeader {
    background: transparent url('../img/site/header_logo.jpg') no-repeat;
	width: 100%;
	height: 99px;
    margin-bottom: 7px;
    position: relative;
}

.MainHeaderAT {
	background-image: url('../img/site/header_logo_at.jpg');
}

.MainHeaderCH {
	background-image: url('../img/site/header_logo_ch.jpg');
}


.MainHeaderLogo {
	width: 309px;
	height: 99px;
	display: block;
	float: left;
	overflow: hidden;
}

.MainHeaderLogo a {
	width: 100%;
	height: 99px;
	padding-top: 99px;
	display: block;
}

.MainHeaderBox {
	border: 1px solid #d7d7d7;
	float: right;
	padding: 1px;
}

.MainHeaderLinks {
    float: right;
    height: 55px;
    text-align: right;
    margin-bottom: -55px;
    padding-right: 5px;
}

.MainHeaderLinks p {
    color: #a8e0ef;
    padding-top: 10px;
    padding-bottom: 5px;
}
/*
 * CountryNavigation
 */
 .CountryNavigation {
     float: left;
     display: block;
     left: 133px;
     top: 68px;
     position: absolute;
     height: 30px;
     width: 90px;
}
.CountryNavigation li {
    float: left;
}
.CountryNavigation a {
	background: url('../img/site/flags/sprite.gif') no-repeat 0 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    line-height: 200px;
    text-indent: -999px;
    float: left;
    background-repeat: none;
}
.CountryNavigation li.de a{
    background-position: 0 0;
}
.CountryNavigation li.at a{
    background-position: -30px 0;
}
.CountryNavigation li.ch a{
    background-position: -60px 0;
}
.CountryNavigation li.de a:hover, .CountryNavigation li.de.active a{
    background-position: 0 -30px;
}
.CountryNavigation li.at a:hover, .CountryNavigation li.at.active a{
    background-position: -30px -30px;
}
.CountryNavigation li.ch a:hover, .CountryNavigation li.ch.active a{
    background-position: -60px -30px;
}
/*
 * MainNavigation
 */
.MainNavigation {
    display: block;
    float: left;
    margin-left: -6px;
    position: relative;
    top: 67px;
    width: 657px;
    height: 32px;
}

.MainNavigation li {
    display: block;
    float: left;
    height: 32px;
}

.MainNavigation a {
    background: transparent url('../img/site/navigation.jpg') no-repeat 0 0;
    display: block;
    float: left;
    text-indent: -6000px;
    height: 32px;
    width: 100%;
    outline: 0;
}

.MainNavigation .home a {
    width: 110px;
}

.MainNavigation .home a:hover {
    background-position: 0 -32px;
}

.MainNavigation .home a.active {
    background-position: 0 -64px;
}

.MainNavigation .top20 a {
    background-position: -110px 0;
    width: 131px;
}

.MainNavigation .top20 a:hover {
    background-position: -110px -32px;
}

.MainNavigation .top20 a.active {
    background-position: -110px -64px;
}

.MainNavigation .new a {
    background-position: -241px 0;
    width: 129px;
}

.MainNavigation .new a:hover {
    background-position: -241px -32px;
}

.MainNavigation .new a.active {
    background-position: -241px -64px;
}

.MainNavigation .ending a {
    background-position: -370px 0;
    width: 159px;
}

.MainNavigation .ending a:hover {
    background-position: -370px -32px;
}

.MainNavigation .ending a.active {
    background-position: -370px -64px;
}

.MainNavigation .overview a {
    background-position: -529px 0;
    width: 128px;
}

.MainNavigation .overview a:hover {
    background-position: -529px -32px;
}

.MainNavigation .overview a.active {
    background-position: -529px -64px;
}

/* Newsletter Box */

.Newsletter{
    width: 878px;
    height: 48px;
    overflow: hidden;
    margin: 0 0 5px -2px;
    padding: 0 0 0 86px;
    background: url('../img/site/newsletter_bg.gif') no-repeat;
    color: #77890b;
    font-size: 15px;
}
.Newsletter .Confirmation{
    margin-top: 19px;
}
.Newsletter .Teaser{
    float: right;
    margin: 19px 25px 0 0;
}
.Newsletter form{
    width: 531px;
    height: 29px;
    margin: 9px 0 0 0;
    background: url('../img/site/newsletter_formbg.jpg') no-repeat;
}
.Newsletter form .Email{
    width: 223px;
    height: 18px;
    float: left;
    margin: 4px 0 0 160px;
    color: #77890b;
    font-size: 13px;
    padding: 2px 15px 1px 15px;
    background: transparent;
}
.Newsletter form .Submit{
    width: 99px;
    height: 29px;
    margin: 0 0 0 8px;
}

/* main teaser */
.MainTeaser {
	width: 760px;
	height: 320px;
	overflow: hidden;
	background: #f2f2f2;
	margin-bottom: 45px;
}

/* columns */
.RightCol {
	float: right;
}

.MainCol {
	float: right;
	width: 960px;
}


/* main footer */
.MainFooter {
    color: #fff;
	width: 100%;
	background: #8b9e16 url('../img/site/footer_bg.gif') repeat-x 0px 223px;
	height: 479px;
	text-align: center;
}

.MainFooter a {
    color: #fafadf;
}

.FooterDecoLeft,
.FooterDecoRight {
    background: #fafadf url('../img/site/footer_deco_left.jpg') no-repeat left bottom;
    height: 223px;
    width: 100%;
}

.FooterDecoRight {
    background: transparent url('../img/site/footer_deco_right.jpg') no-repeat right bottom;
}

.MainFooterCenter {
	width: 960px;
    height: 256px;
	margin: 0 auto;
	text-align: left;
}

.MainFooterLogo {
	width: 312px;
	height: 79px;
	display: block;
	float: left;
	font-size: 0px;
	line-height: 200px;
	overflow: hidden;
	background: transparent url('../img/site/footer_logo.jpg') no-repeat;
}

.MainFooterLogoAT {
	background-image: url('../img/site/footer_logo_at.jpg');	
}

.MainFooterLogoCH {
	background-image: url('../img/site/footer_logo_ch.jpg');	
}

.MainFooter p.MainFooterCopy {
	clear: both;
	color: #edeeae;
    line-height: 16px;
	text-align: left;
	padding-top: 20px;
}

.MainFooter .MainFooterText {
    width: 410px;
    padding-left: 10px;
    text-indent: 28px;
    float: left;
    position: relative;
    margin-top: -10px;
}

.MetaNavigation {
    float: left;
    padding-top: 20px;
}

.MetaNavigation li {
    display: block;
    float: left;
    margin-right: 30px;
}

.MetaNavigation h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.MetaNavigation ul li {
    float: none;
    display: block;
    line-height: 16px;
}

.MetaNavigation a:hover {
    text-decoration: underline;
}



/*
 * General MainCol definitions
 */


/* HomeTeaser */
.HomeTeaser {
	width: 960px;
	height: 284px;
	background: #fff url('../img/site/intro_bg.jpg') no-repeat;
    -moz-border-radius: 14px/*{cornerRadius}*/; -webkit-border-radius: 14px/*{cornerRadius}*/; 
    margin-bottom: 10px;
    position: relative;
}

.HomeTeaser h2,
.HomeTeaser em {
    position: relative;
    left: 128px;
    top: 14px;
	width: 600px;
}

.HomeTeaser h2 {
    color: #0d526b;
    font-weight: bold;
    font-size: 37px;
}

.HomeTeaser em {
    color: #515151;
    font-size: 15px;
    top: 8px;
}

.HomeTeaserSteps {
    background: url('../img/site/intro_steps.gif') no-repeat;
    float: left;
    position: relative;
    left: -11px;
    top: 43px;
    height: 118px;
    width: 359px;
}

.HomeTeaserSteps li {
	text-indent: -6000px;
}

.HomeTeaserBird {
    position: absolute;
    top: 30px;
    right: -22px;
    z-index: 20;
}


.HomeTeaserSearch {
    background: transparent url('../img/site/intro_search_bg.jpg') repeat-y left bottom;
    clear: both;
    height: 39px;
    padding-top: 7px;
    position: absolute;
    bottom: 0;
    width: 960px;
    -moz-border-radius-bottomleft: 14px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 14px/*{cornerRadius}*/; -moz-border-radius-bottomright: 14px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 14px/*{cornerRadius}*/;
}

.HomeTeaserSearch fieldset {
    float: left;
    height: 29px;
    padding-left: 21px;
}

.HomeTeaserSearchInput {
    background: transparent url('../img/site/intro_search_input_bg.gif') no-repeat;
    color: #77890b;
    font-size: 15px;
    float: left;
    height: 17px;
    padding: 6px 10px;
    margin-right: 21px;
    width: 477px;
}

.HomeTeaserSearchSubmit {
    background: transparent url('../img/site/intro_search_button.gif') no-repeat;
    cursor: pointer;
    float: left;
    height: 29px;
    text-indent: -4000px;
    width: 91px;
}

.HomeTeaserSearchText {
    color: #fff;
    display: block;
    float: left;
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    padding: 0 10px;
}

.HomeTeaserSearchShowAll {
    background: transparent url('../img/site/intro_search_showall.gif') no-repeat;
    cursor: pointer;
    float: left;
    height: 29px;
    text-indent: -4000px;
    width: 179px;
}


/*
 * HomeBrands
 */
.HomeBrands {
    float: left;
    width: 580px;
}

.HomeBrandsList li {
    float: left;
    margin: 0 11px 11px;
}

.HomeBrandsList li img {
    width: 120px;
    height: 60px;
	border-style: solid;
	border-width: 1px;
	border-color: #cdcdcd; 
}

.HomeBrands .ContentBoxMore {
    padding-right: 12px;
}


.HomeDescription,
.HomePress {
    float: right;
    width: 330px;
}

.HomePress .ContentBoxInner {
    padding-top: 5px;
}

.PressTeaser {
    float: left;
    margin-bottom: 5px;
}

.HomePress .ContentBoxMore {
    margin-top: 5px;
}

.HomeDescription p {
    line-height: 18px;
    margin-bottom: 10px;
}

.HomeShopsList {
    display: block;
    float: left;
    padding: 0 10px 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cdcdcd;
    width: 915px;
}

.HomeShopsList li {
    float: left;
    display: block;
    padding: 3px 0;
    width: 20%; 
}

.HomeShopsList a {
    color: #e36c07;
    font-size: 12px;
    font-weight: bold;
}

.HomeShopsList a:hover {
    text-decoration: underline;
}

.HomeText h3 {
    color: #77890b;
    font-size: 15px;
    margin-bottom: 3px;
}

.HomeText p {
    line-height: 18px;
    margin-bottom: 15px;
}


/* 
 * ContentBox definitions
 */
.ContentBox {
	background: #fff;
	padding: 17px 10px 10px;
	color: #4f4f4f;
	margin-bottom: 10px;
    -moz-border-radius: 14px/*{cornerRadius}*/; 
    -webkit-border-radius: 14px/*{cornerRadius}*/;
}

.ContentBoxInner {
    padding: 0 10px;
}

.ContentBoxCategories {
    padding: 0 10px;
}


.ContentBox h1,
.ContentBox h2 {
	color: #0d526b;
	font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cdcdcd;
    padding-left: 8px;
    padding: 0 8px 4px;
	margin-bottom: 10px;
}

.ContentBox h2 .green {
    color: #80911f;
}

.ContentBoxMore {
    background: transparent url('../img/site/arrow_sprite.gif') no-repeat 0px 4px;
	color: #a3a3a3;
    float: right;
    font-size: 13px;
    font-weight: bold;
    padding-left: 7px;
}

.ContentBoxMore:hover {
    background-position: 0 -12px;
}

.ShopImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
	border-style: solid;
	border-width: 1px;
	border-color: #cdcdcd; 
}

/*
 * RoundBox Button
 */
.RoundButton {
	width: 180px;
	height: 29px;
	line-height: 200px;
	background: transparent url('../img/site/button_visit_shop.gif') no-repeat 0 0;
	color: #c10000;
	font-size: 0px;
    overflow: hidden;
	display: block;
}

.RoundButton:hover {
	background-position: 0 -29px;
	color: #c10000;
}

/*
 * Coupon Listing
 */
.CouponList {
    float: left;
    width: 460px;
}

.CouponListTop {
    float: right;
    width: 450px;
}

.CouponListDetail {
	padding: 0;
	padding-top: 10px;
	border-top: 0;
	border-bottom: 0;
}

.CouponListDetail {
	margin-bottom: 0;
}

.CouponListShopLink {
    color: #77890b;
    background: transparent url('../img/site/arrow_orange.gif') no-repeat 10px 66px;
	float: left;
	padding-left: 17px;
	width: 113px;
	margin-right: 10px;
	padding-bottom: 10px;
}

.CouponListShopLink img {
    width: 120px;
    height: 60px;
    margin-left: -7px;
	border-style: solid;
	border-width: 1px;
	border-color: #cdcdcd;
}

.CouponListShopLink:hover { color: #e36c07; }

.CouponList h3,
.CouponListDetail h3 {
	margin-bottom: 3px;
	font-size: 14px;
}

.CouponList h3,
.CouponList h3 a,
.CouponListDetail h3,
.CouponListDetail h3 a {
	color: #e36c07;
	font-weight: bold;
}

.CouponList p,
.CouponListDetail p {
    color: #515151;
    line-height: 15px;
	width: 300px;
	float: left;
	padding-bottom: 10px;
}

.CouponListDetail p {
    padding-left: 10px;
}


.CouponListDetail h3 {
	float: left;
	width: 300px;
    padding-left: 10px;
}

.CouponList hr,
.CouponListDetail hr {
	background-color: #cdcdcd;
	color: #cdcdcd;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	border: 0;
	margin: 10px 0px;
	clear: both;
}

.RedeemVoucher {
	width: 161px;
	background: transparent url('../img/site/button_redeem_voucher.gif') no-repeat 0 0;
	float: right;
	position: relative;
    margin-right: 10px;
    
}

.CouponCode {
	width: 161px;
    color: #0d526b;
	background: transparent url('../img/site/button_coupon_bg.gif') no-repeat 0 0;
    height: 14px;
    font-weight: bold;
    display: none;
    font-size: 12px;
    padding: 7px 0;
	float: right;
	position: relative;
    text-align: center;
    margin-right: 10px;
}

.CouponList p.CouponValidity,
.CouponListDetail p.CouponValidity {
	width: 60px;
	padding-left: 20px;
}


/*
 * ShopDetails
 */
.ShopDetails {
    float: left;
    width: 580px;
}

.ShopDetailsDesc {
    float: left;
    padding-left: 10px;
    padding-bottom: 15px;
    width: 405px;
}

.ShopDetailsDesc {
    line-height: 15px;
}

.ShopDetailsAdditionalInfo {
    float: left;
    padding-bottom: 15px;
    width: 560px;
    line-height: 15px;
}

.truncate_show,
.truncate_hide {
	background: transparent url('../img/site/arrow_orange.gif') no-repeat 0 4px;
	color: #e36c07;
	padding-left: 5px;
}

.ShopSnapshot {
    width: 330px;
    padding-top: 48px;
    padding-bottom: 40px;
    text-align: center;
}

.ShopSnapshotThumb img {
    border: 1px solid #cdcdcd;
}

.ShopSnapshot .RoundButton {
    position: relative;
    top: 10px;
    float: none;
    margin: 0 auto;
}

/*
 * QuickSearch
 */
.QuickSearch {
    background: transparent url('../img/site/quicksearch_bg.png') no-repeat;
    display: block;
    height: 37px;
    padding: 42px 0 0 13px;
    margin-bottom: 10px;
    width: 337px;
}

.QuickSearch h2 {
    text-indent: -6000px;
    height: 0px;
    overflow: hidden;
    width: 0px;
}

.QuickSearch .text {
    color: #838383;
    font-size: 14px;
    background:transparent;
    float: left;
    height: 16px;
    margin-right: 8px;
    padding: 5px 24px;
    padding-right: 5px;
    width: 221px;
}

.QuickSearch .submit {
    background: transparent;
    cursor: pointer;
    text-indent: -6000px;
    float: left;
    display: block;
    height: 28px;
    width: 71px;
}

/*
 * InfoBox
 */
.InfoBox {
    background: #fff url('../img/site/infobox_bg.jpg') no-repeat left bottom;
    padding-bottom: 45px;
    width: 330px;
}

.InfoBox p {
    line-height: 18px;
    margin-bottom: 10px;
}

/*
 * Content Navigation
 */
.ContentNavigation {
	border-bottom: 1px solid #cdcdcd;
	padding-left: 5px;
	background: #fff;
	display: block;
}

.ContentNavigation li {
	float: left;
    background: transparent url('../img/site/content_tabs_sprite.gif') repeat-x 0 -116px;
	display: block;
	height: 28px;
}

.ContentNavigation a span.border {
    display: block;
    background: transparent url('../img/site/content_tabs_sprite.gif') no-repeat 0 -29px;
    float: left;
    height: 28px;
    width: 17px;
}
/*
.ContentNavigation li.left a {
	background: transparent url('../img/site/content_tabs_sprite.gif') no-repeat 0 -29px;
}*/

.ContentNavigation li.left a {
    padding-right: 20px;
    margin-right: -15px;
    z-index: 2;
}

.ContentNavigation li.right a {
    background: transparent url('../img/site/content_tabs_sprite.gif') no-repeat 0 -58px;
    padding-left: 30px;
}

.ContentNavigation li.right a.active {
    background-position: 0 -87px;
}

.ContentNavigation li.right span.text {
    float: left;
}

.ContentNavigation li.right a span.border {
    background-position: right top;
    float: right;

}

.ContentNavigation li a {
	height: 28px;
	float: left;
    font-size: 12px;
    font-weight: bold;
    color: #515151;
	padding: 0px 0px;
	line-height: 28px;
	display: block;
	border-bottom: 1px solid #e2e2e2;
	position: relative;
	margin-bottom: -1px;

	outline: 0;
}

.ContentNavigation li a.active {
	color: #0d526b;
    border-color: #fff;
}

.ContentNavigation li a:hover {
	color: #fd7402;
}

/*
 * SubSites
 */
.SubTop20,
.SubNew,
.SubExpiring,
.SubCategories,
.SubGeneral {
    background: #fff url('../img/site/content_top20_head.jpg') no-repeat;
	float: left;
    padding-top: 35px;
    width: 580px;
}

.SubNew {
    background-image: url('../img/site/content_new_head.jpg');
}

.SubExpiring {
    background-image: url('../img/site/content_expiring_head.jpg');
}

.SubGeneral,
.SubCategories {
    background-image: url('../img/site/content_general_head.jpg');
}

.SubTop20 h2,
.SubNew h2,
.SubExpiring h2,
.SubGeneral h2,
.SubCategories h2 {
    border: 0;
    font-size: 24px;
    margin-bottom:55px;
}

.SubTop20 .CouponListShopLink,
.SubNew .CouponListShopLink,
.SubExpiring .CouponListShopLink,
.SubGeneral .CouponListShopLink,
.SubCategories .CouponListShopLink {
    background-position: 0px 66px;
    padding-left: 7px;
}

.SubTop20 p,
.SubNew p,
.SubExpiring p,
.SubGeneral p,
.SubCategories p {
    width: 270px;
}

.SubCategories span p {
    width: 530px;
}

.CouponListDate {
    color: #9a9a9a;
    float: right;
    margin-right: 10px;
    padding-top: 10px;
}

/*
 * PageNav
 */
.PageNav {
    float: right;
}
.PageNav a,
.PageNav span {
    background: #000 url('../img/site/button_bg.gif') repeat-x;
    border: 1px solid #cdcdcd;
    color: #515151;
    font-size: 11px;
    font-weight: bold;
    display: block;
    float: left;
    height: 17px;
    line-height: 17px;
    margin-right: 2px;
    padding: 0 5px;
    line-height: 17px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.PageNav a:hover {
    color: #e36c07;
}

.PageNav .active {
    color: #0d526b;
}

.PageNav .next,
.PageNav .back {
    line-height: 15px;
}
/* 
 * ShopList
 */
.ShopListNavigation {
    display: block;
    float: left;
    padding-left: 10px;
    padding-bottom: 6px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
    width: 570px;
}
.ShopListNavigation li,
.ShopListNavigation li a {
	height: 17px;
    float: left;
}

.ShopListNavigation li a {
    padding: 0 4px;
    font-size: 13px;
    font-weight: bold;
}

.ShopListNavigation li a:hover {
    color: #0d526b;
}

.ShopListBox {
	padding: 0;
	border-top: 0;
	padding-top: 10px;
}

.ShopListBox h3 {
    color: #0d526b;
    font-size: 14px;
    font-weight: bold;
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 10px;
}

.ShopList {
    border-bottom: 1px solid #cdcdcd;
  padding: 0px 10px 10px 10px;
  margin-bottom: 10px;
}

.ShopList li
{
  /* Stipulate the height of each item so that 
  vertical return = items * height */

  line-height: 22px;

  /* Clear the default margins & padding 
  so we can style the list from scratch */

  margin: 0;
  padding: 0;
}

.ShopList li.col1 { margin-left: 0px; }
.ShopList li.col2 { margin-left: 33%; }
.ShopList li.col3 { margin-left: 65%; }

/* Bring the first item of each column 
back up to the level of item 1.
Vertical return = items * height.
Here, 5 items * 1.2em line-height = 6em */


.ShopList li a {
	color: #e36c07;
}

.ShopList li a:hover {
	color: #c10000;
	text-decoration: underline;
}

.ShopListTop {
    background: transparent url('../img/site/list_top.gif') no-repeat top center;
    color: #cdcdcd;
    float: right;
    padding-top: 10px;
    position: relative;
    margin-top: -19px;
    right: 20px;
}


/*
 * TextSite
 */
.TextSite p {
	width: auto;
	line-height: 15px;
	margin-bottom: 10px;
}

.TextSite em {
	font-style: italic;
}
/*
 * Form
 */

.Form {
	padding-bottom: 10px;
	padding-top: 20px;
}

.FormLabel {
	display: block;
	width: 150px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 8px;
	float: left;
	font-weight: bold;
}

.FormLabelError {
	color: #c10000;
}

.FormText {
	float: left;
	border: 1px solid #e2e2e2;
	height: 18px;
	width: 400px;
	padding: 3px 6px;
	margin-bottom: 8px;
}

.FormSelect {
	float: left;
}

.FormTextarea {
	float: left;
	border: 1px solid #e2e2e2;
	height: 200px;
	width: 400px;
	padding: 6px;
	margin-bottom: 8px;
}

.FormText:focus,
.FormTextarea:focus {
	border-color: #fd7402;
}

.FormTextError {
	border-color: #c10000;
}

.FormSubmit {
	background: #fd7402;
	color: #fff;
	font-weight: bold;
	height: 28px;
	line-height: 12px;
	padding: 0px 12px;
	float: right;
	margin-right: 97px;
	cursor: pointer;
}

.FormSubmit:hover {
	background: #c10000;
}

/*
 * SystemMessages
 */
.SysNotice,
.SysNoticeError,
.SysNoticeComplete {
	padding: 10px 10px;
	width: 640px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}

.SysNoticeError {
	background: #c10000;
}


.RightCol .HomeShops {
    float: none;
    width: 330px;
}

.RightCol .HomePress {
    float: none;
}

.RightCol .HomeShopsList {
    padding-bottom: 8px;
    width: 310px;
}

.RightCol .HomeShopsList li {
    width: 50%;
}

.RightCol .HomeShopsList a {
    background: transparent url('../img/site/arrow_grey_sprite.gif') no-repeat 0 3px;
    padding-left: 8px;
}

.RightCol .HomeShopsList a:hover {
    background-position: 0 -10px;
}

.ShopDetailsAdditionalInfo ul{
    margin: 10px 0;
}
.ShopDetailsAdditionalInfo ul li{
    list-style: disc outside;
    margin-left: 15px;
}

.ShopDetails .ContentBoxMore{
    clear: left;
}

.ui-autocomplete {
    text-align: left;
    max-height: 180px;
    overflow-y: auto;
    width: 490px;
}

.from-HomeTeaserSearchInput {
    width: 490px;
}

.from-text {
    width: 320px;
}

.ui-autocomplete-category {
    clear: left;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 5px;
    margin-top: 3px;
}

.ui-menu .ui-menu-item a {
    color: #E36C07;
}

.ui-menu .ui-menu-item a.ui-state-hover {
    color: #fff;
}

/*
 * reset functions
 */
.NoMargin { margin: 0; }
