@import url(productList.css);
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	color: #333;
	font: 0.625em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../../images/bg.gif) repeat-x #FFF;
}
img {
	border: 0;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
em {
	font-style: normal;
}
/* wrapper
--------------------------------------------------*/ 
#wrapper {
	margin: 0 auto;
	width: 964px;
	text-align: left;
}
/* header
--------------------------------------------------*/
#header {
	position: relative;
	height: 156px;
	z-index: 1000;
}
.logo {
	float: left;
	margin: 21px 0 9px 28px;
	display: inline; /* for ie6 below */
}
.logo img {
	display: block;
}
/* mainTab */
#mainTab {
	position: absolute;
	width: 750px;
	top: 53px;
	left: 203px;
	z-index: 2000;
}
#mainTab li {
	float: left;
	height: 30px;
	line-height: 30px;
	display: inline; /* for ie6 below */
}
#mainTab li a {
	padding-top: 4px;
	>padding-top: 3px;
	color: #1F4489;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
}
#mainTab li a:hover {
	color: #C10302;
	text-decoration: none;
}
#mainTab li.shop {
	margin-right: 3px;
}
#mainTab li.shop a {
	width: 123px;
}
#mainTab li.shop a.current {
	color: #C10302;
	background: url(../../images/bgTab1.gif) no-repeat;
}
#mainTab li.deals {
	margin-right: 2px;
}
#mainTab li.deals a {
	width: 99px;
}
#mainTab li.deals a.current {
	color: #C10302;
	background: url(../../images/bgTab2.gif) no-repeat;
}
#mainTab li.service {
	margin-right: 7px;
}

