.italic {font-style:italic}
.bold {font-weight:bold}
.superscript {font-size:50%;position:relative;bottom: 0.6em}
.center-image {display:block;margin-left:auto;margin-right:auto;}
.javascriptHtmlLink {text-decoration:underline;cursor:pointer;cursor:hand;}
.hand-cursor {cursor: pointer;cursor: hand;}
.bottom-small-border { border-bottom: 1px solid #CCC; }
.right-align-element { text-align:right; }
.clear-border-and-margin { margin: 0; border:0 none; }
/* nowrap is useful for cases where we don't want words to wrap to next line */
.nowrap { white-space:nowrap; }
.clear { clear:both; }
.hidden { display: none; }
.left-align { text-align: left; }
.alert { color: red; font-size: 1.2em;}
.center { text-align: center; }
/* accessibility friendly colors */
.orange { color: #d64309; }
.red { color: #bB0000; }
.gray { color: #666; }

.left-to-right-border-fade {
  border-width: 1px 0 0 0;
  border-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#bbb), to(#fff)) 1;
  -webkit-border-image: -webkit-linear-gradient(right, #bbb, #fff) 1;
  -moz-border-image: -moz-linear-gradient(right, #bbb, #fff) 1;  
  -o-border-image: -o-linear-gradient(right, #bbb, #fff) 1;
  border-image: linear-gradient(to right, #bbb, #fff) 1;
  -pie-border-image: linear-gradient(right, #bbb, #fff) 1; /*PIE*/
  behavior: url(/include/css/PIE-1.0.0/PIE.htc);
}

#divForRoundBorders {
background:#FFF none repeat scroll 0%;
width:100%;height:100%;margin:0;
}

#picturemenu {}
.picturemenuItem {float:left;}
.picturemenuSeparator {float:left;}
.picturemenuCategoryName {display: block; text-align: center;}

/*base.css*/
body {
font-family:"Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
font-size:62.5%;
color:#000;
background:#fff;
margin:0;
padding:0;
}

.hide {
text-indent:-9999px;
}

img {
display:block;
border:0;
}

form {
margin:0;
padding:0;
}

a:link,a:visited {
color:#003;
background:transparent;
}

a.bluelink:link,a.bluelink:visited {
color:#00F;
}

a:hover, a.bluelink:hover {
color:#c30;
}

a.bluelinkWithHoverUnderline {
text-decoration:none;
}
a.bluelinkWithHoverUnderline:hover {
color:#00F;
text-decoration:underline;
}

a:active {
text-decoration:none;
}

p {
text-align:left;
line-height:1.5;
margin:0 0 1em;
}

h1,h2,h3,h4,h5,h6 {
font-size:1em;
margin:0;
padding:0;
}

/*legacy.dss*/
select,input {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
z-index:1;
}

body.popup {
margin:0;
}

#welcome a {
text-decoration:none;
}

.footerWithoutTopBorder {
border-bottom: 1px solid #a7a8aa;
height:161px; padding:10px 10px 10px 10px;
}

footerWithTopBorder {
border-top: 1px solid #a7a8aa;
border-bottom: 1px solid #a7a8aa;
height:161px; padding:10px 10px 10px 10px;
}

#front-page {
width:171px;
height:125px;
float:left;
padding:15px 5px 10px;
}

#front-page ul {
list-style:none;
margin:0;
padding:0;
}

#front-page ul li {
text-indent:1em;
}

#banner-container2 {
position:absolute;
bottom:12px;
left:7px;
font-size:10px;
}

#banner-container2 li {
padding-top:2px;
}

a.button {
font-size:10px;
color:#363636;
border:1px solid #a7a8aa;
background:url(/images/gradients/button-gradient.gif);
font-weight:700;
text-decoration:none;
padding:3px 6px;
}

a.button:hover {
background:url(/images/gradients/button-dark-gradient.gif);
color:#FFF;
}

a.hotbutton {
font-size:10px;
color:#fff;
border:1px solid #b2b2b2;
background:url(/images/gradients/hot-button.gif);
font-weight:700;
text-decoration:none;
padding:3px 6px;
}

a.hotbutton:hover {
background:url(/images/gradients/hot-button-over.gif);
color:#FFF;
}

.formhotbutton {
background-image:url(/images/gradients/hot-button.gif);
border:1px solid #a7a8aa;
font-size:10px;
font-weight:700;
color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
cursor:pointer;
margin:1px 0 0 4px;
padding:2px 4px 3px;
}

.formhotbutton:hover {
background-image:url(/images/gradients/hot-button-over.gif);
color:#FFF;
}

.formbutton {
background-image:url(/images/gradients/button-gradient.gif);
border:1px solid #a7a8aa;
font-size:10px;
font-weight:700;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:1px 0 1px 4px;
padding:2px 4px;
}

.formbutton:hover {
background-image:url(/images/gradients/button-dark-gradient.gif);
color:#FFF;
}

.options-container {
margin-top:31px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#363636;
}

.category {
border-bottom:1px dotted #a7a8aa;
border-right:1px solid #a7a8aa;
width:131px;
height:auto;
float:left;
text-align:center;
padding:4px;
overflow:hidden;
position:relative;
}

.category a {
color: #003399;
}
.category a.hoverOn, #spotlight-container-inner a.hoverOn {
	text-decoration: none;
	color: #000033;
}
.category a.hoverOn:hover, #spotlight-container-inner a.hoverOn:hover {
	text-decoration: underline;
}

.category img {
margin:0 auto;
}

.category span {
color:#003399;
}

.category .multiple-uom {
font-size:10px;
line-height:12px;
}

.category-file-link {
clear: both;
width: 530px;
font-size: 2em;
padding-left: 10px;
color: #33D;
}

span.retail-price, .category span.retail-price {
color:#000;
text-decoration:line-through;
margin-right:5px;
}

span.our-price, .category span.our-price {
color:#A00;
}

.category-tile {
width:160px;
float:left;
padding:4px;
}

.category-tile h1 {
font-size:11px;
}

.category-tile ul {
list-style:none;
margin:6px 0 15px;
padding:0;
}

.category-tile ul li {
padding-left:20px;
}

.cat-inside {
width:122px;
height:50px;
max-height:50px;
text-align:left;
overflow:hidden;
margin:0 auto;
}

.product-qty-error-message {
color:red;
font-size:10px;
padding:2px 0 2px 4px;
}

.small {
font-size:10px;
color:#606060;
}

.lighttext {
color:#484848;
}

h3 {
font-size:16px;
margin:0;
}

h3.login {
color:#000099;
margin:0 0 1px 4px;
}

h3.login2 {
color:#000099;
margin:-10px 0 10px
}

.padding {
padding:7px;
}

p.field {
margin-top:3px;
margin-bottom:2px;
}

p.description {
margin-top:3px;
margin-bottom:12px;
}

.scaledImage {
text-align:center;
width:450px;
border:1px solid #dfdfdf;
padding:10px;
}

#messages {
font-weight:400;
background:#f7f8c0;
margin-top:2px;
margin-bottom:10px;
line-height:1.4em;
padding:10px;
}

#messages .title {
font-weight:700;
margin-bottom:10px;
}

#cartmain {
text-align:left;
width:784px;
margin:0 auto;
}

.promotional-space {
margin:0;
padding:0;
}

.total-box {
margin:0;
padding:10px;
}

.total-box-sections {
border-bottom:1px dashed #c3c3c3;
padding:4px;
}

.total-box-sections span {
font-size:10px;
}

.larger-price { font-size: 1.2em; }
.total-box-sections .larger-price { font-size: 1.2em; }

.promotion-container {
margin-top:4px;
}

#cart-part {
border-bottom:1px solid #a7a8aa;
padding-bottom:3px;
}

#confirmation {
text-align:left;
width:784px;
/*border-bottom:1px solid #a7a8aa;*/
padding-bottom:3px;
margin:0 auto;
margin-top:0px
}

#confirmationck {
text-align:left;
width:784px;
/*border-bottom:1px solid #a7a8aa;*/
padding-bottom:3px;
margin:0 auto;
margin-top:0px
}

strong.confirmation-title {
font-size:12px;
}

.checkout-step {
color:#000099;
font-size:16px;
}

.form-section {
border-bottom:1px dotted #999;
margin-bottom:5px;
padding-bottom:5px;
}

#cure-form input {
width:175px;
}

#cure-form .label {
text-align:right;
}

.confirmation-table {
margin:4px auto;
}

.confirmation-table tr.underline td {
border-bottom:1px solid #a7a8aa;
}

.confirmation-table-title TD {
background:#efefef;
border-bottom:1px solid #a7a8aa;
}

.confirmation-table-title TD TD {
border:none;
}

.confirmation-title-style {
border-bottom:1px solid #a7a8aa;
padding-bottom:4px;
}

#cartbox table {
padding-top:5px;
padding-right:6px;
font-size:11px;
}

.payment-divider {
border-bottom:1px dotted #a7a8aa;
}

#confirmation form,#confirmationck form {
/*padding-top:3px;*/
padding-bottom:3px;
}

.signup-padding {
padding-top:20px;
}

.border-left {
border-left:1px solid #a7a8aa;
}

.border-top {
border-top:1px solid #a7a8aa;
}

.border-right {
border-right:1px solid #a7a8aa;
}

.sidebar-cell {
border-right:1px solid #a7a8aa;
}

.border-bottom {
border-bottom:1px solid #a7a8aa;
}

.border-top-bottom {
border-top:1px solid #a7a8aa;
border-bottom:1px solid #a7a8aa;
}

.border-all {
border:1px solid #a7a8aa;
}

.border-bottom-right {
border-bottom:1px solid #a7a8aa;
border-right:1px solid #a7a8aa;
}

#footer {
border:1px solid #a7a8aa;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#363636;
height:116px;
}

#footer-bar {
height:25px;
width:758px;
border-bottom:1px solid #a7a8aa;
border-right:1px solid #a7a8aa;
background-image:url(/images/gradients/menubar.gif);
background-position:top;
background-repeat:repeat-x;
}

#lists {
margin-top:0;
padding-top:0;
float:left;
position:relative;
width:187px;
border-right:1px solid #a7a8aa;
height:90px;
}

.product-detail-top {
font-size:12px;
font-weight:700;
border-bottom:1px dotted #a7a8aa;
color:#555;
background:#f7f7f7;
margin:0;
padding:5px 3px 5px 5px;
}

#list-end {
margin-top:0;
padding-top:0;
float:left;
position:relative;
width:187px;
height:90px;
}

.titles {
display:block;
float:left;
position:relative;
width:159px;
height:21px;
text-align:left;
padding-top:5px;
padding-left:29px;
font-size:12px;
font-weight:700;
}

.page-links {
font-size:1.5em;
}

div.navtab-sidebar {
background:#f7f7f7;
border-left:1px solid #a7a8aa;
border-bottom:1px solid #a7a8aa;
}

#sidebar .navtab-sidebar .body {
padding-bottom:6px;
}

#sidebar .body UL {
margin:0;
padding:8px 0 0;
text-indent:0;
}

#sidebar .body LI {
padding-bottom:8px;
padding-left:8px;
list-style:none;
text-indent:-8px;
}

#sidebar input.field {
width:90%;
}

.sidebar-promo-color {
background-color:#FF8A00;
}

