body{ margin: 0px; padding: 0px; background: #eeeded; font-family: Open Sans,Arial; font-size: 12px; }

@font-face {
  font-family: US101;
  src:url("US101.eot?") format("eot"),url("US101.woff") format("woff"),url("US101.ttf") format("truetype"),url("US101.svg#U.S.101") format("svg");
  font-weight:normal;
  font-style:normal;
}

.red {color:red;font-weight:bold;}
.novinky h1 {margin:0px 0 10px 0; font-size:110%}
.kdejsem h2 {margin:10px 0 10px 20px; font-size:100%; color:white;}
.detail-nadpis h2 {margin:0px 0 20px 0; font-size:150%}

.kdejsem  
{
	margin:0px 0 20px 0; 
	font-size:110%; 
	font-weight:bold;
}

.kusu {padding-left: 20px;position:static;}
a.kdejsem{color:#f9d302;}
a.kdejsem:hover {text-decoration: underline; color:#f9d302;}

a{ color: #2d75b2; text-decoration: none; }
a:hover{ text-decoration: underline; }
img{ border: 0px; }
input:focus{ outline: none; }

input.nice-i{
  color: #c2c2c2;
  border: 1px solid #e2e2e2;
  padding: 4px 10px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  
  -webkit-box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1);
  -moz-box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1);
  box-shadow: inset 2px 4px 4px -1px rgba(229, 229, 229, 1); 
}
input.nice-s, a.nice-a{
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-bottom: 1px solid #8a8a8a;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  
  font-size: 15px;
  font-weight: bold;
  color: #c8a901;
  
  text-shadow: 0px 1px 0px #ffffff;
  filter: dropshadow(color=#ffffff, offx=0, offy=1); 

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 

  background: #fefefe; /* Old browsers */
  background: -moz-linear-gradient(top, #fefefe 0%, #e3e3e3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%,#e3e3e3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%,#e3e3e3 100%); /* IE10+ */
  background: linear-gradient(top, #fefefe 0%,#e3e3e3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}
a.nice-a2{
  border-bottom: 1px solid #868686;
  color: #ffffff;
  
  font-family: US101;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  
  text-shadow: 0px -1px 0px #389b2d;
  filter: dropshadow(color=#389b2d, offx=0, offy=-1); 
  
  background: #52ce3d; /* Old browsers */
  background: -moz-linear-gradient(top, #52ce3d 0%, #21a427 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52ce3d), color-stop(100%,#21a427)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #52ce3d 0%,#21a427 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #52ce3d 0%,#21a427 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #52ce3d 0%,#21a427 100%); /* IE10+ */
  background: linear-gradient(top, #52ce3d 0%,#21a427 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52ce3d', endColorstr='#21a427',GradientType=0 ); /* IE6-9 */

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
}
input.nice-s:hover, a.nice-a:hover{
  height: 27px;
  line-height: 27px;
  color: #2e292b;
  border-bottom: 1px solid #8a8a8a;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  text-decoration: none;
  
  text-shadow: 0px 1px 0px #edd759;
  filter: dropshadow(color=#edd759, offx=0, offy=1); 
  
  background: #ffd900; /* Old browsers */
  background: -moz-linear-gradient(top, #ffd900 0%, #dfbd02 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd900), color-stop(100%,#dfbd02)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffd900 0%,#dfbd02 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffd900 0%,#dfbd02 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffd900 0%,#dfbd02 100%); /* IE10+ */
  background: linear-gradient(top, #ffd900 0%,#dfbd02 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd900', endColorstr='#dfbd02',GradientType=0 ); /* IE6-9 */
}

a.nice-a{ padding: 0px; }

.wrap-title-black{
  height: 40px;
  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; 
  
  background: #4e4648; /* Old browsers */
  background: -moz-linear-gradient(top, #4e4648 0%, #221e1f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e4648), color-stop(100%,#221e1f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4e4648 0%,#221e1f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4e4648 0%,#221e1f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4e4648 0%,#221e1f 100%); /* IE10+ */
  background: linear-gradient(top, #4e4648 0%,#221e1f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4648', endColorstr='#221e1f',GradientType=0 ); /* IE6-9 */
}
h2.nice-title,h1.nice-title{
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  
  
  font-size: 15px;
  font-weight: bold;
  
  text-shadow: 0px -1px 0px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=-1); 
}
#top{
  height: 144px;
  width: 100%;
  
  background: #292929; /* Old browsers */
  background: -moz-linear-gradient(top, #292929 0%, #151515 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#292929), color-stop(100%,#151515)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #292929 0%,#151515 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #292929 0%,#151515 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #292929 0%,#151515 100%); /* IE10+ */
  background: linear-gradient(top, #292929 0%,#151515 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#151515',GradientType=0 ); /* IE6-9 */
}

#wrap-user-border{ width: 100%; height: 36px; border-bottom: 1px solid #383838; }
#wrap-user-border2{ width: 100%; height: 35px; border-bottom: 1px solid #171717; }

#wrap-user{ width: 960px; height: 35px; margin: 0 auto; text-align: center; }

#user-message{
  float: left;
  width: 230px;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  color: #7e7e7e;
  text-align: left;
}

ul#user-menu{
  float: left;
  width: 730px;
  height: 35px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: right;
}

ul#user-menu li{ display: inline-block; margin-left: 20px; }

* html ul#user-menu li{ display: inline;}
* +html ul#user-menu li{ display: inline;}

ul#user-menu li a{
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  color: #c29700;
  text-decoration: none;
  padding-left: 10px;
  background: url(../images2/user-menu-arrow.png) no-repeat left center;
}

* html ul#user-menu li a{ display: inline;}
* +html ul#user-menu li a{ display: inline;}

ul#user-menu li a:hover{ text-decoration: underline; }

#header{ width: 960px; height: 144px; margin: 0 auto; text-align: center; }
#header-top{ float: left; width: 100%; height: 52px; margin: 25px 0px; }

#wrap-logo{ float: left; width: 230px; height: 52px; }
#wrap-logo a{ float: left; }
#wrap-logo a img{ float: left; border: 0px; margin-left: -4px;}

#wrap-header-info{
  float: right;
  width: 730px;
  height: 52px;
  text-align: left;
}
#cart{
  float: right;
  width: 180px;
  height: 52px;
  padding-left: 70px;
  border-left: 1px dotted #4c4c4c;
  background: url(../images2/cart-icon.png) no-repeat 25px center;
}
#cart-title{
  float: left;
  font-family: US101;
  font-size: 18px;
  width: 100%;
  color: #ffffff;
  margin-top: 5px; 
  text-shadow: 0px 1px 0px #121212;
  filter: dropshadow(color=#121212, offx=0, offy=1); 
}


#cart-title a.kosik{font-family: US101;font-size: 18px; width: 100%; color: #ffffff; text-decoration: none; }
#cart-title a.kosik:hover{ text-decoration: underline; }


#cart-summarry{ float: left; width: 100%; color: #8e8e8e; }

#cart-summarry a.items{ font-weight: bold; color: #f3cd02; text-decoration: none; }
#cart-summarry a.items:hover{ text-decoration: underline; }
#cart-summarry span.price{ font-weight: bold; color: #ffffff; }

#work-hours{
  float: right;
  width: 190px;
  height: 42px;
  padding-top: 10px;
  padding-left: 70px;
  background: url(../images2/working-hours-icon.png) no-repeat 25px center;
}

#work-hours .white-line{ float: left; width: 100%; color: #ffffff; font-size: 13px; }
#work-hours .pink-line{ float: left; width: 100%;  color: #8f8f8f; font-size: 11px; }

#header-bottom{
  float: left;
  width: 100%;
  height: 41px;
  border-top: 1px solid #443b3d;
  
  background: #362f31; /* Old browsers */
  background: -moz-linear-gradient(top, #362f31 0%, #1f1b1c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#362f31), color-stop(100%,#1f1b1c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #362f31 0%,#1f1b1c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #362f31 0%,#1f1b1c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #362f31 0%,#1f1b1c 100%); /* IE10+ */
  background: linear-gradient(top, #362f31 0%,#1f1b1c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#362f31', endColorstr='#1f1b1c',GradientType=0 ); /* IE6-9 */
  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; 
}

ul#header-menu{
  float: left;
  width: 700px;
  height: 41px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul#header-menu li{ float: left; height: 41px; margin-right: 2px; }
ul#header-menu li a{
  float: left;
	font-family: US101;
  font-size: 17px;
  height: 41px;
  line-height: 41px;
  color: #f3f3f3;
  text-decoration: none; 
  padding: 0px 15px;
  
  text-shadow: 0px -1px 1px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=-1); 
}
ul#header-menu li a.active{
  
  color: #242323;
  
  text-shadow: 0px 0px 0px #000000;
  filter: dropshadow(color=#000000, offx=0, offy=0); 
  
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeded 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeded)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#eeeded 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#eeeded 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#eeeded 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%,#eeeded 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeded',GradientType=0 ); /* IE6-9 */  
  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

ul#header-menu li a.special{ color: #f9d302; }

ul#header-menu li a.inactive:hover{
  background: #4e484a; /* Old browsers */
  background: -moz-linear-gradient(top, #4e484a 0%, #383535 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e484a), color-stop(100%,#383535)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4e484a 0%,#383535 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4e484a 0%,#383535 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4e484a 0%,#383535 100%); /* IE10+ */
  background: linear-gradient(top, #4e484a 0%,#383535 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e484a', endColorstr='#383535',GradientType=0 ); /* IE6-9 */

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

#search{
  float: right;
  width: 255px;
  height: 36px;
  margin-top: 5px;
  margin-right: 5px;
  text-align: right;
}

#search-form{ float: left; width: 100%; }

#search input.nice_search{
  float: left;
  width: 200px;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  
  margin-left: 16px;
  padding-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  
  color: #696767;
  background: #272424;
  
  border-bottom: 1px solid #393637;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px; 
  
  -webkit-box-shadow: inset 2px 4px 4px -1px rgba(4, 4, 4, 1);
  -moz-box-shadow: inset 2px 4px 4px -1px rgba(4, 4, 4, 1);
  box-shadow: inset 2px 4px 4px -1px rgba(4, 4, 4, 1); 
}
#search input.nice_submit{
  float: left;
  height: 29px;
  width: 29px;
  
  background: #e0c52c url(../images2/search-button.png) no-repeat center center;
  border-bottom: 1px solid #393637;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px; 
}

#search input.nice_submit:hover{ cursor: pointer; }

#wrap-content{ width: 960px; margin: 0 auto; }

#breadcrumb{
  float: left;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 11px;
}
#breadcrumb a{ color: #24659c; text-decoration: none; }
#breadcrumb a:hover{ text-decoration: underline; }
#breadcrumb a.breadcrumbHome {background:url(../images2/breadcrumb-home.gif) no-repeat left center; padding-left: 25px;}
#breadcrumb span { color: #5f5f5f; }
#breadcrumb span.seperator { width: 9px; margin: 0px 5px; background: url(../images2/breadcrumb-seperator.png) no-repeat center center; }

#footer{ float: left; width: 100%; }

#wrap-footer-links{
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 30px 0px;
  
  background: #353535; /* Old browsers */
  background: -moz-linear-gradient(top, #353535 0%, #1c1b1b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353535), color-stop(100%,#1c1b1b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #353535 0%,#1c1b1b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #353535 0%,#1c1b1b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #353535 0%,#1c1b1b 100%); /* IE10+ */
  background: linear-gradient(top, #353535 0%,#1c1b1b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#1c1b1b',GradientType=0 ); /* IE6-9 */
}
#footer-links{ width: 960px; margin: 0px auto; color: #808080; }

.wrap-links{ float: left; width: 220px; margin-right: 20px; }
.wrap-links h3{ 
  float: left;
  width: 100%;
  font-size: 11px;
  color: #818181;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
}
.wrap-links ul{
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  list-style: none;
} 
.wrap-links ul li{ float: left; width: 100%; }
.wrap-links ul li a{
  float: left;
  width: 100%;
  color: #c29700;
  font-size: 11px;
  line-height: 18px;
  text-decoration: none;
}
.wrap-links ul li a:hover{ text-decoration: underline; }

#wrap-bottom{
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #000000;
  font-size: 11px;
  border-top: 1px solid #2c2b2b;
  border-bottom: 2px solid #181818;
}
#bottom{ width: 960px; margin: 0 auto; color: #808080; }
#bottom .left{ float: left; width: 230px; margin: 0px; padding: 0px; }
#bottom .right{
  float: left;
  width: 130px;
  height: 20px;
  line-height: 20px;
  text-align: right;
  margin: 10px 0 10px 600px;
  padding: 0px;
}
#bottom .right p{ float: left; margin: 0px; padding: 0px;}
#bottom .right p a{ float: left; margin-left: 5px; }
#bottom .right p img{ float: left; border: 0px; }

#main-content{ float: left; width: 100%; }

#left-column{ float: left; width: 230px; margin-right: 10px; }
#right-column{ float: left; width: 720px; }

#main-content .wrap-title-black{ float: left; width: 100%; }
#main-content .wrap-title-black h2.nice-title{ float: left; width: 170px; padding-left: 20px; margin: 0px; }
#main-content .wrap-title-black h2.nice-title.long{ width: 210px; } 

#main-content #left-column .wrap-title-black{ border-bottom: 1px solid #404040; }
#main-content #left-column .left-block .wrap-title-black{ border: 0px; }

#main-content h1.nice-title{ float: left; width: 550px; padding-left: 20px; margin: 0px; }
#main-content .wrap-title-black.round{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; 
  border-radius: 5px; 
}

#wrap-categories{ float: left; width: 100%; }

#wrap-categories .wrap-title-black .expanded{ float: left; width: 40px; height: 40px; background: url(../images2/cat-expanded-icon.png) no-repeat center center; }
#wrap-categories .wrap-title-black .collapsed{ float: left; width: 40px; height: 40px; background: url(../images2/cat-expanded-icon.png) no-repeat center center; }
#wrap-categories .wrap-title-black .expanded:hover, #wrap-categories .wrap-title-black .collapsed:hover{ cursor: pointer; }

ul#category-menu{
  float: left;
  width: 100%;
  list-style: none;
  padding-bottom: 11px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  margin: 0px; 
  background: #2a2a2a;
 
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; 
}

ul#category-menu li{ float: left; width: 100%; border-bottom: 1px solid #373737; }

ul#category-menu li a{
  float: left;
  width: 210px;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  background: url(../images2/cat-menu-arrow.png) no-repeat 210px center;
}

ul#category-menu li a:hover{ background: #eeb900 url(../images2/cat-menu-arrow-hover.png) no-repeat 210px center !important; color: #363031 !important; }

ul#category-menu ul.subcategory{
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: #222222;
  list-style: none;
  display: none;
}

