/*html selectors*/
body 
{
background:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/mainBg.jpg) no-repeat center top #353535;
margin: 0 0 0 0;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

h1 {
margin-bottom:5px;
color:#333;
font-size:38px;
font-family: Palatino Linotype, Times New Roman, Serif;
font-weight:bold;
text-transform: uppercase;
}

h2 
{
margin-top:0px;
margin-bottom:5px;
padding:0px;
color:#333;
font-size:24px;
font-family:Palatino Linotype, Times New Roman, Serif;
font-weight:bold;
}


h3 {
margin-top:0px;
margin-bottom:5px;
padding:0px;
color:#333;
font-size:18px;
font-family:Palatino Linotype, Times New Roman, Serif;
font-weight:bold;
}




a:link, a:visited, a:active, a:focus { color:#cccccc; font-size:12px; text-decoration:none; font-weight:normal; outline: none; -moz-outline-style: none; }
a:hover { color:#ffffff; font-size:12px; text-decoration:none; font-weight:normal; outline: none; -moz-outline-style: none; }

img {
border: 0px;
}

img.toggle
{
	opacity:0.7;               /*Firefox & Chrome*/
	filter:alpha(opacity=70);   /* IE */

}

img.toggle:hover
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
}


.toggle
{
	opacity:0.7;               /*Firefox & Chrome*/
	filter:alpha(opacity=70);   /* IE */

}

.toggle:hover
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
}


.shadow
    {
    -moz-box-shadow: 1px 1px 6px #000;
    -webkit-box-shadow: 1px 1px 6px #000;
    box-shadow: 1px 1px 6px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=50, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=50, Color='#000000');
    }

p {
margin:0px;
padding:0px;
font-size:12px;
}


/*end html selectors*/

/*link styles*/

