/*content of style.css added for testing*/	
	/*20*/.browserCellTable:hover, .compareimageanchor:hover, .otherphotoimagesanchor:hover {
	border: 1px solid #336;		/*used to change the border elements of Item boxes on :hover */ 
} 		/* This :hover class goes here for speed purposes */
		/* on IE browsers */
/* All classes - used for Fonts and Text attributes */
body		{		/* settings for main body background color */
	background-color : white;
}
/*1*/* {		/* *=default - used to define the default for all areas	*/
	font-family: Verdana; 		/* default font families */
	color: #636161; 		/* default color for all text */
	font-size: 100%;		/* default font site for all text */
}
/*3*/.areaheader {		/* used for larger headers of area text such as SKUs, area names, etc... */
	font-size: .75em; 		/* sets font size for areaheader */
	font-weight: 700;		/* sets font weight for areaheader */
}
/*3*/.areaheader2 {		/* a slightly smaller text for area subheaders */
	font-size: .7em;
	font-weight: 600;
}
/*4*/.areachoice 
{		/* used for "dynamic" information next to headers */
	font-size: .8em;	
}

/*4*/.areachoice2 {		/* a smaller version of .areachoice */
	font-size: 8pt;
	color:#3C3C3C;
}
.areachoice3 {		/* an even smaller version of .areachoice */
	font-size: .7em;
	color: #636161;
}
/*2*/#mastermenu {		/* menu containing Home, Favorites, Login, Help & Search */
	font-weight: 700; 
	font-size: .7em;
	text-align: right; 		/* sets the mastermenu to align on the right */
	/*font-variant: small-caps;*/
	text-decoration: underline;
}
/*4*/.dynamicdata {		/* information displayed dymically (usually in information tables or dropdown menus) */
	font-size: .75em; 
	line-height: 1em;		/*set the height of the txt area to be 1 (useful for dropdown menus to make them a little larger than the data inside) */
}
/*3*/.dynamicheader {		/* the header used to display the dynamic data (similar to areaheader and used for information pages) */
	font-weight: 700;	
}

.fixlineheight {		/* use to alter the line height of the item/cover SKU names */
	line-height: 1em;		/* sets the height of the text line */
}

div span.areaheader, span.areaheader2, th.areaheader {		/* modifies the look of the areaheaders for "Other Photos", "Correlates", "Compare", browsermenu, etc */
	padding: 1px 50px 3px 50px; 
	background-color:#DCDCDC;  /* used to set the background color or image */
	border: 1px solid #6C6C6C; 
	color: #6C6C6C;
	font-size:8pt;
	font-weight:bold;
}
div.areaheader {
	padding: 2px 0px 2px 0px; 
	background: #dedede repeat-x; 
	border: 1px solid #336; 
	color: #616261;
}
div.searchtext {
	/*border-bottom: 1px solid #d1d0d0;
	padding-bottom: 2px;*/
}
div.searchtext2 {
	/*border-bottom: 1px solid #dedede; */
	padding-bottom: 2px;
}
/* Addtional Attachments Links*/
.AddtionalLinksTitleText
{
	font-weight:bold; 
	font-size:14px; 
	text-align:center;
}
.BoldFont
{
	font-weight:bold;	
}
/* end addtional attachment links*/
.SpecialInformationTable
{
	text-align:center; 
	width:100%;	
}
.SpecialBrowserBorderColor
{
	border-color:#E4E5C6;	
}
.ShowSpecialBrowserOnSale
{
	display:block;	
}
.divSpecialBrowserOnSale
{
	height:18px; 	
	display:none;
}

.SpecialGridHeading
{
	font-weight:bold;	
}
.spnSpecialBrowserOnSale
{
	/*vertical-align:text-top; */
	font-size:.75em; 
	color:Red; 
	font-weight:bold;		
}
.SpecialPreviewText
{
	font-size:.75em; 
	color:#891709; 
	font-weight:bold;
}

.SpecialPreviewTextRed
{
	font-size:.75em; 
	color:Red; 
	font-weight:bold; 
	font-style:italic;	
}
.LinkText
{
	font-size:.75em; 
	color:Blue; 
	text-decoration:underline;
}

.TitleTextColor
{
	color:Red;	
}
span .prevnext {	/* settings for the "Prev" and "Next" text in the header of the browser table */
	font-size: .9em;
	/*font-variant: small-caps; */
	color: #336;
}
input#search, input#coversearch {
	background-color: white;
	padding-left: 2px;
}
.loginname {		/* sets the color for the "welcomemsg" area for the login name */
	color: #336;
}

#definitions {		/* settings for the id=definitions, only found on the "definitions" popup page */
	margin-left: 15px;
}

/* Anchor classes - used to define anchors or elements in anchors */
/*13*/a:link, a:visited {		/* settings for all achors that are linked or already visited */
	text-decoration: none;		/* sets the text decoration of the link and visited achors */
}
/*14*/a:hover {		/* settings for all anchors while they are being hovered */
	color: #336; 
	text-decoration: underline; 
	text-shadow:  #7F7E7E -2px 2px 2px;		/* testing of feature in CSS 2.1 - doesn't show up in any browser as of yet */
}
/*16*/a.mastermenu:hover {		/* settings for hovering of mastermenu class anchors */
	text-decoration: underline;
}
a.itemimagesanchor, .compareimageanchor {		/* settings for images anchors */
	display: block;			/* used to make sure images get rendered correctly inside tables */
	border: 1px solid #fff;		
}
img#itemimagelarge	{		/* settings for the border surrounding the image on the large view page */
	border-style: none;
}
/* Table Classes - defines elements used in tables or tables themselves */
.correlateimg, .itemimg {		/* settings for all borders of item images and correlage images */ 
	border: 1px solid #FFF;
}
table div select {		/* settings for dropdown menus in email, account info, etc.. */
	font-size: 1em; 
	line-height: 80%; 
	letter-spacing: 0px;
}
table.compare {		/* settings for the borders on the compare table */
	border-color: #DEDEDE;
}
.dynamicdatabtn {		/* settings for the buttons used at the bottom of forms and the bottom of all the images used for navigation */
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background:#dedede ;		/* set the background color for the buttons */
	padding: 2px 10px 2px 10px; 		/* apllies padding around the buttons */ 
}

.dynamicdatabtn:hover {		/* settings for the hovering of dynamicdatabutn elements */
	font-size: .75em; 
	border: 1px solid #336;
	text-decoration: none;
}
.nobtn	{		/* hiddes the "button" elements (background, borders and padding) of a button */
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
.browserSkuTdTop	{		/* settings for the top of the browser sku area */
	background-color: #dedede;
	border: 1px solid #E4E5C6;
}
.browserSkuTdBottom		{		/* settings for the bottome of the browser sku area */
	padding: 2px;
	line-height: .8em;
	background-color: transparent;
}
	
div#contrastTable2 table#contrastTable td.availableAreas {
	border-top: 1px dashed #E4E5C6;
	padding-top: 4px;
}
.underline {		/* used to set an underlining for items in search and fabricselector pages */
	border-bottom: 1px solid #E4E5C6;
	font-size: 120%;
}
.underline2 {
	border-bottom: 1px solid #E4E5C6;
}
.boxed {		/* used for the area displaying the sku in the "contrast areas" tables in both fabricselector and coverinformation pages */
	border: 1px solid #FFF; 
	background: #FFF; 
	padding: 1px 0px 1px 2px;
}
.browserCellInfo {		/* used to define the area below the images in the browser that contain the magnifying glass, add to favorites, and check box buttons */
	/* border-top: 1px solid #E4E5C6; */
	background: #FFF;
}
.browserCellTable {		/* used to define the area that contains the images in the browser */
	/*border: 1px solid #E4E5C6;*/
	border: 1px solid #FFF;
}
.navy {		/* sets the color listed below to a certain text element, for example in the prevCellInfo area for the area name and sku listing, overrides parent color settings */
	color: #336;
}
.block {		/* sets images in the prevCellInfo area to be blocks in an inline table element, helps keep the following text to flow and the outlining to work */
	display: block;
}
.bold {		/* sets a classed element to be bold, for example the "change" button and the current area "name" in the browser page */
	font-weight: bold;
}
.clickme {		/* settings for the "click to change" area in the fabricselector page */
	background: #FFF; 
	border-bottom: 1px solid #FFF; 
	border-left: 1px solid #FFF; 
	border-right: 1px solid #FFF; 
	color: #336; 
	text-align: center; 
	font-size: .6em;
}
.widetd {		/* settings to make certain td's extra wide */
	width: 150px;
}
.gobutton {		/* the go button used at the top of the SKU search area */
	color: White;
	font-size:8pt;
	border-color:White;
	border-width:1px;
	border-style:solid;
	background-color:#3C3C3C;
	width:25px;
	height:18px;
	text-align:center;
	
}
.jump {		/* used to for the "jump to" area */
	margin-left: 2%;
}
.sortarea {		/* used for the "sort" drop-down menu */
	margin-left: 5px;
}
img {		/* sets borders on all images */
	border: 0px solid #636161; 
	padding: 0px; 
	margin: 0px;
}
#itemimageinfo {		/* settings for the sku information below the image */
	font-weight: bold; 
	font-size: .9em;
	line-height: 1.6em;
}
table.browserareaReportTable {
	border: 2px solid #E4E5C6;
}
table.browserareaReportTable th, table.browserareaReportTable td, table.browserareaReportTable tr {
       border: 1px solid #E4E5C6;
       padding: 2px 2px;
}
table.browserareaReportTable th {
       background-color: #d1d0d0;
}

/* START RAD MENU */
.ep5menu /* this is the core menu where you set the width of the main menu as well as it's border colors */
{
	width: 210px !important;
	border-left: solid 1px #E4E5C6;
	border-right: solid 1px #E4E5C6;
	border-top: solid 1px #E4E5C6;
}
.ep5menu .rmLink /* this is the listings inside the menu, the type like sofa/chair/ottoman, set the background colors, bottom-border, text color and decorations here */
{
	width: 210px !important;
	line-height: 22px;
	text-decoration: none;
	color: #636161;
	background-color: #E6E6E6;
	border-bottom: solid 1px #E4E5C6;
}
.ep5menu .rmLink:hover, .ep5menu .rmFocused, .ep5menu .rmExpanded /* this is what happens when the user mouses/hovers over the .link listed above; .expanded tells it how to behave when then link is expanded. If you want it to behave the same as a link, leave it here, otherwise move the .expanded class call out to it's own */
{
	color: #636161;
	background: #E6E6E6;
	border-bottom: 1px solid #636161;
	cursor: pointer;
	text-decoration: none;
}
.ep5menu .rmText /* this is the text inside the .ep5menu, i.e. the span that wraps around the .link text like chair/ottoman/sofa... */
{
	padding-left: 5px;	
	/*padding-right: 36px;*/
	text-transform: capitalize;
}
.ep5menu .rmGroup /* this is the core menu sub-set, where you set the width of the main menu's sub-menu (subtypes) as well as it's border colors */
{
	width: 210px !important;
	border: solid 1px #E4E5C6;
	border-right: 0px;
}
.ep5menu .rmGroup .rmLink /* this is the same as the above .link but contained within the submenu */
{
	width: 210px !important;
	background: #E6E6E6;
	text-align: left;
	border-right: 1px solid #E4E5C6;
}
.ep5menu .rmGroup .rmLast .rmLink /* this is what happens to the last link. since i use border on the .ep5menu group and border-bottom on the .link, then i must remove the last item's bottom border so it's not doubled */
{
	border-bottom: 0px;
}
.ep5menu .rmGroup .rmLink:hover, .ep5menu .rmGroup .rmFocused, .ep5menu .rmGroup .rmExpanded /* this is the same as the .link:hover above, just for the submenu items */
{
	background: #E6E6E6;
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
}
.ep5menu .rmVertical .rmSeparator .rmText /* this is used for vertical seperator text fields, we don't use this yet, you can simply set the background color to the same as your .group */
{
	padding-top: 2px;
	background: #E6E6E6;
	font-size: 1px;
}
.ep5menu .rmVertical /* this is used to set the background of the veritical menu, we don't use this yet, you can simply set the background color to the same as your .group */
{
	background-color: #E6E6E6;
	border-bottom: 1px solid #E4E5C6;
}
/* END RAD MENU */
/* Late additions to the new Start Page */
.ulstarttitle {		/* settings for the title li element on the start page */
	border-bottom: dotted 1px black; 
	font-size: 1.1em; 
	font-weight: bold; 
	text-align: center;
}
/* Javascript PopUp windows used in the browser page */
.popupBackground {
	background-color: #d1d0d0;
	border: 1px solid #336;
}
.popupForeground {
	background-color: #dedede;
	border: none;
}
.popupCaption {
	font-weight: bold;
	text-align: center;
	font-size: .8em;
}
.popupTextFont {
	font-size: .8em;
}
/* added to color the table bkground of rows that contain dissimilar data during a comparison */
.compDiff {
	background-color: #cccccc;
}
/* Power User details */
#poweruserlogin {
	font-style: italic;
	color: #FA5;
	}
