/* colors siliconfarm

--darkest--

gray-		#333
gray		8C8984
green gray	929C7C
red-new		AF1914
red-		C4352F
red			Df734F
orange-		F68410
orange		FFA93D
orange+		FFC63F
green		A0D02E
green+		A5E41F

orange++	FFDE7F
red++		FFCFBF
green++		DFFFCF

++lighest++

system
green		4fC93F
orange		FFD020
red			EA1F0F
*/

html, body {
  background: #f9f9f9;
  font-family: Arial, Helmet, Freesans, sans-serif;
  font-size: 12px;
  line-height: 22px;
  color: #666;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

img {
  border: none;
}

fieldset {
  border: solid 1px #eee;
  border-radius: 4px;
}

.clearfix {
  clear: both;
}

.green {
  color: #A0D02E;
}

#first_wrapper {
  position: relative;
  text-align: left;
  width: 972px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}

#first {
  text-transform: uppercase;
  height: 26px;
  margin: 4px 0;
}

#main_wrapper {
  background: #fff;
  padding: 0;
  margin: 0;
  border: dotted 1px #eee;
  border-radius: 4px;
}

#headerwrapper {
  position: relative;
  width: auto;
  height: 150px;
  padding: 0;
  overflow: hidden;
}

#top {
  position: absolute;
  top: 120px;
  right: 50px;
  width: 120px;
  height: 30px;
  z-index: 10;
}

#header {}

#headerwrapper #logo a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 150px;
  background: url(../images/siliconfarm-logo.jpg) no-repeat;
  line-height: 400px;
  overflow: hidden;
}

#nav {
  position: absolute;
  top: 90px;
  left: 10px;
}

#breadcrumbs, .ups, .blog .pagination {
  margin: 10px 0;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  font-size: 9px;
  color: #777;
  border: solid 1px #eee;
  background: #f9f9f9 url(/bin/images/shadow-up.png) repeat-x center 15px;
  border-radius: 4px;
}

#breadcrumbs {
  background: none;
  border: none;
  padding: 0 30px;
  color: #F68410;
  font-size: 20px;
}

#breadcrumbs ul {
  margin: 0;
  padding: 0;
}

#breadcrumbs li {
  list-style-type: none;
  display: inline;
}

#breadcrumbs a {
  color: #A0D02E;
}

#above {
  padding: 0 10px;
}

#content_wrapper {
  clear: both;
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  padding: 0 30px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#left {
  float: left;
  width: 320px;
}

#content, #content-left, #content-right {
  width: auto;
  overflow: hidden;
}

#content-left {
  float: right;
  width: 570px;
  padding: 0;
  height: auto;
}

#content-right {
  float: left;
  width: 620px;
  padding: 0;
  height: auto;
}

#right {
  float: right;
  width: 270px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#after {
  clear: both;
  padding: 15px 0;
}

#after p {
  margin: 0;
}

#below {
  position: absolute;
  top: 390px;
  right: 90px;
  width: 200px;
  height: 170px;
}

#footer {
  clear: both;
  margin: 20px 0 0;
  background: #fff;
  border: dotted 1px #eee;
  border-radius: 4px;
  overflow: hidden;
}

#credits_wrapper {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  font-size: 11px;
  line-height: 16px;
}

#credits {
  text-align: left;
  padding-left: 10px;
  color: #999;
}

#syndicate {
  display: inline;
  width: 30px;
}

#syndicate * {}

#last {
  position: absolute;
  top: 10px;
  right: 0;
  width: 260px;
  margin: 0;
  padding: 0;
  text-align: right;
}

div#credits a {
  color: #777;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

div#credits a:hover {
  color: #A0D02E;
}

/* CONTENT */

/* google fonts */

#right h3, #breadcrumbs, #before .samples h3 {
  font-family: 'Bilbo', cursive;
}

/* j2.5 */

#component h1 {
  clear: both;
  font-size: 160%;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#component .item, #component .item-page {
  clear: both;
  position: relative;
  overflow: hidden;
  margin: 0 0 40px;
}

#component h2 {
  clear: both;
  margin: 5px 0;
  padding: 3px 0;
  font-size: 150%;
  font-weight: normal;
}

#component h2, #component h2 a {
  color: #A0D02E;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#component h2 a:hover {
  color: #A5E41F;
}

dl.article-info {
  margin: 0;
  padding: 0;
}

dl.article-info dd.category-name {
  display: inline;
  color: #999;
  font-size: 90%;
  margin: 0;
  padding: 2px 5px;
  background: #DFFFCF;
}

dl.article-info dd.category-name a {
  font-weight: bold;
  color: #666;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

dl.article-info dd.category-name a:hover {
  color: #222;
}

dl.article-info dd.create {
  float: right;
  color: #929C7C;
  font-size: 90%;
  margin: 0;
  padding: 0;
  font-style: italic;
  text-align: right;
}

#component .text {
  clear: both;
  margin: 20px 0;
}

#component .blog .text img {
  padding: 0 5px;
}

/* articles - blog */

#component .blog h2 {
  margin-top: 30px;
}

.componentheading {
  margin: 10px 0 20px;
  padding: 5px 0;
  font-size: 18px;
  color: #A0D02E;
  font-weight: normal;
  letter-spacing: 1px;
}

.blog .createdate {
  float: left;
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 7px;
  color: #999;
  border-right: solid 3px #DFFFCF;
  text-align: center;
  font-weight: normal;
  text-transform: lowercase;
}

.blog .contentheading {
  float: left;
  width: 520px;
  margin: 0;
  padding: 0;
}

a.contentpagetitle {
  display: block;
  color: #A0D02E;
  font-size: 20px;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}

.section-category {
  float: left;
  height: 15px;
  line-height: 15px;
  background: url(../images/bullet.jpg) no-repeat left;
  padding-left: 12px;
  margin-bottom: 20px;
}

.section-category a {
  color: #df734f;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.section-category a:hover {
  color: #C4352F;
}

a.contentpagetitle:hover {
  color: #FFA93D;
}

.createdate .day {
  display: none;
}

.createdate .month {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  padding-left: 2px;
}

.createdate .date {
  font-size: 18px;
  line-height: 18px;
  color: #FFA93D;
  font-weight: bold;
}

