/* CSS reset ---------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strfong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.clear {
	clear: both !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

ul {
 	list-style: none;
}

p {
	text-align: justify;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
}

a {
	color: #00abd3;
}

a:hover {
 	text-decoration: none;
}

hr {
	border: none;
	border-bottom: 1px solid #dfdfdf;
}

h1 {
 	display: none;
}

input, textarea, select {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #666666;
}

textarea {
	border: 1px solid #bfbfbf;
	background: #ffffff;
	overflow: auto;
	padding: 2px 4px;
}

.input {
	border: 1px solid #bfbfbf;
	padding: 0px 4px;
	height: 23px;
	line-height: 23px;	
}

select {
	border: 1px solid #bfbfbf;
	padding: 1px;
	height: 25px;
	line-height: 25px;	
}

label {
 	cursor: pointer;
}

.photo {
	border: 1px solid #bfbfbf;
	padding: 1px;
	background: #fff;
	margin: 3px 3px 13px 3px;
}

.product-photo {
  	margin: 10px;
}

.button {
	border: none !important;
	height: 28px !important;
	line-height: 20px;
	background-color: transparent !important;
	font-size: 14px;
	color: #ffffff !important;
	font-weight: bold;
	text-align: center;
	padding: 0 !important;
	cursor: pointer;
}

.btn-grey-middle {
	width: 121px !important;
	background: url(../images/btn-grey-middle.png) no-repeat left top;
}

.btn-grey-middle:hover {
	background-position: right top;
}

.btn-grey-big {
	width: 121px !important;
	background: url(../images/btn-grey-big.png) no-repeat left top;
}

.btn-grey-big:hover {
	background-position: right top;
}

.button-round {
	width: 29px;
	height: 24px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../images/button-submit.png);
	background-repeat: no-repeat;
	background-position: right; 
}

.but-buy {
	width: 121px;
	color: #000;
	font-size: 14px;
	height: 28px !important;
	line-height: 28px;
	padding: 0px;
	background: #fff;
	background: url(../images/btn-color-middle.png) no-repeat left top;
}

.but-buy:hover {
	background: url(../images/btn-color-middle.png) no-repeat right top;
}

.in {
 	margin: 0 0 15px 0;
}

.float-left {
	float: left;
	margin-right: 10px;
}

.float-right {
	float: right;
	margin: 0 0 10px 20px;
}

#perex object {
	margin: 5px 0 0 15px;
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
}

/* Page structure ----------------------------------------------------------- */

body { 
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px; 
 	color: #5e5e5e; 
 	text-align: center; 
 	padding-bottom: 37px;
 	background: #e8e8e8 url(../images/body-back.jpg) repeat-x top center;
}
#container { 	
	background: url(../images/back-top.jpg) no-repeat center top;
	width: 100%;
	float: left;	
}

#page {
	width: 975px;
	margin: 0 auto;
	margin-top: 265px;	
	border-top: 0;
	text-align: left;
	overflow: hidden;
	position: relative;
	padding-bottom: 6px;
	background: #fff url(../images/page-back.jpg) no-repeat center top
}

.required {
	font-weight: bold;
	color: #282828;
}

.required input, .required select, .required textarea {
	border: 1px solid #646464 !important;
}

/* breadcrumb --------------------------------------------------------------- */

#breadcrumb {
 	color: #8c8c8c;
 	margin: 2px 0 11px 0;
}

#breadcrumb a {
 	color: #8c8c8c;
}

/* header ------------------------------------------------------------------- */



#header-container {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#header-container-2 {
	width: 100%;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 975px;
	height: 187px;
	text-align: left;	
}

#logo {
	float: right;
	width: 317px;
	height: 98px;
	margin: 18px 0 0 0;
	display: block;
	overflow: hidden;
	text-indent: -100px;
	background: url(../images/logo.png) no-repeat;
}

#header a {
 	color: #a4e77a;
}

#user-name {
 	position: absolute;
 	top: 17px;
 	left: 640px;
 	color: #fff;
}

#user-login{
 	position: absolute;
 	top: 14px;
 	left: 624px;
 	background: url(../images/icon-login.png) no-repeat left 4px;
	height: 20px;
	padding-left: 23px;
	line-height: 21px;
	display: block;
	color: #a4e77a;
	cursor: auto;
}

#user-account {
	position: absolute;
	top: 14px;
	left: 624px;
	background: url(../images/icon-registration.png) no-repeat left 4px;
	padding-left: 23px;
	line-height: 21px;
	display: block;
	color: #a4e77a;
	cursor: pointer;
}

#user-registration {
	position: absolute;
	top: 37px;
	left: 624px;
	background: url(../images/icon-registration.png) no-repeat left 4px;
	padding-left: 23px;
	line-height: 21px;
	display: block;
	color: #a4e77a;
	cursor: pointer;
}

#user-logout{
	position: absolute;
	top: 37px;
	left: 624px;
	background: url(../images/cross.png) no-repeat left 4px;
	padding-left: 23px;
	line-height: 21px;
	display: block;
	color: #a4e77a;
	cursor: pointer;
} 

#user-comparison {
 	position: absolute;
 	top: 60px;
 	left: 624px;
 	background: url(../images/icon-comparison.png) no-repeat left 4px;
 	padding-left: 23px;
 	line-height: 21px;
 	display: block;
}

#user-basket {
 	position: absolute;
 	top: 104px;
 	left: 624px;
 	background: url(../images/icon-basket.png) no-repeat left center;
 	height: 26px;
 	padding-left: 28px;
 	color: #92dff0;
}

#user-basket .user-basket-value {
	color: #ffffff;
 	height: 36px;
 	line-height: 25px;
 	font-weight: bold;
 	font-size: 15px;
 	text-decoration: none;
}

#user-basket .user-basket-value:hover {
	text-decoration: underline;
}

#languages {
	position: absolute;
	top: 194px;
	right: 16px;
	overflow: hidden;
}

#languages img {
	margin-right: 8px;
	float: left; 
}

#home {
	position: absolute;
	display: block;
	height: 21px;
	width: 24px;
	top: 195px;
	right: 350px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
}

#hots {
	position: absolute;
	top: 52px;
	left: 795px;
	color: #92dff0;
	line-height: 1 em;
}

#hots strong {
	color: #ffffff;
}

#im {
	position: absolute;
	top: 85px;
	left: 795px;
}

#im img {
	margin-right: 11px;
}

#header-bottom {
	position: absolute;
	top: 127px;
	left: 0;
	width: 100%;
	z-index: 1000;
}

#menu {
	position: absolute;
	right: 0;
	background: url(../images/menu-line.png) no-repeat right top;
}

#menu li {
	float: left; 
	position: relative;
}

#menu a {
	color: #fff;
	text-decoration: none; 
	display: block;
	text-shadow: 1px 1px 0 #0686a5;
	font-size: 14px;
	padding: 15px 14px 17px 14px;
	font-weight: bold;
	background: url(../images/menu-line.png) right top no-repeat;
	
}

#menu a:hover {
	color: #0039a6;
	text-shadow: none;
}

#menu li.last a {
	background: none;
}

#menu li.last a:hover {
}

#menu li.active a {
	color: #0039a6;
	text-shadow: none;
}

#menu li.active ul li a {
	color: #00b9e4;
}

#menu li.active ul li a:hover {
	color: #fff;
}

#menu ul {
	position: absolute;
	top: 41px;
	left: 0;
	display: none;
	background: #0039a6;
	z-index: 100000;
	width: 190px;
	overflow: hidden;
	
}

