/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

@import url('styled-elements.css');

/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:1px;
}

.inv{ display:none; }

.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/


body {
	line-height: 1;
	color: #696969;
	background:#e4e4e4 url(../img/obl-2x2.png) repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:  100%;
		margin: 0;
	padding: 0 50px;
}
input,select{width:220px;}
input,select,textarea{ 
border:1px solid #CCC;
border-radius:0px;
outline:none;
margin-top:4px;
padding-top:6px;
padding-bottom:6px;
font-family:Tahoma, Geneva, sans-serif;

	-webkit-transition-duration: 0.3s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.3s; /*Mozilla duration version*/
-o-transition-duration: 0.3s; /*Opera duration version*/



}
select { padding-top:0px;padding-bottom:0px;}
input:focus,textarea:focus{ 
 box-shadow:0px 0px 5px #09F; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 5px #09F; /*Safari shadow version*/
-moz-box-shadow:0px 0px 5px #09F; /*Mozilla shadow version*/
border:1px solid #09F;
}
.submit{width:100px; }
.submit:hover{ 
 box-shadow:0px 0px 10px #09F; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:0px 0px 10px #09F; /*Safari shadow version*/
-moz-box-shadow:0px 0px 10px #09F; /*Mozilla shadow version*/
border:1px solid #09F;
}	
.contentmsgbox
{
	width:auto;
	height:auto;
	line-height:25px;
	border:1px solid #090;
	background-color:#d74f2b;
	color:#fff;
    padding:5px;
	direction:rtl;
	text-align:center;
	margin:5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	
	}
.contentmsgbox p
{
    position:fixed;
	right:10px;
	top:7px;
	color:#C00;
	cursor:pointer;
	
	}
#topdiv{
	width: 100%;
	height:32px;
	background: #272626 ;
	border-radius:0 0 10px 10px;
box-shadow: 0px 0px 5px #000; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow: 0px 0px 5px #000; /*Safari shadow version*/
-moz-box-shadow: 0px 0px 5px #000; /*Mozilla shadow version*/
}
#topdiv .logo
{float:left;position:absolute;z-index:99999999999;margin:5px 0 0 7%}
#beforewarper{
	width:880px;
	height:300px;
	margin: 2px auto 2px;
}
#beforewarper img{
	width:870px;
	height:300px;
	border-radius:15px;
}
.middelebox{
	float:right;
	text-align:center;
	color:#fff;
	width: 30.3%;
	height:120px;
	margin:1.5%;
	background: #006699;
	font-size: 14px;
	line-height: 1.5em;
	direction:rtl;
	overflow:hidden;
	-webkit-transition-duration: 0.3s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.3s; /*Mozilla duration version*/
-o-transition-duration: 0.3s; /*Opera duration version*/

}
.middelebox h3{
font-family:Tahoma, Geneva, sans-serif;
font-size:16px;
font-weight:bold;
	text-shadow:#000 1px 1px;
	margin-bottom:3px;
}
.middelebox img{
	width:130px;
height:95px;;
-webkit-transition-duration: 0.3s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.3s; /*Mozilla duration version*/
-o-transition-duration: 0.3s; /*Opera duration version*/
opacity:1;
}
.middelebox:hover img{
	width:85px;
height:45px;;
opacity:0.5;
}
.middelebox:hover {
	background: #069547;
	cursor:pointer;
}
.middelebox span{
font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
background-color:#fff;
color:#333;
float:right;
width:100%;
height:80px;
}


#wrapper{
	clear:both;
	margin: 50px auto;
	background: #be3f5d;
	min-height: 700px;
	font-size: 14px;
	line-height: 1.5em;
	direction:rtl;
	border-radius:20px;
}

#header{
	height: 200px;
	position: relative;
	z-index: 10;
}

#main{
	background:#be3f5d;
	position: relative;
	direction:ltr;
	border-radius:20px;
}

#content{
	float:left;
	min-height: 400px;
	overflow: hidden;
	margin:15px 0 0 1%;
	margin-bottom: 40px;
		direction:rtl;
		width:68%;
		background-color:#FFF;
		border-radius:20px;
}

#footer{
	position: relative;
	color: #fff;
}

#logo{
	position: absolute;
	top: 40px;
	left: 30px;
}

#content a{
	color: #37b2d1;
}

#content p{
	margin-bottom: 20px;
}

#content .line-divider{
	clear: both;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* breadcrumbs --------------------------------------------------------*/

#header #breadcrumbs{
	position: absolute;
	bottom: 11px;
	left: 30px;
	font-style: italic;
	color: #999;
	font-size: 10px;
}

#header #breadcrumbs a{
	color: #bfbdbd;
	text-decoration: none;
	background: url(../img/breadcrumb-slash.png) no-repeat top right;
	padding-right: 14px;
}