.createdate .year {
  font-size: 8px;
  line-height: 8px;
  letter-spacing: 2px;
  padding-left: 2px;
}

h2.menu_name {
  text-transform: uppercase;
}

#form-login2 {
  clear: both;
}

#form-login2 fieldset {
  width: 50%;
}

div.intro {
  clear: both;
  margin: 20px 0;
  font-size: 14px;
}

div.item {
  margin-bottom: 10px;
}

.contentpaneopen, .articlecontent {
  clear: both;
  padding: 0;
  margin: 20px 0 0 10px;
}

.contentpaneopen img, .articlecontent img {
  background: url(../images/shadow-alpha.png) no-repeat bottom right;
  padding: 0 5px 5px 0;
  margin: 0 10px 10px;
}

div.item div.contentcolumn2 {}

div.item div.contentcolumn2 {
  float: left;
  width: 48%;
  margin-right: 2%;
  height: auto;
}

div.article_separator {
  clear: both;
  height: 10px;
  margin: 30px 150px 40px;
  border-bottom: dotted 1px #A0D02E;
}

div.article_separator2 {
  margin: 25px;
}

.blog p.readmore a {
  color: #FFA93D;
}

a.readon {
  padding: 0px 2px;
  background: #fff;
  cursor: pointer;
  font-weight: bold;
}

a.readon:hover {}

a.contentpagetitle {}

/* forms & buttons */

/* safari fix: default would be "box-sizing:border-box" for buttons */

input[type="submit"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
  font-size: 13px;
  padding: 3px;
  color: #444;
  border: solid 1px #929C7C;
  background: #fff url(/bin/images/shadow-down.png) repeat-x center -12px;
  border-radius: 2px;
}

textarea {
  width: 95%;
}

input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="password"]:active, input[type="password"]:focus {
  border: solid 1px #A0D02E;
  outline: 0 none;
}

/* MENUS */

.moduletable_menu {}

.menu, .menu li .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

#nav .menu li {
  float: left;
  padding: 0 9px;
  border-right: dotted 1px #ddd;
}

#nav .menu li.item-110, #nav .menu li.item-112, #nav .menu li.item-103 {
  border: none;
}

#nav .menu li a {
  float: left;
  display: block;
  width: auto;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: #666;
  text-shadow: -3px 2px 2px #E5E5E5;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#nav .menu li a:hover, #nav .menu li.current a, #nav .menu li.active a {
  color: #F68410;
  text-decoration: none;
  /*background:url(../images/barcode.png) no-repeat -5px 50%;*/
}

#nav .menu li#current a {}

#breadcrumbs {
  position: relative;
}

#breadcrumbs .menu {
  position: absolute;
  top: 0;
  right: 0;
}

#breadcrumbs .menu li {
  float: left;
  border-left: solid 1px #eee;
}

#breadcrumbs .menu li a {
  display: block;
  padding: 0 8px;
  height: 25px;
  line-height: 25px;
}

#breadcrumbs .menu li a:hover {
  background: #f9f9f9 url(/bin/images/shadow-down.png) repeat-x center -15px;
}

#left .menu {
  position: relative;
  padding: 0;
  margin: 0;
}

#left .menu li a {
  color: #A0D02E;
  text-transform: uppercase;
  display: block;
  width: 125px;
  line-height: 20px;
  padding: 25px 5px 25px 0;
  text-align: left;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#left .menu li a:hover {
  color: #F68410;
  text-decoration: none;
}

#left .menu li.active a {
  /*width:180px; /*same as jquery anim on cbuilder html*/
  color: #F68410;
  background: url(../images/arrow-green-left.png) no-repeat 124px 50%;
}

#left .menu li.active li a {
  background: none;
  color: #555;
}

#left ul ul {
  position: absolute;
  left: 130px;
  width: 170px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-left: solid 1px #A0D02E;
}

#left ul .item-178 ul, #left ul .item-363 ul, #left ul .item-382 ul {
  top: 0;
}

#left ul .item-173 ul, #left ul .item-367 ul, #left ul .item-386 ul {
  top: 65px;
}

#left ul .item-172 ul, #left ul .item-372 ul, #left ul .item-391 ul {
  top: 160px;
}

#left ul .item-182 ul, #left ul .item-376 ul, #left ul .item-395 ul {
  top: 210px;
}

#left .menu li ul a {
  color: #555;
  text-transform: none;
  width: 100%;
  line-height: 15px;
  padding: 5px 0 5px 15px;
  margin: 0;
  text-align: left;
}

#left .menu li ul a:hover, #left .menu li ul li.active a {
  padding-left: 15px;
  /*margin-left:0;*/
  padding-right: 0;
  color: #F68410;
  background: none;
}

#last .menu {
  width: 100%;
  margin: 0;
  padding: 0;
}

#last .menu li {
  float: right;
  margin: 0;
  padding: 0;
}

#last .menu li a {
  display: block;
  width: auto;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin: 0 2px;
  padding: 0 7px;
  color: #A0D02E;
}

#last .menu li a:hover {
  color: #8C8984;
}

/* pagination j2.5 */

.blog .pagination ul, p.counter {
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
}

p.counter {
  padding: 0 10px;
  margin-right: 10px;
  border-right: dotted 1px #ddd;
  background: #fff;
}

.blog .pagination li {
  list-style-type: none;
  float: left;
  padding: 0 5px;
  margin: 0 5px;
  font-size: 100%;
  color: #ccc;
}

.blog .pagination li a {
  color: #777;
  display: block;
  font-weight: bold;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.blog .pagination li a:hover {
  background: #fff;
  color: #222;
}

/* login */

.moduletable_login {
  float: left;
}

.moduletable_login div {
  float: left;
  margin-right: 20px;
}

/* registration */

.registration dt, .registration dd {
  float: left;
  width: auto;
}

.registration dt {
  clear: both;
  width: 200px;
  text-align: right;
}

/* COMPONENTS */

/* HOMEPAGE */

#component .home .text {
  background: url(../images/line-horiz.png) repeat-x 0 19px;
}

#component .home .text img {
  border: none;
  padding: 0 30px;
}

/* WEBSITES */

#content .websites,
#component .contact {
  overflow: hidden;
  background: url(../images/bg-content.png) no-repeat bottom left;
  min-height: 460px;  
}

#component .websites {
  overflow: hidden;
}

