/******************************************************************************************/
/* global styles common to all pages [ AbleCommerce Theme ]                               */
/******************************************************************************************/

/* force a vertical scrollbar in firefox, prevents horizontal page shifting */
html { min-height: 100%; margin-bottom:1px; }
h1
{
	font-size:30px;
}

h2
{
	font-size:18px;
}

/* styling for the page body */
body
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:#000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}

/*Fixed Width Styling and Widescreen display */
#contentArea
{
	width:980px;
    margin:0 auto 0; 
    padding:0;
    background-color:#000000;
}


table
{
	border-collapse:collapse;
}

/*Transparent pngs iefix
img, div { behavior: url(http://www.warmoth.com/App_Themes/Warmoth/iepngfix.htc) }
*/
/*Fixed Width Styling and Widescreen display */
#outerPageWrap
{
	width:980px;
    margin:0 auto 0; 
    padding:0;
    background-color:#000000;
}

/* default styling for block elements */
td, p, form
{
	text-decoration:none;
	margin:0px;
}

ul { margin: 2px 0 2px 20px; }
/* li { list-style-type: circle; } */

/* special styling for validation summary lists */
.validationSummary ul { padding-left:0px; }

.validationSummary 
{
background-color: #000000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding-top: 4px;
padding-bottom: 4px;
}

/* default styling for links */
a
    {
        text-decoration: none;
        color: navajowhite;
    }
/*a { color:#8C0901; }*/
a:hover
    {
        color: burlywood;
        text-decoration: none;
    }

/* link styling for links that are highlighted on a page */
a.highlight
    {
        font-weight: bold;
        color: navajowhite;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        text-decoration: none;
    }


.webfont
{
    font-family:Arial;
    color:#999999;
    font-size:20px;
    font-style:normal;
    font-weight:bolder;
    text-align:center;
    background-repeat:no-repeat;
    background-position:center top;
}

/* default styling for input elements */
input { vertical-align:middle; }

/* styling for subclassed textbox elements */
input.textBox
{
	background-color:#FFFFFF;
	border:1px solid #B2AF7D;
	width:190px;
	height:16px;
	margin:0 3px 0 15px;
}

/* style for buttons */
input.button, a.button
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*background-color: #5872CB;*/
	background:#333333 url(img/button_bg.gif) repeat-x center;
	font-size: 9px;
	text-transform: uppercase;
	color: #ffffff !important;
	font-weight: bold;
	cursor:pointer;
	margin: 1px 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	font-weight:900;
	border: 1px solid #eeeeef;
	white-space: nowrap;
}
a.button
{
	padding: 4px 5px 4px 5px;
	display:-moz-inline-box; /* inline-block is not supported by firefox*/
	display:inline-block;
}
input.button
{
	height:21px;
}
input.button:hover, a.button:hover
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*background-color: #5872CB;*/
	background:#5872CB url(img/button_bg_hover.gif) repeat-x center;
	font-size: 9px;
	text-transform: uppercase;
	color: #675D29 ;
	font-weight: bold;
	cursor:pointer;
	margin: 1px 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	font-weight:900;
	border: 1px solid #C7B55C;
}
a.button:hover
{
	padding: 4px 5px 4px 5px;
	display:-moz-inline-box; /* inline-block is not supported by firefox*/
	display:inline-block;
}
input.button:hover
{
	height:21px;
}

.configButton
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*background-color: #5872CB;*/
	background:#333333 url(img/button_green_bg.gif) repeat-x center;
	font-size: 9px;
	text-transform: uppercase;
	color: #ffffff !important;
	font-weight: bold;
	cursor:pointer;
	margin: 1px 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	font-weight:900;
	border: 1px solid #eeeeef;
	white-space: nowrap;
	height:21px;
}

.btnRemoveEdit
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*background-color: #5872CB;*/
	background:#333333 url(img/button_yellow_bg.gif) repeat-x center;
	font-size: 9px;
	text-transform: uppercase;
	color: #000000 !important;
	font-weight: bold;
	cursor:pointer;
	margin: 1px 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	font-weight:900;
	border: 1px solid #eeeeef;
	white-space: nowrap;
	height:21px;
}

.remove
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*background-color: #5872CB;*/
	background:#333333 url(img/button_red_bg.gif) repeat-x center;
	font-size: 9px;
	text-transform: uppercase;
	color: #ffffff !important;
	font-weight: bold;
	cursor:pointer;
	margin: 1px 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
	font-weight:900;
	border: 1px solid #eeeeef;
	white-space: nowrap;
	height:21px;
}

.configButton:hover
{
	font-weight: bold;
}

.info_btn
{
 padding-left:5px;

}

.infobtn_style
{
    width:40px;
    height:23px;
    padding-bottom:10px;
     
    background-image:url(img/info_btn.jpg);
    background-repeat:no-repeat;
    
}

.infobtn_style:hover
{
    width:40px;
    height:23px;
    padding-bottom:10px;
     
    background-image:url(img/info_btn_hover.jpg);
    background-repeat:no-repeat;
    
}

.conversion
{
    margin-top:3px;
    float:left;
    margin-left:200px;
}
/* style for button hover state 
input.button:hover, a.button:hover
{
	color: #FFFFFF; text-decoration:none;
}*/

/* style for a paragraph element to highlight */

.buildneck
{
    
   background:#000000 url(img/3button.gif) no-repeat center;

}

.optionstext
{
   color:#ffffff;
}



p.highlight
{
	font-weight:bold;
	color:#575757;
	padding-top:5px;
	margin-top:5px;
	text-decoration:none;
}

img
{
    border:none;
}

option
{
	font-size:10px;
}

select
{
	font-size:10px;
}

/* Text styles used to provide status information */
.goodCondition{font-weight: bold; color: #008000; padding-bottom: 3px;}
.warnCondition{font-weight: bold; color: #FFA500; padding-bottom: 3px;}
.errorCondition{font-weight: bold; color: #FF0000; padding-bottom: 3px;}

/* style for element that acts as a spacer between other elements */
.spacer
{
	clear:both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
}

/* container for the breadcrumbs trail */
.breadCrumbPanel {padding: 4px 0; }
.CategoryBreadCrumbs{padding: 4px 0;}

/* link in the breadcrumbs trail */
.breadCrumbLink{text-decoration: underline; text-indent: 0px; color:#5872CB; margin:4px 0 8px 0; padding:4px 0 8px 0; border:1px solid #FF0000;}

/* generic styling for a suggested retail price */
.msrp { text-decoration:line-through; }

/* applied to ajax progress update */
#centeredProgress
{
	width: 300px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -200px;
	z-index: 15003;
	color: #FFFFFF;
	border: 5px solid #C1C1C1;
	background: #FFFFFF url(img/processing.gif) no-repeat 50%;
}

/* background style for the screen when an ajax progress update is displayed */
#ajaxProgressBg
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0.5;
    filter: Alpha(opacity:50);
    z-index: 15000;
}

/* style for the ajax progress indicator */
#ajaxProgress
{
    border: 0px;
    padding: 0px;
    position: absolute;
    background-color: #FFFFFF;
	background: #FFFFFF url(img/processing.gif) no-repeat 50%;
    z-index: 15001;
    left:50%;
    margin-left:-100px;
    width:200px;
    height:200px;
    border: solid 2px grey;
}

hr { width:100%; }

h2.sectionHeader 
{
	background-image: url(img/checkout-header-bg1.jpg);
	background-repeat: repeat-x;
	padding: 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #ffffff;
	margin:0px 0px 12px 0px;
	height:36px;
}

h2.sectionHeaderPayment
{
	background-image: url(img/checkout-header-bg1.jpg);
	background-repeat: repeat-x;
	padding: 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #999999;
	margin:0px;
	height:36px;
}

.checkoutBorders {
	padding: 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #999999;
}

.creditCardHeading {
font-size: 20px;
font-weight: normal;
}

.bold {
font-weight: bold;
}

.purchaseButton {
background-image:url(img/purchase-button.jpg);
background-repeat: no-repeat;
width: 148px;
height: 50px;
}

.checkoutHeading 
{
background-image:url(img/checkout-heading.jpg);
background-repeat: no-repeat;
height: 31px;
width: 170px;
padding-bottom: 6px;
}

.billing {
background-image:url(img/billing-heading.png);
background-repeat: no-repeat;
height: 36px;
width: 189px;
}

.shippingAddress {
background-image:url(img/shipping-heading.png);
background-repeat: no-repeat;
height: 36px;
width: 220px;
}

.shippingMethod {
background-image:url(img/shippingmethod-heading.png);
background-repeat: no-repeat;
height: 36px;
width: 210px;
}

.orderNotes {
background-image:url(img/notes-heading.png);
background-repeat: no-repeat;
height: 36px;
width: 210px;
}

.sectionHeader .references {
background-image:url(img/references.png);
background-repeat: no-repeat;
height: 36px;
width: 290px;
}

.paymentMethod {
background-image:url(img/payment-heading.png);
background-repeat: no-repeat;
height: 36px;
width: 210px;
}

.alreadyRegistered {
background-image:url(img/registered-heading.png);
background-repeat: no-repeat;
height: 36px;
width: 200px;
}

.createAccountHeader 
{
background-image:url(img/account-heading.png);
background-repeat: no-repeat;
height: 36px;
width: 260px;
}

.mcafeeSecure {
padding: 12px 0px 0px 12px;
float: left;
}

.geotrustImage {
margin-top: -14px;
float: right;
}

.paymentbg {
	margin-top: 12px;
	background-color: #666666;
	padding: 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.certButton 
{
	margin-top: 14px;
}

#productlist
{
   font-family:Arial;
    font-size:10px;
    text-align:center;
}

#productlist a
{
	text-decoration:none;
	color:#888888;
}

#productlist h1
{
  font-size:medium;   
}


.welcomeImage 
{
}
.welcomeText
{
}

.uc_banner
{
    margin-left:75px;
}


/******************************************************************************************/
/* styles to support the page layout                                                      */
/******************************************************************************************/

/* container for the left sidebar content */

.categoryheader 
{
   font-family: Serif;
   font-size:16px;
   color:#ffffff;
}


#leftSidebarPanel
{
	width: 165px;
	margin: 10px 0 0 0;
	padding: 10px 0 5px 5px;
	color:#FFFFFF;
	background-image: url(img/sblft.jpg);
	background-repeat: repeat-y;
	/*background-color: #000000;
	border: 1px solid #82A0CD;*/
	border:none;
}

#leftSidebarPanel .navHeaders
{
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}

/* content section in the left sidebar */
#leftSidebarPanel .section
{
	margin: 0px 0px 2px 0px;
	padding: 0 0 0 0;
}

/* header in left sidebar content section */
#leftSidebarPanel .section .header
{
	height: 26px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #5A73CC url(img/section_header_bg3.gif) repeat-x;
}

/* caption in left sidebar content section header */
#leftSidebarPanel .section .header h2
{
	color: #FFFFFF;
	text-indent:30px;
	font-size: 14px; 
	line-height: 26px;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: 0;
}
#leftSidebarPanel li
{
    
    display:block;
    padding:0;
    margin:0;
    
    }
    
    
#leftSidebarPanel ul
{
    list-style:none;
    padding:0;
    margin:0;
    }

#leftSidebarPanel li a
{
   background-image:url(img/1button.gif); 
   background-repeat:no-repeat;
   display:block; 
   height:21px;
   width:150px;
   padding: 5px 0px 0px 8px;
   color:White;
    }
#leftSidebarPanel li a:hover
    {
        color: navajowhite;
        background-image:url(img/1buttonhover.gif);
        
    }

#leftSidebarPanel .section .content { padding:0px; }

.g_body_options
{
    padding-left:0;
}

.pnlAdvSearch
{
	padding:5px;
	color:#FFFFFF;
	background-color:#000000;
	border:solid 1px #FFFFFF;
	width:156px;
}

.pnlTree
{
	background-color:#000000;
	border:solid 1px #FFFFFF;
	width:166px;

}

.lblSearch
{
	display:block;
	background-color:#343434;
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
	width:130px;
	padding:5px;
	text-align:center;
}

.socialbookmark
{
    height:50px;
    
}

.menuHeader
{

	font-size:14px;
	padding-bottom:10px;
}

.catalogHeader
{
    background-image:url(img/catalog.png);
    background-repeat:no-repeat;

	font-size:16px;
	padding-bottom:12px;
}

.g_galHeader
{
    background-image:url(img/guitar.png);
    background-repeat:no-repeat;

	font-size:16px;
	padding-bottom:12px;
}

.b_galHeader
{
    background-image:url(img/bass.png);
    background-repeat:no-repeat;

	font-size:16px;
	padding-bottom:12px;
}

.instockHeader
{
    background-image:url(img/Instock.png);
    background-repeat:no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/Instock.png', sizingMethod='scale');
	font-size:16px;
	padding-bottom:12px;
}

.customerHeader
{
    background-image:url(img/gallery.png);
    background-repeat:no-repeat;

	font-size:16px;
	padding-bottom:12px;
}

.showcasemodernbtn
{
    float:left;
}

.showcaseclassicbtn
{
    padding-left:480px;
}

.ShowcaseSide
{
    position:relative;
    bottom:10px;
}
/*---------------------------------------*/
/*- styles for right sidebar            -*/
/*---------------------------------------*/

/* container for the right sidebar content */
#rightSidebarPanel
{
	width: 165px;
	margin: 0 0 0 0;
	padding: 4px 0 0 5px;
	background-image: url(img/sbrt.jpg);
	background-repeat: repeat-y;
	background-color: #000000;
	/*border: 1px solid #81A0CC;*/
}

/* content section in the right sidebar */
#rightSidebarPanel .section
{
	margin: 0px 0px 1px 0px;
	padding: 0 0 0 0;
}

/* header in right sidebar content section */
#rightSidebarPanel .section .header
{
	background:#536CC6 url(img/section_header_bg3.gif) repeat-x;
	height: 26px;
	color: #0E0A01;
	margin: 0px 0px 2px 0px;
	padding: 0 0 0 0;
}

/* caption in right sidebar content section header */
#rightSidebarPanel .section .header h2
{
	float:left;
	text-indent: 26px;
	font-size: 14px; 
	line-height: 26px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #FFFFFF;
	height: 26px;
	background:0px;
}

/* link in right sidebar content section header */
#rightSidebarPanel .section .header a
{
	float:right;
	text-decoration:underline;
	color:#000000;
	padding:2px 3px 0 0;
	margin:2px 3px 0 0;
}

/* link (hover) in right sidebar content section header */
#rightSidebarPanel .section .header a:hover
{
	float:right;
	text-decoration:underline;
	color:#984700;
	padding:2px 3px 0 0;
	margin:2px 3px 0 0;

}

/* content section in the left sidebar */
#rightSidebarPanel .section .content { padding:3px; }


/* additional styling usually applied to content area when no footer is displayed */
#rightSidebarPanel .section .nofooter
{
	/*border-bottom: solid 1px #636363;*/
}

/* footer for firhg sidebar content section */
#rightSidebarPanel .section .footer
{
	background-color: #DCDCDC;
	height:24px;
	line-height:24px;
	margin:0px;
	color:#8C0901;
	margin-top:8px;
	padding: 0 2px;
}
.Cell { padding: 5px;}
.onePageCheckoutCell { border:1px solid #333333; margin: 0px; padding: 10px; width: 338px; background-color:White; color:Black;}
.expressCheckoutCell {padding:5px;}
.ourDepartmentsCell{padding:5px; line-height:18px;}

/* Styles for the accordian on right side */
.cartConfig
{
	width:165px;
	overflow:hidden;
}

.minibasket
{
	max-height:300px;
	overflow-y:auto;
	overflow-x:hidden;
}
.accordionHeader
{
	
	color:#FFFFFF;
	text-align:center;
	font-size:16px;
	height:20px;
	overflow:hidden;
	
	
}

.accordionHeader a:hover
{
    background-color: #000000;
    background-image: url(img/2buttonhover.gif);
    background-repeat: no-repeat;
    background-position: center;
    color: navajowhite;
    text-align: center;
    font-size: 16px;
	overflow:hidden;
 
   
}


.accordionHeader a
{
    background-color:#000000;
	background-image:url(img/2button.gif); 
    background-repeat :no-repeat;
    background-position:center;
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	display:block;
	overflow:hidden;
}

.accordionContent
{
	color:#FFFFFF;
	background-color:#000000;
	padding:2px;
	padding-right:0px;
	margin:0px;
	border:solid 1px #FFFFFF;
	border-top:none;
	overflow:hidden;
	max-height: 400px;
}

.news1
{
    background-image:url(img/news_frame.png);
    background-repeat:no-repeat;
    height:205px;
}

.ad_conlib
{
    padding-top:11px;
    
}

.spotlight
{

}

.spotlightbodies
{
    float:left;
    padding-left:100px;
    padding-top:5px;
}

.spotlightnecks
{
   padding-top:5px;
   padding-left:200px;
   
}

.spotlightbassnecks
{
   padding-top:5px;
   padding-left:310px;
   
}

/*---------------------------------------*/
/*- styles for main content panel       -*/
/*---------------------------------------*/

/* container for the main panel content */
#mainPanel 
{
	padding: 4px 4px 20px 4px;
	margin: 4px 4px 0px 4px;
	color:#FFFFFF;
}

/* used to display a content section in the main panel */
#mainPanel .section { margin-bottom:5px; }

/* header for content section in the main panel */
#mainPanel .section .header 
{
	/*border: 1px solid #C4C4C4;
	background-color: #E8E8E8;*/
	/*width:100%;*/
	padding: 0 2px;
	background: #333333 url(img/section_header_bg3.gif) repeat-x 3px 3px;
	border:1px solid #333333;
}

/* the header / caption of a content section */
#mainPanel .section .header H2
{
	/*background:url(img/header_icon_mid.gif) no-repeat 0 0;*/
	margin:0px;
	height:25px;
	line-height:27px;
	font-size:12px;
	text-indent:7px;
	color:White;
}

#mainPanel .section .content .ProductItemView { border: solid 1px #b9b9b9;}
#mainPanel .section .content .ProductItemViewOdd { border: solid 1px #b9b9b9;}

H2.preference
{
	background: url(img/section_header_bg.gif) repeat-x;
	height:29px;
	line-height:24px;
	padding: 0 5px 0 4px;
	margin:0px;
	color:#FFFFFF;
	margin-left:4px;
	margin-right:4px;
}
/* the content area of the content section */
#mainPanel .section .content 
{ 
    padding:10px;
    width:600px;
     
}
#mainPanel .section .content table
{
    width:600px;
}

/*---------------------------------------*/
/*- end styles for content section      -*/
/*---------------------------------------*/ 

/*---------------------------------------*/
/*- styles for dialog section           -*/
/*---------------------------------------*/

/* used to display a dialog box in the main panel */
#mainPanel .dialogSection
{
	background: #000000;
	border-top:solid 1px #FFFFFF;
	/*border-right: solid 1px #636363;
	border-left: solid 1px #636363;*/
}

/* header for dialog box in the main panel */
#mainPanel .dialogSection .header
{
	background-color: #9A9A9A;
	height:24px;
	line-height:24px;
	padding: 0px 4px;
	margin:0px;
	border:1px solid #636363;
}

/* the header / caption of a dialog box */
#mainPanel .dialogSection .header h2
{
	/*background-color:#9A9A9A;*/
	color:#FFFFFF;
	margin:0 0 0 0;
	/*font-weight:bold;*/
	font-size:12px;
	float:left;
	line-height:27px;
}

/* link style within the header of a dialog box */
#mainPanel .dialogSection .header a
{
	float:right;
	text-decoration:underline;
	color:#000000;
}

/* link style within the header of a dialog box (hover) */
#mainPanel .dialogSection .header a:hover
{
	float:right;
	text-decoration:underline;
	color:#8C0901;
}

/* the content area of the dialog box */
#mainPanel .dialogSection .content { padding:2px; border:1px solid #636363; margin-top:2px; min-height:180px; }
#mainPanel .dialogSection .content table th.rowheader{background-color:White;}
#mainPanel .dialogSection .content table td.txt{}


/* additional styling usually applied to content area when no footer is displayed */
#mainPanel .dialogSection .nofooter { border-bottom: solid 1px #636363; }

/* footer for dialog box */
#mainPanel .dialogSection .footer
{
	background-color: #DCDCDC;
	height:24px;
	line-height:24px;
	margin:0px;
	color:#8C0901;
	margin-top:8px;
}

.3bolt
{
    text-align:center
}
/*---------------------------------------*/
/*- end styles for dialog section       -*/
/*---------------------------------------*/

/* styling for validation summaries that appear in the main panel */
#mainPanel .validationSummary { margin-bottom:6px; }

/* outer wrapper for the main page content */
#outerContentWrapper
{
	text-align: center;
	/*width: 100%;*/
}

/* inner wrapper for the main page content */
#innerContentWrapper
{
	/*width:99%;
	border-left:solid 1px #2B2B5A;
	border-right:solid 1px #2B2B5A;
	/*background-color:#E3EFFF;*/
	margin: 0 0 0 0;
	text-align: left;
}

/* container for the page content 
#contentLayout
{
	border: 4px solid #FFFFFF;
}*/

/* additional style required when container is a table */
table#contentLayout
{
	width:100%;
}

#homePage
{
	background: #000000 url(img/homepage30.jpg) no-repeat top;
	height:293px;
}

.scHomePageBanner {
	display: block;
	width: 276px;
	height: 292px;
	background-image: url(img/scSaleHomeBanner.jpg);
	text-indent: -9999px;
	float: left;
	outline: none;
}

#guitarbtn
{
    padding-top: 6px;
    float:left;
	padding-left: 30px;
}


#bassbtn
{
    padding-top: 6px;
    float:left;
	padding-left: 30px;
}

.showcaseHomeBanner {
	display: block;
	background-image: url(img/ShowcaseSaleLogoish2.jpg);
	width: 333px;
	height: 236px; 
	margin: 0px auto;
}

#GBalign
{
    padding-top:0px;
    /*width:800px;
    height:800px;
    background-image:url(img/flagbackground.jpg);
    background-repeat:no-repeat;*/
	width: 545px;
	overflow: hidden;
	margin: 0px auto;
}

#madeinusa
{
    padding:0px;
   margin-left:-20px;
}

#Paintad
{
   padding-right:40px;
}

.frontframe
{
    width:635px;
    height:340px;
    background-repeat:no-repeat;
    background-image:url(img/frontframe.png);
    background-position:center top;   

}

.homewrap
{
    background-image:url(img/backslate.png);
    background-repeat:no-repeat;
    background-position:center;
    height:975px;
    z-index:-100;
}

.homewrapbass
{
    background-image:url(img/bassbackslate.png);
    background-repeat:no-repeat;
    background-position:center;
     height:875px;
}


#Div1
{
    padding-top:10px;
}

.strat_rearrout
{
    margin-left:25px;
}

.wpro
{
    background-image:url(img/neckbackground.jpg);
    background-position:center;
    background-repeat:no-repeat;
    width:640px;
    height:300px;

}

.wpro_01
{
    background-image:url(img/wpro_1.jpg);
    background-position:center;
    background-repeat:no-repeat;
    width:640px;
    height:300px;

}
     
.wpro_angle
{
    background-image:url(img/neckbackground02.jpg);
    background-position:center;
    background-repeat:no-repeat;
    width:640px;
    height:300px;

}  

.player2
{
    position:absolute; 
    padding-left:510px; 
    padding-bottom:50px;
}

.player22
{
    position:absolute; 
    padding-left:515px; 
    padding-bottom:50px;
}

.g4_finish_bodies
{
    width:600px;
    padding-left:40px;
}
/******************************************************************************************/
/* end styles to support the page layout                                                  */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store header section                                                    */
/******************************************************************************************/
/*#outerFrame
{
	border:1px solid #FF0000;
}
/* style for the outer store header container */
#storeHeader
{
	width:100%;
	margin: 10px auto 20px auto;
	background: #000000;

}

/* styling attached to the container for the linked logo image */
#storeHeader .logo
{
	margin: 6px 0 0 0;
	padding: 0 0 0 0;

}

/* additional styling for the logo image tag */
#storeHeader .logo img {margin: 10px 0 0 10px; }

/* used for any content besides the logo in the header */
#storeHeader .headerContent
{
	height: 99px;
	margin: 0px;
	white-space:nowrap;

}

/* style for container of shortcut links that can appear in the header */
#storeHeader .shortcuts 
{
	width:196px;
	height:70px;
}

/* style for links within shortcuts container */
#storeHeader .shortcuts  a
{
	
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	display: block;
	width: auto;
	padding: 30px 3px 0 3px;
	margin: 20px 3px 0 3px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;

}
#storeHeader .shortcuts a:hover {color: #292A59;}

/* style for specific shortcuts */
#storeHeader .shortcuts a.basket{background: url(img/my_basket.gif) no-repeat 50% top; text-align: center;}
#storeHeader .shortcuts a.acct{background: url(img/my_acct.gif) no-repeat 50% top; text-align: center;}
#storeHeader .shortcuts a.admin{background: url(img/admin_icon.gif) no-repeat 50% top; text-align: center;}
#storeHeader .shortcuts a.wishlist{background: url(img/my_wish.gif) no-repeat 50% top; text-align: center;}
#storeHeader .shortcuts a.login{background: url(img/login.gif) no-repeat 50% top; text-align: center;}

/* style for the search container */
#storeHeader .search 
{
	height:25px;
	margin-right:2px;
	padding-right:5px;
}

/* style for search text box within the search area */
#storeHeader .search input.searchPhrase 
{
	color: #000000;
	background:#FFFFFF;
	border: solid 1px #5F78CD;
	width: 145px;
	margin: 0px 2px 0px 0px;
}

/* style for the search button */
.searchButton
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(img/search_btn2.gif) no-repeat;
	font-size: 9px;
	text-transform: uppercase;
	color: #134FA3;
	border:none;
	padding: 0px 2px;
	font-weight: bold;
	cursor:pointer;
	margin:0px;
	width:56px;
	height:19px;
	text-align:center;
}
.searchButton:hover
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(img/search_btn_hover2.gif) no-repeat;
	font-size: 9px;
	text-transform: uppercase;
	color: #867001;
	border:none;
	padding: 0px 2px;
	font-weight: bold;
	cursor:pointer;
	margin:0px;
	width:56px;
	height:19px;
	text-align:center;
}
.allButton
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(img/button_bg.gif) repeat-x;
	/*border: 1px solid #7D90B1;*/
	font-size: 9px;
	text-transform: uppercase;
	color: #134FA3;
	border:none;
	padding: 0px 2px;
	font-weight: bold;
	cursor:pointer;
	margin:0px;
	position: absolute;
	/*top: 3px;*/
	left: 172px;
	width:56px;
	height:19px;
	text-align:center;
	line-height:22px;
}
.allButton:hover
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(img/button_bg_hover.gif) repeat-x;
	/*border: 1px solid #7D90B1;*/
	font-size: 9px;
	text-transform: uppercase;
	color: #867001;
	border:none;
	padding: 0px 2px;
	font-weight: bold;
	cursor:pointer;
	margin:0px;
	position: absolute;
	/*top: 3px;*/
	left: 172px;
	width:56px;
	height:19px;
	text-align:center;
	line-height:22px;
}

/* styling for the navigation container */
#storeHeader .navigation
{
	background-color: #E3EFFF; 
	border-top: 1px solid #2B2B5A;
	border-bottom: 1px solid #2B2B5A;
	width:100%;
	text-align:left;
	height:24px;
}

/* styling for the link container in the navigation bar */
#storeHeader .navigation .content
{
	margin:0 auto;
}

/* styling for tab links in the navigation bar content */
#storeHeader .navigation a
{
	background:url(img/blueDots.gif) no-repeat 0 50%;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	/*display: block;*/
	width: auto;
	padding: 9px 15px 8px 20px;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2B2B5A;
	text-decoration: none;
	text-align: center;
	line-height:24px;
	/*border-right: 1px solid #7E6401;*/
}

/* styling for tab links in the navigation bar content */
#storeHeader .navigation a:hover
{
	/*background: #EEC706;*/
	color: #FFFFFF;
}

/*Styles for the Menu*/
.menu
{
    background-image:url(img/menu_grad.jpg);
    background-repeat:repeat-x;
    margin:0;
    margin-bottom:4px;
    padding-left:6px;
    cursor:default;
    
}

.menu .searchBar
{
    background-image:url(img/menu_grad.jpg);
    background-repeat:repeat-x;
	float:right;
	width:216px;
	height:38px;
	padding-top:1px;

}

.menu img
{
	float:left;
	padding:0;
	border:none;
}

.menu .menuInside
{
    background-image:url(img/menu_grad.jpg);
    background-repeat:repeat-x;
	padding-top:20px;
	height:26px;
	border:none;
}

.menuTab
{
	background-image:url(img/tab1.gif);
	background-repeat:no-repeat;
	float:right;
    width:53px;
    height:25px;
    padding-top:8px;
    margin-top:14px;
	text-align:center;
}

.cartimage a
{
    background-image:url(img/shopping_cart55.gif);
    background-repeat:no-repeat;
    margin-left:5px;
    margin-right:-5px;
}

.cartimage a:hover
{
    background-image:url(img/shopping_cart55_hover.gif);
    background-repeat:no-repeat;
}

.loginimage a
{
    background-image:url(img/login.gif);
    background-repeat:no-repeat;
    margin-left:5px;
    margin-right:-5px;
}

.loginimage a:hover
{
    background-image:url(img/login_hover.gif);
    background-repeat:no-repeat;
}



.logoutImage a
{
    background-image:url(img/logout.gif);
    background-repeat:no-repeat;
    margin-left:5px;
    margin-right:-5px;
}

.logoutImage a:hover
{
    background-image:url(img/logout_hover.gif);
    background-repeat:no-repeat;
}


.adminimage a
{
    background-image:url(img/admin.gif);
    background-repeat:no-repeat;
    margin-left:5px;
    margin-right:-5px;
}

.adminimage a:hover
{
    background-image:url(img/admin_hover.gif);
    background-repeat:no-repeat;
}


.accountimage a
{
    background-image:url(img/account.gif);
    background-repeat:no-repeat;
    margin-left:5px;
    margin-right:-5px;
}

.accountimage a:hover
{
    background-image:url(img/account_hover.gif);
    background-repeat:no-repeat;
}






.menu .searchBar a
{
	
    
    float:right;
    width:53px;
    height:25px;
    
    
	text-align:center;
}

.menu .shortcuts a.basket
{
    text-align: center;
    }
     
.menu .shortcuts a.login{text-align: center;}
.menu .shortcuts a.admin{text-align: center;}


.subMenu
{
    background-color:#222222;
    z-index:10010;
}

#small_logo
{
    border:none;    
}

/******************************************************************************************/
/* end styles for the store header section                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store footer section                                                    */
/******************************************************************************************/

/* container for the store footer */
#footer
{
	width: 99%;
	/*border:3px solid #FFFFFF;*/
	height: 150px;
	color: #FFFFFF;
	margin:0 auto;
	padding:0 0 0 0;
	
}

/* paragraph within the store footer */
#footer p
{
	padding: 5px 0 0 0;
	font-size:10px;
	text-align: center;
	color: #FFFFFF;
}

/* link within paragraph in the store footer */
#footer p a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#44589E;
	text-decoration:none;
	font-weight:bold;
	padding: 0 5px;
	border-left: 1px solid #FFFFFF;
	/*text-align:center;*/
}

