/*

Theme Name:    Cofersa
Theme URI:     http://cofersa.com
Description:   Cofersa Maquinaria
Version:       1.0
Author:        Intercastilla

*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*	--------------------------------------------------
Global Reset - Resets all browser defaults to 0
-------------------------------------------------- */

html, body {
  margin: 0;
  padding: 0;
}

body {
  font: 14px Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.fix {
  clear: both;
  height: 1px;
  margin: -1px 0 0;
  overflow: hidden
}

.fl {
  float: left
}

.fr {
  float: right
}

.ac {
  text-align: center
}

.ar {
  text-align: right
}

hr {
  margin-bottom: 30px;
  margin-top: 20px;
  clear: both;
}

.hr2 {
  margin: 0;
  padding: 0;
  clear: both;
}

.imgright {
  margin: 0 0 15px 10px;
  float: right;
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
}

#content .imgleft {
  margin: 5px 18px 15px 0;
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
}

#content #post .imgleft {
  margin: 5px 18px 5px 0;
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  background: #fff;
}

i {
  font-style: italic;
}

strong {
  font-weight: bold;
}

/* headings ---------------------- */

h1.head {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
  font-size: 35px;
  font-weight: bold;
}

/* Wordpress default image  css class format ----------*/

.alignleft {
  float: left;
  padding: 4px;
  margin: 7px 25px 18px 0;
  text-align: center;
}

.alignright {
  float: right;
  padding: 4px;
  margin: 24px 0 0 12px;
  text-align: center;
}

.aligncenter {
  text-align: center;
  padding: 5px;
  margin: 10px 0;
  background: #fff;
  border: 2px solid #eee;
}

.alignleft {
  border: 1px solid #a9a9a9;
  background: #fff;
}

.alignright {
  border: 1px solid #a9a9a9;
  background: #fff;
}

.wp-caption .alignleft {
  margin: 0 15px 10px 15px;
  padding: 0;
}

.wp-caption p {
  margin: 0;
  padding: 3px 5px;
  font: bold 12px Arial, Helvetica, sans-serif;
}

.wp-caption .alignright {
  float: right;
  margin: 0 0 10px 15px;
  padding: 0;
}

.wp-caption {
  width: auto !important;
}

/* Structure ---------------------- */

#banner {
  height: 395px;
  margin: 0 auto;
  margin-top: 38px;
  text-align: center;
  width: 960px;
}

body {
  background-color: #f9f9f9;
  font-family: 'Lato', sans-serif;
}

body.home {
  background-image: url('images/bg_body_home.jpg');
  background-repeat: repeat-x;
}

body.page {
  background-image: url('images/bg_body_page.jpg');
  background-repeat: repeat-x;
}

body.producto {
  background-image: url('images/bg_body_page.jpg');
  background-repeat: repeat-x;
}

body.section {
  background-image: url('images/bg_body_home.jpg');
  background-repeat: repeat-x;
}

.post h2 {
  color: #008293;
  font-size: 18px;
  font-weight: bold;
  margin: 12px 0;
}

.post li {
  list-style: inside;
  list-style-type: disc;
  margin-left: 16px;
}

.post .title {
  background: url('images/bg_post_title.jpg') no-repeat bottom left;
  color: #c89223;
  font-size: 30px;
  padding: 15px 0;
  width: 580px;
}

.producto li {
  list-style: outside;
  list-style-type: disc;
  margin: 2px 0 0 32px;
}

.producto title {

}

.producto .status-info {
  text-transform: uppercase;
}

.producto .status-precio {
  color: blue;
  display: block;
  float: left;
}

.producto .status-promocion {
  color: red;
  display: block;
  float: left;
  margin-right: 32px;
}

.post .title a {
  color: #c89223;
}

.post_content {
  background: url('images/bg_post_content.jpg') no-repeat bottom center;
  color: #686868;
  font-size: 14px;
  padding: 16px 0 32px 0;
}

.post_content:last-child {
  background: none;
}

.producto_content {
  color: #686868;
  font-size: 14px;
  padding: 16px 0 32px 0;
}

.producto_content .the_content {
  color: black;
  margin-bottom: 24px;
}

.producto_content .the_enlace {
  margin-top: 16px;
}

.producto_content .the_ficha {

}

.producto_content .the_ficha span {
  color: gray;
  text-transform: uppercase;
}

.producto_relacionados {
  margin-top: 32px;
}

.producto_relacionados .title {
  text-transform: uppercase;
}

.producto_sharing {
  margin: 32px 0;
}

.content {
  margin-bottom: 55px;
}

.content_left {
  float: left;
  margin-right: 100px;
  width: 585px;
}

.content_left_producto {
  float: left;
  width: 404px;
}


.content_left_section {
  float: left;
  width: 393px;
}

.content_left_section .post_content {
  background: none;
  font-size: 16px;
  padding: 0;
}

.content_left_section .post .title {
  color: #008293;
  font-size: 16px;
  background: none;
  padding: 0;
}

.content_left_taxonomia {
  float: left;
  margin-right: 100px;
  width: 585px;
}

.content_left_taxonomia .title {
  background: none;
  font-size: 16px;
}

.content_left_taxonomia .taxonomia_description {
  background: url('images/bg_post_title.jpg') no-repeat bottom left;
  padding-bottom: 8px;
}

.content_right {
  background: url('images/bg_content_right.jpg') no-repeat left top;
  float: right;
  min-height: 622px;
  padding: 32px 0 0 51px;
  width: 205px;
}

.content_right_producto {
  float: right;
  width: 480px;
}

.content_right_section {
  float: right;
  width: 480px;
}
.content_right_section img{
	
	padding: 3px;
	height: 250px;
	width: 498px;
}
.content_right_taxonomia {
  background: url('images/bg_content_right.jpg') no-repeat left top;
  float: right;
  min-height: 622px;
  padding: 32px 0 0 51px;
  width: 205px;
}

.content_producto {
  margin: 16px 0;
}

.content_producto_featured {
  margin-top: 64px;
}

.producto_featured {
  border: 0px ;
  height: 360px;
  text-align: center;
}

.producto_featured img{

}

.item {
  background: url('images/bg_item.jpg') no-repeat bottom left;
  margin-bottom: 16px;
  padding: 0 0 23px 0;
  width: 200px;
}

.item.categorias select {
  width: 155px;
}

.item:last-child {
  background: none;
}

.item_content p {
  color: #686868;
  font-size: 14px;
  line-height: 16px;
}

.item_title span {
  color: gray;
  display: block;
  font-size: 13px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.item_title h3 {
  padding: 0;
}

.item h3 {
  color: #008293;
  font-size: 18px;
  font-weight: bold;
}

.item h3 a {
  color: #008293;
}


#header {
  clear: both;
  min-height: 100px;
  margin-bottom: 30px;
}

#header_copy {
  height: 441px;
  margin-top: 36px;
}

#header_copy_text {
  height: 58px;
}

#header_in {
  background: url('images/bg_header_in.jpg') no-repeat top center;
  height: 105px;
  margin: 0 auto;
  position: relative;
  width: 960px;
}

#nav {
  width: 600px;
  float: right;
}