ul#category-menu ul.subcategory li{
  float: left;
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #303030;
}
ul#category-menu  ul.subcategory li a{
  float: left;
  width: 190px;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  color: #eeb900 !important;
  font-size: 13px;
  text-decoration: none;
  background: url(../images2/cat-menu-arrow.png) no-repeat 210px center !important;
}
ul#category-menu  ul.subcategory li a:hover{ text-decoration: underline; }

#left-column .left-block{ float: left; width: 100%; margin-top: 20px; }

#left-column .left-block h2.nice-title2{
  float: left; 
  width: 215px;
  padding-left: 15px;  
  height: 40px;
  line-height: 40px;
  margin: 0px;
  border-bottom: 1px solid #d9d9d9;
  color: #343434;
  
  
  font-size: 20px;
  font-weight: normal;
  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; 
  
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* IE10+ */
  background: linear-gradient(top, #ffffff 0%,#f5f5f5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
#left-column .left-block .block-content{
  float: left;
  width: 200px;
  padding: 15px;
  border-bottom: 1px solid #bebebe;
  background: #ffffff;
 
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; 
}
#left-column .left-block .block-content2{
  float: left;
  width: 200px;
  padding: 15px;
  border-bottom: 1px solid #bebebe;
  background: #ffffff;
  text-align: center;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}

#newsletter-form{ float: left; width: 100%; }

#newsletter-form p, #left-column .left-block p{
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 0px;
  color: #858585;
}
#newsletter-form p input {padding:0px;height:29px;}
#newsletter-form p input.nice-i{ float:left; width: 178px; }
#newsletter-form p input.nice-s{ float: left; width: 75px; }
#newsletter-form p input.nice-s:hover{ cursor: pointer; }

#brand-form, #price-form{ float: left; width: 100%; }

#brand-form .checkline, #price-form .checkline{
  float: left;
  width: 210px;
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #f0f0f0;
}
#brand-form .checkline input, #price-form .checkline input{
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0px;
}
#brand-form .checkline span, #price-form .checkline span{
  float: left;
  width: 175px;
  height: 20px;
  padding-left: 5px;
  line-height: 20px;
  font-size: 13px;
  color: #24659c;
}

#left-column .left-block p.support{
  float: left;
  width: 200px;
  margin: 0px;
  padding: 0px 15px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f0f0f0;
}
#left-column .left-block p.support a{ color: #24659c; text-decoration: none;}
#left-column .left-block p.support a:hover{ text-decoration: underline;}
#left-column .left-block p.support span{ color: #565656; }

#promo-banners{
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: none repeat scroll 0 0 transparent;
}
#promo-large-banners{
  float: left;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: none repeat scroll 0 0 transparent;
}
#promo-banners #slides-pager{    
  bottom: 20px;
  float: left;
  position: absolute;
  right: 20px;
  z-index: 9999;
}
#promo-large-banners #slides-pager{    
  bottom: 20px;
  float: left;
  position: absolute;
  right: 20px;
  z-index: 9999;
}
#promo-banners #slides-pager .position{
  float: left;
  background: #ffffff;
  padding: 5px 10px; 
  
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px; 
  border-radius: 30px; 
}
#promo-large-banners #slides-pager .position{
  float: left;
  background: #ffffff;
  padding: 5px 10px; 
  
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px; 
  border-radius: 30px; 
}