/* TITLE --------------------------------------------------------*/

#page-title{
	overflow: hidden;
	direction:rtl;
	text-align:right;
	height: 10px;
	margin-bottom: 30px;
	margin-top:-250px;
}

#page-title .title{
	display: block;
	float: left;
	font-family: 'Ubuntu', arial, serif;
	font-size: 30px;
	line-height: 90px;
	margin-left: 30px;
	text-shadow: 0 1px rgba(255, 255, 255, 1);
}

#page-title .subtitle{
	display: block;
	float: left;
	margin-left: 30px;
	line-height: 90px;
	color: #929191;
	font-style: italic;	
}

/* HOME --------------------------------------------------------*/

body.home #header{
	height: 430px;
	position: relative;
	z-index: 10;
}

body.home #header #headline{
	width: 906px;
	margin: 110px  auto 40px auto;
	font-size: 26px;
	line-height: 1.5em;
	font-family: 'Ubuntu', arial, serif;
	color: #ebe7e7;
	text-align: center;
}

body.home #content{
	padding-top: 250px;
}
.contenth1{
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	color: #fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-shadow:#000 2px 2px;
	margin:0 auto 30px auto;
	width: 98%;
	height: 40px;
	line-height:40px;
	text-align:center;
	border-radius:15px;
	background:#363636 url(../images/icon_header.png) no-repeat  0 50% ;
	box-shadow:inset 0px 0px 10px #000; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow:inset 0px 0px 10px #000; /*Safari shadow version*/
-moz-box-shadow:inset 0px 0px 10px #000; /*Mozilla shadow version*/
}
#headline a{
	text-decoration: none;
	color: #FFD800; 
}

/* HEADERS --------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{ 
	line-height: 1.4em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
}

h1{ font-size: 30px; }

h2{ font-size: 28px; }

h3{ font-size: 26px; }

h4{ font-size: 24px; }

h5{ font-size: 22px; }

h6{ font-size: 20px; }

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
	float:left;
	margin-right:30px;
	position:relative;
}

.one-half{ width: 438px; }

.one-third{ width: 282px; }

.one-fourth{ width: 204px; }

.two-third{ width: 594px; }

.three-fourth{ width: 672px; }

.last {
	clear:right;
	margin-right:0 !important;
}


/* SOCIAL --------------------------------------------------------*/

#social-holder{
	overflow: hidden;
	width: 100%;
	padding-top: 40px;	
}

.social{
	display: block;
	float: right;
	overflow: hidden;
	margin-right: 20px;
}

.social li{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.social a{
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9000px;
}


/* SEARCH --------------------------------------------------------*/

.top-search{
	position: absolute;
	top:118px;
	right: 50px;
}

#searchform #s{
	color: #49494b;
	font-size: 12px;
	width: 160px;
	height: 21px;
	margin: 0px 0px 5px 0px;
	padding: 2px 35px 2px 8px;
	border: 0;
	background: #f0efeb;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#searchform #searchsubmit{
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	border: 0px;
	background: url(../img/search-submit.png) no-repeat  transparent -3px 2px;
}

/* NAVIGATION --------------------------------------------------------*/


#nav{
	display: block;
	position: absolute;
	top: 108px;
	left: 30px;
	height: 46px;
	width: 906px;
	background: #ffd800;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#nav>li{
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 12px;
}

#nav>li:first-child{
	margin-left: 10px;
}

#nav>li>a{
	display: block;
	font-size: 12px;
	color: #363636;
	text-decoration: none;
	padding: 7px 10px 6px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

#nav>li>a:hover,
#nav>li.current-menu-item>a{
	color: #fff;
	background: #363636;
	text-shadow: none;
}

/* sub navigation */

#nav>li ul{
	display: block;
	margin-top: -1px;
	background: #ffd800;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

#nav>li>ul ul{
	margin-top: 0px;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-radius: 0px 10px 10px 10px;
}

#nav>li ul li a{
	display: block;
	padding: 10px 15px;
	display: block;
	font-size: 12px;
	color: #363636;
	text-decoration: none;
}

#nav>li ul li a:hover{
	background: #363636;
	color: #fff;
}

#nav>li ul li:last-child a:hover{ /* last item its rounded at bottom */
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

/* FILTER --------------------------------------------------------*/

#content .filter{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 20px;
	margin-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#content .filter li{
	display: block;
	float: left;
	font-size: 12px;
	line-height: 14px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 3px 10px;
	background: #363636;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .filter li:first-child{
	background: none;
}


#content .filter li a{	
	display: block;
	color: #f1f1f1;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

#content .filter li:hover{
	background: #000;	
}

#content .filter li:first-child:hover{
	background: none;
}