#mainTab li.service a {
	width: 160px;	
}
#mainTab li.service a.current {
	color: #C10302;
	background: url(../../images/bgTab3.gif) no-repeat;
}
#mainTab li.help {
	margin-right: 5px;
}
#mainTab li.help a {
	width: 124px;
}
#mainTab li.help a.current {
	color: #C10302;
	background: url(../../images/bgTab4.gif) no-repeat;
}
#mainTab li.about a {
	width: 101px;
}
#mainTab li.about a.current {
	color: #C10302;
	background: url(../../images/bgTab5.gif) no-repeat;
}
/* mainNav */
#mainNav {
	position: relative;
	padding-left: 4px;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	background: url(../../images/bgMainNav.gif) repeat-x;
	clear: both;
	z-index: 1000;
}
#mainNav li {
	float: left;
	height: 40px;
	line-height: 40px;
}
#mainNav li a {
	/*padding: 0 18px 0 15px;*/
	/*padding: 0 22px 0 18px;*/
	/*padding: 0 25px 0 14px;*/
	padding: 0 21.4px 0 19.5px;	
	>padding: 0 22px 0 19px;	
	color: #000;
	background: url(../../images/borderNav.gif) right no-repeat;
	display: block;
}
#mainNav li a:hover {
	color: #FFF;
	text-decoration: none;
}
#mainNav li.left {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 40px;
	background: url(../../images/leftNav.gif) no-repeat;
}
#mainNav li.right {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 40px;
	background: url(../../images/rightNav.gif) no-repeat;
}
#mainNav li#more, #mainNav li#more2 {
	position: relative;
	>margin-left: -1px;
}
#mainNav li a.more {
	background: url(../../images/arrow02.gif) 148px 16px no-repeat;
}
#mainNav li a.more:hover {
	background: url(../../images/arrow999.gif) 148px 16px repeat;
}
#mainNav li#more div.menu, #mainNav li#more2 div.menu {
	position: absolute;
	top: 40px;
	padding-bottom: 5px;
	width: 200px;
	border-top: 1px solid #F58206;
	background: url(../../images/bottomMenu.gif) no-repeat left bottom;
}
#mainNav div.menu {
	display: none;
}
#mainNav li.menuShow div.menu {
	display: block;
}
#mainNav li.menuHide div.menu {
	display: none;
}
#mainNav li.menuShow a.more {
	color: #FFF;
	background: url(../../images/arrow03.gif) 148px 16px no-repeat;
}
#mainNav li.menuHide a.more:hover {
	background: url(../../images/arrow02.gif) 148px 16px no-repeat;
}
#mainNav li#more div.menu dl, #mainNav li#more2 div.menu dl {
	padding-top: 5px;
	background: url(../../images/bgMenu.gif) repeat-y left top #FFF;
}
#mainNav li#more div.menu dd, #mainNav li#more2 div.menu dd {
	float: none;
	margin: 0 8px 0 6px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #DBDBDB;
}
#mainNav li#more div.menu dd a, #mainNav li#more2 div.menu dd a {
	padding: 2px 0 3px 0;
	font-size: 0.6875em;
	color: #1F4489;
	background: none;
	width: 100%;
}
#mainNav li#more div.menu dd a:hover, #mainNav li#more2 div.menu dd a:hover {
	color: #F07700;
	background: none;
}
#mainNav li#more div.menu dd.borderBottom, #mainNav li#more2 div.menu dd.borderBottom {
	border-bottom: 0;
}
#mainNav li a.menuWidth {
	padding:0pt 28px 0pt 26px;
}
/* search */
#search {
	position: relative;
	height: 34px;
	background: url(../../images/bgSearch.gif) repeat-x;
	clear: both;
}
#search li.left {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 34px;
	background: url(../../images/leftSearch.gif) no-repeat;
	z-index: 1000;
}
#search li.right {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 34px;
	background: url(../../images/rightSearch.gif) no-repeat;
}
#search li input {
	position: absolute;
	top: 4px;
	left: 8px;
	padding: 0 5px;
	width: 316px;
	w\idth: 304px;
	height: 21px;
	line-height: 21px;
	he\ight: 19px;
	li\ne-height: 19px;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	z-index: 2000;
	border-top: 1px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #666;
}
#search li a {
	position: absolute;
	top: 2px;
	left: 327px;
	width: 30px;
	height: 25px;
	background: url(../../images/btnGo.gif) left top no-repeat;
	display: block;
}
#search li a:hover {
	text-decoration: none;
	width: 31px;
	background: url(../../images/btnGo.gif) left bottom no-repeat;
}
/* main
--------------------------------------------------*/
#main {
	float: left;
	width: 100%;
	clear: both;
}
/* sidebar */
#sidebar {
	float: left;
	margin: 0 0 0 2px;
	padding-bottom: 17px;
	width: 202px;
	display: inline; /* for ie6 below*/
}
#sidebar h1 {
	margin: 8px 0 5px 0;
	padding-left: 5px;
	color: #34383D;
	font-size: 14px;
}
/* edit 20080827 */
#sidebar h1 {
	margin: 8px 0 5px 0;
	padding-left: 5px;
	color: #34383D;
	font-size: 14px;
}
#sidebar h2 {
	margin: 5px 0 6px 0;
	padding-left: 5px;
	font-size: 1.1em;
}
#sidebar h2 span {
	color: #EC8806;
}
#sidebar h2 a {
	font-weight: normal;
}
#sidebar h2 a:hover {
	color: #EC8806;
	text-decoration: none;
}
#sidebar h5 {		/* add by kenny 20080827 */
	margin: 8px 0 0px 0;
	>margin: 2px 0 0px 0;
}
#sidebar dl {
	float: left;
	margin-bottom: 3px;
}
#sidebar dt {
	float: left;
	width: 202px;
	height: 24px;
	background: url(../../images/bgSideNav.gif) repeat-x;
}
#sidebar dt span {
	float: left;
	padding-left: 7px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: bold;
	background: url(../../images/leftSideNav.gif) no-repeat;
}
#sidebar dt a {
	color: #1F4489;
}
#sidebar dt a:hover {
	color: #333;
	text-decoration: none;
}
#sidebar dt a.hide, #sidebar dt a.show {
	float: right;
	width: 24px;
	height: 24px;
	display: block;
}
#sidebar dt a.hide {
	background: url(../../images/sideNavHide.gif) no-repeat;
}
#sidebar dt a.show {
	background: url(../../images/sideNavShow.gif) no-repeat;
}
#sidebar dt.bar {
	float: left;
	margin: 3px 0 5px 0;
	width: 202px;
	height: 24px;
	background: url(../../images/bgSideBar.gif) repeat-x;
}
#sidebar dt.bar span {
	float: left;
	padding-left: 7px;
	height: 24px;
	line-height: 24px;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	background: url(../../images/leftSideBar.gif) no-repeat;
}
#sidebar dt.bar a {
	color: #333;
}
#sidebar dt.bar strong.right {
	float: right;
	width: 3px;
	height: 24px;
	background: url(../../images/rightSideBar.gif) no-repeat;
	display: block;
}
#sidebar dd {
	float: left;
	margin-left: 8px;
	>padding-left: 1px;
	width: 185px!important;
	width: 186px; /* for ie5.x */
	height: auto;
	line-height: 19px;
	font-size: 11px;
	border-bottom: 1px #ffe79f solid;
	display: inline; /* for ie6 below */
}
#sidebar dd a:hover {
	color: #1F4489;
	text-decoration: none;
}
#sidebar dd.borderBottom {
	border-bottom: 0;
}
#sidebar dd.marginTop {
	margin-top: 5px;
}
#sidebar div.promoWord {
	margin-top: 14px;
	font-size: 1.1em;
	border: 1px solid #d4d4d4;
	padding: 15px 10px 15px 6px;
	text-align: left;
}
#sidebar div.promoWord a {
	text-decoration: underline;
}
#sidebar div.promoWord a:hover {
	color: #1F4489;
}
#sidebar div.promoWord h2 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 1.0em;
}
#sidebar div.promoWord p {
	margin-bottom: 15px;
	line-height: 16px;
}
#sidebar div.promoWord p span {
	font-weight: bold;
}
#sidebar div.promoWord p.bottomMargin {
	margin-bottom: 2px;
}
#mainBanner {
	float: left;
	width: 720px;
	height: 258px;
	text-align: center;
}
/* content */
#content {
	float: right;
	margin: 1px 2px 17px 0;
	width: 720px;
	display: inline; /* for ie6 below*/
}
/* productList */
#productList {
	position: relative;
	float: left;
	width: 720px;
	margin-top: 17px;
}
span.button {
	float: right;
	margin-right: 33px;
	display: inline;
}
span.button a {
	width: 85px;
	height: 19px;
	background: url(../../images/btnView.gif) no-repeat left top;
	display: block;
}
span.button a:hover {
	text-decoration: none;
	background: url(../../images/btnView.gif) no-repeat left bottom;
}

