/* Basic CSS */

body {
  margin: 0;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  background-color: #bcbdc0;
}

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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

div, ul, h1, h2, h3, h4, h5, h6, p {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}

p {
  padding: 3px;
}

.required input {
/*  border: 1px solid #c00; */
}

.required label {
  color: #c00;
}

a:link,
a:visited {
  color: #f8971c;
  text-decoration: underline;
  outline: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

/* Forms */

label {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 0 0 3px;
  border: 0;
  width: 200px;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
}

textarea,
select {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #f0f0f0;
}

input {
  height: 14px;
  font-size: 11px;
  color: #333333;
  padding: 3px;
  border: 1px solid #f0f0f0;
}

input:focus {
  border: 1px solid #f8971c;
}

input.checkbox,
input.radiobutton,
input:focus.checkbox,
input:focus.radiobutton {
  border: 0;
  width: auto !important;
}

input.integerinput {
  text-align: right;
}

input.fileupload {
  height: 20px;
}

button {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
}

fieldset {
  margin: 5px 0 10px 0;
  border: 0;
}

fieldset legend {
  margin: 10px 0;
  padding: 0;
  border: 0;
  font-weight: bold;
  font-size: 12px;
}

#pagecontent input {
  width: 350px;
}

/* Page layout */
#page {

}

#header {
  background: transparent url(images/bg-header.png) repeat-x left top;
  height: 100px;
}

#headercontent {
  position: relative;
  width: 990px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

ul#portfoliomenu {
  display: block;
  position: absolute;
  right: 10px;
  top: 17px;
}

ul#portfoliomenu li {
  display: block;
  float: left;
  list-style: none;
  margin: 0 0 0 10px;
}

ul#portfoliomenu li a {
  font-size: 12px;
}

#sitemenu {
  display: block;
  position: absolute;
  left: 250px;
  bottom: 24px;
}

#sitemenu li {
  display: block;
  float: left;
  list-style: none;
  margin: 0 15px 0 0;
}

#sitemenu li a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#sitemenu li a:hover {
  color: #000;
}

.homelink {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100px;
  background: transparent url(images/onlinefotoplusz-logo.png) no-repeat left top;
}

.homelink a {  
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 250px;
  height: 100px;
}

.homelink a span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#sitesearch {
  position: absolute;
  left: 250px;
  top: 15px;
  width: 350px;
/*
  right: 20px;
  top: 20px;
*/
}

#sitesearch input {
  width: 400px;
/*  width: 150px; */
  background: #fff url(images/icon-search.png) no-repeat left top;
  padding-left: 22px;
  border: 1px solid #f8971c;
}

#sitesearch button {
  display: none;
}

#content {
  background-color: #fff;
}

#contentcontent {
  margin: 0 auto;
  padding: 10px 0;
  width: 990px;
  min-height: 300px;
}

#breadcrumb {
  height: 32px;
  width: 990px;
  margin-bottom: 10px;
}

.currentlevel {
  font-weight: bold;
}

#pagecontent {
  float: right;
  width: 740px;
  margin-left: 10px;
  min-height: 500px;
  z-index: 999;
}

#pagecontent p,
#pagecontent li {
  margin-bottom: 5px;
}

#pagecontent ul {
  margin: 10px 0 0 30px;
}

h1, h2 {
  color: #f8971c;
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
}

h1.homelink {
  border: 0;
}

#boxpanel {
  float: right;
  width: 240px;
  min-height: 300px;
}

#footer {
  clear: both;
}

#footercontent {
  padding: 30px 0;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

#footercontent a {
  font-size: 9px;
  color: #fff;
}

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

/* Box definitions */
.box {
  position: relative;
  border: 1px solid #eaeaea;
}

.box-content {
  padding: 10px;
  margin-bottom: 10px;
}

.box-lefttopcorner {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  background: #fff url(images/box-corner-lefttop.png) no-repeat left top;
}

.box-leftbottomcorner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #fff url(images/box-corner-leftbottom.png) no-repeat left top;
}

.box-righttopcorner {
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 5px;
  background: #fff url(images/box-corner-righttop.png) no-repeat left top;
}

.box-rightbottomcorner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #fff url(images/box-corner-rightbottom.png) no-repeat left top;
}

.box-left {
  position: absolute;
  left: 0;
  width: 1px;
  top: 5px;
  bottom: 5px;
  background-color: #eaeaea;
}

