/* @group Формы */

 /* только для Internet Explorer 4+ */
 
@font-face {
  font-family: FuturaRound;
  src: local("FuturaRound"),
       local("FuturaRound"),
       url(../font/FuturaRound_Bold.ttf) format("opentype");
}


@font-face {
  font-family: FuturaRoundRegular;
  src: local("FuturaRoundRegular"),
       local("FuturaRoundRegular"),
       url(../font/FuturaRound_Regular.ttf) format("opentype");
}


@font-face {
  font-family: PtSansbold;
  src: url(../font/ptsansbold.ttf);
}

/* далее для всех остальных браузеров */
@font-face {
  font-family: PtSansbold;
  src: local("PtSansbold"),
       local("PtSansbold"),
       url(../font/ptsansbold.ttf) format("opentype");
}

/* только для Internet Explorer 4+ */
@font-face {
  font-family: PtSans;
  src: url(../font/ptsans.ttf);
}

/* далее для всех остальных браузеров */
@font-face {
  font-family: PtSans;
  src: local("PtSans"),
       local("PtSans"),
       url(../font/ptsans.ttf) format("opentype");
}


input[type="text"],
input[type="password"]
{
	width: 100%;
	
}
.form
{
	width:400px;
	margin-bottom: 20px;
	margin-top:20px;
}
.form textarea
{
	width:100%;
	height:100px;
	font-size: 18px;
}
.form label {
	display:block;
	font-size: 14px;
}
.form input[type="text"]{
	display:block;
	margin-bottom: 10px;
}

/* @group Комментарии */
.comment_list {
	margin-top: 15px;
	list-style: square outside none;
}
.comment_list li {
	border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
}
.comment_header {
	 font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
/* @end — Комментарии*/

/* @group Форма отправки комментария */
.comment_form {
	background-color: #f6f6f6;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.comment_form h2 {
	margin-bottom: 0px;
}
.comment_form .comment_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
}
.comment_form label {
	display: block;
	float: left;
	width: 170px;
	font-size: 15px;
	margin-top: 15px;
	font-family:FuturaRoundRegular,Arial;
}
.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
	
}
.comment_form .input_captcha, .cart_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.comment_form .captcha, .cart_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.comment_form .button,
.feedback_form .button,
.register_form .button,
.login_form .button{
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
}
/* @end — Форма отправки комментария */

/* @group Форма отправки обратной связи */
.feedback_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.feedback_form .input_captcha, .register_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.feedback_form .captcha, .register_form .captcha{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
/* @end — Форма отправки комментария */


/* @group Корзина */
#purchases tr{
	border-top: 1px solid #d5d5d5;
	height: 70px;
}
#purchases th{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .image{
	width: 50px;
	text-align: center;
}
#purchases .image a{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#purchases td.name{
	font-size: 14px;
}
#purchases td .download_attachment{
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .price{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
#purchases td.price{
	font-size: 14px;
}
#purchases .remove{
	padding-left: 15px;
	text-align: right;
}
#purchases .amount{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#purchases .amount select{
	font-size:12px;
}

#purchases .coupon .name{
	font-size:14px;
}
#purchases .coupon .name input.coupon_code{
	width: 200px;
}
#purchases .coupon .name input{
	font-size:16px;
}

ul#deliveries{
	 background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    font-family: PtSans;
    font-size: 15px;
    list-style: none outside none;
	font-weight:normal;
	border-radius:20px 20px 20px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px 20px 0;
}
ul#deliveries li{
	margin-bottom: 20px;
}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}
/* @end */


/* @group Кабинет */
#orders_history
{
	list-style: none;
}
#orders_history li
{
	margin-bottom: 10px;
}
#orders_history li a
{
	font-size: 16px;
}
/* @end — Кабинет */