#content .filter li.active{
	background: #999;	
}



/* TWITTER --------------------------------------------------------*/

#twitter{
	position: relative;
	background: #f2f1f1;
	height: 170px;
	width: 100%;
	background: #f2f1f1 url(../img/twitter-border.png) repeat-x;	
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
}

#twitter #prev-tweet{
	display: block;
	position: absolute;
	top: 66px;
	left: 30px;
	width: 30px;
	height: 35px;
	background: transparent url(../img/prev-arrow.png) no-repeat top left;
}

#twitter #next-tweet{
	display: block;
	position: absolute;
	top: 66px;
	right: 30px;
	width: 30px;
	height: 35px;
	background: transparent url(../img/next-arrow.png) no-repeat top right;
}

#twitter #tweets .tweet_list{
	display: block;
	position: absolute;
	top: 0px;
	left: 80px;
	width: 810px;
	height: 170px;
}

#twitter #tweets .tweet_list li{
	display: block;
	width: 810px;
	height: 120px; /* original height 170px */
	font-size: 20px;
	line-height: 1.5em;
	font-style: italic;
	color: #838383;
	text-align: center;
	padding-top: 62px; 
}

#twitter #tweets .tweet_list li .tweet_time a{
	text-decoration: none;
	color: #ccc;
}

#twitter #tweets .tweet_list li a{
	text-decoration: none;
	color: #37b2d1;
}

#twitter #tweets p.loading{
	text-align: center;
	color: #ccc;
	padding-top: 75px;
	font-style: italic;
}

/* PAGES --------------------------------------------------------*/

#page-content{
	float: left;
	width: 906px;
	margin-left: 30px;
}

/* PORTFOLIO --------------------------------------------------------*/

#projects-list{
	overflow: hidden;
}

#projects-list .project{
	position: relative;
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:13px;
	float: right;
	overflow: hidden;
	width: 260px;
	height: 220px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding:5px;


}
#projects-list .project:hover .project-thumbnail .cover{
left:240px;
}


#projects-list .project h1 a{
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	color: #fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	width: 237px;
	height: 30px;
	line-height:30px;
	padding-right:23px;
	box-shadow:0px 0px 5px #000; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow: 0px 0px 5px #000; /*Safari shadow version*/
-moz-box-shadow:0px 0px 5px #000; /*Mozilla shadow version*/
}
.divpost{   background: #a62443 url(../images/icon_articleli.png) no-repeat  99% 50% ;}
.divdownload{   background: #a62443 url(../images/icon-projectli.png) no-repeat  99% 50% ;}
.divmovie{   background: #a62443 url(../images/icon_videoli.png) no-repeat  99% 50% ;}
.divnews{   background: #a62443 url(../images/icon_newsli.png) no-repeat  99% 50% ;}
#projects-list .project h1 a:hover{
color:#CCC;
}
.project-shadow{
	background: url(../img/shadow-project.png) no-repeat 0px 250px;
}
.project-shadow2{
	background: url(../img/shadow-project.png) no-repeat 0px 35px;
}
#projects-list .project .project-thumbnail{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 260px;
	margin-bottom: 20px;
	background:#a62443;
	color:#FFF;

}

#projects-list .project .project-thumbnail .cover{
	position: absolute;
	top:0px;
	left: 0px;
-webkit-transition-duration: 0.3s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.3s; /*Mozilla duration version*/
-o-transition-duration: 0.3s; /*Opera duration version*/
}
#projects-list .project .project-thumbnail .cover img{
width:260px;
height:185px;
}
#projects-list .project .project-thumbnail .meta{
	display: block;
	width: 100%px;
	height: 207px;
	font-size: 13px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 2em;
	position: absolute;
	top:30px;
	padding-right:20px;
}

#projects-list .project .read-more{
	display: block;
	position: absolute;
	top: 193px;
	left: 10px;
	background: url(../images/icon_edame.png) no-repeat 10px 50% ;
	line-height: 33px;
	text-decoration: none;
	color: #fff;
	padding: 0px 30px 0px 30px;
	opacity: 0;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	
	
	-webkit-box-shadow: 0px 2px 3px #000; 
	-moz-box-shadow: 0px 2px 3px #000; 
	box-shadow: 0px 2px 3px #000;
	
	-webkit-transition-duration: 0.2s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.2s; /*Mozilla duration version*/
-o-transition-duration: 0.2s; /*Opera duration version*/
}

#projects-list .project .read-more:hover{
	color: #fff;
	background: url(../images/icon_edame.png) no-repeat  1px 50% ;
}

#projects-list .project:hover .read-more{
	opacity: 1;
}


/* PROJECT --------------------------------------------------------*/

.project-column{
	width: 438px;
	float: left;
	margin-left: 30px;
}

