/*!
 * FreshFace HTML + CSS
 * http://themeforest.net/user/aeroalquimia/portfolio
 *
 * Copyright 2010, Eduardo Daniel Sada
 * http://themeforest.net/wiki/buying/howto-buying/licensing/
 *
 * Date: Jun 19 2010
 */
 
body
{
  background:#495051 url(../images/background.jpg) repeat-x center top;
  font-family:Verdana, Arial, sans-serif;
  font-size:11px;
  line-height:16px;
  color:#383838;
}

#wrapper
{
  /*width:900px;*/
  width:1010px;
  /*padding:0 30px;*/
  padding:0;
  margin:0 auto;
}


/*********************************************************************
 * General, default styles
 *********************************************************************/
a
{
  text-decoration:underline;
}

a:hover
{
  text-decoration:none;
}

.cufon-loading h1,
.cufon-loading h2,
.cufon-loading h3,
.cufon-loading h4,
.cufon-loading h5,
.cufon-loading h6
{
	visibility: hidden !important;
}

h1
{
  font-size:28px;
  margin-bottom:15px;
  line-height:32px;
  font-weight:normal;
  letter-spacing:-1px;
}

h2
{
  font-size:22px;
  margin-bottom:10px;
  border-bottom:1px solid #dfdfdf;
  padding:0 0 10px;
  line-height:26px;
  font-weight:normal;
  letter-spacing:-1px;
}

h3
{
  font-size:22px;
  margin-bottom:10px;
  vertical-align:top;
  line-height:26px;
  font-weight:normal;
  letter-spacing:-1px;
}

h4
{
  font-size:19px;
  margin-bottom:10px;
  line-height:23px;
  font-weight:normal;
  letter-spacing:-1px;
}

h5
{
  font-size:19px;
  margin-bottom:10px;
  line-height:23px;
  font-weight:normal;
  letter-spacing:-1px;
}

h6
{
  font-size:17px;
  margin-bottom:10px;
  line-height:21px;
  font-weight:normal;
  letter-spacing:-1px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
  text-decoration:none;
}

.cufon-ready h1,
.cufon-ready h2,
.cufon-ready h3,
.cufon-ready h4,
.cufon-ready h5,
.cufon-ready h6
{
  font-family: "arial narrow", calibri, sans-serif, Tahoma, Verdana, Arial;
  font-weight:bold;
  letter-spacing:0px;
}


p,
address
{
  margin-bottom:10px;
}

label
{
  font-size: 12px;
  margin: 10px 0 0 0;
  padding: 0 0 0 5px;
  font-weight:normal;
  display:block;
}

input, textarea, select
{
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-family:Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
  margin: 0;
  padding: 0 2px 0 2px;
  height: 25px;
  line-height:25px;
}

input:focus, textarea:focus, select:focus
{
  border: 1px solid #3E9FDB;
}

select
{
  height: 20px;
  line-height:20px;
}

.checkbox
{
  height: 15px;
}

/*
input,
textarea,
.input,
.textarea
{
  background:#FFFFFF url(../images/input_background.gif) repeat-x left top;
  border:0;
  font-family:Verdana, Arial, sans-serif;
  font-size:11px;
  font-weight:normal;
  margin:5px 0;
  max-width:400px;
  vertical-align:top;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}


input[type="text"]
{
  width:260px;
  height:16px;
  padding:5px 10px;
  border:1px solid #dfdfdf;
}

.input
{
  width:260px;
  height:16px;
  padding:5px 10px;
  border:1px solid #dfdfdf;
}

textarea,
.textarea
{
  padding:10px;
  border:1px solid #dfdfdf;
  min-width:260px;
  min-height:101px;
}

.input input,
.textarea textarea
{
  background:transparent;
  padding:0;
  margin:0;
  border:0;
  width:100%;
  min-width:0;
  min-height:0;
  resize:none;
}


div input.small
{
  color:#2A2A2A;
  font-size:10px;
  width:230px;
  display:inline-block;
  margin:0;
}
*/

ul
{
  list-style:disc inside;
  margin-bottom:10px;
}

ul ul
{
  margin:5px 0 5px 15px;
}

ol
{
  list-style:decimal inside;
  margin-bottom:10px;
}

ol ol
{
  list-style:lower-alpha inside none;
  margin:5px 0 5px 15px;
}

blockquote,
q
{
  background:url("../images/blockquote.jpg") no-repeat left top;
  color:#979797;
  display:block;
  font-style:italic;
  margin-bottom:10px;
  padding:5px 10px 5px 23px;
}

blockquote p:last-child
{
  margin-bottom:0;
}

pre,
code
{
  font:13px/18px Consolas, "Courier New", Courier, monospace;
  border:1px dotted #BBBBBB;
}

pre
{
  display:block;
  padding:10px 0 10px 10px;
  margin-bottom:10px;
  overflow:auto;
  position:relative;
  white-space:pre;
  color:#414141;
}

