﻿body
{
    margin: auto;
    font-family: Verdana;
    font-size: 11px;
    color: #333333;
    width: 947px;
}

.chilliRed_light
{
    color:#cc1414;
}

.redLink
{
	color:#cc0000;
	font-size: 10px;
}

div
{
    color: #333333;
}

img
{
    border: 0;
}

.backLink
{
    color:#FFFFFF;
}

.printPageBreak
{
    page-break-before:always;
}

h1
{
    font-size: 24px;
    font-weight: normal;
    font-family: Trebuchet MS;
    margin: 0px;
    padding: 10px 0px 10px 15px;
    color: #666666;
}


h2
{
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 5px;
    color: #000000;
}


.liveTextTitle
{
    font-size:14px;
    font-weight:bold;
    color:#cc1414;
}

h3 /* Same as H1, but no left padding */
{
    font-size: 24px;
    font-weight: normal;
    font-family: Trebuchet MS;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    color: #666666;
}

h4 /* Red page titles */
{
    font-family:Verdana;
    font-size:20px;
    letter-spacing:-1px;
    font-weight:bold;
    color:#CC0000;
}

.error
{
    /*border: 1px solid #C6C6C6;*/
    vertical-align: middle;
    padding: 3px;
    /*background-color: #FFFFC0;*/
}

.forms
{
    margin: 0px;
}

.frmIssueNumber
{
    width: 40px;
    height: 16px;
    padding: 2px;
}

.clear
{
    clear: both;
    margin:0px;
    padding:0px;
}



/*---------------------------------------------------------------------- HEADER ------------------*/
#toplinks
{
    padding: 8px 5px 0px;
    font-weight: bold;
    font-size: 10px;
    color: #333333;
    height: 22px;
}

#toplinks a
{
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

#toplinks a:hover
{
    text-decoration: none;
}

#topsection
{
    background: #FFFFFF;
}

/*---------------------------------------------------------------------- TABS ------------------*/

.tabArea
{
    margin: 2px 5px 0px 5px;
    text-align: left;
    height: 128px;
}

.tabContainerMain
{
    width: 947px;
    height: 45px;
    margin-bottom: 1px;
}

.navLink, .navLink a, .navLink a:hover, .navLink a:visited
{
    color: #333333;
    text-align:center;
    font-family:Tahoma;
    font-weight: bold;
    font-size: 11px;
    text-decoration:none;
    display:block;
}
    
.tabRed
{
    float: left;
    background-image:url('/images/general/tabRed.gif');
    background-repeat:no-repeat;
    width:112px;
    height:33px;
    padding-top:12px;
}
.tabWhite
{
    float: left;
    background-image:url('/images/general/tabWhite.gif');
    background-repeat:no-repeat;
    width:112px;
    height:33px;
    padding-top:12px;
}
.tabGrey
{
    float: left;
    background-image:url('/images/general/tabGrey.gif');
    background-repeat:no-repeat;
    width:112px;
    height:33px;
    padding-top:12px;
}
.tabNew
{
    float: left;
    background-image:url('/images/general/tabNew.gif');
    background-repeat:no-repeat;
    width:112px;
    height:33px;
    padding-top:12px;
}
.tabSingles
{
    float: left;
    background-image:url('/images/general/tabSingles.gif');
    background-repeat:no-repeat;
    width:112px;
    height:33px;
    padding-top:12px;
}

.tabContainerSub
{
    width: 937px;
    height: 70px;
    background-color:#333333;
    padding:0px;
    margin:0px;
    padding-top:10px;
}

.SubnavLink
{
    padding:0px 0px 0px 10px;
    margin:2px 1px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    font-family:Tahoma;
    display:block;
}

.SubnavLink a, SubnavLink a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    padding:0px 0px 0px 11px;
    margin:0px;
    display:block;
}

.SubnavLink a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
    padding:0px 0px 0px 11px;
    margin:0px;
    background-image: url('/images/header/menuArrow.gif');
    background-position:left;
    background-repeat:no-repeat;
    display:block;
}

/*-------------------------------------------------------------------- CONTENT AREA --------------*/

#contentwrapper
{
    float: left;
    width: 100%;
}

.wideColumn
{
    float: left;
    width: 742px;
    margin-right: 5px;
}

.wideTop
{
    background-image: url('/images/wideBorder_top.gif');
    height: 5px;
}

.wideContent
{
    background-image: url('/images/wideBorder_mid.gif');
    background-repeat: repeat-y;
}

.wideBottom
{
    background-image: url('/images/wideBorder_bottom.gif');
    height: 5px;
}



.narrowColumn
{
    float: left;
    width: 200px;
}

.narrowTop
{
    background-image: url('/images/narrowBorder_top.gif');
    height: 5px;
}

.narrowContent
{
    background-image: url('/images/narrowBorder_mid.gif');
    background-repeat: repeat-y;
}

.narrowBottom
{
    background-image: url('/images/narrowBorder_bottom.gif');
    height: 5px;
}



.fullColumn
{
    width: 947px;
}

.fullTop
{
    background-image: url('/images/fullBorder_top.gif');
    height: 5px;
}

.fullBottom
{
    background-image: url('/images/fullBorder_bottom.gif');
    height: 5px;
}

.fullContent
{
    background-image: url('/images/fullBorder_mid.gif');
    background-repeat: repeat-y;
}

.ticketColumn
{
    width: 550px;
}

.ticketTop
{
    background-image: url('/images/ticketBorder_top.gif');
    height: 5px;
}

.ticketBottom
{
    background-image: url('/images/ticketBorder_bottom.gif');
    height: 5px;
    margin-bottom:10px;
}

.ticketContent
{
    background-image: url('/images/ticketBorder_mid.gif');
    background-repeat: repeat-y;
}


.footerTop
{
    background-image: url('/images/bottom/footer_top.gif');
    background-repeat:no-repeat;
    height: 8px;
}

.footerContentCA
{
    background-image: url('/images/bottom/bg.gif');
    background-repeat:no-repeat;
    height:79px;
}

.SubnavLinkFooter
{
    padding:0px 0px 0px 10px;
    margin:2px 1px;
    color: #FFFFFF;
    font-size: 11px;
    font-family:Tahoma;
    display:block;
}

.SubnavLinkFooter a, SubnavLinkFooter a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    padding:0px 0px 0px 11px;
    margin:0px;
    display:block;
}

.SubnavLinkFooter a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
    padding:0px 0px 0px 11px;
    margin:0px;
    background-image: url('/images/header/menuArrow.gif');
    background-position:left;
    background-repeat:no-repeat;
    display:block;
}

.footer
{
    clear: left;
    width: 100%;
    color: #CCCCCC;
    text-align: center;
}


.innertube
{
    margin-top: 0;
}

.userError
{
    color: #CC0000;
}


.productListHeader /* background for page navigation on category pages */
{
    background-color: #e5e5e5;
    width: 100%;
    margin-bottom: 4px;
}

.productListHeaderTitle
{
    background-color: #FFFFFF;
    padding: 5px 15px 5px 5px;
}

.productListPreviousPrice
{
    color: White;
    text-decoration: line-through;
    font-size: 11px;
}

.productListPreviousPriceLarge
{
    color: White;
    text-decoration: line-through;
}