#sidebar div.cart-sidebar {
padding:4px;
}

.error {
padding-left:2px;
font-size:12px;
color:red;
}

.error-container {
padding:2px;
}

.radiofloat {
float:left;
width:25px;
margin:0 6px 0 0;
}

.addressbox {
float:left;
width:208px;
margin-right:5px;
}

.saved-address-background {
height:90px;
border-bottom:1px dotted #a7a8aa;
margin-top:10px;
padding-bottom:10px;
}

.saved-address-field {
height:85px;
width:251px;
float:left;
}

.saved-credit-background {
height:110px;
border-bottom:1px dotted #a7a8aa;
margin-top:10px;
padding-bottom:2px;
}

.saved-credit-field {
height:105px;
float:left;
width:251px;
}

.asterisk {
color:red;
font-weight:700;
}

.contactus-arrow {
position:absolute;
left:485px;
top:55px;
}

.related-product {
text-align:center;
border-bottom:1px dotted #a7a8aa;
padding-bottom:8px;
padding-top:8px;
}

.related-product DIV {
text-align:center;
padding:8px;
}

.sh-container {
padding:5px;
}

.sh-method {
margin-top:25px;
}

.sh-description {
font-size:12px;
margin-top:4px;
margin-left:8px;
}

.sh-description li {
list-style-type:square;
}

.page-not-found div#search {
float:none;
text-align:center;
}

.information-page {
margin:14px 0 0 10px;
padding-left: 8px;
font-size: 1.4em;
}
.information-page > div {
margin: 14px 0 0;
}
.information-page > div div {
margin-top: 10px;
}

.content-page {
color:#555;
font-size:11px;
}

.content-page strong {
color:#000;
}

#browse-navtab strong {
color:#555;
}

.search-help {
text-align:center;
width:544px;
padding:8px 8px 0;
}

.cartlanding-navtab {
font-size:12px;
color:#666;
font-weight:700;
background:#f7f7f7;
}

#container-sw-moreinfoonproduct {
margin-top:10px;
}

#sw-moreinfoonproduct {
border:1px solid #a7a8aa;
width:200px;
margin-left:30px;
}

#moreAboutTheProduct {
margin:5px;
}

.hide {
text-indent:-9999px;
line-height:1px;
}

.checkoutReportProblemText {
position:absolute;
top:-35px;
left:560px;
height:35px;
width:200px;
text-align:right;
}

.fullCheckoutReportProblemText {
display:inline;
height:100%;
vertical-align:text-bottom;
}

.liveChat {
position:absolute;
top:-42px;
left:0;
height:50px;
width:180px;
float:left;
}

.specialCheckoutText {
position:absolute;
visibility:hidden;
}

.categoryBannerTableLayout {
border-right:1px solid #A7A8AA;
border-top:1px solid #A7A8AA;
padding:0;
}

h4,h1.nav {
font-size:14px;
margin:0;
}

#welcome a:hover,.homebar a,.homebar a:hover,#lists ul li a:hover,#list-end ul li a:hover {
text-decoration:underline;
}

#messages .explanation,#messages .followUpText {
font-weight:400;
padding-left:40px;
}

#messages a,.promotion-name,.bolden {
font-weight:700;
}

.cart-details,.cart-product {
border-bottom:1px solid #a7a8aa;
padding:4px 14px;
}

#lists ul,#list-end ul {
list-style-type:none;
margin:0;
padding:0 0 0 30px;
}

#lists ul li a,#list-end ul li a {
color:#363636;
text-decoration:none;
}

#sidebar .quick-form-widget,#sidebar .order-tracking-widget,#sidebar .list-widget {
padding:3px 3px 12px;
}

.paging-table td {
padding-left: 7px;
}

.left-padding {
padding-left: 10px;
}


/*layout.css*/
#page {
position:relative;
width:960px;
margin:0 auto;
padding:0;
}

.skip {
    display: block;
    line-height: 0;
    width: 2px;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999em;
    overflow: hidden;
    font-size: .01em;
}

#navigation {
top:0;
left:0;
right:0;
width:960px;
padding:.8em 0 0.4em;
}

#content.withsidebar {
float:right;
width:760px;
/*border-left:1px solid #aaa;*/
}

#content.withrightbar {
float:right;
width:560px;
/*border-left:1px solid #aaa;*/
}

#sidebar {
width:198px;
float:left;
}

#phantomdeco td.outercell
{
	border-right:1px solid gray;
}

#foot {
clear:both;
text-align:center;
padding-top:12px;
width:960px;
margin:0 auto;
}

table.navigationTab {
width:100%;
margin-left:0;
margin-right:0;
height:28px;
border-width:0;
}

td.navigationData {
border-top:1px solid #A7A8AA;
background-color:#f7f7f7;
white-space:nowrap;
width:188px;
}

td.navigationCurvedImage {
text-align:right;
width:14px;
}

td.navigationRightCell {
text-align:right;
width:100%;
}

td.navigationTabDataWithSidebar {
width:190px;
background-color:#f7f7f7;
}

td.navigationTabDataWithSidebarRight {
background-color:#f7f7f7;
padding-right:4px;
width:760px;
height:29px;
}

td.navigationTabDataWithoutSidebarRight {
padding-right:4px;
width:960px;
height:29px;
background-color:#f7f7f7;
}

table.borderZeroWidthHundred {
width:100%;
margin-left:0;
margin-right:0;
border-width:0;
}

td.jumpToPageLinksVerticalAlignment {
vertical-align:middle;
line-height:normal;
}

.alignRight {
text-align:right;
}

.alignCenter {
text-align:center;
}

.powerreviewRatingStars {
width:85px;
margin-left:auto;
margin-right:auto;
}
/*global.dss*/
#searchfield {
width: 145px;
}

#logo {
width: 273px;
height: 48px;
padding: 0;
margin: 0 0;
z-index: 1;
top: 2em;
}

#navigation dl a {
white-space: nowrap;
}

#navigation label {
display: block;
text-indent: -9999px;
height: 0;
font-size: .01em;
}

#searchform {
position: absolute;
top: 25px;
left: 487px;
padding: 0;
margin: 0;
display: inline;
}

#searchform p
{
font-size:  1em;
color:  #666;
background:  transparent;
}

#navigation dl
{
padding: 0;
margin: 0;
}

#navigation dt
{
display: none;
}

#menu_bar_shadow
{
color: white;
height: 23px;
margin: 0;
padding: 0 0 8px;
}

#blue_search_bar {
background: transparent url(/images/bg/bluebar_top-left.gif) no-repeat;
color: white;
height: 35px;
width: 950px;
padding: 0 5px;
z-index: 199;
}

#blue_search_bar div{
float:left;
}
#blue_search_bar #search_label {
font-size: 1.4em;
font-weight: bold;
}

#blue_search_bar #search_fields {
padding-right: 10px;
}

#blue_search_bar #service_phone_number {
font-size: 13px;
}

div.menu-bar-mask
{
display: block;
position: absolute;
background-color: #efefef;
padding: 0;
font-size: 1px;
z-index: 11;
}

/*#phone
{
float: right;
display: block;
margin: 0 0 8px 0;
padding: .5em .2em;
border: 1px solid #999;
border-left: none;
font-weight: bold;
background: #eee url(/images/bg/menu.gif) top left repeat-x;
font-size: 1.4em;
min-height: 1.2em;
}*/

dt#welcome
{
display: inline;
font-size: 1.1em;
padding-left: 15px;
margin-left: 12px;
background: #fff url(/images/badge/welcome.gif) center left no-repeat;
}

#cartlinks
{
margin: -10px 0 0 0;
font-size:1.1em;
}

#cartlinks #checkoutlink
{
padding:3px 10px 3px 30px;
##background:transparent url(/images/icons/lock.png) center left no-repeat;
}

#cartlinks .cartlink
{
padding:3px 0 3px 23px;
/* background:transparent url(/images/icons/cart/cart.png) center left no-repeat;*/
 background:transparent url(/images/icons/cart/cart.png) 7px 0px no-repeat;
}

#cartlinks .phone
{
padding:3px 0 3px 23px;
 background:transparent url(/images/bg/phoneicon.png) 7px 50% no-repeat;
}

#cartlinks #livehelp {
position:absolute;
top:3px;
left:-72px;
cursor:pointer;
}

#acctlinks
{
position: absolute;
top: 63px;
right: 0;
padding: 0;
margin: 0;
display: inline;
font-size: 1.1em;
}

#acctlinks ul
{
margin: 0;
padding: 0;
display: inline;
}

#acctlinks li
{
display: inline;
padding-left: 3px;
border-left: 1px solid #666;
}

#acctlinks #signinlink {
border-left: 0;
}

li#signinlink {
border: 0;
}

#accredidation
{
padding: 0;
margin: 0;
display: inline;
font-size: 1.1em;
}

#accredidation ul
{
margin: 0;
padding: 0;
display: inline;
}

#accredidation li
{
display: inline;
padding: 0 .5em;
border-left: 1px solid #666;
}

li#seclink
{
border: 0;
padding-left: 15px;	
}

.secure
{
background: #fff url(/images/badge/secure.gif)
			no-repeat scroll 0 0;
}

li#bbblink
{
background-position: 10px center;
padding-left: 25px;
}

.bbb
{
background: #fff url(/images/bbblink.gif) no-repeat;
}

.notyou
{
position: absolute;
top: 25px;
right: 0;
color: #999;
font-size: 1.1em;
z-index: 1;
}

#cart {
float: right;
background: #fff url(/images/bg/cart.png) top left no-repeat;
padding: 6px 8px 0 47px;
height: 28px;
color: #fff;
font-size: 1.1em;
margin: -8px 0 0 0;
}

#cart a:link,#cart a:visited,#cart a:hover,#cart a:active {
color: #fff;
text-decoration: underline;
}

#cart dt
{
display: inline;
padding: 0;
margin: 0;
}

a.printlink
{
padding-left: 18px;
background: white url(/images/badge/printlink.gif) center left no-repeat;
}

#foot img
{
border:0;
}

div.confirmation-title-style
{
background: white url(/images/icons/downarrow.gif) center right no-repeat;
padding-right: 18px;
}

div.blocked-ad
{
color: #666;
font-style: italic;
}

a.excess
{
display: none;
}

a.others
{
font-style: italic;
color: #555;
}

.tandoori-links-visible .show
{
display: none;
}

.noshow
{
display: none;
}

.tandoori-links-visible .noshow
{
display: inline;
}	

#buyers-guide-title{
font-weight:700;font-size:2.0em;
border-bottom:1px solid #999;
border-width:0 0 1px 1px;
width:100%;height:30px;
color:#103474;
padding-bottom:5px;
text-align:center;
margin-bottom:5px;
}

.blog-all{
text-align:right;
font-size:1.3em;
margin:0;
}

#news
{
margin: 0;
padding: 0;
}

#news td
{
font-style: italic;
color: #666;
padding-right: 7px;
width:300px;
vertical-align:top;
}

#news td strong
{
color: black;
font-size: 1.1em;
font-style: normal;
font-weight:500;
}

#news li
{
margin: 0;
padding: 4px 0;
list-style: none;
font-style: italic;
color: #666;
}

#news li strong
{
color: black;
font-size: 1.3em;
font-style: normal;
}