#component .websites a {
  display: inline-block;
  width: 280px;
  height: 360px;
  line-height: 220px;
  overflow: hidden;
}

#component .websites a:hover {
  text-indent: -280px;
}

/* 2 columns layout */

#component .blog .cols-2 {
  overflow: hidden;
  padding: 20px 0 100px 70px;
  background: url(/media/com_hikashop/upload/mail/icons-4.png) no-repeat bottom right;
}

#component .blog .cols-2 .item {
  float: left;
  clear: none;
  width: 260px;
  height: 260px;
  border-radius: 260px;
  overflow: hidden;
  margin: 30px 40px;
  padding: 40px;
  text-align: center;
}

#component .blog .cols-2 .column-1 {
  border: solid 3px #DFFFCF;
}

#component .blog .cols-2 .column-2 {
  margin-left: -70px;
  border: solid 3px #FFDE7F;
}

#component .blog .cols-2 .column-2 h2 {
  color: #FFC63F;
}

#component .blog .cols-2 .item .article {
  margin: 0;
}

#component .blog .cols-2 .item h2 {
  border: none;
  text-transform: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}

#component .blog .cols-2 .item .text {
  margin: 5px 0;
}

/*3 colums layout (local tech) */

#component .cols-3 .item {
  width: 273px;
  clear: none;
  position: relative;
  height: 250px;
  float: left;
  margin: 0 8px;
  border: solid 1px #eee;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px 2px #eee;
  box-shadow: 0 0 6px 2px #eee;
}

#component .cols-3 .column-1 {}

#component .cols-3 .column-2 {
  margin: 0 20px;
}

#component .cols-3 .column-3 {}

#component .cols-3 h2 {
  font-size: 12px;
  font-weight: bold;
  border: none;
  text-align: center;
  margin: 10px 0;
}

#component .cols-3 .item img {
  border: none;
}

.cols-3 .item ul {
  position: absolute;
  top: 130px;
  left: 10px;
  padding: 0 0 0 10px;
  list-style-type: circle;
}

.cols-3 .item ul li {
  padding: 0;
  margin: 1px 5px;
}

/* CONTACT FORM */

.contact-form {
  float: left;
  padding-left: 210px;
  width: 400px;
  background: url(../images/bg-contact.png) no-repeat 45px 200px;
}

#contact-form {
  position: relative;
  width: 350px;
  border: solid 1px #999;
  background: #f9f9f9;
  overflow: hidden;
  padding: 10px 15px;
  -webkit-box-shadow: -3px 2px 6px 2px #eee;
  box-shadow: -3px 2px 6px 2px #eee;
}

#contact-form fieldset {
  border: none;
}

.contact h3 {
  display: none;
}

.contact_email {}

.contact dt, .contact dd {
  float: left;
  width: 230px;
  padding: 7px 0;
  line-height: 22px;
}

.contact dt {
  clear: both;
  width: 50px;
  text-align: right;
}

.contact dd input {
  width: 220px;
}

.contact dd textarea {
  width: 220px;
  height: 130px;
}

#jform_contact_emailmsg-lbl, #jform_contact_emailmsg {
  display: none;
}

.contact-form button {
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px;
  float: right;
  border-radius: 4px;
  background: #fff url(../images/shadow-up.png) repeat-x 50% 8px;
  border: solid 1px #999;
  margin: 10px 30px 0 0;
  position: relative;
  z-index: 2;
}

.contact dd .button:hover {
  cursor: pointer;
  background: #fff url(../images/shadow-up.png) repeat-x 50% 4px;
}

.contact .green {
  font-family: 'Courier New', Courier, Freemono, 'Nimbus Mono L', monospace;
  font-size: 15px;
  font-weight: bold;
}

.contact-miscinfo {
  float: right;
  width: 295px;
}

/* WEB QUOTE */

.quote .s1 {
  width: 129px;
  float: left;
}

.quote .sl {
  width: 120px;
}

.quote .s2 {
  width: 219px;
}

.quote .s3 {
  width: 800px;
}

.quote .comments {
  color: #999999;
  font-style: oblique;
  font-size: 12px;
}

.quote .realblue {
  color: #3300CC;
}

.quote .gray, .quote .white {
  background-color: #f9f9f9;
  padding: 20px;
  margin: 30px;
  overflow: hidden;
}

.quote .white {
  background-color: #FFFFFF;
  border: solid 1px #f1f1f1;
  margin: 20px 30px;
}

.quote .question {
  margin-bottom: 10px;
}

#component .quote p {
  margin: 10px 0;
}

.quote table td {
  padding: 3px 0;
}

.quote textarea.address {
  width: 200px;
  height: 95%;
}

.quote .divbox {
  float: left;
  width: 200px;
}

.quote .divboxb {
  float: left;
  width: 429px;
}

.quote .prefs {
  width: 244px;
  float: left;
}

.quote .edited {
  color: #CC0000;
}

.quote .clear {
  clear: both;
  margin-top: 10px;
}

.quote .budget {
  float: left;
  width: 50%;
}

.quote #recaptcha, .quote #submit {
  text-align: left;
  margin: 15px 0;
}

.quote .submit {
  clear: both;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  padding: 0;
  color: #fff;
  text-align: center;
  border: solid 1px #eee;
  background: #68C011;
  cursor: pointer;
  border-radius: 5px;
}

/* SERVICES */

#before .samples h3 {
  text-align: right;
  font-size: 21px;
  font-weight: normal;
  padding-right: 50px;
  color: #F68410;
}

/* hika shop */

/* compensate missing 1% per float div */

.hikashop_subcategories_listing {
  margin: 10px 0 10px 4%;
}

.hikashop_products_listing {
  margin: 10px 0 10px 2%;
}

.hikashop_product_name a:hover, .hikashop_category_name a:hover, span.hikashop_product_price, span.hikashop_checkout_cart_taxes, span.hikashop_checkout_cart_final_total, .hikashop_cart_product_name a:hover {
  color: #F68410;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}

.hikashop_user_registration_page td, #hikashop_checkout_login_right_part td {
  padding: 4px 3px;
}

.hikashop_products_listing span.hikashop_product_price_per_unit {
  display: none;
}

.hikashop_products_listing .hikashop_product_stock .control-group {
  display: none;
}