.itemTable {
	width: 100%;
	/* height: 202px; */
	height: 172px;
	border-bottom: 1px solid #dbdcde;
	margin: 0 0 0 0;
}
.imgCenter {
	text-align: center;
	width: 135px;
	height: 120px;
	vertical-align: top
}
.itemImage {
	margin-top: 21px;
}
.itemTitle {
	padding: 0 0 0 14px;
}
.itemPadding {
	padding: 0 0 11px 14px;
	/* padding: 0 0 21px 14px; */
}
.itemTable h1 {
	margin: 18px 10px 0 0;
	font-size: 1.2em;
	color: #1f4489;
}
.itemTable h1 span {
	font-weight: normal;
}
.itemTable h1 a {
	color: #1f4489;
}
.itemTable h1 a:hover {
	color: #f07700;
	text-decoration: none;
}
.itemTable em {
	display: block;
	font-style: normal;
	margin: 1px 0 0 0;
	font-size: 1.1em;
	color: #3c3c3c;
}
.itemTable em span {
	color: #c10302;
	font-weight: bold;
	font-size: 14px;
}
.itemTable em.lineThrough {
	margin-top: 11px;
	text-decoration: line-through;
	color: #828282;
}
.itemTable em.freeShipping {
	color: #3d3d3d;
}
.itemTable label {
	font-size: 1.1em;
	color: #3c3c3c;
	margin-bottom: 3px;
	display: block;
}
.itemTable label span {
	margin-left: 11px;
}