#promo-banners #slides-pager .position a,#promo-large-banners #slides-pager .position a{
  float: left;
  height: 22px;
  line-height: 22px;
  width: 22px;
  text-align: center;
  color: #3885c0;
  margin: 0px 2px;
  font-weight: bold;
  text-decoration: none;
  
}
#promo-banners #slides-pager .position a.activeSlide,#promo-large-banners #slides-pager .position a.activeSlide{ 
  background: #2b2b2b;
  color: #ffffff;
  
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px; 
}

#slide-show{ float: left; width: 100%; }
#slide-show a{ float: left; width: 100%; } 
#slide-show img{
  float: left;
  border: 0px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}

#content{ float: left; width: 100%;}
#wrap-featured-products{ float: left; width: 100%; }

#wrap-featured-products .list-type{ float: left; width: 120px; margin-left: 30px; }
#wrap-featured-products .list-type p{
  float: left;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  padding: 0px;
  color: #9b9898;
}

#wrap-featured-products .list-type p a{ float: left; margin-left: 10px; }
#wrap-featured-products .list-type p a img{ float: left; border: 0px; } 



ul#inline-product-list{
  float: left;
  background: #ffffff;
  list-style: none;
  margin: 0px;
  padding: 0px; 
}

ul#inline-product-list li {
  float: left;
  width: 675px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
ul#inline-product-listx{
  float: left;
  background: #ffffff;
  list-style: none;
  margin: 0px;
  padding: 0px; 
}
ul#inline-product-listx li {
  float: left;
  width: 660px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  
}
.product-photo
{
	width:160px;
}

ul#inline-product-list li .product-photo,
ul#inline-product-list li .product-photo a,
ul#inline-product-list li .product-photo a img{
  float: left;
  padding:5px;
}
ul#inline-product-list li .product-info{
  float: left;
  width: 380px;
  margin-left: 20px;
}
ul#inline-product-list li .product-info h3{
  float: left;
  width: 100%;
  font-size: 14px;
  color: #2d75b2;
  margin: 5ox 0px;
  padding: 0px;
}
ul#inline-product-list li .product-info h3 a{
  float: left;
  width: 100%;
}
ul#inline-product-list li .product-info h3 a:hover{ text-decoration: underline; }

ul#inline-product-list li .product-info p{
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: #8b8b8b;
}
ul#inline-product-list li .product-info p a{
  font-weight: bold;
  color: #4385bd;
  padding-left: 10px;
  background: url(../images2/details-arrow.png) no-repeat left center;
}
ul#inline-product-list li .product-reviews{
  float: left;
  width: 130px;
  margin-left: 20px;
  margin-top: 15px;
}

.wrap-rating{ float: left; width: 100%; margin-bottom: 0px; }
.wrap-rating .rating-summary{ float: left; width: 50px; margin-left: 5px; color: #5c5c5c; }

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{ background: url(../images2/rating-stars.png) left -1000px repeat-x; }
.star-rating{
  float: left;
  position:relative;
  width:75px;
  height:14px;
  overflow:hidden;
  list-style:none;
  margin:0;
  padding:0;
  background-position: left top;
}
.star-rating li{ display: inline; }
.star-rating a,
.star-rating .current-rating{
  position:absolute;
  top:0;
  left:0;
  text-indent:-1000em;
  height:14px;
  line-height:14px;
  outline:none;
  overflow:hidden;
  border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{ background-position: left bottom; }
.star-rating a.one-star{ width:20%; z-index:6; }
.star-rating a.two-stars{ width:40%; z-index:5; }
.star-rating a.three-stars{ width:60%; z-index:4; }
.star-rating a.four-stars{ width:80%; z-index:3; }
.star-rating a.five-stars{ width:100%; z-index:2; }
.star-rating .current-rating{ z-index:1; background-position: left center; }


ul#inline-product-list li .product-reviews p{
  float: left;
  width: 100%;
  color: #5c5c5c;
  margin: 0 0 5px;
  padding: 0px;
}
ul#inline-product-list li .product-reviews p a{ color: #2d75b2; }
ul#inline-product-list li .product-price{
  float: right;
  width: 70px;
  height: 20px;
  background: #fdf2b3;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-right: 0px;
  padding-top: 8px;
  font-size: 14px;
}
ul#inline-product-list li .product-price2{
  float: right;
  width: 70px;
  height: 20px;
  background: #fdf2b3;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-right: 0px;
  padding-top: 5px;
  font-size: 14px;
}

ul#inline-product-list li .product-price p{
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #414141;
  }
  
  .product-price {
  
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #414141;
  }
  .product-price2 {
  
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #414141;
  }
  
ul#inline-product-list li .product-price p a.addcart{ float: left; width: 110px; }
ul#inline-product-list li .product-price p a.addcart:hover{ float: left; width: 112px; height: 28px; line-height: 28px; }



ul#inline-product-list li .product-price2 p{    
  color: #3b3b3b;
  float: left;
  font-size: 20px;
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}  
ul#inline-product-list li .product-update{ float: left; margin-left: 10px; margin-top: 15px; width: 150px; }
ul#inline-product-list li .product-update form{ float: left; width: 100%; } 
ul#inline-product-list li .product-update form div{ float: left; width: 100%; }
ul#inline-product-list li .product-update form div span{
  color: #5A5A5A;
  float: left;
  line-height: 21px;
  margin-right: 5px;
  width: 20px;
}
ul#inline-product-list li .product-update form div input.i{
  float: left;
  width: 30px;
  border: 1px solid #b6b6b6;
  height: 19px;
  line-height: 19px;
  padding: 0px 5px;
  margin: 0px 5px 0px 0px;
  color: #5A5A5A;
  text-align: center;
}
ul#inline-product-list li .product-update form div input.nice-s{
  float: left;
  width: 65px;
  height: 21px;
  line-height: 21px;
  font-size: 16px;
}
ul#inline-product-list li .product-update form div input.nice-s:hover{ cursor: pointer; }
ul#inline-product-list li .product-update .links{
  float: left;
  width: 145px;
  margin-left: 5px;
  font-size: 11px;
  margin-top: 10px;
} 
ul#inline-product-list li .product-update .links a{
  background: url(../images2/wishlist-arrow.png) no-repeat scroll left center transparent;
  color: #007dce;
  padding-left: 8px;
  text-decoration: underline;
  line-height: 18px;
}
ul#inline-product-list li .product-update .links a:hover{ text-decoration: none; }
#wrap-pages{ 
  float: left;
  padding: 0px 20px;
  width: 680px;
  height: 45px;
  background: #ffffff;
  border-bottom: 1px solid #bebebe;
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; 
}
#wrap-pages.round{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  margin-top: 10px;
} 
#wrap-pages .left{
  float: left;
  width: 100px;
  height: 45px;
  line-height: 45px;
  color: #232222;
} 
#wrap-pages .right{
  float: left;
  width: 580px;
  height: 27px;
  line-height: 27px;
  margin: 9px 0px;
  text-align: right;
} 
#wrap-pages .right a{
  height: 27px;
  line-height: 27px;
  color: #2d75b2;
  text-decoration: none;
  border-right: 1px solid #eeeeee;    
  padding-left: 7px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
  margin-bottom: -7px;
}

#wrap-pages .right a.active, #wrap-pages .right a:hover{ color: #333333; font-weight: bold; }

#wrap-pages .right a.previous-button{
  border: 0px;
  padding: 0px;
  display: inline-block;
  height: 27px;
  width: 27px;
  background: url(../images2/previous-button.png) no-repeat center center;
}

#wrap-pages .right a.previous-button:hover{ background: url(../images2/previous-button-hover.png) no-repeat center center; }

#wrap-pages .right a.next-button{
  border: 0px;
  padding: 0px;
  display: inline-block;
  height: 27px;
  width: 27px;
  background: url(../images2/next-button.png) no-repeat center center;
}

#wrap-pages .right a.next-button:hover{ background: url(../images2/next-button-hover.png) no-repeat center center; }

ul#block-product-list{
  float: left;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px; 
}
ul#block-product-list li{
  float: left;
  display: inline-block;
  width: 230px;
  margin-top: 10px;
  padding: 0px;
  border-bottom: 1px solid #dfdfdf;
  background: #ffffff;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}

* html ul#block-product-list li{ display: inline; }
* + html ul#block-product-list li{ display: inline; }

ul#block-product-list li.middle{ margin: 10px 15px 0; }
ul#block-product-list li .product-name{
  float: left;
  width: 100%;
  height: 30px;
  margin: 10px 0px;
  overflow: hidden
}
ul#block-product-list li .product-name h2{
  float: left;
  width: 200px;
  line-height: 15px;
  font-size: 12px;
  color: #2d75b2;
  font-weight: bold; 
  margin: 0px 15px;
  padding: 0px;
  text-align: center;
}
ul#block-product-list li .product-name h2 a{ text-decoration: none; }
ul#block-product-list li .product-name h2 a:hover{ text-decoration: underline; }