.hikashop_product_price_main .hikashop_product_price, .hikashop_product_price_full .hikashop_product_price {
  font-size: 20px;
  font-weight: normal;
}

#hikashop_checkout_page h1 {
  margin-bottom: 20px;
}

.hikashop_product_left_part {
  width: 55%;
}

#hikashop_checkout_login {
  width: auto;
}

#hikashop_checkout_login_left_part {
  width: 300px;
}

#hikashop_checkout_login_left_part fieldset h2, #hikashop_checkout_login_right_part fieldset h2 {
  height: 48px;
  line-height: 48px;
  padding-left: 58px;
}

#hikashop_checkout_login_left_part fieldset h2 {
  background: url(/media/com_hikashop/images/icons/icon-48-account.png) no-repeat left top;
  color: #FFA93D;
}

#hikashop_checkout_login_right_part fieldset h2 {
  background: url(/media/com_hikashop/images/icons/icon-48-subscription.png) no-repeat left top;
}

#hikashop_checkout_login_left_part ul {
  margin: 0;
  padding: 10px 0;
}

#hikashop_checkout_login_left_part li {
  list-style-type: none;
}

#hikashop_checkout_login_left_part ul a {
  display: block;
  float: left;
  width: 49%;
  color: #999;
  background: #f8f8f8;
  padding: 3px 0;
  text-align: center;
  border-right: 1px solid #fff;
}

#hikashop_payment_methods {
  margin: 10px 0;
}

span#hikashop_checkout_coupon {
  padding: 5px 15px;
}

#hikashop_checkout_login_left_part .hikashop_cart_input_button, #component .hikashop_products_listing .hikashop_cart_input_button {
  background: #FFA93D;
  color: #fff !important;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC63F), to(#FFA93D));
  background: linear-gradient(top, #FFC63F, #FFA93D);
  /*background:-moz-linear-gradient(center top , #FFC63F, #FFA93D) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}

#component #hikashop_checkout_next_button, #hikashop_checkout_login_right_part .hikashop_cart_input_button, #hikashop_checkout_page .hikashop_cart_input_button, #component .hikashop_cart_input_button {
  background: #A0D02E;
  color: #fff !important;
  font-size: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#A5E41F), to(#A0D02E));
  background: linear-gradient(top, #A5E41F, #A0D02E);
}

#component #hikashop_checkout_next_button {
  font-weight: normal;
  font-size: 18px;
  padding: 3px 6px;
}

a.hikashop_checkout_billing_address_edit {
  background: #f5f5f5;
  border-radius: 3px;
  padding: 25px 3px;
  margin: 0 10px;
}

td#hikashop_checkout_cart_final_total_title, span.hikashop_checkout_cart_shipping, span.hikashop_checkout_cart_final_total {
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}

td#hikashop_checkout_cart_final_total_title, span.hikashop_checkout_cart_final_total {
  font-size: 18px;
}

span#hikashop_checkout_status {
  display: block;
  line-height: 32px;
  padding-left: 42px;
  background: url(/media/com_hikashop/images/icons/icon-32-payment.png) no-repeat left bottom;
}

#component #hikashopcpanel div.icon {
  width: 23%;
  overflow: hidden;
  padding: 20px 1%;
}

#component #hikashopcpanel div.icon a {
  display: block;
  height: 80px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}

#component #hikashopcpanel div.icon ul {
  padding-left: 20px;
}

#component #hikashopcpanel td {
  text-align: left;
}

#hikashop_order_main fieldset h1 {
  font-weight: normal;
  border: none;
  color: #A0D02E;
  font-size: 20px;
  line-height: 60px;
  margin: 0;
  padding: 0;
}

#component .hikashop_products_pagination {
  display: none;
}

/* hika 3.0.1 update fix */

#hikashop_checkout_page .hikashop_cart_product_quantity_refresh, #hikashop_checkout_page .hikashop_cart_product_quantity_delete {
  display: inline;
}