.project-column .project-thumbnail{
	overflow: hidden;
	width: 438px;
	height: 267px;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#content .project-column .meta a{
	display: inline;
	font-size: 12px;
	color: #fff;
	padding: 3px 10px;
	text-decoration: none;
	background: #363636;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .project-column .meta a:hover{ background: #000;}

.project-column .project-title{
	margin-bottom: 20px;
}

/* PROJECT-GALLERY -----------------------------------------------*/

.project-column .project-gallery{
	display: block;
	overflow: hidden;
	width: 468px;
}

.project-column .project-gallery li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign.png) center center no-repeat;
	width: 204;
	height: 148px;
	margin-right: 30px;
	margin-top: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* PROJECT-RELATED -----------------------------------------------*/

.related-title{
	margin-left: 30px;
}

.related-projects{
	display: block;
	overflow: hidden;
}

.related-projects li{
	display: block;
	float: left;
	overflow: hidden;
	width: 204px;
	height: 280px;
	margin-left: 30px;
	margin-top: 30px;
}

.related-projects li strong{
	display: block;
}

.related-projects li a.box{
	display: block;
	overflow: hidden;
	width: 204px;
	height: 148px;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.related-projects li a.box img{
	opacity: 0.7;
}

.related-projects li:hover a.box img{
	opacity: 1;
}

#content .related-projects li a{
	text-decoration: none;
	color: #999;
}

/* GALLERY -----------------------------------------------*/

#content .gallery{
	display: block;
	overflow: hidden;
}

#content .gallery li{
	display: block;
	float: left;
	overflow: hidden;
	background: url(../img/plus-sign.png) center center no-repeat;
	width: 204px;
	height: 148px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .gallery.three-cols li{
	width: 282px;
	height: 267px;
}

#content .gallery.two-cols li{
	width: 438px;
	height: 267px;
}

#content .gallery li a{
	display: block;
}


/* BLOG --------------------------------------------------------*/

#posts{
	float: left;
	width: 624px;
}

#posts .post{
	position: relative;
	margin-left: 30px;
	margin-bottom: 30px;
}

#comments-block{
	position: relative;
	margin-left: 30px;
	margin-top: 40px;
	margin-bottom: 30px;
	padding-top: 80px;
}

#posts.single .post{
	border-bottom: none;
}

#posts .post:last-child{
	border-bottom: none;
}

#posts h1 a{
	display: block;
	margin-bottom: 30px;
	width: 514px;
	text-decoration: none;
	color: #696969;
}

#content .n-comments{
	display: block;
	position: absolute;
	top:0;
	right:30px;
	width: 57px;
	height: 41px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	background: url(../img/balloon.png) no-repeat;
}


#posts.single .post .n-comments{
	position: static;
}

.post .thumb-shadow{
	background: url(../img/shadow-blog.png) no-repeat 0px 270px;
}

#posts .post .post-thumbnail{
	position: relative;
	overflow: hidden;
	width: 596px;
	height: 270px;
	margin-bottom: 30px;
	background: #f1f1f1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#posts .post .post-thumbnail .cover{
	position: absolute;
	top:0px;
	left: 0px;
}

#posts .post .the-excerpt{
	padding-bottom: 30px;
	background: url(../img/post-divider.png) center bottom no-repeat;
}

#posts .post .post-thumbnail .meta{
	display: block;
	width: 252px;
	height: 207px;
	font-size: 12px;
	line-height: 2em;
	position: absolute;
	top:30px;
	left: 30px;
}

#posts.single .post .meta{
	display: block;
	background: #f1f1f1;
	padding: 20px;
	border-color: #e7e6e6 #ececec #ececec #ececec;
	border-width: 3px 1px 1px 1px;
	border-style: solid;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#posts .post .read-more{
	display: block;
	position: absolute;
	top: 325px;
	left: 257px;
	background: #363636 ;
	line-height: 33px;
	padding: 0px 14px 0px 14px;
	text-decoration: none;
	color: #f1f1f1;
	opacity: 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	-webkit-box-shadow: 0px 2px 3px #000; 
	-moz-box-shadow: 0px 2px 3px #000; 
	box-shadow: 0px 2px 3px #000;
}

#posts .post .read-more:hover{
	background: #000;
}

#posts .post:hover .read-more{
	opacity: 1;
}

#posts .post .meta a{
	text-decoration: none;
}

#posts .post .meta-tags{
	overflow: hidden;
}

#posts .post .meta-tags a{
	float: left;
	font-size: 12px;
	line-height: 14px;
	color: #f1f1f1;
	background: #696969;
	padding: 3px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#posts .post .meta-tags a:hover{
	background: #000;
}

/* COMMENTS-BLOCK ------------------------------------------------------------*/



