/*   
Theme Name: Mobilier Bucatarie
Theme URI: www.mobilier-bucatarie.ro
Description: Custom handmade WordPress theme for Lucs Design / Created: Sun Jan 31 12:54:45 2010
Author: Stian Dan
Author URI: www.stiandan.com
Version: 1.0
*/

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	background-color: #eee;
}

.clear {
	clear: both;
}

a:active {
	position: relative;
	top: 1px;
}

img {
	border: none;
}

/* Top Side */

#top-bg {
	width: 100%;
	height: 47px;
	background: url(images/top-bg-1.jpg) repeat-x scroll;
	margin-bottom: 40px;
}

/* Top Navigation */

#top-navigation {
	width: 960px;
	margin: 0px auto;
	overflow: hidden;
}

#top-navigation ul {
	float: right;
	list-style-type: none;
	line-height: 47px;
}

#top-navigation ul li {
	float: left;
	margin-left: 15px;
}

#top-navigation ul li a {
	color: #000;
	font-size: 11px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#top-navigation ul li a:hover {
	text-decoration: underline;
}

#top-navigation .current-cat a {
	color: #fff !important;
	text-decoration: none !important;
}

#top-navigation .current-cat a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

#top-navigation ul li.current_page_item a {
	color: #fff;
	text-decoration: none;
}

/* Header Styles */

#header {
	width: 960px;
	clear: both;
	margin: 0px auto 20px auto;
}

/* Promoted Product */

#home-promoted {
	width: 960px;
	margin: 0px auto 50px auto;
	background-color: #DDD;
	height: 340px;
	overflow: hidden;
}

#home-promoted-img {
	float: left;
	width: 630px;
}

#home-promoted-details {
	float: right;
	width: 300px;
	margin: 20px 0px 0px 20px;
}

#home-promoted-details h2 {
	color: #000;
	font-size: 17px;
}

#home-promoted-details p {
	color: #000;
	padding: 10px 20px 35px 0px;
	font-size: 12px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}

#home-promoted-details p a.action {
	background-color: #F70000;
	padding: 10px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

#home-promoted-details p a.action:hover {
	text-decoration: none;
	color: #EEEEEE;
	background-color: #E70000;
}

/* Home Page Products */

#home-products {
	clear: both;
	width: 960px;
	overflow: hidden;
	margin: 0px auto 20px auto;
}

#home-products ul {
	list-style-type: none;
	margin: 0px -20px 0 0;
}

#home-products li {
	margin: 0 20px 20px 0;
	float: left;
	width: 225px;
	background-color: #DDD;
}

#home-products li img {
	border-bottom: 1px solid #474747;
}

#home-products li h3 {
	color: #0088CC;
	font-size: 12px;
	padding: 10px;
}

#home-products li h3 a {
	text-decoration: none;
	color: #0088CC;
}

#home-products li h3 a:hover {
	text-decoration: underline;
}

#home-products h2 {
	color: #000;
	font-size: 13px;
	margin: 20px 0px 10px 0px;
}

/* Single Product Listing */

#single-product {
	width: 960px;
	margin: 0px auto 20px auto;
}

#single-product h2 {
	color: #000;
	font-size: 18px;
	margin: 30px 0px 0px 0px;
}

.specificatii {
	color: #676767;
	font-size: 11px;
}

.mbtm {
	margin-bottom: 20px;
}

#single-product-image {
	float: left;
	width: 470px;
}

#single-product-image img {
	border: 5px solid #DDDDDD;
}

#single-product-image img:hover {
	cursor: pointer;
}

#single-product-details {
	float: left;
	width: 480px;
	margin-left: 10px;
}

.topm-10 {
	margin-top: 10px;
}

.topm-20 {
	margin-top: 20px;
}

.topm-30 {
	margin-top: 30px;
}

.cto-category {
	background-color: #BE0000;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

.cto-category:hover {
	background-color: #D70000;
	text-decoration: none;
}

.cto-category:active {
	position: relative;
	top: 1px;
}

#single-product-details p {
	font-size: 12px;
	color: #000;
}

#single-product-details ul {
	list-style-position: inside;
	
}

/* Footer Styles */

#footer {
	clear: both;
	margin: 0px auto 20px auto;
/*	background-color: #E7E7E7;*/
	width: 960px;
}

#footer ul {
	list-style-type: none;
	height: 26px;
}

#footer ul li {
	float: left;
	margin-right: 10px;
}

#footer ul li a {
	color: #0088CC;
	font-size: 11px;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer .current-cat a {
	color: #0088CC !important;
	text-decoration: underline !important; font-weight: bold;

}

#footer .current-cat a:hover {
	color: #0088CC !important;
	text-decoration: underline !important;
}

#footer p {
	border-top: 1px solid #DBDBDB;
	padding-top: 10px;
	clear: both;
	font-size: 11px;
}

#footer p a {
	color: #3F3F3F;
	font-size: 11px;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: none;
}

