/*
Theme Name: Be Fit Site
Theme URI: http://befit.bg/
Description: The theme used for the Be Fit website
Version: 2.0
Author: Netage.bg
Author URI: http://netage.bg/
Tags: green, custom header, fixed width, two columns, widgets

*/

/* CSS Document */

html {
	background: #fff url(images/flowers-back.jpg) center top repeat-y;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
  border: none;
}
@-moz-document url-prefix() { html { background: #fff url(images/flowers-back-ff.jpg) center top repeat-y; } } 


.flowers{
	width:100%;
	height:1225px;
	position:absolute;
	top:100px;
	padding:30px 0 0 0;
	z-index:1px;
	background:#fff;
}
.holderSite{
	width:100%;
	position:absolute;
	z-index:2;
	background:url(images/footer.png) bottom center no-repeat;	
}
.background{
  background: url(images/bg-body.png) top left repeat-x;
}
h1{
	font:bold 43px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#333333;
}
h2{
	font:bold 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	text-decoration:none;
}
a {
  color: #333;
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.yellow a:hover{
	color:#E8B503;
}
.red a:hover{
	color:#fc5e2d;
}
.purple a:hover{
	color:#9f5ba7;
}
.green a:hover{
	color:#76af01;
}
:focus{
	outline:none;
}

p, li {
  font-size: 12px;
}

#footer {
	 padding-top: 85px;
	 height: 26px;
	 color: #adcf68;
	 position: relative;
}
#footer p {
	font-size: 13px;
	margin: 0 !important; padding: 0 !important;
}
#footer a {
	color: #FFF;
}
.footer-right {
	font-size: 11px;
	position: absolute;
	top: 85px;
	right: 0;
	color: #d4e3b0;
}
.footer-right a,
.footer-right a:visited
{
	color: #d4e3b0 !important;
}

#Header {
  height: 104px;
  position: relative;
}
#Header h1 {
	margin: 0; 
	padding: 0;
	float: left;
	background: url(images/logo.png) top left no-repeat;
}
#Header h1 a{
	width: 204px;
	height: 104px;
	display:block;
	text-indent: -1000px;
}


#Wrapper {
  width: 970px;
  margin: 0 auto;
}

#GlobalTabs {
	position: absolute;
	right: 0;
	top: 0;
	height: 28px;
}
#GlobalTabs ul {
	margin: 0; padding: 0;
	list-style: none;
}
#GlobalTabs a {
	margin-left: -7px;
	float: left;
	width: 105px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: url(images/bg-global-tabs.png) top left no-repeat;
	position: relative;
	z-index: 0;
}
#GlobalTabs a.active,
#GlobalTabs a:hover {
	z-index: 10;
	color: #FFF;
	background: url(images/bg-global-tabs-active.png) top left no-repeat;
}
#GlobalTabs  a {
	font-size: 13px;
	color: #77007b;
	text-decoration: none;
}
#Top {
	position: relative;
}

#GlobalNavigation {
	float: right;
	margin-top: 28px;
}

#GlobalNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #501C54;
}

#GlobalNavigation li {
  float: left;
  border-left: 1px solid #501C54;

}

#GlobalNavigation a {
	position: relative;
  font-size: 24px;
  height: 76px;
  line-height: 76px;
  padding: 0 50px;
  
  color: #FFF;
  display: block;
  text-decoration: none;
}
#GlobalNavigation .narrow a {
	position: relative;
  font-size: 24px;
  height: 76px;
  line-height: 76px;
  padding: 0 20px;
  
  color: #FFF;
  display: block;
  text-decoration: none;
}

#GlobalNavigation .active a {
  background: #eee;
}

#GlobalNavigation ul ul {
  display: none;
  position: absolute;
  top: 39px;
  left: 0;
  width: 150px;
  background: #f5f5f5;
}

#GlobalNavigation li:hover ul {
  display: block;
  z-index: 999999;
}