#certainparts {
	font-style: italic;
	}
/* added for keeping the sort area from dropping down when less than 5 items were in browser */
table.topmatrix div.areaheader div.menubar {
	white-space: nowrap;
	padding: 0px 0px;
}
.sortarea {
		white-space: nowrap;
		}
div.menubararea {
	font-size: 100%;
	}

/*EasyPlan Help changes*/
.step_header {
	list-style-type: none; 
	color: #FA5; 
	font-weight: bold;
	text-align: left;
	}
.step_underline {
	text-decoration: underline;
	}
li.step_directions {
	list-style-type: square;
	}
.step_italic {
	font-style: italic;
	}
/*Changes made 8/3/05 */
td.mfgTd {
	border-bottom: 1px dashed #E4E5C6;
	}
	
/*Changes made 10/4/05 */
tr#noItemsFoundRow {
	font-style: italic;
	}
div#quickCoverSearch {
	white-space: nowrap;
	vertical-align: top;
	}
tr#critSearchCellTr {
	display: none;
	}
/*Changes per new cover browser selector */	
td#contrastTable2Inst {
	display: none;
	}
.selectedPrevCell span, .selectedPrevCell a:hover {
	color: #E4E5C6;
	}
.prevnext {
	font-size: 1.4em; 
	text-decoration: none !important;
	}
/*Changes for fresh new coverbrowser page */
#sortArea, .largeImagesBtn, .rendertext, #prevCellTitle, td#quickCoverSearchTd, .areaInst, div.coversearch, span#gradeArea {
	display: none;
	}
.fsSelectArea {
	visibility: hidden;
	}
table#searchtable div.areaheader {
	background: white;
	border: none;
	}
#areaInst span {
	color: #E4E5C6;
	}
.itemImageCoverTd {
	padding-bottom: 5px;
	}
table#otherAvailableAreas td.title {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	background-color: #E4E5C6;
	}

ul.ultable li span {
	vertical-align: middle;
	}

.requiredOptionCFGTD
{
	border: solid 1px #FF0000;
}

.homePageStaticImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.attributeFilterList:hover
{
	background-color: #d1d0d0; 
	color: #636161;	
	text-decoration: underline;
}
#zoomPanel.yui-panel .hd {
        margin-top: 0px;
        padding-top: 0px;
        padding-left: 10px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 18pt;
        font-family: Verdana;
        background-color: #191919;
        background-image: none;
        height: 46px;
        color: white;
        border: none;
}
    
#zoomPanel.yui-panel .bd {
        border: none;
        margin-top: 0px;
        background-color: #191919;
}
#zoomPanel.yui-panel .container-close {
	height:30px;
	width:30px;
	background:url(../../js/MicroDZoom/images/button_x.png) no-repeat; 
}
.cookiecrumb
{ 
	background:#DDDDDD;
	background-image:url(images/breadcrumbtrail.png); 
}
.bkgrndclr
{
	background: #F0F0F0;
}

div#footer {		/* bottom area where a footer may go should you choose to include one */
	z-index: 4; 
	display: none;		/* tells the browser to hide the element - this completely removes the element from the layout, use "visibility: none" to have it's area reserved but just hidden from view */
}

.TitleText
{
	font-weight:bold; 
	font-size:14px; 
	text-align:center;
}
#prevCellTitle {		/* used to define the table tr that contains the <uparrow> previous selections, current selection: xxx <down arrow> title */
	background-color: #dedede; 
	height: 16px;
}
#poweredbygrey {		/* hides the "grey" poweredby icon showing the "gold" one */
	display: none;
}
#areaInst {
	font-size: 1.1em;
	background: #000;
	border: 2px solid #000;
	padding: 2px 15px 2px 15px;
	font-weight: bold;
	height: 30px;
	color: #E4E5C6;
	}
	
.attributeFilterList
{
	display: block;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #d1d0d0;		
}
	
.AttributeFilterHeading
{	
	background: #E4E5C6; 
	font-weight: bold; 
	text-align: center;
	display: block;	
}

/*splited classes from main.css's posional elements */

/*6*/div.header_layout {		/* top area of all pages containing mastermenu, logo and search elements */
	background: url(../../css/NewUI/images/NewHeaderBackground.JPG) repeat-x;
	border-bottom: 2px solid #336; 
	border-right: 2px solid #336; 	
}
div.workspacearea_layout
{
	background-color: white; 
}
div.workspaceareaduplicate_layout 
{
	background-color: white; 
}
div.search_layout
{	font-size: .75em;	} 

div.AddtionalLinkArea_layout
{border:solid 2px #E4E5C6; }

/* Settings for Specials*/
.divSpecialInformation_layout
{
text-align:center; 
display:none;	
}
div.BrowseAllSpecialDiv_layout
{
	text-align:center; 
}

div.SpecialPreviewArea_layout
{
	border:solid 2px #E4E5C6;
}
div.TitleDiv_layout
{
	background-color:#E4E5C6; 
	text-align:center;
}

#welcomemsg_layout {		/* settings for the little "welcome: you are logged in as ..." message */	
	font-size: .7em; 
	color: #336;
}

/* Paragraph - used to define elements pertaining to paragraphs */
.address_layout {		/* settings for MicroD's address area our HOME page */
	font-style: italic; 
	font-size: .8em; 	
}

/*2*/.definitions_layout {		/* settings for the class=definitions, only found in the "addto" popup for moving favorites to specific folders */
	color: #fff;
	font-size: .8em;	
	font-weight: 700; 
	letter-spacing: 0px;
}
.tdbtn_layout {		/* settings for the td of the buttons - used to keep the button from getting truncated on top and bottom, do to td height */
	font-size: 1.2em; 	
}
.prevcell_layout {		/* used to define the area that contains the previously selected covers in the browser */	
	border: 1px solid #336;
	background-color: #dedede;
}
.disclaimer1_layout 
{
	border: 1px solid #336;
	background: #dedede;
}

.ep5menu_layout /* this is the core menu where you set the width of the main menu as well as it's border colors */
{	
	border-left: solid 1px #E4E5C6;
	border-right: solid 1px #E4E5C6;
	border-top: solid 1px #E4E5C6;
}
.ep5menu_layout .link /* this is the listings inside the menu, the type like sofa/chair/ottoman, set the background colors, bottom-border, text color and decorations here */
{	
	line-height: 22px;
	text-decoration: none;
	color: #636161;
	background-color: #dedede;
	border-bottom: solid 1px #E4E5C6;
}
.ep5menu_layout .group /* this is the core menu sub-set, where you set the width of the main menu's sub-menu (subtypes) as well as it's border colors */
{
	border: solid 1px #E4E5C6;
	border-right: 0px;
}
.ep5menu_layout .group .link /* this is the same as the above .link but contained within the submenu */
{
	background: #ebedd6;
	text-align: left;
	border-right: 1px solid #E4E5C6;
}
ul.ultable_layout {		/* settings for the options and information menus */
	border: 1px solid #C9C9C9;
	background: #FFFFFF; 
	cursor: default; 			
}
ul.ultable_layout li {		/* settings for the LI elements in the options and information menus */
	list-style-type: none; 		
	/*border-bottom: 1px solid #d1d0d0;*/
}
ul.ultable_layout li.ultitle {		/* settings for the top headers in the options and information menus - aka the Options and Information titles */
	background: #7A7A7A; 
	font-weight: bold; 
	text-align: center;
	
	
}
ul.ultable_layout li a {		/* settings for anchors found in LI elements in the options and information menus */
	width: 100%; 
	text-decoration: none;
}
ul.ultable_layout li a:hover {		/* settings for hovering over anchors found in LI elements in the options and information menus */
	color: #336; 
	text-decoration: underline;
}
ul.ultable_layout li:hover {		/* settings for hovering over LI elementsfound in options and information menus */
	/*background-color: #d1d0d0; 
	color: #336;*/
}
tr#prevCellTitle span.dynamicdata {
	font-size: .9em;
	}	
div.lowerfilter_layout {
	border: 1px solid #336;
	background-color: #dedede;	
	/*clear: both;*/
	}
.step_box_layout {
	border: 6px double #336;	
	text-align: center;	
	background-color: #dedede;
	}	
.selectedPrevCell_layout {
	background-color: #000;
	color: #E4E5C6;		
	}	
table#otherAvailableAreas_layout {
	background: #dedede;
	border: 1px solid #336;
	}
.AttributeFilterContainer_layout
{
	font-size: .8em;	 
	cursor: default;	
}
.AttributeFilter_layout
{
	border: 1px solid #E4E5C6; 
	background: #dedede;
	display: block;
	margin-top: 10px;			
}
.popuphd_layout 
{		        
        font-size: 11pt;
        font-weight:bold;
        font-family: Verdana;
        background-color: #191919; 
        background-image: none;        
        color: white;
        border: none;
        background-repeat:repeat-x;
}
table.ultable_layout
{
	/*border: 1px solid #C9C9C9;*/
	background: #FFFFFF; 
	cursor: default;		
}

.outerWrapper_layout
    {	     
        text-align:center;
    }
div.ItemsOnSpecialArea_layout
	{
		border:solid 1px gray;
		background-color:White;	
	}

.alt
{
font-size:10pt;
/*background-color:#3C3C3C;*/
border-color:#DEDEDE;
border-width:1px;
}
RadWindowArea_layout
{
	overflow:auto;
	width:580px;
	height:336px;
}
middlearea_layout
{
position:relative;
top:0px;
left:0px;	
}
.loginTextBold
   {
		font-size:8pt;
		font-weight:bold;
		color:#3C3C3C;
   }
.browserarea_layout
{
	text-align:center;
}
.ItemsOnSpecialTitle
{
	font-size:8pt;
	text-align:center;
}
.fontRed
{
	color:Red;
}
.fontBold
{
	font-weight:bold;
}
.font3C3C3C
{
	color:#3C3C3C	
}
.clickText
{
	font-size:6pt;
	font-weight:normal;	
}
.requiredText
{
	font-size:7pt;
	font-weight:normal;
}
.iteminfoheading
{
padding-left:25px;
font-style:italic;
font-weight:bold;
}
.headingText
{
font-size:7pt;
font-weight:bold;
color:#787878;	
}
.textboxFont
{
font-size:8pt;
color:#3C3C3C;	
}
.requiredText
{
font-size:6pt;
color:#848484;
}
.topHeaderMenu
{
font-size:7pt; 
color:#3C3C3C; 
text-decoration:underline; 
font-weight:normal;	
}
.optionTitle
{
color:#FFFFFF;
font-size:9pt;	
}
.optionItem
{
font-size:7pt; 
font-weight:bold; 
color:#3C3C3C	
}

