body {
	font-family: Tahoma;
	font-size:11px;
	color:#787878;
	margin: 0px;
	padding: 0px;
}
#all {
	border-left:2px solid #C60202; 
	border-right:2px solid #C60202; 
	border-bottom:2px solid #C60202; 
	background-color:#f3f3f3;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#left {
	width:220px;
	float:left;
}
#dots {
	width:1px;
	border-left: dotted 1px #a8a8a8;
        border-right: dotted 1px #a8a8a8;
	min-height:250px;
	float:left;
}
#right {
	background-image: url("http://charuy.ru/images/left.png");
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
}
#phone {
	font-size:30px;
	font-family: Monotype Corsiva;
	text-align:center;
	margin-top:37px;
	background-color:#fff;
	color: #555555;
	padding-top:5px;
	padding-bottom:5px;
	box-shadow: 0 0 10px #ccc;
	margin-bottom:10px;
	
}
.category {
	background-color:#787878;
	color:#fff;
	padding:10px;
	width:180px;
	font-size:14px;
	margin-left:10px;
	margin-top:15px;
	border-radius:5px;
}
.leftmenu {
	list-style:none;
	list-style-position:5px;
	padding-left:20px;
}
.leftmenu li {
	margin-bottom:17px;
	background-image: url("../images/gray_arrow.png");
	background-repeat: no-repeat;
	background-position: 1px 6px;
	padding-left:20px;
}
.leftmenu li a {
	color:#353535;
	font-size:16px;
}
.lmenu {
	list-style:none;
	list-style-position:5px;
	padding-left:10px;
	margin-top:10px;
	margin-bottom:25px;
}
.lmenu li {
	margin-bottom:10px;
	background-image: url("../images/red_arrow.png");
	background-repeat: no-repeat;
	background-position: 1px 7px;
	padding-left:10px;
}
.lmenu li a {
	font-size:13px;
}
.menu {
	display:block;
	background-image: url("../images/gray_gr.jpg");
	float:left;
	color:#fff;
	margin-left:3px;
	margin-right:3px;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:11px;
	padding-right:11px;
	font-size:13px;
	border-radius: 0px 0px 5px 5px;
}
.menu:hover {
	background-image: url("../images/red_gr.jpg");

}
.menu_hover {
	display:block;
	background-image: url("../images/red_gr.jpg");
	float:left;
	color:#fff;
	margin-left:3px;
	margin-right:3px;
	padding-top:3px;
	padding-bottom:5px;
	padding-left:11px;
	padding-right:11px;
	font-size:13px;
	border-radius: 0px 0px 5px 5px;
}

.tovar {
	background-color:#fff;
	box-shadow: 0 0 10px #ccc;
	border-radius:10px;
	
}
.fulllink {
	color:#df0303;
}
.fulllink h3 {
	font-weight:normal;
	font-size:11px;
	height:30px;
}
.t_img {
	height:130px;
	width:130px;
	margin-left:auto;
	margin-right:auto;
	background-color:#c4c4c4;
	border: solid 4px #e7e5e5;
	border-radius:5px;
}
.t_img img {
	max-height:130px;
	max-width:130px;
	margin:auto;
}
.button {
	padding:0px;
	border-style:none;
	width:24px;
	height:23px;
}
.price {
	background-image: url("../images/red_gr.jpg");
	width:80px;
	height:15px;
	color:#fff;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:15px;
	border-radius:10px;
	font-weight:bold;
}
.img_ins {
	width:250px;
	border: solid 5px #dedede;
	border-radius: 5px;
}
.ins {
	font-weight:normal;
	font-size:18px;
	color:#2c2c2c;
	margin-top:0px;
}

.button1 {
	padding:0px;
	border-style:none;
	width:24px;
	height:23px;
}
.price1 {
	background-image: url("../images/red_gr.jpg");
	width:85px;
	height:15px;
	color:#fff;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:0px;
	border-radius:10px;
	font-weight:bold;
	text-align:center;
	margin-right:20px;
}

.price-and-cart {
	border: solid 1px #d1cccc;
	border-radius:10px;
	background-color:#fff;
	box-shadow: 0 0 10px #ccc;
	padding-top:4px;
	padding-bottom:1px;
	padding-right:5px;
	padding-left:5px;
	width:130px;
	margin-top:20px;
} 