@charset "UTF-8";
/* CSS Document */
html 
{
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#fff;
	scrollbar-3dlight-color:#fff;
	scrollbar-darkshadow-color:#000;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#800000;
	
}

body {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(images/page_bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	background-color:#bd0d18;
}

#master_header {
	width: 980px;
	height:132px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:0px 0px 0px 0px;
}
#checkout_master_header {
	width: 980px;
	height:132px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/checkout_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding:0px 0px 0px 0px;
	border:0px solid red;
	
}
#logo {
	margin-left: 0px;
	padding-left: 0px;
	width:236px;
	height:130px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
a.logo
{
	width:230px;
	height:120px;
	display:block;
}
.sendtofriendlink a
{
	background:url(images/send_to_friend.gif);
	height:19px;
	width:102px;
	text-align:left;
	text-indent:-9999px;
	display:block;	
}
/* ------------------------buttons for navigation tap stars here--------------------- */
#nav ul
{	
	height:20px;
	width: 520px;
	margin: 0px 0px 0px 220px;
	list-style-type: none;
	padding:0px;

}
#nav li
{
	height:20px;
	padding:0px;
	list-style-type: none;
	float:left;
}
a.nav_home
{
	background:url(images/nav_home.gif);
	height:20px;
	width:51px;
	text-indent:-9999px;
	display:block;
}
a.nav_home:hover 
{
	background-position: 0 -20px;
}
a.nav_acct_overview
{
	background:url(images/nav_acct_overview.gif);
	height:20px;
	width:124px;
	text-indent:-9999px;
	display:block;
}
a.nav_acct_overview:hover 
{
	background-position: 0 -20px;
}
a.nav_newitem
{
	background:url(images/nav_newitem.gif);
	height:20px;
	width:81px;
	text-indent:-9999px;
	display:block;
}
a.nav_newitem:hover 
{
	background-position: 0 -20px;
}
a.nav_req_info
{
	background:url(images/nav_req_info.gif);
	height:20px;
	width:138px;
	text-indent:-9999px;
	display:block;
}
a.nav_req_info:hover 
{
	background-position: 0 -20px;
}
/* ------------------------------ Welcom Message ------------------------ */

#welcome_box
{
	margin:12px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:738px;
	float:left;
	
}
#welcome
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #272727;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 27px;
	width:500px;
	float:left;
}
#welcome .name
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #e01522;
	margin:0px;
	padding:0px;
}
#welcome p
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #a5a6a6;
	margin:3px 0px 0px 0px;
	padding:0px;
	text-decoration:none;
}
#welcome a
{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #2d2d2d;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-decoration:none;
}
#welcome a:hover
{
	font-family:  Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #bd0d18;
	text-decoration:none;
}
#cartbox
{
	width:140px;
	margin:2px 3px 0px 0px;
	padding:0px;
	text-align:center;
	float:right;	
	
}

/* ------------------------buttons for top Icons stars here--------------------- */

/* -------------------- RECENTLY VIEWS LN -------------------*/
 
 #recently_viewed_ln {
	width: 248px;
	
	float:left;
}
 #recently_viewed_ln .title 
 {
	background:url(images/h_recently_viewed.gif);
	width:248px;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 13px;
	height:24px;
	display:block;
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#recently_viewed_ln h4
 {
	font-family: Arial, Verdana, Georgia;
	display:block;
	padding:5px 2px 3px 18px;
	color:#858585;
	height:16px;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	background-color:#3b3b3b;
	border:0px solid red;
	width:216px;
}

#recently_viewed_ln ul {
	width: auto;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px 0 7px 0;
	list-style-type: none;
	border:0px solid red;
}
#recently_viewed_ln ul li {
	width: 220px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#recently_viewed_ln li a:link {
	display:block;
	padding:5px 2px 4px 35px;
	margin:0px 0px 0px 0px;
	color:#858585;
	background-color:#262626;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	background:url(images/ln_arrow.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}
#recently_viewed_ln li a:visited {
	display:block;
	padding:5px 2px 4px 35px;
	margin:0px 0px 0px 0px;
	color:#858585;
	background-color:#262626;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	background:url(images/ln_arrow.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}
#recently_viewed_ln li a:hover 
{
	display:block;
	padding:5px 2px 4px 35px;
	margin:0px 0px 0px 0px;
	color:#858585;
	background-color:#262626;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	background:url(images/ln_arrow.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}

#recently_viewed_ln h4 a {
	color: #949ea3;
	text-decoration: none;
}
#recently_viewed_ln .manage_link a:link {
	font-family: Arial, Verdana, Georgia;
	display:block;
	padding:5px 2px 3px 18px;
	color:#858585;
	height:16px;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	background-color:#3b3b3b;
	width:216px;
}
#recently_viewed_ln .manage_link a:visited {
	font-family: Arial, Verdana, Georgia;
	display:block;
	padding:5px 2px 3px 18px;
	color:#858585;
	height:16px;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	background-color:#3b3b3b;
	width:216px;
}

#recently_viewed_ln .manage_link a:hover {
	font-family: Arial, Verdana, Georgia;
	display:block;
	padding:5px 2px 3px 18px;
	color:#858585;
	height:16px;
	text-decoration:underline;
	font-size: 11px;
	font-weight:bold;
	background-color:#3b3b3b;
	width:216px;
}
#ind_lnav {
	width:214px;
	height:auto;
	float:left;
}
#ind_lncollapsible_bg {
	width:262px;
	height:auto;
	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;
}
/* -----------------------Index topnav bg--------------------*/