#comments-block .n-comments{
	left:0px;
}

#comments-block .n-comments{
	left:0px;
}

#comments-block .n-comments-text{
	display: block;
	position: absolute;
	top: 40px;
	right:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 20px;
}

/* COMMENTSLIST ------------------------------------------------------------*/

.commentlist{
	display: block;
			background: url(../img/front-divider.png) no-repeat 50% bottom;
			padding-bottom:80px;
}

.commentlist li{
	display: block;
	margin-bottom: 0px;
	padding: 10px 10px 10px 0px;
	line-height: 1.5em;
}

.commentlist ul{
	padding-left: 40px;
	border-left: 1px dashed #ccc;
}

.commentlist li .comment-body{
	overflow: hidden;
	position: relative;
	padding: 0px 0px 20px 0px;
}


.commentlist li img{
	display: block;
	float: left;
	margin: 0px 12px 20px 0px;
}

.commentlist .meta-date{
	display: block;
	float: right;
}
.comment-meta
{
	color:#096;
	font-family:Tahoma, Geneva, sans-serif;
	direction:rtl;
	}
#content .commentlist .reply a{
	display: block;
	text-decoration: none;
	float: right;
	padding: 2px 8px;
	background: #999;
	color: #f1f1f1;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.maincoment{
font-family:Tahoma, Geneva, sans-serif;
font-size:13px;
color:#333;
}
/* COMMENTS PAGINATION ------------------------------------------------------------*/

#content .comments-pagination {
	clear:both;
	overflow: hidden;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
	margin-bottom: 10px;
}
 
#content .comments-pagination span,
#content .comments-pagination a {
	display:block;
	float:left;
	margin: 2px 4px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
 
#content .comments-pagination a:hover{
	color:#fff;
	background: #000000;
}
 
#content .comments-pagination .current{
	padding:6px 9px 5px 9px;
	background: #000000;
	color:#fff;
}

/* LEAVE COMMENT --------------------------------------------------------*/

.leave-comment{
	margin-top: 20px;
	padding-top:30px;
}

.leave-comment h2{
	margin-bottom: 20px;
}

/* CONTACT --------------------------------------------------------*/

.one-column{
	width: 438px;
	float: left;
	margin-left: 30px;
}

/* FORMS ------------------------------------------------------------*/

#sc-contact-form,
#contactForm,
#commentform,
#contactForm{
	margin-bottom: 18px;
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sc-contact-form input,
.admin-form input,
#contactForm input,
#commentform input{
	width: 282px;
}

#sc-contact-form textarea,
.admin-form textarea,
#contactForm textarea,
#commentform textarea{
	width: 380px;
}

#sc-contact-form #submit,
.admin-form #submit,
#contactForm #submit,
#commentform input#submit{
	width: 76px;
	margin: 21px 0px;
	padding: 5px 0px;
}

#sc-contact-form #submit:hover,
.admin-form #submit:hover,
#contactForm #submit:hover,
#commentform input#submit:hover{
	background: #f1f1f1;
	color: #606060;
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea{
	color: #606060;
	font-size: 14px;
}

#sc-contact-form label,
.admin-form label,
#contactForm label,
#commentform label{
	display: block;
	font-size: 14px;
	line-height: 2.5em;
	font-weight: light;
}

/* PAGER ------------------------------------------------------------*/

.pager{
	padding-top: 0px;
	overflow: hidden;
	display: block;
	height: 33px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.pager li{
	display: block;
	width: 33px;
	height: 33px;
	margin-right: 8px;
	float: right;
}

#content .pager li a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background:#069;
}

#content .pager li:hover a,
#content .pager li.active a{
	color: #fff;
	background: #069547;	
}

/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
	float:right;
	width:28%;
	margin:0 1% 0 1%;
	
}
.box-sidebar{
	background-color:#FFF;
	padding:8px;
	margin-top:15px;
	border-radius:20px;
	
}

#sidebar ul{
	background-color:#a62443;
	color:#FFF;
	direction:rtl;
	text-align:right;
		border-radius:20px;
	
}
#sidebar>li{
	margin-bottom: 20px;
	background-color:#d74f2b;

}