.header_inner {
  min-height: 152px !important;
  border-bottom: none !important;
}

.header_inner #header_in {
  border-bottom: none !important;
}

#wrapper {
  width: 960px;
  margin: 0 auto 20px auto;
  clear: both;
  height: 100%;
  overflow: hidden;
  padding: 0 0 0 25px;
}

.spacer_none {
  padding-top: 0 !important;
}

#content {
  width: 630px;
  float: left;
}

#sidebar {
  width: 260px;
  float: right;
}

.sidebar_bottom {
  padding-left: 25px;
  height: 100%;
  overflow: hidden;
}

#bottom {
  clear: both;
}

#bottom_in {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  clear: both;
  height: 100%;
  overflow: hidden;
}

#footer {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  clear: both;
  height: 100%;
  overflow: hidden;
}

/*inner page --------- */

#inner_banner {
  width: 960px;
  margin: 0 auto 0 auto;
  position: relative;
}

.content_in {
  float: right !important;
  width: 670px !important;
  padding-bottom: 30px;
}

#sidebar_in {
  width: 245px;
  float: left;
  margin-bottom: 30px;
}

.sidebar_in_bottom {
  min-height: 400px;
  overflow: hidden;
  padding-top: 20px;
}

/* header ---------------------- */
.logo {
  background: url('images/bg_logo.jpg') no-repeat top left;
  height: 96px;
  width: 390px;
  float: left;
  margin: 0;
}

.logo a {
  display: block;
  height: 96px;
  text-indent: -9999px;
  width: 390px;
}

#header .blog-title a {
  font: 40px Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-decoration: none;
}

#header .blog-title a:hover {
  text-decoration: none;
}

#header p.blog-description {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#header h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 10px auto;
  padding: 0;
  text-align: center;
  width: 960px;
}

#header h2 {
  font-size: 21px;
  font-weight: 300;
  margin: 0 auto 28px auto;
  padding: 0;
  text-align: center;
  width: 960px;
}

.header_right {
  float: right;
  width: 550px;
  position: relative;
  top: 35px;
  z-index: 99;
}

/* inner_banner  ---------------------- */
#inner_banner .product {
  width: 485px;
  float: left;
  text-align: center;
}

.product_right {
  float: right !important;
}

#inner_banner .product_details {
  width: 400px;
  float: right;
  position: relative;
  padding-bottom: 55px;
}

.product_detail_right {
  float: left !important;
}

#inner_banner .product embed, #inner_banner .product object {
  width: 477px !important;
}

#header #inner_banner .product_details h1 {
  width: auto;
  font: bold 35px Arial, Helvetica, sans-serif;
  text-align: left;
}

#header #inner_banner .product_details h2 {
  width: auto;
  font: bold 18px Arial, Helvetica, sans-serif;
  text-align: left;
}

#header #inner_banner .product_details p {
  width: auto;
  font: 15px Arial, Helvetica, sans-serif;
  text-align: left;
  line-height: 20px;
}

#header #inner_banner .product_details p.price {
  margin: 18px 0 10px 0;
  padding: 0;
  color: #fff;
  font-size: 18px;
  text-shadow: none;
}

.button_bar {
  position: absolute;
  bottom: -15px;
  left: 562px;
}

.button_bar_right {
  position: absolute;
  bottom: -15px;
  left: 0 !important;
}

.action_button {
  float: left;
  height: 45px;
  margin-right: 10px;
}

#header .action_button a {
  display: block;
  padding: 12px 25px;
  font: bold 16px Arial, Helvetica, sans-serif;
}

.button_bar span {
  display: block;
  float: left;
  padding: 12px 10px 0 0;
  font-size: 14px;
  font-weight: bold;
}

.button_bar a.sample_link {
  margin: 12px 0 0 0;
  display: block;
  float: left;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}

/* index - services ------------------ */
#services_section {
  height: 100%;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
#services_section img{
	padding: 1px;
	border: 1px solid #999;
}
.services {
  width: 303px;
  padding-bottom: 5px;
}

.services  img {
  float: left;
  padding-top: 4px;
}

.services h3 {
  color: #26888a;
  margin: 0 0 8px 0;
  padding: 0;
  font: 18px;
  font-weight: bold;
}

.services h3 a {
  color: #26888a;
}

.services p {
	margin: 0 0 8px 5;
	float: right;
	width: 195px;
	padding: 0;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.services p a {
  text-decoration: underline;
}

.s_spacer {
  padding-left: 30px;
}

/* index - featured products --------------- */
.featured_products {
  margin-bottom: 50px;
  clear: both;
}

.featured_products_bottom {
  height: 100%;
  overflow: hidden;
}

.featured_products h3 {
  color: #686868;
  font-size: 26px;
  font-weight: lighter;
  margin-bottom: 15px;
}

#wrapper .fslider_spacer {
  margin: 30px 0 15px 0 !important;
}

/* index - content --------------- */

.latest_news {
  float: left;
  width: 270px;
  margin-bottom: 20px;
}

.video_screencast {
  width: 300px;
  float: right;
  padding-left: 25px;
  padding-bottom: 30px;
}

.video_screencast img {
  margin-bottom: 10px;
}

#index_sidebar {
  float: left;
  width: 330px;
  padding-right: 30px;
  min-height: 360px;
}

#content .latest_news h3, #sidebar .latest_news h3 {
  margin: 0 0 10px 0;
  padding: 0 0 0 22px;
  font: 18px Arial, Helvetica, sans-serif;
}

#content .video_screencast h3 {
  margin: 0 0 10px 0;
  padding: 0 0 0 22px;
  font: 18px Arial, Helvetica, sans-serif;
}

#content .newslist, #sidebar .newslist {
  margin: 0;
  padding: 0;
}

#content .newslist li, #sidebar .newslist li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  list-style: none;
}

#content .newslist li span, #sidebar .newslist li span {
  float: left;
  display: block;
  width: 30px;
  padding-top: 5px;
  line-height: 20px;
  text-align: center;
  font: bold 11px Arial, Helvetica, sans-serif;
}

#content .newslist li span small, #sidebar .newslist li span small {
  margin-top: 2px;
  display: block;
  font: 10px Arial, Helvetica, sans-serif;
  padding: 2px;
  padding-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}

#content .newslist li a {
  float: right;
  width: 220px;
  font: 14px Arial, Helvetica, sans-serif;
}

#sidebar .newslist li a {
  float: left;
  width: 190px;
  padding-left: 10px;
  font: 14px Arial, Helvetica, sans-serif;
}

#content p.more_news, #sidebar p.more_news {
  margin: 0 0 0 20px;
  padding: 0 8px 0 20px;
  float: left;
  font: bold 13px Arial, Helvetica, sans-serif;
  text-align: left;
  clear: both;
}

#content p.more_news a, #sidebar p.more_news a {
  text-decoration: underline;
}

#sidebar p.more_news {
  margin-left: 143px;
}

#content p.more_news {
  margin-left: 168px;
}

#content .video_postlist ul {
  margin: 0;
  padding: 0;
}

#content .video_postlist li {
  margin: 0 0 10px 0;
  padding: 3px 0 0 20px;
  list-style: none;
  font: 14px Arial, Helvetica, sans-serif;
}