#GlobalNavigation li:hover {
  background:#501C54;
}


h3.column-title{
	float:left;
}
.line{
	clear:both;
}
.navigation{
	font-size:12px;
	text-align:right;
	float:right;
	margin-top:8px;
}
.alignleft, .alignright{
	display:inline;
}
.alignleft a{
	padding:5px 5px 5px 25px;
	background:url("images/grey-prev.gif") no-repeat scroll left center;
}
.alignright a{
	padding:5px 25px 5px 5px;
	background:url("images/grey.png") no-repeat scroll right center;
}

.featured, .featured .content, .featured .footer {
  display: block;
  width: 100%;
}

.featured {
  height: 300px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
}

.featured .content {
  display: block;
  min-height: 240px;
  height: auto !important;
  height: 240px;
}

.featured .footer {
  display: block;
  height: 15px;
}
.featured .sm-w {
  border-bottom: 1px solid #dedede;
}

.featured h1 {
  float: left;
  display: block;
  color: #3c3c3c;
  font-size: 14px;
  padding: 10px 0 8px 0;
  margin: 0 1px 0 1px;
}

.featuredposts {
  float: right;
  margin: 15px 25px 0 0;
  display: inline;
}

.featuredposts li {
  float: left;
  display: block;
  margin: 0 10px 0 0;
}
.featuredposts li a {
  float: left;
  display: block;
  width: 9px;
  height: 9px;
  background: url(../img/light_off.png) no-repeat;
}

.featuredposts li a:hover {
  background: url(../img/light_bl.png) no-repeat;
}
.featuredposts li a.selected {
  background: url(../img/light_on.png) no-repeat;
}
.featuredposts li a.selected:hover {
  background: url(../img/light_on.png) no-repeat;
}
.featuredposts_content {
  display: none;
  position: relative;
  z-index: 1;
}

@media print {
  .featuredposts_content {
  display: block !important;
  }
}

/* content */

.featuredposts_content .thumb {
  position: absolute;
  top: 15px;
  left: 0;
  width: 300px;
  height: 134px;
}

.featuredposts_content .thumb img {
  display: block;
  overflow: hidden;
  background: #eee;
  height: 200px;
  width: 300px;
}

.featuredposts_content .fpost {
  position: absolute;
  top: 15px;
  left: 320px;
  right: 20px;
}

.featuredposts_content .fpost h2 {
  font-size: 12px;
}

.featuredposts_content .fpost p {
  margin: 15px 0 0 0;
  line-height: 1.4em;
}

.featuredposts_content .fpost .read, .featuredposts_content .fpost .docomment {
  display: block;
  height: 13px;
  line-height: 13px;
}

