html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
	font-family:"Century Gothic", Arial, Tahoma;
	font-weight:300;
}

.clearFloat {
	clear: both;
    height: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	font-size: 0px;
}

a, a img, :link img, :visited img { border: none; outline: none; text-decoration: none !important; -webkit-transition: color .15s linear; }
img { display: block; }
ol, ul {
	list-style: none;
}
:focus,
:active {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
margin: 0; padding: 0; text-align: center; font-size: 12px !important; background: #FFF; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, Calibri, sans-serif; font-weight: 200; letter-spacing: .2px; -webkit-text-stroke:1px transparent; @media only screen and (max-device-width:480px) -webkit-text-stroke: 0 black; margin: 0 auto; 

}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #333;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color:#999;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */

#container {	
	position: relative; 
	z-index: 2; 
	width: 1000px;
	text-align:left; 
	margin: 0 auto;
	
}
/*header*/
#header { width: 1000px; padding-top: 10px; padding-bottom: 10px; text-align: left; position: relative; z-index: 2; margin: 0 auto ;}

/*Logo*/

#header h2 { float: left; display: inline; }
#header h2 a { display: block; width:419px; height:80px; background: transparent url(../image/main-logo_new.png) 0 0 no-repeat; text-indent: -5000px; z-index: 10; position: relative; }

#header .div2 {
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	height:75px;
}
#header .div3 {
	float: right;
	padding-top: 20px;
	height: 38px;
}
#header .div3 a {
	margin-left: 15px;
	padding: 1px 0px 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
	color:#FFF;
	
	}
#header .div4 {
	width: 720px;
	clear: right;
	float: right;
	height: 32px;
	padding-right: 1px;
	
}
#header .div4 a {
	float: left;
	margin-right: 2px;
	width: 100px;
	height: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
	background: url('../image/tab_1.png') no-repeat;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-variant:small-caps;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
#header .div4 a.selected {
	background: url('../image/tab_2.png') no-repeat;
	color: #FC0;
	padding-bottom: 10px;
	z-index: 3;
}

#header .div4 a:hover {
	background: url('../image/tab_2.png') no-repeat;
	color: #F00;
	padding-bottom: 10px;
	z-index: 3;
}

#header .div5 {
	clear: both;
}
#header .div5 .left {
	background: url('../image/header_1_left.png') no-repeat;
	width: 5px;
	height: 40px;
	float: left;
}
#header .div5 .right {
	background: url('../image/header_1_right.png') no-repeat;
	width: 5px;
	height: 40px;
	float: right;
}
#header .div5 .center {
	background: url('../image/header_1_center.jpg') repeat-x;
	height: 40px;
	margin-left: 5px;
	margin-right: 0px;
}
#header .div6 {
	clear: both;
	margin-bottom: 10px;
}
#header .div6 .left {
	background: url('../image/header_2_left.png') no-repeat;
	width: 5px;
	height: 40px;
	float: left;
}
#header .div6 .right {
	background: url('../image/header_2_right.png') no-repeat;
	width: 5px;
	height: 40px;
	float: right;
}
#header .div6 .center {
	background: url('../image/header_2_center.png') repeat-x;
	height: 40px;
	margin-left: 5px;
	margin-right: 0px;
	padding-left: 5px;
	padding-right: 0px;
}
#header .div7 {
	float: right;
	padding: 2px 0 0 0;

}
#header .div8 {
	float: left; margin-top: 6px;
}
#header .div9 {
	float: left;
}
#header .div10 {
	float:left; 
	margin-top: 6px;
	padding: 2px 0 0 8px;
}

#header .div17 {
	float: left;
	padding: 2px 0 0 0;
	margin-top: 4px;

}

#header .div17 span {
	 padding:0px 0 8px 0px;
	 vertical-align: middle;
}

#search {
	padding-top: 7px;
	padding-left: 0px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #222;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #000000;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin:0px 0 10px 195px;
		padding:15px 0 0 0;
		width:785px;
	
}
#content .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#content .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#content .top .center {
	background: no-repeat url('../image/content_top_center.png');
	margin:0px 0px 0 0px;
	height:45px;
	
	

		
}
#content .top h1 {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:0 0 1px #999;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px 10px 1px 10px;
	margin:0 10px 0 10px;
	
	min-height: 380px;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}

