.page div.pricetagpreview {
	display:			none;
}

.page div.pricetaglargered {
	position:			absolute;
	color:				White;
	font-size: 		 	22px;
	font-weight:		bold;
	text-align:			center;
	line-height:		150px;
	width:				150px;
	height:				150px;
	background: 	 	Transparent url(../pics/pricetag_big_red.png) no-repeat;
	* background:		Transparent;
	filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pics/pricetag_big_red.png',sizingMethod='scale')
}

.page div.pricetagmediumred {
	position:			absolute;
	color:				White;
	font-size: 		 	19px;
	font-weight:		bold;
	text-align:			center;
	line-height:		125px;
	width:				125px;
	height:				125px;
	background: 	 	Transparent url(../pics/pricetag_medium_red.png) no-repeat;
	* background:		Transparent;
	filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pics/pricetag_medium_red.png',sizingMethod='scale')
}

.page div.pricetagsmallred {
	position:			absolute;
	color:				White;
	font-size: 		 	16px;
	font-weight:		bold;
	text-align:			center;
	line-height:		100px;
	width:				100px;
	height:				100px;
	background: 	 	Transparent url(../pics/pricetag_small_red.png) no-repeat;
	* background:		Transparent;
	filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pics/pricetag_small_red.png',sizingMethod='scale')
}

.page div.pricetaglargeyellow {
	position:			absolute;
	color:				Black;
	font-size: 		 	22px;
	font-weight:		bold;
	text-align:			center;
	line-height:		150px;
	width:				150px;
	height:				150px;
	background: 	 	Transparent url(../pics/pricetag_big_yellow.png) no-repeat;
	* background:		Transparent;
	filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pics/pricetag_big_yellow.png',sizingMethod='scale')
}

.page div.pricetagmediumyellow {
	position:			absolute;
	color:				Black;
	font-size: 		 	19px;
	font-weight:		bold;
	text-align:			center;
	line-height:		125px;
	width:				125px;
	height:				125px;
	background: 	 	Transparent url(../pics/pricetag_medium_yellow.png) no-repeat;
	* background:		Transparent;
	filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pics/pricetag_medium_yellow.png',sizingMethod='scale')
}

.page div.pricetagsmallyellow {
	position:			absolute;
	color:				black;
	font-size: 		 	16px;
	font-weight:		bold;
	text-align:			center;
	line-height:		100px;
	width:				100px;
	height:				100px;
	background: 	 	Transparent url(../pics/pricetag_small_yellow.png) no-repeat;
	* background:		Transparent;
	filter: 			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pics/pricetag_small_yellow.png',sizingMethod='scale')
}

#body div.float {
	position:			absolute;
	padding:			3px;
	width:				90px;
}

#body div.float .float-handle {
	position:			absolute;
	left:				3px;
	top:				-14px;
	width:				90px;
	height:				15px;
	background:			Transparent url(../pics/grid.gif) center left no-repeat;
	text-indent: 	 	17px;
}

.draghandle {
	cursor:			 	pointer; 
	* cursor: 		 	url("includes/3dwmove.cur");
}

#body div.float a.button {
	margin-right:		0px;
}

div.logotype {
	width: 			 	669px;
	height: 		 	135px;
	border: 		 	1px solid Black;
	margin-bottom: 		13px;
	float:				left;
	cursor:				pointer;
}

div.logotypeselected {
	width: 			 	663px;
	height: 		 	129px;
	border: 		 	4px solid #c00000;
	margin-bottom: 		13px;
	float:				left;
	cursor:				pointer;
}











dl.thumb {
	display:			block;
	padding:			0px 13px 5px 0px;
	float: 			  	left;
	margin:				0;
}

dl.left {
	padding:			0px 0px 5px 0px;
}

dl.thumb h5 {
	margin:				0;
	padding:			0;
}

dl.thumb a {
	font-size:			12px;
	font-weight:		normal;
	color:				black;
	text-decoration: 	none;
}

dl.thumb a:hover {
	color:				#c00000;
}

div.thumbnail {
	width: 			 	211px;
	height: 		 	211px;
	border: 		 	1px solid Black;
	margin-right: 		13px;
	margin-bottom: 		13px;
	float:				left;
	cursor:				pointer;
}

div.thumbnailselected {
	width: 			 	205px;
	height: 		 	205px;
	border: 		 	4px solid #c00000;
	margin-right: 		13px;
	margin-bottom: 		13px;
	float:				left;
	cursor:				pointer;
}

#body div.page div.main div.content button.arrow {
	font-family: 	 Marlett, Arial, Helvetica, sans-serif;
	font-size:	 	 12px;
	* font-size: 	 15px;
	width: 		 	 30px;
}

#contextmenu {
	position:		 absolute;
	color:			 InfoText;
	font:			 StatusBar;
	font:			 Status-Bar;
	padding:		 2px;
	width: 			 138px;
	height:			 76px;
	border: 		 1px Solid GrayText;
	background: 	 Menu;
	filter:			 progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:		 10000;
	text-align:		 left;
}

#contextmenu a {
	line-height:	 1.5;
	color:			 Black;
	display:		 block;
	text-decoration: none;
	text-indent:	 18px;
	* width:		 100%;
}

#contextmenu a:hover {
	color:			 White;
	background:		 Highlight;
	text-decoration: none;
	width:			 auto;
}

#contextmenu div {
	height:			 -1px;
	border-bottom:	 1px Solid GrayText;
	margin-top:		 5px;
	margin-bottom:	 5px;
}