.product #panel-sidebar li,
.product #panel-sidebar a 
{
    color: #b00000;
}

.product #panel-sidebar li.current,
.product #panel-sidebar li.path,
.product #panel-sidebar a.current,
.product #panel-sidebar a.path {
	color: #fff;
}

.product #panel-content {
	background-color: #000;
	color: #fff;
	background-image: url(../image/chrome/bg_dark2.jpg);
}

.product #panel-breadcrumb ul li.current  a {
	color: #fff;
}

.product h1
{
    position: absolute;
    top: -1000px;
    left: -1000px;
}



.product #panel-sidebar 
{
    z-index: 20;
}

.product .panel-body {
	position: relative;
	z-index: 10;
	width: 543px;
}

.product h1 {
	margin-bottom: 300px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}

.product .panel-feature
{
   background-color: #ece7df;
   color: #000;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 150px;
   background-image: url(../image/chrome/bg_light4.jpg);
   
}

.product .panel-feature .panel-media 
{
    position: absolute;
    left: -140px;
    top: -25px;
    z-index:10;
    overflow: hidden;
    position: absolute;
    width: 787px;
    height: 539px;
}

embed 
{
    display: block;
}

.product .panel-feature .product-description
{
    position: relative;
    z-index: 10;
}

.product-description dl 
{
    margin-top: 15px;
    width: 375px;
}

.product .content-border 
{
    background-color: #fff;
}