#sidebar h6{
	margin:5px 0 5px 0;
	line-height:30px;
	height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	direction:rtl;
	text-align:center;
	padding:10px;
	border-radius:20px;
}
.article{	background:#b41e43 url(../images/icon_article.png) no-repeat 10px center;}
.sourcecode{	background:#272626 url(../images/icon-project.png) no-repeat 10px center;}
.video{	background:#b41e43 url(../images/icon_video.png) no-repeat 10px center;}
.news{	background:#b41e43 url(../images/icon_news.png) no-repeat 10px center;}
.bazdid{	background:#b41e43 url(../images/icon_bazdid.png) no-repeat 10px center;}
.random{	background:#b41e43 url(../images/icon_random.png) no-repeat 10px center;}
.articleli{background:url(../images/icon_articleli.png) no-repeat  98% 50% ;}
.sourcecodeli{background:url(../images/icon-projectli.png) no-repeat   98% 50% ;}
.videoli{background:url(../images/icon_videoli.png) no-repeat   98% 50% ;}
.newsli{background:url(../images/icon_newsli.png) no-repeat   98% 50% ;}
.bazdidli{background:url(../images/icon_bazdidli.png) no-repeat   98% 50% ;}
.userli{background:url(../images/icon_userli.png) no-repeat   98% 50% ;}
#sidebar ul>li{
	line-height: 40px;
	text-decoration: none;
	direction:rtl;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	border-bottom: 1px solid #d7d7d7;
	padding-right:35px;
	-webkit-transition-duration: 0.4s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.4s; /*Mozilla duration version*/
-o-transition-duration: 0.4s; /*Opera duration version*/
			border-radius:20px;
}

#sidebar ul>li:last-child{ border-bottom: none; }

#sidebar ul>li a{
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	direction:rtl;
	text-align:right;
	color: #FFF;
	font-size:13px;
}

#sidebar ul>li:hover{
	cursor:pointer;
	padding-right:50px;
	background-position: 100% 50%;
		background-color: #272626;
		font-weight:bold;
}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer-cols{
	display: block;
	overflow: hidden;
	color: #fff;
	font-family:Tahoma, Geneva, sans-serif;
	line-height: 1.5em;
	margin-top: 40px;
	background-color:#a62443;
	border-radius:0 0 20px 20px;
}

#footer-cols li.col{
	display: block;
	width: 30%;
	float: right;
	margin-right: 30px;
	margin-bottom: 25px;
}

#footer-cols h6{
	line-height:30px;
	height:30px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	background-color:#272626;
	direction:rtl;
	text-align:center;
	padding:10px;
	margin-bottom:5px;
		border-radius:15px;

}

#footer-cols li.clear-col{ clear:left; }

#footer-cols li.col ul{
	background-color:#353535;
		border-radius:15px;
}

#footer-cols li.col ul li{
	display: block;
	line-height: 25px;
	height:25px;
	overflow:hidden;
	padding:3px;
	padding-right:35px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	border-top: 1px solid #fff;
	overflow:hidden;
}
#footer-cols li.col ul li span{
float:left;
padding-left:10px;
}
#footer-cols li.col ul li:first-child{ border-top: none; }


#footer-cols li.col ul li a{
	text-decoration: none;
	color: #fff;
}

#footer-cols li.col ul li a:hover{
	color: #e2b804;
}

/* FOOTER BOTTOM --------------------------------------------------------*/

#footer #bottom{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background:#363636 ;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}
#bottomdiv{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background:#363636 ;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	margin-top:15px;
	direction:rtl;
			border-radius:20px 20px 0 0;
}
#footer #bottom a{
	color: #ffd800;
	text-decoration: none;
}

#bottomdiv #to-top{
	position: absolute;
	right: 30px;
	top: 26px;
	width: 33px;
	height: 33px;
	background: url(../img/to-top.png) no-repeat;
	cursor: pointer;
}
#bottomdiv #to-top:hover{
background-color:#a62443;
}



/*-----------------------------------*/
.maintext
{
	padding:5px 5px 100px 5px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000;
		background: url(../img/front-divider.png) no-repeat 50% bottom;
}
.maintext .mainimg
{
margin:0 auto 0 auto;
box-shadow: 0px 0px 2px #000; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow: 0px 0px 2px #000; /*Safari shadow version*/
-moz-box-shadow: 0px 0px 2px #000; /*Mozilla shadow version*/

-webkit-transition-duration: 0.3s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.3s; /*Mozilla duration version*/
-o-transition-duration: 0.3s; /*Opera duration version*/
}
.maintext .mainimg:hover
{
opacity:0.7;
}
.shorttext
{
	text-align:center;
	font-style:italic;
	color:#666;
	margin:5px 0 15px 0;
}
.sendcomment
{
	direction:rtl;
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	padding:10px;
}
.downloadpanel {
	width: 95%;
	margin:5px 2% 5px 0;
	height:auto;
	float:right;
	direction:rtl;
    background:#a92e2e url(../images/download.png) no-repeat 98% 5%;
	padding:5px;
	font-size:13px;
	color:#fff;
	clear:both;
	line-height:25px;
	border-radius:20px;
}
.downloadpanel h3{
	color:#fc0;
	 font-size:15px;
	 font-family:Tahoma, Geneva, sans-serif;
	 font-weight:bold;
	 margin:5px 50px 20px 0;}
	 