/* @group Детали заказа */
table.order_info
{
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}
table.order_info td
{
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.checkout_button
{
	padding: 10px 20px 10px 20px;
	border: 1px solid #51a400;
	background-color: #d3ffa9;
	color: #2e5e00;
	font-size: 14px;
}
/* @end */


/* Сообщение с ошибкой */
.message_error{
	clear: both;
	height: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
}

/* @end */


input.button {
    background: url("../images/bg_butt.png") repeat-x scroll 0 0 #3B92C6;
    border: 0 solid #3289CE;
    border-radius: 5px 5px 5px 5px;
    color: white;
    cursor: default;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 25px;
    line-height: 11px;
    margin: 0;
    padding: 4px 18px;
    text-align: center;
    transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s;
	cursor: pointer; 
}


a.button {
    background: url("../images/bg_butt.png") repeat-x scroll 0 0 #3B92C6;
    border: 0 solid #3289CE;
    border-radius: 5px 5px 5px 5px;
    color: white;
    cursor: default;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 700;
    height: 18px;
    line-height: 19px;
    margin: 0;
    padding: 4px 18px;
    text-align: center;
    transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s;
	cursor: pointer; 
	text-decoration:none;
}

a.button:hover{
	-moz-box-shadow: 0 0 4px 0 #3b92c6;
	-webkit-box-shadow: 0 0 4px 0 #3B92C6;
	box-shadow: 0 0 4px 0 #3B92C6;
	color: white;
}


#brands a.selected {
	background-color: #ffba03;
    border-radius: 15px;
    color: #000;
    padding: 5px;
	text-decoration: none;
}

#brands a {
	margin:0 5px;
	}
	
.tabs_content-tab.tab_6 .tabs_content{
	background: none repeat scroll 0 0 #fff;
    display: inline-block;
    margin-top: -15px;
    padding: 15px;
	}
.tiny_products {
	list-style: none;
	display: block;
	margin: 0;
    padding: 0;
}
.tiny_products .product{
	float: left;
    height: 275px;
    position: relative;
    text-align: center;
    width: 180px;
	padding: 10px 10px 15px;
}
.tiny_products .product .image {
	display: table-cell;
    height: 195px;
    text-align: center;
    vertical-align: middle;
    width: 230px;
}
.tiny_products .product .image img{
	height: auto;
    max-width: 100%;
	vertical-align: middle;
	
}
.tiny_products .product h3 {
	 margin: 0;
    overflow: hidden;
	 font-family: FuturaRound,Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.tiny_products .product h3 a{
	 text-decoration: none;
	}
	
.tiny_products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}


.product .prices { 
	 color: black;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}

.product .prices .currency{ 
	 color: black;
    font-family: Arial;
    font-size: 12px;
	font-weight:normal;
}

#topcontrol { 
background: url("../images/up2.png") 50% 50% no-repeat;
border-radius: 15px;
display: block;
height: 70px;
left: 52%;
margin-bottom: 0px;
margin-left: 495px;
position: fixed;
width: 70px;
z-index: 9999;
}


#search_top {
	background: url("../images/bg_search_top.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 1px solid #f0c901;
    border-radius: 6px;
    border-right: 1px solid #f0c901;
    border-top: 1px solid #f4da02;
    float: right;
    height: 60px;
    margin-left: 10px;
    margin-top: 30px;
    position: absolute;
    width: 33%;
}



#header .sam-logo {
	width:20%;
	float:right;
	}
	
#header .sam-logo img{
    position: relative;
	}

#header .site_name img {
	position:relative;
	left: 20px;
	top:5px;
	}

#currencies {
      float: right;
    width: 245px;
	margin-top:-5px;
}

#currencies span.curtxt{
	border-right: 1px dotted #444;
    color: #444;
    float: left;
    line-height: 12px;
    margin-right: 5px;
    margin-top: 15px;
    padding-right: 10px;
    text-align: right;
	}
.cur_title {
	font-size:16px;
	margin-left:80px;
	}
.cur_bot {
	font-size:12px;
	margin-top:5px;
	margin-left:30px;
	
	}	
#currencies ul{
	text-align: left;
}
#currencies ul li{
	 display: inline;
    font-size: 12px;
    list-style: none outside none;
	padding:15px 5px 0;
    position: relative;
    top: 12px;
}

#currencies ul li.icon_1 {
		background: transparent url(../images/dollar.png) no-repeat center top;
	}

#currencies ul li.icon_4 {
		background: transparent url(../images/somoni.png) no-repeat center top;
	}

#currencies ul li.icon_2 {
		background: transparent url(../images/rubl.png) no-repeat center top;
	}

#currencies ul li a{
	white-space: nowrap;
	color: #333;
}

#currencies ul li a:hover{
	white-space: nowrap;
	color: #333;
	text-decoration: none;
}