.itemTable ins {
	margin: 10px 0 0 0;
	display: block;
	font-size: 1.2em;
	color: #3c3c3c;
	text-decoration: none;
}
.itemTable p {
	margin: 22px 30px 0 0;
	font-size: 1.2em;
	color: #333333;
	line-height: 14px;
}
.itemTableBorder {
	border-bottom: 0;
	height: 170px;
}
.brandTd {
	padding: 21px 33px 0 0;
	text-align: right;
}
.brandBorder {
	margin: 0 0 0 0;
}
a.click {
	padding: 0 0 0 10px;
	font: bold 1.1em Tahoma;
	background: url(../../images/bullet.jpg) no-repeat left center;
}
a:hover.click {
	color: #f07700;
	text-decoration: none;
}
/* frameB */
.frameB {
	1background: url(../../images/bgFrameA.gif) repeat-y;
}
.frameB h1 {
	color: #FFF;
	font-size: 16px;
	background: url(../../images/bgTitleB.gif) left top repeat-x;
}
.frameB h1 span {
	background: url(../../images/rightTitleB.gif) right top no-repeat;
	display: block;
}
.frameB h1 span span {
	padding-left: 14px;
	height: 36px;
	line-height: 36px;
	background: url(../../images/leftTitleB.gif) left top no-repeat;
	display: block;
}
.frameB div.container {
	float: left;
	width: 100%;
	background: url(../../images/bgFrameA1.gif) repeat-y;
} 
#hotDeals {
	float: left;
	margin-top: 17px;
	width: 720px;
}
.pro li.brand dd {
	font-size: 1.2em;
	line-height: 17px;
	color: #3d3d3d;
	}
.pro {
	float: left;
	width: 100%;
	background: url(../../images/bgFrameA2.gif) repeat-y;
}
.pro li {
	float: left;
	width: 180px;
    height: 232px;
	>height: 236px;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
}
.pro li img {
	float: left;
	margin: 17px 0 0 16px;
	width: 148px;
	height: 111px;
}
.pro dl {
	float: left;
	margin: 10px 20px 0 18px;
	display: inline;
}
.pro dt {
	margin: 0 0 2px 0;
	line-height: 14px;
	height: 43px;
	overflow: hidden;
	/*height: 54px; */
}
.pro dt a {
	font-size: 1.2em;
	color: #1f4489;
	font-weight: bold;
}
.pro dt a:hover {
	color: #f07700;
	text-decoration: none;
}
.pro dd {
	font-size: 1.1em;
	color: #828282;
	padding: 1px 0;
}
.pro dd.finalPrice {
	color: #3c3c3c;
}
.pro dd.finalPrice em {
	margin: 0 4px 0 0;
	color: #c10302;
	font-weight: bold;
	font-size: 14px;
}
.pro dd.shipping {
	color: #3d3d3d;
}
.pro dd.view {
	width: 100%;
}
.pro dd.view a {
	float: left;
	padding: 0 0 0 10px;
	font: bold 0.9em Tahoma;
	background: url(../../images/bullet.jpg) no-repeat 0 2px;
	>background: url(../../images/bullet.jpg) no-repeat 0 3px;
}
.pro dd.view a:hover {
	color: #f07700;
	text-decoration: none;
}
#bestDeals {
	float: left;
	width: 960px;
	margin-left: 2px;
	display: inline; /* for ie6 below */
}
#bestDeals .borderTop li {
	border-top: none;
	}
#bestDeals .pro dt {
	height: 13px;
	}
#bestDeals .pro {
	background: url(../../images/bgFrameA10.gif) repeat-y;
	}
#bestDeals .pro li {
	height: 202px;
	}
.pro li.brand {
	width: 240px;
	}
.pro li.brand img {
	margin: 30px 0 16px 50px;
	width: 140px;
	height: 30px;
	}
#bestDeals .pro li.brand dt {
	height: 31px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1px;
	line-height: 16px;
	}
