@charset "utf-8";
/*--- reset ---*/
html,body,div{margin:0;padding:0;}
iframe{border:none; width:100%; padding:0; margin:0; outline: 0; overflow:hidden;}
iframe#globalHeader{
	height:172px;
	background-color:#fff;
}

iframe#globalFooter{
	height:160px;
	overflow:hidden;
	bottom:0;
	left:0;
	position:absolute;
}

/*--- clearfix ---*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}

* html .clearfix{height: 1%;}
.clearfix{display: block;}

/* Font Size set. */

/*
YUI 3.13.0 (build 508226d)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/

10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%


*/

/* common */
html,
body{
	height:100%;
}

#globalProductsWrapper{
	min-height:100%;
	position:relative;
}

#globalProductsContents{
	width:auto;
/*	text-align:left*/;
	margin:0 auto;
	padding-bottom:190px;/*160px+margin30px*/
}