#ind_leftnav ul {
	width: 175px;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ind_leftnav li a {
	width: 175px;
	color: #ffffff;
	display: block;
	padding: 0px;
	font-weight: bold;
	height: 18px;
	margin-top: 2px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	text-indent: 30px;
}
#ind_leftnav li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#ind_leftnav li a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
}
/* --------------------------- Category starts here here -------------------- */
#category_menu
{
	margin-right:13px;
	margin-left:13px;
	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-family: Arial, Tahoma, Helvetica, Verdana;
	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_title
{
	margin-left:7px;
	background:url(images/h_mymessage.gif);
	background-repeat:no-repeat;
	height:17px;
	width:110px;
	text-indent:-9999px;
	display:block;
	padding-bottom:10px;
	
}
#message h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	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:27px;
	width:65px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
a.update:hover 
{
	background-position: 0 -22px;
	overflow:hidden
}
.unsubscribe
{
	background:url(images/btn_unsubscribe.gif);
	background-repeat:no-repeat;
	height:27px;
	width:85px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	cursor:pointer;
	border:none;
}

.subscribeNL
{
	background:url(images/btn_subscribe.gif);
	background-repeat:no-repeat;
	height:27px;
	width:85px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	cursor:pointer;
	border:none;
}

a.clear
{
	background:url(images/btn_clear.gif);
	height:27px;
	width:48px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.turnon
{
	background:url(images/btn_turnon.gif);
	height:27px;
	width:72px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}

.add_newrow
{
	background:url(images/btn_add_newrow.gif);
	height:27px;
	width:101px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
	
}

.checkout_addessList
{
	width:210px;
}

.continue_checkout
{
	background:url(images/btn_cont_chekout.gif);
	height:27px;
	width:112px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}

.add2cart_m
{
	background:url(images/btn_add2cart_m.gif);
	height:27px;
	width:82px;
	text-indent:-9999px;
	overflow:hidden;

	display:block;
	border:none;
	cursor:pointer;
}
.add2cart_wish
{
	background:url(images/add_to_cart_wish.gif);
	height:23px;
	width:84px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
	margin-bottom:2px;
}

.update2stock
{
	background:url(images/btn_update2stock.gif);
	height:27px;
	width:111px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}

.removeall
{
	background:url(images/btn_removeall.gif);
	height:27px;
	width:80px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}

.update2qty
{
	background:url(images/btn_update2qty.gif);
	height:27px;
	width:112px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}

.turnoff
{
	background:url(images/btn_turnoff.gif);
	height:27px;
	width:72px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}

a.buy
{
	background:url(images/btn_buy.gif);
	height:23px;
	width:44px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

a.change_profile
{
	background:url(images/btn_change_profile.gif);
	height:22px;
	width:104px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

a.change_login
{
	background:url(images/btn_change_login.gif);
	height:22px;
	width:109px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

a.login
{
	background:url(images/icn_login.gif);
	height:25px;
	width:71px;
	text-indent:-9999px;
	overflow:hidden;
}
a.login:hover 
{
	background-position: 0 -25px;
	overflow:hidden;
}
a.logout
{
	background:url(images/icn_logout.gif);
	height:25px;
	width:76px;
	text-indent:-9999px;
	overflow:hidden;
}
a.logout:hover 
{
	background-position: 0 -25px;
	overflow:hidden;
}
a.change_password
{
	background:url(images/btn_change_password.gif);
	height:22px;
	width:118px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

.pay_via_secure_server
{
	background:url(images/btn_pay_via_secure_server.gif);
	height:27px;
	width:169px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}

.addnew_address
{
	background:url(images/btn_addnew_address.gif);
	height:27px;
	width:119px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}

a.addnew_card
{
	background:url(images/btn_addnew_card.gif);
	height:27px;
	width:101px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

a.add2cart_intab
{
	background:url(images/btn_add2cart.gif);
	height:27px;
	width:89px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
	
}
.btnadd2cart_intab
{
	background:url(images/btn_add2cart.gif);
	height:28px;
	width:89px;
	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:23px;
	width:89px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

.lookup_intab
{
	background:url(images/btn_or_lookup_intab.gif);
	background-repeat :no-repeat ;
	height:23px;
	width:62px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
}

.lookup_intab_DY
{
	background:url(images/btn_or_lookup_intab.gif);
	background-repeat :no-repeat ;
	height:23px;
	width:62px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

a.or_print_invoice
{
	background:url(images/btn_printinvoice_intab.gif);
	height:23px;
	width:89px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

.or_remove
{
	background:url(images/btn_or_remove_intab.gif);
	height:23px;
	width:65px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}

.add2wishlist_intab
{
	background:url(images/move2wishlit_intab.gif);
	height:23px;
	width:112px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}
/*.btnadd2wishlist_intab
{
	background:url(images/btn_add2wishlist.gif);
	height:18px;
	width:97px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}*/

a.add2wishlist_shop
{
	background:url(images/btn_add2wishlist.gif);
	height:27px;
	width:112px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	
}


a.download_intab
{
	background:url(images/btn_download.gif);
	height:23px;
	width:65px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

a.reset
{
	background:url(images/btn_reset.gif);
	height:27px;
	width:65px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	
}

.go
{
	background:url(images/btn_go.gif);
	height:22px;
	width:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}
.go_adv
{
	background:url(images/go_adv.jpg);
	height:27px;
	width:73px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}
.apply
{
	background:url(images/apply.gif);
	height:21px;
	width:40px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}
.close
{
	background:url(images/btn_close.gif);
	height:27px;
	width:48px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}
.send_email
{
	background:url(images/send_email.gif);
	height:27px;
	width:73px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}
.submit
{
	background:url(images/btn_submit.gif);
	background-repeat :no-repeat ;
	height:27px;
	width:65px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

.add_subuser
{
	background:url(images/btn_add_subuser.gif);
	height:27px;
	width:123px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

a.buy_intab
{
	background:url(images/btn_buy_intab.gif);
	height:23px;
	width:44px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

.buyall
{
	background:url(images/btn_buyall.gif);
	height:23px;
	width:65px;
	text-indent:-9999px;
	float:right;
	display:block;
	overflow:hidden;
	margin-right:3px;
	border:none;
	cursor:pointer;
}

.edit_intab
{
	background:url(images/btn_edit_intab.gif);
	height:27px;
	width:39px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

a.addnew_intab
{
	background:url(images/btn_addnew_intab.gif);
	height:27px;
	width:65px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

a.delete_intab
{
	background:url(images/btn_delete_intab.gif);
	height:23px;
	width:65px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.delete_intab_acc
{
	background:url(images/btn_delete_intab_acc.gif);
	height:27px;
	width:54px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}
a.delete_acc
{
	background:url(images/delete_intab_acc.gif);
	height:27px;
	width:54px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

.go_dash
{
	background:url(images/btn_go_dashboard.gif);
	background-repeat:no-repeat;
	margin-left:5px;
	height:22px;
	width:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
	
}

a.or_edit_intab
{
	background:url(images/btn_or_edit.gif);
	height:23px;
	width:44px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

a.or_sumbit_intab
{
	background:url(images/btn_submit_intab.gif);
	height:23px;
	width:65px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

/* -- DELETE BUTTON BELOW IS WITH BLUE BG - (INTAB) --*/
a.or_delete_intab
{
	background:url(images/btn_or_delete.gif);
	height:23px;
	width:65px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}


/* -- DELETE BUTTON - NO BG - (INTAB) --*/

a.btn_or_delete_intab
{
	background:url(images/btn_or_delete_intab.gif);
	height:23px;
	width:65px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

a.or_print
{
	background:url(images/btn_print_quote_intab.gif);
	height:23px;
	width:89px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

a.or_convt2order
{
	
	background:url(images/btn_cont2order_intab.gif);
	height:23px;
	width:108px;
	text-indent:-9999px;
	display:block;
	overflow:hidden
}

.cont_shop_chq
{
	background:url(images/btn_cont_shop_chq.gif);
	height:27px;
	width:116px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

.cont_checkout_chq
{
	background:url(images/btn_cont_checkout_chq.gif);
	height:27px;
	width:112px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

.cont_shopping
{
	background:url(images/btn_cont_shopping.gif);
	height:27px;
	width:116px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

.back
{
	background:url(images/btn_back.gif);
	height:27px;
	width:48px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

.pay_via_ss_chq
{
	background:url(images/btn_pay_secure_server_chq.gif);
	height:27px;
	width:169px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}

.placeorder_chq
{
	background:url(images/btn_placeorder_chq.gif);
	height:27px;
	width:91px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}























/* --------------------------- Advance Search in LN starts here -------------------- */
#search_LN {
	padding-top: 60px;
	padding-left:20px;
}
#search_LN ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height:22px;
}
#search_LN ul li {
	margin: 1px 0px 2px 0px;
	list-style-type: none;
	float:left;
	padding:0px;
	display:block;
}
#search_LN .search_title
{	
	background:url(images/h_search.gif);
	background-repeat:no-repeat;
	margin-bottom:3px;
	width:53px;
	height:14px;
	text-indent:-9999px;
	display:block;
}
#search_LN li a.adv_search
{	
	background:url(images/adv_search.gif);
	background-repeat:no-repeat;
	margin-bottom:3px;
	width:143px;
	height:23px;
	text-indent:-9999px;
	display:block;
}
#search_LN li a.search
{	
	background:url(images/adv_search_go.gif);
	background-repeat:no-repeat;
	margin-left:3px;
	height:19px;
	width:19px;
	display:block;
	text-indent:-9999px;
}

/* -------------------------- Advance Search in LN ends here ---------------------- */

/* -------------------------- Advance search in the Header starts here ------------ */

#header_adv_search
{	
	height:20px;
	width: 740px;
	margin: 0px 0px 0px 0px;
	padding:8px 0px 0px 0px;
	float:right;
}
#header_adv_search input {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	border: 1px solid #8e8d8d;
	width:190px;
	background:url(images/textfield_bg.gif);
	background-repeat:no-repeat;
	padding-left:2px;
}
#header_adv_search select {
	font-size: 11px;
	font-weight: normal;
	width:200px;
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	border: 1px solid #8e8d8d;
	background:#fff url(images/textfield_bg.gif);
	background-repeat:no-repeat;
}

#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:17px;
	width:25px;
	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:102px;
	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;
	width: 520px;
	margin: -1px 0px 0px 20px;
	padding:0px;

}
#lookup_search input {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	border: 1px solid #68B5ED;
	margin-bottom: 1px;
	width:150px;
}
#lookup_search select {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	border: 1px solid #68B5ED;
	margin-bottom: 1px;
}

#lookup_search ul
{	

	list-style-type: none;
	margin:0px;

}
#lookup_search li
{
	height:20px;
	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:19px;
	width:20px;
	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: 980px;  
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/container_bg.gif);
	background-repeat:repeat-y;	
}  
#master_LN   
{
	/*background-image: url(images/ind_leftnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
	float: left;
	width: 262px;
	height:auto;
}
#mainContent  {
background:#45678
	margin:0px 0px 0px 0px;
	margin-left: 262px;
	padding: 0px 8px 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 30px 0px 30px;
	vertical-align:top;
	height:auto;
	width:917px;
	background-image: url(images/checkout_bg.jpg);
	background-repeat:repeat-y;
	float:left;	
	background-color:#fff;
}

#checkout_tablets
{
	width:860px;
	padding:5px 29px 10px 29px;
	border:0px solid red;
}

#checkout_tablets .head
{
	width:860px;
	/*background:url(images/checkout_top.gif);
	background-repeat:no-repeat;*/
	height:23px;
	font-size:16px;
	font-weight:bold;
	color:#e01522;
	padding:6px 0px 4px 0px;
	font-family:Arial;
	border-bottom:solid 1px #e01522;
}
#checkout_tablets .body
{
	width:860px;
	/*background:url(images/checkout_body.gif);
	background-repeat:repeat-y;*/
	padding:0px 0px 0px 0px;
	float:left;
	border:0px solid green;
}
#checkout_tablets .footer
{
	width:860px;
	/*background:url(images/checkout_bottom.jpg);
	background-repeat:no-repeat;*/
	height:10px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	
}
#checkout_tablets h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#e01522;
	padding:1px 0px 7px 0px;
	margin:0px 0px 0px 0px;
}

/* ---------------------------- 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.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width:980px;
	height:167px;
	font-weight:normal;	
	
}
#copyright
{
	padding-left:257px;
	padding-top:10px;
	width:auto;
	color:#d9d9d9;
	text-align:center;
	font-weight:normal;	
}
#copyright_checkout
{ 
	padding-top:10px;
	width:auto;
	color:#d9d9d9;
	text-align:center;
	font-weight:normal;	
	
}
#footer a:link
{
	color:#d9d9d9;
	text-decoration:none;
	font-weight:normal;	
}
#footer a:visited
{
	color:#d9d9d9;
	text-decoration:none;
	font-weight:normal;	
}
#footer a:hover
{
	color:#fff;
	text-decoration:none;
	font-weight:normal;	
}
#footer .powered_by
{
	width:auto;
	color:#d9d9d9;
	text-align:center;
	padding-left:257px;
	vertical-align:top;
}
a.ignify_logo
{	background:url(images/powered_by.gif);
	background-repeat :no-repeat ;
	height:14px;
	width:103px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
#footer .powered_by_checkout
{
	width:auto;
	color:#d9d9d9;
	text-align:center;
	vertical-align:top;
}
/* --------------------------- 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 {
	height:auto;
	width:auto;
}
#ind_comp_intro
{

	width:auto;
	margin-top:5px;
	float:left;
}


/* ------------------------ Feature Items starts down ------------------------ */
#feature_items_box
{
	width:auto;
	float:left;
	padding:0px 0px 0px 22px;
	margin:0px 0px 0px 0px;
	/*background:url(images/featured_item_bg.gif);
	background-repeat:repeat-y;*/
	border-bottom:1px solid #cccccc;
	
}
.feature_items_box_title
{
	background:url(images/h_featureitem.gif);
	background-repeat:no-repeat;
	background-position:17px 17px;
	padding:13px 0px 20px 0px;
	margin-left:3px;
	width:250px;
	height:27px;
	text-indent:-9999px;
	float:left;
	border:0px solid red;
}
#feature_items_bg
{
	width:auto;
	float:left;
	background:url(images/cat_n_prodbg_white.gif);
	background-repeat:no-repeat;
	border:0px solid red;
	
}

#feature_items h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 0px 0px;
}
#feature_items .orange_text
{
	color:#f86c05;
}
#prod_items_outer
{ float:left;
	width:170px;}
#feature_items_vert
{
	
	padding-top:0px;
	width:149px;
	height:215px;
	float:left;
	border:0px solid red;
	/*border-right:solid 1px #dedede;*/
}
#feature_items_vert .prod
{
	
	padding:4px 6px 0px 4px;	
	width:116px;
	height:124px;
	float:left;
	background:url(images/prod_bg.gif) top left no-repeat;
	border:0px solid red;
	display:block;
	/*border-right:solid 1px #dedede;*/
}

#feature_items_vert .prod_link
{
	border:solid 1px #b1b3b6;
	width:116px;
	height:118px;
	
	float:left;
}
#feature_items_vert  a.prod_link:hover
{
	border:solid 1px #000;
	width:116px;
	height:118px;	
	float:left;

}
#feature_items_vert .text
{
	text-align:left;
	width:145px;
	height:20px;
	padding-left:4px;
	float:left;
}

#feature_items_vert h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;	
	float:left;
	width:145px;
	height:30px;
}
#feature_items_rightbg
{
	
	padding-top:0px;
	width:21px;
	height:190px;
	border:0px solid red;
	display:block;
	float:right;
	background:url(images/line_bg.gif) no-repeat;
	/*border-right:solid 1px #dedede;*/
}
/*#feature_items_box
{
	width:708px;
	float:left;
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px 0px;
	background:url(images/cat_n_prod.bg.jpg);
	background-repeat:no-repeat;
	border:0px solid red;
}
#feature_items_box .title
{	background:url(images/h_featureitem.gif);
	background-repeat:no-repeat;
	background-position:17px 18px;
	width:216px;
	padding:13px 0px 20px 0px;
	display:block;
	text-indent:-9999px;
}
#feature_items h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 0px 0px;
}
#feature_product_vert
{
	padding:3px;
	margin:10px auto 2px auto;
	width:160px;
	height:190px;
	float:left;
	border:0px solid red;
	
}

#feature_product_vert .prod
{
	border:solid 1px #b1b3b6;
	width:116px;
	height:118px;
	padding:1px;
	margin:2px auto 2px auto;

}
#feature_product_vert .text
{
	text-align:left;
	width:116px;
	height:50px;
	margin:2px auto 2px auto;
}

#feature_product_vert h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
}*/

/* --------------------------- Sub Category start here ---------------------------*/

#subcategory_box
{
	width:690px;
	height:auto;
	padding:0px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	float:left;
	background:url(images/category_bg.jpg);
	background-repeat:repeat-y;
	border:0px solid red;
}
#subcategory_box_bg
{
	background:url(images/category_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fff;
	width:100%;
	padding:20px 0px 0px 20px;
}
#subcategory .title
{	background:url(images/h_featureitem.gif);
	background-repeat:no-repeat;
	background-position:17px center;
	width:216px;
	padding:13px 0px 20px 0px;
	display:block;
	text-indent:-9999px;
}
#subcategory h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 0px 0px;
	width:150px;
}
#subcategory_horz
{
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	width:320px;
	height:160px;
	float:left;
	border:0px solid red;
}

#subcategory_horz .prod
{	padding:4px 6px 0px 4px;	
	width:116px;
	height:124px;
	float:left;
	margin:20px 0px 0px 0px;
	background:url(images/prod_bg.gif) top left no-repeat;
}

#subcategory_horz .prod_link
{
	border:solid 1px #b1b3b6;
	width:116px;
	height:118px;
	
	float:left;
}
#subcategory_horz  a.prod_link:hover
{
	border:solid 1px #000;
	width:116px;
	height:118px;	
	float:left;

}
#subcategory_horz .text
{
	text-align:left;
	height:auto;
	width:150px;
	margin:20px 0px 0px 130px;
	font-weight:normal;
}

#subcategory_horz h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 12px;
	color:#000;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	width:150px;
}






























/* --------------------MP start here -------------------*/

#mostpopular_box
{
	width:auto;
	float:left;
	padding:0px 0px 0px 22px;
	margin:0px 0px 0px 0px;
	/*background:url(images/cat_n_prodbg_white.gif);
	background-repeat:repeat-y;*/
	border:0px solid red;
	
}
.mostpop_title
{
	background:url(images/h_mostpopular.gif);
	background-repeat:no-repeat;
	background-position:17px 17px;
	padding:13px 0px 20px 0px;
	margin-left:3px;
	width:250px;
	height:27px;
	text-indent:-9999px;
	float:left;
	border:0px solid red;
}
#mostpop_bg
{
	width:auto;
	float:left;
	background:url(images/cat_n_prodbg_white.gif);
	background-repeat:no-repeat;
	border:0px solid red;
	
}
#mostpopular h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 0px 0px;
}
#mostpopular .orange_text
{
	color:#f86c05;
}
#mostpop_product_vert
{
	
	padding-top:0px;
	width:149px;
	height:215px;
	float:left;
	border:0px solid red;
	/*border-right:solid 1px #dedede;*/
}
#mostpop_product_vert .prod
{
	
	padding:4px 6px 0px 4px;	
	width:116px;
	height:124px;
	float:left;
	background:url(images/prod_bg.gif) top left no-repeat;
	border:0px solid red;
	display:block;
	/*border-right:solid 1px #dedede;*/
}


#mostpop_product_vert .prod_link
{
	border:solid 1px #b1b3b6;
	width:116px;
	height:118px;
	
	float:left;
}
#mostpop_product_vert  a.prod_link:hover
{
	border:solid 1px #000;
	width:116px;
	height:118px;	
	float:left;

}
#mostpop_product_vert .text
{
	text-align:left;
	width:145px;
	height:20px;
	float:left;
	padding-left:4px;
}

#mostpop_product_vert h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;	
	float:left;
	width:145px;
	height:30px;
}

#mostpop_rightbg
{
	
	padding-top:0px;
	width:21px;
	height:190px;
	border:0px solid red;
	display:block;
	float:right;
	background:url(images/line_bg.gif) no-repeat;
	
}
/* -------------------------MP ends here -------------------------*/



/* --------------------------------- NEWS N EVENTS DOWN HERE -----------------*/

#newsnevents
{
	width:248px;
	border:solid 1px #cbcaca;
	margin-bottom:7px;
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#5c5c5c;
}
#newsnevents .event_images1
{	background:url(images/newsnevents_edgewise.gif);
	background-repeat:no-repeat;
	width:55px;
	height:55px;
	margin:5px;
	text-indent:-9999px;
	float:left;
}
#newsnevents .event_images2
{	background:url(images/newsnevents_aerosoles.gif);
	background-repeat:no-repeat;
	width:55px;
	height:55px;
	margin:5px;
	text-indent:-9999px;
	float:left;
}
#newsnevents .event_images3
{	background:url(images/newsnevents_asurion.gif);
	background-repeat:no-repeat;
	width:55px;
	height:55px;
	margin:5px;
	text-indent:-9999px;
	float:left;
}
#newsnevents .event_text
{	
	margin-left:65px;
	padding-top:5px;
	padding-left:5px;
	height:60px;
	background-color:#f7f7f7;

}
#newsnevents h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 2px 0px;
}
#newsnevents_box
{
	width:248px;
	padding-left:10px;
	float:left;
}
#newsnevents_box .title
{	background:url(images/h_newsnevents.gif);
	background-repeat:no-repeat;
	width:122px;
	height:19px;
	display:block;
	padding-bottom:4px;
	text-indent:-9999px;
}
.event_text a
{
	color:#2562a0;
	text-decoration:none;
}
.event_text a:visited
{
	color:#2562a0;
	text-decoration:none;
}
.event_text a:hover
{
	color:#fc7007;
}

/* ------------------------------ ONLINE SHOPPING DOWN HERE ---------------------- */

#online_shop_box
{
	width:248px;
	margin-left:275px;
}
#online_shop_box .title
{
	background:url(images/h_shoppingonline.gif);
	background-repeat:no-repeat;
	width:155px;
	height:18px;
	display:block;
	text-indent:-9999px;
	padding-bottom:4px;
}
#online_shop
{
	width:248px;
	height:205px;
	border-bottom:solid 1px #cbcaca;
	border-top:solid 1px #cbcaca;
	margin-bottom:7px;
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#5c5c5c;
	margin-top:0px;
	padding-top:4px;
	padding-bottom:4px;
}
#online_shop1
{
	width:248px;
	border:solid 1px #cbcaca;
	margin-bottom:7px;
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#5c5c5c;
}
#online_shop h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
}
#online_shop .prod_display
{	background:url(images/shop_online_prod.jpg);
	background-repeat:no-repeat;
	width:103px;
	height:104px;
	margin-top:10px;
	text-indent:-9999px;
	float:left;
}
#online_shop .prod_desp
{
	margin-left:120px;
	padding-top:20px;
	height:105px;
	width:120px;
}
#online_shop p
{
	margin:0px;
	padding:0px;
	
}

.ind_block3
{
	width:auto;
	float:left;
}

.ind_block4
{
	width:auto;
	float:left;
}

.center
{
	text-align:center;
}
.right
{
	text-align:right;
}
.ind_block2
{
	width:710px;
	float:left;
	margin:5px 0px 0px 0px;
	background:url(images/category_titlebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.ind_block2 h3
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 14px;
	font-weight:bold;
	color:#000;
	margin:10px 0px 0px 0px;
	padding-left:10px;
}
.title_block
{
	width:710px;
	float:left;
	margin:5px 0px 0px 0px;
	padding:10px 0px 5px 0px;
	background:url(images/title_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.title_block h3
{ 
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 14px;
	font-weight:bold;
	color:#000;
	margin:10px 0px 0px 0px;
	padding-left:10px;
}
#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 start here-----------------*/
#newsletter_box
{
	padding-top: 10px;
	width:248px;
	margin-left:272px;
}

#newsletter
{
	height:32px;
	margin-top:0px;
	background-color:#eeeeee;
}
#newsletter ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#newsletter ul li
{
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 3px;
}
#newsletter ul li input
{
	margin-top: 5px;
}
#newsletter .img_newsletter
{
	background:url(images/h_newsletter.gif);
	background-repeat:no-repeat;
	width:100px;
	height:32px;
	text-indent:-9999px;
	display:block;
}
a.newsletter_go
{
	background:url(images/go.gif);
	height:21px;
	width:22px;
	text-indent:-9999px;
	display:block;
	margin-top:5px;
}
.newsletter_go
{
	background:url(images/go.gif);
	height:21px;
	width:22px;
	text-indent:-9999px;
	display:block;
	margin-top:5px;
}
a.newsletter_go:hover 
{
	background-position: 0 -21px;
}
 /* -------------------Newletter end here-----------------*/
.v_middle
{
	vertical-align:middle;
}


/* -------------------------Best Seller start down -----------------------*/

#bestseller
{
	margin:0px 0px 0px 10px;
	width:auto;
	height:auto;
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#5c5c5c;
	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;
}
/*#bestseller h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
}
#bestseller .outline_grey_border
{
	border:solid 1px #cbcaca;
	width:65px;
	height:65px;
	margin-left:15px;
}*/
#bestproduct_horzt
{
	padding:3px;
	margin-right:8px;
	width:241px;
	margin-bottom:3px;
	border:solid 1px #cbcaca;
}
#bestproduct_horzt .prod
{
	width:55px;
	height:55px;
	float:left;
	position:relative;
}
/*#bestproduct_horzt .frame
{
	background-image:url(images/thumb_frame.png);
	background-repeat:no-repeat;
	width:55px;
	height:55px;
	top: 0;
	left: 0;
	position:absolute;
}*/
#bestproduct_horzt .text
{
	height:55px;
	margin-left:80px;
	text-align:left;
}

#bestproduct_horzt h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
}
/* ------------------------------- Best seller ends up ------------------- */


/* --------------------------------Insidepage Background ----------------- */
#myaccount_main_content 
{
	padding-top:8px;
	padding-bottom:20px;
	height:auto;
	width:710px;
	float:left;
	background-color:#ffffff;
	border:0px solid red;
}

#product_list
{
	padding:0px;
	height:auto;
	width:710px;
	float:left;	
}
.pagging
{
	margin-left:20px;
	margin-top:5px;
}
/* ----------------------- General use starts down here ---------------------*/

/*.page_header
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 13px;
	font-weight:bold;
	color:#1159b2;
	padding:5px 0px 5px 0px;
}*/
h1
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#e01522;
	padding:7px 0px 5px 0px;
	margin:0px 0px 0px 0px;
}
h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#000;
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}
h3
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#e01522;
	padding:1px 0px 7px 0px;
	margin:0px 0px 0px 0px;
}

.h4_orange
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#000;
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}
.h4_green
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 12px;
	font-weight:bold;
	color:green;
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}

/* ----------------------- General use ends here ---------------------*/

/* ----------------------- Category Products starts here ---------------------------*/

#cat_prod_box
{
	width:710px;
	padding:10px 0px 20px 0px;
	margin:0px 0px 0px 0px;
	/*background:url(images/sub_cat_bg.jpg);
	background-repeat:repeat-y;*/
	border:0px solid red;
}
#cat_prod_box .title
{	background:url(images/h_featureitem.gif);
	background-repeat:no-repeat;
	background-position:17px center;
	margin-left:3px;
	width:220px;
	padding:13px 0px 20px 0px;
	display:block;
	text-indent:-9999px;
}
/*#cat_prod h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 0px 0px;
}*/
#cat_prod_outer
{	width:170px;
	float:left;
	}
#cat_prod_vert
{
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:149px;
	height:190px;
	float:left;
}

#cat_prod_vert .prod
{
	width:116px;
	height:124px;
	padding:4px 6px 0px 4px;
	background:url(images/prod_bg.gif) top left no-repeat;	
	border:0px solid red;
}

#cat_prod_vert .prod_link
{
	border:solid 1px #b1b3b6;
	width:116px;
	height:118px;
	
	float:left;
}
#cat_prod_vert  a.prod_link:hover
{
	border:solid 1px #000;
	width:116px;
	height:118px;	
	float:left;

}
#cat_prod_vert .text
{
	text-align:left;
	padding-left:4px;
	width:145px;
	margin:0px 0px 0px 0px;
	
}
.qty_cat
{	padding-top:2px;
	padding-bottom:2px;}
#cat_prod_vert h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:145px;
	height:30px;
}
#cat_prod_vert_bg
{
	background:url(images/sub_cat_bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	background-color:#fff;
	width:695px;
	padding:0px 0px 0px 15px;
	border:0px solid blue;
	float:left;
	
}
#cat_prod_rightbg
{
	
	margin-top:19px;
	width:21px;
	height:180px;
	border:0px solid red;
	display:block;
	float:right;
	background:url(images/line_bg.gif) no-repeat;
	/*border-right:solid 1px #dedede;*/
}
#adv_search_outer
{	width:169px;
	float:left;
	border:0px solid red;
	}

#adv_search_vertical
{height:280px;
	float:left;
	width:149px;	
	border:0px solid red;}

#adv_ser_vert
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:150px;	
	border:0px solid red;
}

#adv_ser_vert .prod
{
	border:solid 0px #b1b3b6;
	width:116px;
	height:124px;
	padding:1px;
	margin:2px 0px 2px 0px;
	padding:4px 6px 0px 4px;
	background:url(images/prod_bg.gif) top left no-repeat;	
}
#adv_ser_vert .prod_link
{
	border:solid 1px #b1b3b6;
	width:116px;
	height:118px;
	
	float:left;
}
#adv_ser_vert  a.prod_link:hover
{
	border:solid 1px #000;
	width:116px;
	height:118px;	
	float:left;

}
#adv_ser_vert .text
{
	text-align:left;
	width:auto;
	height:auto;
	padding-left:4px;
}

#adv_ser_vert h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
	padding-left:4px;
	height:26px;
}
#adv_ser_vert_bg
{
	/*background:url(images/adv_ser_vert_bg.gif) left top;
	background-repeat:repeat-y;*/
	width:auto;
	padding:16px 0px 0px 0px;
	border:0px solid red;
}
#adv_ser_rightbg
{
	
	padding-top:0px;
	width:19px;
	height:252px;
	border:0px solid red;
	display:block;
	float:right;
	background:url(images/line_bg.gif) no-repeat;
	/*border-right:solid 1px #dedede;*/
}

/* Added by Deepali - #category_box */
/*#category_box
{
	margin:0px 10px 5px 0px;
	width:500px;
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#5c5c5c;
	text-align:center;
	float:left;
}
#category
{
	border:solid 1px #b1b3b6;
	margin:0px 10px 5px 0px;
	width:500px;
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#5c5c5c;
	text-align:center;
	float:left;
}

#category ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top:0px;
	margin-bottom:2px;
}
#category ul li
{
	padding-bottom:3px;
	margin-left: 0px 0px 0px 0px;
	padding-left: 0px;
	text-align:center;
	width:auto;
	padding-right:2px;
	float:left;

	
}

#category h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
}
#category .outline_grey_border
{
	border:solid 1px #b1b3b6;
	width:65px;
	height:65px;
	margin-left:15px;
}

#category table
{
	border:solid 1px #b1b3b6;
	background-color:#ffffff;
	margin:5px 2px 5px 2px;
	padding:2px;
	width:99%;
	text-align:left;
}
#category th
{
	font-size: 11px;
	background-color:#2665ac;
	color:#ffffff;
	font:helvetica;
	padding:2px;
}#category .price
{
	text-align:right;
	padding-right:2px;
}
#category .qty
{
	text-align:right;
	padding-right:2px;
}
#category input
{
	width:30px;
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#333333;
}*/

/* -------------------------------RELATED PRODUCT STARTS DONW ------------------ */
#relat_prod
{
	width:708px;
	float:left;
	padding:0px 0px 15px 0px;
	margin:0px 0px 10px 0px;
	background:url(images/fea_gra.jpg);
	background-repeat:repeat-x;
	float:left;
	border-bottom:solid 0px #dedede;
}
#relat_prod .title
{	background:url(images/h_also_suggest.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	width:230px;
	margin:13px 0px 20px 13px;
	display:block;
	text-indent:-9999px;
}
#relat_product_vert
{
	padding:3px;
	margin:2px auto 2px 7px;
	width:143px;
	float:left;
	border:0px solid red;
	/*border-right:solid 1px #dedede;*/
}
#relat_product_vert .prod
{
	
	padding:4px 6px 0px 4px;	
	width:116px;
	height:124px;
	float:left;
	background:url(images/prod_bg.gif) top left no-repeat;
	border:0px solid red;
	display:block;
}

#relat_product_vert .prod_link
{
	border:solid 1px #b1b3b6;
	width:116px;
	height:118px;
	
	float:left;
}
#relat_product_vert  a.prod_link:hover
{
	border:solid 1px #000;
	width:116px;
	height:118px;	
	float:left;

}

#relat_product_vert .text
{
	text-align:left;
	width:139px;
	height:67px;
	margin:2px 0 0px 0;
	padding-left:4px;
	border:0px solid red;
	float:left;
	
}

#relat_product_vert h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
	width:139px;
	float:left;
	height:30px;
}
/*#relat_prod ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top:0px;
	margin-bottom:2px;
}
#relat_prod ul li
{
	padding-bottom:3px;
	margin-left: 0px 0px 0px 0px;
	padding-left: 0px;
	text-align:center;
	width:101px;
	padding-right:2px;
	float:left;
}

#relat_prod h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
}
#relat_prod .outline_grey_border
{
	border:solid 1px #b1b3b6;
	width:65px;
	height:65px;
	margin-left:15px;
}
*/


/* -------------- CSS FOR INDVISUAL PRODUCTS - HORZINTAL - VERTICAL --------- */

#product_horzt
{
	padding:3px;
	margin-top:3px;
	width:240px;
	border:solid 1px #b1b3b6;
	float:left;
}
#product_horzt .prod
{
	width:55px;
	height:55px;
	float:left;
	position:relative;
}
/*#product_horzt .frame
{
	background-image:url(images/thumb_frame.png);
	background-repeat:no-repeat;
	width:55px;
	height:55px;
	top: 0;
	left: 0;
	position:absolute;
}*/
#product_horzt .text
{
	height:55px;
	margin-left:80px;
	text-align:left;
}

#product_horzt h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
}

#product_vert
{
	padding:3px;
	margin:2px;
	width:auto;
	border:solid 1px #b1b3b6;
}

#product_vert .prod
{
	border:solid 0px #b1b3b6;
	width:100%;
	height:auto;
	text-align:center;
	margin:2px;
}
#product_vert .text
{
	text-align:center;
	
}

#product_vert h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 3px 0px;
}

#catlog_top
{
	background-image: url(images/product_detail_bg.gif);
	background-repeat:no-repeat;
	background-position: top;
	height:183px;
	margin-left:10px;
	margin-top:5px;
	width:200px;
	float:left;
	text-align:center;
	padding-top:2px;
}
#catlog_top_text
{
	height:180px;
	margin-left:220px;
	width:300px;
	margin-top:5px;
	margin-bottom:30px
}
#catlog_top_text h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;
	margin:0px 0px 4px 0px;
}
.product_box
{
	height:auto;
	width:708px;
	margin-bottom:59px;
	float:left;
	border:0px solid red;
}
.product_box2
{
	height:auto;
	width:708px;
	margin-bottom:0px;
	float:left;
}
#product_top
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	height:auto;
	padding:0px 0px 0px 20px;
	margin:8px 0px 0px 0px;
	width:auto;
	float:left;
}
#banner
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:8px 0px 0px 0px;
	width:auto;
	float:left;

}
#product_top_text
{
	height:auto;
	width:420px;
	font-size:12px;
	float:right;
	margin:0px 0px 0px 0px;
	
}
#product_top_text2
{
	height:auto;
	width:400px;
	font-size:12px;
	float:right;
	margin:8px 0px 0px 0px;
	border:0px solid red;
	font-weight:normal;
}
#pd_top
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	height:auto;
	padding:0px 0px 0px 20px;
	margin-left:0px;
	width:265px;
	float:left;
}
.pd_main_img
{padding:4px 6px 6px 4px;	
	width:210px;
	height:210px;
	background:url(images/prod_bg_big.gif) top left no-repeat;
	border:0px solid red;
	display:block;
	margin-bottom:3px;
}
/*.pd_main_img
{
	width:205px;
	height:221px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:solid 1px #a6a6a6;
}*/
.pd_small_pic
{
	width:auto;
	float:left;
}
#alternative_img_box
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	height:auto;
	padding:0px;
	margin:12px 0px 0px 0px;
	width:250px;
	float:left;
	border:0px solid red;
}
#alt_img1
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	height:118px;
	padding:0px;
	margin:0px 10px 10px 0px;
	width:116px;
	float:left;
	border:solid 1px #a6a6a6;
}
#alt_img2
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	height:118px;
	padding:0px;
	margin:0px 0px 10px 0px;
	width:116px;
	float:left;
	border:solid 1px #a6a6a6;
}
.alt_text1
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:116px;
	float:left;
	font-weight:bold;
	
}
.alt_text2
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:116px;
	float:left;
	font-weight:bold;
}

