

h1 {
    font-size: 1.75em;
    font-weight: bold;
    margin: 10px 0;
}

h1.first-heading {
    margin: 0 0 10px 0;
}

h1.section {
    margin: 0 0 10px 0;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #dfd7d3;
}

h2 {
    font-size: 116%;
    font-weight: bold;
    margin: 10px 0;
}

h3 {
    font-size: 100%;
    font-weight: bold;
    margin: 10px 0;
}

img {
    border: none;
}

p {
    line-height: 1.5em;
}

/* Forms */
form label {
    font-weight: bold;
}

td.label {
    padding-right: 10px;
}

.field {
    padding-bottom: 10px;
}

ul.errorlist {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: red;
}

tr.error td {
    color: red;
}

table.lfs-default {
    width: 100%;
    border-collapse: collapse;
}

table.lfs-default td {
    padding-top: 3px;
    padding-bottom: 3px;
}

table.lfs-default th {
    background-color: #66B8DC;
    color: white;
    font-weight: bold;
    padding: 4px 6px;
}

table.lfs-default a {
    text-decoration: none;
}

table.lfs-default .buttons {
    padding: 10px 0;
}

td, th {
    text-align:left;
    vertical-align: top;
}

td.total {
    font-weight: bold;
}

td.discreet {
    font-size: 90%;
}

td.select {
    padding-right: 5px;
}

.right,
.number {
    text-align:right;
}

/* Header */


#header .search {
    text-align: right;
}


/* Search */
table.search-results {
    clear: both;
    margin-top: 10px;
}

.search-results-description {
    padding: 10px 0;
}

.search-results td.content {
    padding: 0;
}

.search-results .pagination {
    float: left;
    padding-bottom: 10px;
}

.search-results .pagination a {
    text-decoration: none;
}

.search-results-q {
    font-weight: bold;
}

#search {
    display:inline;
}

#search-form,
.search-results-form {
    display:inline;
}

#search-results {
    border-collapse: collapse;
}

#search-results tr:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

#search-results-table td {
    vertical-align: top;
}

.livesearch-wrapper {
    position: relative; /* Anchor for absolute livesearch */
    top: -40px;
    left: -40px;
}

#livesearch-results-table {
    width:100%;
    border-collapse: collapse;
}

#livesearch-results-table tr {
    cursor: pointer;
}

#livesearch-results-table tr:hover {
    background-color: #eee;
}

#livesearch-results-table td {
    vertical-align: top;
    padding: 2px 0;
}

#livesearch-results-table td.image {
    width:1%;
    padding-right:8px;
    height: 60px;
}

#livesearch-results-table img {
    width: 60px;
}

#livesearch-results-table td.all-results {
    text-align:right;
}

#livesearch-result {
    position: absolute;
    left:39px;
    top:35px;
    right:0;
    display:none;
    z-index: 1000;
    background-color: white;
    border: 1px solid #dfd7d3;
    width:285px;
    padding: 5px;
}


/* Shop Header */
#shop-header {
    float: right;
}

.shopsubtitle {
color:#1A171B;
font-size:3.25em;
margin: 0;
padding: 0;
}

#shop_left_box {
    width: 15%;
    float: left;
    color: black;
    text-align:left;
}

#shop_left_box a {
    color: #66B8DC;
}

#shop_left_box a:hover {
    color: #000;
}

#shop_right_box {
    float: left;
    width: 80%;
    border-left: 1px solid grey;
    padding-left:10px;
}

/* Tabs */
.tabs {
    padding: 0px;
}

.tabs ul {
    padding: 0;
}

.tabs li {
    list-style-type: none;
    float: left;
}

.tabs li a {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background: transparent url(../media/images/grey-link-left.gif) no-repeat scroll 0 0    width: 83px;
    margin-right: 3px;
}

.tabs li.selected a,
.tabs li a:hover {

}

.link {
    margin-right: 3px;
}


/* Breadcrumbs */
ul.breadcrumbs {
    list-style-type: none;
    padding: 10px 0 10px 0;
    margin:0;
}

ul.breadcrumbs li {
    display: inline;
}

/* Content ################################################################# */
#content {
    padding-top: 5px;
}

.left-slot {
    padding-right: 20px;
    border-right: 1px solid #dfd7d3;
}

.padding-both .middle-slot  {
    padding: 0 20px;
}

