@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	
	background-color: #FFF;
	
	text-align: center;
	
	color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;
}

.cleaner
{
	clear: both;
	margin: 0px;
	padding: 0px;
}

.bold
{
	font-weight: bold;
}

.red
{
	color: #a31b1b;
}
.blue
{
	color: #195082;
}

.frame, .frame-2
{
	border-style: solid;
	border-width: 1px;
	border-color: #195082;
}
.frame-2
{
	border-color: #ffe0e0;
}

.header, .header-inner, .header-center
{		
	height: 135px;
}

.header
{
	background-image: url(/images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	
	width: 100%;
}

.header-inner
{
	margin-left: auto;
	margin-right: auto;
	
	background-image: url(/images/header-img.png);
	background-repeat: no-repeat;
	background-position: right;
	
	width: 900px;
}

.header-center, .mainmenu-center, .page-center
{
	margin-left: auto;
	margin-right: auto;	
	
	width: 900px;
	
	/*background-color: #666;*/
}
.page-center
{
	/*height: 400px;*/
}

.logo
{
	float: left;
	
	margin-left: 50px;
	margin-top: 20px;
}

.logo-img
{
	border: none;
}

.mainmenu, .mainmenu-center, .mainmenu-separator, .mainmenu-separator-2, .mainmenu-item, .mainmenu-item-selected
{
	height: 30px;
}

.mainmenu
{
	background-image: url(/images/menu-bg.jpg);
	background-repeat: repeat-x;
	
	width: 100%;
	height: 30px;
}

.mainmenu-item, .mainmenu-item-selected
{
	width: 100px;
	float: left;
	font-weight: normal;
	line-height: 27px;
	
	background-repeat: repeat-x;
	cursor: pointer;
}
.mainmenu-item
{
	background-image: url(/images/menu-bg.jpg);
}
.mainmenu-item:hover
{
	background-image: url(/images/menu-over.jpg);
}
.mainmenu-item-selected
{
	font-weight: bold;
	background-image: url(/images/menu-red-bg.jpg);
}
.mainmenu-item a, .mainmenu-item a:visited, .mainmenu-item-selected a, .mainmenu-item-selected a:visited,
.catalog-item-top a, .catalog-item-top a:visited
{
	font-size: 15px;
	color: #fff2d7;
}

.mainmenu-separator, .mainmenu-separator-2
{
	background-repeat: no-repeat;
	float: left;
	width: 5px;
}
.mainmenu-separator
{
	background-image: url(/images/menu-separator.jpg);
}
.mainmenu-separator-2
{
	background-image: url(/images/menu-separator-2.jpg);
}

.catalog-menu
{
	width: 145px;
	float: left;
	background-color: #195082;
	text-align: left;
	color: #fff2d7;
	font-size: 12px;
	
	padding-top: 10px;
}
.catalog-menu-inner
{
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.catalog-menu-category
{
	padding-left: 10px;
}
.catalog-menu-item, .catalog-menu-item-selected
{
	margin-bottom: 10px;	
}
.catalog-menu-item-a:hover
{	
	text-decoration: underline;
}
.catalog-menu-item-selected
{
	font-weight: bold;
	text-decoration: underline;
}
.catalog-menu-item a, .catalog-menu-item a:visited, .catalog-menu-item-selected a, .catalog-menu-item-selected a:visited
{
	color: #fff2d7;
}
.catalog-menu-item-bullet
{
	float: left;
	width: 10%;
	text-decoration: none;
}
.catalog-menu-item-a
{
	float: left;
	width: 90%;
}

.content
{
	width: 755px;
	float: right;
	
	/*background-color: #195082;*/
}
.content-inner
{
	margin: 15px;
}

.footer-line
{
	width: 100%;
	height: 10px;
	background-color: #195082;
	background-image: url(/images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.filter, .pages
{
	height: auto;
	margin-bottom: 15px;
	background-color: #fff;
}
.filter-inner, .pages-inner
{
	float: left;
	text-align: left;
	margin: 5px;
	margin-left: 10px;
	line-height: 18px;
}
.pages-inner
{
	float: none;
	text-align: center;
}
.pages-inner a, .pages-inner a:visited
{
	color: #195082;
}
.pages-inner a:hover
{
	text-decoration: underline;
}
.pages-inner-a-current
{
	font-size: 14px;
	font-weight: bold;
}
.filter-label, .filter-label-red
{
	height: 30px;
	float: left;
}
.filter-label
{
	width: 85px;
	line-height: 27px;
	font-size: 15px;
	color: #fff2d7;
	background-image: url(/images/menu-bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	text-indent: 10px;
	cursor: default;
}
.filter-label-red
{
	background-image: url(/images/menu-red-bg.jpg);
	background-repeat: no-repeat;
	width: 5px;
}
.filter-select
{
	height: 18px;
	float: left;
	width: 100px;
	font-size: 11px;
	margin-right: 10px;
}
.filter-select-label
{
	margin-right: 5px;
	float: left;
	text-align: right;
	cursor: default;
}

.button
{
	background-image: url(/images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 18px;
	line-height: 17px;
	font-size: 12px;
	color: #fff2d7;
	float: left;
	width: 60px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.button:hover
{
	background-image: url(/images/menu-over.jpg);
}

.catalog-list-crumb
{
	text-align: left;
}

.catalog-item
{
	float: left;
	width: 231px;
	margin-right: 15px;
	margin-bottom: 15px;	
	background-color: #fff;
}
.catalog-item-top, .item-top
{
	background-image: url(/images/menu-bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 27px;
	width: 100%;
}
.catalog-item-top-label, .item-top-label
{
	float: left;
	margin-left: 10px;
	width: 130px;
	height: 30px;
	text-align: left;
	overflow: hidden;
	color: #fff2d7;
}
.catalog-item-top-new
{
	background-image: url(/images/menu-red-bg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	line-height: 27px;
	text-align: left;
	text-indent: 13px;
	float: right;
	width: 80px;
	color: #fff2d7;
	font-size: 15px;
	cursor: default;
	text-transform: capitalize;
}
.catalog-item-main, .item-main
{
	height: 185px;	
	border-top: none;	
	padding: 10px;
	text-align: center;
}
.catalog-item-name
{
	color: #195082;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.catalog-item-img-div
{
	width: 200px;
	height: 83px;
}
.catalog-item-img
{
	max-width: 200px;
	max-height: 83px;
	margin: auto;
	border: none;
}
.catalog-item-description
{
	text-align: justify;
	font-size: 10px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 7px;
}
.catalog-item-price-number
{
	font-size: 14px;
	font-weight: bold;
	color: #a31b1b;
	text-align: right;
}
.catalog-item-price, .catalog-item-price-dph
{
	color: #232323;
	font-weight: normal;
}
.catalog-item-price-dph
{
	font-size: 10px;
}

.item-top-label
{
	width: 620px;
}
.item-main
{
	width: 713px;
	min-height: 384px;
	height: auto;
	padding-right: 0px;
}
.item-images
{
	width: 304px;
	float: left;
}
.item-image-main
{
	width: 302px;
	height: 250px;
}
.item-image-main-img
{
	max-width: 302px;
	max-height: 250px;
	border: none;
}
.item-image
{
	width: 74px;
	height: 63px;
	float: left;
}
.item-image-img
{
	max-width: 74px;
	max-height: 63px;
	border: none;
}
.item-label
{
	width: 130px;
	font-size: 13px;
	font-weight: bold;
	color: #195082;
	float: left;
	text-align: right;
	margin-right: 10px;
}
.item-value
{
	font-size: 13px;
	font-weight: normal;
	float: left;
	text-align: left;
}

.producer-main
{
	width: 713px;
	height: 150px;
	padding-left: 10px;
}

.cart-main
{
	width: 703px;
	height: auto;
	padding: 10px;
}

.order-item-label
{
	width: 40%;
	font-size: 12px;
	font-weight: bold;
	color: #195082;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: 3px;
}
.order-item-value, .customer-item-value
{
	font-size: 12px;
	font-weight: normal;
	float: left;
	text-align: left;
	width: 180px;
}
.customer-item-value
{
	margin-top: 3px;
}
.register-check-good, .register-check-bad
{
	float: left;
	color: #090;
	margin-top: 3px;
	margin-left: 5px;
	font-size: 11px;
}
.register-check-bad
{
	color: #a31b1b;
}