/* common all tienda pages

.note {-moz-border-radius:4px; border-radius:4px; }

.cartitems,
table.adminlist,
#tienda_checkout_pane .inner.col3 { overflow:hidden; padding:0; margin:15px 10px; border:solid 1px #ddd; background:#fff; -moz-border-radius:4px; border-radius:4px; -moz-box-shadow:0 0 6px 2px #eee; -webkit-box-shadow:0 0 6px 2px #eee; box-shadow:0 0 6px 2px #eee; }

table.adminlist { width:560px; }

#onCheckoutCart_wrapper table.adminlist { margin:15px 0; border:none; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; }

.cartitems form,
.cartitems p,
#tienda_billing-shipping,
#shipping_terms-pane,
#tienda_btns,
#tienda_customer,
#onCheckoutShipping_wrapper,
#onCheckoutPayment_wrapper,
#onCheckoutCart_wrapper,
#new_coupon_code,
#tienda_comments { overflow:hidden; font-weight:bold; margin:10px; }

.cartitems form { font-weight:normal; line-height:16px; }

.cartitems a { font-weight:bold; }

#products_footer,
.list-footer { display:none; }

div.form_message { width:50%; }

/* category list

div.subcategory { }

#tienda_subcategories a { font-size:14px; }

div.subcategory .subcategory_thumb img { max-height:110px; height:110px; }

/* product list

div#tienda_category_header { border:none; }

div#tienda_products div.product_item { position:relative; border:1px dotted #ddd; margin:15px 0; padding:10px; -moz-border-radius:4px; border-radius:4px; }

div#tienda_products div.product_buy { max-width:50%; width:50%; text-align:right; font-size:13px; padding:0; }

div.product_attributeoptions { padding:5px; background:#f7f7f7; border:solid 1px #eee; margin:15px 10px 10px; -moz-border-radius:4px; border-radius:4px; }

div.product_attributeoptions .pao { overflow:hidden; margin:1px 0; padding:1px 0 5px; border-bottom:solid 1px #fff; }

div.product_attributeoptions .pao span { padding-right:5px; font-weight:bold; color:#333; }

div.product_quantity_input { float:left; height:50px; line-height:50px; padding-left:10px; }

div.product_quantity_input input { width:25px; }

div#tienda_products { font-size:inherit; }

.product_name,
.product_name a,
span.product_price { font-size:22px; font-weight:bold; color:#A0D02E; }

span.product_price { display:block; text-align:right; }

.product_name { position:absolute; top:10px; left:10px; width:80%; }

div#tienda_products div.product_thumb { margin-top:35px; }

div.product_minidesc { margin:25px 0 15px 10px; padding:5px 0; }

/* product page

#tienda_product { position:relative; overflow:hidden; }

div#tienda_product_header { position:absolute; top:0; left:0; width:75%; border:none; }

.product_image { margin:50px 0 0 10px; }

.product_image a.modal,
.product_image a.modal:hover { border:none; background:none; height:auto; }

.view div.product_buy { width:50%; font-size:13px; }

.tienda_header { border:none; }

div#product_description { margin:15px 15px 10px 10px; padding:0 10px 10px; border:solid 1px #DFFFCF; border-bottom:solid 3px #DFFFCF; -moz-border-radius:4px; border-radius:4px; }

#product_description_header { font-size:10px; height:22px; line-height:22px; width:100%; font-weight:bold; background:#DFFFCF url(/bin/images/shadow-up.png) repeat-x center 10px; margin:0 0 0 -10px; padding:0 10px; }

/* related

#product_relations { margin:35px 0 15px; }

#product_relations .tienda_header { border-bottom:solid 1px #ccc; }

div.productrelation { min-height:120px; height:120px; overflow:hidden; padding:10px; margin:10px; line-height:16px; border:1px dotted #ddd; background:#fff url(/bin/images/shadow-up.png) repeat-x center 129px; -moz-border-radius:4px; border-radius:4px; -moz-box-shadow:0 0 6px 2px #eee; -webkit-box-shadow:0 0 6px 2px #eee; box-shadow:0 0 6px 2px #eee; }

.productrelation_price { display:none; }

/* cart & checkout

div.submenu { border:none; padding:0; margin:10px; }

.contentheading { background:#DFFFCF url(/bin/images/shadow-up.png) repeat-x center 15px; padding:5px 15px; margin:0; }

table.adminlist td { border-bottom:1px dotted #e5e5e5; padding:10px 5px; vertical-align:middle; }

table.adminlist a { font-weight:bold; }

span.CartItems,
span.CartTotal { display:block; float:left; width:30%; margin:0 0 10px; }

span.CartItems span { padding:0 5px; }

span.CartTotal { width:70%; text-align:right; text-transform:uppercase; }

span.CartTotal span { padding:0 5px; font-size:15px; color:#A0D02E; }

#submenu_visitor a,
#submenu a,
a.bracket,
a.modal,
#tienda_btns a,
#tienda_btns .button,
a#cartLink,
a#checkoutLink { display:block; color:#fff; font-weight:bold; text-align:center; height:25px; font-size:13px; line-height:25px; padding:0; vertical-align:middle; border:solid 1px #bbb; -moz-border-radius:4px; border-radius:4px; }

#onCheckoutCart_wrapper td a.bracket,
#tienda_btns a,
a#cartLink { float:left; width:95%; background:#FFA93D url(/bin/images/shadow-up2.png) repeat-x bottom; }

a.bracket,
#tienda_btns .button,
#onCheckoutCart_wrapper td div a.bracket,
a#checkoutLink { float:right; width:95%; background:#A0D02E url(/bin/images/shadow-up2.png) repeat-x bottom; }

a.modal,
#submenu_visitor a,
#submenu a { background:#929C7C url(/bin/images/shadow-up2.png) repeat-x bottom; display:inline; width:auto; height:24px; line-height:24px; font-size:12px; padding:5px 10px; margin:10px; }

#submenu_visitor a,
#submenu a { margin:5px 3px; padding:5px; }

#tienda_btns a,
#tienda_checkout_pane #tienda_btns .button { margin:0; padding:0; width:250px; }

a.bracket,
#onCheckoutCart_wrapper td a.bracket,
#onCheckoutCart_wrapper td div a.bracket { width:150px; }

#onCheckoutCart_wrapper td a.bracket:hover,
#tienda_btns a:hover,
a#cartLink:hover { background-color:#FFC63F; }

a.bracket:hover,
#tienda_btns .button:hover,
#onCheckoutCart_wrapper td div a.bracket:hover,
a#checkoutLink:hover { background-color:#A5E41F; cursor:pointer; }

a.modal:hover,
#submenu_visitor a:hover,
#submenu a:hover { background-color:#8C8984; color:#fff; }

form.adminform table,
.address_form,
#tienda_user_additional_info { overflow:hidden; margin:20px; padding:10px; background:#f3f3f3; -moz-border-radius:4px; border-radius:4px; }

#shippingAddress,
#billingAddress { margin-top:10px; }

#tienda_checkout_pane .address_form { position:relative; padding-top:35px; }

.address_form span.block { position:absolute; top:5px; left:10px; font-style:italic; }

.address_form div,
#tienda_user_additional_info .form_item { clear:both; margin:4px 0; }

.address_form div.floatbox div div { clear:none; margin:0; }

label.key,
#tienda_checkout_pane .col3 div.form_key { float:left; width:120px; padding:0 5px 0 0; height:25px; line-height:25px; }

.address_form .inputbox { }

#tienda_checkout_pane .col3 div.form_input { float:left; padding:0; }

#tienda_checkout_pane .col3 div.form_input input { width:100px; }

#tienda_checkout_pane .tienda_checkout_method { border:none; }

/* login modal window */

div.sbox-content-url {}

div.sbox-content-url #form-login table {}

/* profile */

table.adminlist thead th {
  text-align: left;
  font-size: 14px;
}

form.adminform td {
  padding: 2px 0;
}

form.adminform th.key {
  width: 150px
}

form.adminform table input[type="text"], form.adminform table input[type="password"] {
  width: 200px;
}

form.adminform table input[type="button"] {
  margin: 0 20px;
}

/* invoice */

#order_info, #payment_info {
  clear: right;
  float: left;
  width: 49%;
}

#items_info {
  clear: both;
}

body.contentpane {
  padding: 20px;
  margin: 0;
  height: 100%;
  background: #fff;
  color: #000;
}

body.contentpane .componentheading {
  text-indent: -9999em;
  overflow: hidden;
  width: 800px;
  height: 60px;
  background: url(../images/header-mmp-invoice.png) no-repeat top left;
}

