@import url(reset.css);
@import url(debug.css);
@import url(form.css);

.clear{clear:both;}

body
{
	background: #fffdfe url(../img/bg_body.png) repeat-x top !important;
	padding: 0 !important;
	font-family: Arial, Tahoma, sans-serif;
}

h1, h2, h3
{
	font-size: 1.6em;
	color: #FE3E83;
	margin: 0 0 .5em 0;
	font-weight: bolder;
}

	h1 span
	{
		color: #3f3f3f;
		font-size: .65em;
	}

h2
{
	font-size: 1.1em;
}

	h2 a:hover
	{
		text-decoration: none;
	}

h3
{
	font-size: 1em;
}

a
{
	color: #40aee2;
	font-style: italic;
}

a:hover
{
	color: #FE3E83;	
}

small
{
	font-size: 80%;
}

strong
{
	font-weight: bolder;
}

#preflow
{
	width: 100%;
	background: transparent url(../img/bg_fly.png) no-repeat center top;
}

#flow
{
	width: 913px;
	border-top: 1px solid #FFADD7;
	margin: 0 auto;	
}

#site
{
	background: #fff url(../img/bg_site.png) no-repeat center top;
	position: relative;
	top: 38px;
}

#header
{	

}

	#home
	{
		float: left;
		width: 20px;
		padding: 8px;
	}
	
		#home a
		{
			display: block;
			padding: 4px;
		}

	#logo
	{	
		width: 200px;
		height: 155px;
		padding: 0 0 0 20px;
		float: left;
	}
	
		#butterfly
		{
			width: 43px;
			height: 55px;
			position: relative;
			top: 15px;
			left: 50px;
		}

	#slogan
	{
		background: transparent url(../img/bg_mdash.png) no-repeat left .8em;
		color: #fff;
		font-style: italic;
		font-size: .8em;
		width: 340px;
		float: left;
		line-height: 1.6em;
		padding: 0 0 0 40px;
		margin: 60px 0 0 -20px;
	}

	#lang
	{
		margin: 20px;
		float: right;
	}
	
		#lang li
		{
			float: left;
			text-align: center;
		}

		#lang a
		{
			color: #fff;
			display: block;
			font-size: .8em;
			padding: 6px 12px;
			width: 70px;
			font-style: normal;
		}
		
		#lang a.active
		{
			background: #fd3e83;
			text-decoration: none;
		}
		
		#lang a:hover
		{
			color: #ff0;
		}
		
	#menu
	{
	}
	
		#menu li
		{
			float: left;
			padding: .5em 0.9em;
		}
	
			#menu li a 
			{
				color: #ffff00;
			}
			
			#menu li a:hover 
			{
				color: #fff;
			}
	
			#menu li a em{font-style: normal;}
	
			#menu li a.active{font-weight: bolder;}


#body
{
	padding: 80px 60px 0 60px;	
}

	#catalog_visual
	{
		background: #fff url(../img/bg_visual.png) no-repeat center;
		margin: 0 -60px;
	}
	
		#catalog_visual dl
		{
			width: 187px;
			float: left;
			margin: 0 50px 0 60px;
		}			
			
		#catalog_visual em
		{
			padding-bottom: 10px;
			display: block;
		}			
			#catalog_visual em strong
			{
				display: none;
			}		
		
		#catalog_visual dd
		{
			line-height: 1.5em;
			font-size: .8em;			
		}
		
			#catalog_visual dd a
			{
				font-style: italic;
				margin-left: 15px;
			}
			
				#catalog_visual dd.visual a
				{
					margin: 0;
				}

	#brands
	{
		padding: 4em 0;
	}
	
		#brands p
		{
			padding: 1em 0 0 0;
		}
		
		#brands a
		{
			font-style: italic;
			font-size: .8em;
		}
		
			#brands ul li
			{
				float: left;
				margin: 20px 40px 0 0;
			}
				#brands ul li img
				{
					border: 2px solid #FE3E83;
				}
			
			#brands h2 strong
			{
				display: none;
			}
			
	input.search {
		font-size: 0.8em;
		padding: 4px;
		width: 120px;
		background: none repeat scroll 0 0 #FFF4F9;
	    border: 1px solid #E43D7E;
	    color: #777777;
	    font-family: arial,sans-serif;
	    font-style: italic;
	    font-weight: normal;
	}
	
	.inventory_body {
		margin-left: 20px;
	}
	
	.inventory_body p {
	    color: #777777;
	    font-size: 0.8em;
	    font-style: italic;
	    line-height: 1.4em;
	}
	
	.hr {
		border-bottom: 3px solid #FE3E83;
		margin-bottom: 20px;    	
    	width: 91%;
	}
	
	.brands
	{
		padding: 0 0 1em 0;
	}
	
		.brands p
		{
			padding: 1em 0 0 0;
		}
		
		.brands a
		{
			font-style: italic;
			font-size: .8em;
		}
		
			.brands ul li
			{
				float: left;
				margin: 20px 40px 0 0;
			}
				.brands ul li img
				{
					border: 2px solid #FE3E83;
				}
			
			#catalog_inventory h2
			{
				margin-bottom: 0;
				padding-bottom: 0;
			}