.box_cat {
	margin:16px 0 10px 0;
	background: url('../image/box_top_cat.png') no-repeat;
	
	
	
	
}

.box_cat .top_cat {
	padding: 8px 0px 9px 10px;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	letter-spacing:.2px;
	height:22px;
	text-shadow: 0px 1px 1px #fff;
}

.box_cat .top_cat img {
	float: left;
	margin-right: 5px;
}

.box_cat .middle_cat {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #fff; 
	padding: 0px 10px 10px 10px;
	margin:0 0 0 8px;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	text-decoration:none;
	text-shadow: 0px 0px 2px #ccc;


}

.box_cat .middle_cat a {
	font-family:"Century Gothic", Arial, Tahoma;
	text-decoration:none;
	text-transform:none;
	text-decoration:none;
	text-shadow: 0px 0px 2px #ccc;
	color:#333;
}

.box_cat .bottom_cat {
	height: 5px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-shadow: 2px 0 0 #333;
	background: #fff; 
	padding: 0px 10px 0px 10px;
	margin:0 0 0 8px;
	
}


.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}



.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background: #FFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png');
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#000;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}

.button_search {
	display: inline-block;
	text-decoration: none;
		background: url('../image/button_goto_prod_details.png') top right no-repeat;
	height:20px;
	width:92px;
	color:#000;
}
.button_search span {
	color: #FFF;
	display: block;
	padding: 2px 0px 2px 0px;
	text-align:center;
;
}

.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #DDDDDD;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
	font-family:"Century Gothic", Arial, Tahoma;
}

#category  li {padding-left:0px; font-family:"Century Gothic", Arial, Tahoma;}
#category  li span.top-span{display:block; padding:7px 0 7px 0; background:url(../images/list_background.gif) repeat-x left top; padding-left:0px; font-family:"Century Gothic", Arial, Tahoma;}



#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
	font-family:"Century Gothic", Arial, Tahoma;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

/*Header Search*/
/************************************************ Main Navigation **********************************************/
#mainNavigationFullWidth {
	float: left;
	width: 100%;
	background: #ececec url(../images/2009/main-navigation-background.png) top no-repeat;
	height: 35px;
	padding-bottom: 10px;
}
#mainNavigation {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
#mainNavigation ul {
	float: left;
}
#mainNavigation ul li {
	display: block;
	float: left;
}
#mainNavigation ul li a {
	height: 32px;
	text-align:center;
	display: block;
	line-height:35px;
	font-size:14px;
	font-family: "Century Gothic", Arial; 
	font-weight: 400;
	letter-spacing:.5px;
	text-shadow: 0px 1px 0px #fff;
	
}
#mainNavigation ul li a:hover,
#mainNavigation ul li a:focus,
#mainNavigation ul li a.focus {
	background-position: 0 -32px!important;
}

#mainNavigation ul li.navWomens a {background: #fff url(../image/menu.png) 0 0 no-repeat; width: 120px; height: 35px; margin-left:0px; color:#333 text-shadow: 0px 1px 0px #ccc; }
#mainNavigation ul li.navWomens a:hover { background: #fff url(../image/menu.png) center bottom no-repeat !important; width: 120px; height: 35px; color:#Fff; text-shadow: 0px 1px 0px #666; }



/************************************************ Homepage **********************************************/
#contentWrapper { width: 960px; margin: 0 auto; padding-left: 20px; padding-right: 20px; text-align: left; z-index: 1; background: url(../images/2009/content-wrapper-background-short.png) top no-repeat !important; min-height: 340px; position: relative; overflow: visible; }

.homepage-wrapper {	width: 980px; margin: 0 auto; padding-left: 10px; padding-right: 10px; background: url(../images/2009/content-wrapper-background.png) top no-repeat !important; min-height: 340px; }