#menu ul li {
	float: left;
	width: 100%;
	line-height: 1.4em;
	margin: 0;
	background: none;
	border-bottom: 1px solid #00b9e4;
}

#menu ul li.last {
	border-bottom: none;
}

#menu ul li a {
	padding: 8px 14px;
	background: none;
	display: block;
	font-size: 13px;
	background: none;
}

#menu ul li a:hover {
	background-color: #00b9e4 !important;
}  

#menu ul li.active a {
	background-color: #00b9e4;
}

#menu ul li.active.last a {
	background-color: #00b9e4;
}

#search {
	position: absolute;
	top: 193px;
	right: 127px;
	width: 202px;
	height: 26px;
	background: url(../images/search-back.png) no-repeat top left;
}

.s-query {
	font-size: 14px;
	color: #a9a8a8;
	background: none;
	height: 26px;
	width: 160px;
	line-height: 26px;
	padding: 0 4px;
	float: left;
	border: none;
}

.s-submit {
	float: right;
	width: 27px;
	height: 22px; 
	background: none;
	border: none;
	margin: 2px 2px 0 0;
}

/* my account popup --------------------------------------------------------- */

#my-account {
	display: none;
	position: relative;
	left: 5px;
	width: 180px;
	height: 85px;
	background: url(../images/bg-my-account.png) no-repeat;
	z-index: 1000;
	padding: 35px 20px;
}

#my-account .input {
	width: 146px;
	margin-bottom: 10px;
	background-color: #ffffff;
	border: none;
	font-size: 13px;
}

.lg-submit {
	background-image: url(../images/btn-search.png);
	margin-left: 8px;
}

.my-account-bottom {
	padding-top: 8px;
	border-top: 1px solid #787878;
	margin-top: 8px;
}   

/* basket popup --------------------------------------------------------- */

#user-basket-popup {
	position: relative;
	left: 0;
	width: 253px;
	background: url(../images/bg-my-account.png) no-repeat;
	z-index: 1000;
	text-align: center;
}  

#user-basket-popup .in {
	padding: 20px;
	padding-top: 38px;
} 

#carousel3 {
	height: 199px;
	border-top: 1px solid #787878;
	border-bottom: 1px solid #787878;
	position: relative; 
} 

#user-basket-popup .user-basket-item {
	border-bottom: 1px solid #787878;
	padding: 10px 0 8px 0;
	text-align: left;
} 
 
.user-basket-item .photo {
	float: left;
	margin: 0;
	border: none;	
}

.user-basket-item h3 {
	color: #fff;
	float: right;
	width: 160px;
	height: 16px;
	overflow: hidden;
	font-weight: normal;
} 

.user-basket-item span {
	float: right;
	width: 160px;
	color: #8c8c8c;
}  

.user-basket-item span small {
	color: #ffffff ;
}   

#carousel3 .navigator-top {
	position: absolute;
	display: block;
	background: url(../images/navigator-top.png) no-repeat center;
	width: 76px;
	height: 13px;
	left: 68px;
	top: -13px; 	
} 

#carousel3 .navigator-down {
	position: absolute;
	display: block;
	background: url(../images/navigator-down.png) no-repeat center;
	width: 76px;
	height: 13px;
	left: 68px;
	bottom: -14px;	
} 

.basket-marketing {
	margin-top: 15px;
	border-bottom: 1px solid #787878;
}

.basket-marketing p { 
	margin-bottom: 10px;
	color: #ffffff;	
}

.basket-marketing strong {
 	color: #91dbe5;
 	font-size: 14px;
} 

#user-basket-popup .but-buy {
	margin-top: 15px;
}


/* -------------------------------------------------------------------------- */

#middle-right {
	padding: 0 25px;
}

#right {
	width: 319px;
	float: right;
	overflow: hidden;
}

.box {
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #43cbeb;
	background-color: #f5f5f5;
	padding: 1px;
}

.box a {
	color: #575757;	
}

.box strong.header {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-indent: 15px;
	background: url(../images/bg-box-h3.png) no-repeat;
	color: #fff;
	display: block;
}

.box h4 {
	color: #575757;
	margin: 10px 0 3px 0;
}

.box td p {
	text-align: left;
}

.box ul {
	margin: 6px 0 13px 0;
}

.box .box-item {
	margin: 15px 15px 15px 15px;
	line-height: 1 em;
}

.box table {
	width: 100%;
	margin-bottom: 10px;
}

.box table td, .box table th {
	padding: 5px;
	padding-left: 0;
	text-align: left;
	vertical-align: top;
}

.management p{
	margin: 5px 0;
}

.management th{
	width: 70px;
	padding-top: 10px !important;
	overflow: hidden;
}

.portfolio p {
	border: 1px solid #e8e8e8;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
	background-color: #fff;
}



/* middle ------------------------------------------------------------------- */

#middle { 
	font-size: 13px;
	width: 572px;
	float: left;
	line-height: 150%;
}

#middle {
	width: 572px;
}
.hp #middle {
	width: 100%;
}

#middle h2 {
	color: #1c56c6;
	font-size: 25px;
	font-weight: normal;
	line-height: 125%;
	padding-bottom: 10px;
	margin: 14px 0;
	font-stretch: 1px;
	border-bottom: 1px solid #dfdfdf; 
}

#middle .text h2.hp-h1 {
	margin-bottom: 15px;
	margin-left: 348px;
}

#middle h3 {
	color: #1c56c6;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 12px;
}

#middle h4 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #666666;
}

#middle h4 a{
	font-weight: bold;
}

#middle strong.header {
	height: 30px;
	font-size: 14px;
	color: #5e5e5e;
	display: block;	
}

#middle-header {
	position: relative;
	margin-bottom: 15px;
	color: #5e5e5e;
}

#link-back {
	position: absolute;
	top: 0;
	right: 0;
	color: #8c8c8c;
}

#perex {
	line-height: 1.5em;
	margin-bottom: 13px;
	overflow: hidden;
	padding-bottom: 10px;
}

.text {
	position: relative;
}

#middle .text h2 {
	color: #1c56c6;
	font-size: 25px;
	font-weight: normal;
	line-height: 125%;
	padding-bottom: 10px;
	margin: 24px 0 0 0;
	font-stretch: 1px;
	border-bottom: 1px solid #dfdfdf;
}

.text h3 {
	color: #1c56c6 !important;
	margin: 20px 0 10px 0 !important;
}

.text h4 {
	color: #282828;
	font-size: 14px;
	margin: 20px 0 10px 0;
}

.text h5 {
	color: #282828;
	font-size: 12px;
	margin: 12px 0 6px 0;
}

.text p {
	margin-bottom: 12px;
}

.text ul, .text ol {
	margin: 6px 0 19px 0;
}

.text ul li {
	list-style: none;
	background: url(../images/arrow-7.gif) 12px 10px no-repeat;
	padding-left: 19px;
}

.text ol li {
	margin-left: 30px;
}

.text table {
	border-collapse: separate;
	width: 100%;
	background-color: #fff;
	border: 1px solid #bfbfbf;
	margin: 14px 0;
}

.text th, .text thead td {
	text-align: left;
	font-size: 12px;
	padding: 4px;
	font-weight: bold;
	background-color: #a7a7a7;
	border: 1px solid #a7a7a7;
	color: #ffffff;
}

.text td {
	font-size: 12px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
}

.text td p { 
	text-align: center; 	
}

