html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f1f1f1;
}

.clear {
	clear: both;
}

#container {
	position: relative;
	margin: 10px;
}

#welcome_msg
{
	position:absolute; 		
	top:13px; 
	right:325px;
	font-size: 12px;
	font-weight:bold;	
}

#cart {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 310px;
	background: #fff;
	color: #333333;
	font-size: 11px;
	text-align: left;
}

	#cart .info {
		position: relative;
		height: 38px;
		border-right: solid #dbdbdb 1px;
		font-size: 12px;
	}
		#cart .info .status {
			position: absolute;
			top: 0;
			left: 8px;
			height: 38px;
			line-height: 38px;
		}
		#cart .info .checkout {
			position: absolute;
			top: 12px;
			right: 10px;
			height: 38px;
			color: #2b6c9b;
			font-weight: bold;
			font-size: 12px;
			text-decoration: none;
			padding: 0 22px 0 0;
			background: url('../img/icon_basket_out.png') no-repeat top right;
			cursor: pointer;
		}
		
	#cart .bin {
		display: none;
		border-bottom: solid #dbdbdb 1px;
		border-right: solid #dbdbdb 1px;
		border-left: solid #dbdbdb 1px;
		padding: 0 8px 8px 8px;
	}
		#cart .bin table {
			width: 100%;
			height: 100%;
			border: none;
		}
			#cart .bin table th, #cart .bin table td {
				padding: 4px;
			}
			#cart .bin table tbody td {
				background: #ffffc0;
			}
			#cart .bin table tfoot td {
				text-align: right;
				padding: 8px 4px 0 4px;
			}
			#cart .bin table .name {
				
			}
			#cart .bin table .quantity {
				width: 30px;
				text-align: center;
			}
			#cart .bin table .price {
				width: 75px;
			}
			#cart .bin table .remove {
				width: 20px;
			}
				#cart .bin table .remove a {
					float: left;
					width: 14px;
					height: 14px;
					background: url('../img/icon_bin_remove.png') no-repeat top left;
					text-indent: -1000px;
					overflow: hidden;
					margin: 0 0 0 3px;
				}
			#cart .bin table .empty {
				font-style: italic;
				text-align: center;
				font-size: 12px;
				padding: 8px 0;
				background: #eeeeee;
			}

#navigation {
	position: relative;
	background: white;
	padding: 0 8px;
	margin: 0 0 6px 0;
	height: 38px;
	border-bottom: solid #dbdbdb 1px;
	border-right: solid #dbdbdb 1px;
}
	
	#navigation #category_selected {
		position: absolute;
		top: 9px;
		left: 10px;
		float: left;
		color: #4994cc;
		font-size: 12px;
		font-weight: bold;
		height: 22px;
		line-height: 22px;
		background: url('../img/category_selected_bg.png') repeat-x top left;
		border-left: solid #b5b8c8 1px;
		padding: 0 24px 0 6px;
		cursor: pointer;
	}
		#navigation #category_selected .selector {
			position: absolute;
			top: 0;
			right: 0;
			width: 19px;
			height: 22px;
			background: url('../img/category_selected_button.png') no-repeat top left;
		}
		
	#navigation #category_dropdown {
		display: none;
		position: absolute;
		top: 30px;
		left: 10px;
		list-style: none;
		margin: 0;
		padding: 0;
		background: white;
		border: solid #b5b8c8 1px;
	}
	
		#navigation #category_dropdown li {
			display: block;
			float: left;
			margin: 0;
			padding: 0;
			clear: left;
		}
		
			#navigation #category_dropdown li a {
				display: block;
				float: left;
				height: 14px;
				padding: 4px 6px;
				margin: 0;
				font-size: 11px;
				font-weight: bold;
				text-decoration: none;
				color: #7a7a7a;
				white-space: nowrap;
			}
				#navigation #category_dropdown li a:hover {
					color: white;
					background: #4994cc;
				}
			#navigation #category_dropdown li.first a {
				padding-top: 6px;
			}
			#navigation #category_dropdown li.last a {
				padding-bottom: 6px;
			}
	
#items {
	list-style: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
	
	#items li {
		float: left;
		width: 207px;
		display: inline;
		margin: 0 10px 10px 0;
		padding: 10px;
		background-color: #fff;
		border-bottom: solid #dbdbdb 1px;
		border-right: solid #dbdbdb 1px;
	}
	
	#items .iframe {
		border: none;
		width: 100%;
		height: 100%;
	}
	
	#items .image {
		width: 207px;
		height: 207px;
		background: url('../img/item_image_bg.png') repeat-x top left;
		margin: 0 0 6px 0;
		overflow: hidden;
	}
	
	#items .title {
		height: 16px;
		overflow: hidden;
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 1px 0;
	}
	
	#items .description {
		overflow: hidden;
		font-size: 11px;
		height: 30px;
	}
	
	#items .purchase {
		height: 24px;
		line-height: 24px;
	}

		#items .purchase .information {
			float: left;
			width: 16px;
			height: 16px;
			background: url('../img/icon_information.png') no-repeat top left;
			text-indent: -1000px;
			overflow: hidden;
			cursor: pointer;
			margin: 5px 0 0 0;
		}
		
			#items .selected .purchase .information {
				background: url('../img/icon_information_selected.png') no-repeat top left;
			}

		#items .purchase .soldout {
			float: right;
			width: 80px;
			height: 14px;
			background: url('../img/item_soldout.png') no-repeat top left;
			text-indent: -1000px;
			overflow: hidden;
			margin: 6px 6px 0 0;
		}

		#items .purchase .price {
			float: right;
			color: #2b6c9b;
			font-weight: bold;
			font-size: 13px;
			margin: 0 2px 0 0;
			cursor: pointer;
		}
		
			#items li.disabled .price {
				cursor: default;
			}
			
			#items li.soldout .price {
				cursor: default;
				color: #999;
			}
		
		#items .purchase .basket {
			cursor: pointer;
		}
		
			#items li.disabled .basket {
				cursor: default;
			}
			
			#items li.soldout .basket {
				float: right;
				width: 16px;
				height: 16px;
				overflow: hidden;
				cursor: default;
				margin: 5px 0 0 5px;
				background: url('../img/icon_basket_soldout.png') no-repeat top right;
			}
		
		#items .purchase .add, 
		#items .purchase .remove,
		#items .purchase .selected {
			float: right;
			width: 16px;
			height: 16px;
			overflow: hidden;
			cursor: pointer;
			margin: 5px 0 0 5px;
		}
		
			#items .purchase .add {
				background: url('../img/icon_basket_add.png') no-repeat top right;
			}
			
			#items .purchase .remove {
				background: url('../img/icon_basket_remove.png') no-repeat top right;
				margin-top: 4px;
			}
			
			#items .purchase .selected {
				background: url('../img/icon_basket_selected.png') no-repeat top right;
				margin-top: 4px;
			}
			
.tooltip_close {
	width: 16px;
	height: 16px;
	background: url('../img/tooltip_close.gif') no-repeat top left;
}