.padding-left .middle-slot {
    padding-left: 20px;
}

.padding-right .middle-slot {
    padding-right: 20px;
}

.middle-slot ul {
    margin: 10px 0 10px 30px;
}

.middle-slot li {
    list-style: square outside;
    line-height: 1.5em;
}

.price-disclaimer {
    font-size: 80%;
    color: #9f8d83;
}

.green {
	color: #00CC00;
}

.product-price {
    text-align: right;
    padding: 10px 10px 0 0;
}
#product-box { min-height: 110px; }

.for-sale-price {
    font-weight: bold;
    font-size: 1.2em;
}

.for-sale-standard-price {
    text-decoration: line-through;
}

.sorting {
    float:right;
    text-align: right;
    padding-right: 5px;
}

.odd {
	background: none repeat scroll 0 0 #F2F1F1;
}

/* Category
___________________________________________________________________________ */

a.current {
    font-weight: bold;
}

.category .category-row {
    border-bottom: 1px solid #eae5e2;
}

.category h3.product-title {
    font-weight: bold;
}

.category .category-image,
.category .product-image {
    margin-right: 20px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 100px;
    height: 100px;
}

.category .product-row {
    border-bottom: 1px solid #eae5e2;
}

.category .product-data {
    padding-top: 10px;
}

#products {
    width: 750px;
}

.product-data {
    margin: 5px 0px 0px 5px;
    margin-right:10px;
    margin-bottom:10px;
    width: 205px;
    float: left;
    border:2px solid #E6E4E4;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    height: 155px;
}

.category .products {
    clear: both;
    padding-top: 10px;
}

.category .product-data:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.category .products-navigation {
    float:left;
}

.category .products-navigation a {
    text-decoration: none;
}

.category .description {
    padding-bottom: 10px;
}

/* Product
___________________________________________________________________________ */

#product-inline {
    padding-top: 0px;
}

#product-form p{
}

.product .main-image {
    width: 200px;
    height: 200px;
}

.product-images {
    float: left;
    padding-right: 60px;
    width: 450px;    
}

.product-image a img {
    max-height: 80px;
    padding: 3px 0px 0px 4px;
}

.product-images .main-image {
  /*  margin-right: 25px; */
  /*  width: 550px;  */
  /*  height: 333px; */	
    margin-bottom: 10px;
}

.product-images .main-image a img {
	margin-bottom: 10px;
	margin-top: 10px;
}

.product .sub-images {
    padding: 10px 0;
}

.product-images a {
    text-decoration: none;
}

.product-images .sub-images img {
   border: 1px solid #dfd7d3;
   clear: both;
   margin-bottom: 5px;
}

.product-title {
    font-weight: bold;
    padding: 3px 0px 0px 4px;
}

.product-description {
    clear: both;
}

#product-form ul {
    padding-left:1.4em;
/*    float: left;  */
}
.product .deliverable {
    color: green;
}

.product .not-deliverable {
    color: red;
}

.prices {
	margin-top: 2em;
}

.product .prices {
    padding: 30px 0 0 0;
    text-align: right;
}

.product .for-sale-price,
.product .standard-price {
    font-size: 200%;
    font-weight: bold;
    margin: 0 0 2px 0;
}

.product .for-sale-standard-price {
    text-decoration: line-through;
    padding-right: 10px;
}

.product-navigation {
    float: left;
    padding: 10px 2em;
    color: #58585a;
}

.product-navigation a:visited,
.product-navigation a {
    text-decoration: none;
    color: #58585a;
}

.overview {
    text-align: right;
    padding: 10px 30px 10px 0;
    background: url("../../lfstheme/img/portlet_header_bg.jpg") right no-repeat;
    font-size: 80%;
    font-weight: bold;
    width: 20%;
    float: left;

}

.overview a {
    text-decoration: none;
}

.back_overview {
    text-align: right;
    padding: 10px 30px 10px 0;
    background: url("../../lfstheme/img/back.jpg") right no-repeat;
    font-size: 80%;
    font-weight: bold;
}

.back_overview a {
    color: #788A94;
}

.product .shipping-information {
    padding-bottom: 20px;
}

table.product-variants {
    font-size: 93%;
}

.shop {
    clear: right;
}

.manufacturer {
    display: block;
    float: left;
    padding-left: 2em;
    clear: right;
    min-width: 62%;
    max-width: 72%;
}