.text tfoot td {
	background-color: #dcdcdc;
	padding: 4px;
}

.text table.gallery {
	background-color: transparent;
	border: none;
	margin: 15px 0;
}

.text table.gallery td {
	text-align: center;
	background-color: #f1f1f1;
	border: 1px solid #bfbfbf;
	padding: 7px;
	vertical-align: middle;
}

.small {
	font-size: 11px;
	color: #8c8c8c;
}

.text .contacts-right {
	float: right;
	position: absolute;
	top: -12px;
	right: 11px;
	width: 320px;
	padding: 0px;
}

a.file {
	background-image: url(/images/page_white_text.png);
	background-position: 3px 0;
	background-repeat: no-repeat;
	padding: 0 0 4px 26px;
	line-height: 27px;
}

a.file.jpg {
	background-image: url(../images/icon-file-jpg.gif);
}


/* right shopping */

.box.shopping li {
	line-height: 1.7em;
	padding-left: 19px;
	background: url(../images/arrow-1.png) 0 65% no-repeat;
}

/* right news */

.box.news .news-item {
	text-align: center;
	margin: 14px 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #dfdfdf;
}

.box.news #news-item-last {
}

.box.news h3 {
	text-align: left;
	font-size: 14px;
	margin-bottom: 7px;
}

.box.news .small {
	text-align: left;
}

.box.news p {
	text-align: left;
	margin: 3px 0 0 1px;
	line-height: 1.5em;
}

.box.news img {
	margin: 4px 10px 4px 0;
	float: left; 
}

.box.news a.more {
	display: block;
}

/* right blog */

.box.blog-news {
	font-size: 11px;
	color: #575757;
}

.box.blog-news h3 {
	color: #282828;
}

.box.blog-news li {
	margin: 11px 0;
	line-height: 1.2em;
}

.box.blog-news li a {
	font-size: 12px;
}

/* right top */

.box.top ul {
	margin: 8px 3px 15px 11px;
}

.box.top li {
	margin-bottom: 3px;
}

.box.top span {
	font-size: 11px;
	margin-right: 2px;
}

.box.top small {
	font-size: 11px;
	color: #575757;
}

/* news */

#news {
 	margin-bottom: 5px;
 	overflow: hidden;
 	padding: 15px 0 15px 25px;
 	margin-top: 0;
 	background: #f1f1f1 url(/images/news-top.png) repeat-x left top;
}

#news .odd {
	margin: 0;
	position: relative;
	width: 47%;
	float: left;
    margin: 20px 25px 20px 0;
}

#news h3 {
	color: #00abd3 !important;
	float: left;
	width: 70%;
}

#news h3 a {
	color: #337fcd;
}

#news .news-separator {
	width: 100%;
	clear: both;
	height: 1px;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
	display: none;
}

#news .small {
	text-align: right;
	position: absolute;
	top: -1px;
	right: 0; 	
}

#news img {
	float: left;
	margin: 5px 10px 10px 0;
	border: 1px solid #fff;
	padding: 0;
}

#news p {
	line-height: 1.5em;
}


/* articles -------------------------------------------- */

#articles {
	margin-top: 25px;
	margin-bottom: 35px;
}

#articles .news-separator {
	width: 100%;
	clear: both;
	height: 1px;
	float: left;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

#articles div.odd {
	margin: 15px 0 20px 0;
	position: relative;
	clear: both;
}

#articles h3 {
	color: #00b9e4 !important;
	width: 440px;
}

#articles h3 a {
	color: #00b9e4;
}

#articles .small {
	text-align: right;
	position: absolute;
	top: -1px;
	right: 0; 	
}

#articles img {
	float: left;
	margin: 5px 10px 10px 0;
}

#articles p {
	line-height: 1.5em;
}




/* Easy Slider */

#slider1 ul, #slider1 li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#slider1 li { 
	/*   	define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here */ 
	width: 319px;
	overflow: hidden;		
}

#prevBtn, #sliderprev { 
	display: block;
	position: absolute;
	left: -5px;
	top: 82px;
	z-index: 1000;
}
	
#nextBtn, #slidernext { 
	display: block;
	position: absolute;
	right: -7px;
	top: 82px;
	z-index: 1000;
}
														
#prevBtn a, #nextBtn a, #sliderprev a, #slidernext a {  
	display: block;
	position: relative;
	width: 13px;
	height: 109px;
	background: url(../images/navigator-left.png) no-repeat 0 0;	
}
	
#nextBtn a, #slidernext a { 
	background: url(../images/navigator-right.png) no-repeat 0 0;	
}	

/* top */

#top {
	float: right;
	margin: 9px 0 13px 0;
	width: 200px;
	color: #666666;
	position: relative;
}

#top strong.header {
	font-size: 13px;	
}

#top li {
	padding: 10px 0;
	border-top: 1px solid #dfdfdf;
}

#top span {
	padding-right: 4px;
}

#top a {
	color: #575757;
}

#top .price {
	margin-left: 16px;
	color: #42880a;
	font-weight: bold;
	margin-top: 3px;	
}

#top .price span {
	color: #8c8c8c;
	text-decoration: line-through;
	padding-left: 5px;
	font-weight: normal;
}




/* tip */

.tip {
	margin: 9px 0 13px 0;
}

.carousel {
	text-align: center;
	margin: 0 0 14px 0;
	position: relative;
	padding: 0;
	margin-left: -2px;
}

.carousel .navigator-left {
	left: -5px;
	top: 71px;
}

.carousel .navigator-right {
	right: -7px;
	top: 71px;
}

.carousel .product-item {
	width: 172px;
}


/* banner ------------------------------------------------------------------- */

.banners {
	margin-bottom:25px;
}


/* filtr -------------------------------------------------------------------- */

#filter {
 	overflow: hidden;
 	margin: 15px 0 0 0;
 	position: relative;
}

#filter li {
 	border: 1px solid #c1c1c1;
 	border-bottom: none;
 	margin-right: -1px;
 	margin-top: 1px;
 	float: left;
	position: relative;
}

#filter li a {
 	font-size: 13px;
 	cursor: pointer;
 	padding: 0 15px;
 	height: 26px;
 	line-height: 26px;
	color: #7e7e7e;
	text-decoration: none;
} 

#filter li a:hover {
 	text-decoration: underline;
 	color: #666666; 
}

#filter li.active {
 	background-color: #f1f1f1;
 	border: 1px solid #c1c1c1;
 	border-bottom: none;	
 	top: 1px;
 	height: 27px;
 	margin-top: 0; 	 
}

#filter li.active a {
	color: #282828;
}

#filter li.active a:hover {
	text-decoration: none;  
	cursor: default;
}

#filter li .handle {
	background: url(../images/filter-handle.png) no-repeat;
	width: 7px;
	height: 8px;
	position: absolute;
	top: -1px;
	right: -1px;
	display: block;
}

#filter .space {
	margin-left: 10px;
}

#filter .cancel {
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/cancel.png) no-repeat;
	float: left;
	position: relative;
	top: 7px;
	left: 18px; 
}

#filter .cancel:hover {
	background: url(../images/cancel-hover.png) no-repeat;
}

.filter-body {
 	overflow: hidden;
 	background: #f1f1f1;
 	border: 1px solid #c1c1c1;
 	clear: both;
 	padding: 15px;
 	line-height: 25px;
}

.filter-body p{
 	margin-bottom: 10px;
}

.filter-body label {
	margin-right: 20px;
	position: relative;
	bottom: 2px;
	color: #666666;
	text-decoration: underline;
}