.navigation
{
    padding: 10px 0px 10px 5px;
    color: #000000;
}

.productList_venueName
{
    margin-top:3px;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color:#666666;
}

.productList_organiserName
{
    font-size: 11px;
    font-weight: bold;
    color:#000000;
    
}
.productList_dates
{
    float: right;
    height: 19px;
    padding: 0px 5px 0px 17px;
    background-image: url('/images/ecommerce/daterange_bg.gif');
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 10px;
}

.productList_datesPadding
{
    margin-top: 2px;
}


.productContainer
{
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url('/images/ecommerce/grey.gif');
    width: 712px;
    height: 135px;
}

.productContainer_exclusive
{
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url('/images/ecommerce/exclusive_bg.gif');
    width: 712px;
    height: 135px;
}

.productContainer_exclusive_charity
{
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url('/images/ecommerce/exclusive_charity_bg.gif');
    width: 712px;
    height: 160px;
}

.productDetails
{
    width: 590px;
    border: 0px solid green;
}


.productList_left
{
    float: left;
    width: 440px;
    border: 0px solid red;
}

.productList_right
{
    float: right;
    width: 130px;
    padding-right: 13px;
    border: 0px solid blue;
    text-align: right;
}
.productDescription
{
    float: left;
    width: 650px;
    padding: 10px 0px 15px 5px;
    color: #000000;
    line-height: 1.5em;
}
/* ----------------------------------------------------------------- COLOURING ------------------*/

/*the following override the above buttons class to style depending on the section*/
.forum
{
    background-color: #FD8000;
    color: #FFFFFF;
}

.normal
{
    background-color: #ADCE66;
    color: #FFFFFF;
}


.myPage
{
    color: #C96CEC;
}

.directory
{
    color: #FE1B50;
}

.ecommerce
{
    color: #F2C506;
}


/* -------------------------------------------------------------------------BUTTONS------------*/
.buttons
{
    font-size: 11px;
    background-color: #333333;
    padding: 4px;
    text-decoration: none;
    color: #FFFFFF;
}


.print
{
    width: 93px;
    margin-right: 3px;
    margin-top: 3px;
    color: #819A47;
    font-weight: bold;
}

.buttons_minor
{
    font-size: 12px;
    background-color: #CCCCCC;
    padding: 2px;
    text-decoration: none;
    color: #000000;
    border: 1px solid black;
}


/* ------------------------------------------------------------------ SITE LAYOUT ------------------*/

.siteLayoutMain
{
    background-color: #FFFFFF;
    margin: auto;
}

.siteLayoutTop
{
    width: 100%;
}

.siteLayoutLeft
{
    float: left;
    width: 199px;
    border: 0px solid blue;
}

.siteLayoutBody
{
    float: left;
    width: 739px;
    border: 0px solid yellow;
    margin-left: 10px;
}

.siteLayoutBottom
{
    width: 947px;
    margin-top:30px;
}

.siteLayoutBodyCheckout
{
    float: left;
    width: 740px;
    border: 0px solid yellow;
    margin-left: 10px;
}

.siteLayoutBodyShop
{
    float: left;
    width: 540px;
    border: 0px solid yellow;
    margin-left: 10px;
}

.siteLayoutRightShop
{
    float: right;
    width: 199px;
    border: 0px solid blue;
}

.siteColumn1
{
    float: left;
    width: 431px;
    margin-right: 8px;
}

.siteColumn2
{
    float: left;
    width: 300px;
    border: 0px solid blue;
}


.siteColumn1_weddingDirectory
{
    float: left;
    width: 600px;
    margin-right: 8px;
    border: 0px solid red;
}

.siteColumn2_weddingDirectory
{
    float: right;
    width: 120px;
    border: 0px solid blue;
}



.logo
{
    /*background-image: url('/images/header/bg.jpg');
    background-repeat: no-repeat; */
    width: 936px;
    margin: auto;
}

.topMenu a
{
    float: left;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 10px 3px 10px;
}

.headerBasket
{
    height: 91px;
    background-color: #96B357;
    font-size: 11px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color: #FFFFFF;
}

.headerAccount
{
    height: 48px;
    background-color: #839C48;
    color: #FFFFFF;
    font-size: 11px;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #FFFFFF;
}

.headerAccount a
{
    text-decoration: none;
    color: #FFFFFF;
}

.componentHeader /* Header for sections down left and right columns (Nav, Basket, Help etc) */
{
    background-color: #CCCCCC;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
}

.componentContainer
{
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
    padding-top: 10px;
}

.shopCategories
{
    width: 170px;
}

.shopCategory a
{
    padding: 8px 0px 8px 18px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #999999;
}

.shopCategory a:hover
{
    background-color: #d3daea;
    color: #000000;
}

/****************************************** COLOURED CATEGORIES *************************************/
/*DVD*/
.shopCategory_003693 a
{
    padding: 7px 0px 6px 18px;
    margin: 0px 0px 0px 0px;
    color: #003693;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #999999;
    background-image: url('/images/ShopCategoryColours/003693.gif');
    background-repeat: no-repeat;
    background-position: right;
}

.shopCategory_003693 a:hover
{
    background-color: #D3DAEA;
}

/*BEAUTY*/
.shopCategory_FF65CA a
{
    padding: 7px 0px 6px 18px;
    margin: 0px 0px 0px 0px;
    color: #FF65CA;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #999999;
    background-image: url('/images/ShopCategoryColours/FF65CA.gif');
    background-repeat: no-repeat;
    background-position: right;
}

.shopCategory_FF65CA a:hover
{
    background-color: #FFD5F1;
}

/*FASHION*/
.shopCategory_CD0100 a
{
    padding: 7px 0px 6px 18px;
    margin: 0px 0px 0px 0px;
    color: #CD0100;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #999999;
    background-image: url('/images/ShopCategoryColours/CD0100.gif');
    background-repeat: no-repeat;
    background-position: right;
}

.shopCategory_CD0100 a:hover
{
    background-color: #FFBBBD;
}

/*GIFTIDEAS*/
.shopCategory_FC9B00 a
{
    padding: 7px 0px 6px 18px;
    margin: 0px 0px 0px 0px;
    color: #FC9B00;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #999999;
    background-image: url('/images/ShopCategoryColours/999999.gif');
    background-repeat: no-repeat;
    background-position: right;
}

.shopCategory_FC9B00 a:hover
{
    background-color: #FFD79B;
}
/****************************************** COLOURED CATEGORIES *************************************/


.shopCategoryHomelink a
{
    padding: 8px 0px 8px 18px;
    margin: 0px 0px 0px 0px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 150px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #999999;
}

.shopCategoryHomelink a:hover
{
    background-color: #d3daea;
    color: #000000;
}

/* sub categories */
.ecommerceSubCategory
{
    margin-left: 25px;
    padding: 5px 10px 5px 0px;
    width: 135px;
}

.ecommerceSubCategory a
{
    text-decoration: none;
    color: #ab6100;
    font-weight: bold;
}

.ecommerceSubCategory a:hover
{
    color: #000000;
}

.leftSeperator
{
    padding: 10px 0px 10px 0px;
}

.lastViewedProduct
{
    padding: 0px 10px 0px 10px;
}

.lastViewedProduct a
{
    text-decoration: none;
    color: #9A6601;
    font-weight: bold;
}