#content .video_postlist li.main_post {
  padding-left: 0;
  background: none;
}

#content .video_postlist li.main_post span {
  background: url(images/i_bullet.png) no-repeat left 3px;
  padding-left: 20px;
  float: left;
}

.twitter {
  border: 1px solid #e5e3e3;
  background: #fff;
  padding: 10px;
  clear: both;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#content #twitter h3 {
  margin: 0;
  display: block;
  float: left;
  text-indent: -9009px;
  margin-right: 13px;
}

#content #twitter h3 a {
  display: block;
  width: 109px;
  height: 66px;
}

#content #twitter_update_list {
  margin: 0;
  padding: 0;
  float: right;
  width: 475px;
}

#content  #twitter_update_list li {
  background: none;
  margin: 0;
  padding: 10px 0 10px 0;
}

#content .twitter p.twit_link {
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-align: right;
  position: absolute;
  left: 142px;
  bottom: 5px;
}

#content .twitter p.twit_link a {
  text-decoration: underline;
}

/*#breadcrumb section  =================================== */
.breadcrumb {
  font-size: 11px;
  padding: 5px 0 30px 0;
  clear: both;
}

.breadcrumb {
  font-weight: normal;
}

.breadcrumb a {
  font-weight: normal;
  text-decoration: none;
  padding: 0 3px 0 0;
  margin: 0;
  text-align: left;
  text-decoration: none;
}

.breadcrumb strong {
  padding: 0 0 0 5px;
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  text-align: left;
}

.breadcrumb a:hover {
  text-decoration: none;
}

#content a.more {
  font-size: 12px;
}

/* content innner ---------------------------- */
#content .features {
  margin-top: 20px;
}

#content .features li {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  height: 100%;
  overflow: hidden;
  background: none;
}

#content .features li h3 {
  margin-top: 3px;
  font-size: 22px;
}

#content .features li p {
  font-size: 14px;
}

#content .features li img {
  float: left;
  padding: 5px;
  margin-right: 25px;
  margin-bottom: 25px;
  background: no-repeat;
}

#content .features li br {
  display: none;
}

#sidebar_in .sub_nav {
  margin: 0 0 30px 0;
  padding: 0;
}

#sidebar_in .sub_nav li {
  margin: 0;
  padding: 0 0 0 0;
  font: bold 14px Arial, Helvetica, sans-serif;
}

#sidebar_in .sub_nav li a {
  display: block;
  padding: 14px 0 14px 15px;
  width: 205px;
}

#sidebar_in .sub_nav li.current_page_item a {
  display: block;
  padding: 11px 24px 12px 15px;
  width: 229px;
}

img.page_icon, img.category_icon {
  margin-bottom: 0.25em;
  padding: 0 10px 0 0;
  text-decoration: none;
  vertical-align: middle;
}

img.page_icon, img.category_icon {
  background: none no-repeat scroll 0 0 transparent;
}

#sidebar_in h3 {
  margin: 0 0 8px 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

#sidebar_in .about {
  width: 200px;
  margin-bottom: 20px;
}

#sidebar .subscribe {
  margin-bottom: 20px;
  padding: 12px;
}

#sidebar .subscribe p {
  margin: 0;
  font-size: 12px;
}

.subscribe form {
  margin: 0;
  padding: 5px 0 11px 0;
  position: relative;
}

.subscribe .textfield {
  padding: 5px;
  width: 160px;
  height: 16px;
}

.subscribe .bsubscribe {
  width: 29px;
  height: 28px;
  position: absolute;
  right: 10px;
  top: 5px;
}

/* content ---------------------------- */
.content_spacer {
  padding: 15px 0;
}

p {
  padding: 0 0 10px 0;
  line-height: 20px;
  margin: 0
}

#content p {
  font-size: 14px;
}

#content ul {
  list-style: none;
  margin: 0 0 34px 0;
  padding: 0;
}

#content li {
  margin: 0 0 8px 0;
  padding: 3px 0 3px 20px;
  line-height: 20px;
  font-size: 14px;
}

#content ol {
  margin: 0 0 0 18px;
  padding: 0 0 10px 5px;
  list-style-type: decimal;
  line-height: 18px;
}

#content ol li ol {
  margin: 8px 0 5px 18px;
  padding: 0;
}

#content ol li {
  margin: 0 0 5px 0;
  padding: 0;
}

#content .gallerylist {
  margin: 30px 0 0 -25px;
  padding: 0;
  list-style: none;
  min-height: 280px;
}

#content .gallerylist li {
  margin: 0 0 25px 25px;
  padding: 0;
  float: left;
  list-style: none;
  height: 200px;
  width: 185px;
}

* html #content .gallerylist {
  height: 500px;
}

* html #content .gallerylist li {
  margin: 0 0 15px 18px;
}

#content .gallerylist li img {
  padding: 2px;
}

#content .gallerylist li p {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
}

#content .gallerylist li .date {
  font-size: 11px;
  margin-top: 3px;
  float: left;
  font-weight: normal;
}

#content .img {
  padding: 2px;
  margin-bottom: 10px;
}

#content .productlist {
  margin: 30px 0 0 -60px;
  padding: 0;
  list-style: none;
  min-height: 280px;
}

#content .productlist li {
  margin: 0 0 30px 60px;
  padding: 0;
  float: left;
  list-style: none;
  height: 200px;
  width: 165px;
  background: none;
}

* html #content .productlist {
  height: 500px;
}

* html #content .productlist li {
  margin: 0 0 15px 18px;
}

#content .productlist li img {
  padding: 2px;
}

#content .productlist li p {
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
}

#content .productlist li .date {
  font-size: 11px;
  margin-top: 3px;
  float: left;
  font-weight: normal;
}

#content .img {
  padding: 2px;
  margin-bottom: 10px;
}

#content h3 {
  margin: 30px 0 10px 0;
  padding: 0;
  font-size: 22px;
}

.content_in h1, .content_in h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.center_img {
  text-align: center;
  margin: 20px 0;
}

.featured_work {
  margin-bottom: 20px;
}

.featured_work img {
  margin-bottom: 10px;
  float: left;
  margin: 0 25px 10px 0;
}

#content .featured_work a.more_link {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

/* contact us -------*/
#content .form_row {
  height: 100%;
  overflow: hidden;
  margin-bottom: 24px;
}

#content .form_row label {
  display: block;
  padding: 4px 0;
  margin-right: 10px;
}

#content .form_row .textfield {
  font: 14px Arial, Helvetica, sans-serif;
  width: 350px;
  padding: 6px;
}

#content .form_row .textarea {
  font: 14px Arial, Helvetica, sans-serif;
  width: 550px;
  padding: 6px;
}

#content .error, .message_error2 {
  display: block;
  clear: both;
  padding-top: 4px;
  color: #900 !important;
  font-size: 11px;
}

#contact_frm {
  width: 100%;
}

#contact_frm .b_submit {
  font: 14px Arial, Helvetica, sans-serif;
  padding: 6px 24px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 2px 2px 2px #DDD;
  -khtml-box-shadow: 2px 2px 2px #DDD;
  -webkit-box-shadow: 2px 2px 2px #DDD;
}