.filter-body label:hover {
	text-decoration: none;
}

.filter-body label.active {
	text-decoration: none;
	color: #005ab6;
}

.filter-body label.active:hover {
	text-decoration: underline;
} 

.filter-body select {
	width: 120px;
	margin-right: 20px;
	font-size: 13px;
}

.sorting-body span {
	font-size: 13px;
	color: #282828;
}

.sorting-body a {
	color: #666666;
	text-decoration: underline;
}

.sorting-body a:hover {
	text-decoration: none;
}

.sorting-body .active {
	color: #005ab6;
	text-decoration: none;
	cursor: default;
}

.sorting-body span {
	margin-right: 7px;
}

.sorting-body .down {
	margin-left: 15px;
}

.category-view a {
	display: block;
	height: 18px;
	line-height: 18px;
	float: left; 	
	color: #666666;
	margin: 3px 25px 4px 0;
	padding-left: 30px;	
}

.category-view .active {
	color: #005ab6;
	text-decoration: none;
	cursor: default;
}

.category-view .catalogue {
	background: url(../images/catalogue-icon.png) no-repeat;
}

.category-view .catalogue:hover, .category-view .active.catalogue {
	background: url(../images/catalogue-icon-hover.png) no-repeat;
}

.category-view .list {
	background: url(../images/list-icon.png) no-repeat;
}

.category-view .list:hover, .category-view .active.list {
	background: url(../images/list-icon-hover.png) no-repeat;
}

.category-view .table {
	background: url(../images/table-icon.png) no-repeat;
}

.category-view .table:hover, .category-view .active.table {
	background: url(../images/table-icon-hover.png) no-repeat;
}


/* product list */

#product-list {
	margin: 2px 0 15px 0;
	overflow: hidden;
	margin-left: -2px;
}

.product-item {
	text-align: center;
	position: relative;
	float: left;
	width: 184px;
	height: 273px;
	margin: 0 0 2px 2px;
	border: 1px solid #c2c2c2;
	color: #666666;
}

.last.product-item {
	width: 182px;
}

.product-item-header {
	height: 52px;
	overflow: hidden;
	margin: 11px 9px 0 9px;
}

#middle .product-item-header h3 {
	overflow: hidden;
	margin-bottom: 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 125%;
}

.product-item-header h3 a {
	color: #575757;
}

.product-item-header img {
	margin-left: 1px;
}

.product-item strong {
	font-size: 14px;
	color: #42880a;
	margin-right: 4px;
}

.product-item del {
	color: #575757;
}

.product-item .button-buy {
	position: relative;
	top: 6px;
	margin-right: 3px;
}

.product-item span {
	color: #575757;
}

.product-item .icons {
	top: 50px;
	left: -2px;
}

.icons {
	width: 40px;
	position: absolute;
	z-index: 1000;
}

.icons a {
	display: block;
	width: 40px;
	height: 22px;
	margin-bottom: 1px;
	text-align: center;
	line-height: 22px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	float: left;
}

.icons .new {
	background-color: #f6bc32;
}

.icons .new:hover {
	background-color: #e5a714;
}

.icons .sale {
	background-color: #497fd8;
}

.icons .sale:hover {
	background-color: #326fd4;
}

.prices {
	margin-top: 15px;
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
	position: relative;
	color: #666666;
}

.prices strong {
 	font-size: 16px;
 	color: #42880a;
 	margin-right: 4px;
}

.prices .button-buy {
 	position: relative;
 	top: 8px;
 	margin-right: 7px;
 	float: left;
}

.prices span {
 	position: relative;
 	top: 8px;
 	width: 78px;
 	display: block;
 	float: left;
}


/* paging */

.paging {
	margin: 15px 0;
	color: #575757;
	overflow: hidden;
}

.paging.top {
	position: absolute;
	top: 5px;
	right: 0;
	margin-top: 0;
}

.paging a {
	text-decoration: none;
}

.paging a:hover {
	text-decoration: underline;
}

.paging strong {
	color: #282828;
}

.paging span {
	float: left;
	text-align: right;
	margin-right: 10px;
	color: #7e7e7e; 
}

.paging div {
	width: 200px;
	float: right;
	text-align: right;
}

a.page-prev {
	font-size: 14px;
	margin-right: 6px;
}

a.page-next {
	font-size: 14px;
	margin-left: 6px;
}

/* bottom icons */

#bottom-icons {
	padding: 10px 0 27px 120px;
	overflow: hidden;
	display: none;
}

#bottom-icons {
	padding-left: 0;
}

#bottom-icons a {
	height: 18px;
	line-height: 16px;
	padding-left: 24px;
	display: block;
	float: left;
	color: #5e5e5e;
	background: url(../images/icon-print.png) no-repeat left center;
}

#bottom-icons a#bi-1 {
	margin-left: 59px;
	width: 100px;
}

#bottom-icons a#bi-2 {
	margin-left: 40px;
	background: url(../images/icon-facebook.png) no-repeat left center;
	width: 100px;
}

#bottom-icons a#bi-3 {
	margin-left: 40px;
	background: url(../images/icon-twitter.png) no-repeat left center;
	width: 100px;
}


/* forms ---------------------------------*/

.table-form td {
	vertical-align: top;
	padding: 5px;
	line-height: 30px;
}

.table-form th {
	vertical-align: top;
	text-align: right;
	padding: 5px;
	padding-top: 11px;
	width: 110px;
	font-weight: normal;
	font-size: 13px;
}

.table-form input {
	color: #282828;
	width: 221px;
	border: 1px solid #bfbfbf;
	padding: 6px 4px 5px 4px;
}

.table-form select { 	
	color: #282828;
	width: 231px;
	border: 1px solid #bfbfbf;
	margin-top: 4px;
}

.table-form textarea {
	color: #282828;
	width: 271px;
	border: 1px solid #bfbfbf;
	padding: 6px 4px 5px 4px;
}

.table-form input[type="checkbox"] {
	width: auto;
	position: relative;
	top: 6px;
	left: -4px;
	border: none;
}

.table-form .button {
	margin: 15px 0;
}

.table-form label {
	cursor: auto;
}

.under-line {
	padding: 20px 0;
	margin-top: 20px;
	border-top: 1px solid #dfdfdf;
}

.separator {
	height: 1px;
	border-bottom: 1px solid #dfdfdf;
	margin: 20px 0 10px 0;
}

.form-tabs {
	border-bottom: 1px solid #bfbfbf;
	margin: 25px 0;
}

.form-tabs a {
	padding: 7px 30px;
	display: block;
	float: left;
	border: 1px solid #bfbfbf;
	border-bottom: none;
	margin-right: 5px;
	background: url(../images/bg-box-h3.png) repeat-x;
	font-size: 14px;
	font-weight: bold; 
}

.form-tabs a.active {
	position: relative;
	top: 1px;
	background: none;
	background-color: #ffffff;
	color: #575757;
	text-decoration: none;
	cursor: auto;
}

.notice {
	margin-bottom: 9px;
	color: #666666;
}

/* left --------------------------------------------------------------------- */

#left {
	width: 209px;
	margin: 202px 0 0 13px;
	float: left;
	display: inline;
	overflow: hidden;
}

.box.category {
	border: 0;
	border-top: 1px solid #c2c2c2;
	background: url(../images/bg-category.png) repeat-y;
}

.box.category strong.header {
	margin: 0 1px;
	border-bottom: none;
	background-image: url(../images/bg-box-h3.png);
}

