/**********************************************************************
	Body Global
***********************************************************************/
body {
 margin:0; 
 padding:0; 
 font-family:Arial, sans-serif; 
 font-size:12px; 
 font-weight:normal;  
 background-color:#3B2900; 
 background: url('../_img/bg/bg_arrows1.png');	 
 color:#666666;
}
*{font-family:Arial, sans-serif; margin:0; padding:0}

header, section, article, nav, h1, h2, h3, h4, h5, dl, dt, dd {display:block; margin:0; padding:0; font-size:100%; font-weight:normal;}
button, input, textarea, select {margin:0; font-size:100%; vertical-align:middle; font-family: Arial,Helvetica,Verdana,sans-serif; font-size: 12px; }

a {color:#604a15; text-decoration:none;}
a:hover {color:#65380c; text-decoration:underline;}
a i {cursor:pointer; text-decoration:none;}
a img {border-width:0;text-decoration:none;}
a * {cursor:pointer;}
form { margin: 0px; padding: 0px; }
fieldset { padding: 0px; }
input { vertical-align: middle; }
select, input, textarea {
    padding: 3px;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 12px;
    outline: medium none;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
select, input {
    line-height: 15px;
}

/**********************************************************************
	Basket
***********************************************************************/

/* AddToCart */

.addToCart {
  min-height:33px;
  margin:0px 0px 0px 0px;
  position: relative;    
}

.addToCart input[type="image"]{
  width:40px;
  height:33px;
  border: 0px;	
}
div.addToCart{
  width:135px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.addToCart input[type="text"]{
  width: auto;
  border: 1px inset;
  border-radius: 0px;
}

.count-area, .add-to-cart-area {
  position: absolute;
  height: 33px;
}

.count-area {
    width: 80px;
    text-align: right;
}

.count-area .input-group-plus-minus {
    float: right;
    margin-top: 3px;
}

.add-to-cart-area {
    margin-left: 95px;
}

/* basket table */

.product-detail-header {
 font-family: Arial,Verdana,Helvetica,sans-serif;
 line-height: normal;
 color: #333;
 font-weight: bold;
 font-size: 13px;
 border: 3px solid #F80;
 border-right-width: 0px;
 border-bottom-width: 0px;
 border-color: #CCC;
 background-color: #F0FCE1;
 padding: 6px 3px 6px 3px;
}

.rightsidedborder ,.shopHeader,.product-detail-header,.shopLastHeader,.product-detail-lastheader {
  color :#333;
  font-weight :bold;
  font-size :11px;
  border:0 solid #ff8800;
}

.rightsidedborder {
  font-size :12px;
  font-weight :normal;
  border-right-width:1px;
}

.shopHeader,.product-detail-header {
  border-color:#55a100;
  border-right-width:0px;
  border-bottom-width:0px;
}

.shopLastHeader,.product-detail-lastheader {
  border-color:#55a100;
  border-bottom-width:1px;
}

.product-detail-header {border-color:#CCC;background-color:#f0fce1;}
.product-detail-lastheader {padding-left: 20px;border-color:#CCC;color:#FFF; background-color:#55a100;}

/* input-groups */

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    float: left;
}

.input-group input {
    color: inherit;
    font: inherit;
    margin: 0;
    line-height: 1 !important;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.item-count {
  height: 20px;
}

.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.input-group-addon:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon {
    white-space: nowrap;
    vertical-align: middle;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 0px;
}

.input-group-addon:first-child {
    border-bottom-right-radius: 4;
    border-top-right-radius: 4;
    border-right: 4;
}
.input-group-addon:last-child {
    border-bottom-left-radius: 4;
    border-top-left-radius: 4;
    border-left: 4;
}

.input-group-plus-minus {
    width: 80px !important;
}


.input-group-plus-minus .input-group-addon {
    border-color: #d3d3d3;
    background-color: #e5e5e5;
    color: #c5c5c5;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    float: left;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 20px;
}

.input-group-plus-minus .input-group-addon span {
    display: block;
    text-align: center;
}

.input-group-plus-minus input {
    width: 25px !important;
    padding-top: 1px !important;
    height: 17px;
    text-align: center !important;
    border: 1px solid #d3d3d3 !important;
    display: block;
    float: left;
    border-radius: 0;
}

.input-group-plus-minus-active .input-group-addon {
    border-color: #bfe292;
    color: #198900;
    cursor: pointer;
}

.input-group-plus-minus-active input {
    border: 1px solid #bfe292 !important;
    color: #000;
}


.inc-amount span, .dec-amount span {
    display: none !important;
}

.inc-amount, .dec-amount {
    background-image: url(../_img/plus-minus-icon.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    background-position: -100px -100px;
    height: 14px !important;
    cursor:pointer;
}

.article-count {

   height: 33px;

}     

.inc-amount {
    background-position: 50% -22px;
}

.dec-amount {
    background-position: 50% 1px;
}

/**********************************************************************
	Structure - Basket table
***********************************************************************/

/* messages */

#x_cart { 
 display: none;
 position: fixed;
 width: 450px;
 top: 168px;
 left: 50%;
 margin-left: -225px;
 background: #ff430a; 
 font-size: 18px;
 font-weight: bold;
 color: #FFF;
 text-align: center; 
 line-height: 200px;  
 z-index:99999;
}

/* tables */

td .text {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    line-height: normal;
}
td .smalltext {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    line-height: normal;
    color:#333;
}

td .price {
	color:#333;  /*6c4a28;*/
	font-weight:bold;
	font-size:11px;
	text-align:center;
}
td .price em {
	color:#ff4e00;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	text-decoration:line-through;
	text-align:center;	
}

      
/**********************************************************************
	Header
***********************************************************************/
header, footer, section.column {float:left; width:100%; margin:0 0 3px;}
.wrapper {width:998px; margin:0 auto; background-color:#ffffff;}
header hgroup {
	background:#fff url(../_images/logo.png) no-repeat 0 0;
	background-position: 5px 6px;
	width:262px;
	height:50px;
	margin:3px 0;
	overflow:hidden;
	white-space:nowrap;
	text-indent:99em;
	float:left;
	display:block;
}
header .txt {
	width:400px;
	height:50px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	display:block;
}
header .txt a {
  position: relative;
  top: 23px;
  left: 120px;
	color: #aaa;
	font-size: 12px;
	font-weight: normal;
}

header .txt a:hover {
  text-decoration:none;
}
header nav {
	float:right;
	width:auto;
	background:url(../_img/icons.png) repeat-x 0 -174px;
}
header nav ol, header nav ul {
	list-style-type:none;
	display:block;
	float:right;
	clear:right;
	padding:0px 0px 0px 0px;
	margin:7px 9px 0px 0px;
	font-size:100%;
	font-weight:normal;
	line-height:20px;
	color:#666666;
	white-space:nowrap;
}
header nav p {
	list-style-type:none;
	display:block;
	float:right;
	clear:right;
	padding:0px 0px 0px 0px;
	margin:5px 9px 0px 0px;
	font-size:100%;
	font-weight:bold;
	line-height:20px;
	color:#222;
	white-space:nowrap;
}
header nav li {
	float:left; 
	margin:0 0 0 5px;
	padding:0;
}
header nav ul li a {
	display:block;
	float:left;
	white-space:nowrap;
	text-indent:-99em;
	overflow:hidden;
}
header nav ol li a {
	color:#604a15;
	font-weight:bold;
	font-size:100%;
	text-decoration:none;
	margin-left:10px;
}
header section, header section nav {
	float:left;
	clear:both;
	width:100%;
}
header section .menu {
	float:left;
	width:100%;
	height:44px;
	background:#ff430a;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
header section article {
	float:left;
}

header section article:first-child {
	margin-left:20px;
	background-image:none;
}
header section article h2, header section article form {
	float:left;
  border-right:1px solid #fccfcf;
	padding-right:0px;  
	height:44px;
	padding-left: 0px;       
}
header section article h2 a, header section article h2 a:hover {
	text-decoration:none;
	font-family:Arial, sans-serif;
	font-size:100%;
	text-transform:uppercase;
	color:#fff;
	height:44px;
	line-height:44px;
	display:block;
	padding:0px 30px 0px 30px;
}
header section article h2 a:hover {
	background:#ff2b0a;
}
#menu-search {
  padding-left: 70px;
	float:left;
}
#menu-search form {
	position:relative;
}
#menu-search input[type="text"] {
	border:1px solid #e30000;
	background:#fff;
	font-size:100%;
	font-weight:bold;
	line-height:16px;
	height:22px;
	margin:11px 78px 0px 0px;
	padding:3px;
	color:#ff430a;
	width:220px;
	padding: 0px 4px 0px 4px;
	display:block;
	float:left;
}
#menu-search label {
	border-width:0;
	width:35px;
	height:36px;
	margin:9px 0 0;
	padding:0;
	overflow:hidden;
	display:block;
	float:left;
	white-space:nowrap;
	background:url(../_img/lupa.png) no-repeat 0px 0px;
	cursor:pointer;
	position:absolute; top:0; left:214px;
}
#menu-search label input {
	margin-left:50px;
	display:none;
}
#menu-search p {
	float:left;
	margin:0 0 0 10px;
	padding:0;
}
#menu-search p a, #menu-search p a:hover {
	float:left;
	display:block;
}
#menu-search p a:hover, #menu-checkout h4 a:hover {
	background:#ff2b0a;
}
#menu-checkout {
	float:right;
	padding-right:20px;
	position:relative;
}
#menu-checkout h4 a, #menu-checkout h4 a:hover {
	display:block;
	float:left;
	height: 44px;
	width:100%;
	text-transform:none;
	padding:0;
}
#menu-checkout h4 a span {
	display:block;
	float:left;
	width:196px;
	background:url(../_img/basket.png) no-repeat right 13px;
	border-right: 5px solid transparent;
}
#menu-checkout h4 a em, #menu-checkout h4 a strong {
	display:block;
	color:#333333;
	font-size:90%;
	font-weight:bold;
	font-style:normal;
	line-height:16px;
	padding:0 30px 8px 10px;
	white-space:nowrap;
	margin:0;
}
#menu-checkout h4 a strong {
	text-transform:uppercase;
	color:#fff;
	padding:6px 30px 0 10px;
	font-size:100%;
}