strong.title, .divTitle
{
display: inline-block;
font-size: 13px;
padding: 6px 0 6px 5px;
margin-left: -5px;
margin-bottom: 6px;
border: 1px solid #999;
border-right: 0px;
border-left: none;
background: white url(/images/gradients/menubar.gif) repeat-x scroll top left;
}

.divTitle { display:block; margin-left: 0; }

table#BBBtable {width:100%; margin-left:0%; margin-right:0%;}

a img {border: 0;}
/*menu.dss*/
div.menu {
border:1px solid #999;
background:#efefef;
font-size:1.1em;
z-index:10;
margin:0 0 0 -1px;
padding:0;
}

div.menu ul {
float:left;
list-style:none;
border-right:1px dotted #999;
margin:0 -1px 0 0;
padding:0;
}

div.menu li {
width:200px;
overflow:hidden;
padding:0;
}

div.menu a,div.menu a:visited {
display:block;
text-decoration:none;
color:#222;
padding:.3em .7em .3em 1.8em;
}

div.menu a:hover,div.menu a:active {
text-decoration:none;
color:#222;
background:#ddd url(/images/badge/menuitem.gif) center left no-repeat;
}

div.menu a.other {
clear:both;
font-size:1.2em;
text-align:right;
display:block;
border-top:1px dotted #999;
}

div.menu a.other:hover {
background:#ddd;
}
/*sidebar.dss*/
/*#sidebar {
border-right:1px solid #aaa;
}*/

#sidebar ul {
list-style:none;
margin:0;
padding:5px 12px 12px 11px;
}

#sidebar li {
overflow:hidden;
margin:0;
padding:0 0 4px;
}

#sidebar div.navtab-sidebar ul {
padding:5px 12px 12px 0;
}

#sidebar .sidebaritem {
padding-left:0;
min-width:185px;
color:#555;
border-left:1px solid #AAA;
border-bottom:1px solid #AAA;
}

#sidebar label {
display:block;
}

#sidebar p {
font-size:1em;
}

.with-large-dropdown-and-multi-image {
border-left:1px solid #AAA;
}

.with-multi-image {
border-left:1px solid #AAA;
}

.with-large-dropdown {
border-left:1px solid #AAA;
}

.with-no-dropdown {
border-left:1px solid #AAA;
}

.rightsidebar-default {
border-left:1px solid #AAA;
}


#rightsidebar {
width:198px;
float:right;
padding-left:0;
padding-bottom:0;
min-width:185px;
color:#555;
border-right:1px solid #AAA;
border-bottom:1px solid #AAA;
height:auto;
}

#rightsidebar label {
display:block;
}

#rightsidebar label.title {
margin-bottom:8px;
border-top:1px dotted #aaa;
background:#eee;
font-size:1.2em;
font-weight:700;
color:#333;
padding:0px 8px;
}

label.column-title, #first-trail-element .column-title {
color:#FFF;
padding:4px 0;
font-size:13px;
font-weight:bold;
float:left;
min-width:182px;
background:#05B url(/images/gradients/tab_bkg.gif) repeat-x;
}

label.column-title-cond {
min-width:186px;
}

* html label.column-title
{
padding:4px 91px;
}

label.column-title .ie6-inner
{
padding:0 91px 0 92px;
width:100%;
}

.ie6-inner .ie6-container
{
position:relative;
float:left;
}

label.column-title a:link, label.column-title a:visited,
#first-trail-element .column-title a:link, #first-trail-element .column-title a:visited{
color:#FFF;
text-decoration:none;
}

.column-title-left {
width:8px;
background: url(/images/gradients/tab_left.gif);
}

.column-title-right {
width:8px;
background: url(/images/gradients/tab_right.gif);
}

#sidebar label.title {
margin-bottom:8px;
border-top:1px dotted #aaa;
background:#eee;
font-size:1.2em;
font-weight:700;
color:#333;
padding:4px 8px;
}

#sidebar label.limit-title {
color:black;
margin:0;
background:url(/images/gradients/peach-heading.gif) repeat-x;
}

#sidebar #recentlyViewedItems label.title {
padding-left:24px;
background:#eee url(/images/badge/sidebar/recent.gif) center left no-repeat;
}

#sidebar #ecatSignup label.title {
padding-left:24px;
background:#eee url(/images/badge/sidebar/ecat.gif) center left no-repeat;
}

#sidebar #orderTracking label.title {
padding-left:24px;
background:#eee url(/images/badge/sidebar/track.gif) center left no-repeat;
}

#sidebar #ecatalog label.title {
border: 0px;
}

#sidebar #safeSecure label.title {
border: 0px;
}

/* #sidebar #relatedBrands label.title {
padding-left:24px;
background:#eee url(/images/badge/sidebar/brand.gif) center left no-repeat;
} */

/* #sidebar #searchInResults label.title {
padding-left:24px;
background:#eee url(/images/badge/sidebar/search.gif) center left no-repeat;
} */

#sidebar #relatedProducts label.title {
padding-left:24px;
background:#eee url(/images/badge/sidebar/related.gif) center left no-repeat;
}

#sidebar #youAreHere label.title {
padding-left:24px;
background:#eee url(/images/badge/sidebar/targetorange.gif) center left no-repeat;
}

#sidebar #googleSidebarAds label.title {
padding-left:24px;
background:#eee url(/images/badge/sidebar/links.gif) center left no-repeat;
}

#sidebar input.field {
width:160px;
}

#sidebar input.button {
width:75px;
margin-left:98px;
margin-top:8px;
}

#sidebar .tandoori-links-visible a.hide-links {
display:inline;
}

#sidebar a.toggle-link {
width:100%;
padding-left:22px;
background:transparent url(/images/badge/expand.gif) center left no-repeat;
}

#sidebar .tandoori-links-visible a.toggle-link {
background:transparent url(/images/badge/collapse.gif) center left no-repeat;
}

#sidebar LI.non-top-link,#sidebar .tandoori-links-visible a.show-links,#sidebar a.hide-links {
display:none;
}

table#breadcrumb_trail,
table#breadcrumb_trail a,
table#breadcrumb_trail a:link,
table#breadcrumb_trail a:hover,
table#breadcrumb_trail a:visited {
color: #00F;
}

.skuIdSelectionDropDown{}

#cartLandingJustAddedTable{
border-style:none solid;border-width:0 1px;border-color:#A3A3A3;padding:0;border-collapse:collapse;
}
#cartLandingJustAddedTable td{
padding:0;
}
.rightCartLandingExpandingBox{
background:transparent url(/images/product/white_box_rightside.png) repeat-y
}

#cartHeadingTitle
{
color:#000099;
}

.picture-menu {
float:left;
width:772px;
}

.picture-menu .header {
padding:15px 0 5px;
}

.picture-menu .message {
font-size:14px;
}

.picture-menu-category {
background:transparent url(/images/browse/picture-menu/category-box.png) no-repeat scroll left center;
float:left;
height:210px;
padding:18px 19px 18px 0;
text-align:center;
width:171px;
}

.picture-menu-category a:visited {
text-decoration:underline;
color:#FF8800;
}

.picture-menu-category h2 a {
font-size:12px;
color:#0453b2;
}

.picture-menu-categoryB {
background:transparent url(/images/browse/picture-menu/category-box2.png) no-repeat scroll left center;
padding:18px 4px 0 0;
width:179px;
height:219px;
}

.picture-menu-categoryB a:visited {
text-decoration:underline;
color:#C0DCFF;
}

.picture-menu-categoryB li {
list-style-image: url(/images/bg/blue-bullet-arrows.png);
}

.picture-menu-categoryB li a:visited {
text-decoration:underline;
color:#d64309;
}

.picture-menu-categoryB h2 a {
font-size:12px;
color:#fff;
}


h3.sitemap {
border-bottom:1px solid #999;
width:95%;
margin:15px 0 7px;
padding:0;
}

.picture-menu-category .picture {
padding-top:15px;
}

.picture-menu ul {
font-size:11px;
text-align:left;
margin:5px 0;
padding-left:20px;
}

.picture-menu-category .shop-all {
text-align:right;
padding-right:15px;
}
.picture-menu-category img { display:inline; }

.picture-menu-sidebar {
background-color:#fff;
border-color:#999999;
border-style:none solid solid;
border-width:0 1px 1px;
float:left;
height:auto;
text-align:center;
width:185px;
}

.picture-menu-sidebarB {
background-color:#fff;
border-color:#999999;
border-style:none solid solid;
border-width:0 1px 1px;
float:left;
height:auto;
text-align:center;
width:407px;
}

.picture-menu-sidebar-top {
background-color:#FFF;
}

.picture-menu-sidebar-banner {
border-top:1px solid #999;
padding:20px 0 0;
}

.sitemap-column {
line-height:18px;
width:240px;
padding-left:11px;
float:left;
margin-bottom:30px;
font-size:11px;
}

.sitemap-column .subcategories {
padding:0;
margin:0;
font-size:10px;
}

.sitemap-column tr {
vertical-align:top;
}

.sitemap-column .expand {
color:#003;
}

.sitemap-column .expand:hover {
color:#C30;
cursor:pointer;
}

#manage-reorder {
font-size: 16px;
margin: 0;
padding: 0;
}


/* Used by sidebar 2 only */

div.navtab-sidebar-search {
padding-left:5px;
}

#sidebar-browse {
padding-left:0px;
padding-top:0px;
}

#sidebar-browse ul {
padding-left:5px;
padding-top:0px;
}

#sidebar-browse ul li ul li {
padding-left:0px;
}

#sidebar .limit-remove {
font-size:1.2em;
padding:2px;
margin:2px;
border:1px solid #F80;
background:white url(/images/gradients/peach-item.gif) center bottom repeat-x;
}

#sidebar .limit-remove a {
display:block;
margin-top:2px;
padding-left:20px;
background: transparent url(/images/button/limit-remove.gif) left center no-repeat;
}

#sidebar ul li a:link, ul li a:visited {
text-decoration:none;
}

#sidebar #relatedBrands {
padding-left:0px;
padding-top:0px;
}

#sidebar #relatedBrands ul {
padding-left:0px;
}

#sidebar #relatedBrands li {
list-style:none;
list-style-image:none;
list-style-type:none;
margin:0;
}

#sidebar #attributeCondition {
padding-top:0px;
}

#sidebar #attributeCondition ul {
padding-left:0px;
margin:0;
}

#sidebar #attributeCondition li {
list-style:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
}

#sidebar #attributeCondition form li a {
font-size:1.1em;
text-decoration:none;
color:#003;
}

#sidebar #attributeCondition form li a:hover {
color:#c30;
}

#sidebar #attributeCondition form li a {
font-size:11.433px;
text-decoration:none;
color:#003;
}

#sidebar #attributeCondition form li a:hover {
color:#c30;
}

#sidebar .sidebaritem li a {
padding-left: 0px;
font-size:1.1em;
text-decoration:none;
}

.sidebarSelectedLink{
font-size:11.433px;
}

.sidebarNormalLink {
font-size:11.433px;
}

.sidebarNormalLink ul {
padding-left:7px;
padding-top:5px;
}

#sidebarNormalLink strong {
color:#F80;
}

#sidebarBlackLink, .sidebarBlackLink {
font-size:11.433px;
}