#footer
{
	height: 320px;
	background: transparent url(../img/bg_footer.png) no-repeat top;
	font-style: italic;
	line-height: 1.6em;
	font-size: .8em;
}

	#copy
	{
		float: left;
		margin: 220px 0 0 60px;
	}
	
		#copy div
		{
			float: left;
			margin-right: 20px;
		}
			
		#copy cite, #copy cite a
		{
			color: #606a74;	
			text-decoration: none;
		}
			 
			 #copy cite a:hover
			 {
			 	text-decoration: underline;
			 }
		
		#copy address
		{
			color: #000;
		}
	
			#copy address strong
			{
				font-weight: bolder;
			}
	
	#phone
	{
		margin: 150px 50px 0 0;
		float: right;
		color: #d8085b;
		font-size: 2.6em;
		font-style: italic;
	}
		#alternates
		{	
		}
	
			#alternates a
			{
			}


.notice
{
	clear: both;
	width: 700px;
}

	.notice p
	{
		line-height: 1.5em;
	}

	.notice .date, #article .date
	{
		color: #999;
		font-size: .7em;
		padding: 2em 0;
	}

	.notice .img, #article .img
	{
		float: right;
		margin: 0 0 8px 50px;
	}
	
		.notice .img img, #article .img img
		{
			padding: 4px;
			border: 1px solid #eee;
		}

#article
{
	line-height: 1.5em;
	font-size: .8em;		
}

	#article p
	{
		margin-bottom: 1em;
	}
	
	#article ul
	{
		list-style-type: circle;
		margin: 1em 3em;;
	}

#short_news
{
	line-height: 1.5em;
}

	#short_news ul
	{
		list-style-type: circle;
	}


#catalog_menu
{
	width: 170px;
	float: left;
	padding-top: 2em;
}

	#catalog_menu ul
	{
		margin-bottom: 1em;
	}
	
		#catalog_menu ul li a, #catalog_menu ul li strong
		{
			/* color: #3f3f3f; */
			font-size: 1em;
			font-weight: bolder;
		}
	
			#catalog_menu ul li li a, #catalog_menu ul li li strong
			{
				/*color: #40aee2;*/
				font-size: .8em;
				font-weight: normal;
			}
	
		#catalog_menu ul li strong
		{
			color: #64696D !important;
			font-style: italic;
		}
	
		#catalog_menu ul ul
		{
			margin-left: 1em;
		}


#catalog_header h1 span
{
	font-weight: normal;
}

#catalog_header h1 a
{
	font-style: normal;
	color: #FE3E83;
}