/* 1. level ----------------------------------------------------------------- */

.box.category ul {
	margin: 0;
	padding-bottom: 1px;
	border-bottom: 1px solid #bfbfbf;
}

.box.category li {
	font-size: 13px;
	font-weight: bold;
	background: #e6e6e6;
	margin: 0 2px;
	border-top: 1px solid #fff;
}

.box.category a {
	padding: 8px 0 8px 29px;
	display: block;
	color: #575757;
	position: relative;
	text-decoration: none;
	background: url(../images/arrow-2.gif) 15px 13px no-repeat;
}

.box.category a:hover {
	color: #005ab6;
	text-decoration: underline;
}

.box.category li.act {
	border-top-color: #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
	margin: 0 0 -1px 1px;
}

.box.category li.act a {
	padding: 8px 0 8px 29px;
	color: #005ab6;
	background-color: #fff !important;
	cursor: default;
	background-position: 16px 13px;
}

.box.category li.act a:hover {
	text-decoration: none;
}

/* 2. level ----------------------------------------------------------------- */

.box.category li.lev-2 a {
	font-weight: normal;
	padding-left: 42px;
	background: #eeeeee url(../images/arrow-3.gif) 32px 16px no-repeat;
}

	.box.category li.act.lev-2 a {
		padding-left: 43px;
		background: #fff url(../images/arrow-3.gif) 33px 16px no-repeat;
	}

/* 3. level ----------------------------------------------------------------- */

.box.category li.lev-3 a {
	font-weight: normal;
	padding-left: 58px;
	background: #f6f6f6 url(../images/arrow-3.gif) 48px 16px no-repeat;
}

	.box.category li.act.lev-3 a {
		padding-left: 59px;
		background: #fff url(../images/arrow-3.gif) 49px 16px no-repeat;
	}

/* 4. level ----------------------------------------------------------------- */

.box.category li.lev-4 a {
	font-weight: normal;
	padding-left: 74px;
	background: #fdfdfd url(../images/arrow-3.gif) 64px 16px no-repeat;
}

	.box.category li.act.lev-4 a {
		padding-left: 75px;
		background: #fff url(../images/arrow-3.gif) 65px 16px no-repeat;
	}

/* left advice */

.box.advice li {
	padding-left: 21px;
	line-height: 1.8em;
	background: url(../images/arrow-4.png) 0 4px no-repeat;
}

.box.advice li.no-icon {
	padding: 2px 0 0 0;
	background: none;
}

/* left newsletter */

.box.newsletter {
	height: 120px;
}

.newsletter-form {
	border: 1px solid #43cbeb;
	height: 24px;
	margin-top: 12px;
	background-color: #fff;
}

.nl-email {
	width: 240px;
	height: 24px;
	border: none;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #4cc3e0;	
}

.nl-submit {
	float: right;
	border-left: 1px solid #43cbeb;
}

.box.newsletter a {
	margin-top: 5px;
	display: block;
	color: #8c8c8c;
	position: absolute;
	top: 75px;
}

.newsletter-chack {
	position: relative;
	top: 10px;
	margin-left: 0;
}

.newsletter label {
	position: relative;
	top: 8px;
}


/* left contact */

.box.contact-us {
}

.box.contact-us textarea {
	width: 168px;
	height: 45px;
	font-size: 13px;
}

.cu-email {
	margin-top: 4px;
	width: 140px;
	font-size: 13px;
}

.cu-submit {
	position: relative;
	top: 1px;
	left: 7px;
}

/* box survey */

.survey p.survey-top {
	margin: 8px 0 4px 0;
	padding-bottom: 9px;
	border-bottom: 1px solid #dfdfdf;
}

.survey p.survey-bottom {
	margin: 7px 0 0 0;
	padding-top: 9px;
	border-top: 1px solid #dfdfdf;
}

.survey ul {
	margin: 0 0 -5px 0;
	padding: 3px 0 1px 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.survey li {
	margin-bottom: 7px;
}

.survey li a {
	display: block;
	margin-bottom: 2px;
}

.survey img {
	position: relative;
	top: 2px;
	margin: 2px 3px 0 0;
}

/* left payment */

.box.payment {
	background-color: #ffffff;
	padding: 1px 0 5px 6px;
}

.box.payment img {
	float: left;
	display: block;
	position: relative;
	margin: 4px 4px 0 0;
}

/* bottom news */


#headlines {
	width: 955px;
	padding: 24px 0 10px 24px;
	margin: 0 auto;	
	margin-bottom: 20px; 
	text-align: left;
	overflow: hidden;
	background: url(../images/headlines-back.png) no-repeat center top;
}

#headlines div {
	width: 310px;
	float: left;
	overflow: hidden;
	margin: 0 8px 0 0;
	padding-bottom: 5px;
}

#headlines.num-1 div {
	width: 990px;
}

#headlines.num-1 div p {
	width: 898px;
}

#headlines.num-2 div {
	width: 477px;
}

#headlines.num-2 div p {
	width: 385px;
}

#headlines h3 {
	font-size: 14px;
	margin-left: 1px;
	color: #00abd3;
}

#headlines h3 a {
	color: #00abd3;
}

#headlines img {
	float: left;
	margin: 14px 0 0 0;
	border: 1px solid #fff;
	padding: 0;
}

#headlines p {
	width: 180px;
	margin-right: 13px;
	float: right;
	margin-top: 12px;
	line-height: 1.5em;
}


/* bottom menu -------------------------------------------------------------- */

#bottom-menu-container {
	text-align: center;
	background: #fff;
	color: #9c9c9c;
}

#bottom-menu {   
	margin: 0 auto; 
	text-align: center;
	padding: 0 14px;
	line-height: 55px;
	font-size: 14px;
	background: url(../images/bottom-menu-back.png) repeat-x top;
	height: 64px;
}

#bottom-menu a {
	padding: 0 15px; 
	border-right: 1px solid #d0d0d0;
	text-align: left;
	line-height: 185%;
}

#bottom-menu a {
	color: #888888;
	text-decoration: none;
}

#bottom-menu a:hover {
	text-decoration: underline;
}

#bottom-menu a.last {
 	border-right: none;
}


/* bottom links ------------------------------------------------------------- */

#bottom-links {
	padding-bottom: 10px;
}

/* bottom author ------------------------------------------------------------ */

#bottom-author {
	padding: 25px 0 35px 0;
	line-height: 1.7em;
	color: #bdbdbd;
	background-color: #fff;
	
}

#bottom-author a {
	color: #bdbdbd;  
}


/* other subcategories ------------------------------------------------------ */

#other-subcats {
	margin: 18px 0 26px 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #dfdfdf;
}

#other-subcats ul {
	margin-top: 15px;
}

#other-subcats li {
	background: url(../images/arrow-7.gif) 12px 9px no-repeat;
	padding-left: 23px;
	margin: 12px 0;
	font-size: 14px;
}

#marketing {
	margin: 20px 0;
	border-top: 1px solid #dfdfdf;
} 

/* contact form ------------------------------------------------------------- */

#contact-form {
	margin: 18px 11px 26px 0;
	width: 362px;
	float: left; 
}

#contact-form {
	margin: 18px 0 26px 0;
	width: 262px;
}

.cf-textarea {
	width: 322px;
	#width: 232px;
	height: 50px;	
	margin-top: 14px;	
	float: left;
}

.cf-textarea {
	width: 222px;
}