#product_top_text h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 12px;
	color:#000000;
	margin:0px 0px 5px 0px;
}
#product_top_text select
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#333333;
}
#product_top_text input
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#333333;
	width:20px;
}
#breadcrumb
{
	height:20px;
	padding:5px 2px 0px 5px;
	width:auto;
	background-color:#dcdcdc;
	font-family: Arial,Tahoma, Verdana;
	font-size: 11px;
}
#breadcrumb .selected
{
	text-decoration:underline;
}
.table_title
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color: #487fc6;
	font-weight:bold;
}
#product_box .list_price td
{
	padding:1px;
	height:22px;
}
#product_box .list_price
{
	width:auto;
	margin-top:10px;
}
/* ------------------------ MY ACCOUNT TABLE ----------------------------- */
.table_color
{
	border-top:solid 1px #b1b3b6;
	border-left:solid 0px #b1b3b6;
	border-bottom:solid 0px #b1b3b6;
	background-color:#ebebeb;
	margin:5px 2px 2px 2px;
	width:100%;
	text-align:left;
}
.table_color th
{
	font-size: 11px;
	background-color:#3b3b3b;
	color:#ffffff;
	font-weight:normal;
	font:helvetica;
	line-height:14px;
	padding:0px 13px 0 10px;
	margin:2px;
	border-right:solid 0px #B7D7F8;
	background:url(images/th_bg.gif);
	background-repeat:repeat-x;
	height:28px;
	vertical-align:middle;
}
.table_color td
{
	padding:1px 10px 1px 10px;
	border-right:solid 2px #ffffff;
	border-bottom:solid 2px #ffffff;
	height:23px;
	vertical-align:middle;
}
.table_color .noborder
{
	border-right:none;
}
.table_color td td
{
	padding:3px;
	border-right:solid 0px #b1b3b6;
	border-bottom:solid 0px #ffffff;
}
.table_color .price
{
	text-align:right;
	padding-right:2px;
}
.table_color .qty
{
	text-align:right;
	padding-right:2px;
}
.table_color input
{
	width:30px;
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#333333;
}
/* ----------------------------- ADVANCED SEARCH --------------- */

