body {
    background: #fff  none repeat scroll 0%;
    
    font-family:Arial, Helvetica, sans-serif !important;
    margin: 0pt;
    padding: 0pt;
    color:#7D7D7D;
}

h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif; margin : 0px;padding : 2px;}
h1 {font-size: 1.5em;}
img {border-width: 0pt;}
a, a link, a:visited { color: #0090FF; text-decoration:none !important}
a:hover {
    color: #0090FFж
}
.clear {width:100%; clear:both; height:0px; overflow:hidden; padding:0 !important}

/*Layout*/
#container {
    margin: 0pt auto;
    min-width: 950px;
    width: 960px;
    background:white none repeat scroll 0% 50%; 
}
#content {
  background:white none repeat scroll 0% 50%;
  border:none;
  float:left;
  /*margin:1em 0pt;*/
  min-height:165px;
  min-width:660px;
  width:80%;
  /*padding: 0 10px 10px 10px;*/
}
#innercontent { padding:18px;}
#right {
    float: right;
    font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    /*margin-left: 3%;*/
    margin-right: 0pt;
    margin-top: 1em;
    min-width:150px;
    width:17%;
}
#left {
    float: left;
    font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
    /*margin-left: 3%;*/
    margin-left: 0pt;
    margin-top: 1em;
    min-width:210px;
    width:27%;
}
#right_panel
{
  width:99%;
}
#right p {font-size: 0.75em;}
#footer {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    /*margin: 0pt auto 3.5em 3%;*/
    min-width: 545px;    
    text-align:center;
    border-top:1px solid #CCC;
    margin-top:10px;
}
#header {
    /*background-color:transparent;
    background-image:url(../images/logo.png);
    background-repeat:no-repeat;
    background-position:left 20px;*/
    height : 150px;
    margin: 0pt auto;
    width:960px;
    border-bottom:10px solid #CCCCCC;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;    
}

#header h1, #header h1 a {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin: 0pt;
    padding: 0pt;
    text-align: left;
}

