body {
	font-family: Arial, Arial, sans-serif;
	font-size: 75%;
	color: #818181;
	text-align: center;
}
h1,h2,h3,h4,p,html,body,ul,li {
	margin: 0; padding: 0;
}

.hide { display: none; }
.hidden { visibility: hidden }
a {
	color: #1081B9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.right { float: right; }
.left { float: left; }
.alert { text-align: left; }
.aright { text-align: right; }
.acenter { text-align: center; }
.vcenter { vertical-align: middle; }

.cleaner {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;	
}
a img { border: 0; }
.lines {
	line-height: 18px;
}
.highlight {
	color: #FF9400;
}
form {
	display: inline;
}
/* --------------------------------- 
	button
*/
span.btn, span.btn a {
	display: block;
	height: 23px;
	background-repeat: no-repeat;
}

/* --------------------------------- 
	layout
*/

h1 {
	color: #6699CC;
	font-size: 180%;
	margin: 0 0 15px;
}
h1.article_header {
	color: #FF9400;
}
#page {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding-top: 155px;
}

#page .logo {
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 170px; height: 110px;
}
#left-cont {
	float: left;
}
#content #left-cont { width: 750px; }
#content #main { width: 560px; }
#content-2col #left-cont { width: 940px; }
#content-2col #main { width: 750px; }

#main {
	margin-left: 20px;
	display: inline;
	float: right;
}
#left, #right {
	width: 170px;
}
#left {
	float: left;
}
#right {
	float: right;
}
#content, #content-2col {
	
	padding-bottom: 20px;
	/*margin-bottom: 50px;*/
}

.promo_img {
	display: block;
	margin-bottom: 10px;
}

#footer {
	border-top: 1px solid #F2F2F2;
	height: 35px;
	line-height: 35px;
	/*background: #F2F2F2;*/
	padding: 0 10px;
	color: #818181;
	font-size: 90%;
	margin-bottom: 20px;
}

/* --------------------------------- 
	box
*/
.box {
	margin-bottom: 10px;
}
.box a {
	padding: 10px 0;
	color: #535353;
	display: block;
	font-size: 100%;
}
.box h2 {
	font-size: 120%;
	font-weight: normal;
	color: white;
	background: #6699CC url('../_clip/bg-box-left.gif') no-repeat;
	height: 35px;
	line-height: 35px;
	text-indent: 10px;
	margin: 0 0 4px 0;
}
.box h2 a {
	display:block;
	padding: 0;
	color: white;
	font-size: 100%;
}
#right .box h2 {
	background-image: url('../_clip/bg-box-right.gif');
}
.box ul {
	list-style: none;
	padding: 0 10px;
	border: 1px solid #F2F2F2;
	border-top: 0;
}
.box li {
	border-bottom: 1px solid #F2F2F2;
}
.box li.last {
	border-bottom: 0;
}


#catalog.box h2 {
	background-image: url('../_clip/bg-box-catalog.gif');
}
#catalog.box li a {
	color: #535353;	
}

#catalog.box ul {
	background: #F9F9F9;
}

/* --------------------------------- 
	product list
*/

.products {
	margin-top: 5px;	
}
.products ul {
	list-style: none;
}
.products .item {
	width: 180px; height: 24.5em;
	float: left;
	margin-right: 10px;
	position: relative;
	margin-bottom: 3em;
}
.products .item.nomargin {
	margin-right: 0;
}
.products .item .image a {
	display: block;
	border: 1px solid #F2F2F2;
	width:178px; height: 118px;
	text-align: center;
	overflow: hidden;
}
.products .item .image a img {
	display: block;
	margin: 0 auto;
}

.products .item .image a:hover {
	border: 1px solid #1081B9
}
.products .item .shorttext {
	margin: 5px 0;
	line-height: 15px;
	color: #818181;
	font-size: 90%;
}
.products .item .order-price {
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0; bottom: 0;
}
.products .item .price {
	color: #FF9400;
	font-size: 120%;
	display: block;
	line-height: 16px;
}
.products .item a.info {
	background: url('../_clip/ico-arrow.gif') no-repeat 0 55%;
	padding-left: 8px;
	text-decoration: underline;
	font-size: 90%;
}
.products .item .price small {
	color: #818181;
	font-size: 60%;
}
.products h3 {
	font-size: 105%;
	background: #F2F2F2;
	padding: 5px 8px 5px;
	height: 2.4em;
	margin: 0;
}

.btn.btn-buy {
	width: 69px;
	background-image: url('../_clip/btn-buy.gif');	
}
.products .item .btn.btn-buy {
	position: absolute;
	right: 0; bottom: 4px;
}