.box-right {
  position: absolute;
  right: 0;
  width: 1px;
  top: 5px;
  bottom: 5px;
  background-color: #eaeaea;
}

.box-top {
  position: absolute;
  top: 0;
  height: 1px;
  left: 5px;
  right: 5px;
  background-color: #eaeaea;
}

.box-bottom {
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 5px;
  right: 5px;
  background-color: #eaeaea;
}

.boxcontent {
  padding: 5px;
}

.boxcontent label {
  width: 80px;
}

.boxcontent input {
  width: 110px;
}

.boxfooter {

}

.sidebox {
  margin-bottom: 10px;
}

.logoutboxfooter {
  height: 20px;
}

.discountindex,
.latestindex {
  margin-top: 15px;
}

.discountindexitem,
.latestindexitem {
  display: block;
  float: left;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 225px;
}

.discountindexitem .productpicture,
.latestindexitem .productpicture {
  display: block;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #000;
}

.discountindexitem .productname,
.latestindexitem .productname  {
  text-align: right;
  margin: 5px 0 5px 0;
}

.discountindexitem .productname a:link,
.discountindexitem .productname a:visited,
.latestindexitem .productname a:link,
.latestindexitem .productname a:visited {
  font-size: 11px;
}

.discountindexitem .productname a:hover,
.latestindexitem .productname a:hover {
  font-size: 11px;
}

.discountindexitem .productprice {
  display: block;
  float: right;
  padding: 3px;
  border: 1px solid #c00;
  color: #c00;
  font-size: 11px;
  font-weight: bold;
}

.latestindexitem .productprice {
  display: block;
  float: right;
  padding: 3px;
  color: #000;
  font-size: 11px;
  font-weight: bold;
}

/* Product styling */
.contentheader {
  position: relative;
}

#productlistorder {
  position: absolute;
  right: 0;
  top: 0;
  list-style: none;
  margin: 0 !important;
  padding: 0;
  border: 0;
}

#productlistorder li {
  float: left;
  margin: 0 10px;
}

#productlistorder .selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.productlistitem {
  float: left;
  margin: 0 20px 20px 0;
  width: 220px;
  height: 420px;
  overflow: hidden;
}

.thirdpanel {
  margin-right: 0;
}

.productlistitem .productname {
  margin: 5px 0 5px 0;
  font-size: 14px;
  font-weight: bold;
  min-height: 50px;
}

.productlistitem .productname a {
  text-decoration: none;
}

.productlistitem .productpicture {
  display: block;
  margin: 20px auto;
  padding: 0;
  border: 0;
  width: 180px;
}

.productdetails .productpicture {
  display: block;
  float: right;
  margin: 10px auto 20px auto;
  padding: 0;
  border: 0;
  width: 300px;
}

.productlistitem .productdesc {
  display: block;
  margin: 20px 0;
  min-height: 34px;
}

.productdetails .productdesc {
  display: block;
  float: left;
  margin: 10px 0 20px 0;
  width: 390px;
  font-size: 12px;
}

.productdetails .productstockinfo {
  float: left;
  clear: left;
  font-size: 12px;
}

.productlistitem .productlist_bottom {
  margin: 0;
}

.productdetails .productlist_bottom {
  padding: 20px 0 0 0;
  clear: both;
}

.productlistitem .productlist_bottom .price,
.productdetails .productlist_bottom .price {
  display: block;
  float: right;
  padding: 3px;
  color: #f8971c;
  font-size: 13px;
  font-weight: bold;
}

.productdetails .productlist_bottom .price {
  font-size: 16px;
  text-align: right;
}

.productlistitem .productlist_bottom .price span,
.productdetails .productlist_bottom .price span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #888;
}

.productlistitem .productlist_bottom .discounted,
.productdetails .productlist_bottom .discounted {
  color: #c00;
  border: 1px solid #c00;
  padding: 3px;
}

.productlistitem .productlist_bottom .productlistbuttons,
.productdetails .productlist_bottom .productlistbuttons {
  display: block;
  float: left;
  clear: left;
  padding: 3px;
}

.productdetails .productlist_bottom .productlistbuttons {
  font-size: 16px;
  font-weight: bold;
}

/* Cart */
.cartaccept {
  border: 3px solid #f8971c;
}

#cartcontent {

}

.cartcontent_emptycart {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  height: 50px !important;
}

