﻿@import url(http://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Comfortaa&subset=latin,greek,latin-ext,cyrillic,cyrillic-ext);

/* container */
container {
		background: none repeat scroll 0 0 rgba(255, 255, 255, 0.85);
}
	
/* content */
h1 {
	color: #FF9933;
	font-size: 26px;
	font-family: calibri;
}

h2 {
	color: #FFCC00;
	font-size: 16px;
	font-family: arial;
}

#column-left, #colum-right {
  /*display: none;*/
}

a {
	color: #2489CE;
	font-style: bold;
}

.right {
	float: right;
	max-width: 45%;
	display: inline-block;
	width: auto;
	vertical-align: center;
}

.left {
	float: left;
	max-width: 45%;
	display: inline-block;
	width: auto;
}



#buttons {
	padding: 10px;
}
/* panel */
#menu-panel, #checkout-panel, #account-panel {
	background: rgba(0,0,0,.75);
}

#checkout-panel{
	
}

/* logo */
#logo-panel {
    	display: block;
    	margin: 0;
		height: 40px;
		width: 100%;
		text-align: center;
		background: #FE9A2E url('../image/background.png') repeat-x;
  	}
		
	#logo-panel span  {
		height: 50px;
		width: auto;
		max-height: 40px;
		overflow: hidden;
		display: inline-block;
		text-align: center;
		display: inline-block;
	}
	
	#logo-panel .left > a > img {
		height: auto;
		width: auto;
		max-height: 40px;
		max-width: 96%;
	}
	
	#logo-panel .right > a {
		height: 40px;
		width: 40px;
		display: inline-block;
	}
	
	#logo-panel .left , #panel-mobile .left {
		max-width: 48%;
		width: auto;
		max-height: 40px;
		overflow: hidden;
		float: left;
		vertical-align: middle;
		display: inline-block;
		text-align: left;
	}

#logo-panel  .right, #panel-mobile .right {
	max-width: 48%;
	width: auto;
	max-height: 40px;
	overflow: hidden;
	text-align: right;
	float: right;
	vertical-align: middle;
	display: inline-block;
}

/* box-product */
.box-product {
	float: float;
	display: inline;
}

.box-product .item {
	float: left;
	width: 45%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	border: 1px solid #ddd;
}

.price-old {
	color: #FF6633;
	text-decoration: line-through;
}

.price-special-label {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding : 2px;
	background: #FF6633;
}
.price-new {
	font-weight: bold;
}
/* product-info */

.product-info .options ,.product-info .quantity {
	padding: 10px;
}

.product-info .image {
  text-align: center;
}

.product-info .image > img {
  max-width: 98%;
  width: auto;
  height: auto;
}

/* product list */

.category-info .image {
  text-align: center;
}

.category-info .image > img {
  max-width: 98%;
  width: auto;
  height: auto;
}

.product-list, .product-filter, .buttons {
	padding-bottom: 0px 0px 20px 0px;
	position: relative;
	padding: 10px 0px 10px 0px;
}

.product-list .product-header {
	height: 20px;
}

.product-list .price {
	color: #333333;
	font-size: 16px;
}

.product-list .name {
	color: #8A0808;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

.product-list .description {
	color: #4D4D4D;
	font-size: 12px;
}

.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 20px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 20px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}

/* box */
.box {
	margin: 10px auto 20px auto;
	box-shadow: 0px 2px 2px #554400;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	width: 96%;
}
.box-heading, .panel-header {
	padding: 7px 10px 7px 10px;
	font-family: 'Comfortaa', cursive;	
	font-size: 16 px;
	font-weight:normal;
	color: #fff;
	background:#FF9900;
	border-bottom: 2px solid #FF9900;

}

.box-heading {
	font-family: 'Comfortaa', cursive;	
	font-size: 16px;
	font-weight:normal;
	color: #fff;
}