a.black:link, a.black:visited  { color:#000; text-decoration:none; font-size:12px; }
a.black:hover { color:#fff; text-decoration:none; font-size:12px; }

a.more:link, a.more:visited { color:#000000; text-decoration:none; font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; }
a.more:hover { color:#ffffff; text-decoration:none; font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; }

a.secondaryLink:link, a.secondaryLink:visited { color:#cccccc; text-decoration:none; font-size:10px; margin-right:20px; font-weight:normal; }
a.secondaryLink:hover { color:#999; text-decoration:underline; font-size:10px; margin-right:20px; font-weight:normal; }

a.boldWhite:link, a.boldWhite:visited { color:#cccccc; text-decoration:none; font-size:11px; font-weight:bold; }
a.boldWhite:hover { color:#515cbf; text-decoration:underline; font-size:11px; font-weight:bold; }

a.footerLink:link, a.footerLink:visited { color:#ccc; text-decoration:none; font-size:12px; margin-right:4px; font-weight:normal; }
a.footerLink:hover { color:#666; text-decoration:none; font-size:12px; margin-right:4px; font-weight:normal; }

a.smallBlack:link, a.smallBlack:visited  { color:#ccc; text-decoration:none; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }
a.smallBlack:hover { color:#ffffff; text-decoration:none; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }

a.smallBlack2:link, a.smallBlack2:visited { color:#000000; text-decoration:none; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }
a.smallBlack2:hover { color:#666; text-decoration:none; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }

a.secondary:link, a.secondary:visited { color:#999; text-decoration:none; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal;}
a.secondary:hover {color:#ccc; text-decoration:none; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; }

a.dealerLink:link, a.dealerLink:visited { color:#5294bd; text-decoration:underline; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }
a.dealerLink:hover { color:#fff; text-decoration:underline; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }

a.redLink:link, a.redLink:visited { color:#777; text-decoration:none; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; }
a.redLink:hover { color:#515cbf; text-decoration:none; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; }

a.button:link, a.button:visited, input.button, input.button:visited 
{
color:#fff; 
background:#000000;
padding:4px; 
font-size:12px; 
border: 1px solid #575757;
text-decoration:none; 
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
cursor:pointer;
 }

a.button:hover, input.button:hover {background-color:#515cbf; color:#fff;}

a.button:active, input.button:active { position:relative; top:2px;}



a.lightbox:link, a.lightbox:active, a.lightbox:visited {color:#000; font-size:12px; text-decoration:none; font-weight:bold;}
a.lightbox:hover {text-decoration:underline;}

/*end link styles*/

/*centers all content*/
#container{
margin: 0 auto;
text-align: center;
width:100%;
position:relative;
z-index:10;
}

#logo_divContainer {
width:100%;
background-color:#000;
}

/*holds logo, search, email signup*/
#logo_div
{
margin:0 auto;
width:910px;
height:45px;
text-align:left;
padding-top:15px;
padding-bottom:22px;
}

.ibzlogo
{
margin:0px 50px 0px 25px;
border: 0px;
}

.bodyCopyWhite {
font-size:12px;
color:#ccc;
}


/*mainNav bar selectors*/
#mainNav
{
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/navBarBg.jpg);
background-repeat: repeat-x;
height:32px;
text-align: center;
margin:-12px auto 0px auto;
white-space:nowrap;
}

#mainNav ul
{
font-family: Palatino Linotype, Palatino, Georgia, Serif;
/*Places the list above bar in IE*/
position:relative;
left:-15px;
}

#mainNav ul li
{
display: inline;
}

#mainNav ul li a
{
color: #000;
padding: 9px 44px 6px 43px;
text-decoration: none;
text-transform:uppercase;
font-weight: bold;
position:relative;
top:9px;
}

#mainNav ul li a:hover
{
background-image: url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/navBarBgHover.jpg);
background-color:#ccc;
color:#fff;
text-transform:uppercase;
}

.activeNavBar
{
color:#fff !important;
background-image: url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/navBarBgHover.jpg);
}

#first a 
{ 
margin:0px;
position:relative;
z-index:10;
}
/*end mainNav bar selectors*/


/*second nav bar*/
#secondary_nav{
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/breadcrumb_bg.gif);
background-repeat: repeat-x;
background-position:top left;
width:880px;
height:43px;
margin:0 auto;
text-align:left;
border-left: 1px solid #333;
border-right: 1px solid #333;
padding-left:30px;
padding-top:10px;
}


#divBreadCrumb a:link { color:#696760; text-decoration:underline; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }
#divBreadCrumb a:visited { color:#696760; text-decoration:underline; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }
#divBreadCrumb a:hover {color:#cccccc; text-decoration:underline; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }

/*feature slider, any static html*/
#page_content_literal{
width:910px;
background-color:#000000;
position:relative;
z-index:200;
margin:-50px auto 0 auto;
}

/*product ribbon, signature artist ribbon*/
.productRibbonTitle {
color:#000000; 
text-align:left; 
text-decoration:none; 
font-size:14px; 
font-weight:bold; 
margin: 0px 0px 5px 15px;
font-family: Palatino Linotype, Times New Roman, Serif;
text-transform: uppercase;
}

.productRibbonTitle:first-letter {
font-size:18px;
}

a.productRibbon:link  { color:#000000; text-decoration:none; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; } 
a.productRibbon:visited  { color:#000000; text-decoration:none; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
a.productRibbon:hover { color:#515cbf; text-decoration:none; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

.productRibbonContainer {
margin:0 auto;
width: 910px;
}

.homepageProductRibbon {
margin:0 auto;
width:870px;
padding-top:14px;
border:0px solid black;
}

.signatureProductRibbon {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/signatureArtist_bg.png);
background-repeat: no-repeat;
background-position: top center;
margin:0 auto;
width:870px;
padding-top:14px;
border:0px solid black;
}

.productRibbonPhoto {
  float: left;
  margin-left:0px;
}

.signatureRibbonPhoto {
  float: left;
  margin-left:5px;
   padding-bottom:8px;
}

.productRibbonPhoto p {
  text-align: left;
  margin: 0px;
}

.signatureRibbonPhoto p {
  text-align: left;
  margin: 0px;
}


/*news tab image*/
#bottom_news_tab {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/bottomNewsTabBg.jpg);
background-repeat: no-repeat;
width:910px;
height:17px;
margin:0 auto;
text-align:left;
position:relative;
}

/*begins news area, second static html block*/
#page_content_literal_2 {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/bottom_news_block_bg.jpg);
background-repeat: repeat-x;
background-position:bottom left;
width:910px;
height:261px;
margin:0 auto;
text-align:left;
}

/*news columns, news home, news templates*/
.focusInterviewImage {
float:left;
}


.newsColLeft {
float:left;
width:220px;
height:210px;
padding:5px 20px 30px 20px;
border: #5b3532 1px solid;
background-image: url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/news_col_bg.jpg);
background-repeat:repeat-x;
background-position:top left;
margin-left:30px;
position:relative;
}

.newsColLeft2 {
float:left;
width:262px;
height:210px;
border: #5b3532 1px solid;
background-color:#000;
position:relative;
padding:0px;
margin-left:30px;
padding:0px;
}

.newsColRight {
float:right;
width:220px;
height:210px;
padding:5px 20px 30px 20px;
border: #5b3532 1px solid;
background-image: url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/news_col_bg.jpg);
background-repeat:repeat-x;
background-position:top left;
margin-left:30px;
margin-right:30px;
position:relative;
}


.newsContent {
width:240px;
margin-top:0px;
margin-bottom:-12px;
margin-left:-10px;
padding-left:15px;
line-height:11px;
}

.newsContent img {
border: 1px solid #704444;
}

.moreLink {
margin:0px;
padding:0px;
position:absolute;
left:210px;
top:219px;
}

.newsPanelContainerLarge {
width:450px;
height:312px;
float:left;
}

.newsPanelLarge {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
width:430px;
padding:10px;
height:300px;
text-align:left;
}

.newsPanelContainerLargeRight {
float:left;
width:250px;
position:relative;
}

.newsPanelLargeRight {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
width:228px;
padding:15px;
height:290px;
text-align:left;
}



.newsPanelContainerWide {
width:857px;
clear:both;
padding:0px;
text-align:left;
}

.newsPanelWide {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
width:827px;
padding:15px;
position:relative;
text-align:left;
}

.newsPanelContainerMedium {
width:285px;
height:390px;
float:left;
margin-right:0px;
}

.newsPanelMedium {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
width:265px;
padding:10px;
height:345px;
position:relative;
}

.newsPanelContainerSmall {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);    
width:860px;
height:235px;
float:left;
text-align:left;
}

.newsPanelSmall {
width:250px;
height:225px;
padding-top:8px;
position:relative;
margin-left:18px;
margin-right:0px;
text-align:left;
}

.newsImageLarge {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/newsImage_bg_large.jpg);
width:424px;
height:247px;
text-align:center;
padding-top:8px;
}

.newsImage {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/newsImage_bg.jpg);
width:249px;
height:156px;
text-align:center;
padding-top:7px;
}

.newsImageWide {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/newsImageWide_bg.jpg);
width:813px;
height:178px;
text-align:center;
padding-top:7px;
}

.newsImageArtist {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/artistImage_bg.jpg);
width:100px;
height:110px;
text-align:center;
 padding-top:5px;
}

.newsPanelContainerSpotlight {
width:250px;
height:170px;
float:left;
margin-right:0px;
margin-bottom:1px;
text-align:left;
}

.newsPanelSpotlight {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
width:250px;
padding:10px;
height:170px;
}

.newsPanelContainerSpotlightRight {
float:left;
width:410px;
margin-left:20px;
position:relative;
margin-bottom:1px;
}

.newsPanelSpotlightRight {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
width:396px;
padding:10px;
height:170px;
text-align:left;
}

.redBorder {
border: 1px solid #800d0d;
}

#newsListContainer { 
float:left;
width: 126px;
height:312px;
margin: 0px 0px 0px 22px;
text-align:left;
}

#newsListContainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#000000;
border-top: 1px solid #333333;
}


#newsListContainer ul a:link, #newsListContainer ul a:visited {
display: block;
padding: 6px 6px 6px 6px;
width: 114px;
border-bottom: 1px solid #333333;
text-decoration: none;
color: #000000;
text-decoration: none;
} 

#newsListContainer ul a:hover {
background-color: #000000;
color: #fff;
}

#newsListContainer p {
color: #000000;
margin:0px;
}

.newsPanelVideo {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
width:666px;
padding:10px;
height:400px;
text-align:left;

}
.newsPanelMediaRoomRelatedNews {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
width:666px;
padding:10px;
text-align:left;
 margin-top:1px;
}
.newsPanelMediaRoomBottom {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
width:686px;
  margin-top:1px;
}

.newsPanelContainerInterview
{
width: 441px;
margin-right: 1px;
float: left;
text-align: left;
padding: 8px;
background-image: url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
}

.newsPanelContainerPressRoom
{
width: 670px;
float: left;
text-align: left;
padding: 8px;
background-image: url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
}

.newsPanelSmallPressRoom {
width:275px;
padding-top:8px;
position:relative;
margin-left:18px;
margin-right:0px;
text-align:left;
}    
.newsPanelContainerUpdates
{
width: 212px;
float: left;
padding: 8px;
text-align: left;
background-image: url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
}

.newsListContainer a:link {color: #000000; font-size:11px; font-weight:bold; }
.newsListContainer a:visited {color: #000000; font-size:11px; font-weight:bold; }
.newsListContainer a:hover {color: #990000; font-size:11px; font-weight:bold; }
      
.newsColLeft{
float:left;
width:240px;
height:210px;
padding:5px 20px 30px 0px;
border: #5b3532 1px solid;
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/news_col_bg.jpg); 
background-repeat:repeat-x;
background-position:top left;
margin-left:30px;
position:relative;
}

.newsColRight{
float:right;
width:240px;
height:210px;
padding:5px 20px 30px 0px;
border: #5b3532 1px solid;
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/news_col_bg.jpg); 
background-repeat:repeat-x;
background-position:top left;
margin-left:30px;
margin-right:30px;
position:relative;
}

.newsContent{
width:220px;
margin-top:8px;
margin-bottom:-12px;
margin-left:-5px;
line-height:13px;
}

.newsContent img{
border: 1px solid #704444;
}
/*start of footer blocks*/
#tour_calendar{
margin:0 auto;
width:910px;
height:23px;
padding-top:5px;
background-color:#030303;
color:#bfbd64;
border-left: 1px solid #333;
border-right: 1px solid #333;
position:relative;
overflow:hidden;
}

#soc_med_bar{
width:885px;
height:15px;
margin:0 auto;
background-color:#000000;
border-left: 1px solid #333;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
-moz-border-radius-bottomleft:10px;
-webkit-border-radius-bottom-left-radius:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-radius-bottom-right-radius:10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius:10px;
padding:0px;
padding-right:25px;
text-align:right;
position:relative;
z-index:5;
}

#hideNewsFeedBar{
width:880px;
height:8px;
margin:0 auto;
background-color:#000000;
border-left: 1px solid #333;
border-right: 1px solid #333;
padding-right:30px;
text-align:right;
position:relative;
}