.narrow-by-sidebar-link:hover {text-decoration:underline;}

/* end of sidebar-browse.B.ftl specific stuff */

.bread-crumb-trail {
font-size:13px;
font-weight:bold;
padding:4px 0;
}

.bread-crumb-trail a:link, .bread-crumb-trail a:visited {
color:#000099;
}

.bread-crumb-trail .crumb {
padding-left:5px;
}

.strong-header {
border:1px solid #A7A8AA;
border-style:solid solid solid none;
font-weight:bold;
height:28px;
line-height:28px;
vertical-align:middle;
background-image:url(/images/gradients/menubar.gif);
}

.see-more {
text-align:right;
padding-right:10px;
}

.toggle-span {
color:#555;
font-size:11px;
font-style:italic;
cursor:pointer;
cursor:hand;
}

.toggle-span:hover {
cursor:pointer;
}

#sidebar li.narrow-by {
padding-left:10px;
}

li.narrow-by a, li.narrow-by a:hover {
color:#003399;
font-size:11.433px;
text-decoration:none;
}

li.narrow-by a .count, li.narrow-by a:hover .count {
color:#999;
}

.sidebar-prod {
border: #fff 2px solid;
min-height: 52px;
max-height:65px;
padding: 2px;
}

.sidebarProductBlock {
display:inline;
float:left;
height:50px;
margin-left:2px;
padding-top:4px;
width:50px;
}

.sidebarProductInfo{
padding-top: 4px;
position: relative;
width:135px;
min-height:50px;
max-height:65px;
display:table-cell;vertical-align:middle;display:inline;float:left;
}


#recentlyViewedItemsViewBuy .sidebarProductInfo {
padding-left: 0px;
}

#recentlyViewedItemsViewBuy img {
padding-right: 2px;
}

#recentlyViewedItemsViewBuy .sidebarProductInfo {
width: 127px;
}

#home-category-lists a:hover{
color:#ff0000;
}

#category-sidebar .show-links, .sidebar-item-padding {
padding-left:8px;
}

.sidebar-narrow-by {
/* padding-bottom:20px; */
}

.productVerticalCellInfo {
vertical-align:middle;
position: relative;
text-align: center;
}

#divSearch, #divFeatured {
float:left;
padding:0 10px 0 10px;
border-right:1px solid #a7a8aa;
height:28px;
}

.formSubTitles {
color:black;
font-size:1.1em;
font-weight:bold;
}

table.column { padding:0 }
table.subcategories tr td span:first-child { padding: 0 10px 0 0; text-decoration:none; }

/*CHECKOUT*/
.chkout-complete-tbl
{
width:814px;
}

.sppt-tbl
{
padding-left:0px; 
padding-bottom:0px;
width:760px;
}

.sppt-contactfrm-call
{
 width:740px;
}

.sppt-contactfrm-outer
{
float:left; 
width:660px;
}
.sppt-contactfrm-inner
{
padding:7px 0px 12px 0px; 
width:650px;
}

.myaccount-tbl
{
width:960px;
}

#centerContent {
float:left;
min-height:1300px;
border-right:1px solid #aaa;
width: 560px;
}

.popup-price{
color:#003399;
}

.alternate0{ background-color:#FFF; }
.alternate1{ background-color:#EEE; }

/* ConditionPage Specific */

.nametitle
{
font-size:14px;
text-decoration:none;
font-weight:bold;
}

.ordtitle
{
text-align:center;
color:#AAA;
font-weight:bold;
font-size:12px;
margin:0 0 5px;
}

.condibox
{
text-align:left;
width:158px;
}

.condibox.price sup {
font-size: 12px;
}

.mpDescription ul 
{
list-style-type:disc;
}

.mpDescription li 
{
overflow:visible;
margin-left:5px;
}

#descriptionUL ul { padding-left:10px; }

.condibox span.price {
color: #003399;
font-size: 2.6em;
font-weight: bold;
padding: 0;
margin: 0;
text-align:right;
font-weight:bold;
font-size:18px;
color:#003399;
}

.condibox span.you-save 
{
color:#A00;
text-align:right;
font-size:11px;
}

.condibox span.retail-price 
{
color:#000;
text-decoration:line-through;
margin-right:5px;
text-align:right;
font-size:14px;
}

.wrapper-div
{
width:165px;
text-align:center;
margin-top:10px;
}

.allprices 
{
align:left;
padding-left:8px;
width:80px;
text-align:left;
}

.uominfo-tbl
{
text-align:right;
align:right;
padding-left:15px;
}

/*free samples form*/
#freesamp label{
	float:left;
	}	

#freesamp .field, #freesamp .area{
	float:left;
	width:145px;
	border:1px solid #d5d5d5;
	padding:3px;
	background:#fff url(/images/form/freesamp_input.gif) repeat-x;
}	


/*BUYERS GUIDES RIGHTBAR*/
.b-guides{
font-size:12px;
text-align:left;
	
margin-top:14px;
padding-left:5px;
}


.b-guides img{
margin-left:2px;
border:0;
}

.b-guides span{
color:#747474;
font-size:12px;	
font-style:italic;
}

.b-guides a 
{ 
margin-top:14px;
color:#000000;
text-decoration:underline; 
}

.b-guides a:hover 
{ 
color:#000000;
text-decoration:underline; 
}

.b-guides a:link 
{ 
color:#000000; 
}

.b-guides-footer 
{
text-align:right;
} 

.b-guides-footer a 
{
text-decoration:none;
} 

.b-guides-footer img 
{
margin-right:0px;
display:inline;
border:0;
}

/* NEW Footer */
.footer-main {
width:100%;
border-left:1px solid #AAA;
border-right:1px solid #AAA;
border-top:1px solid #AAA;
}
#f-col1, #f-col2, #f-col3, #f-col4, #f-col5 {display: inline; }


.footest
{
color:#747474;
font-size:11px;
}

.glossy-footer 
{
	font-size:11px;
	color:#000000;
	margin-top:10px;
	min-height:80px;
	height:80px;
	border-bottom:1px solid #AAA;
}

.f-header
{
	font-size:13px;
	color:#0f3573;
	font-weight:bold;
}

.glossy-footer td
{
	text-align: left;
	vertical-align: top;
}

.f-titles
{
	margin-left:19px;
	border:0;
}

.f-links
{
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-bottom:8px;
	diplay:block;
}

#f-ilinks img { display:inline; }

.glossy-footer td a { color:#000000;text-decoration:none;line-height:14px; }
.glossy-footer td a:hover { color:#000000;text-decoration:underline; }
.glossy-footer td a:link { color:#000000; }

/*PRICE BOX*/
#qtyField, .pbElements
{
	border:1px solid #a5acb2;
}

.reviews-and-counting {
padding-left:12px; padding-bottom:10px; font-size:18px; color:#003399;
}

.reviews-and-countingB {
padding:10px 0;
font-size:13px;
color:#0255BE;
font-weight:bold;
width:212px;
float:right;
text-align: right;
}

.testimonial-blurb {
font-size:11px; font-family: 'Times New Roman', Times, serif;
padding:0 0 0 17px; background: url(/images/browse/quote-begin.png) no-repeat;
overflow:hidden;
}

.testimonial-blurbB {
font-size:11px; font-family: 'Times New Roman', Times, serif;
margin:0 12px;
padding:0 16px;
background: url(/images/browse/quote-begin.png) no-repeat;
overflow:hidden;
font-style: italic;
}

#homePageStoresWidget {
float:left;
border:none;
background: #fff;
width:407px;
}
.storeButton {
float:right;
width:204px;
}
.innerStoreDiv {
display:none;
width:100%;
}
.storeBorderedArea {
border-color: #999;
border-style: solid;
border-width: 1px;
float: left;
width:100%;
margin-bottom:0;
padding:6px 0;
}

.bannerBorderedArea {
border-color: #999;
border-style: solid;
border-width: 1px;
float: left;
width:540px;
margin-bottom:10px;
padding:6px 0;
height: 18px;
}

.storeName {
float:left;
padding-left:5px;
}

.bannerSelector {
float:right;
padding-left:5px;
}

.bannerSelectorCategory {
float:right;
padding-bottom:1px;
padding-top:3px;
}

.bannerSelector img, .bannerSelectorCategory img {
display: inline;
}

.storePagination {
cursor: pointer; cursor: hand;
position:absolute;
z-index: 15;
right: 5px;
margin-top: 42px;
width: 200px;
}

.storePagination span {
padding-top:4px; 
display:inline; 
vertical-align:middle;
float:right;
}

.slideshow {
height:270px; 
overflow:hidden; 
position:relative; 
z-index:2; 
margin-left:1px; 
margin-top:70px;
}

.slideshow .innerStoreDiv {
top:67px;
}

.slideshow2 {
height:298px; 
margin-top: -340px; 
position:absolute; 
width:407px; 
z-index:1;
}

.slideshow2 .innerStoreDiv img {
display:inline;
margin-left:2px;
width:193px;
float:left;
}

.storePagination img {
display: inline;
}

.storePagination ul {
display: inline;
}

#storeNav { 
margin-top:0px; 
height:20px;
padding-top: 0px;
##margin-right: 4px; 
##position: relative;
##padding-left: 3px;
##margin-left: 0px; 
}

#bannerNav { 
padding:0 5px;
position: relative;
display:inline; 
}

#storeNav li, #bannerNav li { 
float: left; 
list-style: none;
}

#bannerNav a { 
background: #fff; 
display:inline; 
padding:2px 5px; 
margin: 0px 2px; 
text-decoration: none; 
font-weight:bold; 
font-size: 12px;
}

#bannerNav .activeSlide a:hover {
color:#fff;
}

#storeNav a { 
background: #fff; 
##display:inline; 
padding:4px 8px; 
margin: 0px 2px; 
text-decoration: none; 
font-weight:bold; 
font-size: 12px
float: left;
}

#bannerNav li.activeSlide a { 
background: #d64309; 
display:inline; 
padding:2px 7px; 
}

#storeNav li.activeSlide a { 
background: #d64309; 
##display:inline; 
##padding:2px 7px; 
height:12px;
}

#storeNav li.activeSlide { 
height:12px;
}

#storeNav li:focus, #bannerNav a:focus { 
outline: none; 
}

.storeItemOuterDiv {
width:405px;
padding: 5px 0;
height:265px;
}

.storeItemOuterDivDummy {
width:407px;
border-color: #999;
border-style: none solid;
border-width: 1px;
padding: 5px 0;
height:295px;
}

.storeItemDiv {
width:85px;
height:108px;
margin:7px;
float:left;
}

.storeItemText {
text-align:center;
}
.storeItemText a { text-decoration: none; }

#rotational-banner-footer {
background: white url('/images/gradients/menubar.gif') repeat-x scroll 0% 0%;
}