#currencies ul li .selected a{
	text-decoration: none;
	cursor: default;
	color: #333;
}


#cart_informer{
	color: #505050;
    margin-left: 10px;
    padding: 5px 13px 6px;
}
#korzina_top{
    float: right;
    position: relative;
    top: 15px;
    width: 250px;
}

.korzina {
	 color: #fff;
    font-size: 16px;
    height: 60px;
    padding: 20px 18px 0 46px;
    text-align: center;
	background:url(../images/delivery.png) no-repeat transparent;
	}


.korzina-text {
   float: right;
    margin-left: 75px;
    margin-top: 10px;
    position: absolute;
    text-align: left;
    width: 140px;
}

.korzina-text a {
	border-bottom: 1px dashed;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
	 letter-spacing: 1px;
	}
	
.korzina-text a:hover {
	color:#24479B;
	}
.korzina2{
	background:url(../images/delivery2.png) no-repeat transparent;
    height: 75px;
	}


#cabinet{
    background: none repeat scroll 0 0 #f2f2f2;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #cccccc;
    float: right;
    height: 60px;
    margin-left: 0;
    margin-top: 30px;
    padding: 0 10px;
    width: 130px;
}

#cabinet span {
	 display: block;
    float: left;
    font-family: FuturaRoundRegular,Arial;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 15px;
    margin: 0;
    padding: 15px 0 0;
    position: relative;
}




#cabinet span#username{
	background:url("../images/unlock.png") no-repeat scroll 100% 30% transparent;
	 border: medium none;
    letter-spacing: 1px;
    top: -20px;
	text-align:left;
}


#cabinet span#username #disuser{
	letter-spacing: 1px;
    text-align: left;
    top: -10px;
}

#cabinet span#username .proc{
	   color: #ff0003;
    float: right;
    font-family: FuturaRound,Arial;
    padding: 0;
	margin-left:2px;
}

#cabinet span#loginn{
	background: url("../images/lock.png") no-repeat scroll 100% 80% transparent;
    border: medium none;
    letter-spacing: 2px;
    margin-left: 10px;
    padding: 15px 45px 0 0;
    text-align: right;
    top: -10px;
}

#cabinet span#loginn a{
	text-decoration:none;
	}

#login{
	float: left;
	border-right:1px double #ccc;
	padding-right: 12px;
	padding-left: 20px;
}

#register {

	}

#account{
	color: #505050;
    float: right;
    font-size: 12px;
    margin: 0;
    padding: 12px 0 0;
    text-align: right;
    width: 130px;
}

#soclogin {
	margin-top:10px;
	}
@media all and (-webkit-min-device-pixel-ratio:0) {
   #account #login {
  padding-left:7px;
   }
  }

#account #login{
	padding-left: 8px;
}
#account #logout{
	color: #ff0015;
    float: right;
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    top: -110px;
}

.data-news {
	font-weight:bold;
	color:#00B8EE;
	}

.allnews-text {
	font-size: 12px;
    letter-spacing: 0.3px;
    text-align: justify;
	}
.allnews-text p{
	display:inline;
	}
.more-index {
	}

.arrow_button a{
	 color: #999999;
    cursor: pointer;
    margin-right: 5px;
    padding-right: 25px;
    position: relative;
    text-decoration: none;
	}

.arrow_button a:hover {
    color: #00ADDD;
    text-decoration: underline;
}
.arrow_button img {
    background: url("../images/sprite.gif") no-repeat scroll -241px -130px transparent;
    height: 20px;
    position: absolute;
    right: 0;
    top: -2px;
    width: 20px;
}
.arrow_button a:hover img {
    background-position: -241px -159px;
}

#footer_b {
	color:#000;
	width: 98.4%;
	height:70px;
	background:url("../images/footer_b.png") repeat-x scroll 0 1px transparent;
	padding:10px 0px 0 20px;
	border-radius: 15px 15px 0 0;
	border-top:1px solid #F4DA02;
	}


.sections_uslass{
	}
	
.admin-name {
     background: rgba(0, 0, 0, 0) url("../images/comment.png") no-repeat scroll 0 50%;
    display: block;
    font-weight: bold;
    display: inline-block;
    height: 26px;
    margin-bottom: 0;
    margin-top: 0;
    width: 80px;
}

