html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Verdana, Helvetica;
	color: #4c4944;
	background: url("/img/shoes_bg_butterfly.jpg");
}

.clear {clear:both;}

.headers {
	height: 8px;
	font-size: 8px;
	margin-top: -22px;
}

.headers h1 {
	color: silver;
	display: inline;
	padding: 0;
	margin: 0;
}

.headers h1 a {
	color: silver;
	font-size: 8px;
}

#wrapper {
	display: block;
	position: relative;
	margin: 0 auto;
	background-color: white;
	width: 1000px;
	border-left: solid 2px black;
	border-right: solid 2px black;
}

#sidebar_l {
	display: block;
	position: absolute;
	width: 224px;
	top: 0;
	left: -226px;
	background-color: white;
	border-left: solid 2px black;
	border-bottom: solid 2px black;
	text-align: center;
}

#sidebar_l h2 {
	text-align: left;
	margin: 3px 0 0 5px;
	padding: 0;
	font-size: 15px;
	color: darkred;
}
 
#main_with_bg {
	width: 1000px;
	background: url("/img/bg_wide_glamour.gif") no-repeat 0 37px;
	margin: 0 auto;
}

#main {
	width: 920px;
}

#header {
	height: 75px;
	background: url("/img/shoes-logo3.gif") no-repeat;
	cursor: pointer;
	font-size: 10pt;
}
#header a {
	color:white;
}

#nav, #nav2, #footer {
	height: 30px;
	background: #cc0000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

#nav_women {
	display:block;
	height: 19px;
	width: 918px;
	border: solid 1px #cc0000;
	border-top: none;
	font: 13px Tahoma, Verdana, Arial;
	font-weight: bold;
	text-align: left;
	background: #b00;
}

#nav_women a {
	text-decoration: none;
	color: yellow;
	margin-right: 5px;
	padding-right: 5px;
	line-height: 18px;
}

#nav_women a:hover {
	text-decoration: underline;
}

#nav a {
	display:block;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	margin: 2px 5px 0 3px;
	padding-right: 7px;
	color: white;
	height: 28px;
	line-height: 110%;
	border-right: solid 1px #e99899;
}

#nav a:hover {
	color: yellow;
	text-decoration: underline;
}

#splash {
	width:  100%;
	margin: 2px 0 2px 0;
}

#nav2 {
	display: block;
	height: 120px;
	text-align: left;
	line-height: 30px;
	text-indent: 5px;
	clear:both;
	background: #ffeee6;
	border-top: solid 1px #cc0000;
	border-bottom: solid 1px #cc0000;
	margin-top: 10px;
}

#content {
}

#textblock {
	text-align: left;
	padding: 10px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
}

#infoblock {
	background: #f7f6f4;
	border-top: solid 1px #dbdbdb;
	margin-top: 10px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10.5pt;
}

#info_shopnews h3, #infoblock h3 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	margin: 3px 10px 3px 3px;
	color: #007928;
	line-height: 110%;
}

#info_shopnews h4, #infoblock h4 {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #cc0000;
	line-height: 110%;
	margin: 0 0 3px 4px;
	padding: 0;
}

#info_shopnews {
	width: 100%;
	display: block;
	float: left;
}

#infoblock #info_articles {
	float: left;
	height: 80px;
	width: 505px;
	padding: 5px;
	margin: 2px 2px 2px 0;
	background: #faf8f6;
	border-right: solid 1px #eee9e2;
}

#infoblock #info_message {
	float: left;
	padding: 5px;
	margin: 2px 0 2px 0;
	width: 390px;
}

#footer {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 7px 0 7px;
	color: white;
}
#footer a, #footer a:visited {
	color: white;
}

#footer_counters {
	display: block;
	width: 920px;
	height: 40px;
	margin-top: 4px;
	font-size: 9px;
}

#clear {
	clear:both;
}

#search {
	display:block;
	height: 19px;
	width: 918px;
	border: solid 1px #cc0000;
	border-top: none;
	font: 11px Tahoma, Verdana, Arial;
	font-weight: bold;
	text-align: left;
	background: #ffffcc;
	padding: 1px;
}

#search select {
	border: solid 1px silver;
	font: bold 11px Tahoma, Verdana, Arial;
}

.model_box {
	position:relative;
	display: block;
	height: 280px;
	width: 220px;
	float: left;
	border: solid 2px #f0d0e3;
	margin: 3px 3px 2px 3px;
	font: 11px Tahoma, Verdana, Arial;
	padding: 0;
	background: #facce7;
	color: black;
	cursor: pointer;
}

.model_box:hover {
	border: solid 2px red;
}