.searchBar
{
    margin-top: 2px;
    background-color: #FF70B2;
    height: 37px;
    margin-bottom: 10px;
}

.searchBarWedding
{
    margin-top: 2px;
    background-color: #9B1619;
    height: 37px;
    margin-bottom: 5px;
}

.searchBarShop
{
    margin-top: 2px;
    background-color: #F2C506;
    height: 37px;
    margin-bottom: 10px;
}

.searchBarMan
{
    margin-top: 2px;
    background-color: #1E9AFC;
    height: 37px;
    margin-bottom: 10px;
}


.searchBarDirectory
{
    margin-top: 2px;
    background-color: #FE1B50;
    height: 37px;
    margin-bottom: 10px;
}

.searchBarWhatsOn
{
    margin-top: 2px;
    background-color: #000000;
    height: 37px;
    margin-bottom: 10px;
}

.searchBarForum
{
    margin-top: 2px;
    background-color: #FF7C00;
    height: 37px;
    margin-bottom: 10px;
}

.searchBarMyPage
{
    margin-top: 2px;
    background-color: #CD79FF;
    height: 37px;
    margin-bottom: 10px;
}

.siteSearch
{
    float: left;
}


.searchField
{
    float: left;
}

.searchTitle
{
    float: left;
    margin-right: 5px;
    margin-top: 7px;
}

.SearchTextBox
{
    float: left;
    margin-left: 3px;
    width: 158px;
    border: 1px solid #CCCCCC;
}

.searchButton
{
    float: left;
    margin-left: 5px;
}


/*FORMS*/
.searchFormField
{
    width: 120px;
    height: 19px;
    border: 1px solid #FFA6CE;
}

/*END FORMS*/



.breadCrumbsBar
{
    padding: 0;
}

.breadCrumbs
{
    color: #FFCC00;
}

.breadCrumbs
{
    padding: 2px 0px 2px 5px;
    color: #333333;
}

.breadCrumbs a
{
    text-decoration: none;
    color: #cc3333;
    font-weight: bold;
}

.breadCrumbs a:hover
{
    text-decoration: underline;
    color: #cc3333;
    font-weight: bold;
}


.loginRegisterLinks
{
    float: right;
    padding: 10px;
    color: #FFFFFF;
}

.loginRegisterLinks a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.siteSearch
{
    float: left;
    padding: 10px;
    color: #FFFFFF;
}

.searchLink a
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

/* ----------------------------------------------------------------------- FOOTER ----------------- */

.shopCategoriesFooter /* categories container */
{
    padding:15px 0px 0px 10px;
}

.shopCategoryFooter a /* category links */
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.copyright
{
    text-align: center;
    color: #999999;
    padding-top: 6px;
    line-height: 1.5em;
    font-size: 10px;
}

.copyright a
{
    color: #999999;
    text-decoration: none;
}


.protxLogo
{
    float: left;
}

.icrestLogo
{
    float: right;
    background-color: #FFFFFF;
}


