@import url(../label-shop/basic.css);

/* @group general */

body {
	margin: 20px;
	background: #f93;
	background: #000;
	background: #000 url(body-bg2.gif) 0 0 repeat;
	background-attachment: fixed;
	font-family: arial, helvetica, sans-serif;
}

a:link {
	color: #f30;	
}

a:visited {
	color: #f63;	
}

/* @end */



/* @group layout */

#header {
	height: 165px;
	background: #f93;	
	/*
	background: transparent url(header-bg.png) 0 0 repeat-x;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="header-bg.png", sizingMethod="scale");	
	*/
}

* html #header {
	height: 164px;
}

/* @end */


/* @group logo */

#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 780px;
}

#logo h1 {
	margin: 0;
}

#logo a {
	width: 780px;
	height: 140px;
	display: block;
	text-indent: -10000px;
	background: #f93 url(molotow-logo3.gif) 20px 50% no-repeat;		
/*	background: transparent url(molotow-logo5.png) 50% 50% no-repeat;	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="molotow-logo5.png", sizingMethod="scale");	*/
}

/* @end */

/* @group main-navigation */

#main-navigation a {
	background: #000;
	color: #fff;
}


/* @end */

/* @group product */

div.product {
	height: 340px;		
}

div.product div.thumbnail, 
div.product div.image {
	width: 185px;	
	height: 185px;
	height: 260px;
/*	padding: 10px 0; */
	background: #fd7;
	background: #fc6;	
	text-align: center;
}

div.product div.thumbnail img,
div.product div.image img {	
	width: 130px;	
	width: 185px;	
	height: 185px;	
	height: 260px;	
}

div.product div.action {
	background: #1A1005;	
	background: #fc6;
/*	color: #fff; */
}

body#detail div.product div.action {
	background: #e5e5e5;
}

div.product div.action p span.category {
/*	color: #cba; */
}

div.product div.action p span.ab {
	color: #655;
/*	color: #cba; */
}

div.tags a {
	background: transparent url(tag_orange.gif) 0 0 no-repeat;
}


/* @end */

/* @group footer */

#footer img {
	display: block;
	margin: 0 auto 10px;	
}

#footer p {
	background: #fff;
	display: inline;
	padding: 3px 5px;
}

/* @end */