/* alter styling of first link within paragraph in the store footer */
#footer p a:first-child
{
	border-left: none;
}

#footer hr
{
	color:#FFFFFF;
	background-color:#FFFFFF;
}

/******************************************************************************************/
/* end styles for the store footer section                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store navigation section                                                */
/******************************************************************************************/

/* container for the store navigation links */
#storeNav 
{
	margin: 2px 1px;
	width: 198px;
}

/* default style for hyperlink in store navigation */
#storeNav a
{
	background-color: #000000;
	color:#000000;
	text-decoration:none;
	display:block;
	padding: 8px 3px 8px 40px;
	border-bottom: 1px solid #FFFFFF;
}

/* default style for hyperlink in store navigation (hover) */
#storeNav a:hover
{
	background-color: #000000;
	color:#F99034;
	font-weight:bold;
	text-decoration:underline;
	display:block;
	padding: 8px 3px 8px 40px;
	border-bottom: 1px solid #FFFFFF;
}

/* additional style for basket link 
#storeNav a.basket { background: #000 url(img/storeNav_basket.jpg) no-repeat 5px 3px; }*/
/* additional style for wishlist link 
#storeNav a.wishlist { background: #000 url(img/storeNav_wishlist.jpg) no-repeat 5px 3px; }*/
/* additional style for account link 
#storeNav a.account { background: #000 url(img/storeNav_account.jpg) no-repeat 5px 3px; }*/
/* additional style for login link 
#storeNav a.login { background: #000 url(img/storeNav_login.jpg) no-repeat 5px 3px; }*/
/* additional style for logout link 
#storeNav a.logout { background: #000 url(http://www.warmoth.com/App_Themes/Warmoth/images/storeNav_logout.gif) no-repeat 5px 3px; }*/
/* additional style for admin link 
#storeNav a.admin { background: #000 url(img/storeNav_admin.gif) no-repeat 5px 3px; }*/

/******************************************************************************************/
/* end styles for the store navigation section                                            */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store search dialog                                                     */
/******************************************************************************************/

/* styling for the search dialog container */
#storeSearch
{

	width: 530px;
	padding: 0;
	margin: 0 20px;
	display: block;
}

/* styling for the search keywords text box */
#storeSearch input.keywords
{
	border:1px solid #EE8122;
	width:131px;
	height:15px;
	padding:2px 0 0 4px;
}

/* styling for the search button */
#storeSearch input.searchButton
{
	margin:0;
	vertical-align: middle;
}

/* styling for the tagline in the search image */
#storeSearch .tagline
{
	font-family:Arial;
	font-size:24px;
	color:#4A4A48;
	width:250px;
	margin-right:45px;
}

/******************************************************************************************/
/* end styles for the store search dialog                                                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the page header                                                             */
/******************************************************************************************/

/* standard page header */
div.pageHeader
{
	margin-bottom:9px;
	/*background: #5A73CC url(img/section_header_bg.jpg) repeat-x;*/
	background: url(img/section_header_bg3.gif) repeat-x;
	height: 29px;
	line-height:29px;
}

/* standard page header caption */
div.pageHeader H1
{
	background:0;
	color: #FFFFFF;
	padding: 3px 3px;
	margin: 3px 3px;
	text-indent: 5px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-indent:27px;
	line-height:29px;
	margin:0 0 4px 0;
	padding:0 0 5px 0;
}


/* standard page header content */
div.pageHeader div.content
{
	padding:3px;
}

h4
{
    font-family:Times New Roman;
    font-size:x-large;
    color:#FFFFFF
    
}
    
/******************************************************************************************/
/* end styles for the page header                                                         */
/******************************************************************************************/

/******************************************************************************************/
/* default styling for generic input forms                                                */
/******************************************************************************************/

/* container for form */
table.inputForm { }

/* default styles for cells in form*/
table.inputForm th, table.inputForm td {padding:2px;} 

/* styling for row headers in form */
table.inputForm .rowHeader
{
	background: #000000;
	color: #ffffff;
	padding: 6px;
	text-align:right;
}

/* style for links that appear within rowheader */
table.inputForm .rowHeader a {
	border:1px solid #650101;
	width:100%;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-weight:bold;
	text-align:left;
	padding: 6px;
}

/* set style for other elements within rowheader */
table.inputForm .rowHeader * {	font-weight: bold; font-size: 12px; }

/******************************************************************************************/
/* end default styling for generic input forms                                            */
/******************************************************************************************/

/******************************************************************************************/
/* styling for pager controls                                                             */
/******************************************************************************************/

/* style for paging container */*
.paging { text-align: right; padding: 15px 0px 5px 1px; margin: 15px 0 5px 0;}
/* span within the paging container - this is actually the active page index */
.paging span , .paging .current {padding: 3px 5px;  border: 1px solid #ffffff; font-weight: bold; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9px; margin: 3px 0 3px 1px; background-color: #999999; color: #ffffff; }
/* link within paging container */
.paging a { padding: 3px 5px; border: 1px solid #ffffff; font-weight: bold; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9px; margin: 3px 0 3px 1px; background-color: #555555; color: #FFFFFF; text-decoration:none; }
/* link(hover) within paging container */
.paging a:hover { background-color: #222222; color: #ffffff; border:1px solid #ffffff; }

/******************************************************************************************/
/* end styling for pager controls                                                         */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the simple category list (such as might show on the home page)              */
/******************************************************************************************/

/* list container for categories */
ul.category
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	/*list-style-image: url(img/bullet1.gif);*/
	
}

/* category list item */
ul.category li
{
	/*background: url(img/bullet1.gif) no-repeat 3px 5px;*/
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-bottom: 1px solid #000000;
	/*background-color: #E3EFFF;
	/*padding: 0 0 0 15px ;
	border-bottom: solid 1px #DCDCDC;
	color:#8C0901;
	background: url(img/bullet1.gif) no-repeat 0px 5px;
	background: url(img/bullet2.gif) no-repeat 0px 5px;*/
}

/* link within the category list item */
ul.category li a
{
	display: block;
	background: url(img/left_panel_item_bg.gif) no-repeat top left;
	/*height:29px;*/
	padding: 8px 0 8px 0;
	/*vertical-align:middle;
	height: 28px;*/
	color: #FFFFFF;
	/*text-indent:21px;*/
	line-height:12px;
}

/* link within the category list item (hover) */
ul.category li a:hover {padding: 8px 0 8px 0; background: url(img/left_panel_item_bg_hover.gif) no-repeat top left; color:#6B6239; /* height:29px;*/}

/******************************************************************************************/
/* end styles for the simple category list (such as might show on the home page)          */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the buy product form                                                        */
/******************************************************************************************/

/* container for the buy product form */
table.buyProductForm { }

/* default style for cells within the buy product form */
table.buyProductForm td, table.buyProductForm th
{
	padding:3px;
}

/* style for row header in buy product form */
table.buyProductForm .rowHeader
{
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	border-width: 0px;
	text-align: right;
}

.optionPicker td 
{
	border: outset 2px #999;
}

.optionPicker td.selected
{
	border: inset 2px #999;
}

/******************************************************************************************/
/* end styles for the buy product form                                                    */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the catalog nodes                                                           */
/******************************************************************************************/

/* wrapper for the catalog container */
.catalogWrapper { padding: 5px; }

/* container for catalog display */
.catalog { padding: 0px; }

/* node in the catalog display - used in flow layouts */
.catalog .flowNode
{
	text-align:center;
	margin:0px;
	padding:5px;
	float:left;
	width:238px;
	height:180px;
	border:1px solid #C4C4C4;	
}

/* node in the catalog display - used in table layouts */
.catalog .tableNode { border:1px solid #333333;  padding: 5px 7px 0px 7px;}
.catalog .tableNode div { margin-top:10px;}
.catalog .tableNode img { margin-top:6px;}

/* thumbnail image within the catalog display */
.catalog .thumbnail 
{
	display: block;
	width: auto;
	margin: 0 auto 5px;
	color:#01076C;
}

/* thumbnail image within the catalog display */
.catalog .cartLink 
{    
    vertical-align:bottom;    
    margin-top:10px;
    margin-bottom:20px;    
}


/* style for item separator */
.catalog .separator { }

/******************************************************************************************/
/* end styles for the catalog nodes                                                       */
/******************************************************************************************/

/******************************************************************************************/
/* styles for featured products grid                                                      */
/******************************************************************************************/

/* container for the products grid */
table.productsGrid { }
.featuredProductContainer {	padding-bottom: 40px; }

/* cell that contains the product thumbnail */
td.thumbnail
{
	padding:2px;
	/* border:solid 1px #C4C4C4; */
	text-align:center;
}

/* cell that displays the product details */
td.details
{
	padding-left:5px;
}

/* style for separators in the grid */
/*.rowSeparator{padding-bottom: 3px; padding-top: 3px; background: url(img/h_dot1.gif) repeat-x left bottom;}
.itemSeparator{background: url(img/v_dot.gif) repeat-y left top; padding-right:5px;}*/

/******************************************************************************************/
/* end styles for featured products grid                                                  */
/******************************************************************************************/

/******************************************************************************************/
/* styles for product display pages                                                       */
/******************************************************************************************/

/* container for the product header */
div.productHeader 
{ 
	margin: 0 0 9px 0;
	padding: 0 0 0 0;
	background: #546FC8 url(img/section_header_bg3.gif) repeat-x 0px 0px;
	
}

/* product page header caption */
div.pageHeader H1
{
	background:0;
	font-size: 12px; 
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight:bold;
	line-height:27px;
	text-indent:37px;
	/*border-bottom: 1px solid #D0D0D0;*/
}

/* container for content associated with product tab */
div.productTabDetail
{
	min-height:200px;
	border:1px solid black;
	padding:4px;
}

/* header within content associated with product tab */
div.productTabDetail H2
{
	background:#FFFFFF;
	border:solid 1px black;
	font-size:12px;
	font-weight:bold;
	padding:4px;
	margin:2px 0px 4px 0px;
}

.hardwarepageHeader
{
	background:0;
	font-size: 12px; 
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight:bold;
	line-height:27px;
	text-indent:0px;
	/*border-bottom: 1px solid #D0D0D0;*/
}

/******************************************************************************************/
/* end styles for product display pages                                                   */
/******************************************************************************************/

/******************************************************************************************/
/* styles for search page                                                                 */
/******************************************************************************************/

/* container for the search filter controls */
.searchFilterPanel 
{ 
	width:140px;
	background-color:#000000; 
	border:solid 1px #FFFFFF;	
}

/* header for the search filter panel */
.searchFilterHeader
{
	background: #526CC5 url(img/section_header_bg3.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	padding:0px;
	color:#FFFFFF;
	/*border-bottom-style:groove;
	border-bottom-color:#6984AD;*/
	text-align:left;
	margin: 0 0 2px 0;
}

/* caption for the search filter panel header */
.searchFilterHeader h2
{
	background: 0;
	margin:0px;
	font-weight:bold;
	font-size:12px;
	text-indent: 15px;
}

/* used for the show all link in the search filter panel */
.showAll { color:#fdfdfd; font-weight: bold; text-align: right; width: auto; display: block; padding: 2px; }
.showAll:hover { color:#eabe5a; }

/* links used to apply a different search criteria */
a.searchCriteria { text-decoration: none; display:block; padding: 0 0px 0 10px; color:navajowhite; }
a.searchCriteria:hover { color:burlywood; }

/* style applied to search criteria caption in search panel */
h3.searchCriteria
{
	color:#FFFFFF;
	padding: 5px 0 2px 5px;
	margin: 5px 0 2px 5px;
	font-weight:bold;
	text-indent: 5px;
	font-size:12px;
}

.summarySection h3 { font-size:100%; }

/* header for the search sort header */
.searchSortHeader
{
	background: url(img/section_header_bg.gif) repeat-x;
	height:29px;
	line-height:24px;
	padding: 0 5px 0 4px;
	margin:0px;
	color:#FFFFFF;
}

.hardwareSortHeader
{
	background: url(img/section_header_bg3.gif) repeat-x;
	height:29px;
	line-height:24px;
	padding: 0 5px 0 4px;
	margin:0px;
	color:#FFFFFF;
}

/* styling for span tag (text) within the search sort header */
.searchSortHeader span
{
	font-weight:bold;
}

/******************************************************************************************/
/* end styles for search page                                                             */
/******************************************************************************************/


/******************************************************************************************/
/* styles for the mini basket                                                             */
/******************************************************************************************/

#miniBasketMainBox {
	border : 1px #7a7a7a solid;
	background-color : black;
	padding : 0px;
	font-size : 11px;
	
	width: 99%;
}

.miniBasketItemBox {
	border-bottom : 1px #7a7a7a solid;
	padding:1px;
	background-color : black;
	float:left;
	width:143px;	
}

.miniBasketIconBox {width:35%; float:left; padding-right:5px;}
.miniBasketItemTitleBox {float: none; position:inherit;}
.miniBasketItemTitleNoIconBox {padding-left:0px;}

.miniBasketItemTitle {font-size: 11px; font-weight:bold;}
.miniBasketItemTitle a{font-size: 11px;	color: #ffffff;}
.miniBasketItemTitle a:hover { color:#e0dfdf; }

.miniBasketSubItemTitle {font-size: 10px; padding: 0 0 0 4px; background-color: black; text-indent:0px; margin:  30px 5px 0 10px; clear:both;}
.miniBasketSubItemTitle li {
	font-size: 9px; list-style-type:none; list-style-image:url('img/miniBasketBullet.gif'); margin: 0 0 0 10px; }

.miniBasketQtyDeleteLine {
	padding : 1px 1px 1px 1px;
	background-color : transparent;
	clear: both; 
	text-align:left;
	}

.miniBasketQtyInput {
	padding : 1px;
	margin-right : 3px;
	margin-top: 1px;
	width : 15px;
	Height : 12px;
	border : 1px gray solid;
	font-size : 9px;
}

.miniBasketPriceLabel, .miniBasketPrice  {
	
}
.miniBasketPrice {color : green;}

#miniBasketSubTotalBox {
  border-top : 1px #7a7a7a solid;
  background-color : black;
  padding : 3px;
  border-bottom : 2px #7a7a7a solid;
}

#miniBasketSubTotalBox #tax_label,#ship_label {
	font-weight : bold;
	font-size : 11px;
	width : 45%;
	float : left;
	text-align : right;
}
#miniBasketSubTotalBox #sub_label {
    float : left;
	font-weight : bold;
	font-size : 12px;
	width : 45%;
	text-align : right;
}
#miniBasketSubTotalBox #tax_num,#ship_num {
	font-weight : normal;
	font-size : 11px;
	padding-left : 3px;
	width : 49%;
	float : left;
}

#miniBasketSubTotalBox #sub_num {
	font-weight : bold;
	font-size : 12px;
	color : red;
	padding-left : 3px;
	padding-bottom: 5px;
	width : 49%;
	float : left;
}

#miniBasketShippingEstimateBox {
  background-color : black;
  padding : 3px 0 3px 0;
}

#miniBasketCheckoutButtonBox {
  background-color : black;
  margin : 2 0 0 0;
  padding : 8px 0 8px 0;
  text-align:center;  
  border-top : 1px gray solid;
}