.homepage-feature-container { width: 940px; overflow: auto; padding-top: 10px; padding-left: 20px; padding-right: 20px; }
.mini-feature-container { background: #fff; float: left; width: 290px; margin-right: 10px; }
.mini-feature-container img { height: 100px; overflow: hidden; background: #333; }
.main-feature-container { background: #fff; float: left; width: 640px; min-height: 300px; overflow: hidden; }

.homepage-left-column { float: left; width: 300px; margin-top: 30px; margin-left: 10px; }
.left-column-title { padding-top: 7px; padding-bottom: 5px; margin-left: 10px; }
.left-column-title { text-shadow: 0px 1px 0px #fff; }
.left-column-newsletter { width: 290px; height: 110px; margin-bottom: 10px; background: url(../images/2009/left-column-newsletter-background.png) top left no-repeat; text-align: left; }
.left-column-brands { width: 290px; height: 110px; margin-bottom: 10px; background: url(../images/2009/left-column-brand-background.png) top left no-repeat; text-align: left; }
.left-column-picks { width: 290px; height: 110px; margin-bottom: 10px; background: url(../images/2009/left-column-picks-background.png) top left no-repeat; text-align: left; }
.left-column-sellers { width: 290px; overflow: hidden; margin-bottom: 10px; background: url(../images/2009/left-column-sellers-background.png) top left no-repeat; text-align: left; }
.left-column-feefo { width: 290px; height: 305px; margin-bottom: 10px; background: url(../images/2009/left-column-feefo-background.png) top left no-repeat; text-align: left; }
.left-column-content { width: 240px; margin-left: 10px; padding-top: 10px; padding-left: 20px; padding-right: 20px; }
.left-column-content p { line-height: 18px; text-shadow: 0px 1px 0px #fff; }
.left-column-content p a { color: #8fc841; }
.left-column-content p a:hover { border-bottom: 1px dotted #8fc841 !important; }
.left-column-feefo .left-column-content p { text-align: center; color: #666; font-style: italic; }
.left-column-feefo .left-column-content p.first { padding-top: 10px; }
.left-column-brands .left-column-content p { margin-top: 0px; text-align: center; }
.left-column-brands .left-column-content p a { font-weight: bold; }
.left-column-brands .left-column-content p a:hover { border-bottom: 1px dotted #333; }
.left-column-picks .left-column-content p { font-weight: bold; } 
.left-column-sellers .copy { float: left; height: 68px; margin-bottom: 10px; width: 160px; }
.left-column-sellers .copy p.brand { font-weight: bold; color: #333;}
.left-column-sellers .copy p.brand a { color: #8fc841; font-weight: bold !important; }
.left-column-sellers .copy p.brand a:hover { border-bottom: 1px dotted #8fc841 !important; }
.left-column-sellers .copy p.title { color: #666; }
.left-column-sellers .copy p.price { font-weight: bold; color: #333; }
.left-column-sellers .copy p span.saving { color: #666; font-weight: normal; font-style: italic; }
.left-column-sellers .copy p.link a { color: #8fc841; font-weight: bold !important; }
.left-column-sellers .copy p.link a:hover { border-bottom: 1px dotted #8fc841 !important; }
.left-column-sellers .image { float: right; height: 66px; margin-bottom: 10px; border: 1px solid #ececec; }

.homepage-right-column { float: left; width: 670px; margin-top: 20px; }
.promo-pods-right { float: left; width: 320px; height: 200px; overflow: hidden; padding-right: 10px; }
.promo-pod-01 { float: left; width: 320px; height: 100px; background: url(../images/2009/promo-pod-01.png) top left no-repeat; text-align: right; }
.promo-pod-02 { float: left; width: 320px; height: 100px; background: url(../images/2009/promo-pod-02.png) top left no-repeat; text-align: left; }

.promo-pods-left { float: left; width: 320px; height: 200px; overflow: hidden; padding-left: 10px; }
.promo-pod-07 { float: left; width: 320px; height: 100px; background: url(../images/2009/promo-pod-07.png) top left no-repeat; text-align: right; }
.promo-pod-08 { float: left; width: 320px; height: 100px; background: url(../images/2009/promo-pod-08.png) top left no-repeat; text-align: left; }

.promo-pod-title-right { margin-top: 15px; margin-right: 15px; }
.promo-pod-title-right p { text-align: right; font-size: 14px; font-weight: normal; line-height: 16px; text-shadow: 0px 1px 0px #fff; color: #333; }
.promo-pod-price-right { margin-top: 17px; margin-right: 15px; }
.promo-pod-price-right p { font-weight: bold; color: #333; text-shadow: 0px 1px 0px #fff; }
.promo-pod-price-right p span { font-size: 16px; }
.promo-pod-title-right a { text-decoration: none; }

.promo-pod-title-left { margin-top: 15px; margin-left: 15px; }
.promo-pod-title-left p { text-align: left; font-size: 14px; font-weight: normal; line-height: 16px; text-shadow: 0px 1px 0px #fff; color: #333; }
.promo-pod-price-left { margin-top: 17px; margin-left: 15px; }
.promo-pod-price-left p { text-align: left; font-weight: bold; color: #333; text-shadow: 0px 1px 0px #fff; }
.promo-pod-price-left p span { font-size: 16px; }

.promo-pod-large-right { float: left; width: 330px; height: 200px; }
.promo-pod-large-right img { border: none; }
.promo-pod-large-right-label { width: 200px; padding-left: 85px; margin-top: -43px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size: 14px; font-style: italic; color: #333; text-shadow: 0px 1px 0px #fff; text-align: left; }

.promo-pod-large-left { float: left; width: 330px; height: 200px; }
.promo-pod-large-left img { border: none; }
.promo-pod-large-left-label { width: 220px; padding-left: 10px; margin-top: -46px; font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-size: 14px; font-style: italic; color: #333; text-shadow: 0px 1px 0px #fff; text-align: left; }

.product-row-header { width: 650px; height: 27px; padding-top: 8px; margin-top: 20px; margin-left: 10px; background: url(../images/2009/product-row-header.png) top left no-repeat; }
.product-row-title { float: left; padding-left: 10px; }
.product-row-title p { font-family: Georgia, Times New Roman; font-size: 14px; font-style: italic; color: #333; text-shadow: 0px 1px 0px #fff; }
.product-row-link { float: right; padding-right: 10px; }
.product-row-link p { font-weight: bold; color: #333; text-shadow: 0px 1px 0px #fff; }
.product-row-link p a { color: #333; }
.product-row { width: 650px; min-height: 150px; padding-top: 10px; margin-left: 10px; margin-bottom: 20px; clear: both; overflow: hidden; background: url(../images/2009/product-row-background.png) top left no-repeat; }
.product-row img { width: 148px; height:148px; margin-bottom: 15px; border: none; }
.product-01 { float: left; width: 148px; text-align: center; margin-right: 10px; }
.product-02 { float: left; width: 148px; text-align: center; margin-right: 10px; }
.product-03 { float: left; width: 148px; text-align: center; margin-right: 10px; }
.product-04 { float: left; width: 148px; text-align: center; }
.product-row p.brand { font-weight: bold; color: #333;}
.product-row p.title { color: #666; padding-bottom: 5px; border-bottom: 1px dotted #ececec; margin-bottom: 5px; }
.product-row p.price { font-weight: bold; color: #333; }
.product-row p span.saving { color: #666; font-weight: normal; font-style: italic; }
.product-row p.link a { color: #8fc841; font-weight: bold !important; }
.product-row p.link a:hover { border-bottom: 1px dotted #8fc841 !important; }

.homeContentWrapper {
	background: none!important;
}
#mainOffer {
	display: block;
	width: 291px;
	float: left;
}
#mainOffer img {
	border: none;
	outline: none;
}
#mainOffer a {
	outline: none!important;
	border: none;
}
#homepageHero {
	float: left;
	width: 629px;
	background: #000 url(../images/home_hero_bg.gif) 0 353px repeat-x;
	min-height: 399px;
	z-index: 2;
}
* html #homepageHero {
	height: 399px;
}
#noFlashContent {
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
#noFlashContent p {
	padding: 20px;
}
#noFlashContent a {
	color: #fff;
}
#noFlashContent a:hover,
#noFlashContent a:focus,
#noFlashContent a.focus {
	text-decoration: none;
}
