
/* -------------- added 28 July -------------------*/
*{
	margin:0px;
	padding:0px;
}
a img, a:focus{
	border:none;
	outline:none;
}
ul{
	list-style-type:none;
}
.clear{
	clear:both;
}
html,body {
	background:#0096c8 url(../images/bkg2.jpg) repeat-x top center;
	height:100%;
	
	padding-top:10px;
}
#container{
	background-color:#fff;
}
.align_middle{
	margin:auto;
}
.pad8{	
	padding:8px;
}
.rel2a{
	position:relative;
	top:0px;
	float:left;
}
.int_box{
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	
	border:1px solid #344e86;
	padding:2px;
	
	width:79px;
}

#myTooltip2{
	width:231px;
	background:url(../images/tooltip-bkg.gif) no-repeat top left;	
	display:none;	
	
	z-index:15;
}
#myTooltip2 div{
	position:relative;
	top:5px;
	left:0px;
	
	padding:6px 8px;
	
	display:block;	
	background:url(../images/tooltip-bkg.gif) no-repeat bottom left;
}
#myTooltip2 p{
	font:bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	
	margin-bottom:5px;
}
#myTooltip2 .flt{
	position:absolute;
	top:5px;
	left:-13px;
	
}
/*------------- end addition -------------*/

/*============= Input button ==============*/
/*------------------------------------*/

/*======================== spacing ===============*/
.vSpace{
	height:5px;
}
.vSpace2{
	height:10px;
}
.vSpace3{
	padding-bottom:15px;
}
.vSpace4{
	padding-bottom:8px;
}
.vSpace5{
	padding-bottom:5px;
}
.vSpace6{
	padding-bottom:10px;
}
.hSpace{
	width:5px;
}
.hSpace2{
	width:8px;
}
.spacing1{
	padding:0 12px;
}
/*===================== padding ===============*/
.lay_padd{
	padding:15px;
}
.pad_left{
	padding-left:15px;
}
.pad_left2{
	padding-left:8px;
}
.pad_left3{
	padding-left:4px;
}
/*=============== Layout ===================*/
#wrapper{
	background:#FFF;
	margin:10px auto 0;
	width:927px;
	
	position:relative;
}
/*----------------- changed 28 July ------------*/
/*#header{
	background:url(../images/header_bkg.jpg) repeat-x top center;
	border:2px solid #0099cb;
}
#header .details{
	background:url(../images/header_bkg2.jpg) no-repeat top right;
}
#navigation{
	height:26px;
	padding-top:6px;
}*/

/*Header css definition*/
#header{
	background:url(../images/header_bkg.jpg) repeat-x top center;
	height:81px;
}
#header .myLogo{
	position:absolute;
}
.headerPanelgroup{
	background:url(../images/panelGroup_bkg.jpg) no-repeat top right;
	height:79px;
}
/*float css definition*/
.float_left{
	float:left;
}
/*Navigation css definition*/
#navigation{
	background:url(../images/navi_bkg.jpg) repeat-x top center;
	border:1px solid #0f4c83;
	border-top:none;
	
	height:30px;
}
#navigation li{
	float:left;
}
#navigation li a:link,#navigation li a:visited{
	display:block;
	font:bold 12px Verdana, Arial, sans-serif;
	color:#344e86;
	
	text-decoration:none;
	text-transform:uppercase;
	
	padding:8px 8px 0 6px;
	height:22px;
	
	background:url(../images/navi_line.jpg) no-repeat top right;
}
#navigation li a.last{
	background:none;
}
#navigation li a:hover,#navigation li a#selected{
	color:#FFF;	
	background:#344e86 url(../images/navi_hover.jpg) no-repeat top right;
}
#highlight{
	background:#3b5998;
	border:1px solid #274689;
}
/*-----------------end changes----------------------*
/*=================== Box Model ===============*/