.box-content {
	margin:0 auto 0 auto;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	background:#FFF;
	padding: 10px;
	height: auto;
}

/* sitemap */
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

/* Footer */
	#footer {
		padding-top: 10px;
		padding-bottom: 10px;
		border: none;
		overflow: auto;
		padding-left:4%;
		padding-right: 4%;	
	}
	
#powered {
		background: #DBE1E5;
		text-align: center;
}

#footmarquee {
	position:fixed; left:0%; bottom:0%; right:0%;
	height : 30px;
	z-index : 100;
	background:#ddd url('../image/background.png') repeat-x top center;
}

#footmarquee  .marquee_online {
	font-size : 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

#footmarquee  .marquee_offline {
	font-size : 16px;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
}

/* jquery mobile */
.ui-panel.ui-panel-open {
    position:fixed;
}
.ui-panel-inner {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

	/* simple cart */

.simplecheckout-methods-table {
	width: 100%;
}
	
.simplecheckout {
	background: #fff;
}
	.simplecheckout-cart {
		border-collapse: collapse;
		border-left: 1px solid #DDDDDD;
		border-right: 1px solid #DDDDDD;
		border-top: 1px solid #DDDDDD;
		margin: 0px !important;
		width: 100%;
		background: #FFFFFF;
	}
.simplecheckout-cart-total {
    text-align: right;
    padding: 7px 25px;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
	background: #F2F2F2;
}

.simplecheckout-cart-total input {
    margin-right: 0px !important;
    max-width: 100px;
}


.simplecheckout-cart-total-value {
    min-width: 60px;
    margin: 0px 3px;
    display: inline-block;
}
.simplecheckout-cart-total-remove {
    width: 18px;
    text-align: center;
    display: inline-block;
}
.simplecheckout-cart-total-remove img {
    vertical-align: center;
    cursor: pointer;
}

.simplecheckout-cart col.name {

}

.simplecheckout-cart col.total {
    width: 10%;
}
.simplecheckout-cart col.remove {
    width: 7px;
}
.simplecheckout-cart th {
    background-color: #F8F8F8;
    border-bottom: 1px solid #DDDDDD;
    color: #4D4D4D;
    font-weight: bold;
    padding: 8px;
}

.simplecheckout-cart th.name {
    text-align: center;
}
.simplecheckout-cart th.quantity {
    text-align: left;
}
.simplecheckout-cart th.total {
    text-align: right;
}

.simplecheckout-cart th.remove {
    text-align: right;
    width: 7px;
}

.simplecheckout-cart td {
    border-bottom: 1px solid #DDDDDD;
    padding: 7px;
	vertical-align: center;
	
}

.simplecheckout-cart td.name {
    text-align: center;

}

.simplecheckout-cart td.quantity {
    text-align: center;
    vertical-align: center;
}

.simplecheckout-cart td.total{
    text-align: right;
	vertical-align: center;
}

.simplecheckout-cart td.remove {
    text-align: right;
    width: 7px;
    vertical-align: center;
}
.simplecheckout-cart td.remove img {
    max-width: 30px !important;
}
.simplecheckout-cart td.product-warning {
    color: #FF0000;
    font-weight: bold;
}
.simplecheckout-cart td.right {
    text-align: right;
    vertical-align: middle;
}

.simplecheckout-block {
	padding: 5px;
	border-bottom: 2px solid #ddd;	
	background: #fff;

}

.simplecheckout-left-column > div, .simplecheckout-right-column > div {
	margin-top: 5px;
	margin-bottom: 5px;
}
.simplecheckout-block-heading {
	display: block;
}
.simplecheckout-customer-row {
	display: block;
}

.simplecheckout-block-heading {
    overflow:hidden;
	background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DBDEE1;
    font-size: 16px;
	 color: #555555;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
	vertical-align : center;
	text-align: center;
}
.simplecheckout-block-heading-button {
   
}
.simplecheckout-block-heading-button a {
    display:inline-block;
}

.simplecheckout-customer-label {
		text-align: left;
		width: 100%;
		display: block;
	}

	.simplecheckout-customer-value {
		width: 100%;
		text-align: center;
		display: block;
	}

	.simplecheckout-customer-row {
		width: 100%;
		text-align: center;
		padding-bottom: 5px;
		display: block;
		float:left;
	}
	
.simplecheckout-error-text {
    color: #FF0000;
    margin-top: 3px;
    display: block;
}
.simplecheckout-warning-text {
    font-weight: bold;
    margin: 5px 0;
}
.simplecheckout-warning-block {
    text-align: left;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    background: url("../image/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
    clear: both;
}
.simpleregister-warning-block {
    text-align: left;
    color: #555555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    background: url("../image/warning.png") no-repeat scroll 10px center #FFD1D1;
    border: 1px solid #F8ACAC;
    border-radius: 5px 5px 5px 5px;
}
	
.simplecheckout-information-block {
    text-align: left;
    background: #55555;
    margin-bottom: 15px;
    padding: 10px 10px 10px 33px;
    background: url("../image/info.png") no-repeat scroll 10px center #F5F6CE;
    border: 1px solid #FFFF00;
    border-radius: 5px 5px 5px 5px;
    clear: both;
}
	
#simplecheckout_login {
    padding:30px;
    margin: auto;
    text-align: center;
}

#simple_login_layer {
    width:100%;
    position:absolute;
    left:0;
    top:0;
    z-index:501;
    background-color:#000000;
    display:none;
}
#simple_login {
    background:none repeat scroll 0 0 #FFFFFF;
    border:1px solid #FFD9FF;
    -webkit-border-radius:7px 7px 7px 7px;
    -moz-border-radius:7px 7px 7px 7px;
    -khtml-border-radius:7px 7px 7px 7px;
    border-radius:7px 7px 7px 7px;
    height:250px;
    overflow:hidden;
    padding:5px;
    position:fixed;
    width:300px;
    z-index:501;
    display: none;
}    
#simple_login_header {
    text-align: right;
    padding: 0px 0px;
}
#simple_login_header img {
    margin: 0 0 0 auto;
}