#storeDropDownOuterDiv {
border-color: #999;
border-style: none solid none solid;
border-width: 1px;
padding-left:8px;
height:35px;
width:399px;
padding-bottom:8px;
}
#storeDropDownDiv {
float:left;
width:280px;
padding-top:3px;
}
#storeDropDownSelect {
font-size:1.4em;
font-weight:bold;
width:275px;
}
#storeGoButtonDiv {
float:right;
width:92px;
padding-top:3px;
}
#storeItemPanel {
padding:10px;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
height:160px;
}
#storeItemPanel .item {
display:inline;
width: 83px;
padding: 1px .2em;
float:left;
border: 2px solid #FFF;
}
#storeItemPanel .itemHighlight {
display:inline;
width: 81px;
padding: 3px .3em;
float:left;
border:2px solid #00188b; 
background-color: #efefef;
}
#storeItemPanel .item a {
text-decoration:none;
}
#storeItemPanel .item:hover {
border: 2px solid #00188B;
}
.storeLandingHeader {
font-size: 1.5em;
font-weight: bold;
color: grey;
padding-bottom:10px;
}
.storeBlueHeader {
color: #0255BE;
font-size: 1.3em;
}
.storeTicker {
clear:both;
background:#fff url('/images/gradients/tab_bkg.gif');
color:white;
font-size:1.1em;
padding:5px;
}
.storeTicker a {
text-decoration: none;
color: #fff;
}

#best-price-guarantee-text {
padding:15px 10px 5px 10px;
font-size:14px
}

.best-price-guarantee-title {
font-size:16px;
margin:42px 0 0 10px; 
text-align:left; 
font-weight:bold; 
color: #d64309;
display:inline;
}

.price-guarantee-img-one {
display:inline;
position:absolute;
right:34px;
top:16px;
}

.price-guarantee-img-two {
display:inline;
position:absolute;
right:22px;
top:8px;
}

.best-price-guarantee-container {
width:100%;
}

.cartPriceInfo {
text-align:center;
font-size: 1.2em;
color: red;
}
div.cartPriceInfo {
color: black;
}

#cartPriceImage {
display:none;
}

#cartPricePointer {
display:none;
font-weight: bold;
/*font-family: verdana sans-serif;*/
font-size: 11px;
color: #003399;
}
#cartPricePointer a {
color: #F00;
}

#reasonForCartPrice {
font-size:0.9em;
padding: 3px 0;
display:none;
color: #003399;
}
.ajaxCartLandingPrice {
color: #039;
font-size: 1.2em;
}
.ajaxCartLandingClose {
background: url(http://vrana-tandoori/images/bg/closebox.png) no-repeat;
display: inline;
height: 30px;
width: 30px;
float:right;
}
.free-shipping-prod {
color: red;
text-align: center;
font-size: 1.3em;
}

#spotlight-more-info {
clear:both;
margin-left:3px;
}
#spotlight-more-info a{
padding: 0.1em 0;
font-size: 1.2em;
}

.productDeals{
overflow-y:auto;
max-height:300px;
}

* html .productDeals {
height:expression(this.scrollHeight>299?"300px":"auto");
max-height:300px;
}

.productDealInner {
float:left;width:86%;height:50px;
}

#productDealsPage {
padding-left: 10px;
}
#productDealsPage .productDealInner {
height: auto;
}
#productDealsPage .productDeals {
width: 85%;
max-height: none;
}
* html .productDeals .productDealsPage {
height:auto;
max-height:none;
}

/* Menus - Main Menu(.gn), SubMenu (.gn, #gn), SubSubMenu (#gnl), Header Menu (#gnheader) */
#gn {
	font:10px/ 1 Arial, sans-serif;
	background:transparent url(/images/bg/silver-bar-pixel.gif) repeat-x;
	width:960px;
	position:relative;
	height:40px;
	padding:0px;
}

.gnheader {
	font:10px/ 1 Arial, sans-serif;
	background:#fff;
	width:470px;
	position:relative;
}

#gn_fly, .gn_flyheader, #gn_flyheader, #gnl_fly {
	font:10px/ 1 Arial, sans-serif;
	color:#0153b7;
	text-align:left;
}

#gnl {
	font:10px/ 1 Arial, sans-serif;
	background:#fff;
	width:950px;
	position:relative;
}

#gnheader {
	font:10px/ 1 Arial, sans-serif;
}

.gnheader ul, .gnheader li, .gn_flyheader ul, #gn ul, #gn li, #gn_fly ul, #gnl ul, #gnl li, #gnl_fly ul, #gnheader ul, #gnheader li {
	list-style:none outside;
	margin:0;
	padding:0;
}

.gn_flyheader li, #gn_fly li, #gn_flyheader li, #gnl_fly li {
	list-style:none outside;
	margin:0;
	padding:0;
	margin-bottom:6px;
}

.gnheader a, #gn a, #gnl a, #gnheader a, .gn_flyheader .sub ul ul a:hover, .gn_flyheader .sub a:hover, #gn_fly .sub ul ul a:hover, #gn_fly .sub a:hover, #gnl_fly .sub ul ul a:hover, #gn_flyheader .sub a:hover, #gnl_fly .sub a:hover {
	color:#0153b7;
}

* html .gnheader .combo ul, * html #gn .combo ul, .gnheader .combo ul, #gnheader .combo ul, * html #gnl .combo ul {
	width:85px;
}

.gn_mainheader, #gn_main, #gn_mainheader, #gnl_main, .gn_flyheader .gn_special, #gn_fly .gn_special, #gn_flyheader .gn_special, #gnl_fly .gn_special {
	position:relative;
	clear:both;
}

.gn_mainheader ul:after, #gn_main ul:after, #gn_mainheader ul:after, #gnl_main ul:after, .gn_subheader ul:after, #gn_sub ul:after, #gn_subheader ul:after, #gnl_sub ul:after, .gn_flyheader .gn_flybody:after, #gn_fly .gn_flybody:after, #gn_flyheader .gn_flybody:after, #gnl_fly .gn_flybody:after {
	content:".";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

.gn_mainheader li, #gn_mainheader li, #gn_main li {
	position:relative;
	float:left;
	padding-bottom:5px;
	padding-top:2px;
}

#gnl_main li {
	position:relative;
	float:left;
	padding-bottom:3px;
}

#gn_main li span.nolink, #gn_main li a {
	color:#333;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none;
	letter-spacing:0;
	white-space:nowrap;
	position:relative;
	background-position:right 11px;
	background-repeat:no-repeat;
	padding:11px 2px 9px;
	background-image:url(/images/submenu/post._V218318630_.gif);
}

.gn_mainheader li span.nolink, #gn_mainheader li span.nolink, .gn_mainheader li a {
	color:#fff;
	font-weight:normal;
	display:block;
	text-align:center;
	text-decoration:none;
	letter-spacing:0;
	white-space:nowrap;
	position:relative;
}

#gnl_main li span.nolink, #gnl_main li a {
	color:#333;
	font-weight:normal;
	display:block;
	text-align:center;
	text-decoration:none;
	letter-spacing:0;
	white-space:nowrap;
	position:relative;
	background-position:right 11px;
	background-repeat:no-repeat;
}

.gn_mainheader.fixed li span.nolink, .gn_mainheader.fixed li a, #gn_main.fixed li span.nolink, #gn_main.fixed li a, #gnl_main.fixed li span.nolink, #gn_mainheader.fixed li a, #gn_mainheader.fixed li span.nolink, #gnl_main.fixed li a {
	padding:11px 0 9px;
}

#gn_mainheaader li.last-child span.nolink, .gn_mainheader li.last-child a, #gn_main li.last-child span.nolink, #gn_main li.last-child a, #gnl_main li.last-child span.nolink, #gn_mainheader li.last-child a, #gnl_main li.last-child a {
	background-image:none;
}

* html .gn_mainheader li span.nolink, * html .gn_mainheader li a, * html #gn_main li span.nolink, * html #gn_main li a, * html #gnl_main li span.nolink, #gn_mainheader li a, * html #gnl_main li a {
	position:static;
}

.gn_mainheader li a:hover, #gn_main li a:hover, #gnl_main li a:hover, #gn_mainheader li a:hover, .gn_subheader ul a:hover, .gn_subheader ul a:focus, #gn_sub ul a:hover, #gn_sub ul a:focus, #gnl_sub ul a:hover, #gn_subheader ul a:focus, #gnl_sub ul a:focus {
	outline:0;
	color:#0153b7;
}

.gn_mainheader li a:focus, #gn_main li a:focus, #gn_mainheader li a:focus, #gnl_main li a:focus {
	outline:0;
	color:#0153b7;
	text-decoration:underline;
}

* html .gn_mainheader li.first-child, * html #gn_main li.first-child, #gn_mainheader li.first-child, .gn_mainheader li.first-child, * html #gnl_main li.first-child, .gn_flyheader a span, .gnheader a span, #gn_fly a span, #gn a span, #gnl_fly a span, #gnheader a span, #gn_flyheader a span, #gnl a span, * html .gn_flyheader ul span.nolink {
	display:inline;
}

.gn_mainheader li.gn_active, #gn_mainheader li.gn_active {
	position:relative;
	background-color:#f0f0f0;
	left:-1px;
	overflow-y:hidden;
	zoom:1;
}

#gn_main li.gn_active, #gnl_main li.gn_active {
	position:relative;
	background-color:#f0f0f0;
	left:-1px;
}

.gn_mainheader li.first-child.gn_active, #gn_main li.first-child.gn_active, #gn_mainheader li.first-child.gn_active, #gnl_main li.first-child.gn_active, .gn_mainheader li.gn_active.first-child span, #gn_main li.gn_active.first-child span, #gn_mainheader li.gn_active.first-child span, #gnl_main li.gn_active.first-child span {
	left:0;
}

.gn_mainheader li.gn_active span, #gn_main li.gn_active span, #gn_mainheader li.gn_active span, #gnl_main li.gn_active span {
	position:absolute;
	z-index:1;
	left:-1px;
	top:0;
	display:block;
	width:10px;
	height:100%;
	background-color:#f0f0f0;
	background-repeat:no-repeat;
}

* html .gn_mainheader li.gn_active, * html #gn_main li.gn_active, * html #gnl_main li.gn_active {
	overflow-y:hidden;
	zoom:1;
}

* html .gn_mainheader li.gn_active span, * html #gn_main li.gn_active span, * html #gnl_main li.gn_active span {
	height:100px;
}

.gn_mainheader li.gn_active span.nolink, .gn_mainheader li.gn_active a, #gn_main li.gn_active span.nolink, #gn_main li.gn_active a, #gnl_main li.gn_active span.nolink, #gn_mainheader li.gn_active a, #gn_mainheader li.gn_active span.nolink, #gnl_main li.gn_active a {
	position:relative;
	z-index:2;
	color:#0153b7;
	background-repeat:no-repeat;
	background-position:right top;
}

.gn_subheader, #gn_sub, #gn_subheader, #gnl_sub {
	padding:0 0 12px 0;
}

.gn_subheader ul, #gn_sub ul, #gn_subheader ul, #gnl_sub ul {
	height:36px;
	background:#f0f0f0;
	-moz-border-radius:0 0 3px 0;
	-webkit-border-bottom-right-radius:3px;
	-ms-border-radius:0 0 3px 0;
	border-radius:0 0 3px 0;
}

.gn_subheader li, #gn_sub li, #gn_subheader li, #gnl_sub li {
	float:left;
	padding:7px 0;
}

.gn_subheader ul a, .gn_subheader ul span.nolink, #gn_sub ul a, #gn_sub ul span.nolink, #gnl_sub ul a, #gn_subheader ul span.nolink, #gnl_sub ul span.nolink {
	display:block;
	font-size:1.2em;
	font-weight:normal;
	padding:5px 10px;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	position:relative;
	color:#333;
	white-space:nowrap;
}

