body {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	background: #6BA8E4 url(../images/bg.jpg) repeat-x;
	margin: 0px;
}

img {
	border: 0px;
}

input[type="text"] {
	vertical-align: middle;
	height: 13px;
	font-size: 12px;
}

.clear {
	clear: both;
}

#wrapper-top {
	width: 980px;
	height: 32px;
	margin: auto;
	border: 0px;
	background: url(../images/header-top.png) transparent;
    _background: 0; /* IE 6 hack to make it think there is no background image to replace it by the line below */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/templates/aiko/images/header-top.png', sizingMethod='scale');
}

#wrapper {
	width: 980px;
	min-height: 550px;
	margin: auto;
	border: 0px;
	background: url(../images/wrapper-bg.png) transparent;
    _background: 0; /* IE 6 hack to make it think there is no background image to replace it by the line below */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='/templates/aiko/images/wrapper-bg.png', sizingMethod='scale');
	border-bottom: 2px solid #999;
}

#container {
	width: 938px;
	margin: 0px auto 0px auto;
	min-height: 530px;
    position:relative; /* because of IE6 hack, this areay is not clickeable when position:relative is not set */
}

	#header {
		min-height: 110px;
		background: url(../images/header.png);
		
	}

		#logo {
			float: left;
			margin-right: 5px;
			margin-left: 5px;
		}

		#top_infos {
			height: 80px;
		}

			#search_form {
				float: right;
			}

			.search {
				font-weight: bold;
				color: #030043;
			}

			#search_image {
				vertical-align: middle;
				margin-right: 10px;
			}

			#shopping_cart {
				font-weight: bold;
				color: #030043;
				text-align: right;
				margin-top: 3px;
				margin-right: 20px;
				font-size: 14px;
			}

			#shopping_cart img {
				vertical-align: bottom;
			}

			#cart_view_link a {
				color: #FFF;
				text-decoration: none;
			}

			#cart_view_link a:hover {
				color: #FFF;
				text-decoration: underline;
			}

			#contact {

			}

		#top_menu {

		}

			#universes {
				font-weight: normal;
			}

			#universes div {
				float: right;
				border-top: 1px;
				border-left: 1px;
				border-right: 1px;
				border-bottom: 0px;
				border-color: #CCC;
				padding: 5px 15px 5px 15px;
				margin: 0 15px 0 -10px;
			}

			#universes a {
				color: #000;
				text-decoration: none;
			}

			#universes a:hover {
				border-bottom: 1px dotted #FFF;
			}

			.universe-1 {

				background: url(../images/fmenu1.jpg) repeat-x;
			}

			.universe-2 {
				background: url(../images/fmenu1.jpg) repeat-x;
			}

			.universe-3 {
				background-color: #FF6633;
			}

			.universe-4 {
				background-color: #FF9933;
			}

			.universe-5 {
				background-color: #999933;
			}

			.universe-6 {
				background-color: #0099CC;
			}


	#content {
			margin-left: 5px;

	}
		#content h4 {
			text-align: center;
			margin-left: 5px;
		}

		#top_products {
			background-color: #FFF;
			width: 370px;
			margin: 0 5px 0 5px;
			border: 2px solid #4BB8F0;
		}

		#random_products {
			background-color: #FFF;
			float: left;
			text-align: center;
			margin: 0 5px 0 5px;
			width: 340px;
			border: 2px solid #4BB8F0;
			padding-left: 20px;
		}

		#random_categories {
			background-color: #FFF;
			padding: 0px 5px 0px 5px;
			border: 2px solid #4BB8F0;
			height: 145px;
		}

		#random_categories a {
			text-decoration: none;
		}

		#random_categories a:hover {
			text-decoration: underline;
		}

		#products {
			text-align: center;
			padding: 0px 5px 0px 65px;
		}

		.product-small {
			float: left;
			margin: 1px;
			height: 240px;
		}

		.product-small-title {
			font-size: 10px;
		}

		.product_price {
			color: yellow;
		}

		#random_categories {
			text-align: center;
			width: 360px;
			margin: 5px;
		}

		#last_products {
			background-color: #FFF;
			float: left;
			width: 742px;
			margin: 5px 5px 0 5px;
			border: 2px solid #4BB8F0;
		}

		#last_products_container {
			text-align: center;
			padding-left: 60px;
		}

		#product {
		}

			#product-image {
				float: left;
				margin: 0px 5px 0px 5px;
			}

			#product-details {
				margin-left: 360px;
			}

				#product-title {
					font-weight: bold;
					font-size: 16px;
				}

				#product-price {
					font-weight: bold;
					font-size: 18px;
					color: white;
				}

				#product-availablity {
					font-weight: bold;
					font-size: 12px;
					color: navy;
				}

				#product-description {
					margin-top: 25px;
					margin-bottom: 25px;
				}

			#product-options {
				text-align: center;
			}

				#product-options-title {
					font-weight: bold;
				}

			#related-products-container {
				margin: 10px 0px 0px 45px;
			}

				#product-related {
					color: white;
					font-weight: bold;
				}

				#related-products {
					text-align: center;
				}

			#product-details h1 {

			}

			#product-details h3 {

			}

			#product-options {

			}

			#cart_message {
				width: 160px;
				padding: 10px;
				text-align: center;
				font-size: 14px;
				color: black;
				position: absolute;
				right: 10px;
				top: 10px;
				border: 1px solid #666;
				background-color: #F0F0F0;
				display: none;
			}

		#shopping_cart_title {
			margin-left: 15px;
		}

		#shopping_cart_table {
			width: 95%;
			margin: auto;
			border: 1px solid #CCC;
		}

		#shopping_cart_table th {
			padding: 4px;
			background-color: #F0F0F0;
			border-bottom: 1px solid #CCC;
		}

		#cart_form_button_panel {
			width: 93%;
			margin: 10px auto 0px auto;
			padding: 5px;
			text-align: center;
			border: 1px solid #CCC;
		}

		.cart_product_name {
			color: navy;
		}

		.cart_product_price {
			color: blue;
		}

		#page {
			margin-left: 5px;
			margin-right: 5px;
		}

		#category_description {
			margin: 10px;
			text-align: left;
			padding: 10px;
			border: 1px dotted #CCC;
		}

		 #search_results, #search_pages {
		 	margin: 10px;
			text-align: center;
			padding: 10px;
			border: 1px dotted #CCC;
		 }

	#sidebar {

	}

		#side_universes {
			float: left;
			width: 165px;
		}

		.side_universe {
			padding: 5px;
			font-size: 14px;
			margin: 0px;
			background: url(../images/setbar1.jpg) no-repeat center;
		}

		.side_universe a {
			color: #000;
			font-weight: bold;
			text-decoration: none;
		}

		.side_universe a:hover {
			color: #000;
			border-bottom: 1px dotted #000000;
		}

		.side_categories div {
			padding: 5px 5px 5px 15px;
		}

		.side_categories a {
			color: #030043;
			text-decoration: none;
		}

		.side_categories a:hover {
			border-bottom: 1px dotted #030043;
		}

		.side_category-0 {
			background: #d9e6ff url(../images/bullet_toggle_plus.gif) no-repeat left center;
		}

		.side_category-1 {
			background: #d9e6ff url(../images/bullet_toggle_plus.gif) no-repeat left center;
		}

		.side_category-0-selected {
			border: 1px solid #4ab6ef;
			background: #FFF url(../images/bullet_toggle_minus.gif) no-repeat left center;
		}

		.side_category-1-selected {
			border: 1px solid #4ab6ef;
			background: #FFF url(../images/bullet_toggle_minus.gif) no-repeat left center;
		}

		.side_category-0-selected a, .side_category-1-selected a  {
			font-weight: bold;
			color: #001caa;
		}

	#main {
		margin-left: 165px;
	}

	#pages, #product_pages {
		text-align: center;
	}

	#footer {
		color: #61c8ff;
		font-size: 10px;
		width: 920px;
		margin: 0px auto 0px auto;
		border-top: 1px dotted #61c8ff;
		text-align: center;
		padding: 5px;
	}
	#footer a {
		color: #61c8ff;
		}


.ajax-loading {
	min-height: 50px;
	background: url(../images/spinner.gif) no-repeat center center;
}