/* New UI styles by Matthew */
.AttributeCriteriaFont {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #0066FF;
	text-decoration: none;
}
.AttributeCriteriaFont:hover
{
 font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: Black;
	
}
.AttributeCriteriaFontBlack
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
}
.AttributeOptionsFont {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
}
.BrowseAllFont {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
.CompareResultsTableFont {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
}
.DescriptionHeader {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #3C3C3C;
	text-decoration: none;
}
.DescriptionInfoFont {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
}
.DropdownFont {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
}
.CookieCrumbFont {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #3C3C3C;	
}
.CrumbAnchor
{
	padding: 3px 3px 2px 3px;
	text-decoration:underline;
}
.HomeHeader {
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.HomeTabFont {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #7A7A7A;
	text-decoration: none;
}
.HomeTabItemLabel {
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: underline;
}
.HomeTabItemViewAllFont {
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #3C3C3C;
	text-decoration: underline;
}
.InfoDisclaimerFont {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #0066FF;
	text-decoration: underline;
}
.InputBoxFont {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.InputBoxHeader {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #787878;
	text-decoration: none;
}
.MainHeaderLinksLabel {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: underline;
}
.MyAccountHeader {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #6C6C6C;
	text-decoration: none;
}
.MyAccountOptionsFont {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #0066FF;
	text-decoration: none;
}
.MyAccountTableFont {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
}
.MyAccountTableHeader {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.PopupHeader {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.PopupTableInfoFont {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
}
.RefineSearchFont {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.RequiredFieldsFont {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	color: #848484;
	text-decoration: none;
}
.SearchAllFont {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #0066FF;
	text-decoration: none;
}
.SearchDimensionColor
{
 color:Black;	
}
.FabricSKUSearchDiv {
	background-color: #FFFFFF;
	border: 1px solid #3C3C3C;
}
.HomePageBackgroundDiv {
	background-color: #E6E6E6;
	border: none;
}
.HomeTabBoxDiv {
	background-color: #CCCCCC;
	border: 1px solid #3C3C3C;
}
.HomeTabItemsDiv {
	background-color: #FFFFFF;
	border: 2px solid #969696;
}
.LeftNavBackgroundDiv, .HideableLeftNavBackgroundDiv {
	background-color: #CCCCCC;
	border-right:solid 2px #3c3c3c;
}
.MainHeaderDiv {
	background-color: #3C3C3C;
	border: none;
}
.MatchingFabricsDiv {
	background-color: #FFFFFF;
	border: 2px solid #3C3C3C;
}
.RefineSearchDiv {
	background-color: #737373;
	border: none;
}
.WishListOuterDiv
{
	border: 1px solid #969696; 
	background-color: #DEDEDE; 
	border-top:none;	
}
.WishListDiv {
	background-color: #FFFFFF;
	border: 1px solid #969696;
}
.WishListTabBoxDiv {
	background-color: #DEDEDE;
	border: none;
}
.WishListSeparatorHorizontal 
{
	background-color: #DEDEDE;
	height: 1px;
	border-top: 1px solid #9D9D9D;
	margin-left: 4px;
	margin-right: 4px;
}


/*******************************************/
/**** FavoritesBrowser RadTabStrip skin ****/
/*******************************************/
.RadTabStrip_FavoritesBrowser .rtsLI,
.RadTabStrip_FavoritesBrowser .rtsLink
{
	color: #fff;
}

.RadTabStrip_FavoritesBrowser .rtsLevel1 .rtsLI,
.RadTabStrip_FavoritesBrowser .rtsLevel1 .rtsLink
{
	color: #000;
}

.RadTabStripLeft_FavoritesBrowser .rtsLI,
.RadTabStripRight_FavoritesBrowser .rtsLI
{
	width: 100%;
}

.RadTabStripLeft_FavoritesBrowser .rtsLevel .rtsUL,
.RadTabStripRight_FavoritesBrowser .rtsLevel .rtsUL
{
	width: 150px; /* default width */
}

.RadTabStrip_FavoritesBrowser .rtsLink
{
	font: 12px/20px arial,sans-serif;
	text-decoration: none;
}

.RadTabStrip_FavoritesBrowser .rtsTxt
{
	font-family: Verdana;	/* whole block copied from MyAccountTableFont */
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}

.RadTabStrip_FavoritesBrowser .rtsSelected .rtsTxt
{
	font-family: Verdana;	/* whole block copied from AttributeOptionsFont */
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
}

.RadTabStrip_FavoritesBrowser .rtsLevel1 .rtsLink
{
	font-size: 12px;
	line-height: 23px;
}

.RadTabStripTop_FavoritesBrowser .rtsOut,
.RadTabStripBottom_FavoritesBrowser .rtsOut
{
	text-align: center;
	vertical-align: middle;
}

/* disabled tabs */
.RadTabStrip_FavoritesBrowser .rtsDisabled,
.RadTabStrip_FavoritesBrowser .rtsDisabled:hover,
.RadTabStrip_FavoritesBrowser_disabled .rtsDisabled,
.RadTabStrip_FavoritesBrowser_disabled .rtsDisabled:hover
{
	color: #ccc;
	cursor: default;
}

.RadTabStripLeft_FavoritesBrowser .rtsLI .rtsIn,
.RadTabStripRight_FavoritesBrowser .rtsLI .rtsIn
{
	overflow: hidden;
	text-overflow: ellipsis;
}

.RadTabStripLeft_FavoritesBrowser .rtsUL,
.RadTabStripRight_FavoritesBrowser .rtsUL
{
	width: 100%;
}

.RadTabStrip_FavoritesBrowser .rtsLevel1 .rtsIn
{
	padding: 0 5px 5px;
}

.RadTabStrip_FavoritesBrowser .rtsImg
{
	border: 0;
	vertical-align: top;
	width: 16px;
}

.RadTabStripTop_FavoritesBrowser .rtsLink:hover { color: #d1d0d0; }
.RadTabStripTop_FavoritesBrowser .rtsSelected,
.RadTabStripTop_FavoritesBrowser .rtsSelected:hover { color: #fff; text-decoration: underline; }

.RadTabStripTop_FavoritesBrowser .rtsLast
{
	background: none;
}

.RadTabStripTop_FavoritesBrowser .rtsLevel1
{
	background: none;
}

.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLI { padding: 0; }

/*.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsOut { margin-left: 20px; }*/
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsIn { padding-left: 0; }

/*.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsSelected .rtsOut { margin-right: -1px; }*/
/*.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsSelected .rtsIn { padding-right: 21px; }*/

.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLast .rtsOut { margin-left: -9px; margin-right: 20px; }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLast .rtsIn { padding-left: 15px; padding-right: 5px; }

.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLink { background: transparent url('images/FavoritesBrowserTabStripStates.gif') no-repeat 0 0; }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLink:hover { color: #fff; background-position: 0 -0px; }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLink:hover .rtsOut { background-position: 100% -0px; }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsSelected:hover { color: #000; }

.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLI .rtsSelected { background: transparent url('images/FavoritesBrowserTabStripStates.gif') no-repeat 0 -56px; text-decoration: none; }
/*.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLI .rtsSelected .rtsOut { background: transparent url('images/FavoritesBrowserTabStripStates.gif') no-repeat 100% -56px; }*/

.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsFirst .rtsLink { background-position: 0 -28px; }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsFirst .rtsLink:hover { background-position: 0 -28px; }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsFirst .rtsSelected,
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsFirst .rtsSelected:hover { background-position: 0 -84px; }

.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLast .rtsLink { background-position: 100% -28px; }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLast .rtsOut { background: transparent url('images/FavoritesBrowserTabStripStates.gif') no-repeat 0 0; }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLast .rtsLink:hover { background-position: 100% -28px; }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLast .rtsLink:hover .rtsOut { background-position: 0 0; }

.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsUL .rtsLast .rtsSelected { background-position: 100% -84px; padding-right:8px;}
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsUL .rtsLast .rtsSelected .rtsOut { background-position: 0 -56px; }

.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsDisabled,
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsDisabled:hover { color: #ccc }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsFirst .rtsDisabled,
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsFirst .rtsDisabled:hover { background-position: 0 -56px; }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLast .rtsDisabled,
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLast .rtsDisabled:hover { background-position: 100% -56px; }
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLast .rtsDisabled .rtsOut,
.RadTabStripTop_FavoritesBrowser .rtsLevel1 .rtsLast .rtsDisabled:hover .rtsOut { background-position: 0 0; }
/* end of FavoritesBrowser RadTabStrip skin */
/********************************************/
.itemtoolbardiv{background-image:url('images/toolbarbg.png');background-repeat:repeat-x;}

/* RadComboBox NewUI skin */

/*global*/


.RadComboBox_NewUI *
{
	margin:0;
	padding:0;
}

.RadComboBox_NewUI,
.RadComboBox_NewUI .rcbInputCell .rcbInput,
.RadComboBoxDropDown_NewUI
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;		
	text-align: left;
	cursor: pointer;
	_cursor: hand;
}

.RadComboBox_NewUI_rtl,
.RadComboBox_NewUI_rtl .rcbInputCell .rcbInput,
.RadComboBoxDropDown_NewUI_rtl
{
	text-align: right;
}

/* combobox */

.RadComboBox_NewUI
{
	vertical-align:bottom;
}

.RadComboBox_NewUI table
{
	border:0;
	/*border-collapse:collapse;*/
}

.RadComboBox_NewUI table tr td.rcbInputCell
{
	height:17px; /* affect box height of the radcombo lookalike in FF, AND also box height in IE7 */
	line-height:19px;
	border:1px solid #3C3C3C;
	background: #fff;
}

.RadComboBox_NewUI table tr td.rcbInputCellLeft
{
	border-right: 0;
}

.RadComboBox_NewUI .rcbInputCell .rcbInput
{
	width:100%;
	background:transparent;
	border:0;
	vertical-align:top;
	padding:2px 0 0 0;
	color: #3C3C3C;
	cursor: default;
}

.RadComboBox_NewUI .rcbInputCell .rcbEmptyMessage
{
	color: #3C3C3C;
	font-style: italic;
}

.RadComboBox_NewUI td.rcbInputCell,
.RadComboBox_NewUI .rcbInputCell .rcbInput
{
	padding-left: 1px;
}

.RadComboBox_NewUI_rtl td.rcbInputCell,
.RadComboBox_NewUI_rtl .rcbInputCell .rcbInput
{
	padding-right: 2px;
	padding-left: 0;
}

.RadComboBox_NewUI .rcbHovered .rcbInputCell
{
	
}

.RadComboBox_NewUI .rcbFocused .rcbInputCell
{
	
}

.RadComboBox_NewUI .rcbFocused .rcbInputCell .rcbInput
{
	
}

.RadComboBox_NewUI .rcbDisabled .rcbInputCell
{
	border-color: #a1a1a1;
}

.RadComboBox_NewUI .rcbDisabled .rcbInputCell .rcbInput
{
	color: #9b9b9b;
}

.RadComboBox_NewUI table tr td.rcbArrowCell
{
	background:url('images/droparrow.png') no-repeat 0 0;
	background-color: White;
	border: 1px solid #3C3C3C;
}

.RadComboBox_NewUI table tr td.rcbArrowCellRight
{
	border-left: 0;
}

.RadComboBox_NewUI .rcbDisabled .rcbArrowCell
{
	background-position: 0 -23px;
	border-color: #878787;
}

.RadComboBox_NewUI td.rcbArrowCellLeft
{
	border-right-width: 0;
}

.RadComboBox_NewUI td.rcbArrowCellRight
{
	border-left-width: 0;
}

.RadComboBox_NewUI table .rcbArrowCell a
{
	line-height:19px;
	width:18px !important;
	height:17px;
}

.RadComboBox_NewUI .rcbDisabled .rcbArrowCell a
{
	cursor:no-drop;
}

.RadComboBox_NewUI .rcbDisabled .rcbArrowCellHidden a
{
	cursor: default;
}

.RadComboBox_NewUI td.rcbArrowCellHidden,
.RadComboBox_NewUI .rcbDisabled .rcbArrowCellHidden,
.RadComboBox_NewUI .rcbArrowCellHidden a
{
	width: 0;
}

/* dropdown */

.rcbSlide
{
	position:absolute;
	overflow:auto;
	display:none;
	_height:1px;
	float:left;
}

.RadComboBoxDropDown_NewUI
{
	position:absolute;
	background:#fff;
	border: 1px solid #3C3C3C;	
	font-size:11px;
}

.RadComboBoxDropDown_NewUI_rtl
{
	text-align: right;
	direction: rtl;
}

.RadComboBoxDropDown_NewUI .rcbScroll
{
	overflow:auto;
}

.RadComboBoxDropDown_NewUI .rcbList
{
	list-style:none;
	margin:0;
	padding:0;
	zoom:1;
}

/*.RadComboBoxDropDown_NewUI .rcbScroll .rcbList
{
	float:left;
}*/

.RadComboBoxDropDown_NewUI .rcbHeader,
.RadComboBoxDropDown_NewUI .rcbFooter
{
	background:#929292;
	color:#fff;
	padding:4px;
}

.RadComboBoxDropDown_NewUI .rcbNoWrap .rcbItem,
.RadComboBoxDropDown_NewUI .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown_NewUI .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown_NewUI .rcbNoWrap .rcbLoading
{
	white-space:nowrap;
}

.RadComboBoxDropDown_NewUI .rcbItem,
.RadComboBoxDropDown_NewUI .rcbHovered,
.RadComboBoxDropDown_NewUI .rcbDisabled,
.RadComboBoxDropDown_NewUI .rcbLoading
{
	padding:4px 20px 4px 4px;
}

* html .RadComboBoxDropDown_NewUI .rcbItem,
* html .RadComboBoxDropDown_NewUI .rcbHovered,
* html .RadComboBoxDropDown_NewUI .rcbDisabled,
* html .RadComboBoxDropDown_NewUI .rcbLoading
{
	zoom:1;
}

.RadComboBoxDropDown_NewUI_rtl .rcbItem,
.RadComboBoxDropDown_NewUI_rtl .rcbHovered,
.RadComboBoxDropDown_NewUI_rtl .rcbDisabled,
.RadComboBoxDropDown_NewUI_rtl .rcbLoading
{
	padding:4px 4px 4px 20px;
}

.RadComboBoxDropDown_NewUI .rcbImage
{
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.RadComboBoxDropDown_NewUI_rtl .rcbImage
{
	margin: 0 0 2px 6px;
}

.RadComboBoxDropDown_NewUI em
{
	font-style: normal;
	font-weight: bold;
}

.RadComboBoxDropDown_NewUI .rcbItem em
{
	background: #fff;
}

.RadComboBoxDropDown_NewUI .rcbHovered
{
	background:#3c3c3c;
	color:#fff;
}

.RadComboBoxDropDown_NewUI .rcbDisabled
{
	color:#ccc;
	cursor:no-drop;
}

.RadComboBoxDropDown_NewUI .rcbSeparator
{
    color: #fff;
    background: #aaa;
}

.RadComboBoxDropDown_NewUI .rcbLoading
{
	background:#f0f0f0;
	text-align:center;
}

.RadComboBoxDropDown_NewUI .rcbMoreResults
{
	clear:both;
	background:#f3f3f3;
	padding:4px;
	text-align:center;
}

.RadComboBoxDropDown_NewUI .rcbMoreResults a
{
	display:block;
	width:15px;
	height:14px;
	background:url('images/rcbMoreResults.gif') no-repeat transparent;
	margin:0 auto 4px;
	text-indent:-3333px;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
}


.RadComboBoxDropDown_NewUI .rcbMoreResults a:hover
{
	background-position:0 100%;
}

.RadComboBoxDropDown_NewUI .rcbMoreResults span
{
	display:block;
	text-align:center;
}

.RadComboBoxDropDown_NewUI .rcbScroll
{
	scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-3dlight-color: #dbdbdb;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #aeaeae;
}

/*hacks*/


/*Opera start*/
@media screen and (min-width:550px)
{
	.RadComboBoxDropDown_NewUI_rtl .rcbItem,
	.RadComboBoxDropDown_NewUI_rtl .rcbHovered,
	.RadComboBoxDropDown_NewUI_rtl .rcbDisabled,
	.RadComboBoxDropDown_NewUI_rtl .rcbLoading
	{
		padding:4px 20px 4px 4px;
		zoom:1;
	}
}
/*Opera end*/
/*paging settings*/

/*******************************************/
/**** HomePage RadTabStrip skin ****/
/*******************************************/

.RadTabStrip_HomePage .rtsLI,
.RadTabStrip_HomePage .rtsLink
{
	color: #dedede;
}

.RadTabStrip_HomePage .rtsLevel1 .rtsLI,
.RadTabStrip_HomePage .rtsLevel1 .rtsLink
{
	color: #000;
}

.RadTabStripLeft_HomePage .rtsLI,
.RadTabStripRight_HomePage .rtsLI
{
	width: 100%;
}

.RadTabStripLeft_HomePage .rtsLevel .rtsUL,
.RadTabStripRight_HomePage .rtsLevel .rtsUL
{
	width: 150px; /* default width */
}

.RadTabStrip_HomePage .rtsLink
{
	font: 12px/20px arial,sans-serif;
	text-decoration: none;
}

.RadTabStrip_HomePage .rtsTxt
{
	font-family: Verdana;	
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}

.RadTabStrip_HomePage .rtsSelected .rtsTxt,
.RadTabStrip_HomePage .rtsLI:hover .rtsTxt
{
	font-family: Verdana;	
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
}

.RadTabStrip_HomePage .rtsLevel1 .rtsLink
{
	font-size: 12px;
	line-height: 23px;
}

.RadTabStripTop_HomePage .rtsOut,
.RadTabStripBottom_HomePage .rtsOut
{
	text-align: center;
	vertical-align: middle;
}

/* disabled tabs */
.RadTabStrip_HomePage .rtsDisabled,
.RadTabStrip_HomePage .rtsDisabled:hover,
.RadTabStrip_HomePage_disabled .rtsDisabled,
.RadTabStrip_HomePage_disabled .rtsDisabled:hover
{
	color: #ccc;
	cursor: default;
}

.RadTabStripLeft_HomePage .rtsLI .rtsIn,
.RadTabStripRight_HomePage .rtsLI .rtsIn
{
	overflow: hidden;
	text-overflow: ellipsis;
}

.RadTabStripLeft_HomePage .rtsUL,
.RadTabStripRight_HomePage .rtsUL
{
	width: 100%;
}

.RadTabStrip_HomePage .rtsLevel1 .rtsIn
{
	padding: 0 0 0 0;
}

.RadTabStrip_HomePage .rtsImg
{
	border: 0;
	vertical-align: top;
	width: 16px;
}

.RadTabStripTop_HomePage .rtsLink:hover { color: #d1d0d0; }
.RadTabStripTop_HomePage .rtsSelected,
.RadTabStripTop_HomePage .rtsSelected:hover { color: #dedede; text-decoration: underline; }

.RadTabStripTop_HomePage .rtsLast
{
	background: none;
}

.RadTabStripTop_HomePage .rtsLevel1
{
	background: none;
}

.RadTabStripTop_HomePage .rtsLevel1 .rtsLI { padding: 0; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsLI .rtsSeparator {color:#dedede;}

.RadTabStripTop_HomePage .rtsLevel1 .rtsOut { margin:0 12px 0 11px; padding:2px 1px 2px 0px}
/*.RadTabStripTop_HomePage .rtsLevel1 .rtsIn { padding:0; }*/

.RadTabStripTop_HomePage .rtsLevel1 .rtsSelected .rtsOut { margin-right: -1px; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsSelected .rtsIn { padding-right: 21px; }

.RadTabStripTop_HomePage .rtsLevel1 .rtsLast .rtsOut { margin-left: -9px; margin-right: 20px; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsLast .rtsIn { padding-left: 15px; padding-right: 5px; }

.RadTabStripTop_HomePage .rtsLevel1 .rtsLink { background: transparent url('images/HomePageTabStripStates.png') no-repeat 0 -56px; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsLink:hover { color: #dedede; background-position: 0 0px; }
/*.RadTabStripTop_HomePage .rtsLevel1 .rtsLink:hover .rtsOut { background-position: 100% 0px; }*/

.RadTabStripTop_HomePage .rtsLevel1 .rtsLI .rtsSelected { background: transparent url('images/HomePageTabStripStates.png') no-repeat 0 0px; text-decoration: none; }
/*.RadTabStripTop_HomePage .rtsLevel1 .rtsLI .rtsSelected .rtsOut { background: transparent url('images/HomePageTabStripStates.gif') no-repeat 100% -56px; }*/

.RadTabStripTop_HomePage .rtsLevel1 .rtsFirst .rtsLink { background-position: 0 -84px; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsFirst .rtsLink:hover { background-position: 0 -28px; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsFirst .rtsSelected,
.RadTabStripTop_HomePage .rtsLevel1 .rtsFirst .rtsSelected:hover { background-position: 0 -28px; }

.RadTabStripTop_HomePage .rtsLevel1 .rtsLast .rtsLink { background-position: 100% -84px; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsLast .rtsOut { background: transparent url('images/HomePageTabStripStates.png') no-repeat 0 -56px; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsLast .rtsLink:hover { background-position: 100% -28px; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsLast .rtsLink:hover .rtsOut { background-position: 0 0px; }


.RadTabStripTop_HomePage .rtsLevel1 .rtsUL .rtsLast .rtsSelected { background-position: 100% -28px; padding-right:8px; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsUL .rtsLast .rtsSelected .rtsOut { background-position: 0 0px; }

.RadTabStripTop_HomePage .rtsLevel1 .rtsDisabled,
.RadTabStripTop_HomePage .rtsLevel1 .rtsDisabled:hover { color: #ccc }
.RadTabStripTop_HomePage .rtsLevel1 .rtsFirst .rtsDisabled,
.RadTabStripTop_HomePage .rtsLevel1 .rtsFirst .rtsDisabled:hover { background-position: 0 -56px; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsLast .rtsDisabled,
.RadTabStripTop_HomePage .rtsLevel1 .rtsLast .rtsDisabled:hover { background-position: 100% -56px; }
.RadTabStripTop_HomePage .rtsLevel1 .rtsLast .rtsDisabled .rtsOut,
.RadTabStripTop_HomePage .rtsLevel1 .rtsLast .rtsDisabled:hover .rtsOut { background-position: 0 0; }
/* end of homepage RadTabStrip skin */
/********************************************


/*******************************************/
/**** ItemTabBox RadTabStrip skin ****/
/*******************************************/

.RadTabStrip_ItemTabBox .rtsLI,
.RadTabStrip_ItemTabBox .rtsLink
{
	color: #dedede;
}

.RadTabStrip_ItemTabBox .rtsLevel1 .rtsLI,
.RadTabStrip_ItemTabBox .rtsLevel1 .rtsLink
{
	color: #000;
}

.RadTabStripLeft_ItemTabBox .rtsLI,
.RadTabStripRight_ItemTabBox .rtsLI
{
	width: 100%;
}

.RadTabStripLeft_ItemTabBox .rtsLevel .rtsUL,
.RadTabStripRight_ItemTabBox .rtsLevel .rtsUL
{
	width: 150px; /* default width */
}

.RadTabStrip_ItemTabBox .rtsLink
{
	font: 12px/20px arial,sans-serif;
	text-decoration: none;
}

.RadTabStrip_ItemTabBox .rtsTxt
{
	font-family: Verdana;	
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-decoration: none;
}

.RadTabStrip_ItemTabBox .rtsSelected .rtsTxt,
.RadTabStrip_ItemTabBox .rtsLI:hover .rtsTxt
{
	font-family: Verdana;	
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
}

.RadTabStrip_ItemTabBox .rtsLevel1 .rtsLink
{
	font-size: 12px;
	line-height: 23px;
}

.RadTabStripTop_ItemTabBox .rtsOut,
.RadTabStripBottom_ItemTabBox .rtsOut
{
	text-align: center;
	vertical-align: middle;
}

/* disabled tabs */
.RadTabStrip_ItemTabBox .rtsDisabled,
.RadTabStrip_ItemTabBox .rtsDisabled:hover,
.RadTabStrip_ItemTabBox_disabled .rtsDisabled,
.RadTabStrip_ItemTabBox_disabled .rtsDisabled:hover
{
	color: #ccc;
	cursor: default;
}

.RadTabStripLeft_ItemTabBox .rtsLI .rtsIn,
.RadTabStripRight_ItemTabBox .rtsLI .rtsIn
{
	overflow: hidden;
	text-overflow: ellipsis;
}

.RadTabStripLeft_ItemTabBox .rtsUL,
.RadTabStripRight_ItemTabBox .rtsUL
{
	width: 100%;
}

.RadTabStrip_ItemTabBox .rtsLevel1 .rtsIn
{
	padding: 0 0 0 0;
}

.RadTabStrip_ItemTabBox .rtsImg
{
	border: 0;
	vertical-align: top;
	width: 16px;
}

/* Scrolling */
.RadTabStrip_ItemTabBox .rtsNextArrow,
.RadTabStrip_ItemTabBox .rtsPrevArrow,
.RadTabStrip_ItemTabBox .rtsPrevArrowDisabled,
.RadTabStrip_ItemTabBox .rtsNextArrowDisabled
{
	height:24px; /* real height + background-position offset */
	width:18px;
	background:transparent url('images/ScrollArrows.png') no-repeat;
}

.RadTabStrip_ItemTabBox .rtsNextArrow { background-position: 100% 4px; }
.RadTabStrip_ItemTabBox .rtsPrevArrow { background-position: 0 4px; }
.RadTabStrip_ItemTabBox .rtsNextArrowDisabled { background-position: 100% 100%; }
.RadTabStrip_ItemTabBox .rtsPrevArrowDisabled { background-position: 0 100%; }

.RadTabStripTop_ItemTabBox .rtsLink:hover { color: #d1d0d0; }
.RadTabStripTop_ItemTabBox .rtsSelected,
.RadTabStripTop_ItemTabBox .rtsSelected:hover { color: #dedede; text-decoration: underline; }

.RadTabStripTop_ItemTabBox .rtsLast
{
	background: none;
}

.RadTabStripTop_ItemTabBox .rtsLevel1
{
	background: none;
}

.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLI { padding: 0; }
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLI .rtsSeparator {color:#dedede;}

.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsOut { margin:0 12px 0 11px; padding:2px 1px 2px 0px}
/*.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsIn { padding:0; }*/

/*.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsSelected .rtsOut { margin-right: -1px; }*/
/*.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsSelected .rtsIn { padding-right: 21px; }*/

.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLast .rtsOut { margin-left: -9px; margin-right: 20px; }
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLast .rtsIn { padding-left: 15px; padding-right: 5px; }

.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLink { background: transparent url('images/HomePageTabStripStates.png') no-repeat 0 -56px; }
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLink:hover { color: #dedede; background-position: 0 0px; }
/*.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLink:hover .rtsOut { background-position: 100% 0px; }*/

.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLI .rtsSelected { background: transparent url('images/HomePageTabStripStates.png') no-repeat 0 0px; text-decoration: none; }
/*.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLI .rtsSelected .rtsOut { background: transparent url('images/HomePageTabStripStates.gif') no-repeat 100% -56px; }*/

.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsFirst .rtsLink { background-position: 0 -84px; }
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsFirst .rtsLink:hover { background-position: 0 -28px; }
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsFirst .rtsSelected,
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsFirst .rtsSelected:hover { background-position: 0 -28px; }

.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLast .rtsLink { background-position: 100% -84px; }
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLast .rtsOut { background: transparent url('images/HomePageTabStripStates.png') no-repeat 0 -56px; }
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLast .rtsLink:hover { background-position: 100% -28px; }
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLast .rtsLink:hover .rtsOut { background-position: 0 0px; }

.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsUL .rtsLast .rtsSelected { background-position: 100% -28px; padding-right:8px;}
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsUL .rtsLast .rtsSelected .rtsOut { background-position: 0 0px; }

.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsDisabled,
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsDisabled:hover { color: #ccc }
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsFirst .rtsDisabled,
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsFirst .rtsDisabled:hover { background-position: 0 -56px; }
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLast .rtsDisabled,
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLast .rtsDisabled:hover { background-position: 100% -56px; }
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLast .rtsDisabled .rtsOut,
.RadTabStripTop_ItemTabBox .rtsLevel1 .rtsLast .rtsDisabled:hover .rtsOut { background-position: 0 0; }
/* end of ItemTabBox RadTabStrip skin */
/********************************************/

.RadComboBox_HomePage *
{
	margin:0;
	padding:0;
}

.RadComboBox_HomePage,
.RadComboBox_HomePage .rcbInputCell .rcbInput,
.RadComboBoxDropDown_HomePage
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;		
	text-align:justify;
	cursor: pointer;
	_cursor: hand;
}

.RadComboBox_HomePage_rtl,
.RadComboBox_HomePage_rtl .rcbInputCell .rcbInput,
.RadComboBoxDropDown_HomePage_rtl
{
	text-align: right;
}

/* combobox */

.RadComboBox_HomePage
{
	vertical-align:bottom;
	width:200px;
}

.RadComboBox_HomePage table
{
	border:0px;	
	/*border-collapse:collapse;*/
}

.RadComboBox_HomePage td.rcbInputCell
{
	height:20px; /* affect box height of the radcombo lookalike in FF, AND also box height in IE7 */
	line-height:22px;
	border:1px solid #dedede;
	vertical-align: middle;
	background: #C8C8C8;	
	width:168px;
}

.RadComboBox_HomePage .rcbInputCell .rcbInput
{
	width:168px;
	background:transparent;
	border:0;
	vertical-align:top;
	padding:2px 0 0 0;
	color: #3C3C3C;
	cursor:no-drop;
}

.RadComboBox_HomePage .rcbInputCell .rcbEmptyMessage
{
	color: #3C3C3C;
	font-style: italic;
}

.RadComboBox_HomePage td.rcbInputCell,
.RadComboBox_HomePage .rcbInputCell .rcbInput
{
	padding-left: 0;
}

.RadComboBox_HomePage_rtl td.rcbInputCell,
.RadComboBox_HomePage_rtl .rcbInputCell .rcbInput
{
	padding-right: 0;
	padding-left: 0;
	
}

.RadComboBox_HomePage td.rcbInputCellLeft
{
	border-right: 0;
	
}

.RadComboBox_HomePage td.rcbInputCellRight
{
	border-left: 0;
}

.RadComboBox_HomePage .rcbHovered .rcbInputCell
{
	
}

.RadComboBox_HomePage .rcbFocused .rcbInputCell
{
	
}

.RadComboBox_HomePage .rcbFocused .rcbInputCell .rcbInput
{
	
}

.RadComboBox_HomePage .rcbDisabled .rcbInputCell
{
	border-color: #a1a1a1;
}

.RadComboBox_HomePage .rcbDisabled .rcbInputCell .rcbInput
{
	color: #9b9b9b;
}

.RadComboBox_HomePage td.rcbArrowCell
{
	background:url('images/homepagecb_arrow.png') no-repeat 0 0;	
}

.RadComboBox_HomePage .rcbDisabled .rcbArrowCell
{
	background-position: 0 -23px;
	border-color: #878787;
}

.RadComboBox_HomePage td.rcbArrowCellLeft
{
	border-right-width: 0;
}

.RadComboBox_HomePage td.rcbArrowCellRight
{
	border-left-width: 0;
}

.RadComboBox_HomePage .rcbArrowCell
{
	top:4px;
	position:absolute;
	left: 145px;
}

.RadComboBox_HomePage .rcbArrowCell a
{
	line-height:20px;
	width:26px;
	height:16px;
	text-decoration:none;
	text-indent: -9999px;
	font-size: 0;
}


.RadComboBox_HomePage .rcbDisabled .rcbArrowCell a
{
	cursor:no-drop;
}

.RadComboBox_HomePage .rcbDisabled .rcbArrowCellHidden a
{
	cursor: default;
}

.RadComboBox_HomePage td.rcbArrowCellHidden,
.RadComboBox_HomePage .rcbDisabled .rcbArrowCellHidden,
.RadComboBox_HomePage .rcbArrowCellHidden a
{
	width: 0;
}

/* dropdown */

.rcbSlide
{
	position:absolute;
	overflow:auto;
	display:none;
	_height:1px;
	float:left;
}

.RadComboBoxDropDown_HomePage
{
	position:absolute;
	background:#fff;
	border: 1px solid #3C3C3C;	
	font-size:11px;
}

.RadComboBoxDropDown_HomePage_rtl
{
	text-align: right;
	direction: rtl;
}

.RadComboBoxDropDown_HomePage .rcbScroll
{
	overflow:auto;
}

.RadComboBoxDropDown_HomePage .rcbList
{
	list-style:none;
	margin:0;
	padding:0;
	zoom:1;
}

/*.RadComboBoxDropDown_HomePage .rcbScroll .rcbList
{
	float:left;
}*/

.RadComboBoxDropDown_HomePage .rcbHeader,
.RadComboBoxDropDown_HomePage .rcbFooter
{
	background:#929292;
	color:#fff;
	padding:4px;
}

.RadComboBoxDropDown_HomePage .rcbNoWrap .rcbItem,
.RadComboBoxDropDown_HomePage .rcbNoWrap .rcbHovered,
.RadComboBoxDropDown_HomePage .rcbNoWrap .rcbDisabled,
.RadComboBoxDropDown_HomePage .rcbNoWrap .rcbLoading
{
	white-space:nowrap;
}

.RadComboBoxDropDown_HomePage .rcbItem,
.RadComboBoxDropDown_HomePage .rcbHovered,
.RadComboBoxDropDown_HomePage .rcbDisabled,
.RadComboBoxDropDown_HomePage .rcbLoading
{
	padding:4px 20px 4px 4px;
}

* html .RadComboBoxDropDown_HomePage .rcbItem,
* html .RadComboBoxDropDown_HomePage .rcbHovered,
* html .RadComboBoxDropDown_HomePage .rcbDisabled,
* html .RadComboBoxDropDown_HomePage .rcbLoading
{
	zoom:1;
}

.RadComboBoxDropDown_HomePage_rtl .rcbItem,
.RadComboBoxDropDown_HomePage_rtl .rcbHovered,
.RadComboBoxDropDown_HomePage_rtl .rcbDisabled,
.RadComboBoxDropDown_HomePage_rtl .rcbLoading
{
	padding:4px 4px 4px 20px;
}

.RadComboBoxDropDown_HomePage .rcbImage
{
	vertical-align: middle;
	margin: 0 6px 2px 0;
}

.RadComboBoxDropDown_HomePage_rtl .rcbImage
{
	margin: 0 0 2px 6px;
}

.RadComboBoxDropDown_HomePage em
{
	font-style: normal;
	font-weight: bold;
}

.RadComboBoxDropDown_HomePage .rcbItem em
{
	background: #fff;
}

.RadComboBoxDropDown_HomePage .rcbHovered
{
	background:#3c3c3c;
	color:#fff;
}

.RadComboBoxDropDown_HomePage .rcbDisabled
{
	color:#ccc;
	cursor:no-drop;
}

.RadComboBoxDropDown_HomePage .rcbSeparator
{
    color: #fff;
    background: #aaa;
}

.RadComboBoxDropDown_HomePage .rcbLoading
{
	background:#f0f0f0;
	text-align:center;
}

.RadComboBoxDropDown_HomePage .rcbMoreResults
{
	clear:both;
	background:#f3f3f3;
	padding:4px;
	text-align:center;
}

.RadComboBoxDropDown_HomePage .rcbMoreResults a
{
	display:block;
	width:15px;
	height:14px;
	background:url('images/rcbMoreResults.gif') no-repeat transparent;
	margin:0 auto 4px;
	text-indent:-3333px;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
}

.RadComboBoxDropDown_HomePage .rcbMoreResults a:hover
{
	background-position:0 100%;
}

.RadComboBoxDropDown_HomePage .rcbMoreResults span
{
	display:block;
	text-align:center;
}

.RadComboBoxDropDown_HomePage .rcbScroll
{
	scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-3dlight-color: #dbdbdb;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #aeaeae;
}

/*hacks*/


/*Opera start*/
@media screen and (min-width:550px)
{
	.RadComboBoxDropDown_HomePage_rtl .rcbItem,
	.RadComboBoxDropDown_HomePage_rtl .rcbHovered,
	.RadComboBoxDropDown_HomePage_rtl .rcbDisabled,
	.RadComboBoxDropDown_HomePage_rtl .rcbLoading
	{
		padding:4px 20px 4px 4px;
		zoom:1;
	}
}
/*Opera end*/

/*End of RadComboBox Home Page Skin*/

/*paging settings*/
.selectedpage
{
	font-weight:bold;
	color:#006600;
}
.unselectedpage{}

.HomePage /* this is the core menu where you set the width of the main menu as well as it's border colors */
{
	
	color: #ffffff;
	width: 167px !important;
	border-left: solid 1px #dedede;	
	border-top: solid 1px #dedede;	
	border-right: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
}
.HomePage .rmLink /* this is the listings inside the menu, the type like sofa/chair/ottoman, set the background colors, bottom-border, text color and decorations here */
{
	background-color: #7a7a7a;
	width: 155px !important;
	line-height: 25px;
	text-decoration: none;
	border-top:solid 1px #e6e6e6;		
	/*overflow: hidden;*/ /* cuts off long text menu entry */
	white-space: normal;  /* wraps long text menu entry to more lines */
}

.HomePage .rmFocused, .HomePage .rmExpanded /* this is what happens when the user mouses/hovers over the .link listed above; .expanded tells it how to behave when then link is expanded. If you want it to behave the same as a link, leave it here, otherwise move the .expanded class call out to it's own */
{
	color:#000000;
	background: #e6e6e6 0;
	cursor: pointer;
	text-decoration: none;
	border-top: solid 1px #000000;	
	border-bottom: solid 1px #000000;
}

.HomePage .rmGroup .rmLink:hover , .HomePage .rmGroup .rmFirst .rmLink:hover .HomePage .rmGroup .rmLast .rmLink:hover
{
	border-top: none 0px;
	border-bottom: none 0px;
}

.HomePage .rmLink:hover .rmText,HomePage .rmFocused .rmText, .HomePage .rmExpanded .rmText
{
	color:#000000;	
}

.HomePage .rmText /* this is the text inside the .HomePage, i.e. the span that wraps around the .link text like chair/ottoman/sofa... */
{
	padding-left: 5px;
	font-family:Verdana;
	font-weight:normal;
	font-size:11px;	
	text-transform: capitalize;
	color:#ffffff;
}
.HomePage .rmGroup /* this is the core menu sub-set, where you set the width of the main menu's sub-menu (subtypes) as well as it's border colors */
{
	/*width: 155px !important;*/
	/*color: #e6e6e6;*/
	/*background: #e6e6e6;*/
	/*border-right: 2px solid #000000;*/
	/*border-top: 1px solid #000000;*/
	/*border-left: 1px solid #000000;*/
	/*border-bottom: 2px solid #000000;*/		
	/*padding-left:20px;*/
}
.HomePage .rmGroup .rmText
{
	color:#000000;
}

.HomePage .rmGroup .rmLink ,.HomePage .rmGroup .rmLink:hover 
{
	width: 210px !important;
	color: #e6e6e6;
	background: #e6e6e6 url(images/groupImageLeft.png) 5px no-repeat;
	text-align: left;		
	padding-left:0px;
	position:relative;
	border-left: 1px solid #000000;
	border-right: 2px solid #000000;
	left: -22px;
	border-top: none 0px;
	border-bottom: none 0px;
}
.HomePage .rmGroup .rmLast .rmLink 
{	
	padding-left:0px;
	border-bottom: 2px solid #000000;	
}

.HomePage .rmGroup .rmFirst .rmLink
{	
	border-left:1px solid #e6e6e6;	
	border-top:1px solid #000000;	
}

.HomePage .rmGroup .rmLink:hover .rmText, .HomePage .rmGroup .rmFocused .rmText, .HomePage .rmGroup .rmExpanded .rmText /* this is the same as the .link:hover above, just for the submenu items */
{	
	color:#0000FF;
	text-decoration:underline;
	cursor:pointer;
}

/*RadMenu Skin*/
.RadMenu_HomePage
{	
}

.RadMenu_HomePage_Context
{
}
.RadMenu_HomePage .rmRightArrow,
.RadMenu_HomePage .rmLeftArrow
{
	height:100%;
}

.RadMenu_HomePage .rmRightArrow,
.RadMenu_HomePage .rmRightArrowDisabled
{
	/*background-image: url('images/right.png');*/
}
.RadMenu_HomePage .rmExpandLeft,
.RadMenu_HomePage .rmExpandRight
{
	background: transparent url(images/groupImage.png) right center no-repeat;
	margin-right: 10px;
}
/* END RAD MENU */
/*Rad Rotator*/
.radr_buttonDisabled 
{ 
  visibility: hidden !important; 
} 
/**/
/* RadWindow for new dll*/

.RadWindow_CustomBlack .rwTopLeft,
.RadWindow_CustomBlack .rwTopRight,
.RadWindow_CustomBlack .rwTitlebar,
.RadWindow_CustomBlack .rwFooterLeft,
.RadWindow_CustomBlack .rwFooterRight,
.RadWindow_CustomBlack .rwFooterCenter,
.RadWindow_CustomBlack .rwTopResize,
.RadWindow_CustomBlack .rwStatusbar div,
.RadWindow_CustomBlack .rwStatusbar,
.RadWindow_CustomBlack .rwPopupButton,
.RadWindow_CustomBlack .rwPopupButton span,
.RadWindow_CustomBlack.rwMinimizedWindow .rwCorner,
.RadWindow_CustomBlack .rwDialogInput
{
    background-image: url('images/WindowHorizontalSprites.gif');
}

.RadWindow_CustomBlack .rwBodyLeft,
.RadWindow_CustomBlack .rwBodyRight,
.RadWindow_CustomBlack .rwStatusbarRow .rwCorner
{
	background-image: url('images/WindowVerticalSprites.gif');
}

.RadWindow_CustomBlack .rwStatusbar input
{
    color: #d7d7d7;
}

.RadWindow_CustomBlack .rwControlButtons
{
    margin-top: 1px;
}

.RadWindow_CustomBlack .rwControlButtons a
{
    background-image: url('images/CommandButtonSprites.gif');
}

.RadWindow_CustomBlack a.rwIcon
{
	
}

div.RadWindow_CustomBlack .rwTitlebarControls em
{
	color: #d7d7d7;
}

div.RadWindow_CustomBlack .rwDialogInput
{
	border: solid 1px #080808;
	background-color: #454545;
	background-position: 0 -322px;
	background-repeat: repeat-x;
	color: white;
}

div.RadWindow_CustomBlack .rwDialogInput:hover
{
	border: solid 1px #5c5c5c;
	background-position: 0 -360px;
	background-color: #444;
	background-repeat: repeat-x;
}

.RadWindow_CustomBlack .rwPopupButton span
{
    color: #fff;
}

.RadWindow_CustomBlack .rwPopupButton:hover span
{
    color: #9eda29;
}

.RadWindow_CustomBlack td.rwWindowContent
{
    background-color: #080808;
}

.RadWindow_CustomBlack .rwDialogPopup
{
    color: white;
}

/* Loading Indicators */

/* When ShowContentDuringLoad="true" */
.RadWindow_CustomBlack td.rwWindowContent.rwLoading
{
    background-image: url('Common/loading.gif');
}

/* When ShowContentDuringLoad="false" */
.RadWindow_CustomBlack input.rwLoading
{
    /*background-image: url('Common/loading_small.gif');*/
}

/*.RadWindow_Black .rwTopLeft
{
    width: 10px; height: 5px;
	background: url('images/WindowSprites.gif') no-repeat 0 0;
}
.RadWindow_Black .rwTopRight
{
    width: 10px; height: 5px;
    background: url('images/WindowSprites.gif') no-repeat 0 -40px;
}
.RadWindow_Black .rwTitlebar
{
    background: transparent url('images/WindowSprites.gif')  repeat-x 0 -80px;
	height: 5px;
}
.RadWindow_Black .rwFooterLeft
{
	width: 10px; height: 10px;
	background: transparent url('images/WindowVerticalSprites.gif') no-repeat -20px 0;
}
.RadWindow_Black .rwFooterRight
{
	width: 10px; height: 10px;
	background: transparent url('images/WindowVerticalSprites.gif') no-repeat -30px 0;
}
.RadWindow_Black .rwFooterCenter
{
	background: transparent url('images/WindowSprites.gif') repeat-x 0 -143px;
	height: 10px;
}
.RadWindow_Black .rwTopResize,
.RadWindow_Black .rwStatusbar div
{
	margin-top:5px;
    background: url('images/WindowVerticalSprites.gif') no-repeat -40px 4px;
}
.RadWindow_Black .rwStatusbar
{
	height: 23px; line-height: 23px;
	background: #292929 url('images/WindowSprites.gif') repeat-x 0 -120px;
}
.RadWindow_Black .rwPopupButton
{
	background: transparent url('images/CommandSprites.png') no-repeat 0 0; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}
.RadWindow_Black .rwPopupButton span,
.RadWindow_Black.rwMinimizedWindow .rwCorner
{
	cursor: default;
} 
.RadWindow_Black .rwBodyLeft
{
    width: 10px;
	background: transparent url('images/WindowVerticalSprites.gif') repeat-y;
}
.RadWindow_Black .rwBodyRight
{
    width: 10px;
	background: transparent url('images/WindowVerticalSprites.gif') repeat-y -10px 0;
}
.RadWindow_Black .rwStatusbarRow .rwCorner
{
    width: 10px;
    background: transparent url('images/WindowVerticalSprites.gif') repeat-y 0 0;
}
.RadWindow_Black .rwStatusbar input
{
    background-repeat: no-repeat;
    background: transparent;
    color: #595959;
    padding-top: 6px;
    height: 17px;
    font: normal 11px "Myriad Pro", Arial, Verdana;
}
.RadWindow_Black .rwControlButtons a
{
    
} 
.RadWindow_Black a.rwIcon
{
    background: transparent;
	width: 0px; 
	height: 0px;
	cursor: default;
	margin: 3px 0 3px 2px;
}
div.RadWindow_Black .rwTitlebarControls em
{
    font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 2px 0 0 -2px;
	margin-top: 6px;
} */
/*=============== End ====================*/
/*RadWindow*/
.radwindow_Layout
{
	text-align: center;
	background-color:#191919;
	background-repeat:repeat-x;	
}
div.RadWindow_CustomBlack.maximizedwindow table td
{
	vertical-align: top;
}

div.RadWindow_CustomBlack table td.corner
{
	width: 10px;
}

div.RadWindow_CustomBlack table td.topleft
{
    width: 10px; height: 5px;
	background: url('images/WindowSprites.gif') no-repeat 0 0;
}

div.RadWindow_CustomBlack table td.topright
{
    width: 10px; height: 5px;
    background: url('images/WindowSprites.gif') no-repeat 0 -40px;
}

div.RadWindow_CustomBlack table td.titlebar
{
    background: transparent url('images/WindowSprites.gif')  repeat-x 0 -80px;
	height: 5px;
}

div.RadWindow_CustomBlack .windowcontent
{
	height: 100%;
	border-bottom: 0;
	background: white;
}

div.RadWindow_CustomBlack table td.bodyleft
{
    width: 10px;
	background: transparent url('images/WindowVerticalSprites.gif') repeat-y;
}

div.RadWindow_CustomBlack table td.bodyright
{
    width: 10px;
	background: transparent url('images/WindowVerticalSprites.gif') repeat-y -10px 0;
}

div.RadWindow_CustomBlack table td.footerleft
{
	width: 10px; height: 10px;
	background: transparent url('images/WindowVerticalSprites.gif') no-repeat -20px 0;
}

div.RadWindow_CustomBlack table td.footerright
{
	width: 10px; height: 10px;
	background: transparent url('images/WindowVerticalSprites.gif') no-repeat -30px 0;
}

div.RadWindow_CustomBlack table td.footercenter
{
	background: transparent url('images/WindowSprites.gif') repeat-x 0 -143px;
	height: 10px;
}

div.RadWindow_CustomBlack td.statusbar
{
	height: 23px; line-height: 23px;
	background: #292929 url('images/WindowSprites.gif') repeat-x 0 -120px;
}

div.RadWindow_CustomBlack td.statusbar input
{
    background-repeat: no-repeat;
    background: transparent;
    color: #595959;
    padding-top: 6px;
    height: 17px;
    font: normal 11px "Myriad Pro", Arial, Verdana;
}

div.RadWindow_CustomBlack td.statusbar div
{
	margin-top:5px;
    background: url('images/WindowVerticalSprites.gif') no-repeat -40px 4px;
}

div.RadWindow_CustomBlack td.statusbar .loading
{	
	background-image: url('images/Loading.gif');	
	background-repeat: no-repeat;
}

div.RadWindow_CustomBlack td.statusbar span.statustext
{
	font: normal 11px Verdana, Arial, Sans-serif;
	color: black;
}

div.RadWindow_CustomBlack tr.statusbarrow .corner.bodyleft
{
    width: 10px;
    background: transparent url('images/WindowVerticalSprites.gif') repeat-y 0 0;
}

div.RadWindow_CustomBlack tr.statusbarrow .corner.bodyright
{
    width: 10px;
    background: transparent url('images/WindowVerticalSprites.gif') repeat-y -10px 0 !important;
}

div.RadWindow_CustomBlack table.titlebarcontrols ul.controlbuttons li a
{
	width: 28px; height: 26px; line-height: 26px; font-size: 1px;
	cursor: default;
	margin: 2px 1px 0 1px;
	background-image: url('images/CommandSprites.gif');
	background-repeat: no-repeat;
}

/* reload button */
div.RadWindow_CustomBlack a.reloadbutton
{
	background-position: -84px 0;
}

div.RadWindow_CustomBlack a.reloadbutton:hover
{
	background-position: -84px -26px;
}

/* unpin button */
div.RadWindow_CustomBlack a.pinbutton
{
	background-position: -140px 0;
}

div.RadWindow_CustomBlack a.pinbutton:hover
{
	background-position: -140px -26px;
}

/* pin button */
div.RadWindow_CustomBlack a.pinbutton.on
{
	background-position: -112px 0;
}

div.RadWindow_CustomBlack a.pinbutton.on:hover
{
	background-position: -112px -26px;
}

/* minimize button */
div.RadWindow_CustomBlack a.minimizebutton
{
	background-position: -56px 0;
}

div.RadWindow_CustomBlack a.minimizebutton:hover
{
	background-position: -56px -26px;
}

/* maximize button */
div.RadWindow_CustomBlack a.maximizebutton
{
	background-position: -28px 0;
}

div.RadWindow_CustomBlack a.maximizebutton:hover
{
    background-position: -28px -26px;
}

/* close button */
div.RadWindow_CustomBlack a.closebutton
{
	background-position: -165px -26px;
}

div.RadWindow_CustomBlack a.closebutton:hover
{
	background-position: -165px -26px;
}
/* restore button */
div.RadWindow_CustomBlack.maximizedwindow a.maximizebutton,
div.RadWindow_CustomBlack.minimizedwindow a.minimizebutton
{
    background-position: 0 0;
}

div.RadWindow_CustomBlack.maximizedwindow a.maximizebutton:hover,
div.RadWindow_CustomBlack.minimizedwindow a.minimizebutton:hover
{
	background-position: 0 -26px;
}

div.RadWindow_CustomBlack table.titlebarcontrols a.windowicon
{
	background: transparent;
	width: 0px; 
	height: 0px;
	cursor: default;
	margin: 3px 0 3px 2px;
}

div.RadWindow_CustomBlack table.titlebarcontrols em
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 2px 0 0 -2px;
	margin-top: 6px;
}

div.RadWindow_CustomBlack table.titlebarcontrols ul.controlbuttons li a
{
	width: 28px; height: 26px; line-height: 26px; font-size: 1px;
	cursor: default;
	margin: 2px 1px 0 1px;
	background-image: url('images/CommandSprites.png');
	background-repeat: no-repeat;
}

div.RadWindow_CustomBlack.minimizedwindow
{
	width: 166px !important; height: 30px !important;
	background: #4b4b4b;
	border: solid 2px #232323;
}

/* overlay element should be minimized when the window is minimized */
iframe.minimizedwindowoverlay_CustomBlack
{
	/* take into account the borders of the main DIV of the window when setting width/height */
	width: 170px !important; height: 34px !important;
}

div.RadWindow_CustomBlack.minimizedwindow td
{
    background: none !important;
}

div.RadWindow.RadWindow_CustomBlack.minimizedwindow table.titlebarcontrols 
{
	width: 150px !important; height: 40px !important;
	margin-top: -3px;
}

div.RadWindow.RadWindow_CustomBlack.minimizedwindow table.titlebarcontrols ul
{
    position: relative; top: -1px;
}

div.RadWindow_CustomBlack.minimizedwindow em
{
	color: white !important;
	width: 75px !important;
}

div.RadWindow_CustomBlack.minimizedwindow td.corner
{
	cursor: default;
}

div.RadWindow_CustomBlack.minimizedwindow td.corner.topleft,
div.RadWindow_CustomBlack.minimizedwindow td.corner.topright
{
	width: 10px !important;
}

div.RadWindow_CustomBlack.minimizedwindow td.titlebar
{
	cursor: default !important;
	background: #4b4b4b;
}

div.RadWindow_CustomBlack .windowcontent .rwDialogPopup
{
	margin: 16px;
	font: normal 11px Arial;
	color: black;	
	padding: 0px 0px 16px 50px;
}

div.RadWindow_CustomBlack .windowcontent .rwDialogPopup.radalert
{
	background: transparent url('images/ModalDialogAlert.gif') no-repeat 8px center;
}

div.RadWindow_CustomBlack .windowcontent .rwDialogPopup.radprompt
{
	padding: 0;
}

div.RadWindow_CustomBlack .windowcontent .rwDialogPopup.radconfirm
{
	background: transparent url('images/ModalDialogConfirm.gif') no-repeat 8px center;	
}

div.RadWindow_CustomBlack .windowcontent input.rwDialogInput
{
	padding: 3px 4px 0 4px;
	height: 17px; width: 100%;
	font: normal 11px Verdana, Arial, Sans-serif;
}

div.RadWindow_CustomBlack .windowcontent a,
div.RadWindow_CustomBlack .windowcontent a span
{
	text-decoration: none;
	color: black;
	line-height: 22px;
	cursor: default;
}

div.RadWindow_CustomBlack .windowcontent a.rwPopupButton
{
	background: transparent url('images/CommandSprites.png') no-repeat 0 0; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}
div.RadWindow_CustomBlack .windowcontent a.rwPopupButton span.rwOuterSpan
{
	background: transparent url('images/CommandSprites.png') no-repeat right 0;
	padding: 0 3px 0 0;
}

div.RadWindow_CustomBlack .windowcontent a.rwPopupButton span.rwInnerSpan
{
	background: white url('images/CommandSprites.png') repeat-x 0 -22px;
	padding: 0 12px;
}

div.RadWindow_CustomBlack .windowcontent a.rwPopupButton:hover
{
	background: transparent url('images/CommandSprites.png') no-repeat 0 -64px; 
	padding: 0 0 0 3px;
	margin: 8px 8px 8px 0;
}

div.RadWindow_CustomBlack .windowcontent a.rwPopupButton:hover span.rwOuterSpan
{
	background: transparent url('images/CommandSprites.png') no-repeat right -64px;
	padding: 0 3px 0 0;
}

div.RadWindow_CustomBlack .windowcontent a.rwPopupButton:hover span.rwInnerSpan
{
	background: white url('images/CommandSprites.png') repeat-x 0 -86px;
	padding: 0 12px;
}
div.modaldialogbacgkround
{
	background: black;
}

.pricequotebtn
{
	display: inline-block;
	width: 208px;
	height: 22px;
	background: url(images/pricequote.png);
}

.BarAboveFavorites
{
	border-top: 1px solid #9D9D9D;
}

.BarAboveInfoArea
{
	border-top: solid 2px #b6b6b6;
}

.VerticalBarInfoArea
{
	background-color: #dedede; 
	width:1px; 
	height:425px; 
	border-left: 1px solid #b6b6b6;
}

.BarAboveSearchResultsArea
{
	background-color: #dedede; 
	height: 1px; 
	border-top: solid 2px #b6b6b6; 
	width:800px;
}

.SearchDimensionHeading, .SearchDimensionSubHeading
{
	color:Black;
}

.MinMaxInputs
{
	padding: 0;
}

.txtMinInput, .txtMaxInput
{
	width: 45px;
	font-size: .75em; 
	border:solid 1px black;
}

.attributeselectioncontainer
{
	margin:30px 0px 0px 50px;
	width:720px;
}

#infoareafullManufacturer
{
	display: none;
	visibility: hidden;
}

.leftAreaMenuContainer
{
	padding:0 8px 8px 5px;
	background-color: #3C3C3C;
	width:167px;
}
/**/

/* Recently viewed items */
.rotatorControlButtons
{
	position: relative;
	top: -80px;
}

.leftRotatorControlButton
{
	float: left;
}

.rightRotatorControlButton
{
	float: right;
}

.lnkDetailsDiv
{
	text-align: center;
}

.ItemsOnSpecialTitle
{
	margin-bottom: 6px;
}

.rrButtonDisabled
{
	visibility: hidden !important;
}

.availabilityDisplayContainer
{
	margin-bottom: 20px;
	font-size: 0.9em;
}

.availabilityTitle
{
	margin-right: 5px;
}

.availabilityStatus
{
	font-weight: bold;
}

.availabilityInStock
{
	color: Green;
}

.availabilityCustomOrder
{
	color: Black;
}
/*Special Design*/

.SpecialsFont {
	font-family: Verdana;		
	font-weight: bold;
	font-style: normal;
	color: #3C3C3C;
	text-decoration: none;
	text-align:center;
}
.SpecialTitleFontSize
{
 font-size: 12px;	
}
.SpecialDescriptionFontSize
{
 font-size: 12px;	
}
.TabSpecialTitleFontSize
{
 font-size: 14px;	
}
.SpecialPriceFont
{
	font-family: Verdana;		
	font-weight: bold;
	font-style: normal;
	color: Red;
	text-decoration: none;
	text-align:center;	
	font-size: 14px;
}
.TabSpecialPriceFontSize
{
	font-size: 20px;
}
.SpecialPrice
{
 padding-top:10px;	
}
.HighlightBorder
{
 border:solid 2px red;	
}
/* end */

/*Flyer Display */

.FlyerDiv
{
	display: table;
	overflow: hidden;
	margin-top:20px;
}
.FlyerHeading
{
	font-weight:bold;
	font-size:large;
}
.FlyerObjectDiv
{
	margin-top:10px;
}
.FlyerStartDate
{
}
.FlyerEndDate
{
}
.hideelement
{
	display:none;
}
.productVersion {
	width: 100%;
	text-align: center;
	color: #AAAAAA;
	position: relative;
	top: 300px;
	left: 140px;
	font-size: 10px;
}

/* BTS 8503 */
#printProductContainer * {
	margin: 0;
	padding: 0;
}

#printProductContainer {
	width: 680px;
	padding: 10px;
}

#printProductTitleContainer {
	width: 680px;
}

#printProductTitle {
	width: 655px;
	float: left;
}

#printProductTitle p {
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

#printProductClose {
	width: 25px;
	float: left;
	text-align: right;
}

#printProductProductImageContainer {
	width: 680px;
}

#printProductImage {
	width: 400px;
	float: left;
}

#printProductPrintInformation {
	width: 280px;
	float: left;
}

#printProductPrintButton {
	text-align: center;
	float:right;
}

.printProductPrice {
	width: 280px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #2a2a2a;
	padding-top: 20px;
}

#printProductStoreDetails {
	width: 280px;
	padding-top: 20px;
	padding-bottom: 50px;
}

.printProductStoreName {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.printProductStoreWebsite {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

.printProductCoverTitle {
	width: 680px;
	padding-bottom: 5px !important;
}

.printProductCoverTitle p {
	font-family: Arial, sans-serif;
	font-size: 18px;
}

#printProductItemInformation {
	width: 680px;
	padding-bottom: 10px;
}

#printProductItemInformation li {
	background: url('/images/print/printproductitembackground.gif') repeat-y;
	list-style: none;
	line-height: 15px;
}

.printProductItemAttributeName {
	width: 130px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px !important;
	text-align: right;
	/*padding-top: 2px !important;*/
}

.printProductItemAttributeDetail {
	width: 535px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-top: 2px !important;
	/*padding-bottom: 2px !important;*/
	/*padding-right: 5px !important;*/
}

.printProductCoverInformation {
	width: 680px;
	padding-bottom: 10px !important;
}

.printProductCoverImage {
	width: 150px;
	float: left;
	text-align: center;
}

.printProductCoverDetail {
	width: 530px;
	float: left;
}

.printProductCoverDetail li {
	background: url('/images/print/printproductcoverbackground.gif') repeat-y;
	list-style: none;
	line-height: 15px;
}

.printProductCoverColumn {
	width: 265px;
	float: left;
}

.printProductCoverAttributeName {
	width: 100px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px !important;
	text-align: right;
	/*padding-top: 2px !important;*/
}

.printProductCoverAttributeDetail {
	width: 150px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	/*padding-top: 2px !important;*/
	/*padding-bottom: 2px !important;*/
	/*padding-right: 5px !important;*/
}

.printProductByoFinishArea {	
	padding-bottom: 10px;
}

.printProductByoFinishArea ul {
	width: 500px;
	float: left;
}

.printProductByoFinishArea li {
	list-style: none;
	float: left;
	width: 246px;
	margin-right:4px !important;
	padding-bottom: 10px !important;
	min-height: 210px;
}

.printProductByoFinishTitle {
	width: 226px;
	height: 25px;
	line-height: 25px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #2a2a2a;
}

.printProductByoFinishImage {
	width: 226px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
/* END BTS 8503 */

/* bts 8503 - styles corresponding to frontend.css*/
#printProductTitleContainer {
	border-bottom: 1px dashed #2a2a2a;
}

#printProductTitle p {
	color: #2a2a2a;
}

.printProductCoverTitle p {
	color: #2a2a2a;
}

#printProductItemInformation ul {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

#printProductItemInformation li {
	/*border-bottom: 1px solid #E7E7E7;*/
}

.printProductCoverDetail ul {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

.printProductCoverDetail li {
	/*border-bottom: 1px solid #E7E7E7;*/
}

/* END BTS 8503 - styles corresponding to frontend.css */

/* 0010540: Quick CSS change for eprevue dropdown menu */

.rmVertical rmGroup {
	padding-top: 30px !important;
}

/* END 0010540: Quick CSS change for eprevue dropdown menu */

/* Search Results Page */
#searchresultscontainer * {
	margin: 0;
	padding: 0;
}

#searchresultscontainer {
	width: 592px;
	left: 220px;
	top: 0px;
	margin: 0 auto;
	position: absolute;
}

#searchmessage {
	width: 592px;
	height: 133px;
	text-align: center;
}

#searchmessage p {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2d2d2d;
	padding-top: 73px;
}

#searchresultcontainer {
	width: 590px;
	height: 158px;
	text-align: center;
	background-color: #efefef;
	border: 1px solid #c1c1c1;
}

#searchresultcontainer p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #2d2d2d;
	padding-top: 34px;
}

#searchresultfield {
	width: 238px;
	height: 26px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 15px;
}

#searchresultfield input {
	width: 230px;
	height: 18px;
	line-height: 18px;
	font-family: Arial, sans-seri;	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #abadb3;
	padding: 3px;
}

#searchresultbutton {
	width: 85px;
	height: 24px;
	background-color: #2D2D2D;
	text-align: left;
	color: white;
	margin: 0 auto;
}

#searchresultbutton a {
	display: block;
	width: 65px;
	height: 24px;
	font-family: Arial, san-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
	padding-left: 20px;
	background-image: url('images/buttonarrow.png');
	background-repeat: no-repeat;
	background-position: 63px 0px;
}

#searchicon {
	width: 89px;
	height: 88px;
	position: absolute;
	top: 61px;
	left: 0;
}

#searchboxbutton {

}

#searchboxbutton a {

}
/* End Search Results Page */

/* New Print Out Feature BTS #0013823 */

.newLargePrintProductProductImageContainer
{
    width: 1024px !important;
}

.newprintProductContainer { 
    width: 1024px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.newprintBrandDetails {
    width: 1004px !important;
    padding-left: 20px !important;
}

.newprintBrandLogo {
    width: 140px !important;
    float: left !important;
}

.newprintProductTitle {
    width: 864px !important;
    /*padding-top: 15px !important;*/
}

.newprintProductImage {
    padding-top:10px !important;
    float: none !important;
}

.newprintProductPrintInformation {
    width: 1004px !important;
    padding-left: 20px !important;
}

.newprintProductStoreDetails {
    width: 1004px !important;
    padding-bottom: 20px !important;
}

.newprintLogoAndPriceDetails {
    width: 1004px !important;
    padding-bottom: 10px !important;
}

.newprintProductLogoArea {
    /*width: 140px !important;*/
    float: left !important;
}

.newprintProductPrices {
    width: 864px !important; 
    float: left !important; 
}

.newprintProductPrice {
    width: 864px !important;
    text-align: left !important;
    font-size: 20px !important;
}

.newprintStoreNameAndUrl {
    width:1024px !important;
    padding-bottom: 20px !important;
}

.newprintProductStoreName {
    float:left !important;
    padding-left: 20px !important;
    font-size: 20px !important;
}

.newprintProductStoreWebsite {
    float:left !important;
    font-size: 16px !important;
    padding-left: 20px !important;
}

.newprintProductCoverTitle {
    width: 1004px !important;
    padding-left: 20px !important;
}
    
.newprintProductItemInformation {    
    width: 1004px !important;
    padding-left: 20px !important;    
}
    
.newprintProductCoverInformation {
    padding-left:20px !important;
}

.newprintProductByoFinishArea 
{
    padding-left:20px !important;
}

/* End New Print Out Feature BTS #0013823*/

/*Link Not Found (404 error) Page*/

.errorPageContainer
{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.errorPageContainer a {
	font-family: Arial, sans-serif;
	font-size: 22px;
	text-decoration: none;
	color: #000;
}
.errorPageContainer a:hover {
	text-decoration: none;
}
.errorPageTextLink .LinkText {
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

/* Redesigned Modify Account Page */

#myaccountcontainer * {
	margin: 0;
	padding: 0;
}

#myaccountcontainer {
	width: 415px;
	margin: 25px 0 0 41px;
	background-color: #efefef;
	border: 1px solid #bebebe;
	padding: 20px 25px 25px 25px;
}

#myaccounttop {
	width: 415px;
	height: 21px;
}

#myaccountheading {
	width: 185px;
	height: 21px;
	line-height: 21px;
	background-color: #2d2d2d;
	text-align: center;
	float: left;
}

#myaccountheading h1 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#myaccountrequired {
	width: 230px;
	height: 21px;
	line-height: 21px;
	text-align: right;
	float: right;
}

#myaccountrequired p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #787878;
}

.myaccountrow {
	width: 415px;
	height: 55px;
	clear: both;
}

.myaccountrowleft {
	width: 207px;
	height: 35px;
	padding-top: 20px;
	float: left;
}

.myaccountrowleft input {
	width: 160px;
	height: 14px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #abadb3;
	padding: 3px !important;
}

.myaccountrowleft p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #787878;
}

.myaccountrowright {
	width: 208px;
	height: 35px;
	padding-top: 20px;
	float: left;
}

.myaccountrowright input {
	width: 160px;
	height: 14px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	border: 1px solid #abadb3;
	padding: 3px !important;
}

.myaccountrowrightcheckbox {
	width: 208px;
	height: 35px;
	padding-top: 20px;
	float: left;
}

.myaccountrowrightcheckbox input {
	width: 160px;
	height: 14px;
}

.myaccountrowrightcheckbox p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #787878;
}