div#order_shop_info, div#payment_info, div#shipping_info, div#items_info {
  color: #000;
  float: left;
  width: 50%;
  margin: 20px 0;
}

div#order_shop_info {}

div#order_info {
  float: right;
  width: 45%;
  border: solid 1px #000;
  margin: 20px 0;
}

#order_info h3 {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 3px;
  background: #000;
  color: #fff;
}

#order_info strong {
  display: block;
  width: 30%;
  float: left;
  clear: both;
  text-align: right;
  padding-right: 4px;
}

div#payment_info {
  clear: both;
}

div#items_info {
  clear: both;
  float: none;
  width: auto;
}

#payment_info h3, #shipping_info h3, #items_info h3 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #000;
  font-weight: bold;
}

#items_info table.adminlist {
  width: 100%;
  background: #fff;
  margin: 20px 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 16px;
}

#items_info table.adminlist thead {
  border: solid 1px #000;
}

#items_info table.adminlist thead th {
  background: #000;
  color: #fff;
}

#items_info table.adminlist tbody {
  border-left: solid 1px #000;
}

#items_info table.adminlist td {
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
}

#items_info table.adminlist tfoot {}

#items_info table.adminlist tfoot th {}

/* MODULES */

/* languages */

#top li {
  float: left;
  padding: 0;
  margin: 0;
}

#top li a {
  display: block;
  width: 40px;
  height: 30px;
  overflow: hidden;
  line-height: 100px;
}

#top li#lg-us a {
  background: url(../images/flag-us.png) no-repeat top left;
}

#top li#lg-fr a {
  background: url(../images/flag-fr.png) no-repeat top left;
}

#top li#lg-br a {
  background: url(../images/flag-br.png) no-repeat top left;
}

#top li#lg-us a:hover, #top li#lg-fr a:hover, #top li#lg-br a:hover, #top li#lg-us.lang-active a, #top li#lg-fr.lang-active a, #top li#lg-br.lang-active a {
  background-position: bottom left;
}

/* QUOTE sticker */

#header .moduletable-quote {
  position: absolute;
  top: 50px;
  left: 580px;
  width: 100px;
  height: 100px;
  z-index: 11;
}

#right .moduletable {
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 7px;
  margin: 15px 0;
  border-radius: 4px;
}

#right h3 {
  text-align: left;
  font-size: 23px;
  line-height: 20px;
  padding: 2px 10px;
  margin: 0 0 10px;
  font-weight: normal;
  color: #F68410;
  border: none;
}

#right ul {
  list-style-type: none;
  background: #f9f9f9;
  padding: 5px;
  border-radius: 4px;
}

#right p {
  margin: 5px;
}

/* shopping cart module */

#right .scart {
  border-color: #A0D02E;
}

#right .scart h3 {
  background: #A0D02E url(../images/shoppingcart-32.png) no-repeat right 50%;
}

#right span.CartItems, #right span.CartTotal {
  display: block;
  float: left;
  width: 40%;
  margin: 0 0 10px;
  line-height: 16px;
}

#right span.CartItems {
  text-align: center;
}

#right span.CartItems span {
  padding-right: 5px;
}

#right span.CartTotal {
  width: 60%;
  text-align: right;
  text-transform: uppercase;
  border: none;
}

#right span.CartTotal span {
  padding: 0;
  font-size: 14px;
  color: #A0D02E;
  padding-left: 5px;
}

/* shop categories */

#right ul#tienda_categories_mod li a {
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
}

/* filter by

#right ul#tienda_browse_category li a,
#right ul#tienda_browse_attribute li a { font-weight:normal; display:inline; font-size:11px; line-height:15px; }

#right span.tienda_layered_nav_single,
#right span.tienda_layered_nav_multi { border:none; width:auto; }

#right span.tienda_layered_nav_single h3,
#right span.tienda_layered_nav_multi h3 { clear:both; color:#929C7C; background:none; text-align:left; border-bottom:solid 1px #ddd; width:auto; text-transform:capitalize; font-size:12px; line-height:12px; padding:3px 0; margin:5px 0; }

#right span.tienda_layered_nav_single h4,
#right span.tienda_layered_nav_multi h4 { color:#FFA93D; margin:7px 0 2px; padding:2px 5px; font-size:12px; line-height:12px; text-transform:capitalize; border-bottom:dotted 1px #ddd; width:auto; }

/* new / featured items

#right div.tienda_product_box { padding:0 15px; }

#right h4.product_title { margin:0; padding:0; text-transform:capitalize; font-size:12px; line-height:20px; }

/* past orders

#right .mod_tienda_my_orders_item { clear:both; overflow:hidden; border:dotted 1px #eee; margin:10px 5px; padding:5px 10px; background:#fbfbfb; color:#777; -moz-border-radius:4px; border-radius:4px; }

#right .mod_tienda_my_orders_item span { display:block; float:left; line-height:15px; }

#right .mod_tienda_my_orders_item a { font-weight:bold; letter-spacing:1px; border-bottom:dotted 1px #ccc; }

/* login page */

.login fieldset {
  margin: 20px;
  width: 300px;
}

.login-fields {
  clear: both;
  overflow: hidden;
  margin: 20px 0;
}

.login-fields label {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 10px;
}

.login-fields input {
  float: left;
  width: 150px;
}

#remember-lbl, #com-form-login-remember, #remember {
  display: none;
}

.login fieldset .button {
  float: right;
}

/* profile page */

.profile dt, .profile dd, .profile-edit dt, .profile-edit dd {
  padding: 8px 0;
  margin: 2px 10px;
}

.profile dt, .profile-edit dt {
  clear: both;
  float: left;
  width: 200px;
  text-align: right;
  padding-right: 10px;
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
  color: #6B006D;
}

.profile dd, .profile-edit dd {
  float: left;
  width: 250px;
}

/* menu */

#right ul.menu {
  line-height: 15px;
  margin: 0;
  padding: 0;
}

#right ul.menu li.parent {
  padding: 10px 2px;
  margin: 0;
  border-bottom: solid 1px #ccc;
}

#right ul.menu li.parent a {
  font-size: 14px;
  color: #333;
}

#right ul.menu ul li {
  padding: 5px 0 5px 12px;
  margin: 0;
}

#right ul.menu ul li a {
  font-size: 12px;
  color: #777;
}