#footer {
color:#999;
font-size:12px;
margin:10px auto;
}

.defaultBackgroundImage
{
    background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/mainBgRepeat.jpg);
    background-repeat:repeat; 
}


a.arrow:link, a.arrow:visited { width:175px; color:#000000; background-color:#7c7972; text-decoration:none; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; padding:2px }
a.arrow:hover { width:175px; color:#ffffff; background-color:#7c7972; text-decoration:none; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:normal; padding:2px }

a.smallBrown:link, a.smallBrown:visited { color:#696760; text-decoration:underline; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }
a.smallBrown:hover {color:#ffffff; text-decoration:underline; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }

a.smallLightBrown:link, a.smallBrown:visited  { color:#817e73; text-decoration:underline; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }
a.smallLightBrown:hover {color:#ffffff; text-decoration:underline; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; }

a.dropdown:link{
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/support_dd_default.jpg); 
color:#333333; 
background-color:#333333;
font-size:10px; 
font-family:Verdana, Arial, Helvetica, sans-serif; }

.h3Label{
color:#333;
font-size:14px;
font-family: Palatino Linotype, Times New Roman, Serif;
font-weight:bold;
text-transform: uppercase;
}

.seriesIntroTitle {
margin-top:0px;
margin-bottom:5px;
padding:0px;
color:#333333;
font-size:27px;
font-family:Palatino, Palatino Linotype, Times New Roman, Serif;
font-weight:bold;
text-transform: uppercase;
}


#seriesIntroBlock {
width: 910px; 
min-height:220px;
margin:0 auto;
padding-bottom:20px;
}

#seriesIntroBlock p {
margin:0px;
padding:0px;
}

.blueBlock {
padding:2px;
margin:-5px 0px 5px 0px;
font-size:10px;
background-color:#515CBF;
color:#ffffff;
vertical-align:super;
text-align:center;
}

.redBlock {
padding:2px;
margin:0px;
font-size:10px;
background-color:#cc0000;
color:#ffffff;
vertical-align:middle;
}


#seriesContainer {
background-repeat:repeat; 
margin:0 auto;
width:910px;
text-align:left;
}




.srsAvlbltyFlag {
position:relative;
margin:0px;
padding:4px 7px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background: #f85032; /* Old browsers */
background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
background: linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
font-weight:bold;
color:#fff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.prdAvlbltyFlag {
position:relative;
top:-2px;
padding:4px 7px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background: #f85032; /* Old browsers */
background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
background: linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
font-weight:bold;
color:#fff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.indxAvlbltyFlag {
position:relative;
margin:0px;
padding:4px 7px;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background: #f85032; /* Old browsers */
background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(50%,#f16f5c), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#e73827)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* IE10+ */
background: linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
font-weight:bold;
color:#fff;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
}


.transparentBlockContainer {
margin:0 auto;
width:910px;
}

.transparentBlock 
{
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/transparent_repeat.png);
background-repeat:repeat;
clear:both;
/*Height is needed for IE*/
height:100%;
padding:0px 0px 5px 0px;
}

.transparentBlockNewSeries {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/transparent_repeat.png);
width:inherit;
clear:both;
/*Height is needed for IE*/
height:100%;
}

.transparentBlockBottom {
margin:0 auto;
height:15px;
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/bottom.png);
background-repeat:no-repeat;
background-position: center;
width:inherit;
clear:both;
}