.myaccountrowright p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #787878;
}

.myaccountrowcheckbox {
	width: 19px;
	height: 30px;
	float: left;
}

.myaccountrowcheckbox input {
	width: auto !important;
	height: auto !important;
	padding: auto !important;
}

.myaccountrowcheckboxtext {
	width: 189px;
	height: 30px;
	float: left;
}

#myaccountsubmit {
	width: 85px;
	height: 24px;
	text-align: left;
}

#modifyAccountSubmitbutton {
	width: 85px;
	height: 24px;
	background-color: #2D2D2D;
	color: white;
	margin: 0 auto;
	text-align: left;
}

#modifyAccountSubmitbutton a {
	display: block !important;
	width: 85px;
	height: 24px;
	font-family: Arial, san-serif;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	line-height: 24px;
	text-align: center;
	background-image: url('../images/buttonarrow.png');
	background-repeat: no-repeat;
	background-position: 63px 0px;
}

.myaccountrowyourpage
{
    padding-top: 20px !important;
}

.myaccountrowyourpage a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

/* Reposition window for website visitors */

.workspaceRelative #myaccountcontainer 
{
    margin: 20px auto 0 auto;
}    

/* End Redesigned Modify Account Page */

/* Account Content Management page */
.contentContainer 
{
    margin: 0 auto;
    width: 900px;
}