.categoryMenu a
{
    margin-bottom: 1px;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    text-decoration: none;
    background-image: url('../images/left/category_arrow.gif');
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 55px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.categoryMenu a:hover
{
    color: #F32383;
    text-decoration: none;
}



.categoryMenu_Ecommerce a
{
    margin-bottom: 1px;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    color: #333333;
    text-decoration: none;
    background-image: url('../images/left/ecommerce_category_arrow.gif');
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 55px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.categoryMenu_Ecommerce a:hover
{
    color: #F2C506;
    text-decoration: none;
}

/*ARTICLE LISTS*/

.articlePagination
{
    font-size: 11px;
    color: #000000;
}

.articlePagination a
{
    font-size: 11px;
    color: #000000;
}

.articleListTitle
{
    font-size: 16px;
    color: #F42283;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 10px 10px;
    padding: 10px;
    background-color: #EBEBEB;
}

.articleListImage
{
    float: left;
    width: 75px;
    margin-right: 5px;
    border: 1px solid #000000;
}

.articleListText
{
    float: left;
    cursor: hand;
    vertical-align: top;
    text-decoration: none;
    color: #000000;
}

.articleListArticleTitle
{
    font-size: 16px;
    font-weight: bold;
}

.articleListArticleTeaser
{
    margin-top: 10px;
}

.readMore a
{
    float: right;
    color: #F42283;
    text-decoration: none;
    font-size: 11px;
}

.readMore a:hover
{
    color: #333333;
    text-decoration: underline;
}

/*END*/

/*ARTICLES*/

.articleDetailTitle
{
    color: #F42283;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.articleDetailBody
{
    margin: 10px 0px 10px 10px;
}

.articleDetailToolbar
{
    background-color: #EBEBEB;
    padding: 5px;
    margin: 0px 0px 10px 10px;
}

.articleDetailToolbarTool
{
    float: right;
    padding: 5px;
}
/*END*/



/* -----------------------------------------------------------------------ECOMMERCE------------------*/

.categoryHeading
{
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.categoryHeadingLink a
{
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    margin-left: 15px;
    color: #FF7C00;
    font-weight: bold;
}



.product
{
    width: 712px;
    height: 137px;
}

.productimage
{
    border: 1px solid #CCCCCC;
    width:100px;
    height:100px;
}


.productAdded
{
    padding: 10px 0px 10px 0px;
    font-size: 14px; /*background-color:#BCDD72;*/
    font-weight: bold;
    text-align: center;
    margin-bottom: 3px;
    color: #986700;
    border: 1px solid #986700;
    width: 100%;
}


.alternativeImageThumb
{
    float: left;
    border: 1px solid #666666;
    margin-right: 5px;
    cursor: hand;
}



.productName
{
    float: left;
    padding-top: 8px;
    margin-bottom: 2px;
    color: #CC0000;
    margin-top: 3px;
    font-size: 13px;
}

.productName a
{
    color: #CC0000;
    text-decoration: none;
}

.productPrice
{
    font-weight: bold;
    font-size: 11px;
    padding: 14px 0px 5px 10px;
}

.productViewDetails
{
    font-size: 10px;
    text-align: center;
}

.productViewDetails a
{
    text-decoration: none;
    color: #000000;
}

.productDetails_NameBar
{
    font-weight: bold;
    color: #FFFFFF;
    background-image: url('/images/ecommerce/productTitle_bg.gif');
    background-repeat: no-repeat;
    height: 35px;
}

.productDetails_NameBar_Red
{
    font-weight: bold;
    color: #FFFFFF;
    background-image: url('/images/ecommerce/productTitle_bg_red.gif');
    background-repeat: no-repeat;
    height: 35px;
}

.productDetails_Name
{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    height: 35px;
    padding: 6px;
}

.ProductCodeLabel
{
    color: #999999;
    font-size: 11px;
    padding: 8px 0px 8px 0px;
}

.productDetails_Desc
{
    font-size: 12px;
    margin: 20px 0px 10px 0px;
}


.productDetails_related
{
}


.product_sectionHeader
{
    color: #986700;
    font-weight: bold;
    font-size: 15px;
}

.productSpec_bar
{
    border-bottom: 1px solid #CCCCCC;
    padding: 4px;
}

.productSpec_title
{
    float: left;
    font-weight: bold;
    width: 30%;
}

.productSpec_value
{
    float: left;
    font-weight: normal;
}

.productDetails_Image
{
    border: 1px solid #CCCCCC;
    padding: 4px;
}

.productDetails_Price
{
    font-size: 14px;
    font-weight: bold;
}

.productDetails_PriceRRP
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: line-through;
}

.productDetails_Code
{
    font-size: 10px;
    margin-bottom: 15px;
}

.product_relatedProducts
{
    margin-top: 5px;
    border: 0px solid #CCCCCC;
}

.product_relatedProductsHeader
{
}

.productSublinks
{
    margin-top: 25px;
}

.productSublinks a
{
    color: #666666;
}


.basketOverview
{
    float: right;
    background-image: url('/images/ecommerce/basketOverview_bg.jpg');
    background-repeat: no-repeat;
    width: 260px;
    height: 82px;
}

.basketOverview_TotalItemsLabel
{
    font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
}

.basketOverview_productImage
{
    float: left;
    border: 1px solid #CCCCCC;
    margin-right: 3px;
}

.basketOverview_productName
{
    float: left;
    width: 90px;
    font-size: 10px;
    font-weight: bold;
    margin-left: 8px;
}

.basketOverview_productRemove
{
    float: left;
    font-size: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
}

.basketOverview_quantity
{
    float: right;
    font-size: 10px;
    font-weight: bold;
    margin-right: 10px;
}

.basketOverview_ToalContainer
{
    border-width: 1px 0px 1px 0px;
    border-color: #999999;
    border-style: solid;
    height: 28px;
}

.basketOverview_TotalLabel
{
    float: left;
    color: #9a6600;
    font-weight: bold;
    margin-left: 28px;
    margin-top: 7px;
}

.basketOverview_TotalValue
{
    float: right;
    color: #9a6600;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 7px;
}

.basketOverview_Checkout
{
    float: right;
    color: #FFFFFF;
    padding: 37px 10px 0px 0px;
}

.basketOverview_Checkout a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

/* ------------------------END ECOMMERCE---------------------------------*/

/* ------------------------ECOMMERCE WIZARD---------------------------------*/
.basketGridView
{
    padding: 10px;
}

.basketHeader
{
    text-align: left;
}

.basketSubTotal
{
    color: #cc3333;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

.basketSubPrice
{
    color: #000000;
    font-size: 16px;
    font-weight: normal;
}

.smallLink
{
    font-size: 10px;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

.basketGrid
{
    margin-left: 10px;
}

.basketWizardHeaderText
{
    font-size: 12px;
    color: #666666;
    font-weight: bold;
}

.basketProductDescription
{
    color: #333333;
    font-size: 11px;
    text-decoration: none;
}

.but_ecommerceButtons
{
    font-size: 12px;
    padding: 3px;
    text-decoration: none;
    color: #000000;
    border: 1px solid black;
}

.but_ecommerceContinueShopping
{
    margin-top: 3px;
    font-size: 12px;
    background-color: #ADCE66;
    padding: 11px;
    text-decoration: none;
    color: #000000;
    border: 1px solid black;
    width: 177px;
    text-align: center;
    font-weight: bold;
}


.but_ecommerceButtonsMajor
{
    font-size: 12px;
    background-color: #ADCE66;
    padding: 3px;
    text-decoration: none;
    color: #000000;
    border: 1px solid black;
}

.but_ecommerceButtonsFinalConfirm
{
    font-size: 12px;
    background-color: #FF70B2;
    padding: 2px;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid black;
}


.wizard_login
{
    float: left;
    margin-left:100px;
    margin-right: 80px;
}

.wizard_register
{
    float: left;
}

.wizard_explanationText
{
    font-family: verdana;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 10px;
}


.wizard_promoCodeArea
{
    font-weight: bold;
    color: #996600;
    margin-top: 20px;
}

.checkoutHeaderText
{
    /*font-size: 18px;
    color: #CC3333;
    margin-top: 10px;
    font-weight: normal;
    font-family: Trebuchet MS;
    background-color: #f2f2f2;
    padding-left: 8px;
    padding-top: 5px;
    height: 30px;*/
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
    padding-bottom: 5px;
    color: #CC3333;

}

.wizard_addressName
{
    font-weight: bold;
}

.wizard_addressText
{
}


/* ------------------------ECOMMERCE WIZARD---------------------------------*/


/* ------------------------SITE CONTROLS---------------------------------*/

.siteControls
{
    height: 31px;
}

.siteControlsNoIcon
{
}

.siteControls_Title
{
    font-weight: bold;
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 7px;
    padding: 4px;
}

.siteControls_Title a
{
    color: #FFFFFF;
    text-decoration: none;
}

.siteControls_Desc
{
    float: left;
    padding: 0px 5px;
    color: #FFFFFF;
}

.siteControls_forumTopic
{
    background-color: #FDF4E4;
    padding: 3px;
    border: 1px solid #FEEED1;
    margin-bottom: 5px;
}

.siteControls_NewsletterFieldHeader
{
    float: left;
    color: #999999;
    font-weight: bold;
    margin-right: 5px;
}

.siteControls_NewsletterFields
{
    width: 130px;
    height: 16px;
    border: 2px solid #CCCCCC;
}


.siteControls_articleListImage
{
    float: left;
    width: 75px;
    margin-right: 8px;
    border: 1px solid #CCCCCC;
}

.siteControls_articleListText
{
    float: left;
    width: 340px;
    text-decoration: none;
}

.siteControls_articleListArticleTitle
{
    font-size: 12px;
    font-weight: bold;
    color: #F15EB6;
    cursor: hand;
}

.siteControls_articleListArticleTeaser
{
    cursor: hand;
}


/* ------------------------END SITE CONTROLS---------------------------------*/



/* ------------------------FORUM---------------------------------*/

.forumsHeader
{
    background-color: #ED9701;
    color: #FFFFFF;
    font-weight: bold;
}

.forums
{
    background-color: #FDF4E4;
}

.forumTopicCount
{
    background-color: #FEEED1;
}

.forumTitle
{
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}
.forumTitle a
{
    color: #ED9701;
}
.forumTitle a:hover
{
    color: #000000;
}
.forumDescription a
{
    margin-left: 10px;
    font-size: 12px;
    text-decoration: none;
    color: #666666;
}

.forumTopic
{
    background-color: #FDF4E4;
    padding: 10px;
    border: 1px solid #FEEED1;
}

.forumTopicTitle
{
    font-size: 13px;
    font-weight: bold;
}

.forumTopicTitle a
{
    color: #ED9701;
    text-decoration: none;
}


.forumTopicTitleDetailed
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
}


.forumTopicTitle a:hover
{
    text-decoration: underline;
}

.forumTopicDescription
{
    font-size: 14px;
}

.forumTopicAuthor
{
    margin-top: 10px;
}

.forumTopicDatePosted
{
}

.forumTopicReplyHeader
{
    background-color: #FEEED1;
    font-weight: normal;
    padding: 10px;
}

.forumTopicReply
{
    background-color: #FDF4E4;
    font-weight: normal;
    padding: 10px;
}

.forumTopicReplyTitle
{
    font-weight: bold;
}

.forumTopicReplyDescription
{
    font-weight: normal;
}

.forumTopicsHeader
{
    background-color: #ED9701;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
}

.forumTopicsHeader a
{
    color: #FFFFFF;
}

.forumTopicDetails
{
    background-color: #FEEED1;
    font-weight: normal;
    padding: 10px;
    margin-bottom: 20px;
}

.forumReplyTextarea
{
    height: 100px;
    width: 500px;
}

.loginRegister
{
}


.forumTopicReplyBackground
{
    background-color: #FEE9C2;
    padding: 20px;
}

.forumReplyDatePosted
{
    font-size: 11px;
}

.forum_NewTopicDropDown
{
    width: 255px;
}

.forum_NewTopicField
{
    width: 250px;
}

.forum_NewTopicMessage
{
    width: 450px;
    height: 100px;
}


.forum_NewTopicThankYou
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/* ------------------------FORUM---------------------------------*/

/* ------------------------DIRECTORY---------------------------------*/
.directoryLogo
{
	width:100%;
	height:80px;
	padding-top:20px;
}

.directory_SearchBar
{
    border: 1px solid #000000;
    padding: 5px;
    margin-bottom: 20px;
}

.directoryCategory
{
    float: left;
    margin-right: 10px;
    width: 222px;
    margin-bottom: 20px;
    height: 74px;
    border: 0px solid red;
}
.directoryCategoryTitleBar
{
	background-color:#f2f2f2;
	width:100%;
	height:37px;
	margin-bottom:20px;
}

.directoryCategoryTitle
{
	font-family:Verdana;
	font-size:20px;
	font-weight:bold;
	color:#cc0000;
	padding:5px 0px 0px 10px;
}
.directoryMainCategory
{
    margin-bottom: 5px;
    text-decoration: none;
}

.directoryMainCategory a
{
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 0px solid #FF1B4C;
}

.directorySubCategory a
{
    color: #666666;
    text-decoration: none;
    margin-bottom: 3px;
}

.directorySubCategory a:hover
{
    color: #FF1B4C;
}


.directoryListingList
{
    margin-bottom: 20px;
    background-image:url('/images/directory/listingbg.gif');
    background-repeat:no-repeat;
    width:350px;
    height:60px;
}

.directoryListingList a
{
    cursor: hand;
    text-decoration: none;
}

.directoryListingName
{
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.directoryListingShortDesctiption
{
    padding: 5px 0px 5px 5px;
    margin-right: 10px;
    text-decoration: none;
}

.directoryListingLogo
{
    float: left;
    border:1px solid #CCC;
    background-color:#FFF;
    width:80px;
    height:50px;
    margin:4px;
}

.directoryListingImage
{
	width:350px;
	border:1px solid #CCC;
}

.directoryListingDesctiption
{
    margin: 10px 0px 20px 0px;
    width:350px;
    font-size:12px;
    line-height:1.3em;
}

.directoryBulletTitle
{
    font-weight: bold;
}

.directoryBulletValue
{
    font-weight: normal;
    margin-bottom: 10px;
}

#directoryContactDetailsTable
{
	font-size:11px;
}

#directoryContactDetailsTable td
{
	height:20px;
}

#directoryContactFormTable
{
	font-size:11px;
}

#directoryContactFormTable td
{
	height:26px;
	vertical-align:top;
}
.directoryContactDetailsTitle
{
	font-weight:bold;
	width:145px;
	color:#990000;
}

.directoryContactFormFieldName
{
    font-weight: bold;
}

.directoryContactFormFieldHolder
{
    margin-bottom: 5px;
}

.directoryContactFormPanel
{
    margin-top: 10px;
    background-color: #f2f2f2;
    border: 1px solid #CCC;
    width:350px;
}

/* ------------------------DIRECTORY---------------------------------*/


/* ------------------------MY PAGE---------------------------------*/

.myPage_panelHolder
{
    padding: 15px;
    margin-bottom: 5px;
}

.myPageIcon
{
    float: left;
    padding: 5px 0px;
    margin-left: 10px;
}


.myPageLink
{
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0px 20px 10px;
    padding-top: 16px;
    color: #333333;
}

.myPageLink a
{
    text-decoration: none;
    color: #CC0000;
}


.favouriteArticles a
{
    text-decoration: none;
    color: #666666;
}

.favouriteArticles a:hover
{
    text-decoration: none;
    color: #000000;
}

/* ------------------------END MY PAGE---------------------------------*/


/* ------------------------BANNERS---------------------------------*/

.banner
{
    border: 1px solid #CCCCCC;
}

/* ------------------------END BANNERS---------------------------------*/


/* ------------------------ORDER HISTORY---------------------------------*/


.orderHistoryHeader
{
    float: left;
    width: 100px;
    margin-right: 15px;
    font-weight: bold;
    padding: 5px;
}

.orderHistoryData
{
    float: left;
    width: 100px;
    margin-right: 15px;
    padding: 5px;
}

/* ------------------------END ORDER HISTORY---------------------------------*/


/* ------------------------SUBSCRIPTIONS---------------------------------*/

.subscriptionsHeader
{
    float: left;
    margin-right: 20px;
    width: 100px;
    font-weight: bold;
    padding: 5px;
}

.subscriptionsData
{
    float: left;
    width: 100px;
    margin-right: 20px;
    padding: 5px;
}
/* ------------------------END SUBSCRIPTIONS---------------------------------*/

.contactFormFieldText
{
    float: left;
    width: 160px;
    padding: 3px;
}

.contactFormFieldHolder
{
    float: left;
    width: 200px;
    padding: 3px;
}

.contactFormField
{
    border: 1px solid #666666;
    width: 180px;
    height: 16px;
    padding: 3px;
}

.contactFormFieldTextarea
{
    border: 1px solid #666666;
    height: 100px;
    width: 300px;
}

.frmInput
{
    border: 1px solid #666666;
    width: 180px;
    height: 16px;
    padding: 3px;
}


.frmInputDropDownList
{
    border: 1px solid #666666;
    width: 190px;
    height: 25px;
    font-size: 13px;
    padding: 4px;
}

.ContactDropDownList
{
    border: 1px solid #666666;
    width: 240px;
    height: 25px;
    font-size: 13px;
    padding: 4px;
}

/* ------------------------SEND TO FRIEND FORM---------------------------------*/
.sendToFriend_Link
{
    padding: 10px;
    font-size: 13px;
    border: 1px solid #CCCCCC;
}

.sendToFriendFieldHeader
{
    float: left;
    width: 160px;
    padding: 3px;
}

.sendToFriendField
{
    float: left;
    padding: 3px;
}
/* ------------------------END SEND TO FRIEND FORM---------------------------------*/




.contactMiniSpacing
{
    padding-bottom: 10px;
}

.contactMiniHeader
{
    color: #6B470D;
    font-weight: bold;
    font-size: 13px;
}

.showAllProducts
{
    font-size: 12px;
    text-decoration: underline;
    color: #000000;
}

.backToCategory
{
    color: #000000;
    text-decoration: none;
}

.printButton
{
    border: 1px solid #000000;
    text-decoration: none;
    padding: 10px;
}




.listCreate_Textarea
{
    border: 1px solid #666666;
    width: 150px;
    width: 300px;
    height: 100px;
}


.giftListHeaderButton a
{
    background-color: #993366;
    border-color: #FFFFFF;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.giftListHeaderButton a:hover
{
    color: #FFFFFF;
}


.giftVoucherHeaderButton a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.giftVoucherHeaderButton a:hover
{
    color: #FFFFFF;
    font-weight: bold;
}

.saleHeaderButton a
{
    color: #FFFFFF;
    text-decoration: none;
}

.saleHeaderButton a:hover
{
    color: #FFFFFF;
}


.basket_GiftVoucherMessage
{
    border: 1px solid #666666;
    width: 150px;
    width: 260px;
    height: 70px;
}


.checkoutBreadCrumbs
{
    font-size: 13px;
    padding: 5px 5px 10px 5px;
    margin-bottom: 20px;
    background-color:#fff7f7;
    border:1px solid #ae6262;
}

.checkoutBreadCrumbSELECTED
{
    font-weight:bold;
}


.AdminLink
{
    padding: 10px;
    background-color: #ff0000;
}

.AdminLink a
{
    color: #FFFFFF;
    font-weight: bold;
}


.SitePageHyperLink
{
    font-weight: bold;
    color: #996600;
    text-decoration: none;
    display: block;
    padding: 0px 8px 5px 12px;
}


.productfeed_Header
{
    width: 100%;
    height: 31px;
    background-image: url('/images/productfeed_newarrivals.jpg');
    background-repeat: repeat-x;
}


.siteMapLinkIndented
{
    padding-bottom: 2px;
}

.siteMapLinkIndented a
{
    margin-left: 20px;
    text-decoration: none;
    color: #cc1414;
}

.siteMapLink
{
    margin-top:10px;
    padding-bottom: 2px;
    font-size:14px;
    font-weight:bold;
}

.siteMapLink a
{
    text-decoration: none;
    color: #000000;
}

.MultiBuyRowHolder
{
    float: left;
}

.MultiBuyItem
{
    float: left;
    width: 120px;
    text-align: center;
    font-size: 10px;
}

.MultiBuyPrice
{
    float: left;
    width: 80px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

.MultiBuyAddToBasket
{
    float: left;
    width: 40px;
    margin-top: 10px;
    margin-left: 15px;
}

.MultiBuyTotalSaving
{
    float: left;
    width: 130px;
    font-weight: bold;
    font-size: 10px;
    margin-top: 20px;
    margin-left: 20px;
}

.productFeed_name
{
    font-size: 20px;
    font-weight: bold;
}

.productFeed_price
{
    font-size: 11px;
    text-align: left;
    padding: 10px 5px 2px 0px;
    font-size: 20px;
    color: #CC0000;
}

.productFeed_desc
{
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.productFeed_cast
{
    margin-top: 10px;
    color: #A96A00;
    font-weight: bold;
}

.productFeed_cast a
{
    color: #A96A00;
    text-decoration: none;
}

.productFeed_cast a:hover
{
    text-decoration: underline;
}

/*---------------------------------------------------------------- TITLE BAR ------------------------------*/

.titleBar_medium_blue
{
    background-image: url('/images/general/titleBarBg_blue.gif');
    background-repeat:repeat-x;
    height: 41px;
    width: 722px;
}

.titleBarLeft_blue
{
    float: left;
    width: 15px;
    background-image: url('/images/general/titleBarLeft_blue.gif');
    background-repeat: no-repeat;
    height: 41px;
}

.titleBar_medium_middle_blue
{
    float: left;
    width: 692px;
}

.titleBarRight_blue
{
    float: right;
    width: 15px;
    background-image: url('/images/general/titleBarRight_blue.gif');
    background-repeat: no-repeat;
    height: 41px;
}

.liveTextTitle_blue
{
    color:#FFFFFF;
    font-size:16px;
    font-weight:bold;
}

.titleBar_full
{
    background-color: #e5e5e5;
    height: 35px;
    width: 927px;
    margin-bottom:5px;
}

.titleBar_medium
{
    background-color: #e5e5e5;
    height: 35px;
    width: 722px;
}

.titleBar_narrow
{
    background-color: #e5e5e5;
    height: 35px;
    width: 180px;
}

.titleBar_full_middle
{
    float: left;
    width: 907px;
}

.titleBar_medium_middle
{
    float: left;
    width: 702px;
}

.titleBar_narrow_middle
{
    float: left;
    width: 160px;
}

.titleBar_ticket
{
    background-color: #e5e5e5;
    height: 35px;
    width: 530px;
}

.titleBar_ticket_middle
{
    float: left;
    width: 510px;
}

.titleBarLeft
{
    float: left;
    width: 7px;
    background-image: url('/images/general/titleBarLeft.gif');
    background-repeat: no-repeat;
    height: 35px;
}

.titleBarRight
{
    float: right;
    width: 7px;
    background-image: url('/images/general/titleBarRight.gif');
    background-repeat: no-repeat;
    height: 35px;
}

.moreEventsByLink
{
    float: right;
    color: #FFFFFF;
    padding: 8px 10px 5px 0px;
}

.moreEventsByLink a
{
    color: #FFFFFF;
}

.productOverviewPanel
{
    margin-top: 5px;
    padding: 10px;
    border: 1px solid #CBCBCB;
    background-image: url('/images/ecommerce/productOverviewPanel_bg.gif');
    background-repeat: repeat;
}

.iconHolder
{
    width: 220px;
    height: 30px;
    vertical-align: middle;
    padding: 10px 0px 0px 0px;
}

.iconSpacing
{
    float: left;
    width: 100px;
    padding-right: 10px;
}


.overviewField
{
    float: left;
    width: 100px;
    text-align: right;
    color: #cc3333;
    font-weight: bold;
    line-height: 16px;
    margin: 2px 0px;
}

.overviewValue
{
    float: left;
    font-weight: bold;
    line-height: 16px;
    margin: 2px 0px 2px 10px;
    width:270px;
}

.overviewPremiumIcon
{
    float:right;
}

.productImageHolder
{
    width: 260px;
    margin-top: 6px;
    background-image: url('/images/ecommerce/productImage_mid.gif');
    background-repeat: repeat-y;
}

.productImageTop
{
    background-image: url('/images/ecommerce/productImage_top.gif');
    height: 5px;
}

.productImageBottom
{
    background-image: url('/images/ecommerce/productImage_bottom.gif');
    height: 27px;
}

.variantHeaderRow
{
    float: left;
    width: 70px;
    padding: 5px 10px 5px 5px;
    font-weight: bold;
}

.variantValueRow
{
    float: left;
    width: 70px;
    padding: 0px 10px 0px 5px;
    font-weight: bold;
    color: #cc3333;
}

.variantValueDescription
{
    color: #666666;
    font-weight: normal;
    font-size: 10px;
    padding: 0px;
}


.organiserNavLink
{
    background-image: url('/images/general/organiserLinkBg.gif');
    background-repeat: no-repeat;
    height: 43px;
    color: #FFFFFF;
    width: 210px;
    margin-left: 5px;
    padding: 11px 0px 0px 25px;
    font-size: 11px;
}

.organiserNavLink a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.organiserPageWelcomeBack
{
    font-size: 14px;
    font-weight: bold;
    color: #CC3333;
    padding: 0px 0px 10px 0px;
}

.organiserPageTitle
{
    font-size: 24px;
    font-weight: bold;
    color: #CC3333;
    padding: 15px 0px 10px 0px;
}

.organiserLinkPage
{
    padding:20px;
    color: #CC3333;
    
}

.organiserLinkPage a
{
    color: #CC3333;
}


.nearServices_header
{
    margin-top:5px;
    font-weight:bold;
    margin-bottom:5px;
}

.nearServices_Service
{
    float:left;
    width:120px;
}

.nearServices_Distance
{
    float:right;
    font-size:9px;
}

/*-----------E TICKET-------------*/
.eTicketHolder
{
    border: 0px solid #666666;
    margin-bottom: 30px;
}

.eTicketInfo
{
    margin-bottom:3px;
}

.venueDetailsPanel
{
    margin-top: 10px;
    font-size:10px;
    color:#CC0000;
}

.ticketDetailsPanel
{
}

.eTicketCustomerInfo
{
    float:right;
    width:180px;
    padding-top:5px;
    border:solid #e5e5e5;
    border-bottom:0px;
    border-left:1px;
    border-top:0px;
    border-right:0px;
    padding-left:10px;
    margin: 5px 0px;
}

/*-----------ORGANISERS----------*/
.organiserEvent
{
    background-color: #E5E5E5;
    width: 100%;
    margin-bottom: 10px;
}

.organiserEventHeaderItem
{
    padding: 5px;
    font-weight: bold;
    float: left;
    font-size: 10px;
}

.organiserEventDetails
{
    background-color: #FFFFFF;
    margin: 5px;
    width: 678px;
}

.organiserVariantName
{
    float: left;
    width: 250px;
}

.organiserVariantTicketSoldCount
{
    float: left;
    margin-right: 4px;
}

.organiserVariantTicketStock
{
    float: left;
}

/*-----------END ORGANISERS----------*/

/*-----------RESTAURANTS----------*/

.restaurantSearchFrmInput 
{
    border: 1px solid #666666;
    width: 130px;
    height: 16px;
    padding: 3px;

}

.restaurantSearchFrmInputDropDownList
{
    border: 1px solid #666666;
    height: 25px;
    font-size: 13px;
    padding: 4px;
}

/*List...*/
.restaurantList_detailBox
{
    width:160px;
    border:5px solid #e5e5e5;
    padding:4px;
    height:100px;
}

.restaurantList_detailBox_address
{
    color:#666666;
    font-size:10px;
}

.restaurantList_imageBox
{
    width:170px;
    border:5px solid #e5e5e5;
    height:100px;
    text-align:center;
    padding:4px;
}

.restaurantList_descriptionBox
{
    width:340px;
    border:5px solid #e5e5e5;
    height:100px;
    padding:4px;
}


.help_restaurant
{
    margin:0px 0px 10px 0px;
    border:2px solid #CCCCCC;
    padding:5px;
    color:#000000;
}

.restaurantName
{
    float:left;
    font-size:18px;
    font-weight:bold;
}

.restaurantAddress
{
    float:right;
    text-align:right;
    width:250px;
}

.restaurantDesc
{
    margin:20px 0px 10px 0px;
}

.restaurantImage
{
    border:1px solid #CCCCCC;
    padding:2px;
}

.restaurantTimes
{
    margin-top:5px;
    font-size:9px;
    color: #cc3333;
}

.restaurantRegionDDL
{
    width:180px;
}
/*-----------END RESTAURANTS----------*/


.memberPreferencesHeader
{
   float:left;
   width:200px; 
   font-weight:bold;
}

.memberPreferencesFields
{
   float:left;
}

.expiredEventPanel
{
    background-color:#CC0000;
    padding:10px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:12px;
    margin-bottom:5px;
}

.expiredEventPanel a
{
    color:#FFFFFF;
}

/* CALENDAR */

.smallCalendar_monthHeader
{
}


.smallCalendar_dayHeader
{
    color:#CC0000;
}

.smallCalendar_day a
{
    text-decoration:none;
}

.smallCalendar_day a:link
{
    text-decoration:none;
        color:#FFFFFF;

}

.calendar_eventAvailableDate
{
    background-color:#CC0000;
    color:#FFFFFF;
    text-decoration:none;
}

.calendar_eventAvailableDate a
{
    color:#FFFFFF;
    text-decoration:none;
}

.helpBar
{
    float:left;
    width:180px;
}

.actionPanel
{
    float:left;
    width:695px;
    margin-left:10px;
}

.helpBox
{
    background-color:#fff7f7;
    border:1px solid #ae6262;
    color:#ae6262;
    font-size:11px;
    background-image:url('/images/help_arrow.gif');
    background-position:top right;
    background-repeat:no-repeat;
    padding:4px 15px 4px 4px;
}

.hotelErrorPanel
{
    background-color:#fff7f7;
    border:1px solid #ae6262;
    color:#CC0000;
    font-size:13px;
    font-weight:bold;
    padding:5px;
    margin-bottom:10px;
}

.hotelList_name
{
    text-decoration:none;
    color:#000000;
}


.panelSeperator
{
    border-bottom:1px solid #ae6262;
    margin-bottom:10px;
}

.hotelBookingTD
{
    width:180px;
}
.hotelBookingValidationTD
{
}

.hotelBookingReference
{
    text-align:center;
    font-size:16px;
    font-weight:bold;
    border:1px solid #CC0000;
    padding:5px;
}

.hotelBookingInfoLiteral
{
    margin-bottom:3px;
}



.checkoutPaymentTD
{
    width:180px;
    text-align:right;
}

.checkoutPaymentFieldTD
{
    width:260px;
}

.orderConfirmation_congrats
{
    font-size:22px;
    font-weight:bold;
    color:#cc1414;
    margin-bottom:20px;
}

.orderConfirmation_itemBox
{
    width:670px;
    padding:10px;
    border-bottom:1px dashed #666666;
}

.orderConfirmation_actionBox
{
    width:190px;
    border:1px solid #666666;
}

.orderConfirmation_grandTotal
{
    margin:10px;
    font-weight:bold;
    font-size:14px;
}

/*PRODUCT LIST BALLOON TOOL TIP*/

.tooltipHeader
{
    background-color:#CC0000;
    color:#FFFFFF;
    padding:5px;
    width:250px;
    border:1px solid #CC0000;
    font-weight:bold;
    
}

.tooltip
{
    background-color:#FFFFFF;
    padding:5px;
    width:250px;
    border:1px solid #CC0000;
}

.tooltipHeader_charity
{
    background-color:#e50188;
    color:#FFFFFF;
    padding:5px;
    width:250px;
    border:1px solid #e50188;
    font-weight:bold;
    
}

.tooltip_charity
{
    background-color:#FFFFFF;
    padding:5px;
    width:250px;
    border:1px solid #e50188;
}

.tooltipHeader_exclusive
{
    background-color:#CC0000;
    color:#FFFFFF;
    padding:5px;
    width:250px;
    border:1px solid #CC0000;
    font-weight:bold;
    
}

.tooltip_exclusive
{
    background-color:#FFFFFF;
    padding:5px;
    width:250px;
    border:1px solid #CC0000;
}

/*END PRODUCT LIST BALLOON TOOL TIP*/


/* ----------HOTELS---------- */
.hotelsSearchFrmInput 
{
    border: 1px solid #666666;
    width: 130px;
    height: 16px;
    padding: 3px;

}

.hotelsSearchFrmInputDropDownList
{
    border: 1px solid #666666;
    height: 25px;
    font-size: 11px;
    padding: 4px;
}

/*List...*/
.hotelList_detailBox
{
    width:160px;
    border:5px solid #e5e5e5;
    padding:4px;
    height:100px;
}

.hotelList_imageBox
{
    width:170px;
    border:5px solid #e5e5e5;
    height:100px;
    text-align:center;
    padding:4px;
}

.hotelList_descriptionBox
{
    width:340px;
    border:5px solid #e5e5e5;
    height:100px;
    text-align:left;
    padding:4px;
}

.hotelList_detailBox_address
{
    color:#666666;
    font-size:10px;
}

.hotelError
{
    font-weight:bold;
    padding-bottom:10px;
    display:block;
}

/* ----------HOTELS---------- */

/* ----------CMS PAGES---------- */

.heading
{
    font-size:16px;
    font-weight:bold;
    padding-left:55px;
    padding-top:18px;
}
.text
{
    font-size:11px;
    padding-left:55px;
    padding-top:5px;
}

.bullet
{
    margin-top:20px;
    margin-bottom:5px;
    padding-left:10px;
    color:#cc1414;
    font-size:22px;
    font-family:Tahoma;
    font-weight:bold;
    letter-spacing:-1px;
}

.partnerImage
{
	border:1px solid #e8d9d9;
	text-align:center;
}

#sellTicketsTable td
{
	margin-bottom:10px;
	border-bottom:1px solid #cccccc;
}

/* ----------CMS PAGES---------- */


.forgotPasswordLink
{
    color:#cc1414;
    text-decoration:none;
}

.forgotPasswordLink:hover
{
    color:#cc1414;
    text-decoration:underline;
}

/* ------------------------- CHILLI PAGES ------------------------- */

.searchBg
{
    background-image:url('/images/search_bg_red.gif');
    background-repeat:no-repeat;
    width:739px;
    height:40px;
}

.searchTextBox
{
    width:383px;
    height:20px;
    font-size:16px;
    text-align:left;
    border:0px;
}

.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : #FFFFFF;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 130px; /*height of expanded area*/
    text-align : left; 
    list-style-type : none;
    font-size:13px;
	padding: 3px;
}


.autocomplete_listItem 
{
	background-color:window;
	color: #a20f0f;
	padding: 3px;
    font-size:13px;
}

.autocomplete_highlightedListItem
{
	background-color: #a20f0f;
	color: #FFFFFF;
	padding: 3px;
    font-size:13px;
}

.nextDayEventsLink
{
    color:#FFFFFF;
    font-size:11px;
}

.ticketsRemovedMessage
{
    margin:15px;
    color:Red;
    font-weight:bold;
}

/*PREMIUM PARTNERS*/
.premiumHeaderStrip
{
    background-image:url('/images/premium/premiumStrip_bg.gif');
    background-repeat:repeat-x;
    height:26px;
}

/*CUSTOMER OFFER*/
.customerOfferPromoBox
{
    float:left;
    width:562px;
    height:170px;
    /*padding:15px;
    background-image:url('/images/CustomerOffer/offerbg.gif');
    background-repeat:no-repeat;
    background-color:#e5e5e5;
*/
    margin-right:30px;
}

.friendCounterBox
{
    float:left;
    width:270px;
    height:170px;
    padding:15px;
    background-image:url('/images/CustomerOffer/counterbg.gif');
    background-repeat:no-repeat;
    margin-left:25px;
    background-color:#404040;
    color:#FFFFFF;
}

.fbEnabled
{
    border:1px solid red;
}

.facebookPanel
{
    float:left;
    width:592px;
    margin-top:15px;
}

.webmailPanel
{
    float:left;
    width:300px;
    margin-top:15px;
    margin-left:25px;
}

.facebookLoginBox
{
    width:562px;
    height:146px;
    padding:15px;
    background-image:url('/images/CustomerOffer/facebooklogin.jpg');
    background-repeat:no-repeat;
    background-color:#e5e5e5;
}

.emailLoginBox
{
    width:270px;
    height:146px;
    padding:15px;
    background-image:url('/images/CustomerOffer/emaillogin.jpg');
    background-repeat:no-repeat;
    background-color:#e5e5e5;
    color:#000000;
}


.counterTextTable tr 
{
    height:30px;
}

.counterText
{
    font-size:18px;
    color:#ffffff;
}

#totalUsers
{
    font-size:18px;
    color:#ffffff;
}

.discountButton
{
    font-size:16px;
    font-weight:bold;
    padding:4px;
    width:250px;
}

/* QUIZ */
.quiz_questionSeperator
{
    margin-top:10px;
    min-height:110px;
    padding-bottom:10px;
    /*background-image:url('/images/quiz/quiz_questionBg.gif');
    background-repeat:no-repeat;
    background-position:bottom;*/
}

.quiz_questionNumber
{
    color:#2c466c;
    font-size:18px;
    padding-top:10px;
    margin-bottom:10px;
}

.quiz_questionTitle
{
    font-weight:normal;
    color:#000000;
    line-height:1.5em;
    margin-bottom:10px;
}

.quiz_leftPane
{
    float:left;
    padding-left:10px;
    width:290px;
}

.quiz_rightPane
{
    float:left;
    width:380px;
    margin-left:20px;
}

.quiz_optionPadding td
{
    height:30px;
}

.quiz_optionPadding label
{
    position:absolute;
    padding-left:5px;
    padding-top:2px;
}

.customerPanel
{
    background-color:#ededed;
    margin-top:20px;
    padding:10px;
}

.quiz_columnist
{
    float:left;
    width:250px;
}

.quizList_quizHolder
{
    margin-bottom:20px;
    margin-top:20px;
}

.quizList_rightPane
{
    float:left;
    margin-left:20px;
    width:430px;
}

.quizList_title
{
    font-size:22px;
    font-weight:bold;
    color:#031a4e;
    width:310px;
}

.quizList_date
{
    font-size:11px;
    margin-top:5px;
    color:#666666;
    font-family:Arial;
}

.quizList_columnistName
{
    font-size:11px;
    margin-top:5px;
    color:#666666;
    font-family:Arial;
}

.quizList_sponsorImage
{
}

.quizList_sponsorImageLabel
{
    color:#666666;
    font-family:Verdana;
    font-size:9px;
    padding:2px;
    display:block;
    text-align:right;
    /*background-color:#e5e5e5;*/
}

.quizList_desc
{
    margin-top:10px;
    line-height:1.5em;
}

.quiz_termsPanel
{
    background-color:#ededed;
    padding:10px;
    width:97%;
}

.quiz_nlSignupField
{
    width:200px;
    border:1px solid #666666;
    font-size:14px;
    padding:3px;
}

.dottedLine
{
    background-image:url('/images/general/dottedline_single.gif');
    background-repeat:repeat-x;
	height:1px;
	display:block;
	width:100%;
}

/* END QUIZ */

.flag
{
    margin-right:5px;
}

.furtherinfo
{
    padding-top:20px;
    color:#cc0000;
    font-size:16px;
}

.furtherinfoline2
{
    padding-top:10px;
    font-weight:bold;
    color:#cc0000;
    font-size:16px;
}