.discount {
    background: url(../images/discount2.png) no-repeat scroll 0 0 transparent;
    color: #fff;
    height: 31px;
    line-height: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 4px 15px 0;
    position: relative;
    text-align: center;
    top: 10px;
    width: 65px;
}

.hit {
    background: url(../images/hit.png) no-repeat scroll 0 0 transparent;
    float: left;
    height: 31px;
    line-height: 12px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 4px 15px 0;
    text-align: center;
    width: 65px;
	margin-top:10px;
}

.pricetools .pricetools-new_price strike{
    color: red;
    font-family: PtSansbold;
    font-size: 18px;
    text-decoration: line-through;
}

#comment_phone {visibility:hidden; height:1px; width:1px}

		
.autocomplete-suggestions {
	background-color: #ffffff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 5px;
	overflow-y: auto;
	}

.autocomplete-suggestions .autocomplete-suggestion{cursor: pointer;}
.autocomplete-suggestions .selected { background:#F0F0F0; }


.autocomplete-suggestions div { 
		overflow: hidden;
    	padding: 2px 0;
    	white-space: nowrap;
		clear: both;
    	cursor: pointer;
   	 	line-height: 30px;
    	margin: 1px;
	}

.autocomplete-suggestions div:hover {
	background:#F0F0F0; 
	}
.autocomplete-suggestions strong { font-weight:normal; color:#3399FF; }

.autocomplete-suggestions .image {
    background: none repeat scroll 0 0 #fff;
    margin-right: 5px;
    width: 40px;
}

.autocomplete-suggestions .image img {
    max-height: 30px;
    max-width: 30px;
}

.sale {
	background:url('../images/sale.png') no-repeat;
	position:absolute;
	width:141px;
	height:47px;
	margin:15px 0 0 -15px;
	font-weight:bold;
}

.sale_cat {
	background:url('../images/sale_cat.png') no-repeat;
	position:absolute;
	width:116px;
	height:27px;
	margin:10px 0 0 -8px;
}

.sale_cat2 {
	background:url('../images/sale_cat.png') no-repeat;
	position:absolute;
	width:116px;
	height:27px;
	margin:10px 0 0 -11px;
}

.sale_cat3 {
	background:url('../images/sale_cat2.png') no-repeat;
	position:absolute;
	width:23px;
	height:73px;
	margin:10px 0 0 -18px;
}


.zakaz-click {
   background: none repeat scroll 0 0 #fff;
    border: 0 solid #3289ce;
    border-radius: 5px;
    box-shadow: 0 0 5px #666;
    color: #333;
    display: block;
    float: left;
    font-family: FuturaRoundRegular,Arial;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 18px;
    padding: 10px 0 2px 10px;
    text-align: center;
    text-decoration: none;
    width: 239px;
}

.zakaz-click .click-bt {
		background: url("../images/tabbg.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
    height: 12px;
    margin-top: -20px;
}


#topcontrol 						
	{position:fixed;z-index:9999;left:50%;margin:0 0 200px 590px;width:42px;height:26px;display:block;background:url(../images/up.png) no-repeat left 0px;}
#topcontrol:hover				
	{background-position:0 bottom;}
	
#compare_informer{
    position: fixed;
    right: 0;
    top: 220px;
    z-index: 9999;
}

#compare_informer2{
	opacity:0;
	}

#compare_informer1{
	background:url(../images/compere.png) no-repeat;
    width:50px;
	height:50px;
	margin-top: 6px;
	border:none;
	color: #505050;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

#compare_informer{
	margin-top: 6px;
	border:none;
	color: #505050;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0
}

#compare_informer .kol{
	 background: none repeat scroll 0 0 #ffe735;
    border-radius: 50%;
    box-sizing: border-box;
    float: right;
    font-family: FuturaRound,Arial;
    font-size: 14px;
    height: 22px;
    margin-left: -5px;
    padding: 3px 1px;
    position: relative;
    text-align: center;
    top: -12px;
    width: 22px;
    z-index: 1;
	color:#000;
	}

#compare_informer .tov{
	background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    margin-left: 2px;
    padding: 0 2px;
    position: relative;
    top: 25px;
	}
#compare_wrap{overflow: auto;}
#compare{background: #FFFFFF}
#compare th, #compare td{
	border-top: 1px solid #dedede;
    min-width: 200px;
    padding: 10px 0 5px 5px;
    width: 200px;
	}
