img {
	border: 0px;
}
img.hidden {
	display: none;
}
div.clear {
	font-size: 0px;
	clear: both;
}
div.order-data {
	height: 125px;
}
div.order-title div.order-title-text {
	float: left;
	font-size: 20px;
	padding: 8px 0px 0px 0px;
}
#basket-all {
  position: relative;
}
div.basket-in {
	float: left;
	background: url('/templates/images/order_in_basket.gif') 0% 0% no-repeat;
	padding: 0px 0px 0px 55px;
	margin: 15px 0px 0px 10px;
	/*display: none;*/
}
div.basket-in div {
	width: 20px;
	font-size: 9px;
}
div.order-text {
	padding: 8px 0px 0px 0px;
}
div.order-details {
	height: 40px;
}
div.order-details div {
	font-size: 20px;
	font-weight: bold;
	color: #4b3c32;
}
div.order-price {
	width: 270px;
	float: left;
	padding: 0px 0px 0px 0px;
}
span.order-price {
	color: #ffffff;
}
div.order-order {
	width: 270px;
	float: right;
	padding: 0px 0px 0px 0px;
}
div.order-count-text {
	width: 83px;
	float: left;
}
div.order-count {
	width: 88px;
	height: 25px;
	float: left;
	background: url('/templates/images/order_count.gif') 0% 50% no-repeat;
}
div.order-button {
	width: 95px;
	float: right;
	background: url('/templates/images/order_bg.gif') 0% 0% no-repeat;
}
input.order-count {
	width: 22px;
	height: 15px;
	font-size: 10px;
	color: #ffffff;
	background: #291d15;
	text-align: center;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#basket-top {
	height: 33px;
	background: url('/templates/images/order_basket_top.gif') 0% 0% no-repeat;
	margin: 0px 15px 0px 56px;
}
#basket-top2 {
	height: 33px;
  font-size: 18px;
  color: #ffffff;
	background: url('/templates/images/order_basket_top2.gif') 0% 100% no-repeat;
	margin: 0px 15px 0px 56px;
}
a.order-back:link, a.order-back:visited {
  font-size: 18px;
  color: #b30000;
  text-decoration: underline;
}
a.order-back:hover {
  font-size: 18px;
  color: #b30000;
  text-decoration: none;
}
#basket-top-text {
	width: 300px;
	float: left;
}
#basket-top-text div {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 10px 0px 10px;
}
#basket-top-price {
	width: 200px;
	float: right;
}
#basket-top-price div {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 8px 0px 8px;
	text-align: right;
}
#basket {
	margin: 0px 15px 0px 56px;
	border-left: #be0000 1px solid;
	border-right: #be0000 1px solid;
}
#basket div.item {
	/*font-size: 12px;
	font-weight: bold;*/
	background: url('/templates/images/order_basket_item.gif') 0% 0% repeat-x;
	padding: 0px 10px 0px 10px;
}
#basket div.item-1 {
	width: 550px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#basket div.item-2 {
	width: 100px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#basket div.item-3 {
	width: 100px;
	float: right;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#basket-address {
	color: #ffffff;
	background: #383838;
	padding: 0px 10px 0px 10px;
	margin: 0px 15px 0px 56px;
	border-left: #be0000 1px solid;
	border-right: #be0000 1px solid;
}
#basket-address-title {
	width: 400px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#basket-address-select {
	width: 230px;
	float: left;
	font-size: 11px;
	text-align: right;
}
#basket-address-select select {
	font-size: 9px;
	padding: 0px;
	margin: 1px 0px 1px 0px;
}
#basket-address-price {
	width: 111px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#basket-bottom {
	height: 38px;
	background: url('/templates/images/order_basket_bottom.gif') 0% 0% no-repeat;
	margin: 0px 15px 0px 56px;
}
#basket-bottom2 {
	/*height: 67px;*/
	background: url('/templates/images/order_basket_bottom2.gif') 0% 100% no-repeat;
	padding: 0px 0px 10px 0px;
	margin: 0px 15px 0px 56px;
}
#basket-bottom-sum {
  /*width: 200px;*/
	float: left;
	background: #7d0000;
	margin: 2px 0px 0px 0px;
}
#basket-bottom-sum div {
	font-family: Trebuchet MS;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 10px 0px 8px;
}
#basket-bottom-price {
	width: 200px;
	float: right;
}
#basket-bottom-price div {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding: 4px 8px 0px 8px;
	text-align: right;
}

