body {
	font-family: Arial,"Times New Roman", sans-serif;
	margin: auto;
}

a {
	color: #EF7A5C;
	text-decoration: none;
}

#header 
{
	background-color: rgb(244, 244, 236);
}

.ourBestRulesLabel 
{
	color: #38353C;
	display: block;
}

#header div
{
	/*border: 1px solid white;*/
}

.siteTopMessage {
	min-width: 385px;
	padding: 10px 0px 10px 50px;
	display: inline-block;
	float: left;
}

#socialIcons {
	margin: 0;
	padding: 0;
	float: right;
}

#socialIcons li {
	display: inline;
	margin-left: 0px;
	margin-right: 10px;
	padding: 0;
}

#topMenuNavigation 
{
	min-width: 605px;
	float: left;
}

#topMenuNavigation div
{
	
}

#logo {
	float: left;
	width: 200px;
	margin-left: 50px;
	margin-top: 20px;
}

#div2_3
{
	float: left;
}

.menu {
	float: left;
	margin-left: 0px;
	margin-top: 44px;
}


.ourBestRulesLabel {
	color: rgb(96, 90, 104);
	float: left;
	margin-left: 100px;
}

.ourBestRulesLabel #bigLetters{
	margin-bottom: 10px;
}

.ourBestRulesLabel h2{
	margin: 10px 0px;
}

.main {
	/*min-width: 1110px;*/
	margin: 50px auto;
	width: 100%;
}

.main h1 {
	color: #EF7A5C;
	font-size: 500%;
	text-align: center;
}

.main #content {
	text-align: center;
}

.leftCol, .centerCol, .rightCol {
    box-sizing: border-box; padding: 10px; min-height: 100px;
   }

.leftCol {
	width: 350px; /* Ширина колонки */
	float: left; /* Колонка слева */
	background: #fde9f1;
}

.leftCol h3 {
	margin: 0;
	padding: 10px 25px;
	color: #EC7A5C;
}

.leftCol ul, li, #leftColProductFilterDiv {
	margin: 0;
	padding: 10px 20px;
	list-style: none;
}

#leftColProductFilterDiv {
	margin: 0;
	padding: 10px 20px;
	text-align: center;
}

.leftCol select {
	display: block;
	margin: 10px auto;
	width: 260px;
	height: 30px;
}

.centerCol {
	margin-right: 17%; /* Ширина колонки справа */
    margin-left: 350px; /* Ширина колонки слева */
    /*background: #c8eaf5;*/
	text-align: center;
	overflow: hidden;
}

.rightCol {
	float: right; /* Колонка справа */
    width: 17%; /* Ширина колонки */
    background: #ffead0;

}

#footerDiv {
	background-color: #F4F4F4;
	text-align: center;
	padding: 30px;
}

#footerDiv {
	margin-bottom: 30px;
}

#footerDiv li{
		display: inline;
}

#footerMenu {

}

#productDiv {
	display: inline-block;
	width: 29%;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	vertical-align: top;
}

#productDiv:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

#productImg {
	width: 100%;
}

#productName {
	/*font-size: 90%;*/
	margin-bottom: 10px;
}

#productArticle {
	color: #666666;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}

.productPrice {
	font-size: 130%;
	font-style: bold;
	color: #EF7A5C;
	text-align: center;
	padding: 0px;
	margin-bottom: 20px;
}

.buttonContainer {
	text-align: center;
	margin-bottom: 20px;
}

.add2CartButton {
	border: 1px solid #EF7A5C;
	width: 150px;
	padding: 10px 20px;
	text-decoration: none;
	color: #EF7A5C;
	font-weight: bold;
}

.add2CartButton:hover {
	border: 2px solid #EF7A5C;
}

#productToolsIcons li {
	display: inline-block;
}

#infoDiv {
	display: inline-block;
	width: 20%;
	padding: 10px;
	text-align: center;
}

.animated:hover {
	src: url("pics/icons/wishListHeartHover.png");
}

.hrBreaker {
	width: 300px;
	color: white;
	margin-bottom: 0px;
}

.clear {
	clear:both;
}
hr {
	width: 70%;
	margin-bottom: 50px;
	color: #eeeeee;
}