#content p.success_msg {
  padding: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/*---------TOP NAVIGATION for PAGES---------  */
.page_nav {
  float: right;
  height: 27px;
  margin: 20px -30px 0 0;
  text-align: left;
  padding: 0;
}

.page_nav li {
  list-style: none;
  margin: 3px 30px 0 0;
  padding: 0;
  float: left;
}

.page_nav li  a {
  list-style: none;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 0;
}

.page_nav li  a:hover {
  text-decoration: none;
}

.main_navi {
  float: right;
  width: 600px;
  margin-top: 15px;
}

/* post  ---------------------------- */
blockquote {
  clear: both;
  height: 100%;
  margin: 10px 0 0 5px;
  overflow: hidden;
  padding: 0 0 5px 55px;
}

#content blockquote p {
  font: 18px Arial, Helvetica, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 23px;
}

blockquote cite {
  font-size: 12px;
  font-weight: bold;
  float: right;
  line-height: 18px;
  text-align: right;
  display: block;
}

#content p cite {
  float: right;
  padding-bottom: 10px;
}

.flickr h3 span {
  font-weight: normal;
}

.flickr h3 {
  margin-bottom: 20px
}

.flickr ul {
  margin: 12px 0 0;
  padding: 0
}

.flickr_badge_image {
  float: left;
  list-style: none;
  margin: 0 10px 10px 0
}

.flickr img {
  padding: 2px;
  width: 68px;
  height: 68px;
}

#calendar_wrap {
  padding: 0;
  font-size: 13px
}

#wp-calendar {
  width: 100%;
}

#wp-calendar  caption {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

#calendar_wrap caption {
  padding: 10px 0
}

h1 {
  font-size: 32px;
  font-weight: bold;
}

h2 {
  font-size: 28px
}

h3 {
  font-size: 21px
}

h4 {
  font-size: 19px
}

h5 {
  font-size: 17px
}

h6 {
  font-size: 15px
}

#content .posts h3 {
  font-size: 21px;
  margin-top: 20px;
}

#content h4.cate_title {
  font-size: 26px;
  margin-bottom: 15px;
  clear: both;
}

dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
  padding: 10px 0 5px 0;
  margin: 0
}

p {
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 22px;
  margin: 0;
}

p em {
  line-height: 20px;
}

code {
  line-height: 18px;
}

#content .bnone {
  background: none !important;
}

#content .posts {
  padding-bottom: 5px;
  margin-bottom: 30px;
}

#content .post_top {
  margin: 0 0 10px 0;
}

#content p.post_top a {
  text-decoration: none;
}

#content p.post_top a:hover {
  text-decoration: none;
}

.more {
  font-size: 12px;
  font-weight: bold;
}

#content .post_top h2 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: normal;
}

.commentcount {
  margin-left: 0;
  padding-left: 18px;
}

#content .headline {
  padding-left: 25px;
}

#content .headline h3 {
  margin: 0;
  border: none;
  float: left;
  font-size: 16px;
  font-weight: bold;
}

#content .headline h3 a {
  padding: 12px 0 8px 0;
  width: 430px;
  display: block;
}

#content h3.head {
  margin: 0 0 30px 0;
}

#content .headline .commentcount {
  float: right;
  margin-right: -8px;
  margin-top: 12px;
  width: 90px;
  text-align: left;
}

#content p.postmetadata {
  margin: 0 0 0 0;
  font-size: 11px;
}

#content .post_top p.postmetadata {
  margin: 0;
  padding: 4px 0 0 0;
  font: 11px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

#content .services {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #c1beb1;
}

#content .services h3 {
  margin: 0 0 8px 0;
  padding: 0;
}

#content .services br {
  display: none;
}

#content .posts h2.title {
  margin: 0;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
}

#content .posts h2.title a {
  text-decoration: none;
}

#content .posts h2.title a:hover {
  text-decoration: none;
}

#content p.post_bottom {
  margin: 10px 0 0 0;
  padding: 0 0 0 18px;
  font-size: 12px;
  clear: both;
}

#content p.post_bottom a {
  text-decoration: none;
}

#content p.post_bottom a:hover {
  text-decoration: none;
}

.google_map {
  margin-bottom: 20px;
  border: 2px solid #9b978a;
}

/* Post Pagination */
.pagination {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 20px 0 20px 0;
  height: 100%;
  overflow: hidden;
}

.pagination .on {
  padding: 5px 12px;
  margin-right: 3px;
}

.pagination a {
  padding: 5px 12px;
  margin-right: 3px;
}

/*#sidebar ----------------------- */
#sidebar h3 {
  margin: 0 0 8px 0;
  padding: 0;
  font: 18px Arial, Helvetica, sans-serif;
}

#sidebar p {
  margin: 0;
  padding: 0 0 5px 0;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 18px;
}

.testimonials {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#sidebar .latest_news {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#sidebar .testimonials h3 {
  margin: 0;
  padding: 0 0 0 22px;
  clear: both;
}

#sidebar .testimonials blockquote {
  padding: 0;
  background: none;
}

#sidebar .testimonials blockquote p {
  font: 18px Arial, Helvetica, sans-serif;
}

#sidebar .testimonials blockquote p span {
  width: 26px;
  height: 18px;
  float: left;
  display: block;
  margin: 0 5px 0 0;
}

#sidebar .testimonials blockquote cite {
  float: left;
  padding: 10px 0;
  font: normal 14px Arial, Helvetica, sans-serif;
}

#sidebar .testimonials p.more {
  text-align: right;
  font: 12px Arial, Helvetica, sans-serif;
}

#sidebar .widget {
  margin: 0 0 25px 0;
}

#sidebar .support {
  margin-bottom: 25px;
}

#sidebar .affilates h3 {
  margin: 0 0 5px 0;
  padding: 0 0 0 22px;
}

#sidebar ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#sidebar li {
  margin: 0 0 3px 0;
  padding: 0 0 10px 20px;
  font-size: 14px;
}

#sidebar li a {
  text-decoration: none;
}

#sidebar li a:hover {
  text-decoration: none;
}

/* widget search box */
#searchform {
  padding: 5px;
}

#searchform input {
  padding: 5px 4px;
  width: 148px;
  font: 12px Arial, Helvetica, sans-serif;
}

#searchform #searchsubmit {
  font: bold 12px Arial, Helvetica, sans-serif !important;
  font-weight: bold;
  cursor: pointer;
  width: 60px;
}

.screen-reader-text {
  display: none;
}

/*---------ARCHIVE PAGE --------- */
.arclist ul {
  padding: 0;
  margin: 0
}

.arclist ul li {
  color: silver;
  font-size: 14px;
  padding: 5px 0;
  margin: 0;
}

.arclist ul li ul {
  border-bottom: 0;
  padding: 0 0 0 5px
}

.arclist ul li ul li {
  border-bottom: 0;
  padding: 10px 0 0 5px
}

.arclist .archives-time {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  width: 90px;
  margin: 0 15px 0 0
}

.arclist ul li a:hover {
  text-decoration: underline;
}

/*---------COMMENTS --------- */
#comments h3 {
  font-size: 18px;
  padding: 40px 0 5px 0;
  margin: 0 0 20px 0;
}

