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

/*this controls the box that contains the item's image and product info table*/
#itemarea{
	width: 565px;
	float: left;
	z-index: 999;
}

/*controls the placement of product info table, change the width if you changed the width of the item image*/
.itemform{
	float: right;
	width: 345px;
}

/*this controls the text under "product description" */
#caption{
	clear:both;
        color: #4F4F4F;

}

/*this controls the quantity input box*/
.qtyinput{
	border: 1px solid #CCCCCC;
	width: 50px;
        font: 1em Tahoma, Arial, sans-serif;
        color: #000;
}

/*this controls the style of links in the breadcrumbs*/
#breadcrumbs a{
	color: #9c0000;
}

/* this controls all page titles on the top of the page, see page-sub-titles to change others*/
.page-title{
	font: 1.5em Tahoma, Arial, sans-serif;
	color: #9C0000; /*red: #9C0000*/
	text-align: left;
}

.page-title-force-left{
	text-align: left !important;
}

/*this controls subheadings on a page (product description, you may also like. related items is "seo-related-links h3") */
.page-sub-title{
	font: 1.5em Tahoma, Arial, sans-serif;
	color: #4F4F4F;
	text-align: left;
	z-index: 998px;
}
/*affects related links heading*/
#seo-related-links h3 {
        color: #4f4f4f;  
        font: 1.5em Tahoma, arial, sans-serif;
        text-align: left;
        }

/*The following will affect the product info table*/

/*overall options, usually overridden by those below*/
#options           {color: #000;}

/*background color of drop down options*/
#options SELECT    {background-color: #fff;}

/*affects what's inside drop down options: text color, size*/
select{ font: 1em Tahoma, Arial, sans-serif; color: #000; min-width: 100px; max-width: 250px;}

.options-radio     {color: #fff;}

/*affects the realtime price*/
.realtime          {color: #000;}

.quantity          {color: #000;}

.quantity-input    {background-color: #fff;}

.order-button      {border: solid 1px #000;}

#product-info-table             {float: right; border: 0px; width: 245px;}

/*affects the LEFT column of the table*/
#product-info-table TH          {font: bold 1em Tahoma, Arial, sans-serif; background-color: #E6E6E6; color: #000; text-align: left; padding-right: 5px; width: 125px;}

/*affects the RIGHT column of the table*/
#product-info-table TD          {font: normal 1em verdana; padding: 3px; background-color: #E6E6E6; color: #000;}

#product-info-table .price      {color: #000;}

#product-info-table .sale-price {color: #000;}

/*this controls the layout buttons below the product info table*/
#after-form-buttons{
	width: 245px;
	text-align: left;
	padding: 3px 0px 0px 0px;
        float: right;
}