.gn_subheader ul .noFlyout a:hover, .gn_subheader ul .noFlyout a:focus, #gn_sub ul .noFlyout a:hover, #gn_sub ul .noFlyout a:focus, #gnl_sub ul .noFlyout a:hover, #gn_subheader ul .noFlyout a:focus, #gnl_sub ul .noFlyout a:focus {
	text-decoration:underline;
}

.gn_subheader ul .gn_active span.nolink, .gn_subheader ul .gn_active a, #gn_sub ul .gn_active span.nolink, #gn_sub ul .gn_active a, #gnl_sub ul .gn_active span.nolink, #gn_subheader ul .gn_active a, #gnl_sub ul .gn_active a {
	color:#0153b7;
	background:#fff;
}

.gn_subheader ul .first-child.gn_active, #gn_subheader ul .first-child.gn_active, #gnl_sub ul .first-child.gn_active {
	margin-left:2px;
}

.gn_flyheader .gn_fly, #gn_fly .gn_fly, #gn_flyheader .gn_fly, #gnl_fly .gn_fly {
	position:absolute;
	left:-9999px;
	top:-9999px;
	z-index:200;
	background:transparent;
}

.gn_shim {
	border:none;
	z-index:80;
	position:absolute;
	left:-9999px;
	top:-9999px;
	filter:alpha(opacity = 0);
}

.gn_flyheader .gn_fly.sub, #gn_fly .gn_fly.sub, #gn_flyheader .gn_fly.sub, #gnl_fly .gn_fly.sub {
	z-index:401;
}

#gn_fly .gn_flytab {
	position:absolute;
	z-index:102;
	top:-43px;
}

#gnl_fly .gn_flytab {
	position:absolute;
	z-index:102;
	top:-43px;
	height:22px;
}

.gn_flyheader .gn_flytab {
	position:absolute;
	z-index:102;
	top:0px;
	height:22px;
}

.gn_flyheader .gn_flytab a, #gn_flyheader .gn_flytab a, .gn_flyheader .gn_flytab span.nolink {
	color:#0153b7;
	font-weight:normal;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:12px;
	white-space:nowrap;
	position:relative;
	z-index:103;
}

#gnl_fly .gn_flytab a, #gnl_fly .gn_flytab span.nolink {
	color:#0153b7;
	font-weight:normal;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-top:7px;
	padding-bottom:12px;
	white-space:nowrap;
	position:relative;
	z-index:103;
}

#gn_fly .gn_flytab a, #gn_fly .gn_flytab span.nolink {
	color:#0153b7;
	font-weight:bold;
	display:block;
	text-align:center;
	text-decoration:none;
	padding-top:11px;
	padding-bottom:12px;
	white-space:nowrap;
	position:relative;
	z-index:103;
}

.gn_flyheader .gn_flytab .gn_shadow div, #gn_fly .gn_flytab .gn_shadow div, #gnl_fly .gn_flytab .gn_shadow div, .gn_flyheader .right .gn_flytab .gn_shadow div, #gn_fly .right .gn_flytab .gn_shadow div, #gn_fly .middle .gn_flytab .gn_shadow .gn_bl, #gnl_fly .right .gn_flytab .gn_shadow div, #gnl_fly .middle .gn_flytab .gn_shadow .gn_bl {
	background-image:url(/images/submenu/tab-alt2._V189223458_.png);
}

/* header */
#gn_flyheader .gn_flytab .gn_shadow div, #gn_flyheader .right .gn_flytab .gn_shadow div {
	background-image:url(/images/submenu/tab-alt2._V189223458_h.png);
}


.gn_flyheader .gn_flybody {
	position:relative;
	z-index:101;
	padding:2px 6px 0 10px;
	min-width:200px;
	top:0px;
}

#gn_fly .gn_flybody {
	position:relative;
	z-index:101;
	padding:2px 6px 0 10px;
	min-width:200px;
}

#gn_flyheader .gn_flybody {
	position:relative;
	z-index:101;
	padding:2px 6px 0 10px;
	min-width:200px;
	width:165px;
	height:1%;
}

#gnl_fly .gn_flybody {
	position:relative;
	z-index:101;
	padding:2px 6px 0 10px;
	min-width:200px;
	top:7px;
}

/* header */
#gn_flyheader .gn_flybody .gn_shadow div {
	background-image:url(/images/submenu/flyout._V218318635_h.png);
}

.gn_flyheader .gn_flybody .gn_shadow div, #gn_fly .gn_flybody .gn_shadow div, #gnl_fly .gn_flybody .gn_shadow div {
	background-image:url(/images/submenu/flyout._V218318635_.png);
}

* html .gn_flyheader .gn_flybody, * html #gn_fly .gn_flybody, * html #gnl_fly .gn_flybody {
	width:165px;
	height:1%;
	z-index:100;
}

.gn_flyheader .col2 .gn_flybody, #gn_fly .col2 .gn_flybody, #gn_flyheader .col2 .gn_flybody, #gnl_fly .col2 .gn_flybody {
	width:350px;
}

.gn_flyheader .col3 .gn_flybody, #gn_fly .col3 .gn_flybody, #gn_flyheader .col3 .gn_flybody, #gnl_fly .col3 .gn_flybody {
	width:515px;
}

.gn_flyheader .col4 .gn_flybody, #gn_fly .col4 .gn_flybody, #gn_flyheader .col4 .gn_flybody, #gnl_fly .col4 .gn_flybody {
	width:690px;
}

* html .gn_flyheader .col3 .gn_flybody, * html #gn_fly .col3 .gn_flybody, * html #gnl_fly .col3 .gn_flybody {
	width:525px;
}

* html .gn_flyheader .col4 .gn_flybody, * html #gn_fly .col4 .gn_flybody, * html #gnl_fly .col4 .gn_flybody {
	width:700px;
}

.gn_flyheader .col2 .gn_col, .gn_flyheader .col3 .gn_col, .gn_flyheader .col4 .gn_col, #gn_fly .col2 .gn_col, #gn_fly .col3 .gn_col, #gn_fly .col4 .gn_col, #gnl_fly .col2 .gn_col, #gnl_fly .col3 .gn_col, #gn_flyheader .col4 .gn_col, #gnl_fly .col4 .gn_col {
	margin-right:10px;
}

.gn_flyheader .gn_col.last-child, #gn_fly .gn_col.last-child, #gn_flyheader .gn_col.last-child, #gnl_fly .gn_col.last-child {
	margin-right:0 !important;
}

.gn_flyheader .gn_hasMore .gn_flybody, #gn_fly .gn_hasMore .gn_flybody, #gn_flyheader .gn_hasMore .gn_flybody, #gnl_fly .gn_hasMore .gn_flybody, * html .gn_flyheader .main .gn_more ul.children, * html #gn_fly .main .gn_more ul.children, #gn_flyheader .main .gn_more ul.children, * html #gnl_fly .main .gn_more ul.children {
	padding-top:6px;
}

.gn_flyheader .main.gn_seeMore .gn_flybody, #gn_fly .main.gn_seeMore .gn_flybody, #gn_flyheader .main.gn_seeMore .gn_flybody, #gnl_fly .main.gn_seeMore .gn_flybody {
	padding:6px 6px 0;
	width:350px;
}

.gn_flyheader .sub .gn_flytab, #gn_fly .sub .gn_flytab, #gn_flyheader .sub .gn_flytab, #gnl_fly .sub .gn_flytab {
	top:-35px;
}

.gn_flyheader .sub .gn_flytab a, .gn_flyheader .sub .gn_flytab span.nolink, #gn_fly .sub .gn_flytab a, #gn_fly .sub .gn_flytab span.nolink, #gnl_fly .sub .gn_flytab a, #gn_flyheader .sub .gn_flytab span.nolink, #gnl_fly .sub .gn_flytab span.nolink {
	color:#0153b7;
	display:block;
	font-size:1.2em;
	font-weight:normal;
	padding:8px 0;
	position:relative;
	z-index:503;
}

.gn_flyheader .sub .gn_flytab a:hover, #gn_fly .sub .gn_flytab a:hover, #gn_flyheader .sub .gn_flytab a:hover, #gnl_fly .sub .gn_flytab a:hover, .gn_flyheader .sub a, #gn_fly .sub a, #gn_flyheader .sub a, #gnl_fly .sub a {
	text-decoration:none;
}

.gn_flyheader .sub .gn_flybody, #gn_fly .sub .gn_flybody, #gnl_fly .sub .gn_flybody {
	margin-top:4px;
}

#gn_flyheader .sub .gn_flybody {
	margin-top:4px;
	top:4px;
}

* html .gn_flyheader .sub .gn_flybody, * html #gn_fly .sub .gn_flybody, * html #gnl_fly .sub .gn_flybody {
	top:4px;
}

.gn_flyheader .gn_col, #gn_fly .gn_col, #gn_flyheader .gn_col, #gnl_fly .gn_col {
	margin-bottom:6px;
	padding:10px 0 0;
	background:#fff;
	position:relative;
	float:left;
	width:165px;
}

* html .gn_flyheader .gn_col, * html #gn_fly .gn_col, * html #gnl_fly .gn_col {
	width:160px;
}

.gn_flyheader .gn_hasMore .gn_col, #gn_fly .gn_hasMore .gn_col, #gn_flyheader .gn_hasMore .gn_col, #gnl_fly .gn_hasMore .gn_col {
	padding-top:10px;
	padding-left:0;
	width:165px;
}

.gn_flyheader .gn_hasMore .gn_more, #gn_fly .gn_hasMore .gn_more, #gnl_fly .gn_hasMore .gn_more {
	background:#f3f3f3;
	float:right;
	padding:12px 14px 0;
	width:137px;
	margin-right:0;
}

#gn_flyheader .gn_hasMore .gn_more {
	background:#f3f3f3;
	float:right;
	padding:12px 14px 0;
	width:137px;
	margin-right:0;
	width :165px;
}

* html .gn_flyheader .gn_hasMore .gn_more, * html #gn_fly .gn_hasMore .gn_more, * html #gnl_fly .gn_hasMore .gn_more {
	width :165px;
}

.gn_flyheader .gn_seeMore .gn_col, #gn_fly .gn_seeMore .gn_col, #gn_flyheader .gn_seeMore .gn_col, #gnl_fly .gn_seeMore .gn_col {
	float:right;
	margin-right:0;
}

.gn_flyheader .gn_seeMore .gn_more, #gn_fly .gn_seeMore .gn_more, #gn_flyheader .gn_seeMore .gn_more, #gnl_fly .gn_seeMore .gn_more {
	float:left;
	margin-right:10px;
}

#gn_fly ul a, #gn_fly ul span.nolink {
	font-size:1.2em;
	color:#333;
	text-decoration:none;
	display:block;
	padding-top:0px;
	padding-bottom:0px;
}

#gnl_fly ul a, #gnl_fly ul span.nolink, .gn_flyheader ul a, #gn_flyheader ul a, .gn_flyheader ul span.nolink {
	font-size:1.2em;
	color:#333;
	text-decoration:none;
	display:block;
	padding-top:0px;
	padding-bottom:0px;
	font-weight:normal;
	margin-left:10px;
}

