body {
	font-family:arial;
	font-size:15px;
	background:url(../images/motif2.jpg) ;
	/*background-repeat:repeat-y;*/
	/*background-color:#*/
	/*background-color:#383A48;*/
	
	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='/sexshop/templates/charte9/images/header-top.png', sizingMethod='scale');
}

#wrapper {
	width: 980px;
	min-height: 550px;
	/*height:1350px*/
	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='/sexshop/templates/charte9/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 {
          margin-bottom: 4px;
		 
		}

		#logo {
			float:left;
		    /*padding-bottom: 10px;
     	                 margin-bottom:-180px; */
		    margin-left:2px;
		}
		

		#top_infos {
			height:10px;
		}

			#search_form {
			   float:right;
			   /* margin-top:70px;*/	   
			   /*height:10px;*/
              /*padding-bottom:20px;
			        padding-top:30px*/
			}

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

			#search_image {
				vertical-align: right;
			}

			#shopping_cart {
			   /*padding-top:85px;*/
			   font-weight:bold;
				text-align: center;
		       font-size: 14px;
			}

			#shopping_cart img {
				vertical-align: bottom;
			}

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

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

			#contact {

			}

		#top_menu {

		}

			#universes {
				font-weight: bold;
			  /* padding-top:50px;*/
			}

			#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: url(../images/bouton1.jpg);
			
			}
			
			.universe-1:hover{
			background: url(../images/bouton2.jpg);
			
			}
			
			.universe-2 {
				background: url(../images/bouton1.jpg);
			}
            
			.universe-2:hover{
			background: url(../images/bouton2.jpg);
			}
			
			.universe-2:visited{
			background: url(../images/bouton3.jpg);
			}
		
			.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;
			height:410px;
			margin: 0 5px 0 5px;
			border: 1px solid #ccc;
		   /*background:url(../images/topmenu.jpg);*/
		   /*background-color:black*/
		}
		
		

		#random_products {
			float: left;
			width: 670px;
			margin: 5px 5px 0 5px;
			border: 1px solid #CCC;
		   padding-left: 70px;
		}
		
        
		#random_produst_containers:{
		   text-align: center;
		}
		
		#random_categories {
			padding: 0px 5px 0px 5px;
			margin-top:100px;
			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: green;
		}

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

		#last_products {
	       float: left;
			text-align: center;
			margin: 0 5px 0 5px;
			width: 335px;
			border: 1px solid #CCC;
			padding-left: 20px;
		}
		
		#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: #DCA9AF;
		}

		.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: #000;
			text-decoration: none;
		}

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

		.side_category-0 {
			background: #F9F9F9 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: #0099CC;
		}

	#main {
		margin-left: 165px;
	}

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

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

.ajax-loading {
	min-height: 50px;
	background: url(../images/spinner.gif) no-repeat center center;
}
/* Contenu perso */
.footer {
	color: #666;
	font-size: 10px;
	text-decoration:none;
}

.favoris {color: #FF64FF;font-size: 11px;font-family: Arial, Helvetica, sans-serif;font-weight: bold;text-decoration:none;}