#advanced_search
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#515151;
	font-weight:bold;
	margin-top:8px;
	padding-bottom:10px;
	padding-top:5px;
	border-bottom:dotted 1px #b5b4b4;
	
}
#advanced_search td
{
	padding:2px;
}
#Advanved_search_results
{
	margin-top:20px;
	padding-bottom:5px;
}
#Advanved_search_results h2
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 12px;
	color:#2d2d2d;
	margin:0px 0px 3px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #303030;
}

/* ---------------------------- SHOPPING CART -------------------------- */

.shipping_cal_box
{
	width:860px;
	padding:0px 0px 0px 0px;
	background:url(images/category_titlebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:0px solid red;
	float:left;

}

#shipping_calculator
{
	width:300px;
	height:auto;
	margin-top:10px;
	float:left;
	padding:10px 15px 4px 20px;
	
	
	
}
#shipping_calculator td
{
padding:1px 0px 2px 0px;	
}
.shipping_cal_relativeprod
{
	width:480px;
	margin-left:345px;
	padding-left:30px;
	padding-top:10px;
	margin-top:10px;
	border-left:solid 1px #cccccc;
	height:300px;
	
}
#relativeprod_outer
{	width:159px;
	float:left;
	border:0px solid red;}
#relativeprod
{
	
	padding-top:0px;
	width:143px;
	height:185px;
	float:left;
	border:0px solid blue;

	/*border-right:solid 1px #dedede;*/
}
#relativeprod_bg
{
	
	padding-top:0px;
	width:16px;
	height:175px;
	border:0px solid red;
	display:block;
	float:right;
	background:url(images/line_bg.gif) no-repeat;
	/*border-right:solid 1px #dedede;*/
}
#relativeprod .prod
{
	
	padding:4px 6px 0px 4px;	
	width:116px;
	height:124px;
	float:left;
	background:url(images/prod_bg.gif) top left no-repeat;
	border:0px solid red;
	display:block;
	/*border-right:solid 1px #dedede;*/
}


#relativeprod .prod_link
{
	border:solid 1px #b1b3b6;
	width:116px;
	height:118px;
	
	float:left;
}
#relativeprod  a.prod_link:hover
{
	border:solid 1px #000;
	width:116px;
	height:118px;	
	float:left;

}
#relativeprod .text
{
	text-align:left;
	width:139px;
	height:30px;
	padding-left:4px;
	float:left;
}

#relativeprod h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;	
	float:left;
	width:139px;
	
}
#alt_view
{
	
	padding-top:9px;
	width:130px;
	height:auto;
	float:left;
	border:0px solid blue;

	/*border-right:solid 1px #dedede;*/
}
#alt_view .prod
{
	
	padding:4px 6px 0px 4px;	
	width:116px;
	height:124px;
	float:left;
	background:url(images/prod_bg.gif) top left no-repeat;
	border:0px solid red;
	display:block;
	/*border-right:solid 1px #dedede;*/
}