* html .gn_flyheader ul a, * html #gn_fly ul span.nolink, * html #gn_fly ul a, * html #gnl_fly ul a, * html #gnl_fly ul span.nolink {
	margin:0;
	padding:0;
	display:inline;
}

* html .gn_flyheader .gn_special span.nolink, * html .gn_flyheader .gn_special a, * html #gn_fly .gn_special span.nolink, * html #gn_fly .gn_special a, * html #gnl_fly .gn_special span.nolink, #gn_flyheader .gn_special a, * html #gnl_fly .gn_special a {
	margin:0;
	padding:0;
}

.gn_flyheader ul a:hover, .gn_flyheader ul a:focus, .gn_flyheader ul .gn_active a, #gn_fly ul a:hover, #gn_fly ul a:focus, #gn_fly ul .gn_active a, #gnl_fly ul a:hover, #gnl_fly ul a:focus, #gn_flyheader ul .gn_active a, #gnl_fly ul .gn_active a {
	color:#0153b7;
	text-decoration:underline;
}

.gn_flyheader .gn_special ul, #gn_fly .gn_special ul, #gn_flyheader .gn_special ul, #gnl_fly .gn_special ul {
	padding-top:13px;
	padding-bottom:8px;
	background-repeat:repeat-x;
	margin-bottom:0;
	margin-top:12px;
	background-image:url(/images/submenu/dot._V218318632_.png);
}

.gn_flyheader .gn_more ul, #gn_fly .gn_more ul, #gn_flyheader .gn_more ul, #gnl_fly .gn_more ul {
	margin-bottom:1.85em;
}

.gn_flyheader .gn_more h5, #gn_fly .gn_more h5, #gn_flyheader .gn_more h5, #gnl_fly .gn_more h5 {
	color:#666;
	font-size:1.2em;
	font-weight:normal;
	margin:0;
}

.gn_flyheader .main .gn_more span.nolink, .gn_flyheader .sub .gn_more span.nolink, .gn_flyheader .main .gn_more a, .gn_flyheader .sub .gn_more a, #gn_fly .main .gn_more span.nolink, #gn_fly .sub .gn_more span.nolink, #gn_fly .main .gn_more a, #gn_fly .sub .gn_more a, #gnl_fly .main .gn_more span.nolink, #gnl_fly .sub .gn_more span.nolink, #gnl_fly .main .gn_more a, #gn_flyheader .sub .gn_more a, #gnl_fly .sub .gn_more a {
	font-weight:normal;
	font-size:1.1em;
	margin-left:5px;
}

.gn_flyheader .main .gn_more span.parent, #gn_fly .main .gn_more span.parent, #gn_flyheader .main .gn_more span.parent, #gnl_fly .main .gn_more span.parent {
	color:#666;
	font-size:1.2em;
	margin:0 0 6px;
}

.gn_flyheader .sub ul, #gn_fly .sub ul, #gn_flyheader .sub ul {
	padding-left:0;
}

.gn_flyheader .sub p a, .gn_flyheader .sub dt, .gn_flyheader .sub dt a, #gn_fly .sub p a, #gn_fly .sub dt, #gn_fly .sub dt a, #gnl_fly .sub p a, #gnl_fly .sub dt, #gn_flyheader .sub dt a, #gnl_fly .sub dt a {
	font-size:12px;
	color:#333;
}

.gn_flyheader .sub li.leaf, .gn_flyheader .sub li.branch, #gn_fly .sub li.leaf, #gn_fly .sub li.branch, #gnl_fly .sub li.leaf, #gn_flyheader .sub li.branch, #gnl_fly .sub li.branch {
	margin:0 0 1em;
	border-right:0px;
}

.gn_flyheader .sub ul ul, #gn_fly .sub ul ul, #gnl_fly .sub ul ul {
	padding:0;
	margin:0 0 3px;
}

.gn_flyheader .sub ul ul a, .gn_flyheader .sub ul ul span.nolink, #gn_fly .sub ul ul a, #gn_fly .sub ul ul span.nolink, #gnl_fly .sub ul ul a, #gn_flyheader .sub ul ul span.nolink, #gnl_fly .sub ul ul span.nolink {
	padding:0;
	font-size:11px;
	color:#666;
	font-weight:normal;
	margin-left:5px;
}

.gn_flyheader .sub ul a.parent, .gn_flyheader .sub ul span.parent, .gn_flyheader .sub ul ul li, #gn_fly .sub ul a.parent, #gn_fly .sub ul span.parent, #gn_fly .sub ul ul li, #gnl_fly .sub ul a.parent, #gnl_fly .sub ul span.parent, #gn_flyheader .sub ul ul li, #gnl_fly .sub ul ul li {
	margin:0 0 3px;
}

.gn_flyheader .gn_ad, #gn_fly .gn_ad, #gn_flyheader .gn_ad, #gnl_fly .gn_ad {
	clear:both;
	padding-bottom:5px;
	position:relative;
	margin-left:-5px;
	text-align:center;
}

.gn_flyheader .gn_ad span.nolink, .gn_flyheader .gn_ad a, #gn_fly .gn_ad span.nolink, #gn_fly .gn_ad a, #gnl_fly .gn_ad span.nolink, #gn_flyheader .gn_ad a, #gnl_fly .gn_ad a, #subMenu-container {
	display:block;
}

.gn_flyheader .gn_ad span.nolink img, .gn_flyheader .gn_ad a img, #gn_fly .gn_ad span.nolink img, #gn_fly .gn_ad a img, #gnl_fly .gn_ad span.nolink img, #gn_flyheader .gn_ad a img, #gnl_fly .gn_ad a img {
	border:0;
}

.gn_flyheader .gn_shadow, #gn_fly .gn_shadow, #gn_flyheader .gn_shadow, #gnl_fly .gn_shadow {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	font-size:1px;
}

#gnl_fly .gn_flytab .gn_shadow, .gn_flyheader .gn_flytab .gn_shadow {
	height:30px;
}

.gn_flyheader .gn_shadow div, #gn_fly .gn_shadow div, #gn_flyheader .gn_shadow div, #gnl_fly .gn_shadow div {
	background-repeat:no-repeat;
	position:absolute;
}

.gn_flyheader .gn_shadow .gn_tl, #gn_fly .gn_shadow .gn_tl, #gn_flyheader .gn_shadow .gn_tl, #gnl_fly .gn_shadow .gn_tl {
	width:100%;
	height:100%;
	left:0;
	top:0;
	margin:-4px 0 0 -6px;
}

.gn_flyheader .gn_shadow .gn_tr, #gn_fly .gn_shadow .gn_tr, #gn_flyheader .gn_shadow .gn_tr, #gnl_fly .gn_shadow .gn_tr {
	width:11px;
	height:100%;
	right:0;
	top:0;
	margin:-4px -5px 0 0;
	background-position:right top;
}

.gn_flyheader .gn_shadow .gn_bl, #gn_fly .gn_shadow .gn_bl, #gn_flyheader .gn_shadow .gn_bl, #gnl_fly .gn_shadow .gn_bl {
	width:100%;
	height:10px;
	left:0;
	bottom:0;
	margin:0 0 -6px -6px;
	background-position:left bottom;
}

#top-2 {
	margin-top:0px;
}

#top-3 {
	margin-top:0px;
	display:none;
}

.top-header {
	position:absolute;
	top:0px;
	right:0px;
}

.gn_flyheader .gn_shadow .gn_br, #gn_fly .gn_shadow .gn_br, #gn_flyheader .gn_shadow .gn_br, #gnl_fly .gn_shadow .gn_br {
	width:11px;
	height:10px;
	right:0;
	bottom:0;
	margin:0 -5px -6px 0;
	background-position:right bottom;
}

#gn_main a, #gn_fly .main .gn_flytab, #gnl_main a, #gnl_fly .main .gn_flytab {
	font-size:1.2em;
}

.gn_mainheader a, #gn_mainheader a, .gn_flyheader .main .gn_flytab, .gn_level2_fly {
	font-size:1.1em;
}

.gn_mainheader li a.fixed, #gn_main li a.fixed, #gn_mainheader li a.fixed, #gnl_main li a.fixed {
	padding-left:0;
	padding-right:0;
}

#top-3 #gnl, #top-mn #mn {
	background-color:#efefef;
	height:17px;
	padding:3px 5px 0 0;
}

.gnl_stored {
	display:none;
}

li.leaf a span {
	white-space:normal;
	font-weight:normal;
}

li.leaf a span:hover {
	text-decoration: underline;
}

/* HEADER MENU */

.headerlinks a {
padding:3px 0px 0px 0px; 
background:transparent url(/images/submenu/post._V218318630_.gif) center right no-repeat;
}

.headerlinksmain a {
padding:3px 0px 0px 0px; 
background: transparent url(/images/submenu/post._V218318630_2.gif) center left no-repeat;
}

.hCartContainer{
width:300px;
float: none;
display:table;
height: 80px;
padding: 0px 10px;
}

.hCartContainerBottom {
width:300px;
float: none;
display:table;
height: 70px;
background-color: #dae6f6;
padding:10px;
}

.hCartContainerBottom .subtotal {
width: 290px;
float:right;
text-align: right;
font-size: 17px;
font-weight: bold;
color: #000;
}

.hCartContainerBottom .buttons div {
padding: 0px 5px;
}

.hCartContainerBottom .buttons {
padding: 8px;
margin:2px;
}

.hCartContainerBottom .buttons .left {
float:left;
}

.hCartContainerBottom .buttons .right {
float:right;
}

.hCartContainerBottom .subtotal .note{
font-size: 11px;
text-align: right;
color: #000;
}

.hCartContainerBottom .subtotal .price{
color: #0153B7;
}

.hCartContainerBottom .subtotal {
margin-bottom: 10px;
}

.hCartLeft {
float:left;
}

.hCartLeft img {
width: 60px;
height: 60px;
}

.hCartMiddle {
padding: 10px 5px 5px 5px;
float:left;
width:150px;
font-weight: bold;
}

.hCartMiddle .name {
color: #000;
}

.hCartMiddle .name a {
text-decoration: none;
}

.hCartMiddle .price {
}

.hCartRight {
float:left;
padding: 10px 5px 5px 5px;
color: #999;
font-size: 12px;
}

.top-header .gn_level1h a {
color: blue;
font-size: 11px;
}

.top-header .gn_level1h li {
	background-image: url(/images/submenu/post._V218318630_.gif);
}

.home-testimonial-star-ratings {
float:right;width:20%;height:1.4em;
}

.about-the-testimonial {
display:table;padding:0 5px 5px; width:98%;
}

#testimonials-wrapper {
text-align:left;padding:5px;
}
#customer-testimonial-heading {
margin-bottom:0;
}

.testimonial-blurb-wrapper {
background: url(/images/bg/callout-homepage.png) no-repeat;
overflow:hidden;
height:75px;
padding-top:15px;
}

#top-trail {
height:24px;
}

#first-trail-element {
float:left; background-color:009;
width: auto;
height: 100%;
}
#first-trail-element div {
float:left;
}
#first-trail-element .column-title-left,#first-trail-element .column-title-right {
width: 8px;
height: 2.4em;
}
#first-trail-element .column-title {
max-width: 265px;
height: 1.54em;
padding-bottom: 0;
margin-bottom: 0;
}
#first-trail-element .column-title a:link {
text-decoration: underline;
}

