/* CSS Document */

#panelProductDescription {
	background-color:#EAEAEA;
}

/*Demo Button*/
.demoButton
{
    background-color:#153f8b;
}

/*Share Button*/
.buttonShare
{
    background-color:#153f8b;
}

/*background color of the area where the price and media type are*/
#shoppingCart {
	background-color:#FFF; 
}

/**/
#headerShoppingCart {
	background-color:#153f8b;
}

/* Sets the Tabs Background Color*/
div.st_horizontal div.st_tabs_container { /* Tabs main container */
	background-color:#153f8b;
}

/* Sets the Also Available header Background Color*/
.alsoAvailableAs H1
{
	padding-top:16px;
}

/* Sets the Also Available button Background Color*/
#alsoAvailableAsTabs
{
	background-color:#06C;	
}

/* Set the Also Available button Text Color*/
#alsoAvailableAsTabs .on
{
	color:#06F;
}

#alsoAvailableAsTabs .off
{
	color:#000;
}