.manageContentTitle
{
    font-weight: bold;
    font-size: 16px;    
    padding-top: 8px;
}

.errorsDisplayDiv
{
    color: Red;
    font-size: 14px;
}

.contentLabel
{
    font-weight: bold;
    padding: 8px 0px 8px 0px;
}

.editContentDiv
{
    padding-top: 15px;
}

.contentContainer input[type="submit"]
{
    color: Black;
}

.ContentImageUploader
{
    padding: 8px 0px 8px 0px;
}

.ContentImageUploader .ruBrowse, .SlideImageUploader .ruBrowse
{
    background-position: 0 -22px !important;
    height: 24px !important;
    width: 80px !important;
}

.ContentTextAreaEditor
{
    margin-bottom: 8px;
}

#commitContent
{
    margin-top: 20px;
}
/* END - Account Content Management page */

/* Find a Designer Results */

#designerresultscontainer {
	width: 950px;
	margin: 0 auto;
}

.designerresultsrow {
	width: 950px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #e7e7e7;
}

.designerresultsrowleft {
	width: 174px;
	height: 218px;
	text-align: left;
	float: left;
}

.designerresultsrowright {
	width: 776px;
	text-align: left;
	float: left;
}

.designerresultsrowright h1 {
	font-family: Times, sans-serif;
	font-size: 22px;
	color: #242424;
	padding-bottom: 10px;
	font-weight: normal;
}

