HTML,FORM
{
height: 100%;
margin: 0;
padding: 0;

}
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;	
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 98%;
}
#master_header {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/headbg_index.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:0px 0px 0px 0px;
}
#logo {
	margin-left: 35px;
	padding-top: 15px;
	width:122px;
	height:67px;
	text-indent:-9999px;
	overflow:hidden;
}
a.logo
{
	background:url(images/ignify_logo.gif) no-repeat;
	width:122px;
	height:67px;
	display:block;
}
.sendtofriendlink a
{
	background:url(images/send_to_friend.gif);
	height:22px;
	width:113px;
	text-indent:-9999px;
	display:block;	
}
#welcome
{
	font-size: 11px;
	color: #6a6868;
	margin:20px 0px 0px 245px;
	float:left;
	padding:0px 0px 0px 0px;
	position:absolute;
	width:auto;
}
#welcome h4
{
	font-size: 11px;
	font-weight:bold;
	color: #b1b1b1;
	margin:0px;
	padding:0px;
}
#welcome p
{
	font-size: 11px;
	font-weight:normal;
	color: #a5a6a6;
	margin:3px 0px 0px 0px;
	padding:0px;
	text-decoration:none;
}
#welcome a
{
	font-size: 11px;
	font-weight:normal;
	color: #3685f9;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-decoration:none;
}
/* ------------------------buttons for top Icons stars here--------------------- */
#icons ul{
	margin-top: 2px;
	padding-right:25px;
	padding-top: 8px;
	padding-left:0px;
	width:300px;
	height:48px;
	list-style-type: none;
	float:right;
}
#icons li {
	margin: 0px;
	padding: 0px;
	width:48px;
	height:48px;
	float:right;
}
#icons ul span
{
	display:none;
}
#icons li a {
	display:block;
}

a.order_search
{
	background:url(images/icn_search_order.gif);
	background-repeat:no-repeat;
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
}
a.order_search:hover 
{
	background-position: 0 -48px;
	overflow:hidden;
}
a.home
{
	background:url(images/icn_home.gif);
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
}
a.home:hover 
{
	background-position: 0 -48px;
	overflow:hidden;
}
a.help
{
	background:url(images/icn_help.gif);
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
}
a.help:hover 
{
	background-position: 0 -48px;
	overflow:hidden;
}
a.myaccount
{
	background:url(images/icn_myaccount.gif);
	height:52px;
	text-indent:-9999px;
	overflow:hidden;
}
a.myaccount:hover 
{
	background-position: 0 -52px;
	overflow:hidden;
}
a.viewcart
{
	background:url(images/icn_viewcart.gif);
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
}
a.viewcart:hover 
{
	background-position: 0 -48px;
	overflow:hidden;
}
a.faq
{
	background:url(images/icn_faqs.gif);
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
}
a.faq:hover 
{
	background-position: 0 -48px;
	overflow:hidden;
}
a.wishlist
{
	background:url(images/icn_wishlist.gif);
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
}
a.wishlist:hover 
{
	background-position: 0 -48px;
	overflow:hidden;
}
/* -------------------- RECENTLY VIEWS LN -------------------*/
  #recently_viewed_ln {
	width: 190px;
	padding-top: 5px;
	padding-left:10px;
	margin-bottom:20px;
	float:left;
}
 #recently_viewed_ln .title 
 {
	/*background:url(images/h_recently_viewed.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;*/
	height:18px;
	font-size:13px;
	font-weight:bold;
	padding:3px 2px 2px 3px;
	margin-top:0px;
	color:#2562a0;
	text-transform:uppercase;
	border-bottom:dotted 1px #9c9b9b;
	width: 170px;
}
#recently_viewed_ln h4
 {
	font-size: 11px;
	color:#2562a0;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:5px;
	width: 190px;
}
#recently_viewed_ln ul {
	width: 190px;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
#recently_viewed_ln li a {
	width: 175px;
	color: #000000;
	display: block;
	padding: 3px 0px 0px 0px;
	font-weight: normal;
	height: 15px;
	border-bottom:dotted 1px #e1e1e2;
	border-top:dotted 1px #e1e1e2;
	list-style-type: none;
	text-decoration: none;
	text-indent: 20px;
	background:url(images/ln_dots.gif);
	background-repeat:repeat-y;
	background-position:10px -1px;
	text-decoration:none;
	
}
#recently_viewed_ln li a:visited {
	color: #000000;
	text-decoration: none;
	background:url(images/ln_dots.gif);
	background-repeat:repeat-y;
	background-position:10px -1px;
}
#recently_viewed_ln li a:hover 
{
	color: #1c679b;
	background:url(images/ln_dots2.gif);
	background-repeat:repeat-y;
	background-position:10px -1px;
	text-decoration:none;
}