.downloadpanel a{
	 color:#fff;
	 font-size:13px;
	 font-weight:bold;
	 font-family:Tahoma, Geneva, sans-serif;
    background:#3a6a1f url(../images/download.png) no-repeat 2% 2%;
	 float:right;
	 width:auto;
	 padding:5px;
	 min-width:300px;
	 margin-left:50px;
	 text-align:center;
	 text-decoration:none;
	 height:30px;
	 line-height:30px;
	 overflow:hidden;
 	border-radius:15px;
	 box-shadow: 0px 0px 2px #000; /*CSS3 shadow: 30px blurred shadow all around image*/
-webkit-box-shadow: 0px 0px 2px #000; /*Safari shadow version*/
-moz-box-shadow: 0px 0px 2px #000; /*Mozilla shadow version*/
	 
	 -webkit-transition-duration: 0.3s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.3s; /*Mozilla duration version*/
-o-transition-duration: 0.3s; /*Opera duration version*/
	 }
.downloadpanel a:hover{
    background:#4f8731 url(../images/download.png) no-repeat 2% 50%;
	 
	 }
.messagebox22
{
	width:300px;
	height:auto;
	line-height:30px;
	border-radius:10px;
	opacity:0.8;
	border:1px solid #090;
	background-color:#6C9;
	color:#000;
	
	position:fixed;
	right:5px;
	top:5px;
	padding:5px;
	direction:rtl;
	text-align:center;
	
	}
.messagebox22 p
{
    position:fixed;
	right:10px;
	top:7px;
	color:#C00;
	cursor:pointer;
	font-size:20px;
	
	}
	
		 
#buyform {
	width: 90%;
	margin:5px 2% 5px 0;
	height:auto;
	min-height:105px;
	direction:rtl;
	border:2px solid #900;
    background:#fff ;
	padding:20px;
	color:#fff;
	clear:both;
	line-height:25px;
}
#buyform #u_name{
	float:right;
	width:22%;
	height:30px;
	padding:5px;
		font-size:15px;

	}
#buyform #u_email{
	float:right;
	width:22%;
	height:30px;
	padding:5px;
		font-size:15px;
	margin-right:1%;
	
	}
#buyform #u_tell{
	float:right;
	width:22%;
	height:30px;
	padding:5px;
		font-size:15px;
	margin-right:1%;
	}
	#buyform #u_address{
	float:right;
	width:22%;
	height:30px;
	padding:5px;
		font-size:15px;
	margin-right:1%;
	}
#buyform #submit{
	float:left;
	width:100%;
	height:50px;
	padding:2px;
	text-align:center;
		font-size:20px;
	font-family:'titrfont';
	background-color:#093;
	color:#FFF;
	margin-top:10px;
	}
	#buyform #submit:hover{
		cursor:pointer;
		background-color:#0C0;
	}
	
	.side_serach{
	width:97%;
	font-size:17px;
	text-align:right;
	margin-top:10px;
	border-radius:10px;
	padding:5px;
	direction:rtl;
	}
	

#main_column_tr {
line-height:30px;
background-color:#26292e;
color:#FC0;
font-size:17px;
	text-align:center;
}
#main_column_tr2 {
line-height:35px;
background-color:#fff;
	text-align:center;
		-webkit-transition-duration: 0.4s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.4s; /*Mozilla duration version*/
-o-transition-duration: 0.4s; /*Opera duration version*/
	
}
#main_column_tr3 {
line-height:35px;
background-color:#dadce0;
	text-align:center;
-webkit-transition-duration: 0.4s; /*Webkit: Animation duration*/
-moz-transition-duration: 0.4s; /*Mozilla duration version*/
-o-transition-duration: 0.4s; /*Opera duration version*/
}
#main_column_tr2:hover {
background-color:#F90;
}
#main_column_tr3:hover {
background-color:#F90;

}

    .progress-item{
        width:25%;
        float:right;
        font-size:larger;
        border-bottom:3px solid #D8D8D8;
        color:#D8D8D8;
        padding-bottom:10px;
    }

    .progress-item.passed{
        border-bottom:3px solid #2ade00;
        color:black;
    }

    .progress-item.current{
        border-bottom:3px solid black;
        color:black;
    }
	
	/* Cart Table */
.cart-table {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #e0e4e8;
    margin-bottom: 5px;

}

.cart-table tr:first-child td{
    background-color:#f6f8f8;
    padding:15px;
}

    .cart-table td {
        padding: 5px;
        text-align:center;
        border-bottom:1px solid #f6f8f8;
    }

    .cart-table tr:last-child td {
        border-bottom:1px solid #e0e4e8;
    }

    .cart-table select {
        padding: 7px 3px;
    }

    .cart-table input[type=text]{
        padding: 7px 10px;
        width:200px;
    
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
    }