.model_box a {
	color:black;
	text-decoration: none;
}

.model_box img {
	border: 0;
}

.model_box_img {
	height: 220px;
	width: 220px;
	overflow: hidden;
	background: white;
}

.model_box_info {
	height: 58px;
	background: url('/img/model-box-gradient.gif');
	text-align: left;
	padding: 2px 0 0 5px;
}

.model_box_price {
	color: #cc0000;
	font-weight: bold;
}

.model_box_price a {
	color: #cc0000;
	font-weight: bold;
}

.model_box #discount {
	display:block;
	top: 201px;
	position:absolute;
	text-align:left;
	padding:3px;
	background:red;
	color:white;
	font-weight:bold;
}

.view_text {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	text-align: left;
	padding: 4px;
}

.view_text strong {
	display: block;
	float: left;
	color: #ff7700;
	font-size: 13.5pt;
	text-transform: uppercase;
	width: 14em;
}

.view_text s {
	color: #999;
	font-size: 13.5pt;
}

.view_photo .photo_small {
	display: block;
	width: 200px;
	float: left;
	border-left: solid 1px #f5d5e8;
	text-align: center;
}

.view_photo .photo_small img {
	border: solid 2px #f0d0e3;
	margin: 3px;
	cursor: pointer;
}

.view_photo .photo_small img:hover {
	border: solid 2px red;
}

.view_photo .photo_big {
	display: block;
	width: 707px;
	text-align: center;
	float: left;
}

.hr {
	width: 100%;
	height: 2px;
	margin: 3px 0 3px 0;
	background: #e8e8e8;
}

.order_button {
	display: block;
	width: 504px;
	height: 55px;
	background: url('/img/button-bg-green.gif') no-repeat;
	color: white;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, serif;
}

.order_button .price {
	display:block;
	float:left;
	font-size:23pt;
	line-height:52px;
	padding-left:20px;
	color: yellow;
}

.order_button .size {
	display:block;
	float:left;
	height:30px;
	padding-top:14px;
	line-height:55px;
	padding-left:40px;
}

.order_button .size select {
	font-size: 14pt;
	border: solid 1px black;
}

.order_button .ordersign {
	display:block;
	float:left;
	width: 132px;
	margin-left: 10px;
	padding: 9px 0 0 30px;
}

table.order_table {
	margin-left: 5px;
	width: 600px;
	border-collapse: collapse;
	font-size: 11pt;
}

table.order_table, table.order_table td, table.order_table th {
	border: solid 1px #e8e8e8;
	padding: 2px;
	text-align: left;
}

table.order_table th {
	text-align: left;
	background: #e6ffe6;
}

.order_sizes {
	color: #cc0000;
	border-top: solid 1px #e8e8e8;
	width: 100px;
	margin-top: 3px;
	padding-top: 3px;
}

.order_prices_other {
	font-size: 8pt;
	color: gray;
}

.order_client_info {
	width: 300px;
	float: left;
	display: block;
	margin-left: 12px;
}

.order_client_info .order_table td {
	background: #ffffcc;
}

.order_client_info input, .order_client_info textarea {
	border: solid 1px silver;
}

.smallgray {
	font-size: 8pt;
	color: gray;
	margin: -2px 0 0 0;
}

.view_discount {
	color: red;
	margin-bottom: 10px;
}

.finished {
	font-size: 13pt;
	font-weight: bold;
	padding: 50px 0 100px 0;
	color: black;
}

.lnks, .lnks a, .lnks a:visited {
	font-size: 9px;
	color: silver;
	text-align: right;
}

#announce {
	font-weight: bold;
	color: dodgerblue;
	text-align: left;
}

#phones {
	display:block;
	position: absolute;
	top: 52px;
	left: 770px;
	font-size: 15px;
	font-weight: bold;
	color: red;
}

#view_problems {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: dodgerblue;
}

.article_wrap {
	display: block;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 20px 0 10px;
	text-align: left;
}

.article_wrap a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: maroon;
}

.article_wrap a:hover {
	text-decoration: underline;
	color: red;
}

.article_wrap .article_brief {
	font-size: 12px;
}

.article_wrap img {
	display: block;
	float:left;
	width: 100px;
	margin-right:10px;
	border:solid 1px silver;
}

.article_fulltext_wrap {
	text-align: left;
	color: black;
	font-size: 14px;
	line-height: 140%;
}

.article_fulltext_wrap h1 {
	font-size: 22px;
}

.article_fulltext_wrap img {
	margin: 3px 10px 5px 3px;
	border: solid 2px #e0d7cb;
}
