/* common */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	background-color: #e3e3e3;
}

fieldset,
a img {
	border: none;
}

a,a:link{
	text-decoration: none;
	color: #333;
	outline: none;
}
a:hover {
	text-decoration: none;
}

input,
select,
textarea {
	font: normal normal 1.1em Arial, Helvetica, sans-serif;
	color: #333;
}

/* container */
body {
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	width: 1000px;
	margin: 0 auto;
}

/* header */
 /*
#header{
	width:100%;
	overflow:hidden;
}

#header .headerWrapper{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
}

#header .headerContents{
	background: url(../../images/new/color-w/header-bg.gif);
	width:982px;
	height:96px;	
}

#header .headerLeft{
	background: url(../../images/new/color-w/header-left.gif) no-repeat;
	width:7px;
	height:96px;
}

#header .headerRight{
	background: url(../../images/new/color-w/header-right.gif) no-repeat;
	width:11px;
	height:96px;
}

#header .headerContents,
#header .headerLeft,
#header .headerRight{
	float:left;
}

#header .headerContents .blackSection{
	background:#000;
	float:right;
	width:780px;
	height:48px;
	margin-top:-84px;
	position:relative;
	top:100%;
}

#header .headerContents .blackSection .blackSectionBegin{
	background: url(../../images/new/color-w/header-black-start.gif) no-repeat;
	width:5px;
	height:48px;
	float:left;	
}

#header #logo{
	background: url(../../images/new/color-w/ztail-logo.gif) no-repeat;
	width:128px;
	height:53px;
	float:left;
	margin:16px 0 0 18px;
}

#header .linksA{
	font-size:12px;
	float:right;
	height:22px;
	padding:8px 10px 0 0;
}

#header .linksA, #header .linksA a{
	color:#fff;
}

#header .sectionElements{
	margin:14px 0 0 6px;
}

#header .sectionElements, #header .sectionElements a{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#header .sectionElements ul{
	list-style:none;
	margin-top:4px;
	padding:0;
	float:left;
}

#header .sectionElements ul li{
	display:inline;
	margin:0 16px 0 10px;
}

#header .sectionElements ul li.active a{
	color:red;
}

#header .sectionElements .text{
	background: url(../../images/new/color-w/search-bg.gif) no-repeat;
	width:250px;
	height:22px;
	border:none;
	float:left;
}

#header .sectionElements .button{
	background: url(../../images/new/color-w/search-button.gif) no-repeat;
	width:54px;
	height:20px;
	border:none;
	float:left;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

#header .sectionElements input{
	margin-left:8px;
}


*/


/*header_new*/

#header ol,#header ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}
#header p{
    margin:0;
    padding:0;
}

#header{
    width:100%;
    height:103px;
    position:relative;
    font-size:12px; 
    padding-right: 5px;
}

#header .o, #header .c, #header .m{
    background:transparent url(../../images/header/head_bg_sprite.png);
}

#header .o{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:8px;
    background-position:0 0;
}

#header .c{
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:14px;
    background-position:-8px 0;
}

#header .c i{
    display:block;
    width:6px;
    height:38px;
    position:absolute;
    left:0;
    bottom:6px;
    background:transparent url(../../images/header/bg_sprite_1.png) 0 -252px;
}

#header .m{
    position:absolute;
    top:0;
    left:8px;
    right:14px;
    bottom:0;
    background-position:0 -103px;
}

#header .m .logo{
    position:relative;
    float:left;
    width:123px;
    height:51px;
    margin:20px 0 0 20px;
}

#header .blackBar .tabMenu{
    height:28px;
    overflow:hidden;
}

#header .blackBar .tabMenu li{
    display:inline;
    float:left;    
}

#header .blackBar{
    bottom:6px;
    /*left:160px;*/
    left:194px;
    position:absolute;
    right:0;
}

#header .blackBar .bottom{
    height:38px;
    width:100%;
    margin-left:1px;
    color:#fff;
    position:relative;
    background:transparent url(../../images/header/bg_sprite_1.png) 0 -290px;
}