header section nav {
	position:relative;
	height:45px;
	width:100%;
	overflow:hidden;
	float:left;
	background:#fff;
	margin:3px 0 0;
	padding:0;
}
header section nav button {
	position:absolute; z-index:11;
	float:left;
	width:24px;
	height:45px;
	overflow:hidden;
	background:#fff url(../_img/icons.png) no-repeat left -59px;
	border-width:0;
	text-indent:-99em;
	cursor:pointer;
}
header section nav button.next {
	right:0;
	background:#fff url(../_img/icons.png) no-repeat right -104px;
}
header section nav ul {
	width:100%;
	position:absolute; left:24px; z-index:10;
	margin:0;
	padding:0;
}
header section nav ul li, header section nav ul li a, header section nav ul li a:hover {
	width:95px;
	height:45px;
	background:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	display:block;
	margin:0;
	padding:0;
}

header section nav ul li a {
	-moz-opacity: 0.50;
	opacity: 0.50;      
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
}
header section nav ul li a:hover {
	-moz-opacity: 0.90;
	opacity: 0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
}

.xmenu { width: 376px; } 

.xmenu nav {
	position:relative;
	height:85px;
	width:100%;
	overflow:hidden;
	float:left;
	background:#fff;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.xmenu nav button {
	position:absolute; 
  z-index:11;
	float:left;
	width:24px;
	height:85px;
	overflow:hidden;
	background:#000 url(../_img/btns.png) no-repeat left 0px;
	border-width:0;
	text-indent:-99em;
	cursor:pointer;
}
.xmenu nav button.next {
	right:0;
	background:#000 url(../_img/btns.png) no-repeat right -85px;
}
.xmenu nav ul {
	width:100%;
	position:absolute; left:24px; z-index:10;
	margin:0;
	padding:0;
}
.xmenu nav ul li, .xmenu nav ul li a, .xmenu nav ul li a:hover {
	width:85px;
	height:85px;
	background:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.xmenu nav ul li a {
	-moz-opacity: 0.50;
	opacity: 0.50;      
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
}
.xmenu nav ul li a:hover {
	-moz-opacity: 0.90;
	opacity: 0.90;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
}

/**********************************************************************
	Structure - left menu
***********************************************************************/
                                                                              
aside.column-2 {
	width:185px;
	float:left;
}
aside ul {
	width:100%;
	float:left;     
	list-style-type:none;
	margin:0px 0px 1px 0px;
	padding:0;
	background:#fff; 
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 0px solid #333;
	border-right: 0px solid #333;
}

aside ul li {
	float:left;
	margin:0;
	padding:0;
	width:33.33%;
	*width:33%;
	text-align:center;
}

aside ul li a {
	color:#222;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:25px;
	white-space:nowrap;
	display:block;
	padding:0 3px;
}

aside ul li a:hover {
	color:#222;
	text-decoration:none;
}

aside ol {
	display:block;
	clear:both;
	margin:0 0 3px;
	padding:0;
	border:1px solid #fff;
	background:#fff;
	list-style-type:none;
}

aside ol li ol {
	display:none;
	border-width:1px 0 0;
}

aside ol li {
	margin:0 10px;
	padding:0;
	display:block;
	border-top:1px solid #ddd;
}

aside ol li:first-child {
	border-width:0;
}

aside ol li ol li {
	margin:0 10px;
	padding:0;
	display:block;
	border-width:0;
}


aside ol li a, aside ol li a:hover {
	color:#333;
	font-size:100%;
	text-decoration:none;
	display:block;
	padding:0;
	margin:0;
	line-height:22px;
}

.hcat {
  background:url(../_img/icons.png) no-repeat right -152px;
}

.hcat:hover {
  background:url(../_img/icons.png) no-repeat right -152px;
}

aside ol li a:hover, aside ol li.active a {
	color:#000;
}
aside ol li ol li a, aside ol li ol li a:hover {
	color:#333;
	font-size:100%;
	text-transform:none;
	text-decoration:none;
	display:block;
	padding:0;
	margin:0;
	line-height:20px;
	background-image:none;
}
aside ol li.active ol li a {
	color:#333;
}
aside ol li ol li.active a {
	color:#222;
	font-weight:bold;
	text-decoration:underline;
}
aside ol li ol li a:hover {
	color:#000;
}
aside h3 {
	margin:3px 0px 0px 0px;
	background:#f5f5f5;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
	line-height:30px;
	color:#ff430a;
	font-size:110%;
	font-weight:bold;                  
	text-transform:uppercase;
	padding-left:10px;
}
aside dl {
	width:100%;
	float:left;
	clear:both;
	overflow:hidden;
	position:relative;
}

aside dt {
	position:absolute; z-index:9;
}

aside dd {
	position:relative; z-index:10;
	float:left;
	width:100%;
	background:#fff;
	margin:0 0 1%;
}

aside dd a {
	float:left;
	width:100%;
}

aside dd a img {
	width:100%;
	float:left;
}

aside dd a:hover img {
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

/**********************************************************************
	Global Icons 
***********************************************************************/
[class^="icon-"], [class*=" icon-"] {
	display: inline-block;
	width:20px;        
	height:20px;
	line-height: 20px;
	vertical-align:middle;
	background: #fff;
}

.icon-phone {background:url(../_img/phone.png) no-repeat 0px -2px; }
.icon-email {background:url(../_img/email.png) no-repeat 0px -2px; }

.icon-product-new {background:url(../_img/new.png) no-repeat 0px 0px; height:16px; width:44px;}
.icon-product-sale {background:url(../_img/sale.png) no-repeat 0px 0px; height:16px; width:44px;}
.icon-product-promo {background:url(../_img/promo.png) no-repeat 0px 0px; height:16px; width:44px;}
.icon-product-order {background:url(../_img/order.png) no-repeat 0px 0px; height:16px; width:100px;}
.icon-product-24h {background:url(../_img/24h.png) no-repeat 0px 0px; height:16px; width:44px;}


/**********************************************************************
  Structure  -  main site 
***********************************************************************/
section.column-2 {
	width:810px;
	float:right;
	clear:none;
}

.product-info {
	margin:0 0 7px 0px;
	padding:16px 14px 14px 14px;
	width: 780px;
	min-height: 500px; 
	float:left;
	border:1px solid #DDDDDD;
}

.site {
    margin: 0px 0px 7px;
    padding: 16px 14px 14px;
    width: 780px;
    min-height: 500px;
    float: left;
    border: 1px solid #DDD;
}

.images {
	width:376px;
	float:left; 
  display: block;	
}

.mslider {
  display: block;
  float:left;
  width:376px;
  padding-top: 40px;
  padding-bottom: 0px;
  padding-left: 10px;
}

/* gallery */

.gallery { 
	width:376px;
	float:left; 
	text-align:center;
  display: block;	
}

.gallery p {
  width: 100%; 
  text-align:center;
	margin:0;
	padding:0; 
}
.gallery p strong {
	font-size:90%;
	font-weight:normal;
}
.gallery img {
	float:left;  
	padding-left: 1px;
}
.gallery ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.gallery li {
	margin:5px 0 0 5px;
	padding:0;
	float:left;
}
.gallery li:first-child {
	margin-left:0;
}

/* product-info */

.product-info .info {
	float:right;
	width:392px;
}

.product-info .product-desc {
	clear: both;
  float:left;
	width:100%;
	display:block;
	padding-top:30px;
}

.product-info .product-desc .label {
  font-weight: bold;
	display:block;
	padding-left:30px;
	text-align:left;
	width: auto;
	height: 25px;
	background: #532787;
	padding: 8px 4px 0px 9px;
	color: #fff;
}

.product-info article {
	background:#f2f2f2;
	border:1px solid #dddddd;
	margin-bottom:3px;
	float:right;
	width:98%;
}

.product-info article p {
	margin:0;
	padding:0;
}

.product-info article.title {
	float: left;
	width: 280px;   
	margin-left: 6px;
	background: #fff;
  text-align: center;
  display: block;
  vertical-align: middle;
	border: #ccc solid 1px;
}

.info article.title .gomiddle {
  width: 280px;
  height: 46px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;    
	text-transform:uppercase;
	line-height:23px;
	height: 46px;
	color:#1759b0;      
	font-weight:bold;
	font-size:14px;      
}

.product-desc article.desc {
  background: #fff;
  width: 750px;
  min-height: 250px;
  display:table-cell;
  text-align:left;
  vertical-align:top;    
	color:#333;      
	font-weight:normal;
	font-size:13px;
  padding: 15px 15px 15px 15px;      
}

article.prod {
  background: #fff;
  width: 777px;
  min-height: 50px;
  display:table-cell;
  text-align:left;
  vertical-align:top;    
	color:#333;      
	font-weight:normal;
	font-size:13px;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;      
}

article.kosz {
  background: #fff;
  border: 0px solid #000;
  width: 777px;
  min-height: 150px;
  display:table-cell;
  text-align:left;
  vertical-align:top;    
	color:#333;      
	font-weight:normal;
	font-size:13px;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 0px 0px;      
}

.product-info article.title strong {
	display:block;
	color:#7c7c7c; 
	font-weight:normal; 
}

.product-info article.brand {
	float:right;
	width:95px;
	background: #fff;
	border: #ccc solid 1px;
}

.product-info article.brand a {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	height:46px;
	text-indent:300px;
	white-space:nowrap;
	overflow:hidden;
}

.product-info article.desc p {
	padding:15px;
}
.product-info article p.link-more {
	text-align:right;
	font-weight:bold;
	font-size:90%;
	color:#1B59A4;
	text-transform:lowercase;
	padding-top:0;
	cursor:pointer;
}
.product-info article.desc hgroup {
	clear:both;
	padding:15px 15px 0;
}
.product-info article.desc hgroup h1 {
	color:#1B59A4;
	font-weight:bold;
	font-size:120%;
}
.product-info article.desc hgroup h3 {
	color:#666;
	font-weight:normal;
	float:right;
	font-size:90%;
}

/* slider */ 

.slide {
  position: relative;
  top: 0px;
	width:621px;
	height:282px;
	margin:0;
	overflow:hidden;
	float:left;
	position:relative;
}

#slider {
  position: relative;
  top: 0px;
  right: 0px;
	width:621px;
	float: right;
	height:282px;
	margin:0 auto;
	padding:0;
	margin:0;
  z-index:100; 	    	
}

#pixel {
  position: absolute;
  top: 0px;
  right: 0px;
	width:621px;
	float: right;
	height:262px;
	margin:0 auto;
	padding:0;
	margin:0; 
  z-index:110; 	
}