#simplecheckout_login .buttons {
    border: none;
    margin: 0;
    padding: 0;
}

#simplecheckout_login {
    padding:20px;
    margin: auto;
    text-align: center;
	max-width: 300px;
}
/* Slides */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  #notification {
	background: none;
  }
  .success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	color: #555555;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #554400;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

#store-links {
	font-size: 10px;
	padding-right: 10px;	
}

#store-links div {
	margin: 0px 0 0 4px;
	padding:7px 7px 7px 7px;
	float: left;
	display: block;
	color:#fff;	
	text-decoration: none;
	font-size: 12px;
}

#store-links div a:hover{		
	color:#FF9933;	
}

#store-links div a.active{		
	color:#FF9933;	
}

/* icons */
	
	
	.n-cart {
		background: url('../image/icons/cart_32x32.png') center center no-repeat;
  	}
			
	.n-home {
		background: url('../image/icons/home_32x32.png') center center no-repeat;
	}

	.n-info {
		background: url('../image/icons/info_32x32.png') center center no-repeat;
	}

	.n-account {
		background: url('../image/icons/account_32x32.png') center center no-repeat;
	}
	.n-account-active {
		background: url('../image/icons/account_32x32-active.png') center center no-repeat;
	}
	
	.n-logout {
		background: url('../image/icons/logout_32x32.png') center center no-repeat;
	}
	
	.n-contact {
		background: url('../image/icons/contact_32x32.png') center center no-repeat;
	}
	
	.n-checkout {
		background: url('../image/icons/checkout_32x32.png') center center no-repeat;
	}
	
	.n-search {
		background: url('../image/icons/search_32x32.png') center center no-repeat;
	}