.manufacturer h2 {
    border-bottom: 1px solid #DFD7D3;
    float: right;
    margin: 0 0 1em 2em;
    padding: 0;
    width: 35%;
}

.manufacturer_img {
	float: left;
/*	padding-left: 10em; */
}

.manufacturers a, .manufacturers a.visited {
	float: left;
}

.manufacturers a img, .manufacturers a.visited img {
	margin-top: 0.2em;
}

.licences, .manufacturers {
	padding-bottom: 1em;
	float: left;
	width: 45%;
}

.manufacturer a, .manufacturer a.visited {
	font-weight: bold;
	color: #788A94;
}

.licences h2, .manufacturers h2 {
    border-bottom: 1px solid #DFD7D3;
    float: left;
    margin: 0 0 5px 10px;
    padding: 0;
    width: 90%;
}


.hard, .soft {
    color: #788A94;
    font: 0.9em Arial,Verdana,sans-serif;
    font-weight: bold;
    margin-left: 2em;
}

.hackabilities {
	padding-bottom: 1em;
}

.hackabilities img {
	float: left;
    padding-left: 1em;	
	margin: 1em;    
}

.hackabilities h2 {
    border-bottom: 1px solid #DFD7D3;
    float: left;	
    margin: 0 0 0 10px;
    padding: 0;
    width: 41%;
}

.hck_description {
	float: left;
	margin: 0em 0em 1em 2em;
	max-width: 40%;	
}

.standard-price {
	font-weight: bold;
	font-color: black;
	font-size: 150%;
}

#average_review {
}

.nb_votes {
    clear: right;
    float: left;
    margin: 0.5em 1em;
}

#average_review h2 {
    border-bottom: 1px solid #DFD7D3;
    float: left;	
    margin: 0 0 0 10px;
    padding: 0;
    width: 41%;
}

.average-rating {
}


.stock {
    float: left;
    margin-top: 1em;
    margin-left: 10px;
	padding-bottom: 2em;    
}

#buy {
}

.product-description {
	padding-top: 2em;
	width: 80%;
}

div.box_specs {
    background: url("/media/images/box-top_specs.gif") no-repeat scroll left 0 transparent;
    display: inline-block;
    padding-top: 5px;	
}

div.box_specs .box-inner_specs {
    padding: 12px 5px;
    width: 945px;
}

/* merged */
.box-inner_specs td {
	vertical-align: middle;
}

.box-inner_specs td.first {
	padding-left: 1em;
	min-width: 25%;
    line-height: 1.5em;	
}

.box-inner_specs td.download a {
	float: right;
	margin-right: 1em;
	color: #66B8DC;
}

.spec_desc {
	font-size: 0.8em;
}

.specs_value {
	width: 100%;
}
/* merged */

div.box_specs b.box-bottom_specs {
    background: url("/media/images/box2-bottom_specs.gif") no-repeat scroll left 0 transparent;
    display: block;
    font-size: 1px;
    height: 7px;
    line-height: 1px;
    width: 914px;
}    

.short_desc_block {
	min-height: 7em;
}

.reviews {
	margin: 1em 3em 5em 2em;
}

.related {
	width: 45%;
	float: left;
	margin: 2em 1em 2em 2em;
}

.related h2 {
	margin-bottom: 0px;
	padding-bottom: 0.2em;
}

.section p {
	line-height: 1em;
	font: #788A94;
	font-size: 0.90em;
	min-height: 4em;
}

#product-inline ul li {
	color: #464646 !important;
	font-size: 1.15em;
}

.accessory_img {
	float: left;
	display: inline;
	padding-right: 1em;
}

/* Cart
___________________________________________________________________________ */

.added-to-cart td.image,
.cart td.image {
    height: 60px;
    width: 60px;
    padding-right: 10px;
}

.added-to-cart .accessories td {
    vertical-align: middle;
}

/* Checkout
___________________________________________________________________________ */

.shipping h2, .vat-num h2, .payment h2, #cart-inline h2, #adresses h2, #message h2, #accept h2, #accept h2 a {
    padding: 10px 0 12px 0px;
    background: #66B8DC;
    color: #fff;
    padding: 5px;
    font-size: 1em;
}

#accept h2 a {
    text-decoration: underline;
}

