/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

input#query { background: #FFFFFF none repeat scroll 0%; }

/* remove defualt company name*/
#brandmark { display:none; }

#bodycontent {
float:right;
width:660px;
}

#container {
margin:0 auto;
text-align:left;
width:960px;
}

#right-nav{
float:right;
width:150px;
margin-right:-150px;
overflow:hidden; 
position:relative;
text-align:center;
font-size:11px;
}

#fader{
text-align:center;
font: 13px bold;
padding:10px 5px;
}
#recentHeader{
font-weight:bold;
text-align:center;
font-size:14px;
padding-top:5px;
}
.recentItems{
padding:10px;
margin:0 auto;
}

.recentItems a{
color:#000000;
font-weight:bold;
}

.recentViewPrice{
padding-top:3px;
}

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

#alt-image-text {
    padding-bottom: 5px;
font-weight:bold;
}

#multi-img {
    display: block;
    width: 550px;
}

#multi-img ul li {
    display: inline;
    list-style-type: none;
    text-align: center;
}

#multi-img ul li {
    list-style-type: none;
    text-align: center;
}
#multi-img ul li img {
border:1px solid gray;
height:50px;
}