#alt_view .prod_link
{
	border:solid 1px #b1b3b6;
	width:116px;
	height:118px;
	
	float:left;
}
#alt_view  a.prod_link:hover
{
	border:solid 1px #000;
	width:116px;
	height:118px;	
	float:left;

}
#alt_view .text
{
	text-align:left;
	width:139px;
	height:20px;
	padding-left:4px;
	padding-top:2px;
	float:left;
}

#alt_view h4
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#487fc6;	
	float:left;
	width:auto;
	
}
/* ---------------------------- (Order2)SHIPPING & BILLING FOR CHECKOUT -------------- */
.order2_box
{
	width:860px;
	padding:0px 0px 0px 0px;

}
#ship_address
{
	width:394px;
	height:auto;
	margin-top:0px;
	float:left;
	padding:4px;
	border:solid 1px #b1b3b6;
	
}
#ship_address input
{
	width:150px;
}
#ship_address td
{
padding:2px 0px 2px 0px;	
}

.bill_address
{
	width:394px;
	height:auto;
	padding:4px;
	margin-left:450px;
	border:solid 1px #b1b3b6;

}
.bill_address input
{
	width:150px;
}
.bill_check input
{
	width:25px;
}
.bill_address td
{
padding:2px 0px 2px 0px;	
}

