body {
	/*background: url(../images/bg-body.jpg) bottom repeat-x;*/
	background-color: #666;
	color: #fff;
	line-height:170%;
}

body, input, textarea, select, td, div {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input, textarea, select
{
	border: 1px solid #ccc;
}

a {
	color: #fff;
}

h1 {
		padding: 0px;
		margin: 0px 0px 15px 0px;
		font-weight: normal;
		font-size:22px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin: 0px 0px 15px 0px;
}

.clear{
	clear:both;
}

.default-menu {
	text-align:left;
	margin: 10px 0px 20px 0px;
	padding:5px 0px;
	border-top:1px solid #777;
	width: 920px;
	color:#fff;
	position:relative;
}


.default-menu a{
	text-decoration:none;
	color:#e0e0e0;
	margin:0px 30px 0px 0px;
	font-size:11px;
	padding:0px;
}

.default-menu a:hover{
	text-decoration:none;
	color:#fff;
}

.default-menu a.active{
	color:#fff;
}

.default-menu .search-form{
	float:right;
	text-align: right;
}

.default-menu .search-form input{
	background-color:#b0b0b0;
	border: 1px solid #777;
	color: #fff;
}

.content{
	text-align:left;
	background-color: #fff;
	min-height: 400px;
	height:auto !important;
	height: 400px;
	width: 920px;
	color: #666;
}

.content .wrap {
	padding: 25px 25px 15px 25px;
}

.content a img{
	border:0px;
}

.content a {
	color: #A21416;
}

.content a:hover {
	color: #cc0000;
}

.content .header-front {
	background: url(../images/header-front.jpg) bottom no-repeat;
	height: 330px;
	border-bottom: 1px solid #ccc;
}

.content .header-content {
	background: url(../images/header-front.jpg) bottom no-repeat;
	height: 240px;
	border-bottom: 1px solid #ccc;
}

.content .home-menu {
	padding:10px 25px;
}

.content .home-menu a{
	text-decoration:none;
	color:#666;

}

.content .home-menu a:hover{
	color:#aa0000;
}

.content .home-menu ul li {
	padding: 3px 0px;
}

.content .home-menu ul {
	list-style:none;
	font-size:18px;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

.content .search-result{
	border-top:1px solid #efefef;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}

.content .search-form{
	margin: 5px 0px;
	padding: 10px 0px 5px 0px;
	width:auto;
}

.content .search-title{
	font-size:14px;
	
}

.content .search-result a{
	text-decoration:none;
}

/* default content */

.content .default-content {
	float: left;
	width: 620px;
}

.content .info-content {
	float: right;
	width: 220px;
	margin-left:25px;
}


.content .info-content ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.content .info-content ul li{
	padding:1px 0px;
	font-weight:bold;
}

.content .info-content ul li a{
	text-decoration:none;
	font-weight: normal;
	display: block;
	padding:1px 5px;
	background-color: #f5f5f5;
	color: #bb0000;
}

.content .info-content ul li a:hover{
	background-color: #f0f0f0;
}

.content .info-content ul li a.active{
	background-color: #e0e0e0;
}

.content .bg-front{
	display:none;
}

.content .bg-gallery{
	border-bottom: 1px solid #ccc;
	padding: 7px 0px 7px 9px;
	position:relative;
	margin:0px 0px 0px 0px;
	background-color: #f5f5f5;
}

.content .bg-gallery  a{
	display:block;
}

.content .bg-gallery .box{
	float:left;
	width:170;
	height:110px;
	display:block;
	margin-right:7px;
	position:relative;
	cursor:pointer;
	overflow: hidden;
	border:2px solid #ccc;
}

.default-content .img, .default-content .img-rst{
	display:block;
	margin: 5px 15px 5px 0px;
	position:relative;
	border:1px solid #ccc;
}
.default-content .img-rst{
	margin: 5px 0px 0px 0px;
}


/* contact */

.contact input{
	width:290px;
}
	
.contact textarea {
	width:100%;	
	height: 100px;
	overflow:auto;
}

.contact .submit{
	width:auto;
}

.contact div {
	margin:0px 0px 5px 0px;
}

.contact .contact-message{
	color:#aa0000;
	margin:0px 0px 5px 0px;
}

.contact .contact-address {
	float:right;
	margin: 0px 0px 0px 0px;
}

.contact-address div.map{
	margin:0px 0px 0px 0px;
}

.contact-address div.map a{
	text-decoration:none;
	background-color: #aa0000;
	color: #fff;
	padding: 1px;
}



/* FOR CATALOG */
.info-content .catalog-categories{
	margin:0px 0px 25px 0px;
	background-color: #f5f5f5;
}

.info-content .catalog-categories a{
	display:block;
	padding:0px 5px;
	text-decoration:none;
}

.info-content .catalog-categories a.categories{
	display:block;
	padding:1px 5px;
	text-decoration:none;
	font-weight: bold;
	
}

.info-content .catalog-categories a.categories:hover{
	text-decoration:none;
	background-color: #f0f0f0;
}

.info-content .catalog-categories a:hover{
	text-decoration:underline;
}


.info-content .subcategories-menu {
	padding-left: 15px;
	position:relative;
	display;block;
	
}


.products-list-featured, .products-list{
	display:block;
	border-top:1px solid #f5f5f5;
	padding:10px 0px;
}

.products-title{
	font-size:18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	
}

.products-title a{
	text-decoration:none;
}

.products-price {
	font-size:14px;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

.products-line{
	margin: 8px 0px;
}

.products-extra{
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}


.products-list-featured .product-image, .products-list .product-image, .product-image{
	margin: 0px 20px 5px 0px;
}

.default-content .product-image{
	padding:1px;
	border: 1px solid #f0f0f0;
}

.product-front{
	position:absolute;
	padding: 5px;
	border:1px solid #ccc;
	background:url(../images/product-featured.jpg) top repeat-x;
	background-color: #fff;
	z-index:10;
	width: 170px;
	display:block;
	color: #666;
}

.product-discount{
	background:url(../images/product-discount.jpg) no-repeat top left;
	padding: 2px 15px;
	margin: 0px 0px 0px 5px;
	cursor: pointer;
}

.product-front  .title {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.product-front  .price {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

.products-no{
	margin:10px 0px 0px 0px;
	font-weight: bold;
}

.products-recipe {
	margin:25px 0px 0px 0px;
}

.products-recipe td {
	color: #666;
	border-top:1px solid #f0f0f0;
	padding: 5px 0px;
}

.products-recipe td.head{
	font-weight: bold;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	font-size:14px;
}

.products-recipe .td1{
	width:20%;
}
.products-recipe .td2{
	width:70%;
	padding: 0px 15px;
	font-weight: bold;
}
.products-recipe .td3{
	text-align: right;
	font-weight: bold;
}
	
.catalog-filters {
	border-top:1px solid #f0f0f0;
}

.category-text{
	margin: 0px 0px 20px 0px;
}

.categories{

}

.read-more {
	margin: 5px 0px 0px 0px;
}


.footer {
	color:#e0e0e0;
	margin:10px 0px;
	border-top:1px solid #777;
	padding: 5px 0px 0px 0px;
	width: 920px;
	text-align:left;
}




/* div websites pagination numbers*/

.pagination {
	padding: 5px 0px 5px 0px;
	float:right;
}

.pagination a {
	background:url(../images/bg-info.jpg) top repeat-x;
	padding: 1px 3px;
	margin: 1px;
	border: 1px solid #efefef;
	text-decoration: none; /* no underline */
	color: #aa0000;
	background-color:#fff;
}

.pagination a:hover, div.pagination a:active {
	border: 1px solid efefef;
	color: #000;
	background-color: #f5f5f5;

}

.pagination span.current {
	padding: 1px 3px;
	margin: 2px;
	border: 1px solid #efefef;
	background-color: #e0e0e0;
	color: #aa0000;
	}
.pagination span.disabled {
		padding: 1px 3px;
		margin: 2px;
		border: 1px solid #e0e0e0;
		color: #000;
}

.home-menu .catalog-categories ul{
	float:left;
	margin-right: 30px;
}



.calatog-prod-videos {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	display:block;
	position:relative;
	padding: 3px 0px;
	margin: 0px 0px 0px 0px;
}

.calatog-prod-videos a{
	margin-right: 10px;
}


.title-video{
	font-weight: bold;
}