ul#block-product-list li .product-photo{
  float: left;
  width: 230px;
  height: 210px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
}
ul#block-product-list li .product-photo a{ float: left; width: 100%; }
ul#block-product-list li .product-photo a img{ float: left; width: 200px; height: 200px; margin: 0 15px 10px; }

ul#block-product-list li .product-info{
  float: left;
  width: 200px;
  margin: 5px 15px 0px;
}
ul#block-product-list li .product-info .first-row{
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
ul#block-product-list li .product-info .first-row .oldprice{
  float: left;
  width: 130px;
  height: 20px;
  line-height: 20px;
  color: #232222;
}
ul#block-product-list li .product-info .first-row .oldprice span{ text-decoration: line-through; font-weight: bold; }
ul#block-product-list li .product-info .first-row .details{
  float: left;
  width: 70px;
  height: 20px;
  line-height: 20px;
  text-align: right;
}
ul#block-product-list li .product-info .first-row .details a{
  background: url(../images2/details-arrow.png) no-repeat scroll left center transparent;
  color: #24659c;
  font-weight: normal;
  padding-left: 10px;
  float: right;
}
ul#block-product-list li .product-info .second-row{
  float: left;
  width: 100%;
  height: 27px;
  line-height: 27px;
  padding-bottom: 10px;
}
ul#block-product-list li .product-info .second-row .price {
  float: left;
  width: 80px;
  height: 27px;
  line-height: 27px;    
  color: #414141;
  font-size: 20px;
}
ul#block-product-list li .product-info .second-row .addcart{
  float: left;
  width: 120px;
  height: 27px;
  line-height: 27px;
}

ul#block-product-list li .product-info .second-row .addcart a{ float: right; width: 110px; height: 25px; line-height: 25px; }
ul#block-product-list li .product-info .second-row .addcart a:hover{ width: 112px; height: 26px; line-height: 26px; }

#wrap-product-info, #wrap-cart-info{ float: left; width: 100%; }

#wrap-product-info h1.nice-title{ width: 450px; }
#wrap-cart-info h1.nice-title.cart{
  margin-left: 20px;
  padding-left: 30px;
  width: 420px;
  background: url(../images2/cart-icon-white.png) no-repeat left center;
}
#wrap-checkout h1.nice-title.checkout{
  margin-left: 0px;
  padding-left: 20px;
  width: 670px;
  
  font-size:12px;
}
#wrap-checkout{
  float: left;
  width: 100%;
  padding-bottom: 20px;
  background: #ffffff;
  border-bottom: 1px solid #bebebe;
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; 
}
#wrap-checkout .footer-links{ float: left; padding: 0px 20px; width: 680px; }
#wrap-checkout .footer-links .l{ float: left; width: 50%; }
#wrap-checkout .footer-links .r{ float: left; width: 50%; }
#wrap-checkout .footer-links .l a{ float: left; width: 100px; height: 25px; line-height: 25px; }
#wrap-checkout .footer-links .r a{ float: right; width: 100px; height: 25px; line-height: 25px; }
#wrap-checkout .footer-links .l a:hover{ float: left; width: 102px; height: 26px; line-height: 26px; }
#wrap-checkout .footer-links .r a:hover{ float: right; width: 102px; height: 26px; line-height: 26px; }

#wrap-product-info .share-buttons{
  float: left;
  width: 210px;
  margin-left: 30px;
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: right;
}
#wrap-cart-info .count-cart{
  float: left;
  width: 200px;
  padding-right: 20px;
  margin-left: 30px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: right; 
}

#product-content{
  float: left;
  width: 700px;
  padding: 0px;
  background: #ffffff;
  /*border-bottom: 1px solid #bebebe;*/
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; 
}

#product-content .firstrow{ float: left; width: 100%; margin-bottom: 20px; }
#product-content .wrap-images{ float: left; width: 302px; }
#product-content .wrap-images .bigimage{ float: left;  margin-bottom: 10px; }
#product-content .wrap-images .bigimage a{ float: left; width: 100%; }
#product-content .wrap-images .bigimage a img{
  float: left; 
  
  border: 1px solid #e9e9e9;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}
#product-content .wrap-image-list{ float: left; width: 100%; }
#product-content .wrap-image-list a{ float: left; width: 88px; height: 67px; margin: 0px 4px; }
#product-content .wrap-image-list a img{
  float: left;
  width: 88px;
  height: 66px;
  margin: 0px;
  border: 1px solid #e9e9e9;
  padding: 1px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}

#product-content .wrap-image-list a img:hover{ padding: 0px; border: 2px solid #d7d7d7; }

#product-content .wrap-product-short{ float: left; width: 360px; margin-left: 18px; }
#product-content .wrap-product-short h2{
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  color: #343434;
}
#product-content .wrap-product-short h3{
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: #b7b7b7;
}
#product-content .wrap-product-short .summary{ float: left; width: 100%; margin: 15px 0px; }
#product-content .wrap-product-short .summary p{ margin: 0px; padding: 0px; font-size: 12px; color: #525252; line-height: 20px; }

#product-content .wrap-special-info{ float: left; width: 100%; }
#product-content .wrap-special-info .left{ float: left; width: 135px; }

#product-content .wrap-special-info .left .ratingstars{ float: left; width: 100%; margin: 0 0 5px; }

#product-content .wrap-special-info .left p{
  float: left;
  width: 100%;
  margin: 0 0 5px;
  font-weight: bold;
  color: #5c5c5c;
}
#product-content .wrap-special-info .left p.dotted{ 
  margin: 10px 0px;
  padding: 10px 0px;
  border-top: 1px dotted #c6c6c6;
  border-bottom: 1px dotted #c6c6c6;
}
#product-content .wrap-special-info .left p span{ color: #2d75b2; font-weight: normal; }
#product-content .wrap-special-info .left p a{ font-weight: normal; text-decoration: underline; }
#product-content .wrap-special-info .left p a:hover{ text-decoration: none; }
#product-content .wrap-special-info .right{
  float: left;
  width: 190px;
  border: 4px solid #ececec;
  margin-left: 7px;
  padding: 10px;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
}

#product-content .wrap-special-info .right .add-product-cart{ float: left; width: 100%; }

#product-content .wrap-special-info .right .add-product-cart .oldprice{
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #5a5a5a;
}

#product-content .wrap-special-info .right .add-product-cart .oldprice .l{ float: left; width: 120px; }
#product-content .wrap-special-info .right .add-product-cart .oldprice .r{ float: left; width: 70px; text-align: right; }

#product-content .wrap-special-info .right .add-product-cart .currentprice{
  float: left;
  width: 100%;
  height: 30px;
  padding: 5px 0px;
  margin: 10px 0px;
  line-height: 30px;
  color: #5f5f5f;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#product-content .wrap-special-info .right .add-product-cart .currentprice .l{ float: left; width: 80px; }
#product-content .wrap-special-info .right .add-product-cart .currentprice .r{
  float: left;
  width: 110px;
  text-align: right;
  font-size: 21px;
  color: #272727;
}
#product-content .wrap-special-info .right form{ float: left; width: 100%; }
#product-content .wrap-special-info .right form .quantity{ float: left; width: 78px; height: 27px; }
#product-content .wrap-special-info .right form .quantity span{
  float: left;
  width: 20px;
  line-height: 27px;
  margin-right: 5px;
  color: #5A5A5A;
}
#product-content .wrap-special-info .right form .quantity input{
  float: left;
  width: 30px;
  height: 25px;
  line-height: 25px;
  padding: 0px 5px;
  border: 1px solid #e2e2e2;
  text-align: center;
  color: #C2C2C2;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  
  -webkit-box-shadow: inset 2px 4px 4px -1px rgba(226, 226, 226, 1);
  -moz-box-shadow: inset 2px 4px 4px -1px rgba(226, 226, 226, 1);
  box-shadow: inset 2px 4px 4px -1px rgba(226, 226, 226, 1); 
}

#product-content .wrap-special-info .right form .add-quantity{ float: left; width: 112px; }
#product-content .wrap-special-info .right form .add-quantity input{ float: left; width: 112px; }
#product-content .wrap-special-info .right form .add-quantity input:hover{ cursor: pointer; }

#product-content .wrap-special-info .right .wishlist{
  float: left;
  width: 185px;
  margin-right: 5px;
  height: 25px;
  line-height: 25px;
  text-align: right;
}
#product-content .wrap-special-info .right .wishlist a{ color: #4599d0; padding-left: 8px; text-decoration: underline; background: url(../images2/wishlist-arrow.png) no-repeat left center;}
#product-content .wrap-special-info .right .wishlist a:hover{ text-decoration: none; }
 
