@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;
}

.splashLinks b {
	display:block; float:left; margin:0px 6px 2px 0px; 	font-size:11px; font-weight:bold;
}