#comments .commentlist {
  padding: 0;
  margin: 0
}

#comments .commentlist li p {
  margin: 0;
  padding: 0;
}

#comments .commentlist li {
  clear: both;
  border-bottom: 1px dotted #9b978a;
  height: 100%;
  overflow: hidden;
}

#comments .commentlist ul.children li {
  border-top: 1px dotted #9b978a;
  border-bottom: none;
}

#comments ol {
  padding: 20px 0;
}

#content #comments .comment {
  margin: 10px 0 8px 0;
  padding: 20px 0 10px 0;
  width: 100%;
  background: none;
  list-style: none
}

#comments .comment a {
  text-decoration: none;
  padding: 1px 0
}

#content #comments  p.authorcomment {
  margin: 3px 0 0 0;
  padding: 0;
  line-height: 10px;
  font: 12px Arial, Helvetica, sans-serif;
}

#comments  p.authorcomment a {
  text-decoration: none;
}

#comments  p.authorcomment a:hover {
  text-decoration: none;
}

#comments  p.authorcomment span {
  font-size: 11px;
}

#comments .comment .meta-left {
  width: 90px;
  float: left;
}

#comments .comment .meta-left p {
  padding: 0;
  margin: 0
}

#comments .comment .meta-left .meta-wrap {
  width: 90px;
  overflow: hidden;
  padding-right: 7px;
  min-height: 70px;
}

#comments .comment small {
  font-size: 11px
}

* html #comments .comment .text-right {
  height: 70px
}

#comments .comment .text-right {
  min-height: 70px;
  margin: 0;
  margin-left: 100px;
  float: none
}

#comments .comment .text-right p {
  line-height: 18px;
  padding: 0 0 8px 13px;
  font-size: 14px;
}

#comments ul.children {
  margin: 10px 0 0 20px;
  padding: 0
}

p.commpadd {
  padding: 0;
  margin: 0 0 10px 0
}

span.comm-reply {
  float: right;
  padding: 5px 0 20px 0;
  font-size: 11px;
}

span.comm-reply a:hover {
  font-size: 11px;
  text-decoration: none;
}

.cancel-comment-reply {
  padding: 0 0 10px 0
}

#respond {
  padding: 10px 0 0 0;
  margin: 0
}

#respond textarea, .commpadd input {
  font: 13px Arial, Helvetica, sans-serif;
}

#respond textarea {
  margin: 0;
  padding: 5px;
  width: 500px;
}

p.commpadd input {
  line-height: 25px;
  height: 25px;
  padding: 5px 0 0 5px;
  width: 300px
}

p.commpadd label {
  padding: 0 0 0 5px;
  float: left;
  display: block;
  width: 100px;
}

input#submit {
  font: bold 12px Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 7px 14px;
  margin: 0 0 0 105px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 2px 2px 2px #DDD;
  -khtml-box-shadow: 2px 2px 2px #DDD;
  -webkit-box-shadow: 2px 2px 2px #DDD;
}

* html #commentform label {
  margin: -8px 0 0 0;
  position: relative;
  top: -8px;
}

*+html #commentform label {
  margin: -8px 0 0 0;
  position: relative;
  top: -8px;
}

.avatar {
}

/* bottom ---------------------------- */
#bottom h3 {
  margin: 0 0 10px 0;
  padding: 0;
}

#bottom p {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

#bottom p a {
  text-decoration: underline;
}

#bottom li {
  margin: 0 0 8px 0;
  padding: 0 0 3px 15px;
  font: 13px Arial, Helvetica, sans-serif;
}

.first_col {
  width: 270px;
  float: left;
  margin-bottom: 20px;
}

.second_col {
  float: left;
  padding: 20px 0 0 55px;
  width: 300px;
}

.third_col {
  width: 150px;
  float: left;
  padding-left: 50px;
}

.last_col {
  width: 155px;
  float: left;
  padding: 23px 0 0 55px;
}

#bottom .connect ul {
  margin: 0;
  padding: 10px 0 0 0;
}

#bottom .connect li {
  margin: 0 11px 5px 0;
  padding: 0;
  float: left;
  background: none;
}

/* footer ---------------------------- */
#footer .copyright, #footer .copyright  a {
  text-decoration: none;
}

#footer .copyright {
  padding: 5px 8px 0 0;
  float: left;
}

#footer p {
  font-size: 12px;
  padding-top: 5px;
}

#footer p.fr {
  padding-top: 0;
}

#footer p span.templatic {
  width: 80px;
  display: block;
  overflow: hidden;
  float: left;
  color: #fff;
  background: url(images/templatic.png) no-repeat 0;
}

#footer p span.templatic a {
  text-indent: -9009px;
  padding-left: 120px;
  height: 30px;
  display: block;
}

/* featured product slider ---------------------- */

.anythingSlider {
  background: white;
  border: solid 1px #d7d5d5;
  width: 956px;
  height: 155px;
  position: relative;
  margin: 0 auto;
}

.anythingSlider.incontent {
  width: 659px;
}

.anythingSlider .wrapper {
  left: 0;
  width: 956px;
  height: 155px;
  margin: 0;
  position: absolute;
  top: 0;
}

.anythingSlider.incontent .wrapper {
  width: 659px;
}


.anythingSlider .wrapper ul {
  width: 9999px;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.anythingSlider ul li {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: left !important;
  display: block !important;
  width: 959px !important;
  height: 110px !important;
  text-align: center !important;
  font: 12px Arial, Helvetica, sans-serif !important;
}

.anythingSlider .arrow {
  display: block;
}

.anythingSlider ul li a {
  color: #008293;
  margin: 0;
  padding: 0 0 10px 0;
  float: left;
  display: block;
  width: 189px;
  height: 155px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

.anythingSlider ul li img {
  height: 84px;
  margin-top: 27px;
  margin-bottom: 10px;
  width: 140px;
}

#thumbNav {
  position: relative;
  top: -40px;
  right: 78px;
  float: right;
  text-align: left;
  z-index: 9999;
  text-align: right;
}


.anythingSlider.incontent #thumbNav {
  top: -28px;
}

#thumbNav a {
  color: black;
  float: left;
  font: 11px Arial, Helvetica, sans-serif;
  display: block;
  padding: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
  text-align: center;
  text-indent: -9009px;
}

#start-stop {
  display: none;
}


.forward {
  width: 43px;
  height: 21px;
  display: block;
  text-indent: -9009px;
  position: absolute;
  top: -48px;
  right: -8px;
  cursor: pointer;
}

.anythingSlider.incontent .forward {
  top: -35px;
}

.back {
  width: 43px;
  height: 21px;
  display: block;
  text-indent: -9009px;
  top: -48px;
  right: 34px;
  position: absolute;
  cursor: pointer;
}

.anythingSlider.incontent .back {
  top: -35px;
}

/* clearfix ----- */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix {
  display: inline-block
}

* html .clearfix {
  height: 1%
}

.clearfix {
  display: block;
}

/*	--------------------------------------------------
Global Reset - Resets all browser defaults to 0
-------------------------------------------------- */

a, #content blockquote a {
  color: #417fcc;
}

a:hover, #content blockquote a:hover {
  color: #000;
}