#right ul.menu a:hover {
  color: #FFA93D;
}

/*hosting */

#hostingwrapper {
  width: 750px;
  margin: 0 50px;
  font-size: 10px;
}

.serverinfo {
  float: left;
  width: 323px;
  height: 150px;
  padding: 0 20px;
  margin: 20px 0;
  line-height: 1.5em;
  text-align: center;
  border: solid #eee 1px;
}

.leftbox {
  margin-right: 20px;
}

.topbox {
  float: none;
  width: 588px;
  padding: 0 80px 20px;
  font-size: 12px;
  height: auto;
  background: url(/bin/support.jpg) no-repeat bottom right;
}

.serverinfo h3 {
  color: #690;
  height: 30px;
  text-transform: uppercase;
  padding-top: 10px;
  margin: 10px 0;
}

.clearfix {
  clear: both;
}

#hosting {
  text-align: left;
  border: solid 1px #eee;
  border-right: none;
}

#hosting th, #hosting td {
  border-right: solid 1px #eee;
  border-bottom: dotted 1px #eee;
}

#hosting .header {
  font-size: 12px;
  text-transform: uppercase;
}

#hosting .subheader {
  color: #690;
  background: #f1f1f1;
  border-bottom: solid 1px #690;
}

.feature {}

.center {
  text-align: center;
  color: #036;
}

.discount, .discount .center, .red {
  color: #900;
}

#hosting .total td, #hosting .total th {
  border: dotted 1px #900;
  border-left: none;
  border-right: solid 1px #eee;
}

.request {
  color: #666;
  font-style: italic;
  text-align: center;
}

.center1 {
  text-align: center;
  color: #036;
}

#logoswrapper {
  width: 750px;
  height: 40px;
  clear: both;
  margin-bottom: 30px;
}

img.hostlogo {
  float: left;
  margin: 0 25px;
}

.hoststats {
  clear: both;
  width: 750px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding: 2px 0;
  color: #fff;
  background: #f90;
}

/* newsletter signup */

#right .enews {
  background: #f5f5f5;
  height: 65px;
  line-height: 16px;
}

#right .enews h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

#right fieldset, #right .acymailing_module_form {}

#right fieldset input {}

#right .acymailing_module_form .inputbox {
  float: left;
  background: #fff;
  border: solid 1px #aaa;
  width: 160px;
  padding: 3px;
  margin: 0 0 5px 0;
}

#right input#user_name_formAcymailing1 {
  width: 80px;
  margin-right: 10px;
}

#right input#user_email_formAcymailing1 {
  width: 110px;
}

#right .acymailing_module_form .button {
  background: #A0D02E url(../images/shadow-up.png) repeat-x bottom;
  border: none;
  padding: 3px 5px;
  margin: 5px 0 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  float: right;
  cursor: pointer;
}

#right .acymailing_module_form .button:hover {
  background-color: #A5E41F;
}

/* call */

#footer p {
  margin: 0;
}

/* 970 -30*4 = 970 - 120 = 850 / 2 = 425*/

#footer .moduletable {
  padding: 15px 30px;
  float: left;
  width: 424px;
  text-align: center;
}

#footer .moduletable.call {
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #999;
  border-right: dotted 1px #eee;
  background: url('../images/icon-tel.jpg?1') no-repeat 20px 50%;
}

#footer .call h3 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

/* MMP logo */

#footer .moduletable.mmp {}

.mmp a {
  color: #666;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mmp a:hover {
  color: #F68410;
  text-decoration: none;
}

/* J2.5 article category module */

ul.category-module h4 {
  margin: 5px 0;
  padding: 3px 0;
  border-bottom: dotted 1px #929C7C;
}

ul.category-module li li {
  margin: 4px 0;
  padding: 4px 0;
  border-bottom: solid 2px #fff;
}

ul.category-module h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul.category-module h5 a {
  display: block;
  line-height: 16px;
}

/* local tech quotes */

#before .callnow {
  text-align: center;
  color: #F68410;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0;
}

#after .quotes h3 {
  color: #F68410;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#after .quotes div {
  text-align: center;
  width: 70%;
  padding: 0 15%;
}

#after .quotes div div {
  padding: 0;
  width: 100%;
}

/* housecall - remote modules */

#after .moduletable.housecall, #after .moduletable.remote {
  width: 430px;
  float: left;
  margin: 0 12px;
}

#after .moduletable.remote {}

#after .housecall h3, #after .remote h3 {
  color: #A0D02E;
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 12px;
}

#after .housecall .custom, #after .remote .custom {
  border: solid 1px #E8E8E8;
  background: #F7F7F7;
  padding: 2%;
  height: 200px;
  position: relative;
  border-radius: 3px;
}

#after .housecall strong, #after .remote strong {
  display: block;
  position: absolute;
  top: 140px;
  right: 0;
  height: 40px;
  width: inherit;
  background: #fff;
  padding: 3px 10px;
  margin: 5px 0;
}

#after .housecall em, #after .remote em {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

#after .pclogos {
  clear: both;
  padding: 15px 0;
  text-align: center;
}

#after .pclogos img {
  padding: 1px;
}

/* paypal module */

#below .paypal {
  padding: 7px;
  border: solid 1px #eee;
  background: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
  font-size: 130%;
  text-align: center;
}

#below .paypal h3 {
  color: #fff;
  background: #FFA93D;
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
}

#below .paypal p {
  margin: 3px 0;
}

#below .paypal #paypal_logo {
  text-align: center;
  font-size: 90%;
  font-style: italic;
  color: #A0D02E;
  margin: 8px 0;
}

#below .paypal form {}

#below .paypal #donate_symbol_currency, #below .paypal .inputbox, #below .paypal .button {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 13px;
  height: 23px;
  line-height: 23px;
  padding: 0 4px;
  vertical-align: middle;
}

#below .paypal .inputbox {
  width: 60px;
}

#below .paypal .button {
  text-transform: uppercase;
  font-weight: bold;
  color: #FFA93D;
  padding: 2px 7px;
  border: solid 1px #FFA93D;
  border-radius: 4px;
  background: #fff url(/bin/images/shadow-up2.png) repeat-x center 5px;
  /* For Safari 3.1 to 6.0 */
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

#below .paypal .button:hover {
  background-color: #FFA93D;
  color: #fff;
  cursor: pointer;
}