pre strong
{
  color:#000000;
}

code
{
  padding:1px 3px;
}

table
{
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  position:relative;
}

th
{
	text-transform:uppercase;
	font-size:11px;
	text-align:left;
	padding:6px;
}

th.nobg
{
	border:0;
	background:none;
}

td
{
	/*background:#FFFFFF;*/
	padding:6px;
	color:#4f6b72;
	vertical-align:middle;
}

/*
td.alt,
tr:nth-child(even) td
{
	background:#F5FAFA;
}
*/

td.big
{
  width:200px;
  text-align:center;
}

.left
{
  text-align:left;
}

.right
{
  text-align:right;
}

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

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

img.right,
.alignright
{
  float:right;
  margin:5px 0 10px 20px;
}

.aligncenter
{
  display:block;
  margin:0 auto;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img
{
  vertical-align:middle;
}

.clear
{
  clear:both;
  font-size:0px;
  line-height:0px;
  height:0px;
  width:1%;
}


/*********************************************************************
 * Header, Navigation Menu
 *********************************************************************/

#logo
{
  padding-top:30px;
  float:left;
  display:inline;
}

#header
{
  height:100px;
}

#menu
{
  background:url(../images/menu_hover.png) no-repeat left 76px;
  height:38px;
  padding-top:30px;
  position:relative;
  z-index:300;
  float:right;
  display:inline;
}

#menu ul
{
  list-style:none outside;
  margin:0;
  position:relative;
  z-index:301;
}

#menu ul li
{
  background: url(../images/menu_background.png) repeat-x right top;
  float:left;
  display:inline;
  line-height:38px;
  position:relative;
  height:38px;
}

#menu ul li.init
{
  background: url(../images/menu_init.png) repeat-x right top;
  width:7px;
  padding:0;
}

#menu ul li.end
{
  background: url(../images/menu_end.png) repeat-x right top;
  width:7px;
  padding:0;
}

#menu ul li a
{
  text-decoration:none;
  color:#c9c9c9;
  font-weight:normal;
  position:relative;  
  padding:0 8px;
  margin:0 8px;
  display:inline;
  float:left;
}

#menu ul li a:hover,
#menu ul li.current a,
#menu ul li.current_page_item a
{
  color:#f0f0f0;
}

#menu ul li.current a,
#menu ul li.current_page_item a
{
  background:#3f3f3f;
  background-color:rgba(63,63,63,0.4);
}

#menu ul li.submenu
{
  padding:0;
}

#menu ul li.submenu a
{
  padding:0 12px 0 0;
  margin:0 12px;
  background:url(../images/menu_submenu.gif) no-repeat right center;
}

#menu ul li.submenu a:hover
{
  color:#383838;
}

#menu ul li.hover
{
  padding:0 1px 0 0;
}

#menu ul li.hover a
{
  background:url(../images/menu_hover.png) no-repeat left top;
  padding:0 0 0 5px;
  z-index:1000;
  margin:0;
  color:#888888;
}

#menu ul li.hover a span
{
  background:url(../images/menu_hover.png) no-repeat right bottom;
  display:block;
  padding:0 23px 0 7px;
}

#menu ul ul
{
  background:#FFFFFF;
  display:block;
  visibility:hidden;

  position:absolute;
  left:0;
  top:37px;
  min-width:180px;
  z-index:100;

  margin:0;
  padding:12px;
  margin:0;
  
  border:1px solid #b2b2b2;
  
  -moz-border-radius:0 7px 7px 7px;
  -webkit-border-radius:7px;
  -webkit-border-top-left-radius:0;
  border-radius:0 7px 7px 7px;
}

#menu ul li.hover ul
{
  visibility:visible;
}

#menu ul ul li:first-child
{
  border-top:1px solid #EEEEEE;
}

#menu ul ul li
{
  border-bottom:1px solid #EEEEEE;
  display:block;
  float:none;
  margin:0;
  padding:0;
  text-align:left;
  line-height:12px;
  height:auto;
  background:#FFFFFF;
}

#menu ul li.submenu ul li a
{
  background:transparent;
  float:none;
  display:block;
  padding:8px 4px;
  margin:0;
  font-size:11px;
  font-weight:normal;
  height:auto;
}


#menu ul li.submenu ul li a:hover
{
  background:#EEEEEE;
  color:#383838;
}

#menu ul ul ul
{
  text-align:left;
  position:absolute;
  top:0;
  left:100%;
  padding:0;
  margin:0;
  padding:0;
  background:#EEEEEE;
}

#menu ul ul ul li
{
  background:#EEEEEE;
  text-align:left;
  display:block;
}



/*********************************************************************
 * Round Corners
 *********************************************************************/
.round,
.blog-round
{
  background:#FFFFFF;
  margin:30px 0;
}

.round_top
{
  background:url(../images/page_top.png) no-repeat left top;
  padding:10px 0 0 0;
  position:relative;
  margin:20px 0;
}

.round_bottom
{
  background: url(../images/page_bottom.png) no-repeat left top;
  height:10px;
}

.round_middle
{
  background:#FFFFFF;
  overflow:hidden;
}

.round_blog_top
{
  padding:20px 0 0 0;
  position:relative;
}

.page_title h1
{
  font-size:22px;
  line-height:22px;
  padding:2px 30px 22px;
  margin:0;
  color:#FFFFFF;
}


/*********************************************************************
 * Sexy Slider
 *********************************************************************/

.round_slider_top
{
  padding:20px 0 0 0;
  position:relative;
  margin:0;
}

.round_slider_bottom
{
  height:20px;
}

.sliderwrapper
{
  position:relative;
}

.sliderwrapper .round_top
{
  margin:0;
}

#slider
{
  width:900px;
  height:290px;
  overflow:hidden;
  clear:both;
  z-index:10;
  margin:0px;
}

#slider .sexyslider-title
{
  line-height:16px;
  background:#000000;
  background-color:rgba(0,0,0,0.7);
  color:#FFFFFF;
  height:290px;
  padding:20px 35px;
  position:absolute;
  right:0;
  top:0;
  width:270px;
  z-index:5;
}

#slider .sexyslider-title h1
{
  color:#FFFFFF;
}

#slider-nav
{
  width:17px;
  height:48px;
  text-align:left;
  position:absolute;
  right:-17px;
  top:20px;
  line-height:15px;
  z-index:6;
}

#slider-nav a 
{
  background:transparent url(../images/slider_buttons.png) no-repeat left top;
  display:block;
  padding:24px 17px 0 0;
  height:0;
  width:0;
  margin:0;
  overflow:hidden;
  cursor:pointer;
  text-decoration:none;
}

#slider-nav .sexyslider-prev
{
  background-position:left top;
}

#slider-nav .sexyslider-next
{
  background-position:left -24px;
}

#slider-nav .sexyslider-prev:active
{
  background-position:-17px top;
}

#slider-nav .sexyslider-next:active
{
  background-position:-17px -24px;
}











/*********************************************************************
 * Content, Columns
 *********************************************************************/

.content,
.fullwidth
{
  width:900px;
  position:relative;
  clear:left;
}

.left-sidebar .content
{
  padding:20px 30px;
  clear:right;
  margin-left:260px;
}

.fullwidth:after,
.content:after
{
  display: block;
  clear: both;
  content: " ";
  height:0;
  visibility:hidden;
}

.content
{
  padding:20px 30px 10px;
  width:580px;
  overflow:hidden;
}

.content img
{
  max-width:580px;
  height:auto;
}

.fullwidth
{
  /*padding:20px 30px 10px;*/
  padding:20px 5px 10px;
  width:auto;
}

.one_half
{
  float:left;
  display:inline;
  width:405px;
  position:relative;
  margin-right:30px;
}

.one_third
{
  float:left;
  display:inline;
  width:266px;
  position:relative;
  margin-right:20px;
}

.two_thirds
{
  float:left;
  display:inline;
  width:554px;
  position:relative;
  margin-right:20px;
}

.one_fourth
{
  float:left;
  display:inline;
  width:195px;
  position:relative;
  margin-right:20px;
}

.three_fourths
{
  float:left;
  display:inline;
  width:625px;
  position:relative;
  margin-right:20px;  
}

.one_half img
{
  max-width:405px;
  height:auto;
}

.one_third img
{
  max-width:266px;
  height:auto;
}

.one_fourth img
{
  max-width:195px;
  height:auto;
}

.two_thirds img
{
  max-width:554px;
  height:auto;
}

.three_fourths img
{
  max-height:625px;
  height:auto;
}

.content .one_half
{
  width:275px;
}

.content .one_third
{
  width:180px;
}

.content .one_fourth
{
  width:130px;
}

.content .two_thirds
{
  width:380px;
}

.content .three_fourths
{
  width:430px;
}

.content .one_half img
{
  max-width:405px;
}

.content .one_third img
{
  max-width:180px;
}

.content .one_fourth img
{
  max-width:130px;
}

.content .two_thirds img
{
  max-width:380px;
}

.content .three_fourths img
{
  max-width:430px;
}


/* fixing the input width bug */
.one_fourth input.small,
.one_fourth input[type="text"],
.one_fourth input.input
{
  width:162px;
}


.one_half + .one_half,
.one_third + .one_third + .one_third,
.one_fourth + .one_fourth + .one_fourth + .one_fourth,
.one_third + .two_thirds,
.two_thirds + .one_third,
.one_fourth + .three_fourths,
.three_fourths + .one_fourth
{
  margin:0;
}


.no-margin
{
  margin:0;
}




/*********************************************************************
 * Sidebar, Widgets, Search
 *********************************************************************/


.sidebar
{
  float:right;
  display:inline;
  width:260px;
  position:relative;
}

.left-sidebar .sidebar
{
  float:left;
}

.widget
{
  float:right;
  display:inline;
  width:230px;
  position:relative;
  clear:right;
  padding:0;
  margin:20px 30px 0 0;
}

.left-sidebar .widget
{
  margin:20px 0 0 30px;
}

.widget ul li
{
  /*border-bottom:1px solid #dfdfdf;*/
  padding:4px 0 5px;
}

.widget ul li:first-child
{
  /*border-top:1px solid #dfdfdf;*/
}

.widget ul li a
{
  margin-left:0px;
}

.widget ul ul
{
  padding:5px 0 0;
}

.widget ul li ul li a
{
  /*margin-left:15px;*/
}

.widget ul ul li:last-child
{
  border:0;
  padding-bottom:0;
}


.widget_categories ul,
.widget_archive ul
{
  list-style:none outside;
  margin:0;
}

.widget_categories ul li a,
.widget_archive ul li a
{
  background:url(../images/icons_folder.png) no-repeat -16px top;
  padding:1px 0 2px 20px;
  color:#595959;
  text-decoration:none;
  margin:0;
}

.widget_categories ul li a:hover,
.widget_archive ul li a:hover
{
  background:url(../images/icons_folder.png) no-repeat left -16px;
}

.widget_tag_cloud a
{
  text-decoration:none;
}

.widget_recent_entries ul,
.widget_recent_comments ul
{
  list-style:none outside;
  margin:0;
}

.widget_recent_entries ul li a
{
  background:url(../images/icons_page.png) no-repeat -16px top;
  padding:1px 0 2px 20px;
  color:#595959;
  text-decoration:none;
  margin:0;
}

.widget_recent_entries ul li a:hover
{
  background:url(../images/icons_page.png) no-repeat left -16px;
}

.widget_recent_comments ul li
{
  background:url(../images/icons_comments.png) no-repeat left -16px;
  padding:5px 0 8px 20px;
  border-bottom:1px solid #dfdfdf;
}

.widget_recent_comments ul li:first-child
{
  border-top:1px solid #dfdfdf;
}

.widget_recent_comments ul li a
{
  margin:0;
}

.widget_title
{
  height:30px;
  position:relative;
  padding:0 15px 0 10px;
  line-height:30px;
  margin:0 0 10px;
}

.widget_title h3
{
  color:#FFFFFF;
  font-size:16px;
  margin:0;
  padding:0;
  line-height:30px;
}

.widget_title a.hide
{
  background:url(../images/widget_min.png) no-repeat left top;
  height:14px;
  width:15px;
  display:block;
  position:absolute;
  right:12px;
  top:9px;
  opacity:0.7;
}

.widget_title a.hide:hover
{
  opacity:1;
}

.widget_title a.hide span
{
  display:none;
}

.widget input,
.widget .input
{
  width:208px;
}

.widget_search
{
  height:58px;
  width:202px;
  overflow:hidden; 
  padding:10px 14px 12px;
  line-height:23px;
}

.widget_search h3
{
  color:#FFFFFF;
  padding:0;
  margin:0 0 10px;
  font-size:20px;
  line-height:20px;
}

.widget_search input,
.widget_search .input
{
  width:128px;
  border:0;
  background:transparent;
  height:23px;
  margin:0 5px 0 0;
  padding:0 6px;
}

.widget_mycart ul
{
  list-style: outside none;
}

.widget_mycart ul li
{
  overflow:auto;
}

/*********************************************************************
 * Blog Elements
 *********************************************************************/

.breadcrumbs
{
  padding:0 0 10px;
  margin:0 0 20px;
  border-bottom:1px solid #dfdfdf;
  font-size:10px;
  line-height:12px;
}

.breadcrumbs a
{
  text-decoration:none;
  color:#949494;
}

.breadcrumbs a:hover
{
  text-decoration:underline;
  color:#3d3d3d;
}


.info
{
  color:#ababab;
  padding:10px;
  margin:0 0 15px;
  border-top:1px solid #dfdfdf;
  border-bottom:1px solid #dfdfdf;
  line-height:10px;
  font-size:10px;
}

.info a
{
  color:#ababab;
  text-decoration:none;
}

.info a:hover
{
  text-decoration:underline;
  color:#3d3d3d;
}

.readmore
{
  clear:left;
  text-align:right;
  line-height:25px;
}

.left-sidebar .readmore
{
  clear:right;
}

.pagination
{
  clear:both;
  text-align:right;
  padding:10px 0 0;
}

.pagination ul
{
  list-style: outside none;
  margin:0;
}

.pagination ul li
{
  display:inline;
  display:inline-block;
  margin:0 0 0 6px;
}

.pagination ul li a
{
  text-decoration:none;
  padding:4px 8px;
  background:#ececec;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

  -moz-transition: background-color .3s ease-out;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
}

.pagination ul li a:hover
{
  background:#d8d8d8;
}

.pagination ul li .current
{
  padding:4px 8px;
  background:#1D2224;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  color:#FFFFFF;
}

.share
{
  margin:0 10px 0 0;
}

.share a
{
  display:inline;
  display:inline-block;
  vertical-align:middle;
  width:0;
  padding:0 0 0 16px;
  overflow:hidden;
  opacity:0.4;
  
  -moz-transition: opacity .4s ease-out;
  -webkit-transition: opacity .4s ease-out;
  -o-transition: opacity .4s ease-out;
}

.share a:hover
{
  opacity:1;
}

.share .twitter
{
  background:url(../images/socialmedia/twitter.png) no-repeat left center;
}

.share .delicious
{
  background:url(../images/socialmedia/delicious.png) no-repeat left center;
}

.share .stumbleupon
{
  background:url(../images/socialmedia/stumbleupon.png) no-repeat left center;
}

.share .digg
{
  background:url(../images/socialmedia/digg.png) no-repeat left center;
}

.share .facebook
{
  background:url(../images/socialmedia/facebook.png) no-repeat left center;
}


.filter
{
  clear:both;
  text-align:left;
  padding:0 0 20px;
}

.filter ul
{
  list-style: outside none;
  margin:0;
  display:inline;
}

.filter ul li
{
  display:inline;
  margin:0 0 0 6px;

}

.filter ul li a
{
  text-decoration:none;
  padding:4px 8px;
  background:#ececec;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;

  -moz-transition: background-color .3s ease-out;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
}

.filter ul li a:hover
{
  background:#d8d8d8;
}

.filter ul li .current
{
  padding:4px 8px;
  background:#1D2224;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  color:#FFFFFF;
}

#portfolio .one_half,
#portfolio .one_third,
#portfolio .one_fourth
{
  background:#FFFFFF;
}

/*********************************************************************
 * Comments
 *********************************************************************/

#comments
{
  margin:0 0 20px;
  padding:0 0 20px;
  border-bottom:1px solid #dfdfdf;
}

ul.comments
{
  list-style:none outside;
  margin:20px 0 0;
}

ul.comments li
{
  padding:0 0 10px;
}

ul.comments li .author
{
  width:98px;
  float:left;
  display:inline;
}

img.avatar
{
  width:80px;
  height:80px;
  border:9px solid #f0f0f0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

ul.comments li .comment
{
  margin:0 0 0 98px;
}

ul.comments li .box-comment
{
  padding:0 15px;
  color:#3c3c3c;
}

ul.comments li .meta
{
  color:#cbcbcb;
  font-size:10px;
  line-height:25px;
}

ul.comments ul.children
{
  background: url(../images/comments_children.gif) no-repeat 20px 28px;
  list-style:none outside;
  padding:10px 0 0 40px;
  margin:0;
  clear:both;
}

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

ul.comments ul.children li .author
{
  width:78px;
}

ul.comments ul.children li .avatar
{
  width:60px;
  height:60px;
}

ul.comments ul.children li .comment
{
  margin: 0 0 0 78px;
}

.comment-reply-link
{
  border:0;
  padding:0;
  height:25px;
  display:inline;
  display:inline-block;
  text-align:center;
  line-height:24px;
  text-decoration:none;
  font-family:Verdana, Arial, sans-serif;
  font-size:10px;
  letter-spacing:-1px;
  color:#FFFFFF;
  cursor:pointer;
  
  width:53px;
  background: url(../images/button_xsmall.png) no-repeat left top;

  float:right;
  margin:0 0 0 20px;
}

.comment-reply-link:hover
{
  color:#e1e1e1;
}

#respond 
{
  clear:both;
}

#respond label
{
  font-weight:normal;
}

#respond .column_1
{
  width:30%;
  float:left;
}

#respond .column_2
{
  width:67%;
  float:right;
}

#respond .input,
#respond .textarea
{
  width:auto;
  display:block;
  margin:5px 0 8px;
  min-width:0;
  min-height:0;
}

#respond textarea
{
  height:121px
}

#respond form fieldset
{
  text-align:left;
  display:block;
  margin:10px 0 0;
}

/*********************************************************************
 * Products, Shop, etc
 *********************************************************************/

#gallery
{
  width:275px;
  height:250px;
  display:block;
  overflow:hidden;
  margin-bottom:20px;
}

#gallery .image-wrapper
{
  display:block;
}

#thumbs ul
{
  list-style:none outside;
  text-align:center;
}

#thumbs ul li
{
  border:1px solid #bbbbbb;
  background:#f4f4f4;
  padding:5px;
  display:inline;
  float:left;
  margin:0 3px 5px 5px;
}

#thumbs ul li img
{
  width:71px;
  height:65px;
}

#thumbs ul li:hover
{
  background:#e7e7e7;
}

.content .page .product
{
  background:#FFFFFF;
  overflow:hidden;
  padding:15px 25px;
  margin:0 0 10px;
  width:143px;
}

.fullwidth .page .product
{
  width:160px;
}

.product .title,
.widget_mycart .title
{
  display:block;
  margin-bottom:8px;
  overflow:hidden;
}

.product .title a,
.widget_mycart .title a
{
  font-size:13px;
  line-height:18px;
  text-decoration:none;
  font-weight:bold;
}

.widget_mycart .title a
{
  font-size:11px;
}


.thumb
{
  position:relative;
  width:100%;
}

.thumb img
{
  width:143px;
  height:130px;
}

.fullwidth .thumb img
{
  width:160px;
  height:145px;
}

.thumb span.price
{
  position:absolute;
  right:-5px;
  top:5px;
  z-index:9;
  padding:3px 6px;
  color:#FFFFFF;
  font-weight:bold;
  font-size:12px;
}

.thumb .viewmore
{
  display:none;
  position:absolute;
  left:0;
  top:0;
  z-index:8;
  height:77px;
  width:143px;
  padding:53px 0 0;
  background:#000000;
  background-color:rgba(0,0,0,0.5);
  text-align:center;
  text-decoration:none;
}

.fullwidth .thumb .viewmore
{
  width:160px;
  height:85px;
  padding:60px 0 0;
}

.widget .thumb
{
  width:auto;
  float:left;
  display:inline;
  margin:0 5px 0;
}

.widget .thumb img
{
  border:3px solid #EEEEEE;
  width:50px;
  height:45px;
}

.content .full .product
{
  background:#F4F4F4;
  padding:20px 20px 10px;
  overflow:auto;
  width:auto;
  float:none;
  display:block;
}

.widget_mycart .shopdelete
{
  background:url(../images/system-delete-alt.gif) no-repeat left top;
  width:0;
  height:0;
  overflow:hidden;
  float:right;
  display:inline;
  margin:0 0 5px 10px;
  padding:14px 14px 0 0;
  opacity:0.3;
}

.widget_mycart .shopdelete:hover
{
  opacity:1;
}

/*
.full .product:nth-child(even)
{
  background:#E8E8E8;
}
*/

.full .product h1
{
  font-size:18px;
  line-height:20px;
}

.full .product h2 a:hover
{
  color:#1A508A;
}

.full .product .thumb
{
  width:118px;
  float:left;
  display:inline;
}

.full .product .thumb img
{
  width:100px;
  height:91px;
  border:1px solid #EEEEEE;
  background:#FFFFFF;
  padding:8px;
  display:inline;
  float:left;
  margin:0;
}

.full .product .descripcion
{
  display:inline;
  float:right;
  width:400px;
}


/*********************************************************************
 * Specific Styles
 *********************************************************************/

ul.post-list
{
  margin:0;
  list-style:none outside;
}

ul.post-list li
{
  border-bottom:1px solid #dfdfdf;
  padding:0 0 8px;
  margin:0 0 8px;
  color:#a0a0a0;
  font-size:10px;
  display:block;
  min-height:38px;
}

ul.post-list li h2,
ul.post-list li h3,
ul.post-list li h4
{
  margin:0;
}

ul.post-list li a.comments
{
  float:right;
  display:inline;
  width:70px;
  text-align:right;
  font-size:10px;
  color:#a0a0a0;
  text-decoration:none;
}

ul.post-list li a.comments span
{
  background:url(../images/icons_comments.png) no-repeat -16px top;
  display:block;
  padding-right:20px;
  font-size:18px;
  color:#3d3d3d;
  margin:0 0 3px;
}





.button,
.button-xsmall,
.button-small,
.button-medium,
.button-big
{
  border:0;
  padding:0;
  height:25px;
  display:inline;
  display:inline-block;
  text-align:center;
  line-height:24px;
  text-decoration:none;
  font-family:Verdana, Arial, sans-serif;
  font-size:11px;
  letter-spacing:-1px;
  color:#FFFFFF;
  cursor:pointer;
}

.button:hover,
.button-xsmall:hover,
.button-small:hover,
.button-medium:hover,
.button-big:hover
{
  color:#e1e1e1;
}

.button:focus,
.button-xsmall:focus,
.button-small:focus,
.button-medium:focus,
.button-big:focus
{
  border: 1px transparent;
}

.button-xsmall
{
  width:53px;
  background: url(../images/button_xsmall.png) no-repeat left top;
}

.button-small
{
  width:73px;
  background: url(../images/button_small.png) no-repeat left top;
}

.button,
.button-medium
{
  width:103px;
  background: url(../images/button_medium.png) no-repeat left top;
}

.button-big
{
  width:133px;
  background: url(../images/button_big.png) no-repeat left top;
}



.alert-info,
.alert-error,
.alert-success
{
  padding:15px 20px 10px;
  font-weight:normal;
  font-size:11px;
  margin:20px 0;
  position:relative;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
}

.widget .alert-info,
.widget .alert-error,
.widget .alert-success
{
  margin:10px 0;
}

.alert-info
{
  background:#fffff1;
  border:1px solid #e7de4f;
  color:#e1d622;
}

.alert-error
{
  background:#fff1f1;
  border:1px solid #da5b5b;
  color:#da5b5b;
}

.alert-success
{
  background:#f7fff1;
  border:1px solid #8edc50;
  color:#6bcd1d;
}

.alert-info h1,
.alert-info h2,
.alert-info h3
{
  font-size: 16px;
  color:#e1d622;
}

.alert-error h1,
.alert-error h2,
.alert-error h3
{
  font-size: 16px;
  color:#da5b5b;
}
.alert-success h1,
.alert-success h2,
.alert-success h3
{
  font-size: 16px;
  color:#6bcd1d;
}

.wpcf7
{
  width:300px;
  margin:0 auto;
}

.wpcf7 input[type=submit]
{
  border:0;
  padding:0;
  height:25px;
  display:inline;
  text-align:center;
  line-height:24px;
  text-decoration:none;
  font-family:Verdana, Arial, sans-serif;
  font-size:10px;
  letter-spacing:-1px;
  color:#FFFFFF;
  cursor:pointer;
  width:73px;
  background: url(../images/button_small.png) no-repeat left top;
  float:right;
}

/*********************************************************************
 * Footer
 *********************************************************************/

#footer
{
  color:#8e9192;
}

#footer .fullwidth
{
  padding:10px 30px;
}

#footer ul li
{
  padding:7px 0;
  border-bottom:1px solid #2e3436;
}

#footer ul ul li
{
  border:0;
}

#footer ul li a
{
  color:#8e9192;
  text-decoration:none;
}

#footer ul li a:hover
{
  text-decoration:underline;
}

.round_alt_top
{
  background:url(../images/page_alt_top.png) no-repeat left top;
  padding:10px 0 0 0;
  position:relative;
  margin:20px 0;
}

.round_alt_bottom
{
  background: url(../images/page_alt_bottom.png) no-repeat left top;
  height:10px;
}

.round_alt_middle
{
  background:#1d2224;
  padding:0 0 10px;
}


.copyright
{
  background:#0e1112;
  padding:6px;
  text-align:center;
  font-size:10px;
}

.copyright p
{
  margin:0;
}




/******************************************************************************************************************
 * Reports
 ******************************************************************************************************************/

table.reportList
{
	border: 1px solid #CCCCCC;
	font-size: 8pt;
	width: 100%;
	margin: 0;
	/*table-layout:fixed;*/
}

table.reportList thead tr .sortbutton
{
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	padding-left: 10px;
	/*background: transparent url("../images/table_sortbutton.gif") right no-repeat;*/
	background-color: #3E94CF;
}

table.reportList tbody td
{
	color: #666666;
	background-color: #FFFFFF;
	vertical-align: middle;
	border-bottom: 1px solid #CCCCCC;
	padding: 7px;
	line-height: 20px;
	border-right: 1px solid #CCCCCC;
	/*text-overflow:ellipsis;
	overflow:hidden;*/

}

table.reportList tbody tr:nth-child(even) td		{ background-color: #F7F9F8;}

table.reportList thead tr .headerSortUp 			{ background-image: url(../images/asc.gif); }
table.reportList thead tr .headerSortDown 		{ background-image: url(../images/desc.gif); }

table.reportList thead tr th, table.reportList tfoot tr th
{
	background-color: #3E94CF;
	border: 1px solid #CBCFD3;
	font-size: 9pt;
	padding: 7px;
}

table.reportList thead tr, table.reportList thead tr th
{
	/*background: transparent url("../images/reportList_header.png") repeat-x;*/
	background-color: #3E94CF;
}

#div_reportnavigation
{
	margin: 15px 0 25px 0;
	width: 850px;
}

.reportNavigation
{
	list-style : none;
	display : block;
	padding: 0;
	text-align: center;
	clear: both;
	margin: 0px;
}

.reportNavigation li
{
	float: left;
	display : block;
	width: 42px;
} 
.reportNavigation li span
{
	padding: 4px 7px 4px 7px;
	font-size: 10px;
	text-decoration: none;
	color: #333333;
	cursor: pointer;
}

.reportNavigation li span:hover
{
	background-color: #d6d6d6;
	text-decoration: none;
} 

.reportNavigation li.current span
{
	background-color: #E9E9E9;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

/******************************************************************************************************************
 * END Reports
 ******************************************************************************************************************/




/******************************************************************************************************************
 * JavaScript compatibility classes
 ******************************************************************************************************************/

.send
{
}

.required
{
}

.inputError
{
	background-color: #FF0000;
}

/******************************************************************************************************************
 * END JavaScript compatibility classes
 ******************************************************************************************************************/




/******************************************************************************************************************
 * Text formatting
 ******************************************************************************************************************/

.spanlink
{
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.spanlink a
{
	text-decoration: underline;
}

.spanlink a:hover
{
	text-decoration: underline;
}

/******************************************************************************************************************
 * END Text formatting
 ******************************************************************************************************************/




/******************************************************************************************************************
 * Messageboxes
 ******************************************************************************************************************/

.message /* OBSOLETE */
{
	margin: 2px 2px 2px 2px;
	padding: 0;
	font-size: 12px;
	color: #EE0C0C;
}

.messagebox
{
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 20px;
	/*text-transform: uppercase;*/
	font-size: 11px;
	font-family: "Trebuchet MS";
	line-height: 22px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.messagebox_success
{
	background-color: #EBF8D6;
	border: 1px solid #A6DD88;
	color: #539B2D;
	background-image: url("../images/messagebox_success.png");
}

.messagebox_error
{
	background-color: #FFECE6;
	border: 1px solid #FF936F;
	color: #842100;
	background-image: url("../images/messagebox_error.png");
}

.messagebox_warning
{
	background-color: #FFFBCC;
	border: 1px solid #FFF35E;
	color: #C69E00;
	background-image: url("../images/messagebox_warning.png");
}

.messagebox_info
{
	background-color: #D3EEF1;
	border: 1px solid #81CDD8;
	color: #369CAB;
	background-image: url("../images/messagebox_info.png");
}

.shortmessage
{
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 15px;
	/*text-transform: uppercase;*/
	font-size: 11px;
	font-family: "Trebuchet MS";
	line-height: 15px;
	margin: 5px 0 5px 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

	background-color: #FFECE6;
	border: 1px solid #FF936F;
	color: #842100;

	position:relative;
}

/*
.shortmessage
{
  padding: 5px 20px 0 10px;
  font-weight:normal;
  font-size:11px;
  margin: 3px 0 20px 0;
  position:relative;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  background:#fff1f1;
  border:1px solid #da5b5b;
}

.widget .shortmessage
{
  margin: 50px 0 100px 0;
}
*/

/******************************************************************************************************************
 * END Messageboxes
 ******************************************************************************************************************/




/******************************************************************************************************************
 * Various
 ******************************************************************************************************************/

.buttonimage
{
	cursor: pointer;
	border: none;
}

.formSeparator
{
	width: 100%;
	size: 1px;
	color: #EEEEEE;
	margin: 15px 0 25px 0;
}

/******************************************************************************************************************
 * END Various
 ******************************************************************************************************************/


.button_next
{
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	background: url("../images/button_next.gif") no-repeat;
	cursor: pointer;
	border: none;
}

.button_prev
{
	margin: 0;
	padding: 0;
	width: 26px;
	height: 26px;
	background: url("../images/button_prev.gif") no-repeat;
	cursor: pointer;
	border: none;
}




/******************************************************************************************************************
 * Boekingen
 ******************************************************************************************************************/

table.boekingen
{
	width: 400px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
}

table.boekingen tr td
{
	background: transparent;
	cursor: pointer;
}

table.boekingen tr.selectedItem td
{
	background: #F5FC3C;
}

table.boekingen tr.warningItem td
{
	background: #F51924;
}

table.boekingen tr.selectedWarningItem td
{
	background: #F6A518;
}

table.boekingen tr td
{
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

/******************************************************************************************************************
 * END Boekingen
 ******************************************************************************************************************/




/******************************************************************************************************************
 * Autocomplete
 ******************************************************************************************************************/

div.autocomplete
{
	position: absolute;
	left: 330px;
	width: 247px;
	z-index: 1005;
	clear: both;
	margin-top:25px;
        height: 300px;
        overflow: hidden;
}

div.autocomplete_inner
{
	color: #1C6BA2;
	background-color: #8CBFDC;
	border: 1px solid #1C6BA2;
	position: absolute;
}

div.autocomplete ul li
{
	height: 25px;
	line-height: 25px;
	list-style: none;
	padding-left: 5px;
	width: 200px;
	cursor: pointer;
}

div.autocomplete_close
{
    background-color: #FFFFFF;
    width: 199px;
    border: 1px solid #000000;
    cursor: pointer;
    text-align: right;
    padding: 3px;
    font-weight: bold;
}

/******************************************************************************************************************
 * END Autocomplete
 ******************************************************************************************************************/


label.checkbox
{
	display: inline;
	cursor: pointer;
	margin: 0;
	padding: 0;
}