.cf-input {
	float: left;	
	width: 192px;
	#width: 202px;	
	margin: 10px 0 0 0;	
}

.cf-submit {
	position: relative;
	float: left;
	margin: 12px 0 -4px 8px;
}

/* category survey ------------------------------------------------------------- */

.category.survey {
	margin: 18px 0;
	padding-left: 20px;
	width: 234px;
	float: left;
	border-left: 1px solid #dfdfdf;
}

.category.survey {
	margin-left: 0;
}

.category.survey h3 {
	margin-bottom: 11px;
}

/* discussion --------------------------------------------------------------- */

#discuss {
	background: #f1f1f1;
	border: 1px solid #bfbfbf;
	font-size: 12px;
	line-height: 1.5em;
	overflow: hidden;
	padding: 15px;
	padding-bottom: 0;
	margin: 10px 0;
}

#discuss-head {
	overflow: hidden;
	margin-bottom: 15px;
}

#discuss .textarea-comments {
	width: 491px;
	height: 54px;	
	float: left;
	margin: 0 0 10px 0;
}

#discuss .textarea-comments {
	width: 271px;
}

#discuss .input-comments {
	width: 164px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;      
}

.di-submit {
	position: relative;
	float: left;
	margin: 2px 0 0 8px;
}

.discuss-item {
	border-top: 1px solid #bfbfbf;
	margin-top: 10px;
	font-size: 13px;
	position: relative;
}

.discuss-item .in {
	padding-top: 15px;
}

.discuss-item.level-2 {
	margin: -1px 0 0 8px;
	background-color: #ffffff;
	border: 1px solid #bfbfbf;
}

.discuss-item.level-2 .in {
	margin-left: 42px !important;
}

.discuss-item.level-2 span {
	width: 33px;
	height: 41px;
	position: absolute;
	top: 0;
	left: -1px;
	background: url(../images/arrow-8.png) no-repeat;
}

.discuss-item h4 {
	font-weight: normal;
	color: #575757;
	margin-bottom: 4px;
	font-size: 12px;
}

.discuss-item h4 a {
	font-size: 13px;
	color: #282828;
	font-weight: bold;
}

.discuss-item p {
}


/* best selling ------------------------------------------------------------- */

#best-selling {
	overflow: hidden;
	margin: 17px 0;
}

#best-selling h3 {
	width: 121px;
	cursor: pointer;
	background: url(../images/icon-minus.gif) 100% 4px no-repeat;
}

#best-selling table {
	width: 100%;
	margin-top: 9px;
	border-top: 1px solid #dfdfdf;
}

#best-selling td {
	border-bottom: 1px solid #dfdfdf;
	padding: 6px 0;
}

#best-selling td a {
	color: #282828;
}

#best-selling td span {
	color: #575757;
}

#best-selling td del {
	float: right;
	color: #575757;
}

#best-selling td strong {
	float: right;
	font-size: 13px;
	color: #42880a;
}


/* DETAIL ------------------------------------------------------------------- */

#detail {
	overflow: hidden;
}

#detail strong.header {
	height: 30px;
	font-size: 14px;
	color: #8c8c8c;
	display: block;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 10px;	
}

#detail-header {
	position: relative;
}

#detail-links {
	overflow: hidden;
	padding: 0 0 12px 0;
	text-align: left;
	float: left;
	width: 640px;
}

#detail-links img {
	float: left; 
	margin-right: 6px;
}

#detail-links a {
	color: #42880a;
	background: url(../images/arrow-9.gif) 0 2px no-repeat;
	padding-left: 21px;
	margin-right: 15px;
}

.rating {
	width: 100px;
	position: relative;
	height: 18px;
	float: right;
	margin-top: 0;
	background: url(../images/icon-star-2.png) top left repeat-x;
}

.rating li {
	float: left;
	list-style: none;
}
.rating li a{
	display:block;
	width:20px;
	height: 18px;
	line-height:18px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.rating li a:hover{
	background: url(../images/icon-star-1.png) left center;
	z-index: 2;
	left: 0px;
	border:none;
}
.rating a.one-star{
	left: 0px;
}
.rating a.one-star:hover{
	width:20px;
}
.rating a.two-stars{
	left:20px;
}
.rating a.two-stars:hover{
	width: 40px;
}
.rating a.three-stars{
	left: 40px;
}
.rating a.three-stars:hover{
	width: 60px;
}
.rating a.four-stars{
	left: 60px;
}	
.rating a.four-stars:hover{
	width: 80px;
}
.rating a.five-stars{
	left: 80px;
}
.rating a.five-stars:hover{
	width: 100px;
}
.rating li.current-rating{
	background: url(../images/icon-star-1.png) left bottom;
	position: absolute;
	height: 18px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.detail-separator {
	clear: both;
	height: 1px;
	border-bottom: 1px solid #dfdfdf;
}

#detail h2 {
	width: 600px;
	margin-top: 15px;
	float: left;
}

#detail .icons {
	height: 22px;
	text-align: right;
	float: right;
	margin-top: 15px;
	width: 84px;
	position: static;
}

#detail .icons a {
	margin-left: 2px
}


/* DETAIL LEFT ------------------------------------------------------------ */


#detail-left {
	width: 525px;
	float: left;
	margin-bottom: 15px;
}

#detail-image {
	float: left;
	width: 270px;
}

#detail-image img {
	margin: 5px 0 10px 13px;
}

/* detail prices */

#detail-prices {
	width: 250px;
	float: right;
	margin-top: 10px;
	padding: 10px 0;
	background: url(../images/separator-6.png) 118px 0 repeat-y;
}

#detail-prices dl {
	line-height: 2.1em;
}

#detail-prices dt {
	width: 108px;
	float: left;
	display: block;
	text-align: right;
	color: #8c8c8c;
}

#detail-prices dd {
	float: left;
	display: block;
	padding-left: 20px;
	color: #8c8c8c;
}

#detail-prices strong {
	font-weight: bold;
	color: #42880a; 
	font-size: 16px;
}

#detail-prices .line-through {
	text-decoration: line-through;
}

#detail-prices small {
	color: #282828;
}

#detail-prices span {
	color: #005ab6;
	font-weight: bold;
}

/* other photos ------------------------------------------------------------ */

#other-photos {
	float: left;
	border-top: 1px solid #dfdfdf;
	padding: 15px;
	padding-bottom: 0;
}




/* DETAIL RIGHT ------------------------------------------------------------ */

#detail-right {
	width: 222px;
	float: right;
}    

/* detail buy --------------------------------------------------------------- */

#detail-buy {
	border: 1px solid #bfbfbf;
	background: #f1f1f1;
	margin-top: 9px;
}

#detail-buy dl {
	line-height: 2.2em;
	margin: 13px 0;
	overflow: hidden;
	color: #575757;
}

#detail-buy dt {
	width: 69px;
	float: left;
	display: block;
	text-align: right;
	clear: left;
	font-size: 12px;
}

#detail-buy dd {
	width: 130px;
	float: left;
	display: block;
	padding-left: 6px;
}

#detail-buy span {
	position: relative;
	top: -1px;
}

#detail-buy select {
	width: 124px;
}

#detail-buy .basket {
	padding-top: 10px;
	padding-bottom: 15px;
}

#detail-buy #i1 {
	width: 35px;
}

#detail-buy dt input {
	width: 25px;
	text-align: right;
}

#detail-buy dd small {
	font-size: 10px;
	line-height: 1.2em;
	display: block;
	margin: 5px 0 8px 0;
	color: #8c8c8c;
}

