/*
theme name: 2sweb theme
version: 1.0
Author: 2sweb.ir
Author URI: http://2sweb.ir
Desctiption: Dedicated Professional and full option clean Wordpress Template
*/
@charset "utf-8";
@import url('reset.css');
body {
	direction:rtl;
	text-align:right;
	font:normal normal 0.75em/20px tahoma;
}


@font-face {
	font-family:'homa-font';
	src: url('twosweb-fonts/homa.eot');
	 src: url('twosweb-fonts/homa.eot?#iefix') format('eot'), 
	      url('twosweb-fonts/homa.woff') format('woff'), 
		  url('twosweb-fonts/homa.ttf') format('truetype');
	 font-weight: normal;
	 font-style: normal;
}
/*
=introbar-shop
-------------------------------------------------------------------*/
#introbar-shop {
	background:#222;
	height:46px;
	overflow:hidden;
	position:fixed;
	right:0;
	top:0;
	width:100%;
z-index:99999;
}
#introbar-shop #twosweb-logo {
	float:right;
	padding:4px 6px 0 0;
}
#introbar-shop #twosweb-logo a {
	background:url(images/2sweb-logo.png) no-repeat right top;
	padding-right:68px;
	display:block;
	color:#fff;
	height:42px;
	font-family:'homa-font';
	line-height:33px;
	font-size:1.1em;
	text-shadow:2px 2px 4px #000;
}
#introbar-shop #twosweb-logo a:hover {
	color:#d5d8d9;
}
#introbar-shop .close-introbar {
	float:left;
	background:url(images/introbar-btn.png) no-repeat 0 -63px;
	cursor:pointer;
	width:24px;
	height:24px;
	display:block;
	text-indent:-9999px;
	margin:11px 0 0 11px;
}
#introbar-shop .btn-introbar {
	color:#fff;
	background:#fff;
	text-align:center;
	padding:0 6px;
	background:#82b440;
	-webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 margin:6px 0 0 42px;
 height:34px;
 display:block;
 border-radius:4px;
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
-o-border-radius:4px; 
-khtml-border-radius:4px;
line-height:33px;
font-size:1.4em;
font-family:'homa-font';
float:left;
}
#introbar-shop .btn-introbar:hover {
	background-color:#ef4d36 !important;
}
#introbar-shop #detail-btn {
	padding-right:44px;
	background:url(images/introbar-btn.png) no-repeat 170px 2px #821e8e;
}