.intro {
width:520px;
}

a.seriesPage:link { color:#000000; text-decoration:none; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
a.seriesPage:visited  { color:#000000; text-decoration:none; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
a.seriesPage:hover { color:#515cbf; text-decoration:none; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }

.seriesPhoto {
  margin:20px 0px 0px 25px;
  text-align:center;
  padding-bottom:10px;
}

.seriesName {
text-align:center;
margin-top:10px;
}

/*.clr necessary for browsers to see floated columns on current layer*/
.clr {
clear:both;
}

#basicsList {
margin-left:25px;

}

#basicsList ul {
width:290px;
list-style:disc;
margin-left:0px;
margin:0px 0 8px 0px;
padding:0px 0 8px 0px; 
}

#basicsList ul li { 
margin:0px 0 0px 15px;
padding:0px 0 0px 15px; 
font-size:12px;
}

.seriesNewsPanelContainer {
width:288px;
float:left;
margin-right:0px;
text-align:left;

}


.seriesNewsPanel {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/transparent_repeat.png);
width:266px;
padding:10px;
height:270px;
position:relative;
}

.seriesNewsPanelLink:link, .seriesNewsPanelLink:visited {
 color:#000000;
 text-decoration: underline;
}

.seriesNewsPanelLink:hover {
color:#990000;
 text-decoration: underline;
}