/* --------------------------------- 
	category navigation
*/
.category-navigation {
	clear: both;
	font-size: 90%;
	padding: 5px 0;
	height: 42px;
	position: relative;
}
.category-navigation ul, .category-navigation li{
	padding: 0; margin: 0;
	list-style: none;
}

.category-navigation .category-total {
	position: absolute;
	top: 4px; left: 0;
	line-height: 19px;
	color: #666;
}

.category-paging strong {
	font-weight: normal;
	position: absolute;
	top: 0px; left: 10px;
	color: #EFEFEF;
	
}
.category-paging ul {
	text-align: center;
}
.category-paging ul li {
	color: #BDD6EE;
	display: inline;
	margin: 0 3px;
}
.category-paging ul li a {
	color: #FFF;	
}
.category-paging {
	clear: both;
	position: relative;
	color: #BDD6EE;
	background: #1081B9;
	height: 22px;
	line-height: 22px;
}

.category-sort ul {
	display: inline;	
}
.category-sort {
	position: relative;
	padding-left: 67px;
	float: right;
	height: 20px;
	line-height: 19px;
}
.category-sort strong {
	font-weight: normal;
	position: absolute;
	top: 0px; left: 10px;
	color: #848484;
}

.category-sort li {
	width: 90px; height: 19px;
	float: left;
	border: 1px solid #8BC2DD;
	border-bottom: none;
	text-align: center;
	margin-left: 3px;
}
.category-sort li a {
	text-decoration: underline;
}
.category-sort li.cat-active {
	background: #1081B9;
	border-color: #1081B9;
	color: #FFF;	
}

/* --------------------------------- 
	bestsellings
*/

.box.bestsellings a {
	color: #1081B9;
	display: inline;
	padding: 0;
	font-size: 90%;
}
.bestsellings ul {
	margin-top: 10px;
	list-style: none;
}
.bestsellings .b-item {
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 45px;
	width: 100%;
}
.bestsellings .b-item.noborder {
	border-bottom: none;
}
.bestsellings .b-item .shorttext {
	margin: 5px 0;
	line-height: 15px;
	color: #949494;
	font-size: 90%;
}
.bestsellings .b-item .order-price {
	height: 30px;
	width: 100%;
	position: absolute;
	left: 0; bottom: 15px;
}
.bestsellings .b-item .price {
	color: #FF9400;
	font-size: 115%;
	display: block;
	line-height: 16px;
}
.bestsellings .b-item a.info {
	background: url('../_clip/ico-arrow.gif') no-repeat 0 55%;
	padding: 0;
	padding-left: 8px;
	text-decoration: underline;
}
.bestsellings .b-item .price small {
	color: #818181;
	font-size: 70%;
	display: block;
}
.bestsellings h3 {
	font-size: 110%;
}
.box.bestsellings .btn, .box.bestsellings .btn a {
	display: block;	
}
.btn.btn-buy {
	width: 69px;
	background-image: url('../_clip/btn-buy.gif');	
}
.bestsellings .b-item .btn.btn-buy {
	position: absolute;
	right: 0; bottom: 4px;
}

* html .bestsellings .b-item {
	padding-bottom: 55px;
}

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

.detail {
	border: 1px solid #F2F2F2;
	padding: 15px 20px;
}

.detail .detail-l {
	width: 240px;
	float: left;
}

.detail .detail-r {
	width: 260px;
	float: right;
}
.detail .stock {
	color: #535353;
	line-height: 18px;
	margin: 0;
}
.detail .stock span, .detail .rrp span {
	float: left;
	width: 140px;	
}
.detail .rrp {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #949494;
	font-size: 80%;
	border-top: 1px solid #F2F2F2;
}
.detail .price {
	position: relative;
	margin: 10px 0 15px;
	padding: 10px 0;
	border-bottom: 1px solid #F2F2F2;	
	border-top: 1px solid #F2F2F2;
	color: #FF9400;
	font-size: 130%;
}
.detail .price small {
	font-size: 60%;
	color: #949494;
}
.detail .price .ex_vat {
	font-size: 80%;
	color: #949494;
}
.detail .price .btn-buy {
	position: absolute;
	top: 9px; left: 140px;	
}

.detail .features ul {
	list-style: none;
	line-height: 16px;
	color: #949494;
}
.detail .features li {
	padding: 0 0 0 16px;
	background: url('../_clip/bullet-list.gif') no-repeat 1px 6px;
}
.detail .desciption ul, .detail .inbox ul {
	list-style: none;
	line-height: 16px;
}
.detail .desciption li, .detail .inbox li {
	padding: 0 0 0 16px;
	background: url('../_clip/bullet-grey.gif') no-repeat 1px 6px;
}
.detail .image a {
	text-align: center;
	display: block;
	width: 258px; height: 172px;
	border: 1px solid #F2F2F2;
	overflow: hidden;
}
.detail .image a img {
	display: block;
	margin: 0 auto;
}
.detail .image a:hover {
	border: 1px solid #1081B9
}
.detail .hrefs {
	list-style: none;
	background: #F9F9F9;
	font-size: 90%;
	padding: 10px 0;
	margin-top: 10px;
}
.detail .hrefs li {
	padding-left: 20px;
	background: url('../_clip/ico-arrow.gif') no-repeat 10px 55%;
}