/* detail icons ------------------------------------------------------------- */

#detail-icons {
	margin: 16px 0 40px 0;
	text-align: right;
}

#detail-icons a {
	margin-left: 18px;
	width: 17px;
	height: 16px;
	display: block;
	float: left;
	background: url(../images/detail-icons.png) no-repeat;
}

#detail-icons .print {
	background-position: 0 top;
}

#detail-icons .print:hover {
	background-position: 0 bottom;
}

#detail-icons .contact {
	background-position: -35px top;
}

#detail-icons .contact:hover {
	background-position: -35px bottom;
}

#detail-icons .favourite {
	background-position: -69px top;
}

#detail-icons .favourite:hover {
	background-position: -69px bottom;
}

#detail-icons .compare {
	background-position: -105px top;
}

#detail-icons .compare:hover {
	background-position: -105px bottom;
}

#detail-icons .twitter {
	background-position: -140px top;
}

#detail-icons .twitter:hover {
	background-position: -140px bottom;
}

#detail-icons .facebook {
	background-position: -175px top;
}

#detail-icons .facebook:hover {
	background-position: -175px bottom;
}



/* DETAIL BOTTOM ------------------------------------------------------------ */

#detail-bottom {
	overflow: hidden;
	position: relative;
	float: left;
	width: 510px;
}

/* detail tabs -------------------------------------------------------------- */

#detail #filter {
	margin-top: 0;
} 

#detail #filter p {
	color: #282828;
	line-height: 1.5em;
}

/* detail alternative ------------------------------------------------------- */

#detail-alt strong.no-border {
	border: none;
	height: 20px;
}

#detail-alt {
	width: 526px;
	float: left;
	overflow: hidden;
	margin: 20px 0 30px 0;
}

#detail-alt h3 {
	font-size: 13px;
	color: #005ab6;
}

#detail-alt-body {
	overflow: hidden;
	margin-top: 13px;
	border-left: 1px solid #dfdfdf;
}

#detail-alt-body div {
	width: 168px;
	float: left;
	border-right: 1px solid #dfdfdf;
	text-align: center;
}

#detail-alt-body h4 {
	margin: 3px 10px 7px 10px;
}

#detail-alt-body h4 a {
	font-weight: normal;
	color: #282828;
}

#detail-alt-body del {
	display: block;
	line-height: 1.5em;
	color: #8c8c8c;	 
}

#detail-alt-body strong {
	font-size: 14px
}

/* detail gift -------------------------------------------------------------- */

#detail-gift {
	margin-bottom: 30px;
}

#detail-gift h3 {
	font-size: 13px;
	color: #005ab6;
	margin: 3px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #dfdfdf;
}

#detail-gift label {
	line-height: 1.9em;
	text-decoration: underline;
	color: #282828;
}

#detail-gift label:hover {
	text-decoration: none;
}

/* detail related ----------------------------------------------------------- */

#detail-related {
	margin-bottom: 30px;
}

#detail-related h3 {
	font-size: 13px;
	color: #005ab6;
	margin: 3px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #dfdfdf;
}

#detail-related .odd {
	padding-bottom: 7px;
}

#detail-related .image {
	float: left;
	width: 85px;
	height: 85px;
	margin-top: 3px;
	text-align: center;
	overflow: hidden;
}

#detail-related div .desc {
	float: right;
	width: 128px;
	border: none;
	padding: 6px 0 0 0;
}

#detail-related h4 a {
	font-weight: normal;
	color: #282828;
}

#detail-related del {
	display: block;
	line-height: 1.5em;
	color: #8c8c8c;	 
}

#detail-related strong {
	font-size: 14px
}

/* KOSIK -------------------------------------------------------------------- */

#order #link-back {
	background: none;
	height: 20px;
	line-height: 20px;
	text-indent: 0;
	top: 0;
	text-align: right;
	width: auto;
}

#progress {
	overflow: hidden;
	height: 44px;
	margin: 6px 0 17px 0;
}

#progress li {
	width: 193px;
	height: 44px;
	background: url(../images/bg-step-1.png) no-repeat;
	float: left;
	color: #8f8f8f;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
}

#progress li.act {
	color: #fff;
	background-position: left bottom;
}

#progress li.step-2 {
	background-image: url(../images/bg-step-2.png);
}

#progress li.step-3 {
	width: 203px;
	background-image: url(../images/bg-step-3.png);
}

#progress li.step-4 {
	width: 159px;
	background-image: url(../images/bg-step-4.png);
}

.message-1 {
	font-weight: bold;
	color: #504f4f;
	font-size: 13px;
	margin: 21px 0 19px 0;
}

.message-1 strong {
	color: #42880a;
}

.order-table-div {
	border: 1px solid #bfbfbf;
	margin: 10px 0 6px 0;
}

.order-table {
	width: 100%;
	border-collapse: collapse; 
	border: 1px solid #fff;
}

.order-table th {
	background: #e2e2e2 url(../images/bg-order-table-th.png) repeat-x;
	color: #838383;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 10px 9px;
	border: 1px solid #fff;
}

.order-table .th-right, .order-table .td-right {
	text-align: right;
}

.order-table td {
	background: #f1f1f1;
	font-size: 12px;
	padding: 12px 10px;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}

.order-table .td-right strong {
	font-size: 13px;
}

.order-table td strong.not {
	color: #ff2400;
}

.order-table img {
	margin: 3px 0 0 1px;
}

.order-table img.order-image {
	border: 1px solid #c7c7c7;
	margin: 3px 0 0 0px;
}

.order-table small {
	width: 78px;
	display: block;
	text-align: center;
	color: #504f4f;
	font-size: 11px;
}

.order-table h2 {
	margin: 2px 0 6px 0;
}

.order-table dl {
	line-height: 1.5em;
}

.order-table dt {
	font-weight: bold;
}

.order-table em, .order-table dd a {
	font-style: normal;
	color: #504f4f;
}

.order-table td div {
	overflow: hidden;
	position: relative;
	top: -3px;
}

.order-table input {
	width: 18px;
	text-align: right;
	color: #575757;
	font-size: 12px;
	border: 1px solid #828282;
	padding: 3px 4px;
	float: left;
}

.order-table td div span {
	float: left;
	display: block;
	padding: 4px 3px 0 5px;
}

.order-table td div img {
	float: left;
	position: relative;
	top: -2px;
}


#discount-total {
	overflow: hidden;
	margin-bottom: 12px; 
}

#discount {
	float: left;
	width: 400px;
	overflow: hidden;
	margin-top: 12px;
}

#discount label {
	color: #504f4f;
	font-weight: bold;
	line-height: 1.8em;
}

#discount input {
	margin-right: 6px; 
	float: left;
	margin-top: 2px;
}

#discount a {
	position: relative;
	top: 6px;
	left: 2px;
	color: #575757;
}

#total {
	width: 230px;
	overflow: hidden;
	float: right;
}

#total dt {
	width: 132px;
	float: left;
	line-height: 2em;
	text-align: right;
	color: #504f4f;
}

#total dd {
	width: 90px;
	float: right;
	line-height: 2em;
	text-align: right;
	margin-right: 1px;
}

#total em {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

#total strong {
	font-size: 16px;
	color: #488a24; 
}


#order-buttons {
	overflow: hidden;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin: 21px 0;
	padding: 17px 0;
}

#order-buttons input {
	float: left;
	margin-right: 12px;
}