.seriesNewsImage {
width:249px;
height:156px;
text-align:center;
padding-top:7px;
}


/*Product page styles*/
.arrow {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/arrow.gif);
padding-left:2px;
padding-top:2px;
width:179px;
height:16px;
margin:2px 0px 3px 0px;
}

.model {
color:#333;
font-size:20px;
font-family: Palatino Linotype, Times New Roman, Serif;
}


.productImage {
padding-top:15px;
padding-bottom:10px;
position:relative;
}

.arrowRed {
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/arrow_red.gif);
padding-left:2px;
padding-top:2px;
width:179px;
height:16px;
margin:2px 0px 3px 0px;
}

p.dropCap:first-letter {
 font-size : 300%;
 float : left;
 width : 1em;
 }


/*Artist roster styles*/
a.blue:link, a.blue:visited { color:#5294bd; text-decoration:underline; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; }
a.blue:hover { color:#666; text-decoration:underline; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; }

a.brown:link, a.brown:visited { color:#664800; text-decoration:underline; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; }
a.brown:hover { color:#ad7b01; text-decoration:underline; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; }

.brown {
color: #696760;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
}

.artistRosterBlock {
float:left;
width:279px;
height:185px;
margin-left:15px;
padding-bottom:25px;
}

.artistRosterImage {
float:left;
margin-right:10px;
}

.artistRosterCopy {
float:left;
margin-bottom:5px; 
 text-align:left;
 width: 150px;
}

/* '09 product details page tags */

.product-details-productnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
	margin-right: 5px;
}

.product-details-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C2D06;
	margin-bottom: 10px;
	vertical-align: top;
}

.product-details-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-bottom: 2px;
}

#LargeProduct {
    margin: 0px;
    padding: 0px;
    text-align:center;
}