.proStyle {
	float: left;
	width: 100%;
	background: url(../../images/bgFrameA1.gif) repeat-y;
}
.proStyle ul {
	float: left;
	width: 100%;
	margin: 1px 0 0 0;
	background: url(../../images/bgFrameA2.gif) repeat-y;
}
.proStyle li {
	float: left;
	width: 180px;
	/*height: 172px;*/
	height: 228px;
	border-top: 1px solid #dcdcdc;
}
.proStyle li img {
	float: left;
	margin: 17px 0 0 16px;
	width: 148px;
	height: 111px;
}
.proStyle span {
	float: left;
	width: 100%;
	margin: 17px 0 0 0;
	border-top: 1px solid #dcdcdc;
}
.proStyle span a {
	float: left;
	margin: 9px 0 0 13px;
	padding: 0 5px 0 10px;
	font: bold 1.0em Tahoma;
	>font: bold 0.9em Tahoma;
	background: url(../../images/bullet.jpg) no-repeat left 2px;
}
.proStyle span a:hover {
	color: #f07700;
	text-decoration: none;
}
.proStyleBottom, .proStyleABottom {
	float: left;
	width: 100%;
	height: 4px;
	overflow: hidden;
	background: url(../../images/bgFrameA3.gif) no-repeat;
}
.proStyleABottom {
	background: url(../../images/bgFrameA9.gif) no-repeat;
}
/* proCat add by kenny 20090228*/
.proCat {
	float: left;
	width: 100%;
}
.proCatTop {
	float: left;
	width: 100%;
	height: 6px;
	font-size: 1px;
	overflow: hidden;
	background: url(../../images/bgFrameA5.gif) no-repeat;
}
.proCat ul {
	float: left;
	width: 100%;
}
.proCat li {
	float: left;
	width: 180px;
	overflow: hidden;
	margin: 0 0 0 0px;
	display: inline;
	border-top: 0;
}
.proCat li span {
	border: 1px solid #dcdcdc;
	border-top: 0;
	margin: 0 0 0 1px;
	display: block;
	height: 160px;
	overflow: hidden;
}
.proCat li.smaller span {
	margin: 0 2px 0 1px;
}
.proCat li.small span {
	margin: 0 0 0 2px;
}
.proCat li p {
	float: left;
	width: 100%;
	text-align: left;
	height: 60px;
	/*height: 50px;*/
	/*height: 37px;*/
	overflow: hidden;
	padding: 14px 0;
	margin: 1px 0 0 0;
	border-top: 1px solid #dcdcdc;
	background: url(../../images/bgFrameA2.gif) repeat-y;
}
.proCat li em {
	float: left;
	width: 100%;
}
.proCat li p a {
	float: left;
	padding: 0 18px;
	font: bold 10px Arial;
}
.proCat li p a:hover {
	color: #f07700;
	text-decoration: none;
}
.pagination {
	float: left;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 100%;
	font-size: 1.1em;
	border-top: 1px solid #DBDCDE;
	border-bottom: 1px solid #DBDCDE;
	height: 26px; /* for ie5.x */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px; /* except ie5.x */
}
.pagination {
	/* for ie5 */
}
h4.PTitle {		/* add by kenny 20080827 */
	float: left;
	width: 100%;
	/*height: 38px;*/
	padding: 2px 0;   /* add 20090214 */
	border-bottom: 1px solid #DBDCDE;
	font-size: 1.3em;
}
h4.PTitle1 {		/* add by kenny 20080827 */
	float: left;
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #DBDCDE;
	font-size: 1.3em;
}
h4.PTitle a {		/* add by kenny 20080827 */
	float: right;
	margin: 0px 60px 0 0;
	>margin: 0px 30px 0 0;
	display: inline;
	color: #1F4489;
	font-size: 0.8em;
}
h4.PTitle span {
	float: left;	
	padding: 6px 0 0 12px;
}
h4.TopBorder {		/* add by kenny 20080827 */
	margin-top: 1px;
	border-top: 1px solid #DBDCDE;
}
h4.BottomMargin {		/* add by kenny 20080827 */
	margin-bottom: 1px;
}
.pagination span.info {
	float: left;
	margin: 6px 0 0 12px;
	display: inline; /* for ie 6 below*/
}
.pagination span.page {
	float: right;
	margin: 6px 12px 0 0;
	display: inline; /* for ie 6 below*/	
}
.pagination span.page a {
	float: left;
	padding: 0 9px 0 8px;
	color: #1F4489;
	background: url(../../images/borderPage.gif) no-repeat right center;
}
.pagination span.page a.next {
	padding: 0 0 0 8px;
	background: none;
}
.pagination span.page span {
	float: left;
	padding: 0 9px 0 8px;
	color: #333;
	font-weight: bold;
	background: url(../../images/borderPage.gif) no-repeat right center;
}
.pagination span.page span.prev {
	color: #999;
	font-weight: normal;
	background: url(../../images/borderPage.gif) no-repeat right center;
}
.pagination span.page span.next {
	padding: 0 0 0 8px;
	color: #999;
	font-weight: normal;
	background: none;
}
.pageBottom {
	margin: 0 0 1px 0;
	border-top: 0;
	height: 25px; /* for ie5.x */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px; /* except ie5.x */
}
.pageBottom {
	/* for ie5 */
}
/* page control */
.display {
	float: left;
	width: 100%;
	height: 34px;
	color: #5A5A5A;
	font-size: 1.2em;
	font-weight: bold;
	background: #E6E9EE;
}
.display .subTitle, .display .subTitle a {		/* add by 20090110 */
	float: left;
	padding: 9px 0 0 12px;
	font-weight: normal;
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
.display .subTitle em {
	color: #f00;
}
.display .subTitle a:hover, .display .subTitleMore a:hover {
	color: #f07700;
	text-decoration: none;
}
.display .subTitleMore a {		/* add by 20090110 */
	float: right;
	padding: 9px 13px 0 10px;
	font-weight: normal;
	display: inline;
	font-size: 1.1em;
	background: url(../../images/arrow01.gif) no-repeat 0 13px;
	>background: url(../../images/arrow01.gif) no-repeat 0 14px;
}
/* frameA */
#featuredStores {
	float: left;
	margin-top: 17px;
	width: 720px;
}
#featuredStores div.container {
	float: left;
	width: 100%;
	background: url(../../images/bgFrameA4.gif) repeat-y;
}
#featuredStores div.container p.img {
	padding-left: 1px;
	height: 117px;
}
#featuredStores div.container p.img a {
	display:block;
	width:359px;
	height:117px;
	float:left;
}
>body #featuredStores div.container img {
	float: none;
	display: inline; /*for ie5*/
}
.frameA h1 {
	font-size: 16px;
	background: url(../../images/bgTitleA.gif) left top repeat-x;
}
.frameA h1 span {
	background: url(../../images/rightTitleA.gif) right top no-repeat;
	display: block;
}
.frameA h1 span span {
	padding-left: 14px;
	height: 36px;
	line-height: 36px;
	background: url(../../images/leftTitleA.gif) left top no-repeat;
	display: block;
}
.frameA div.container p.viewAll {
	float: left;
	width: 100%;
	height: 32px;
	border-top: 1px solid #D4D4D4;
	background: url(../../images/bottomFrameB.gif) left bottom no-repeat;
}
.frameA div.container p.viewAll a {
	float: left;
	margin: 9px 0 0 13px;
	padding-left: 10px;
	font-family: Tahoma;
	font-weight: bold;
	display: inline; /* for ie6 below */
	background: url(../../images/arrow01.gif) no-repeat left center;	
}
.frameA div.container p.viewAll a:hover {
	color: #F07700;
	text-decoration: none;
}
/* footer
--------------------------------------------------*/
#footer {
	clear: both;
}
#footer div.container {
	height: 179px;
	margin-bottom: 10px;
	background: url(../../images/bgFooter.gif) repeat-x;
	clear: both;
}
#footer dl {
	float: left;
	margin-top: 18px;
	display: inline; /* for ie6 below */
}
#footer dt {
	margin-bottom: 5px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}
#footer dd {
	font-size: 11px;
	margin-bottom: 6px;
}
#footer dd a {
	color: #1F4489;
}
#footer dl.tools {
	margin-left: 115px;
}
#footer dl.account {
	margin-left: 83px;
}
#footer dl.information {
	margin-left: 135px;
}
#footer dl.merchants {
	margin-left: 100px;
}
#footer div.awards {
	height: 60px;
	line-height: 60px;
	text-align: center;
}
#footer div.awards img {
	margin: 0 22px;
}
#footer div.copyright {
	padding: 16px 0 0 0;
	height: 45px;
	color: #666;
	font-size: 1.1em;
	text-align: center;
}
#footer div.copyright a {
	color: #666;
}
#footer div.copyright p {
	padding: 13px 0 17px 0;
	margin: 0;
}
.mainBottom {	
	padding-bottom: 17px;
}