/******************************************************************************************/
/* styles for the basket                                                                  */
/******************************************************************************************/

/* container for message that displays when a basket is empty */
.emptyBasketPanel
{
	margin: 0;
	.Propadding-top: 20px;
	
	margin: 20px 35px 35px 35px;
	height: 50px;
	text-align:center;
}
/*.emptyWishlistPanel
{
	margin: 0;
	background:url(img/wish_list.gif) no-repeat 15%;
	padding-top: 20px;
	padding-left: 60px;
	margin: 20px 35px 35px 35px;
	height: 50px;
	text-align:center;
}*/

/* message that displays when a basket is empty */
.emptyBasketPanel span.message
{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

/* links to products that are displayed in the basket contents */
a.basketProductLink {text-decoration: none; color:Red; font-weight:bolder;}
a.basketProductLink:hover {color:#000000;}

/* price that appears within a basket dialog */
.basketDialogPrice { font-weight:bold; color:Green; }

/* container for message that displays when a basket dialog is empty */
div.emptyBasketDialogPanel { }

/* message that displays when a basket dialog is empty */
div.emptyBasketDialogPanel span.message
{
	text-align:center;
	font-style:italic;
	padding:5px;
}

.catHeader
{
	color:#FFFFFF;
}
/******************************************************************************************/
/* end styles for the basket                                                              */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the wishlist                                                                  */
/******************************************************************************************/

/* container for message that displays when a wishlist is empty */
div.emptyWishlistPanel
{
	margin: 0;
	background:url(img/wish_list.gif) no-repeat 15%;
	padding-top: 20px;
	padding-left: 60px;
	margin: 20px 35px 35px 35px;
	height: 50px;
	text-align:center;
}

/* message that displays when a wishlist is empty */
div.emptyWishlistPanel span.message
{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

/* links to products that are displayed in the wishlist contents */
a.wishlistProductLink {text-decoration: none; color:#636363; font-weight:bolder;}
a.wishlistProductLink:hover {color:#000000;}

/* price that appears within a wishlist dialog */
.wishlistDialogPrice { font-weight:bold; }

/* container for message that displays when a wishlist dialog is empty */
div.emptyWishlistDialogPanel { }

/* message that displays when a wishlist dialog is empty */
div.emptyWishlistDialogPanel span.message
{
	text-align:center;
	font-style:italic;
	padding:5px;
}

/******************************************************************************************/
/* end styles for the wishlist                                                              */
/******************************************************************************************/
	
/******************************************************************************************/
/* styles common to all checkout pages                                                    */
/******************************************************************************************/

/* checkout page header */
div.checkoutPageHeader
{
	margin-bottom:8px;
}

/* checkout page header caption */
div.checkoutPageHeader H1
{
	/*background: url(img/page_header.gif) no-repeat left 0px; */
	font-family: Times New Roman;
	font-size: 20px; 
	color: #ffffff;
	padding: 3px 0;
	margin: 3px 0 6px 0;
	text-indent: 5px;
	border-bottom: 1px solid #333333;
}

/* chekcout page header - styling for checkout steps */
div.checkoutPageHeader div.checkoutSteps
{
	background-color:#E5DECA;
	border:1px solid #BEB49D;
	padding:0;
	margin:4px 5px 4px 4px;
	float:right;
}

/* checkout page header content */
div.checkoutPageHeader div.content
{
	padding:2px;
}

/* used to contain the details for an individual shipment, used wherever information is organized by shipment */
div.shipmentSection
{
	margin-bottom:5px;
	border: solid 1px black;
	border-collapse:collapse;
}

div.shipmentSection div.header
{
	border: solid 1px black;
}

/* the header / caption of a shipment section, identifies which shipment is displayed */
div.shipmentSection H2
{
	margin:0px;
	/*border: 1px solid #C4C4C4;
	background-color: #E8E8E8;*/
	padding: 0 2px;
	height:25px;
	line-height:25px;
	font-size:12px;
}

/* the content of the shipment section */
div.shipmentSection .content
{
	padding:2px;
}

/* used wherever a list of order items is displayed */
table.itemList { width:100%; background-color:#888888 }

/* default column header styling for item list */
table.itemList th.columnHeader{margin:0px;background-color:#222222;padding:7px 2px; }

/* default data cell styling for item list*/
table.itemList td { color:White; padding:3px 2px; } 
table.itemList td a{color: #ffffff;}

/* header styling for items column */
table.itemList th.items { color:white; }

/* styling for items column */
table.itemList td.items { color:white; }

/* header styling for items column */
table.itemList th.price {}

/* styling for price column */
table.itemList td.price { }

/* used when checkout navigation buttons (e.g. continue, back) appear by themselves 
outside of any  other container.  */
.checkoutNavigation { margin-top:4px; margin-bottom:8px; }

/* used when the checkout navigation section has a validation summary.  */
.checkoutNavigation span.validation { display:block;margin-bottom:12px; }

/* contains the buttons or links in the checkout navigation section */
.checkoutNavigation span.buttons { }

orderreceipt 
{
 color:#FFFFFF;
    
}

/******************************************************************************************/
/* end styles common to all checkout pages                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for table that lays out a form of data (such as an invoice)                     */
/******************************************************************************************/

/* table style */
table.form 
{
	margin: 4px 0px;
	border:solid 1px black;
	border-collapse:collapse;
 	page-break-inside:avoid;
	width:100%;
}

/* style common to headers and cells */
table.form td, table.form th
{
	padding:4px 8px;
}

/* styling for header cells  */
table.form th { font-weight:bold; font-size:14px; }

/* styling for header cell intended for vertical text */
table.form th.verticalText
{
	width:10px;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
}

/* additional styling for header cell */
table.form th.header { text-align:left; }

/* additional styling for caption */
table.form th.header span.caption { font-size:20px; }

/* style for cell that contains an address */
table.form td.address { width:180px; }

/* style for cell on right that should expand to the full width possible */
table.form td.expand { width:504px; }

/* style for cell that contains a datasheet */
table.form td.dataSheet { padding:0px; }

/* style for font within the datasheet */
table.form td.dataSheet * { font-size:12px; color:Black; }

/* additional styling for datasheet that appears within a form */
table.form table.dataSheet { margin-bottom:-1px; }

/* styling for the total row */
table.dataSheet tr.totalRow td, table.dataSheet tr.totalRow th
{
	border-top: double 3px gray;
	border-bottom: double 3px gray;
	background-color:#656565;
	color:White;
}

/* this is the container for the order summary on the view order page */
table.form td.orderSummary { width:202px;padding:10px; background-color:#888888; }

/* style for the caption of the order summary panel */
table.form td.orderSummary h3 { margin: 0 0 2px 0; }

/* style for the invoice caption */
h1.invoice 
{
	margin: 0 0 6px 0;
	font-size:24px;
	font-weight:bold;
}

/* style for the store name */
h1.storeName
{
	margin: 0 0 6px 0;
	font-size:18px;
	font-weight:bold;
}

/******************************************************************************************/
/* end styles for table that lays out a form of data (such as an invoice)                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for checkout progress indicator                                                 */
/******************************************************************************************/

/* container for the checkout progress indicator */
.checkoutProgress
{
	background:url(img/checkoutProgressBackground.gif) repeat-x;
	border-left:1px solid #222222;
	border-right:1px solid #222222;
	height: 25px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#000000;
	margin:0 4px;
	display:block;
	float:right;
}

/* default styling for span tags within the progress indicator */
.checkoutProgress span
{
	display: block;
	float: left;
	width: auto;
}

/* styling for checkout stage container when it is active */
.checkoutProgress span.on
{
	padding: 3px 2px;
	background: url(img/checkoutProgressActive.gif) no-repeat 50%;
	border: 1px solid #333333;
	margin: 1px;
}

/* styling for checkout stage container when it is inactive */
.checkoutProgress span.off
{
	padding: 2px;
	margin: 1px;
}

/* style for checkout stage label when it is active */
.checkoutProgress span.on span
{
	border: 1px solid #01076C;
	padding: 1px 6px;
	color: #01076C;
}

/* style for checkout stage label when it is inactive */
.checkoutProgress span.off span
{
	padding: 3px 6px 2px 6px;
}

/******************************************************************************************/
/* end styles for checkout progress indicator                                             */
/******************************************************************************************/

/******************************************************************************************/
/* styles for checkout steps                                                              */
/******************************************************************************************/

/* style for the outer container for checkout steps */
#storeHeader div.checkoutSteps
{
	background-color:#E5DECA;
	border:1px solid #BEB49D;
	padding:0px 0px 0px 0px;
	width:100%;
}

/******************************************************************************************/
/* end styles for checkout steps                                                          */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select shipping address                                                     */
/* NOTE: This is used on both checkout/ShipAddress and Members/AddressBook                */
/******************************************************************************************/

/* style for the address book table */
table.addressBook
{
	width:98%;
	border: 1px solid #ffffff;
}

/* caption for the address book */
table.addressBook th.caption
{
	border: 1px solid #ffffff;
	background-color: #333333;
	padding: 0 2px;
	height:25px;
	margin: 5px 0 0 0;
	line-height:25px;
}

/* styling for the text container inside the caption */
table.addressBook th.caption .text
{
	float:left;
	display:block;
}

/* styling for the button container inside the caption */
table.addressBook th.caption .buttons
{
	float: right;
	display: block;
}

/* container for address book entries */
table.addressBook td.entries {border: 1px solid #ffffff; text-align: left; padding: 5px;}

/* entry in the address book container */
table.addressBook .entry
{
	background:url(img/shipping_address_bg.gif) no-repeat;
	vertical-align:middle;
	text-align:left;
	margin:0px;
	padding:5px 0px 0px 0;
	/*border: 1px solid #FF0000;*/
	display: block;
	width: 350px;
	height:195px;
	float: left;
}

/* container for address data in an address entry */
.addressBook .address
{
	text-align:left;
	padding:60px 0px 0px 50px;
	color: #222222;
	font-weight: bold;
	line-height: 15px;
	width:200px;
	float: left;
	/*border-left: 1px dashed #8698B2;*/
}

/* container for buttons in an address entry */
.addressBook td .buttons
{
	margin-top:5px;
	text-align:left;
	padding:60px 0px 0px 0;
	width: 100px;
	float: right;
}
.addressBook td .buttons a{display:block; margin-bottom: 5px; width: 40px;}

/* styling for button element inside the buttons container */
table.addressBook td .buttons .button {margin-right: 5px;}

/******************************************************************************************/
/* end styles for select shipping address (checkout/shipaddress.aspx)                     */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select multiple shipping addresses (checkout/shipaddresses.aspx)            */
/******************************************************************************************/

/* NOTE: items table on this page will use default styling from the common itemList class,
you can override or add to the styling attributes below */

/* styling for shipping addreses table */
table.setShippingAddresses { }

/* table will use default itemList styling, you can override th attributes here */
table.setShippingAddresses th { }

/* header styling for items column */
table.setShippingAddresses th.items { }

/* styling for items column */
table.setShippingAddresses td.items { }

/* header styling for items column */
table.setShippingAddresses th.price { }

/* styling for price column */
table.setShippingAddresses td.price { }

/* header styling for address column */
table.setShippingAddresses th.address { }

/* styling for address column */
table.setShippingAddresses th.address { }

/******************************************************************************************/
/* end styles for select multiple shipping addresses (checkout/shipaddresses.aspx)        */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select shipping method (checkout/shipmethod.aspx)                           */
/******************************************************************************************/

/* the outer table to select shipping methods */
table.selectShippingMethod {}

/* default header style for shipping method table */
table.selectShippingMethod td.dataSheet { padding-top:1px;  border:1px solid #333333;}

/* default header style for shipping method table */
table.selectShippingMethod td.dataSheet th { padding: 5px 2px;  background-color:#666666;}
table.selectShippingMethod th.shipto { background-color:#555555; color:White; }
/* the table cell that displays the shipment items grid */
table.selectShippingMethod td.items{background-color:#DEDEDE;}
table.selectShippingMethod th.items{background-color:#DEDEDE;}

/* the table cell that displays the available shipping methods */
table.selectShippingMethod td.methods
{
	padding: 4px; 
	text-align:left; 
	border-left:1px solid #8698B2;
	width:200px;
}

table.selectShippingMethod td.methods h3
{
	padding: 5px 2px; 
	border: 1px solid #333333; 
	background-color:#000000;
	display:block;
	font-weight:bold;
	font-size:100%;
	text-align:center;
	margin: -2px -2px 6px -2px;
}

/* the caption for available shipping methods */
table.selectShippingMethod td.methods .caption
{
	display:block;
	font-weight:bold;
	margin-bottom:6px;
	text-align:center;
}

/* section to ask the customer whether to set gift options for an order */
.addGiftOptions
{
	background:#FFFFFF url(img/giftbox3.gif) no-repeat left top;
	margin: 0 auto;
	width:693px;
	height:100px;
	border: solid 1px #8698B2;
	float:right;
	text-align:right;
}

/* caption of the add gift options section */
.addGiftOptions h3
{
	/*background:#FFFFFF url(img/giftbox3.jpg) no-repeat left top;*/
	/*margin-top:10px;
	margin-left:60px;*/
	margin: 10px 10px 5px 300px;
	font-size:100%;
	color:Black;
}

/* content of the add gift options section, including input field and text */
.addGiftOptions .content
{
	margin-right:10px;
	margin-top:5px;
	color:Black;
}

/* contains any navigation buttons (such as continue or back) that appear within the section */
.addGiftOptions .buttons
{
	margin-right:10px;
	margin-top:5px;
}

.VisiblePanel 
{
	display:block;
}

.HiddenPanel 
{
	display:none;
}

/******************************************************************************************/
/* end styles for select shipping method (checkout/shipmethod.aspx)                       */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select gift options (checkout/giftoptions.aspx)                             */
/******************************************************************************************/

/* container for the gift option controls */
.giftOptions { }

/* the container for controls to choose gift wrap if available */
.giftOptions div.giftWrap { margin-top:2px;margin-bottom:6px; }

/* displays when no gift wrap is available for an item */
.giftOptions div.giftWrap div.noGiftWrap { font-style:italic; }

/* displays when only one style of gift wrap is available for an item */
.giftOptions div.giftWrap div.oneGiftWrap { }

/* styling for the name of the available gift wrap style */
.giftOptions div.giftWrap div.oneGiftWrap span.name { font-weight:bold }

/* styling for the price of the available gift wrap style */
.giftOptions div.giftWrap div.oneGiftWrap span.price { }

/* displays when two or more gift wrap styles are available for an item */
.giftOptions div.giftWrap div.multiGiftWrap { }

/* styling for the title of the gift wrap selection box */
.giftOptions div.giftWrap div.multiGiftWrap span.title { font-weight:bold }

/* styling for the gift wrap selection box */
.giftOptions div.giftWrap div.multiGiftWrap select { }

/* the container for controls to enter a gift message */
.giftOptions div.giftMessage { }

/* styling for the gift message title */
.giftOptions div.giftMessage span.title { font-weight:bold; }

/* styling for the gift message cost */
.giftOptions div.giftMessage span.price { }

/* styling for the gift message entry area */
.giftOptions div.giftMessage textarea { width:98%;height:40px; }

/* styling for the characters remaining countdown */
.giftOptions div.giftMessage span.count { }

/* styling for the characters remaining countdown text */
.giftOptions div.giftMessage span.countText { }


/******************************************************************************************/
/* end styles for select gift options (checkout/giftoptions.aspx)                         */
/******************************************************************************************/

/******************************************************************************************/
/* styles for confirm and pay (checkout/payment.aspx)                                     */
/******************************************************************************************/

/*---------------------------------------*/
/*- styles for layout of payment page -- */
/*---------------------------------------*/

/* style for the summary pane of the payment information section */
.paymentMethodSummary { width:170px;padding: 10px; color:White; }
div.paymentMethodSummary { float:left; }

/* style for the payment method listing of the payment information section */
.paymentMethodList { width:545px;border-left:1px dashed #000000; }
div.paymentMethodList { float:right; }

/* style for a content section in the summary pane */
.paymentMethodSummary .section { margin-bottom:20px; }

/* style for the header of the summary section */
.paymentMethodSummary .section .header { background-image: none !important; }

/* style for the caption of the section header */
.paymentMethodSummary .section .header h2 { background-color:White; color:black !important; }

/* style for the content of the summary section */
paymentMethodSummary .section .content { }

/*---------------------------------------*/
/*- styles for order summary ----------- */
/*---------------------------------------*/

/* style for the order summary that appears in a summary section */
table.orderSummary { width:100%; }

/* column that displays the heading for the amounts in the order summary table */
table.orderSummary th { text-align:right; color:Black; font-weight:normal; white-space:nowrap; }

/* column that displays amounts in the order summary table */
table.orderSummary td { text-align:right; color:Black; width:80px; }

/* row that contains the divider between subtotals and total */
table.orderSummary tr.totalDivider { }

/* cell that contains the divider between subtotals and total */
table.orderSummary tr.totalDivider td { width:100%; }

/* divider between subtotals and total */
table.orderSummary tr.totalDivider td hr { }

/*---------------------------------------*/
/*- styles for payment forms ----------- */
/*---------------------------------------*/

/* styles the table for the entry form of a payment method */
table.paymentForm {	width:100%; margin-bottom:20px; margin-left:5px; }

/* style for default table cell in entry form */
table.paymentForm td { padding: 2px; }

/* header cell that provides the caption for the form, states type of payment method */
table.paymentForm th.caption 
{
	padding-top:8px;
	border-bottom:dotted 1px black;
}

/* header cell that provides the label for an input row */
table.paymentForm th.rowHeader { text-align:right; }

/* cell that contains the submit button for a payment form */
table.paymentForm td.submit { text-indent:10px; }


/* container for the submit button */
table.paymentForm td.submit span.button { }

/******************************************************************************************/
/* end styles for confirm and pay (checkout/payment.aspx)                                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for your account (Members/MyAccount.aspx)                                       */
/******************************************************************************************/

ul.columns {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
 
ul.columns li {
  margin: 2px;
  background-image: url(img/bullet1.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  text-indent:15px;
}

/******************************************************************************************/
/* end styles for your account (Members/MyAccount.aspx)                                   */
/******************************************************************************************/

/******************************************************************************************/
/* styles for view order page (Members/MyOrder.aspx)                                    */
/******************************************************************************************/

/* container for the order summary table */
div.orderSummaryPanel
{
	background-color: #888888;
	border: 1px solid #000000;
	margin: 4px 0px;
}

table.orderSummaryTable
{
	width:100%;
}

table.orderSummaryTable th.rowHeader
{
	width:16%;
	text-align:right;
}

/******************************************************************************************/
/* end styles for view order page (Members/MyOrder.aspx)                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for view row-style of my account page (Members/My Account.aspx)                 */
/******************************************************************************************/
.odd{background-color: #DBDADA;padding: 6px 2px 6px 6px; /*border-bottom:1px solid #A4A4A4;*/}
.even{background-color: #F5F5F5;padding: 6px 2px 6px 6px;/* border-bottom:1px solid #FFFFFF;*/}
.altodd{color:#000000;background-color: #888888;padding: 6px 2px 6px 6px; /*border-bottom:1px solid #A4A4A4;*/}
.alteven{color:#000000;background-color: #666666;padding: 6px 2px 6px 6px;/* border-bottom:1px solid #A4A4A4;*/}
/******************************************************************************************/
/* end styles for view row-style of my account page (Members/My Account.aspx)             */
/******************************************************************************************/

a.altoddButton{ border: solid 1px #222222; padding: 1px 5px; background:#e4ecee url(img/button_bg.gif) repeat-x; color: #ffffff; line-height: 22px;}
a:hover.altoddButton{ border: solid 1px #444444; background:#e4ecee url(img/button_bg_hover.gif) repeat-x; color: #ffffff;}

/******************************************************************************************/
/* styles for view "ship to" in ViewOrder page (Members/MyOrder.aspx)                   */
/******************************************************************************************/
.ship_to{writing-mode: tb-rl; filter: flipv fliph;}

/******************************************************************************************/
/* end styles for view "ship to" in ViewOrder page (Members/MyOrder.aspx)               */
/******************************************************************************************/

/*----- Common to all ----------*/

.small_cell{width: 300px;}
.small_cell .header{margin-top: 0;}
.lebeling{width: 100px;}

/******************************************************************************************/
/* styles for paged list of data                                                          */
/******************************************************************************************/

/* table style */
table.pagedList { min-width:300px; }

/* style common to headers and cells */
table.pagedList td
{
	padding:2px 4px;
}

/* styling for header cells  */
table.pagedList th 
{
	padding: 6px 4px;
	font-weight:bold;
	margin:0px;
	color:black;
	background-color:#dbdada;
}

/* styling for links in header cells  (such as for sorting columns) */
table.pagedList th a
{
	color:black;
	text-decoration:underline;
}

/* hover styling for links in header cells  (such as for sorting columns) */
table.pagedList th a:hover
{
	color: #EE7408;
	text-decoration:underline;
}

/* styling for alternating rows */
table.pagedList tr.oddRow { }
table.pagedList tr.evenRow { color:#FFFFFF; background-color: #666666; }

/* style for the empty result message */
table.pagedList tr.empty td
{
	 width:300px;
	 text-align:center;
	 padding: 10px;
	 font-style:italic;
	 border: solid 1px black;
}


/******************************************************************************************/
/* end styles for paged list of data                                                      */
/******************************************************************************************/

/************** Style for the Conactpage List ****************/
ul.contact li
{
	list-style-image: url(img/bullet1.gif);
}

/*************************************************************/

/************** Style for the Product Image ******************/
.productimg
{
	vertical-align:top;
	text-align:center
}

/******************************************************************************************/
/* begin styles for modal popup dialogs                                                   */
/******************************************************************************************/

/* background for main page when modal popup is visible */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* style for modal popup dialog */
.modalPopup {
	background-color:#000000;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}

/* style for header of modal popup dialog */
.modalPopupHeader 
{
	cursor:move;
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
	margin:-3px;
	padding:6px;
	font-weight:bold;
}

/* style for text of modal popup dialog */
.modalPopupText 
{
    padding:10px;
}

/* enable scrolling within modal popup dialog */
.modalPopupText .modalPopupScroller
{
	margin:-12px;
	margin-top:-5px;
	padding:10px;
	overflow:scroll;
	height:400px;
	background-color:#000000;
}

/* style for the click to view price popup */
.pricePopup
{
	background-color:#000000;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:300px;
	position:absolute;
    left:50%;
    margin-left:-150px;
    z-index:99;
}

/* style for header of modal popup dialog */
.pricePopupHeader
{
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
	margin:-3px;
	padding:6px;
	font-weight:bold;
}

/* used on the click to view price display */
.pricePopup span.fieldHeader { display:block;float:left;width:135px;text-align:right;margin-right:6px; }
.pricePopup span.fieldValue { display:block;float:left; }

/******************************************************************************************/
/* end styles for modal popup dialogs                                                     */
/******************************************************************************************/

/******************************************************************************************/
/* begin styles for one page checkout                                                     */
/******************************************************************************************/

/* outer frame of the one page checkout form */
.opcFrame
{
	float: left;
	margin:0px auto;
	width: 972px;
}

/* main content panel of the one page checkout form */
.opcMainPanel
{
	width:600px;
	padding-right:10px;
}

/* sidebar panel of the one page checkout form */
.opcSidebar
{
	width:300px;
	background:#818181;
	border:solid 1px #333333;
	border-top:none;
	padding: 0px;
	margin: 0px;
}

.opcSidebar .section {
width: 360px;
margin: 0px;
padding: 0px;
}

/* frame for the payment section of the one page checkout form */
.opcPaymentFrame { }

/* panel that contains the list of available payment methods */
.opcPaymentMethods
{
    font-weight:bold;
    color:Black;
	background-color:#efefef;
	width:130px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* panel that contains the payment form for the selected method */
.opcPaymentForm {

 }

/*********** img-description *******/
p.image_desc
{
	margin-left:3px;
	margin-right:3px	
}

.ProductItemView { width:194px; padding: 5px; border: solid 1px #b9b9b9; padding-bottom:15px;}
.ProductItemView img {width:85px;}
.ProductItemViewOdd {padding-bottom:15px;}
.ProductItemViewOdd img {width:85px;}
.ProductItemView div{ background: #999999; padding: 5px; border: solid 1px #b9b9b9; }
.ProductItemViewOdd { border: solid 1px #b9b9b9; width:194px; padding: 5px;}
.ProductItemViewOdd div { background: #999999; padding: 5px; border: solid 1px #b9b9b9; }

.AgreementView
{
	background-color: #FFFFFF;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	border:solid 1px #92A7EC;
}

/* Login Message */
.LoginMessage { 
	float: left;
    background-color:#000000;
    padding: 5px 0; 
	width: 800px; 
	margin:0px auto; 
	color:red; }
.LoginMessage a { 
    background-color:#777777; color: #ffffff; font-weight: bold;
    padding: 1px 15px;  }
.LoginMessage a:hover { 
    background-color:#555555;  color: #FFFFFF; font-weight: bold;}


/******************************************************************************************/
/* end styles for one page checkout                                                       */
/******************************************************************************************/

.orderItemsList{ margin-left:12px; padding:0; color:#666666; }


/******************************************************************************************/
/* Image Flow Style For Bodies                                                            */
/******************************************************************************************/
.clear
{
	clear:both;
}

#imgFlowBody
{
	position:relative;
	padding-top:70px;
	height:450px;
	cursor:default;
}

#imgFlowBody img
{
    position:absolute; 
	top:0px;
	border:none;
}

#images
{
	visibility:hidden;
}

#loading
{

	margin-top:20px;
	text-align:center;
	width:100%;
}

#captions{
	font-weight:bold;
	text-align:center;
	position:relative;
	height:125px;
}

#scrollbar{
	visibility:hidden;
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
	position:relative;
}

#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(img/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}

#imageflow
{
	position:relative;
	text-align:left;
	padding-top:60px;
	height:450px;
}

.galleryVerb
{
	overflow-y:auto;
	overflow-x:hidden;
	height:100px; 
	background-color:#222222; 
	border:solid 1px #FFF; 
	width:770px;
	position:relative;
	margin-top:10px;
	
}

.showcaseNodes:hover
{
	color: navajowhite;
}

.showcaseNodes 
{
	
}

.showcaseNodes a
{
   color:White;
}
.selectedNodes a
{
   color:navajowhite;
   font-weight:bold; 
}

.selectedNodes
{
	
}
.showcaseHeader
{
	text-align:center;
}

.scPageSaleBanner {
	float: right;
	width: 304px;
	height: 151px;
	background-image: url(img/scPageSaleBanner.jpg);
	margin-bottom: 12px;
}

.showcaseHeader .shapeName
{
	font-size:large;
	font-weight:bold;
}

.showcaseHeader h1
{
	padding:0;
	margin:0;
}

.showcaseHeader h5
{
	padding:0;
	margin:0;
}
/*Paint Styles*/
.swatches
{
	margin-left:190px;
	margin-top:5px;
	/*padding-left:100px;*/
}

.swatchescandy
{
	margin-left:234px;
	margin-top:5px;
	/*padding-left:100px;*/
}

.swatchesdye
{
    width:240px; 
	margin-left:210px;
	margin-top:5px;
	/*padding-left:100px;*/
}

.swatchesflake
{
    width:240px; 
	margin-left:235px;
	margin-top:5px;
	/*padding-left:100px;*/
}

.swatchesmetallic
{
    /*width:200px; */
	margin-left:165px;
	margin-top:5px;
	/*padding-left:100px;*/
}

.swatchessolid
{
    /*width:200px; */
	margin-left:210px;
	margin-top:5px;
	/*padding-left:100px;*/
}

.swatches2
{
	margin:11px;
}

.pickblankswatch
{
	margin:0px;
	float:left;
}

.swatch
{
	border:solid 1px #FFFFFF;
}

.PaintContainer
{
	margin: 0 auto;
	padding-top: 40px;
}

.paintImage
{
	float: left;
	padding-left: 82px;
}

.paintImageMetallic
{
	width: 200px;
	float: left;
	padding-left: 82px;
}

.paintImage2
{
	margin-left:0px;
	text-align:center;
    clear:both;
}

.paintImage3
{
	text-align:center;
	position:relative;
	bottom:1000px;
	left:250px;
}


.pickblankimage
{
	text-align:center;
	float:left;
	padding:10px;
	margin-top:300px;

}

.bursttextleft
{
     float:left; 
     margin-left:85px; 
     width:235px; 
     text-align:center;
}

.bursttextright
{
     width:250px; 
     margin-left:336px; 
     text-align:center;
}
    

.txtPrice
{
    text-align:center;
	font-size:16px;
	font-weight:bold;
}

.txtPrice2
{
	margin-left:350px;
}

.txtLeftPrice
{
	float:left;
}

.txtColorsburst
{
    font-weight:bold;
}

.txtColors2
{
    font-weight:bold;
}

.txtColors3
{
    font-weight:bold;
}

.txtColors4
{
    font-weight:bold;
}

.txtInfo
{
    text-align:center;
    position:relative;
    width:300px;
}

.txtColors
{
	font-weight:bold;
}

.warning
{
	color:#FF0000;
	font-weight:bold;
}

.neckImage
{
	padding-right:10px;
	margin:10px;
}

.extraInfo
{
    position:relative;
    left:250px;
    bottom:0px;
}

.extraInfoSolid
{
	float: right;
	padding: 100px 66px 0px 0px;
}

.extraInfoFlake
{
	float:right;
	margin: -60px 84px 0px 0px;
}

.pegheadImage
{
    position:relative;
    left:500px;
    bottom:435px;
}

.pegheadtext
{
    position:relative;
    left:480px;
    bottom:400px;
}

.pickguard
{
	float:left;
	text-align:center; 
	width:300px; 
	padding-right:10px;
}

.pickguardblank
{

	text-align:center; 
	width:640px; 
	
}

.PickguardImage
{
	float:left;

}
/*****************
Pricing Tables
*/
.pricing
{
	text-align:center;
}
.pricingTable
{
	text-align:center;
	font-family:Arial;
	font-size:12px;
	font-weight:600;
	margin-left:auto;
	margin-right:auto;
}

.pricingTable2
{
	text-align:center;
	font-family:Arial;
	font-size:12px;
	font-weight:600;
	margin-left:auto;
	margin-right:auto;
}

.pricingTable .row
{
	background-color:#222222;
}

.pricingTable .altRow
{

}

.pricingTable .price
{
	font-weight:normal;
}
/*****************
Tool Tips
*/
.tool-tip
{
	background-color:#444444;
	color:#FFFFFF;
	padding:5px;
}

/*****************
Floating right menu
*/
.rightConfig
{
	position:fixed;
	top:50px;
	left:auto;
	right:auto;
	width:200px;
}

.leftHover
{
	position:fixed;
	top:50px;
	left:auto;
	right:auto;
}
/*****************
Left Side Bar
*/
.screamin
{
	background-image:url(img/screambtn.png);
	width:140px;
	height:23px;
	margin-left:-8px;
	margin-top:-3px;
}

.screamin:hover
{
	background-image:url(img/screambtn_hover.png);
}

/*****************
Customer View Configured Items
*/

.pnlCustItems
{
	border:solid 2px #666666;
	height:650px;
	padding:10px;
}

.gvCustItems
{
	float:right;
	width:500px;
	margin-right:0px;
	border:solid 2px #FFFFFF;
	padding:10px;
	background-color:#666666;
}

.gvCustItems .gvOptions
{
	float:left;
}
/***********************************/
/*       Classic Showcase		   */
/***********************************/	

.pnlAdvSearch .button, .pnlAdvSearch .button:hover {
	margin-top: 6px;
}

.showcaseNavWrapSearch .button, .showcaseNavWrapSearch .button:hover {
	margin-right: 4px;
}

.showcaseItemName {
	float: left;
	width: 250px;
	color: #a0a0a0;
}

.scSortingBox {
	clear: both;
	background-color:#222222;
	border:solid 2px #FFFFFF;
	padding:10px;
	*padding: 2px 10px 10px;
}

.classicRows
{
	padding-bottom:10px;
	border-top:solid 1px #555555;
	position: relative;
	width: 789px;
	height: 114px;
	*overflow: hidden;
}

.classicRows .showcaseMiddleWrap {
	position: relative;
	width: 700px;
	height: 114px;
}

.classicRows .showcaseMiddleWrap .compareboxOuterWrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 58px;
	height: 114px;
	_height: 62px;
}

.classicRows .showcaseMiddleWrap .compareboxOuterWrap .compareboxInnerWrap {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 56px;
	height: 28px;
	padding: 0px 0px 2px 0px;
	background-color: #4b4b4b;
	text-transform: uppercase;
	font-size: .9em;
	border: solid 1px #939393;
}

.showcaseMiddleWrap .compareboxOuterWrap .compareboxInnerWrap input {
	position: absolute;
	bottom: 0px;
	left: 17px;
}

.showcaseMiddleWrap .compareboxOuterWrap .compareboxInnerWrap label {
	position: absolute;
	top: 0px;
	left: 3px;
}

.scMiddleMainOuterWrap {
	position: absolute;
	top: 2px;
	left: 64px;
	width: 632px;
	padding-right: 10px;
	height: 114px;
}

.scMiddleMainOuterWrap .showcaseThumbWrap {
	float: left;
	margin-right: 4px;
	width: 64px;
	height: 114px;
	text-align: center;
}

/* ----THUMB WRAP------*/

.scMiddleMainOuterWrap .showcaseThumbWrapNeck {
	float: left;
	margin-right: 8px;
	width: 340px;
	height: 42px;
	text-align: left;
	overflow: hidden;
}

.scMiddleMainOuterWrap .showcaseThumbWrap .showcaseDetailsButton {
	display: block;
	width: 54px;
	height: 11px;
	background-color: #8b4a28;
	border: solid 1px #939393;
	color: #ffffff;
	text-transform: uppercase;
	padding: 1px 0px 5px;
	text-align: center;
	font-size: .9em;
	margin: 4px auto 0px;
}

/* ----THUMB WRAP------*/

.scMiddleMainOuterWrap .showcaseThumbWrapNeck .showcaseDetailsButton {
	display: block;
	float: left;
	width: 54px;
	height: 11px;
	background-color: #8b4a28;
	border: solid 1px #939393;
	color: #ffffff;
	text-transform: uppercase;
	padding: 1px 0px 5px;
	_padding: 1px 0px 2px;
	text-align: center;
	font-size: .9em;
	margin: 4px 8px 0px;
	_margin: 4px 12px 0px 0px;
}

.scMiddleMainOuterWrap .showcaseThumbWrap .showcaseDetailsButton:hover {
	background-color: #ad6038;
}

.scMiddleMainOuterWrap .showcaseThumbWrapNeck .showcaseDetailsButton:hover {
	background-color: #ad6038;
}

.scMiddleMainOuterWrap .showcaseThumbWrapNeck img {
	float: right;
	margin-right: 64px;
}

.scMiddleMainOuterWrap .showcaseMiddleTextWrap {
	float: left;
	height: 114px;
	width: 440px;
	padding: 0px 4px 0px 0px;
}

/*----THUMB WRAP-----*/

.scMiddleMainOuterWrap .showcaseMiddleTextWrapNeck {
	float: left;
	height: 82px;
	width: 570px;
	padding: 0px 4px 0px 0px;
	margin-left: -64px;
	margin-top: -6px;
	_position: absolute;
	_top: 42px;
	_left: 0px;
}

.showcaseMiddleTopLine {
	width: 400px;
}

.showcaseMiddleTopLine .showcaseItemWeight {
	font-weight: bold;
	float: right;
	width: 88px;
}

.showcaseMiddleTopLine .showcaseItemNumber {
	font-weight: bold;
	float: left;
	width: 62px;
	text-transform: uppercase;
}

.showcaseItemdesc .specs {

}

.showcaseOriginalPriceWrap {
	position: relative;
}

.showcaseOriginalPriceWrap .originalPriceOuter {
	position: absolute;
	width: 167px;
	height: 20px;
	top: -111px;
	right: -88px;
	text-align: right;
	font-size: 1.1em;
	color: #a0a0a0;
}

/* ----- THUMB WRAP -----*/

.showcaseOriginalPriceWrapNeck .originalPriceOuter {
	position: absolute;
	width: 167px;
	height: 20px;
	top: 4px;
	right: -78px;
	text-align: right;
	font-size: 1.1em;
	color: #a0a0a0;
}

.showcaseOriginalPriceWrap .originalPriceOuter .left, .showcaseallPricesWrap .showcaseOriginalPriceWrap .discountPriceOuter .left, .showcaseOriginalPriceWrapNeck .originalPriceOuter .left, .showcaseallPricesWrapNeck .showcaseOriginalPriceWrap .discountPriceOuter .left {
	display: block;
	float: left;
	text-align: right;
	width: 100px;
}

.showcaseOriginalPriceWrap .originalPriceOuter .right, .showcaseallPricesWrap .showcaseOriginalPriceWrap .discountPriceOuter .right, .showcaseOriginalPriceWrapNeck .originalPriceOuter .right, .showcaseallPricesWrap .showcaseOriginalPriceWrapNeck .discountPriceOuter .right {
	display: block;
	float: right;
	text-align: right;
	width: 56px;
}

.showcaseOriginalPriceWrap .discountPriceOuter {
	position: absolute;
	width: 167px;
	height: 20px;
	top: -94px;
	right: -88px;
	text-align: right;
	font-size: 1.1em;
	color: #eeeeee;
}


/* ----- THUMB WRAP -----*/
.showcaseOriginalPriceWrapNeck .discountPriceOuter {
	position: absolute;
	width: 167px;
	height: 20px;
	top: 20px;
	right: -78px;
	text-align: right;
	font-size: 1.1em;
	color: #eeeeee;
}


.showcasesalePrice {
	position: absolute;
	top: 40px;
	right: -87px;
	width: 152px;
	height: 33px;
	background-color: #282828;
	border: solid 1px #c5c5c5;
}

.showcasesalePrice span, .showcasesalePriceItem span {
	display: block;
	padding: 4px 0px 0px 8px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.7em;
	color: #cccccc;
}

.showcasesalePrice .showcasePrice, .showcasesalePriceItem .showcasePrice {
	width: 91px;
	height: 19px;
	position: absolute;
	top: 4px;
	*top: 2px;
	right: 6px;
	text-align: right;
	font-family: "Times New Roman", Times, serif, Arial;
	font-size: 1.25em;
	line-height: 1em;
	font-weight: bold;
}

.showcasesalePriceItem span {
	text-align: left;
}

.showcasesalePrice .showcasePrice span, .showcasesalePriceItem .showcasePrice span {
		color: #ffffff;
		*line-height: .8em;
}

.showcaseBuyButton {
	width: 77px;
	height: 27px;
	background-image: url(img/showcaseBuyButton.jpg);
	border: none;
	margin: 73px 0px 0px 6px;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	*text-indent: 0px;
}

.specs
{
	*display: block;;
	*margin: -15px 0px 0px;
}

.addInfo
{
	color:#D6AF63;
	*display: block;
	*margin: 0px;
}

.gvPaging table {
	margin: 0px auto 14px;
}

.gvPaging td {
	padding-right: 2px;
}

.gvPaging a {
	display: block;
	background-image: url(img/showCasePagebg.jpg);
	background-repeat: repeat-x;
	border: solid 1px #999999;
	width: 22px;
	height: 20px;
	padding-top: 3px;
	text-align: center;
	font-size: .8em;
	color: #ffffff;
}

.gvPaging a:hover {
	background-image: url(img/showCasePagebg-roll.jpg);
}

.gvPaging span {
	display: block;
	background-color: #333333;
	border: solid 1px #555555;
	width: 22px;
	height: 20px;
	padding-top: 3px;
	text-align: center;
	font-size: .9em;
	color: #555555;
}

.scFiltersBoxWrap {
	margin-top: 8px;
	padding: 4px 8px;
	background-color: #000000;
	border: solid 2px #e49c3f;
}

.scFiltersTitle {
	display: block;
	float: left;
	padding-right: 4px;
	font-weight: bold;
}

.scFilterItemWrap {
	float: left;
	padding-right: 5px;
}

.scFilterDivider {
	display: block;
	float: left;
}

.scFilterText {
	display: block;
	float: left;
	padding-right: 0px;
	padding-bottom: 2px;
}

.scFiltersBoxWrap a img {
	float: left;
	margin: 1px 5px 0px 2px;
}

.showcasePrice, .showcaseGeneralPrice {
	color: #ffffff;
}

.btnCompare {
	margin-bottom: 8px;
}

.scSpecsCell {
	width: 54%;
}


/***********************************/
/*       Showcase Body Item Page   */
/***********************************/

.showcaseItemOriginalPriceWrap {
	position: relative;
	margin-left: 52px;
	width: 167px;
	height: 41px;
}

.showcaseItemOriginalPriceWrap .itemoriginalPriceOuter {
	position: absolute;
	width: 167px;
	height: 20px;
	top: 6px;
	right: 6px;
	*right: 6px;
	text-align: right;
	font-size: 1.1em;
	color: #a0a0a0;
}

.priceCellInnerWrap .showcaseItemOriginalPriceWrap .itemoriginalPriceOuter {
	right: 12px;
	*right: 12px;
}

.showcaseItemOriginalPriceWrap .itemoriginalPriceOuter .left, .showcaseItemOriginalPriceWrap .itemdiscountPriceOuter .left, .showcaseItemOriginalPriceWrapCompare .itemoriginalPriceOuter .left, .showcaseItemOriginalPriceWrapCompare .itemdiscountPriceOuter .left {
	display: block;
	float: left;
	text-align: right;
	width: 100px;
}

.showcaseItemOriginalPriceWrap .itemoriginalPriceOuter .right, .showcaseItemOriginalPriceWrap .itemdiscountPriceOuter .right, .showcaseItemOriginalPriceWrapCompare .itemoriginalPriceOuter .right, .showcaseItemOriginalPriceWrapCompare .itemdiscountPriceOuter .right {
	display: block;
	float: right;
	text-align: right;
	width: 56px;
}

.showcaseItemOriginalPriceWrap .itemdiscountPriceOuter {
	position: absolute;
	width: 167px;
	height: 20px;
	top: 22px;
	right: 6px;
	*right: 6px;
	text-align: right;
	font-size: 1.1em;
	color: #eeeeee;
}

.priceCellInnerWrap .showcaseItemOriginalPriceWrap .itemdiscountPriceOuter {
	right: 12px;
	*right: 12px;
}

.showcasesalePriceItem {
	position: relative;
	width: 152px;
	height: 33px;
	background-color: #282828;
	border: solid 1px #c5c5c5;
	margin-left: 28px;
	*margin-left: 0px;
	margin-bottom: 5px;
}

.showcaseConfigBuyButton {
	width: 140px;
	height: 27px;
	background-image: url(img/showcaseConfigBuyButton.jpg);
	border: none;
	margin: 0px 0px 8px 0px;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	*text-indent: 0px;
}

.comparePriceWrap {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	width: 100px;
	padding: 2px 0px 0px;
	float: left;
	text-align: right;
}

.itemWrapper
{
	
}
.itemText
{
	font-size:16px;
	font-weight:bold;
	background-image:url(img/top_frame_necks.jpg);
	background-repeat:no-repeat;
	text-align:center;
	width:580px;
	padding-top:10px;
	text-align:center;
	min-height:50px;
	margin-left:20px;
	
}

.itemText .addInfo
{
	color:#FFFFFF;
}

.itemImages
{
	width:500px;
}

.itemInfo
{
	text-align:center;
	color:#FFFFFF;
}

.itemInfo table
{
	width:100%;
}

.itemInfo th
{
	background-color:#222222;
}

.itemBuy
{
	
}

.itemWet
{
	text-align:center;
}

/***********************************/
/*       Showcase Neck Item Page   */
/***********************************/
.neckWrapper
{
	
}
.neckText
{
	font-size:16px;
	font-weight:bold;
	background-image:url(img/top_frame_necks.jpg);
	background-repeat:no-repeat;
	text-align:center;
	width:580px;
	padding-top:10px;
	text-align:center;
	margin-left:20px;
	min-height:50px;
}

.neckImages
{
	width:580px;
	
}

.neckInfo
{
	text-align:center;
	color:#FFFFFF;
}

.neckText .addInfo
{
	color:#FFFFFF;
}

.neckInfo table
{
	width:100%;
}

.neckInfo th
{
	background-color:#222222;
}

.neckBuy
{
	
}


/*****************
Test
*/
.showcaseThumbs img:hover
{
	width:75px;
	height:100px;
	z-index:50;
	position:absolute;
	
}
.showcaseThumbs img
{
	
	 z-index:0;
	 width:50px;
	 height:75px;
}

/**********************/
/*	Neck Config       */
/**********************/


/**********************/
/*	View 1     */
/**********************/
.chooseFirst, .chooseFirstBody, .chooseFirstBassNeck, .chooseFirstBassBody {
width: 802px;
padding: 20px 0px 20px;
}

.chooseFirst h1, .chooseFirstBody h1, .chooseFirstBassNeck h1, .chooseFirstBassBody h1 {
margin: 0px auto;
width: 595px;
height: 167px;
}

.chooseFirst h1 {
background-image: url(img/choose-style-header.jpg);
background-repeat: no-repeat;
}

.viewOneButtonContainer {
margin: 2px 0px 20px;
width: 802px;
}

.viewOneButtonContainer table { 
margin: 0px auto;
font-size: 1.25em;
font-family: "Times New Roman", Times, serif;
}

.viewOneButtonContainer td {
width: 180px;
padding: 5px;
height: 20px;
}

.configRadioBorder, .configRadioBorderBody {
margin: 0px auto 20px;
border-radius: 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: solid 3px #777777;
padding: 16px;
background-image: url(img/choose-style-bg.jpg);
background-repeat: repeat-x;
background-color: #141414;
}

.configRadioBorder {
width: 582px;
}

.headstockButton
{
	padding:0px 5px 5px 0px;
	_float: left;
	_padding: 0px 0px 5px;
	_width: 190px;
}

/**********************/
/*	View 3     */
/**********************/

.viewThreeContinue 
{
	width:300px;
	margin: 0px auto;
}

.viewThreeHeaderImage {
margin: 0px auto;
width: 700px;
height: 129px;
padding-right: 10px;
}

.viewThreeGoBack, .viewThreeGoBackBody {
display: block;
width: 222px;
height: 129px;
}

.viewThreeGoBack {
float: left;
background-image: url(img/viewThreeGoBack.jpg);
background-repeat: no-repeat;
}

.viewThreeGoBack:hover {
background-image: url(img/viewThreeGoBack-roll.jpg);
background-repeat: no-repeat;
}

.customNeckTitle, .customBodyTitle, .customBassNeckTitle, .customBassBodyTitle {
float: right;
width: 478px;
height: 129px;
}

.customNeckTitle {
background-image: url(img/customNeckTitle.jpg);
background-repeat: no-repeat;
}

.customBassBodyTitle {
background-image: url(img/customBassBodyTitle.jpg);
background-repeat: no-repeat;
}

.viewThreeHeader h1 {
margin: 0px;
text-align: center;
font-family: "Times New Roman", Times, serif;
}

.configMainOuters h2 {
padding: 0px 0px 6px 0px;
margin: 0px;
}

.configStartheader, .configStartheaderBody, .configStartheaderNeck {
position: relative;
margin: 10px auto;
width: 714px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: solid 3px #777777;
padding: 1px;
background-image: url(img/configStartbg.jpg);
background-repeat: repeat-x;
background-color: #5a5a5a;
}

.configStartheader {
height: 61px;
}

.neckBuildBeginText, .configStartheader p, .configStartheaderNeck p {
float: left;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 2.1em;
padding: 16px 0px 0px 67px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.configStartheader p, .configStartheaderNeck p {font-size: 2em; padding: 18px 0px 0px 74px;}
}

.configStartArrow {
position: absolute;
bottom: -30px;
left: -18px;
*bottom: -22px;
z-index: 999;
}

.neckTypeStartButton {
float: right;
width: 187px;
height: 61px;
}

.configMainOuters {
position: relative;
margin: 10px auto;
width: 700px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: solid 3px #777777;
padding: 10px;
background-image: url(img/choose-style-bg.jpg);
background-repeat: repeat-x;
background-color: #141414;
}

.configOptionPrice
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 100px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 2px #666666;
	padding: 12px;
	background-image: none;
	background-color: #000000;
	font-size: 1.3em;
}

.priceHeading {
font-family: "Times New Roman", Times, serif;
font-weight: normal;
font-size: 1.8em;
position: absolute;
right: 82px;
bottom: 54px;
}

.configHeadings {
font-family: "Times New Roman", Times, serif;
font-size: 1.6em;
font-weight: normal;
margin: 0px;
padding: 10px 0px;
}

.woodNoteOuterBox {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #666666;
	padding: 10px;
	background-image: none;
	background-color: #222222;
	font-size: 1em;
}

.noteOuterBox {
	width: 542px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #666666;
	padding: 10px;
	background-image: none;
	background-color: #222222;
	font-size: 1em;
}

.woodNoteOuterBox p, .noteOuterBox p {
margin: 0px;
}

.noteTextMain {
float: left;
font-size: 1.1em;
}

.noteList {
padding-left: 50px;
list-style: square;
}

.noteText {
font-family: "Times New Roman", Times, serif;
font-size: 1.5em;
font-weight: bold;
}

.optionalDropdownBox, .optionalDropdownBoxBody, .optionalDropdownBoxBodyClean {
	float: left;
	position: relative;
	margin: 0px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #999999;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
}

.optionalDropdownBoxBodyBridge {
	float: left;
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #999999;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
	width: 307px;
}

.optionalDropdownBox {
	width: 267px;
}

.optionalDropdownBoxBody, .optionalDropdownBoxBodyClean {
	width: 297px;
}

.optionalDropdownBoxBodyClean {
	margin-left: 221px;
}

.optionBuildText {
height: 18px;
width: 64px;
background-image: url(img/optionTextAll.jpg);
position: absolute;
top: -11px;
left: 3px;
}

.configBuildWarning {
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px solid #ff0000;
width: 710px;
margin: 0px auto 10px;
}

.mustangNeckOuter {
width: 360px;
float: left;
padding-left: 5px;
}

.mustangNeckOuter p {
text-align: center;
padding: 0px 0px 2px 0px;
}

.mustangNeckInner {
float: left;
width: 115px;
padding: 0px 5px 0px 0px;
text-align: center;
margin-bottom: 5px;
}

.mustangNeckImage {
width: 115px;
height: 185px;
background-image: url(img/mustangBanner.jpg);
background-repeat: no-repeat;
}

.jaguarNeckImage {
width: 115px;
height: 185px;
background-image: url(img/jaguarBanner.jpg);
background-repeat: no-repeat;
}

.jagstangNeckImage {
width: 115px;
height: 185px;
background-image: url(img/jagstangBanner.jpg);
background-repeat: no-repeat;
}

.mustangDetailsButton {
display: block;
margin: 0px auto;
background-image: url(img/constSmallDetails.png);
width: 60px;
height: 20px;
}

.mustangDetailsButton:hover {
background-image: url(img/constSmallDetails-roll.png);
width: 60px;
height: 20px;
}

.flattopSevenNeckImage {
width: 115px;
height: 185px;
background-image: url(img/7flattopBanner.jpg);
background-repeat: no-repeat;
}

.carvedtopSevenNeckImage {
width: 115px;
height: 185px;
background-image: url(img/7carvedtopBanner.jpg);
background-repeat: no-repeat;
}

.superwideImageleft {
margin-left: 14px;
margin-right: 10px;
}

.superwideNeckText {
padding-top: 5px;
}

.callUsSidebarImage {
padding: 8px 0px 6px 12px;
}

.reportIssuesConfig {
margin: 8px 0px 0px 38px;
width: 80px;
text-align: center;
display: block;
padding: 6px;
border: solid 1px #ffffff;
background-color: #be8347;
color: #ffffff;
}

.configOptionWarning
{
	padding-bottom:15px;
}

/**********************/
/*	View 3 - Contruction Type Box     */
/**********************/


.bodyConfIntroBoxWrap {
	margin: -6px 0px 10px 80px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 3px #777777;
	padding: 10px;
	width: 400px;
	background-color: #333333;
}

.bodyConfIntroBoxWrap h3 {
	padding: 4px 0px;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	margin: -6px 0px 0px;
	font-family: "Times New Roman", Times, serif;
}

.bodyConfIntroBoxWrap h4 {
	padding: 4px 0px;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: -6px 0px 0px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyConfIntroBoxWrap ul {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	list-style-type: square;
	*list-style-image: url(img/ieBullet.jpg);
}

.bodyConfIntroBoxWrap li {
	*margin-left: 6px;
}

#constIcon {
float: left;
width: 192px;
height: 120px;
background-image: url(img/constructionIcon.jpg);
background-repeat: no-repeat;
margin-bottom: 8px;
}

.constDropdownBox {
	position: relative;
	float: left;
	padding: 0px 0px 10px 10px;
	width: 172px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #e7924e;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
	margin-bottom: 10px;
}

.constDropdownBoxError {
position: relative;
	float: left;
	padding: 0px 0px 10px 10px;
	width: 172px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #FF0000;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
	margin-bottom: 10px;
}

.constTypeOuter {
float: right;
width: 507px;
}

.scaleImage {
margin-bottom: 5px;
}

.wpDetailsButton {
display: block;
margin: 0px auto;
background-image: url(img/constLargeDetails.png);
width: 70px;
height: 24px;
}

.wpDetailsButton:hover {
background-image: url(img/constLargeDetails-roll.png);
width: 70px;
height: 24px;
}

.scaleDetailsButton {
display: block;
margin: 0px auto;
background-image: url(img/constSmallDetails.png);
width: 60px;
height: 20px;
}

.scaleDetailsButton:hover {
background-image: url(img/constSmallDetails-roll.png);
width: 60px;
height: 20px;
}

.wProConstIcon {
float: left;
width: 130px;
height: 212px;
margin-right: 4px;
}

.vModConstIcon {
float: left;
width: 130px;
height: 212px;
margin-right: 4px;
}

.tVinConstIcon {
float: left;
width: 130px;
height: 212px;
margin-right: 4px;
}

.scaleConstTypes {
float:left;
width: 105px;
height: 212px;
background-image: url(img/scaleConversionbg.jpg);
}

.scaleTypesHeader {
width: 105px;
height: 22px;
margin-bottom: 4px;
background-image: url(img/scaleConversionTitle.png);
background-repeat: no-repeat;
}

.proConversionIcon {
display: block;
width: 105px;
height: 90px;
}

.baritoneIcon {
display: block;
height: 90px;
width: 105px;
}

/**********************/
/*	View 3 - Wood Box     */
/**********************/

#woodIcon {
	float: left;
	width: 211px;
	height: 120px;
	background-image: url(img/woodIcon.jpg);
	background-repeat: no-repeat;
}

.woodOptionsOuter, .woodOptionsOuterMain {
	float: left;
	margin-left: 10px;
}

.woodOptionsOuter  {
	width: 300px;
}

.woodOptionsOuterMain {
	width: 330px;
}

.woodDropdownBox, .fingwoodDropdownBox, .woodBodyDropdownBox, .woodBodyDropdownBoxTop, .woodDropdownBoxBody, .fingwoodDropdownBoxBody {
	position: relative;
	padding: 0px 0px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #e7924e;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
}

.woodDropdownBox, .fingwoodDropdownBox, .woodBodyDropdownBox, .woodBodyDropdownBoxTop {
	width: 277px;
}

.woodDropdownBoxBody, .fingwoodDropdownBoxBody  {
	width: 307px;
}


.woodBodyDropdownBoxTopError, .woodBodyDropdownBoxTopErrorBridge {
	position: relative;
	padding: 0px 0px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #ff0000;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
	margin-left: 13px;
	width: 307px;
	margin-bottom: 10px;
}

.woodBodyDropdownBoxTopError2 {
	position: relative;
	padding: 0px 0px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #ff0000;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
	margin-left: 0px
	width: 307px;
	margin-bottom: 10px;
}

.woodBodyDropdownBoxTopErrorBridge {
	margin: 0px;
}

.configGreenCheck {
margin-top: -18px;
padding-right: 112px;
width: 17px;
float: right;
}

.configGreenCheckNeck {
margin-top: -18px;
padding-right: 102px;
width: 17px;
float: right;
}

.configGreenCheckF {
margin-top: -18px;
padding-right: 102px;
width: 17px;
float: right;
}

.configGreenCheckFinish {
margin-top: -18px;
padding-right: 102px;
width: 17px;
float: right;
}

.configGreenCheckBackBinding {
margin-top: -18px;
padding-right: 103px;
width: 17px;
float: right;
}

.configGreenConst {
position: absolute;
right: 7px;
bottom: 12px;
}

.configGreenShaft {
margin-top: -2px;
width: 17px;
padding-left: 4px;
}

.configGreenUnique {
margin-top: -18px;
padding-right: 112px;
width: 17px;
float: right;
}

.woodDropdownBoxError, .fingwoodDropdownBoxError, .woodDropdownBoxBodyError {
	position: relative;
	padding: 0px 0px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #FF0000;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
}

.woodDropdownBoxError, .fingwoodDropdownBoxError {
	width: 277px;
}

.woodDropdownBoxBodyError {
	width: 307px;
}

.woodDropdownBox, .woodDropdownBoxError, .woodDropdownBoxBody {
margin-bottom: 10px;
}

.fingwoodDropdownBox, .fingerwoodDropdownBoxError, .fingwoodDropdownBoxBody, .fingwoodDropdownBoxBodyError {
margin-bottom: 15px;
}

.woodDropdownBox p, .woodDropdownBoxError p, .woodDropdownBoxBody, .woodDropdownBoxBody p {
float: left;
}

.fingwoodDropdownBox a, .fingerwoodDropdownBoxError, .fingwoodDropdownBoxBody a {
position: absolute;
bottom: 7px;
right: 12px;
}

.woodDropdownBox a, .woodDropdownBoxError a, .woodDropdownBoxBody a {
position: absolute;
bottom: 7px;
right: 12px;
}

.uniqueChoiceDropdownBox {
padding: 13px 0px 10px 10px;
position: relative;
width: 293px;
background-image: url(img/uniqueConfigBg.jpg);
background-repeat: repeat-x;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: solid 3px #999999;
}

.uniqueBox {
padding-top: 10px;

}

.uniquePriceBody {
display: block;
float: left;
width: 100px;
font-size: 1.25em;
line-height: 1.9em;
font-weight: bold;
padding: 10px 0px;
}

.uniquePrice {
font-size: 1.25em;
line-height: 1.9em;
font-weight: bold;
padding: 10px 0px;
}

.uniqueChoiceHeadingOption {
height: 18px;
width: 64px;
background-image: url(img/optionText.jpg);
position: absolute;
top: -11px;
left: 3px;
}

.uniqueChoiceHeading, .uniqueChoiceHeadingLamTop, .uniqueChoiceHeadingLamBottom {
margin: 0px;
padding: 0px 0px 6px;
width: 261px;
height: 53px;
}

.uniqueChoiceHeading {
background-image: url(img/uniqueConfigHead.jpg);
background-repeat: no-repeat;
}

.uniqueChoiceDropdownBox p {
padding: 0px 0px 10px 0px;
margin: 0px;
float: left;
}

/**********************/
/*	View 3 - ALL OTHER BOXES     */
/**********************/

.rightHandText, .rightHandTextControl {
position: absolute;
bottom: 10px;
left: 10px;
width: 200px;
background-color: #333333;
padding: 4px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: solid 3px #666666;
}

.rightHandText {
text-align: center;
}

#nutWidthIcon {
float: left;
background-image: url(img/nutWidthIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#orientationIcon {
float: left;
background-image: url(img/orientationIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#backShapeIcon {
float: left;
background-image: url(img/backShapeIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#radiusIcon {
float: left;
background-image: url(img/radiusIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#scallopingIcon {
float: left;
background-image: url(img/scallopingIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#bindingIcon {
float: left;
background-image: url(img/bindingIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#fretSizeIcon {
float: left;
background-image: url(img/fretSizeIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#tunerReamIcon {
float: left;
background-image: url(img/tunerReamIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#inlayIcon {
float: left;
background-image: url(img/inlayIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#stringNutIcon {
float: left;
background-image: url(img/stringNutIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#mountingHolesIcon {
float: left;
background-image: url(img/mountingHolesIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#finishIcon {
float: left;
background-image: url(img/finishIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#fretExtensionIcon {
float: left;
background-image: url(img/24FretIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}
.allDropdownBox, .allDropdownBoxBody {
	float: left;
	position: relative;
	padding: 10px 0px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #e7924e;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
	margin: 0px 0px 10px 10px;
}

.allDropdownBox {
	width: 277px;
}

.allDropdownBoxBody {
	width: 307px;
}

.allDropdownBoxBodyError {
	width: 307px;
	float: left;
	position: relative;
	padding: 10px 0px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #ff0000;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
	margin: 0px 0px 10px 10px;
} 

.allDropdownBoxError {
	float: left;
	position: relative;
	padding: 10px 0px 10px 10px;;
	width: 277px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #FF0000;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
	margin: 0px 0px 10px 10px;
}

.nutWidthInfoLink {
position: absolute;
bottom: 5px;
right: 12px;
}

.uniqueChoiceInfoLink {
position: absolute;
bottom: 3px;
right: 14px;
width: 83px;
height: 30px;
}

.orientationInfoLink {
position: absolute;
bottom: 5px;
right: 12px;
}

.stringNutInfoLink {
position: absolute;
top: 4px;
right: 12px;
}

.stringNutInfo {
padding-top: 10px;
}

.configGreenBodyNeckPickupCheck {
margin: -9px 0px 0px 89px;
*margin: -13px 0px 0px 89px;

}

.configGreenBodyNeckPickupCheck img {
}

.twenty4FretBox {
padding: 6px 0px 0px;
}

.twenty4FretBox p {
	margin-top: 6px;
	width: 182px;
	padding: 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 2px #555555;
}


/**********************/
/*	View 3 - Items from Showcase Box     */
/**********************/

.showcaseMainOuter {
position: fixed;
bottom: 0;
width: 726px;
height: 74px;
*height: 59px;
margin: 0px 0px 0px 38px;
}

.showcaseButtonBar {
width: 726px;
height: 59px;
}

.showcaseExpandButton {
margin: 0px;
float: right;
background-image: url(img/showcaseExpandClick.png);
height: 59px;
width: 116px;
}

.showcaseContractButton {
margin: 0px;
float: right;
background-image: url(img/showcaseContractClick.png);
height: 59px;
width: 116px;
}

.showcaseDropButton {
float: left;
width: 40px;
height: 32px;
background-image: url(img/showcaseNumber.gif);
background-repeat: no-repeat;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-size: 2em;
font-weight: bold;
padding: 27px 0px 0px 6px;
}

.showcaseDropText {
float: left;
width: 564px;
background-image: url(img/showcaseButtonBar.gif);
background-repeat: no-repeat;
height: 59px;
}

.showcaseDropTextNumber {
float: left;
width: 564px;
background-image: url(img/showcaseButtonBarLight.gif);
background-repeat: no-repeat;
height: 59px;
}

.showcaseDropButtonNumber {
float: left;
width: 40px;
height: 32px;
background-image: url(img/showcaseNumberAn.gif);
background-repeat: no-repeat;
text-align: center;
font-family: "Times New Roman", Times, serif;
font-size: 2em;
font-weight: bold;
padding: 27px 0px 0px 6px;
}

.showcaseDropOuter {

height: 292px;
padding: 59px 0px 0px 8px;
background-image: url(img/CurtainsforShowcase.jpg);
background-repeat: no-repeat;
}

.similarShowcaseItem
{
	float:left;
	text-align: center;
	padding:5px;
	font-size: 1.1em;
}


.similarShowcaseItem img {
border: solid 1px #999999;
padding: 2px;
}

.similarShowcaseItem a {
display: block;
margin: 0px auto;
background-image: url(img/constSmallDetails.png);
background-repeat:no-repeat;
width: 60px;
height: 20px;
padding-bottom:5px;
}

.similarShowcaseItem a:hover {
background-image: url(img/constSmallDetails-roll.png);
width: 60px;
height: 20px;
}

.subtotalSidebarOuter {
position: relative;
width: 164px;
margin-top: 10px;
background-color: red;
}

.subtotalSidebarTitle {
position: absolute;
top: 0px;
text-align: center;
width: 164px;
height: 30px;
background-image: url(img/subtotalSidebarTitle.png);
background-repeat: no-repeat;
}

.subtotalSidebarBox {
position: absolute;
top: 30px;
display: block;
text-align: center;
width: 164px;
height: 46px;
font-family: "Times New Roman",Times,serif;
font-size: 2.3em;
font-weight: bold;
padding-top: 6px;
background-image: url(img/subtotalSidebarBox.png);
background-repeat: no-repeat;
color: #3e3e3e;
}

/**********************/
/*	View 4 - Review and Buy     */
/**********************/

.viewFourOuter {
width: 810px;
}

.viewFourOuter p {
width: 810px;
padding-top: 12px;
text-align: center;
}

.viewFourInner {
width: 810px;
}

.viewFourHeader {
margin: 0px auto;
width: 231px;
height: 30px;
background-image: url(img/view4header.jpg);
background-repeat: no-repeat;
}

.buildReview {
width: 810px;
font-size: 1.25em;
line-height: 1.2em;
padding: 0px 4px 4px;
}

.buildReview h2 {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 1.7em;
}

.buildReview span {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 1.2em;
}

.buildReviewRowOdd {
position: relative;
padding: 2px;
background-color: #000000;
}

.buildReviewRowEven {
position: relative;
padding: 2px;
background-color: #333333;
}

.buildPrice {
position: absolute;
right: 2px;
top: 2px;
padding: 1px;
float: right;
}

.buildFinalPrice {
float: right;
padding: 4px 2px 0px 2px;
font-size: 1.35em;
}

.reviewShowcaseInner {
height: 183px;
padding: 54px 0px 0px 47px;
*padding: 70px 0px 0px 47px;
background-image: url(img/CurtainsforShowcaseLarge.jpg);
background-repeat: no-repeat;
}


/**********************/
/*	Bass Config Styles*/
/**********************/


#bassWoodIcon, #bassNutWidthIcon, #bassOrientationIcon, #fretReductionIcon, #bassFretSizeIcon, #bassTunerReamIcon, #bassInlayIcon, #bassStringNutIcon, #bassMountingHolesIcon, #bassFinishIcon , #bassBindingIcon {
	float: left;
	width: 211px;
	height: 120px;
	background-repeat: no-repeat;
}

#bassWoodIcon {
	background-image: url(img/bassWoodIcon.jpg);
}

#bassNutWidthIcon {
	background-image: url(img/bassNutWidthIcon.jpg);
	margin-bottom: 14px;
}

#bassOrientationIcon {
	background-image: url(img/bassOrientationIcon.jpg);
	margin-bottom: 14px;
}

#fretReductionIcon {
	background-image: url(img/20FretIcon.jpg);
	margin-bottom: 14px;
}

#bassFretSizeIcon {
	background-image: url(img/bassFretSizeIcon.jpg);
	margin-bottom: 14px;
}

#bassTunerReamIcon {
	background-image: url(img/bassTunerReamIcon.jpg);
	margin-bottom: 14px;
}

#bassInlayIcon {
	background-image: url(img/bassInlayIcon.jpg);
	margin-bottom: 14px;
}

#bassStringNutIcon {
	background-image: url(img/bassStringNutIcon.jpg);
	margin-bottom: 14px;
}

#bassMountingHolesIcon {
	background-image: url(img/bassMountingHolesIcon.jpg);
	margin-bottom: 14px;
}

#bassFinishIcon {
	background-image: url(img/bassFinishIcon.jpg);
	margin-bottom: 14px;
}

#bassBindingIcon {
	background-image: url(img/BassbindingIcon.jpg);
	margin-bottom: 14px;
}

.customBassNeckTitle {
background-image: url(img/customBassNeckTitle.jpg);
background-repeat: no-repeat;
}

.chooseFirstBassNeck h1 {
background-image: url(img/choose-style-header-BassNeck.jpg);
background-repeat: no-repeat;
}



/****************
Misc. Utilities
*/
.greenBorder
{
	border:solid 2px #009900;
}

.center
{
	text-align:center;
}

.testback
{
    background-image:url(img/testback.png);
    background-position:center;
    background-repeat:no-repeat;
    width:550px;
    height:100px;
    margin-left:40px;
    
}
   
     
/*********************************************************************************************/
/*	Other Style Sheets added to able commerce												 */
/*********************************************************************************************/
/*Grey Box Style Sheet Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 15000;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 20000;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 15001;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 15001;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

/* Bryan: Fixed downward movement on hover of close
.GB_Window .on { border-bottom: 1px solid #333; }
*/

.GB_Window .click { border-bottom: 1px solid red; }


/*****************************************************************************************

/************ STYLES FOR WEBPARTS ************/

/* styling for part title */
.WebPart_PartTitle
{
	border: 1px solid #C4C4C4;
	background-color: #E8E8E8;
	padding: 0 2px;
	height:25px;
	margin: 5px 0 0 0;
}

/* this adds a little margin to the verb icons */
.WebPart_PartTitle a
{
	margin: 0 3px 0 0;
}

/* styling for admin part */
.WebPart_AdminPart
{
	border: 1px solid #C4C4C4;
	padding: 8px;
	margin: 2px 0 0 0;
}

/* style for the webparts page editor */
#webpartsPanel
{
	background-color:  Gray;
	margin-top:20px;
	border:outset 2px #92A7EC;
	padding:4px;
	clear:both;
}

#webpartsPanel .outerFrame { width:100%; }

/* used to display a content section in the webparts page editor */
#webpartsPanel .section 
{
	background-color: Gray;
	border: solid 1px #ffffff;
	font-family:Verdana;
	width:100%;
	margin-bottom:10px;
}

/* header for content section in the webparts page editor */
#webpartsPanel .section .header 
{
	padding: 0 2px;
	background-color: #3d3d3d;
	border:1px solid #92A7EC;
	height:25px;
}

/* the header / caption of a content section */
#webpartsPanel .section .header H2
{
	margin:0px;
	margin-right:10px;
	line-height:25px;
	font-size:12px;
	display:inline;
}

/* links within the header of a content section */
#webpartsPanel .section .header a
{
	text-decoration:underline;
}

#webpartsPanel .EditorZone
{
	background-color: gray;
	border: solid 1px #ffffff;
	font-family:Verdana;
	padding:6px;
	width:100%;
	margin-bottom:10px;
}

#webpartsPanel .EditorZoneHeader
{
	padding: 0 2px;
	background-color: #3d3d3d;
	border:1px solid #000000;
	height:25px;
	font-weight:bold;
 }

#webpartsPanel .EditorZoneFooter
{
	text-align:left;
}

#webpartsPanel .EditorZoneFooter input
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background:#5872CB url(img/button_bg.gif) repeat-x;
	font-size: 9px;
	text-transform: uppercase;
	color: #134FA3;
	padding: 2px 5px 2px 5px;
	border: 1px solid #ffffff;
	font-weight: bold;
	cursor:pointer;
	margin: 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
}

#webpartsPanel .EditorZoneFooter input:hover
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background:#5872CB url(img/button_bg_hover.gif) repeat-x;
	font-size: 9px;
	text-transform: uppercase;
	color: #675D29 ;
	padding: 2px 5px 2px 5px;
	border: 1px solid #C7B55C;
	font-weight: bold;
	cursor:pointer;
	margin: 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;
}

/**************************************************************************************************************************************/
/* MENU */

/* this styles the container for the menu */
.MenuGroup
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	cursor:pointer;	
}

/* this is the normal style for a top level menu item */
.TopMenuItem
{
	background-color:Transparent;
}

/* this is the hover style for a top level menu item */
.TopMenuItemHover
{
	background-color: #222222;
	
}

/* this class displays when a top level menu item is clicked */
.TopMenuItemActive 
{
	background-color: #222222;
	color:#FFFFFF;
}

/* this class is used to style a top level menu item when the cursor hovers over 
any of it's child items */
.TopMenuItemExpanded
{
	background-color: #222222;
	color:#FFFFFF;
}

/* this is the normal style for a top level menu item */
.MenuItem
{
	background-color:#505050;
	color:#FFFFFF;
}

/* this is the hover style for a top level menu item */
.MenuItemHover
{
	background-color: #222222;
	color:#FFFFFF;
}

/* this class displays when a menu item is clicked */
.MenuItemActive
{
	background-color: #808080;
	color:#FFFFFF;
}

/* this class is used to style a menu item when the cursor hovers over 
any of it's child items */
.MenuItemExpanded
{
	background-color: #222222;
	color:#FFFFFF;

}

/* this is the styling for a break item in the menu */
.MenuBreak
{
	width:100%;
	height:0px;
}

/* VERTICAL TABS */
.vTab_TopGroup
{
  z-index:24;
}

.vTab_DefaultTab
{
  background-image:url(img/nrm_bg.gif);
  font-size:10px;
  font-family: tahoma; 
  cursor:pointer;
}

.vTab_SelectedTab
{
  background-image:url(img/sel_bg.gif);
  background-color:#DDDDDD;
  font-size:10px;
  font-family: tahoma; 
  cursor:default;
}

.vTab_transparent
{
  background:transparent;
}

.vTab_MultiPageOuterFrame
{
	background-color:#DDDDDD;
	border: 1px solid black;
	padding: 3px;
	z-index:25;
}

.vTab_MultiPage
{
	z-index:98;
	border: 1px solid #BBBBBB;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	background-color: #E3EFFF;
	width:100%;
}

/* TABS */
.hTab_TopGroup
{
  z-index:99;
  position:relative;
}

.hTab_DefaultTab
{
  color: #000000;
  background-color: #CACACA;
  background-image:url(img/nrm_bg.gif);
  font-size:8px;
  font-family: verdana; 
  cursor:pointer;
}

.hTab_DefaultTabHover
{
  color: #000000;
  background-color: #CACACA;
  background-image:url(img/nrm_bg.gif);
  font-size:8px;
  font-family: verdana; 
  text-decoration: underline;
  cursor:pointer;
}

.hTab_SelectedTab
{
  color: #000000;
  background-color: #DACEB5;
  background-image:url(img/sel_bg.gif);
  font-size:8px;
  font-family: verdana; 
  cursor:default;
}

/*.hTab_Level2Tab
{
  color: #000000;
  font-size:8px;
  font-family: verdana; 
  cursor:pointer;
}

.hTab_Level2TabHover
{
  color: #000000;
  font-size:8px;
  font-family: verdana; 
  cursor:pointer;
}

.hTab_SelectedLevel2Tab
{
  color: #000000;
  font-size:8px;
  font-family: verdana; 
  cursor:default;
}

.hTab_Level2Group
{
  background-color: #FFFFFF;
  background-image: url(img/level2_group_bg.gif); 
  border: 1px solid #645546; 
  border-bottom-color: #493E34; 
  position: relative;
  top:-2px;
  z-index:98;
}*/

.hTab_MultiPageOuterFrame
{
	background-color:#DDDDDD;
	border: 1px solid black;
	padding: 3px;
	z-index:25;
}

.hTab_MultiPage
{
	z-index:98;
	border: 1px solid #BBBBBB;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	background-color: #E3EFFF;
	width:100%;
}

/* TABS */
.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:black; 
  background-image: url(img/tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.DefaultTabHover 
{
  color:black; 
  background-image: url(img/hover_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.SelectedTab 
{
  color:black; 
  background-image: url(img/selected_tab_bg.gif);
  font-family:MS Sans Serif, Verdana; 
  font-size:10px; 
  cursor:default;
}

.MultiPage
{
  background-color:White;
  border: 1px solid #919B9C;
  width:487px;
  height:250px;
  position:relative;
  top:-2px;
  z-index:98;
}

/* TREE */
.TreeView 
{ 
  background-color: white; 
  cursor: default; 
} 

.TreeNode 
{ 
  font-family: arial, verdana; 
  font-size: 12px; 
  padding-left: 1px; 
  cursor: default; 
} 

.HoverTreeNode 
{ 
  font-family: arial, verdana; 
  font-size: 12px; 
  padding-left: 1px; 
  text-decoration: underline; 
  cursor: default; 
} 

/* CALENDAR */
.calendar_button
{
	border:none;
	cursor:pointer;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
  width:90px;
}

.calendar td
{
  font-size:11px;
}

.title
{
	font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
	width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
	width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
	width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
	width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:middle;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:middle;
  background-color:#FFFFFF;
}

/* GRID */
.Grid 
{ 
  background-color: #FFFFFF;
  border: 1px solid gray; 
  cursor: pointer; 
}

.HeadingCell 
{ 
  background-color: #333333;
  border: 1px solid #555555;
  border-bottom-color: #000000;
  border-right-color: #000000;
}

.HeadingCellText
{
  color: #FFFFFF;
  font-family: verdana; 
  font-size: 10px; 
  font-weight: bold; 
  text-align: left;
  padding:3px;
}

.Row 
{ 
  background-color: #E2E2E2; 
}

.Row td.DataCell 
{ 
  cursor: default;
  padding: 3px; 
  border: 1px solid #FFFFFF; 
  border-right-color: #B5B5B5; 
  border-bottom-color: #B5B5B5; 
  font-family: verdana; 
  font-size: 10px; 
} 

.Row td.FirstDataCell 
{ 
  padding-left: 3px; 
  cursor: default;
} 

.SelectedRow 
{ 
  background-color: #FFEEC2; 
}

.SelectedRow td.DataCell 
{ 
  padding: 3px; 
  padding-left: 4px; 
  padding-bottom: 3px; 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: 1px solid #4B4B6F; 
  border-top: 1px solid #4B4B6F; 
  border-right: 0px; 
  cursor: default;
}

.SelectedRow td.FirstDataCell 
{ 
  border-left: 1px solid #4B4B6F; 
  border-right: 0px; 
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default;
}

.SelectedRow td.LastDataCell 
{ 
  border-right: 1px solid #4B4B6F; 
  cursor: default;
}

.GridFooter
{
  cursor: default;
  padding: 5px;
}

.GridFooter a 
{
  color: Black;
  font-weight: bold;
}

.PagerText
{ 
  font-family: verdana; 
  font-size: 11px; 
} 

/*RSS Divs*/
.rss
{
	border:solid 2px #CCCCCC;
	background-color:#000000;
	color:#FFFFFF;
	padding:5px;
	width:120px;
	margin-left:7px;
}

/*******************************************************************************************************************/

/*JD Gallery Style*/

#myGallery, #myGallerySet, #flickrGallery, #dealsGallery
{
     
	width: 175px;
	height: 200px;
	z-index:5;
	border: 1px solid #000;
}

#neckGallery
{
	width: 285px;
	height: 120px;
	z-index:5;
	border: 1px solid #000;
	padding-top:20px;
	padding-bottom:35px;

	
}


#adGallery
{
     
	width:615px;
	height:332px;
	z-index:5;
	border: 1px solid #000;
	
}

#tour
{
    text-align:left;
	width:500px;
	height:270px;
	z-index:5;
	border: 1px solid #000;
	font-size:20px;
	padding-left:110px;
}



#stars
{
  padding-left:40px;
}

#tour .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 80px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

#flickrGallery
{
	width: 500px;
	height: 334px;
}

#myGallery img.thumbnail, #myGallerySet img.thumbnail
{
	display: none;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdGallery .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 60px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

* html .jdGallery .slideInfoZone
{
	bottom: -1px;
}

.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdGallery div.carouselContainer
{
	position: absolute;
	height: 135px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	left: 0;
	top: 0;
}

.jdGallery a.carouselBtn
{
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
}

.jdGallery .carousel
{
	position: absolute;
	width: 100%;
	margin: 0px;
	left: 0;
	top: 0;
	height: 115px;
	background: #333;
	color: #fff;
	text-indent: 0;
	overflow: hidden;
}

.jdExtCarousel
{
	overflow: hidden;
	position: relative;
}

.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper
{
	position: absolute;
	width: 100%;
	height: 78px;
	top: 10px;
	left: 0;
	overflow: hidden;
}

.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner
{
	position: relative;
}

.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail
{
	cursor: pointer;
	background: #000;
	background-position: center center;
	float: left;
	border: solid 1px #fff;
}

.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail
{
	margin-bottom: 10px;
}

.jdGallery .carousel .label, .jdExtCarousel .label
{
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	padding: 0;
	margin: 0;
}

.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton
{
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	padding: 1px 2px;
	margin: 0;
	background: #222;
	border: 1px solid #888;
	cursor: pointer;
}

.jdGallery .carousel .label .number, .jdExtCarousel .label .number
{
	color: #b5b5b5;
}

.jdGallery a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=0);
	-moz-opacity:0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=50);
}

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('img/fleche1.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('img/fleche2.gif') no-repeat center right; }

.jdGallery a.open
{
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.withArrows a.open
{
	position: absolute;
	top: 0;
	left: 25%;
	height: 99%;
	width: 50%;
	cursor: pointer;
	z-index: 10;
	background: none;
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/*
.withArrows a.open:hover { background: url('img/open.png') no-repeat center center; }

* html .withArrows a.open:hover { background: url('img/open.gif') no-repeat center center;
	filter:alpha(opacity=80); }
*/	
	
/* Gallery Sets */

.jdGallery a.gallerySelectorBtn
{
	z-index: 15;
	position: absolute;
	top: 0;
	left: 30px;
	height: 20px;
	/*width: 100px; background: url('img/carousel_btn.gif') no-repeat;*/
	text-align: center;
	padding: 0 10px;
	font-size: 13px;
	background: #333;
	color: #fff;
	cursor: pointer;
	opacity: .4;
	-moz-opacity: .4;
	-khtml-opacity: 0.4;
	filter:alpha(opacity=40);
}

.jdGallery .gallerySelector
{
	z-index: 20;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

.jdGallery .gallerySelector h2
{
	margin: 0;
	padding: 10px 20px 10px 20px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}

.jdGallery .gallerySelector .gallerySelectorWrapper
{
	overflow: hidden;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton
{
	margin-left: 10px;
	margin-top: 10px;
	border: 1px solid #888;
	padding: 5px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	float: left;
}

.jdGallery .gallerySelector .gallerySelectorInner div.hover
{
	background: #333;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview
{
	background: #000;
	background-position: center center;
	float: left;
	border: none;
	width: 40px;
	height: 40px;
	margin-right: 5px;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #aaa;
}

/*Mazhar Photo Gallery*/
#imagegallery
{
	background-color:Black;
	padding: 10px;
	text-align:center;
	width:540px;
}

#gallery-items
{
	list-style: none;
	list-style-image:none;
	background-color:Transparent;
}

#gallery-items .gallery-item
{
	display: block;
	overflow: visible;
	float: left;
	list-style:none;
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
	padding-bottom:1px;
	cursor:pointer;
}

#gallery-items .gallery-item .info
{
	display:none;	
}
#imagegallery .large-container
{
	
}
#imagegallery .thumbnail-container
{
	padding:10px;
	text-align:center;
}


#gallery-items .gallery-item img
{
	width: 80px;
	max-height: 80px;
	border-style:solid;
	border-width:1px;
	border-color:#fbed13;
}


#large
{
	border: 1px solid #DFDFDF;
	background-color: #d5d5d5;
	text-align: center;
	font-family: Georgia, Times, san-serif;
	font-size: 12px;
	padding:10px;
}

#large  img
{
	width:500px;
	height: 500px;
	max-width: 500px;
	max-height: 500px;
}

#large .gallery-item
{
	list-style:none;
}

#large .info
{
	margin-top:5px;
	font-family:Tahoma;
	font-size:12px;
	color:#434445;	
}

.vip-hollow-back img
{
	text-align: center;
	padding: 20px 0px 0px 0px;
}

.vip-hollow-back-text
{
	padding-top: 12px;
	width: 380px;
}

.vip-hollow-back-text ul {
	text-align: left;
}

.image-text
{
	display: none;
}


.shippingWarning
{
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #ffffff;
}

.warningIcon 
{
background-image: url(img/warning-shipping.png);
background-repeat: no-repeat;
width: 60px;
height: 53px;
float: left;
}

.warningText
{
float: left;
width: 514px;
margin-left: 6px;
}

.warningText ul {
padding-left: 6px;
list-style-type: square;
}

/* -----DIV containing the unique showcase query and configurator buttons for each specific product---*/
.showcaseButtonWrap
{
width: 630px;
margin: 0px auto;
}

.showcaseButton
{
float: left;
width: 293px;
padding: 0px 0px 0px 0px;
}

.showcaseButtonText
{
text-align: left;
padding: 10px 0px 0px 5px;
}

.configuratorButton
{
float: left;
width: 300px;
padding: 0px;
}

.showcaseButtonTextCon
{
text-align: left;
padding: 10px 0px 0px 12px;
}

.or-text {
margin-left: 5px;
padding: 0px 0px 0px 0px;
float: left;
background-image: url(img/or-text.jpg);
background-repeat: no-repeat;
width: 27px;
height: 110px;
}

.soloistFlameMapleText {
display: block;
padding-top: 3px;
padding-left: 10px;
font-weight: bold;
font-size: 1.5em;
}

.soloistCarvedPadouk {
float: right;
width: 190px;
}

.soloistCarvedPadouk img {
padding-left: 20px;
} 

.soloistCarvedPadouk p {
text-align: center;
} 

.soloistAccess {
float: left;
width: 300px;
}

.soloistAccess p {
text-align: center;
}

.paulCrookOuterWrapper {
width: 620px;
}

.crookRightImage {
float: right;
width: 200px;
}

.crookLeftText {
float: left;
width: 403px;
padding-top: 20px;
}

.crookLeftImage {
float: left;
width: 200px;
}

.crookRightText {
float: right;
width: 403px;
}

.crookLink {
font-weight: bold;
text-decoration: underline;
}

.crookBottomImage {
padding-left: 60px;
}

.crookBottomText {
text-align: center;
font-weight: bold;
font-size: 1.2em;
}


#preview
{
	position:fixed;
	top:10px;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:1000000;
}

.scDescriptionWrap {

}

.scDescription
{
	float:left;
	padding-left:10px;
	width:136px;
}

.scDescription li {
	text-align: left;
	*padding-right: 10px;
	*list-style-image: url(img/ieBullet.jpg);
}

.showCatButton {
	width: 168px;
	height: 42px;
	background-image: url(img/showCategoryButton.jpg);
	background-repeat: no-repeat;
	margin: 4px 0px 6px 0px;
	text-indent: -9999px;
}

.btnSlideSearch {
	width: 168px;
	height: 42px;
	background-image: url(img/showAdvancedButton.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

.smallBuildButtonShow {
	margin-top: 12px;
}

.defaulttext ul {
text-align: left;
margin: 8px 10px;
}
/******************************/
/*		  Gallery			  */
/******************************/
.galleryEntryContainer
{
}

.galleryImage
{
	float:left;
	padding-right:20px;
}

.galleryDescription
{
}

.gallerySubmissions
{
	clear:both;
}

.gallerySubmissionItem
{
	float:left;
	padding-right:10px;
}

.galleryBookmarks
{
	clear:both;
	text-align:center;
	padding-top:50px;
}

/******************************/
/*	      Body Wizard		  */
/******************************/




/******************************/
/*	      BW - View 2   	  */
/******************************/

.chooseFirstBody h1 {
background-image: url(img/choose-style-header-body.jpg);
background-repeat: no-repeat;
}

.chooseFirstBassBody h1 {
background-image: url(img/choose-style-header-Bassbody.jpg);
background-repeat: no-repeat;
}

.configRadioBorderBody {
width: 624px;
}

.customBodyTitle {
background-image: url(img/customBodyTitle.jpg);
background-repeat: no-repeat;
}

.viewThreeGoBackBodyWrap {
float: left;
width: 222px;
height: 129px;
background-image: url(img/viewThreeGoBackBody-roll.jpg);
background-repeat: no-repeat;
}

.viewThreeGoBackBody {
background-image: url(img/viewThreeGoBackBody.jpg);
background-repeat: no-repeat;
}

.viewThreeGoBackBody:hover {
background-image: url(img/viewThreeGoBackBody-roll.jpg);
background-repeat: no-repeat;
}

.configGreenBodyCheck {
margin-top: -2px;
width: 17px;
padding-left: 4px;
}

.configGreenBodyWoodCheck {
position: absolute;
bottom: 11px;
right: 112px;
}

.configGreenBodyPickupCheck {
position: absolute;
bottom: 11px;
right: 111px;
}

.bodyBoxwPadding {
padding-top: 8px;
}

.optionalBindingDropdownBox {
	float: left;
	position: relative;
	margin: 6px 0px 10px 10px;
	padding: 10px;
	width: 298px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #999999;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
}

.woodBodyDropdownBox {
width: 293px;
}

.woodBodyDropdownBoxTop {
margin-left: 13px;
width: 307px;
}

.woodOptionsOuterBody {
float: left;
margin-left: 8px;
width: 360px;
}

.laminateOuterWrap {
float: left;
postion: relative;
width: 322px;
padding: 12px 10px 10px;
background-image: url(img/bodyWoodbg.jpg);
background-repeat: repeat-x;
background-color: #2c2725;
margin-top: 18px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: solid 3px #999999;
}

.bevelLamTopText {
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #999999;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
	
}

.laminateFrontHeading, .laminateBackHeading, .laminateFrontHeadingRequired   {
width: 145px;
height: 28px;
position: absolute;
top: -43px;
left: -6px;
text-indent: -9999px;
}

.laminateFrontHeadingBevel {
width: 145px;
height: 28px;
position: absolute;
top: -84px;
left: -6px;
text-indent: -9999px;
background-image:url(img/frontLamHeading.jpg);
}

.laminateFrontHeadingRequired  
{
	background-image:url(img/frontLamHeading.jpg);
	top:-31px;
}

.laminateFrontHeading {
background-image:url(img/frontLamHeading.jpg);
}

.laminateBackHeading {
background-image:url(img/backLamHeading.png);
}

.uniqueChoiceHeadingLamTop {
background-image:url(img/uniqueConfigHeadLamTop.jpg);
background-repeat: no-repeat;
}

.uniqueChoiceHeadingLamBottom {
background-image:url(img/uniqueConfigHeadLamBottom.jpg);
background-repeat: no-repeat;
}

.optionalWoodDropdownBox, .optionalwoodDropdownBoxBody {
	float: left;
	position: relative;
	margin: 12px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #999999;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
}

.allDropdownBoxUC {
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #E7924E;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
}

.woodBodyDropdownBoxTopTwo, .woodBodyDropdownBoxTopTwoError {
	float: left;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #e7924e;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
}

.woodBodyDropdownBoxTopTwo, .woodBodyDropdownBoxTopTwoError {
	width: 307px;
}

.woodBodyDropdownBoxTopTwoError {
	border: solid 3px #ff0000;
}

.optionalwoodDropdownBoxBodyExtraTwo, .optionalwoodDropdownBoxBodyExtra  {
	float: left;
	position: relative;
	margin: 12px 0px 10px 10px;
	padding: 10px 0px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 3px #999999;
	background-image: none;
	background-color: #000000;
	font-size: 1em;
	width: 307px;
}

.optionalwoodDropdownBoxBodyExtraTwo {
	margin: 12px 0px 10px 20px;
}

.optionalWoodDropdownBox {
	width: 293px;
}

.optionalwoodDropdownBoxBody, .allDropdownBoxUC {
	width: 307px;
}

.uniqueChoiceBodyDropdownBox p {
padding-bottom: 10px;
}

.uniqueChoiceBodyDropdownBox {
padding: 13px 0px 10px 10px;
position: relative;
float: left;
width: 307px;
background-image: url(img/uniqueConfigBg.jpg);
background-repeat: repeat-x;
background-color: 794645;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: solid 3px #999999;
margin: 12px 0px 0px;
}

.uniqueChoiceBodyInfoLink {
position: absolute;
bottom: 4px;
right: 10px;
width: 83px;
height: 30px;
}

.moreInfoLinkOptional {
position: absolute;
bottom: 4px;
right: 10px;
}

.optionUCTextTop, .optionUCTextBottom {
height: 18px;
width: 64px;
position: absolute;
top: -11px;
left: 3px;
}

.optionUCTextTop {
background-image: url(img/optionUCTextTop.jpg);
}

.optionUCTextBottom {
background-image: url(img/optionUCTextBottom.jpg);
}

.optionBindingBuildText {
height: 18px;
width: 64px;
background-image: url(img/optionBindingAll.jpg);
position: absolute;
top: -11px;
left: 3px;
}

.rightHandTextControl {
text-align: left;
}

.bodyBuildBeginText {
float: left;
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-size: 2em;
padding: 16px 0px 0px 67px;
}

.bodyTypeStartButton {
float: right;
width: 200px;
height: 61px;
}

#scaleLengthIcon {
float: left;
background-image: url(img/scaleLengthIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#constructionBodyIcon, #constructionBassBodyIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#constructionBodyIcon {
background-image: url(img/constructionBodyIcon.jpg);
}

#constructionBassBodyIcon {
background-image: url(img/constructionBassBodyIcon.jpg);
}

#woodBodyIcon {
float: left;
background-image: url(img/woodBodyIcon.jpg);
background-repeat: no-repeat;
width: 201px;
height: 120px;
margin-bottom: 14px;
}

#orientationBodyIcon, #bassorientationBodyIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#orientationBodyIcon {
background-image: url(img/orientationBodyIcon.jpg);
}

#bassorientationBodyIcon {
background-image: url(img/BassorientationBodyIcon.jpg);
}

#fholesIcon, #bassfholesIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#fholesIcon {
background-image: url(img/fholesIcon.jpg);
}

#bassfholesIcon {
background-image: url(img/BassfholesIcon.jpg);
}

#controlCavRoutIcon, #basscontrolCavRoutIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 30px;
}

#controlCavRoutIcon {
background-image: url(img/controlCavRoutIcon.jpg);
}

#basscontrolCavRoutIcon {
background-image: url(img/basscontrolCavRoutIcon.jpg);
}

#pickupsIcon, #basspickupsIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#pickupsIcon {
background-image: url(img/pickupsIcon.jpg);
}

#basspickupsIcon {
background-image: url(img/BasspickupsIcon.jpg);
}

#controlIcon, #basscontrolIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#controlIcon {
background-image: url(img/controlIcon.jpg);
}

#basscontrolIcon {
background-image: url(img/BasscontrolIcon.jpg);
}

#jackRoutIcon, #bassjackRoutIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#jackRoutIcon {
background-image: url(img/jackRoutIcon.jpg);
}

#bassjackRoutIcon {
background-image: url(img/bassjackRoutIcon.jpg);
}

#bridgeIcon, #bassbridgeIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#bridgeIcon {
background-image: url(img/bridgeIcon.jpg);
}

#bassbridgeIcon {
background-image: url(img/BassbridgeIcon.jpg);
}

#neckPocketIcon {
float: left;
background-image: url(img/neckPocketIcon.jpg);
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#mountingHolesBodyIcon, #mountingHolesBassBodyIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#mountingHolesBodyIcon {
background-image: url(img/mountingHolesBodyIcon.jpg);
}

#mountingHolesBassBodyIcon {
background-image: url(img/mountingHolesBassBodyIcon.jpg);
}

#contoursBodyIcon, #contoursBassBodyIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#contoursBodyIcon {
background-image: url(img/contoursBodyIcon.jpg);
}

#contoursBassBodyIcon {
background-image: url(img/contoursBassBodyIcon.jpg);
}

#bindingbodyIcon, #bassbindingbodyIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#bindingbodyIcon {
background-image: url(img/bindingbodyIcon.jpg);
}

#bassbindingbodyIcon {
background-image: url(img/BassbindingbodyIcon.jpg);
}

#studInstallIcon, #bassstudInstallIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#studInstallIcon {
background-image: url(img/studInstallIcon.jpg);
}

#bassstudInstallIcon {
background-image: url(img/BassstudInstallIcon.jpg);
}

#batteryBoxIcon, #bassbatteryBoxIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#batteryBoxIcon {
background-image: url(img/batteryBoxIcon.jpg);
}

#bassbatteryBoxIcon {
background-image: url(img/bassbatteryBoxIcon.jpg);
}

#finishBodyIcon, #finishBassBodyIcon {
float: left;
background-repeat: no-repeat;
width: 211px;
height: 120px;
margin-bottom: 14px;
}

#finishBodyIcon {
background-image: url(img/finishBodyIcon.jpg);
}

#finishBassBodyIcon {
background-image: url(img/finishBassBodyIcon.jpg);
}

#controlsExpandButton {
width: 120px;
height: 30px;
background-image: url(img/controlsExpandButton.jpg);
margin: 8px 0px 0px 6px;
}

.controlsMainOuter {
width: 286px;
height: 300px;
margin-left: 6px;
}

.sevenStringCTandSImage {
width: 286px;
height: 260px;
margin-left: 6px;
background-image: url(img/7StringCarvedFlatImage.jpg);
}

.controlRoutMainOuter {
width: 286px;
height: 250px;
padding-bottom: 28px;
padding-top: 8px;
position: relative;
}

.thinlineTopRoutButton {
width: 286px;
height: 34px;
position: absolute;
bottom: 40px;
left: 0px;
text-align: center;
}

.seventiesRepo {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: solid 3px #777777;
background-color: #333333;
padding: 8px;
margin: 10px 10px 30px 0px;
}

/******************************/
/*	      NEWSLETTER BTN  	  */
/******************************/

.newsletterFrame {
margin: 10px 0px 6px 2px;
}

.newsletterBtnOuterWrap {
	width: 147px;
	height: 94px;	
	position: relative;
}

.newsletterBody {
	width: 149px;
	height: 94px;
	background: none;
}

.newletterBtnTopBox {
	width: 147px;
	height: 50px;
	background-image: url(img/joinMailingListHeader.jpg);
	position: absolute;
	top: 0px;
	left: 0px;
}

.newletterBtnTopBox h3 {
	text-indent: -9999px;
}

.newletterBtnBottomBox {
	width: 147px;
	height: 44px;
	background-image: url(img/joinMailingListBottom.jpg);
	position: absolute;
	top: 50px;
	left: 0px;
}

.newletterBtnBottomBox h4 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	position: absolute;
	top: -15px;
	left: 6px;
	*top: 1px;
	text-transform: uppercase;
}

.newsletterBtnField {
	width: 90px;
	height: 16px;
	position: absolute;
	bottom: 6px;
	left: 5px;
}

.newsletterBtnsubmit {
	position: absolute;
	bottom: 5px;
	right: 5px;
	*width: 40px;
	*height: 21px;
}

.pricingTitleWrap, .ucAreaLogo, .uniqueChoiceAreaWrapInner h2, .ucAreaBottomHeader {
	text-align: center;
}

.uniqueChoiceAreaWrap {
	font-size: .9em;
}

/* used to display reviews message  */
pre.Reviews
{
font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 12px;
   white-space: pre-wrap;       /* css-3 */
white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
white-space: -pre-wrap;      /* Opera 4-6 */
white-space: -o-pre-wrap;    /* Opera 7 */
word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.nodeSummaryLink{text-decoration: underline; text-indent: 0px; color:#5872CB; margin:4px 0 8px 0; padding:4px 0 8px 0; cursor:pointer;}

.tvJonesPickupWrap {
	width: 523px;
	padding: 10px;
	overflow: hidden;
	margin: 0px auto;
}

/*----------NEW ICEMAN BASS PAGE----------*/
/*----------------------------------------*/

.icemanBassTopWrap {
	position: relative;
	width: 634px;
	margin: -20px auto 16px;
}

.icemanBassTopWrapTwo {
	width: 634px;
	height: 360px;
	margin: 0px auto 18px;
}

.icemanBassTopWrapFour {
	width: 634px;
	height: 400px;
	margin: 0px auto 18px;
}

.icemanBassTopWrapThree {
	width: 634px;
	margin: 0px auto 18px;
}

.icemanBassTopText, .icemanContouredHeel {
	padding: 8px;
}

.icemanBassTopText {
	width: 600px;
	margin: 0px auto;
}

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

.iceman5ContouredHeel {
	width: 190px;
	float: left;
}

.icemanBassTopWrap .icemanBassTopText p {
	padding-bottom: 12px;
	color: #ffffff;
	font-size: .9em;
	padding-top: 40px;
}

.iceman5ContouredHeel p {
	padding-bottom: 12px;
	color: #ffffff;
	font-size: .9em;
	padding-top: 10px;
}

.icemanContouredHeel p {
	padding-bottom: 12px;
	color: #ffffff;
	font-size: .9em;
	padding-top: 10px;
}

.icemanContouredHeel .pleaseAddDollars, .iceman5ContouredHeel .pleaseAddDollars {
	padding-bottom: 12px;
	color: #ffffff;
	font-size: .9em;
	padding-top: 0px;
}

.icemanContouredHeel a, .iceman5ContouredHeel a {
	color: orange;
}

.icemanContouredHeel a:hover, .iceman5ContouredHeel a:hover {
	color: #ffffff;
}

.icemanBassTopWrap .icemanBassTopText .icemanBassSecondPar {
		padding-bottom: 12px;
	color: #ffffff;
	font-size: .9em;
	padding-top: 0px;
}

.icemanBassTopWrap ul, .icemanBassTopWrapTwo ul, .icemanBassTopWrapFour ul {
	padding-bottom: 12px;
	color: #ffffff;
	font-size: .9em;
	list-style-type: square;
	*list-style-image: url(img/ie7bullet.jpg);
	margin: 0px;
	padding-right: 0px;
	padding-left: 10px;	
}

.icemanBassTopWrap li, .icemanBassTopWrapTwo li, .icemanBassTopWrapFour li {
	margin-left: 20px;
}

.icemanBassTopImageRight, .icemanBassContouredRight {
	float: right;
	height: 300px;
	margin-top: -40px;
	_margin-top: -400px;
	*position: relative;
	*z-index: 1;
}

.iceman5BassContouredRight {
	float: right;
	height: 300px;
	width: 440px;
}

.icemanBassTopImageRight {
	width: 213px;
}

.icemanBassContouredRight {
	width: 400px;
}

.icemanBassTopImageRight h3, .icemanBassContouredRight h3, .iceman5BassContouredRight h3 {
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

.icemanBassMiddleWrap {
	margin: 20px 0px 12px;
	overflow: hidden;
	position: relative;
}

.icemanBassViewBackButton {
	float: right;
	width: 103px;
	height: 42px;
	background-image: url(img/IcemanBassViewButton-hover.jpg);
}

.icemanBassViewFrontButton {
	float: left;
	width: 103px;
	height: 42px;
	background-image: url(img/IcemanBassViewButtonLeft-hover.jpg);
}

.icemanViewBackButtonWrap {
	width: 206px;
	height: 52px;
	margin: 12px auto 0px;
}

.icemanViewFrontButtonInactiveLeft {
	float: left;
	width: 103px;
	height: 42px;
	background-image:url(img/IcemanBassFrontViewImage.jpg);
}

.icemanViewBackButtonInactiveLeft {
	float: right;
	width: 103px;
	height: 42px;
	background-image: url(img/IcemanBassBackViewImage.jpg);
}

.icemanBassViewBackButton a {
	display: block;
	width: 87px;
	height: 30px;
	color: #ffffff;
	padding: 12px 8px 0px 8px;
	text-align: center;
	background-image: url(img/IcemanBassViewButton.jpg);
	font-size: .9em;
	text-transform: uppercase;
}

.icemanBassViewBackButton a:hover {
	background-image: url(img/IcemanBassViewButton-hover.jpg);
}

.icemanBassViewFrontButton a {
	display: block;
	width: 87px;
	height: 30px;
	color: #ffffff;
	padding: 12px 8px 0px 8px;
	text-align: center;
	background-image: url(img/IcemanBassViewButtonLeft.jpg);
	font-size: .9em;
	text-transform: uppercase;
}

.icemanBassViewFrontButton a:hover {
	background-image: url(img/IcemanBassViewButtonLeft-hover.jpg);
}

.icemanBassImagesWrap {
	margin: 0px 15px;
}

.optionalContouredHeelBass {
	margin: -10px auto 0px;
}

.optionalContouredHeelBass p, .fullsizeBassImageWrap p {
	font-size: .9em;
	text-align: center;
}

.fullsizeBassImageWrap {
	width: 634px;
	margin: -24px auto 18px;
	text-align: center;
}

.fullsizeBassImageWrap a {
	color: orange;
}

.fullsizeBassImageWrap a:hover {
	color: #ffffff;
}

.guitarCatalogWrap {
	font-size: 1.3em;
	color: #ffffff;
	width: 630px;
	margin-top: 4px;
	margin-left: 9px;
	*margin-left: 9px;
	*padding-right: 0px;
}

.guitarCatalogHeader {
width: 634px;
background-color: #000000;
margin-bottom: 14px;
}

.guitarCatalogHeader h1, .guitarCatalogHeaderHardware h1 {
	display: block;
	background-color: #000000;
	padding: 0px 4px;
	margin: 0px auto;
	width: 300px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	line-height:1.1em;
}

.stratTopBorder {
	border-top: solid 1px #ffffff;
	width: 632px;
	height: 2px;
	padding: 2px 0px;
}

.topTeleDescription {
	width: 480px;
	margin: 0px auto;
	padding: 10px 0px;
}

.teleRearRoutHead {
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 2px;;
	position: relative;
	z-index: 5;
}

.teleRearRoutSubHead {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 8px;
	margin: 0px;
	position: relative;
	z-index: 5;
}

.topTeleImageWrap .topTeleImageWrapText {
	font-weight: bold;
	font-size: 1em;
}

.topTeleImageWrap {
	width: 210px;
	text-align: center;
	float: left;
}

.teleMidText {
	width: 634px;
	margin: 0px auto;
	padding-bottom: 12px;
	color: #ffffff;
}

.teleMidText p {
	text-align: center;
	padding-bottom: 6px;
	font-size: .9em;
}

.lefthandRightWrap {
	width: 632px;
	text-align: center;
	padding: 10px 0px 8px;
}

.guitarCatalogWrap .showcaseButtonText {
	font-size: .9em;
	line-height: 1.1em;
}

.guitarCatalogWrap .showcaseButtonTextCon {
	font-size: .9em;
	line-height: 1.1em;
}

.vintageModern_21FretWrap {
	width: 312px;
	margin: 12px auto;
	text-align: center;
}

.vintageModern_21FretWrap .vm21left {
	width: 292px;
	background-color: #222222;
	border: solid 2px #333333;
	padding: 10px;
	margin-bottom: 12px;
}

.vintageModern_21FretWrap .vm21right {
	width: 292px;
	background-color: #222222;
	border: solid 2px #333333;
	padding: 10px;
}

.vintageModern_21FretWrap .vm21left h2, .vintageModern_21FretWrap .vm21right h2 {
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	margin-bottom: 10px;
}

.vintageModern_21FretWrap p {
	font-size: .9em;
	padding: 0px 0px 10px 0px;
}

.vintageModern_21FretWrap .vm21left .vmUnderText, .vintageModern_21FretWrap .vm21right .vmUnderText {
	font-size: .9em;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

fingerBoardLengthPopWrap {
	width: 500px;
	margin: 10px auto;
	font-size: 1.2em;
}

.scSaleHomeTopBanner {
	width: 630px;
	height: 257px;
	background-image: url(img/ShowcaseSaleTopBanner.jpg);
	margin: 10px auto;
}

.scSaleChooseHeading {
	width: 630px;
	height: 40px;
	margin: 10px auto 18px;
	background-image: url(img/ShowcaseSaleChooseHeading.jpg);
	text-indent: -9999px;
}

.scSaleCategoryWrap {
	width: 560px;
	overflow: hidden;
	margin: 0px auto 20px;
}

.scSaleGuitarBodies {
	float: left;
	width: 250px;
	height: 230px;
	background-image: url(img/scSaleGuitarBodiesIcon-hover.jpg);
}

.scSaleGuitarBodies a {
	display: block;
	width: 250px;
	height: 230px;
	background-image: url(img/scSaleGuitarBodiesIcon.jpg);
	text-indent: -9999px;
	outline: none;
}

.scSaleGuitarBodies a:hover {
	background-image: url(img/scSaleGuitarBodiesIcon-hover.jpg);
}

.scSaleGuitarNecks {
	float: right;
	width: 250px;
	height: 230px;
	background-image: url(img/scSaleGuitarNecksIcon-hover.jpg);
}

.scSaleGuitarNecks a {
	display: block;
	width: 250px;
	height: 230px;
	background-image: url(img/scSaleGuitarNecksIcon.jpg);
	text-indent: -9999px;
	outline: none;
}

.scSaleGuitarNecks a:hover {
	background-image: url(img/scSaleGuitarNecksIcon-hover.jpg);
}

.scSaleBassBodies {
	float: left;
	width: 250px;
	height: 230px;
	background-image: url(img/scSaleBassBodiesIcon-hover.jpg);
}

.scSaleBassBodies a {
	display: block;
	width: 250px;
	height: 230px;
	background-image: url(img/scSaleBassBodiesIcon.jpg);
	text-indent: -9999px;
	outline: none;
}

.scSaleBassBodies a:hover {
	background-image: url(img/scSaleBassBodiesIcon-hover.jpg);
}

.scSaleBassNecks {
	float: right;
	width: 250px;
	height: 230px;
	background-image: url(img/scSaleBassNecksIcon-hover.jpg);
}

.scSaleBassNecks a {
	display: block;
	width: 250px;
	height: 230px;
	background-image: url(img/scSaleBassNecksIcon.jpg);
	text-indent: -9999px;
	outline: none;
}

.scSaleBassNecks a:hover {
	background-image: url(img/scSaleBassNecksIcon-hover.jpg);
}

.scSaleIntroText {
	width: 630px;
	margin-top: -32px;
	margin-left: 86px;
}

.scSaleBulletsWrap {
	background-color: #333333;
	width: 630px;
	margin: 12px auto 0px;
	padding: 10px 0px 10px 0px;
	border: solid 2px #444444;
}

.scSaleBulletsWrap ul {
	list-style-type: square;
	margin: 0px;
	*list-style-image: url(img/ieBullet.jpg);
	*margin-left: 30px;
}

.scSaleBulletsWrap li {
	*margin-left: 6px;
}

/****************************/
/*	Compare Showcase Items  */
/****************************/

.comparePageMainHeaderWrap {
	margin: 10px 0px 10px 8px;
}

.comparePageMainHeaderWrap h1 {
	margin: 0px 0px 6px 0px;
	font-size: 2.3em;
	font-weight: bold;
}

.comparePageMainHeaderWrap p {
	margin: 0px 0px 6px 0px;
}

#compareTable .movingCell
{
	cursor: e-resize;
}

td.hover
{
	background-color: #222222;
}

#compareTable .cellHover
{
	background-color: #555555;
}

.upperCompareWrap {
	overflow: hidden;
	height: 21px;
}

#compareTable {
	margin: 0px 0px 10px 10px;
	border: solid 1px #555555;
	*table-layout: fixed;
	_table-layout: fixed;

}

#compareTable td {
	padding: 1px 2px;
	border: solid 1px #555555;
	*width: 320px;
	_width: 320px;
}

#compareTable .sideHeader {
	font-weight: bold;
	*width: 90px;
	_width: 90px;
}

#compareTable a.compareBuyBtn {
	display: block;
	float: left;
	width: 52px;
	height: 22px;
	margin: 3px 0px 2px 8px;
	background-image: url(img/compareBuyBtnBG.jpg);
	background-color: green;
	background-repeat: repeat-x;
	border: solid 1px #999999;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 4px;
	font-size: 1.2em;
	font-weight: bold;
}

#compareTable a.compareBuyBtn:hover {
	background-image: url(img/compareBuyBtnBG-hover.jpg);
	background-repeat: repeat-x;
	border: solid 1px #bbbbbb;	
}

#compareTable .compareCloseBox {
	display: block;
	float: right;
	width: 19px;
	height: 19px;
	margin: 2px;
	background-image: url(img/compareCloseBox.jpg);
	text-indent: -9999px;
	outline: none;
}