#product-details-colors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	margin-bottom: 20px;
}

#product-details-specs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	max-width: 380px;
	text-align: left;
	vertical-align: top;
}

#product-details-neck, #product-details-switching, #product-details-insets, #product-details-tremolo, #product-details-tremoloVideo, #product-details-reviews, #product-details-latest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 20px;
	max-width: 400px;
	text-align: left;
	vertical-align: top;
}

#product-details-insets #product-details-insetcontent {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	color: #000000;
}

#product-details-specinfo  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
    margin-bottom: 10px
}

#product-details-colors #product-details-miniguitars {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 3px;
	margin-top: 5px;
	text-align: left;
	vertical-align: top;
}
.nowraptext{
 white-space:nowrap;
}
.compareprimarypanel{
 background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/news/transparent_repeat.png);
 background-repeat: repeat-x repeat-y;
 
}
/* end '09 product details page tags */


/*new ticker css*/

#tickerscrollup {
  position: relative;
  overflow: hidden;
  height: 25px;
}
.tickerheadline {
    position: absolute;
    top:30px;
  left: 130px;
  overflow:hidden;
}

/*support menu css*/
#sddm
{	
margin: 0;
padding: 0;
z-index: 99999;
width:178px;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;

	}

#sddm li a
{	display: block;
	margin: 0 0 0 0;
	padding: 4px 10px;
	width: 120px;
	text-align: left;
	text-decoration: none;
}
	
#sddm li a:link{
color:#999; 
text-decoration:none; 
font-size:12px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight:normal;
}
#sddm li a:hover
{
 color:#666; 
 text-decoration:underline; 
 font-size:12px; 
 font-family:Verdana, Arial, Helvetica, sans-serif; 
 font-weight:normal; 
 }

#sddm li a:visited { 
color:#999999; 
text-decoration:none; 
font-size:12px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight:normal;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
   	 z-index:9999;
   	border: solid 3px #333333;
	}




	#sddm div a
	{	
width:160px;
padding-top:8px;
padding-left:3px;
		}
		
		
#sddm div a:link, #sddm div a:visited 	
{
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/support_dd_default.jpg); 
color:#1c1c1c; 
background-color:#333333;
font-size:11px; 
font-family:Verdana, Arial, Helvetica, sans-serif;}
	
    
#sddm div a:hover
{	
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/support_dd_hover.jpg);
color:#ffffff; 
text-decoration:underline; 
font-size:11px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
}

/* Support Areas */

#supportPageContainer 
{
   width:100%; 
   margin:-50px auto 0px auto; 
   padding:25px 0px 20px 0px;
   text-align:left;
   background-color:#fff;
}

