/*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.*/

.ys_primary{ background:#10056e;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;text-align:center;cursor:pointer; display:inline; margin-top:5px;}

#itempage-captiontitle {
/* display:block */
}
#item-contenttitle {
/* display:none; */
}
.itemFormName {
/* display:none; */
}

/*to change only the item's name font size
#contents .name a {
font-size: 12px;
}*/

/*to change the item's font size, name, price, part no*/
#contents td {
font-size: 11px;
}

/*editing the head tag area, this is where the 800 number is located*/
#slogan {
padding:10px 4px 0px 0px;
width:155px;
margin:1px 5px 10px 0px;
}

/* unbold side navigation font */
#nav-product ul li a {font-weight:normal;}

/* Reduce "Margins" for front page to 1px*/
#maintype #caption {padding: 1px;}
#captionarea, #messagearea {margin:0px;}

/*reduced top margin above home flash 1 to 0*/
#messagearea #caption
{
padding-top:0px;
}

/* make image non-repeat on y-axis*/
body {background-repeat:repeat-x;}
/*adjust Button width (top, sides) */
.ys_primary {padding:1px 1px;}

/*Reduce space above section area*/
#nav-product ul li a {
padding:7px 4px 7px 13px;
}

/*changing the border for the sections name to white*/
#nav-product ul li a {
border-bottom:1px solid white;
}

/*increased the top margin across the page from 0 to 1 to create white line above the menu*/
#bodyshell {
margin-top:1pt;
}

#brandmark a {
height:77px;
padding:0pt 0pt 0px 0px;
}

#brandmark {
width:590px;
}

#searcharea fieldset {
padding:4px 0pt 4px 13px;
}

/*test
#searcharea fieldset {
padding:4px 0pt 4px 0px;
margin-left:1px;
margin-right:1px;
width:758px;
}
#container {
width:760px;}
#bodycontent {
width:610px;
}*/