hr {
  color: #fffdea;
  border: none;
  border-top: 1px dotted #c5c2b9;
}

.hr2 {
  color: #fffdea;
  border: none;
}

/* headings ---------------------- */

h1.head {
  color: #6290b7;
  text-shadow: 3px 3px 3px #fff;
}

h1.head a {
  color: #6290b7;
}

h1.head a:hover {
  color: #333;
}

/* Structure ---------------------- */

#slider_banner {
  background: url(images/silder_bottombg.png) no-repeat center 495px;
}

#sidebr_banner_in {
  background: #000 url(images/slider_imgbg_top.png) no-repeat left top;
}

#sidebar {
  background: url(images/sidebarbg_center.png) repeat-y left top;
}

.sidebar_top {
  background: url(images/sidebarbg_top.png) no-repeat left top;
}

.sidebar_bottom {
  background: url(images/sidebarbg_bottom.png) no-repeat left bottom;
}

#sidebar_in {
  background: url(images/sidebar_in_center.png) repeat-y 205px top;
}

.sidebar_in_top {
  background: url(images/sidebar_in_top.png) no-repeat 205px top;
}

.sidebar_in_bottom {
  background: url("images/bg_sidebar_in_bottom.png") no-repeat scroll 216px 26px transparent
}

#bottom {
  background: url('images/bg_footer.jpg') repeat-x;
  height: 401px;
}

/* slider ------------------- */

#header h1 {
  color: #008293;
}

#header h2 {
  color: #008293;
}

.nivo-prevNav {
  background: url(images/arrow_left.png) no-repeat left top;
}

.nivo-prevNav:hover {
  background: url(images/arrow_left_h.png) no-repeat left top;
}

.nivo-nextNav {
  background: url(images/arrow_right.png) no-repeat left top;
}

.nivo-nextNav:hover {
  background: url(images/arrow_right_h.png) no-repeat left top;
}

.slider-description {
  margin: 4px 0;
  padding: 0 10px 0 0;
  text-align: right;
}

/* featured products ------------------- */

.featured_products li a {
  background: url(images/featured_product_spretor.png) no-repeat right center;
}

.featured_products li a:last-child {
  background: none;
}

.featured_products li a {
  color: #4280cc;
  text-decoration: none;
}

.featured_products li a:hover {
  color: #000;
}

.featured_products li a:hover {
  background: #eee url(images/featured_product_spretor.png) no-repeat right center;
}

/* header ---------------------- */
#header .blog-title a {
  color: #fff;
}

#header .blog-title a:hover {
  color: #eee
}

#header .blog-description {
  color: #beb49a;
}

#header .photo {
  float: left;
  border: 2px solid #d5d5d5;
  margin-right: 10px;
}

/* inner_banner  ---------------------- */
.action_button {
  background: url(images/btn_r.png) no-repeat right top;
}

#header .action_button a {
  background: url(images/btn_l.png) no-repeat left top;
  color: #642514;
  text-shadow: 1px 1px 1px #fff;
}

#header .action_button a:hover {
  background-position: 0 -45px;
}

#header .action_button:hover {
  background-position: right -45px;
}

.button_bar span {
  color: #aaa;
}

.button_bar a.sample_link {
  color: #333;
}

.button_bar a:hover.sample_link {
  color: #6592B9;
}

.breadcrumbs {
  
}

#sidebar_in .sub_nav li.current_page_item a {
  background: url('images/bg_nav_current.png') no-repeat left top;
  color: #fff;
  border: none;
}

#sidebar_in .sub_nav li.current_page_item a:hover {
  background: url('images/bg_nav_current.png') no-repeat left top;
  color: #c3e9ff;
}

#sidebar_in .sub_nav li a {
  color: #8f9090;
  border-bottom: 1px solid #e5e5e5;
}

#sidebar_in .sub_nav li a:hover {
  color: #000;
  background: #eee;
}

#header #inner_banner .product_details h1, #header #inner_banner .product_details h2, #header #inner_banner .product_details p {
  color: #fff;
  text-shadow: 1px 1px 1px #537993;
  text-align: left;
}

/* index - services ------------------ */

#content .latest_news h3, #sidebar .latest_news h3 {
  background: url(images/i_news.png) no-repeat left 3px;
}

#content .newslist li span, #sidebar .newslist li span {
  background: #fff;
  border: 1px solid #cecece;
}

#content .newslist li span small, #sidebar .newslist li span small {
  background: #417fcc;
  color: #fff;
}

#content .newslist li a, #sidebar .newslist li a {
  color: #655f4a;
}

#content .newslist li a:hover, #sidebar .newslist li a:hover {
  color: #000;
}

.services p {
  color: #686868;
  font-weight: 14px;
}

.services p a {
  color: #4280cc;
}

.services p a:hover {
  color: #333;
}

#content p.more_news, #sidebar p.more_news {
  background: url(images/i_bullet.png) no-repeat left 1px;
}

#content p.more_news a {
  color: #505050;
  text-decoration: underline;
}

#content p.more_news a:hover {
  color: #000;
}

#content .video_screencast h3 {
  background: url(images/i_video.png) no-repeat left 3px;
}

#content .video_screencast {
  background: url(images/news_spretor.png) no-repeat left top;
}

#content .video_postlist li {
  background: url(images/i_bullet.png) no-repeat left 4px;
}

/* contact us -------*/
#content .form_row .textfield {
  border: 1px solid #ddd;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background: #fff;
}

#content .form_row .textarea {
  border: 1px solid #ddd;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background: #fff;
}

#content .error, .message_error2 {
  color: #417fcc;
}

#contact_frm .b_submit {
  border: 1px solid #fff;
  background: #85BCDF;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
}

#contact_frm .b_submit:hover {
  background: #000;
  border: 1px solid #fff;
}

#content p.success_msg {
  color: #356c1d;
  background: #cee8c3;
  border-top: 1px solid #7ea96b;
  border-bottom: 1px solid #7ea96b;
}

/*---------Top Pages Navigation for PAGES---------  */
ul.dropdown li ul li {
  border-style: solid;
  border-width: 1px;
  border-color: #d7cfb8 #d7cfb8 #d7cfb8;
  background: #fff;
}

ul.dropdown li ul li.hover, ul.dropdown li ul li:hover, ul.dropdown li ul li.current-cat:hover, ul.dropdown li ul li.current_page_parent:hover, ul.dropdown li ul li.current_page_item:hover {
  color: #333;
  background: #363636;
}

ul.dropdown li a {
  color: #fff;
  background: url(images/nav_sepretor.png) no-repeat left 10px;
}

ul.dropdown li a:hover {
  color: #333;
  background: url(images/nav_sepretor.png) no-repeat left 10px;
}

ul.dropdown li.current_page_item a, ul.dropdown li.current_page_parent a {
  background: none;
  color: #fff;
}

ul.dropdown li.current_page_item ul li a, ul.dropdown li.current_page_parent ul li a, ul.dropdown li ul li a {
  color: #666;
}

ul.dropdown li.current_page_item ul li a:hover, ul.dropdown li.current_page_parent ul li.current_page_item a, ul.dropdown li.current_page_parent ul li a:hover, ul.dropdown li ul li a:hover {
  background: #fff;
  color: #86110e;
}