#header .blackBar .bottom .searchBar label{
    left:100px;
    position:relative;
    top:2px;
}

#header .blackBar .bottom .searchBar{
    width:auto;
    float:left;
    margin-left:12px;    
    position:absolute;
    top:7px;
}

#header .blackBar .bottom .searchBar .text{
    width:224px;
    height:20px;
    border:none;
    padding:1px;
    background:transparent url(../../images/header/edit_bg1.gif) no-repeat;
}

#header .blackBar .bottom .searchBar .search{
    background:transparent url(../../images/header/search.png) no-repeat;
    margin-left:10px;
    border:none;
    width:70px;
    height:20px;
    cursor:pointer;
    position:absolute;
    bottom:0;
}

#header .linkMenu *{
    color:#fff;
    text-decoration:none;
}

#header .linkMenu{
    font-size:12px;
    font-weight:bold;
    letter-spacing:0.05em;
    overflow:hidden;
    position:absolute;
    right:12px;
    /*top:12px;*/
    top:0px;
}

#header .linkMenu ul li{
    display:inline;    
    padding:0 6px;
    border-left:2px solid #fff;
}

#header .linkMenu ul .noseperator{
    border:none;
}





/*header_new end*/

/*HEADER BUTTONS*/
/*BUTTON STYLE - 1*/
.t-component{display:inline-block;}
.t-component td{vertical-align:middle;}
.t-component .t-btn{cursor:pointer;white-space:nowrap;line-height:normal;}
.t-btn .t-btn-left,.t-btn .t-btn-right{background:transparent url(../../images/header/bg_sprite_1.png) no-repeat 0 0;height:28px;width:7px;}
.t-btn-left i, .t-btn-right i{display:block;font-size:1px;line-height:1px;overflow:hidden;width:7px;}
.t-btn .t-btn-center{background:transparent url(../../images/header/bg_sprite_1.png) repeat-x 0 -56px;padding:0;}
.t-btn em {font-style:normal;font-weight:normal;}
.t-btn button,.t-btn span{background:transparent none;cursor:pointer;overflow:visible;padding-left:7px;padding-right:7px;border:0 none;width:auto;margin:0;}
.t-btn .t-btn-text{font-size:14px;font-weight:bold;color:#999;line-height:1.5em;}
.t-btn .t-btn-left{background-position:0 0;}
.t-btn .t-btn-right{background-position:0 -28px;}

/*MOUSE OVER*/
.t-component:hover .t-btn-left,.t-btn-over .t-btn-left{background-position:0 -84px;}
.t-component:hover .t-btn-right,.t-btn-over .t-btn-right {background-position:0 -112px;}
.t-component:hover .t-btn-center,.t-btn-over .t-btn-center {background-position:0 -140px;}
.t-component:hover .t-btn-text,.t-btn-over .t-btn-text{color:#000;}
/*END MOUSE OVER*/

/*ACTIVE*/
.t-component:active .t-btn-left,.t-btn-active .t-btn-left{background-position:0 -168px;}
.t-component:active .t-btn-right,.t-btn-active .t-btn-right {background-position:0 -196px;}
.t-component:active .t-btn-center,.t-btn-active .t-btn-center {background-position:0 -224px;}
.t-component:active .t-btn-text,.t-btn-active .t-btn-text{color:#fff;}
/*END ACTIVE*/

.t-icon-btn .t-btn button,.t-icon-btn .t-btn span{background:url(../../images/header/icons-sprite.png) no-repeat 0 0;padding-left:0;text-indent:22px;}
.t-btn span{display:block;height:20px;}
/*END BUTTON STYLE - 1*/


/*BEVELLED BUTTON*/
.bevelled .t-btn .t-btn-left,.bevelled .t-btn .t-btn-right{background:transparent url(../../images/header/botton_sprite_1.png) no-repeat 0 0;height:24px;width:10px;}
.bevelled .t-btn .t-btn-center{background:transparent url(../../images/header/botton_sprite_1.png) repeat-x 0 -48px;padding:0;}
.bevelled .t-btn .t-btn-left{background-position:0 0;}
.bevelled .t-btn .t-btn-right{background-position:100% -24px;width:24px;}
.bevelled .t-btn .t-btn-text{font-size:11px; color:#fff;}
.bevelled .t-btn .t-btn-right i{
    width:16px;
    height:16px;
    margin-top:-4px;
    background:transparent url(../../images/header/button_arrow_icon.png) no-repeat;
}

.bevelled:hover .t-btn .t-btn-right i,.bevelled .t-btn-over .t-btn .t-btn-right i {
    background-position:0 -16px;
}
/*END BEVELLED BUTTON*/

/*HEADER BUTTONS END*/



#sideNav{
	width:184px;
	float:left;
}
  

.sideNavBar{
	/*background: url(../../images/left_nav_bak.gif) no-repeat;  */
    background: url(../../images/leftvnew_blue.gif) no-repeat;
	width:184px;
	height:657px;
	
}

.sideNavBar a{
	font-size:12px;
	/*font-weight:bold;*/
	/*color:#fff;*/
    color: #8f8f8f;
}
.sideNavBar a:hover{
    text-decoration: underline;
} 


.sideNavBar ul{
	list-style:none;
	margin:0;
	padding:22px 0 0 18px;
}

.sideNavBar ul li{
	height:18px;
}

.sideNavBar h4{
	margin:0;
    color: #0479ef;
    font-size:14px;
}

.sideNavBar h4 a{
	font-size:18px;
}

.sideNavBar .subtitle a{
	color:#dc0004;
	font-size:14px;
	font-weight:bold;
}

.sideNavBar .subtitle{
	margin-top:8px;
}

.contentWrapper{
	width:994px;
	overflow:hidden;
	margin:0 auto;
}

.sideNavClose{
    /*background: url(../../images/new/color-w/side-menu-bg-close.gif) no-repeat;*/
	background: url(../../images/new/color-w/side-menu-bg_bott.gif) no-repeat;
	width:184px;
	height:11px;
}

#mainContent{
	width:800px;
	float:left;
	margin-left:8px;
}

.getWorth{
	background: url(../../images/new/color-w/getworth.png) no-repeat;
	width:495px;
	height:158px;
	float:left;
	color:#fff;
}

.getWorthContents{
	width:262px;
	height:76px;
	margin:72px 0 0 196px;
	font-size:12px;
}

.getWorthContents .text{
	background: url(../../images/new/color-w/getworth-search-input.gif) no-repeat;
	width:180px;
	height:22px;
	border:none;
	float:left;
}

.getWorthContents .button{
	background: url(../../images/new/color-w/search-bg-green.gif) no-repeat;
	width:57px;
	height:24px;
	border:none;
	float:left;
}

.advertisement{
	background: url(../../images/new/color-w/advertise.gif) no-repeat;
	width:300px;
	height:250px;
	float:left;
}

.mainBanner{
	background: url(../../images/new/color-w/banner-info.png) no-repeat;
	height:318px;
	width:800px;
	color:#333;
    float: left;
}

.mainBannerContent{
	height:111px;
	width:216px;
	/*position:relative;  */
    margin-left:223px;
    margin-top:134px;
	/*left:224px;
	top:138px;   */
	font-size:13px;
	font-weight:bold;
}

.mainBannerContent a{
	color:#0066cc;
	font-size:18px;
}

.mainBannerContent .getStarted{
	color:#fff;
	height:24px;
	width:97px;
	/* text-indent:-999em; */
	/* background: url(../../images/new/color-w/btn-get-started.gif) no-repeat;*/
	cursor:pointer;
}

/* footer */
#footer {
	font-size: 12px;
	margin: .5em 0;
}
#footer #bottomNav {
	width: 1000px;	
}
#footer #bottomNav #bottomNavWrapper {
}
#footer #bottomNav #bottomNavWrapper ul {
	background: url(../../images/new/bg-logo-small.gif) no-repeat left center;
	padding: 1em 30px 1em 70px;
	margin: 0 2em;
	list-style: none;
}
#footer #bottomNav ul li {
	display: inline;
	border-left: #999 solid 1px;
	padding: 0 7px 0 9px;
	margin: 0px;
}
#footer #bottomNav ul li.FirstItem {
	border-left: none;
	padding-left: 0px;
}
#footer #bottomNav ul li a:link,
#footer #bottomNav ul li a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bolder;
}
#footer #bottomNav ul li a:hover {
	text-decoration: underline;
}
#footer p {
	text-align: center;
	color: #666;
	margin: 0px;
	padding: .5em 0;
}
#footer p a:link,
#footer p a:visited {
	color: #666;
	font-weight: bolder;
}

