@import "main.css";

ul {
	list-style-type: none;
}

ol {
	padding-left: 20px
}

table td { font-size: 1.2em }

/* HEADER */
.header {
  display:block;
  float: left;
  width: 975px;
  height: 106px;
}

.page-title { 
	display:block;
	float: left;
	width: 320px;
	color: #af0000;
	font-size: 1.6em;
	padding: 1em;
	text-align: center;
}

.logo {
	display: block;
	float: left;
	width: 370px;
	height: 106px;
	background: url(../images/images.jpg) no-repeat -2px -276px
}

/* SEARCH */
.search {
  display: block;
  float: left;
  width: 182px;
  padding: 5px 0 0 10px
}

#search-input {
	width: 170px;
	margin: 5px 0 5px 0;
}
/* MENU */
.menu-left-corner {
	display: block;
	float: left;
	width: 15px;
	height: 38px;
	background: url(../images/images.jpg) no-repeat -378px -276px;
}
.menu-right-corner {
	display: block;
	float: left;
	width: 14px;
	height: 38px;
	background: url(../images/images.jpg) no-repeat -401px -276px;
}
.menu {
	display: block;
	float: left;
	width: 943px;
	height: 38px;
	background: url(../images/bg_menu.jpg) repeat-x;
}
.menu li {
	display: block;
	float: left;
	height: 38px;
	border-right: 1px solid #fff;
}
.menu li a {
	display: block;
	float: left;
	color: #fff;
	height: 33px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 54px 0 54px;
}
.menu li a:hover {
	text-decoration: underline;
}
.menu-current a {
	text-decoration: underline;
}
.menu .menu-last { border: none; }

/* CONTENT */
.content {
	display: block;
	float: left;
	width: 973px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.leftside {
	display: block;
	float: left;
	width: 192px;
}

.leftside-title {
	display: block;
	float: left;
	width: 182px;
	background: #e6e6e6;
	color: #af0000;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 0 5px 10px
}

.sortiment {
	display: block;
	float: left;
	width: 172px;
	padding: 1em
}

.sortiment a {
	display: block;
	float: left;
	width: 160px;
	font-size: 1.4em;
	background: #fff url(../images/ico_sortiment.jpg) no-repeat 2px 10px;
	padding: 2px 0 2px 12px;
	color: #000
}

.sortiment ul {
	display: block;
	float: left;
	width: 150px;
	padding-left: 10px;
}

.sortiment a:hover, .sortiment .menu-current a, .sortiment .menu-child a:hover {
	background: #e6e6e6 url(../images/ico_sortiment_hover.jpg) no-repeat 2px 10px;
}

.sortiment .menu-child a {
	width: 138px;
	background: #fff;
}

.sortiment ul a {
	font-size: 1.2em;
}

.page, #mod_eshop_wrapper_f {
	display: block;
	float: right;
	width: 780px;
	margin-bottom: 15px
}

.main {
	display: block;
	float: left;
	width: 780px;
	height: 270px;
	background: url(../images/images.jpg) no-repeat -2px -2px
}

/* FOOTER */
.footer {
	display: block;
	float: left;
	width: 958px;
	padding: 5px 0 0 15px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.bottom-footer {
	display: block;
	float: left;
	width: 975px;
	height: 12px;
	background: url(../images/images.jpg) no-repeat -2px -386px
}

/* MINI CART */
#mini-cart {
	display: block;
	float: right;
	width: 140px;
	padding: 10px;
	border: #e6e6e6;
	padding: 10px 90px 0 0
}

.mini-cart-title {
	color: #af0000;
	font-weight: bold;
	font-size: 1.6em;
}

.submit-button {
	background: #dc0000;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border: 2px solid #af0000;
	padding: 1px;
	cursor: pointer
}

/* E-SHOP */
.prod-title {
	font-size: 14px;
	color: #4d4d4d;
	padding-bottom: .2em;
	border-bottom: 1px dotted #ccc
}

.prod-price {
	font-size: 14px;
	color: #db0000
}

/* ITEM DETAIL */
.item h2 {
	margin-bottom: 1em
}

.item-thumb {
	display: block;
	float: left;
	width: 200px;
	margin-right: 10px;
}

.item-details {
	display: block;
	float: left;
	width: 560px;
}

.products td {
	width: 250px;
	padding: 0 5px;
}
