body { }

.mainPart {
	width: 620px;
	height: 505px;
	background-color: none;
	overflow: auto;
	margin: 50px 0px 0px 30px;
	position: relative;

}

.collectionsTapeContainer {
	position: relative;
	width: 660px;
	background-color: none;
	overflow: hidden;
	height: 90px;
	bottom: 0px;
  
}

.leftTapeArrow {
	top: 4px;
	left: 0;
	position: absolute;
  cursor: pointer;
	width: 15px;
	height: 80px;
	abackground: url(/userdata/skin/leftarrow.jpg) left top no-repeat;
}

.rightTapeArrow {
	top: 4px;
	right: 0;
	position: absolute;
	width: 15px;
	height: 80px;
 cursor: pointer;
	abackground: url(/userdata/skin/rightarrow.jpg) right top no-repeat;
}

.collectionsTapeHole {
	position: absolute;
	left: 37px;
	background-color: none;
	width: 580px;
	margin: 16px 0px 0px 0px;
	overflow: hidden;
	padding: 0px;
	
}

.collectionsTapeHole .collectionIcon {
	display: inline;
	margin: 0px 9px 0px 0px;
	padding: 0px;
	border: 2px solid #ccc;
}

.collectionsTape {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 0px;
}



.mainPart .image {
	width: 600px;
	height: 440px;
	background-color: none;
	float: left;
	overflow: hidden;
	position: relative;
 
}

.mainPart .image .collectionPicture {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 440px;

	display: none;

}



.mainPart .notes {
	width: 600px;
	height: 40px;
	background-color: none;
	float: clear: both;
	overflow: hidden;
	position: absolute;
	top: 460px;
	left: 0px;

}

.mainPart .counter {
	display: none;
}

.modelPrice {
  
	display: none;
}


.modelTitle {display: none;}
.modelPrice {display: none;}
.modelComment {display: none;}


.modelComment {display: none;}

.position {display: none;}

.collectionNotes {

}

.complectTitle { 
	 font-size: 12px;
   color: #000000;
}



.complect {
   margin: 0px 0px 10px 0px;
}

