
#breadcrumb,
.sidebar
 {
	display: none;
	}
	
#shop_strip {
	margin-top: 10px;
	}
	
#content {
	float: none;
	width: auto;
	padding: 0 0 20px;
	min-height: 300px;
	}
	
	* html #content {
		height: 300px;
		}
	
	
/* [ Promotions ] */

#primary_promotion {
	width: 550px;
	height: 310px;
	float: left;
	margin: -5px 5px -5px -5px;
	position: relative;
	padding: 0;
	}
	
	#primary_promotion img {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		}
	
.secondary_promotion {
	float: left;
	width: 200px;
	height: 145px;
	margin: 0 0 10px 0;
	background: #ccc;
	}
	
	.secondary_promotion img {
		display: block;
		border: 1px solid #603314;
		margin: -1px;
		position: relative;
		}


/* TVC PLAYER */

#superbox{
    padding:20px;
    background:#d0c6a8 url(superbox.gif) repeat-x 0 0;
    border: 3px solid #603314;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#superbox .close a{
    display: block;
    float: right;
    padding: 5px;
    width: auto;
    text-transform: uppercase;
    font-size: 10px;
    background: #d1c7a9 url(superbox.close.gif) repeat-x 0 0;
    border: 1px solid #807d72;
    line-height: 1.2em;
    cursor: pointer;
    color: #7d7a6f;
    text-shadow: 0 1px 0 #f8f1de;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#tvc{
    display: none;
}

#tvc h1{
    margin: -10px 0 20px;
    text-shadow: 0 1px 0 #f8f1de;
}

#tvc object{
    border: 3px solid #603314;
    display: block;
    float: none;
    clear: both;
    padding: 0;
}