/* Cart Total Table*/
.cart-total-table {
    width: 250px;
    border: 1px solid #e0e4e8;
    margin-bottom: 15px;
    float:left;
}

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

.cart-total-table tr {
    border-bottom: 1px solid #f6f8f8;
}

.cart-total-table tr:last-child {
    background-color:#F6F8F8;
    border-bottom: 1px solid #e0e4e8;
}

/* Ersal Table */
.ersal-table{
    width:100%;
    border: 1px solid #e0e4e8;

    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}

.ersal-table td {
    padding:10px;
    vertical-align:middle;
    text-align:center;
}

.ersal-table tr {
    border-bottom: 1px solid #e0e4e8;
}

.ersal-table td:first-child{
    background-color: #f6f8f8;
    cursor: pointer;
    width:50px;
    border-left: 1px solid #e0e4e8;
}

/* Ersal Table */
.gheymat-table{
    font-size:14px;
    margin-top:25px;

    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}

.gheymat-table td {
    padding:10px;
    vertical-align:middle;
    text-align:right;
}

.gheymat-table tr {
    border-top: 1px solid #e0e4e8;
    /*background-color:#FCFCFC;*/
}

.gheymat-table td:first-child, .gheymat-table input{
    cursor: pointer;
    width:50px;
}

.gheymat-table a{
    color:#3c3c3c;
    border-bottom:1px dashed #3c3c3c;
}

.gheymat-table a:hover{
    /*border-bottom:1px solid #3c3c3c;*/
}

.text-border {
    text-shadow: -1px -1px 0 #000000, 1px -1px 0 #999999, -1px 1px 0 #777777, 1px 1px 0 #7B7B7B;
}
/* Buttons */

.btn {
    font-family: Tahoma;
    font-size: 12px;
    padding: 12px;
    min-width: 90px;
    margin-top: 10px;

    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    /* Theme*/
    color: #636363;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}


    .btn:hover, .btn:focus {
        color:gray;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
        background-color: #e6e6e6;
    }

/* Button Colors*/
.btn-blue {
    color: white;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
}

    .btn-blue:hover, .btn-blue:focus {
        color:white;
        background-color: #0044cc;
    }

.btn-green {
    color:white;
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    border-color: #3e8f3e;
}

    .btn-green:hover, .btn-green:focus {
        color:white;
        background-color: #419641;
    }

.btn-aqua {
    color: white;
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    border-color: #28a4c9;
}

    .btn-aqua:hover, .btn-aqua:focus {
        color:white;
        background-color: #2aabd2;
    }


.btn-orange {
    color: white;
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    border-color: #e38d13;
}

    .btn-orange:hover, .btn-orange:focus {
        color:white;
        background-color: #eb9316;
    }

.btn-red {
    color: white;
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    border-color: #b92c28;
}

    .btn-red:hover, .btn-red:focus {
        color:white;
        background-color: #c12e2a;
    }


.btn-dark {
    color: white;
    background-color: #363636;
    background-image: -moz-linear-gradient(top, #444444, #222222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
    background-image: -webkit-linear-gradient(top, #444444, #222222);
    background-image: -o-linear-gradient(top, #444444, #222222);
    background-image: linear-gradient(to bottom, #444444, #222222);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
}

    .btn-dark:hover, .btn-dark:focus {
        color:white;
        background-color: #222222;
    }

    /* Button Sizes*/
.btn-large {
    min-width: 130px;
    padding: 13px 16px;
    font-size: 14px;
}

.btn-small {
    min-width: 80px;
    padding: 6px 10px;
    font-size: 11px;
    
}

.btn-xsmall {
    min-width: 70px;
    padding: 3px 5px;
    font-size: 10px;
}
    .four-column-table{
        width: 100%;
        margin-top: 10px;
        border: 1px solid #e0e4e8;
        margin-bottom: 5px;
    }
    .four-column-table td:nth-child(2n+1){
        width:13%;
        font-weight:bold;
    }
    .four-column-table td:nth-child(2n){
        width:37%;
    }

    .four-column-table tr:first-child td{
    background-color:#f6f8f8;
    padding:15px;
}

    .four-column-table td {
        padding: 10px;
    }
	.right-align { text-align: right; }
.left-align { text-align: left; }
.center-align { text-align: center; }
.justify { text-align: justify; }
.maxw40 { max-width: 40px; }
.btnsabad{background:#55b055 url(../images/minibasket.png) 98% 50%  no-repeat;text-decoration:none;width:150px}
.btnsabad:hover{background:#4ad34a url(../images/minibasket.png) right 50%  no-repeat;text-decoration:none}
.lblCartItems{color:red}