/* ---------------------------- (Order4)ORDER SUMMARY -------------- */
.order_sum
{
	width:860px;
	margin-top:8px;
	margin-bottom:8px;
	height:auto;
	margin-left:3px;
	float:left;
	
}
#odsum_ship_add
{
	width:400px;
	height:auto;
	float:left;
	padding:1px 2px 2px 2px;
	background-color:#ebebeb;
	border:solid 1px #cccbcb;
}
#odsum_ship_add td
{
	
	padding-bottom:2px;
	padding-top:2px;
}
.odsum_bill_add
{
	width:400px;
	float:right;
	height:auto;
	background-color:#ebebeb;
	padding:1px 2px 2px 2px;
	border:solid 1px #cccbcb;
}
.odsum_bill_add td
{
	
	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:auto;
}











/* ------------------- ADD NEW USER ---------------- */

.newuser input
{
	width:150px;
}
.newuser td
{
	padding:2px 0px 2px 2px;
}

/* ------------------------- MY ORDER -------------------*/

#my_order
{
	font-family: helvetica, Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#515151;
	padding:2px 0px 2px 0px;
}
#my_order td
{
	padding:2px 0px 2px 2px;
	border-bottom:dotted 1px #b5b4b4;
}
.order_detail
{
	width:674px;
	margin-top:8px;
	margin-bottom:8px;
	height:auto;
	float:left;
}
#od_shipping_address
{
	width:310px;
	height:auto;
	float:left;
	padding:1px 2px 2px 2px;
	background-color:#ebebeb;
	border:solid 1px #cccbcb;
}
#od_shipping_address td
{
	border-bottom:solid 0px #ffffff;
	padding-bottom:1px;
}
.od_billing_address
{
	width:310px;
	float:right;
	height:auto;
	background-color:#ebebeb;
	padding:1px 2px 2px 2px;
	border:solid 1px #cccbcb;
}
.od_billing_address td
{
	border-bottom:solid 0px #ffffff;
	padding-bottom:1px;
}