#recently_viewed_ln h4 a {
	color: #000000;
	text-decoration: none;
}
/*#ind_lnav {
	width:214px;
	height:auto;
	float:left;
}*/
#ind_lncollapsible_bg {
	width:214px;
	height:auto;
	background-image: url(images/collapsible_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
}
#ind_leftnav 
{
	width: 180px;
	padding-top: 5px;
	padding-left:15px;
	margin-bottom:10px;
}
/* -----------------------Index topnav bg--------------------*/
.ind_head_bg {
	background-image: url(../images/headbg_index.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 113px;
}

#category_menu
{
	padding-top:1px;
	margin-right:15px;
	margin-left:15px;
	height:auto;
}
/* ------------------------- MY MESSAGE --------------------*/
#message
{
	border-top:dotted 1px #979796;
	border-bottom:dotted 1px #979796;
	margin:15px 10px 10px 10px;
	width:515px;
	height:auto;
	font-size: 11px;
	color:#5c5c5c;
	padding-top:10px;
	padding-bottom:10px;
}
#message ul
{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	display: block;
}
#message ul li
{
	margin: 0px;
	margin-bottom: 5px;
	text-align:left;
	padding-right:2px;
	padding-left:30px;
	background:url(images/orange_arrow.gif);
	background-repeat:repeat-y;
	background-position:10px 2px;
	padding-top:1px;
	padding-bottom:2px;
	display: block;
}
#message h4
{
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
}
/* ----------------------------------- BUTTONS IMAGES HERE -------------*/
a.giftwrap
{
	background:url(images/btn_giftwrap.gif);
	height:27px;
	width:158px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
a.find_wishlist
{
	background:url(images/find_wishlist.gif);
	height:18px;
	width:99px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
a.send_wishlist
{
	background:url(images/send_wishlist.gif);
	height:18px;
	width:155px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
a.update
{
	background:url(images/btn_update.gif);
	height:22px;
	width:57px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
a.update:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.unsubscribe
{
	background:url(images/btn_unsubscribe.png);
	background-repeat:no-repeat;
	height:22px;
	width:86px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	cursor: pointer;
	border:none;
}
.unsubscribe:hover 
{
	background-position: 0 -21px;
	overflow:hidden;
}
.subscribeNL
{
	background:url(images/btn_subscribe.png);
	background-repeat:no-repeat;
	height:22px;
	width:72px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	cursor: pointer;
	border:none;
}
.subscribeNL:hover 
{
	background-position: 0 -21px;
	overflow:hidden;
}
a.clear
{
	background:url(images/btn_clear.gif);
	height:22px;
	width:51px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
a.clear:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.turnon
{
	background:url(images/btn_turnon.gif);
	height:22px;
	width:67px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.turnon:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.add_newrow
{
	background:url(images/btn_add_newrow.gif);
	height:22px;
	width:94px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
	
}
.add_newrow:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}

.checkout_addessList
{
	width:180px;
}

.continue_checkout
{
	background:url(images/btn_cont_chekout.gif);
	height:22px;
	width:125px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.continue_checkout:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.add2cart_m
{
	background:url(images/btn_add2cart_m.gif);
	height:22px;
	width:86px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.add2cart_m:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.add_update
{
	background:url(images/btn_add_update.gif);
	height:22px;
	width:89px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.add_update:hover 
{
	background-position: 0 -22px;
	overflow:hidden;
}
.org_add2cart
{
	background:url(images/btn_add2cart.gif);
	height:18px;
	width:81px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.org_add2cart:hover 
{
	background-position: 0 -18px;
	overflow:hidden
}
.update2stock
{
	background:url(images/btn_update2stock.gif);
	height:22px;
	width:109px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.update2stock:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.removeall
{
	background:url(images/btn_removeall.gif);
	height:22px;
	width:81px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.removeall:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.update2qty
{
	background:url(images/btn_update2qty.gif);
	height:22px;
	width:118px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.update2qty:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.turnoff
{
	background:url(images/btn_turnoff.gif);
	height:22px;
	width:67px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.turnoff:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
a.buy
{
	background:url(images/btn_buy.png);
	height:22px;
	width:38px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	text-align:center;
}
a.buy:hover 
{
	background-position: 0 -21px;
	overflow:hidden;
}

a.buyn
{
	background:url(images/btn_buy.png);
	height:21px;
	width:38px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	text-align:center;
}
a.buyn:hover 
{
	background-position: 0 -21px;
	overflow:hidden;
}
a.login
{
	background:url(images/icn_login.gif);
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
}
a.login:hover 
{
	background-position: 0 -48px;
	overflow:hidden;
}
a.logout
{
	background:url(images/icn_logout.gif);
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
}
a.logout:hover 
{
	background-position: 0 -48px;
	overflow:hidden;
}
.pay_via_secure_server
{
	background:url(images/btn_pay_via_secure_server.gif);
	height:22px;
	width:162px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.pay_via_secure_server:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.addnew_address
{
	background:url(images/btn_addnew_address.gif);
	height:22px;
	width:115px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.addnew_address:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
a.addnew_card
{
	background:url(images/btn_addnew_card.gif);
	height:22px;
	width:98px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
a.addnew_card:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
a.add2cart_intab
{
	background:url(images/btn_add2cart.gif);
	height:18px;
	width:81px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.btnadd2cart_intab
{
	background:url(images/btn_add2cart.gif);
	height:18px;
	width:81px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
.add2cart_intab:hover 
{
	background-position: 0 -18px;
	overflow:hidden
}
a.copy2cart
{
	background:url(images/btn_copy2cart_intab.gif);
	height:13px;
	width:70px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.copy2cart:hover 
{
	background-position: 0 -13px;
	overflow:hidden
}
a.return
{
	background:url(images/btn_return_intab.gif);
	height:13px;
	width:43px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.return:hover 
{
	background-position: 0 -13px;
	overflow:hidden
}
.lookup_intab
{
	background:url(images/btn_or_lookup_intab.gif);
	background-repeat :no-repeat ;
	height:13px;
	width:45px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}
.lookup_intab:hover 
{
	background-position: 0 -13px;
	overflow:hidden
}
.lookup_intab_DY
{
	background:url(images/btn_or_lookup_intab.gif);
	background-repeat :no-repeat ;
	height:13px;
	width:45px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.lookup_intab_DY:hover 
{
	background-position: 0 -13px;
	overflow:hidden
}
a.or_print_invoice
{
	background:url(images/btn_printinvoice_intab.gif);
	height:13px;
	width:72px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.or_print_invoice:hover 
{
	background-position: 0 -13px;
	overflow:hidden
}
.or_remove
{
	background:url(images/btn_or_remove_intab.gif);
	height:13px;
	width:47px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	cursor: pointer;
	margin-bottom:2px;
}
.or_remove:hover 
{
	background-position: 0 -13px;
	overflow:hidden;
}
.add2wishlist_intab
{
	background:url(images/move2wishlit_intab.gif);
	height:13px;
	width:90px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	cursor: pointer;
}
a.add2wishlist_shop
{
	background:url(images/btn_add2wishlist.gif);
	height:18px;
	width:97px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

a.add2wishlist_shop:hover 
{
	background-position: 0 -18px;
	overflow:hidden
}
a.download_intab
{
	background:url(images/btn_download.png);
	height:18px;
	width:70px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.download_intab:hover 
{
	background-position: 0 -17px;
	overflow:hidden;
}
a.reset
{
	background:url(images/btn_reset.gif);
	height:22px;
	width:48px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
a.reset:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.go
{
	background:url(images/btn_go.gif);
	height:22px;
	width:36px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.go:hover
{
	background-position: 0 -22px;
	overflow:hidden
}
.apply
{
	background:url(images/btn_apply.gif);
	height:21px;
	width:48px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.apply:hover
{
	background-position: 0 -21px;
	overflow:hidden
}
.close
{
	background:url(images/btn_close.gif);
	height:22px;
	width:49px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.close:hover
{
	background-position: 0 -22px;
	overflow:hidden
}
.submit
{
	background:url(images/btn_submit.gif);
	background-repeat :no-repeat ;
	height:22px;
	width:56px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.submit:hover
{
	background-position: 0 -22px;
	overflow:hidden
}
a.add2entireqtycart_intab
{
	background:url(images/btn_addecitequantity.gif);
	height:20px;
	width:235px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.add2entireqtycart_intab
{
	background:url(images/btn_addecitequantity.gif);
	height:20px;
	width:235px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
a.add2onlyavailableqtycart_intab
{
	background:url(images/btn_addonlyavailablestock.gif);
	height:20px;
	width:335px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
.add2onlyavailableqtycart_intab
{
	background:url(images/btn_addonlyavailablestock.gif);
	height:20px;
	width:335px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
a.add2stockwatchlist_intab
{
	background:url(images/btn_additem2mystockwathclist.gif);
	height:20px;
	width:240px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
	border:none;
}
.add2stockwatchlist_intab
{
	background:url(images/btn_additem2mystockwathclist.gif);
	height:20px;
	width:240px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
.cancel
{
	background:url(images/cancel.gif);
	background-repeat :no-repeat ;
	height:22px;
	width:59px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.cancel:hover
{
	background-position: 0 -21px;
	overflow:hidden
}
.cancel2
{
	background:url(images/blank_cancel.gif);
	background-repeat :no-repeat ;
	height:22px;
	width:59px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
	color:#fff;
	padding-bottom:3px;
	font-size:10px;
	font-weight:bold;
}
.cancel2:hover
{
	background-position: 0 -22px;
	overflow:hidden;
}

.sendemail
{
	background:url(images/blank_sendemail.gif);
	background-repeat :no-repeat ;
	height:22px;
	width:81px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
	color:#fff;
}
.sendemail:hover
{
	background-position: 0 -22px;
	overflow:hidden
}
.add_subuser
{
	background:url(images/btn_add_subuser.gif);
	height:22px;
	width:118px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.add_subuser:hover
{
	background-position: 0 -22px;
	overflow:hidden
}
a.buy_intab
{
	background:url(images/btn_buy_intab.png);
	height:18px;
	width:34px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
a.buy_intab:hover
{
	background-position: 0 -17px;
	overflow:hidden;
}
.buyall
{
	background:url(images/btn_buyall.gif);
	height:22px;
	width:59px;
	text-indent:-9999px;
	float:right;
	display:block;
	overflow:hidden;
	margin-right:3px;
	border:none;
	cursor: pointer;
}
.buyall:hover
{
	background-position: 0 -22px;
	overflow:hidden
}
.edit_intab
{
	background:url(images/btn_edit_intab.gif);
	height:18px;
	width:39px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.edit_intab:hover
{
	background-position: 0 -18px;
	overflow:hidden
}
.edit_intab2
{
	background:url(images/btn_edit_intab2.png);
	height:13px;
	width:32px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
	margin-bottom:2px;
}
.edit_intab2:hover
{
	background-position: 0 -13px;
	overflow:hidden;
}
a.addnew_intab
{
	background:url(images/btn_addnew_intab.gif);
	height:18px;
	width:68px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.addnew_intab:hover
{
	background-position: 0 -18px;
	overflow:hidden
}
a.delete_intab
{
	background:url(images/btn_delete_intab.gif);
	height:18px;
	width:52px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.delete_intab:hover
{
	background-position: 0 -18px;
	overflow:hidden
}
.go_dash
{
	background:url(images/btn_go_dashboard.gif);
	background-repeat:no-repeat;
	margin-left:5px;
	height:22px;
	width:33px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
	
}
.go_dash:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
a.or_edit_intab
{
	background:url(images/btn_or_edit.gif);
	height:13px;
	width:31px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.or_edit_intab:hover
{
	background-position: 0 -13px;
	overflow:hidden
}
a.btn_or_edit_intab
{
	background:url(images/btn_or_edit_intab.gif);
	height:13px;
	width:32px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.btn_or_edit_intab:hover
{
	background-position: 0 -13px;
	overflow:hidden
}
a.or_sumbit_intab
{
	background:url(images/btn_submit_intab.gif);
	height:13px;
	width:42px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.or_sumbit_intab:hover
{
	background-position: 0 -13px;
	overflow:hidden
}
/* -- DELETE BUTTON BELOW IS WITH BLUE BG - (INTAB) --*/
a.or_delete_intab
{
	background:url(images/btn_or_delete.gif);
	height:13px;
	width:41px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.or_delete_intab:hover
{
	background-position: 0 -13px;
	overflow:hidden
}

/* -- DELETE BUTTON - NO BG - (INTAB) --*/

a.btn_or_delete_intab
{
	background:url(images/btn_or_delete_intab.gif);
	height:13px;
	width:39px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
a.btn_or_delete_intab:hover
{
	background-position: 0 -13px;
	overflow:hidden;
}
a.or_print
{
	background:url(images/btn_print_quote_intab.gif);
	height:13px;
	width:65px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.or_print:hover
{
	background-position: 0 -13px;
	overflow:hidden
}
a.or_convt2order
{
	background:url(images/btn_cont2order_intab.gif);
	height:13px;
	width:94px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.or_convt2order:hover
{
	background-position: 0 -13px;
	overflow:hidden
}
.cont_shop_chq
{
	background:url(images/btn_cont_shop_chq.gif);
	height:22px;
	width:124px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.cont_shop_chq:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.cont_checkout_chq
{
	background:url(images/btn_cont_checkout_chq.gif);
	height:22px;
	width:124px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.cont_checkout_chq:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.cont_shopping
{
	background:url(images/btn_cont_shopping.gif);
	height:22px;
	width:124px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.cont_shopping:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.back
{
	background:url(images/btn_back.gif);
	height:22px;
	width:57px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.back:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.pay_via_ss_chq
{
	background:url(images/btn_pay_secure_server_chq.gif);
	height:22px;
	width:172px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.pay_via_ss_chq:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.placeorder_chq
{
	background:url(images/btn_placeorder_chq.gif);
	height:22px;
	width:97px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.placeorder_chq:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}

.applycoupon
{
	background:url(images/btn_applycoupon.png);
	height:22px;
	width:95px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.applycoupon:hover 
{
	background-position: 0 -21px;
	overflow:hidden;
}
.placeorder
{
	background:url(images/btn_placeorder.png);
	height:22px;
	width:86px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.placeorder:hover 
{
	background-position: 0 -21px;
	overflow:hidden;
}
#header_adv_search
{	
	height:20px;
	width: 730px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	float:left;
}
#header_adv_search .searchtxt
{	
	padding-top: 4px;
	padding-right:30px;
	text-transform:uppercase;
	background:url(images/searchead.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:17px;
	width:28px;
}
#header_adv_search input {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #7f9db9;
	margin-bottom: 0px;
	width:180px;
	height:16px;
	padding: 0px 0px 1px 0px;
}
#header_adv_search ul
{	
	list-style-type: none;
	margin:0px;
}
#header_adv_search li
{
	height:20px;
	padding:0px 2px 0px 0px;
	list-style-type: none;
	float:right;
}
#header_adv_search ul span
{
	display:none;
}
#header_adv_search li .search
{
	background:url(images/adv_search_go_head.gif);
	background-repeat:no-repeat;
	margin-left:3px;
	height:21px;
	width:30px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor: pointer;
	border:none;
}
#header_adv_search li a.adv_search_btn
{	
	background:url(images/adv_search_head.gif);
	background-repeat:no-repeat;
	margin-left:3px;
	width:112px;
	height:17px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
/* ------------------------- Advance search in header ends here ------------------ */
/* ------------------------- Advance search in header for B2B LookUp ------------------ */
#lookup_search
{	
	height:20px;
	text-align:left; 
	margin: 0px 2px 0px 1px;
	padding:0px;
	vertical-align:top;
}
#lookup_search .searchtxt
{	
	padding-top: 0px;
	padding-right:30px;
	text-transform:uppercase;
	background:url(images/searchead.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:17px;
	width:28px;
	margin-top:0px;
	_margin-top:1px;
	vertical-align:middle;
}
#lookup_search input {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #68B5ED;
	margin-bottom: 1px;
	width:150px;
}
#lookup_search select {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #68B5ED;
	margin-bottom: 1px;
}

#lookup_search ul
{	

	list-style-type: none;
	margin:0px;
}
#lookup_search li
{
	height:22px;
	padding:0px 2px 0px 0px;
	list-style-type: none;
	float:right;
}
#lookup_search ul span
{
	display:none;
}
#lookup_search li .search
{
	background:url(images/adv_search_go_head.gif);
	background-repeat:no-repeat;
	margin-left:3px;
	height:21px;
	width:30px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor: pointer;
	border:none;
}
#lookup_search li a.adv_search_btn
{	
	background:url(images/adv_search_head.gif);
	background-repeat:no-repeat;
	margin-left:3px;
	width:68px;
	height:17px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}
/* ------------------------- Advance search in header for B2B LookUp Ends ------------------ */
#container  {
	width: 1000px;  
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-bottom: -91px;
	display: table;
	height: 100%;
} 
#check_container  
{
	width: 1000px;  
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-bottom: -91px;
	display: table;
	height: 100%;
} 
.innerContainer
{
	margin: 0;
	padding: 0;
	padding-bottom: 91px;
	float:left;
	min-height:500px;
	width: 1000px;
	background-image: url(images/index_globe.jpg);
	background-repeat: no-repeat;
	background-position: right 105px ;
}
#master_LN   
{
	float: left;
	width: 214px;
	height:auto;
}
#mainContent  {
	margin:0px 0px 0px 0px;
	margin-left: 214px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
	height:auto;
}
/* ----------------------- DYNAMIC TABLE CONTENT --------------------------*/
.dyn_content
{
	width:auto;
}
/* ------------------------ Checkout main Container -------------- */
#checkout_mainContent  {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
	height:auto;
	width:1000px;
	background-image: url(images/checkout_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;	
	height: 100%;
}
#newcont  {

	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color:#433d3d;
}
#popupcard  {

	background-color:#433d3d;
	vertical-align:top;
}
.panel1
{
	width:100%;
	float:left;
}
#checkout_tablets
{
	width:960px;
	padding:35px 10px 10px 25px;
	float:left;
	min-height:400px;
}

#checkout_tablets .head
{
	width:945px;
	background:url(images/checkout_top.gif);
	background-repeat:no-repeat;
	height:23px;
	font-size:12px;
	font-weight:bold;
	color:#ee5200;
	padding:6px 0px 4px 6px;
	float:left;
}
#checkout_tablets .body
{
	width:925px;
	background:url(images/checkout_body.gif);
	background-repeat:repeat-y;
	padding:15px 10px 0px 10px;
	float:left;
}
#checkout_tablets .footer
{
	width:945px;
	background:url(images/checkout_bottom.jpg);
	background-repeat:no-repeat;
	height:27px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
}
.thead
{
	font-size: 11px;
	font-weight:bold;
	color:#1159b2;
	padding:1px 0px 1px 0px;
	margin:8px 0px 5px 0px;
}
.box_title
{
	background-color:#2665AC;
	background-repeat:repeat-x;
	height:18px;
	color:#fff;
	padding-top:4px;
	text-indent:5px;
	font-weight:bold;
}
/* ---------------------------- CHECKOUT BREAD CRUMB ---------------- */
#bc_order2
{
	background:url(images/bc_order2.gif);
	background-repeat:no-repeat;
	width:498px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top: 2px;
	padding-bottom:15px;
	height:18px;
	float:right;
}
#bc_order3
{
	background:url(images/bc_order3.gif);
	background-repeat:no-repeat;
	width:498px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top: 2px;
	padding-bottom:15px;
	height:18px;
	float:right;
}
#bc_order4
{
	background:url(images/bc_order4.gif);
	background-repeat:no-repeat;
	width:498px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top: 2px;
	padding-bottom:15px;
	height:18px;
	float:right;
}
#bc_order5
{
	background:url(images/bc_order5.gif);
	background-repeat:no-repeat;
	width:498px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top: 2px;
	padding-bottom:15px;
	height:18px;
	float:right;
}
#bc_order6
{
	background:url(images/bc_order6.gif);
	background-repeat:no-repeat;
	width:498px;
	text-indent:-9999px;
	overflow:hidden;
	margin-top: 2px;
	padding-bottom:15px;
	height:18px;
	float:right;
}
/* ------------------------ Footer starts down -------------------- */
#footer  { 
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width:1000px;
	height:90px;	
	z-index: 100;
	position:relative;
	margin:0px auto 0px auto;
}
#checkout_footer  { 
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width:1000px;
	height:90px;	
	z-index: 100;
	position:relative;
	margin:0px auto 0px auto;
}
#copyright
{
	padding-left:0px;
	padding-right:25px;
	padding-top:22px;
	width:625px;
	color:#727272;
	text-align:center;
	float:right;
}
#logossl
{
	padding-left:230px;
	padding-top:5px;
	width:100px;
	color:#727272;
	text-align:left;
	vertical-align:middle;
	float:left;
}
.demo_instruction
{
	padding-top:5px;
	margin-left:250px;
	text-align:center;
	width:450px;
	font-size:10px;
	line-height:10px;
	padding-bottom:5px;
	color:#d95825;
}	
#footer  p  {
	margin: 0;
	padding: 10px 0;
}
#copyright .ccard
{
	background:url(images/footer_ccards.gif);
	background-repeat:no-repeat;
	margin-bottom:3px;
	width:291px;
	height:46px;
	text-indent:-9999px;
	display:block;
}
.powered_by
{
	margin-top:4px;
	font-size:10px;
}
/* --------------------------- Footer ends here --------------------- */
/*.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
/*.	float: right;
	margin-left: 8px;
}*/
/*.fltlft { /* this class can be used to float an element left in your page */
/*	float: left;
	margin-right: 8px;
}*/
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

/* Index Left Nav section here */


/*.index_main_content_2b {
	background-image: url(images/index_globe_2b.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:auto;
}*/
.index_main_content {
	background-image: url(images/index_globe.jpg);
	background-repeat: no-repeat;
	background-position: right top ;
	height:auto;
}
#ind_comp_intro
{
	padding-top:20px;
	padding-left:12px;
	width:auto;
	height:auto;
}
/* ------------------------ Feature Items starts down ------------------------ */

#feature_items_box
{
	width:auto;
	float:left;
	padding-left:12px;
}
#feature_items_box .title
{	background:url(images/h_featureitem.gif);
	background-repeat:no-repeat;
	width:130px;
	height:23px;
	display:block;
	text-indent:-9999px;
}
#feature_items
{
	width:248px;
	height:65px;
	border:solid 1px #cbcaca;
	margin:4px 0px 0px 0px;
	font-size: 11px;
	color:#5c5c5c;
	float:left;
}
#feature_items h4
{
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 0px 0px;
}
.feature_items_bg
{
	background-color:#f1f1f3;
	padding-left:5px;
}
/* --------------------MP start here -------------------*/
#mostpopular_box
{
	width:auto;
	float:right;
	padding-right:20px;
}
#mostpopular_box .title
{
	background:url(images/h_mostpopular.gif);
	background-repeat:no-repeat;
	width:124px;
	height:23px;
	text-indent:-9999px;
}
#mostpopular h4
{
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 0px 0px;
}
#mostpopular .orange_text
{
	color:#f86c05;
}
.ind_block3
{
	width:auto;
	float:left;
}

.ind_block4
{
	width:765px;
	float:left;
}
.seemore_block4
{
	width:760px;
	float:left;
}
.center
{
	text-align:center;
}
.right
{
	text-align:right;
}
.ind_block2
{
	width:765px;
	float:left;
	margin-top:12px;
}
/*#alpha_search_box
{
	width:248px;
	padding-left:10px;
	float:left;
}*/
a.title
{
	background:url(images/alpha_search.gif);
	background-repeat:no-repeat;
	width:202px;
	height:55px;
	display:block;
	text-indent:-9999px;
}
 /* -------------------Newletter end here-----------------*/
.v_middle
{
	vertical-align:middle;
}
/* -------------------------Best Seller start down -----------------------*/

#bestseller
{
	margin:0px 0px 0px 10px;
	width:auto;
	height:auto;
	font-size: 11px;
	color:#333333;
	vertical-align:top;
}
.bestseller_title
{
	margin-top:20px;
	margin-left:8px;
	background:url(images/h_bestseller.gif);
	height:22px;
	width:112px;
	text-indent:-9999px;
	display:block;
}
#bestproduct_horzt
{
	padding:0px 0px 0px 0px;
	margin:6px 6px 0px 0px;
	width:177px;
	_width:172px;
	border:solid 1px #cbcaca;
	float:left;
	height:195px
}
#bestproduct_horzt .prod
{
	width:160px;
	height:70px;
	float:left;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:4px 6px 4px 6px;
	vertical-align:middle;
}
#bestproduct_horzt .text
{
	width:174px;
	text-align:center;
	height:90px;
	float:left;
}

#bestproduct_horzt h4
{
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
	height:45px
}
#myaccount_main_content 
{
	padding-top:19px;
	padding-left:15px;
	padding-right:10px;
	height:auto;
	width:743px;
	float:left;
	background-image: url(images/myacct_main_bg.jpg);
	background-repeat:repeat-x;
	background-position:top top;
	display:block;
}

#product_list
{
	padding-top:19px;
	padding-left:18px;
	padding-right:20px;
	height:auto;
	width:730px;
	float:left;	
}
#category_product_list
{
	height:237px;
	width:170px;
	padding:2px 2px 2px 2px;
	float:left;
	background:url(images/cat_prod_list_bg.gif) no-repeat;

}
#category_product_list .prod
{
	width:160px;
	padding:10px 3px 2px 0px;
	text-align:center;
	height:80px;
	float:left;

}
#category_product_list .text
{
	width:160px;
	padding:2px 3px 2px 3px;
	text-align:center;
	height:85px;
	float:left;
	
}
#category_product_list h4
{
	font-size: 11px;
	color:#487fc6;
	margin:0px;
	padding:0px;
	width:155px;
	height:45px;
	float:left;
}

#category_product_list .qty_btn
{
	width:100px;
	padding:2px 10px 2px 0px;
	text-align:center;
	height:30px;
	float:left;
}
#category_product_list .qty
{
	width:45px;
	text-align:center;
	float:left;
	border:0px solid red;
	padding-left:10px;
	
}
#category_product_list .btn
{
	width:38px;
	text-align:center;
	float:right;
	border:0px solid red;
	
	
}
#category_product_list .gray_txt
{
	text-align:center;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	border:0px solid red;
}

/* ----------------------- Lock Category Css Starts---------------------*/
#Newcategory_product_list
{
                height:325px;
                width:230px;
                padding:2px 5px 2px 2px;
                float:left;
                background:url(images/newcat_prod_list_bg.gif) no-repeat;
}
#Newcategory_product_list .prod
{
                width:220px;
                padding:10px 3px 5px 3px;
                text-align:center;
                height:150px;
                float:left;

}
#Newcategory_product_list .text
{
                width:216px;
                padding:2px 3px 2px 3px;
                text-align:center;
                height:85px;
                float:left;
                
}
#Newcategory_product_list h4
{
                font-size: 11px;
                color:#487fc6;
                margin:0px;
                padding:0px;
                width:216px;
                height:45px;
                float:left;
}

#Newcategory_product_list .qty_btn
{
                width:198px;
                padding:2px 10px 2px 15px;
                text-align:center;
                height:30px;
				float:left;
}
#Newcategory_product_list .qty
{
                width:45px;
                text-align:center;
                float:left;
                border:0px solid red;
                padding-left:10px;
                
}
#Newcategory_product_list .btn
{
                width:50px;
                text-align:center;
                float:right;
                border:0px solid red;
                
                
}
#Newcategory_product_list .gray_txt
{
                text-align:center;
                color:#333333;
                font-size:11px;
                font-weight:normal;
                border:0px solid red;
                
                
}

/* ----------------------- Lock Category Css End---------------------*/
/* ----------------------- General use starts down here ---------------------*/

.page_header
{
	font-size: 13px;
	font-weight:bold;
	color:#1159b2;
	padding:5px 0px 5px 0px;
}
h4
{
	font-size: 11px;
	font-weight:bold;
	color:#1159b2;
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}
.h4_orange
{
	font-size: 12px;
	font-weight:bold;
	color:#ee5200;
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}
.h4_green
{
	font-size: 12px;
	font-weight:bold;
	color:green;
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}
#relat_prod
{
	margin:0px 10px 5px 0px;
	width:auto;
	font-size: 11px;
	color:#5c5c5c;
	padding-top:10px;
	text-align:left;
	float:left;
}
/* -------------- CSS FOR INDVISUAL PRODUCTS - HORZINTAL - VERTICAL --------- */
#product_horzt
{
	padding:0px 0px 0px 0px;
	margin:6px 6px 0px 0px;
	width:177px;
	_width:172px;
	border:solid 1px #cbcaca;
	float:left;
	height:195px;
}
#product_horzt .prod
{
	width:160px;
	height:70px;
	float:left;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:8px 6px 4px 6px;
	vertical-align:middle;
}
#product_horzt .text
{
	width:174px;
	text-align:center;
	height:125px;
	float:left;
}

#product_horzt h4
{
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
	height:45px;
}

#product_vert
{
	padding:6px;
	margin:2px;
	width:152px;
	_width:140px;
	height:150px;
	border:solid 1px #cbcaca;
}

#product_vert .prod
{
	border:solid 0px #cbcaca;
	height:70px;
	text-align:center;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;

}
#product_vert .text
{
	text-align:center;

}

#product_vert h4
{
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
}
.product_box
{
	height:auto;
	margin-bottom:5px;
	margin-top:10px;
	float:left;
	width:100%;
}
#product_top
{
	background-image: url(images/product_detail_bg.gif);
	background-repeat:no-repeat;
	background-position: top;
	height:auto;
	margin-left:0px;
	width:260px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	float:left;
	height:auto;
}
#product_cat_top
{
	background-image: url(images/product_detail_bg.gif);
	background-repeat:no-repeat;
	background-position: top;
	height:auto;
	margin-left:0px;
	width:260px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	float:left;
	height:260px;
}
.pd_small_pic
{
	width:auto;
	float:left;
}

#product_top_text
{
	height:auto;
	width:435px;
	float:right;
	line-height:15px;
}
#product_top_text h4
{
	font-size: 12px;
	color:#487fc6;
	margin:0px 0px 5px 0px;
}
#product_top_text select
{
	font-size: 11px;
	color:#333333;
}
#product_top_text input
{
	font-size: 11px;
	color:#333333;
	width:20px;
}
#breadcrumb
{
	height:20px;
	width:510px;
	cursor: pointer;
}
#txtwithnoimg
{
	height:auto;
	width:auto;
	float:left;
	line-height:15px;
}

.table_title
{
	font-size: 11px;
	color: #487fc6;
	font-weight:bold;
}
#product_box .list_price td
{
	padding:1px;
}
#product_box .list_price
{
	width:auto;
	margin-top:10px;
	
}
/* ------------------------ MY ACCOUNT TABLE ----------------------------- */
.table_color
{
	border-top:solid 1px #cbcaca;
	border-left:solid 1px #cbcaca;
	border-bottom:solid 0px #cbcaca;
	background-color:#f4f4f4;
	margin:5px 5px 2px 0px;
	text-align:left;
}
.table_color th
{
	font-size: 10px;
	background-color:#2665ac;
	color:#ffffff;
	font:helvetica;
	line-height:14px;
	padding:2px;
	margin:2px;
	border-right:solid 1px #B7D7F8;
}
.table_color td
{
	padding:3px;
	border-right:solid 1px #cbcaca;
	border-bottom:solid 1px #cbcaca;
}
.table_color td td
{
	border:none;
}
.table_color .row
{
	border-left:solid 1px #cbcaca;
}
.table_color .price
{
	text-align:right;
	padding-right:2px;
}
.table_color .qty
{
	text-align:right;
	padding-right:2px;
}
.table_color input
{
	width:30px;
	font-size: 11px;
	color:#333333;
}
/*New Invoice with new colum Export type*/
.table_color_Invoice_Export
{
	border-top:solid 1px #cbcaca;
	border-left:solid 1px #cbcaca;
	border-bottom:solid 1px #cbcaca;
	background-color:#f4f4f4;
	margin:5px 2px 2px 2px;
	width:100%;
	text-align:left;
}
.table_color_Invoice_Export th
{
	font-size: 10px;
	background-color:#2665ac;
	color:#ffffff;
	font:helvetica;
	line-height:14px;
	padding:2px 1px 2px 1px;
	margin:2px;
	border-right:solid 1px #B7D7F8;
}
.table_color_Invoice_Export td
{
	padding:padding:2px 1px 2px 1px;
	border-right:solid 1px #cbcaca;
	border-bottom:solid 1px #ffffff;
}
.table_color_Invoice_Export .price
{
	text-align:right;
}
.table_color_Invoice_Export .qty
{
	text-align:right;
}
.table_color_Invoice_Export input
{
	width:28px;
	font-size: 11px;
	color:#333333;
}
/* ----------------------------- ADVANCED SEARCH --------------- */

#advanced_search
{
	font-size: 11px;
	color:#515151;
	font-weight:bold;
	margin-top:8px;
	padding-bottom:10px;
	padding-top:5px;
	border-bottom:dotted 1px #b5b4b4;
	border-top:dotted 1px #b5b4b4;
}
#advanced_search td
{
	padding:2px;
}
#Advanved_search_results
{
	margin-top:20px;
	padding-bottom:5px;
}

/* ---------------------------- SHOPPING CART -------------------------- */

.shipping_cal_box
{
	width:920px;
	padding:0px 0px 0px 0px;

}
#shipping_calculator
{
	width:300px;
	height:auto;
	margin-top:0px;
	float:left;
	padding:4px;
	border:dotted 1px #c0c0c0;
	
}
#shipping_calculator td
{
padding:1px 0px 2px 0px;	
}
.shipping_cal_relativeprod
{
	width:590px;
	height:auto;
	float:right

}

/* ---------------------------- (Order2)SHIPPING & BILLING FOR CHECKOUT -------------- */
.order2_box
{
	width:920px;
	padding:0px 0px 0px 0px;

}
#ship_address
{
	width:434px;
	height:auto;
	margin-top:0px;
	float:left;
	padding:4px;
	border:solid 1px #cbcaca;
	
}
#ship_address input
{
	width:150px;
}
#ship_address td
{
padding:2px 0px 2px 0px;	
}

.bill_address
{
	width:434px;
	height:auto;
	padding:4px;
	margin-left:472px;
	border:solid 1px #cbcaca;

}
.bill_address input
{
	width:150px;
}
.bill_check input
{
	width:25px;
}
.bill_address td
{
padding:2px 0px 2px 0px;	
}

/* ---------------------------- (Order4)ORDER SUMMARY -------------- */
.order_sum
{
	width:920px;
	margin-top:8px;
	margin-bottom:8px;
	height:auto;
	margin-left:0px;
	float:left;
}
#odsum_ship_add
{
	width:436px;
	height:auto;
	float:left;
	padding:1px 2px 2px 2px;
	background-color:#f7f7f7;
	border:solid 1px #cccbcb;
}
#odsum_ship_add td
{
	border-bottom:solid 1px #ffffff;
	padding-bottom:2px;
	padding-top:2px;
}
.odsum_bill_add
{
	width:436px;
	float:right;
	height:auto;
	background-color:#f5faff;
	padding:1px 2px 2px 2px;
	border:solid 1px #cccbcb;
}
.odsum_bill_add td
{
	border-bottom:solid 1px #ffffff;
	padding-bottom:2px;
	padding-top:2px;
}
/* ---------------------------- (Order5)ORDER SUMMARY -------------- */
.order5 td
{
	border-bottom:solid 1px #ffffff;
	padding-bottom:2px;
	padding-top:2px;
}
.imp_notice
{
	text-align:justify;
	border:solid 1px #b5b4b4;
	padding:5px 5px 5px 5px;
	width:910px;
}

.newuser input
{
	width:150px;
}
.newuser td
{
	padding:2px 0px 2px 2px;
}
#my_order
{
	font-size: 11px;
	color:#515151;
	padding:2px 8px 2px 2px;
	margin-right:3px;
}
#my_order td
{
	padding:2px 0px 2px 0px;
}
#my_order_coupon
{	border:1px solid #b5b4b4;}

#my_order_coupon td
{	border:none;}

.order_detail
{
	width:710px;
	margin-top:8px;
	margin-bottom:15px;
	height:auto;
	padding:0px 2px 2px 2px;
	float:left;
}
#od_shipping_address
{
	width:330px;
	height:auto;
	float:left;
	padding:1px 2px 2px 2px;
	background-color:#f7f7f7;
	border:solid 1px #cccbcb;
}
#od_shipping_address td
{
	border-bottom:solid 1px #ffffff;
	padding-bottom:1px;
}
.od_billing_address
{
	width:330px;
	float:right;
	height:auto;
	background-color:#f5faff;
	padding:1px 2px 2px 2px;
	border:solid 1px #cccbcb;
}
.od_billing_address td
{
	border-bottom:solid 1px #ffffff;
	padding-bottom:1px;
}

/*--------------------------- Return Order -------------------*/
.return_order_detail
{
	width:691px;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:5px;
	height:auto;
}
#ro_shipping_address
{
	width:330px;
	height:auto;
	float:left;
	padding:1px 2px 2px 2px;
	background-color:#f7f7f7;
	border:solid 1px #cccbcb;
}
#ro_shipping_address td
{
	border-bottom:solid 1px #ffffff;
	padding-bottom:1px;
}
.ro_billing_address
{
	width:330px;
	float:right;
	height:auto;
	background-color:#f5faff;
	padding:1px 2px 2px 2px;
	border:solid 1px #cccbcb;
}
.ro_billing_address td
{
	border-bottom:solid 1px #ffffff;
	padding-bottom:1px;
}
/* --------------------------- My Invoice ---------------------- */

.my_invoice input
{
	width:75px
}
.my_invoice td
{
	padding:2px 0px 2px 2px;
}

.my_profile td
{
	padding:2px 0px 2px 2px;
}
.my_cc td
{
	padding:2px 0px 2px 2px;
}
.subuser td
{
	padding:2px 0px 2px 2px;
}
.options td
{
	padding:2px 0px 2px 2px;
}
p
{
	margin:0px;
	line-height:16px;
	padding:2px 1px 2px 0px;
}

a:link
{
	color:#2562a0;
	text-decoration:none;
}
a:visited
{
	color:#2562a0;
	text-decoration:none;
}
a:hover
{
	color:#fc7007;
	text-decoration:underline;
}
h2
{
	font-size: 14px;
	font-weight:bold;
	color:#1159b2;
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}
input
{
	font-size: 11px;
	color:#333333;
	font-weight:normal;
}
select
{
	font-size: 11px;
	color:#333333;
	font-weight:normal;
}
.bracket_text
{
	font-size: 10px;
	color:#333333;
	font-weight:normal;
	vertical-align:top;
}
.buttons
{
	float:right;
	padding-right:2px;
}
.buttonsleft
{
	float:left;
	padding-right:2px;
}
.ac
{
	padding-right:2px;
	text-align:center;
}
.ar
{
	padding-right:2px;
	text-align:right;
}
.astrix
{
	color:Red;
	font-size:10px;
}
.grey_bg
{
	background-color:#f4f4f4;
	height:18px;
}
.grey_bg_txt
{
	background-color:#f4f4f4;
	border:solid 1px #7f9db9; 
}
.spacer
{
	height:12px;
}
.spacern
{
	height:12px;

}

.spacer_vsm
{
	padding-top:1px;
	padding-bottom:2px;
	}
.float_left
{
	float:left;
	/*width:100%;*/
}
.float_right
{
	float:right;
}
.boldfont
{
	font-size:12px;  
}
.fontboldblue
{
	font-size:small;
	color :Green;
	float:none;
}
.red
{
	color: #FF0000;
}
.common td
{
	padding:1px 0px 1px 0px;
}
.verisign
{
	background:url(images/payflowpro.gif);
	background-repeat:no-repeat;
	height:36px;
	width:86px;
	text-indent:-9999px;
	display:block;
}
.fast_chckout_chq
{
	background:url(images/btn_fash_chkout.gif);
	height:22px;
	width:96px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.fast_chckout_chq:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.dashboard
{
	width:730px;
	margin-top:10px;
	float:left;
	
}
#acct_info
{
	width:350px;
	height:auto;
	float:left;
}
#tablets .head
{
	width:344px;
	background:url(images/acct_info_top.gif);
	background-repeat:no-repeat;
	height:23px;
	font-size:12px;
	font-weight:bold;
	color:#ee5200;
	padding:6px 0px 4px 6px;
}
#tablets .body
{
	width:337px;
	background:url(images/acct_info_body.gif);
	background-repeat:repeat-y;
	padding:0px 5px 0px 8px;
}
#tablets .footer
{
	width:350px;
	background:url(images/acct_info_bottom.jpg);
	background-repeat:no-repeat;
	height:27px;
	overflow:hidden;
	text-indent:-9999px;
}
#tablets h5
{
	font-size: 11px;
	font-weight:bold;
	color:#1159b2;
	margin:0px 0px 3px 0px;
}
/*#tablets .dottedline
{
	border-top:dotted 1px #adadad;
	padding-right:5px;
}*/
#tablets .buttons
{
	float:right;
	padding-right:8px;
}
#tablets .add_address_border
{
	height:70px;
	border:solid 1px #a7a4a6;
	background-color:#ffffff;
	margin:2px 0px 2px 0px;
	padding:2px 0px 2px 2px;
	overflow:auto;
	width:227px;
}

#acct_activity
{
	width:350px;
	height:auto;
	float:right;	
}
.help_topic_box
{
	width:740px;
	float:left;
	margin-top:10px;
	border:solid 0px red;
	
}
#dash_help
{
	width:700px;
	height:auto;
	margin-top:0px;
	float:left;
}
.dash_order_n_quotes
{
	width:240px;
	height:auto;
	margin-left:0px;
	float:left;
}
#tablets .greycaps {
	color: #898888;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:2px;
}

#tablets .greycaps a:link {
	text-decoration: none;
	color: #898888;
	font-weight:bold;
}
#tablets .greycaps a:visited {
	text-decoration: none;
	color: #898888;
	font-weight:bold;
}
#tablets .greycaps a:hover {

	text-decoration: underline;
	color: #fc7007;
	font-weight:bold;
}
.search_bg
{
	background-image:url(images/search_bg.gif);
	background-repeat:no-repeat;
	height:40px;
	padding:10px 8px 5px 10px;
	margin-top:7px;
}
/*.search_bg input
{
	width:180px;
}*/

/* -------------------------------------- MY ACCOUNT COMMON TABLETS --------------- */
#my_acct_tablets
{
	width:735px;
	padding-top:20px;
	float:left;
}

#my_acct_tablets .head
{
	width:729px;
	background:url(images/my_acct_top.gif);
	background-repeat:no-repeat;
	height:23px;
	font-size:12px;
	font-weight:bold;
	color:#ee5200;
	padding:6px 0px 4px 6px;
	float:left;
}
#my_acct_tablets .body
{
	width:717px;
	background:url(images/my_acct_body.gif);
	background-repeat:repeat-y;
	padding:15px 8px 0px 10px;
	float:left;
}
#my_acct_tablets .footer
{
	width:735px;
	background:url(images/my_acct_bottom.jpg);
	background-repeat:no-repeat;
	height:27px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	
}
#my_acct_tablets h5
{
	font-size: 11px;
	font-weight:bold;
	color:#1159b2;
	margin:0px 0px 3px 0px;
}
/* #my_acct_tablets .dottedline
{
	border-bottom:dotted 1px #adadad;
	padding-right:5px;
}*/
.dottedline
{
	background:url(images/dotline.gif);
	background-repeat:repeat-x;
	height:9px;
}
/* ----------------------------------- MY ACCOUNT LEFTNAV ----------------------------*/
#leftnav h3 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 16px;
	background:url(images/ln_arrow.gif);
	background-repeat:repeat-y;
	background-position:4px 0px;
	text-indent:18px;
}
#leftnav h3 a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#leftnav h3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#leftnav h3 a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
}
#leftnav p {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-left: 20px;
}
/* my account dashboard title below */
#leftnav .myaccount {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 10px;
	padding-bottom: 2px;
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* leftnav below is for my account dashboard */
#leftnav {
	float: left;
	height: auto;
	width: 214px;
	background-image: url(images/leftnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 22px;
	background-color: #68b5ed;
}
#leftnav_footer {
	float: left;
	width: 214px;
	height:19px;
	background-color: #eae8e9;
	border-top:solid 2px #ffffff;
}
#leftnav .line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 10px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
#leftnav ul {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
#leftnav li a {
	color: #ffffff;
	display: block;
	padding: 0px;
	font-weight: normal;
	height: 14px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	text-indent:18px;
	background:url(images/ln_arrow_sm.gif);
	background-repeat:repeat-y;
	background-position:4px 0px;
}
#leftnav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#leftnav li a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
}
.leftnav_titles
{
	width:160px;
	height:16px;
	font-size:13px;
	font-weight:bold;
	padding:3px 2px 2px 12px;
	margin-top:20px;
	color:#2562a0;
	text-transform:uppercase;
	display:block;
}
.leftnav_close
{
	width:172px;
	height:9px;
	float:left;
}
.leftnav_close_sec
{
	width:172px;
	height:9px;
	float:left;
}
/* ------------------- COLLAPSIBLE AND EXPANDABLE MENU ------------------------ */
.menu, 
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size: 11px;
	font-weight: bold;
} 
.menu {
	width:auto;
} 
.menu li {
	margin:0;
	padding:0;
	border-top:dotted 1px #b3b4b4;
}
.menu a {
	display:block;
	padding:3px 0px 3px 0px;
	color:#000;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	padding-left:25px;
	width:159px;
	display:block;
	text-align:left;
	background:url(images/ln_cat_arrow.gif);
	background-repeat:no-repeat;
	background-position:8px 1px;
}
.menu a:visited {
	display:block;
	padding:3px 0px 3px 0px;
	color:#000;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	padding-left:25px;
	width:159px;
	display:block;
	text-align:left;
	background:url(images/ln_cat_arrow.gif);
	background-repeat:no-repeat;
	background-position:8px 1px;
}
.menu a:hover {
	display:block;
	background-color:#ABCDE8;
	color: #1f5891;
	text-decoration: none;
	width:159px;
	background:url(images/selected_bg.gif);
	background-repeat:no-repeat;
	background-position:-40px -1px;
} 
.menu .selected {
	color: #1f5891;
	font-weight:bold;
	background-color:#abcde8;
	text-decoration:none;
	padding:4px 0px 3px 25px;
	margin:-5px 0px -3px -25px;
	width:159px;
	display:block;
	background:url(images/selected_bg.gif);
	background-repeat:no-repeat;
	background-position:-36px 2px;
}
.menu ul li a
{
	width:143px;
	padding:3px 0px 3px 40px;
	display:block;
	color:#000;
	text-align:left;
	background:url(images/ln_cat_arrow.gif);
	background-repeat:no-repeat;
	background-position:25px 2px;
}
.menu ul li a:visited
{
	width:143px;
	padding:3px 0px 3px 40px;
	display:block;
	color:#000;
	text-align:left;
	background:url(images/ln_cat_arrow.gif);
	background-repeat:no-repeat;
	background-position:25px 2px;
}
.menu ul li a:hover {
	display:block;
	background-color:#f6f6f6;
	color: #1f5891;
	text-decoration: none;
	width:144px;
	background:url(images/selected_bg.gif);
	background-repeat:no-repeat;
	background-position:-22px 0px;
}
.menu ul li a .selected {
	color: #1f5891;
	display:block;
	font-weight:bold;
	background-color:#ebf4f3;
	text-decoration:none;
	padding:3px 0px 3px 40px;
	margin:-3px 0px -3px -40px;
	width:144px;
	background:url(images/selected_bg.gif);
	background-repeat:no-repeat;
	background-position:-23px 0px;
	cursor: pointer;
}
.menu ul li ul li a
{
	padding:3px 0px 3px 55px;
	display:block;
	width:129px;
	color:#000;
	text-align:left;
	background:url(images/ln_cat_arrow.gif);
	background-repeat:no-repeat;
	background-position:35px 1px;
}
.menu ul li ul li a:visited
{
	padding:3px 0px 3px 55px;
	display:block;
	width:129px;
	color:#000;
	text-align:left;
	background:url(images/ln_cat_arrow.gif);
	background-repeat:no-repeat;
	background-position:35px 1px;
}
.menu ul li ul li a:hover {
	display:block;
	width:129px;
	color: #1f5891;
	text-decoration: none;
	background:url(images/selected_bg.gif);
	background-repeat:no-repeat;
	background-position:-12px -1px;
}
.menu ul li ul li a .selected {
	color: #1f5891;
	display:block;
	font-weight:bold;
	text-decoration:none;
	padding:3px 0px 3px 55px;
	margin:-3px 0px -3px -55px;
	width:129px;
	background:url(images/selected_bg.gif);
	background-repeat:no-repeat;
	background-position:-12px 0px;
}
.menu ul a {
	display:block;
} 
.hidden {display:none;} 
.newsletter_go
{
	background:url(images/go.gif);
	height:21px;
	width:22px;
	text-indent:-9999px;
	display:block;
	margin-top:5px;
}
.AdvSearchGoButton
{	
	background:url(images/adv_search_go.gif);
	background-repeat:no-repeat;
	margin-left:3px;
	height:19px;
	width:19px;
	display:block;
	text-indent:-9999px;
}

/*	Added by Deepali	*/
.graytext
{
	font-size: 11px;
	color: #4F4F4F;
	font-weight:normal;
}

.prod_details_span
{
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;
	padding-top:-3px;
	padding-bottom:5px;
	border:1px solid #cbcaca;
}
.prod_details_span h3
{
	font-size:14px;	
	margin-top:5px;
}
.prod_details_inner_span
{
	margin-left:10px;
	margin-top:5px;
	margin-right:12px;
}
/*Added by deepali*/
/*
#Categorytopspace
{
	margin-top:6px;
}
*/
/*.parahead {
	font-size: 13px;
	font-weight: bold;
	color: #3562b0;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 5px;
}*/
/* Syles for Pop up Page */
.popup_bg
{
	background-color: #FFFFFF;
	/*width: 100%;*/
}
/*.popup_top
{
	width:610px;
	height:250px;
	background-image:url(images/popup_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-left:40px;
}*/
.popup_window
{
	width:610px;
	height:250px;
	padding-left:30px;
}
.popup_topbg
{
	background-image:url(images/popup_topbg.jpg);
	background-repeat:repeat-x;
}
.popup_botmbg
{
	background-image:url(images/popup_botmbg.jpg);
	background-repeat:repeat-x;
}
.popup_leftbg
{
	background-image:url(images/popup_leftbg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width:35px;
	height:2px;
}
.popup_rightbg
{
	background-image:url(images/popup_rightbg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width:35px;
	height:2px;
}
.popup_topleft
{
	background-image:url(images/popup_topleft.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:35px;
	height:34px;
}
.popup_topright
{
	background-image:url(images/popup_topright.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:35px;
	height:34px;
}
.popup_botleft
{
	background-image:url(images/popup_botm_left.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:35px;
	height:34px;
}
.popup_botright
{
	background-image:url(images/popup_botm_right.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:35px;
	height:34px;
}
/* Syles for Pop up Page End*/
/*#price {
	position:absolute;
	width:190px;
	height:auto;
	z-index:1;
	visibility: hidden;
	margin-top:1px;
	background-color:#f4f4f4;
}*/

#price {
	position:absolute;
	width:190px;
	height:auto;
	z-index:1;
	visibility: hidden;
	margin-top:1px;
	/*border:1px solid #919B9C;*/
	border:solid 1px #68B5ED;
	float:left;
}
.pricetooltiprow_bg
{
	background-color:#cbcaca;
}
.pricetooltipevenrow_bg
{
	background-color:#f4f4f4;
}

/* -------------------LN Newletter start here-----------------*/

#newsletter_ln
{
	margin-top:15px;
	margin-left:5px;
	background-color:#eeeeee;
	width:180px;
	padding:5px 3px 5px 5px;
	border:solid 1px #d3d3d3;
	float:left;
}
#newsletter_ln ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#newsletter_ln ul li
{
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}
#newsletter_ln input
{
	margin-top: 5px;
	width:150px;
}
#newsletter_ln .img_newsletter
{
	background:url(images/newsletter_ln.gif);
	background-repeat:no-repeat;
	width:180px;
	height:16px;
	text-indent:-9999px;
	display:block;
}
#newsletter_ln .go
{
	background:url(images/go.gif);
	height:21px;
	width:22px;
	text-indent:-9999px;
	display:block;
	margin-top:5px;
	margin-left:2px;
	cursor: pointer;
	border:none;
}
#newsletter_ln .go:hover 
{
	background-position: 0 -21px;
	cursor: pointer;
	border:none;
}
 /* -------------------LN Newletter end here-----------------*/
 
 /* -------------------View Catalog Starts here----------------*/
 #viewcatalog a
{
	background:url(images/view_catalog.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:200px;
	height:88px;
	margin-top:12px;
	text-indent:-9999px;
	display:block;
	cursor: pointer;
	border:none;
	float:left;
}




 /* -------------------View Catalog ends here----------------*/
.sucess_message
{	
	font-size: 10px;
	color:Green;
}
/*Styles for tool tip Uzma*/
DIV#tipDiv
{
    BORDER-RIGHT: #336 1px solid;
    PADDING-RIGHT: 0px;
    BORDER-TOP: #336 1px solid;
    PADDING-LEFT: 5px;
    FONT-SIZE: 11px;
    Z-INDEX: 10000;
    LEFT: 0px;
    VISIBILITY: hidden;
    PADDING-BOTTOM: 0px;
    BORDER-LEFT: #336 1px solid;
    WIDTH: 200px;
    /*COLOR: #000;*/
    LINE-HEIGHT: 1.3;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: #336 1px solid;
    POSITION: absolute;
    TOP: 0px;
    BACKGROUND-COLOR: #ffffff
}
DIV#tipDiv DIV.txtR
{
    MARGIN-TOP: 4px;
    TEXT-ALIGN: right;
    color: red
}
DIV#tipDiv DIV.ToolTipMessage
{
    MARGIN-TOP: 4px;
    TEXT-ALIGN: left;
    color: red
}
DIV#tipDiv DIV.input
{
    MARGIN-TOP: 4px;
    FONT-STYLE: italic;
    TEXT-ALIGN: center;
    color: red
}
DIV#tipDiv A:link
{
    COLOR: #33b
}
DIV#tipDiv A:visited
{
    COLOR: #339
}
/*Styles for tool tip Uzma END*/

.component_grey
{
	border:solid 1px #cbcaca;
	background-color:#f4f4f4;
}
.component_product_box
{
	float:left;
	width: 740px;
}

#componentNewbox 
{
	width:420px;
	float: left;
	height: auto;
	margin-top: 20px;
}
#component_box 
{
	border:solid 0px #cbcaca;
	background-color:#ebebeb;
	width:740px;
	float: left;
	height: auto;
	margin-top: 20px;

}
#cmp_text_box {
	float: right;
	width: auto;
	border: 1px solid #009900;
	margin: 0px;
	height: 300px;
	padding: 8px;
	border:solid 1px red;
}
#txt1 {
	width: 100%;
	border: 1px solid #009900;
	margin: 0px;
	position: relative;
	visibility: hidden;
	background-position: top;
}
#txt2 {
	width: 100%;
	border: 1px solid #009900;
	margin: 0px;
	z-index: 0;
	position: relative;
	visibility: hidden;
	left: 0px;
	z-index:5;
	top: 0px;
}
#txt3 {
	width: 100%;
	border: 1px solid #009900;
	margin: 0px;
	z-index: 0;
	position: relative;
	visibility: visible;
	left: 0px;
	z-index:5;
	top: 0px;
}
#txt4 {
	width: 100%;
	border: 1px solid #009900;
	margin: 0px;
	z-index: 0;
	position: relative;
	visibility: visible;
	left: 0px;
	z-index:5;
	top: 0px;
}
#check {
	background-color: #CCCCCC;
	position: absolute;
	width: 176px;
	float: left;
	visibility: hidden;
}
#btn_box {
	width: 176px;
	float: left;
}
#cmp_btn1 a {
	font-size:11px;
	font-weight:bold;
	padding:6px 2px 5px 25px;
	float: left;
	width: 151px;
	height:16px;
	background:url(images/content_tabbg.gif);
	background-repeat:no-repeat;
	border: 1px solid #0033CC;
}
#cmp_btn2 {
	font-size:11px;
	font-weight:bold;
	padding:6px 2px 5px 25px;
	float: left;
	width: 151px;
	height:16px;
	background:url(images/content_tabbg.gif);
	background-repeat:no-repeat;
	border: 1px solid #0033CC;
}

/* --------------------- SRPY COMPONENT -------------------------- */
.spry_content_border {
	padding: 5px 2px 5px 5px;
	width: 720px;
	float:left;
}
.spryblc
{
	width:70px;
	float:left;
	padding: 5px;
	text-align:center;
	background-color:#ffffff;
	border:solid 1px #B2B2B2;
}
.spryblc_outline
{
	width:400px;
	float:left;
	background:#EAEEF5;
	padding: 5px 2px 5px 3px;
	border:solid 1px #B2B2B2;
	margin-top:15px; 
	margin-bottom:10px; 
	margin-right:10px; 
}
.pricelabele_left
{
	width:275px;
	padding: 5px 2px 5px 3px;
	border:solid 0px #B2B2B2;
	margin:20px 20px 20px 20px; 
}
.spryblock1
{
	width:720px;
	float:left;
}
.spryblock2
{
	width:550px;
	margin-top:10px;
	float:left;
}
.spryblock3
{
	width:720px;
	margin-top:10px;
	float:right;
}
.spryblock4
{
	width:auto;
	margin-top:5px;
	margin-bottom:10px;
	float:left;
}
.spryblc_review
{
	width:720px;
	float:left;
	text-align:left;
}
.spryblc2
{
	width:180px;
	float:right;
	padding: 5px 10px 5px 3px;
	text-align:left;
	border-top:dotted 1px #B2B2B2;
}
.spry_redtxt
{	
	font-weight:bold;
	color:red;
}
/*dhtmlwindow.css code starts*/
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: pointer;
}
.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}
.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
/*dhtmlwindow.css code ends*/
/*modal.css code ends*/
.drag-handle{ /*Overwrite default drag handle bar background color with below*/
	background-color: #03277C;
}
#interVeil{   /*CSS for veil that covers entire page while modal window is visible*/
	position: absolute;
	background: gray;  /* url(blackdot.gif);*/
	width: 10px;
	left: 0;
	top: 0;
	z-index: 5;
	visibility: hidden;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=35);
}
/*modal.css code ends*/

/*SpryAccordion.css code starts*/
@charset "UTF-8";

.Accordion {
	border-bottom: solid 1px #fff;
	overflow:hidden;
	font-size: 11px;
	font-weight:bold;
	}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background-color: #b1b1b1;
	border-top: solid 1px #fff;
	margin: 0px;
	padding-left:7px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height:18px;
	padding-top:5px;
	
}
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #777;
	color: #fff;
}
.AccordionPanelTabHover {
	color: #fff;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #fff;
}
.AccordionFocused .AccordionPanelTab {
	background-color: #b1b1b1;
}
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #777;
	color: #fff;
}

.AccordionPanelContent {
	overflow:hidden;
	margin: 0px;
	padding: 0px;

	background:url(images/cat_leftnav_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.AccordionPanelContent li a:visited {
	color: #787778;
	text-decoration: none;
	list-style-type: none;
}
.AccordionPanelContent li a:hover {
	color: #787778;
	text-decoration: underline;
	list-style-type: none;
}
.AccordionPanelContent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.AccordionPanelContent ul li a {
	display: block;
	margin: 0px;
	list-style-type: none;
	padding:4px 0px 0px 0px;
	color: #787778;
	background:url(images/ln_arrow_cat.gif);
	background-repeat:repeat-y;
	background-position:13px 3px;
	text-indent: 25px;
	text-decoration: none;

}

a.electronics
{
	background:url(images/cat_electronics.gif);
	background-repeat:no-repeat;
	height:22px;
	display:block;
	text-indent:-9999px;
}
a.tools
{
	background:url(images/cat_tools.gif);
	background-repeat:no-repeat;
	height:22px;
	display:block;
	text-indent:-9999px;
}a.computers
{
	background:url(images/cat_computers.gif);
	background-repeat:no-repeat;
	height:22px;
	display:block;
	text-indent:-9999px;
}
a.inks
{
	background:url(images/cat_ink.gif);
	background-repeat:no-repeat;
	height:22px;
	display:block;
	text-indent:-9999px;
}
a.kits
{
	background:url(images/cat_kits.gif);
	background-repeat:no-repeat;
	height:22px;
	display:block;
	text-indent:-9999px;
}
a.music
{
	background:url(images/cat_music.gif);
	background-repeat:no-repeat;
	height:22px;
	display:block;
	text-indent:-9999px;
}

/*SpryAccordion.css code ends*/

/*tabpanel.css code starts*/
.TabbedPanels 
{
	/*margin: 0px;*/
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/	
	margin-top:30px;
	float:left;
}

/* Product Details Tab Styles */

.Product-TopGroup { z-index:99; position:relative; }
.Product-DefaultTab {color:black; background-image: url(images/tabs/tab_bg.gif);font-size:10px; font-weight: bold;cursor:pointer;}
.Product-DefaultTabHover {color:black; background-image: url(images/tabs/hover_tab_bg.gif);font-size:10px; font-weight: bold;text-decoration: underline;cursor:pointer;}
.Product-SelectedTab {color:black; background-image: url(images/tabs/selected_tab_bg.gif);font-size:10px; font-weight: bold;cursor:default;}
.Product-DisabledTab {color:#AAAAAA; background-image: url(images/tabs/tab_bg.gif);font-size:10px; font-weight: bold;cursor:default;}
.Product-MultiPage {background-color:White;border: 1px solid #919B9C;width:487px;height:250px;position:relative;top:-1px;z-index:98;}
.Product-PageContent {}
/*tabpanel.css code ends*/

/*.lnerror
{
	color:BLACK;
	font-size:10px;
}*/
.ship-option
{
	margin-top:20px;
}
/*Added new css class for shopping cart remove and addtowishlist buttons
added by gowri
*/
.add
{
	background:url(images/add.png);
	height:13px;
	width:32px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.add:hover 
{
	background-position: 0 -13px;
	overflow:hidden;
}

.remove
{
	background:url(images/btn_or_remove_intab.gif);
	height:13px;
	width:46px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.remove:hover 
{
	background-position: 0 -13px;
	overflow:hidden
}

.add2wishlist
{
	background:url(images/move2wishlit_intab.gif);
	height:13px;
	width:90px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor: pointer;
}
.add2wishlist:hover 
{
	background-position: 0 -13px;
	overflow:hidden
}

/*Css for the Save Chnages*/

a.SaveChanges_intab
{
	background:url(images/btn_save_changes.jpg);
	height:21px;
	width:95px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor: pointer;
}
.btnSaveChnages_intab
{
	background:url(images/btn_save_changes.jpg);
	height:21px;
	width:95px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

.SaveChanges_intab:hover 
{
	background-position: 0 -21px;
	overflow:hidden
}



/*Popup into the Order Summary*/
#popin
{
	width:70px;
}
#popin a
{
	text-decoration:underline;
}
#popin a:hover
{
	text-decoration:none;
}
div.popin {
display:none;
z-index:5;
position:absolute;
border:1px solid #bbb;
background:#fff;
margin-left:-185px;
margin-top:50px;
padding:5px;
}

div.popin div.bar {
color:#FFF;
font-size:11px;
font-weight:700;
text-transform:uppercase;
background:#b79966;
text-align:left;
margin:0 0 5px;
padding:4px 0 2px 5px;
}

div.popin table td {
padding:2px;
}

div.popin div.buttons {
position:relative;
float:right;
margin:0;
padding:0;
}

div.popin div.buttons a.submitbutton {
margin:0 0 0 5px;
}
.spacer2
{
	height:3px;
	display:block;
}
.lineheight
{
	line-height:17px;
}

.lineheightnew
{
	line-height:17px;
	border:solid 1px red;
	vertical-align:top;
}
.pricegap
{
	border:solid 1px red;
	width:30%;
}


a.img {
	border: 0;
}
.orderdetail_table
{
	width:715px;
}
table.alternate_rows {
	border-spacing: 0;
	border-collapse: collapse;
	border-top:solid 1px #cbcaca;
	border-left:solid 1px #cbcaca;
	border-bottom:solid 0px #cbcaca;
}
table.alternate_rows th, table.alternate_rows td {
	padding: 2px 4px 2px 4px;
}
table.alternate_rows th {
	background-color: #2665ac;
	border-right:solid 1px #B7D7F8;
	color:#fff;
	padding:2px;
	margin:2px;
	line-height:14px;
	font-size:10px;
}
table.alternate_rows td {
	padding:2px 2px 2px 2px;
	border-right:solid 1px #cbcaca;
	border-bottom:solid 1px #cbcaca;
}
table.alternate_rows tr.odd td {
	background-color: #f4f4f4;
	padding:2px 2px 2px 2px;
}
table.alternate_rows tr.even td {
	background-color: #fff;
	padding:2px 2px 2px 2px;
}
table.alternate_rows tr.sortbottom td {
	background-color: #ccc;
	font-weight: bold;
	padding:2px 2px 2px 2px;
}
table.alternate_rows td td
{
	border:none;
}

.table_text_bold
{
	font-weight:bold;
	font-size:12px;
}
.errorpage_500
{
	margin:20px 20px 0px 20px;
	height:400px;
}
.errorpage_404
{
	padding:50px 20px 0px 40px;
	background:url(images/myacct_main_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;	
}
.update
{
	background:url(images/btn_update.gif);
	height:22px;
	width:57px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
.update:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
reset
{
	background:url(images/btn_reset.gif);
	height:22px;
	width:48px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	
}
reset:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.addresslist
{
	width:210px;
}


.popupdivContainer
{
    position: absolute;
    padding: 0px;
    margin:0px;
    color: #000;
}

.PopUpHead
{
   /*top : 100;
   left : 50;*/
   width:482px;
   padding:0px 0 0px 0;
   margin:0px;
   
   background:#fff;
}
.popup_cancel
{	float:right;
	display:block;
	width:auto;
	}
.pop_sku_outer
{	text-align:center;
	width:auto;
	padding:0px 0 0px 0;
   margin:0px;
	border:0px solid red;
}
.pop_sku_inner
{	text-align:center;
	width:482px;
	height:206px;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
	background:url(images/pop_sku_bg.gif) no-repeat;
}
/*.popup_sp
{ padding-top:10px;
	border:1px solid red;
	width:100%;
	float:left;
}*/
.pop_innertext
{padding:20px 25px 10px 25px;
	float:left;
	width:412px;
	}
	
.disabledColor
    {
	    background-color:Silver;	
    }
    
/* ------------------- New updated -----------------*/

/* ------------------- New Add css Hot items - Mostpopular_module new -----------------*/

#mostpopularleft
{
	margin-top:5px;
	margin-left:5px;
	background-color:#eeeeee;
	width:180px;
	padding:5px 3px 5px 5px;
	border:solid 1px #d3d3d3;
	float:left;
}
.mostleftN {
	display:block;
	color:#000;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	width:180px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b3b4b4;
} 

.mostleftN a {
	color:#000000;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	width:180px;
	padding:3px 2px 3px 10px;
	background:url(images/ln_cat_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 0px 0px 0px;
}

.mostleftN a:hover {
	padding:3px 2px 3px 10px;
	background:url(images/ln_cat_arrow2.gif);
	background-repeat:no-repeat;
	background-position:0px 0px 0px 0px;
}

/* ------------------- New Add css - Hot items - Mostpopular_module new -----------------*/
    
/* ------------------- Contact content block -----------------*/

#block_contact
{
	margin-top:0px;
	float:left;
}
.contact_titles
{
	width:160px;
	height:16px;
	font-size:13px;
	font-weight:bold;
	color:#2562a0;
	text-transform:uppercase;
	padding:3px 2px 2px 12px;
	margin-top:0px;
	display:block;
}
.contactus
{
	margin-top:5px;
	margin-left:5px;
	background-color:#eeeeee;
	width:180px;
	padding:5px 3px 5px 5px;
	border:solid 1px #d3d3d3;
	float:left;
	font-size:11px;
	font-weight: normal;
}
/* ------------------- Contact content block -----------------*/

/* ------------------------ New add css somashekar -------------- */
#logoin_topblock
{
	margin-top:10px;
	margin-left:10px;
	margin-bottom:15px;
	width:920px;
	padding:5px 3px 5px 5px;
	border:solid 1px #acacac;
	background-color:#fbfbfb;
	font-size:11px;
	font-weight:normal;
}

#login_main
{
	width:940px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:5px 5px 20px 10px;
}

#login_block1 
{
	width:230px;
	float:left;
	margin-right:18px;
	font-size:11px;
	font-weight:normal;
	border:solid 1px #acacac;
	background-color:#fbfbfb;
	padding:2px 2px 2px 2px;
}

#login_block2 
{
	width:420px;
	float:left;
	margin-right:18px;
}

#login_block3 
{
	width:230px;
	float:left;
	border:solid 1px #acacac;
	background-color:#fbfbfb;
	margin-right:2px;
	font-size:11px;
	font-weight:normal;
	padding:2px 2px 2px 2px;
}

#login_details
{
	width:930px;
	padding:0px 0px 0px 0px;
	float:left;
}

#login_details .head
{
	width:930px;
	background:url(images/login_top.gif);
	background-repeat:no-repeat;
	height:23px;
	font-size:12px;
	font-weight:bold;
	color:#ee5200;
	padding:6px 0px 4px 6px;
	float:left;
}
#login_details .body
{
	width:910px;
	background:url(images/login_body.gif);
	background-repeat:repeat-y;
	padding:15px 10px 0px 10px;
	float:left;
}
#login_details .footer
{
	width:930px;
	background:url(images/login_bottom.jpg);
	background-repeat:no-repeat;
	height:27px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
}

/* ------------------- content block Cruve block -----------------*/
.ind_block1
{
	float:left;
	width:745px;
	margin-top:6px;
	padding-left:13px;
	margin-right:10px;
}
#blk_head1
{
	width:238px;
	float:left;
	padding-left:0px;
	margin-top:10px;
	margin-right:13px;
	height:221px;
}
#blk_head1 .title
{	
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 15px;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
#blk_head1 .body
{	
	border-left:solid 1px #bcbdc0;
	border-right:solid 1px #bcbdc0;
}

#blk_head1 .img
{	
	height:auto;
	vertical-align:middle;
	text-align:center;
	padding:5px 0px 5px 0px;
	margin:0px;

}
#blk_head1 .text
{	
	padding:5px 5px 5px 10px;
}
#blk_head1 .footercurve
{	
	background:url(images/curve_footer.gif);
	background-repeat:no-repeat;
	width:238px;
	height:18px;
	display:block;
	text-indent:-9999px;
}

#blk_head1 .more1
{	
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 0px;
}

#blk_head2
{
	width:238px;
	float:left;
	padding-left:0px;
	margin-top:10px;
	margin-right:13px;
}
#blk_head2 .title
{	
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 15px;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
#blk_head2 .body
{	
	border-left:solid 1px #bcbdc0;
	border-right:solid 1px #bcbdc0;
}

#blk_head2 .img
{	
	height:auto;
	vertical-align:middle;
	text-align:center;
	padding:5px 0px 5px 0px;
	margin:0px;

}
#blk_head2 .text
{	
	padding:5px 5px 5px 10px;
}
#blk_head2 .footercurve
{	
	background:url(images/curve_footer.gif);
	background-repeat:no-repeat;
	width:238px;
	height:18px;
	display:block;
	text-indent:-9999px;
}
#blk_head2 .more2
{	
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 0px;
}

#blk_head3
{
	width:238px;
	float:left;
	padding-left:0px;
	margin-top:10px;
}
#blk_head3 .title
{	
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:2px 0px 2px 15px;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
#blk_head3 .body
{	
	border-left:solid 1px #bcbdc0;
	border-right:solid 1px #bcbdc0;
}

#blk_head3 .img
{	
	height:auto;
	vertical-align:middle;
	text-align:center;
	padding:5px 0px 5px 0px;
	margin:0px;

}
#blk_head3 .text
{	
	padding:5px 5px 5px 10px;
}
#blk_head3 .footercurve
{	
	background:url(images/curve_footer.gif);
	background-repeat:no-repeat;
	width:238px;
	height:18px;
	display:block;
	text-indent:-9999px;
}

#blk_head3 .more3
{	
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 15px 0px 0px;
}

.moren1
{	
	text-align:right;
	margin:0px 0px 0px 0px;
	padding:0px 25px 0px 0px;
}
.titlehead
{	
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}

/* ------------------- content block Cruve block -----------------*/

/* ------------------------ Content blok link -------------- */
.blocklinkn {
	display:block;
	color:#000;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	width:180px;
	padding:3px 2px 3px 10px;
	/*background:url(images/ln_cat_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 0px 0px 0px;*/
} 

.blocklinkn a {
	color:#000000;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	width:180px;
	padding:3px 2px 3px 10px;
	background:url(images/ln_cat_arrow.gif);
	background-repeat:no-repeat;
	background-position:0px 0px 0px 0px;
}

.blocklinkn a:hover {
	padding:3px 2px 3px 10px;
	background:url(images/ln_cat_arrow2.gif);
	background-repeat:no-repeat;
	color:#235ead;
	background-position:0px 0px 0px 0px;
}


/* ------------------- content block Cruve block -----------------*/

/* ------------------- See more block -----------------*/

.seemorehead
{
	font-size: 13px;
	font-weight:bold;
	color:#1159b2;
	padding:5px 0px 5px 15px;
}
.seemore
{
	width:730px;
	margin-top:6px;
	padding-left:13px;
	margin-right:10px;
}

#seemorebox
{
	padding:0px 0px 10px 0px;
	margin:5px 0px 5px 0px;
	width:174px;
	border:solid 1px #cbcaca;
	float:left;
	height:150px;
}
#seemorebox .prod
{
	width:168px;
	height:70px;
	float:left;
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:20px 0px 20px 0px;
	vertical-align:middle;
}
#seemorebox .text
{
	width:174px;
	text-align:center;
	font-weight:bold;
	padding:10px 0px 2px 0px;
	height:50px;
	
}
/* ------------------- New Subcategoies - See more block -----------------*/

#NewcatgoryLock
{
      padding:0px 0px 10px 0px;
      margin:5px 0px 5px 0px;
      width:232px;
      border:solid 1px #cbcaca;
      float:left;
      height:225px;
}
#NewcatgoryLock .prod
{
      width:232px;
      height:150px;
      float:left;
      text-align:center;
      margin:0px 0px 0px 0px;
      padding:20px 0px 20px 0px;
}
#NewcatgoryLock .text
{
      width:232px;
      text-align:center;
      font-weight:bold;
      padding:10px 0px 2px 0px;
      height:70px;
}
/* ------------------- See more block -----------------*/

.flash
{
	height:auto;
	margin-bottom:5px;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:5px;
	float:left;
	width:527px;
}

.flashlink a
{
	height:auto;
	margin-bottom:5px;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:5px;
	float:left;
	text-align:left;
	width:527px;
	font-weight:bold;
	overflow:hidden;
	display:block;
	cursor: pointer;
	border:none;
	color:#2562a0;
}

#flashsmall
{
	height:auto;
	margin-bottom:5px;
	margin-top:25px;
	margin-bottom:15px;
	margin-right:5px;
	width:435px;
	text-align:center;
}

.flashlinksmall a
{
	height:auto;
	margin-bottom:0px;
	margin-right:5px;
	margin-top:10px;
	font-weight:bold;
	text-align: center;
	overflow:hidden;
	display:block;
	cursor: pointer;
	border:none;
	color:#2562a0;
}

.compnent_text
{
	height:auto;
	text-align: left;
	margin:5px 5px 5px 5px;
}
.aligncenter
{
	text-align: center;
}
/* ------------------- ADD edit USER ---------------- */

.addeidtadd input
{
	width:auto;
}
.addeidtadd td
{
	padding:2px 0px 2px 0px;
}

/* ------------------------- popup  -------------------*/

.b2blooup
{
	height:500px;

}

.showall
{
	width:435px;
	height:319px;
}

table.alternate_rowsnew {
	border-spacing: 0;
	border-collapse: collapse;
	border-top:solid 0px #cbcaca;
	border-left:solid 0px #cbcaca;
	border-bottom:solid 0px #cbcaca;
}
table.alternate_rowsnew th, table.alternate_rowsnew td {
	padding: 2px 4px 2px 4px;
}

table.alternate_rowsnew td {
	padding:2px 2px 2px 2px;
}
table.alternate_rowsnew tr.odd td {
	padding:2px 2px 2px 2px;
}
table.alternate_rowsnew tr.even td {
	padding:2px 2px 2px 2px;
}
table.alternate_rowsnew tr.sortbottom td {
	font-weight: bold;
	padding:2px 2px 2px 2px;
}


/* -------------------------- Cart Summary start ------------ */

#cartsummary
{	
	height:20px;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	float:right;
}

#cartsummary .cartalign
{	
	height:20px;
	width: 85px;
	margin: 0px 0px 0px 0px;
	padding: 2px 30px 0px 0px;
	float:right;
	text-align:right;
	background:url(images/cartimg.gif);
	background-repeat:no-repeat;
	background-position: 0px 50px 0px 0px;
}
/* -------------------------- Cart Summary end ------------ */

/* ---------------------- EIN field Display Start ---------*/
.h4Ein
{
	font-size: 11px;
	font-weight:bold;
	color:#1159b2;	
}
/* ---------------------- EIN field Display end ---------*/
.sslcert
{
	text-align:left; 
	float:left; 
	width:105px;
	height:auto;
	padding:3px 2px 2px 55px;
	margin-top:0px;
	display:block;
	vertical-align:middle; 
}
.addall
{
	background:url(images/btn_addall.png);
	height:21px;
	width:62px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:hand;
}
.addall:hover
{
	background-position: 0 -22px;
	overflow:hidden;
}
.history_intab
{
	background:url(images/btn_history.gif);
	background-repeat :no-repeat ;
	height:13px;
	width:49px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	margin-top:2px;
	border:none;
	cursor:pointer;
}
.history_intab:hover 
{
	background-position: 0 -13px;
	overflow:hidden
}
.text_sm
{
	font-size:11px;
	color:#ee5200;
}
.prh_ordertxt
{
	font-size: 11px;
	font-weight:bold;
	color:#1159b2;
}