﻿/*MAIN DIV CONTAINERS*/
/*#TOP CONTENTS*/
/*#BREADCRUMB CONTENTS*/
/*#LEFTSIDECONTAINER CONTENTS*/
/*TOP AND LEFT MENU*/
/*TAB MENU AND PANEL*/
/*HOMEPAGE CONTENTS*/
/*CATEGORY & SUBCATEGORY INTRO TEXT*/
/*CATEGORY PAGE*/
/*SUBCATEGORY PAGE*/
/*PRODUCT PAGE*/
/*PERSONALISED PANEL*/
/*FOOTER*/
/*RIGHT PANEL QUICKLINKS*/
/*DEAL REGISTRATIONS*/
/*SEARCH MENU*/
/*ULTIMATE CHOICE STATIC PAGES*/
/*COOKIE MESSAGE*/
/*UPGRADE PACK POPUP*/

body
{
    padding:10px 0 0 0;
    margin:0;
    /*background: url(https://az702058.vo.msecnd.net/gift/images/backgrounds/snowflakes2014.png);*/
    font:12px Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
    color:#3f3f3f;
}

a:link, a:visited {color:#3f3f3f;text-decoration:underline;}
a:hover {color:#3f3f3f;text-decoration:none;}
a:active {color:#3f3f3f;text-decoration:underline;}

a
{
    outline:0;
}

img 
{
    display:block;
    border:none;
}

p
{
    margin:0;
    padding:0 0 12px 0;
}

h1
{
    margin:0;
    padding:0 0 12px 0;
    font-size:26px;
    font-weight:bold;
}

h4
{
    margin:0;
    padding:0 0 12px 0;
    font-size:14px;
    font-weight:bold;
}

.clearLeft
{
    clear:left;
}

.clearRight
{
    clear:right;
}

.clearBoth
{
    clear:both;
}

.relative
{
    position:relative;
}

.floatLeft
{
    float:left;
}

.floatRight
{
    float:right;
}

#staticHeader
{
    margin:0 0 12px 0;
}

.pleaseNote
{
    display: block;
    padding: 5px 0 0 0;
    color: Red;
    font-size: 12px;
}

#productInfoContainer .pleaseNote
{
    padding: 0 25px;
}

/***********************************************************************************************************/
/******************************************* MAIN DIV CONTAINERS *******************************************/
/***********************************************************************************************************/
#base
{
    width: 914px;
    margin:0 auto;
}

#top
{
    width:912px;
    height:140px;
    margin:10px 0 6px 0;
    /*background:url(https://az702058.vo.msecnd.net/gift/images/header/header-bg29.jpg) left top no-repeat;*/
	background:#2F69A6;
	background:linear-gradient(#4585c3, #225894);
	border:solid 1px #d7d7d7;
}

#topMenu
{
    width:912px;
    height:32px;
    margin:0 0 4px 0;
	border:solid 1px #b2b2b2;
    /*background:url(https://az702058.vo.msecnd.net/gift/images/top-menu-bg.jpg) no-repeat top left;*/
	background:#93AEA8;
	background: linear-gradient(#a7bbb9, #8ba9a1);
    position:relative;
    z-index:3001;
}

.checkoutStepOld
{
    width:914px;
    height:44px;
    margin:0 0 4px 0;
    background:url(https://az702058.vo.msecnd.net/gift/images/top-menu-checkout-bg.jpg) no-repeat top left;
}

#mainContainer
{
    width:914px;
}

#leftContainer
{
    float:left;
    width:174px;
}

#contentContainer
{
    float:left;
    width:740px;
}

.contactDetails
{
    border-collapse: collapse;
    margin-top: 11px;
}

.contactDetails img
{
    padding: 10px;
}

.contactDetails p
{
    padding: 0px;
    font-size: 16px;
    color: #25509e;
}

.contactDetails p.top
{
    padding-top: 15px;
    font-size: 20px;
}

.contactDetails p.top span
{
    color: #e90078;
}

.contactDetails tr
{
    height: 75px;
}

.contactDetails td
{
    vertical-align: top;
}


#footer
{
    width:914px;
    background:#185c98 url(https://az702058.vo.msecnd.net/gift/images/footer-bg.png) bottom left no-repeat;
    margin:12px 0 20px 0;
}

#socialFooter
{
    width:912px;
    height:44px;
    border:solid 1px #a8a8a8;
    line-height:44px;
    background:#ffffff url(https://az702058.vo.msecnd.net/gift/images/round_border_content_bg.gif) left bottom repeat-x;
    margin-top:12px;
}

#newSectionNoTopPadding
{
    padding:0 0 10px 0;
}

.newSectionNoTopPaddingProduct
{
    float:left;
}

.newSection
{
    padding:10px 0;
}

#rightContainer
{
    width:164px;
    margin:0 0 0 6px;
}

#breadcrumb
{
    width:726px;
    height:32px;
    padding-left:10px;
    margin:0 0 8px 0;
	line-height:32px;
    /*background:url(https://az702058.vo.msecnd.net/gift/images/breadcrumb-bg.jpg) no-repeat top left;*/
	background:#f2f2f2;
	background:linear-gradient(#ffffff, #e4e2e5);
	border:solid 1px #d3d3d3;
	box-shadow:2px 2px 2px #c060a0;
	border-radius:6px;
}

/* Rounded corner boxes */

.round_border
{
    display:block
}

.round_border *
{
    background:#e8e8e8;
    display:block;
    height:1px;
    overflow:hidden;
}
.round_border_layer3
{
    background:#c4c4c4;
    border-left:1px solid #ededed;
    border-right:1px solid #ededed;
    margin:0 2px;
    padding:0 1px;
}
.round_border_layer2
{
    border-left:1px solid #ededed;
    border-right:1px solid #ededed;
    margin:0 1px;
    padding:0;
}
.round_border_layer1
{
    border-left:1px solid #ededed;
    border-right:1px solid #ededed;
    margin:0;
}
.round_border_content
{
    border-left:2px solid #e8e8e8;
    border-right:2px solid #e8e8e8;
    background:#fefefe url(https://az702058.vo.msecnd.net/gift/images/round_border_content_bg.gif) repeat-x bottom;
    /*overflow:hidden;*/
    padding:4px 3px;
    *zoom:1;
    /**padding-bottom:0.5em;*/
}

/***********************************************************************************************************/
/******************************************* #TOP CONTENTS *************************************************/
/***********************************************************************************************************/

#logo
{
    float:left;
    margin:24px 0 0 22px;
    width:260px;
    height:99px;
    background:url(https://az702058.vo.msecnd.net/gift/images/gift-logo.png) no-repeat top left;
}

#logo a
{
    display:block;
    width:260px;
    height:99px;
}

#logo h1
{
    padding:0;
    margin:0;
    text-indent:-9999px;
}

.headerRight
{
    float:right;
    width:auto;
    padding:0 12px 0 0;
}

.topRightIconImg
{
	float:left;
	position:relative;
	top:-8px;
	width:73px;
    height:56px;
    margin-right:4px;
	overflow:hidden;
	background:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat left -20px;
}

.topRightIconImg a.topRightIcon
{
    display:block;
	width:68px;
    height:53px;
	margin-left:5px;
	background-image:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png);
	background-repeat:no-repeat;
}

.topRightIconImg a.homeIcon
{
	background-position:left -100px;
}

.topRightIconImg a.basketIcon
{
	background-position:left -170px;
}

.topRightIconImg a.contactUs
{
	background-position:left -240px;
}

.topRightSearch
{
	float:left;   
    margin-top: 23px;
}

input[type="text"].searchBox
{
	float:left;
    width:250px;
    height:34px;
	padding:0 0 0 8px;
	margin:0;
	color:#909090;
    font-size:22px;
	line-height:30px;
    border:solid 2px #cbcbcb;
	/*border-right:none;*/
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
    background-color:#ffffff;
    box-shadow:1px 1px 1px 1px #9e9e9e inset;
}

input[type="text"].searchBox:focus
{ 
    outline: 0;
}

input[type="submit"].searchButton
{
	float:left;
	width:40px;
    height:38px;
    padding:0;
    margin:0;
    color:#ffffff;
    font-size:25px;
    text-align:center;
    border:none;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	background:#c346a1;
	background:linear-gradient(to bottom, #e6a2ce 0%,#ffffff 3%,#e6a2ce 6%,#9d235e 100%);
    /*background:url(https://az702058.vo.msecnd.net/gift/images/btn-search.png) no-repeat right top;*/
}

input[type="submit"].searchButton:hover
{
    cursor:pointer;
}

/*#topRightTelephone
{
    height:18px;
    padding:0 30px 8px 0;
    text-align:right;
    color:#ffffff;
    font-size:24px;
    font-weight:bold;
    text-align:right;
    background:url(https://az702058.vo.msecnd.net/gift/images/icon-free-delivery.gif) no-repeat right 9px;
}*/

#topRightTelephone
{
    display:block;
    float:left;
    text-align:left;
    color:#ffffff;       
    margin: 0px 5px 0 55px;
}

#topRightTelephone p
{
	font-weight:bold;
	line-height:22px;
	background-image:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png);
	background-repeat:no-repeat;
}

#topRightTelephone p.delivery
{
	padding:0 0 5px 25px;
	margin:0;
    font-size:20px;
    background-position:left -306px;
}

#topRightTelephone p.phone
{
	padding:0 0 5px 25px;
	margin:0;
    font-size:12px;
    background-position:left -340px;
}

#topRightTelephone p.customerServicePhone
{
	padding:0 0 0 25px;
	margin:0;
    font-size:12px;
    background-position:left -1432px;
}



#topRightDealRegistraion
{
    float:right;
    width:600px;
    height:143px;
    padding:11px 22px 0 0;
}

#topRightDealRegistraion #moneySupermarket
{
    width:600px;
    height:143px;
    background:url(https://az702058.vo.msecnd.net/gift/images/dealregistration-moneysupermarket.gif) no-repeat right center;
}



/***********************************************************************************************************/
/******************************************* #BREADCRUMB CONTENTS ******************************************/
/***********************************************************************************************************/

#breadcrumb ul
{
    margin:0;
    padding:0;
    font-size:12px;
    font-weight:bold;
}

#breadcrumb li
{
    float:left;
    margin:0;
    padding:0 6px 0 14px;
    list-style-type:none;
    background:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat left -658px;
}

#breadcrumb li.crumbHome
{
    padding:0 6px 0 0;
    background-image:none;
}

#breadcrumb a:link, #breadcrumb a:visited {color:#9E9E9E;text-decoration:none;}
#breadcrumb a:hover {color:#1549a6;text-decoration:none;}
#breadcrumb a:active {color:#9E9E9E;text-decoration:none;}

/***********************************************************************************************************/
/************************************ #LEFTSIDECONTAINER CONTENTS ******************************************/
/***********************************************************************************************************/
#leftSideContainer
{
    width:168px;
    /*padding:10px 0 0 6px;
    border:solid 1px #e3e3e3;
    background:url(https://az702058.vo.msecnd.net/gift/images/left-side-bg.jpg) repeat-x bottom left;*/
}

#leftSideContainer .section
{
    width:168px;
    margin:0 0 10px 0;
}

#leftSideContainer .section img
{
    display:block;
    border:none;
}

#leftSideContainer .section h3
{
    padding:16px 0 6px 0;
    text-align: center;
    margin:0;
    font-size:16px;
    color:#546d99;
    font-weight:bold;
}

#leftSideContainer .section#secureShopping
{
    width:166px;
    height:178px;
    /*background:url(https://az702058.vo.msecnd.net/gift/images/secure-BannerHolder-bg.png) no-repeat top left;*/
	border:solid 1px #a8a8a8;
	background-color:#fafafa;
	background: linear-gradient(#fdfdfd, #f5f5f5);
}

#leftSideContainer .section#secureShopping .secureShoppingContent
{
    padding:0 0 0 17px;

}

/*OLD IMAGE #leftSideContainer .section#secureShopping .mcafee
{
    position:absolute;
    top:127px;
    left:70px;
    width:55px;
    height:31px;
}*/

#leftSideContainer .section#secureShopping .rapidSSL
{
    position:absolute;
    top:9px;
    left:21px;
    width:90px;
    height:50px;
}

#leftSideContainer .section#giftPack
{
    width:154px;
    height:187px;
    background:url(https://az702058.vo.msecnd.net/gift/images/gift-pack-bg.png) no-repeat top left;
}

#leftSideContainer .section#giftPack .giftPackContent
{
    padding:0 0 0 13px;
}


/***********************************************************************************************************/
/****************************************** LEFT AND TOP MENU **********************************************/
/***********************************************************************************************************/
/*LEFT MENU*/
#menuHolder
{
    width:168px;
    margin-bottom:5px;
    /*background:url(https://az702058.vo.msecnd.net/gift/images/left-menu-bot-shadow.jpg) no-repeat bottom left;*/
    position:relative;
    z-index:2001;
}

#menuHolder ul
{
	float:left;
    padding:0;
    margin:0;
}

#menuHolder li
{
    display:block;
	float:left;
    padding:0;
    margin:0 0 1px 0;
    height:auto;
    width:164px;
    list-style:none;
    color:#637F78;
    font-size:12px;
    line-height:12px;
	/*background:url(https://az702058.vo.msecnd.net/gift/images/left-menu-btn-bg.jpg) no-repeat top left;*/
	border:solid 1px #d3d3d3;
	box-shadow:1px 1px 1px #e1e1e1;
}

#menuHolder li a.cat
{
    display:block;
    /*margin:0 4px 2px 0;*/
    padding:11px 0 0 8px;
    height:23px;
    width:156px;
    color:#637F78;
	background:#fafafa;
	background:linear-gradient(#ffffff, #f3f3f3);
}

#menuHolder li a.cat.doubleLine
{
    display:block;
    /*margin:0 4px 2px 0;*/
    padding:5px 0 0 8px;
    height:29px;
    width:156px;
}

#menuHolder a.cat:link, #menuHolder a.cat:visited {color:#637F78;text-decoration:none;}
#menuHolder a.cat:hover {color:#1549a6;text-decoration:none;}
#menuHolder a.cat:active {color:#637F78;text-decoration:none;}

#menuHolder a.selected:link, #menuHolder a.selected:visited {color:#637F78;text-decoration:none;font-weight:bold;}
#menuHolder a.selected:hover {color:#1549a6;text-decoration:none;font-weight:bold;}
#menuHolder a.selected:active {color:#637F78;text-decoration:none;font-weight:bold;}

#menuHolder li:hover
{
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#menuHolder .wrapper
{
	position:absolute;
	top:-999em;
	width:168px;/* left offset of submenus need to match (see below) */
	padding:0;
    margin:0;
    border:solid 1px #adadad;
    background-color:#ffffff;
    z-index:2000;
}

/*Used to display sub menu on hover*/
#menuHolder li:hover ul /*needed for js, .sf-menu li.sfHover ul*/
{
	left:165px;
	top:-1px; /* match top ul list item height */
	z-index:1000;
}

#menuHolder ul li
{
	/*Is this needed
    clear: both;
	float: left;*/
	position:relative;
}

#menuHolder .wrapper li
{
    display:block;
    padding:0;
    margin:0;
    height:auto;
    width:168px;
    list-style:none;
    background-image:none;
    color:#637F78;
    font-size:12px;
    line-height:12px;
	box-shadow:none;
	border:none;
}

#menuHolder .wrapper li a
{
    display:block;
    margin:0;
    padding:5px 7px;
    width:154px;
    color:#637F78;
	background:#ffffff;
}

#menuHolder .wrapper li a:link, #menuHolder .wrapper li a:visited {color:#1549a6;text-decoration:none;}
#menuHolder .wrapper li a:hover {color:#1549a6;text-decoration:none;background-color:#e0e0e0;}
#menuHolder .wrapper li a:active {color:#1549a6;text-decoration:none;}

#menuHolder .expanded
{
    float: left;
    padding:0;
    margin:0;
    width:164px;
    border-top:solid 1px #d3d3d3;
    background-color:#ffffff;
}

#menuHolder .expanded span
{
    display:block;
    padding:0;
    margin:0;
    width:164px;
    color:#1549a6;
    font-size:12px;
    line-height:12px;
}


#menuHolder .expanded a
{
    display:block;
    margin:0;
    padding:4px 4px 4px 12px;
    width:148px;
    color:#1549a6;
}

#menuHolder .expanded a:link, #menuHolder .expanded a:visited {color:#1549a6;text-decoration:none;}
#menuHolder .expanded a:hover {color:#1549a6;text-decoration:none;background-color:#e0e0e0;}
#menuHolder .expanded a:active {color:#1549a6;text-decoration:none;}


/*TOP MENU*/
#topMenuHolder
{
    width:auto;
    margin:0 auto;
}

#topMenuHolder td
{
    text-align:center;
}

#topMenuHolder ul
{
    padding:0;
    margin:0;
}

#topMenuHolder li
{
    float:left;
    padding:0 0 0 1px;
    margin:0;
    list-style:none;
    color:#ffffff;
    font-size:15px;
    text-align:left;
    background:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat left -377px;
}

#topMenuHolder li a
{
    display:block;
    height:25px;
    padding:7px 20px 0 20px;
    color:#ffffff;
    /*border-top:solid 1px #c5c4c4;*/
    /*border-bottom:solid 1px #747373;*/
}

#topMenuHolder a:link, #topMenuHolder a:visited {color:#ffffff;text-decoration:none;}
#topMenuHolder a:hover {color:#5d5d5d;text-decoration:none;background-color:#dcdcdc;}
#topMenuHolder a:active {color:#ffffff;text-decoration:none;}

li.special_offers a:link,
li.special_offers a:visited
{
    color: #054C7C !important;   
}

li.special_offers a:hover {color:#5d5d5d;text-decoration:none;background-color:#dcdcdc;}

#topMenuHolder li:hover
{
	visibility: inherit;
}

#topMenuHolder ul .subMenuContainer
{
	position:absolute;
	top:-999em;
	width:200px;
	padding:5px 0;
    margin:0;
    background-color:#ffffff;
    border:solid 1px #737373 !important;
    z-index:3000;
}


#topMenuHolder li:hover .subMenuContainer
{
	left:0;
	top:32px;
	z-index:2000;
}

#topMenuHolder ul li
{
	position:relative;
}

#topMenuHolder .wrapper li
{
    float:none;
    display:block;
    padding:0;
    margin:0;
    width:200px;
    list-style:none;
    color:#7e9c94;
    font-size:14px;
    text-align:left;
    background-image:none;
}

#topMenuHolder .wrapper li a
{
    display:block;
    height:auto;
    margin:0;
    padding:4px 0 4px 10px;
    width:190px;
    color:#7e9c94;
    border-top:none;
}

#topMenuHolder .wrapper li a:link, #topMenuHolder .wrapper li a:visited {color:#7e9c94;text-decoration:none;}
#topMenuHolder .wrapper li a:hover {color:#5d5d5d;text-decoration:none;background-color:#dcdcdc;}
#topMenuHolder .wrapper li a:active {color:#7e9c94;text-decoration:none;}

/***********************************************************************************************************/
/****************************************** TAB MENU AND PANEL *********************************************/
/***********************************************************************************************************/

#tabMenuContainer
{
    height:37px;
    padding:0 0 0 5px;
}

#tabMenuContainer ul
{
	float:left;
    padding:0;
    margin:0;
}

#tabMenuContainer li
{
    float:left;
    display:block;
    padding:0;
    margin:0 2px 0 0;
    height:36px;
    width:170px;
    list-style:none;
    /*background:url(https://az702058.vo.msecnd.net/gift/images/btn-tab-grey.jpg) no-repeat top left;*/
    color:#1E4382;
    font-size:16px;
    text-align:center;
	line-height:36px;
    cursor:pointer;
	border:solid 1px #eeeeee;
	border-bottom:none;
	background-color:#ffffff;

}

#tabMenuContainer li.active
{
	color:#ffffff;
    /*background:url(https://az702058.vo.msecnd.net/gift/images/btn-tab-blue.jpg) no-repeat top left;*/
	background-color:#325aa2;
}

/*#tabMenu li a
{
    display:block;
    padding:8px 0 0 0;
    height:28px;
    width:170px;
}

#tabMenu a:link, #tabMenu a:visited {color:#ffffff;text-decoration:none;}
#tabMenu a:hover {color:#ffffff;text-decoration:none;}
#tabMenu a:active {color:#ffffff;text-decoration:none;}*/

#tabPanel
{
    border:solid 1px #eeeeee;
    background-color:#eeeeee;
    color:#3f3f3f;
    font-size:15px;
}

#tabPanel a:link, #tabPanel a:visited {color:#d90b79;text-decoration:underline;}
#tabPanel a:hover {color:#d90b79;text-decoration:none;}
#tabPanel a:active {color:#d90b79;text-decoration:underline;}

#tabPanelContainer
{
    width:712px;
    padding:20px 12px;
    background-color:#ffffff;
	line-height:20px;
}

#tabPanelContainer ul
{
    margin:0;
	padding:0 0 12px 24px;
}

.tabPanelTitleHomepage
{
    float:right;
    width:60px;
}

.tabPanelTitleHomepage img
{
    display:block;
}

.tabPanelContainerHomepageOfffers
{
    float:left;
    width:678px;
    min-height:310px;
    background-color:#ffffff;
    padding:22px 0 0 0;
}

.tabPanelContainerHomepage
{
    float:left;
    width:636px;
    min-height:290px;
    background-color:#ffffff;
    padding:20px;
}

.panel1
{
	display: block;
}

.panel2
{
	display: none;
}

.panel3
{
	display: none;
}

.panel4
{
	display: none;
}

.paraSEOHeading
{
    font-size:15px;
    font-weight:bold;
    margin:0;
    padding:0 0 12px 0;
}

/***********************************************************************************************************/
/***************************************** HOMEPAGE CONTENTS ***********************************************/
/***********************************************************************************************************/

#mainImageContainer
{
    width:738px;
    height:283px;
	border:solid 1px #dbdbdb;
    overflow:hidden;
    position: relative;
    z-index:1001;
	background-color:#ebebeb;
}

#mainImageBtns
{
    position:absolute;
    right:15px;
    top:306px;
    width:auto;
    height:49px;
}

.mainImageBtn
{
    float:left;
    width:49px;
    height:49px;
    margin:0 10px 0 0;
}

.mainImageBtn img
{
    border:none;
}

/*** FEATURED PRODUCTS IMAGE SCROLLER ***/

#imageGalleryHomeContainer
{
    width:740px;
    height:108px;
    padding:8px 0 0 0;
    background:url(https://az702058.vo.msecnd.net/gift/images/image-gallery-home-bg.png) no-repeat bottom left;
}

#imageGalleryHomeContents
{
    width:700px;
    height:108px;
    margin:0 auto;
}

#imageGalleryHomeLeftBtn
{
    float:left;
    width:39px;
    height:70px;
    margin:18px 38px 0 0;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-image-gallery-home-left.png) no-repeat bottom left;
}

#imageGalleryHomeRightBtn
{
    float:right;
    width:39px;
    height:70px;
    margin:18px 0 0 38px;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-image-gallery-home-right.png) no-repeat bottom left;
}

.imageGalleryHomeBtnOverlay
{
    display:block;
    width:39px;
    height:70px;
}

.imageGalleryHomeThumb
{
    width:116px;
    height:106px;
    margin:0 7px;
    float:left;
    overflow:hidden;
}

.imageGalleryHomeThumb img
{
    border:none;
}

#imageGalleryHomeStrapline
{
    width:740px;
    height:28px;
    padding:8px 0 0 0;
    background:url(https://az702058.vo.msecnd.net/gift/images/image-gallery-strapline-bg.png) no-repeat bottom left;
    text-align:center;
    font-size:16px;
    color:#ffffff;
    font-weight:bold;
    text-transform:uppercase;
}

#soldIn
{
    border:solid 1px #8a8a8a;
    padding:14px 0 8px 0;
    background-color: White;
}

#soldIn p
{
    padding:0 0 5px 8px;
    margin:0;
    font-size:18px;
    color:#8d8f92;
}

#soldIn img
{
    float:left;
    /*display:block;*/
    /*Added after taking off the Clintons logo*/
    padding:0 8px;
}

/* giftideasforCouples homepage slider */
.giftideasforCouples
{
    background: #bc91be url(https://az702058.vo.msecnd.net/gift/images/hp-giftideasforCouples/arrow.png) 702px 6px no-repeat;
    border: solid 1px #b7b7b7;
}

/* Used for HPtest (hpA2B) A/B */
.giftideasforCouples.version2
{
    /*background: #325aa0 url(https://az702058.vo.msecnd.net/gift/images/hp-giftideasforCouples/arrow.png) 702px 6px no-repeat;
    border: solid 1px #325aa0;*/
    background: #ffffff url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) 700px -425px no-repeat;
    border: solid 2px #e8e8e8;
}

.giftideasforCouples.version2 .downarrow
{
    background: #ffffff url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) 700px -475px no-repeat;
}

/* End A/B */

.downarrow
{
    background: #bc91be url(https://az702058.vo.msecnd.net/gift/images/hp-giftideasforCouples/arrow-down.png) 702px 6px no-repeat;
}

.giftideasforCouples p
{
    font-size: 21px;
    padding: 8px;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif; 
    /*color: White;*/
    color:#1E4382;
}

.giftideasforCouples p:hover
{
    cursor: pointer;
}

.giftideasforCouples-slide
{
	background-color:#ffffff;
}

.giftideasforCouples-slide ul
{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 6px 6px;
    clear: both;
}

.giftideasforCouples-slide li
{
    float: left;
    display: block;
}

.giftideasforCouples-slide li img
{
    border: 1px solid #cdcdcd;
    margin: 0 8px 8px 0;
}

.specialOfferImgHome
{
    width:289px;
    float:left;
    margin:8px 0 22px 22px;
    padding:7px;
    border:solid 1px #e8e8e8;
}



a.specialOfferImgHomeLink
{
    position:absolute;
    display:block;
    width:289px;
    height:154px;
}

.specialOfferImgHomePriceContainer
{
	position:absolute;
    width:66px;
    height:50px;
    left:220px;
    top:-19px;
    background:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat left -530px;
    text-align:center;
    overflow:hidden;
    color:#ffffff;
}

.specialOfferImgHomePriceContainer .poundSign
{
	display:inline-block;
	padding-top:12px;
	vertical-align:top;
    font-size:14px;
	
}

.specialOfferImgHomePriceContainer .specialOfferImgHomePrice
{
	display:inline-block;
	padding-top:12px;
	vertical-align:top;
    font-size:24px;
}

.specialOfferImgHomePercentageContainer
{
    position:absolute;
    width: 58px;
    height: 44px;
    top: -19px;
    left: 150px;
    text-align:center;
    overflow:hidden;
    color:#15649f;
    background:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat left -600px;
    padding-top: 6px;
    padding-left: 8px;
}

.specialOfferImgHomePercentageContainer .percentSign, .specialOfferImgHomePercentageContainer .poundSign
{
    font-size:14px;
    height:28px;
    vertical-align:top;
    line-height:20px;
}

.specialOfferImgHomePercentageContainer .offText
{
    display: block;
    font-size:15px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height:8px;
}

.specialOfferImgHomePercentageContainer .specialOfferImgHomePercent, .specialOfferImgHomePercentageContainer .specialOfferImgHomePrice
{
    font-size:24px;
    height:28px;
    vertical-align:top;
}

.specialOfferImgHome img
{
    display:block;
}

#tabPanel .specialOfferImgHomeTitle a
{
    display:block;
    padding: 10px;
    background-color:#f5f5f5;
    color:#1E4382;
    font-size:13px;
    min-height: 30px;
}

#tabPanel .specialOfferImgHomeTitle a:link, #tabPanel .specialOfferImgHomeTitle a:visited {color:#1E4382;text-decoration:none;}
#tabPanel .specialOfferImgHomeTitle a:hover {color:#1E4382;text-decoration:none;}
#tabPanel .specialOfferImgHomeTitle a:active {color:#1E4382;text-decoration:none;}

.btnSeeAllOffers
{
    width:632px;
    height:60px;
    margin:0 auto;
}

#tabPanel .btnSeeAllOffers a
{
	display:block;
	width:630px;
	height:30px;
	color:#325aa2;
	font-size:20px;
	text-align:center;
	line-height:30px;
	border:solid 1px #d3d3d3;
	background:#ededed;
	background:linear-gradient(#ffffff, #e5e5e5);
	box-shadow:1px 1px 1px #e5e5e5;
}

#tabPanel .btnSeeAllOffers a:link, #tabPanel .btnSeeAllOffers a:visited, #tabPanel .btnSeeAllOffers a:hover, #tabPanel .btnSeeAllOffers a:active {color:#325aa2;text-decoration:none;}

/*Reviews*/
.homepageReview
{
    width:636px;
    padding:0 0 20px 0;
}

.reviewsTopHome
{
    float:left;
    width:636px;
    padding:0 0 6px 0;
}

.reviewsTopHome .productTitle
{
    float:left;
    font-weight:bold;
    color:#d90b79;
}

.homepageReview a:link, .homepageReview a:visited {color:#d90b79;text-decoration:underline;}
.homepageReview a:hover {color:#d90b79;text-decoration:none;}
.homepageReview a:active {color:#d90b79;text-decoration:underline;}

/*.reviewsTopDate AND .reviewsName is declared in the PRODUCT PAGE section*/

.reviewsHomeReview
{
    clear:left;
}

.reviewsHomeReviewImg
{
    float:left;
    width:110px;
}

.reviewsHomeReviewImg img
{
    border:none;
    display:block;
}

.reviewsHomeReviewCopy
{
    float:left;
    width:526px;
}

.reviewsHomeReviewCopySection
{
    padding:0 0 6px 0;
}

.halfBanner
{
    width:360px;
    height:200px;
}

#halfBannerLeft
{
    float:left;
}

#halfBannerRight
{
    float:right;
}

#featuredProductsHome h2
{
	display:block;
	font-size: 21px;
	margin:0;
	padding:8px 0;
	color: #1E4382;
	font-weight:normal;
	border-top:solid 1px #e8e8e8;
	border-bottom:solid 1px #e8e8e8;
}

#featuredProductsHome .productImgContents::after
{
	content: " ";
    display:block;
    clear:both;
	overflow:hidden;
	visibility:hidden;
    line-height: 0;
    height: 0;
}

#featuredProductsHome .copyContainer
{
	height:35px;
	overflow:hidden;
}

#featuredProductsHome .productImgContents .copyContainer p
{
	padding:0 0 4px 0;
	margin:0;
}

#featuredProductsHome .productImgContents .copyContainer p a
{
	display:inline;
	font-size:13px;
	font-weight:bold;
	color:#1e4382;
}

#featuredProductsHome .productImgContents .copyContainer p a:link, #featuredProductsHome .productImgContents .copyContainer p a:visited {color:#1e4382;text-decoration:none;}
#featuredProductsHome .productImgContents .copyContainer p a:hover {color:#1e4382;text-decoration:underline;}
#featuredProductsHome .productImgContents .copyContainer p a:active {color:#1e4382;text-decoration:none;}

#featuredProductsHome .productImgContents p.price
{
	padding:0;
	margin:0 0 5px 0;
	font-size:17px;
	color:#73928a;
}


/***********************************************************************************************************/
/*********************************** CATEGORY & SUBCATEGORY INTRO TEXT *************************************/
/***********************************************************************************************************/

#catIntroContainer
{
    padding:10px 0 10px 0;
    border:solid 1px #e3e3e3;
    background:  url(https://az702058.vo.msecnd.net/gift/images/white-background.png);
}

.catIntroContainer
{
    padding:10px 0 10px 0;
    border:solid 1px #e3e3e3;
}

.followus
{
    margin-top: 7px;   
    position: relative;
    height: 42px;
    background:  url(https://az702058.vo.msecnd.net/gift/images/contact-followus.png) 18px 3px no-repeat;
}

.followus .shareIcons
{
    position: absolute;
    right: 10px;  
}

.followus .shareIcons img
{
    margin-right: 10px; 
}

.greyIcon
{
    background:#c4c4c4 url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat right -702px;
}

.blueIcon
{
    background:#9fadc7 url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat right -702px;
}

.greyWithDots
{
    background:#cfcfcf url(https://az702058.vo.msecnd.net/gift/images/cat-header-icon-grey-dots.gif) no-repeat right -2px;
}

#catIntroContainer h1, h1.staticHeader, .catIntroContainer h1
{
    width: 718px;
    min-height: 35px;
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    color: white;
    overflow: hidden;
    /*text-transform:uppercase;*/
}

#catIntroContainer p
{
    width:698px;
    padding:10px 20px 0 15px;
    margin:0;
    font-size:15px;
    color:#24519e;
    line-height:22px;
}

/*RETAIL RANGE ONLINE PAGE*/
#retailRangeContent
{
    margin:35px 15px 15px 15px;
    padding:20px;
    border:solid 2px #e3e3e3;
    color:#3f3f3f;
}

#retailRangeContent h3
{
    font-size:20px;
    font-weight:bold;
    padding:0 0 12px 0;
    margin:0;
}

#retailRangeContent p
{
    width:auto;
    padding:0 0 12px 0;
    margin:0;
    font-size:15px;
    color:#3f3f3f;
    line-height:normal;
}


#retailRangeWhereHolder
{
    float:left;
    width:664px;
    min-height:400px;
}

#retailRangeWhereLeft
{
    float:left;
    width:450px;
}

#retailRangeWhereLeft .soldInImage
{
    width:370px;
    margin:0 auto;
}

#retailRangeWhereRight
{
    float:left;
    width:214px;
}

#retailRangeStandImg
{
    position:absolute;
    left:35px;
    top:-36px;
}

#retailRangeThumbScroller {
    margin:0 0 15px 0;
    width:450px;
    height:126px;
}

#retailRangeThumbScroller #wrapper
{
    float:left;
	width:394px;
	height:126px;
	overflow: hidden;
}

#retailRangeThumbScroller #carousel .retailThumb
{
	float:left;
	display:block;
	margin-right:2px;
	margin-left:2px;
}

#retailRangeThumbScroller #carousel a
{
    float:left;
	display:block;
}

#retailRangeThumbScroller #carousel img
{
    float:left;
    display:block;
	border:none;
}

#retailRangeThumbScroller .buttonHolder
{
    float:left;
    width:28px;
    height:68px;
    padding-top:58px;
}

#retailRangeThumbScroller #prev, #retailRangeThumbScroller #next
{
    display:block;
    width:25px;
	height:35px;
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
}

#retailRangeThumbScroller #prev
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/imageGallery/retailrange/btn-prev.jpg);
    margin:0 8px 0 0;
}

#retailRangeThumbScroller #next
{
	background-image:url(https://az702058.vo.msecnd.net/gift/images/imageGallery/retailrange/btn-next.jpg);
	margin:0 0 0 8px;
}

.seeAllButton
{
    height:32px;
    margin:0 0 20px 0;
}

#retailRangeContent #onlineVoucherPackHolder
{
    border:solid 1px #315aa1;
}

#retailRangeContent #onlineVoucherPackTitle
{
    height:34px;
    padding:0 0 0 15px;
    margin:15px 0 0 0;
    background-color:#315aa1;
}

#retailRangeContent #onlineVoucherPackTitle h3
{
    line-height:34px;
    font-size:20px;
    font-weight:bold;
    color:#8ea7d1;
}

#retailRangeContent #onlineVoucherPackContent
{
    padding:15px;
}

#retailRangeContent #onlineVoucherPackContent img
{
    float:right;
    margin:0 0 8px 8px;
}


/***********************************************************************************************************/
/********************************************* CATEGORY PAGE ***********************************************/
/***********************************************************************************************************/

.subcatImg
{
    width:304px;
    height:302px;
    float:left;
    margin:0 0 0 44px;
    padding:0 0 35px 0;
}

.subcatImgOverlay
{
    position:absolute;
    width:304px;
    height:302px;
    left:0px;
    top:0;
    background:url(https://az702058.vo.msecnd.net/gift/images/subcat-overlay.png) no-repeat top left;
}

.subcatImg .paraPriceContainer
{
    position:absolute;
    width:84px;
    height:46px;
    top:26px;
    left:208px;
    text-align:center;
    overflow:hidden;
    color:#ffffff;        
}

.subcatImg .paraPriceContainer .poundSign
{
    font-size:24px;
    height:46px;
    height:92px;
    vertical-align:top;
    line-height:32px;
}

.subcatImg .paraPriceContainer .paraPrice
{
    font-size:39px;
    height:46px;
    vertical-align:top;
}

.specialOfferPercentageContainer
{
    position:absolute;
    width: 62px;
    height: 45px;
    top: -9px;
    right: 65px;
    text-align:center;
    overflow:hidden;
    color:#15649f;
    background: url(https://az702058.vo.msecnd.net/gift/images/discount-overlay.png);
    padding-top: 6px;
    padding-left: 8px;
}

.specialOfferPercentageContainer .percentSign, .specialOfferPercentageContainer .poundSign
{
    font-size:14px;
    height:28px;
    vertical-align:top;
    line-height:20px;
}

.specialOfferPercentageContainer .offText
{
    display: block;
    font-size:15px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height:8px;
}

.specialOfferPercentageContainer .specialOfferPercent, .specialOfferPercentageContainer .specialOfferPrice
{
    font-size:24px;
    height:28px;
    vertical-align:top;
}



.subcatImg .paraCatName
{
    position:absolute;
    top:245px;
    left:0;
    padding:10px 12px;
    color:#ffffff;
    font-size:19px;
    background-color:#1e4382;
}

.subcatImg .hypImage a
{
    position:absolute;
    top:15px;
    left:0;
    width:304px;
    height:287px;
    cursor:pointer;
    text-decoration:none;
}

.subcatImg .hypImage a:link, .subcatImg .hypImage a:visited, .subcatImg .hypImage a:hover, .subcatImg .hypImage a:active {text-decoration:none;}

.subcatImg img
{
    margin:15px 0 0 0;
}

.SEOTextHolder
{
    /*width:610px;*/
    /*margin:0 0 0 44px;*/
    padding:20px 20px 8px 20px;
    border:solid 1px #E3E3E3;
    font-size:15px;
}

.SEOHeader
{
    font-weight:bold;
}

/***********************************************************************************************************/
/********************************************* SUBCATEGORY PAGE ********************************************/
/***********************************************************************************************************/
/*Search function GTPaging.ascx*/
.pageNoHolder
{
    height:27px;
    padding:0 0 20px 0;
}

.pageFindHolder
{
    float:left;
    font-size:15px;
    color:#5d5d5d;
}

.pageFindHolder a
{
    float:left;
    display:block;
    height:22px;
    padding-top:5px;
    background-position:top left;
    background-repeat:no-repeat;
    text-decoration:none;
}

.pageFindHolder a.pageFindPrevious
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/btn-previous.png);
    width:102px;
    padding-left:32px;
    margin:0 3px 0 0;
    cursor:pointer;
}

.pageFindHolder a.pageFindNext
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/btn-next.png);
    width:114px;
    padding-left:20px;
    margin:0 0 0 3px;
}

a.pageFindPrevious:link, a.pageFindNext:link, a.pageFindPrevious:visited, a.pageFindNext:visited {color:#5d5d5d;text-decoration:none;}
a.pageFindPrevious:hover, a.pageFindNext:hover {color:#5d5d5d;text-decoration:none;}
a.pageFindPrevious:active, a.pageFindNext:active {color:#5d5d5d;text-decoration:none;}

.pageFindHolder a.pageFindPreviousFalse
{
    color:#bfbfbf;
    background-image:url(https://az702058.vo.msecnd.net/gift/images/btn-previous-false.png);
    width:102px;
    padding-left:32px;
    margin:0 3px 0 0;
    cursor:default;
}

.pageFindHolder a.pageFindNextFalse
{
    color:#bfbfbf;
    background-image:url(https://az702058.vo.msecnd.net/gift/images/btn-next-false.png);
    width:114px;
    padding-left:20px;
    margin:0 0 0 3px;
    cursor:default;
}

a.pageFindPreviousFalse:link, a.pageFindNextFalse:link, a.pageFindPreviousFalse:visited, a.pageFindNextFalse:visited {color:#bfbfbf;text-decoration:none;}
a.pageFindPreviousFalse:hover, a.pageFindNextFalse:hover {color:#bfbfbf;text-decoration:none;}
a.pageFindPreviousFalse:active, a.pageFindNextFalse:active {color:#bfbfbf;text-decoration:none;}

a.pageNo
{
    float:left;
    height:24px;
    width:28px;
    display:block;
    padding-top:3px;
    margin:0 3px;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-subcatpage-no.png) no-repeat top left;
    color:#ffffff;
    font-weight:bold;
    font-size:18px;
    text-align:center;
    cursor:pointer;
}

a.pageNoVisiting
{
    float:left;
    height:24px;
    width:28px;
    display:block;
    padding-top:3px;
    margin:0 3px;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-subcatpage-no-active.png) no-repeat top left;
    color:#ffffff;
    font-weight:bold;
    font-size:18px;
    text-align:center;
    cursor:default;
}

a.pageNo:link, a.pageNoVisiting:link, a.pageNo:visited, a.pageNoVisiting:visited {color:#ffffff;text-decoration:none;}
a.pageNo:hover, a.pageNoVisiting:hover  {color:#ffffff;text-decoration:none;}
a.pageNo:active, a.pageNoVisiting:active {color:#ffffff;text-decoration:none;}


#sortBy
{
    height:31px;
    background-color:#e4e8eb;
    /*background: url(https://az702058.vo.msecnd.net/gift/images/sortBy-bg.gif) repeat-x;*/
	background:linear-gradient(to bottom, #f6f8f9 1%,#e5ebee 50%,#d8dfe3 50%,#f1f4f6 100%);
    padding:4px 12px 0 20px;
    margin:0 0 10px 0;
    border: 1px solid #f1f1f1;
}

#sortBy h3
{
    float:left;
    padding:3px 0 0 0;
    margin:0;
    color:#828893;
    font-size:18px;
    font-weight:normal;
    
}

#sortBy .btnSortPrice
{
    float:right;
    width:130px;
    height:23px;
    margin:0 0 0 20px;
	border:solid 2px #e8e8e8;
	border-radius:4px;
    background:#f2f2f2;
	background:linear-gradient(#ffffff, #eeeeee);
}

#sortBy .btnSortPrice input
{
    display:block;
    width:130px;
    height:23px;
    margin:0;
    padding:0 0 0 34px;
    font-size:15px;
    text-align:left;
    color:#5d5d5d;
    cursor:pointer;
	border:none;
	border-radius:2px;
	background-color:transparent;
	background-image:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png);
	background-repeat:no-repeat;
}

#sortBy .btnSortPrice input.btnSortPriceAsc
{
    background-position:left -800px;
}

#sortBy .btnSortPrice input.btnSortPriceDesc
{
    background-position:left -840px;
}

/*NORMAL SUBCATEGORY PRODUCT*/
.productImgContainer
{
    float:left;
    width:230px;
    /*To keep the height the same each elements has its own height with .copyContainer has
    overflow hidden (hopefully this will never be needed but will keep all heights just in case) */
    /*Because this is in a repeater every third one needs no right margin, have set
    it up for the moment that every third one doesn't butt up against contentContainer*/
    /*padding:10px 6px 0 0;*/
    padding:10px 0px 0 0;
    margin:0 16px 22px 0;
    background-color: White;
}
.productImgContents
{
    width:214px;
    padding:7px 7px 0 7px;
    border:solid 1px #e8e8e8;
}

.productImgContainer .paraPriceContainer
{
    position:absolute;
    width:60px;
    height:38px;
    top:-10px;
    left:170px;
    padding:13px 0 0 6px;
    background:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat left -530px;
    text-align:center;
    overflow:hidden;
    color:#ffffff;
}

.productImgContainer .paraPriceContainer .poundSign
{
    font-size:17px;
    height:38px;
    vertical-align:top;
    line-height:26px;
}

.productImgContainer .paraPriceContainer .paraPrice
{
    font-size:25px;
    height:38px;
    vertical-align:top;
}

.productImgContents a
{
    display:block;
}

.productImgContents img
{
    display:block;
    max-width:212px;
    height:160px;
    margin:0 0 7px 0;
    border:solid 1px #e8e8e8;
    overflow:hidden;
}

.productImgContents .copyContainer
{
    /*This "fixes" the height so the button appears at the bottom of .productImgContents after .copyContainer */
    /*Pre Reevoo button added height:72px;*/
    height:80px;
    overflow:hidden;
}

.productImgContents .copyContainer .paraprodName a
{
    display:inline;
    font-size:12px;
    color:#1e4382;
}

.productImgContents .copyContainer .paraprodName a:link, .productImgContents .copyContainer .paraprodName a:visited {color:#1e4382;text-decoration:none;}
.productImgContents .copyContainer .paraprodName a:hover {color:#1e4382;text-decoration:underline;}
.productImgContents .copyContainer .paraprodName a:active {color:#1e4382;text-decoration:none;}

.productImgContainer .copyContainer h2
{
    display:inline;
    padding:0 0 4px 0;
    margin:0;
    font-size:13px;
    font-weight:bold;
    color:#1e4382;
}

.ReevooReviewsProdSub
{
    margin:4px 0;
}
.copyContainer .divReviews
{
    min-height:17px;
}

.lnkReadReview
{
    float:left;
    padding:0 0 0 5px;
}

.lnkWriteReview
{
    padding:0 0 5px 0;
}

.lnkReadReview a, .lnkWriteReview a
{
    cursor:pointer;
    color:#5d5d5d;
    text-decoration:underline;
}

.lnkReadReview a:link, .lnkReadReview a:visited, .lnkWriteReview a:link, .lnkWriteReview a:visited {color:#5d5d5d;text-decoration:underline;}
.lnkReadReview a:hover, .lnkWriteReview a:hover {color:#5d5d5d;text-decoration:none;}
.lnkReadReview a:active, .lnkWriteReview a:active {color:#5d5d5d;text-decoration:underline;}

.lnkMoreInfo
{
    float:left;
    height:30px;
    margin:0 0 5px 0;
    color:#5d5d5d;
}

.lnkMoreInfo a.information
{
    float:left;
    display:block;
    width:30px;
    height:30px;
    margin-right:12px;
    background:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat left -750px;
    cursor:pointer;
}

.lnkMoreInfoOld
{
    float:left;
    height:33px;
    margin:0 0 5px 0;
    color:#5d5d5d;
}

.lnkMoreInfoOld a.informationOld
{
    display:block;
    width:122px;
    height:24px;
    padding:9px 0 0 42px;
    color:#5d5d5d;
    font-size:14px;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-more-info.jpg) no-repeat top left;
    text-decoration:none;
}

.lnkMoreInfo input.buyNow
{
    float:left;
    display:block;
    width:98px;
    height:28px;
    margin:0;
    border:none;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-shadow: 1px 1px 2px #4b8000;
    /*background:url(https://az702058.vo.msecnd.net/gift/images/btn-buynow.png) no-repeat left top;*/
	border:solid 1px #e8e8e8;
	border-radius:2px;
	background:#73ab00;
	background:linear-gradient(to bottom, #abc834 0%,#8fba2b 50%,#72aa00 50%,#9ac442 100%);
    cursor:pointer;
}

/*.lnkReadReview a:link, .lnkReadReview a:visited {color:#5d5d5d;text-decoration:none;}
.lnkReadReview a:hover {color:#5d5d5d;text-decoration:none;}
.lnkReadReview a:active {color:#5d5d5d;text-decoration:none;}*/

/*START RETAIL RANGE PRODUCT*/
/*ORIGINAL RETAIL RANGE WITH 4 PRODUCTS PER WIDTH*/
/*#retailRangeProductImg .productImgContainer{float:left;width:168px;padding:10px 0 0 0;margin:0 17px 22px 0;}
#retailRangeProductImg .productImgContents{width:154px;padding:5px 5px 0 5px;border:solid 2px #e8e8e8;}
#retailRangeProductImg .productImgContainer .paraPriceContainer{position:absolute;width:60px;height:38px;top:-10px;left:105px;padding:13px 0 0 8px;background:url(https://az702058.vo.msecnd.net/gift/images/product-price-bg-small.png) no-repeat top left;text-align:center;overflow:hidden;color:#ffffff;}
#retailRangeProductImg .productImgContents img{display:block;width:150px;height:200px;margin:0 0 7px 0;border:solid 2px #e8e8e8;overflow:hidden;}
.productImgContents .copyContainer .paraprodName a{font-size:12px;color:#1e4382;}
#retailRangeProductImg .lnkMoreInfo a{float:left;display:block;width:30px;height:30px;margin-right:12px;background:url(https://az702058.vo.msecnd.net/gift/images/btn-moreinfo.png) no-repeat left top;cursor:pointer;}*/

#retailRangeProductImg .productImgContainer
{
    float:left;
    width:230px;
    padding:10px 0 0 0;
    margin:0 16px 22px 0;
}
#retailRangeProductImg .productImgContents
{
    width:214px;
    padding:7px 7px 0 7px;
    border:solid 1px #e8e8e8;
}

#retailRangeProductImg .productImgContainer .paraPriceContainer
{
    position:absolute;
    width:60px;
    height:38px;
    top:-10px;
    left:168px;
    padding:13px 0 0 8px;
    background:url(https://az702058.vo.msecnd.net/gift/images/product-price-bg-small.png) no-repeat top left;
    text-align:center;
    overflow:hidden;
    color:#ffffff;
}

#retailRangeProductImg .productImgContents a.retailImgLink
{
    display:block;
    max-width:168px;
    margin:0 auto;
}

#retailRangeProductImg .productImgContents img
{
    display:block;
    max-width:168px;
    height:200px;
    margin:0 auto 7px auto;
    border:solid 1px #e8e8e8;
    overflow:hidden;
}

#retailRangeProductImg .lnkMoreInfo a
{
    float:left;
    display:block;
    width:30px;
    height:30px;
    margin-right:12px;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-moreinfo.png) no-repeat left top;
    cursor:pointer;
}
/*END RETAIL RANGE PRODUCT*/

.subCatNoProducts p
{
    padding:0 0 0 20px;
    margin:0;
    font-size:18px;
    color:#24519e;
}

/*ProductUnavailable.aspx*/

.productUnavailable p
{
    float:left;
    margin:0;
    padding:0;
    font-size:15px;
    line-height:28px;
}

.productUnavailable span
{
    float:left;
    margin:0 5px 0 0;
}

.productUnavailable a
{
    float:left;
    display:block;
    width:86px;
    line-height:28px;
    color:#ffffff;
    text-decoration:none;
    text-align:center;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-click-here.png) no-repeat top left;
    cursor:pointer;
}

.productUnavailable a:link, .productUnavailable a:visited {color:#ffffff;text-decoration:none;}
.productUnavailable a:hover {color:#ffffff;text-decoration:none;}
.productUnavailable a:active {color:#ffffff;text-decoration:none;}

/***********************************************************************************************************/
/********************************************* PRODUCT PAGE ************************************************/
/***********************************************************************************************************/

.paraProductTitle
{
    min-height:30px;
    padding: 8px 140px 8px 10px;
    margin:0 5px 5px 4px;
    border:solid 2px #e8e8e8;
    /*background:#78bcf1 url(https://az702058.vo.msecnd.net/gift/images/product-title-bg.jpg) repeat-x bottom left;*/
	background:#3d65aa;
	background:linear-gradient(#77baef, #2f549b);
    color:#ffffff;
    font-size:22px;
    line-height:29px;
}

#productBgOverflow
{
    float:left;
    width:740px;
    background:url(https://az702058.vo.msecnd.net/gift/images/product-highlight-bg-yrepeater.gif) repeat-y top left;
}

#productContainer
{
    float:left;
    width:731px;
    padding:0 5px 5px 4px;
    background:url(https://az702058.vo.msecnd.net/gift/images/product-highlight-bg.png) no-repeat top left;
    border-bottom:solid 2px #e8e8e8;
}

#productImgContainer
{
    float:left;
    width:458px;
    min-height:348px;
    padding:4px 0 0 4px;
    border:solid 2px #e8e8e8;
    background-color:#ffffff;
}

#productImgContainer #imageBorder
{
    /*display:block;*/
    width:450px;
    height:340px;
    overflow:hidden;
    border:solid 2px #e8e8e8;
}

#productInfoContainer
{
    float:right;
    width:257px;
    min-height:256px;
    padding:96px 0 0 0;
    border:solid 2px #e8e8e8;
    background-color:#ffffff;
}

#productInfoContainer .paraPriceContainer
{
    position:absolute;
    width:153px;
    height:90px;
    top:-121px;
    left:33px;
    padding:20px 0 0 20px;
    background:url(https://az702058.vo.msecnd.net/gift/images/product-price-bg.png) no-repeat top left;
    text-align:center;
    overflow:hidden;
    color:#ffffff;
}

#productInfoContainer .paraPriceContainer .poundSign
{
    font-size:36px;
    height:90px;
    vertical-align:top;
    line-height:58px;
}

#productInfoContainer .paraPriceContainer .paraPrice
{
    font-size:66px;
    height:90px;
    vertical-align:top;
}

#productInfoContainer .btnBuyNow
{
    width:136px;
    height:46px;
    margin:0 auto 10px auto;
    
}

#productInfoContainer .btnBuyNow input
{
    display:block;
    width:132px;
    height:42px;
    margin:0;
    font-size:24px;
    color:#ffffff;
    text-align:center;
	line-height:42px;
    border:solid 1px #9ac341;
    cursor:pointer;
    /*background:url(https://az702058.vo.msecnd.net/gift/images/btn-product-buy-now.jpg) no-repeat top left;*/
	background:#7ab004;
	background:linear-gradient(to bottom, #eff5d9 1px,#afcb3a 2px,#8fba2c 50%,#72aa00 50%,#94c416 100%);
	box-shadow:0px 1px 1px 1px #dddddd;
}

.pleaseSelectError select
{
    border: 2px solid red;
}

p.pleaseSelectErrorMessage
{
    padding: 10px 20px;
    color: Red;
}

.reevooProductInfoStrap
{
    width:243px;
    height:auto;
    margin:0 0 4px 7px;
}

.reevooProductInfoStrap .reevoomark_badge
{
    margin:0 auto !important;
}

.productInfoStrap
{
    width:239px;
    height:42px;
    margin:0 0 4px 7px;
	border:solid 2px #e8e8e8;
	border-radius:4px;
	background:#f0f0f0;
	background:linear-gradient(#ffffff, #eeeeee);
}

.productInfoStrap#locations:hover
{
    cursor: pointer;
}

.productInfoStrap::after
{

    content: " ";
    display:block;
    clear:both;
	overflow:hidden;
	visibility:hidden;
    line-height: 0;
    height: 0;
}

.productInfoStrap .icon
{
	float:left;
	height:42px;
	width:43px;
	margin-right:12px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	border-right:solid 2px #e8e8e8;
	background-image:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png);
	background-repeat:no-repeat;
}

.productInfoStrap #deliveryIcon{background-position:left -1020px;}
.productInfoStrap #locationsIcon{background-position:left -1080px;}
.productInfoStrap #voucherValidIcon{background-position:left -1140px;}

.productInfoStrap .productInfoStrapText, .productInfoStrap .productInfoStrapTextSmaller
{
	float:left;
	height:42px;
	line-height:42px;
    font-size:17px;
    color:#5d5d5d;
}

.productInfoStrap .productInfoStrapTextSmaller
{
    font-size:15px !important;
}

.productInfoStrap p.doubleline
{
    display:block;
    padding:6px 0 0 0;
    margin:0;
    font-size:14px;
    color:#5d5d5d;
	line-height:16px;
}

/*.productInfoStrap#starRating
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/product-star-rating-bg.png);
}*/




.productInfoStrap#nights
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/product-nights-bg.png);
}



/*Star Ratings in top product information*/

.productInfoStrap#starRating .stars
{
    display:block;
    height:17px;
    width:188px;
    padding:7px 0 3px 55px;
}

.productInfoStrap#starRating p
{
    display:block;
    padding:0 0 0 55px;
    margin:0;
    font-size:12px;
    line-height:12px;
}

.small_star_rating
{
    float:left;
    width:19px;
    height:17px;
    margin:0px;
    padding:0px;
    display:block;
    background-repeat:no-repeat;
    cursor:default;
}

.small_star_filled
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/small-star-full.png);
}
        
.small_star_empty
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/small-star-empty.png);
}

.small_star_saved
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/small-star-full.png);
}

#productContainerFooter
{
    clear:both;
    padding:5px 0 0 0;
}

.reevooProductFooterBtn
{
    float:left;
    width:auto;
    height:36px;
    margin:0 6px 0 0;
}

.productFooterBtn
{
    float:left;
    width:172px;
    height:36px;
    margin:0 6px 0 0;
    background-position:top left;
    background-repeat:no-repeat;
}

.productFooterBtn.watchVideo
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/btn-watch-video.png);
}

.productFooterBtn#readReview
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/btn-read-review.png);
}

.productFooterBtn#writeReview
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/btn-write-review.png);
}

.productFooterBtn#writeReviewFirst
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/btn-write-review-first.png);
    width:254px;
}

.productFooterBtn.watchVideo a, .productFooterBtn#readReview a, .productFooterBtn#writeReview a
{
    display:block;
    width:130px;
    height:26px;
    padding:10px 0 0 42px;
    margin:0;
    cursor:pointer;
    text-decoration:none;
    color:#5d5d5d;
    font-size:16px;
}

.productFooterBtn#writeReviewFirst a
{
    display:block;
    width:212px;
    height:26px;
    padding:10px 0 0 42px;
    margin:0;
    cursor:pointer;
    text-decoration:none;
    color:#5d5d5d;
    font-size:16px;
}

.productFooterBtn.watchVideo a:link, .productFooterBtn.watchVideo a:visited, .productFooterBtn.watchVideo a:hover, .productFooterBtn.watchVideo a:active  {color:#5d5d5d;text-decoration:none;}
.productFooterBtn#readReview a:link, .productFooterBtn#readReview a:visited, .productFooterBtn#readReview a:hover, .productFooterBtn#readReview a:active  {color:#5d5d5d;text-decoration:none;}
.productFooterBtn#writeReview a:link, .productFooterBtn#writeReview a:visited, .productFooterBtn#writeReview a:hover, .productFooterBtn#writeReview a:active  {color:#5d5d5d;text-decoration:none;}
.productFooterBtn#writeReviewFirst a:link, .productFooterBtn#writeReviewFirst a:visited, .productFooterBtn#writeReviewFirst a:hover, .productFooterBtn#writeReviewFirst a:active  {color:#5d5d5d;text-decoration:none;}

.productFooterSocialBtn
{
    float:right;
    width:36px;
    height:36px;
    margin:0 0 0 6px;
    background-position:top left;
    background-repeat:no-repeat;
}

.productFooterSocialBtn a
{
    display:block;
    width:36px;
    height:36px;
    cursor:pointer;
}

.productFooterSocialBtn#facebook
{
    background-image:url(https://az702058.vo.msecnd.net/gift/images/btn-facebook-small.png);
}

/* Social buttons for products */

.socialLinks
{
    display:block;
	padding:4px 3px;
	border:solid 2px #e8e8e8;
	border-radius:3px;
}

.socialLinks-inner
{
    height: 100px;
}

.addthis_toolbox a
{
    float: left;   
}

a.productSocialBtn
{
	display:block;
	height:26px;
	margin:0 3px;
	border:solid 2px #e8e8e8;
	background:#f6f6f6;
	background: linear-gradient(#ffffff, #ededed);
	border-radius:3px;
	font-size:14px;
	line-height:28px;
	color:#5d5d5d;
	text-decoration:none;
}

a.productSocialBtn:link, a.productSocialBtn:visited, a.productSocialBtn:hover, a.productSocialBtn:active {color:#5d5d5d;text-decoration:none;}

.socialLinks span.selfIcon
{
	display:block;
	height:26px;
	padding:0 10px 0 36px;
	background-image:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png);
	background-repeat:no-repeat;
}

.print{background-position:left -1245px;}
.share{background-position:left -1290px;}
.fbLike{background-position:left -1335px;}
.addToFavourites{background-position:left -1380px;}

.socialLinks span.addThisIcon
{
	display:inline-block;
	float:right;
	height:26px;
	padding:0 10px;
}

.productSocialBtn #___plusone_0
{
	width:55px !important;
	margin-top:3px !important;
	margin-left:3px !important;
}

/*REMOVED IF THERE IS A NUMBER VALUE OF PINS
	.addthis_button_pinterest_pinit
{
	width:40px !important;
}*/

.addthis_button_pinterest_pinit iframe
{
	margin-top:3px;
}

/*.myplusone
{
    width: 155px;
    height: 18px;
    background-image: url(https://az702058.vo.msecnd.net/gift/images/share/plusone-btn.gif);
    text-align: left;
    padding: 6px !important;
}*/

/*.mypintrest
{
    width: 111px;
    height: 22px;
    background-image: url(https://az702058.vo.msecnd.net/gift/images/share/pintrest-btn.gif);
    text-align: left;
    padding: 4px 6px !important;
    margin: 0 2px;
    margin-right: 0px !important;
    top: 0 !important;
}*/



/*Product Page Slideshow*/

#productImgContainer #slides
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}

#productImgContainer #slides .slidesTitle
{
    padding: 10px 30px 10px 20px;
    position:absolute;
	top:10px;
	left:10px;
	z-index:200;
	height: 46px;
	color: #1e4382;
	font: 30px Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
}

#productImgContainer #slides .slidesTitle .spLeft
{
    display: block;
    width: 20px;
    height: 66px;
    position:absolute;
    background: url(https://az702058.vo.msecnd.net/gift/images/spLeft-bg.png);
    top: 0;
    left: 0;
}

#productImgContainer #slides .slidesTitle .spRight
{
    display: block;
    width: 30px;
    height: 66px;
    position:absolute;
    background: url(https://az702058.vo.msecnd.net/gift/images/spRight-bg.png);
    top: 0;
    right: 0;
}

#productImgContainer #slides .slidesTitle .spMiddle
{
    display: block;
    width: 100%;
    height: 56px;
    background: url(https://az702058.vo.msecnd.net/gift/images/spMiddle-bg.png);
    padding-top: 10px;
    position: relative;
    top: -10px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#productImgContainer .slides_container
{
	width:450px;
	overflow:hidden;
	position:relative;
	display:none;
}

#productImgContainer .slides_container div.slide
{
	width:450px;
	height:340px;
	display:block;
}

#productImgContainer #slides ul 
{
    padding:0;
    margin:0;
}

#productImgContainer .pagination
{
	display:none;
    z-index:200;
	position:absolute;
	top:312px;
	right:5px;
	width:auto;
	height:22px;
}

#productImgContainer .pagination li
{
	display:none;
    float:left;
	margin:0;
	padding:0;
	list-style:none;
}


#productImgContainer .pagination li a
{
	display:none;
	float:left;
	width:22px;
	height:22px;
	margin:0 5px 0 0;
	background:url(https://az702058.vo.msecnd.net/gift/images/imageGallery/pagination.png) no-repeat top left;
	overflow:hidden;
	text-indent:-9999px;
}

#productImgContainer .pagination li.current a {
	display:none;
    background:url(https://az702058.vo.msecnd.net/gift/images/imageGallery/paginationActive.png) no-repeat top left;
}

#productImgContainer #slides .prev
{
	position:absolute;
	top:145px;
	left:5px;
	width:29px;
	height:50px;
	display:block;
	z-index:101;
	background:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat left -880px;
	text-indent:-1000px;
}


#productImgContainer #slides .next
{
	position:absolute;
	top:145px;
	left:416px;
	width:29px;
	height:50px;
	display:block;
	z-index:102;
	background:url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat left -950px;
	text-indent:-1000px;
}

#productImgContainer #slides .prev img, #productImgContainer #slides .next img
{
    border:none;
}

/*End Product Page Slideshow*/

/*Homepage Slideshow*/

#mainImageContainer #slides
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
}

.slides_home_container 
{
	width:738px;
	overflow:hidden;
	position:relative;
	border-bottom:solid 1px #dbdbdb;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_home_container div.slide
{
	width:738px;
	height:258px;
	display:block;
}

#mainImageContainer ul.pagination 
{
    height:24px;
	/*Width of each button 16px (width 10px + 6px margin)*/
	width:80px;
	margin:0 auto;
	padding:0;
}

#mainImageContainer ul.pagination li
{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}

#mainImageContainer ul.pagination li a
{    
    display: block;
    width:10px;
    height:10px;
	margin:7px 3px 0 3px;
	background-image:url(https://az702058.vo.msecnd.net/gift/images/sprite-pagination.png);
	background-repeat:no-repeat;
    background-position:left -50px;
    overflow: hidden;
    text-indent: -9999px;
}

#mainImageContainer ul.pagination li.current a
{    
    background-position:left -60px;
}

#mainImageContainer ul.pagination li a img
{    
	border:none;
}

#mainImageContainer #slides a.prev
{
	position:absolute;
	display:block;
	top:259px;
	left:0px;
	width:34px;
	height:24px;
	line-height:24px;
	padding-left:30px;
	border-right:solid 1px #dbdbdb;
	z-index:101;
	background-color:#ebebeb;
	font-size:12px;
	background:url(https://az702058.vo.msecnd.net/gift/images/sprite-pagination.png) no-repeat 7px 4px ;
}


#mainImageContainer #slides a.next
{
	position:absolute;
	display:block;
	top:259px;
	right:0px;
	width:34px;
	height:24px;
	line-height:24px;
	padding-right:30px;
	border-left:solid 1px #dbdbdb;
	z-index:102;
	background-color:#ebebeb;
	font-size:12px;
	text-align:right;
	background:url(https://az702058.vo.msecnd.net/gift/images/sprite-pagination.png) no-repeat 41px -21px ;
}

#mainImageContainer #slides a.prev:link, #mainImageContainer #slides a.next:link, #mainImageContainer #slides a.prev:visited, #mainImageContainer #slides a.next:visited {color:#bababa;text-decoration:none;}
#mainImageContainer #slides a.prev:hover, #mainImageContainer #slides a.next:hover {color:#bababa;text-decoration:none;background-color:#fafafa;}
#mainImageContainer #slides a.prev:active, #mainImageContainer #slides a.next:active {color:#bababa;text-decoration:none;}

#mainImageContainer #slides .prev img, #mainImageContainer #slides .next img
{
    border:none;
}

/*End Homepage Slideshow*/

/* Category page pagination */
.subCatSlider .pagination 
{    
    z-index: 200;
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 0;
    width: 284px;
    height: auto;
}

.subCatSlider .pagination li
{
	float:none;
	margin:0;
	padding:0;
	list-style:none;
}

.subCatSlider .pagination li a 
{
    display:block;
	width:264px;
	height:24px;
	padding: 8px 10px 10px;
	text-indent: 0;
	float: none;
	text-decoration: none;
	font: 18px Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
	background: url(https://az702058.vo.msecnd.net/gift/images/subcatPagination.png) no-repeat top left;
	color: White;
}

.subCatSlider .pagination li.current a /* Homepage */
{    
    background-position: bottom left;
}

#tabPanelContainer .panel2 h3
{
    padding:0 0 3px 0;
    margin:0;
    font-size:15px;
    font-weight:bold;
}

#tabPanelContainer .panel3 ul
{
    padding:0;
    margin:0;
}

#tabPanelContainer .panel3 li
{
    float:left;
    width:300px;
    list-style-image:url(https://az702058.vo.msecnd.net/gift/images/locations-li-bullet.gif);
    /*padding:0 0 5px 18px;*/
    margin:0 18px 5px 18px;
}

#tabPanelContainer .panel4 h3
{
    padding:0 0 12px 0;
    margin:0;
    font-size:20px;
    font-weight:normal;
}

#customerReviewNewSectionTop
{
    height:22px;
    width:712px;
    padding:0 0 12px 0;
}

.customerReviewNewSection
{
    padding:0 0 12px 0;
}

/******************Star Ratings in Reviews Panel*********************/
/*.small_star_rating is declared in the star top product information*/

/*.star_rating is used for the "Average rating from ? Review(s)*/
.star_rating
{
    float:left;
    font-size:0pt;
    width:25px;
    height:22px;
    margin:0;
    padding:0;
    display:block;
    background-position:top left;
    background-repeat:no-repeat;
    cursor:default;
}

/*.write_star_rating is used in the "Submit your own review" form*/
.write_star_rating
{
    font-size:0px;
    width:25px;
    height:22px;
    margin:0;
    padding:0;
    display:block;
    background-position:top left;
    background-repeat:no-repeat;
    cursor:pointer;
}

.star_filled
{
    background-image: url(https://az702058.vo.msecnd.net/gift/images/star-full.png);
}
        
.star_empty
{
    background-image: url(https://az702058.vo.msecnd.net/gift/images/star-empty.png);
}
        
.star_saved
{
    background-image: url(https://az702058.vo.msecnd.net/gift/images/star-full.png);
}

.reviewsAverageRating
{
    float:left;
    width:auto;
    height:22px;
    margin:0;
    padding:5px 0 0 10px;
    display:block;
    font-weight:bold;
}

.reviewsTop
{
    float:left;
    width:712px;
}

.reviewsTopInfo
{
    float:left;
}

.reviewsTopDate
{
    float:right;
    text-align:right;
    color:#6b6b6b;
}

.customerReviewNewSection .productTitle
{
    float:left;
    padding:0 0 0 10px;
    font-weight:bold;
}

.reviewsReview
{
    clear:left;
    padding:0 0 12px 0;
}

.reviewsName
{
    font-style:italic;
    color:#6b6b6b;
}

.pinkText
{
    color:#dd3988;
}

.reviewsFormRow
{
    float:left;
    clear:left;
    padding:0 0 4px 0;
}

.reviewsFormRowTitle
{
    float:left;
    width:130px;
    padding:0 4px 0 0;
    text-align:right;
}

.reviewsFormRowInput
{
    float:left;
    width:300px;
}

.reviewsFormRowInputField
{
    width:290px;
}

#tabPanel #btnSubmitReview
{
    width:150px;
    height:32px;  
}

.starClickSelect
{
    float:left;
    padding:0 0 0 5px;
    font-size:12px;
    font-style:italic;
}

#tabPanel #btnSubmitReview input
{
    display:block;
    width:150px;
    height:32px;
    margin:0;
    font-size:18px;
    color:#ffffff;
    text-align:center;
    border:none;
    cursor:pointer;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-submit-review.jpg) no-repeat top left;
}

.ddlOptions
{
    width:213px;
    margin:10px 0 0 20px;
    border:solid 2px #9e9e9e;
    font-size:15px;
    color:#5D5D5D;
}

.ddlOptions:focus
{
    outline:#1171ab solid 2px;
}

/***********************************************************************************************************/
/****************************************** PERSONALISED PANEL *********************************************/
/***********************************************************************************************************/

/*TOP ANCHOR LINK BUTTON*/
a.personaliseNow
{
    display:block;
    width:243px;
    height:46px;
    margin:0 auto 10px auto;
    font-size:24px;
    color:#ffffff;
    text-align:center;
    text-decoration:none;
    line-height:46px;
    border:none;
    cursor:pointer;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-personalise-now.jpg) no-repeat top left;
}

a.personaliseNow:link, a.personaliseNow:visited, a.personaliseNow:hover, a.personaliseNow:active {color:#ffffff;text-decoration:none;}

#personalisedPanel
{
    border:solid 2px #ec008c;
    background-color:#ec008c;
    color:#3f3f3f;
    font-size:15px;
}

#personalisedPanelSideTitle
{
    float:right;
    width:60px;
}

#personalisedPanelContainer
{
    float:left;
    width:632px;
    min-height:381px;/*425-44*/
    padding:22px;
    background-color:#ffffff;
}

#personalisedPanelContainer h2
{
    display:block;
    font-size:20px;
    font-weight:normal;
    padding:0 0 4px 0;
    margin:0 0 12px 0;
    border-bottom:solid 2px #ec008c;
}

#personalisedPanelContainer h3
{
    display:block;
    font-size:15px;
    font-weight:normal;
    padding:0;
    margin:0;
}

#personalisedPanelContainer input.txtOption
{
    width:400px;
    padding-left:4px;
    border:solid 2px #f466ba;
    background-color:#f8f8f8;
    font-size:15px;
    color:#3f3f3f;
    line-height:20px;
}

#personalisedPanelContainer input.txtOption:focus
{
    outline: #1171ab solid 2px;
}

#personalisedPanelContainer .lblSize, #personalisedPanelContainer .txtOptionError
{
    font-size:13px;
    margin-left:6px;
}

#personalisedPanelContainer input.btnBuy {
    display:block;
    width:466px;
    height:54px;
    margin:0;
    border:none;
    cursor:pointer;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-personalisation-basket.jpg) no-repeat top left;
}


/***********************************************************************************************************/
/********************************************** FOOTER *****************************************************/
/***********************************************************************************************************/

/*
#footer .centralcol
{
    margin:auto;
    width:750px;
}   
*/ 
#footer .col
{
    float:left;
    width:21%;
    padding: 10px 2% 20px;
}
#footer .col ul
{
    list-style:none;
    padding:0;
    margin:0;
}
#footer .col ul li
{
    padding:6px 0 0;
}
#footer .col ul li ul li
{
    padding: 0 15px;
}
#footer .col a
{
    font-weight: bold;
} 
#footer .col ul li ul li a 
{
    font-weight: normal;
} 
#footer .col a:link,
#footer .col a:visited,
#footer .col ul li b
{
    color:#ffffff;
    text-decoration:none;
    font-size:12px;  
    border:none;      
}  
#footer .col a:hover
{
    color:#c6e4ff; 
    border-bottom:1px dotted #c6e4ff;       
}

#socialFooter .col
{
    float:left;
    width:21%;
    padding:0 2%;
}

#socialFooter a
{
    display:block;
    cursor:pointer;
    width:112px;
    height:27px;
    padding-left:25px;
    margin-top:9px;
    line-height:26px;
    font-weight:bold;
    color:#ffffff;
    text-align:center;
    background-repeat:no-repeat;
} 

#socialFooter a#facebook
{
	background-position:left top;
    background-image:url(https://az702058.vo.msecnd.net/gift/images/sprite-social-buttons.png);
    text-shadow:1px 1px #2e4682;
}

#socialFooter a#twitter
{
	background-position:left -40px;
    background-image:url(https://az702058.vo.msecnd.net/gift/images/sprite-social-buttons.png);
    text-shadow:1px 1px #10adeb;
}

#socialFooter a#pinterest
{
	background-position:left -80px;
    background-image:url(https://az702058.vo.msecnd.net/gift/images/sprite-social-buttons.png);
    text-shadow:1px 1px #961115;
}

#socialFooter a:link, #socialFooter a:visited {color:#ffffff;text-decoration:none;}
#socialFooter a:hover {color:#ffffff;text-decoration:none;}
#socialFooter a:active {color:#ffffff;text-decoration:none;}



/***********************************************************************************************************/
/**************************************** RIGHT PANEL QUICKLINKS *******************************************/
/***********************************************************************************************************/

/*
 * Floating Banner jQuery Plugin v1.0
 * http://code.google.com/p/floatingbanner/
 *
 * Copyright 2010, Funke Web Solutions
 * Released under the GPL Version 3 license.
 *
 * $Id: floatingbanner.css 4172 2010-04-05 05:57:21Z rob $
 */
 .floating-banner {position: fixed !important; top: 0 !important; z-index: 150;}
 
 
 

.QuickLinksHolder
{
    
    /*position: absolute;
    top: 10px;*/
	position:relative;
    /*float: right;
    margin-top: 195px;*/    
}

.QuickLinks
{      
    position: absolute;
    width:164px;
    top: 0px;
    left:914px;
    margin:195px 0 0 6px;
    /*left: -164px;*/
    /*width: 157px;
    position: relative;
    right: -913px;
    padding-top: 110px;
    background: url(https://az702058.vo.msecnd.net/gift/images/screen/quicklinks/top-bg.png) -8px 0 no-repeat;*/
}

.QuickLinks img
{   
    display: block;
}

.quicklinksHome .quicklinksHome-linkbox
{
    border: 2px solid #e4dfdf;
    margin-bottom: 7px;
    position: relative;
    width: 160px;
    height: 151px;
    overflow: hidden;
}

.quicklinksHome .quicklinksHome-linkbox img
{
    width: 160px;
    height: 151px;
}

.quicklinksHome .bottom
{
    margin: 0 !important;
}

.quicklinksHome .quicklinksHome-linkbox a.title,
.quicklinksHome .quicklinksHome-linkbox a.title:visited
{
    position: absolute;
    color: #204280;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    bottom: 6px;
    right: 5px;
    width: auto !important;
    height: auto !important;
    z-index: 1;
}

.quicklinksHome .quicklinksHome-linkbox a
{
    position: absolute;
    width: 160px;
    height: 151px;
    display: block;
}

.quicklinksHome .quicklinksHome-linkbox span
{
    position: absolute;
    width: 160px;
    height: 151px;
    display: block;
    padding: 0;
    margin: 0;
    background: url(https://az702058.vo.msecnd.net/gift/images/rightpanel/quicklinksHome-overlay.png);
    left: 0px;
    bottom: 0px;
}

.quicklinksCategory 
{
    margin-top: 43px;
}

.quicklinksSubCategory 
{
    margin-top: 45px;
}

.quicklinksCategory .productImgContents 
{
    width: 150px;
    padding: 5px 5px 0 5px;
    margin-bottom: 10px;
    border: solid 2px #E8E8E8;
    background-color: White;
}

.quicklinksCategory .productImgContents img 
{
    width: 145px !important;
    height: auto !important;
}

.quicklinksCategory .productImgContents .copyContainer 
{
    height: auto;
    overflow: hidden;
}

.quicklinksCategory .copyContainer a 
{
    color: #1E4382;
    text-decoration: none;
}

.quicklinksCategory .lnkSubCat
{
    position: relative;
    display: block;
    text-decoration: none;    
}

.quicklinksCategory .lnkSubCat span.lblSubCatPrice
{
    display: block;
    width: 49px;
    height: 37px;
    background: url(https://az702058.vo.msecnd.net/gift/images/rightpanel/product-price-bg-rightpanel.png) no-repeat;
    position: absolute;
    top: -7px;
    right: -2px;
    color: White;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    text-indent: 2px;
}

.quicklinksCategory .lnkSubCat span span
{
    font-size: 19px;
    top: 5px;
    position: relative;
}

.quicklinksCategory .copyContainer a:hover 
{
    color: #1E4382;
    text-decoration: underline;
}

.quicklinksCategory .copyContainer h2 
{
    padding: 0 0 4px 0;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    color: #1E4382;
    line-height: 15px;
}

.quicklinksCategory .lnkMoreInfo a.information
{
    /*font-size:13px;*/
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 12px;
    background: url(https://az702058.vo.msecnd.net/gift/images/btn-moreinfo.png) no-repeat left top;
    cursor: pointer;
}

.quicklinksCategory .lnkMoreInfo input.buyNow 
{    
    float:left;
    display:block;
    width:100px;
    height:30px;
    margin:0;
    border:none;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-buynow.png) no-repeat left top;
    cursor:pointer;
}

/* Subcategory */
.quicklinksSubCategory
{
    border: 1px solid #ececec;
    background: #fdfdfd url(https://az702058.vo.msecnd.net/gift/images/rightpanel/quicklinks-bg.gif) repeat-x bottom;
}

.quicklinksSubcategory-name
{
    background: url(https://az702058.vo.msecnd.net/gift/images/rightpanel/Subcategory-name.png) no-repeat top right;
}

.quicklinksSubCategory img
{   
    margin: 3px 4px;
    border: 2px solid #e8e8e8;
}

.quicklinksSubCategory .lnkSubCat
{
    position: relative;
    display: block;
    text-decoration: none;    
}

.quicklinksSubCategory .lnkSubCat span.lblSubCatPrice
{
    display: block;
    width: 49px;
    height: 37px;
    background: url(https://az702058.vo.msecnd.net/gift/images/rightpanel/product-price-bg-rightpanel.png) no-repeat;
    position: absolute;
    top: -7px;
    right: 2px;
    color: White;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    text-indent: 2px;
}

.quicklinksSubCategory .lnkSubCat span span
{
    font-size: 20px;
    top: 5px;
    position: relative;
}

.quicklinksSubcategory-name a.title
{   
    color: #204280;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 105px;
    padding: 10px 10px 20px;
    text-decoration: none;
    background: url(https://az702058.vo.msecnd.net/gift/images/rightpanel/Subcategory-line.png) no-repeat bottom center;
}

.quicklinksSubcategory-name a.title:hover
{   
    text-decoration: underline;
}

/*
.quicklinksSubCategory ul
{   
    margin-top: 10px;
    padding: 0px 50px 10px 00px;
}

.quicklinksSubCategory li
{   
    list-style: none;    
}
*/

.quicklinksSubCategory table
{   
    height: 110px;
    padding: 0px 50px 0px 0px;
}

.quicklinksSubCategory table p
{   
    color: #919191;
    font-size: 12px;
    text-align: center;
    padding: 2px 0 2px 8px;
}

/* Product */
.quicklinksProduct
{
    border: 1px solid #ececec;
    background: #fdfdfd url(https://az702058.vo.msecnd.net/gift/images/rightpanel/quicklinks-bg.gif) repeat-x bottom;
}

.quicklinksProduct-name
{
    background: url(https://az702058.vo.msecnd.net/gift/images/rightpanel/voucherPack-name.png) no-repeat top right;
}

.quicklinksProduct img
{   
    padding: 6px;
}

.quicklinksProduct p
{   
    color: #204280;
    font-size: 14px;
    padding: 10px 47px 10px 10px;
}

.quicklinksProduct ul
{   
    padding: 0px 40px 10px 10px;
    margin: 0;
}

.quicklinksProduct li
{   
    list-style: none;
    background: url(https://az702058.vo.msecnd.net/gift/images/sprite-icons.png) no-repeat left -1203px;
	padding: 2px 0 2px 8px;
}

/*trying to use none image, works but will stick with image!
.quicklinksProduct li::before {
    content: "\2022";
    color:#E1047B;
}*/

.quicklinksProduct li p
{   
    color: #204280;
    font-size: 12px;
    padding: 0 0 0 5px;
    /*padding: 3px 0 3px 8px;*/
}

/* Quick links end */

.txtActKey
{
    width:200px;
    padding:2px;
    border:solid 1px #C4C4C4;
    color:#3F3F3F;
}

.txtActKey:focus
{
    outline:#1171ab solid 2px;
}

.dealRegDDL
{
    border:solid 1px #C4C4C4;
    color:#3F3F3F;
}

.dealRegDDL:focus
{
    outline:#1171ab solid 2px;
}

.dealRegistrationsTable th
{
    font-weight:bold;
    text-align:right;
    padding:0 5px 5px 0;
}

.dealRegistrationsTable td
{
    text-align:left;
    padding:0 0 5px 0;
}

.dealRegistrationsTable input
{
    width:200px;
    padding:2px;
    border:solid 1px #C4C4C4;
    color:#3F3F3F;
}

.dealRegistrationsTable input:focus
{
    outline:#1171ab solid 2px;
}

.dealRegistrationsTable input.dealRegSubmit
{
    float:right;
    border:none;
    width:107px;
    height:27px;
    background:url(https://az702058.vo.msecnd.net/gift/images/checkout/btnFindAddress.png);
    color:white;
    font:bold 12px Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
    cursor:pointer;
}

/* Affiliate banners */
.afternoontea 
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/afternoontea.png) 200px 100% no-repeat;   
}

.timeout
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/timeout.png) 200px 100% no-repeat;   
}

.voucher-king
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/voucher-king.png) 200px 100% no-repeat;   
}

.discount-vouchers-uk
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/discount-vouchers-uk.png) 200px 100% no-repeat;   
}

.voucher-cloud
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/voucher-cloud.png) 200px 100% no-repeat;   
}

.vouchercodes-com
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/vouchercodes-com.png) 200px 100% no-repeat;   
}

.travelzoo
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/travelzoo.png) 200px 100% no-repeat;   
}

.vouchercodes-uk
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/vouchercodes-uk.png) 200px 100% no-repeat;   
}

.myvouchercodes
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/myvouchercodes.png) 200px 100% no-repeat;   
}

.topcashback
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/topcashback.png) 200px 100% no-repeat;   
}

.quidco
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/quidco.png) 200px 100% no-repeat;   
}

.cheapflights
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/cheapflights.png) 200px 100% no-repeat;   
}

.dealchecker
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/dealchecker.png) 200px 100% no-repeat;   
}

.gourmetsociety
{
    width: 914px;
    height: 154px;
    background: url(https://az702058.vo.msecnd.net/gift/images/affheaders/gourmetsociety.png) 200px 100% no-repeat;   
}

/***********************************************************************************************************/
/********************************************* SEARCH MENU *************************************************/
/***********************************************************************************************************/

.searchheading
{
    display: block;
    padding: 10px 10px 10px 9px;  
    color: White;
    font-size: 11px;
    text-transform: uppercase; 
    height: 15px;
    line-height:15px;
    background: #93AEA8;
    background: linear-gradient(#a7bbb9, #8ba9a1);
    border-left:solid 1px #93AEA8;
    border-right:solid 1px #93AEA8;
}

#menuHolder .searchfilters table 
{
    width:100%;
    border:0;
    padding:0;
    margin:0;
    border-collapse:collapse;
    border-spacing:0;
}

.searchfilters td
{
    border: #b9b9b9 1px solid;
    background: #e5e4e2 url(https://az702058.vo.msecnd.net/gift/images/searchfilter-divide-bg.gif) repeat-x top left;
    width: 100%;
    padding: 10px 6px;
    font-size: 11px;
    vertical-align:middle;
}

.searchfilters td input,
.searchfilters td img
{
    float: left;
    margin: 0 4px 0 0;
    padding:0;
}

.searchfilters td label
{
    color: #5d5d5d;
}

.searchfilters td label b
{
    color: #5d5d5d;
}

.searchfilters td span[disabled="disabled"] label
{
    color: #bababa;
}

.searchfilters td span[disabled="disabled"] label b
{
    color: #bababa;
}

/***********************************************************************************************************/
/********************************************* HOW TO BOOK *************************************************/
/***********************************************************************************************************/

.activityInfo
{
    float:left;
    padding:30px 0 15px 0;
}

.activityInfo span
{
    float:left;
    display:block;
    height:27px;
    padding:0 8px 0 0;
    line-height:27px;
    font-size:14px;
    font-weight:bold;
}

.activityInfo input[type="text"]
{
    float:left;
    width:200px;
    height:18px;
    border:1px solid #c4c4c4;
    margin:3px 8px 0 0;
    padding:0 2px;
}

.activityInfo input[type="text"]:focus
{
    outline:#1171ab solid 2px;
}

.activityInfo #btnVnoHolder
{
    float:left;
    width:64px;
    height:27px;
    background:url(https://az702058.vo.msecnd.net/gift/images/btn-actinfo-go.png) no-repeat top left;
}

.activityInfo input[type="submit"]
{
    display:block;
    width:64px;
    height:27px;
    font-size:13px;
    line-height:27px;
    text-align:center;
    font-weight:bold;
    color:#ffffff;
    border:0;
    background:none;
    cursor:pointer;
}

.activityInfo span.lblMessage
{
    float:left;
    clear:left;
    width:480px;
    height:auto;
    padding:0;
    margin:12px 0 0 0;
    font-size:12px;
    line-height:normal;
    font-weight:bold;
    color:#dd3988;
    text-align:center;
    background-color:#ebebeb;
}

/***********************************************************************************************************/
/********************************** ULTIMATE CHOICE STATIC PAGES *******************************************/
/***********************************************************************************************************/

ul.ultimateChoiceExperiences
{
    float:left;
    width:340px;
    padding:0 15px 0 0;
    margin:0;
}

ul.ultimateChoiceExperiences li
{
    
    list-style-image:url(https://az702058.vo.msecnd.net/gift/images/locations-li-bullet.gif);
    list-style-position:inside;
    margin:0 0 5px 0;
}

/*DealRegistration/Choices.aspx*/
#contentRetailExperienceInfo
{
    width:727px;
    margin:0 auto;
    padding:24px 0 24px 0;
    font-size:12px;
    color:#3F3F3F;
}

#contentRetailExperienceInfo h3
{
    margin:0;
    padding:0 0 12px 0;
    font-size:14px;
    font-weight:bold;
}

#contentRetailExperienceInfo h4
{
    margin:0;
    padding:12px 0;
    font-size:12px;
    font-weight:bold;
}

#contentRetailExperienceInfo p
{
    padding:0 0 12px 0;
    margin:0;
}

#contentRetailExperienceInfo .clear
{
    clear:both;
}

#contentRetailExperienceInfo .newSection
{
    padding:12px 0;
}

.enterRegHolder
{
    float:left;
}

#contentRetailExperienceInfo .enterRegHolderHeading h3
{
    margin:0;
    padding:0;
    line-height:20px;
    font-size:14px;
    font-weight:bold;
}

.enterRegHolderTextBox
{
    padding:0 4px;
}

.enterRegHolder #goBtn
{
    float:left;
    width:63px;
    height:22px;
    background:url(https://az702058.vo.msecnd.net/gift/images/dealReg-btnSelect-bg.gif) no-repeat top left;
}

.enterRegHolder #goBtn .goBtn
{
    
    display:block;
    width:63px;
    height:21px;
    font-size:13px;
    text-indent:-2px;
    line-height:21px;
    margin:0;
    padding:0 0 1px 0;
    text-align:center;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
    border:0;
    background:none;
    cursor:pointer;
}

#contentRetailExperienceInfo .divChoices ul
{
    padding:0;
    margin:0;
}

#contentRetailExperienceInfo .divChoices li
{
    float:left;
    width:363px;
    line-height:18px;
    padding:0;
    margin:0;
    list-style:none;
    font-size:12px;
    font-weight:bold;
}

#contentRetailExperienceInfo .divChoices a:link, #contentRetailExperienceInfo .divChoices a:visited {text-decoration:none;color:#1E4382;}
#contentRetailExperienceInfo .divChoices a:hover {text-decoration:underline;color:#1E4382;}
#contentRetailExperienceInfo .divChoices a:active {text-decoration:none;color:#1E4382;}

.GIFT-dealRegBorder
{
    border-left:solid 1px #292969;
    border-right:solid 1px #292969;
    border-bottom:solid 1px #292969;
}

/***********************************************************************************************************/
/****************************************** COOKIE MESSAGE *************************************************/
/***********************************************************************************************************/

.cookieMessageHolder
{
	z-index:4000;
	position:fixed;
	width:100%;
	height:45px;
	padding:6px 0;
	bottom:0;
	left:0;
	background-color:#185c98;
}

#cookieMessage
{
	width:914px;
	margin:0 auto;
	color:#ffffff;
}

#cookieMessage .floatLeft a
{
	font-weight: bold;
	color:#ffffff;
}

#cookieMessage .floatLeft a:link, #cookieMessage .floatLeft a:visited {color:#ffffff;text-decoration:none;}
#cookieMessage .floatLeft a:hover {color:#c6e4ff;border-bottom:1px dotted #c6e4ff;}
#cookieMessage .floatLeft a:active {color:#ffffff;text-decoration:none;}

/***********************************************************************************************************/
/****************************************** UPGRADE PACK POPUP *************************************************/
/***********************************************************************************************************/
#upgradePackContainer
{
	min-width:536px;
	padding:15px;
	border:solid 3px #335b81;
	border-radius:5px;
	background:#f7f7f5;
	background:linear-gradient(to bottom, #dcdcda 0%,#f7f7f5 100%);
	color:#335b81;
	font-size:18px;
}

#upgradePackImage
{
	background:url(https://az702058.vo.msecnd.net/gift/images/upgrade-pack-popup.png) no-repeat center top;
}

#upgradePackContainer h2
{
	font-size:30px;
	font-weight:normal;
	padding:0;
	margin:0;
}

#upgradePackContainer P
{
	padding:0;
	margin:0;
}

#titleBlock
{
	min-height:300px;
}

#descriptionBlock
{
	float:right;
	text-align:right;
}