@charset "utf-8";
/* CSS Document */

/*====================================================================*/
/*=========================  Sandbox Styles  =========================*/
/*====================================================================*/

#shoppingNav {
  margin:10px 0px;
  overflow:hidden;
}

#shoppingNav a{
  display:block;
  margin-right:15px;
  background:no-repeat left center;
  float:left;
  font-size:11px;
  padding-left:20px;
}

#shoppingNav .iconShare{ background-image:url(http://toronto.flyerland.ca/images/icons/email.png) }
#shoppingNav .iconClear{ background-image:url(http://toronto.flyerland.ca/images/icons/page_white_delete.png) }
#shoppingNav .iconDelete{  background-image:url(http://toronto.flyerland.ca/images/icons/delete.png)}
#shoppingNav .iconAdd{ background-image:url(http://toronto.flyerland.ca/images/icons/add.png) }
#shoppingNav .iconEdit{  background-image:url(http://toronto.flyerland.ca/images/icons/pencil.png)}
#shoppingNav .iconNew{  background-image:url(http://toronto.flyerland.ca/images/icons/page_white_add.png)}
#shoppingNav .iconEmail{  background-image:url(http://toronto.flyerland.ca/images/icons/email.png)}
#shoppingNav .iconPrint{  background-image:url(http://toronto.flyerland.ca/images/icons/printer.png)}
#shoppingNav .iconView{  background-image:url(http://toronto.flyerland.ca/images/icons/magnifier.png)}
#shoppingNav .iconSave{  background-image:url(http://toronto.flyerland.ca/images/icons/accept.png)}
#shoppingNav .iconDollar{  background-image:url(http://toronto.flyerland.ca/images/icons/money_dollar.png)}


.pagingNumbers, .pagingNumbers a{
	font-size:16px;
	color:#999999;
}

.pagingNumbers {
padding:0px 20px;
}

.pagingNumbers a{  
margin:0px 5px;
display:inline-block;
}

.pagingNumbers .current{
	font-size:16px;
	color:#999999;
}

.pagingNumbers p{
	font-size:12px;
	color:#333333;
	font-weight:normal;
}



.boxControl {
	border-bottom:dashed 1px #CBCBCB;
	border-top:dashed 1px #CBCBCB;
	border-left:solid 1px #CBCBCB;
	border-right:solid 1px #CBCBCB;
	padding:9px;
	overflow:hidden;
}


.results  {
	width:588px;
	border-left:solid 1px #CBCBCB;
	border-right:solid 1px #CBCBCB;
	overflow:hidden;
	padding:10px;
	border-bottom:dashed 1px #CBCBCB;
	text-align:left;
	vertical-align:top;
}

.results .vendorBox {
float:right;
width:100px;
text-align:center;
}


.results .vendor {
display:block;
font-size:16px;
font-weight:bold;
margin-bottom:5px;
}

.results .resultThumb {
	display:block; float:left;
	min-height:95px;  	
	height:auto !important;
	height:95px;
}

.results a.offer {
	display:block;
	font-size:14px;
	color:#999999;
	font-weight:bold;
	margin-bottom:5px;
}

.results .buttonSmall, .results .buttonView {
	margin-left:125px; 
	width:100px;
	margin-top:10px;
}

.results .thumb {
float: left;
margin-right:30px;
width:75px;
} 
.odd, .odd td {
	background-color:#F4F4F4;
}
.even, .even td {
	background-color:#FFFFFF;
}

.boxControl label {
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#999999;
}

.boxControl form{
	display:block;
	float:left;
	width:33%;
}


.action_warn_big {
	font-size:15px;
	padding:8px 8px 8px 65px;
	margin:10px 0;
	background-repeat:no-repeat;
	background-color:#fcfce0;
	border:solid 1px #ffc300;
	color:#fc8f01;
	background-image:url(/images/icons/co/2/warning.png);
	background-position:8px 50%;
	font-weight:bold;
}

.action_warn_big hr {
	border:solid 1px #FFFFFF;
	height:2px;
	margin: 5px 0;
	color: #ffffff;
	background-color: #ffffff;
	border-top: solid 1px #ffc300; 
}