#basket-bottom-free {
	width: 360px;
	float: left;
}
#basket-bottom-free div {
	font-size: 11px;
	color: #f3b0b0;
	padding: 3px 8px 0px 10px;
}
#basket-bottom-list{
	width: 40px;
	float: left;
	text-align: center;
	/*background: green;*/
}
#basket-bottom-order {
	width: 170px;
	float: right;
	padding: 8px 0px 0px 0px;
	text-align: center;
}

#order_options {
  height: 145px;
	background: url('/templates/images/order_options.gif') 0% 100% no-repeat;
	margin: 0px 15px 0px 56px;
}
#order_options_content {
	padding: 20px 12px 0px 12px;
}
#order_info {
  height: 175px;
	background: url('/templates/images/order_info.gif') 0% 100% no-repeat;
	margin: 0px 15px 0px 56px;
}
#order_info_content {
	padding: 0px 12px 0px 12px;
}
#order_info_left {
  width: 550px;
  float: left;
	padding: 16px 0px 0px 0px;
}
#order_info_title {
  height: 40px;
  font-family: Trebuchet MS;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0px 0px 5px;
}
#order_info_title_ {
  height: 40px;
  font-family: Trebuchet MS;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 0px 0px 5px;
}
div.order_info_input {
  height: 31px;
  padding: 0px 0px 0px 86px;
  /*border: red 1px solid;*/
}
input.info {
  width: 340px;
  height: 17px;
  /*font-size: 12px;*/
  padding: 0px;
  margin: 0px;
  border: 0px;
}
#order_info_order {
  padding: 6px 0px 0px 0px;
  /*background: blue;*/
}
#order_info_button {
	width: 145px;
	height: 38px;
	float: left;
	background: url('/templates/images/order_ok_bg.gif') 0% 0% no-repeat;
}
#order_info_text{
	width: 280px;
	height: 38px;
	float: left;
	/*background: green;*/
}
#order_info_right {
  width: 170px;
  float: right;
	padding: 20px 0px 0px 0px;
  text-align: center; 
}
div.order_error {
  font-size: 12px;
  color: #ae0000;
}
div.order_message {
  font-size: 12px;
  color: #2dd641;
}

a.order:link, a.order:visited {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.order:hover {
	font-size: 18px;
	font-weight: bold;
	color: #610000;
	text-decoration: none;
}

#main-menu {
  padding: 40px 0px 0px 56px;
}
#main-menu div.main-menu {
  width: 255px;
  height: 160px;
  float: left;
  background: url('/templates/images/main_bg.png') 50% 0% no-repeat;
}
#main-menu div.main-menu div {
  font-size: 26px;
  padding: 10px 0px 20px 0px;
  text-align: center;
}
a.main-menu:link, a.main-menu:visited {
  font-size: 26px;
	color: #fffff;
	text-decoration: none;
}
a.main-menu:hover {
  font-size: 26px;
	color: #ffffff;
	text-decoration: underline;
}
#spec-menu {
  padding: 30px 0px 0px 0px;
}
div.order-title-main {
	font-size: 20px;
	padding: 8px 0px 8px 56px;
}
span.sc-title {
	font-size: 16px;
}
#order_sc_info { font-size: 13px; color: #6e6158; padding: 5px 0px 0px 0px; }
#order_sc_info_ { font-size: 13px; color: #6e6158; padding: 5px 0px 0px 0px; }
#info-white { font-size: 13px; color: #ffffff; }
span.sc-info { font-size: 11px; color: #6e6158; }
