﻿/*
	Main CSS Document for fixed layout
	   Major Revisions
	      03/23/2009 CAS  - revised for content areas
	
	©2009 Copyright HMH, Inc.   thinkhmh.com
	Do not sell or transfer without the expressed written consent of HMH.
	This message must remain intact wherever/however this file is used.
*/
@charset "utf-8";

/* PLEASE NOTE: header & other nav elements are positioned absolutely, so that the page content can be at the top of the mark-up, providing a win for search engine optimization. It is recommended this standard be maintained. */


.corner_bottom_right_5px{border-radius-bottomright: 5px; -o-border-radius-bottomright: 5px; -icab-border-radius-bottomright: 5px; -khtml-border-radius-bottomright: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-radius-bottomright: 5px; border-bottom-right-radius: 5px; -o-border-bottom-right-radius: 5px; -icab-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; -moz-border-bottom-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;}
.corner_top_right_5px{border-radius-topright: 5px; -o-border-radius-topright: 5px; -icab-border-radius-topright: 5px; -khtml-border-radius-topright: 5px; -moz-border-radius-topright: 5px; -webkit-border-radius-topright: 5px; border-top-right-radius: 5px; -o-border-top-right-radius: 5px; -icab-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; -moz-border-top-right-radius: 5px; -webkit-border-top-right-radius: 5px;}
.corner_top_left_5px{border-radius-topleft: 5px; -o-border-radius-topleft: 5px; -icab-border-radius-topleft: 5px; -khtml-border-radius-topleft: 5px; -moz-border-radius-topleft: 5px; -webkit-border-radius-topleft: 5px; border-top-left-radius: 5px; -o-border-top-left-radius: 5px; -icab-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; -moz-border-top-left-radius: 5px; -webkit-border-top-left-radius: 5px;}
.corner_bottom_left_5px{border-radius-bottomleft: 5px; -o-border-radius-bottomleft: 5px; -icab-border-radius-bottomleft: 5px; -khtml-border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-radius-bottomleft: 5px; border-bottom-left-radius: 5px; -o-border-bottom-left-radius: 5px; -icab-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; -moz-border-bottom-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;}


.corner_bottom_left{border-radius-bottomleft: 10px; -o-border-radius-bottomleft: 10px; -icab-border-radius-bottomleft: 10px; -khtml-border-radius-bottomleft: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; -o-border-bottom-left-radius: 10px; -icab-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; -moz-border-bottom-left-radius: 10px; -webkit-border-bottom-left-radius: 10px;}
.corner_bottom_right{border-radius-bottomright: 10px; -o-border-radius-bottomright: 10px; -icab-border-radius-bottomright: 10px; -khtml-border-radius-bottomright: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; -o-border-bottom-right-radius: 10px; -icab-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; -moz-border-bottom-right-radius: 10px; -webkit-border-bottom-right-radius: 10px;}
.corner_top_right{border-radius-topright: 10px; -o-border-radius-topright: 10px; -icab-border-radius-topright: 10px; -khtml-border-radius-topright: 10px; -moz-border-radius-topright: 10px; -webkit-border-radius-topright: 10px; border-top-right-radius: 10px; -o-border-top-right-radius: 10px; -icab-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px;}
.corner_top_left{border-radius-topleft: 10px; -o-border-radius-topleft: 10px; -icab-border-radius-topleft: 10px; -khtml-border-radius-topleft: 10px; -moz-border-radius-topleft: 10px; -webkit-border-radius-topleft: 10px; border-top-left-radius: 10px; -o-border-top-left-radius: 10px; -icab-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; -moz-border-top-left-radius: 10px; -webkit-border-top-left-radius: 10px;}