#compareTable .switchBack {
	float: right;
	width: 92px;
	height: 16px;
	margin: 2px 4px 2px 2px;
	background-image: url(img/compareSwitchBackBtn.jpg);	
	background-repeat: repeat-x;
	text-align: center;
	font-size: .9em;
	padding-top: 1px;
	text-transform: uppercase;
	border: solid 1px #a29791;
	cursor: pointer;
}

.compareItemHeader span, .compareItemHeaderNeck span {
	font-weight: bold;
	font-size: 1.3em;
	display: block;
	float: left;
	padding-left: 2px;
	text-transform: uppercase;
}

.compareItemHeader, .compareItemHeaderNeck {
	text-align: center;
}

.compareItemHeader img, compareItemHeaderNeck img {
	*margin-top: 10px;
}

#compareTable .extraInfoCell {
	width: 300px;
}

#compareTable .extraInfoCell .addInfo {
	*display: block;
	*width: 300px;
	_display: block;
	_width: 300px;
}

#compareTable .extraInfoCellNeck {
	width: 270px;
}

#compareTable .extraInfoCellNeck .addInfo {
	*display: block;
	*width: 276px;
	_display: block;
	_width: 276px;
}

#compareTable .compareItemHeaderNeck, #compareTable .priceCellNeck, #compareTable .neckCell {
	*width: 276px;
	_width: 276px;
}

