/* Copyright (C) 2007 - 2011 YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 
.greenbutton {
    display: inline-block;
    background: #83a01c;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6d14c), color-stop(100%,#83a01c));
    background: -moz-linear-gradient(center top, #b6d14c 0%, #83a01c 100%);
    -webkit-box-shadow: 0px 1px 0px 0px #d1f25a inset, 0px -1px 0px 0px #99bc27 inset, 1px 2px 5px 0px #c9c9c9;
    -moz-box-shadow: 0px 1px 0px 0px #d1f25a inset, 0px -1px 0px 0px #99bc27 inset, 1px 2px 5px 0px #c9c9c9;
    box-shadow: 0px 1px 0px 0px #d1f25a inset, 0px -1px 0px 0px #99bc27 inset, 1px 2px 5px 0px #c9c9c9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 0px #648018;
    padding: 10px 20px;
    display: block;
    border-color: #97b134;
    border-width: 1px;
    border-style: solid;
    font-family: Lucida Grande, arial;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}
.greenbutton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbda4c), color-stop(100%,#84a01d));
    background: -moz-linear-gradient(center top, #bbda4c 0%, #84a01d 100%);
    text-shadow: 4px 1px 5px #;
}
.greenbutton:active {
    background: #84a01d;
    -webkit-box-shadow: 0px 2px 5px 0px #59691b inset;
    -moz-box-shadow: 0px 2px 5px 0px #59691b inset;
    box-shadow: 0px 2px 5px 0px #59691b inset;
    text-shadow: 0px 0px 2px #242e07;
    border-color: #5c6b2f;
}

#logo a.logo-icon {
	display: block;
	width: 155px;
	height: 80px;
	background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
}

.modulewrappertop #top .top-2 div.mod-line div.box-1:hover h3.header,
.modulewrapperbottom #bottom .bottom-2 div.mod-line div.box-1:hover h3.header { color: #2D2E2F; }

/* rss + twitter toolbar icons */
#toolbar a.rss,
#toolbar a.twitter {
	display: inline-block;
	margin-top: 8px;
}

/* demo content: frontpage teaser */
.demoteaser {
	position: relative;
	height: 250px;
	padding: 0px 460px 0px 30px;
	background: url(../../../images/yootheme/home_teaser_shoppingbasket.png) 0 0 no-repeat; 
	background-position: right;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	overflow: hidden;
}

.demoteaser h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 52px;
	line-height: 52px;
}

.demoteaser span.subtitle {
	font-size: 24px;
	color: #7B8793;
}

.demoteaser p { 
	margin-top: 5px;
	color: #7B8793;
}

.demoteaser .buttons {
	position: absolute;
	bottom: 15px;
	overflow: hidden;
}

.demoteaser .buttons a {
	height: 52px;
	padding: 8px 0px 0px 60px;
	color: #798490;
	background: url(../../../images/yootheme/home_teaser_button.png) 0 0 no-repeat;
	float: left;
	display: block;
	text-decoration: none;
}

.demoteaser .buttons a.button-free:hover { background-position: 0 -60px; }
.demoteaser .buttons a.button-purchase { background-position: 0 -120px; }
.demoteaser .buttons a.button-purchase:hover { background-position: 0 -180px; }
.demoteaser .buttons a.button-setup { background-position: 0 -240px; }
.demoteaser .buttons a.button-setup:hover { background-position: 0 -300px; }


/* demo content: icons page */
.iconbox {
	padding: 10px;
	border: 1px solid #D5D7D8;
	background: #F3F5F8;
	overflow: hidden; 
}

/* demo content: social bookmarks */
.socialbookmarks { 
	height: 42px;
	margin: -8px;
}

.socialbookmarks a {
	height: 42px;
	width: 42px;
	margin-right: 9px;
	display: inline-block;
	background: url(../../../images/yootheme/socialbookmarks.png) 0 0 no-repeat;
}

.socialbookmarks a.facebook:hover { background-position: 0 -50px; }
.socialbookmarks a.twitter { background-position: 0 -100px; }
.socialbookmarks a.twitter:hover { background-position: 0 -150px; }
.socialbookmarks a.flickr { background-position: 0 -200px; }
.socialbookmarks a.flickr:hover { background-position: 0 -250px; }
.socialbookmarks a.feed { background-position: 0 -300px; }
.socialbookmarks a.feed:hover { background-position: 0 -350px; }
.socialbookmarks a.delicious {
	margin-right: 0px;
	background-position: 0 -400px;
}
.socialbookmarks a.delicious:hover { background-position: 0 -450px; }

 
 .simple-little-table { 
  font-family:Arial, Helvetica, sans-serif; 
  color:#666; 
  font-size:12px; 
  text-shadow: 1px 1px 0px #fff; 
  background:#eaebec; 
  margin:20px; 
  border:#ccc 1px solid; 
  border-collapse:separate; 

  -moz-border-radius:3px; 
  -webkit-border-radius:3px; 
  border-radius:3px; 

  -moz-box-shadow: 0 1px 2px #d1d1d1; 
  -webkit-box-shadow: 0 1px 2px #d1d1d1; 
  box-shadow: 0 1px 2px #d1d1d1; 
 } 

 .simple-little-table th { 
  font-weight:bold; 
  padding:21px 25px 22px 25px; 
  border-top:1px solid #fafafa; 
  border-bottom:1px solid #e0e0e0; 

  background: #ededed; 
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb)); 
  background: -moz-linear-gradient(top, #ededed, #ebebeb); 
 } 
 .simple-little-table th:first-child{ 
  text-align: left; 
  padding-left:20px; 
 } 
 .simple-little-table tr:first-child th:first-child{ 
  -moz-border-radius-topleft:3px; 
  -webkit-border-top-left-radius:3px; 
  border-top-left-radius:3px; 
 } 
 .simple-little-table tr:first-child th:last-child{ 
  -moz-border-radius-topright:3px; 
  -webkit-border-top-right-radius:3px; 
  border-top-right-radius:3px; 
 } 
 .simple-little-table tr{ 
  text-align: center; 
  padding-left:20px; 
 } 
 .simple-little-table tr td:first-child{ 
  text-align: left; 
  padding-left:20px; 
  border-left: 0; 
 } 
 .simple-little-table tr td { 
  padding:18px; 
  border-top: 1px solid #ffffff; 
  border-bottom:1px solid #e0e0e0; 
  border-left: 1px solid #e0e0e0; 
   
  background: #fafafa; 
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa)); 
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa); 
 } 
 .simple-little-table tr.even td{ 
  background: #f6f6f6; 
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6)); 
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6); 
 } 
 .simple-little-table tr:last-child td{ 
  border-bottom:0; 
 } 
 .simple-little-table tr:last-child td:first-child{ 
  -moz-border-radius-bottomleft:3px; 
  -webkit-border-bottom-left-radius:3px; 
  border-bottom-left-radius:3px; 
 } 
 .simple-little-table tr:last-child td:last-child{ 
  -moz-border-radius-bottomright:3px; 
  -webkit-border-bottom-right-radius:3px; 
  border-bottom-right-radius:3px; 
 } 
 .simple-little-table tr:hover td{ 
  background: #f2f2f2; 
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0)); 
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);  
 } 


 