body {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	background-color: #000;
	margin: 0px;
}

img {
	border: 0px;
}

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

.clear {
	clear: both;
}

#wrapper-top {
	width: 980px;
	height: 45px;
	margin: auto;
	border: 0px;
	background: url(../images/separateur.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='/dvd/templates/aiko/images/separateur.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='/dvd/templates/aiko/images/wrapper-bg.png', sizingMethod='scale');
	border-bottom: 2px solid #999;
}

#container {
	width: 920px;
	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 {
		border-bottom: 1px dotted #CCC;
		margin-bottom: 4px;
	}
    
    #header_sh {
	background: url(../images/header_sh.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='/dvd/templates/aiko/images/header-sh.png', sizingMethod='scale');
	background-repeat: no-repeat;
	height: 183px;
	width: 980px;
    position:relative; /* because of IE6 hack, this areay is not clickeable when position:relative is not set */
	}
    
     #nav_sh {
	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='/dvd/templates/aiko/images/wrapper_bg.png', sizingMethod='scale');
	background-repeat: repeat-y;
	width: 980px;
    position:relative; /* because of IE6 hack, this areay is not clickeable when position:relative is not set */
}

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

		#top_infos {
			height: 5px;
		}

			#search_form {
				float: right;
			}

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

			#search_image {
				vertical-align: middle;
			}

			#shopping_cart {
				padding-top: 10px;
				text-align: center;
				font-size: 14px;
			}

			#shopping_cart img {
				vertical-align: bottom;
			}

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

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

			#contact {

			}

		#top_menu {

		}

			#universes {
				font-weight: bold;
			}

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

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

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

			.universe-1 {

				background-color: #000000;
			}

			.universe-2 {
				background-color: #990000;
			}

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

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

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

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


	#content {

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

		#top_products {
			width: 370px;
			margin: 0 5px 0 5px;
			border: 1px solid #CCC;
		}

		#random_products {
			float: left;
			text-align: center;
			margin: 0 5px 0 5px;
			width: 340px;
			border: 1px solid #CCC;
			padding-left: 20px;
		}

		#random_categories {
			padding: 0px 5px 0px 5px;
			border: 1px solid #CCC;
			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: red;
		}

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

		#last_products {
			float: left;
			width: 742px;
			margin: 5px 5px 0 5px;
			border: 1px solid #CCC;
		}

		#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: green;
				}

				#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 {
					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: green;
		}

		#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: 1px;
			background-color: #666;
		}

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

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

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

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

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

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

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

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

		.side_category-1-selected {
			border: 1px solid #666;
			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: #990000;
		}

	#main {
		margin-left: 165px;
	}

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

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

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

/* menu */

#menu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	}

#menu li {
	display: inline;

	}

#menu li a {
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	padding: 5px 10px 5px 10px;
    position: relative;
}
#menu li a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #990000;
}

#menu li.active a {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #990000;
}
#menu li.active a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
}
.header_iframe {
	padding: 0px;
	right: 0px;
	bottom: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