.designerresultsrowright p {
	font-family: Arial, sans-serif;
	font-size: 14px !important;
	line-height: 18px;
}

.designerresultsrowright ul {
	padding: 20px 0 0 0;
	margin: 0;
}

.designerresultsrowright li {
	list-style: none;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #242424;
	border-left: 1px solid #242424;
	padding-left: 6px;
	padding-right: 3px;
}

.designerresultsrowright li:first-child {
	border: 0;
}

.designerresultsrowright li a {
	color: #242424;
	text-decoration: underline;
}

.designerresultsrowright h1 a {
	color: #242424;
	text-decoration: none;
}

.designerresultsrowright h1 a:hover {
	text-decoration: underline;
}

/* End Find a Designer Results */

/* Start Radalert styles*/
.radalert
{
    background-image: none !important;
    padding: 3px !important;
}
/* End Radalert styles*/

/* Removes the Question mark as the background image for the Telerik pop-up. */
.RadWindow .rwWindowContent .radconfirm
{
    background-image: none !important;
}

/* Start  BTS 21577 */
#printProductContainerV2 * {
	margin: 0;
	padding: 0;
}

#printProductContainerV2 {
	width: 680px;
	padding: 10px;
}

.newprintProductContainerV2 { 
    width: 1024px !important;
    margin: 0 !important;
    padding: 0 !important;
}