#shoppingCartLink {
width: 140px; 
color:#F80; 
text-align:center; 
}

.footerSticky {
height: 33px;
position: relative;
}
.footerSticky .footerBar .innerBdr {
    padding: 1px 0;
}
.footerStick {
color: #fff;
}
.footerSticky .footerBar .innerBdr {
    padding: 1px 0;
}
.footerSticky .footerBar {
    background-color: #0055BB;
    min-height: 1px;
    padding: 0;
}
.footerSticky .footerBar .outerBdr {
    border-bottom: 1px solid #FF8800;
    border-top: 2px solid #FF8800;
    padding: 3px 0;
}
.footerSticky-close {
    background-color: #FF8800;
    background-position: 50% 50%;
    border: 2px solid #FFF;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    margin: 1px 0 0 82%;
    padding: 1px 5px;
    position: absolute;
    text-align: center;
    top: -10px;
    z-index: 1000;
    right: 50px;
}
.footerStickyText {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    height: 23px;
    margin-top: 1px;
    width: 588px;
    margin-left: 3%;
}
.footerSticky .emailSignup {
    margin: 0 auto;
    padding-left: 15px;
    width: 93%;
}
.footerSticky .footerBar .outerBdr, .footerSticky .footerBar .innerBdr {
    height: 1%;
}
.footerSticky .emailSignup .text {
    color: #999999;
    float: left;
    margin: 2px 10px 0 0;
    padding: 2px;
    width: 318px;
}
.footerSticky .emailSignup .submit {
    float: left;
    height: 23px;
    margin-top: 2px;
    width: 69px;
}

.homeProdPromo {
border-left: 1px solid #999999;
border-top: 1px solid #999999;
border-right: 1px solid #999999;
padding: 0.2em;
height: 236px;
width: 99%;
}
.homeProdPromoImage {
width:240px;
float: left;
height: 100%;
}
.homeProdPromoInfo {
font-size: 1.5em;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
float: left;
width: 295px;
}
.homeProdPromoBrand {
padding: 0.2em;
}
.homeProdPromoTitle {
font-weight: bold;
margin: 0.5em 0;
font-size: 1.0em;
}
.homeProdPromoTitle a {
text-decoration: none;
color: #666;
}
.homeProdPromoTitle a:hover {
text-decoration: underline;
color: #ff8000;
}
.homeProdPromoReviewPriceContainer{
position:relative;
height:8em;
}
.homeProdPromoReview .review_blurb{
background: url("/images/bg/start_quote_small.png") no-repeat scroll 0 0 transparent;
padding: 0.1em 0 0.4em 12px;
}
.homeProdPromoReview .prStars {
float: left;
width: 31%;
}
.homeProdPromoPrice {
font-weight: bold;
font-size: 0.95em;
float: left;
}
.homeProdPromoAmount{
color:red;
font-size: 1.65em;
}
.homeProdPromoShopNowBar {
/*width: 34%;
//height: 1.3em;
//text-align: right;
padding: 0.3em;*/
float: right;
margin-right: 0.1em;
}
.homeProdPromoNumRatings {
float:left;
width:50%;
}
.homeProdPromoListPrice {
text-decoration: line-through;
}
.homeProdPromoListSavings{
color: green;
}

#banner-across-top {
/*background: url('/images/bg/gradient_topbanner.png') no-repeat center;*/
/*border-top: solid 1px #ff8800;*/
height:43px;
width:100%;
/*position:relative;*/
top:300px;
text-align: center;
font-weight:bold;
font-size: 1.8em;
/*color: #ff8800;*/
color: #BA0403;
}

.across-banner-nav {
height: 1.7em;
border-top: 1px solid #bbb;
width:100%;
text-align: center !important;
}

.across-banner-nav-gift-code {
background-color: #ba0403 !important;
}
.across-banner-nav li{
float:left;
/*padding:0.3em 1em !important;*/
text-decoration: none;
list-style-type: none;
border: 1px solid #bbb;
padding-top:0.15em !important;
top:-1px;
position: relative;
margin-left: 0.4em;
background-color: grey;
}
.across-banner-nav a {
text-decoration: none;
text-align: center;
display: block;
width: 1.7em;
height: 1.3em; 
font-weight: bold;
color: #fff;
}
.across-banner-nav-gift-code.activeSlide {
  background-color: #fff !important;
/*  background: -webkit-linear-gradient(white, white, #ba0403) !important; */ /* For Safari 5.1 to 6.0 */
/*  background: -o-linear-gradient(white, white, #ba0403) !important; */ /* For Opera 11.1 to 12.0 */
/*  background: -moz-linear-gradient(white, white, #ba0403) !important; */ /* For Firefox 3.6 to 15 */
/*  background: linear-gradient(white, white, #ba0403) !important; */ /* Standard syntax */
/*  -pie-background: linear-gradient(white, white, #ba0403) !important; */
  /*behavior: url(/include/css/PIE-1.0.0/PIE.htc);*/
}
.across-banner-nav-gift-code.activeSlide a{
color: #ba0403 !important;
}
.across-banner-nav .activeSlide {
  background-color: white;
  border-top: 1px solid #fff;
}
.across-banner-nav .activeSlide a {
color: grey;
font-weight: bold;
}
.across-banner-nav-gift-code a {
color: #fff;
width: auto;
padding: 0 0.2em;
}
#banner-across-top-promo-info {
float:left;
width: 19%;
height: 70%;
/*color: #ff8000;*/
font-size: 0.7em;
text-align: left;
font-weight: bold;
/*padding: 0em 0 0 0.5em;*/
border-right: 1px solid #BA0403;
margin-top: 0.3em;
}
#header-pause-play {
margin: 0.2em 0 0 0.5em;
padding-left: 0.4em;
}

#banner-across-top-promo-text {
padding: 0.2em 0 0 0.3em;
font: 22.5px 'Cinzel+Decorative',Arial,sans-serif;
height: 84%;
width: 53.5%;
float: left;
text-align: center;
font-weight: bold;
}

#banner-across-top-details {
float:left;
width: 95%;
height: 55%;
font-weight: bold;
font-size: 1.0em;
}

#banner-across-top-details:hover {
text-decoration: underline;
}
.banner-ends-in {
float: left;
border-left: 1px solid #BA0403;
width: 7.5%;
height: 35px;
margin-top: 0.2em;
padding: 0em 0 0 1.5em;
font-size: 0.8em;
text-align:left;

}

.banner-countdown-timer {
background: url('/images/bg/header_counter5.jpg') no-repeat center;
width: 160px;
height: 38px;
float:right;
margin-top:0.1em;
color: black;
font-size: 17px;
font-weight: normal;
}
.banner-countdown-timer .timer {
font-size: 14.5pt;
padding-top: 0.1em;
text-align: center;
width: 100%;
}
.banner-countdown-timer .timer div {
float:left;
width: 25%;
/*margin: 2px 0px 0px 14px;*/
text-align: center;
}
#csStickyFooter {
width: 100%;
height: 2.5em;
background-color: #fff;
z-index: 1000;
top: 0;
left: 0;
border-bottom: 2px solid #FF8800;
border-top: 2px solid #FF8800;
font-size: 14pt;
}

.vertically-center-text {
	position: relative;
	top: 30%;
	margin: auto;
}

.promoHeaderProductPromo { display: none; }
.promoHeaderProductPromoMsg, .promoHeaderProductPromoMsg2,
.promoHeaderProductPromoMsg3, .promoHeaderProductPromoBuy {
	letter-spacing: -1px;
	padding-top: 10px;
	margin: 0px 3px;
	float:left; 
	height:35px; 
}

.promoHeaderProductPromoImg {
	float:left; 
	padding-top: 5px;
	/*width:70px;*/
	margin-right: 20px; 
}

.promoHeaderProductPromoMsg {
	color: #ff4000; 
	font-size: 20px; 
	padding-left: 20px; 
}

.promoHeaderProductPromoMsg2 {
	color: #ff4000; 
	font-size: 20px;
	font-weight:bold; 
	font-style: italic; 
}

.promoHeaderProductPromoMsg3 {
	color: #ff4000; 
	padding-top: 15px;
	font-size: 15px; 
}

.promoHeaderProductPromoBuy {
	color: #000; 
	font-style: italic; 
	font-weight: bold;
	font-size: 20px; 
	float: right;
}

.promoHeaderProductPromoBuy a {
	text-decoration: none;
}

.lower-price {
color: red;
font-size: 0.8em;
display: inline;
}

.moreAccountInfoSection > div {
border: 1px solid #666;
margin: 0.3em auto;
padding: 0.5em;
width: 84%;
}
#EditAccountInformationForm {
text-align: left;
width: 200px;
}

.fb-like {
float: left;
margin: 0.1em 0.1em;
width: 45%;
display: inline !important;
overflow: hidden;
}
.gplus {
float: left;
margin: 0.1em 0.1em;
width: 22%;
}
.twitter {
width: 30%;
margin: 0.1em 0.1em;
float: left;
}
.share-widget {
float: right;
width: 285px;
height: auto;
}
.bread-crumb-condition-page .share-widget {
margin: -0.3em 0;
}
.cancelForm button {
padding: 0.3em;
border: 1px solid #F80;
text-decoration: underline;
}
.cancelForm button:hover {
color: white;
background-color: #F80;
font-weight: bold;
}
.accessibility-info h2 {
font-size: 18px;
padding-bottom: 1em;
width: 100%;
margin: 0.5em;
border-bottom: 1px solid #bbb;
}
.accessibility-info div {
font-size: 14px;
margin: 0.5em;
}


/** RIGHT MENU **/
#right-menu-container {
	position:absolute; 
	top:0px; 
	right:0px;
	width: 600px;
}

#right-menu-container a {
	text-decoration:none;
	color: #0255BE;
	font-size: 12px;
	font-weight: bold;
	font-family: helvetica;
}

#right-menu-content {
	float:left;
	width: 478px;
	background: transparent url('/images/bg/topnav.png') no-repeat;
	height:27px;
}

#right-menu-detail div {
	padding: 0px 5px;
	float:right;
}

#right-menu-detail {
	float:left;
	width: 329px;
	padding-top: 6px;
	height:23px;
}

#right-menu-detail .bar {
	border-right: 1px solid #999;
	display: table;
	height: 12px;
	padding: 2px 0px;
}

#right-menu-cart {
	float:right;
	padding-top: 6px;
	width: 149px;
}

.help-overlay li, .acc-overlay li {
	list-style: none;
}

.help-overlay ul, .acc-overlay ul {
	padding: 0px 13px 0 13px;
}

#right-menu-phone {
	float:left;
	padding-top: 6px;
	width:122px;
}

.cart-overlay {
	position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}

.help-overlay {
	position: absolute;
    right: 152px;
    top: 0;
    z-index: 999;
}

.acc-overlay {
	position: absolute;
    right: 189px;
    top: 0;
    z-index: 999;
}

.cart-overlay a, .help-overlay a, .acc-overlay a {
	text-decoration:none;
	color: #0255BE;
	font-size: 12px;
	font-weight: bold;
	font-family: helvetica;
}

#ddCartItems {
	background-color: #fff;
}