#accept h2 a:visited {
    text-decoration: underline;
    background: #66B8DC;
    color: #fff;
}


.vat-num table {
    margin-left: 1em;
}

.payment {
}

#form_message textarea {
    width: 99%;
}

#shipping-inline, #payment-inline {
    margin-left: 1em;
}

#payment-inline {
    width: 40%;
    float: left;
}

#cart {
    width: 95%;
    margin-left:1.5em;
}

#cart-inline {
    clear: both;
}

#bank {
    clear: right;
        margin: 1% 14% 1% 0%;
    float: right;

}

#card {
    float: right;
    margin: 1% 16% 1% 0%;
}

.checkout .payment,
.checkout .shipping,
.checkout #cart-inline,
.checkout #bank-account {
    margin-top: 20px;
}

.checkout #bank-account td {
    padding-top: 2px;
    padding-bottom: 2px;
}

select.cart-country,
select.cart-shipping-method,
select.cart-payment-method {
    width: 150px;
}

.checkout .payment,
.checkout .shipping,
.checkout #cart-inline,
.checkout #bank-account {
    margin-top: 20px;
}

.checkout .shipping-method,
.checkout .payment-method {
    padding: 2px 0
}

.checkout textarea {
    width: 99.7%;
}

.checkout td.image {
    height: 60px;
    width: 60px;
    padding-right: 10px;
}


.shipping-method span p, .payment-method span p {
    display: inline;
    margin-right: 1em;
    font-weight: normal;
}

.shipping-method span, .payment-method span {
    font-weight: bold;
}

.middle {
    margin: 1em auto auto 4.5em;
}


/* Tags
___________________________________________________________________________ */

.tag-cloud {
    text-align: justify;
}

.tagshop a {
    color: #5EABD4;
    font-size: 1em;
}

/* Reviews
___________________________________________________________________________ */

.add-review .label {
    padding-top: 10px;
}

.add_review {
    float: right;
}

.review {
    padding-top: 10px;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
    background: url(../../lfstheme/img/star.gif) left -1000px repeat-x;
}

.star-rating {
    position:relative;
    height:25px;
    overflow:hidden;
    list-style:none;
    margin:0 !important;
    padding:0 !important;
    background-position: left top;
    width: 125px;
}

.star-rating li {
    display: inline;
}

.star-rating a,
.star-rating .current-rating {
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:25px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
    background-position: left bottom;
}

.star-rating .current-rating {
    z-index:1;
    background-position: left center;
}