/*LIST ITEM PAGES*/
.clear{
	clear:both;
}

.itemPage{
	color:#000;
}

.itemPage .itemPageHead{
	background: url(../../images/new/color-w/item-display-pager-top.gif) no-repeat;
	height:27px;
	padding:6px 0 0 20px;
	/* width:800px;	*/
    margin-left:2px;
}

.itemPageHead, .itemPageHead a{
	font-size:14px;
	color:#fff;
}
.itemPage .itemPageHead a:hover{  
    text-decoration: underline;
} 

.itemPageClose{
	background: url(../../images/new/color-w/item-display-pager-bottom.gif) no-repeat;
	width:100%;
    margin-left:2px;
	height:10px;
}

.items{
	width:754px;
	margin:28px 0 0 28px;
	overflow:hidden;
}

.item{
	width:162px;
	height:216px;
	float:left;
	margin-left:28px;	
}

.firstItem{
	margin-left:0px;
}

.itemPageContents{
    margin-left:2px;
	overflow:hidden;
	width:100%;
	background: url(../../images/new/color-w/item-display-pager-bg.gif) repeat-y;
}

.newtestContents {
background:transparent url(../../images/new/logos/whitebg.gif) repeat-y;
overflow:hidden;
width:750px;
}
 .newtestContentsclose{
 background: url(../../images/new/logos/border-bottom.gif) no-repeat;
     
 }