#product-content .secondrow{ float: left; width: 100%; margin-bottom: 20px; }
#product-content .secondrow .wrap-tabs{ float: left; width: 420px; margin-right: 10px; }
#product-content .secondrow .wrap-tabs .tabs{ float: left; width: 420px; margin-left: 0px; }

#product-content .secondrow .wrap-tabs .tabs a{
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0px 20px;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-right: 5px;
  font-size: 13px;
  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;

  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ebebeb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* IE10+ */
  background: linear-gradient(top,  #ffffff 0%,#ebebeb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

#product-content .secondrow .wrap-tabs .tabs a.active{ color: #5c5c5c; background: #ffffff !important; font-weight: bold; }

#product-content .secondrow .wrap-tabs .wrap-tabs-content{
  float: left;
  width: 400px;
  padding: 9px;
  border: 1px solid #e5e5e5;
  color: #525252;
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px; 
}
#product-content .secondrow .wrap-related{ float: left; width: 250px; }
#product-content .secondrow .wrap-related h3{
  float: left;
  width: 233px;
  height: 30px;
  margin: 31px 0px 0px;
  padding-left: 15px;
  line-height: 30px;
  color: #5c5c5c;
  font-weight: bold;
  font-size: 13px;
  
  border: 1px solid #e5e5e5;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px; 
  
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #eae9e9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eae9e9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#eae9e9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#eae9e9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#eae9e9 100%); /* IE10+ */
  background: linear-gradient(top,  #ffffff 0%,#eae9e9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eae9e9',GradientType=0 ); /* IE6-9 */
}
#product-content .secondrow .wrap-related ul#related-products-nav{
  float: left;
  width: 248px;
  border: 1px solid #e5e5e5;
  margin: 0px;
  padding: 0px 0px 10px;
  list-style: none;
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; 
}
#product-content .secondrow .wrap-related ul#related-products-nav li{
  float: left;
  width: 230px;
  padding: 9px;
  border-bottom: 1px solid #e5e5e5;
}
#product-content .secondrow .wrap-related ul#related-products-nav li .image{
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#product-content .secondrow .wrap-related ul#related-products-nav li .image a{ float: left; }
#product-content .secondrow .wrap-related ul#related-products-nav li .image a img{
  float: left;
  width: 50px;
  height: 50px;
  border: 0px;
}

#product-content .secondrow .wrap-related ul#related-products-nav li .info{
  float: left;
  width: 170px;
  height: 50px;
}
#product-content .secondrow .wrap-related ul#related-products-nav li .info h4{
  float: left;
  margin: 0px;
  font-size: 11px;
  font-weight: normal;
}
#product-content .secondrow .wrap-related ul#related-products-nav li .info h4 a{ color: #24659c; }
#product-content .secondrow .wrap-related ul#related-products-nav li .info h4 a:hover{ text-decoration: underline; }
#product-content .secondrow .wrap-related ul#related-products-nav li .info p{
  float: left;
  margin: 0px;
  color: #3a3a3a;
  font-size: 11px;
}
#wrap-payment{
  float: left; 
  width: 100%;
  padding-bottom: 20px;
  background: #ffffff;
  border-bottom: 1px solid #bebebe;
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; 
}
#payment-block{
  float: right;
  width: 320px;
  border: 5px solid #d9d9d9;
  background: #f7f7f7;
  padding: 15px;
  margin-right: 20px;
  margin-top: 20px;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
}
#payment-block .row{ float: left; width: 100%; color: #525252;}
#payment-block .row .l{ float: left; width: 50%; line-height: 20px; }
#payment-block .row .l span{ color: #24659c; font-weight: bold; }
#payment-block .row .r{ float: left; width: 50%; line-height: 20px; text-align: right;}

#payment-block .row2{ float: left; width: 100%; color: #525252; height: 44px; background: url(../images2/payment-bg.png) repeat-x left center; margin: 5px 0px;}
#payment-block .row2 .l{ float: left; width: 50%; line-height: 34px; padding: 5px 0px; font-weight: bold; }
#payment-block .row2 .r{ float: left; width: 50%; color: #3b3b3b; font-weight: bold; font-size: 20px; line-height: 34px; padding: 5px 0px; text-align: right;}

#payment-block .row3{ float: left; width: 274px; margin: 5px 23px 0px; text-align: center; color: #525252; height: 36px;}
#payment-block .row3 a.p{
  float: left;
  height: 36px;
}
#payment-block .row3 a.p img{float: left; border: 0px; margin-top: 6px;}
#payment-block .row3 span{
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0px 5px;
}
#payment-block .row3 a.checkout{ float: left; width: 110px; height: 35px; line-height: 35px; }

#wrap-payment a.continue{ clear: both; float: right; width: 170px; height: 25px; line-height: 25px; margin-top: 20px; margin-right: 20px; }
#wrap-payment a.continue:hover{ width: 172px; height: 26px; line-height: 26px; }

#wrap-cart-summary{ float: left; width: 100%; }

#wrap-cart-summary .wrap-title-black h2.nice-title{ 
  float: left;
  width: 180px;
  padding-left: 30px;
  margin: 0px 0px 0px 20px;
  background: url(../images2/cart-icon-white.png) no-repeat left center;
}

#cart-summary{
  float: left;
  width: 100%;
  padding-bottom: 20px;
  background: #ffffff;
  border-bottom: 1px solid #bebebe;
  
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px; 
}
#cart-summary a.review-details{
  float: left;
  width: 200px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;d
  color: #24659c;
  border-bottom: 1px solid #f0f0f0;
}
ul#cart-summary-list{
  float: left;
  margin: 0px 0px 10px;
  padding: 0px;
  list-style: none;
}
ul#cart-summary-list li{
  float: left;
  width: 210px;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
}
ul#cart-summary-list li .image{
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
ul#cart-summary-list li .image a{
  float: left;
}
ul#cart-summary-list li .image a img{
  float: left;
  width: 50px;
  height: 50px;
  border: 0px;
}

ul#cart-summary-list li .info{
  float: left;
  width: 150px;
  height: 50px;
}
ul#cart-summary-list li .info h4{
  float: left;
  margin: 0px;
  font-weight: normal;
  font-size: 11px;
}
ul#cart-summary-list li .info h4 a{ color: #24659c; }
ul#cart-summary-list li .info h4 a:hover{ text-decoration: underline; }

ul#cart-summary-list .info p{
  float: left;
  margin: 0px;
  color: #3a3a3a;
  font-size: 11px;
}

#cart-summary .row{ float: left; width: 210px; padding: 0px 10px; color: #525252;}
#cart-summary .row .l{ float: left; width: 60%; line-height: 20px; }
#cart-summary .row .r{ float: left; width: 40%; line-height: 20px; text-align: right;}

#cart-summary .row2{ float: left; width: 210px; margin: 10px 10px 0px; color: #525252; border-top: 1px dotted #d3d3d3;}
#cart-summary .row2 .l{ float: left; width: 50%; line-height: 26px; padding: 5px 0px; font-weight: bold; }
#cart-summary .row2 .r{ float: left; width: 50%; color: #3b3b3b; font-weight: bold; font-size: 20px; line-height: 26px; padding: 5px 0px; text-align: right;}

#checkout-main{
float: left;
  width: 680px;
  height: auto;
  padding: 20px;

}
#checkout-main .subinfo{
  float: left;
  width: 100%;
  height: 35px;
}

.mmain{
  float: left;
  width: 100%;
/*#height: 100%;*/  
}

#checkout-main .subinfo .l{ float: left; width: 520px; font-size: 24px; font-weight: bold; color: #272727; line-height: 35px;}
#checkout-main .subinfo .r{ float: left; width: 100px; margin-left: 25px; height: 35px; line-height: 17px; padding-left: 35px; font-size: 13px; color: #24659c; background: url(../images2/lock-icon.png) no-repeat left center;}
#checkout-steps .r{ float: left; width: 100px;  margin-left: 25px; height: 35px; line-height: 17px; padding: 8px 0px 8px 35px; font-size: 13px; color: #24659c; background: url(../images2/lock-icon.png) no-repeat left center;}

#checkout-main .subinfo .r2{ float: left; width: 100px; margin-left: 25px; height: 35px; line-height: 35px; padding-left: 35px; font-size: 13px; color: #525252;}

#checkout-steps{
  float: left;
  width: 680px;
  height: 50px;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}
#checkout-steps .l{ float: left; width: 510px; margin-right: 10px; font-size: 11px; color: #ababab; height: 50px; background: url(../images2/steps-bg.png) repeat-x left center;}
#checkout-steps .l .step{float: left; width: 85px; height: 50px;}