.detail h2 {
	font-size: 120%;
	background: url('../_clip/bullet-heading.gif') no-repeat 1px 5px;
	width: 245px;
	padding-left: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #F2F2F2;
	margin: 15px 0;
}
.detail p {
	margin: 8px 0;	
}

.photos { margin-top: 10px; }
.photos li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
}
.photos li a {
	border: 1px solid #F2F2F2;
	display: block;
	width: 178px; height: 118px;
	text-align: center;
}
.photos li a img {
	display: block;
	margin: 0 auto;
}
.photos li a:hover {
	border: 1px solid #1081B9
}
.photos li.nomargin {
	margin-right: 0;		
}

/* --------------------------------- 
	checkout
*/

.ch-steps ul {
	margin-top: 15px;
	list-style: none;
	height: 35px;
	background: #4FA426;
}
.ch-steps li {
	line-height: 35px;
	color: white;
	float: left;
	padding-left: 45px;
	background-repeat: no-repeat;
}
.ch-steps li.step-on1,.ch-steps li.step-on2,.ch-steps li.step-on3,.ch-steps li.step-on4 { font-weight: bold; }
.ch-steps li.step1 { width: 113px; } 
.ch-steps li.step2 { width: 125px; } 
.ch-steps li.step3 { width: 130px; } 

.ch-steps li.step1 { background-image: url('../_clip/chk_step1_off.gif'); } 
.ch-steps li.step2 { background-image: url('../_clip/chk_step2_off.gif'); } 
.ch-steps li.step3 { background-image: url('../_clip/chk_step3_off.gif'); } 
.ch-steps li.step4 { background-image: url('../_clip/chk_step4_off.gif'); } 

.ch-steps li.step4.step-on4 { background-image: url('../_clip/chk_step4_on.gif'); } 
.ch-steps li.step3.step-on3 { background-image: url('../_clip/chk_step3_on.gif'); } 
.ch-steps li.step2.step-on2 { background-image: url('../_clip/chk_step2_on.gif'); } 
.ch-steps li.step1.step-on1 { background-image: url('../_clip/chk_step1_on.gif'); } 

.basket, .billing, .payment {
	padding: 20px 10px 10px;
	border: 1px solid #F2F2F2;
	border-top: none;
}
.basket.order {
	border: 1px solid #F2F2F2;
}
.basket table a {
	font-size: 110%;	
}
.basket table p {
	margin-top: 5px;
}
.basket table small {
	font-size: 90%;	
}
.basket table {
	width: 100%;
	border-collapse: collapse;
}
.basket tr td {
	border-bottom: 1px solid #F2F2F2;
}
.basket tr.delivery td {
	border-top: 5px solid #F2F2F2;
}
.basket tr.noborder td {
	border-bottom: none;
}
.basket th {
	font-weight: normal;
	background: #F2F2F2;
	height: 35px;
	text-indent: 20px;
	color: #535353;
}
.basket tr.bs-item td {
	padding: 10px 5px;
	vertical-align: top;
	color: #535353;
}
.basket tr.bs-item td.aright {
	padding-right: 8px;	
}
.basket .summary, .basket .recycle {
	border: none;
}
.basket .summary td,  .basket .recycle td {
	background: #FFEFD9;
	height: 35px;
	padding-right: 8px;	
	color: #535353;
}
 .basket .recycle {
 	border-bottom: 1px solid #FFFFFF;
}
 .basket .recycle td {
 	background: #F8F8F8;
}
.basket input.count {
	margin-top: 0;
	width: 30px;
	padding: 1px 5px;
}
.basket input {
	margin-top: 8px;
}
.basket span.cprice {
	display: block;
	height: 22px;
}
.w120 { width: 120px; }
.btn-continue, .btn-next, .btn-basket, .btn-print, .btn-continue-final {
	margin-top: 10px;	
}
.btn-continue {
	width: 140px;
	background-image: url('../_clip/btn-continue.gif');
}
.btn-continue-final {
	width: 140px;
	background-image: url('../_clip/btn-continue2.gif');
}
.btn-next {
	width: 140px;
	background-image: url('../_clip/btn-next.gif');
}
.btn-order {
	width: 145px;
	background-image: url('../_clip/btn-order.gif');
}
.btn-basket {
	width: 140px;
	background-image: url('../_clip/btn-basket.gif');
}