.itemPageworth{
    overflow:hidden;
    width:100%;
    background: url(../../images/new/newbg.gif) repeat-y;
}

.itemPageContents ul#rsvp{
	list-style:none;
	margin:0;
	padding:0;
}

.itemPageContents ul#rsvp li{
	/*border-top:1px solid #ececec;*/
    padding-top:41px;
	/*padding:18px 0 0 0;*/
	width:754px;
	height:216px;
}   

.itemImage, .itemName, .itemDesc{
	text-align:center;
}

.itemName{
	margin-top:18px;
	font-size:12px;
	font-weight:bold;
}

.itemDesc{	
	padding-bottom:8px;
	margin:0 4px 0 4px;
	border-bottom:1px solid #ececec;
}

.itemDesc, .itemPrice{
	color:#666;
	font-size:12px;	
}

.itemPrice{
	position:relative;
	margin:4px 4px 0 4px;
    color: black;
}

.itemPrice .price{
/*	position:absolute;*/
	right:0;
	top:0;
	font-weight:bold;
    color:blue;
  
}

.rsvpPrice .price{
	color:#0066cc;
}

.itemProductsHead{
	/*width:500px;*/
	float:left;
	font-size:20px;
	font-weight:bold;
    border-bottom:1px solid #ECECEC;
    width:731px;
    padding-bottom:4px;
}

.itemPager{
	width:279px;
	float:right;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}

.itemPager a{
	text-decoration:underline;
}

.itemPager span{
	color:#ccc;
}

.productContent{
	width:754px;
	margin:18px;
	overflow:hidden;
	font-size:12px;
}

.productImage{
	float:left;
	width:100px;
}

.productDetails{
	width:580px;
	float:left;
	margin-left:26px;
}

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

.rsvpTag{
	width:572px;
	height:57px;
	background: url(../../images/new/color-w/rsvp-tag-bg.gif) no-repeat;
}

.rsvpTag h4{
	font-size:14px;
	margin:0;
	padding:20px 0 0;
	position:relative;
    color: black;
}


