/* -------------------------------------------------------------- 
	=Layout 
-------------------------------------------------------------- */

.maincontent {
	float: left;	
	width: 495px;
	margin-top: 0px;
}

.sidecontent {
	float: left;
	width: 551px;
}

.detail-list {
	overflow: hidden;
	width: 100%;
}
.detail-list .views {
	float: left;
}
.detail-list .moreproducts {
	float: right;
}

.productvisual .zoom {
	float: left;
	position: relative;
	top: -10px;
}
.productvisual div.button {
	float: right;
	position: relative;
	top: -25px;
	margin-right: 20px;
	display: inline;
	clear: none;
}

.productvisualalt div.button {
	top: -35px;
	margin-right: 25px;
}

.mainphoto {
	margin: 0px auto;
	display: block;
}

.productdetail h2, .productdetail h3 {
	margin-bottom: 0;
}
.productdetail .price {
	margin-bottom: 5px;
	font-weight: bold;
}
.catalog span {
	margin-left: 50px;
}

.buttons {
	float:  left;
}
.actions {
	float: right;
}

.actions {
	float: right;
	text-transform: uppercase;
	border: 1px solid #ececed;
	padding: 7px;
	padding-bottom: 0;
	display: inline;
}

.actions li {
	list-style: none;
	margin-bottom: 7px;
	line-height: 22px;
	padding-left: 29px;
	cursor: pointer;
	height: 23px;
}
.action1 {
	background: url(../images/widget.jpg) 5px 0px no-repeat;
	
}
.action2 {
	background: url(../images/widget.jpg) 5px -28px no-repeat;
}
.action3 {
	background: url(../images/widget.jpg) 5px -56px no-repeat;
}
.action4 {
	background: url(../images/widget.jpg) 5px -85px no-repeat;
}
.action5 {
	background: url(../images/widget.jpg) 5px -115px no-repeat;
}