#printProductCloseV2 {	
	width: 134px; 
	height: 30px; 
	background-color: #222222;
	text-align: center; 
	float: right; 
	line-height: 30px;
	margin-left: 10px;
}

.printProductCloseLinkV2{
	font-family: Arial;
	font-weight: bold; 
	color: #FFFFFF !important; 
	text-decoration: none !important; 
	font-size: 14px;
}

#printProductPrintButtonV2 {	
	width: 134px; 
	height: 30px; 
	background-color: #222222;
	text-align: center; 
	float: right; 
	line-height: 30px;
}

.printProductPrintPageLinkV2{
	font-family: Arial;
	font-weight: bold; 
	color: #FFFFFF !important; 
	text-decoration: none !important; 
	font-size: 14px;
}

.printProductLogoAreaV2 {
	padding-top: 10px !important;
	text-align: center;
}

.printProductLogoAreaV2 img
{
    padding-left: 10px !important;
    padding-right: 10px !important;
    float: left;
}

.newprintProductLogoAreaV2 {
    float: left !important;
}

.newprintBrandLogoV2 {
    width: 140px !important;
    float: right !important;
}

.newLargePrintProductProductImageContainerV2 {
    width: 1024px !important;
}

#printProductImageV2 {
	width: 500px;	
	float: left;
}