/* shop modules */

#first * {
  font-size: 10px;
  text-transform: uppercase;
  display: inline;
  font-weight: normal;
}

#first .moduletable_menu {
  padding: 0 5px;
}

#first .shop {
  overflow: hidden;
}

#first .shop li {
  float: right;
  text-align: center;
  line-height: 10px;
  padding: 2px 5px;
  margin: 6px 0;
  border-right: solid 1px #ddd;
}

#above .categories {}

#first .cart {
  float: right;
  padding: 0 5px;
  line-height: 26px;
}

#first .cart h3 {
  margin: 0;
  padding: 0 2px 0 0;
}

#hikashop_cart_module {}

#component .hikashop_submodules {
  padding: 0;
}

.shop a.hikashop_small_cart_clean_link img {
  vertical-align: baseline;
}

#hikashop_cart .hikashop_cart_input_button {
  margin: 0 3px;
}

/* pay invoice (my account) */

#after .moduletable.paypal {
  position: relative;
  margin: 20px 10px 40px;
  border: solid 1px #A0D02E;
  border-radius: 4px;
  padding: 10px;
  overflow: hidden;
}

#after .paypal h3, #after .paypal #paypal_logo, #after .paypal p {
  float: left;
  margin: 0 30px 0 0;
  line-height: 31px;
}

#after .paypal h3 {
  height: 31px;
  padding: 0 10px 0 100px;
  text-transform: uppercase;
  font-weight: normal;
  color: #A0D02E;
}

#after .paypal #paypal_logo {
  position: absolute;
  left: 20px;
  top: 10px;
}

#after .paypal .inputbox {
  width: 70px;
  margin: 0 10px;
  padding: 7px;
}

#after .paypal .button {
  display: block;
  float: right;
  height: 31px;
  line-height: 31px;
  width: 80px;
  text-align: center;
  margin-left: 20px;
  border: none;
  border-radius: 4px;
  background: #FFC63F;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(top, center), color-stop(#FFC63F), to(#FFA93D));
  background: linear-gradient(center top, #FFC63F, #FFA93D);
}

#after .paypal .button:hover {
  cursor: pointer;
}

/* list files */

.moduletable.myfiles, .moduletable.upload {
  clear: both;
  float: left;
  overflow: hidden;
  width: 70%;
  min-height: 180px;
  margin: 0 1%;
  padding: 1%;
  border: solid 1px #eee;
  border-radius: 4px;
  background: #
}

.myfiles h3, .upload h3 {
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 3px;
  padding: 0 0 3px;
  color: #A0D02E;
}

#div_sflcontent {
  padding: 15px;
}

.sfl_item {
  background: #f4f4f4;
  border-bottom: solid 1px #fff;
}

.sfl_item img {
  vertical-align: middle;
  padding-right: 10px;
}

/* upload (same as paypal pay now) */

.moduletable.upload {
  clear: none;
  width: 20%;
}

.upload td {
  padding: 3px;
}

/* RSS */

span#syndicate a, span#syndicate a:hover {
  border: none;
  text-decoration: none;
}

span#syndicate a span {
  border: none;
  display: none;
}

span#syndicate a img {
  padding: 0 2px 0 0;
  height: 12px;
  vertical-align: text-bottom;
}

/* PLUGINS */

/* tabber */

div.tabber_nav li.tabber_tab a, div.tabber_nav li.tabber_tab a:hover {
  margin: 0 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: normal;
  -webkit-box-shadow: 0 0 3px 1px #eee;
  box-shadow: 0 0 3px 1px #eee;
}

div.tabber_nav li.tabber_tab a:hover, div.tabber_nav li.tabber_tab.active a, div.tabber_nav li.tabber_tab.active a:hover {
  background: #fff;
  color: #A0D02E;
  -webkit-box-shadow: 0 0 4px 2px #eee;
  box-shadow: 0 0 4px 2px #eee;
}

div.tabber_content {
  z-index: 2;
  background: #fff;
}

div.tabber_content ul {
  float: left;
  font-size: 13px;
}

div.tabber_content div.sigplus-gallery {
  float: right;
  width: 400px;
}

/* ITP social */

.itp-social-buttons-box h4, .itp-social-buttons-box .itp-sbb-nl {
  display: inline;
}

/* @group Tooltips */

.tool-tip {
  text-align: left;
  background: #ffc;
  border: 1px solid #D4D5AA;
  padding: 5px;
  max-width: 200px;
  line-height: 130%;
  z-index: 99999;
}

.tool-title {
  padding: 0;
  margin: 0;
  font-weight: bold;
  margin-top: -15px;
  margin-bottom: 5px;
  padding-top: 15px;
  padding-bottom: 5px;
  background: url(../../system/images/selector-arrow.png) no-repeat;
  border-bottom: 1px solid #d4d5aa;
}

.tool-text {
  margin: 0;
}

/* @end tooltips */

/* Unpublished */

.system-unpublished {
  background: #e8edf1;
  border-top: 4px solid #c4d3df;
  border-bottom: 4px solid #c4d3df;
}

/* System Standard Messages */

#system-message {
  margin: 10px;
  height: auto;
  font-size: 13px;
  font-weight: bold;
  color: #222;
}

#system-message ul, #system-message li {
  list-style: none;
}

#system-message ul {
  margin: 0;
  padding: 8px 0 8px 50px;
  text-indent: 0px;
}

#system-message dt {
  display: none;
}

#system-message dd.message {
  margin: 0;
}

#system-message dd.message ul {
  background: #DFFFCF url(../images/sys-message.png) no-repeat 10px 50%;
}

/* System Error Messages */

#system-message dd.error ul {
  background: #FFCFBF url(../images/sys-error.png) no-repeat 10px 50%;
}

/* System Notice Messages */

#system-message dd.notice ul {
  background: #FFDE7F url(../images/sys-notice.png) no-repeat 10px 50%;
}

/* Debug */

#system-debug {
  color: #ccc;
  background-color: #fff;
  padding: 10px;
  margin: 10px;
}

#system-debug div {
  font-size: 11px;
}

/* j2.5 editing */

ul.actions {
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 0;
}

.tip-wrap {
  background: #f5f5f5;
  border: solid 1px #ccc;
  padding: 5px;
}