#order-buttons input.button-5 {
	float: right;
	margin: 0;
}

#order h3 {
	font-size: 13px;
	color: #005ab6;
}

#order #product-list {
	margin-top: 19px;
}

#order #bottom-icons a {
	margin-left: 190px;
}


/* pokladna ----------------------------------------------------------------- */

.order-table-div.cash th {
	color: #005ab6;
	font-size: 13px;
}

.order-table-div.cash td {
	padding-bottom: 15px;
}

.order-table-div.cash td em {
	font-weight: bold;
	color: #282828;
}

.order-table-div.cash td.td-right {
	padding-right: 20px;
}

.order-table-div.cash td.td-right strong {
	color: #488a24;
	font-size: 12px;
}

.order-table-div.cash td div {
	position: relative;
	top: 0;
	font-weight: bold;
	height: 26px;
	text-indent: 49px;
	width: 140px;
	cursor: pointer;
	background: url(../images/icon-ok.png) 5px 5px no-repeat;
}

.order-table-div.cash td div.ko {
	background-image: url(../images/icon-ko.png);
}

.order-table-div.cash td.reg-buttons {
	padding: 16px 0 16px 55px;
}

.order-table-div.cash td.reg-buttons div {
	width: 200px; 
	font-size: 13px;
	line-height: 30px;
	float: left;
	margin-right: 25px;
}

.order-table-div.cash td h3 {
	margin: 9px 0 10px 0;
	float: left;
	clear: left;
	display: block;
	width: 100%;
}

.order-table-div.cash td select {
	width: 271px;
	border: 1px solid #bfbfbf;
	padding: 5px 5px 5px 0px;
	font-size: 12px;
	margin-bottom: 11px;
}

.order-table-div.cash td span {
	line-height: 16px;
}

.order-table-div.cash td p {
	color: #575757;
	margin-bottom: 12px;
}

.order-table-div.cash td input.check-1 {
	float: left !important;
	border: none !important;
	margin: 0 5px 0 0 !important;
	width: 18px !important;
	height: 18px !important;
}

.order-table-div.cash td label {
	float: left;
}

.order-table-div.cash td textarea {
	float: left;
	clear: left;
	margin: 10px 0 0 0;
	color: #282828;
	width: 261px;
	height: 95px;
	font-size: 12px;
	overflow: auto;
	border: 1px solid #bfbfbf;
	padding: 6px 4px 5px 4px;
}

#order-buttons.v2 {
	border: none;
	padding: 0 0 18px 0;
}

/* souhrn ------------------------------------------------------------------- */

#order-summary {
	overflow: hidden;
	margin: 22px 0 18px 0;
}

#order-summary div {
	width: 347px;
	overflow: hidden;
	float: left;
}

#order-summary h2 {
	font-size: 13px;
	color: #005ab6;
}

#order-summary ul {
	width: 168px;
	float: left;
	margin-top: 12px;
}

#order-summary li {
	margin-bottom: 8px;
	font-size: 13px;
}

#order-summary #os-2 {
	border-left: 1px solid #dfdfdf;
	padding-left: 27px;
}

.order-table-div.summary td {
	vertical-align: middle;
}

.order-table-div.summary td img {
	margin: 0 auto;
}

.order-table-div.summary td li {
	line-height: 1.6em;
}

.order-table-div.summary td.summary-image {
	text-align: center;
}

.order-table-div.summary td small {
	text-align: left;
	width: 280px;
}

#discount-total p {
	float: right;
	clear: right;
	margin-top: 22px;
	font-size: 13px;
	width: 600px;
	text-align: right;
	color: #575757;
}

#discount-total p a {
	color: #575757;
}

#order-buttons.v3 {
	margin: 15px 0 0 0;
	padding-bottom: 2px;
	border-bottom: none;
}
 
#popup_container {
	font-size: 12px;
	min-width: 290px;
	max-width: 290px;
	border: solid 1px #5b5b5b;
	background: #555555;
	display: none;
}

#popup_title {
	display: block !important;
	font-size: 13px;
	font-weight: bold;
	text-indent: 12px;
	text-align: left;
	line-height: 34px;
	color: #fff;
	background: #818181 url(../images/bg-alert-header.png) repeat-x;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_cancel {
	position: absolute;
	top: 11px;
	right: 11px;
	width: 12px;
	height: 12px;
	background: url(../images/icon-cancel.gif) no-repeat;
	cursor: pointer;
}

#popup_content {
	padding: 11px 13px 0 13px;
}

#popup_message {
	text-align: left;
	line-height: 1.5em;
	color: #fff;
	padding-bottom: 12px;
}

#popup_panel {
	text-align: center;
	margin: 13px 0em 13px 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

.sitemap {
	line-height: 175%;
}

.sitemap-level-1 {
	font-weight: bold;
}

.sitemap ul {
	list-style-type: square;
	margin-left: 0px;
}

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

/* newsletter delete -------------------------------------------------------- */

.form-table-noborder td {
	padding: 5px 5px 5px 0;
	vertical-align: middle;  
}


/* customer login ----------------------------------------------------------- */

#customer-login-form {
	background: url(../images/keys.png) no-repeat 410px top;
}

/* tooltip ------------------------------------------------------------------ */

.tooltip {
 	display: none;
}

#tooltip {
	width: 160px;
	position: absolute;
	background: #333;
	color: #fff;
	display: none;
	padding: 15px;
	text-align: left;
}

#tooltip li {
	font-weight: bold;
	color: #a4e77a;
	margin-bottom: 4px;
}

#tooltip p {
	line-height: 1.5em;
	margin-bottom: 6px;
}

.rozcestnik {
	height: 308px;
	position: relative;
	left: -30px;
	width: 955px;
	margin-top: 70px;
} 
	.rozcestnik a {
		display: block;
		width: 160px;
		float: left;
		margin: 7px 0 0 30px;
		height: 145px;
		color: #737373;
		font-size: 13px;
		line-height: 150%;
		padding-left: 127px;
		text-decoration: none;	
	}
	.rozcestnik a:hover {
		color: #000;		
	}
	.rozcestnik a p {
		text-align: left;
	}
	.rozcestnik h2 {
		font-size: 15px;
		color: #0039a6;
		margin: 3px 0;
	}
		.rozcestnik .i1 {
			background: url(/images/rozcestnik1.jpg) no-repeat left top;
		}
		.rozcestnik .i2 {
			background: url(/images/rozcestnik2.jpg) no-repeat left top;
		}
		.rozcestnik .i3 {
			background: url(/images/rozcestnik3.jpg) no-repeat left top;
		}
		.rozcestnik .i4 {
			background: url(/images/rozcestnik4.jpg) no-repeat left top;
		}
		.rozcestnik .i5 {
			background: url(/images/rozcestnik5.jpg) no-repeat left top;
		}
		.rozcestnik .i6 {
			background: url(/images/rozcestnik6.jpg) no-repeat left top;
		}
.hp-slider {
	float: left;
	border: 1px solid #a8a8a8;
	padding: 1px;
	margin: 5px 25px 25px 0;
}
.hp-slider p {
	margin-bottom: 0;
}

.ban-100let {
	background: url(/images/100let-ban.png) no-repeat center;
	width: 198px;
	height: 167px;
	position: absolute;
	bottom: -140px;
	left: 365px;
	display: none;
}
.lang-en .ban-100let {
	background-image: url(/images/100let-ban-en.png);
} 
.lang-ru .ban-100let {
	background-image: url(/images/100let-ban-ru.png);
}

