/** Smartphones (portrait and landscape) ----------- *
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
* Styles *
}

* Smartphones (landscape) ----------- *
@media only screen
and (min-width : 321px) {
* Styles *
}

* Smartphones (portrait) ----------- *
@media only screen
and (max-width : 320px) {
* Styles *
}

* iPads (portrait and landscape) ----------- *
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
* Styles *
}

* iPads (landscape) ----------- *
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
* Styles *
}

* iPads (portrait) ----------- *
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
* Styles *
}

* Desktops and laptops ----------- *
@media only screen
and (min-width : 1224px) {
* Styles *
}

* Large screens ----------- *
@media only screen
and (min-width : 1824px) {
* Styles *
}

* iPhone 4 ----------- *
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
* Styles *
}
*/










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

/*======MUST HAVE'S BEGINS HERE======*/

/*body { behavior: url(csshover3.htc); } */

img, .png-fix, ul.submenu li.current_page_item a { behavior: url(iepngfix.htc); }






body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#f1f2f2;
	
	word-spacing:normal;
	letter-spacing:0.01em
}

a{cursor:pointer;}

img{border:0px;}

/* CSS3 FOR IE */
.pie-fix
{behavior:url(PIE.htc);}

.example
{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.example-just-corners{
    -webkit-transition:
       -webkit-border-radius 0.3s ease-in-out;
 
    -moz-transition:
       -moz-border-radius 0.3s ease-in-out;
 
    -o-transition:
       border-radius 0.3s ease-in-out;

	transition:
		border-radius 0.3s ease-in-out;
}

.example:hover
{
	-webkit-border-radius:25px 0px 25px 0px;
	-moz-border-radius:25px 0px 25px 0px;
	border-radius:25px 0px 25px 0px;
}

.example-shadow{
	-moz-box-shadow:#000 0px 0px 5px;
	-webkit-box-shadow:#000 0px 0px 5px;
	box-shadow:#000 0px 0px 5px;
}

.example-shadow-inset{
	-moz-box-shadow:inset #000 0px 0px 5px;
	-webkit-box-shadow:inset #000 0px 0px 5px;
	box-shadow:inset #000 0px 0px 5px;
}


jquery.multiple-bgs.js{
	position:relative;
	float:left;
	display:block;
	width:956px;
	height:181px;
	border:1px solid #0f0;
	background:url('images/header.png') top left no-repeat; /*for browsers that won't work with*/
	background: url('http://burkedesign.ca/sites/_experiments/css2-and-css3/abstract_0007.jpg') 40px 40px no-repeat, 
				url('http://burkedesign.ca/sites/_experiments/css2-and-css3/abstract_0008.jpg') 280px 0px no-repeat, 
				url('http://burkedesign.ca/sites/_experiments/css2-and-css3/abstract_0009.jpg') 520px 80px no-repeat;
}



a:focus {outline: none;}






.clear{clear:both;}

.hide_me{display:none;}

.left {float:left;}

.right{float:right;}

.aleft{text-align:left;}

.relative {position:relative;}

.margin_top{margin-top:19px;}

.margin_down{margin-bottom:19px;}

.padding_top{padding-top:19px;}

.padding_down{padding-bottom:19px;}

.no_pads{padding:0;margin:0;}

.border_left{border-left:1px solid #ffd695;}

.border_right{border-right:1px solid #ffd695;}

.border_top{ border-top:1px solid #ffd695;}

.border_bottom{ border-bottom:1px solid #ffd695;}

.px_jog{
	float:left;
	margin: 0 -3px; 
	ma\rgin: 0;
}










a {color:#25858f; font-weight:bold; text-decoration:none;}
a:link {color:#25858f;}
a:visited {color:#25858f;}
a:focus {color:#25858f;}
a:active {color:#25858f;}
a:hover {color:#25858f; text-decoration:underline;}

p {
	color:#4c4d4f;
	font-size:15px;
	line-height:20px;
	margin:0px;
	padding:0px 0px 19px 0px;
}

h1 {
	color:#231f20;
	font-size:18px;
	line-height:26px;
	margin:0px;
	padding:0px 0px 19px 0px;
}

/*h1 {
	color:#ffa500;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:24px;
	font-weight:normal;
	margin:0;
	padding:0 0 19px 0;
}*/



/*======MUST HAVE'S ENDS HERE======*/

.wrapper{
	float:left;
	display:block;
	width:100%;
	height:100%;
	padding:0px 0px 55px 0px;
	background:#fff;
}

.big-ol-wrap{
	text-align:left;
	margin:0px auto;
	width:972px;
}


header h1{
	width:100%;
	display:block;
	text-align:center;
	padding:26px 0px 22px 10px;
	margin:0px;
	background:url('images/logo-back.gif') 18px 57px no-repeat;
}

header h1,
header h1 a,
header h1 a img{border:none;}

header h1 a img,
header h1 a
{margin:0px; padding:0px;}


ul.nav{
	position:relative;
	list-style:none;
	padding:0px;
	margin:0px;
	
	width:100%;
	height:42px;
	
	border-top:2px solid #dcddde;
	border-bottom:2px solid #dcddde;
	
	background:url('images/nav.gif') no-repeat;
}

ul.nav li{float:left;}

ul.nav li a{
	position:relative;
	
	float:left;
	display:inline;
	height:42px;
	
	overflow:hidden;
	text-indent:-999px;
	text-decoration:none;
	
	background:url('images/nav.gif') no-repeat;
}

ul.nav li a.home{
	left:17px;
	width:56px;
	background-position:-17px 0px;
}
ul.nav li a.about-park-lane{
	left:74px;
	width:188px;
	background-position:-130px 0px;
}
ul.nav li a.store-directory{
	left:131px;
	width:186px;
	background-position:-375px 0px;
}
ul.nav li a.customer-services{
	left:187px;
	width:198px;
	background-position:-617px 0px;
}
ul.nav li a.visit-us{
	left:244px;
	width:82px;
	background-position:-872px 0px;
}

/*ul.nav li a.home{background-position:-17px 0px; width:103px;}
ul.nav li a.about-park-lane{background-position:-103px 0px; width:244px;}
ul.nav li a.store-directory{background-position:-347px 0px; width:242px;}
ul.nav li a.customer-services{background-position:-589px 0px; width:255px;}
ul.nav li a.visit-us{background-position:-844px 0px; width:128px;}*/

ul.nav li a.home:hover{background-position:-17px -42px;}
ul.nav li a.about-park-lane:hover{background-position:-130px -42px;}
ul.nav li a.store-directory:hover{background-position:-375px -42px;}
ul.nav li a.customer-services:hover{background-position:-617px -42px;}
ul.nav li a.visit-us:hover{background-position:-872px -42px;}


#magic-line{ 
	position: absolute;
	z-index:4;
	bottom: -3px; 
	left: 0; 
	width: 100px; 
	height: 4px; 
	display:block;
	background:#6eaa39;
}
body.tag-page #magic-line{display:none !important;}

.ie6 #magic-line {
	bottom: -3px;
}






img.img-head{
	width:100%;
	height:auto;
	margin:17px 0px 15px 0px;
}

div.img-head,
div.img-head-save-like-yor-mean-it{
	position:relative;
	display:block;
	width:972px;
	height:416px;
	margin:17px 0px 15px 0px;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	background:url('images/img-home.jpg') top left no-repeat;
}

div.img-head-save-like-yor-mean-it{
	/*text-indent:0px;*/
	background:url('images/img-head-save-like-yor-mean-it.jpg') top left no-repeat;
}

div.img-head a{
	overflow:hidden;
	position:absolute;
	
	top:395px;
	left:628px;
	
	width:117px;
	height:10px;
	background:url('images/text-view-rules-regulations.png') top left no-repeat;
}
div.img-head a:hover{background-position:0px -10px;}

div.img-head a.first{
	top:151px;
	left:489px;
	
	width:123px;
	height:14px;
	background:url('images/text-park-lane-mall.png') top left no-repeat;
}
div.img-head a.first:hover{background-position:0px -14px;}

div.img-head a.second{
	top:202px;
	left:638px;
	
	width:202px;
	height:18px;
	background:url('images/text-park-lane-holiday-2013.png') top left no-repeat;
}
div.img-head a.second:hover{background-position:0px -18px;}

div.img-head ol{
	list-style:none;
	margin:0px;
	padding:0px;
}

img.img-head.on-a-page{margin-bottom:23px;}


.direct-slide{
	float:left;
	display:block;
	width:972px;
	height:374px;
	margin:0px 0px 15px 0px;
}

.direct-slide img.img-head{margin:0px;}

ul.direct-slide-nav{
	list-style:none;
	padding:0px;
	margin:17px 0px 0px 0px;
}

ul.direct-slide-nav li{float:left;}

ul.direct-slide-nav li a{
	-webkit-border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	
	position:relative;
	
	float:left;
	display:inline;
	width:321px;
	height:42px;
	background:#acd0d9;
	overflow:hidden;
	text-indent:-999px;
	margin:0px 4px 0px 0px;
}

ul.direct-slide-nav li a.first{background:#acd0d9 url('images/direct-slide-butt1.gif') top left no-repeat;}
ul.direct-slide-nav li a.second{background:#acd0d9 url('images/direct-slide-butt2.gif') top left no-repeat;}
ul.direct-slide-nav li a.third{
	width:322px;
	margin:0px;
	background:#acd0d9 url('images/direct-slide-butt3.gif') top left no-repeat;
}

ul.direct-slide-nav li a.first:hover{
	background:#88bdc9 url('images/direct-slide-butt1.gif') 0px -28px no-repeat;
}

ul.direct-slide-nav li a.second:hover{
	background:#88bdc9 url('images/direct-slide-butt2.gif') 0px -28px no-repeat;
}

ul.direct-slide-nav li a.third:hover{
	background:#88bdc9 url('images/direct-slide-butt3.gif') 0px -28px no-repeat;
}




ul.direct-slide-nav li.activeSlide a.first{
	background:#d1e5e7 url('images/direct-slide-butt1.gif') 0px -56px no-repeat;
}

ul.direct-slide-nav li.activeSlide a.second{
	background:#d1e5e7 url('images/direct-slide-butt2.gif') 0px -56px no-repeat;
}

ul.direct-slide-nav li.activeSlide a.third{
	background:#d1e5e7 url('images/direct-slide-butt3.gif') 0px -56px no-repeat;
}





/*{
	float:left;
	display:block;
	width:356px;
	height:244px;
	border:2px solid #abd037;
}*/




.home-block,
.home-block2,
.home-block3
{
	float:left;
	display:inline;
	width:358px;
	margin:0px 18px 0px 0px;
}

.home-block{
	width:482px;
	margin:0px 15px 0px 0px;
}



.home-block3{
	width:358px;
	overflow:hidden;
}


.home-block img{
	float:left;
	border:2px solid #abd037;
}

/*.fb-like-box{
	float:left;
	border:1px solid #abd037;
}*/



.home-page-content{
	position:relative;
	float:left;
	display:block;
	width:972px;
}

.fb-like-box{
	float:left;
	display:block;
	width:316px;
	height:204px;
	overflow:scroll;
	overflow-x: hidden;
	overflow-y: scroll;
	padding:20px;
	border:1px solid #abd037;
}



.home-block2{
	position:absolute;
	top:0px;
	right:0px;
	
	float:left;
	display:block;
	width:220px;
	margin:7px 0px 0px 0px;
}


.fb-like-box img{
	border:0px;
	float:left;
	display:inline;
	padding:0px;
	margin:20px 10px 10px 0px;
}


.fb-like-box .hr{
	display:block;
	width:100%;
	height:1px;
	margin:0px 0px 19px 0px;
	background:#abd037;
}
.fb-like-box .hr hr{display:none;}

.fb-like-box small{
	font-size:12px;
	line-height:15px;
	padding:0px;
	margin:0px;
	color:#4c4d4f;
}


.park-lane-on-facebook,
.featured-promotion{
	position:relative;
	top:2px;
	z-index:4;
	
	float:left;
	display:block;
	/*width:358px;*/
	width:482px;
	height:47px;
	
	overflow:hidden;
	text-indent:-999px;
	text-decoration:none;
	
	background:url('images/park-lane-on-facebook.gif') top left no-repeat;
}

.featured-promotion{
	background:url('images/featured-promotion.gif') top left no-repeat;
}

div.featured-promotion{
	background:url('images/featured-not-promotion.gif') top left no-repeat;
}

.park-lane-on-facebook:hover,
a.featured-promotion:hover{
	background-position:0px -47px;
}





.find-a-store{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	position:relative;
	float:left;
	display:block;
	/*width:220px;*/
	width:220px;
	height:47px;
	margin:0px;
	
	overflow:hidden;
	text-decoration:none;
	text-indent:-999px;
	
	background:#000 url('images/find-a-store.gif') 24px 17px no-repeat;
}
.find-a-store:hover{background:#414142 url('images/find-a-store.gif') 24px -27px no-repeat;}


.park-lane-inbox{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	position:relative;
	float:left;
	display:block;
	width:220px;
	height:94px;
	margin:12px 0px 12px 0px;
	text-decoration:none;
	background:#acd0d9;
}
.park-lane-inbox h3{
	position:absolute;
	top:10px;
	left:6px;
	
	float:left;
	display:block;
	width:242px;
	height:83px;
	padding:0px;
	margin:0px;
	
	overflow:hidden;
	text-indent:-999px;
	
	background:url('images/park-lane-inbox.png') top left no-repeat;
}

.park-lane-inbox p
{display:none;}

.park-lane-inbox:hover{background:#d2e5eb;}
.park-lane-inbox:hover h3{background:url('images/park-lane-inbox.png') 0px -121px no-repeat;}



.now-playing{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	position:relative;
	float:left;
	display:block;
	width:220px;
	height:94px;
	background:url('images/now-playing.jpg') top left no-repeat;
}
.now-playing:hover{background-position: 0px -94px;}

.new-facebook-link{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	position:relative;
	float:left;
	display:block;
	width:220px;
	height:50px;
	margin:0px 0px 12px 0px;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	background:url('images/new-facebook-link.jpg') top left no-repeat;
}

.new-facebook-link:hover{
	background-position:0px -50px;
}




.now-playing h3,
.now-playing p
{display:none;}






footer{
	float:left;
	display:block;
	width:100%;
	height:150px;
}

footer .big-ol-wrap{
	position:relative;
	padding-top:44px;
	height:150px;
	background:url('images/footer.gif') 0px 18px no-repeat;
}


footer .big-ol-wrap .find-us{
	float:left;
	display:block;
	width:168px;
	height:87px;
	background:url('images/find-us.gif') top left no-repeat;
	border:#d1d2d4 solid 4px;
	
	text-decoration:none;
	overflow:hidden;
	text-indent:-999px;
}

footer .big-ol-wrap h3{display:none;}

footer .big-ol-wrap p{
	float:left;
	display:inline;
	width:177px;
	margin:0px 0px 0px 22px;
	padding:5px 0px 0px 0px;
	
	font-size:13px;
	line-height:18px;
	color:#58585a;
	
	border-top:#d1d2d4 solid 4px;
}




footer .big-ol-wrap a.crombie-link{
	position:absolute;
	top:15px;
	right:0px;
	float:left;
	display:block;
	width:178px;
	height:55px;
	
	text-indent:-999px;
	overflow:hidden;

	background:url('images/blank.gif') top left repeat;
}

footer .big-ol-wrap p.foot-text{
	border:none;
	width:150px;
	padding:38px 0px 0px 20px;
	
	font-size:12px;
	line-height:13px;
}

footer .big-ol-wrap p.foot-text a {color:#58585a; text-decoration:none; font-weight:normal;}
footer .big-ol-wrap p.foot-text a:link {color:#58585a;}
footer .big-ol-wrap p.foot-text a:visited {color:#58585a;}
footer .big-ol-wrap p.foot-text a:focus {color:#58585a;}
footer .big-ol-wrap p.foot-text a:active {color:#58585a;}
footer .big-ol-wrap p.foot-text a:hover {color:#58585a; text-decoration:underline;}








.side-bar{
	float:left;
	display:inline;
	/*width:203px;*/
	width:263px;
}

.side-bar h4{
	float:left;
	display:block;
	padding:0px;
	margin:0px;
	overflow:hidden;
	text-indent:-999px;
}

.side-bar h4.h4-about-park-lane{
	width:147px;
	height:55px;
	background:url('images/h4-about-park-lane.gif') top left no-repeat;
}

.side-bar h4.h4-customer-services{
	width:145px;
	height:54px;
	background:url('images/h4-customer-services.gif') top left no-repeat;
}

.side-bar h4.h4-visit-us{
	width:111px;
	height:22px;
	background:url('images/h4-visit-us.gif') top left no-repeat;
}

.side-bar h4.h4-see-tag{
	width:436px;
	height:22px;
	background:url('images/h4-see-tag.gif') top left no-repeat;
}

.side-bar h4.h4-careers{
	width:186px;
	height:54px;
	background:url('images/h4-careers.gif') top left no-repeat;
}

.side-bar h4.h4-enter-now{
	width:197px;
	height:23px;
	background:url('images/h4-enter-now.gif') top left no-repeat;
}

.cont-right{
	float:left;
	display:block;
	width:709px;
}

.green{color:#489537;}





.col1{
	float:left;
	display:inline;
	width:322px;
	margin:0px 30px 0px 0px;
}

.col2{
	float:left;
	display:inline;
	width:357px;
}


ul.arrow-link{
	list-style:none;
	padding:0px 0px 19px 0px;
	margin:0px;
}

ul.arrow-link li{}

ul.arrow-link li a{
	font-size:15px;
	line-height:20px;
	padding:0px 0px 0px 18px;
	background:url('images/arrow-blue.gif') 0px 2px no-repeat;
}








ul.submenu{
	list-style:none;
	margin:17px 0px 0px 0px;
	padding:0px;
	
	float:left;
	display:block;
	width:228px;
}

ul.submenu li{float:left;}

ul.submenu li a{
	float:left;
	display:block;
	width:213px;
	height:28px;
	padding:14px 0px 0px 15px;
	
	font-size:15px;
	line-height:17px;
	color:#008495;
	text-transform:uppercase;
}

ul.submenu li a:hover{
	text-decoration:none;
	color:#005a6c;
}

ul.submenu li.current_page_item a{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#e2eff2;
}


.vu-col1,
.vu-col2,
.vu-col3{
	float:left;
	display:inline;
	width:223px;
}
.vu-col2{margin:0px 20px;}

.vu-col1 img,
.vu-col2 img,
.vu-col3 img{
	float:left;
	display:block;
	width:215px;
	height:113px;
	margin-bottom:13px;
	border:#acd0d9 solid 4px;
}

/*.vu-parking{background:url('images/vu-parking.jpg') top left no-repeat;}
.vu-shopping-hour{background:url('images/vu-shopping-hour.jpg') top left no-repeat;}
.vu-where-to-find-us{background:url('images/vu-where-to-find-us.jpg') top left no-repeat;}*/



ul.normal{
	font-size:15px;
	line-height:20px;
	color:#4c4d4f;
	
	padding:0px 0px 19px 15px;
	margin:0px;
}


.store-col1,
.store-col2,
.store-col3{
	float:left;
	display:inline;
	width:313px;
}
.store-col2{margin:0px 16px;}
/*tbody tr.row-1 td.column-3*/

table{
	float:left;
	display:block;
	width:313px;
	border-spacing:0px;
	border-collapse:collapse;
	
	border:none;
	padding:0px;
	margin:0px;
}

tbody tr td{
	padding:0px;
	margin:0px;
	vertical-align:top;
	border-bottom:#bcbdc0 solid 1px;
}

/*tbody tr td.column-1{padding:9px 0px 9px 8px;}
tbody tr td.column-2{padding:9px 30px 9px 40px; width:100px; background:#0f0;}
tbody tr td.column-3{padding:9px 8px 9px 0px;}*/

/*tbody tr td{width:100%;}*/

tbody tr td.column-1{width:150px; padding:9px 30px 9px 8px;}
tbody tr td.column-2{width:120px; padding:9px 20px 9px 0px;}
tbody tr td.column-3{padding:9px 8px 9px 0px;}

tbody td.column-1{
	font-size:15px;
	line-height:16px;
	color:#58585a;
}

tbody td.column-2{
	font-size:14px;
	line-height:16px;
	color:#231f20;
}

tbody td.column-3{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#489537;
}

h4.dir-head{
	float:left;
	display:block;
	width:313px;
	height:39px;
	padding:0px;
	margin:0px;
	
	overflow:hidden;
	text-indent:-999px;
	
	border-bottom:#197a2f solid 2px;
}

h4.dir-head.dir-electronics{background:#c7de7f url('images/dir-head-electronics.jpg') top left no-repeat;}
h4.dir-head.dir-fashion{background:#c7de7f url('images/dir-head-fashion.jpg') top left no-repeat;}
h4.dir-head.dir-food-restaurants{background:#c7de7f url('images/dir-head-food-restaurants.jpg') top left no-repeat;}
h4.dir-head.dir-footwear{background:#c7de7f url('images/dir-head-footwear.jpg') top left no-repeat;}
h4.dir-head.dir-health-beauty-fitness{background:#c7de7f url('images/dir-head-health-beauty-fitness.jpg') top left no-repeat;}
h4.dir-head.dir-home-furnishings-decor{background:#c7de7f url('images/dir-head-home-furnishing-decor.jpg') top left no-repeat;}
h4.dir-head.dir-jewellery-accessories{background:#c7de7f url('images/dir-head-jewellery-accessories.jpg') top left no-repeat;}
h4.dir-head.dir-specialty-gifts{background:#c7de7f url('images/dir-head-specialty-gifts.jpg') top left no-repeat;}
h4.dir-head.dir-services{background:#c7de7f url('images/dir-head-services.jpg') top left no-repeat;}
h4.dir-head.dir-theatre{background:#c7de7f url('images/dir-head-theatre.jpg') top left no-repeat;}











.careers-entry{
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #cec8bf;
}

.careers-entry h1{
	font-size:20px;
	line-height:22px;
	color:#2f8432;
	padding:0px;
	margin:0px;
}

.careers-entry h2{
	font-size:15px;
	line-height:18px;
	color:#231f20;
	padding:0px 0px 19px 0px;
	margin:0px;
}

.pop-up-normal img,
.pop-up-normal{margin:0px; padding:0px;}







#pop-promo{
	float:left;
	display:block;
	width:270px;
	height:828px;
	/*background:url('images/pop-promo.jpg') top left no-repeat;*/
	background:url('images/parade-of-lights.jpg') top left no-repeat;
}











p.like-on-facebook{position:relative;}

.like-on-facebook a{
	position:absolute;
	z-index:100;
	bottom:38px;
	left:0px;
	
	float:left;
	display:block;
	width:972px;
	height:40px;
}







.like-section{
	position:relative;
	margin-top:-56px;
	float:left;
	display:block;
	width:972px;
	height:66px;
	padding:0px 0px 24px 0px;
	background:url('images/like-section.jpg') top left no-repeat;
}

.like-section h3,
.like-section h4,
.like-section p{display:none;}

.like-section .fb-like{
	position:relative;
	top:29px;
	left:652px;
}

.like-section a{
	position:absolute;
	top:21px;
	right:0px;
	float:left;
	display:block;
	width:195px;
	height:36px;
	overflow:hidden;
	text-indent:-999px;
	text-decoration:none;
	background:url('images/enter-now.jpg') top left no-repeat;
}
.like-section a:hover{background-position:0px -36px;}






.side-bar h4.h4-enter-now,
.cont-right.without-head{margin-top:40px;}

h1.not-bold{font-weight:normal;}












form{padding:40px 0px 0px 0px;}

form label{
	float:left;
	display:block;
	width:129px;
	font:18px/26px Arial, Helvetica, sans-serif; color:#111;
	font-weight:bold;
}

form input{
	float:left;
	display:block;
	width:554px;
	padding:3px;
	margin:0px 0px 25px 0px;
}

form p.submit input.submit{
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	cursor:pointer;
	
	padding:5px 12px;
	margin:8px 0px 0px 130px;
	border:none;
	width:inherit;
	background:#ce092f;
	
	font:20px/21px Arial, Helvetica, sans-serif; color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
form p.submit input.submit:hover{background:#6d2714;}


p.red{
	font:18px/26px Arial, Helvetica, sans-serif;
	color:#d52a4b;
	font-weight:bold;
	
	margin:0px;
	padding:40px 0px 0px 0px;
}


.pin-cont{
	position:relative;
	top:7px;
	left:2px;
	float:left;
	width:238px;
}







.featured-img-pin-to-win{
	position:relative;
	float:left;
	display:block;
	width:482px;
	height:274px;
	
	overflow:hidden;
	text-indent:-9999px;
	
	background:url('images/featured-img-pin-to-win.jpg') top left no-repeat;
}

.featured-img-pin-to-win a{
	position:absolute;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	
	-moz-box-shadow:rgba(0,0,0,0.70) 2px 2px 3px;
	-webkit-box-shadow:rgba(0,0,0,0.70) 2px 2px 3px;
	box-shadow:rgba(0,0,0,0.70) 2px 2px 3px;
	
	z-index:100;
	top:234px;
	left:341px;
	
	float:left;
	display:block;
	width:79px;
	padding:4px 0px;
	text-align:center;
	color:#fff;
	
	text-indent:0px;
	
	font:bold 14px/16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	background: rgb(255,0,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2UxODA2NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,0,0,1) 0%, rgba(225,128,103,1) 50%, rgba(255,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(50%,rgba(225,128,103,1)), color-stop(100%,rgba(255,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(225,128,103,1) 50%,rgba(255,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(225,128,103,1) 50%,rgba(255,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(225,128,103,1) 50%,rgba(255,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,0,0,1) 0%,rgba(225,128,103,1) 50%,rgba(255,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=0 );
}

.featured-img-pin-to-win a:hover{
	text-decoration:none;
	margin:2px 0px 0px 2px;
	
	-moz-box-shadow:rgba(0,0,0,0.50) 0px 0px 3px;
	-webkit-box-shadow:rgba(0,0,0,0.50) 0px 0px 3px;
	box-shadow:rgba(0,0,0,0.50) 0px 0px 3px;
}


.pin-to-win-pop{
	position:relative;
	float:left;
	display:block;
	width:800px;
	height:800px;
	
	overflow:hidden;
	text-indent:-9999px;
	
	background:url('images/black-friday-pop.jpg') top left no-repeat;
}

.pin-to-win-pop ol{
	list-style:none;
}


.pin-to-win-pop a{
	position:absolute;
	float:left;
	display:block;
	
	overflow:hidden;
	text-indent:-9999px;
}

.pin-to-win-pop a.first{
	top:555px;
	left:117px;
	
	width:108px;
	height:12px;
	
	background:url('images/text-park-lane-mall2.png') top left no-repeat;
}
.pin-to-win-pop a.first:hover{background-position:0px -12px;}

.pin-to-win-pop a.second{
	top:617px;
	left:66px;
	
	width:209px;
	height:34px;
	
	background:url('images/text-park-lane-holiday-2013-2.png') top left no-repeat;
}
.pin-to-win-pop a.second:hover{background-position:0px -34px;}

.pin-to-win-pop a.third{
	top:663px;
	left:336px;
	
	width:143px;
	height:10px;
	
	background:url('images/text-view-our-rules-and-regulations.png') top left no-repeat;
}
.pin-to-win-pop a.third:hover{background-position:0px -10px;}


.pin-to-win-pop p{text-indent:-9999px;}






.jquery-hide{display:none;}




.tag-us-to-win{
	position:relative;
	float:left;
	display:block;
	height:0px;
}

.tag-us-to-win{
	text-indent:-9999px;
}

.tag-us-to-win p,
.tag-us-to-win h3,
.tag-us-to-win ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.tag-us-to-win ul{
	position:absolute;
	top:-142px;
	left:689px;
	width:207px;
}
body.home .tag-us-to-win ul{top:-155px;}

.tag-us-to-win ul li a{
	float:left;
	display:block;
	width:26px;
	height:27px;
	margin:0px 8px 0px 0px;
}
body.home .tag-us-to-win ul li a{margin:0px 5.5px 0px 0px;}

.tag-us-to-win ul li a.tag-instagram{}
.tag-us-to-win ul li a.tag-flickr{}
.tag-us-to-win ul li a.tag-facebook{}
.tag-us-to-win ul li a.tag-google{}
.tag-us-to-win ul li a.tag-twitter{}
.tag-us-to-win ul li a.tag-vine{}

.rules-and-regulations a{
	position:absolute;
	top:-57px;
	left:690px;
	
	float:left;
	display:block;
	width:191px;
	height:13px;
}

body.home .rules-and-regulations a{
	top:-87px;
	width:215px;
	height:34px;
}

img.img-head.on-a-page.sneak-peek{
	margin-bottom:10px;
}


a.rules-and-regs{
	position: absolute;
	top: 361px;
	left: 349px;
	
	color:#d1e59f;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 19px;
}

a.facebook-button{
	position:absolute;
	bottom: 103px;
	right: 72px;
	
	float:left;
	display:block;
	width:140px;
	height: 28px;
}

.unwrap-holiday p,
.unwrap-holiday h1{
	text-indent:-99999px;
    position: absolute;
}