#cartcontent th {
  color: #f8971c;
  padding: 3px;
  border-bottom: 1px solid #eaeaea;
  height: 20px;
  text-align: left;
  vertical-align: middle;
}

#cartcontent td {
  padding: 3px;
  height: 20px;
}

#cartcontent.orderreviewcartcontent td {
  padding: 5px;
}

#cartcontent th#cartcontent_productquantity,
#cartcontent th#cartcontent_productprice,
#cartcontent th#cartcontent_productsumprice,
#cartcontent td.cartcontent_productquantity,
#cartcontent td.cartcontent_productprice,
#cartcontent td.cartcontent_productsumprice {
  text-align: right;
}

#cartcontent td.cartcontent_sumcaption,
#cartcontent td.cartcontent_sumprice,
#cartcontent td.cartcontent_sumdummy {
  border-top: 1px solid #333;
  font-weight: bold;
}

#cartcontent td.cartcontent_sumprice {
  text-align: right;
}

#cartcontent th#cartcontent_productname,
#cartcontent td.cartcontent_productname {
  width: 415px;
}

#cartcontent.orderreviewcartcontent th#cartcontent_productname,
#cartcontent.orderreviewcartcontent td.cartcontent_productname {
  width: 315px;
}

#cartcontent.orderreviewcartcontent th#cartcontent_productsumprice,
#cartcontent.orderreviewcartcontent td.cartcontent_productsumprice {
  width: 120px;
}

#cartcontent th#cartcontent_productprice,
#cartcontent td.cartcontent_productprice {
  width: 120px;
}

#cartcontent th#cartcontent_productquantity,
#cartcontent td.cartcontent_productquantity {
  width: 120px;
}

#cartcontent th#cartcontent_productquantity input,
#cartcontent td.cartcontent_productquantity input {
  width: auto !important;
}

#cartcontent th#cartcontent_selectcheck,
#cartcontent td.cartcontent_selectcheck {
  width: 20px;
  text-align: center;
}

#cartcontent td.cartrowselected {
  background-color: #ccc;
  text-decoration: line-through;
}

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

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

/* Order review */
.order_customerdata {
  width: 100%;
  margin: 15px 0 0 0;
}

.order_customerdata th {
  color: #f8971c;
  padding: 3px;
  border-bottom: 1px solid #eaeaea;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  font-size: 14px;
}

.order_customerdata td {
  padding: 3px;
  height: 20px;
}

.order_customerdata_label {
  width: 200px;
}

.order_customerdata_data {
  font-weight: bold;
}

span.orderid {
  font-weight: bold;
}

span.superscript {
  vertical-align: super;
  font-size: 0.7em;
}

.indexcontent h2 {
  margin-top: 20px;
}

.indexcontent h2.index {
  margin-top: 0;
}

#shippinginformations {
  float: left;
  width: 400px;
}

.categoryboxcontent ul {
  list-style: none;
  margin-top: 2px;
  padding-bottom: 2px;
}

.categoryboxcontent li {
  padding: 1px 3px;
}

.categoryboxcontent ul ul {
  margin-left: 10px;
}

.categoryboxcontent a {
  font-size: 12px;
}

.categoryboxcontent .closedmenu {
  display: none;
}

.categoryboxcontent .categories_maincat {
  padding-bottom: 10px;
}

.categoryboxcontent .categories_maincatlink {
  text-decoration: none;
  color: #F8971C;
}

.categoryboxcontent .categories_maincatlink:hover {
  text-decoration: none;
  color: #000;
}

.categoryboxcontent .categories_middlecatlink {
  text-decoration: none;
  color: #000;
  font-size: 11px;
}

.categoryboxcontent .categories_middlecatlink:hover {
  text-decoration: none;
  color: #F8971C;
}

.categoryboxcontent .categories_subcatlink {
  text-decoration: none;
  color: #000;
  font-size: 11px;
}

.categoryboxcontent .categories_subcatlink:hover {
  text-decoration: none;
  color: #F8971C;
}

.productdatasheet {
  margin-top: 15px;
}

.productdatasheet .dslabel {
  padding: 3px;
  font-weight: bold;
  width: 150px;
  font-size: 12px;
}

.productdatasheet .dsvalue {
  padding: 3px;
  font-size: 12px;
}

.productdatasheet .oddrow {
  background-color: #eee;
}