/* smaller star */
.small-star {
    width:50px;
    height:10px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating {
    background-image: url(../../lfstheme/img/star_small.gif);
    line-height: 10px;
    height: 10px;
}

.average-rating {
    float:left;
    margin: 1em 0 1em 2em; 
    cursor: pointer;
    width: 1s5%;
}

/* Portlets
___________________________________________________________________________ */

.portlet,
.portlet a,
.portlet a:visited {
    color: #58585a;
}

.portlet {
    margin-bottom:15px;
}

.portlet a {
    text-decoration: none;
}

.portlet ul {
    list-style-type: none;
}

.portlet ul.root {
    padding: 0;
    margin: 0;
}

.portlet li {
    font-weight: normal;
}

.portlet-header {
    background: #eee;
    padding: 5px 10px;
    margin-bottom: 3px;
    color: #58585a;
    text-transform: uppercase;
    font-weight: bold;
}

.portlet-header,
.portlet-header a,
.portlet-header a:visited {
    color: #58585a;
}

.portlet-item {
    padding: 10px 0;
}

.portlet-item.last {
    border-bottom: none !important;
    padding: 5px 0;
}

.portlet-footer {
    padding: 5px 0 5px 10px;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
}

.portlet-footer a {
    padding-left: 25px;
    text-decoration: none;
    background: url("../../lfstheme/img/portlet-bullet.gif") left center no-repeat;
}

/* Cart portlet
___________________________________________________________________________ */

.cart-portlet .portlet-header {
    text-transform: none;
    background-color: #7e6b60;
    background-image: none;
    position: relative;
    border: 1px solid #dfd7d3;
    border-bottom: none;
    margin: 0;
}

.cart-portlet .portlet-header,
.cart-portlet .portlet-header a,
.cart-portlet .portlet-header a:visited {
    color: white;
}

.cart-portlet .portlet-header img {
    position: absolute; right: 8px;
}

.cart-portlet .portlet-body {
    padding: 16px 10px 10px 10px;
    border: 1px solid #dfd7d3;
}

.cart-portlet .price {
    font-weight: bold;
    text-align: right;
}

.cart-portlet .portlet-footer {
    background: #eae5e2;
    border: 1px solid #dfd7d3;
    border-top: none;
    padding: 5px 10px;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
}

/* Categories portlet */
.categories-portlet ul ul {
    padding: 4px 0 0 0;
    margin: 0 0 0 15px;
}

.categories-portlet ul ul ul {
    margin: 0 0 0 10px;
}

.categories-portlet a {
    text-decoration: none;
}

.categories-portlet a.current {
    font-weight: bold;
}

.categories-portlet li.level-0 {
    border-bottom: 1px solid #e5dfdc;
    padding: 10px 0;
}

.categories-portlet li.level-0 a {
    padding-left: 15px;
    background: transparent url("../../lfstheme/img/bullet_light.jpg") left 5px no-repeat;
    display: block;
}

.categories-portlet li.level-0 a.current,
.categories-portlet li.level-0 a:hover {
    background: transparent url("../../lfstheme/img/bullet_dark.jpg") left 5px no-repeat;
}

.categories-portlet li.level-1,
.categories-portlet li.level-2 {
    padding: 5px 0;
    font-size: 90%;
}

.categories-portlet li.level-1 a,
.categories-portlet li.level-1 a.current,
.categories-portlet li.level-1 a:hover {
    padding: 0;
    background: transparent;
}

/* Average rating portlet
___________________________________________________________________________ */
.average-rating-portlet .average-rating {
    float: none;
    padding-top: 5px;
}

.average-rating-portlet .average-rating-description {
    padding-top: 10px;
}

/* Colophon
___________________________________________________________________________ */

#colophon .container {
    color: #58585a;
    background-color: #f5f5f5;
    margin-top: 50px;
    padding: 10px 0;
}

#colophon a {
    color: #58585a;
}

#colophon p {
    text-align: center;
}

/* Buttons
-------------------------------------------------------------- */
.buttons {
    margin-top: 10px;
}

.buttons .emphasized
{
	margin: 0 2em 0 4em;
}


.delete-button {
    background-color: #95D3EF;
    border: 1px solid #dfd7d3;
    text-decoration: none;
    padding: 2px 4px;
    color: white !important;
    font-weight: bold;
    font-size: 9px;
    margin-left: 10px;
    position: relative; top:2px;
    font-family: Arial;
}

/* --------------------------------------------------------------
   Based on buttons by Kevin Hale [particletree.com]
   * particletree.com/features/rediscovering-the-button-element
-------------------------------------------------------------- */

a.button,
button {
  display:block;
  float: right;
  margin: 0.7em 8px 0.7em 0.5em;
  padding:5px 10px 5px 10px;   /* Links */
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  cursor:pointer;
  background-color: #5EABD4;
  border: 1px solid #dfd7d3;
  color: #fff !important;
}

a.button.left,
button.left {
  margin: 0.7em 0.5em 0.7em 0em;
  float:left;
}

button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}

button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}

*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}

button img,
a.button img {
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors */

/* Standard */
button:hover, a.button:hover {
  background-color: #5EABD4;
  border: 1px solid #dfd7d3;
  color:black !important;
}

/* Positive */
body .emphasized {
  color:white;
  background-color:#5EABD4;
}

a.emphasized:hover, button.emphasized:hover {
  background-color:#5EABD4;
  border:1px solid #dfd7d3;
  color:black !important;
}

/* yours orders */
.site-actions {
    padding: 5px;
}

#orders {
    border-collapse: separate;
    width: 99%;
}

.container {
    width: 890px;
}

.login, .register {
    clear: both;

}

table.invoices {
    width: 90%;
    border-collapse: collapse;
}

table.invoices td {
    padding-bottom: 3px;
}

table.invoices th {
    background-color: #66B8DC;
    color: white;
    font-weight: bold;
    padding: 4px 6px;
}

.details-button { clear:both; }
.product-image { float:left; margin-right:5px; }

.payment-method .span-3, .shipping-method .span-3 {
    float: left;
}

.shipping-method .container {
    padding-top: 2em;
}