#catalog_inventory
{
	float: right;	
	width: 600px;
	padding-top: 2em;
}
	.catalog_inventory dd  
	{	
		font-size: .8em;
		line-height: 1.4em;
		color: #777;
	}
	
	#catalog_inventory a
	{
		font-style: normal;
	}
	
	#catalog_inventory dl
	{
		float: left;
		margin: 10px 6px;
		width: 185px;
	}
		#catalog_inventory dd
		{
			padding: .4em .6em;			
		}

		#catalog_inventory dt a
		{
			font-style: normal;
			font-size: .8em;
			display: block;
			background: transparent url(/-/img/button/bg_inventory_top.png) no-repeat;
			padding: 0;		
			text-decoration: none;	
		}
	
			#catalog_inventory dt a span
			{
				display: block;
				cursor: pointer;
				cursor: hand;				
			}
				#catalog_inventory dt a span span
				{
					display: block;
					background: transparent url(/-/img/button/bg_inventory_bottom.png) no-repeat bottom left;
					padding: 18px;
					width: 100px;
					height: 100px;
				}
				
				#catalog_inventory .photos dt a
				{
					background-image: url(/-/img/button/bg_inventory_top_lb.png);
				}
				
				#catalog_inventory .photos dt a span span
				{
					background-image: url(/-/img/button/bg_inventory_bottom_lb.png);
				}
				
				#catalog_inventory .photos dd
				{
					font-size: .8em;
					color: #777;
				}
	
	#catalog_inventory #brands
	{
		padding: 0em;
	}

dl#brand_data
{
	width: 600px;
	margin: 1em 8px;
}

	#brand_data dt
	{
		width: 160px;
		float: right;
	}
	
		#brand_data dt img
		{
			border: 1px solid #eee;
		}
		
	#brand_data dd
	{
		width: 400px;
		float: left;		 
	}
		#brand_data dd p
		{
			margin-bottom: 1em;
		}
		
		#brand_data em
		{			 
			font-size: .8em;
			line-height: 1.4em;
			font-style: italic;
			color: #777;
		}
		
		#brand_data a em
		{
			color: #40aee2;
			font-size: .8em;
		}
		
		#brand_data a:hover em
		{
			color: #FE3E83;						
		}

	#brand_data dt, #brand_data dd
	{
		
		display: block;
	}

dl#brand_list
{
	color: #777;
	font-size: .8em;
	width: 600px;
	line-height: 1.4em; 
}

	#brand_list dt, #brand_list dd
	{
		float: left;
		display: block;
		margin-right: .5em;		
		padding: 0;
	}

.left{float: left;}
.right{float: right;}


/* pages */
.pages
{

	padding: 2px 20px;
	margin: 20px 0 0 0;
}

.pages_title
{
	color: #999;
	display: block;
	float: left;
	padding: 4px;
}

	.pages b
	{
		color: #778391;
		font-weight: normal;
	}

		.pages b a, .pages b span
		{
			font-size: .8em !important;
		}

	.pages a, .pages strong, .pages b, .pages span
	{
		display: block;
		float: left;
		margin: 0 2px;
	}


	.pages a, .pages strong, .pages span
	{
		padding: 4px 8px;
		font-size: 16px !important;		
	}

	.pages a:hover
	{
		background: #FE3E83;
		color: #fff;
		border-bottom: 4px solid #FE3E83;
	}

	.pages strong
	{
		background: #D40458;
		color: #fff;
		border-bottom: 4px solid #FD3E83;
		font-weight: normal;
	}
			
	.pages div
	{
		clear: both;
		margin-top: 20px;
	}
	

.table
{
	border-collapse: collapse;
}

.table td, .table th
{
	border: 1px solid #D8085B;
	padding: 2px 8px;
	vertical-align: middle;
}

.table th
{
	background: #FE3E83;
	color: #fff;
	font-weight: bolder;
}

#art
{
	background: url("/-/img/id/ideil-logo.png") no-repeat right bottom;
	height: 70px;
	float: right;	
	font-size: 12px;
	margin: 40px 50px 10px 10px;
	line-height: 1.5em;
	padding: 10px 0 0 100px;	
	font-style: italic;
}

#art em
{
	text-decoration: underline;
	color: #3299CC;
}

#art a strong
{
	text-decoration: none;
	font-weight: normal;		
	color: #606A74;
}

#art span a
{
	text-decoration: none;
}

.view_photo li
{
	display: block;
    float: left;
    margin: 5px 6px;
    width: 185px;
}

.photos em {
	font-size: 0.8em;
	margin-top: 3px;
}

.view_brand_img {
	float: left;
	margin: 10px;
}