/* --------------------------- My Invoice ---------------------- */

.my_invoice input
{
	width:75px
}
.my_invoice td
{
	padding:2px 0px 2px 2px;
	font-weight:bold;
}

.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;
}
.quickorder td
{
	padding:2px 0px 2px 2px;
}
.purchase_module td
{
	padding:3px 0px 3px 0px;
	font-weight:bold;
	font-size:12px;
	
}
.purchase_module input
{
	height:15px;
	border:solid 1px #858585;
	
}


 /* --------------------------------------- COMMON SITE LINKS COLOR ---------------*/

p
{
	margin:0px;
	line-height:14px;
	padding:4px 1px 5px 1px;
}

a:link
{
	color:#2d2d2d;
	text-decoration:underline;
	
}
a:visited
{
	color:#2d2d2d;
	text-decoration:underline;
	
}
a:hover
{
	color:#e01522;
	text-decoration:none;
	
}
h2
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 14px;
	font-weight:bold;
	color:#1159b2;
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}
input
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#333333;
	font-weight:normal;
}
select
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 11px;
	color:#333333;
	font-weight:normal;
}
.bracket_text
{
	font-family: Arial;
	font-size: 11px;
	color:#333333;	
	vertical-align:top;
	font-weight:normal;
}
.bracket_text1
{
	font-family: Arial;
	font-size: 11px;
	color:#333333;	
	vertical-align:middle;
	font-weight:bold;
}
.buttons
{
	float:right;
	padding-right:2px;
}
.ac
{
	padding-right:2px;
	text-align:center;
}
.ar
{
	padding-right:2px;
	text-align:right;
}
.astrix
{
	color:#bd0d18;
	font-size:10px;
	font-weight:bold;
}
.grey_bg
{
	background-color:#ebebeb;
	height:18px;
}

.noborder
{
	text-align:center;
	border-right:none;
}
.spacer
{
	height:12px;
}
.float_left
{
	float:left;
}
.float_right
{
	float:right;
}
.red
{
	color: #bd0d18;
	font-weight:bold;
}
.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
}

.page_header
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	font-weight:bold;
	width:690px;
	color:#e01522;
	padding:5px 0px 2px 0px;
	margin:10px 0px 15px 20px;
	border-bottom:solid 1px #e01522;
}
.subheader
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	font-weight:bold;
	color:#333333;
	padding:5px 0px 20px 0px;
	margin:0px 0px 0px 0px;
}







/* --------------------------- MY ACCOUNTS B2B ---------------- */

.dashboard
{
	width:auto;
	margin-top:10px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	font-size:11px;
	border:solid 0px #e01522;
	font-weight:normal;
}
#acct_info
{
	width:315px;
	height:auto;
	float:left;
}
#tablets
{	width:680px;}
#tablets .head
{
	width:auto;
	/*background:url(images/acct_info_top.gif);
	background-repeat:no-repeat;
	height:23px;*/
	font-size:16px;
	font-weight:bold;
	color:#e01522;
	padding:6px 0px 4px 0px;
	border-bottom:solid 1px #e01522;
}
#tablets .body
{
	/*width:232px;
	background:url(images/acct_info_body.gif);
	background-repeat:repeat-y;*/
	padding:10px 5px 0px 0px;
}
#tablets .footer
{
	/*width:245px;
	background:url(images/acct_info_bottom.jpg);
	background-repeat:no-repeat;
	height:27px;*/
	overflow:hidden;
	text-indent:-9999px;
}
#tablets h5
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#000;
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}

/*#tablets .dottedline
{
	border-top:dotted 1px #adadad;
	padding-right:10px;
}*/
#tablets .buttons
{
	float:right;
	padding-right:10px;
}
#tablets .add_address_border
{
	height:99px;
	border:solid 1px #a7a4a6;
	background-color:#ffffff;
	margin:2px 0px 2px 0px;
	padding:8px;
	overflow:auto;
	width:305px;
}

#acct_activity
{
	width:315px;
	height:auto;
	float:right;	
}
.help_topic_box
{
	width:auto;
	float:left;
	margin-top:10px;
	padding-top:20px;
	font-size:11px;
	border-top:1px solid #9f9f9f;
	
}
#login_help_box
{
	width:auto;
	float:left;
	margin-top:10px;
	padding-top:20px;
	font-size:11px;
	border-top:1px solid #9f9f9f;
}
#dash_help
{
	/*width:315px;
	height:auto;
	margin-top:0px;
	float:left;*/
	display:none;
}
.dash_order_n_quotes
{
	width:auto;
	height:auto;
	padding-left:2px;
	
}
#tablets .greycaps {
	color: #898888;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:2px;
}

#tablets .greycaps a:link {
	text-decoration: underline;
	color: #e01522;
	font-weight:bold;
	text-transform:capitalize;
}
#tablets .greycaps a:visited {
	text-decoration: underline;
	color: #e01522;
	text-transform:capitalize;
	font-weight:bold;
}
#tablets .greycaps a:hover {

	text-decoration: none;
	color: #e01522;
	text-transform:capitalize;
	font-weight:bold;
}
.search_bg
{
	/*background-image:url(images/search_bg.gif);
	background-repeat:no-repeat;*/
	height:40px;
	padding:5px 0px 5px 0px;
	}
/*.search_bg input
{
	width:180px;
}*/

/* -------------------------------------- MY ACCOUNT COMMON TABLETS --------------- */
#my_acct_tablets
{
	width:auto;
	margin-top:10px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	font-size:11px;
	border:solid 0px #e01522;
	font-weight:normal;
}

#my_acct_tablets .head
{
	/*background:url(images/my_acct_top.gif);
	background-repeat:no-repeat;*/
	width:680px;
	height:23px;
	font-size:16px;
	font-weight:bold;
	color:#e01522;
	padding:6px 0px 4px 0px;
	font-family:Arial;
	border-bottom:solid 1px #e01522;
}
#my_acct_tablets .body
{
	/*background:url(images/my_acct_body.gif);
	background-repeat:repeat-y;*/
	padding:5px 0px 5px 0px;
	float:left;
	width:680px;
	border:solid 0px red;
	font-weight:normal;
}
#my_acct_tablets .footer
{
	/*background:url(images/my_acct_bottom.jpg);
	background-repeat:no-repeat;*/
	height:2px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	width:680px;
	
}
#my_acct_tablets h5
{
	font-family: Arial, Tahoma, Helvetica, Verdana;
	font-size: 12px;
	font-weight:bold;
	color:#000;
	padding:1px 0px 1px 0px;
	margin:0px 0px 0px 0px;
}
/* #my_acct_tablets .dottedline
{
	border-bottom:dotted 1px #adadad;
	padding-right:5px;
}*/
.dottedline
{
	border-bottom:dotted 1px #b7b6b6;
}
.straightline
{	height:20px;
	background:url(images/straightline.gif) repeat-x center left;}