#supportPageContainer h1 
{
    text-align:left;
}

#supportPageContainer p 
{
    margin:10px 0px;
}

#supportPageContent 
{
  width:675px;
  margin:0 auto;
}


table.helpPageMaster 
{
    width:450px;
    float:right;
    table-layout: auto;
    margin:0px 35px 0px 0px;
}


table.helpPage 
{
 text-align:left;
 width:450px;
 border:none;
 margin:20px 0px;
}

ul.supportMenu 
{
    text-align:left; 
    list-style:none; 
    display:block;
    margin-right:20px;
    position:fixed;
}

ul.supportMenu li a:link, ul.supportMenu li a:visited
{
    width:315px;
    display:block;
    color:#666;
    padding:5px;
    text-align:left;
    background-color:#eee;
    border:1px solid #ccc;
}

ul.supportMenu li a:hover
{
    color:#eee;
    background-color:#666;
}

    

/* Dealer Search */

#dealerContainer 
{
margin:-45px auto 0px auto; 
padding:0px 0px 35px 0px; 
color:#999;
font-size:1.2em;
text-align:center; 
background-color:#131313; 
width:910px;
position:relative;
z-index:500;
}

#dealerContainer table 
{
width:85%;
text-align:center;
margin:0 auto 15px auto;
}

#dealerContainer input 
{
font-size:1.2em;
width:80px;
padding:2px;
border:1px solid #666;
}

.dealerInput 
{
color:#5294BD !important;
font-weight:bold;
}

.submitButton, .submitButton:visited 
{
cursor:pointer;
color:#fff;
background-color:#5294BD;
width:125px;
font-size:16px; 
font-weight:bold;
border:1px solid #ccc;
}

.submitButton:hover 
{
background-color:#000;
}

.submitButton:active 
{
position:relative;
top:2px;
}


#dealerSearchModule 
{
margin-top:-2px;
width:865px;
background-image:url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/findADealer/mainBg.jpg);
background-repeat:no-repeat;
padding:25px 25px 0px 25px;
/*border-top:1px dotted #333;*/
}

#dealerSearchPanel
{
width:460px;
padding:30px 15px 0px 15px;
margin:15px auto;
text-align:center;
background-color:#1C1C1C;
border:1px dotted #333;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
color:#fff;
/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
filter: alpha(opacity=15);
-moz-opacity:0.15;
-khtml-opacity: 0.15;
opacity: 0.15;*/
}


#mapSummary
{
 text-align:center;
 margin:0px auto;
 width:700px;
 font-size:18px;
 color:#666;
 font-weight:bold;
 font-family:Palatino Linotype, Times New Roman, Georgia, Serif;
 padding:0px 0px 0px 0px;
 /*border-bottom:1px dotted #333;*/
 white-space:nowrap;
}


/*Search engine */
.highlight {text-decoration:none; font-weight:bold; color:white; background:black;}
.autocomplete_dropdown
{
z-index:90000;
}

#searchResults 
{
    text-align:left;
}

#searchResults a:link 
{
    color:#000;
    font-size:12px;
}

#searchResults a:visited
{
    color:#333;
    font-size:12px;
}

#searchResults a:hover
{
    color:#990000;
    font-size:12px;
}

.specTxtDealers {
color:#fff;
font-size:12px;
}

/* End search engine

/* BeginOAWidget_Instance_2125523: #twitter */

#twitter { height:270px; width: 230px; background-color:#000; font-family:Verdana, Geneva, Arial, sans-serif; color:#fff; padding:5px 0px 0px 0px;}
		
/* EndOAWidget_Instance_2125523 */



/* Spritely BG animator */

#stage {
	top: 0px;
	left: 0px;
	z-index: 5;
		}

.stage {
	position: absolute;
	top: -45px;
	left: 0;
	width: 100%;
	min-width: 900px;
	height: 500px;
	overflow: hidden;
		}
		

#animate {
	background: transparent url(http://resources.ibanez.com/resourceservicehost/images/Ibanez/web/layouts/bgAnimation.png) 0 104px repeat-x;
		}