.featuredposts_content .fpost .read {padding: 15px 0 0 22px}
.featuredposts_content .fpost .docomment {padding: 8px 0 0 22px}
.featuredposts_content .fpost .read {background: url(../img/ico_more.png) no-repeat}
.featuredposts_content .fpost .docomment {background: url(../img/ico_comment.png) no-repeat}
.featuredposts_content .fpost .read {background-position: left 15px}
.featuredposts_content .fpost .docomment {background-position: left 8px}
.featuredposts_content .fpost .read a {color: #555}
.featuredposts_content .fpost .read a:hover {color: #ff6000}
.featuredposts_content .fpost .docomment a {color: #555}
.featuredposts_content .fpost .docomment a:hover {color: #ff6000}


.fcat {
	width: 45%;
	float: left;
	border: 1p solid red !important;
}
.holder{
	width:100%;
	overflow:hidden;
}
#Content {
	width: 650px;
	float: left;
	overflow: hidden;
}

.post ul li, .post p ul li{
	font-size:16px;
	color:#4E4E4E;
}

#ContentInternal {
  width: 660px;
  float: left;
  padding-top: 30px;
}

#sidebar {
	float: right;
	width: 300px;
  position: relative;
	z-index: 100;
}

.related_post li{
	margin-bottom:20px;
	overflow:hidden;
}

.front-featured {
  position: absolute;
  top: 0; left: 0;
  
  z-index: 0;
  overflow: hidden;
  width: 897px;
  height: 399px;
}
.front-featured img {
  position: absolute;
  top: 0; left: 0;
  z-index: 0;
}
.front-featured .front-border-featured {
  background: url(images/border-featured.png) top left no-repeat;
  top: 0; left: 0; position: absolute;
  width: 900px;
  height: 400px;
  z-index: 1;
}

.info {
	width: 328px;
	height: 328px;
	background: url(images/circle.png) top left no-repeat;
	position: absolute;
	right: 0;
	bottom: 10px;
	text-align: center;
	padding-top: 50px;
	z-index: 10000000;
}
.info-content{
	width:320px;
	margin:0 auto;
	height:225px;
	overflow:hidden;
	border-collapse:collapse;
}

.info h2 {
	margin: 0;
	padding: 0;
}

.info h2 a{
	color: #FFF !important;
	font-size: 37px;
	line-height: 35px;
	font-style: italic;
	text-decoration: none;
}

.info-excerpt {
	width: 230px;
	margin: 0 auto;
	line-height: 14px;
}

.front-cat {
	width: 300px;
	float: left;
	margin:0 12px;
	margin-bottom: 20px;
	overflow: hidden;
}

.front-cat ul {
	margin: 0; padding: 0;
	list-style: none;
}
.front-cat li {
	font-size: 13px;
	padding: 9px 0 5px 32px;
	overflow:hidden;
	min-height: 19px;
}
.front-cat li a{
  line-height:12px;
}

.front-cat li.first {
  font-size: 13px;
  padding: 0px 0 9px 0px !important;
  background:none !improtant;
}
.front-cat li.first a{
	line-height:21px;
}

.cat-11 a:hover{
  color:#fc5e2d;
}
.cat-12 a:hover{
  color:#9f5ba7;
}
.cat-13 a:hover{
  color:#e8b503;
}
.cat-14 a:hover{
  color:#76af01;
}


.first-thumb {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
	height: 132px;
	width: 132px;
	overflow: hidden;
}

.first-thumb img{
	position: absolute;
	top: 0; left: 0;
	z-index: 0;
}

.first h3, .first .excerpt, .first .more{
	margin-left:142px;
}

.post-desc{
	width:155px;
	float:left;
}

.border-small {
	background: url(images/border-small.png) top left no-repeat;
	position: absolute;
	top: 0; left: 0;
	z-index: 100;
	width: 132px; height: 132px;
}

.front-cat h2 {
	height: 73px;
	text-indent: -1000px;
}
.archive-list h3,
.front-cat h3 {
	font-size: 22px !important;
	font-weight: bold;
	font-style: italic;
	line-height: 22px;
	margin: 0; padding: 0;
	margin-bottom: 15px;
}
.archive-list div.excerpt p,
.front-cat div.excerpt p {
	font-size: 13px;
	line-height:13px;
	color: #6D6D6D;
}
.front-cat h3 a {
	text-decoration: none;
}
.cat-11 h2 { background: url(images/title-cat11.png) top left no-repeat; }
.cat-11 li { border-bottom: 1px solid #F2D6B0; background: url(images/li-cat11.png) 1px 9px no-repeat; }

.cat-12 h2 { background: url(images/title-cat12.png) top left no-repeat; }
.cat-12 li { border-bottom: 1px solid #EACFED; background: url(images/li-cat12.png) 1px 9px no-repeat; }

.cat-13 h2 { background: url(images/title-cat13.png) top left no-repeat; }
.cat-13 li { border-bottom: 1px solid #EBD679; background: url(images/li-cat13.png) 1px 9px no-repeat; }

.cat-14 h2 { background: url(images/title-cat14.png) top left no-repeat; }
.cat-14 li { border-bottom: 1px solid #CEE39D; background: url(images/li-cat14.png) 1px 9px no-repeat; }

.categories {
	min-height: 80px;
	_height: 80px;
}
.subcat {
	margin: 30px 0 15px 0!important;
}

.subcat li {
	line-height: 120%;
	min-height: 35px;
	padding-left: 35px;
}
.subcat li li {
	background: none;
	padding: 0 !important;
	min-height: 15px !important;
}
.subcat a {
	font-size: 16px;
	font-weight: bold;
  display: block;
  padding: 12px 0 0 0;
}
.subcat li li a {
  font-size: 12px !important;
  font-weight: normal !important;
  padding: 5px 0 0 0;
	
}
.subcat-11 li { background: url(images/li-cat11.png) 1px 8px no-repeat; }
.subcat-12 li { background: url(images/li-cat12.png) 1px 8px no-repeat; }
.subcat-13 li { background: url(images/li-cat13.png) 1px 8px no-repeat; }
.subcat-14 li { background: url(images/li-cat14.png) 1px 8px no-repeat; }

.line { height: 1px; font-size: 1px; border-bottom: 1px solid #F2E4A7; margin-bottom: 10px; }
.holder11 .line { border-bottom: 1px solid #F2D6B0 !important }
.holder12 .line { border-bottom: 1px solid #EACFED !important;}
.holder13 .line { border-bottom: 1px solid #EBD679 !important; }
.holder14 .line { border-bottom: 1px solid #CEE39D !important; }

.comment-count {
	float: left;
	font-size: 30px;
	font-style: italic;
	color: #CCC;
}

.holder11 .comment-count {color: #F2E4A7}
.holder12 .comment-count {color: #EACFED}
.holder13 .comment-count {color: #EBD679}
.holder14 .comment-count {color: #CEE39D}

.holder h3 {
  padding: 0; margin: 0;
  font-size: 24px;
  color: #DD9700;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 5px;

}

.holder11 h3, .holder11 a:hover { color: #fc5e2d}
.holder12 h3, .holder12 a:hover { color: #9f5ba7 }
.holder13 h3, .holder13 a:hover {}
.holder14 h3, .holder14 a:hover { color: #76af01; }

.archive-list {
	list-style: none;
	margin:30px 0 0 0; 
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.archive-list li {
	width: 45%;
	float: left;
	margin-right: 5%;
	margin-bottom: 20px;
}

.archive-list-thumb {
  float: left;
  margin: 0 10px 10px 0;
}

.more {
	font-size: 12px;
	color: #d4d4d4;
}
.more a {
	color: #000;
}

.controls {
	z-index: 1000000;
	position: absolute;
  left: 710px;
	top: 315px;
}
.controls a:hover {
	text-decoration: none;
}

.holder #sidebar {
	margin-top: -484px;
}

.anythingSlider                         { width: 970px; height: 400px; position: relative; margin: 0; overflow: hidden; }
.anythingSlider .wrapper                { width: 970px; overflow: auto; height: 400px; position: absolute; top: 0; left: 0; overflow: hidden; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;padding:0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 400px; width: 970px; margin: 0; padding: 0; position: relative; }
.anythingSlider .arrow                  { display: block; height: 9px; width: 5px; background: red; text-indent: -9999px; position: absolute; cursor: pointer; }
.forward                { background: url(images/forward.png) top left no-repeat;  }
.back                   { background: url(images/back.png) top left no-repeat; }
.pause                   { background: url(images/pause.png) top left no-repeat; width: 40px; }

#thumbNav                               { position: relative; top: 323px; text-align: center; display: none}
#thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background-image: url(images/pause.png); width: 8px; height: 9px; text-indent: -1000px; position: absolute; right: 156px; bottom: 90px; }

.slideshow-item {
	position: relative;
	height: 399px;
	width: 897px;
}




/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

#sidebar.home {
	margin-top: -15px;
}
#sidebar p {
	line-height: 1.2em;
}

#sidebar ul {
	list-style: none;
	margin: 0; padding: 0;
}
#searchform #s {
	border: none;
	width: 268px;
	font-size: 13px;
	color: 4e4e4e;
	line-height: 27px;
	padding-left: 4px;
	height: 27px;
	background: url(images/search.png) top left no-repeat;
}
#searchform #searchsubmit {
	width: 27px;
  height: 27px;
  *height: 29px;
	text-indent: -1000px;
	padding: 0; margin; 0;
	line-height: 27px;
	position: relative;
	top : -1px;	
	border: none;
	background: url(images/search-button.png) top left no-repeat;
}
#searchform {
	margin-bottom: 23px;
}

/*Recent post*/
.recent-post{
	margin-top: 30px;
	overflow:hidden;
	height:485px;
	position:relative;
}
.breadcrumb{
	position:absolute;
	width: 100%;
	top: 31px;
	height: 110px;
	z-index: 9;
}
.breadcrumb-internal-over {
	height: 150px;
	width: 400px;
	position: absolute;
	top: 0;
	z-index: 20;
}
.breadcrumb-internal {
	position:absolute;
  width: 250px;
  bottom: 100px;
  z-index: 19;
}
.page-title {
  margin: 30px 0 0 0;
}
.page-title .breadcrumb {
  position: relative;
  top: 0;
  height: auto;
  margin: 0;
  padding: 0;
}
.page-title h2 {
  font-size: 30px;
  margin: 0 0 1em;
  padding: 0;
}
.holder12 .breadcrumb-internal-over {

	background: url(images/breadcrumb-internal-12.png) left 41px no-repeat;
}
.holder-search .recent-post {
	height: 50px;
}
.holder-search #sidebar {

	margin-top: -50px;
}

.recent-post-holder{
	
}
.recent-post h2{
	font-size:36px;
	line-height:36px;
	margin:10px 0;
	padding:0;
}
.recent-post p{
	margin:0;
	padding:0;
	line-height:14px;
	color:#838383;
}
.recent-post-image {
	position: absolute;
	left: 150px;
	height: 480px;
	width: 480px;
	overflow: hidden;
	z-index: 10;
}
.recent-post-over {
	position: absolute;
	top: 0; left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: url(images/border.png) top left no-repeat;
}
.recent-post-title {
	padding-top: 10px;
	top: 195px;
	z-index: 11;
	width: 280px;
	height: 380px;
	position: absolute;
	background: url(images/circle-trans.png) top left no-repeat;
}
.date {
	font-size: 11px;
	color: #838383;
	margin-bottom: 15px;
	
}

.holder11 .recent-post-over { background: url(images/border-11.png) top left no-repeat; }
.holder12 .recent-post-over { background: url(images/border-12.png) top left no-repeat; }
.holder13 .recent-post-over { background: url(images/border-13.png) top left no-repeat; }
.holder14 .recent-post-over { background: url(images/border-14.png) top left no-repeat; }

.holder11 .breadcrumb {  background: url(images/breadcrumb-11.png) left 10px no-repeat;}
.holder12 .breadcrumb {  background: url(images/breadcrumb-12.png) left 10px no-repeat;}
.holder13 .breadcrumb {  background: url(images/breadcrumb-13.png) left 10px no-repeat;}
.holder14 .breadcrumb {  background: url(images/breadcrumb-14.png) left 10px no-repeat;}

.recent-post-title h2 {
  color: #000;
  letter-spacing: -2px;
  font-size: 41px;
  line-height: 35px;
  font-style: italic;
  text-decoration: none;
}

#accordion {
	background: #EEEFDD url(images/accordion-top.png) top left no-repeat;
	padding-top: 10px;
	margin-bottom: 23px;

}
#accordion h3 {
	padding: 0; margin: 0;
	padding-left: 17px;
	border-bottom: 1px solid #D7D8C8;
	border-top: 1px solid #D7D8C8;
	margin-top: -1px;
	height: 45px;
	line-height: 45px;
	 
}
#accordion h3 a {
	background: url(images/accordion.png) left 12px no-repeat;
	padding-left: 28px;
	font-size: 24px;
	color: #686868 !important;
	font-weight: bold;
	font-style: italic;
}
#accordion h3.ui-state-active a {
	background: url(images/accordion-down.png) left 12px no-repeat;
}
#accordion ul {
	padding-left: 18px;
	padding-top: 12px;
}
#accordion li {
	font-size: 13px !important;
	padding-bottom: 12px;
}
.accordion-bottom {
	height: 8px;
	line-height: 8px;
	font-size: 1px;
	background: url(images/accordion-bottom.png) bottom left no-repeat;
}

.accordion-first {
	border-top: none !important;
}
.accordion-last {
  border-bottom: none !important;
}
#accordion h3.ui-state-active.accordion-last {
	border-bottom: 1px solid #D7D8C8 !important;
}

.box,
.box-color,
.related,
.polls,
.rss {
	margin-bottom: 23px;
	
}
.related {
	width: 100%;
	overflow: hidden;
}
.box p,
.polls p,
.rss p {
	font-size: 13px;
}


.rss {
	display: inline-block;
}

.box-color .box-inner{
	padding-bottom:10px;
	background:url("images/accordion-top.png") no-repeat scroll left top #EEEFDD;
}
.box-color .box-bottom{
	background:url("images/accordion-bottom.png") no-repeat scroll left bottom #EEEFDD;
}

.box h3,
.box-color h3,
.present h3,
.polls h3,
.rss h3,
.home-promotions h3{
	color: #686868;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin: 0; padding: 0;
}
.box-inner,
.polls-inner,
.rss-inner {
	padding: 19px;
	padding-bottom: 30px;
	background: url(images/rss-bg.png) top left no-repeat;
}
.polls-inner {
	background: url(images/polls-bg.png) top left no-repeat;
	color: #4E4E4E !important;
}

.box-inner {
  background: url(images/box-bg.png) top left no-repeat;
  color: #4E4E4E !important;
}
#sidebar .box-inner ul{
	margin:10px 0 0 0;
}

.polls-inner p {
	color: #4E4E4E !important;
}
.polls-inner ul ul {
	padding-left: 20px !important;
	margin-bottom: 20px !important;
}
.polls-view-results,
.polls .Buttons {
	padding: 0; margin: 0;
	border: none !important;
	background: #fff url(images/grey.png) top left no-repeat !important;
	padding-left: 20px;
	height: 21px;
	line-height: 21px;
	font-size: 12px !important;
	color: #000;
	display: block;
	float: left;
}
.polls-view-results {
	 padding-left: 30px;
	 line-height: 25px;
	 height: 25px;
}

.box-bottom,
.polls-bottom,
.rss-bottom {
	height: 9px;
	font-size: 1px;
	line-height: 9px;
	background: url(images/rss-bottom.png) top left no-repeat;
}
.link {
	font-size: 13px;
	line-height: 21px;
	display: block;
	padding-left: 25px;
	background: url(images/grey.png) top left no-repeat;
}

/* Accordion

----------------------------------*/

.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { background: red; border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block;}
.ui-accordion-icons .ui-accordion-header a {  }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
----------------------------------*/

.entry p {
	font-size: 16px !important;
	color: #4e4e4e;
	line-height: 1.2em;
}
.entry li {
	font-size:16px;
	color:#4E4E4E;
}
.shop{
	font-size:12px;
	padding:0 10px 10px 10px;
	border-bottom:1px solid #ECECF1;
}
.shop h4{
	font-size:15px;
	margin:10px 0 0 0;
	padding:0;
}
.shop p{
	font-size:12px!important;
	margin:10px 0;
}

h3#comments span {
	color: #686868 !important;
}
p.tags {
	font-size: 11px !important;
	color: #888989;
}
p.tags a {
	font-weight: bold;
	font-size: 13px; !important;
	color: #DD9700;
}
.holder0 p.tags a { color: #fc5e2d; }
.holder12 p.tags a { color: #9f5ba7; }
.holder14 p.tags a { color: #76af01; }


.commentlist {
	list-style: none;
	margin: 0; padding: 0;
}
.commentlist li {

}
.comment-text,
.comment-author {
	 padding-left: 35px;
}
.comment-author span {
	color: #888989;
}
#s {
	font-size: 13px;
	color: #4e4e4e;
}

.present {
	width: 300px !important; float: left;
	margin-right: 20px;
	margin-left: 10px;
}

.present .line {
	border-bottom: 1px solid #D1D2BF;
}

 .home-promotions {
  position: relative;
	padding:0;
	padding-bottom: 30px;
	background: url(images/box-bg.png) top left no-repeat;
}
.home-promotions h3 {
  padding: 15px;
  margin: 0 0 10px 0;
}
.home-promotions h3 a {
  font-size: 11px;
  float: right;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin: 7px 0 0 0;
}
.home-promotions h4 {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
.home-promotions ul {
  list-style: none;
  margin: 0 60px !important;
}
.home-promotions li {
  width: 180px;
  height: 230px;
}
.home-promotions li .thumb {
  margin: 0 auto 10px;
  display: block;
  width: 115px;
}
.home-promotions .prev {
  position: absolute;
  top: 120px;
  left: 15px;
  width: 22px;
  height: 22px;
  background: url(images/grey-prev.gif) no-repeat;
}
.home-promotions .next {
  position: absolute;
  top: 120px;
  right: 14px;
  background: url(images/grey.png) no-repeat;
  width: 22px;
  height: 22px;
}
.home-promotions .jCarouselLite {
  left: 60px !important;
}


.grid_4 {
  width: 300px;
  float: left;
}


.home-news-text,
.home-concept-text {
  background: #ECECF1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  _width: 300px;
  _overflow: hidden;
}
.home-news-text { margin: 0 0 15px; padding: 0 0 10px; }
.home-news-text h2,
.home-concept-text h3 {
  font-size: 24px;
  padding: 15px;
  margin: 0;
}
.home-news-text p,
.home-concept-text p {
  font-size: 14px;
  margin: 0 15px 1em 15px;
}
.home-news-text .widget_text,
.home-concept-text .widget_text {
  list-style: none;
}
.home-news-text a { text-decoration: underline; }
.home-concept-text img {
  display: block;
  clear: both;
}
.home-locations h3 {
  background: #F3F3F6;
  padding: 15px;
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.product-categories h3 {
  padding: 15px 15px 15px 15px;
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #F3F3F6;
}
.product-categories .widget_text {
  list-style: none;
  border-bottom: 1px solid #ECECF1;
  padding: 10px 0;
  overflow: hidden;
  display: block;
  margin: 0;
  _width: 260px;
}
.product-categories h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
  clear: both;
}
.product-categories .thumb {
  float: left;
  margin: 0 15px 0 0;
}
.product-categories p {
  margin: 0;
  padding: 0;
}
.subscribe-by-mail {
	display: none;
	clear: both;
	padding-top: 10px;
}
.single-actions {
	font-size: 11px;
	height: 25px;
	color: #CCC;
	overflow: hidden;
	padding-top: 5px;
	float: right;
}
.single-actions .one {
	float: left;
	margin-right: 10px;
}
.svejo {
	padding-left: 18px;
	background: url(images/icon_svejo.jpg) top left no-repeat;
}
.twitter {
  padding-left: 18px;
  background: url(images/icon_twitter.gif) top left no-repeat;
}