.straightline_grey
{	
	border-bottom:1px solid #cccccc;}	

/* ----------------------------------- MY ACCOUNT LEFTNAV ----------------------------*/


#leftnav h3 {
	font-family: Arial, Verdana, Georgia;
	font-size: 11px;
	font-weight: bold;
	width:auto;
	display:block;
	padding:5px 0px 3px 15px;
	margin:0px;
	color:#858585;
	height:16px;
	text-decoration:none;
	font-size: 11px;
	color: #FFFFFF;
	background-color:#3b3b3b;
	
}
#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: 0px;
	font-family: Tahoma, Verdana, Arial;
}*/
/* my account dashboard title below */
#leftnav .myaccount {
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 13px;
	height:24px;
	display:block;
	background-image: url(images/my_account.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
/* leftnav below is for my account dashboard */
#leftnav {
	float: left;
	height: auto;
	margin:0px;
	padding:0px;
	width: 262px;
}
#leftnav_footer {
	float: left;
	width: auto;
	height:2px;
}
#leftnav .line {
	margin-left: 13px;
	margin-right: 12px;
}



#leftnav ul {
	display: block;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style-type: none;
}
#leftnav li a {
	display:block;
	padding:3px 2px 1px 35px;
	margin:0px 0px 0px 0px;
	color:#858585;
	background-color:#262626;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	background:url(images/ln_arrow.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}
#leftnav li a:visited {
	display:block;
	padding:3px 2px 1px 35px;
	margin:0px 0px 0px 0px;
	color:#858585;
	background-color:#262626;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	background:url(images/ln_arrow.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}
#leftnav li a:hover 
{
	display:block;
	padding:3px 2px 1px 35px;
	margin:0px 0px 0px 0px;
	color:#fff;
	background-color:#262626;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	background:url(images/ln_arrow.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}
.leftnav_titles
{
	width:248px;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 13px;
	height:24px;
	display:block;
	background-image: url(images/browse_catlog.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.leftnav_close
{
	width:172px;
	height:9px;
	background-image: url(images/ln_close.gif);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
}
.leftnav_close_sec
{
	width:172px;
	height:9px;
	background-image: url(images/ln_close.gif);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
}
#leftnav .help {
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 13px;
	height:24px;
	display:block;
	background-image: url(images/h_help.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

/* ------------------- COLLAPSIBLE AND EXPANDABLE MENU ------------------------ */

.menu, 
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Verdana, Georgia;
	font-size: 11px;
	font-weight: bold;
} 
.menu {
	width:auto;
} 
.menu li {
	margin:0px;
	padding:0px 0px 0px 0px;
	margin-top:5px;
} 
.menu a {
	display:block;
	padding:5px 2px 3px 18px;
	color:#858585;
	height:16px;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
	background-color:#3b3b3b;
} 
.menu a:visited
{
	display:block;
	padding:5px 2px 3px 18px;
	color:#858585;
	height:16px;
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
}
.menu a:hover {
	background-color: #686868;
	display:block;
	color: #fff;
	padding:5px 2px 3px 18px;
	text-decoration:none;
	height:16px;
} 
.menu li .selected {
	color: #fff;
	display:block;
	font-weight:bold;
	text-decoration:none;
}

.menu ul li 
{
	padding-left:10px;
	display:block;
	text-align:left;
}
.menu li ul
{
	display:block;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.menu li ul li
{
	display:block;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-indent:20px;

}
.menu li ul li a
{
	display:block;
	padding:3px 2px 1px 15px;
	margin:0px 0px 0px 0px;
	color:#858585;
	background-color:#262626;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	background:url(images/ln_arrow.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}
.menu li ul li a:visited
{
	display:block;
	padding:3px 2px 1px 15px;
	margin:0px 0px 0px 0px;
	color:#858585;
	background-color:#262626;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	background:url(images/ln_arrow.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}
.menu li ul li a:hover
{
	display:block;
	padding:3px 2px 1px 15px;
	margin:0px 0px 0px 0px;
	color:#fff;
	background-color:#262626;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	background:url(images/ln_arrow.gif);
	background-repeat:no-repeat;
	background-position:20px 7px;
}
.menu li ul li .selected
{
	color: #fff;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size: 11px;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
.menu ul a {
	display:block;
}
.menu li 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-family: Arial, Tahoma, Helvetica, Verdana;
	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 #b1b3b6;
}

.prod_details_inner_span
{
	margin-left:10px;
	margin-top:5px;
	padding-left:5px;
}
/*Added by deepali*/
/*
#Categorytopspace
{
	margin-top:6px;
}
*/
.parahead {
	font-family: Tahoma, Verdana, Arial;
	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:#b1b3b6;
}
.pricetooltipevenrow_bg
{
	background-color:#f4f4f4;
}

/* -------------------LN Newletter start here-----------------*/

#newsletter_ln
{
	background:url(images/newsletter_ln.gif);
	background-repeat:no-repeat;
	background-position:11px 0px;
	width:238px;
	height:98px;
	padding-left:15px;
	float:left;
	border:0px solid red;
}
#newsletter_ln .error
{
	padding-left:13px;
}
#newsletter_ln input
{
	width:170px;
	margin-left:12px;
	height:14px;
	border:solid 1px #7d7d7d;
	font-size:12;
	padding-top:4px;
	font-weight:bold;
	padding-left:5px;
}
#newsletter_ln .go
{
	background:url(images/go.gif);
	height:21px;
	width:29px;
	text-indent:-9999px;
	display:block;
	margin-left:3px;
	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-family: Verdana, Tahoma, Arial, Helvetica;
	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 ------------------ */
.component_grey
{
	border:solid 1px #b1b3b6;
	background-color:#f4f4f4;
}
.component_product_box
{
	float:left;	
}
#component_box 
{
	border:solid 1px #b1b3b6;
	background-color:#DAE2EF;
	width: 490px;
	float: left;
	height: auto;
	margin-top: 20px;
}
#cmp_text_box {
	float: right;
	width: 58%;
	border: 1px solid #009900;
	margin: 0px;
	background-position: top;
	height: 300px;
	padding: 8px;
}
#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: 470px;
	float:left;
}
.spryblc
{
	width:120px;
	float:left;
	padding: 5px;
	text-align:center;
	background-color:#ffffff;
	border:solid 1px #B2B2B2;
}
.spryblc_outline
{
	width:280px;
	float:left;
	background:#EAEEF5;
	padding: 5px 2px 5px 3px;
	border:solid 1px #B2B2B2;
}
.spryblock1
{
	width:auto;
	float:left;
}
.spryblock2
{
	width:490px;
	margin-top:10px;
	float:left;
}
.spryblock3
{
	width:auto;
	margin-top:10px;
	float:left;
}
.spryblock4
{
	width:auto;
	margin-top:5px;
	margin-bottom:10px;
	float:left;
}
.spryblc_review
{
	width:300px;
	float:right;
	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: hand;
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-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;;
	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: hand;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.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;
	height: 200px;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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-family:Verdana; font-size:10px; font-weight: bold;cursor:pointer;}
.Product-DefaultTabHover {color:black; background-image: url(images/tabs/hover_tab_bg.gif);font-family:Verdana; 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-family:Verdana; font-size:10px; font-weight: bold;cursor:default;}
.Product-DisabledTab {color:#AAAAAA; background-image: url(images/tabs/tab_bg.gif);font-family:Verdana; 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
*/
.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
}
a.remove1
{
	background:url(images/btn_or_remove_intab.gif);
	height:13px;
	width:46px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	border:none;
	cursor:pointer;
}
a.remove1: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
}
a.redlink:link
{
	color:#e01522;
}
a.redlink:visited
{
	color:#e01522;
}
a.redlink:hover
{
	color:#000;
}
.seperator
{	width:10px;
	height:10px;
}

#virtual_temp ul
{	margin:5px;
	padding:0px;
	}

#virtual_temp ul li
{	margin:0px 0px 0px 20px ;
	padding:2px;
	font-size:11px;
	font-weight:normal;}