.help_message {
	margin-top: 10px;
	padding: 10px;
	color: #535353;
	background:#F9F9F9;
	border: 1px solid #F2F2F2; 
	float: right;
	width: 330px;
}
.billing.checkout {
	padding-top: 10px;
}
.billing ul {
	color: #535353
}
.billing ul {
	list-style: none;
	margin-bottom: 20px;
}
.billing li {
	position: relative;
	padding: 3px 10px 0;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #F2F2F2;
}
.billing li.marger {
	margin-bottom: 10px;
}
.billing li.noborder {
	border-bottom: none;
}
.billing li.header {
	background: #F2F2F2;
	border-bottom: 1px solid #FFFFFF;
}
.billing li.subheader {
	background: #FFEFD9;
	border-bottom: 1px solid #FFFFFF;
}
.billing li.notice {
	height: 100px;
}
.billing li.notice textarea {
	width: 500px;
	height: 50px;
	font-family: Arial, Arial, sans-serif;
	padding: 5px;
	font-size: 100%;
}
.billing label {
	width: 135px;
	float: left;
}
.billing li.notice label {
	width: 200px;	
}
.billing input.i-text {
	width: 200px;
	padding: 1px 5px;
}
.billing label.radio {
	float: none;	
}
.billing input.i-radio {
	margin-left: 135px;
}
span.req {
	color: #E80000;
}
.billing .btn-login {
	position: absolute;
	top: 3px;
	right: 0;
}

.checkout .payment_info {
	padding: 0 220px 10px 10px;
	margin-top: -10px;
	color: #535353;
}
/* --------------------------------- 
	article
*/

.article p {
	margin: 10px 0;	
}
.article p.shortdesc {
	margin-bottom: 20px;	
	padding: 10px;
	color: #535353;
	background:#F9F9F9;
	border: 1px solid #F2F2F2; 
}	

.article h2 {
	font-size: 120%;
	background: url('../_clip/bullet-heading.gif') no-repeat 1px 5px;
	width: 245px;
	padding-left: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #F2F2F2;
	margin: 15px 0;
}

.articles h2 {
	font-size: 160%;
	font-weight: normal;
}
.articles h2 a {
	text-decoration: underline;
}

/* --------------------------------- 
	minibasket
*/

#minibasket {
	width: 455px; height: 35px;
	position: absolute;
	top: 8px; right: 0px;
	background: url('../_clip/bg-basket.gif') no-repeat;
	
	font-size: 100%;
	color: #000000;
	line-height: 35px;
	font-family: Verdana;
}
#minibasket a.link {
	display: block;
	width: 147px; height: 35px;
	text-decoration: underline;
	text-indent: 55px;
	float: left;
}
#minibasket .btn-tobasket {
	position: absolute;
	top: 0; right: 0;
}
#minibasket .btn-tobasket, #minibasket .btn-tobasket a {	
	width: 72px; height: 35px;
	background: url('../_clip/btn-tobasket.gif') no-repeat;
}
/* --------------------------------- 
	navigace
*/
#navigace {
	position: absolute;
	top: 75px; right: 20px;
	height: 35px;
}
#navigace ul {
	list-style: none;
}
#navigace li {
	width: 132px; height: 35px;
	float: left;
	background: url('../_clip/bg-menu.gif'); /*#535353*/
	margin-right: 5px;
	display: inline;
}
#navigace li.active {
	background: url('../_clip/bg-menu-active.gif'); /*#1081B9*/
}
#navigace li a {
	display: block;
	width: 132px; height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 120%;
	color: white;
}
/* --------------------------------- 
	subnavigace & footer
*/

#subnavigace a {
	color: #4E4E4E;
}
#footer ul a {
	color: #818181;
}
#subnavigace {
	background: #C2D6EB;
	position: absolute;
	top: 110px; left: 0;
	width: 940px;
	color: #4E4E4E;
	height: 35px;
	font-size: 90%;
}
#subnavigace ul, #footer ul {
	list-style: none;
	float: right;
	margin-right: 20px;
	display: inline;
}
#footer ul {
	margin-right: 0;	
}
#subnavigace li, #footer ul li {
	height: 35px;
	line-height: 35px;
	float: left;
}
#subnavigace li span.separator, #footer ul li span.separator {
	margin: 0 20px;
}

#ext-links {
	border: 1px solid #F2F2F2;
	padding: 10px 0 8px;
	text-align: center;	
}

/* --------------------------------- 
	MCE style
*/
body.mceContentBody {
	padding: 10px;
	text-align: left;
}