.newprintProductImageV2 {
    padding-top:10px !important;
    float: left !important;
}

.newprintLogoAndPriceDetailsV2 {
    padding-bottom: 10px !important;
	padding-left: 20px !important;
}

.newprintProductPricesV2 {
    float: left !important; 
}

.printProductPriceV2 {
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #2a2a2a;
	padding-top: 10px !important;
}

.newprintProductPriceV2 {
    text-align: left !important;
    font-size: 20px !important;
}

.PriceDisclaimerV2 {
	color: #909090;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 20px !important;
}

.printPhoto1Comment {
	padding-left: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

.printProductPhotoNImageAndComment {
	text-align: center;
	padding-bottom: 10px;
}

#printProductTitleV2 p {
	color: #2a2a2a;
}

.printProductInformationV2{
	float: left;
	width: 500px;	
    padding-left: 20px !important;
}

#printProductTitleV2 {
	float: left;
}

#printProductTitleV2 p {
	font-family: Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	height: 90px;
}

.newprintStoreNameAndUrlV2 {
    padding-bottom: 10px !important;
}

.printProductStoreNameV2 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.newprintProductStoreNameV2 {
    float:left !important;
    font-size: 20px !important;
}

.printProductStoreWebsiteV2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

.newprintProductStoreWebsiteV2 {
    float:left !important;
    font-size: 16px !important;
    padding-left: 20px !important;
}

#newPrintProductDescription{
	float: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 15px !important;
}

#newPrintProductCoverDescription{
	float: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 10px !important;
}

#printProductItemInformationV2 {
	padding-bottom: 10px;
	padding-left: 10px;
}

#printProductItemInformationV2 ul {
	float: left;
	width: 500px;
	padding-bottom: 10px;
}

#printProductItemInformationV2 li {
	list-style: none;
	line-height: 18px;
	float: left;
	width: 246px;
	margin-right: 4px !important;
}

.newprintProductItemInformationV2 {
    padding-left: 20px !important;    
}

.printProductItemAttributeNameV2 {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 7px !important;
}

.printProductItemAttributeDetailV2 {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.printProductCoverTitleV2 p {
	color: #2a2a2a;
}

.printProductCoverAndItemInformationV2 {
	padding-bottom: 10px !important;
}

.printProductImageAndCoverTitleV2 {
	float: left; 
	/*width: 200px;*/
}

.printProductImageAndCoverTitleV2 img{
	width: 2in;
}

.printProductByoFinishImageAndTitleV2{
	float: left;
}

.printProductByoFinishImageAndTitleV2 img{
	width: 2in;
}

.newprintProductByoFinishTitleV2 p {
	color: #2a2a2a;
}

.newprintProductByoFinishTitleV2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	padding-top: 5px !important;
	padding-bottom: 10px !important;
}

.printProductCoverTitleV2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.newprintProductCoverTitleV2 {
    padding-top: 5px !important;
	padding-bottom: 10px !important;
}

.printProductCoverInformationV2 {
	padding-bottom: 10px !important;
}

.newprintProductCoverInformationV2 {
    padding-left: 10px !important;
	float: left;
}

.printProductCoverDetailV2 ul {
	float: left;
	width: 500px;
	padding-bottom: 10px;
}

.printProductCoverDetailV2 li {
	list-style: none;
	line-height: 18px;
	float: left;
	width: 246px;
	margin-right: 4px !important;
}

.printProductCoverAttributeNameV2 {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px !important;
}

.printProductCoverAttributeDetailV2 {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.printProductByoFinishAreaV2 {
	padding-bottom: 10px;
}

.printProductByoFinishAreaV2 li {
	list-style: none;
	float: left;
	padding-bottom: 10px !important;
}

.printProductByoFinishImageV2 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.printProductByoFinishImageV2 {
	float: left; 
	width: 200px;	
}

.printProductByoFinishImageV2 img{
	width: 2in;
}

.printProductByoFinishTitleV2 {	
	height: 25px;
	line-height: 25px;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

/* End BTS 21577 */

/* bts 22303 - lost password page styles */

.newRelatedItem{
    display: block;
}

.lostPasswordTextArea {
	width: 590px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	position: relative;
	left: 190px;
	top: 40px;
}

/* end bts 22303 - lost password page styles */