.howItWorks{
	color:#fff;
	height:24px;
	width:129px;
	/* text-indent:-999em;
	background: url(../../images/new/color-w/see-how-it-works.gif) no-repeat;  */
	cursor:pointer;
	position:absolute;
	right:0;
	top:20px;
}


.storeDetails{
    width:515px;
    overflow:hidden;
    clear:both;
    padding-top:140px;
    /* margin:0 auto;*/
}

.storeNav{    
    width:240px;
    float:left;    
}

.storeNav ul{
    margin:0;
    padding:0;
    background:#fff;
}

.storeNav ul li{

    margin:0;
    padding:0;
    /* width:240px;*/
    width:318px;
    height:52px;
    border:none;
    
}

.storeNav .heading{
    color:#fff;
    /* background: url(../../images/new/color-w/store-name-bg.gif) no-repeat; */
    background: url(../../images/new/color-w/gray.gif) no-repeat;
    height:27px;
    font-weight: bold;
}

.storeNav ul li .storeName{
    width:14%;
    /* width:60%;  */
}

.storeNav ul li .storePrice{
    width:9%; 
    /* width:30%;  */
}

.storeNav ul li .storeName{
float:left; 
margin:10px 0 0 10px; 
}

.storeNav ul li .storePrice{
   float:left; 
    /* margin:6px 0 0 8px; */
    margin:6px 39px 0 0px; 
}

 /*
.storeNav ul li .storeName{
    width:60%;
}

.storeNav ul li .storePrice{
    width:30%;
}

.storeNav ul li .storeName,
.storeNav ul li .storePrice{
    float:left;
    margin:6px 0 0 8px;
}
      */
.storeNav .active{
    background:#ececec;    
}

.goToStore{
   /* background: url(../../images/new/color-w/go-to-store.gif) no-repeat;*/
    color:#FFFFFF;
    cursor:pointer;
    float:right;
    height:24px;
    position:absolute;
    right:54px;
   /* text-indent:-999em;*/
    /* top:47px;  */
    top:222px; 
    width:96px;
}

.storeDescription{
   
    margin-left:318px;
    width:206px;
    margin-top:-82px; 
    /* float:left; */
    float:left;
    position:relative; 
    background: url(../../images/new/color-w/leftgray.gif) no-repeat;
      
}

.storePriceTable{
    /* width:298px;  */
    width:197px;
    overflow:hidden;
    background:#fff;
    margin:22px 0 0 32px;
}

.storePriceTable table{
    color:#666;
    border-collapse:collapse;
}

.storePriceTable table td{
    width:74px;
    padding:10px;
}

.bold{
    font-weight:bold;
}

.rsvpBlue{
    color:#0066cc;
}
/*-------TAKEOFF PAGE---------*/
#takeoff{
   
    color:#666;
}

#takeoffContainer{
    width:936px;
    margin:14px auto 0 auto;
    background: url(../../images/new/color-w/takeoff-page-bg.gif) no-repeat;
    overflow:hidden;
}

#takeoffContainer #primaryCol{
    float:left;
    width:600px;
}

#takeoffContainer #secondaryCol{
    float:left;
    width:320px;    
    margin-left:14px;
}

.pColProduct{
    float:left;
    width:124px;
    text-align:center;
}

.pColProduct div{
    margin-top:8px;
}

.pColProductName{
    font-weight:bold;
    color:#000;
}

.pColDesc{
    float:left;
    width:376px;
    margin-left:8px;
}

.pColHead{
    font-size:20px;
    font-weight:bold;
    color:#000;
}

.pColContainer{
    margin:130px 0 0 76px
}

.sColContainer{
    width:319px;
    margin-top:5px;
    background: url(../../images/new/color-w/signup-bg.gif) no-repeat;
    
}

.sColContainerClose{
    width:319px;
    height:6px;
    background: url(../../images/new/color-w/signup-bg-close.gif) no-repeat;    
    font-size:1px;
}

.signupMargin{
    margin-top:86px;
}

#signUp{
    color:#333;
    padding-top:30px;
}

