.hp #photo {
	width: 1000px;
	margin: 10px 0 0 0;
}

.hp #photo-name {
	display: none;
}

#photo {
	position: relative;
	width: 640px;
	overflow-x: hidden;
	background: #343434;
}

#photo img {
	display: block;
}

#points .point {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../img/dot.png) top left no-repeat;
	z-index: 100;
}

.clr {
	clear: both;
}

.hint {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	z-index: 100;
	background: url(../img/cloud-lt.png) left top no-repeat;
	padding: 45px 10px 10px 50px;
	width: 155px;
	height: 65px;
	color: #505050;
}

div.hint-lt, .lt .hint {
	background: url(../img/cloud-lt.png) left top no-repeat;
	padding: 45px 5px 10px 55px;
	margin-top: -4px;
	margin-left: -6px;
}

div.hint-lb, .lb .hint {
	background: url(../img/cloud-lb.png) left bottom no-repeat;
	padding: 25px 5px 30px 55px;
	margin-top: 4px;
	margin-left: -6px;
}

div.hint-rt, .rt .hint {
	background: url(../img/cloud-rt.png) right top no-repeat;
	padding: 45px 20px 10px 40px;
	margin-top: -4px;
	margin-left: 6px;
}

div.hint-rb, .rb .hint {
	background: url(../img/cloud-rb.png) right bottom no-repeat;
	padding: 25px 20px 30px 40px;
	margin-top: 4px;
	margin-left: 6px;
}

.hint .colour-view {
	height: 11px; 
	width: 11px;
	padding: 1px;
	background: url(../img/shadow.png);
	position: absolute;
	margin-left: -18px;
}

.hint .colour-view div {
	height: 11px; 
	width: 11px;
}

.hint .name {
	white-space: nowrap;
	height: 17px;
} 

.hint .code {
	height: 17px;
} 

.hint .action {
	height: 16px;
	white-space: nowrap;
} 
.hint .action a { 
	height: auto !important;
}

.hint .msg {
	display: none;
	white-space:nowrap;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #7E0E40;
}

.hint .action a {
	color: #7E0E40;
} 

#photo-colours {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #20201E;
	z-index: 1000;
	padding: 5px 1px 5px 5px;
}

#photo-colours .colour {
	height: 12px; 
	width: 12px;
	float: left;
	position: relative;
	margin-right: 4px;
}

#photo-colours .hint {
	margin-top: 10px;
	margin-left: 1px;	
}

.photo {
	width: 160px;
	height: 120px;
	float: left;
}

#colours .colour {
	position: relative;
	width: 26px;
	height: 26px;
	cursor: pointer;
	border: 2px solid #383838;
}

#colours {
	z-index: 1000;
	height: 40px;
}

#colours .colour .hint {
	margin-top: 26px;
	margin-left: 6px;			
}


#categories .category {
	cursor: pointer;
}

#colours .active {
	border: 2px solid #A5A5A5;
}

.colors-box ul.m li .hint {
	margin-top: 64px;
	margin-left: 25px;
}

.rt .hint, .rb .hint {
	left: -180px;
}

.lb .hint, .rb .hint {
	top: -180px;
}

.hp .point {
	margin-left: 180px;
}

#content .briefcase .image {
	margin-top: 10px;
}