.corner_all{-moz-border-radius: 5px; -webkit-border-radius: 5px; }

	html { height:100%; }
	body { background:url(_img/shared/bg-pattern.gif) repeat 0 0; color:#898989; font-family:"trebuchet ms",helvetica,sans-serif; height:100%; position:relative; width:100%; }

	a { color:#f47b20; text-decoration:none;}/*Parenting*/
	a:hover { color:#f47b20; cursor:pointer; }/*Parenting*/
	

	/* lists that lay out in a horizontal row */
	ul.horz { list-style:none; }
	ul.horz li { float:left !important; }
	
	/* majority of lists will not have bullets. For those that need bullets, use a class "bullets" */
	ul.bullets { list-style:disc;float:left;*float:none }
	*+html ul.bullets{ list-style:disc; }
	.right { left:auto; right:0; }
	
	div#header { background-color:#fff; background:url(_img/shared/home_dropshadow.png) repeat-y; height:110px; width:970px; position:relative; margin:0 auto; }
	div#header h1 { height:80px; line-height:80px; margin:0; padding-left:10px; background:#EEE;color: #79B30B; }
	div#navigation { background:#B9CAFF; }
	div#extra { background:#FF8539; }

	div#wrapper { float:left; width:550px; margin-top:10px; }/*Parenting*/
	div#stage { background-color:#fff; background:url(_img/shared/home_dropshadow.png) repeat-y; min-height:100%; height:auto !important; min-height:830px; margin:0px auto; position:relative; width:970px; height:617px; padding-bottom:30px; }  /* Previously :Min-height:612px , Changed Min-height:830px for resolution 1280 * 1024   *//*Parenting*/
	
	div#content { margin:12px 215px; width:530px; _width:530px; }/*Parenting*/
	div#railleft { float:left; width:200px; margin-top:30px; margin-left:-560px; }
	div#railright { float:left; width:200px; margin-top:30px; margin-left:211px; }
	div#footer {  background-color:#fff; background:url(_img/shared/home_dropshadow.png) repeat-y; width:970px; height:40px; margin:0 auto; }


	div.push { clear:left; width:100%; }
	/* helper div to facilitate the footer being sticky to the bottom of the page, probably won't work in Firefox, but should in IE */
	.push { height: 1.4em; }
	
	.anav { height:20px; wei-margin-left:-278px; position:absolute; top:5px; max-width:600px; left:40%; width:60%; }
	
	.anav #gsitesearch div .button { left:auto; right:0; *right:3px; top:1px; *top:2px; width:45px; *width:40px; }
	/* set the width of the span to adjust the size of the button */
	.anav #gsitesearch div .button div span { width:45px; }
		
	.anav #gsitesearch div.field { background:url(_img/shared/searchbox.gif) no-repeat 0 0; display:block; height:22px; left:auto; margin-top:25px; margin-right:0px; padding:0; position:absolute; right:0; width:158px; }/* Changed margin From 0 to margin:25px 170px; */
	.anav #gsitesearch input.searchbox { background:none; border:none; font-size:0.8em; font-weight:bold; height:20px; margin:1px 0 0 10px; overflow:hidden; position:absolute; width:108px; left:0; } /*Add left:0 to move Search text for IE7 */
	.anav #gsitesearch input.searchbox.dim {color:#8B8B8B; }
	.anav #gsitesearch .greenpill { left:auto; right:3px; position:absolute; }
	.anav ul { left:auto; margin-top:4px; position:absolute; right:0px; width:auto; }
	.anav ul li { border-left:1px solid #fff; font-size:0.7em; padding:0 6px 2px 6px; }
	.anav ul li a { color:#fff; text-decoration:none; }
	.anav ul li a:hover { color:#fff; text-decoration:underline; }
	.anav ul li.first { border:none;color:#fff;  font-weight:bold; }
	
	/* Bread Crumb*/
	#breadcrumb { float:left; margin-top:5px; margin-left:-935px;}
	#breadcrumb li { color:#000000; font-size:0.7em; margin-right:7px; } /* Modified- For Bread Crumb Style */
	#breadcrumb li a { color:#898989;text-decoration:underline;font-weight:bold;font-size:1.1em; border-bottom-width:1px;border-style:solid;float:left; }/* Modified- For Bread Crumb Style */
	#breadcrumb li.current { color:#898989; }
        #breadcrumb ul li.nonfirst{ background:url(_img/shared/carrot-grey.gif) no-repeat 100% 4px; padding-left:10px; background-position:left;}
	
	/*.capsule { background:url(_img/shared/leftnav-corner-bottom.gif) no-repeat 0 103%; font-size:0.7em;  margin-bottom:16px; margin-left:5px; width:190px !important; }*//* Changed From 100% to 103 % FIX_Bug 1133*/
	.capsule { WIDTH: 190px !important; MARGIN-BOTTOM: -16px;  MARGIN-LEFT: 0px; FONT-SIZE: 0.7em}
	.capsule, x:-moz-any-link, x:default{ MARGIN-BOTTOM: 2px;}/* Fix_bug 1133*/
	.capsule h2 { background:url(_img/shared/leftnav-corner-top.gif) no-repeat 0 0; font-size:0.7em; padding:10px 6px 10px 0; text-transform:uppercase; width:181px !important; }
	.capsule h2 a { padding-left:15px; text-decoration:none !important; }
	.capsule ul { padding-bottom:20px; *padding-bottom:15px;}/*added aug 01*/	
	.capsule ul li { padding:0 0 20px 0;*padding-bottom:0px; width:190px; }/*padding:0 0 6px 0;*//*added aug 01*/
		
	.capsule ul li a {color:#898989;  padding-left:20px; text-decoration:none; font-size:1.1em; white-space:nowrap; font-weight:bold;  }/*FIX_Bug 1126 Changed 7 to 17px*/
	.capsule ul li a:hover { text-decoration:none; }
	
	#railleft .lit a {color:#f47b20; text-decoration:none; font-size:1.1em;font-weight:bold; float:left;margin-right:50px; margin-left:-2px; padding-bottom:1px; }/*added aug01*/	
	#railright .capsule h2 { padding:7px 0 7px 7px; }
	#railright .capsule img { padding:0 0 7px 7px; }
	#railright .capsule p { padding:0 0 7px 7px; }
	#railright .capsule table { margin-bottom:20px; padding:0 0 7px 7px; }
	#railright .capsule .railrightCrumb table {width:200px;} /*set size of invite friends control to remove horizontal scroll bar*/
	#railright .capsule table .greenpill { margin-left:7px; }
	#railright .capsule p strong { color:#f47b20; font-weight:bold; }

	.banner { background-color:#f47b20; height:89px; left:0; position:absolute; top:0; width:100%; min-width:960px; }


	/*#footer { background-color:#f47b20; _margin-top:-22px; overflow:hidden; position:relative;  height:23px; width:100%; _zoom:1; min-width:960px; }*/
    #footer ul { font-family:Trebuchet MS; font-size:0.7em;left:45%;wei-left:50%; margin-left:-13px; position:absolute; top:0; width:800px; }
	#footer ul li { padding:5px 8px; }
	#footer ul li a { color:#fff;  text-decoration:none; }
	#footer ul li a:hover { color:#fff; text-decoration:underline; }
	#footer ul li.first a {color: #FFFFFF; position:absolute; left:-370px;wei-left:-460px; padding:5px 8px;cursor:default;}
	#footer ul li.first a:hover {color: #fff;text-decoration:none; }

	#header #mainmenu { background-color:#c1cd23; height:28px; left:0; position:absolute; top:93px; width:100%; min-width:960px; }
	#header #mainmenu ul { left:50%; margin-left:-290px; position:absolute; top:-26px; }
	#header #mainmenu li { margin-right:7px; }
	#header #mainmenu ul li.level1 { background:#fff url(_img/shared/tab-corner-upperleft.gif) no-repeat 0 0; }
	#header #mainmenu ul li.level1 a { background:url(_img/shared/tab-corner-upperright.gif) no-repeat 100% 0; display:block; padding:3px 10px 7px; text-decoration:none; }
	#header #mainmenu ul li ul { background-color:#c1cd23; display:none; height:20px; left:290px; position:absolute; top:30px; width:770px; z-index:20; }
	#header #mainmenu ul li ul li { margin-right:20px; height:20px; }
	#header #mainmenu ul li ul li a { color:#fff; font-size:0.8em; height:20px; _height:10px; text-decoration:underline !important; _width:1px; white-space:nowrap; }
	#header #mainmenu ul li.lit { background:#c1cd23 url(_img/shared/tab-corner-upperleft-green.gif) no-repeat 0 0; }
	#header #mainmenu ul li.lit a { background:url(_img/shared/tab-corner-upperright-green.gif) no-repeat 100% 0; color:#fff;}
	#header #mainmenu ul li.lit ul { display:block; z-index:10; }
	
	#header #mainmenu ul li ul li { background:none !important; }
	#header #mainmenu ul li ul li a { background:none !important; }
	#header #mainmenu ul li ul li.lit a { text-decoration:none !important; }
	
	
	#header #logo-mobba { left:50%; margin-left:-465px; position:absolute; top:19px; }

	.bluecap { height:100%; padding-bottom:20px; wei-padding-bottom:40px; }
	.bluecap h1 { background:#fff url(_img/shared/bg-header-level2-center.gif) repeat-x 0 0; color:#fff; font-size:1.6em; height:35px; padding:7px 0 0 18px !important; position:relative; width:579px; }
	.bluecap h1 span.left { /*background:url(_img/shared/bg-header-level2-left.gif) no-repeat 0 0;*/ display:block; height:42px; left:0; position:absolute; width:17px; }
	.bluecap h1 span.right { /*background:url(_img/shared/bg-header-level2-right.gif) no-repeat 0 0;*/ display:block; height:42px; left:auto; position:absolute; right:0; width:17px; }

    .controlTitle h2 span.left{ background:repeat-x 0 0; display:block; height:13px; left:0; position:absolute; width:17px; }
    .controlTitle h2 span.right{ background:repeat-x 0 0; display:block; height:13px; left:auto; position:absolute; right:0; width:14px; }
    
	.bluecap ul { list-style:none; margin-top:20px; overflow:hidden; _zoom:1; }
	.bluecap ul li { float:left; margin-left:18px; width:136px; }
	.bluecap ul li.uno { margin-left:0; }
	.bluecap ul li img { border:0px solid #cde9ea;padding-top:10px }
	.bluecap ul li h3 { font-size:0.75em; line-height:1.2em; margin-top:16px; }
	.bluecap ul li h3 a { color:#372f2c; }
	.bluecap ul li h3 a:hover { color:#f47b20; }
	.bluecap ul li ul { margin:0; padding:0; }
	.bluecap ul li ul li { font-size:0.7em; margin:12px 0 0 0; }
	.bluecap ul li ul li a { color:#372f2c; text-decoration:none; }
	.bluecap ul li ul li a:hover { color:#f47b20; text-decoration:underline; }


	.greenpill { background:url(_img/shared/btn-pill-green-right.gif) no-repeat right 0; border:0; cursor:pointer; display: inline; float: left; font: normal 10px "trebuchet ms",helvetica,sans-serif; height:20px; padding:0 10px 0 0; text-align:center; text-decoration: none; *width:auto; *overflow:visible;}
	.greenpill span { height:20px; line-height:16px; background:url(_img/shared/btn-pill-green-left.gif) no-repeat left 0; color:#fff; position:relative; top:0px; *top:-1px; display:block; white-space:nowrap; padding:0 0 0 10px; *margin-top:1px; }

	button.greenpill span { top:-1px;}

	.greenpill:hover { background-position:right -45px; }
	.greenpill:hover span { background-position:left -45px; }



	/*h1 { background:#fff url(_img/shared/bg-header-level2-center.gif) repeat-x 0 0; color:#fff; height:35px; font-size:1.6em; margin:0; padding:7px 0 0 18px; position:relative; width:579px; }
	h1 span.left { background:url(_img/shared/bg-header-level2-left.gif) no-repeat 0 0; display:block; height:42px; left:0; position:absolute; width:17px; }
	h1 span.right { background:url(_img/shared/bg-header-level2-right.gif) no-repeat 0 0; display:block; height:42px; left:auto; position:absolute; right:0; width:17px; }*/

	#content table { font-size:0.7em; margin:0 0 0 2.9px; padding:0; width:525px; } 
	
	#content table.border { border-style:solid; border-color:#056db6; border-width:0; }
	#content table.border.bottom { border-bottom-width:0px; }
	#content table.border.sides { border-left-width:0px; border-right-width:0px; }
	#content table.border.top { border-top-width:1px; }
    #content table.border.sides.accountsummary {width:700px; color:Black;}
    #content table.border.sides.accountsummary th { text-align:left; padding-left:0px; PADDING-RIGHT: 10px;}
	
	#content table tr td { padding:0 16px 16px 16px; vertical-align:top; }
	#content table tr.uno td { padding-top:16px; }
	#content table.bottom { border-bottom:solid #056db6 1px; margin-bottom:20px; }
	#content table tr td { padding:3px 7px; }
	#content table tr.uno td { padding-top:15px; color:#626060;font-size:1em; }
	#content table tr.summary td { font-size:1em; }
	#content table tr td.center { text-align:center; }
	#content table tr td.right { text-align:right; margin-top:-20px; height:1px; padding-top:15px !important; background-color:#FFFFFF; }
	#content table tr td p { margin-bottom:10px; }
	#content table tr td p a.productlink { color:#f47b22; text-decoration:none;}
	#content table tr td ul.details { margin:0; padding:0; clear:left;} /*Added clear by wei*/
	#content table tr td ul.details li { color:#f47b22; font-weight:bold; margin:0 0 1px 0; padding:0; white-space:nowrap;font-size:1.3em;*margin:0 0 3px 0;   }
	#content table tr td ul.details li strong { color:#898989; }

	#content table.half { width:auto; }

	#content table.toolbar #pagesearch div.field { height:20px; margin:0; padding:0; position:absolute; width:116px; white-space:nowrap; }
		
	#content table.toolbar #pagesearch div.fiseld input { float:left; height:13px; width:60px; }
#content TABLE.toolbar {
	border-style:solid; border-color:#056db6; FONT-SIZE: 11px; MARGIN: 0px 0px 0px 1px; WIDTH: 531px; }
#content TABLE.toolbar TR TD {
	PADDING-BOTTOM: 20px; PADDING-TOP: 10px
}
#content TABLE.toolbar TR TD .pagqty {
	WHITE-SPACE: nowrap
}
#content TABLE.toolbar TR TD .pagqty A {
	MARGIN: 0px 4px; TEXT-DECORATION: none
}

#content TABLE.toolbar TR TD .pagqty .lit {
	COLOR: #f47b22
}
#content TABLE.toolbar .pagelinks {
	WHITE-SPACE: nowrap
}
#content TABLE.toolbar .pagelinks A {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; TEXT-DECORATION: none
}
#content TABLE.toolbar .pagelinks A.lit {
	COLOR: #f47b22
}
#content TABLE.toolbar {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px
}
#content TABLE.bottom {
	MARGIN-BOTTOM: 20px; BORDER-BOTTOM: #056db6 1px solid
}



	
	#content img.productimage { float:left; margin:200px 0 0 0px; position:absolute; } /* Changed for Make an Offer */
	/*#content .productinfo {  margin-left:-175px; width:450px; margin-top: 50px; }	*/
	#content .productinfo { margin-left:-175px; width:450px; margin-top: 50px;clear:left }	/* FIX_Bug 1106 changed for  Make an Offer */
	#content .productinfo table.tableLeft{float:left}
	#content .productinfo .specs td { padding:5px 8px 5px 0; text-align:left;color:#898989;font-weight:bold; }
	#content .productinfo .specs td h2 { font-size:1.2em; }f
	
	#content .productinfo h3 { font-size:1.0em; margin:20px 0 5px 0;color:#000000; text-transform:uppercase;}
	#content .productinfo h4 { font-family:"trebuchet ms",helvetica,sans-serif; font-size:0.8em; margin: 15px 0 0px 0px;color:#898989; width: 450px; line-height: 17px; }
	#content .productinfo ul { font-size:0.8em; margin:0 0 20px 34px; *margin: 30px 0 0px 34px; }
	#content .productinfo ul li {  margin:0 0 5px 0px; color:#707070;}
	#content .productinfo p { font-size:0.8em; margin:0 0 20px 20px;color:#707070;}
	#content .productinfo strong { color:#f47b22;}

	#content .thumbnails { float:left; margin:5px 0 0 0;*width:890px;}/* Modified- For Product image overlap, Removed: position:absolute; top:430px; left:228px; */
	#content .thumbnails img { border:1px solid #b0e0ea; margin-right:10px; }
	#content .thumbnails img.lit { border:1px solid #056cb7; }

	
	
	#content fieldset { border:none; border-collapse:collapse; color:#898989; display:block; color:#333333; font-size:0.8em; margin:0; padding:0; }
	#content fieldset legend { color:#c3cc21; display:block; font-size:1.4em; font-weight:bold; padding:30px 0 5px 0.9em; *margin-left:-4.5px;*padding-bottom:0}/* Changed on jan 13 */
	#content fieldset ul { margin-top:0; padding-top:0; }
	#content fieldset ul li { float:none; padding:0; width:300px; }
	#content fieldset ul li.parent { margin-bottom:10px; overflow:hidden; _zoom:1; }
	#content fieldset ul li div.left { float:left; }
	#content fieldset input { border:1px solid #cccccc; background:none; padding:0; margin-left:0; margin-right:6px; }
	#content fieldset input.checkbox { background:none; padding:0; margin-left:0; margin-right:6px; }
	#content fieldset select, #content fieldset .selectbox { border:1px solid #cccccc; background:#fff; }
	#content fieldset label { color:#666666; display:block; font-size:0.8em; margin-top:8px;padding-bottom:0px;*padding-bottom:0px }	
	#content fieldset .minimum { width:90px; }
	#content fieldset .short { width:40px; }
	#content fieldset .medium { width:120px; margin-top:2px}
	#content fieldset .long { width:300px; }

	#content button.single { display:block; margin:20px 10px 0 0; }
	#content .resetbutton { clear:left; font-size:0.7em; }
	
	#content .orderdetails { font-size:0.7em; margin:10px 0 0 15px; width:400px; }
	#content .orderdetails td { padding:0 10px 5px 0; }
	#content .orderdetails strong { COLOR: #898989;font-size:1.1em;font-weight:bold; }
	#content .orderdetails em { color:#171717; font-size:1.2em; font-style:normal; font-weight:bold; }
	
	#content .buttons { margin-left:15px; }

	
	div.sharethis {  margin:30px 0; }
	div.sharethis a { background:url(_img/shared/btn-share-this.gif) no-repeat 0 0; height:17px; font-size:0.7em; font-weight:bold; padding-left:22px; text-decoration:none; text-transform:uppercase; }






   .greenpill:hover input{ background-position:left -45px; }


   .greenpill input 
		{
	border:0; cursor:pointer; display: inline; float: left; font: normal 10px "trebuchet ms",helvetica,sans-serif; 	
	text-align:center; text-decoration: none; *width:auto; *overflow:visible; 
	 height:20px; line-height:16px; background:url(_img/shared/btn-pill-green-left.gif) no-repeat left 0; 
	 color:#fff; position:relative;  *top:-1px; display:block; white-space:nowrap; 
	 padding:0 0 0 10px; *margin-top:1px; 
                }


.uno ul li a { text-decoration:none; color:#066cb6; }


.center{
	text-align:center;
}


#railleft table{ width:190px;}
/*Added For Sign-In,Register,Recover Info Page*/ 
#content H2 { COLOR: #000000; font-size: 1.5em; }
#railleft .capsule h2 {background:#fff url(_img/shared/CenterOffer.gif) repeat-x 0 0; color:#fff; height:12px;*height:12px;font-size:1.0em;margin:0;margin:0 0 0 0px;padding:15px 4px 0px 5px; position:relative; width:180px; text-transform:none;*width:233px;*padding-right:4px;*margin-left:0.5px}
h2 span.left { background:url(_img/shared/leftOffer.gif) no-repeat 0 0; display:block; height:13px; left:0; position:absolute; width:17px; }
h2 span.right { background:url(_img/shared/rightOffer.gif) no-repeat 0 0; display:block; height:13px; left:auto; position:absolute; right:0; width:14px; }
/*Added for Hot mobbas on railleft*/
#railleft .capsule .hotmobba {background:#fff url(_img/shared/CenterOffer_hot.jpg) repeat-x 0 0; color:#fff; height:12px;*height:12px;font-size:1.0em;margin:0;margin:0 0 0 0px;padding:15px 4px 0px 5px; position:relative; width:180px; text-transform:none;*width:233px;*padding-right:4px;*margin-left:0.5px}
h2 span.leftHotMobba { background:url(_img/shared/leftOffer_hot.jpg) no-repeat 0 0; display:block; height:13px; left:0; position:absolute; width:17px; }
h2 span.rightHotMobba { background:url(_img/shared/rightOffer_hot.jpg) no-repeat 0 0; display:block; height:13px; left:auto; position:absolute; right:0; width:14px; }

#railleft .capsule p { color:#000000; line-height:15px; font-size:1.1em; font-style:normal; width:135px; height:70px;margin:3px 15px 2px 2px;padding:2px 1px 3px 2px; }
#content .subtext { COLOR: #898989; }
#content TR TD input.textbox { width:180px; }
#content p{  font-size:0.9em; PADDING-TOP: 3px; }
#railleft .capsule p a{float:right;margin-right:15px;margin-top:8px; color:#898989;}
#content TABLE TR TD {PADDING-RIGHT: 7px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 12px;COLOR: #000000; }
/*.line { color:#000000;  border-bottom-width:1px; width:520px; border-style:dashed; float:left; } */
.line { color:#000000;  border-bottom-width:1px; width:100%; border-style:dashed; float:left; } /*FIX_Bug 1203*/
/*.line {BORDER-BOTTOM: 1px dashed; BORDER-RIGHT-STYLE: dashed; WIDTH: 100%; BORDER-TOP-STYLE: dashed; FLOAT: right; COLOR: #000000; BORDER-LEFT-STYLE: dashed; clear:both;}*/
/*.line { color:#000000;  border-bottom-width:1px; width:520px; border-style:dashed; float:left; }*/
.controlTitle H2.title{padding-bottom:25px}
#paragragh p{COLOR: #898989; margin:6px  0 0 0; font-size:1.0em; }
span.categoryAlign{color:#fff; font-size:1.0em;   float:left;margin-right:55px;margin-top:-4px;*padding-bottom:15px;}
#railright span.categoryAlign{color:#fff; font-size:1.0em;font-weight: lighter;float:left;margin-right:54px;margin-top:-8px;*padding-bottom:1px;margin-left:9px;letter-spacing:0px}
.smallLine { color:#000000;  border-bottom-width:1px; width:166px; border-style:dashed; float:left; margin:-3px 0 8px 11px; } 
.rootCategory { color: Black; font-weight: bold; font-size: 9pt; margin:8px 0 8px -3px;}/*1126,1169*/
.rootCategoryChild { color: Black; font-weight: bold; font-size: 10pt; margin-left:14px; display:block; padding-top:5px;}/*FIX_Bug 1126,1169*/
/*Added For Default Page*/ 
.linkBold{color:#066cb6; text-decoration:none; font-size:1.2em;font-weight:bold; float:right;margin-right:50px;margin-top:5px; padding-bottom:10px}
#railleft .subProduct a {color:#066cb6; text-decoration:none; font-size:1.1em;font-weight:bold; float:left;margin-right:50px;margin-top:5px; margin-left:-2px; padding-bottom:5px}
#railright .railrightCrumb  h2 {background:#fff url(_img/shared/centeroffer.gif) repeat-x 0 0; color:#fff; height:12px; font-size:1.0em;margin:0; padding:15px 4px 0px 5px; position:relative; width:180px; text-transform:none; *width:233px;*padding-right:4px;*margin-left:0.5px}
#railright .railrightCrumb  h2 span.categoryAlign{color:#fff; font-size:1.2em; font-weight:normal; float:right;margin-right:28px;margin-top:-4px} 
#railright .railrightCrumb p { color:#000000; line-height:15px; font-size:1.0em; font-style:normal; width:165px; height:40px;margin:3px 15px 2px 2px;padding:2px 1px 3px 2px; }
#railright .railrightCrumb p a{float:right;margin-right:15px;margin-top:8px; color:#898989;}
.uno a img{ border:1px solid #066cb6;}
/*Added For Account Page*/ 
#railleft .capsule h2 span.AccountAlign{color:#fff; font-size:1.1em; font-family:Verdana;  float:right;margin-right:55px;margin-top:-4px}
#railleft ul li a {color:#898989; text-decoration:none; font-size:1.1em;font-weight:bold; float:left;margin-right:50px;margin-top:5px; margin-left:-2px;height:100%}
/*Added For Category Page*/ 
#content table.border.sides span{ font-size:1.0em; }
#content table.border.sides tr td p { font-size:1.0em;font-weight:bold;padding-bottom:-5px;padding-top:0px; padding-right:110px;}
/* Added for Purchase History - Item Summary Details */ 
span.subheader{font-size:1.0em;font-weight:bold;color:#898989;}
table.font08 tr td .bold,table tr td .bold,#orders tr td.bold  {font-size:1.0em;font-weight:bold;color:#000000;}
/*Added For Help Link for header and footer */
.font09 h2{color:#fff; font-size:1.5em; font-weight:bold;padding-bottom:10px;}
.font09 h3{font-size:1.1em; font-weight:bold; color:Black;padding-top:25px; padding-bottom:15px;}
.font09 span.style1{color:Black;font-size:1.1em; padding-right:10px; }
.font09 p.styleTemp{font-size:0.8em;margin-top:-15px;padding-left:35px;margin-bottom:-15px; color:Black;width:90%;}
/*Added For Limit Order,Best Deal*/ 
.bluecap .orderdetails tr td {font-size:1.0em;font-weight:bold;color:#000000;}
#content .bluecap .orderdetails strong ,#content .bluecap .orderdetails em { color:#898989; font-size:1.4em; font-weight:bold; }
.textorder {width:180px;margin-top:10px;}
.bluecap fieldset li {font-size:1.07em;}
/*Added For Mob/Item page */ 
.rightLine{ color:#000000;  border-bottom-width:1px; width:570px; border-style:dashed; float:left; margin:2px 0 6px 0; }
#content .productinfo .review ul li{font-size:1.3em; font-weight:bold;padding-top:5px;}
#content .productinfo table p {font-size:1.1em; font-weight:bold; color:#000000;}
#OfferDiv h3{font-size:1.0em; font-weight:bold; color:#000000; text-transform:uppercase;}
#OfferDiv p{font-size:0.8em; font-weight:bold;  }
/*Added For Update Order- OrderUpdate.aspx page */ 
#content .bluecap fieldset ul li{font-size:1.07em;font-weight:bold}
.select{width:180px;}
/*Added For Product image Overlap  */ 
#content .divProduct {float:left;position:relative}
/*Added For Product Specs */
#railrightSpecs  { float:left; width:300px; margin-top:12px; margin-left:-225px;  }/*Fix_Bug 1368,1360*/
#railrightSpecs .specs { width: 100%; }/*Fix_Bug 1368,1360*/
#railrightSpecs td { font-size:.8em; color:#898989; line-height: 8px; }
#railrightSpecs td .textOrange {color:#f47b22; font-weight: bold; }
#railrightSpecs td .textOrangeLarge {color:#f47b22;font-size:1.4em; font-weight: bold; }
#railrightSpecs td h2{ font-size:1.4em; color: Black; padding: 2px 0px 5px 0px; }
#railrightSpecs td .padRight { padding-right: 10px; }
#railrightSpecs .line { width: 300px; color:#898989; }/* FIX_Bug 1148*/
#railrightSpecs div#bottomDashLeft { width: 140px; height:10px; wei-padding-bottom:5px; }/*FIX Bug 1148*/
#railrightSpecs div#bottomDashRight {  width: 145px; height:10px; wei-padding-bottom:5px; }/*FIX Bug 1148*/
/*Added For Make An Offer Component - Mob-item Page  */
/*div#railrightOffer  { float:left; width:200px; margin-top:10px; margin-left:-150px;  }*/
#railright table.Offer { border-style:solid; border-color:#056db6; border-width:1px; width:292px; }
#railright table.Offer.bottom { border-bottom-width:1px; }
#railright table.Offer.sides { border-left-width:1px; border-right-width:1px; }
#railright table.Offer.top { border-top-width:1px; }	
#railright .capsuleOffer h2 {  background:#fff url(_img/shared/CenterOffer.gif) repeat-x 0 0; color:#fff; height:12px;*height:12px;font-size:1.0em;margin:0 0 0 -1px; padding:15px 4px 0 5px; position:relative; width:284px; text-transform:none;*width:283px;*padding-right:4px;*margin-left:0.5px}
h2 span.leftOffer { background:url(_img/shared/leftOffer.gif) no-repeat 0 0; display:block; height:13px; left:0; position:absolute; width:17px;}
h2 span.rightOffer { background:url(_img/shared/rightOffer.gif) no-repeat 0 0; display:block; height:13px; left:auto; position:absolute; right:0; width:14px; }
#railrightOffer table.Offer p{font-size:1em; color:#898989;font-weight:normal; padding-bottom:3px;padding-top:6px;line-height:12px }
#railrightOffer td{font-size:0.8em; color:#000000; font-weight:bold; padding-bottom:7px; vertical-align:middle}
/* Added For My Profile - Settings page */
.order h3 {font-size:0.8em;font-weight:bold;color:#000000;margin:23px 0 0 3px; padding-bottom:5px;padding-top:50px;}
table.DefaultHeading tr td {font-size:1.1em;font-weight:bold; height:25%;background-color:#E9F19B;}
.order td.DECaption{width:153px;}
.order td.DECaption h3 {font-size:1.2em;font-weight:bold;color:#000000;}
.order table {width:200px;}
/* Added For privacy policy */
.font09  p{font-size:0.8em;margin-top:2.5px;padding-left:15px;margin-bottom:-15px; color:Black;width:90%;line-height:20px;}
.font09 ul li.paragraphStyle{font-size:0.9em;margin-top:15.5px;padding-left:35px;margin-bottom:15px; color:Black;width:90%;line-height:20px;}
.font09 ul li.subParagraphStyle{font-size:0.9em;padding-left:35px;color:Black;margin-bottom:9px;width:90%;line-height:20px;}
.font09 p.footerStyleTemp{font-size:0.8em;padding-left:35px; color:Black;margin-top:15.5px;}
/* Added For Terms of use */
.font09  p.newParaTerm{font-size:0.9em;color:#000000;font-family:@Arial Unicode MS;margin-top:-13px;line-height:20px;}
.font09 ul li p.newSubTerm,.font09 p.newLastTerm{color:#000000;font-size:1.1em;margin-bottom:-5px;margin-top:10px;padding-left:20px;line-height:20px;}
.font09 p.footerStyleTemp{font-size:0.8em;padding-left:35px; color:#000000;margin-top:15.5px;}
.font09 ul li{color:#000000;font-size:1.1em; }
.font09 ul li strong{color:#000000;font-size:0.9em;margin-bottom:-15px; }
/* Added For Alerts */
#content .Alerts table{width:20px;}
#content .Alerts a{font-size:1.5em; font-weight:bold;color:#000000; }
/*For Seller crumb*/
#railleft h2 span.sellerCategoryAlign{color:#fff; font-size:1.2em; font-weight:normal;float:left;margin-left:5.1px;margin-top:-4.9px;*margin-top:-4.9px;*padding-bottom:15px;} 
#content table tbody tr td {line-height:15px}
#content table tbody tr td.topline {padding-top:20px; padding-left:5px;}

/*For Seller-Groups*/
.textsize{font-size:1.3em; color:#000000;}
table.textsize td{font-size:1.3em; color:#000000;} /* parenting */
/* Added For Registration page */
tr.BgHeading{font-size:1.0em;font-weight:bold; height:25%;background-color:#E9F19B;}

/* Request An Item Component*/
#railleft .capsule tr td{font-size:1.1em;line-height:17px;}
.greenpill a{ height:20px; line-height:16px; background:url(_img/shared/btn-pill-green-left.gif) no-repeat left 0; color:#fff; position:relative; top:0px; *top:-1px; display:block; white-space:nowrap; padding:0 0 0 10px; *margin-top:1px; margin-left:35px;}
.greenpill:hover a{ background-position:left -45px; }

/* Mob-Item(Product) Page*/
/*.productLine{ color:#000000;  border-bottom-width:1px; width:890px; border-style:dashed; float:left; margin:2px 0 6px 0; }FIX_bug 737*//* parenting */
.productLine {	BORDER-BOTTOM: 1px dashed; BORDER-RIGHT-STYLE: dashed; MARGIN: 2px 0px 6px 1px; WIDTH: 890px; BORDER-TOP-STYLE: dashed; FLOAT: left; COLOR: #000000; BORDER-LEFT-STYLE: dashed;}/*FIX_Bug 737*/

/* Agents */
.DECaption h3{ width:170px}
/* added for product review */
#railright .capsuleOffer h3 {  background:#fff url(_img/shared/centerOffer.gif) repeat-x 0 0; color:#fff; height:12px; *height:12px;font-size:1.0em;margin:0 0 0 -0.5px; padding:15px 4px 0 5px; position:relative; width:286px; text-transform:none;*width:285px;*padding-right:4px;*margin-left:0.5px}

div#railrightOffer  { wei-float:left;position:relative; width:530px; margin-top:0px; margin-left:-215px; clear:both;padding-bottom:15px}/*added padding bottom for FIX_Bug 1148*/ 
/*div#railrightOffer  { wei-float:left; width:530px; wei-margin-top:290px;margin-top:425px; margin-left:542px; margin-left:-215px; clear:both;padding-bottom:15px}*/
#railright fieldset.Offer { border-style:solid; border-color:#056db6; border-width:1px; width:292px; wei-width:530px; }
#railrightOffer fieldset label { color:#666666; display:block; font-size:0.8em; margin-top:8px;padding-bottom:5px;padding-left:5px;font-weight:bold }
#railrightOffer fieldset input { border:1px solid #cccccc; background:none; padding:0; margin-left:5px; margin-right:6px;height:20px }
#railrightOffer fieldset textarea { border:1px solid #cccccc; background:none; padding:0; margin-left:5px; margin-right:6px;height:120px;width:280px; }
#railrightOffer fieldset select{ background:#fff;margin-left:5px;margin-bottom:15px}
#content .productinfo table tr td h3{ font-size:1.5em; margin:20px 0 5px 0;color:#000000; text-transform:uppercase;}
#content .productinfo h3 { font-size:1.05em; margin:20px 0 5px 0;color:#000000; text-transform:uppercase; }/* Existing class font size changed*/
.buttonReview{ float:left; margin-top:280px; margin-left:-1px; }
/* Added For product Page */
#content .productinfo table tr td h3{ font-size:1.4em; color:#000000; text-transform:uppercase;}
#content .productinfo table tr td table tr td h2{ font-size:1.4em;text-transform:uppercase;}
td.reviewProd { font-size:1.4em; }
.reviewText { font-size:1.4em; font-weight:bold;}
.addReviewLink { width: 890px; font-size:1.4em; font-weight:bold; text-align: right; margin-top: -10px;}
.reviewUserText { font-size:1.2em; font-weight:bold; }
td.reviewProd p { padding:0 30px;}/*Parenting*/
/*blog*/
.blogCapsule h2 { background:url(_img/shared/LeftHome-Blog-top.gif) no-repeat 0px 0px;  margin-top:0px; background-position:left top;margin-left:-10px;  padding: 2px 0px 0px 9px; *margin-top:0px; }
.blogCapsule h2  span.blogHead{color:Black; background-color:#F6FAD7;font-size:1.2em;font-weight:bolder; font-family:"trebuchet ms",helvetica,sans-serif;text-align:left;position:relative;top:5px;padding: 1px 112px 0px 5px;margin-left:-8px;*top:5px;white-space:nowrap;*white-space:pre-wrap;*padding: 0px 118px 0px 5px;*font-size:1.1em;*font-weight:bolder;*width:190px;margin-right:1px;*margin-left:-8px;*margin-right:1px;}
.blogCapsule { background:url(_img/shared/RightHome-corner-bottom.gif) no-repeat 0px 100%; font-size:0.7em;   margin-bottom:18px; wei-margin-left:30px; width:190px !important;padding: 0px 0px 0px 10px;margin-left:4px;margin-top:10px}

.blogCapsule ul li.yellowLi{line-height:15px;font-size:0.9em;font-weight:bold;text-align:left;background-color:#F6FAD7;text-align:left;position:relative;margin-left:-9px;color:#666668;margin-top:8px;margin-right:1px;padding:2px 0 5px 13px}
.blogCapsule ul li{line-height:25px;}
.blogCapsule p a{line-height:45px}
.blogCapsule p{line-height:15px; padding-top:15px;padding-right:13px;}
/* Added For Seller Alerts */
#content .AlertsProduct table {width:0px;}
#content .AlertsProduct a{font-size:2.1em; font-weight:bold;color:#000000; }
#content .AlertsProduct h3{font-size:1.5em; font-weight:bold;color:#000000; }
/* Category Page */
.prodList { border-bottom-width:1px; border-style:dashed; border-bottom-color:#cccccc; height:120px; }/*removed width=1px for fix 1229*/
.mobbaInProgress{ background:url(_img/shared/mob_inprogress.gif) no-repeat;height:20px; }/*Fix_bug 1148*/
.orangeLine{border-color:Orange;-moz-margin-top:-15px; border-bottom-width:1px; border-style:dashed;}/* FIX_bug 1148*/
.mobbaInProgressRight { background:url(_img/shared/mob_inprogress.gif) no-repeat; height:20px; }
/* Mobba daily */
#content table tr td ul.details li.fontSz{font-size:2.0em; }

/* Added For vendor Group */
.divGroup tr th{text-align:left;}
/* Product Review Page */
#railrightOffer fieldset .greenpill:hover input{ background-position:left -45px; }
#railrightOffer fieldset .greenpill input 
{
	border:0; cursor:pointer; display: inline; float: left; font: normal 10px "trebuchet ms",helvetica,sans-serif; 	
	text-align:center; text-decoration: none; *width:auto; *overflow:visible; 
	 height:20px; line-height:16px; background:url(_img/shared/btn-pill-green-left.gif) no-repeat left 0; 
	 color:#fff; position:relative;  *top:-1px; display:block; white-space:nowrap; 
	 padding:0 0 0 14px; *margin-top:1px;margin-left:16px;*padding:0 0 0 15px;
}
#railrightOffer fieldset .greenpill  
{	/*background:url(_img/shared/btn-pill-green-right.gif) no-repeat right 0; border:0; cursor:pointer; display: inline; float: left; font: normal 10px "trebuchet ms",helvetica,sans-serif; height:20px; padding:0 10px 0 0; text-align:center; text-decoration: none; *width:auto; *overflow:visible; */
	PADDING-RIGHT: 3px;  FONT: 10px "trebuchet ms",helvetica,sans-serif; OVERFLOW: visible; WIDTH: 75px;CURSOR: pointer;TEXT-ALIGN: center; TEXT-DECORATION: none; wei-POSITION: absolute; wei-margin:410px 0px 0 855px; padding-bottom:8px;}
#railrightOffer fieldset .greenpill:hover {background-position:right -45px;}


/*HomePage*/
#mobbaDef h2{font-size:2.0em; font-weight:bold;padding:0 0 12px 0}
#mobbaDef p{COLOR: #898989;font-size:1.2em;font-weight:bold;padding:5px 0 0 0; line-height:18px;}
.letsmobba {color:#000;}

.greenpillA a{ height:20px; line-height:16px; background:url(_img/shared/btn-pill-green-left.gif) no-repeat left 0; color:#fff; position:relative; top:0px; *top:-1px; display:block; white-space:nowrap; padding:0 0 0 10px; *margin-top:1px; margin-left:2px;}
.greenpillA { background:url(_img/shared/btn-pill-green-right.gif) no-repeat right 0; border:0; cursor:pointer; display: inline; float: left; font: normal 10px "trebuchet ms",helvetica,sans-serif; height:20px; padding:0 10px 0 20px; text-align:center; text-decoration: none; *width:auto; *overflow:visible; }
.greenpillA:hover a{ background-position:left -45px; }
.greenpillA:hover { background-position:right -45px; }
#railright .greycapsule table tr td b{padding: 0px 0px 0px 0px; left:-20px; top:-1px; position:relative;}/* changed on aug01*/
#railright .greycapsule table tr td.imgLeft {  float:left;  padding-left:60px;*padding-right:100px;}/* changed on aug01*/
.greycapsule { background:url(_img/shared/RightHome-corner-bottom1.gif) no-repeat 0px 100%; font-size:0.7em;  margin-bottom:19px; margin-left:24px; width:163px !important;padding: 5px 6px 0px 0px;*padding-bottom:0px}
.greycapsule h2 { background:url(_img/shared/RightHome-corner-top1.gif) no-repeat -2px -3px; margin-top:-3px; background-position:left top;margin-left:-7px; font-size:1.4em; font-weight:bold; font:"trebuchet ms",helvetica,sans-serif;  padding: 9px 10px 0px 12px;*padding-top:8px; width:163px !important; }/*10px 6px 10px */

#railright .greycapsule img { padding:0 0 17px 7px; *top:8px;line-height:100px;*padding:3px 0 10px 7px;}
#railright .greycapsule table { margin-bottom:20px; padding: 7px 10px 7px 7px;width:110px;margin-top:-7px; }
#railright .greycapsule table .greenpill {margin-left:60px;}


/* added For New Mobba Daily-For Home Page*/
/*#content .capsuleOffer h3 {  background:#fff url(_img/shared/centerOffer.gif) repeat-x 0 0; color:#fff; height:12px; font-size:1.0em;margin:0 0 0 2px; padding:15px 0 0 5px; position:relative; width:531px; text-transform:none;} FIX_Bug 1138*/
#content .capsuleOffer H3 {POSITION: relative; PADDING-BOTTOM: 0px; TEXT-TRANSFORM: none; MARGIN: 0px 0px 0px 2px; PADDING-LEFT: 5px; WIDTH: 98.8%; PADDING-RIGHT: 0px; BACKGROUND: url(_img/shared/centerOffer.gif) #fff repeat-x 0px 0px; HEIGHT: 12px; COLOR: #fff; FONT-SIZE: 1em; PADDING-TOP: 15px}
h3 span.leftOffer { background:url(_img/shared/leftOffer.gif) no-repeat 0 0; display:block; height:13px; left:0; position:absolute; width:17px; *left:0.5px; }
h3 span.rightOffer { background:url(_img/shared/rightOffer.gif) no-repeat 0 0; display:block; height:13px; left:auto; position:absolute; right:0; width:14px; }
#content .capsuleOffer h3 span.categoryAlign, #content .capsuleOfferHotmobba h3 span.categoryAlign{color:#fff; font-size:1.5em;font-weight: normal;float:left;margin-right:54px;margin-top:-8px;*padding-bottom:1px;margin-left:9px;letter-spacing:0px}
/*Hot mobba home styles*/
/*#content .capsuleOfferHotmobba h3 {  background:#fff url(_img/shared/centerOffer_hot.jpg) repeat-x 0 0; color:#fff; height:12px; font-size:1.0em;margin:0 0 0 2px; padding:15px 0 0 5px; position:relative; width:531px; text-transform:none;} FIX_Bug 1138*/
#content .capsuleOfferHotmobba H3 {POSITION: relative; PADDING-BOTTOM: 0px; TEXT-TRANSFORM: none; MARGIN: 0px 0px 0px 2px; PADDING-LEFT: 5px; WIDTH: 98.8%; PADDING-RIGHT: 0px; BACKGROUND: url(_img/shared/centerOffer_hot.jpg) #fff repeat-x 0px 0px; HEIGHT: 12px; COLOR: #fff; FONT-SIZE: 1em; PADDING-TOP: 15px}
#content .capsuleOfferHotmobba h3 span.leftOfferHot { background:url(_img/shared/leftOffer_hot.jpg) no-repeat 0 0; display:block; height:13px; left:0; position:absolute; width:17px; *left:0.5px; }
#content .capsuleOfferHotmobba h3 span.rightOfferHot { background:url(_img/shared/rightOffer_hot.jpg) no-repeat 0 0; display:block; height:13px; left:auto; position:absolute; right:0; width:14px; }
#content .capsuleOfferHotmobba table.OfferHotmobba { border-style:solid; border-color:#BA5400; border-width:1px; }

#content .capsuleOffer table.Offer { border-style:solid; border-color:#056db6; border-width:1px; }/* Used for blue color border of the image*/
#content .capsuleOffer table.Offer p, #content .capsuleOfferHotmobba table.OfferHotmobba p{font-size:1.5em; color:#898989; padding-top:1px;margin-left:10px} /* Used for format the text in <P> tag*/
#content  table td.capsuleOffer span.lineForHome, #content  table td.capsuleOfferHotmobba span.lineForHome { color:#000000;  border-bottom-width:1px; width:525px; border-style:dashed; float:left; margin:3px 0 0 0; *margin:-12px 0 0 0; }/* Used for the dashed line before the image*/
#content table.Offer table tr td p.paraText, #content table.OfferHotmobba table tr td p.paraText{font-size:2.0em; font-weight:bold; color:#898989;margin-left:1px;margin-top:-10px }/*used for format the text in near to the image in grey color*/
#content table.Offer table tr td p.paraTextBlack, #content table.OfferHotmobba table tr td p.paraTextBlack{font-size:2.3em; font-weight:bold; color:#000000;margin-left:3px;padding:0px }/*used for format the text in near to the image in black color*/
#content table.OfferHotmobba table tr td p.paraTextGray {font-size:2.4em; font-weight:bold; color:#5f5a57; margin-left:0px;}
#content table.Offer table tr td span.smallline, #content table.OfferHotmobba table tr td span.smallline { color:#000000;  border-bottom-width:1px; width:138px; border-style:dashed; float:left;*line-height:2px; margin:-3px 0 8px 1px; }/* Used for the small dashed line under the image*/
#content table.Offer table tr td div a.greenpill, #content table.OfferHotmobba table tr td div a.greenpill{font-size:2.2em;font-weight:bolder; font-family:Trebuchet MS; margin-left:5px;margin-top:9px;margin-bottom:2px;}/*move the button from border*/
#content table.Offer table tr td a.productlink, #content table.OfferHotmobba table tr td a.productlink{margin-left:5px; width:11px;}/* move the image */
#content table.Offer table tr td p.textOrange, #content table.OfferHotmobba table tr td p.textOrange{ color:#f47b22;font-size:2.8em;font-weight:bold;margin-left:3px;margin-top:-5px;}

#content table tr td ul.details li strong.leftStrongli{ color:#898989; }
#content table tr td ul.details li strong.subLiBlack { color:#898989;margin-left:5px;font-weight:normal; }

.ForgotPass{color:#fff; float:right;font-weight:normal; left:0px; position:relative;top:-10px;*top:-24px;}/*Existing changes on aug01*/
.homedetails .details{font-size:1.5em;}  
.homedetails .details .leftStrongli{margin-left:-135px;}    
/* changed for Home Page Left pane*/

/* Add For align the image(plus) in right pane in home page*/ 
#railright .greycapsule table tr td.imgcenter{ left:-28px; float:left;  position:relative;}

#railright .limecapsule table {width:190px;}
#railright .limecapsule table tr td.imgcenter{left:-4px; float:left;  position:relative;}
#railright .limecapsule table tr td h2{color:#000;font-size:1.2em;font-weight:bold; padding-left:25px; padding-top:30px;padding-bottom:15px;}
/* Added For Beta Image/sign */
.beta{ color:#2766AD; font-size:1.1em; font-weight:bold;  font-family:Arial; left:50%; margin-left:-331px; position:absolute; top:46px;}
.tm{ color:#2766AD; font-size:7px; letter-spacing:1px; font-weight:bold;font-family:Arial; left:50%; margin-left:-360px; position:absolute; top:74px;}
/* mobba Invite Paragraph Style- hoem Page */
/*.invite{color:#99998D; }*/

/* Added For Category TimeLeft Spacing. */
.hotmobs li { margin:0 0 -14px 0; *margin:0 0 1px 0; }
/* added for 1229*/
.prodList #mobbaInfo {width:300px; table-layout:fixed; }
.prodList #mobbaInfo  tr td {padding-top:3px; width:150px;}
/* Added For Alerts */
.AlertText  td{font-size:1.4em;}
/* Added For sales history */	
#orders tr td {font-size:1.2em;}
/* Added For Profile Settings - Credit card Style */
.profileDetails { clear:both;} /*Wei - per #859 for firefox */
.profileDetails tr td {font-size:1.1em;}
.profileDetails a {margin:0 30px 0 20px;}
.CardText{float:left; margin: 0 30px;}
/* Added For Site Maps */
.SiteMap {font-size:1.0em;font-weight:bold; height:20px; width:120px; background-color:#E9F19B;}
.MapItems a {font-size:1.0em;font-weight:bold;color:#898989;}
/* Added For Accont Summary Link */
.bluecap a {font-size:11px; font-family:Arial;}
/* Added For Category details section for Parent Product name Style */
.capsule a.lit {color:#898989; text-decoration:none; font-size:1.1em;font-weight:bold;  margin-left:5px; float:left; margin-top:6px;}
/* Added For RailLeft -Request An Item Component */
#railleft .railrightCrumb p { color:#000000; line-height:15px; font-size:1.0em; font-style:normal; width:130px; height:55px;}
/*#railleft .railrightCrumb  h2 span.categoryAlign{color:#fff;font-size:1.2em; font-weight:normal;float:right;margin-right:32px;margin-top:-4px} FIX_Bug 797*/
table.hotmobs td .hotMobsPillAlign a.btnMakeAnOffer{margin-left:80px;}/* FIX_Bug 797*/

.orderdetails Tr Td.tdWhiteSpace H3
{
	white-space:nowrap
}
/* Added for order List page */
.linkStyle{float: left; margin:15px 1px;}
/*  For Account Summary Headingunderline Style */
 /* #content table.border.sides TR TH{ text-decoration:underline; } */
/*  Added For HotMobs , Join Mobba Button alignment */
/*.hotMobsPillAlign{ margin-top: -3.9px; wei-margin-bottom: -10px; position:relative; wei-padding-bottom:3px;wei-padding-top:3px;} FIX_Bug 1145*/
.hotMobsPillAlign {POSITION: relative; MARGIN-TOP: -3.9px; padding-bottom: 3px; wei-margin-bottom: -10px; wei-padding-top: 3px}
.hotMobsPill { width: 81px; }
/* Added For Green Bar - Orderdetails Page */
table.GreenBar{background-color:#E9F19B;height:20px;}
/* Added For Categories - Navigation Style */
.categoryLine { color:#000000;  border-bottom-width:1px; width:166px; border-style:dashed; float:left; margin-left:10px; height:5px; padding-top:4px;}/*Fix_Bug 1126,1169 
/* For Market Price */
.prodList p{color:#5F5A57;font-family:Arial; width:100px;} 
/* Invite Friends Link */
#header #mainmenu a.FriendsLink{color:#ffffff; font-size:0.7em; font-weight:bold; font-family:Arial;  left:50%; margin:10px 403px; width:80px; position:absolute; right:0;}/* float:right; margin:7px 20px 0 0; */
#header #mainmenu .FriendsImg {left:50%; margin:2px 380px;  position:absolute; right:0; width:26px;}/* float:right; margin:0 10px 0 0;  */
/* Added for view link style */
.ViewLink{ font-size:0.8em;}
 #orders #mobbaInfo  tr td {font-size:1.4em;}
 #railleft ul li b {color:#000000; font-size:1.1em; float:left;margin-top:5px; margin-left:4px;}
/* Added for BabiesRus and Amazon Style */
.BuyImg{margin:-16px 90px; float:left;}
/* Added For Error message */
.ErrorMsg{color:Red;}
.Error{color:Red; font-size:0.9em; margin-top:5px; clear:both; }
/* Added For Seller Settings - Credit card Style */
.sellerDetails tr td {font-size:1.4em; }
.sellerDetails a {margin:0 100px 0 10px; }
/* Added For  Selelr Alerts - Product Category section  */
#content .AlertsProduct p{ font-size:1.8em; font-weight:bold; color:#898989; }
.SelProdList {  line-height:11px; white-space:nowrap;}
/* Added For Categories Left Section Capsule Div  */
#railleft .capsule {  font-size:0.7em;  margin-bottom:18px; margin-left:30px; width:190px !important; }
#railleft .hotmobbanav { background:url(_img/shared/leftnav-corner-bottom.gif) no-repeat 0 100% !important;}
/* Added For Advertisements Section */
#railright .railrightCrumb img{ margin:10px 0 15px 10px;}/*changed for align the product image on right side Sep21-09*/	
/* Added for Search box*/
#gsitesearch .greenpill { background:url(_img/shared/btn-pill-green-right.gif) no-repeat right 1.5px; border:0; cursor:pointer; display: inline; top:-1px;float: left; font: normal 12px "trebuchet ms",helvetica,sans-serif;font-weight:bold; height:21px; padding:0 7px 4px 1px; text-align:center; text-decoration: none; *width:auto; *overflow:visible; *top:0;}
#gsitesearch .greenpill span { height:21px; line-height:16px; background:url(_img/shared/btn-pill-green-left.gif) no-repeat left 0px; color:#fff; position:relative; top:1px; *top:-1px; display:block; white-space:nowrap; padding:0 0 7px 9px; *margin-top:1px; }
#gsitesearch button.greenpill span { top:1px;*top:0px}
#gsitesearch .greenpill:hover { background-position:right -43px;*background-position:right -44px; }
#gsitesearch .greenpill:hover span { background-position:left -45px; }
/*Added for CaltegorAlign and Cpasule ALign*/
#railleft h2 span.categoryAlign{color:#fff; font-size:1.2em; font-weight:normal;float:left;margin-left:9.1px;margin-top:-9px;} 
#railleft .capsule h2 span.capsuleAlign{color:#fff; font-size:1.2em;font-weight:normal;float:left;margin-left:9.1px;margin-right:52px;margin-top:-9px}
#railright .capsule .railrightCrumb h2 span.capsuleAlign{color:#fff; font-size:1.2em;font-weight:normal;float:left;margin-left:10px;margin-top:-9px}
#railright .capsule .railrightCrumb h2 span.categoryAlign{color:#fff; font-size:1.2em;font-weight:normal;float:left;margin-left:10px;margin-top:-9px}
/* Added For OrderStep2 link style */ 
.bluecap.order a {font-size:14px; } 
/*Added for Help Align */
#railleft .railrightCrumb  h2 span.HelpAlign{color:#fff;font-size:1.2em; font-weight:normal; float:left;margin-left:17px;margin-top:-4.9px}
#railleft .capsule h2 span.HelpAlign{color:#fff;font-size:1.2em; font-weight:normal; float:left;margin-left:7px;margin-top:-4.9px}/*for help align on jan5*/
/*Added forParenting Para*/
#content .font09 {width:95%} /*Parenting*/
/* Register Page Line style */
#content .mainother table td span.line{ width:770px;}/*Parenting*/
/* Seller MyHome- Buyer Stats Hand */
.txtunderline{cursor:pointer;}
#content table tr td a.linkLine{text-decoration:underline}
/* Added For Category page */
#content table.border.sides tr td p.prodName{ width:240px; padding-right:10px; wei-width:155px; wei-padding-right:30px;} /* Product Width */
#content table.border.sides tr td p.prodName strong{ width:155px; font-size:1.1em; wei-font-size:0.9em; } /* Product Width */
.blackStyle{ color:#000000; font-size:1.8em;font-weight:bold;} /* MARKET price Style */
.orangeStyle{color:#f47b22;font-size:1.8em;font-weight:bold;} /*  price Style */
#content table.border.sides #mobbaInfo{float:left; wei-margin-left:-20px;} /*  Mobba in-progress */
.space{padding:120px; } /*  price Style */
span.pagingStyle a { font-family:Trebuchet MS; font-weight:bold; font-size:1.1em; color:#000000; margin:3px;} /*  Paging Style */
span.pagingStyle span {font-family:Trebuchet MS; font-weight:bold; font-size:1.1em; color: #f47b22; margin:3px;} /*  Paging Style */

#content table.border.sides #mobbaInfo td.orangeStyle{color:#f47b22;font-size:1.5em;wei-font-size:1.6em;font-weight:bold;}/*  Time Left Style */
/* Add the New class for setting for buyer profile*/
#content .order table tr td input.long { width:180px; }
#content .order table tr td input.medium { width:180px; }
#content .order p.settingHeading{padding-top:40px;padding-bottom:20px;}
#content .order table tr td.moveNo{padding-left:23px;}
#content .order table.DETable.zebra{margin-top:20px;}
#content table.DETable.zebra.Left{clear:left}
#content .order table.DefaultHeading{margin-top:15px;}/* move the green banner from line */
/* Added for Account Summary */
#content table.border.sides TR TH.fieldRight{padding-right:10px;}
#content table.border.sides TR TH.fieldLeft{padding-left:20px;}
/*For Mobba Picks of Alert*/
/*#content table div.mobbaPickRight{ margin-left:680px;position:absolute;margin-top:190px } FIX_Bug 1107*/
/* Add newly Fix but 1107 */
#content .Alerts {WIDTH: 450px;}
#content TABLE DIV.mobbaPickRight { width:250px;/* POSITION: absolute; MARGIN-TOP: 235px; MARGIN-LEFT: 680px*/ } /* FIX_Bug 1107*/
#content table div.mobbaPickRight h3{ font-size:1.4em;} 
/*Vendor User group*/
.event label{font-size:1.1em;}/*Added For increase the size of the font of the check box sep23-09*/
.controlTitle h2{padding-top:15px;}/* Space between the add button and "add user vendor group"*/
/*Vendor User detail*/
#content p.vendorPara{margin-top:12px;margin-bottom:15px;width:95%; }
table.textsize label{font-size:1.1em;} 
/*Shipping Info*/
.reqFieldNote{color:Red; font-size:0.9em;}
.cvcCode{padding-top:15px; font-weight:bold;}
.cvcCode A IMG {padding-left:4px;}/*FIX_Bug 1136*/
#content table tr td.moveTab{padding-left:15px;}
/*Help PAges*/
.font09  p.newParaTermNew{font-size:0.9em;color:#000000;font-family:@Arial Unicode MS;margin-top:-1px;line-height:20px;}

/*Added For Home Page*/
/*
#content table.Offer b,#railleft .capsule ul li a{color:#000000}
*/
#content table.Offer table tr td p.paraTextColor, #content table.OfferHotmobba table tr td p.paraTextColor{font-size:2.0em; font-weight:bold; color:#382E2C;margin-left:1px;margin-top:-10px }
#content table tr td ul.details li strong.leftStrongliHome{color:#898989;font-size:1.4em;wei-margin-left:-135px;}


/* buttons 20091008 HCC*/
.btnInviteAFriend { background:url(_img/shared/btnGreenInviteAFriend_on.gif) no-repeat; display:block; width:98px; height:20px; margin-left:77px; margin-top:60px; cursor:hand}
.btnInviteAFriend:hover { background:url(_img/shared/btnGreenInviteAFriend_over.gif) no-repeat;}

.btnRegister{ background:url(_img/shared/btnGreenRegister_on.gif) no-repeat; display:block; width:65px; height:20px; margin-left:62px; margin-top:-20px; cursor:hand}
.btnRegister:hover { background:url(_img/shared/btnGreenRegister_over.gif) no-repeat;}

.btnLogin{ background:url(_img/shared/btnGreenLogin_on.gif) no-repeat; display:block; width:50px; height:20px; margin-top:10px; cursor:hand; border:0px;}
.btnLogin:hover { background:url(_img/shared/btnGreenLogin_over.gif) no-repeat;}


#railrightOffer .btnMakeAnOffer{ background:url(_img/shared/btnGreenMakeAnOffer_on.gif) no-repeat; display:block; width:95px;  height:20px; margin-left:180px;margin-top:0px; *margin-left:180px;*margin-top:0px; cursor:hand}

 /*#railrightOffer .btnMakeAnOffer{ background:url(_img/shared/btnGreenMakeAnOffer_on.gif) no-repeat; display:block; width:95px;  height:20px; margin-left:180px;margin-top:-37px; cursor:hand}*/ /* update per issue #1219 */

.btnMakeAnOffer{ background:url(_img/shared/btnGreenMakeAnOffer_on.gif) no-repeat; display:block; width:95px;  height:20px; margin-left:3px; margin-top:7px; cursor:hand}
.btnMakeAnOffer:hover { background:url(_img/shared/btnGreenMakeAnOffer_over.gif) no-repeat;}

.btnGo{ background:url(_img/shared/btnGreenGo_on.gif) no-repeat; display:block; width:38px;  height:20px; margin-left:117px; margin-top:1px; cursor:hand; border:0px; z-index:-1;}
.btnGo:hover { background:url(_img/shared/btnGreenGo_over.gif) no-repeat;}

.btnWatchDemo{ background:url(_img/shared/btnOrangeWatchDemoOnLime_on.gif) no-repeat; display:block; width:88px; height:20px;  margin-left:38px; margin-top:17px; cursor:hand}
.btnWatchDemo:hover { background:url(_img/shared/btnOrangeWatchDemoOnLime_over.gif) no-repeat;}
.btnWatchDemo2{ background:url(_img/shared/btnOrangeWatchDemo_on.gif) no-repeat; display:block; width:88px; height:20px;  margin-left:448px; margin-top:-15px; cursor:hand}
.btnWatchDemo2:hover { background:url(_img/shared/btnOrangeWatchDemo_over.gif) no-repeat;}

.btnRequestanItem{ cursor:pointer; background:url(_img/shared/btnGreenRequestanItem_on.gif) no-repeat; display:block; width:106px; height:20px;  margin-left:70px; margin-top:0px; cursor:hand}
.btnRequestanItem:hover { cursor:pointer; background:url(_img/shared/btnGreenRequestanItem_over.gif) no-repeat;}

.btnAlertMe{ background:url(_img/shared/btnGreenAlertMe_on.gif) no-repeat; display:block; width:68px; height:20px;  wei-margin-left:-448px; margin-top:0px; cursor:hand}
.btnAlertMe:hover { background:url(_img/shared/btnGreenAlertMe_over.gif) no-repeat;}

.btnYes{ background:url(_img/shared/btnGreenYes_on.gif) no-repeat; border:0px; display:block; width:40px; height:20px;  margin-left:-448px; margin-top:0px; cursor:hand}
.btnYes:hover { background:url(_img/shared/btnGreenYes_over.gif) no-repeat;}

.btnNo{ background:url(_img/shared/btnGreenNo_on.gif) no-repeat; border:0px ;display:block; width:40px; height:20px;  margin-left:-448px; margin-top:0px; cursor:hand}
.btnNo:hover { background:url(_img/shared/btnGreenNo_over.gif) no-repeat;}

/*.btnSave{ background:url(_img/shared/button-save.gif) no-repeat; border:0px ;display:block; width:46px; height:20px;  margin-left:0px; margin-top:0px; cursor:hand}FIX_Bug 1115*/
.btnSave { BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 10px; WIDTH: 46px; DISPLAY: block; BACKGROUND: url(_img/shared/button-save.gif) no-repeat; HEIGHT: 20px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px}
.btnSave:hover { background:url(_img/shared/button-save-rollover.gif) no-repeat;}

.btnAdd{ background:url(_img/shared/button-add.gif) no-repeat; border:0px ;display:block; width:43px; height:20px;  margin-left:0px; margin-top:0px; cursor:hand}
.btnAdd:hover { background:url(_img/shared/button-add-rollover.gif) no-repeat;}

.btnCancel{ background:url(_img/shared/button-cancel.gif) no-repeat; border:0px ;display:block; width:57px; height:20px;  margin-left:0px; margin-top:0px; cursor:hand}
.btnCancel:hover { background:url(_img/shared/button-cancel-rollover.gif) no-repeat;}

.btnSubmit{ background:url(_img/shared/button-submit.gif) no-repeat; border:0px ;display:block; width:59px; height:20px;  margin-left:0px; margin-top:0px; cursor:hand}
.btnSubmit:hover { background:url(_img/shared/button-submit-rollover.gif) no-repeat;}

/*.btnContinue{ background:url(_img/shared/button-continue.gif) no-repeat; border:0px ;display:block; width:70px; height:30px;  margin-left:0px; margin-top:0px; cursor:hand}/*button height changed on jan 13*/
/*.btnContinue:hover { background:url(_img/shared/button-continue-rollover.gif) no-repeat;}*/

.btnGoBack{ background:url(_img/shared/button-go-back.gif) no-repeat; border:0px ;display:block; width:66px; height:20px;  margin-left:0px; margin-top:0px; cursor:hand;*margin-left:0px;*float:left;*margin-top:0px}
.btnGoBack:hover { background:url(_img/shared/button-go-back-rollover.gif) no-repeat;}

*+html.btnGoBack{ background:url(_img/shared/button-go-back.gif) no-repeat; border:0px ;display:block; width:66px; height:20px; cursor:hand;}
*+html.btnGoBack:hover { background:url(_img/shared/button-go-back-rollover.gif) no-repeat;}

.btnGoBackPadding{ background:url(_img/shared/button-go-back.gif) no-repeat; border:0px ;display:block; width:66px; height:20px;cursor:hand;}
.btnGoBackPadding:hover { background:url(_img/shared/button-go-back-rollover.gif) no-repeat;}

*+html.btnGoBackPadding{ background:url(_img/shared/button-go-back.gif) no-repeat; border:0px ;display:block; width:66px; height:20px;cursor:hand;}
*+html.btnGoBackPadding:hover { background:url(_img/shared/button-go-back-rollover.gif) no-repeat;}

.btnPlaceOrder{ background:url(_img/shared/button-place-order.gif) no-repeat; border:0px ;display:block; width:85px; height:20px;  margin-left:0px; margin-top:0px; cursor:hand}
.btnPlaceOrder:hover { background:url(_img/shared/button-place-order-rollover.gif) no-repeat;}

.btnSend{ background:url(_img/shared/button-send.gif) no-repeat; border:0px ;display:block; width:48px; height:20px;  margin-left:0px; margin-top:0px; cursor:hand}
.btnSend:hover { background:url(_img/shared/button-send-rollover.gif) no-repeat;}

#ChatSupport {padding: 0 0 0 25px; } 
#SslSign {padding: 0 0 0 25px; } 

.btnPromoBuyerSpree200911 { background:url(_img/promo/promo_200911spree_register_default.jpg) no-repeat; border:0px; display:block; width:190px; height:142px;   margin-left:30px; margin-top:0px; margin-bottom:10px; cursor:hand}
.btnPromoBuyerSpree200911:hover { background:url(_img/promo/promo_200911spree_register_rollover.jpg) no-repeat; border:0px; display:block; width:190px; height:142px;   margin-left:30px; margin-top:0px; margin-bottom:10px; cursor:hand}
.btnPromoBuyerSpree200911Details { background:url(_img/promo/promo_200911spree_details_default.jpg) no-repeat; border:0px; display:block; width:190px; height:142px;   margin-left:30px; margin-top:0px; margin-bottom:10px; cursor:hand}
.btnPromoBuyerSpree200911Details:hover { background:url(_img/promo/promo_200911spree_details_rollover.jpg) no-repeat; border:0px; display:block; width:190px; height:142px;   margin-left:30px; margin-top:0px; margin-bottom:10px; cursor:hand}

.pageIndex { position:absolute; top:75px; left:380px; }

.btnPromoBox_video { background:url(_img/shared/video.jpg) no-repeat; border:0px; display:block; width:190px; height:142px;   margin-left:30px; margin-top:0px; margin-bottom:10px; cursor:hand}
.btnPromoBox_video:hover { background:url(_img/shared/video-rollover.jpg) no-repeat; border:0px; display:block; width:190px; height:142px;   margin-left:30px; margin-top:0px; margin-bottom:10px; cursor:hand}
.btnPromoBox { background:url(_img/shared/5-dollar-fridays.gif) no-repeat; border:0px; display:block; width:190px; height:142px;   margin-left:30px; margin-top:0px; margin-bottom:10px; cursor:hand}
.btnPromoBox:hover { background:url(_img/shared/5-dollar-fridays-rollover.gif) no-repeat; border:0px; display:block; width:190px; height:142px;   margin-left:30px; margin-top:0px; margin-bottom:10px; cursor:hand}

.inlinebutton { display:inline-block!important; margin-left:5px; margin-right:5px; margin-bottom:10px;}

#content table.btnspace{border-width: 0px; width: 100%; margin-top:-59px; margin-left:90px } /*FIX_Bug 1211,1209,1208 */
#content td input.capbtn{ margin-left:9px } /*FIX_Bug 1211,1209,1208  */
/* Classes added for Get Now*/
#content table.OfferHotmobba table tr td p { margin-bottom:1px; }
#content table.Offer table tr td p.paraRightImg, #content table.OfferHotmobba table tr td p.paraRightImg{margin-left:330px;margin-top:-65px}
#content table.Offer table tr td p.paraLeftSealImg, #content table.OfferHotmobba table tr td p.paraLeftSealImg{margin-left:5%;margin-top:-96px;padding-top:0;*margin-left:5.6px;*margin-top:-92px;}
#content table.Offer table tr td a.getNowproductlink img, #content table.OfferHotmobba table tr td a.getNowproductlink {margin-left:5px; width:11px;margin-top:-10px;padding-bottom:30px;}/* move the image in Getnow */
#content table.Offer table tr td a.getNowproductlink img, #content table.OfferHotmobba table tr td a.getNowproductlink img{margin-top:-6px}/* move the image in Getnow */

#content table.Offer table tr td p.GetNowTextBlack, #content table.OfferHotmobba table tr td p.GetNowTextBlack{ font-size:large; font-weight:bold; color:#000000;margin-top:-10px;margin-left:0px}/*used for format the text in near to the image in black color for Buy now*/
#content table.Offer table tr td p.GetNowTextOrange, #content table.OfferHotmobba table tr td p.GetNowTextOrange{ font-size:large; font-weight:bold; color:#f47b22;}/*used for format the text in near to the image in orange color for Buy now*/
#content table.Offer table tr td span.paraTextBlack, #content table.OfferHotmobba table tr td span.paraTextBlack{font-size:1.29em; font-weight:bold;color:#000000;margin-left:1px; }/*used for format the text in near to the image in black color for Buy now*/
#content table.Offer table tr td p.paraText, #content table.OfferHotmobba table tr td p.greyparaText{font-size:2em; font-weight:bold; color:#707070;margin-left:1px;margin-top:-10px }/*used for format the text in near to the image in grey color for buy now*/                
#content table.Offer table tr td span.GetNowTextOrange, #content table.OfferHotmobba table tr td span.GetNowTextOrange{ font-size:medium; font-weight:bold; color:#f47b22;text-transform:uppercase}/*used for format the text in near to the image in orange color for Buy now*/                       
#content table.Offer table tr td span.greyparaText, #content table.OfferHotmobba table tr td span.greyparaText{font-size:2.6em; font-weight:bold; color:#707070;margin-left:1px;margin-top:-10px }/*used for format the text in near to the image in grey color for buy now*/                
#content table.Offer table tr td p.GetNowTextBlack, #content table.OfferHotmobba table tr td p.GetNowTextBlack{font-size:3em; font-weight:bold; color:#000000;margin-left:3px;margin-top:-10px  }/*used for format the text in near to the image in black color for Buy now*/
#content table.Offer table tr td span.GetNowSoldTextOrange, #content table.OfferHotmobba table tr td span.GetNowSoldTextOrange{ font-size:medium; font-weight:bold; color:#f47b22;}/*used for format the text in near to the image in orange color for Buy now*/                       
#content .productinfo span.GetNowSoldTextOrange{ font-size:1.0em; font-weight:bold; color:#f47b22;}/*used for format the text in near to the image in orange color for Buy now*/                       
#content .orderdetails em.orangeprice{ color:#f47b22; font-size:1.2em; font-style:normal; font-weight:bold; }
#content .orderdetails em.greyprice{ color:#88888a; font-size:1.2em; font-style:normal; font-weight:bold; }
.bluecap .order table.alignLeft{margin-left:50px}
#content table.Offer table tr td p.GetNowparaText, #content table.OfferHotmobba table tr td p.GetNowparaText{font-size:2.3em; font-weight:bold; color:#707070;margin-left:1px;}/*used for format the text in near to the image in grey color for buy now*/                
#content table.Offer table tr td span.GetNowRetailText, #content table.OfferHotmobba table tr td span.GetNowRetailText{font-size:2.3em; font-weight:bold; color:#707070;margin-left:1px;line-height:1.6em;}/*used for format the text in near to the image in grey color for buy now*/                
#content table.Offer table tr td span.GetNowPriceText, #content table.OfferHotmobba table tr td span.GetNowPriceText{ font-size:large; font-weight:bold; color:#f47b22;padding-left:10px;}/*used for format the text in near to the image in orange color for Buy now*/

/* update per issue #1219 */
.rblOrderType { width:100%; font-size:1.2em; margin-bottom: 0; padding-top:0px; padding-bottom:0px; }
#railrightOffer table tr td.topbottompadding, #railrightOffer table table tr td { padding-top:1px; padding-bottom:1px; }
.marginleft180 { margin-left:170px; }
/*For Shipping*/
.blueHead{background-color:#0f6cb6;font-size:1.0em;padding:0;color:#ffffff;height:25px}
.barIcon{background:url(_img/shared/barcode.jpg) repeat 0 0;background-repeat:no-repeat;}
.completeIcon{background:url(_img/shared/complete.jpg) repeat 0 0;background-repeat:no-repeat;}
.shipIcon{background:url(_img/shared/ShipExp.jpg) repeat 0 0;background-repeat:no-repeat;width:32px; height:32px;} /*Modified for 1278*/

.blueHeadWhiteFont{color:#ffffff;}
#content table.border.sides.ShippingSummary {width:725px; color:White;}
#content table.border.sides.ShippingSummary th { text-align:left; padding-left:0px; PADDING-RIGHT: 10px;color:White;padding-top:0px;height:25px}
.PageStyleRight{float:right;margin-right:-390px;margin-top:-45px;padding:0px}
#content td.shipbutton{ padding-left:8px } /*FIX_Bug 1211,1209,1208  */
/*for fixing mobba invite to right pane*/
/*#railright div.capsule{ color:#000000;font-size:0.7em;margin-left:8px; }*/
.invite{color:#000000; font-size:1.2em}
#railright .capsule.home{margin-left:4px;margin-top:10px;padding-bottom:3px}

/*Added for View all in buy now home page*/
.MediumLink{font-size:1.7em;margin-left:5px;text-decoration:none;font-weight:bold}
/* Added for Update Order & Cancel Order button as Image*/
.btnUpdateOrder {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 86px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenUpdateOrder_on.gif) no-repeat; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:left;}
.btnUpdateOrder:hover {
      BACKGROUND: url(_img/shared/btnGreenUpdateOrder_over.gif) no-repeat
}
.btnCancelOrder {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; DISPLAY: block; BACKGROUND: url(_img/shared/btnCancelOrder_on.gif) no-repeat 10px 0px; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnCancelOrder:hover {
      BACKGROUND: url(_img/shared/btnCancelOrder_over.gif) no-repeat 10px 0px;
}
.btnSubmitOrder {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 86px; DISPLAY: block; BACKGROUND: url(_img/shared/btnSubmitOrder_on.gif) no-repeat; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:left;}
.btnSubmitOrder:hover {
      BACKGROUND: url(_img/shared/btnSubmitOrder_over.gif) no-repeat
}
.btnGotomyAcct {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 106px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenGoToMyAccount_on.gif) no-repeat; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:left;}
.btnGotomyAcct:hover {
      BACKGROUND: url(_img/shared/btnGreenGoToMyAccount_over.gif) no-repeat
}
.subCategory {margin-left: 18px;color: black;text-decoration:none; font-size:1.1em; white-space:nowrap; font-weight:bold;}
.subCategoryBreak{line-height:25px}
/*Fix_bug 1238*/
.btnUpdate {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 86px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenUpdate_on.gif) no-repeat 10px 0px; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:left;}
.btnUpdate:hover {
      BACKGROUND: url(_img/shared/btnGreenUpdate_over.gif) no-repeat 10px 0px;
}
.btnView {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenView_on.gif) no-repeat 10px 0px; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnView:hover {
      BACKGROUND: url(_img/shared/btnGreenView_over.gif) no-repeat 10px 0px;
}
.boldText{font-weight:bolder}
.font12Link{font-size:1.3em;font-weight:normal}

.btnNewGoBack
 {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; DISPLAY: inline-block; BACKGROUND: url(_img/shared/button-go-back.gif) no-repeat 10px 0px; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;
 }
.btnNewGoBack:hover {
      BACKGROUND: url(_img/shared/button-go-back-rollover.gif) no-repeat 10px 0px;
}
.btnContinue
{
  BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 86px; DISPLAY: block; BACKGROUND: url(_img/shared/button-continue.gif) no-repeat; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:left;
}
      
.btnContinue:hover 
{
      BACKGROUND: url(_img/shared/button-continue-rollover.gif) no-repeat
}
.sellerDetails tr th {font-size:1.4em; }
.btnNewCancel {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; DISPLAY: block; BACKGROUND: url(_img/shared/button-cancel.gif) no-repeat 20px 0px; HEIGHT: 30px; MARGIN-LEFT :40px; margin-top:-20px;BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}

.btnNewCancel:hover {
      BACKGROUND: url(_img/shared/button-cancel-rollover.gif) no-repeat 20px 0px; 
}
.btnSave.indentleft{margin-left:5px;*margin-left:-210px; }
.btnNewCancel.indentleft{*margin-left:-165px }
.btnSave.indentDown{float:left;top:-11px;position:relative}
.btnSearchUser.indentdown:{top:55px;position:relative;float:left}
.btnFilter { BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 10px; WIDTH: 56px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenFilter_on.gif) no-repeat; HEIGHT: 20px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px}
.btnFilter:hover { background:url(_img/shared/btnGreenFilter_over.gif) no-repeat;}

.btnSearchUser { BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 40px; WIDTH: 83px; DISPLAY:inline-block; BACKGROUND: url(_img/shared/btnSearchUser_on.gif) no-repeat; HEIGHT: 20px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px;}
.btnSearchUser:hover { background:url(_img/shared/btnSearchUser_over.gif) no-repeat;}


#content table.btnNewspace{top:-2px;position:relative } 
.btnNewCancelEdit {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 20px; position:relative; float:left; WIDTH: 96px; DISPLAY:inline-block; BACKGROUND: url(_img/shared/button-cancel.gif) no-repeat; HEIGHT: 20px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px;}
.btnNewCancelEdit:hover {
      BACKGROUND: url(_img/shared/button-cancel-rollover.gif) no-repeat; 
}
.btnNewCancelEdit.padDown{ border-width: 0px; width: 100%; left:85px;float:left;display:inline-block;position:relative;top:-50px;}
.smallTextBox {margin-left:4px;height:17px;padding-top:0px;}
#content table.Offer table tr td .nameYourPrice input.btnGo{ margin-top:-22px;margin-left:97px;padding-bottom:10px}

#content table.Offer table tr td .nameYourPrice p{font-size:2.1em; font-weight:bold;color:#f47b22;margin-left:1px;padding-left:5px}
#content table.border.sides tr td .nameYourPrice p { font-size:1.1em;font-weight:bold;color:#f47b22;padding-bottom:-5px;padding-top:0px; padding-right:110px;width:130px;padding-left:5px}
#content table.border.sides tr td .nameYourPrice input.btnGo{ margin-top:-22px;margin-left:95px;padding-bottom:10px}

#content table.border.sides tr td .nameYourPrice input.smallTextBox{margin-left:-0.5px}
.strike{text-decoration:line-through}
.homeBlackStyle{color:#000000; font-size:2.1em;font-weight:bold;margin-left:0.4px}
.homeOrangeStyle{color:#f47b22;font-size:2.1em;font-weight:bold;margin-left:0.4px} /*  price Style */
#content table.Offer table tr td div.nameYourPrice {background-color:#e9f19d;height:50px;width:140px;}
#content table.Offer table tr td .nameYourPrice span.paraTextBlack{font-size:1.9em;font-weight:bold;color:#000000;padding-left:5px}
#content table.border.sides tr td .nameYourPrice span.paraTextBlack{font-size:1em;font-weight:bold;color:#000000;padding-left:5px}

.nameYourPrice input{margin-top:-12.5px;}
#content table.border.sides tr td .nameYourPrice{padding-bottom:10px}

.btnAddShipment { BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 99px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenAddShipment_on.gif) no-repeat; HEIGHT: 20px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px;float:left;*margin-left: -200px;*padding:0px }
.btnAddShipment:hover { background:url(_img/shared/btnGreenAddShipment_over.gif) no-repeat;}

/*1290*/
.btnSaveShipment { BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 99px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenSaveShipment_on.gif) no-repeat; HEIGHT: 20px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px;  float:left;}
.btnSaveShipment:hover { background:url(_img/shared/btnGreenSaveShipment_over.gif) no-repeat;}


.btnConfirmAllShip {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 126px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenConfirmAllShipment_on.gif) no-repeat; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:left;margin-right:10px;}
.btnConfirmAllShip:hover {
      BACKGROUND: url(_img/shared/btnGreenConfirmAllShipment_over.gif) no-repeat
}

.btnUpdateShipment {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 116px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenUpdateShipment_on.gif) no-repeat; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:left;}
.btnUpdateShipment:hover {
      BACKGROUND: url(_img/shared/btnGreenUpdateShipment_over.gif) no-repeat
}
/*1257*/

#content h2.fontSize{margin-top:22px;*margin-top:10px;font-size:1.2em;}
.btnCancelGetNow {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; DISPLAY: block; BACKGROUND: url(_img/shared/button-cancel.gif) no-repeat 20px 0px; HEIGHT: 30px; MARGIN-LEFT :60px; margin-top:-34px;BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}

.btnCancelGetNow:hover {
      BACKGROUND: url(_img/shared/button-cancel-rollover.gif) no-repeat 20px 0px; 
}

.btnContinueShopping {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 106px; DISPLAY: block; BACKGROUND: url(_img/shared/btnContinueShopping_on.gif) no-repeat 0px 0px; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;*MARGIN-LEFT:-215px}
.btnContinueShopping:hover {
      BACKGROUND: url(_img/shared/btnContinueShopping_over.gif) no-repeat 0px 0px;
}

.btnUpdateMyBid {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenUpdateMyBid_on.gif) no-repeat 0px 0px; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnUpdateMyBid:hover {
      BACKGROUND: url(_img/shared/btnGreenUpdateMyBid_over.gif) no-repeat 0px 0px;
}

.btnBidonmobba{
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenBidonmobba_on.gif) no-repeat 0px 0px; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnBidonmobba:hover {
      BACKGROUND: url(_img/shared/btnGreenBidonmobba_over.gif) no-repeat 0px 0px;
}

.btnCloseDeal {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; DISPLAY: block; BACKGROUND: url(_img/shared/btnCloseDeal_on.gif) no-repeat 0px 0px; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnCloseDeal:hover {
      BACKGROUND: url(_img/shared/btnCloseDeal_over.gif) no-repeat 0px 0px;
}

.btnViewOrder {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; DISPLAY: block; BACKGROUND: url(_img/shared/btnViewOrder_on.gif) no-repeat; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnViewOrder:hover {
      BACKGROUND: url(_img/shared/btnViewOrder_over.gif) no-repeat;
}

.btnDownload {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; DISPLAY: block; BACKGROUND: url(_img/shared/btnDownload_on.gif) no-repeat; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnDownload:hover {
      BACKGROUND: url(_img/shared/btnDownload_over.gif) no-repeat;
}

.btnUpload {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; DISPLAY: block; BACKGROUND: url(_img/shared/btnGreenUpload_on.gif) no-repeat; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnUpload:hover {
      BACKGROUND: url(_img/shared/btnGreenUpload_over.gif) no-repeat;
}

.btnProcessVendorPayment {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 147px; DISPLAY: block; BACKGROUND: url(_img/shared/btnProcessVendorPayment_on.gif) no-repeat; HEIGHT: 30px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnProcessVendorPayment:hover {
      BACKGROUND: url(_img/shared/btnProcessVendorPayment_over.gif) no-repeat;
}

.btnProcessBuyNowGroup {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 8px; WIDTH: 147px; BACKGROUND: url(_img/shared/btnProcessVendorPayment_on.gif) no-repeat; HEIGHT:20px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnProcessBuyNowGroup:hover {
      BACKGROUND: url(_img/shared/btnProcessVendorPayment_over.gif) no-repeat;
}

.btnEndIt {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 0px; WIDTH: 96px; BACKGROUND: url(_img/shared/btnGreenEndIt_on.gif) no-repeat; HEIGHT:20px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnEndIt:hover {
      BACKGROUND: url(_img/shared/btnGreenEndIt_over.gif) no-repeat;
}

.btnDownloadShipping {
      BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; MARGIN-TOP: 20px; WIDTH: 96px; BACKGROUND: url(_img/shared/btnGreenDownloadShipping_on.gif) no-repeat; HEIGHT:20px; MARGIN-LEFT: 0px; BORDER-TOP: 0px; CURSOR: hand; BORDER-RIGHT: 0px; float:none;}
.btnDownloadShipping:hover {
      BACKGROUND: url(_img/shared/btnGreenDownloadShipping_on.gif) no-repeat;

}
#content .capsuleOfferHotmobba table.OfferHotmobba tr td{padding-bottom:14px}

.gray { color:Gray;}
.leftAlignTableSafari{float:left;clear:left}
.leftAlignButton{margin-left:-30px}


/* Start of menu styles */

#railleft .menu_capsule { /*background:url(_img/shared/menu_border.gif) no-repeat 0 100%;*/ font-size:12px;  margin-bottom:18px; margin-left:30px; width:190px !important; }
/*
#railleft .menu_capsule h2.national {background:#fff url(_img/shared/CenterOffer.gif) repeat-x 0 0; color:#fff; height:10px; font-size:13px;padding:8px 4px 7px 6px; position:relative; width:180px; }
#railleft .menu_capsule h2 span.left { background:url(_img/shared/leftOffer.gif) no-repeat 0 0; display:block; height:10px; width:10px; left:0; position:absolute; }
#railleft .menu_capsule h2 span.right { background:url(_img/shared/rightOffer.gif) no-repeat 0 0; display:block; height:8px; width:14px; left:auto; position:absolute; right:0; }
#railleft .menu_capsule h2.local {background:#fff url(_img/shared/local_main_head.gif) repeat-x 0 0; color:#000; height:10px; font-size:13px;padding:8px 4px 6px 6px; position:relative; width:180px; }
*/
#menucenterblue {background:#fff url(_img/shared/header_blue_bg.gif) repeat-x 0 0; color:#fff; height:9px; font-size:13px;padding:8px 4px 7px 6px; position:relative; width:180px; }
#menuleftblue { background:url(_img/shared/header_blue_left.gif) no-repeat 0 0; display:block; left:0; position:absolute; width:4px; height:24px; }
#menurightblue { background:url(_img/shared/header_blue_right.gif) no-repeat 0 0; display:block; left:auto; position:absolute; right:0; width:4px; height:24px; }
#menucentergreen {background:#fff url(_img/shared/header_green_bg.gif) repeat-x 0 0; color:#fff; height:9px; font-size:13px;padding:8px 4px 7px 6px; position:relative; width:180px; }
#menuleftgreen { background:url(_img/shared/header_green_left.gif) no-repeat 0 0; display:block; left:0; position:absolute; width:4px; height:24px; }
#menurightgreen { background:url(_img/shared/header_green_right.gif) no-repeat 0 0; display:block; left:auto; position:absolute; right:0; width:4px; height:24px; }

.menu_head_main_local { padding-left: 4px; }
.menu_head_main_national { padding-left:4px; }
.menu_list { /*padding-bottom:1px;*/ border-left:solid 1px #C0C0C0; border-right:solid 1px #C0C0C0; border-bottom:solid 1px #C0C0C0; }

.localselector { background-color:#B9C039;/*#C9D33C;*/ padding: 0 0 5px 12px; /*margin-left:1px; margin-right:1px;*/ }
.menu_head_des_title { padding: 8px 0 0 0; color:#fff; font-size:16px; }
.menu_head_des { padding: 8px 0 15px 0; color:#fff; }
.menu_head_ddl { padding: 0 0 15px 14px; }
.localmenuddl { font-size: 11px; }

.menu_detail { cursor:pointer; /*margin-left:1px; margin-right:1px; margin-bottom:5px;*/ }
.menu_detail a { color:#000; display:block; }

.menu_head { color:#000; padding: 6px 0px 2px 15px;	position: relative; height:18px; }

.menulevel0_head { padding: 4px 0 4px 10px; color:#FFF; font-weight:bold; }
.menulevel0 { padding: 4px 0 4px 10px; color:#FFF; }
.menulevel1 { padding: 4px 0 4px 25px; }
.menulevel2 { padding: 4px 0 4px 35px; }
.menulevel3 { padding: 4px 0 4px 45px; }
.menulevelcoupon { padding: 4px 0 4px 70px; background:url(_img/shared/arrow-right.gif) no-repeat 160px; color:#FFF; }

/*#menu_body_coupon { background:#F8F9D8; }*/
#menu_body_coupon { background:#B9C039; padding: 0 0 5px 0; }
#menu_body_coupon.menu_body a { color: #666666; }
#menu_body_coupon.menu_body a:hover { text-decoration: none; }

.menu_body a:hover 
{
    /*background-image:url(_img/shared/16-arrow-right.png);
    background-repeat: no-repeat;
    background-position: 100px;*/
    text-decoration:underline;
}

.lmenu_head_link { background: #EFF1D8; padding: 5px 15px; }
.lmenu_head_link_select { background: #EFF3BA; padding: 5px 15px; }
.lmenuheadselect { background: #EFF3BA url(_img/shared/arrow-right.gif) no-repeat 168px; }
.lmenuheadopen { background: #EFF1D8 url(_img/shared/arrow-down.gif) no-repeat 168px; }
.lmenuheadclose { background: #EFF1D8 url(_img/shared/arrow-right.gif) no-repeat 168px; }

.nmenu_head_link { background: #D8E2E9; padding: 5px 15px; }
.nmenu_head_link_select { background: #BAD1E2; padding: 5px 15px; }
.nmenuheadselect { background: #BAD1E2 url(_img/shared/arrow-right.gif) no-repeat 168px; }
.nmenuheadopen { background: #D8E2E9 url(_img/shared/arrow-down.gif) no-repeat 168px; }
.nmenuheadclose { background: #D8E2E9 url(_img/shared/arrow-right.gif) no-repeat 168px; }

.menubodyopen { display: block; }
.menubodyclose { display: none; }

.menu_coupon_image
{
    height:170px;
    width:170px;
    margin-left:10px;
}

a.menulit {color:#f47b20; font-size:1.1em;font-weight:bold;  }	
a.menuheada { display:block; width:172px; padding-right:0px;}
 
/* End of menu styles */

/* Start of new header & footer */
.clear:after {
 DISPLAY: block; HEIGHT: 0px; VISIBILITY: hidden; CLEAR: both; CONTENT: "."
} 

.logo
{
text-align:center;
padding-top:10px;
padding-bottom:20px;
padding-right:50px;
}

.top_menu
{
background:url(_img/shared/topbg.gif) no-repeat;
float:left;
height:110px;
}

.top_h
{
font-weight:bold;
vertical-align:middle;
color:#000000;
padding: 5px 0px 0px 0px;
}
.top_h a:link
{
	color:#000000;
	font-size:18px;
    
}
.top_title
{
font-family: 'Trebuchet MS';
font-size:12px;
color:#FFFFFF;
text-align:right;
padding: 10px 0px 0px 0px;
height:30px;
}
.top_title a:link {
	color: #fff;
	text-decoration:none;
}
.top_title a:visited {
	color: #fff;
	text-decoration:none;
}
.top_title a:hover {
	color: #fff;
	text-decoration:underline;
}
.top_title a:active {
	color: #fff;
	text-decoration:none;
}
.btn_invitefriend
{
/*background:url(_img/shared/invite_friend_bg.gif) no-repeat;*/
font-weight:bold;

background-position:center;
vertical-align:baseline;
text-align:center;
}

.footer a:link {
	color: #000;
	text-decoration:none;
	padding:10px 0px,0px,0px
}
.footer a:visited {
	color: #000;
	text-decoration:none;
}
.footer a:hover {
	color: #000;
	text-decoration:underline;
}
.footer a:active {
	color: #000;
	text-decoration:none;
}
.foot_patent
{
font-size:10px;
color:#aaaaaa;
text-align:center;
}
.foot_menu
{
	text-align:right;
	font-size:12px;
}
/* End of new header & footer */

/*font-size*/
.fs_01 { font-size:24px; }
.fs_02 { font-size:18px; }
.fs_03 { font-size:16px; }
.fs_04 { font-size:14px; }
.fs_05 { font-size:12px; }
.fs_06 { font-size:11px; }
.fs_07 { font-size:10px; }
.fs_08 { font-size:9px; }

.fs_b { font-weight:bold; }
/*main color*/
.c_p00{color:#fff;}
.c_p01{color:#000;}
.c_p02{color:#666;}
.c_p03{color:#f47b20;}
.c_p04{color:#c2cd23;}
.c_p05{color:#056cb6;}
/*secondary color*/
.c_s01{color:#ccc;}
.c_s02{color:#d8e2e9;}
.c_s03{color:#fdfdf5;}
.c_s04{color:#f6f6f6;}
.c_s05{color:#bad1e2;}
.c_s06{color:#eff3ba;}

/*main color*/
.bc_p01{background-color:#000;}
.bc_p02{background-color:#666;}
.bc_p03{background-color:#f47b20;}
.bc_p04{background-color:#c2cd23;}
.bc_p05{background-color:#056cb6;}
/*secondary color*/
.bc_s01{background-color:#ccc;}
.bc_s02{background-color:#d8e2e9;}
.bc_s03{background-color:#fdfdf5;}
.bc_s04{background-color:#f6f6f6;}
.bc_s05{background-color:#bad1e2;}
.bc_s06{background-color:#eff3ba;}


/*Invite Friend Get $5*/
.btnGetCreditSideBox{background:url(_img/invite_friend/refer_credit.jpg) no-repeat 0 0;width:190px; height:141px;border:none;cursor:pointer;}
.btnGetCreditSideBox:hover{background:url(_img/invite_friend/refer_credit_over.jpg) no-repeat 0 0;}

.btnReferCreditIntor{background:url(_img/invite_friend/refer_credit_intro.jpg) no-repeat 0 0;width:190px; height:141px;border:none;cursor:pointer;}
.btnReferCreditIntor:hover{background:url(_img/invite_friend/refer_credit_intro_over.jpg) no-repeat 0 0;}

.btnSearchGo{ background:url(_img/shared/go.gif) no-repeat; border:0px ;width:19px; height:20px; cursor:pointer;}
.btnSearchGo:hover { background:url(_img/shared/go_over.gif) no-repeat;}

.alert { color:Red; }

/* Search box in header */
#search_box_caption { font-size:13px; font-weight:bold; color:#fff; }
#divSearchBoxGo a { font-size:13px; font-weight:bold; color:#fff; }
#divSearchBoxGo a:hover { text-decoration:none; color:#f47b20; }
/**/