.ztailEntry{
    clear:both;
    height:32px;
    width:256px;
    margin:4px auto 0 auto;
}

.ztailEntry .label{
    font-weight:bold;
    width:72px;
    float:left;
}

.ztailEntry .input{
    width:184px;
    float:left;
}

.ztailEntry .input .text{
    border:2px solid #fff;
    border-top:2px solid #a7a7a7;
    border-left:2px solid #a7a7a7;
    width:174px;
    height:18px;
}

.ztailEntry.profile .label{
    width:88px;
}

.ztailEntry.profile .input{
    width:162px;
}

.ztailEntry.profile .input .text{
    width:158px;
}


#signUp h2, 
.ztailPurpose,
.sslAssurance{
    text-align:center;
}

.ztailPurpose{
    margin-bottom:20px;
}

.sslAssurance{
    font-size:10px;
    padding-left:16px;
    width:162px;
    height:14px;
    margin:0 auto;
    clear:both;
    background: url(../../images/new/color-w/lock-icon.gif) no-repeat;
}

#signUp h2{
    font-size:16px;
    margin:0;
}

#no-go-to-store{
    text-align:center;
    padding:8px 0 8px 0; 
}

#no-go-to-store a{
    color:#666;
    text-decoration:underline;
}

.ztailEntry.buttons{
    text-align:center;
}

#signUp .submitButton,
#signUp .cancelButton{
    width:61px;
    height:24px;    
    border:none;
    margin:0 10px 0 10px;
}

#signUp .submitButton{
    background: url(../../images/new/color-w/submit-button.gif) no-repeat;
}

#signUp .cancelButton{
    background: url(../../images/new/color-w/cancel-button.gif) no-repeat;
}


#signUp form{
    padding-bottom:12px;   
}

#takeoffFooter{
    width:1000px;
    overflow:hidden;
    text-align:center;
    color:#797979;
    margin:10px auto 0 auto;
    padding-top:12px;
    border-top:1px solid #ececec;
}

#takeoffFooter a{
    color:#000;
}

.fullPageTabber{
	background: url(../../images/new/color-w/tabber_top_bg.gif) no-repeat;	
	margin-top:4px;
	color:#000;
}

.fullPageTabberTabNav{
	height:33px;
	width:990px;
	font-size:12px;
}

.fullPageTabberTop{
    background: url(../../images/new/color-w/tabber_top_full_bg.gif) no-repeat;
    height:5px;
    width:990px;
}

.fullPageTabberTabNav, .fullPageTabberTabNav a{
	color:#fff;	
}

.fullPageTabberTabNav a .navLink{
	background: url(../../images/new/color-w/tabber_lt_inactive.gif) no-repeat left top;
	float:left;
	padding:6px 22px;
	height:21px;
	cursor:pointer;
}

.fullPageTabberTabNav ul{
	list-style:none;
	margin:0;
	padding:0;
}

.fullPageTabberTabNav ul li{
	display:inline;	
	float:left;	
	background: url(../../images/new/color-w/tabber_rt_inactive.gif) no-repeat right top;		
}

.fullPageTabberTabNav ul li.last{
	background: url(../../images/new/color-w/tabber_lt_inactive.gif) no-repeat left top;	
	width:3px;
	min-width:3px;
}


/**Active tab**/
.fullPageTabberTabNav ul li.active{
	background:#fff url(../../images/new/color-w/tabber_rt_active.gif) no-repeat right top;
	color:#000;
}

.fullPageTabberTabNav ul li.active a{
	color:#000;
}

.fullPageTabberTabNav .active a .navLink{
	background: url(../../images/new/color-w/tabber_lt_active.gif) no-repeat left top;	
}

/*End active tab*/

.fullPageTabberBody{
	background: url(../../images/new/color-w/tabber_body_bg.gif) repeat-y;
}

.fullPageTabberClose{
	background: url(../../images/new/color-w/tabber_bottom_bg.gif) no-repeat;
	height:11px;
}

.listTypeA{
	margin:0 22px 0 52px;
	padding-top:22px;
}

.listTypeA .table{
	font-size:12px;
	overflow:hidden;
	color:#666;
}