/* 16Feb10 Bhagwati modfied for 3Feb10 */
/*
.nbox{
	background:#FFF url(../images/box_bkg.jpg) repeat-x bottom center;
	border:1px solid #d5dbe6;
	
}
*/
.nbox{
	background:#FFF url(../images/box_bkg.jpg) repeat-x bottom center;
	border:1px solid #465d90;	
}
/* 16Feb10 Bhagwati end of modfied for 3Feb10 */

.box_wo{
	background:#fcfcfc;
	border:1px solid #d5dbe6;
}
.box2{
	padding-left:3px;
	background:#fcfcfc url(../images/box_bkg2.jpg) repeat-x bottom center;
	
	border:1px solid #bfc8d9;
	
	height:175px;
}
/*=================== list =====================*/
.artist_list{
	margin-bottom:10px;
}
.artist_list li{
	height:30px;
	position:relative;
	
	padding-left:35px;
}
.artist_list li .icon{
	position:absolute;
	top:1px;
	left:0px;
}
.artist_list li .icon2{
	position:absolute;
	top:-4px;
	left:0px;
}
.common_vlist{
	margin-bottom:10px;
}
.common_vlist li{
	background:url(../images/bullet.gif) no-repeat 0px 6px;
	padding-left:23px;
	
	margin-top:10px;
}
/*================== heading ===================*/
.nh1{
	font:bold 16px/16px "Trebuchet MS", Arial, sans-serif;
	color:#FFF;
	
	text-transform:uppercase;
	text-decoration:none;
	border:none
}
.sh_heading{
	background:url(../images/h_strip.gif) no-repeat top left;
	height:37px;
	
	font:bold 16px "Trebuchet MS", Arial, sans-serif;
	color:#FFFFFF;
	
	text-transform:uppercase;
	
	padding:5px 0 0 15px;
}
/*===================== typography ==============*/
.normal_text{
	font:normal 12px "Trebuchet MS", Arial, sans-serif;
	color:#333;	
}
.nor_txt{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#333;
}
.box2 legend{
	font:bold 16px/16px Arial, Helvetica, sans-serif;
	color:#3b5998;
	
	padding:0 5px;
}
/*====================== links ===================*/
#navigation, #navigation a:link, #navigation a:visited{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#0099cb;
	
	text-decoration:none;
}
#navigation a:hover{
	text-decoration:underline;
}
/*----------------*/
.lnk1, .lnk1:link, .lnk1:visited{
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	color:#254588;
	
	text-decoration:none;
}
.lnk1:hover{
	color:#d64005;
	text-decoration:none;
}
.lnk2, .lnk2:link, .lnk2:visited{
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	color:#FFF;
	
	text-decoration:none;
	text-transform:capitalize;
}
.lnk2:hover{
	color:#FFF;
	text-decoration:none;
}
.lnk3, .lnk3:link, .lnk3:visited{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#333;
	
	text-decoration:none;
	text-transform:capitalize;
}
.lnk3:hover{
	color:#d64005;
	text-decoration:none;
}
.lnk4, .lnk4:link, .lnk4:visited{
	font:bold 12px/18px Arial, Helvetica, sans-serif;
	color:#333;
	
	text-decoration:none;
}
.lnk4 span{
	color:#d64005;
}
.lnk5, .lnk5:link, .lnk5:visited{
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#254588;
	
	text-decoration:underline;
}
.lnk5:hover{
	text-decoration:none;
}
.hed_lnk, .hed_lnk:link, .hed_lnk:visited{
	font:bold 12px "Trebuchet MS", Arial, sans-serif;
	color:#bdc7d8;
	
	text-decoration:none;
	text-transform:uppercase;
}
.hed_lnk:hover{
	text-decoration:underline;
}
.h_lnk:link, .h_lnk:visited{
	font:normal 12px "Trebuchet MS", Arial, sans-serif;
	color:#eff9ff;
	
	font-style:oblique;
	
	text-decoration:none;
}
.h_lnk:hover{
	color:#FFF;
	text-decoration:none;
}
/* ================= frame border ========*/
.frame_box{
	float:none;
	padding:1px;
	background:#bdc7d8;
	border:1px solid #FFF;
}
/*============== tweeking ===============*/
.rel2{
	position:relative;
	top:4px;
}
.rel1{
	position:relative;
	top:3px;
}