#compareTable .showcasesalePriceItem {
	margin-left: 2px;
	margin-bottom: 4px;
	float: left;
}

.priceCellInnerWrap {
	width: 274px;
	margin-right: 2px;
}

/****************************/
/*	  STANDARD STRAT PAGE   */
/****************************/

.stratPickguardViewButton {
	position: absolute;
	bottom: 80px;
	right: 0px;
}

.stratPickguardViewButton a {
	outline: none;
}

/*.stratImageSwitchButtonWrap {
	width: 320px;
	margin: 0px auto;
	padding: 0px 4px 4px;
	border: solid 2px #333333;
	background-color: #222222;
	font-size: .9em;
}*/

.stratImageSwitchButtonWrap table {
		margin: 0px auto;
}

.stratImageSwitchButtonWrap table td {
		padding: 3px;
}

.stratSwitcherChooseWood td {
	font-size: .8em;
}

.stratSwitcherChooseWood {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 2px 0px 0px;
}

.stratRearRoutHeading {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.stratStandardTopText {
	float: left;
	padding: 8px;
	width: 350px;
	margin: 0px auto;
}

.bodyCatWaystoBuyWrap {
	float: right;
	width: 266px;
	height: 180px;
	margin-top: 10px;
	background-image: url(img/WaysToBuyBox.jpg);
}

.onlineBodyBuilderBtn {
	width: 253px;
	height: 72px;
	margin: 25px 0px 0px 7px;
	background-image: url(img/onlineBodyBuilderBtn-Strat-hover.jpg);		
}

.onlineBodyBuilderBtn a {
	display: block;
	width: 253px;
	height: 72px;
	background-image: url(img/onlineBodyBuilderBtn-Strat.jpg);
	text-indent: -9999px;
	outline: none;
}

.onlineBodyBuilderBtn a:hover {
	background-image: url(img/onlineBodyBuilderBtn-Strat-hover.jpg);
}

.onlineShowcaseBtn {
	width: 253px;
	height: 72px;
	margin: 6px 0px 0px 7px;
	background-image: url(img/inStockShowcaseBtn-Strat-hover.jpg);
	
}

.onlineShowcaseBtn a {
	display: block;
	width: 253px;
	height: 72px;
	background-image: url(img/inStockShowcaseBtn-Strat.jpg);
	text-indent: -9999px;
	outline: none;
}

.onlineShowcaseBtn a:hover {
	background-image: url(img/inStockShowcaseBtn-Strat-hover.jpg);
}

.onlineShowcaseBtn-SplitJ {
	width: 253px;
	height: 72px;
	margin: 6px 0px 0px 7px;
	background-image: url(img/inStockShowcaseBtn-SplitJ-hover.jpg);
	
}

.onlineShowcaseBtn-SplitJ a {
	display: block;
	width: 253px;
	height: 72px;
	background-image: url(img/inStockShowcaseBtn-SplitJ.jpg);
	text-indent: -9999px;
	outline: none;
}

.onlineShowcaseBtn-SplitJ a:hover {
	background-image: url(img/inStockShowcaseBtn-SplitJ-hover.jpg);
}

.onlineBodyBuilderBtn-SplitJ {
	width: 253px;
	height: 72px;
	margin: 25px 0px 0px 7px;
	background-image: url(img/onlineBodyBuilderBtn-SplitJ-hover.jpg);		
}

.onlineBodyBuilderBtn-SplitJ a {
	display: block;
	width: 253px;
	height: 72px;
	background-image: url(img/onlineBodyBuilderBtn-SplitJ.jpg);
	text-indent: -9999px;
	outline: none;
}

.onlineBodyBuilderBtn-SplitJ a:hover {
	background-image: url(img/onlineBodyBuilderBtn-SplitJ-hover.jpg);
}

.onlineShowcaseBtn-PBass {
	width: 253px;
	height: 72px;
	margin: 6px 0px 0px 7px;
	background-image: url(img/inStockShowcaseBtn-PBass-hover.jpg);
	
}

.onlineShowcaseBtn-PBass a {
	display: block;
	width: 253px;
	height: 72px;
	background-image: url(img/inStockShowcaseBtn-PBass.jpg);
	text-indent: -9999px;
	outline: none;
}

.onlineShowcaseBtn-PBass a:hover {
	background-image: url(img/inStockShowcaseBtn-PBass-hover.jpg);
}

.onlineBodyBuilderBtn-PBass {
	width: 253px;
	height: 72px;
	margin: 25px 0px 0px 7px;
	background-image: url(img/onlineBodyBuilderBtn-PBass-hover.jpg);		
}

.onlineBodyBuilderBtn-PBass a {
	display: block;
	width: 253px;
	height: 72px;
	background-image: url(img/onlineBodyBuilderBtn-PBass.jpg);
	text-indent: -9999px;
	outline: none;
}

.onlineBodyBuilderBtn-PBass a:hover {
	background-image: url(img/onlineBodyBuilderBtn-PBass-hover.jpg);
}

.icemanBassTopWrap .stratStandardTopText p {
	padding-bottom: 12px;
	color: #ffffff;
	font-size: .9em;
	padding-top: 40px;
}

.icemanBassTopWrap .stratStandardTopText .icemanBassSecondPar {
		padding-bottom: 12px;
	color: #ffffff;
	font-size: .9em;
	padding-top: 0px;
}

.icemanBassTopWrap ul, .icemanBassTopWrapTwo ul, .icemanBassTopWrapFour ul {
	padding-bottom: 12px;
	color: #ffffff;
	font-size: .9em;
	list-style-type: square;
	*list-style-image: url(img/ie7bullet.jpg);
	margin: 0px;
	padding-right: 0px;
	padding-left: 10px;	
}

.icemanBassTopWrap li, .icemanBassTopWrapTwo li, .icemanBassTopWrapFour li {
	margin-left: 20px;
}

.viewPickguardsHardwareWrap {
	float: right;
	position: relative;
	width: 298px;
	height: 140px;
	margin: -100px 0px 0px 12px;
}

.viewPickguardPageLink {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 140px;
	width: 139px;	
}

.viewPickguardPageLink a {
	display: block;
	text-indent: -9999px;
	outline: none;
	width: 139px;
	height: 99px;
	background-image: url(img/ViewPickguardBuyButton.jpg);	
}

.viewPickguardPageLink p, .viewHardwarePageLink p {
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
}

.viewHardwarePageLink {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 140px;
	width: 139px;
}

.viewHardwarePageLink a {
	display: block;
	text-indent: -9999px;
	outline: none;
	width: 139px;
	height: 99px;
	background-image: url(img/ViewHardwareButton.jpg);
}

.contouredScrewsWrap {
	width: 220px;
	float: right;
	margin-bottom: 14px;
	margin-top: -120px;
	margin-right: 80px;
}

.contouredScrewsWrap p {
	font-size: .9em;
	margin-top: 10px;
	text-align: center;
}

.contouredScrewsWrap strong {
	color: #990000;
}

.contouredHeelWrapOuter ul {
	padding-bottom: 12px;
	color: #ffffff;
	font-size: .9em;
	list-style-type: square;
	*list-style-image: url(img/ie7bullet.jpg);
	margin: 0px;
	padding-right: 0px;
	padding-left: 10px;	
}

.contouredHeelWrapOuter li {
	margin-left: 20px;
}

.controloptionsOuterWrap {
	position: absolute;
	bottom: 0px;
	right: -16px;
	width: 140px;
	background-color: #444444;
	border: solid 3px #666666;
	padding: 0px 6px 6px;
	color: #ffffff;
	font-size: .9em;
	line-height: 1.4em;
}

.imageSwitcherOuterWrap {
	position: relative;
}

.controloptionsOuterWrap h2 {
	background-image: url(img/controlOptionsHeader.jpg);
	width: 117px;
	height: 22px;
	text-indent: -9999px;
	margin: -12px auto 0px;
}

.stratTopJackOptionOuter img {
	float: left;
	margin: -28px 12px 14px 0px;
	*position: relative;
	*z-index: 1;
}

.stratTopJackOptionOuter p {
	margin-top: 14px;
	font-size: .9em;
}

.pickguard .pearloidCloseout {
	display: block;
	width: 273px;
	height: 118px;
	outline: none;
	margin: 10px 0px 20px;
}

/*--------------- Image Switcher -------------*/
/*--------------------------------------------

.imageSwitcherOuterWrap {
	width: 600px;
	margin: 30px;
}

.imageSwitcherOptionsWrap {
	float: left;
	position: relative;
	width: 373px;
	margin: 0px;
	padding: 14px;
	background-image: url(img/imageSwitcherOptionsbg.jpg);
	background-repeat: repeat-x;
	background-color: #2e2d2b;
	border: solid 3px #646464;
	z-index: 1;
}

.stratImageSwitchButtonWrap {
	width: 194px;
	font-size: 1.1em;
	line-height: 1.4em;
	float: left;
}

.stratImageSwitchButtonWrap h2 {
	position: absolute;
	top: -24px;
	left: 17px;
	width: 144px;
	height: 19px;
	background-image: url(img/selectWoodFinishHeader.jpg);
	z-index: 3;
	text-indent: -9999px;
}

.selectWoodTextWrap {
	position: relative;
	z-index: 6;
}

.selectWoodTextWrap p {
	margin-left: 18px;
}

.selectWoodTextWrap .active {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 13px;
	height: 13px;
	background-image: url(http://www.warmoth.com/App_Themes/Warmoth/images/activeButton.png);
}

.selectWoodTextWrap .inactive {
	position: absolute;
	top: 3px;
	left: 0px;
	width: 13px;
	height: 13px;
	background-image: url(img/inactiveButton.png);
}

.imageSwitcherDivider {
	width: 2px;
	height: 85px;
	background-image:url(img/imageSwitcherDivider.jpg);
	background-repeat: repeat-y;
	float: left;
}

.imageSwitcherDividerRR {
	width: 2px;
	height: 57px;
	background-image:url(img/imageSwitcherDivider.jpg);
	background-repeat: repeat-y;
	float: left;
}

.imageSwitcherChangeView {
	float: left;
	width: 154px;
	padding: 0px 0px 0px 18px;
}

.imageSwitcherChangeView h2 {
	position: absolute;
	top: -24px;
	left: 254px;
	width: 99px;
	height: 21px;
	background-image: url(img/imageSwitcherChangeViewHeader.jpg);
	z-index: 3;
	text-indent: -9999px;
}

.imageSwitcherChangeView ul {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.imageSwitcherChangeView li {
	display: block;
	width: 150px;
	height: 25px;
	margin-top: 2px;
}

.imageSwitcherChangeView .inactive {
	background-color: #414141;
	color: #7c7c7c;
	text-align: center;
	border: solid 1px #555555;
	padding-top: 5px;
	height: 20px;
	margin-bottom: -2px;
}

.imageSwitcherChangeView a {
	display: block;
	width: 150px;
	height: 25px;
	text-align: center;
	padding-top: 5px;
	height: 20px;
	background-image: url(img/imageSwitcherChangeViewButton.jpg);
	border: solid 1px #6a6a6a;
	margin-top: 4px;
	color: #bfbfbf;
	text-shadow: 1px 1px 1px #372410;
}

.imageSwitcherChangeView a:hover {
	background-image: url(img/imageSwitcherChangeViewButton-hover.jpg);
	color: #ffffff;
}

.imageSwitcherControlsBox {
	width: 212px;
	float: right;
	background-image: url(img/imageSwitcherControlBoxbg.jpg);
	background-repeat: repeat-x;
}

.imageSwitcherControlsBox h2 {

}

.imageSwitcherControlsBox ul {

}

.imageSwitcherControlsBox li {

}

.imageSwitcherControlsBox a {

}

.imageSwitcherControlsBox a:hover {

}*/

.showcaseButtonsWrap {
	width: 650px;
	margin: 0px auto;
}

.showcaseHomeBanner {
	display: block;
	background-image: url(img/ShowcaseSaleLogoish2.jpg);
	width: 333px;
	height: 236px; 
	float: left;
	outline: none;
}

.countdownClock {
	position: relative;
	width: 310px;
	height: 236px;
	margin: 0px auto;
	overflow: hidden;
	float: right;
}

.countdownClock2 {
	position: relative;
	width: 310px;
	height: 238px;
	margin: -18px 170px 0px 0px;
	float: right;
	overflow: hidden;
}

.countdownClock .countdownImage, .countdownClock2 .countdownImage {
	position: absolute;
	top: 0px;
	left: 26px;
	width: 278px;
	height: 236px;
	background-image: url(img/showcaseSaleEndingText.jpg);
	z-index: 20;
}

.countdownClock .clock {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	width: 310px;
	height: 120px;
}

.countdownClock2 .clock {
	position: absolute;
	bottom: 0px;
	z-index: 3;
	width: 310px;
	height: 120px;
}

.countdownClock2 .clock object {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.scPageSaleBanner {
	float: right;
	width: 304px;
	height: 169px;
	background-image: url(img/scPageSaleBanner.jpg);
	margin-bottom: 0px;
	position: relative;
}

.scPageCountNumber {
	position: absolute;
	color: #ffffff;
	bottom: 19px;
	left: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
}

.scSaleIntroText {
	width: 230px;
	margin-top: 0px;
	margin-left: 206px;
	float: left;
}

.scSaleBulletsWrap {
	background-color: #333333;
	width: 630px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	border: solid 2px #444444;
}

.scSaleBulletsWrap ul {
	list-style-type: square;
	margin: 0px;
	*list-style-image: url(img/ieBullet.jpg);
	*margin-left: 30px;
}

.scSaleBulletsWrap li {
	*margin-left: 6px;
}

.stratBridgeImagesLeft {
	width: 300px;
	float: left;
	text-align: center;
}

.stratBridgeImagesRight {
	width: 300px;
	float: right;
	text-align: center;
}

.stratBridgeCenterImages {
	width: 500px;
	margin: 0px auto 14px;
	overflow: hidden;
}

.stratBridgeCenterImages img {
	float: left;
}

.stratBridgeCenterImages a {
	display: block;
	width: 162px;
	text-align: center;
	padding: 12px 12px 12px 12px;
	_padding: 10px;
	float: right;
	color: #ffffff;
	background-image: url(img/stratBridgeButtonbg-hover.jpg);
	background-repeat: repeat-x;
	background-color: #5b3e2b;
	border: solid 1px #a99c95;
	margin-top: 50px;
}

.stratBridgeCenterImages a:hover {
	color: #ffffff;
	background-image: url(img/stratBridgeButtonbg.jpg);
	background-repeat: repeat-x;
	background-color: #6c452b;
	border: solid 1px #a99c95;
}

.showcaseEndedWrap {
	width: 630px;
	height: 200px;
	margin: 0px auto 20px;
	background-image: url(img/showcaseSaleEND.jpg);
}