#artwork_details{
	position: absolute;
	width: 400px;
	right : 0px;
	height: 450px;
}

#artwork_details{
	padding-top: 5px;
	padding-right: 10px;
}

#artwork_details .row{
	margin : 0 0 0 10px;
}

#artwork_details .row,
#artwork_details .label{
	vertical-align: middle;
}

#artwork_image{
	position: absolute;
	width: 380px;
	top: 15px;
	left : 0px;
	height: 380px;
}

#artwork_image .frame{
	position: absolute;
}

#artwork_image .frame .corner{
	position: absolute;
	height: 60px;
	width: 60px;
}

#artwork_image .frame .tl{
	top: -15px;
	left: -15px;
	background: transparent no-repeat top left;
	background-image: url(../../images/corners/1/top-left.png);
}

#artwork_image .frame .tr{
	top: -15px;
	right: -15px;
	background: transparent no-repeat top right;
	background-image: url(../../images/corners/1/top-right.png);
}

#artwork_image .frame .bl{
	bottom: -15px;
	left: -15px;
	background: transparent no-repeat bottom left;
	background-image: url(../../images/corners/1/bottom-left.png);
}

#artwork_image .frame .br{
	bottom: -15px;
	right: -15px;
	background: transparent no-repeat bottom right;
	background-image: url(../../images/corners/1/bottom-right.png);
}

#basket_controls{
	float: left;
}

.label{
	font-weight : bold;
	width : 80px;
	display: block;
	float : left;	
	clear: left;
}

.info{
	display: block;
	float : left;
	width : 300px;
}

/*
#purchase{
	width: 206px;
	height: 22px;
	position: relative;
	margin-top: 20px;
	float: left;
}

#social{
	clear: left;
	float : left;
}

#varied{
	clear: left;
	float : left;
}
*/

#edition{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin : 2px;
	background-color: #FFFFFF;
}

#select_category{
	display: block;
	float:left;
}

#select_category label,
#select_category select{
	display: block;
	float:left;
	margin: 9px 0 0 8px;
}

#select_category label{

}

#item_signup img{
	margin: 0 0 0 20px;
}

#item_signup .row{
	margin: 2px;
}

/***** SPRITES *****/
#add_to_basket{
	float:left;
	margin: 10px 0 0 10px;
	border: 0px;
	cursor: pointer;
	color: transparent;
	width: 206px;
	height : 22px;
	display: block;
	background: transparent url(../../images/buttons/add-to-basket.png) no-repeat center left;
}

#add_to_basket:hover{
	border: 0px;
	background-position: center right;
}

/***** ZOOMING *****/
#zoom_container{
	position: absolute;
	background: #FFFFFF url(../../images/background/texture/texture-white.jpg) no-repeat center left;
	z-index: 10;
}

#zoom_container #zoom_header{
	padding-left: 20px;
	height: 20px;
	color: #000000;
	font-weight: bold;
}

#zoom_container #zoom_body{
	margin: 0 20px 20px;
}

#zoom_container #zoom_image{
	border:1px solid #CCCCCC;
}


#artwork_share{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#share_control{

}

#share_details{
	right: 0px;
	bottom: 20px;
	position: absolute;
	background: #FFFFFF url(../../images/background/texture/texture-white.jpg) repeat center left;
	z-index: 10;
}

#share_links{
	margin: 20px;
	height: 20px;
	width: 210px;
}

#share_links a{
	display: block;
	float: left;
	margin: 0 5px;
	height: 20px;
	height: 20px;
}