ul.dropdown li ul li.current_page_parent a {
  background: #fff;
  color: #86110e;
}

/*#breadcrumb section  =================================== */
.breadcrumb {
  color: #666
}

.breadcrumb a {
  color: #417fcc;
}

.breadcrumb a:hover {
  color: #333;
}

/* content ---------------------------- */
#content li {
  background: url(images/i_bullet2.png) no-repeat left 6px;
}
#contactside li {
	background: url(images/i_bullet2.png) no-repeat left 3px;
	padding-left: 19px;
	padding-bottom: 10px;
}

#content ol li {
  background: none;
}

#content .gallerylist li img {
  border: 2px solid #ccc;
  background: #fff;
}

#content .img {
  border: 2px solid #ccc;
}

#content .gallerylist li p a {
  color: #417fcc;
}

#content .gallerylist li p a:hover {
  color: #000;
}

#content .gallerylist li p {
  color: #777;
}

#content .gallerylist li .date {
  color: #777;
}

#content h3 {
  color: #000;
}

#content h4.cate_title {
  color: #7a6f3b;
}

#content h3.bnone {
  border-bottom: none;
}

#content p.more a {
  color: #333;
}

#content p.more a:hover {
  color: #000;
}

/* post ---------------------------- */

code {
  background: #ccc;
}

blockquote {
  background: url(images/blockquote.png) no-repeat;
}

blockquote p {
  color: #333;
}

blockquote cite {
  color: #666;
}

blockquote a {
  color: #333;
}

blockquote a:hover {
  color: #000;
}

.flickr h3 span {
  color: #000
}

.flickr h3 span b {
  color: #FF1183
}

.flickr img {
  border: 1px solid #969696;
  background: #F4F4F4;
}

.flickr img:hover {
  border-color: #333
}

#content .post_top h2 a {
  color: #000;
}

#content .post_top h2 a:hover {
  color: #417fcc;
}

.commentcount {
  background: url(images/i_comment.png) no-repeat left 0;
}

#content .headline {
  background: url(images/i_post_s.png) no-repeat 5px 14px;
  border-bottom: 1px solid #ccc;
}

#content .headline:hover {
  background: #eee url(images/i_post_s.png) no-repeat 5px 14px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

#content .headline h3 {
  border: none;
}

#content .headline h3 a {
  color: #333;
}

#content .headline h3 a:hover {
  color: #000;
}

#content .headline .commentcount {
  float: right;
}

#content .headline .commentcount a {
  color: #666;
}

#content .headline .commentcount a:hover {
  color: #000;
}

#content .post_top a {
  color: #666;
}

#content .post_top a:hover {
  color: #333;
}

#content .posts {
  border-bottom: 1px solid #ccc;
}

#content .posts h2.title a {
  color: #333;
}

#content .posts h2.title a:hover {
  color: #000;
}

#content .post_top p.postmetadata {
  color: #666;
}

#content .post_top p.postmetadata a {
  border-bottom: 1px dotted #ccc;
}

#content p.post_bottom {
  color: #777;
  background: url(images/i_category.png) no-repeat left 5px;
}

#content p.post_bottom a {
  color: #666;
  border-bottom: 1px dotted #ccc;
}

#content p.post_bottom a:hover {
  color: #000;
}

#content .latest_news h3, #sidebar .latest_news h3 {
  color: #000;
}

#content .video_screencast h3 {
  color: #000;
}

#content .video_postlist li a {
  color: #666;
}

#content .video_postlist li a:hover {
  color: #000;
}

#content #twitter h3 a {
  background: url(images/i_twitter.png) no-repeat left top;
}

/* Post Pagination */

.pagination .on {
  background: #62a4cf;
  color: #fff;
}

.pagination a {
  background: #666;
  color: #fff;
}

.pagination a:hover {
  background: #333;
  color: #fff;
}

/*#sidebar ----------------------- */
.testimonials {
  border-bottom: 3px solid #e5e5e5;
}

#sidebar .latest_news {
  border-bottom: 3px solid #e5e5e5;
}

#sidebar h3 {
  color: #000;
}

#sidebar li {
  background: url(images/i_bullet.png) no-repeat left 1px;
}

#sidebar li a {
  color: #444;
}

#sidebar li a:hover {
  color: #417fcc;
}

#sidebar .widget p a {
  color: #417fcc;
  text-decoration: underline;
}

#sidebar .widget p a:hover {
  color: #333;
}

#sidebar .testimonials h3 {
  background: url(images/i_testimonails.png) no-repeat left 3px;
}

#sidebar .testimonials blockquote p span {
  background: url(images/quote.png) no-repeat;
}

#sidebar .testimonials blockquote cite {
  color: #000;
}

#sidebar .testimonials p.more a {
  color: #909090;
  text-decoration: underline;
}

#sidebar .testimonials p.more a:hover {
  color: #000;
}

#sidebar .affilates h3 {
  background: url(images/i_affilates.png) no-repeat left 3px;
}

#sidebar_in h3 {
  color: #4280cc;
}

.subscribe {
  background: #fff;
  border: 1px solid #ccc;
}

.subscribe .textfield {
  border: 1px solid #d1d6cd;
  background: #fff;
}

.subscribe .bsubscribe {
  background: url(images/b_submit.png) no-repeat left top;
}

/* widget search bobx */
#searchform {
  border: 1px solid #ccc;
}

#searchform input {
  border: 1px solid #ccc;
  background: #fff;
}

#searchform #searchsubmit {
  background: #316f98;
  font: 12px Arial, Helvetica, sans-serif;
  color: #fff;
  border: none;
}

/*---------ARCHIVE PAGE --------- */
.arclist ul li {
  color: silver;
  border-bottom: 1px solid #f1f1ed;
  background: none
}

.arclist ul li ul {
  border-bottom: 0;
}

.arclist ul li ul li {
  border-bottom: 0;
}

.arclist .archives-time {
  color: #666666;
  border-right: dashed 1px #ddd;
}

/*---------COMMENTS --------- */
#comments h3 {
  border-bottom: 1px dotted #9b978a;
}

#comments .comment {
  background: none;
}

#comments  p.authorcomment {
  color: #316f98;
}

#comments  p.authorcomment a {
  color: #316f98;
}

#comments  p.authorcomment a:hover {
  color: #333;
}

#comments  p.authorcomment span {
  color: #9b978a;
}

#comments .comment .meta-left {
  color: #aaaaaa
}

#comments .comment .text-right {
  border: none; /*background:#e9e7e7 url(images/commentbg.png) no-repeat center left;*/
}

#comments .comment .authcomment {
  color: #444; /*background:#d5d5d5 url(images/commentbg_author.png) no-repeat center left; border:none; */
}

#comments .comment .authcomment p {
  color: #000;
}

span.comm-reply {
  color: #9b978a;
}

span.comm-reply a {
  color: #9b978a;
}

span.comm-reply a:hover {
  color: #417fcc;
}

#respond textarea, .commpadd input {
  border: 1px solid #ddd;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background: #fff;
}

input#submit {
  border: 1px solid #fff;
  background: #85BCDF;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
}