.action_warn_big p {
	Color:#474747;
	font-size:11px;
	margin-top:0px;
	font-weight:normal;
}

.action_warn_small {
	font-size:11px;
	padding:3px 3px 3px 25px;
	margin:5px 0;
	background-repeat:no-repeat;
	background-color:#fcfce0;
	border:solid 1px #ffc300;
	color:#fc8f01;
	background-image:url(/images/icons/warning_orange_16.png);
	background-position:3px 50%;
	font-weight:bold;
}

.action_warn_small hr {
	border:solid 1px #FFFFFF;
	height:1px;
	margin: 3px 0;
	color: #ffffff;
	background-color: #ffffff;
	border-top: solid 1px #ffc300; 
}

.action_warn_small p {
	Color:#474747;
	font-size:10px;
	margin-top:0px;
	font-weight:normal;
}

.flyerFullImage_noResize {
padding:15px;
border:solid 1px #cdcdcd;
float:left;

}


#index_FeatureProducts {
	border-left:solid 1px #CBCBCB; 
	overflow:hidden; 
	border-bottom:solid 1px #CBCBCB; 
	border-top:solid 1px #CBCBCB;
	margin-bottom:15px;
}

#index_FeatureProducts div {
	 border-right:solid 1px #CBCBCB; 
	 width:185px; 
	 float:left; 
	 padding:5px;
	 overflow:hidden;


}

#index_FeatureProducts .productTitle {
	height:16px; 
	overflow:hidden; 
	background-color:#F3F3F3;
	padding:3px;
	display:block;
	width:180px;
	margin-bottom:5px;
	font-weight:bold;
}

#index_FeatureProducts .productImage {
	 background:no-repeat top center; 
	 height:100px; 
	 width:100px;
	 display:block; 
	 float:left;	
	 margin-right:10px;
	 overflow:hidden;
}	

#index_FeatureProducts .productSavings{ 
	width:90px; 
	position:absolute; 
	margin-left:-90px;

}

#index_FeatureProducts .productVendor{ 
	overflow:hidden; 
	background-color:#F3F3F3;
	padding:3px;
	display:block;
	width:180px;
	margin-bottom:0px;
	text-align:left;
	margin-top:5px;
	clear:both;
}

#featureFlyers_Flyerland {
	margin-left:-16px;
	margin-top:-16px; 
	clear:both; 
	overflow:hidden;
	background:white;
	
	}
	
#featureFlyers_Flyerland img { 
	background-color:white; 
	width:80px; 
	height:60px;
	margin-left:16px;
	margin-top:16px; 
	float:left;
}	
	
	
.loadingBox {
	position:fixed; left:0; top:0; height:100%; width:100%; background:url('/images/blackout.png') repeat; 
}

.hidebar {
	display:none;
}

.loadingDisplay {
	background:#FFF; width:400px; height:200px; margin:12% auto 0px; padding:25px; border:solid 10px #dddddd;
}



.productSideBox { float:left; margin-right:15px; overflow:hidden; }

