





/* snippets */

.snippets ul {
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 10px;
	padding: 0 !important;
}
.snippets li {
	color: #6C7996;
	float: left;
	font-size: 11px;
	line-height: 1.4;
	list-style-type: none !important;
	margin: 0 0 5px;
	text-align: justify;
}

.snippets img {
	border: 3px solid #CCD3E3 !important;
	float: right;
	margin-bottom: 5px !important;
	margin-left: 7px !important;
}




/* twitter */

.twitter small{
	font-size: 9px;
	color: #A6A6A6;
	float:right;
}
.twitter img {
    border: 1px solid #CCD3E3 !important;
    float: left;
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    padding: 2px !important;
}
.twitter p {
  border-bottom: 1px solid #E6E6E6;
  color: #6C7996;
  float: left;
  font-size: 11px;
  line-height: 15px;
  margin: 0 1px 7px 0;
  padding-bottom: 2px;
}

/* youtube */
.video_embed  span{
border-bottom: 5px solid #E4DDD1;
color: #98B810;
margin-bottom: 10px;
padding: 0 0 4px;
text-align: right;
font-size: 15px;
}
.video_embed p{
	
}

/* preview */
.preview{

margin-bottom: 7px;
}

.preview p{
	padding-top: 7px !important;
    font-size: 12px;
    line-height: 1.3;

}

.preview img{
	margin-right: 7px !important;
	height: 65px;
	width: 65px;
}

.preview a.title{
    border-bottom: 3px solid #E4DDD1;
    color: #98B810 !important;
    padding: 0;
    text-align: right;
	float: left;
	width: 100%;
	font-family:Georgia, Garamond, "Times New Roman"
}

/* categs count */
.count_categ{
	color: #A6A6A6;
}

/* contact_form */
div#contact_form{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; 
	margin: 0px; 
	padding: 0px; 
}
#contact_form dl dt {
    font-weight: bold;
    margin: 5px;
}
#contact_form dd {
    margin-left: 1.5em;
    margin-right: 1.5em;
}
#contact_form th, td {
    padding: 4px 10px 4px 5px;
	font-size: 13px;
}
#contact_form fieldset {
	border: 1px solid #CCCCCC;
	border-radius: 15px 15px 15px 15px;
	margin: 0 0 1.5em;
	padding-bottom: 2.5em;
	padding-left: 1.4em;
	padding-right: 1.4em;
}
#contact_form legend {
    font-size: 1.2em;
    font-weight: bold;
	margin-left: 20px;
}
#contact_form textarea {
    height: 110px;
    padding: 5px;
    width: 495px;
}
#contact_form input[type="submit"]{
   background: url("../../../templates/crystal_ru/style/images/btn-more-bg.png") repeat-x scroll center top transparent !important;
    border-color: -moz-use-text-color #D4DBE1;
    border-style: none solid;
    border-width: 0 1px;
    color: #334366 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal !important;
    line-height: 16px;
    margin: 10px 0 0;
    padding: 7px 10px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px #FFFFFF;
}
#contact_form dd input {
    padding: 7px 11px;
}


/* navigation */

.categ_nav {
	clear: both;
    padding: 15px 0 30px 0;
    line-height: 1.5em;
    margin: 0;
}

.categ_nav a, .categ_nav span {
  border: 1px solid #334366;
  display: inline-block;
  margin-right: 5px;
  padding: 2px 10px;
  text-decoration: none;
}

.categ_nav a:hover{
	background:  none repeat scroll 0 0 #DAE2E8 !important;
	border: 1px solid #334366;
}

.categ_nav .current {
    background: none repeat scroll 0 0 #DAE2E8;
}

/* categs */

.categ {
    border-bottom: 1px solid #E4DDD1;
    float: left;
    line-height: 1.5em;
    margin: 0;
}

.categ h3 a {
	color: #334366;
}

.categ a:hover{
	color: #5A4500 !important;
}


.categ #meta {
	font-family: Arial,Helvetica;
    color: #CBC3A3;
    font-size: 11px;
}

.categ h3 {
    margin: 8px 0 0;
}

.categ p {
	padding-bottom: 5px;
    line-height: 1.5em;
    margin-bottom: 8px;
    margin-top: 8px;
}

.categ img {
    border: 1px solid #E4DDD1;
    float: left;
    margin: 8px 10px 5px 0;
    padding: 2px;
}

.sitemap ul {
  padding-bottom: 10px !important;
  padding-left: 5px !important;
  padding-top: 10px !important;
}

/* edit page */
.bottom_images {clear: both;float: left;margin-top: 5px;text-align: center;}
.edit_page{
	background-color: rgba(255, 254, 95, 0.5);
	z-index: 1000;
	border: 1px solid yellow;
	border-radius: 10px 10px 10px 10px;
	color: black !important;
	font-size: 13px;
	padding: 5px 10px;
	position: fixed;
	right: 3%;
	bottom: 5%;
}

.left_align {
  clear: left;
  float: left;
  padding-left: 0 !important;
  padding-right: 15px !important;
}

.right_align {
  clear: right;
  float: right;
  padding-left: 15px !important;
  padding-right: 0 !important;
}