@charset "utf-8";

	/* Body And Default Tags */
		BODY{
			margin:0;
			padding:0;
			background-image: url(images/main-background.png);
			background-repeat: repeat;
			background-position: center top;
			background-color: #ffe5f3;
			
			text-align:center;
			font: normal 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
		}


		/* Anchors */
		A, A:visited{
			color: #333333;
			text-decoration: none;
		}
		
		A:hover{
			color: #000000;
			text-decoration: none;
		}
		
		
		H1, H2, H3, H4, H5, H6{ 
			color: #3C3C3C;
		}
		
		
	/* Wrap */
		#globya_wrapper{
			margin:0;
			padding:0;
			
			background-image: url(images/center-background.png);
			background-repeat: no-repeat;
			background-position: center -2px;
			
			text-align:left;
		}
		
		
	/* Globya Body */
		#globya_body{
			margin: auto;
			padding:0;
			text-align:left;
			
			position: relative;
			overflow: visible;
			
			width: 950px; /* Body Size */
		}
		
		/* globya_header */
			#globya_header{
				background:url(images/header-bg.png) no-repeat bottom;
				height: 200px;
				
				position: relative;
				overflow: visible;
			}
			
			/* Header LOGO */
				#globya_header #globya_logo{
					position: absolute;
					bottom: 75px;
					left: 316px;
					z-index: 1;
				}
				
				#globya_header #globya_logo IMG{
					background: url(images/main-logo.png) no-repeat center;
					width: 296px;
					height: 76px;
				}
			
			/* Header Search */
				#globya_header #globya_search{
					position: absolute;
					z-index: 99;
					right: 0px;
					top: 60px;
				}
				
				#globya_header #globya_search FORM{ margin: 0px; padding: 0px; }
				
				#globya_header #globya_search .left{ background: url(images/search-bg-left.png) no-repeat left; margin: 0px; padding: 0px; }
				#globya_header #globya_search .right{ background: url(images/search-bg-right.png) no-repeat right; margin: 0px; padding: 0px; }
				#globya_header #globya_search .content{ background: url(images/search-bg.png) repeat-x center; margin: 0px; margin-left: 7px; margin-right: 7px; padding: 0px; }
				
				#globya_header #globya_search .content{
					line-height: 40px;
					height: 33px;
					*height: 35px;
					width: 230px;
					padding-top: 7px;
					*padding-top: 5px;
				}
				
				#globya_header #globya_search .button{
					float: right;
				}
				
				#globya_header #globya_search .input-left{ background: url(images/search-input-left.png) no-repeat left; margin: 0px; margin-right: 65px; padding: 0px; }
				#globya_header #globya_search .input-right{ background: url(images/search-input-right.png) no-repeat right; margin: 0px; padding: 0px; }
				#globya_header #globya_search .input{ background: url(images/search-input-bg.png) repeat-x center; margin: 0px; margin-left: 4px; margin-right: 4px; padding: 0px; }
				#globya_header #globya_search .input INPUT{
					border: none;
					padding-top: 5px;
					height: 21px;
					background: transparent;
				}
		
		/* camping wrap */
			#globya_campaingwrap{
				position:absolute;
				z-index: 1;
				right: -100px;
				display: none;
			}
		
		/* globya_mainwin */
			#globya_mainwin{
				margin:0; padding:0;
				margin-bottom: 10px;
				
				overflow: visible;
				position: relative; /* Bottom Stabilization */
			}
			
			/* MainWin Top */
			#globya_header .mainwin-topleft{ background: url(images/main-win-LT.png) no-repeat left bottom; margin:0px; padding:0px; position: absolute; bottom: 0px; width: 100%; z-index: 1; }
			#globya_header .mainwin-topright{ background: url(images/main-win-RT.png) no-repeat right bottom; margin:0px; padding:0px; }
			#globya_header .mainwin-top{ 
				background: url(images/main-win-T.png) repeat-x bottom; 
				margin: 0px; 
				margin-left: 11px;
				margin-right: 11px;
				padding: 0px;
				height: 63px;
			}			
			
			/* Main Menu CSS Mod */	
				#globya_main_menu{ 
					margin: 0px;
					padding: 0px;
				}
				
				#globya_main_menu UL{
					margin: 0px;
					padding: 0px;
					list-style: none;
				}
				
				#globya_main_menu UL LI{
					list-style: none;
					display: inline;
					
					line-height: 30px;
					font-size: 8pt;
					font-weight: bold;
					letter-spacing: 1px;
					
				}
				
				#globya_main_menu UL LI A, #globya_main_menu UL LI A:visited{
					display:block;
					float: left;
					margin-left: 5px;
					text-align: center;
				}
				
				#globya_main_menu UL LI A EM{
					font-style: normal;
					display: block;
					padding-top: 20px;
					padding-left: 15px;
					padding-right: 15px;
					padding-bottom: 10px;
					min-width: 50px;
				}
			
				#globya_main_menu UL LI.selected A, #globya_main_menu UL LI A:hover{
					background: url(images/mainmenu-right.png) no-repeat right top;
				}
				
				#globya_main_menu UL LI.selected A EM, #globya_main_menu UL LI A:hover EM{
					background: url(images/mainmenu-left.png) no-repeat left top;
					color: #FFFFFF;
				}
			
			/* Main Icons */
				#globya_main_icons{
					float: right;
				}
				
				#globya_main_icons UL{
					margin: 0px;
					padding: 0px;
					list-style:none;
				}
				
				#globya_main_icons LI{
					display:inline;
					float: left;
				}
				
				#globya_main_icons LI A{
					display: block;
					text-align:center;
				}
				
				#globya_main_icons LI A IMG{
					margin-left: 13px;
				}
			
				#globya_main_icons LI A CITE{
					display: block;
					font-style: normal;
					font-size: 8pt;
					color: #757575;
				}
				
				#globya_main_icons LI A:hover CITE{
					color: #262626;
				}
			
			/* Main Win Bottom */
			#globya_mainwin .mainwin-bottomleft{ background: url(images/main-win-LB.png) no-repeat left bottom; margin:0px; padding:0px; }
			#globya_mainwin .mainwin-bottomright{ background: url(images/main-win-RB.png) no-repeat right bottom; margin:0px; padding:0px; }
			#globya_mainwin .mainwin-bottom{ 
				background: url(images/main-win-B.png) repeat-x bottom; 
				margin: 0px; 
				margin-left: 11px;
				margin-right: 11px;
				padding: 0px;
				font-size:1px;
				height: 12px;
			}
			#globya_mainwin .mainwin-bottom IMG.clear{ height: 12px; width: 100%; }
			
			/* Main Win Content */
			#globya_mainwin .mainwin-left{ background: url(images/main-win-L.png) repeat-y left top; margin:0px; padding:0px; }
			#globya_mainwin .mainwin-right{ background: url(images/main-win-R.png) repeat-y right top; margin:0px; padding:0px; }
			#globya_mainwin .mainwin-wrap{
				margin: 0px;
				margin-left: 4px;
				margin-right: 5px;
				
				background-color: #ffe5f3; /* Main Window BG Color */
			}
			
			
			/* Main Content */
				/* borders */			
				.maincontent-left{ background: url(images/maincontent-L.png) repeat-y left top; margin: 0px; padding: 0px; }
				.maincontent-right{ background: url(images/maincontent-R.png) repeat-y right top; margin: 0px; padding: 0px; }
				.maincontent-top{ background: url(images/maincontent-T.png) repeat-x top; margin: 0px; padding: 0px; }
				.maincontent-bottom{ background: url(images/maincontent-B.png) repeat-x bottom; margin: 0px; padding: 0px; }
				/*corners*/
				.maincontent-topleft{ background: url(images/maincontent-TL.png) no-repeat left top; margin: 0px; padding: 0px; }
				.maincontent-topright{ background: url(images/maincontent-TR.png) no-repeat right top; margin: 0px; padding: 0px; }
				.maincontent-bottomleft{ background: url(images/maincontent-BL.png) no-repeat left bottom; margin: 0px; padding: 0px; }
				.maincontent-bottomright{ background: url(images/maincontent-BR.png) no-repeat right bottom; margin: 0px; padding: 0px; }
				.maincontent-content{ 
					min-height: 490px; 
					position: relative;
					overflow: auto;
				}
				
				/*ads backgrounds*/
				.maincontent-bg{ background-color: #FFFFFF; margin: 0px; padding: 0px; }
				.maincontent-leftside-bg{ background: url(images/leftside-bg.png) repeat-y -85px; }
		
		
			/* Collums */
				.side-left{ 
					width: 200px; float: left; 
					color: #FFFFFF; /* Side Left Text Color */
				}
				
				/* Menu Link Block */
					.side-left FIELDSET{
						margin: 5px; padding: 5px;
						margin-top: 10px;
						border: none;
						font-size: 8pt;
					}
					
					/* Menu Link Block Title */
					.side-left FIELDSET LEGEND{
						color: #ffe1f7;
						font-weight: bold;
						letter-spacing: 1px;
					}
					
					.side-left UL{
						margin: 0px;
						margin-top: 5px;
						margin-left: 3px;
						*margin-left: 8px;
						padding: 0px;
						padding-left: 20px;
						
						background: url(images/left-side-dot.png) repeat-y left top;
						list-style-image:url(images/left-side-arrow.png);
					}
					
					.side-left UL LI{
						margin: 0px;
						padding: 0px;
					}
					
					.side-left UL LI A, .side-left UL LI A:visited{
						color: #FFFFFF;
						display:block;
						padding: 3px;
					}
					
					.side-left UL LI A:hover{
						color: #F0F0F0;
						background-color: #616161;
					}
					
					.side-left UL LI A.selected{
						font-weight: bold;
						color: #d6d6d6;
					}
				
				/* Main content */
				.side-content{ 
					min-height: 490px;
					margin-left: 205px; 
				}
				
			#globya_mainwin .bottom-row{
				overflow: hidden;
			}
				
	
	/* Globya Mark Carousel */			
		.globya_carousel{
			margin-top: 8px;
			margin-bottom: 3px;
			margin-right: 3px;
			float: right;
			height: 45px;
			width: 510px;
		}
		
		.globya_carousel OL{
			margin: 0px;
			padding: 0px;
			width: 32000px;
			list-style: none;
		}
		
		.globya_carousel OL LI{
			text-align: center;
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
		}
		
		.globya_carousel OL LI.spr{
			padding-left: 3px;
			padding-right: 3px;
		}
		
		.globya_carousel OL LI.spr IMG{
			background: url(images/mark-carousel-spr.png) no-repeat center;
			width: 1px;
			height: 40px;
		}
		
		.globya_carousel OL LI.mark{
			min-width: 110px;
			max-width: 110px;
			width: 110px;
		}
		
		.globya_carousel OL LI A, .globya_carousel OL LI A:visited{
			border: 1px solid #D7D7D7;
			display: block;
			padding: 2px;
		}
		
		.globya_carousel OL LI A IMG, .globya_carousel OL LI A:visited IMG{
			/*-moz-opacity:0.50; opacity:0.50;*/
		}
		
		.globya_carousel OL LI A:hover{
			border: 1px solid #A3A3A3;
			background-color: #FFFFFF;
		}
		
		.globya_carousel OL LI A:hover IMG{
			/*-moz-opacity:1; opacity:1;*/
		}
		
		.globya_carousel .carousel-clip{
			width: 461px;
			margin-right: 20px;
			margin-left: 25px;
			overflow: hidden;
		}
		
		.globya_carousel .carousel-previous{
			float: left;
		}
		
		.globya_carousel .carousel-next{
			float: right;
		}
		
		.globya_carousel .carousel-previous IMG, .globya_carousel .carousel-next IMG{
			width: 17px;
			height: 40px;
			background: url(images/mark-carousel-btns.png) no-repeat;
		}
				
		.globya_carousel .carousel-previous A IMG, .globya_carousel .carousel-previous A:visited IMG{
			border: 1px solid #D7D7D7;
			background-position: 3px 50%;
		}
				
		.globya_carousel .carousel-previous A:hover IMG{
			border: 1px solid #A3A3A3;
			/*background-color: #FFFFFF;*/
			background-position: -21px 50%;
		}
		
		.globya_carousel .carousel-next A IMG, .globya_carousel .carousel-next A:visited IMG{
			border: 1px solid #D7D7D7;
			background-position: -45px 50%;
		}
				
		.globya_carousel .carousel-next A:hover IMG{
			border: 1px solid #A3A3A3;
			/*background-color: #FFFFFF;*/
			background-position: -69px 50%;
		}
		
	/* Mail Bulletin Area */
		.bottom-row .mail-bulletin-form{
			float: left;
			width: 190px;
			margin-top: 5px;
			margin-left: 5px;
		}
		
		.bottom-row .mail-bulletin-form FORM{
			margin: 0px;
			padding: 0px;
		}
		
		.bottom-row .mail-bulletin-form LABEL{
			display: block;
			font-size: 8pt;
			padding: 2px;
			color: #727272;
		}
		
		.bottom-row .mail-bulletin-form INPUT.text{
			border: solid 1px #A3A3A3;
			width: 120px;
			font-size: 8pt;
			color: #A3A3A3;
		}
		
		.bottom-row .mail-bulletin-form INPUT.text-focus{
			border: solid 1px #727272;
			width: 120px;
			font-size: 8pt;
			color: #333333;
		}
		
		.bottom-row .mail-bulletin-form INPUT.button{
			border: solid 1px #A3A3A3;
			width: 50px;
			font-size: 8pt;
			margin-left: 5px;
		}
		
		/* FAST Buttons */
		.bottom-row .fast-buttons{
			float: left;
			padding-top: 7px;
			padding-left: 3px;
		}
		
		.bottom-row .fast-buttons A:hover IMG{
			background-color: #D7D7D7;
		}
		
		
				
	/* Globya Customer Services Block */
		#globya_csblock{
			margin: 0px;
			margin-bottom: 10px;
			padding: 0px;
		}
		
		#globya_csblock .topleft{ background: url(images/csblock-LT.png) no-repeat top left; margin: 0px; padding: 0px; }
		#globya_csblock .topright{ background: url(images/csblock-RT.png) no-repeat top right; margin: 0px; padding: 0px; }
		#globya_csblock .top{ background: url(images/csblock-T.png) repeat-x top; margin: 0px; margin-left: 10px; margin-right: 10px; padding: 0px; }
		#globya_csblock .top IMG.clear{ width: 100%; height: 10px; }
		
		#globya_csblock .bottomleft{ background: url(images/csblock-LB.png) no-repeat bottom left; margin: 0px; padding: 0px; }
		#globya_csblock .bottomright{ background: url(images/csblock-RB.png) no-repeat bottom right; margin: 0px; padding: 0px; }
		#globya_csblock .bottom{ background: url(images/csblock-B.png) repeat-x bottom; margin: 0px; margin-left: 8px; margin-right: 8px; padding: 0px; }
		#globya_csblock .bottom IMG.clear{ width: 100%; height: 8px; }
		
		#globya_csblock .left{ background: url(images/csblock-L.png) repeat-y left; margin: 0px; padding: 0px; }
		#globya_csblock .right{ background: url(images/csblock-R.png) repeat-y right; margin: 0px; padding: 0px; }
		#globya_csblock .content{ background-color: #ffe1f7; margin: 0px; margin-left: 5px; margin-right: 5px; padding: 0px; min-height: 63px; overflow: auto; }
		
		/* Copyright Logo */
		#globya_cslogo{ 
			float: left; 
			padding-top: 10px;
			padding-right: 10px;
		}
		
		#globya_cslogo SPAN{
			display: block;
			padding-right: 10px;
			border-right: 1px solid #CCC;
		}
		
		#globya_cslogo IMG{
			border: 0px;
			background: url(images/cslogo.png) no-repeat center;
			height: 49px;
			width: 147px;
		}		
		
		
		/* CS Content Area */
		#globya_csblock .contentarea{
			margin-left: 170px;
			font-size: 8pt;
		}
		
		#globya_csblock .links-row{
			display: block;
			height: 23px;
			line-height: 20px;
		}
		
		#globya_csblock .links-row.spr-top{
			background: url(images/csline-dot.png) repeat-x top;
			padding-top: 3px;
		}
		
		#globya_csblock .links-row UL{
			margin: 0px; padding: 0px;
			list-style: none;
		}
		
		#globya_csblock .links-row UL LI{
			display: inline;
			float: left;
		}
		
		#globya_csblock .links-row UL LI.label{
			width: 100px;
			text-align: right;
			padding-right: 5px;
		}
		
		#globya_csblock .links-row UL LI.spr{
			padding-left:5px;
			padding-right:5px;
		}
		
		#globya_csblock .links-row UL LI.spr IMG{
			background: url(images/csblock-seperator.png) no-repeat center;
			width: 2px;
			height: 14px;
		}
		
		#globya_csblock .links-row UL LI A:hover{
			text-decoration: underline;
		}
		
		
		
		
	/* Globya Footer */
		#globya_footer{
			height: 50px;
		}
	
		/* copyright */
		#globya_footer #copyright{
			float: right;
			margin-top: 5px;
		}
		
		
		#globya_footer #copyright IMG{
			width: 141px;
			height: 19px;
			background: url(images/copyright.png) no-repeat center;
		}
		
		/* Power Logos */
		#globya_footer #powerlogos{ margin: 0px; padding: 0px; }
		#globya_footer #powerlogos UL{
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		#globya_footer #powerlogos UL LI{
			display: inline;
			padding: 0px;
			margin: 0px;
		}
		
		#globya_footer #powerlogos UL LI A IMG, #globya_footer #powerlogos UL LI A:visited IMG{
			filter:alpha(opacity=50);
			-moz-opacity:0.50;
			opacity:0.50;
			height: 27px;
		}
		
		#globya_footer #powerlogos UL LI A:hover IMG{
			filter:alpha(opacity=100);
			-moz-opacity:1;
			opacity:1;
		}
		
		
		
		
		
		/* Sezon Labels */
			.sezon-label{
				position: absolute;
				right: 30px;
				bottom: 100px;
			}
			
			
			
		/* Collections */
			.collection-header{
				position: relative;	
				height: 265px;
			}
		
			.collection-label{
				text-align: right;
				position: absolute;
				right: 30px;
				bottom: 50px;
			}
			
			.content-title{
				margin: 5px;
				padding: 5px;
				margin-left: 10px;
			}
			
			.content-sub-note{
				font-size: 8pt;
				padding: 10px;
				padding-bottom: 15px;
				color: #888888;
			}
			
			
			/* Collection Listing */
			#content-listing{
				overflow: hidden;
			}
			
			#content-listing OL{
				overflow: hidden;
				margin: 0px;
				padding: 0px;
				padding-left: 10px;
				*padding-left: 0px;
				padding-bottom: 10px;
				*padding-bottom: 15px;
				
				list-style: none;
			}
			
			#content-listing OL LI{
				list-style: none;
				width: 25%;
				min-height: 220px;
				float: left;
				
				margin-bottom: 10px;
				
				text-align: center;
			}
			
			#content-listing LI.item CITE{
				font-style: normal;
			}
			
			#content-listing LI.item A{
				margin: 0px;
				padding: 0px;
				width: 166px;
				display: block;
				
				cursor: pointer;
			}
			
			#content-listing LI.item A .img{
				display: block;
				width: 166px;
				height: 165px;
				margin: 0px;
				padding: 0px;
				position: relative;
				
				cursor: pointer;
			}
			
			#content-listing LI.item A .img IMG{
				margin-left: 1px;
				margin-top: 1px;
				
				width: 164px;
				height: 164px;
				
				cursor: pointer;
			}
			
			#content-listing LI.item A .img IMG.mask{
				margin: 0px;
				padding: 0px;
				width: 166px;
				height: 165px;
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 1;
				
				background: url(images/listing-imgmask.png) no-repeat top;
				cursor: pointer;
			}
			
			#content-listing LI.item A .labels{
				display: block;
				margin: 0px;
				padding: 0px;
				
				background: url(images/listing-bg.png) repeat-y left top;
				cursor: pointer;
			}
			
			#content-listing LI.item A .labels .title{
				padding: 3px;
				display: block;
				font-size: 10pt;
				font-weight: bold;
				cursor: pointer;
			}
			
			#content-listing LI.item A .labels .desc{
				display: block;
				font-size: 8pt;
				font-weight: normal;
				cursor: pointer;
			}
			
			#content-listing LI.item A .bottom{
				margin: 0px;
				padding: 0px;
				display: block;
				width: 166px;
				height: 12px;
				background: url(images/listing-bottom.png) no-repeat top;
				cursor: pointer;
			}
			
			#content-listing LI.item A .bottom IMG{
				width: 166px;
				height: 12px;
				cursor: pointer;
			}
			
			#content-listing LI.item A:hover{
				color: #BE10A4;
				cursor: pointer;
			}
			
			
			/* Collection Product Listing */
			#content-product-listing{
				overflow: auto;
			}
			
			#content-product-listing OL{
				overflow: auto;
				margin: 0px;
				padding: 0px;
				padding-top: 20px;
				padding-left: 10px;
				*padding-left: 0px;
				padding-bottom: 10px;
				*padding-bottom: 15px;
				
				list-style: none;
			}
			
			#content-product-listing OL LI{
				list-style: none;
				width: 25%;
				min-height: 230px;
				float: left;
				
				margin-bottom: 10px;
				
				text-align: center;
			}
			
			#content-product-listing LI.item CITE{
				font-style: normal;
			}
			
			#content-product-listing LI.item A{
				margin: 0px;
				padding: 0px;
				width: 166px;
				display: block;
				
				cursor: pointer;
				position: relative;
			}
			
			#content-product-listing LI.item A .img{
				display: block;
				width: 166px;
				height: 165px;
				margin: 0px;
				padding: 0px;
				position: relative;
				
				cursor: pointer;
			}
			
			#content-product-listing LI.item A .img IMG{
				margin-left: 1px;
				margin-top: 1px;
				
				width: 164px;
				height: 164px;
				
				cursor: pointer;
			}
			
			#content-product-listing LI.item A .img IMG.mask{
				margin: 0px;
				padding: 0px;
				width: 166px;
				height: 165px;
				position: absolute;
				top: 0px;
				left: 0px;
				z-index: 1;
				
				background: url(images/listing-imgmask.png) no-repeat top;
				cursor: pointer;
			}
			
			#content-product-listing LI.item A .labels{
				display: block;
				margin: 0px;
				padding: 0px;
				
				background: url(images/listing-bg.png) repeat-y left top;
				cursor: pointer;
			}
			
			#content-product-listing LI.item A .labels .title{
				padding: 3px;
				padding-left: 10px;
				padding-right: 10px;
				display: block;
				font-size: 8pt;
				font-weight: bold;
				text-align: left;
				cursor: pointer;
			}
			
			#content-product-listing LI.item A .labels .desc{
				display: block;
				padding-left: 10px;
				padding-right: 10px;
				font-size: 8pt;
				font-weight: normal;
				text-align: left;
				cursor: pointer;
			}
			
			#content-product-listing LI.item A .labels .price{
				display: block;
				padding-left: 10px;
				padding-right: 10px;
				font-size: 8pt;
				font-weight: normal;
				cursor: pointer;
				font-weight: bold;
				text-align: right;
				color: #8A0003;
			}
			
			#content-product-listing LI.item A .labels .price SPAN{
				text-decoration: line-through;
				color: #333333;
				margin-right: 5px;
			}
			
			#content-product-listing LI.item A .bottom{
				margin: 0px;
				padding: 0px;
				display: block;
				width: 166px;
				height: 12px;
				background: url(images/listing-bottom.png) no-repeat top;
				cursor: pointer;
			}
			
			#content-product-listing LI.item A .bottom IMG{
				width: 166px;
				height: 12px;
				cursor: pointer;
			}
			
			#content-product-listing LI.item A:hover{
				color: #BE10A4;
				cursor: pointer;
			}
			
			#content-product-listing LI.item A:hover .labels .price{
				color: #FF0000;
			}
			
			#content-product-listing LI.item A IMG.reduced{
				position: absolute;
				width: 71px;
				height: 61px;
				top: -10px;
				right: -20px;
				z-index: 33;
				
				background: url(images/indirimli.png) no-repeat center;
			}
			
			
			
		/* Pagenation */
			.pagenation{
				padding: 5px;
				padding-right: 15px;
				margin: 0px;
				overflow: hidden;
			}
			
			.pagenation UL{
				float: right;
				margin: 0px;
				padding: 0px;
				overflow: hidden;
				list-style: none;
			}
			
			.pagenation LI{
				margin-left: 3px;
				display: block;
				list-style: none;
				float: left;
			}
			
			.pagenation LI A{
				display: block;
				padding: 3px;
				padding-left: 5px;
				padding-right: 5px;
				border: solid 1px #CCCCCC;
			}
			
			.pagenation LI A:hover{
				border-color: #BE10A4;
				color: #BE10A4;
			}
			
			.pagenation LI.selected{
				font-weight: bold;
			}
			
			
			
			
			
		/* Product detail */
			.product-detail{
				overflow: auto;
			}
			
			.product-detail .product-image-coll{
				float: left;
				width: 384px;
				margin-left: 10px;
				position: relative;
			}
			
			.product-detail .product-image-coll .imglist UL{
				margin: 0px;
				padding: 0px;
				overflow: auto;
				list-style: none;
			}
			
			.product-detail .product-image-coll .imglist LI{
				float: left;
				padding: 5px;
				display: block;
			}
			
			.product-detail .product-image-coll .imglist LI IMG{
				width: 60px;
			}
			
			.product-detail .product-image IMG{
				width: 380px;
				height: 300px;
			}
			
			.product-detail .product-image IMG.mask{
				width: 384px;
				height: 302px;
				position: absolute;
				top: 0px;
				left: 0px;
				
				z-index: 1;
				
				background: url(images/detail-imagemask.png) no-repeat center;
			}
			
			.product-detail .product-right{
				margin-left: 405px;
				position: relative;
			}
			
			.product-detail .product-right CITE{
				font-style: normal;
			}
			
			.product-detail .product-right .mark{
				display: block;
				position: absolute;
				top: 0px;
				right: 10px;
				width: 100px;
				border: solid 1px #CCCCCC;
				padding: 5px;
				text-align: center;
			}
			
			.product-detail .product-right .title{
				display: block;
				margin-right: 120px;
				font-weight: bold;
			}
			
			.product-detail .product-right .price{
				display: block;
				text-align: center;
				font-weight: bold;
				color: #FF0000;
				padding: 5px;
				margin-top: 25px;
				font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
				font-size: 24px;
			}
			
			.product-detail .product-right .price SPAN{
				display: block;
				font-size: 13pt;
				font-weight: bold;
				text-decoration:line-through;
				text-align: center;
				padding: 5px;
				margin-top: 15px;
				color: #333333;
			}
			
			.product-detail .product-right .add-cart-form{
				padding: 5px;
				margin-top: 25px;
			}
			
			.product-detail .product-right .add-cart-form .row{
				overflow: hidden;
				text-align: center;
				padding: 3px;
			}
			
			.product-detail .product-right .add-cart-form LABEL{
				width: 100px;
				display: block;
				float: left;
				text-align: right;
			}
			
			.product-detail .product-right .add-cart-form SELECT{
				border: solid 1px #888888;
				width: 190px;
			}
			
			.product-detail .product-right .additional-links UL{
				list-style-image: url(images/left-side-arrow.png);
			}
			
			.product-detail FIELDSET{
				margin-top: 15px;
				border: none;
				border-top: dotted 1px #CCCCCC;
				font-size: 8pt;
			}
			
			.product-detail FIELDSET LEGEND{
				font-weight: bold;
				padding: 5px;
			}
			
			.product-detail .colors UL{
				margin: 0px;
				padding: 0px;
				overflow: auto;
			}
			
			.product-detail .colors UL LI{
				float: left;
				display:block;
				margin-left: 5px;
			}
			
			.product-detail .colors A{
				display:block;
				border: solid 1px #CCCCCC;
				padding: 5px;
			}
			
			.product-detail .colors A CITE{
				display: block;
				font-style: normal;
				text-align: center;
			}
			
			.product-detail .colors A:hover{
				color: #BE10A4;
				border-color: #BE10A4;
			}
			
			.product-detail .properties .desc{
				padding: 10px;
			}
			
			
			.product-detail .other-products UL{
				margin: 0px;
				padding: 0px;
				overflow: auto;
			}
			
			.product-detail .other-products UL LI{
				float: left;
				display:block;
				margin-left: 5px;
			}
			
			.product-detail .other-products A{
				display:block;
				border: solid 1px #CCCCCC;
				padding: 5px;
				min-height: 110px;
				position: relative;
			}
			
			.product-detail .other-products A CITE{
				display: block;
				position: absolute;
				bottom: 5px;
				right: 5px;
				font-style: normal;
				text-align: center;
				font-weight: bold;
			}
			
			.product-detail .other-products A CITE SPAN{
				text-decoration: line-through;
				font-style: normal;
			}
			
			.product-detail .other-products A:hover{
				color: #BE10A4;
				border-color: #BE10A4;
			}
			
			
			
	/* Customer Area */
		#globya_header #globya_customers{
			position: absolute;
			z-index: 99;
			right: 0px;
			top: -15px;
		}
		
		#globya_header #globya_customers FORM{ margin: 0px; padding: 0px; }
		
		#globya_header #globya_customers .left{ background: url(images/search-bg-left.png) no-repeat left; margin: 0px; padding: 0px; }
		#globya_header #globya_customers .right{ background: url(images/search-bg-right.png) no-repeat right; margin: 0px; padding: 0px; }
		#globya_header #globya_customers .content{ background: url(images/search-bg.png) repeat-x center; margin: 0px; margin-left: 7px; margin-right: 7px; padding: 0px; }
		
		#globya_header #globya_customers .content{
			height: 23px;
			*height: 25px;
			/*width: 230px;*/
			padding-left: 10px; 
			padding-right: 10px;
			padding-top: 20px;
			*padding-top: 18px;
		}
		
		#globya_header #globya_customers A:hover{
			color: #BE10A4;
		}