#detail-top{
	margin:20px 20px 10px 20px;
	padding-bottom:10px;
	border-bottom:solid 3px #d9dbdd;
	height:45px;
	position:relative;
}

#detail-top h1{
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	padding:10px 0px 10px 10px;
}
	
#detail-top ul{
	list-style: none;
	font-size: 16px;
	position:absolute;
	top:8px;
	right:0;
}
	
#detail-top ul li{
	display: inline;
	border-right: solid 2px #d9dbdd;
	padding:10px 10px 10px 10px;
}
	
#detail-top ul li.price{
	font-weight: bold;
	color:#696960;
}
	
#detail-top ul li.last{
	border:none;
}
	
#detail-top img{
	margin-bottom:-10px;
}

#detail-left{
	float: left;
	padding:20px;
	width:400px;
	text-align: center;
}
	
#detail-left ul{
	width: 100%;
	padding: 0;
	list-style: none;
}
	
#detail-left ul li {
	margin: 0 2px 0 1px;
	padding: 0;
	display: inline;
	width: 100px;
}

.price-box {
	margin: 15px 0 30px 15px;
}

.price-box p {
	margin: 2px 0;	
}

.price-box-left {
	width: 200px;
	float: left;
	text-align: center;
}

.price-box-right {
	margin-left: 200px;
	text-align: center;
	vertical-align: middle;
}

#detail-right {
	width:500px;
	float: right;
	padding:10px;
}

#detail-right h1 {
	font-size: 24px;
	padding: 0;
	margin: 0;
}

#detail-right p {
	padding: 5px;
	text-align: left;
}

span.msrp-stirke {
	text-decoration: line-through;	
}

div.add-to-cart {
	text-align: center;	
}

.msrp {
	font-size: 12px;
	font-weight: normal;		
}

.sale {
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
}

#tabs {
	margin: 25px 5px 0 5px;	
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

#tabs ul li {
	display: inline;
	padding: 0px 15px;
	margin: 0 5px;
	border: 1px solid #5b779b;
	color: #fff;
	background-color: #5b779b;
}

#tabs ul li a {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#tabs ul li.active {
	color: #5b779b;
	border-bottom: 1px solid #f2f2f2;
	background-color: #fff;	
}

#tabs ul li.active a {
	color: #5b779b;
}

#tabs-content {
	margin: 0 5px 5px 5px;
	padding: 5px;
	border: 1px solid #5b779b;
	z-index: -3;
	background-color: #fff;
}

#tabs-content table {
	font-size: 12px;
}

#tabs-content #features {
	display: block;
}

#tabs-content #specs {
	display: none;	
}

#tabs-content #reviews {
	display: none;	
}

#tabs-content table td.attributelabel {
	padding-right: 12px;
	font-weight: bold;
}

#tabs-content table td.attributecontent {
	font-weight: normal;
}

.features-area-title {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.features-area-content {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

span.normal {
	font-weight: normal;
	font-size: 12px;
}

.item-add-to-cart {
	margin-right: 38px;
	text-align: right;
}