#checkout-steps .l .step .step-id{ 
  float: left; 
  width: 28px; 
  height: 28px;
  margin-left: 27px;
  margin-right: 28px;
  line-height: 28px; 
  border: 1px solid #d3d3d3; 
  text-align: center;
  background: #ffffff;
  color: #8f8f8f;
  font-size: 17px;
  font-weight: bold;
  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; 
  
  -webkit-box-shadow: inset 0px 3px 3px -1px rgba(229, 229, 229, 1);
  -moz-box-shadow: inset 0px 3px 3px -1px rgba(229, 229, 229, 1);
  box-shadow: inset 0px 3px 3px -1px rgba(229, 229, 229, 1); 
}
#checkout-steps .l .step .step-id.active{ 
  float: left; 
  width: 26px; 
  height: 26px;
  line-height: 26px; 
  margin-left: 27px;
  margin-right: 28px;
  border: 2px solid #ffd800; 
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; 
  
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(229, 229, 229, 1);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(229, 229, 229, 1);
  box-shadow: inset 0px 0px 0px 0px rgba(229, 229, 229, 1); 
  
  background: #4d4547; /* Old browsers */
  background: -moz-linear-gradient(top,  #4d4547 0%, #231f20 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4547), color-stop(100%,#231f20)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4d4547 0%,#231f20 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4d4547 0%,#231f20 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4d4547 0%,#231f20 100%); /* IE10+ */
  background: linear-gradient(top,  #4d4547 0%,#231f20 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4547', endColorstr='#231f20',GradientType=0 ); /* IE6-9 */

}
#checkout-steps .l .step .step-name{ float: left; width: 100%; height: 20px; line-height: 20px; text-align: center;}
#checkout-steps .l .step .step-name.active{ color: #2b2b2b; font-weight: bold; }

#checkout-main .login-box{
  float: left;
  width: 640px;
  padding: 10px;
  border: 5px solid #d9d9d9;
  background: #f7f7f7;
  margin-top: 0px;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
}

#checkout-main .login-box .returning{ float: left; width: 310px; margin-right: 20px; }
#checkout-main .login-box .new{ float: left; width: 310px; }

#checkout-main .login-box .returning h3, #checkout-main .login-box .new h3{
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #272727;
}
#checkout-main .login-box .returning form, #checkout-main .login-box .new .table{
  float: left;
  width: 290px;
  margin: 10px 0px 0px;
  padding: 9px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}
#checkout-main .login-box .returning form p, #checkout-main .login-box .new .table p{
  float: left;
  width: 100%;
  margin: 0px 0px 5px;
  font-size: 11px;
  color: #525252;
}
#checkout-main .login-box .returning form p label{
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
#checkout-main .login-box .returning form p input.nice-i{ float:left; width: 178px; }
#checkout-main .login-box .returning form p input.nice-s{ float: left; width: 75px; }
#checkout-main .login-box .returning form p input.nice-s:hover{ cursor: pointer; }
#checkout-main .login-box .returning form p a{
  float: left;
  padding-left: 10px;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  color: #24659c;
}
#checkout-main .login-box .new .table p a.can{ float: left; width: 180px; height: 25px; line-height: 25px; }
#checkout-main .login-box .new .table p a.cag{ clear: both; float: left; width: 180px; height: 25px; line-height: 25px;}
#checkout-main .login-box .new .table p a.cag:hover{ width: 182px; height: 26px; line-height: 26px;}

#checkout-main .footer{
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  color: #525252;
}
#checkout1-form{
  float: left;
  width: 670px;
  border: 5px solid #d9d9d9;
  background: #f7f7f7;
  margin-top: 10px;
  padding: 20px 0px;
  
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; 
}
#checkout1-form input,#checkout1-form select{ float: left; }
#checkout1-form select{
  float: left;
  width: 155px;
  margin: 0px;
  padding: 0px;
  color: #c2c2c2;
  border: 1px solid #e2e2e2;
  padding: 4px 5px;
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
  
  -webkit-box-shadow: inset 0px -6px 6px -1px rgba(229, 229, 229, 1);
  -moz-box-shadow: inset 0px -6px 6px -1px rgba(229, 229, 229, 1);
  box-shadow: inset 0px -6px 6px -1px rgba(229, 229, 229, 1); 
}
#checkout1-form .row,#checkout1-form .row2,#checkout1-form .row3, #checkout1-form p{ float: left; width: 630px; padding: 0px 20px; margin-bottom: 10px; color: #525252; font-size: 13px;}
#checkout1-form .row input{ width: 280px;}
#checkout1-form .row .r2 input{ width: 114px;}
#checkout1-form .row .l{ float: left; width: 315px; }
#checkout1-form .row .r{ float: left; width: 315px; }
#checkout1-form .row .l label,
#checkout1-form .row .r label,
#checkout1-form .row .r a,
#checkout1-form .row2 label,
#checkout1-form .row .c label,
#checkout1-form .row .r2 label{ 
  float: left; width: 100%; margin-bottom: 5px; line-height: 16px;
}
#checkout1-form  .row .r label.note,
#checkout1-form  .row .r a.note{ color: #24659c; font-weight: normal; margin-top: 21px; line-height: 26px; height: 26px; margin-bottom: 0px;}
#checkout1-form  label.required{ font-weight: bold; }

#checkout1-form .row .c{ float: left; width: 160px; margin-right: 5px; }
#checkout1-form .row .r2{ float: left; width: 150px; }

#checkout1-form .row2 input{ width: 595px;}

#checkout1-form .row3{ border-top: 1px dotted #a3a3a3; border-bottom: 1px dotted #a3a3a3; padding: 20px; height: 24px;}
#checkout1-form .row3 input.r{float: left; height: 24px; line-height: 24px; border: 0px; margin: 0px;}
#checkout1-form .row3 span{ float: left; font-weight: bold; margin-left: 10px; height: 24px; line-height: 24px;}