.productSideBox .disclaimer{ font-size:9px; line-height:120%; color:#999; }

.productSideBox .shareLinks {
	border-top:dashed 1px #dddddd;
	padding-top:7px;
	clear:both;
	width:100%;
	margin-top:7px;
	font-weight:bold;
	}
	
	
.productSideBox .shareLinks li {
	float:left; margin-right:6px;
	}
	
	
.productSideBox	.vendorName {
	margin:0px;
	font-weight:bold;
	
}



.splashLinks {
	overflow:hidden;
	margin:10px 0px;

	
	
	}

.splashLinks a {
	display:block; float:left; margin:0px 6px 2px 0px; 	font-size:11px; white-space:nowrap;
}

.splashLinks strong {
	display:block; float:left; margin:0px 6px 2px 0px; 	font-size:11px; font-weight:bold;
}

a.saveContent {
	font-size:11px;
	background:url('/images/icons/xiao/45.png') no-repeat left center;
	padding:2px 0px 0px 20px;
}


.infoBox { }

.infoBox ul {
	margin:0px 0px 15px;
	padding:0px;
	list-style:none;

}

.infoBox ul li {
	margin:0px;
	padding:0px;
	display:block;
	list-style:none;
	background:transparent url('/images/icons/bullet_black.png') no-repeat left center;
	padding-left:20px;
}

.infoBox strong {
	font-size:14px;
	margin-bottom:5px;
	font-weight:bold;
	display:block;
}

form.register label {
	display:block;
	font-size:13px;
	margin-bottom:3px;
}

form.register { }






table.register .email {
	background:  white  url('/images/icons/email.png') no-repeat 5px 50%;
	padding-left:25px;
}

table.register .password {
	background:white   url('/images/icons/key.png') no-repeat 5px 50%;
	padding-left:25px;
	display:block;
}

table.register .password2 { background:white   url('/images/icons/keyx2.png') no-repeat 5px 50%;
	padding-left:25px;
	display:block;}

table.register .postal {
	background:white url('/images/icons/map.png') no-repeat 5px 50%;
	padding-left:25px;
}

table.register .male {
	background:transparent  url('/images/icons/male.png') no-repeat 1px 50%;
	padding-left:22px;
	height:17px;
	display:inline-block;
}

table.register .female {
	background: transparent url('/images/icons/female.png') no-repeat 1px 50%;
	margin-right:20px;
	height:17px;
	padding-left:17px;
	display:inline-block;
}


table.register input {
	border:solid 1px #E2E2E2;
	width:200px;
	padding:4px;
}




table.register .radio {
	border:none;
	width:auto;
}

table.register {
	border-top:1px solid #E2E2E2;
	float:left;
	margin-right:25px;
}

table.register th, table.register td {
	background-color:#f5f4f2;
	text-align:left;
	padding:10px;
	border-bottom:1px solid #e2e2e2;
	border-top: 1px solid #ffffff;
}




table.register .header th  {
	background-color:#EFEEEC;

}

table.register .header strong {	font-size:16px; white-space:nowrap; color:#6F6F6F;
	
	}


table.register th {
	font-weight:bold;
	width:140px; /*border-right:dotted 1px #E2E2E2*/

}


table.register th span {
	display:block;
	font-size:11px;
	color:#666;
	font-weight:normal;
}

p.intro {
	font-size:14px;
	margin-bottom:20px;
	margin-top:20px;
	width:100%;
}

table.register input.button, table.register input.cancel {
	background:#B7D76D;
	text-align:center;
	width:230px;
	color:#FFFFFF;
	border:solid 1px #9DBF4A;
	font-weight:bold;
	text-transform:capitalize;
	float:right;
	margin-left:8px;
}

table.register input.cancel{
	background:#E9E8E6;
	color:#6F6F6F;
	border:solid 1px #E2E2E2;
}



table.register  .curFocus{
	border:solid 1px #EFC153;
	background-color:#FFFCE6;
}


table.register .radio_plain {
	margin-right:20px;
	height:17px;
	display:inline-block;	
	padding-left:6px;
	
	}


table.register .date{
	
	float:left; margin-right:10px; text-align:center; width:50px; 
	}
	
table.register .date input {width:40px; display:block; }

div.bigTabs {
background: white url('/images/big_tabs.png') no-repeat 0px 0px; 
height:36px; padding-left:10px;	
	font-size:16px; font-weight:bold;
	position:relative;
	top:10px;
	left:20px;
	}
	
div.bigTabs  p { padding:10px 10px 0px 0px; background:url('/images/big_tabs.png') no-repeat 100% 0px; height:26px;  display:block; color:#3a3a3a; }	
	
ul.bigTabs {margin:0px; padding:0px; overflow:hidden;  display:block; position:relative; top:1px;}
ul.bigTabs li {margin:0px; padding:0px; float:left; display:block; font-size:14px; font-weight:bold; margin-left:10px;
background: white url('/images/big_tabs.png') no-repeat 0px -72px; 
height:36px; padding-left:10px; }

ul.bigTabs li a, ul.bigTabs li p { padding:10px 10px 0px 0px; background:url('/images/big_tabs.png') no-repeat 100% -72px; height:26px;  display:block; color:#0066CC; }
ul.bigTabs li.tabOn, ul.bigTabs li.tabOn:hover { position:relative; top:1px; z-index:200; background:url('/images/big_tabs.png') no-repeat 0px 0px; border-bottom:solid 1px white; }
ul.bigTabs li.tabOn a, ul.bigTabs li.tabOn a:hover, ul.bigTabs li.tabOn p {background:url('/images/big_tabs.png') no-repeat 100% 0px; color:#3a3a3a; }
ul.bigTabs li:hover{ background:url('/images/big_tabs.png') no-repeat 0px -124px;}
ul.bigTabs a:hover {background:url('/images/big_tabs.png') no-repeat 100% -124px; }

 
ul.smallTabs {margin:0px; padding:0px; overflow:hidden;  display:block; background: white url('/images/big_tabs.png') repeat-x left bottom}
ul.smallTabs li {margin:0px; padding:0px; float:left; display:block; font-size:12px; font-weight:bold; margin-left:10px;
background: white url('/images/big_tabs.png') no-repeat 0px -324px; 
height:28px; padding-left:8px; margin-bottom:1px;}
ul.smallTabs li a, ul.smallTabs li p { padding:6px 8px 0px 0px; background:url('/images/big_tabs.png') no-repeat 100% -324px; height:22px;  display:block; color:#0066CC;  }
ul.smallTabs li.tabOn, ul.smallTabs li.tabOn:hover { background:url('/images/big_tabs.png') no-repeat 0px -222px; border-bottom:solid 1px white; margin-bottom:0px;}
ul.smallTabs li.tabOn a, ul.smallTabs li.tabOn a:hover, ul.smallTabs li.tabOn p {background:url('/images/big_tabs.png') no-repeat 100% -222px; color:#3a3a3a; }
ul.smallTabs li:hover{ background:url('/images/big_tabs.png') no-repeat 0px -273px;}
ul.smallTabs a:hover {background:url('/images/big_tabs.png') no-repeat 100% -273px; }


#blackBoard {
	background: #2e3f39 url('/images/blackboard.png') no-repeat bottom center;
	color:#FFF;
	padding-bottom:35px;
	overflow:hidden;
	margin-bottom:15px;
	}
	
	
#blackBoard a, #blackBoard a:link, #blackBoard a:visited, #blackBoard a:active {color:#A0EBFF;}
#blackBoard a:hover {color:#ffffff;}
	
#blackBoard .top {margin:0px 0px 6px 0px; padding:0px; height:19px; width:785px; overflow:hidden; background: transparent url('/images/blackboard_top.png') no-repeat center top;}
	
#blackBoard h2 { font-size:18px; height:18px; overflow:hidden; font-weight:bold; padding:0px 0px 0px 25px; margin:0px 0px 6px 0px;  line-height:18px;}	

#blackBoard .links { float:right; padding-right:25px;}

#blackBoard .flyerBox {margin-left:29px; clear:both; margin-top:-15px; overflow:hidden; margin-bottom:10px;}

#blackBoard .flyerBox img {float:left; margin:15px 15px 0px 0px; padding:5px; background: transparent url('/images/blackboard_flyerbg.png') no-repeat center center;}

#blackBoard .productBox {margin:-15px 0px 10px 25px; overflow:hidden; clear:both;}
#blackBoard .productBox .product { width:136px; float:left; padding:0px 5px; margin-top:15px; }

#blackBoard .productBox .product .pImage { display:block; margin:0px auto 5px;}

#blackBoard .productBox .product .pName { font-size:12px; display:block; height:28px; overflow:hidden; margin-bottom:3px; line-height:14px;text-align:center;}
#blackBoard .productBox .product .pPrice {font-size:22px; display:block; height:22px; overflow:hidden; margin-bottom:3px; line-height:22px; text-align:center; font-weight:bold;}
#blackBoard .productBox .product .pVendor {font-size:11px; display:block; height:11px; overflow:hidden; line-height:11px; text-align:center; }


#blackBoard .productBox .product a:link, #blackBoard .productBox .product a:active, #blackBoard .productBox .product a:visited, #blackBoard .productBox .product a {color:#ffffff;}