input#submit:hover {
  background: #000;
  border: 1px solid #fff;
}

.avatar {
  border: 2px solid #ccc;
}

.indicates {
  color: #900;
  font-size: 11px;
}

/* bottom ---------------------------- */
#bottom h3 {
  color: #fff;
}

#bottom p {
  color: white;
}

#bottom p a {
  color: #cee9ff;
}

#bottom p a:hover {
  color: #fff;
}

#bottom h3 {
  font-size: 26px;
  font-weight: 300;
}

#bottom li {
  background: url(images/arrow.png) no-repeat left 4px;
}

#bottom li a {
  color: #c2e3ff;
}

#bottom li a:hover {
  color: #fff;
}

/* footer ---------------------------- */
#footer p {
  color: #bfdbf3;
}

#footer .copyright, #footer .copyright  a {
  color: #bfdbf3;
}

#footer p a:hover {
  color: #fff;
}

/*------------------------------------------------------
 nav menu
--------------------------------------------------------*/
#navmenu-h ul li ul {
  background: #fff;
  border-bottom: 2px solid #537fa5;
  border-right: 2px solid #537fa5;
}

#navmenu-h ul li:hover li a, #navmenu-h ul li.iehover li a {
  border: none;
  border-top: none;
}

#navmenu-h ul li a {
  color: #fff;
}

#navmenu-h ul li.current_page_item a, #navmenu-h ul li.current_page_parent a, #navmenu-h ul li.current-cat a, #navmenu-h ul li.current-menu-item a, #navmenu-h ul li.current-page-ancestor a {
  color: #fff;
  background: #26888a;
}

#navmenu-h ul li.current_page_item a:hover, #navmenu-h ul li.current_page_parent a:hover {
  color: #fff;
}

#navmenu-h ul li ul li.current_page_item a, #navmenu-h ul li ul li.current_page_item li a:hover {
  color: #fff;
  background: #eee;
}

#navmenu-h ul li.current_page_item ul li a, #navmenu-h ul li.current_page_parent li a {
  color: #fff;
}

#navmenu-h ul li ul li a {
  color: #fff;
}

#navmenu-h ul li ul li a:hover, #navmenu-h ul ul li.iehover ul li a:hover {
  background: #eee;
  color: #fff;
}

#navmenu-h ul li a:hover, #navmenu-h ul li:hover a, #navmenu-h ul li.iehover a:hover, #navmenu-h ul li.iehover:hover a, #navmenu-h ul li ul li.current_page_item li a, #navmenu-h ul li ul li.current_page_ancestor li a{
  background: #26888a;
  color: #fff;
}

/* featured product slider ---------------------- */
.forward {
  background: url(images/b_next.png) no-repeat left top;
}

.back {
  background: url(images/b_previous.png) no-repeat right top;
}

a.forward:hover {
  background-position: left -21px;
}

a.back:hover {
  background-position: right -21px;
}

/* slider css */
#thumbNav a {
  background: url(images/dot_h.png) no-repeat left top;
  text-align: center;
  color: #41322e;
  text-indent: -9009px;
}

 
#thumbNav a:hover {
  background: url(images/dot_h.png) no-repeat left top;
}

#thumbNav a.cur {
  background: url(images/dot_n.png) no-repeat left top;
}

.wpcf7 {
  margin: 16px 0;
}

img.thumb {
  border: 1px solid #DCDCDC;
  cursor: pointer;
  height: 60px !important;
  margin: 13px 0 5px;
  padding: 5px;
  width: 60px !important;
}

.border_magic, .attachment-border_magic, #ad-buttons.adbuttons_widget img, .popular-posts img {
  border: 1px solid #DCDCDC;
  margin: 3px 0 10px;
  padding: 5px;
}

.border_magic, .attachment-border_magic {
  background-color: #F1F1F1;
}

.border_magic:hover, .attachment-border_magic:hover {
  background-color:#d1d1d1;
  border:1px solid #bebebe;
}

.thumbs_container {
  margin: 16px 0;
  text-align: center;
}

#enviaramigo, #imprimir {
  background: url("images/bg_boton.jpg") no-repeat scroll 0 0 transparent;
  color: #666666;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 38px;
  margin: 0;
  padding: 9px 0;
  text-align: center;
  text-transform: lowercase;
  width: 130px;
}

#imprimir {
  color: orange;
}

.enviaramigo {
  display: none;
}

.caja_qrcode {
  margin: 16px 0;
}

.caja_qrcode .custom_value {
  display: inline-block;
  float: left;
}

.caja_qrcode .ayuda_qrcode {
  color: #999999;
  display: inline-block;
  float: left;
  margin-top: 8px;
  width: 140px;
}

.social-counters {
  font-family: Arial;
  font-size: 12px;
  margin: 32px 0;
  text-align: left;
}

.row.taxonomia {
  margin: 24px 0;
}

.row.taxonomia .taxonomia_content {
  float: left;
  margin: 0 0 0 32px;
  width: 292px;
}

.row.taxonomia .taxonomia_content .taxonomia_content_title {
  margin-bottom: 8px;
}

.row.taxonomia .taxonomia_content .taxonomia_content_title h3  {
  padding: 0;
}

.row.taxonomia .taxonomia_thumb {
  float: left;
  width: 255px;
}

.row.producto {
  margin: 24px 0;
}

.row.producto .producto {
  float: left;
  text-align: center;
  width: 161px;
}

.row.producto .producto_title {

}
.size-medium{
	border-top: 1px solid #EDEDED;
	border-right: 3px solid #EDEDED;
	border-bottom: 3px solid #EDEDED;
	border-left: 1px solid #EDEDED;
}
#menu_footer{
	margin-top: 55px;
}
#menu_footer span{
	font-size: 0.8em;
	padding-left: 55px;
}
.producto_thumb img{
	border: 1px solid #EDEDED;
}
.taxonomia_thumb img{
	border: 1px solid #EDEDED;
	background: url(images/taxonomia_thumbimg-back.jpg) no-repeat left top;
	padding: 2px;
	height: 193px;
	width: 251px;
}
textarea {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFFFFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #DDDDDD;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #CCCCCC;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 2px;
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-top-width: 1px;
	width: 350px;
	color: #008293;
	font-size: 1.2em;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
}
.wpcf7-text{
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #FFFFFF;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-left-color-value: #DDDDDD;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-left-style-value: solid;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-left-width-value: 1px;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-right-color-value: #CCCCCC;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-right-style-value: solid;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	border-right-width-value: 2px;
	border-top-color: #DDDDDD;
	border-top-style: solid;
	border-top-width: 1px;
	width: 350px;
	font-size: 1.2em;
	height: 25px;
	padding: 5px;
	color: #008293;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDDDDD;
}
#wpcf7-f333-p343-o1.wpcf7-submit {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #85BCDF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #FFFFFF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #FFFFFF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 1px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #333333;
}

#wpcf7-f333-p343-o1 .wpcf7-submit{
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 2px 2px 2px #DDDDDD;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 6px;
}
#search_input{}
#search_submit{  -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    -x-system-font: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 2px 2px 2px #DDDDDD;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 6px;}
.item_featured img{
	border: 1px solid #999;
}