/* topitems */ 

.topitems { list-style:none; list-style-type: none; list-style-position:inside; display:none;  }
.topitems span{ padding:0;   margin:0; }
.topitems li{ padding:0;   margin:0; }
.topitems li a{ padding:0;  margin:0; }

/* pagination */ 

.pagination {	position:absolute; list-style:none; list-style-type: none;	top:265px;	right:43px; z-index:999; border:0px 0px 0px 0px;	}
.pagination li { list-style:none; list-style-type: none; display:inline; font-size:0px; float:left; padding-right: 2px;}  
.pagination li a {width:18px;	height:16px; color:#ffffff;	display:block;	margin:0px 0px 0px 0px;}

.pagination li a.b1 { 	background:url('../_images/number_1g.png') top left no-repeat; }
.pagination li a.b2 { 	background:url('../_images/number_2g.png') top left no-repeat; }
.pagination li a.b3 { 	background:url('../_images/number_3g.png') top left no-repeat; }
.pagination li a.b4 { 	background:url('../_images/number_4g.png') top left no-repeat; }
.pagination li a.b5 { 	background:url('../_images/number_5g.png') top left no-repeat; }
.pagination li a.b6 { 	background:url('../_images/number_6g.png') top left no-repeat; }

.pagination li a.b1:hover {background:url('../_images/number_1.png') top left no-repeat;}
.pagination li a.b2:hover {background:url('../_images/number_2.png') top left no-repeat;}
.pagination li a.b3:hover {background:url('../_images/number_3.png') top left no-repeat;}
.pagination li a.b4:hover {background:url('../_images/number_4.png') top left no-repeat;}
.pagination li a.b5:hover {background:url('../_images/number_5.png') top left no-repeat;}
.pagination li a.b6:hover {background:url('../_images/number_6.png') top left no-repeat;}

.pagination li.current a.b1 {background:url('../_images/number_1.png') top left no-repeat; }
.pagination li.current a.b2 {background:url('../_images/number_2.png') top left no-repeat; }
.pagination li.current a.b3 {background:url('../_images/number_3.png') top left no-repeat; }
.pagination li.current a.b4 {background:url('../_images/number_4.png') top left no-repeat; }
.pagination li.current a.b5 {background:url('../_images/number_5.png') top left no-repeat; }
.pagination li.current a.b6 {background:url('../_images/number_6.png') top left no-repeat; }

/* sites */

.sites {
	height: auto;
	float:left;
	clear:none;
	position:relative;
	margin: 0px 0px 7px;
  padding: 12px 12px 14px 16px;
  width: 780px;
  min-height: 500px;
  float: left;
  border: 1px solid #DDD;	
}
                
.sites h1, .sites0 h1 {
  padding: 20px 10px 3px 20px;
  color:#ff270a;
	font-family:Arial, sans-serif;
	font-weight:bold;
	font-size: 17px;
	text-transform:uppercase;
	text-align:left;
	border-bottom: 1px solid #885d32;
}

.sites h1 span, .sites0 h1 span {
  color:#885d32;
}

.sites p {
	margin: 0px 0px 0px 0px;
	padding:0;
	position:relative;
	top: 0px;
	float:left;
	width:100%;
	color: #885d32;
}

.sites .txt {
	margin: 0px 0px 0px 10px;
	padding: 30px 0px 0px 0px;
	position:relative;
	top: 0px;
	float:left;
	width:780px;
	color: #333;
	line-height:150%
}
.sites .txt:hover { 
  text-decoration: none;
}

/* lastsold */ 

.lastsold {
	width:184px;
	margin:0;
	overflow:hidden;
	float:right;
	clear:none;
	border:1px solid #d4d4d4;
	position:relative;
}

.lastsold p {
	margin:0;
	padding:0;
	position:relative;
	float:left;
	width:100%;
	height:280px;
}
.lastsold hgroup {
	float:left;
	width:100%;
	background:#eee;
	height: 40px;
	position:absolute; 
  top:240px;
	overflow:hidden;
}
.service-2 .lastsold hgroup, .service-4 .lastsold hgroup {
	background-position:center -45px;
}
.service-6 .lastsold hgroup, .service-13 .lastsold hgroup {
	background-position:center -90px;
}
.lastsold hgroup h3 {
	position: relative;
	top: 0px;
  color:#ff270a;
	font-family:Arial, sans-serif;
	font-weight:normal;
	font-size: 17px;
	text-transform:uppercase;
	text-align:center;
}

.lastsold hgroup h3 strong {
	font-family:Arial, sans-serif;
	font-weight:bold;
}
.lastsold hgroup h4 {
	position: relative;
	top: 3px;
	font-size:100%;
	color:#666666;
	font-weight:normal;
	text-align:right;
}
.lastsold img {
	width:100%;
	float:left;
}
.lastsold .price {
	margin:0;
	padding:0;
	display:block;
	color:#6c4a28;
	font-weight:bold;
	font-size:100%;
	text-align:center;
}
.lastsold .price em {
	color:#6c4a28; color:#ff4e00;
	font-style:normal;
	font-weight:bold;
	text-decoration:line-through;
	padding-left:10px;
}

/* news */ 

.news {
	display:block;
	float:left;
	width:100%;      
	margin:3px 0;
}

.news div.mask {
	display:block;
	height: 260px;
	border:1px solid #dbdadf;
	border-width-top:0;
}

.news div.maskall {
	display:block;
	float: left;
	min-height: 260px;
	border:1px solid #dbdadf;
	border-width-top:0;
}

.news nav {
	display:none;
}

.news hgroup {
	width:100%;
	float:left;
	cursor:pointer;
	background:#fff;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

.news hgroup h2 {
	font-size:110%;
	font-weight:bold;
	line-height:30px;
	padding:0px 0px 0px 8px;
	text-transform:uppercase;
	color:#111;
	float:left;
}

.news hgroup h3 {
	float:right;
	padding-right:10px;
}

.news hgroup h3 a {
	line-height:30px;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	padding-right:0px;
	display:block;
}

.news hgroup h3 a:hover {
 color: #111;
}

.news article {
	width:264px;
	padding:0;
	margin:3px 0 3px 3px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}

.news article:first-child {
	margin-left:4px;
}

.news article p {
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

.news article p img {
	float:left;
	width:100%;
	border-bottom:3px solid #fff;
}
.news article p:first-child {
	background:#fff;
}
.news a:hover img {
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

.news article p.text {
	font-size:90%;
	color:#454545;
	padding:3%;
	margin:0;
	width:94%;
	float:left;
	line-height:14px;
}
.news article h3 {
	background:#fff;
	padding:0;
	margin:0;
	line-height:22px;
	color:#222;
	font-size:100%;
	font-weight:bold;
	text-indent:6px;
	float:left;
	width:100%;
	border-bottom:2px solid #ff430a;
}

.news article.hover {
	background:#e5e6e8;
}

.news article.hover h3 {border-bottom:1px solid #e5e6e8;}

/* products */ 

.products {
	display:block;
	float:left;
	clear:both;
	width:100%;
	margin:0;
}

.products nav {
	display:none;
}

.products hgroup {
	width:100%;
	float:left;
	display:block;
  background-color: #fff;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;  
}

.products hgroup h2 {
	font-size:100%;
	font-weight:bold;
	line-height:30px;
	text-transform:uppercase;
	padding:0px 0px 0px 8px;
	color:#222;
	float:left;
}
.products hgroup h3 {
	float:right;
	padding-right:10px;
}

.products hgroup h3 a, .products hgroup h3 a:hover {
	line-height:30px;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	color:#333333;
	padding-right:0px;
	display:block;
}

.products article {
	width:23%;
	*width:22.789%;
	margin:0;
	padding:8px 1% 4px;
	overflow:hidden;
	float:left;
	cursor:pointer;
	min-height:290px;
}

.bestsellers article {
	border-bottom:1px solid #dfdfdf;
}

.products article hgroup {
	background: #fff;
  border-bottom: 1px solid #222;
	text-indent:0;
	float:left;
	width:180px;
	clear:both;
	min-height:44px;
}
.products article hgroup:hover {
	
}

.products article h3 {
  position: relative;
  top: 4px;
	padding-left: 3px;
  font-size:100%;
	font-weight:bold;
	color:#1759b0;
	margin:1% 0;
	float:left;
	width:100%;
}
.products h4 {
  position: relative;
  top: 5px;
	padding-left: 3px;
  color:#333;
	font-size:90%;
	font-weight:bold;
}

.products .price {
	margin:0;
	padding:0;
	display:block;
  padding-left: 3px;
	color:#6c4a28;
	font-weight:bold;
	font-size:11px;
}

.products .price em {
	color:#ff4e00; /* ff4e00 */ 
	font-weight:bold;
	font-style:normal;
	text-decoration:line-through;
	padding-left:10px;
}

.products article p {
	float:left;
	margin:0;
	padding:0;
	width:100%;
	position:relative;
}
.products article p a {
	display:block;
	float:left;
	position:relative;
}
.products article p img {
	float:left;
}
.products article p span {
	position:absolute; top:0; left:-3px;
	margin-top:10px;
}

.products article p span i {
	display:block;
	margin-top:3px;
}

.products article p div span {
	display:block;
	padding:3px 10px;
	color:#666;
	font-weight:normal;
	position:static; left:0; top:0;
	margin:0;
}

.products article p div span.sizes {
	padding-top:13px 0;
}
.products article p div span.is-free {
	font-weight:bold;
	color:#457F00;
}
.products article p div span.is-new {
	font-weight:bold;
	color:#1759B0;
}
.products article p div span.is-hit {
	font-weight:bold;
	color:#B20000;
}

/* categories */

.categories {
	margin:0 0 3px;
	padding:14px;
	border:1px solid #DDDDDD;
	float:left;
	width:780px;
}

.categories article {
	clear:both;
	float:left;
	width:100%;
}

.categories ul {
	list-style-type:none;
	margin:0 0 3px 3px;
	padding:0 0 3px 3px;
	width:23.5%;
	float:left;
	border-left:1px solid #DDDDDD;
}
.categories article ul:first-child {
	border-width:0;
}
.categories li {
	margin:0;
	padding:1px 2px;
}

.categories li.parent {
	border-bottom:1px solid #dddddd;
	padding:5px 0;
}

.categories li a {
	font-size:100%;
	font-weight:normal;
	color:#666;
}

.categories li.parent a {
	font-size:140%;
	font-weight:bold;
	color:#333333;
}

/**********************************************************************
  Structure  -  footer
***********************************************************************/

footer {
  width: 996px;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	background-color:#f1f1f1;
	margin:10px 0px 10px 0px;
}

footer article {
	width:20.5%;
	padding:1%;
	margin:1%;
	float:left;
	border-left:1px solid #dbdbdb;
}

footer article:first-child {
	border-width:0;
}

footer h3 {
	color:#333;
	font-size:110%;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 0 15px;
}

footer p {
	margin:0;
	padding:0;
}

footer a {
	color:#666666;
	line-height:20px;
}

footer address {
	font-style:normal;
	line-height:14px;
}

footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

footer .newsletter input[type=text] {
	background:#fff;
	border:1px solid #dadada;
	text-transform:lowercase;
	color:#767676;
	padding:3px;
	margin:0;
}
footer .newsletter input[type=button] {
	background:#ffb70a;
	border:1px solid #ff8e08;
	color:#fff;
	padding:1px;
	margin:0;
	font-weight:bold;
	text-transform:lowercase;
	cursor:pointer;
}

.copyrights {
	width:100%;
	float:none;
	clear:both;
	margin:0px 0px 0px 0px;
	padding: 2px 0px 10px 10px;
	font-size:90%;
	color:#666;
}

/* f. responsive */

@media (min-width:1px) and (max-width:10px) {
	.wrapper { width:98%; margin:1%; }
	aside.column-2 { display:none; }
	section.column-2 { width:100%; float:none; }
	#menu-search p { display:none; }
	#menu-search input[type="text"] { width:90px; font-weight:normal; }
	#menu-search label { left:100px; }
	.lastsold { display:none; }
	section.slider { width:100%; float:left; clear:both; }
}

@media print {
	header nav, header section, header, footer, aside.column-2 { display:none; }
  section.column-2 { width:auto; }
}

/**********************************************************************
  Other
***********************************************************************/

.showmessage
{
	width: 500px;
	min-height: 50px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#fff;
	font-size: 11pt;
	text-align:center;
	font-family: tahoma,verdana,arial; 
	font-weight: normal; 
	margin: 0 auto;
}
.showmessage p { padding: 16px 10px 10px 10px; }
.error 		   {background:#E53939;}
.success 	   {background:#67BA2E;}
.question 	 {background:#ffa516;}		                     

.top_msg { display: block; width:100%; height: auto; } 
.cms_info { text-align:center;} 

#error_message {
    color: #df0000;
    padding: 40px 0px 0px 0px;  
    text-align: center;
    font-weight: bold;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 24px;   
}

#paging {
    margin: 4px 10px 0px 7px;
    padding-bottom: 0px;
    padding-top: 4px;
    text-align: right;
    overflow: hidden;
    height: 20px;   
}

.paginglink a:active,
.paginglink a:visited,
.paginglink a:link,
.paginglinklast a:active,
.paginglinklast a:visited,
.paginglinklast a:link,
.pagingcurrent a:active,
.pagingcurrent a:visited,
.pagingcurrent a:link,
.pagingcurrent{
	  color: #555; 
	  font-family: Arial, "Trebuchet MS", Sans-Serif;
	  font-size: 11px;
    background:#fff none repeat scroll 0 0;
    border:1px solid #ccc;
    margin:0 1px;   
    font-weight: normal; 
    padding:2px 6px 2px 6px;
    text-decoration:none;
}

.pagingcurrent {
	  color: #fff;
	  font-family: Arial, "Trebuchet MS", Sans-Serif;
	  font-size: 11px;
    background: #ff430a; 
    font-weight: bold;
    border: 1px solid #ff430a;
}

.paginglink a:hover,
.paginglinklast a:hover { 
	  color: #555;
	  font-family: Arial, "Trebuchet MS", Sans-Serif;
	  font-size: 11px;
    background: #FFDE0A; 
    border: 1px solid #FFDE0A; 
}

/* forms style */

#st_application-user-account {
   height: 516px;
}

.box {
   border: 1px solid #CCC;
   margin-bottom: 10px;
}

.box .title {
   margin: 20px;
}

.box .title h2 {
   line-height: 1.1em;
   font-weight: normal;
   font-size: 1.6em;
   margin: 0px;
   padding: 0px 0px 0px 0px;
   display: block;
   text-align: left;
   letter-spacing: 0.5px;
}

.box .title p {
   margin: 0px !important;
   padding: 0px !important;
   font-style: italic; 
}

.st_content {
   display:block;
   padding-top:20px;
}

#user-register-form {
   width: 406px;
   margin: 15px auto;
}

#user-register-form .st_row {
   padding: 2px 0px;
}

.st_form_ver6 .st_row {
   clear: both;
}

.st_form_ver6 .st_error {
   color: #F00;
}

form .st_field {
   position: relative;
}

form fieldset .st_field label {
   width: 260px;
   display: block;
   margin: 5px 5px 5px 6px;
   padding: 0px;
   color: #AAA;
   font-style: italic;
   cursor: text;
}
form .st_field label {
   position: absolute;
   top: 0px;
   left: 0px;
}

.roundies {
   border-radius: 5px;
}
.box_form {
   border: 1px solid #CCC;
   margin-bottom: 15px;
}

.box_form h3 {
   background-color: #FFF;
   color: #AAA;
   float: left;
   font-size: 1.4em;
   margin-bottom: 0.3em;
   margin-left: 10px;
   margin-top: -0.7em;
   padding: 0px 5px;
}

.box_form input, .box_form textarea, .box_form select {
   font-size: 16px;
}

#user-register-form fieldset {
   margin-left: 75px;
}

#st_application-user-account fieldset {
   border: medium none;
}

#st_form-user-email {
   width: 202px;
   height: 28px;
}
form fieldset .st_field input, form fieldset .st_field textarea {
   padding: 4px;
   width: 270px;
   margin: 0px;
}

#st_application-user-account #st_form-user-password1, #st_application-user-account #st_form-user-password2, #st_application-user-account #captcha_img {
   width: 202px;
   height: 28px;
}
#st_form-user-password1 {
   width: 164px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
   border-color: #AAA !important;
   background-color: #EEE !important;
}

form fieldset .st_field .checkobox {
    width: 20px;
}

#privacy_overlay {
    display: none;
    z-index: 10000;
    background-color: #FFF;
    width: 480px;
    height: 500px;
    border: 1px solid #666;
}

.privacy_overlay_content {
    height: 470px;
    margin: 10px;
    overflow: auto;
    color: #262626;
}

#st_button-user-account {
    margin-right: 70px;
}

.buttons button[type] {
    padding: 5px 7px;
    line-height: 17px;
}
button.regular, .buttons a.regular {
    color: #000;
}
.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px;
}
.buttons a, .buttons button, button[disabled="disabled"]:hover {
    display: block;
    float: left;
    line-height: 130%;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px 6px 7px;
}