.listTypeA .table .tableHeader{
	height:32px;	
	font-weight:bold;	
	background:#ececec url(../../images/new/color-w/tabber_item_head.gif) no-repeat left top;	
}


.listTypeA .table .tableHeader div{
	float:left;
	margin:12px 0 0 16px;
}

.listTypeA .table .col1{width:84px;}
.listTypeA .table .col2{width:248px;}
.listTypeA .table .col3,.listTypeA .table .col4,.listTypeA .table .col5,.listTypeA .table .col6{width:90px;}
.listTypeA .table .col7{width:114px;}


.listTypeA .table .tableBody .col1,
.listTypeA .table .tableBody .col2,
.listTypeA .table .tableBody .col3,
.listTypeA .table .tableBody .col4,
.listTypeA .table .tableBody .col5,
.listTypeA .table .tableBody .col6,
.listTypeA .table .tableBody .col7{	
	float:left;
	margin-left:16px;
}

.listTypeA .table .col3,
.listTypeA .table .col4,
.listTypeA .table .col5,
.listTypeA .table .col6,
.listTypeA .table .col7{
	text-align:center;	
}

.listTypeA .table .tableBody .col3,
.listTypeA .table .tableBody .col4,
.listTypeA .table .tableBody .col5,
.listTypeA .table .tableBody .col6,
.listTypeA .table .tableBody .col7{
	color:#000;	
}

.listTypeA .table .tableBody strong{
	color:#000;
}

.listTypeA .table .listProduct{
	border-bottom:1px solid #ececec;
	padding:6px 0;
	overflow:hidden;
}

.listTypeA .table .total{
	clear:both;
	/*width:227px;
	float:right;
	margin-right:90px;
	border:1px solid;*/
}

.sellWithRsvp{}
.rsvpAction{clear:both;margin-bottom:8px;}

.sellWithRsvp div{
	/*width:99px;*/
    width: 118px;
	height:25px;
	/* background:url(../../images/new/color-w/sell_with_rsvp_bttn.gif) no-repeat; */
	cursor:pointer;
}

.sellWithRsvp.disabled div{
	/* background:url(../../images/new/color-w/sell_with_rsvp_d_bttn.gif) no-repeat; */
}

.rsvpAction.edit div{
	width:57px;
	height:23px;
	/* background:url(../../images/new/color-w/edit.gif) no-repeat;*/
	cursor:pointer;
}

.rsvpAction.delete div{
	width:57px;
	height:23px;
	/* background:url(../../images/new/color-w/delete.gif) no-repeat;  */
	cursor:pointer;
}
 /*  dec, 17 2008*/
.margin20{
    margin:20px;
    overflow:hidden;
}

.productDisplay{    
    float:left;
    width:200px;    
    margin-left:40px;
}

.productDetailsForm{
    float:left;
    width:690px;
    margin-left:20px;
    color:#000;
    font-size:12px;
}

.productDetailsForm h1{
    font-size:20px;
    margin:0;
}

.productDetailsForm h2{
    font-size:16px;
    margin:0;
}

.productDetailsForm .form{
    /* border-top:1px solid #ececec;   */
    width:100%;
    margin-top:40px;
}
.productDetailsForm .miscella{
    /* border-top:1px solid #ececec;   */
    width:100%;
    margin-top:40px;
}

.ebayListingEnd{
    margin-top:16px;
    overflow:hidden;
    clear:both;
}

.ebayListingEnd label{
    float:left;
    color:#666;
}

.timePicker{
    width:350px;
    margin-left:20px;
    float:left;
}

.timePicker .notice{
    color:red;
    font-weight:normal;
    margin-top:10px;
    cursor:pointer;
}

.fieldValues{
    margin-left:20px;
    float:left;
}

.smL{    
    width:180px;
}

.fieldValues .selects strong{
    font-size:18px;
}

.fieldValues .selects a{
    margin-left:20px;
    text-decoration:underline;
}

.fieldValues .selects img{
    position:absolute;
    margin:-4px 0 0 12px;
}

