.vsmall {
  font-size: 11px;
  text-align: center;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:5em;
    border:1px solid black;
    background-color:red; color:white;
    text-align:center;
    }

.gen h1 { 
	font-weight: normal;
  font-size: 16px; 
	text-align: center;
  padding:4px 0;
  margin:0px 0;
  position:relative;
	background: #efefef;
}
.gen h2 {
	background: #efefef;
	clear: both;
	float: center;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 1px 35px 2px 5px;
}
.gen h2 a {
	color: #000000;
	text-decoration: none;
}

/*************************/
/* BOTTOM */
/*************************/
.browseFtr {background:#efefef; margin-left:178px; padding-left:22px;}
.browseFtr h4 { margin:0; padding:10px 0 3px; clear:both; font-size:16px;}
.browseFtr a { color:#000; font-size:13px; }
.browseFtr a:hover {color:#999;}
/*moreinfo*/
.moreinfoheader { font-weight:bold; font-size:15px; }
.moreinfo { width:169px;  #width:179px;padding:5px; background-color:#efefef; filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#efefef,endColorStr=#efd638);}
.item .moreinfo { width:255px; padding:0; margin:-25px 0 10px 0;}
.item .moreinfo table { margin:5px; width:245px; }
.moreinfo th { }
.moreinfo td { border-bottom:1px solid #efefef; background-color:#fff; }
.moreinfo .urlTd { border-bottom:1px solid #efefef; vertical-align:bottom; background-color:#fff; width:10%; }
.moreinfo a { color:/*#efefef*/blue; white-space: nowrap; }
/*moreinfo2*/
.moreinfoheader2 { font-weight:bold; font-size:15px; }
.moreinfo2 { ;padding:5px; background-color:#efefef; filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#efefef,endColorStr=#efd638);}
.item .moreinfo2 {  padding:0; margin:-25px 0 10px 0;}
.item .moreinfo2 table { margin:5px;  }
.moreinfo2 th { }
.moreinfo2 td { border-bottom:1px solid #efefef; background-color:#fff; }
.moreinfo2 .urlTd { border-bottom:1px solid #efefef; vertical-align:bottom; background-color:#fff; width:10%; }
.moreinfo2 a { color:/*#efefef*/blue; white-space: nowrap; }
.redasterix { color:red;font-weight:bold;font-size:18px; }
.small { font-size:11px; }
a.titleBut {
	color:#000000;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 0 8px 0 8px;
	margin: 0 9px 0 -8px;
	background:#d3d2ce;
	font-family:"Trebuchet MS",arial,sans-serif;
}
a.titleBut:hover { color:#fff;background:#848788; }

a.titleButOn {
	color:#fff;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 0 8px 0 8px;
	margin: 0 9px 0 -8px;
	background:#848788;
	font-family:"Trebuchet MS",arial,sans-serif;
}

a.button_m {
	background: url(/nuImages/button_m.gif) no-repeat;
	border: 0;
	color: #000000; /*#777671;*/
	display: block;
	float: left;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 8px 0px 4px;
	text-align: center;
	text-decoration: none;
  font-weight: bold;
	width: 105px;
}

a.button_m:hover {
	color: #000000;
}

a.button_l {
	background: url(/nuImages/addToShoppingCartBG_blk.gif) no-repeat;
	border: 0;
	color: #fff; /*#777671;*/
	display: block;
	float: left;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 8px 0px 4px;
	text-align: center;
	text-decoration: none;
  font-weight: bold;
	width: 170px;
}

a.button_l:hover { color: #fff; }

a.button_xl {
	background: url(/nuImages/button_xl_blk.gif) no-repeat;
	border: 0;
	color: #fff; /*#777671;*/
	display: block;
	float: left;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin: 8px 9px 4px 0;
	text-align: center;
	text-decoration: none;
  font-weight: bold;
	width: 189px;
}

a.button_xl:hover {	color: #fff; }

body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}
body {
	background: #fff;
	margin: 0px auto 0;
	text-align: center;
}
body.popup { 
	background:#fff;
	text-align:left;
	margin:7;
}
form{ margin: 0; padding: 0 }
.b { font-weight:bold;}
.s10 {font-size: 10px}
.s11 {font-size: 11px}
.s12 {font-size: 12px}
.s14 {font-size: 14px}
.topSpace {
	background:#fff; 
	height:25px; 
	margin:0 auto;
}
.wrapper {
	background: url(../nuImages/sb/bg.gif) 10px 0 repeat-y #fff;
	margin: 0 auto;
	padding: 0 10px;
	width: 930px!important;
	width: 950px;
	text-align: left;
}

.content{
	width: 728px;
	float: right;
	margin-top: 15px;
}
/***********************************/
/* HEADER */
/***********************************/
.header {
	border-top: 10px solid #fff;
	margin: 0
}
.headerLogo {
	background: url(../nuImages/header/logoBg3_il.jpg) top no-repeat;
	color: #777671;
	height: 135px;
	vertical-align: top;
	width: 537px
}
.headerLogo a {
	color: #777671;
	text-decoration: none;
}
.headerLogo div{
	text-align: right;
	width: 330px;
}
.logoImg {
}
.search {
	background: #d3d2ce;
	border-top: 1px solid #fff;
	height: 51px;
	width: 226px
}
.search label {
	color: #777671;
	display: block;
	font-size: 10px;
	padding: 0 0 0 10px
}
.search input {
	border: 0;
	margin: 0 0 0 10px;
	width: 125px
}
.search button {
	background: #7b7b7b;
	border: 0;
	font-size: 11px;
	margin: 3px -3px -3px!important;
	margin: 0;
	padding: 0
}
.topNav{
	border-top: 1px solid #FFFFff;
	vertical-align: top;
	width: 311px
}
.topNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 357px!important;
	width: 359px;
}
.topNav ul li {
	border-left: 1px solid #fff;
	float: left;
	position:relative;
}
.topNav ul li a {
  background: url(../nuImages/header/off.gif) right bottom no-repeat #d3d2ce;
  color: #000000;
  display: block;
  font-size: 15px;
  padding:18px 13px 12px 12px;/*reset padding for normal text weight*/
  text-decoration: none;
  font-family:"Trebuchet MS",arial,sans-serif;
}
.topNav ul li a img {
  border: 0;
  margin:-3px 2px 0px 1px!important;/*reset padding for normal text weight*/
  margin:-3px 2px 0px;/*reset padding for normal text weight*/
  padding: 0;
}
.topNav ul li a b {
	position:absolute; 
	left:12px; top:10px; 
	font-size:9px; 
	text-transform:uppercase;
	cursor:pointer;
}
.topNav ul li a:hover,.topNav ul li a.on {
	background: url(../nuImages/header/on.gif) right bottom no-repeat #848788
}
/*******************************/
/* SIDE BAR */
/*******************************/
.sideBar{
	width: 179px;
	float: left;
	display: block;
	margin-right: 21px;
}
.sideBarNav {
	margin: 0;
	list-style-type: none;
	padding: 0;
	border-bottom: 1px solid #fff;
	/*border: 1px solid red;*/
}
.sideBarNav li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #fff;
	background:url(../nuImages/sb/buttons.png) right top no-repeat #efefef;
}
.sideBarNav li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding:6px 12px 3px;
	background:url(../nuImages/sb/buttons.png) right bottom no-repeat;
	_height:18px;
	min-height:18px;
	/*padding:5px 12px 2px;
	height:25px;
	overflow:hidden;*/
}
.sideBarNav li a:hover,.sideBarNav li a.on {background:url(../nuImages/sb/buttons.png) left top no-repeat;}
.sideBarNav li a.first {
	/*padding:11px 12px 3px;
	height:15px!important;
	height:29px;*/
}
.sideBarNav li a.first:hover {}
.sideBarNav li a.on {}
.sideBarNav li a.on:hover {}

.sideBarNav li.special a {
 color:maroon;font-weight:bold;font-size:15px;
}
.sideBarNav li.special a:hover,.sideBarNav li.special a.on {}

.sideBar .browse { background:url(../nuImages/sb/browseCorner.gif) right top no-repeat #efefef; padding:7px 12px; line-height:24px; }
.sideBar .browse h4 { font-size:14px; color:#000; font-weight:normal; padding:0 0 15px; margin:0; font-family:Arial, Helvetica, sans-serif; }
.sideBar .browse a { color:#000; font-size:13px;}
.sideBar .browse a:hover { color:#999;}
.sideBar .base { background-color:#fff; text-align:center; }




/*
.sideBarNav li.special a {
 background:url(../nuImages/sb/buttons2.png) right bottom no-repeat;
}
.sideBarNav li.special a:hover,.sideBarNav li.special a.on {background:url(../nuImages/sb/buttons2.png) left top no-repeat;}
*/
/*****************************/
/* FOOTER */
/*****************************/
.footer {
	clear:both;
	text-align: center;
	padding-left: 200px;
  background:#efefef; margin-left:178px; padding-left:22px;
}
.footer img { margin:10px 0;}
.footer a { color: #666666;/* text-decoration:none;*/}
.footer p { font-size:10px; padding:0 0 5px; margin-bottom:0;}
/************************/
/*	pageTitle	*/
/**********************/
.pageTitle {
	margin: 0;
	padding: 0 0 0 8px;
	background: #efefef;
	font-weight: normal;
	font-size: 14px;
	/*line-height: 24px;*/
	/*height: 24px;*/
}
/************************/
/*		policies		*/

/***********************/
.bgFedEx { background-color:#d3d2ce;}
.bgUsps { background-color:#efefef;}
.policies { border:1px solid #d4d3cf; float:left; display:block;}
.policies table { width:300px; margin:10px;}
.policies table th {border-bottom:1px solid #b4b4b2; padding:3px 0;}
.policies table td { text-align:center; border-bottom:1px solid #b4b4b2; padding:3px 0; width:24%;}
.policiesColors {
	clear: both;
}
.policiesColors img { vertical-align:middle;}
.left { text-align:left!important;}

/************************/
/*  testimonials */
/***********************/
.manager {
/* height: 81px;*/
 padding: 10px 0;
}
.manager img {
 float: left;
 margin: 5px 10px 0 0;
}
.testimonialsItemBig {
 text-align: center;
 float:left;
 height:380px!important;
 height:400px;
 background-color:#efefef;
 padding: 8px;
 border-bottom:10px solid #fff;
 overflow:hidden;
 width:340px!important;
 width:356px;
 margin: 0px 2px 0;
}
.testimonialsItemBig img { display:block; margin:0 auto;} 
.testimonialsItemBig strong { display:block; margin:10px 0 5px;} 
.testimonialsItem {
 background-color:#efefef;
 padding: 8px;
 margin: 10px 0 0;
}
.testimonialsItem img {
 float:right;
 clear: right;
 margin:3px!important;
 margin:0;
}
.testimonialsItem p { margin:0;}
hr.testimonials { height:1px; border:0; border-top:1px solid #d4d3cf; margin:9px 0 0; clear:both;}
 
/************************/
/*		portrait		*/
/************************/
hr.portrait {
	height:1px;
	border:0;
	border-top:1px solid #d4d3cf;
	margin:9px 0;
	padding: 0;
}
.portraitMain {
	width:375px;
	float: left;
}
.portraitMain input { 
	border:1px solid #7f9db9; 
	width:205px; 
	display:block; 
	margin-bottom:10px;
}
.portraitMain textarea {
	border:1px solid #7f9db9; 
	height:55px; 
	width:100%; 
	overflow:auto; 
	display:block; 
	margin-bottom:3px;
}
.portraitMain input.radio { border:0; width:auto; display:inline; margin-bottom:3px;vertical-align:middle;}
.portraitMain #pic { width:290px;}
.portraitSize {
	width: 100%;
	background-color: #efefef;
	border-bottom: 4px solid #fff;
/*	margin-top: 10px;*/
}
.portraitSize th {
	text-align: left;
	padding: 4px 0  4px 8px;
}
.portraitSize td {
	border-top: 1px solid #fff;
	padding: 4px 0 4px 8px;
}
.portraitSize td input.radio { margin:0 0 -2px -4px; padding:0;}
.portraitPurchase {
width:100%;
}
.portraitPurchase  th {
	text-align: left;
  background-color:#EFEFEF;
  padding: 4px 0 4px 8px;
}
.portraitPurchase th a { color:#000000;}
.portraitPurchase .stretch {
  background-color:#EFEFEF;
  border-bottom:5px solid #fff;
  padding:8px;
}
.stretch a { color:#000000; font-weight:bold; text-decoration:underline; padding-left:8px;}
.portraitPurchase .stretch label {display:block; height:20px;}
.stretch input.radio { margin:0 0 0px 0;}
.portraitMain input.inputImg { border:0; width:auto; display:inline; margin:15px 0 0;bottom:3px;}
input[type='hidden'] { display:none;}
.portraitSide {
	float: right;
	width: 255px;
}
.portraitSide p {
	border: 1px solid #c2c1bd;
	color: #666565;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: center;
}
.portraitSide p span {
	display: block;
	padding: 11px 12px;
}
.portraitSide p a {
	background: url(../nuImages/hpCorner.gif) right bottom no-repeat;
	color: #666565;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto!important;
	height: 100%;
	padding: 11px 12px;
	text-align: center;
	text-decoration: none;
	width: auto!important;
	width: 100%;
}

.portraitSide table { width:100%;}
.portraitSide th {
	font-weight: normal;
	font-size: 10px;
	text-align: left;
	padding: 20px 5px 0px;
	width:50%;
}
.portraitSide td {
	padding:5px 0;
	text-align: center;
}
.portraitSide td img {
	border:1px solid #bbbab4;
	width:118px;
	margin: 0 3px;
}

/************************/
/*		purchaseOptions	*/
/************************/
.purchaseOptions {}
.purchaseOptions li {
	font-size:14px;
	font-weight:bold;
	margin: 0 0 20px;
}
.purchaseOptions img{
	margin: 5px 0 0;
}
.purchaseOptions span { font-size:12px; font-weight:normal; display:block;}
/*site map*/
.siteMapIntro { padding:0 10px;}
.siteMapIntro a { color:#000000; text-decoration:underline;}
.siteMap {}
.siteMap th { padding:20px 0 4px; font-size:14px; text-align:left;}
.siteMap th span { font-size:12px; font-weight:normal;}
.siteMap td { vertical-align:top; padding:0 12px;}
.siteMap a { font-size:11px; color:#000000; text-decoration:underline;}
.siteMap a:hover { color:#666666;}
.siteMap .general {}
.siteMap .general a {font-size:11px; color:#000000;}
/*contact*/
.contact input { 
	border:1px solid #7f9db9; 
	width:205px; 
	display:block; 
	margin-bottom:10px;
}
.contact label { font-weight:bold;}
.contact textarea {
	border:1px solid #7f9db9; 
	height:80px; 
	width:300px; 
	overflow:auto; 
	display:block; 
	margin-bottom:3px;
}
.checkbox {}
input.checkbox  {
	border:0;
	width:auto;
	display:inline;
	margin-bottom: -2px;
}
label.checkbox  { font-weight:normal;}
.submit { text-align:center;}
input.submit  {border:1px outset #CCCCCC; width:auto; margin:15px 0;}
/************************/
/*	promoBox	*/
/**********************/
.PromoBox {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	background: #F0D93E;
}
.promoTitle {
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
}
.promoTitle2 {
	padding: 0 15px 5px 15px;
	font-weight: bold;
	font-size: 16px;
}
.promoQ {
	padding: 24px 15px 0 15px;
	font-weight: normal;
  font-style: italic;
	font-size: 14;
}
.promoA {
	padding: 0 15px 0 15px;
	font-weight: bold;
	font-size: 14px;
}

/************************/
/*	shipBox	*/
/**********************/
.shipBox {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	background: #DEACB7;
}
.shipTitle {
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
}
.shipText {
	padding: 0 15px 0 15px;
	font-size: 14px;
}

a.more_details {
	color: #777671;
  font-size:14px;
}

a.more_details a:hover {
	color: #777671;
}
/**/
#preload { 
	text-align:center;	
	-moz-opacity:0.82;
	opacity:0.82;
	filter:alpha(opacity=82); 
	background-color:#999999; 
	width:454px; 
	height:100%; 
	position:absolute; 
	top:0; 
	left:0; 
	right:0;
}
#preload img { margin:180px 0 0;}

.secureh {
  background: #c2c2c2;
  font-weight: bold;
  color: white;
  height:20px;
}