div.page_header {margin: 0pt;}
div.outerBox { border:1px solid #AAAAAA;}
div.innerBox {border:1px solid #FFFFFF; }
/*Flashes*/

div.notice{margin-top : 0px;margin-bottom : 0px;padding : 7px; background-color : #FBFFB6; color : #535353;}
div.warning{margin-top : 0px;margin-bottom : 0px;padding : 7px; background-color : #FEE0C0; color : #535353;}
div.message{margin-top : 0px;margin-bottom : 0px;padding : 7px; background-color : #D6FFCA; color : #535353;}
div.error{margin-top : 0px;margin-bottom : 0px;padding : 7px; background-color : #FFDBD5; color : #535353;}


/*Errors*/

.errorExplanation{background-color : #FFE6E6; padding : 6px; font-size : 0.9em;}
.errorExplanation h2{font-size : 1.2em; color : #9A0000;}

/*Signup form*/
div.signup_form {width: 600px; background-color : #DEF5C7; padding : 10px;}
div.signup_form th {width:150px; font-size : 0.9em;}
div#upload_image_form {padding-top : 4px; width:35%; float:right; min-width: 280px;}
div.signup_form table td{padding : 4px;}
div.signup_form table th{text-align : left; vertical-align:top;}
div#uploaded_avatar{ border:1px solid black; }

div.text_form {width: 600px; background-color : #D7F0F7; padding : 8px;}

.text{width: 340px;}


/*
 * Scriptaculos
 */
.inplaceeditor-form {display:inline;}
.editor_cancel_link { font-size: 12pt;}
.editor_field{width:70%;}
.pagination{padding : 3px; font-size: 0.8em;}
.search_div{text-align : center;}
.search_input{width : 50%;}
span.search_sel{background-color : yellow; padding : 2px;}


div.content_wrapper {
  min-height: 205px;
  border-top:1px solid #ccc;
}


div.fieldWithErrors input{
  border : 1px solid #FFB3BC;
}
div.fieldWithErrors password{
  border : 1px solid #FFB3BC;
}
div.fieldWithErrors textarea{
  border : 1px solid #FFB3BC;
}

.l {
  text-align:left;
}

.small {
  font-size:0.85em;
  
}
input.digit-2 {
  width:25px;
}



/**********************************************FILTERS**************************************/
div.filters.available{
  
}

div.filters.selected{
  margin-bottom: 20px;
}

div.filters h3 {
  
  border-bottom:4px solid #CCCCCC;
  color:#000000;
  font-size:11px;
  font-weight:bold;
  padding:5px 15px;
}
div.filters h4 {
  color:#000000;
  font-size:11px;
  font-weight:bold;
  padding:7px 15px 0;
}
div.filters p {
  background:#fff url(/images/plus.gif) no-repeat scroll 4px 4px;
  color:#999999;
  font-size:10px !important;
  font-family: Tahoma;
  margin:0;
  padding:1px 4px 1px 17px;
}
div.filters.selected p {
  background:#fff url(/images/minus.gif) no-repeat scroll 4px 4px;
}
div.filters p a {
  font-size:12px;
}
/**********************************************FILTERS**************************************/



.floats{
  /* Компенсируем отступы между float-блоками, чтобы они занимали все доступное пространство */
  margin: -1.5em 0 0 0;
  /* Эти правила для IE */
  position: relative;
  display: inline-block;
  clear: both;
}
.floats:after{
  content: '';
  display: block;
  clear: both;
}
.floats .left{
  position: relative;
  float: left;
  text-align: left;

  /*  Убираем удвоение отступов в IE */
  display: inline;
  
  /* Прячем все, что вдруг вылезло за наши ограничения */
  overflow: hidden;
  
  /* Отсупы между float-блоками */
  margin: 3em 0 0 2em;
  
  /* Задаем минимальную ширину по картинке и тексту */
  width: 13.5em;
  min-width: 200px;
}
.floats .left .ri{
  /*position: absolute;
  top: 1px;
  left: 1px;*/
  width: 100%;
}
.floats .left .min{
  /* Задаем минимальную высоту по картинке */
  /*margin: 0 0 190px 0;*/
  
  /* Задаем минимальную высоту по тексту */
  /*height: 4em;*/
  
  /* Дублируем значение минимальной ширины по картинке для IE */
  width: 200px;
}

.price{
  background-color:#0090FF;
  color:#FFFFFF;
  display:block;
  float:right;
  font-size:0.9em;
  padding:5px !important;
  text-align:right;
}




.productSmallImage{
  float :left;
  padding-right:10px;
  padding-bottom:10px;
}
.productSmallImage img{
  width:50px;
}
.productImages img{
  padding:5px;
  border:1px solid #CCCCCC;
}
.productImages .active img{
  border-color:#cc3333;
}
.good_title span.vendor{
  color : #ccc;
}
.good_details{
  /*margin-left : 30px;*/
  line-height:25px;
}

.productPut input[type="submit"]{
  font-size:1.2em;
  margin-top : 10px;
}

.productPut{
  background-color:#0090FF;
  clear:both;
  color:#FFFFFF;
  float:right;
  margin-right:-75px;
  margin-top:30px;
  padding:15px;
}
.variants{
  margin : 10px 0;
}

div.page_header div.path img{
  width: 13px;
  vertical-align:middle;
  margin: 0 5px; 
}

span.rarr{
  width : 16px;
  display:block;
  background:transparent url(/images/rarr.png) no-repeat scroll 0 0;
  float:left;
}
.path a{
  display:block;
  float:left;
}

span.out_of_stock{
  color : #aaa;
}

dt {
  font-weight:bold;
  font-size : 0.85em;
  margin-top:12px;
  display : block;
}
dd{
  padding : 0px;
  margin : 0px;
  
}


/*CART*/
.image_in_cart a img{
  border : 0;
}

.price_in_cart{
  width : 120px;
  background-color:#FED900;
  padding : 1px;
  margin : 3px;   
  font-size: 0.9em;
  text-align : center;
}

table.cart {empty-cells: show; width:100%;}
table.cart th, table.data td {padding: 0.5em 1.2em 0.5em 5px;}
table.cart th {color: #000; font-weight: bold; border-bottom: 1px solid #E2E2E2; font-size: 0.9em; text-align : left;}
table.cart td{border-bottom: 1px solid #E2E2E2;}
table.cart tr.first td {padding-top: 1em;}
table.cart tr.separator td {border-bottom: 1px solid #FFB8DC; padding-bottom: 1em;}

table.cart td.number, table.data th.number {text-align: left;}

table.cart td.subtd{padding-left: 10px;}

table.cart td a{
  font-size : 1.1em;
}

table.cart td.last{
  border : 0px;
  padding : 6px;
  text-align : right;
  font-size : 1.1em;
}

table.cart td.last input{
  font-size : 1.1em;
}

table.cart tr[dontoverme]:hover td {background-color: transparent;}

div.delete_button {
background:transparent url('../images/delete_button.gif') no-repeat scroll 0pt;
background-position:0pt 0px;
font-size:1px;
height:19px;
line-height:1px;
width:19px;
}

table.cart td span.vendor{
  color : #888;
}
div.delete_button:hover {
background-position:0pt -19px;
}

input.count_in_cart{
  width : 40px;
}

div.shopping_cart{
  position:absolute;
right:0;
text-align:right;
top:100px;
width:75%;
}
div.shopping_cart div.details{
background-color:#F0F0F0;
color:#7D7D7D;
float:right;
font-size:14px;
font-weight:bold;
height:50px;
padding-top:20px;
text-align:center;
text-transform:uppercase;
vertical-align:middle;
width:400px;
}
div.cart_container{
  /*padding-left: 20px;*/
  background-color : #F0F0F0;
  border:10px solid #CCC;
  border-top:none;
}

div.menu_bar{  
  /*width : 600px;*/
  text-align : left;   
  float:right;
  overflow:hidden;
}

ul.main_menu{
  list-style : none;
  padding:0;
  margin:0;
}

ul.main_menu li{
  display :inline;
  /*margin-right : 20px;*/
}

ul.main_menu li a{
  color : #0090ff;
  padding:10px;
  font-size:12px;
  text-decoration:none;
  text-transform:uppercase;
  display:block;
  float:left;
  font-weight:bold;
}
ul.main_menu li a:hover, ul.main_menu li.active a{
  color : #FFF;
  background-color:#0090ff;
}



.top_line{
  /* Эти правила для IE */
  position: relative;
  display: inline-block;
  clear: both;
  background-color: #F0F0F0;
  padding:10px;
  border:2px solid #CCC;
  border-top:none;
}
.top_line:after{
  content: '';
  display: block;
  clear: both;
}
div.page_header div.path{
  font-size:13px;
  float:left;
}
div.user_info{float:right;font-size:13px;}
.section-home div.page_content p strong{
  font-weight:normal !important;
  font-size:16px;
}
.section-home div.page_content{
  color:#7D7D7D;
  border-bottom:1px solid #CCC;
}
div.page_content{
  /*margin : 10px 0 20px 20px;*/
}


div.checkout_path{
  padding-top:20px;
  margin-left : 50px;
  font-size : 0.9em;
}
div.checkout_path span.past{
  color : #aaa;
}
div.checkout_path span.current{
  background-color : #F1EEA3;
  padding : 2px;
}

ul.authenticate_variants{
  list-style:none;
  margin : 0px;
  padding : 0px;
}
ul.authenticate_variants li{
  margin : 20px;
}
ul.authenticate_variants li .auth_form {width: 90%; padding : 20px;}
ul.authenticate_variants li .auth_form th {width:150px;}

ul.authenticate_variants li .auth_form table td{padding : 4px;}
ul.authenticate_variants li .auth_form table th{text-align : left; vertical-align:top;}

div.order_address{
  font-size : 0.8em;
  margin-left : 4px;
}

hr.thin{height:1px; border : 0px; background-color : #ddd; width : 90%; float:left;}

div.place_order{margin-top : 20px; width:80%; margin-bottom : 20px; clear:both;}
div.place_order input{font-size : 1.1em;  margin: auto; clear:both;}
div.order_button{width : 170px; background-color : #C7EF93; padding : 5px; text-align : center;}

.order_details_place{clear:both; margin-top : 20px;}
.order_details th{border-bottom : 1px solid #ccc; text-align:left; color : #888;}
.order_details td{vertical-align:top;}

.order_list{list-style:none;}

.order_list li{padding-bottom : 5px;}

.statuses span{margin-right : 10px; padding : 3px;}
.statuses span.selected{background-color: #ccc}

.shop_title{
  display:none
}
.good a:hover{
  border-bottom: 5px solid #0090FF;
}
.good small a:hover{
  /*border:none !important;*/
}
.good a img{
  margin-bottom:10px;
}
.product_image_catalog{
  margin:0 10px;
}
a.product_title:hover{
  border-bottom:1px solid #CCC;
}
.product_title{
  display:block;
  margin-top:5px;
  border-bottom:1px solid #CCC;
  text-align:center;
  font-weight:bold;
  line-height:20px;
  height:50px;
}
.product_short_description{
  margin-top:-15px;
  display:block;
}
.good_title{
  border-bottom:1px solid #CCC;
  margin-top:10px;
}
.productBig{
  margin-top:10px;
}
#cart_form h2{
  background-color:#0090FF;
  color:#FFFFFF;
  padding-left:10px;
  text-transform:uppercase;
}
.page_header h1{
  border-bottom:1px solid #CCC;
}
a.logo_link{float:left;margin-top:35px}
#contact_information{
  clear:right;
  float:right;
  font-size:14px;
  line-height:20px;
  margin-top:10px;
  text-align:right;
}
.post_title{
    font-size : 1.4em;
}
.post_title a{

}
.post_content p{
    margin : 3px 0 5px 0;
}
.post_details_date{
    margin : 0px;
    color : #ccc;
}
.post_body{
    margin : 0px;
}