.previewListing div{
    width:104px;
    height:24px;
    /* background:url(../../images/new/color-w/preview-listing-button.gif) no-repeat; */
    cursor:pointer;
}

#niftyLabel{background: #0066CC; color:#FFF; padding:4px 0 4px 12px;font-weight:bold;}
#niftyLabelnew{background: #0d56c4; color:#FFF; padding:4px 0 4px 12px;font-weight:bold;} 

#ebayListingEndpreview
{
  margin-top:16px;
  clear:both;
}

.Navnew .manuf{
    color:#666;
    background: url(../../images/new/manuf-desc.gif) no-repeat;
    height:15px;
     width: 352px; 
     padding-top:5px; 
}
.Navnew .buyer{
    color:#666;
    background: url(../../images/new/guideline.gif) no-repeat;
    height:15px;
     width: 130px; 
     padding-top:5px; 
}

.Navnew .access{
    color:#666;
    background: url(../../images/new/color-w/description.gif) no-repeat;
    height:44px;
     width: 692px; 
     padding-top:5px; 
}
.Navnew .launch{
    color:#666;
    background: url(../../images/new/launch.gif) no-repeat;
    height:27px;
     width: 720px; 
     padding-top:5px; 
}
.Navnew .addimage{
    color:#666;
    background: url(../../images/new/color-w/addimages.gif) no-repeat;
    height:44px;
     width: 692px; 
     padding-top:5px; 
}
#niftyLabelnew{background: #0d56c4; color:#FFF; padding:4px 0 4px 12px;font-weight:bold;}

/* for search pages*/
.searchproductContent{
    overflow:hidden;
    width:100%;
    background: url(../../images/new/logos/product-bg-white.gif) repeat-y;
}

.searchproductClose{
    background: url(../../images/new/logos/product-bottom-white.gif) no-repeat;
    height:10px;
}

.breadCrumbCommon{
    background: url(../../images/new/logos/breadcrumb-top.gif) no-repeat;
    height:27px;
    padding:6px 0 0 12px;
    width:683px;
    color: #ffffff;    
}
.breadCrumbCommon a:hover{
    text-decoration: underline;
}
.whatitworth{
  background: url(../../images/new/logos/whatitworth.gif) no-repeat;
}


/*auto complete nav*/

              
.ac_results {
    background-color:white;
    border:1px solid #888888;
    color:#666666; 
    overflow:hidden;
    padding:0;
    /*position:absolute; */
    z-index:99999; 
}
.ac_results ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    padding: 0;
    margin: 0;
}
.ac_results li{
    width: auto; 
    cursor:default; 
    float:left;
}
.ac_results li span{
    float: left; 
    margin-top:2px;
    padding:4px;
    font-size:12px; 
}
.ac_results li img {
    display:block;
    float:left;
    margin-right:10px;
    height: 30px;
    width: 30px;
}

#abtpagep {
font-size:12px;
margin-top:4px;
}
#abtpagep a
{
 font-size:12px; 
}

.blueleftimage{
margin:-431px 24px 24px 223px;
}

/* .footerframe
{
   background: url(../../images/footer-back.gif) repeat-x; 
   width: auto;
   height:100px; 
   border-top: 1px solid #D9D9D9;
  
}  */
.quickpic
{
    background-color:white;
    float:left;
    height:34px;
    margin-top:5px;
    width:200px;
}

#fitleft
{

/*float:right;*/
width:100%;
}

#zrv
{
    width:200px;
    font-weight:bold;
    color:black;
    float:left;
    margin-top:22px;
    margin-left:22px;
    font-size:13px;
}

 #fpdtname{
 
     color:#797979;
     font-size:12px;
     font-weight:bolder;
     margin-left:14px;
 
 }
 .whitedtls
 {
   background-color:white;
    float:left;
    height:79px;
    margin-top:5px;
    width:155px;
    color: #333333;
    font-size:12px;
 }
 .rsvdtls
 {
     float:left;
     margin-left:25px;
 }
 
 .whiteprice
 {
   float:right;
   margin-right:16px;
 }