#compare tr.odd td{background: #FAFAFA}

span.mylist{
                    padding:5px;
                    margin:5px 0;
                    background: #FFFFFF;
                    border: 1px solid #E8E8E8;
                    border-radius:3px;
                }
span.mylist_add{
   background: none repeat scroll 0 0 #ffffff;
    margin: 0px 0 0;
    position: absolute;
   }
  
span.mylist_add img.active{
	border:1px solid #00B7E3;
	border-radius: 5px;
	} 

span.mylist_add img.noactive {
	border:1px solid #959595;
	border-radius: 5px;
	}

span.mylist_add img.noactive:hover {
	border:1px solid #00B7E3;
	border-radius: 5px;
	}

/* Каталог */
span.mylist_add_cat {
    background: none repeat scroll 0 0 #ffffff;
    margin: 13px 0 0 50px;
    position: absolute;
}

span.mylist_add_cat img.active{
	border:1px solid #00B7E3;
	border-radius: 5px;
	} 

span.mylist_add_cat img.noactive {
	border:1px solid #959595;
	border-radius: 5px;
	}

span.mylist_add_cat img.noactive:hover {
	border:1px solid #00B7E3;
	border-radius: 5px;
	}

/* Каталог - лист */


span.mylist_add_cat2 {
    background: none repeat scroll 0 0 #ffffff;
    margin: 100px 0 0 95px;
    position: absolute;
}

span.mylist_add_cat2 img.active{
	border:1px solid #00B7E3;
	border-radius: 5px;
	} 

span.mylist_add_cat2 img.noactive {
	border:1px solid #959595;
	border-radius: 5px;
	}

span.mylist_add_cat2 img.noactive:hover {
	border:1px solid #00B7E3;
	border-radius: 5px;
	}


/* Сравнение в карточке товара */

span.mylist_add_card{
   background: none repeat scroll 0 0 #ffffff;
    margin: -11px 0 0;
   }

span.mylist_add_card a{
	border-bottom: 1px dotted #666;
    margin-left: 1px;
    text-decoration: none;
	}
	
span.mylist_add_card img.active{
	border:1px solid #00B7E3;
	border-radius: 5px;
	vertical-align: middle;
	} 

span.mylist_add_card img.noactive {
	border:1px solid #959595;
	border-radius: 5px;
	vertical-align: middle;
	}

span.mylist_add_card img.noactive:hover {
	border:1px solid #00B7E3;
	border-radius: 5px;
	}
	
	
.del-bt {
	text-align:center;
	}

.del-bt a{
	 text-decoration: none;
	}

.del-bt a img{
	 vertical-align: top;
	}

.ribbon .txt{
	color: #fff;
display: block;
font-family: FuturaRound;
font-size: 18px;
margin-top: 8px;
position: absolute;
right: 15px;
text-shadow: 1px 1px 1px #000;
z-index: 333;
	}
	

.ribbon2 .txt{
	color: #fff;
    display: block;
    font-family: FuturaRound;
    font-size: 18px;
    margin-left: 265px;
    margin-top: 8px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
    z-index: 333;
	}
	
.ribbon2 .audiojs {
	background: -moz-linear-gradient(center top , #d40002 0%, #ff4f00 50%, #ff4f00 51%, #d40002 100%) repeat scroll 0 0 #ff0003;
    border-radius: 0 0 15px 0;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    font-family: monospace;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    position: relative;
	margin:0;
    width: 340px;
    z-index: 222;}

.blog ul {
	  list-style: outside none none;
    margin: 0;
    padding: 0 12px;
    margin-bottom: -1px;
	}

.blog ul li {
	border-bottom: 1px dashed #ccc;
    line-height: 17px;
    margin: 0;
    padding: 8px 0;
	}


.audiojs {
background: #ff0003 -moz-linear-gradient(center top , #d40002 0%, #ff4f00 50%, #ff4f00 51%, #d40002 100%) repeat scroll 0 0;
border-radius: 0 0 0 15px;
box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
font-family: monospace;
font-size: 12px;
height: 36px;
margin-top: 0;
overflow: hidden;
position: absolute;
right: 0;
width: 340px;
z-index: 222;
}