/*--------------- Changed 28 July --------------*/
/*============= previous classes ==============*/
/*.bot_box{
	background-color:#9ddbff;
	border:2px solid #0099cb;
	padding:5px;
}

.bot_menu, .bot_menu a:link, .bot_menu a:visited{
	font:10px Arial, Helvetica, sans-serif;
	color:#000000;
	
	text-decoration:none;
}
.bot_menu a:hover{
	text-decoration:underline;
}*/

/*footer css definition*/
.bot_box{
	background-color:#3b5998;
	border:2px solid #465d90;
	padding:5px;
}
.bot_menu, .bot_menu a:link, .bot_menu a:visited{
	font:10px Arial, Helvetica, sans-serif;
	color:#FFF;
	
	text-decoration:none;
}
.bot_menu a:hover{
	text-decoration:underline;
}
/*-------------------------End changes-------------------------------*/
.techno_link, .techno_link a:link, .techno_link a:visited{
	font:9px Arial, Helvetica, sans-serif;
	color:#0085b0;
	text-decoration:none;
	
	letter-spacing:0.1em;
}
.techno_link img{
	float:none;
}
.techno_link a:hover{
	text-decoration:underline;
}

/*================ 28 July pop-up ==============*/
#pop_up{
	z-index:15;	
	display:none;
	
	width:254px;
}
#pop_up img{
	float:none;
}
#pop_up .info{
	background:url(../images/pop_down.gif) no-repeat bottom left;
	padding:5px 5px 30px;
	
	font:bold 12px/16px Arial, Helvetica, sans-serif;
	color:#333;
}
#pop_up .spc{
	height:25px;
}
/*--------------------- end changes -------------------------------*/
/*==================== 24 June =======================*/
.expireDate{
	font:bold 24px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	
	text-decoration:none;
}
/* changed on 14 Sept 2009 start*/ 
.round-top {width:252px; height:24px; background:url(../images/round-top.gif) no-repeat; display:inline; margin-right:11px; float:right; margin-top:2px; *margin-top:2px; padding-top:2px;}
.round-top a {font-family:Arial, Helvetica, sans-serif; font-size:11px; text-align:center; color:#193574; text-decoration:none; padding:0 6px 0 6px; font-weight:bold;}
.round-top a:hover { color:#990e0e;}

/* changed on 14 Sept 2009 end*/ 

/*** 09-Jan-10 Kapil Added for 20Nov09 from main_style.css for FAQ in header ***/
	.image1{
	padding-bottom: 10px;
	padding-left: 10px;
	}
	.lnkorg, .lnkorg:link, .lnkorg:visited{
font:bold 13px "Trebuchet MS", Arial, sans-serif;
color:#fd3608;

text-decoration:none;
}
.lnkorg:hover{
	color:#2549A1;
	text-decoration:none;
}
	
/*** 09-Jan-10 Kapil End of Added for 20Nov09 from main_style.css for FAQ in header ***/


/* 16Feb10 Bhagwati modified for 3Feb10 */
/*   28Jan10 Bhagwati Added for 22Jan10 */

/*.artist-title-innerpage{ background:url(../images/artist-casting-title.png) left top no-repeat;
                         height:23px; width:180px;
						 z-index:102; position:absolute; margin:99px 0px 0px 1px; padding:0px; 
					     }

.artist-title-newbg{ background:url(../images/artist-casting-newbg.png) repeat-x;
                     z-index:100; position:absolute; margin:118px 0px 0px 1px; padding:0px;
					 width:259px; height:20px; border-top:1px solid #ffffff;}
					 
.artist-title-flowers{background:url(../images/flowers.png) left 2px no-repeat;
                      float:right; width:70px; height:20px;}*/

/* freelance-alias */	


				  
/*.freelance-alias-innerpage{ background:url(../images/freelance-alias-title.png) left top no-repeat;
                            height:23px; width:180px;
						    z-index:102; position:absolute; margin:99px 0px 0px 1px; padding:0px; 
					     }

.freelance-alias-newbg{ background:url(../images/freelance-alias-newbg.png) repeat-x;
                        z-index:100; position:absolute; margin:118px 0px 0px 1px; padding:0px;
					    width:259px; height:20px; float:left; border-top:1px solid #ffffff; overflow:hidden;}

.freelance-alias-name{ float:left; line-height:20px; color:#ffffff; width:175px; 
                       border-right:1px solid #ffffff; padding-left:7px; font-family:"Trebuchet MS", Arial, sans-serif;
					   font-size:12px; font-weight:bold;}

.freelance-alias-changename{ float:right; width:68px; height:20px;line-height:20px;}

.freelance-alias-changename ul{ margin:0px; padding:0px;}
.freelance-alias-changename ul li{ margin:0px; padding:0px; display:inline;
                                  font-family:"Trebuchet MS", Arial, sans-serif;
					              font-size:12px; font-weight:bold;
								   
                                 }
.freelance-alias-changename ul li a{ color:#ffffff; text-decoration:none; display:block;
                                    float:left; width:auto; line-height:20px; margin-right:5px;
                                     }
									 
.freelance-alias-changename ul li a.im{ background:url(../images/help-mark.png) no-repeat; margin-top:2px;}
.freelance-alias-changename ul li a img{margin-left:0px; margin-top:2px; width:17px; height:17px;}



.liveauctions-alias-innerpage{ background:url(../images/liveauctions-alias-title.png) left top no-repeat;
                               height:23px; width:180px;
						       z-index:102; position:absolute; margin:99px 0px 0px 1px; padding:0px; 
					         }

.liveauctions-alias-newbg{ background:url(../images/liveauctions-alias-newbg.png) repeat-x;
                        z-index:100; position:absolute; margin:118px 0px 0px 1px; padding:0px;
					    width:259px; height:20px; border-top:1px solid #ffffff; overflow:hidden;}

.liveauctions-alias-name{ float:left; line-height:20px; color:#ffffff; width:175px; 
                       border-right:1px solid #ffffff; padding-left:7px; font-family:"Trebuchet MS", Arial, sans-serif;
					   font-size:12px; font-weight:bold;}

.liveauctions-alias-changename{ float:right; width:68px; height:20px;  line-height:20px;}

.liveauctions-alias-changename ul{ margin:0px; padding:0px;}
.liveauctions-alias-changename ul li{ margin:0px; padding:0px; display:inline;
                                  font-family:"Trebuchet MS", Arial, sans-serif;
					              font-size:12px; font-weight:bold;
								   
                                 }
.liveauctions-alias-changename ul li a{ color:#ffffff; text-decoration:none; display:block;
                                    float:left; width:auto; line-height:20px; margin-right:5px; 
                                     }
									 
.liveauctions-alias-changename ul li a.im{ background:url(../images/help-mark.png) no-repeat; margin-top:2px;}
.liveauctions-alias-changename ul li a.im img{margin-left:0px; margin-top:2px; width:17px; height:17px;}






*/

.artist-title-innerpage{ background:url(../images/artist-casting-title.png) left top no-repeat;
                         height:20px; width:180px;
						 padding:0px; 
					     }

.artist-title-newbg{ background:url(../images/artist-casting-newbg.png) repeat-x;
                     padding:0px;
					 width:257px; height:20px; border-top:1px solid #ffffff;}
					 
.artist-title-flowers{background:url(../images/flowers.png) left 2px no-repeat;
                      float:right; width:70px; height:20px;}



.freelance-alias-innerpage{ background:url(../images/freelance-alias-title.png) left top no-repeat;
                            height:20px; width:180px; clear:both;
						    padding:0px; 
					     }

.freelance-alias-newbg{ background:url(../images/freelance-alias-newbg.png) repeat-x;
                        padding:0px;
					    width:257px; height:20px; float:left; border-top:1px solid #ffffff; overflow:hidden;}

.freelance-alias-name{ float:left; line-height:20px; color:#ffffff; width:173px; 
                       border-right:1px solid #ffffff; padding-left:7px; font-family:"Trebuchet MS", Arial, sans-serif;
					   font-size:12px; font-weight:bold;}

.freelance-alias-changename{ float:right; width:68px; height:20px;line-height:20px;}

.freelance-alias-changename ul{ margin:0px; padding:0px;}
.freelance-alias-changename ul li{ margin:0px; padding:0px; display:inline;
                                  font-family:"Trebuchet MS", Arial, sans-serif;
					              font-size:12px; font-weight:bold;
								   
                                 }
.freelance-alias-changename ul li a{ color:#ffffff; text-decoration:none; display:block;
                                    float:left; width:auto; line-height:20px; margin-right:5px;
                                     }
									 
.freelance-alias-changename ul li a.im{ background:url(../images/help-mark.png) no-repeat; margin-top:2px;}
.freelance-alias-changename ul li a img{margin-left:0px; margin-top:2px; width:17px; height:17px;}


/* ------   Liveauctions-alias-name  ----- */
.liveauctions-alias-innerpage{ background:url(../images/liveauctions-alias-title.png) left top no-repeat;
                               height:20px; width:180px; padding:0px; 
					         }

.liveauctions-alias-newbg{ background:url(../images/liveauctions-alias-newbg.png) repeat-x;
                        padding:0px;
					    width:257px; height:20px; border-top:1px solid #ffffff; overflow:hidden;}

.liveauctions-alias-name{ float:left; line-height:20px; color:#ffffff; width:173px; 
                       border-right:1px solid #ffffff; padding-left:7px; font-family:"Trebuchet MS", Arial, sans-serif;
					   font-size:12px; font-weight:bold;}

.liveauctions-alias-changename{ float:right; width:68px; height:20px;  line-height:20px;}

.liveauctions-alias-changename ul{ margin:0px; padding:0px;}
.liveauctions-alias-changename ul li{ margin:0px; padding:0px; display:inline;
                                  font-family:"Trebuchet MS", Arial, sans-serif;
					              font-size:12px; font-weight:bold;
								   
                                 }
.liveauctions-alias-changename ul li a{ color:#ffffff; text-decoration:none; display:block;
                                    float:left; width:auto; line-height:20px; margin-right:5px; 
                                     }
									 
.liveauctions-alias-changename ul li a.im{ background:url(../images/help-mark.png) no-repeat; margin-top:2px;}
.liveauctions-alias-changename ul li a.im img{margin-left:0px; margin-top:2px; width:17px; height:17px;}

/* 16Feb10 Bhagwati end of  modified for 3Feb10 */

/*   15Feb10 Bhagwati Added for 3Feb10 */
.innerpage-logo{ width:269px; height:79px; float:left; padding:0px 0px 0px 16px;}
.innerpage-rightdiv{ width:500px; float:right;}
.innerpage-rightdiv-row{clear:both; width:auto}

.innerpage-usernamediv{ width:auto; float:right; padding-right:10px;}
.innerpage-usernamediv ul li{ display:inline; list-style:none;}
.innerpage-usernamediv ul li.last{ border-left:1px solid #75459d;
                                   padding-left:10px;}
.innerpage-usernamediv ul li.last a:hover{color:#a31d1e;}

.innerpage-balancebox{width:auto; float:right; height:24px; 
						/* 5June10 Bhagwati modified for 5June10 */
						/* 7June10 Bhagwati modified for 7June10 */
						
						/*margin-right:5px;*/ 
						/* 7June10 Bhagwati end of modified for 7June10 */
						/* 5June10 Bhagwati end of modified for 5June10 */
                      	
						
                      /*background:url(../images/balance-box1bg.jpg) repeat-x;*/
					  /* 7June10 Bhagwati end of modified for 7June10 */
					  }

/* 11Mar10 Bhagwati modified for 10Mar10 */

/*.innerpage-balancebox .spanbox{ display:block; float:left; padding-right:8px; height:19px; padding:5px 3px 0px 15px;
                            background:url(../images/balance-box1.jpg) right top no-repeat; }*/

.innerpage-balancebox .spanbox{ display:block; float:left; padding-right:8px; height:19px; padding:5px 3px 0px 15px;
                            background:url(../images/balance-box1.jpg) right top no-repeat; }

/* 11Mar10 Bhagwati end of modified for 10Mar10 */

/* 5June10 Bhagwati modified for 5June10 */
/*.innerpage-balancebox .spanbox ul li{ list-style:none; display:inline; padding:0px 3px;
                                   color:#3a2303; font-family:Arial, Helvetica, sans-serif;
								   font-weight:bold; font-size:11px;} */
								   
.innerpage-balancebox .spanbox ul li{ list-style:none; display:inline; padding:0px 1px;
                                   color:#3a2303; font-family:Arial, Helvetica, sans-serif;
								   font-weight:bold; font-size:11px;}
								   
/* 5June10 Bhagwati end of modified for 5June10 */

.innerpage-balancebox .spanbox ul li.linebg{ background:url(../images/white-line.gif) right top no-repeat; 
                                       }
.innerpage-balancebox .spanbox ul li.linebg img{ margin-right:3px; }

/* 5June10 Bhagwati modified for 5June10 */
/*.innerpage-balancebox .spanbox ul li.lastitem{ padding-left:7px;}*/
.innerpage-balancebox .spanbox ul li.lastitem{ padding-left:2px;}
/* 5June10 Bhagwati end of modified for 5June10 */

/* 11Mar10 Bhagwati modified for 10Mar10 */
/* .innerpage-balance-dollar{ z-index:3; position:absolute; margin-left:-50px; margin-top:-12px; width:39px; height:38px;
                          background:url(../images/balance-dollar.jpg) left top no-repeat;} */	
						  
.innerpage-balance-dollar{ z-index:3; position:absolute; margin-left:-41px; margin-top:-17px; width:39px; height:38px;
                          background:url(../images/balance-dollar.png) left top no-repeat;}

/* 11Mar10 Bhagwati end of modified for 10Mar10 */
.innerpage-freelancer-alias{ width:257px; height:136px; padding:0px;
	                         background:#bdc7d8; float:none;
	                         border:1px solid #FFF;
                             background:url(../images/freelancers.jpg) top no-repeat;}

.innerpage-artist-alias{     width:257px; height:136px; padding:0px;
	                         background:#bdc7d8; float:none;
	                         border:1px solid #FFF;
                             background:url(../images/artists.jpg) top no-repeat;}
							 
.innerpage-liveauctions-alias{width:257px; height:136px; padding:0px;
	                          background:#bdc7d8; float:none;
	                          border:1px solid #FFF;
                              background:url(../images/auction.jpg) top no-repeat;}
.howwork-help{ margin-top:10px; }
.manager-but{margin-left:5px; clear:both; text-align:right;}
.iaaa-membershipdiv{ width:301px; float:left; border:1px solid #465d90;}

.iaaa-liveauction-areadiv{ width:311px; float:right;  }
.innerpage-basicmember{ color:#3b5998; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
.iaaa-liveauction-areadivinner{border:1px solid #465d90; padding-top:5px; width:309px; float:left;}

.row-innerpage{ padding-top:15px; padding-bottom:15px;}

.inner-plans-row{ clear:both; font-size:12px; height:30px; 
                   color:#333333; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
.inner-plans-row a{color:#333333; text-decoration:none;}

.gold-planrow-icon{ background:url(../images/gold-icon.jpg) left top no-repeat;
                        width:16px; height:27px; float:left;}
/* 22Mar10 Bhagwai modified for 22Mar10 */
/*.gold-planrow{ height:23px; float:left; margin-top:2px; line-height:23px; padding:0px 50px 0px 8px;
                   background:url(../images/gold-bg.gif) repeat-x; border-right:1px solid #fdf0cc;}*/
				   
.gold-planrow{ height:23px; float:left; margin-top:2px; line-height:23px; padding:0px 28px 0px 8px;
                   background:url(../images/gold-bg.gif) repeat-x; border-right:1px solid #fdf0cc;}
/* 22Mar10 Bhagwai end of  modified for 22Mar10 */

.platinum-planrow-icon{ background:url(../images/patinum-icon.jpg) left top no-repeat;
                        width:16px; height:28px; float:left;}

/* 22Mar10 Bhagwai modified for 22Mar10 */
/*.platinum-planrow{ height:23px; float:left; margin-top:2px; line-height:23px; padding:0px 75px 0px 8px;
                   background:url(../images/platinum-bg.gif) repeat-x; border-right:1px solid #e0f7fe;}*/
				   
.platinum-planrow{ height:23px; float:left; margin-top:2px; line-height:23px; padding:0px 40px 0px 8px;
                   background:url(../images/platinum-bg.gif) repeat-x; border-right:1px solid #e0f7fe;}

/* 22Mar10 Bhagwai end of modified for 22Mar10 */

.trusted-planrow-icon{ background:url(../images/trusted-icon.jpg) left top no-repeat;
                        width:15px; height:28px; float:left;}
/* 22Mar10 Bhagwai modified for 22Mar10 */

/*.trusted-planrow{ height:23px; float:left; margin-top:2px; line-height:23px; padding:0px 50px 0px 8px;
                   background:url(../images/trusted-bg.gif) repeat-x; border-right:1px solid #e0f7fe;}*/

.trusted-planrow{ height:23px; float:left; margin-top:2px; line-height:23px; padding:0px 25px 0px 8px;
                   background:url(../images/trusted-bg.gif) repeat-x; border-right:1px solid #e0f7fe;}

/* 22Mar10 Bhagwai end of modified for 22Mar10 */

.inner-plans-help{float:left; width:10px; height:23px;}
.inner-plans-help img{ z-index:4; position:absolute; margin-left:-10px; margin-top:5px;}
.compare-plans{ float:right; width:66px; height:10px;}
/* 11Mar10 Bhagwati modified for 10Mar10 */
/*.compare-plans img{ z-index:4; position:absolute; margin-top:-14px; margin-left:-8px;}
*/
.compare-plans img{ z-index:4; position:absolute; margin-top:-20px; margin-left:-16px;}

/* 11Mar10 Bhagwati end of modified for 10Mar10 */
.innerpage-ad{ width:266px; height:187px; margin-top:15px;}

.innerpage-auction-pro{ width:142px; height:271px; float:left; padding-top:7px; margin-left:6px;
                        background:url(../images/liveauction_prod_bg.gif) left 7px no-repeat; text-align:left;}
/* 11Mar10 Bhagwati modified for 10Mar10 */
/*.innerpage-auction-pro h6{ color:#254588; font-family:Arial, Helvetica, sans-serif;
                           font-size:12px; text-decoration:underline;
						   font-weight:bold; text-align:center; padding:5px 0px 8px;}*/

.innerpage-auction-pro h6{ color:#254588; font-family:Arial, Helvetica, sans-serif;
                           font-size:12px; text-decoration:underline;
						   font-weight:bold; text-align:center; padding:0px 0px 4px;}

/* 11Mar10 Bhagwati end of modified for 10Mar10 */
.innerpage-auction-pro h6 a{ color:#254588; text-decoration:underline;}
/* 11Mar10 Bhagwati modified for 10Mar10 */
/*.innerpage-prodiv{ width:136px; margin:auto; text-align:center;
                   height:105px;}*/

.innerpage-prodiv{ width:136px; margin:auto; text-align:center;
                   height:95px; padding-top:36px;}

/* 11Mar10 Bhagwati end of modified for 10Mar10 */

.innerpage-product-time{ color:#d64005; font-size:20px; text-align:center;
                         font-weight:bold; width:136px;
                         font-family:Arial, Helvetica, sans-serif;}
/* 11Mar10 Bhagwati modified for 10Mar10 */
/*.innerpage-product-price{color:#228551; padding-top:8px; padding-bottom:8px; font-size:18px; text-align:center;
                         font-weight:bold; width:136px;
                         font-family:Arial, Helvetica, sans-serif;}*/

.innerpage-product-price{color:#228551; padding-top:1px; padding-bottom:1px; font-size:18px; text-align:center;
                         font-weight:bold; width:136px;
                         font-family:Arial, Helvetica, sans-serif;}

/* 11Mar10 Bhagwati end of modified for 10Mar10 */
.innerpage-name{color:#333333; font-size:12px; text-align:center;
                font-weight:bold; width:136px;
                font-family:Arial, Helvetica, sans-serif;}

/* 11Mar10 Bhagwati modified for 10Mar10 */
/*.innerpage-bidbutton{ width:136px; height:56px; margin-top:14px;
                      z-index:3px; text-align:center;
                      background:url(../images/buy_shadow.gif) 28px 29px no-repeat;}*/
					  
.innerpage-bidbutton{ width:136px; height:56px; margin-top:8px;
                      z-index:3px; text-align:center;
                      background:url(../images/buy_shadow.gif) 28px 29px no-repeat;}

/* 11Mar10 Bhagwati end of modified for 10Mar10 */
					  
.innerpage-invitefriends{ width:311px; padding:18px 0px 0px; 
                          text-align:center; float:left;}

.artist_listnew{ padding:7px 0px 5px 15px;}						  
.artist_listnew ul li{ list-style:none; padding-bottom:7px; }
.artist_listnew ul li a{ text-decoration:none; color:#333333;}
.artist_listnew span.text{display:block; width:230px; float:left; height:25px; line-height:25px; clear:right; }
.artist_listnew span.img3{width:30px; float:left; clear:none;}
.artist_listnew span.img2{width:20px; clear:none;}

.artist_listnew ul li span a{ color:#333333;  line-height:25px;}
.vSpace-new{ height:7px;}
/*   15Feb10 Bhagwati end of Added for 3Feb10 */

/* 12Mar10 Kapil Added for showing the empty msg o useraccount acc page for featured auction*/
.useraccountemptyauction{ width:284px; height:271px; float:left; padding-top:7px; margin-left:6px;
                         text-align:left;font:bold 12px Verdana, Arial, Helvetica, sans-serif;
						color:Black;
						font-style:oblique;}

/* 12Mar10 Kapil End of Added for showing the empty msg o useraccount acc page for featured auction*/

/* 11Mar10 Bhagwati added for 10Mar10 */

.control-panel-strip{ width:86px; height:71px; z-index:4; margin-left:1px; margin-top:1px; 
                      background:url(../images/control-panel-strip.png) left top no-repeat;
                      position:absolute;}
.bal-newposition{ z-index:4; position:absolute;
                 height:24px; 
                      background:url(../images/balance-box1bg.jpg) repeat-x; margin-left:-575px; margin-top:26px;}

.bal{width:auto; float:right; height:24px; }

/* 11Mar10 Bhagwati end of added for 10Mar10 */

/*05Jun10 Kapil modified for header row*/
.innerpage-secondblankrow
{
	height:23px;
}
/*05Jun10 Kapil end of modified for header row*/


/* 7June10 Bhagwati added for 7June10 */
#myspecialdiv{ width:440px;}
#myspecialdiv-inner{ width:344px;}
#myspecialdiv-inner table, #myspecialdiv table{ float:none; margin:auto;}
/* 7June10 Bhagwati end of added for 7June10 */

/* 8June10 kapil added for account and bid balance div in header */
#divBidAccBalance{ width:440px;}
#divBidAccBalanceInner{ width:344px;}
#divBidAccBalanceInner table, #divBidAccBalance table{ float:none; margin:auto;}
/* 8June10 kapil end of added for account and bid balance div in header */

/*11Jun10 Kapil added for cent and posted by strip*/
.control-panel-strip-withoutbg
{ 
	width:86px; height:71px; z-index:4; margin-left:1px; margin-top:1px; 
    position:absolute;
}
/*11Jun10 Kapil end of added for cent and posted by strip*/
    