.detailsList {list-style-type:none; margin:0; padding:0;}
.detailsList li{list-style-type:none; margin:0;padding: 10px;vertical-align: middle;}
.detailsList li.itemDetailsFeatureRow1 {background-color: #EFEFEF;}


element.style { 
opacity: 1;
 }

.product_outside:hover { 
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(246, 208, 2);
background-image: none;
background-origin: padding-box;
background-position: 0px 0px;
background-repeat: repeat;
background-size: auto;
 }

.product-grid > div { 
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("http://goinventive.co.uk/themes/shopcart-html/images/box-shadow.png");
background-origin: padding-box;
background-position: 0px 100%;
background-repeat: no-repeat;
background-size: auto;
display: inline-block;
display: inline-block;
margin-bottom: 10px;
margin-left: 8px;
margin-right: 8px;
margin-top: 10px;
padding-bottom: 10px;
vertical-align: top;
width: 200px;
height: 300px;
 }
.product_outside_border { 
border-bottom-color: rgb(229, 229, 229);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(229, 229, 229);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(229, 229, 229);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(229, 229, 229);
border-top-style: solid;
border-top-width: 1px;
 }

div { 
display: block;
 }
 .product_outside { 
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(247, 247, 247);
background-image: none;
background-origin: padding-box;
background-position: 0px 0px;
background-repeat: repeat;
background-size: auto;
border-bottom-color: rgb(255, 255, 255);
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: rgb(255, 255, 255);
border-left-style: solid;
border-left-width: 1px;
border-right-color: rgb(255, 255, 255);
border-right-style: solid;
border-right-width: 1px;
border-top-color: rgb(255, 255, 255);
border-top-style: solid;
border-top-width: 1px;
padding-bottom: 6px;
padding-left: 6px;
padding-right: 6px;
padding-top: 6px;
position: relative;
 }
 .product-grid .product_inside { 
height: 270px;
padding-bottom: 10px;
 }

.product_inside { 
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(255, 255, 255);
background-image: none;
background-origin: padding-box;
background-position: 0px 0px;
background-repeat: repeat;
background-size: auto;
height: 300px;

padding-bottom: 10px;
 }
 .product-grid .image { 
border-bottom-color: rgb(233, 233, 233);
border-bottom-style: solid;
border-bottom-width: 1px;
display: block;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
 }
 .product_inside .name, .product_inside .cart { 
margin-left: 10px;
 }
 .product-grid .description { 
display: none;
 }
 .product-grid .price { 
display: block;
float: right;
font-size: 16px;
font-weight: 700;
margin-bottom: 4px;
margin-right: 10px;
 }
 


.product_inside .name, .product_inside .cart { 
margin-left: 10px;
 }
 .grid-spacer { 

border-top-style: solid;
border-top-width: 1px;
clear: both;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
overflow-x: auto;
overflow-y: auto;
padding-top: 10px;
 }


 
 .product_sale { 
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: url("http://goinventive.co.uk/themes/shopcart-html/images/sale.png");
background-origin: padding-box;
background-position: 0px 0px;
background-repeat: no-repeat;
background-size: auto;
height: 47px;
position: absolute;
right: 20px;
top: -6px;
width: 33px;
 }
 .sale-middle { 
color: rgb(255, 255, 255);
font-size: 12px;
font-weight: 400;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
position: absolute;
right: -10px;
top: 13px;
 }
 
 .PagerClass{
height:auto;
width: auto;
}




.aPagerClass{ margin:0 0 10px 0;padding:5px 10px; color:#3e3e3e; }
.aaPagerClass{  background:#343434; padding:5px 10px; color:#fff;  border-radius:5px; -moz-border-radius:5px;}
.CurrentPageCssClass  {display:inline-block; background:#302b2c; padding:5px 10px; color:#fff; border-radius:5px; -moz-border-radius:5px; text-decoration:none;}
.PagerClass a {display:inline-block; background:#e9e9e9; padding:5px 10px; color:#3e3e3e; border-radius:5px; -moz-border-radius:5px; text-decoration:none;}
.PagerClass a:hover{ background:#f9d302;}
.PagerClass strong{  display:inline-block; background:#343434; padding:5px 10px; color:#fff;  border-radius:5px; -moz-border-radius:5px;}
.navSplitPagesResult a {color:#161616;}


a.image-link {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 10px;
    border: 5px solid #ededed;
}

a.image-link2 {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #3d7191;
}
a.image-link3 {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #94d94a;
	
}
a.image-link4 {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 10px;
    border: 5px solid blue;
	
}

a.image-link img {
    background: #000;
    position: relative;
    z-index: 10;
    margin: 0;
    border: 0 !important;
}
a.image-link .blocker {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000 url('../images/img-zoom-in.png') no-repeat center;
}
 
 ul.quick-gallery {
    clear: both;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}
ul.quick-gallery li {
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
}
ul.quick-gallery li a {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    margin-right: 4px;
    color: #fff;
}
ul.quick-gallery li a img {
    margin-bottom: 0;
    border: 4px solid #ededed;
}  

 .doruceni { 
    color: black;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;

right: -10px;
top: 20px;
float: left;
}  

 .novinky { 
  color: #3f393a;
  font-size: 15px;
  font-weight: strong;

}  

  a.tip {
	position: relative;
color:#2a2a2a;
}



a.tip span {
	display: none;
	position: absolute;
	top: 0px;
	left: 80px;
	width: 125px;
	padding: 10px;
	z-index: 100;
	background: #2a2a2a;
	color: #f9d302;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
	color:#2a2a2a;
	text-decoration: none;
}

a:hover.tip span {
	display: block;
}

/*  TLACITKA*/
/*
 * SMALL BUTTONS */

a.small-button {
    cursor: pointer;
    display: block;
    float: left;
    height: 27px;
    margin-right: 14px;
    margin-bottom: 20px;
}
a.small-button:hover {
    text-decoration: none;
}
a.small-button span {
    display: block;
    height: 27px;
    margin-left: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 26px;
    padding: 0 20px 0 15px;
}

/* GREY */
a.small-button.grey { background: transparent url('../images/small-buttons/grey-button.png') no-repeat left top; }
a.small-button.grey:hover { background: transparent url('../images/small-buttons/grey-button-over.png') no-repeat left top; }
a.small-button.grey span { color: #676767; text-shadow: 0 1px 0 #fff; background: transparent url('../images/small-buttons/grey-button.png') no-repeat right bottom; }
a.small-button.grey:hover span { background: transparent url('../images/small-buttons/grey-button-over.png') no-repeat right bottom; }

/* RED */
a.small-button.red { background: transparent url('../images/small-buttons/red-button.png') no-repeat left top; }
a.small-button.red:hover { background: transparent url('../images/small-buttons/red-button-over.png') no-repeat left top; }
a.small-button.red span { text-shadow: 0 -1px 0 #9c3535; background: transparent url('../images/small-buttons/red-button.png') no-repeat right bottom; }
a.small-button.red:hover span { background: transparent url('../images/small-buttons/red-button-over.png') no-repeat right bottom; }

/* AQUA */
a.small-button.aqua { background: transparent url('../images/small-buttons/aqua-button.png') no-repeat left top; }
a.small-button.aqua:hover { background: transparent url('../images/small-buttons/aqua-button-over.png') no-repeat left top; }
a.small-button.aqua span { text-shadow: 0 -1px 0 #205469; background: transparent url('../images/small-buttons/aqua-button.png') no-repeat right bottom; }
a.small-button.aqua:hover span { background: transparent url('../images/small-buttons/aqua-button-over.png') no-repeat right bottom; }

/* GREEN */
a.small-button.green { background: transparent url('../images/small-buttons/green-button.png') no-repeat left top; }
a.small-button.green:hover { background: transparent url('../images/small-buttons/green-button-over.png') no-repeat left top; }
a.small-button.green span { text-shadow: 0 -1px 0 #205469; background: transparent url('../images/small-buttons/green-button.png') no-repeat right bottom; }
a.small-button.green:hover span { background: transparent url('../images/small-buttons/green-button-over.png') no-repeat right bottom; }

/* ORANGE */
a.small-button.orange { background: transparent url('../images/small-buttons/orange-button.png') no-repeat left top; }
a.small-button.orange:hover { background: transparent url('../images/small-buttons/orange-button-over.png') no-repeat left top; }
a.small-button.orange span { text-shadow: 0 -1px 0 #7f4713; background: transparent url('../images/small-buttons/orange-button.png') no-repeat right bottom; }
a.small-button.orange:hover span { background: transparent url('../images/small-buttons/orange-button-over.png') no-repeat right bottom; }

/* DARK PINK */
a.small-button.dark-pink { background: transparent url('../images/small-buttons/dark-pink-button.png') no-repeat left top; }
a.small-button.dark-pink:hover { background: transparent url('../images/small-buttons/dark-pink-button-over.png') no-repeat left top; }
a.small-button.dark-pink span { text-shadow: 0 -1px 0 #71103a; background: transparent url('../images/small-buttons/dark-pink-button.png') no-repeat right bottom; }
a.small-button.dark-pink:hover span { background: transparent url('../images/small-buttons/dark-pink-button-over.png') no-repeat right bottom; }

/* PINK */
a.small-button.pink { background: transparent url('../images/small-buttons/pink-button.png') no-repeat left top; }
a.small-button.pink:hover { background: transparent url('../images/small-buttons/pink-button-over.png') no-repeat left top; }
a.small-button.pink span { text-shadow: 0 -1px 0 #711f9a; background: transparent url('../images/small-buttons/pink-button.png') no-repeat right bottom; }
a.small-button.pink:hover span { background: transparent url('../images/small-buttons/pink-button-over.png') no-repeat right bottom; }

/* LIGHT GREEN */
a.small-button.light-green { background: transparent url('../images/small-buttons/light-green-button.png') no-repeat left top; }
a.small-button.light-green:hover { background: transparent url('../images/small-buttons/light-green-button-over.png') no-repeat left top; }
a.small-button.light-green span { text-shadow: 0 -1px 0 #5b6b23; background: transparent url('../images/small-buttons/light-green-button.png') no-repeat right bottom; }
a.small-button.light-green:hover span { background: transparent url('../images/small-buttons/light-green-button-over.png') no-repeat right bottom; }

/* DARK BLUE */
a.small-button.dark-blue { background: transparent url('../images/small-buttons/dark-blue-button.png') no-repeat left top; }
a.small-button.dark-blue:hover { background: transparent url('../images/small-buttons/dark-blue-button-over.png') no-repeat left top; }
a.small-button.dark-blue span { text-shadow: 0 -1px 0 #1e1c50; background: transparent url('../images/small-buttons/dark-blue-button.png') no-repeat right bottom; }
a.small-button.dark-blue:hover span { background: transparent url('../images/small-buttons/dark-blue-button-over.png') no-repeat right bottom; }

/* BLUE */
a.small-button.blue { background: transparent url('../images/small-buttons/blue-button.png') no-repeat left top; }
a.small-button.blue:hover { background: transparent url('../images/small-buttons/blue-button-over.png') no-repeat left top; }
a.small-button.blue span { text-shadow: 0 -1px 0 #142971; background: transparent url('../images/small-buttons/blue-button.png') no-repeat right bottom; }
a.small-button.blue:hover span { background: transparent url('../images/small-buttons/blue-button-over.png') no-repeat right bottom; }

/* PURPLE */
a.small-button.purple { background: transparent url('../images/small-buttons/purple-button.png') no-repeat left top; }
a.small-button.purple:hover { background: transparent url('../images/small-buttons/purple-button-over.png') no-repeat left top; }
a.small-button.purple span { text-shadow: 0 -1px 0 #3b1e57; background: transparent url('../images/small-buttons/purple-button.png') no-repeat right bottom; }
a.small-button.purple:hover span { background: transparent url('../images/small-buttons/purple-button-over.png') no-repeat right bottom; }


/*
 * LARGE BUTTONS */

a.large-button {
    cursor: pointer;
    display: block;
    float: left;
    height: 47px;
    margin-right: 14px;
    margin-bottom: 20px;
    margin-left: 1px;
}
a.large-button:hover {
    text-decoration: none;
}
a.large-button span {
    display: block;
    height: 47px;
    margin-left: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    line-height: 46px;
    padding: 0 20px 0 15px;
}

a.large-button.grey { background: transparent url('../images/large-buttons/grey-button.png') no-repeat left top; }
a.large-button.grey:hover { background: transparent url('../images/large-buttons/grey-button-over.png') no-repeat left top; }
a.large-button.grey span { text-shadow: 0 1px 0 #fff; background: transparent url('../images/large-buttons/grey-button.png') no-repeat right bottom; color: #676767; }
a.large-button.grey:hover span { background: transparent url('../images/large-buttons/grey-button-over.png') no-repeat right bottom; }

a.large-button.red { background: transparent url('../images/large-buttons/red-button.png') no-repeat left top; }
a.large-button.red:hover { background: transparent url('../images/large-buttons/red-button-over.png') no-repeat left top; }
a.large-button.red span { text-shadow: 0 -1px 0 #9c3535; background: transparent url('../images/large-buttons/red-button.png') no-repeat right bottom; }
a.large-button.red:hover span { background: transparent url('../images/large-buttons/red-button-over.png') no-repeat right bottom; }

a.large-button.aqua { background: transparent url('../images/large-buttons/aqua-button.png') no-repeat left top; }
a.large-button.aqua:hover { background: transparent url('../images/large-buttons/aqua-button-over.png') no-repeat left top; }
a.large-button.aqua span { text-shadow: 0 -1px 0 #205469; background: transparent url('../images/large-buttons/aqua-button.png') no-repeat right bottom; }
a.large-button.aqua:hover span { background: transparent url('../images/large-buttons/aqua-button-over.png') no-repeat right bottom; }

a.large-button.green { background: transparent url('../images/large-buttons/green-button.png') no-repeat left top; }
a.large-button.green:hover { background: transparent url('../images/large-buttons/green-button-over.png') no-repeat left top; }
a.large-button.green span { text-shadow: 0 -1px 0 #2a5d27; background: transparent url('../images/large-buttons/green-button.png') no-repeat right bottom; }
a.large-button.green:hover span { background: transparent url('../images/large-buttons/green-button-over.png') no-repeat right bottom; }

a.large-button.orange { background: transparent url('../images/large-buttons/orange-button.png') no-repeat left top; }
a.large-button.orange:hover { background: transparent url('../images/large-buttons/orange-button-over.png') no-repeat left top; }
a.large-button.orange span { text-shadow: 0 -1px 0 #7f4713; background: transparent url('../images/large-buttons/orange-button.png') no-repeat right bottom; }
a.large-button.orange:hover span { background: transparent url('../images/large-buttons/orange-button-over.png') no-repeat right bottom; }

a.large-button.dark-pink { background: transparent url('../images/large-buttons/dark-pink-button.png') no-repeat left top; }
a.large-button.dark-pink:hover { background: transparent url('../images/large-buttons/dark-pink-button-over.png') no-repeat left top; }
a.large-button.dark-pink span { text-shadow: 0 -1px 0 #71103a; background: transparent url('../images/large-buttons/dark-pink-button.png') no-repeat right bottom; }
a.large-button.dark-pink:hover span { background: transparent url('../images/large-buttons/dark-pink-button-over.png') no-repeat right bottom; }

a.large-button.pink { background: transparent url('../images/large-buttons/pink-button.png') no-repeat left top; }
a.large-button.pink:hover { background: transparent url('../images/large-buttons/pink-button-over.png') no-repeat left top; }
a.large-button.pink span { text-shadow: 0 -1px 0 #711f9a; background: transparent url('../images/large-buttons/pink-button.png') no-repeat right bottom; }
a.large-button.pink:hover span { background: transparent url('../images/large-buttons/pink-button-over.png') no-repeat right bottom; }

a.large-button.light-green { background: transparent url('../images/large-buttons/light-green-button.png') no-repeat left top; }
a.large-button.light-green:hover { background: transparent url('../images/large-buttons/light-green-button-over.png') no-repeat left top; }
a.large-button.light-green span { text-shadow: 0 -1px 0 #5b6b23; background: transparent url('../images/large-buttons/light-green-button.png') no-repeat right bottom; }
a.large-button.light-green:hover span { background: transparent url('../images/large-buttons/light-green-button-over.png') no-repeat right bottom; }

a.large-button.dark-blue { background: transparent url('../images/large-buttons/dark-blue-button.png') no-repeat left top; }
a.large-button.dark-blue:hover { background: transparent url('../images/large-buttons/dark-blue-button-over.png') no-repeat left top; }
a.large-button.dark-blue span { text-shadow: 0 -1px 0 #1e1c50; background: transparent url('../images/large-buttons/dark-blue-button.png') no-repeat right bottom; }
a.large-button.dark-blue:hover span { background: transparent url('../images/large-buttons/dark-blue-button-over.png') no-repeat right bottom; }

a.large-button.blue { background: transparent url('../images/large-buttons/blue-button.png') no-repeat left top; }
a.large-button.blue:hover { background: transparent url('../images/large-buttons/blue-button-over.png') no-repeat left top; }
a.large-button.blue span { text-shadow: 0 -1px 0 #142971; background: transparent url('../images/large-buttons/blue-button.png') no-repeat right bottom; }
a.large-button.blue:hover span { background: transparent url('../images/large-buttons/blue-button-over.png') no-repeat right bottom; }

a.large-button.purple { background: transparent url('../images/large-buttons/purple-button.png') no-repeat left top; }
a.large-button.purple:hover { background: transparent url('../images/large-buttons/purple-button-over.png') no-repeat left top; }
a.large-button.purple span { text-shadow: 0 -1px 0 #142971; background: transparent url('../images/large-buttons/purple-button.png') no-repeat right bottom; }
a.large-button.purple:hover span { background: transparent url('../images/large-buttons/purple-button-over.png') no-repeat right bottom; }
 
 .center { 
margin-left: 20em;
 }
 
 .fh2 { 
color: rgb(0, 136, 204);
font-size: 15pt;
font-weight: 700;
}
 
.torder tr:hover td { background:#fef1ab; }
.torder label { cursor:pointer; }
.torder td { background:#f8f8f8; border-bottom:1px solid #eee; vertical-align:top; padding:10px;  }
.zdarma {	font-weight: bold; color: #0088cc;text-transform:uppercase;}
 
 /* order steps */
.step {width: 100%; margin-bottom: 2.0em; overflow: hidden; margin-left:8em;}
.step ol {list-style: none; padding: 0; margin: 0; margin-top: 0; margin-left: 0;}
.step li {color: #000; font-weight: bold; list-style: none; margin-right: 5px; background: #f8f8f8; float: left; }
.step li, .step li.active a {padding: 9px 20px 8px 20px;  }
.step li.active {padding: 0; }
.step li.active a {color: #000; text-decoration: none; display: block; border-bottom:1px solid #eee; border-left:1px solid #eee; border-right:1px solid #eee; border-top:1px solid #eee;}
.step li.set, .step li.active a:hover, .step li.active a:focus {color: black; background-color: #fef1ab; border-bottom:1px solid #373737; border-left:1px solid #373737; border-right:1px solid #373737; border-top:1px solid #373737;}
.step li.set strong {color: #000; }

.error {border:1px solid #ddd;}
.error {background:#FBE3E4;}



.objednavka-box { 
background-color: rgb(248, 248, 248);
 }
 
 .rr
 {
color:red;	 
font-weight:bold;
font-size:30px;
 }
 /*
 fieldset
{
     border: 1px solid #373737;
	 background:#f8f8f8;
}
*/
.sf-right { 
float: right !important;
}
.sf-left { 
float: left !important;
}


#callback {position: fixed;  right: 0;  top:180px;width:335px; height: auto; border: 0px;padding:0px;}

#notificationBox{width:100%;padding:10px 0 10px 0;font-weight:normal;text-align:center;font-size:11px;line-height:13px;vertical-align:middle;position:relative;top:0;}
#notificationBox .innerBox,#notificationBox .innerBoxAs{display:inline-block;position:relative;width:970px;text-align:left;margin:0 auto 0 auto;font-size:15px;line-height:13px;}
#notificationBox .innerBox .wb,#notificationBox .innerBoxAs .wb{padding-right:20px;}
#notificationBox .innerBox .wb .text,#notificationBox .innerBoxAs .wb .text{display:inline-block;font-size:11px;}
#notificationBox .innerBox .wb .text p,#notificationBox .innerBoxAs .wb .text p{padding:0 0 0 0;margin:0 0 0 0;}
#notificationBox .innerBox .closeBtn,#notificationBox .innerBoxAs .closeBtn{display:inline-block;width:30px;height:30px;position:absolute;right:0;top:50%;margin-top:-15px;cursor:pointer;vertical-align:middle;text-align:right;line-height:30px;}
#notificationBox .innerBox .closeBtn span,#notificationBox .innerBoxAs .closeBtn span{display:inline-block;width:9px;height:9px;}
#notificationBox .innerBoxAs{width:810px !important;}
#notificationBox{background-color:#ffefa3;color:black;border-bottom:solid 1px #cbcbcb;}


#stripe {
  padding: .3em 0;
  border-bottom: 2px solid #373132;
  background-color: #FCC715;
  margin-bottom: 0px;
  color: #373132;
  font-weight: 700;
}

#mezera {
  padding-left: 25px;
}