* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
	color:#090040;
	height: 100%;
	padding:10px;
	background:#FFF;
}
a {
	color:#06c;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:31px;
	line-height:33px;
	color:#990033;
	font-style:italic;
	letter-spacing:150%;
	font-weight:400;
}
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	line-height:32px;
	color:#099;
	font-style:italic;
	font-weight:400;
	margin-bottom:5px;
}
h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	line-height:26px;
	color:#005151;
	font-weight:400;
	margin-bottom:5px;
}
h4 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	line-height:20px;
	font-weight:400;
}
p {
	font-weight:400;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Classes
-----------------------------------------------------------------------------*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.st-block {
	position:relative;
	padding:5px 10px 10px 10px;
	margin:10px 10px 0 0;
	border:#6290db 1px solid;
}
.st-block2 {
	position:relative;
	padding:5px 10px 10px 10px;
	margin:10px 0 0 0;
	border:#6290db 1px solid;
}
.st-block a, .st-block2 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#036;
	font-size:18px;
	line-height:18px;
}
.st-block-1 {
	position:absolute;
	top:-1px;
	left:-1px;
	width:10px;
	height:10px;
	background:url(images/design/st-block.jpg) top left;
}
.st-block-2 {
	position:absolute;
	top:-1px;
	right:-1px;
	width:10px;
	height:10px;
	background:url(images/design/st-block.jpg) top right;
}
.st-block-3 {
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:10px;
	height:10px;
	background:url(images/design/st-block.jpg) bottom left;
}
.st-block-4 {
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:10px;
	height:10px;
	background:url(images/design/st-block.jpg) bottom right;
}
.price {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	line-height:28px;
	color:#099;
	font-weight:600px;
	margin:0;
	padding:0;
}
.oldprice {
	font-size:18px;
	line-height:20px;
	color:#099;
	text-decoration:line-through;
	margin:0;
	padding:0;
}
p.shopdate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:20px;
	color:#999;
	font-weight:400;
	margin:0 0 5px 0;
}
a.altlink {
	font-size:17px;
	color:#099;
	font-style:italic;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
}
#bluestripe {
	position:relative;
	height:72px;
	background:#29b7ef url(images/design/bluestripe.jpg);
}
#bluestripe a {
	position:absolute;
	top:10px;
	left:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:48px;
	color:#FFF;
	text-decoration:none;
}
#bluestripe a span {
	display:block;
	font-size:18px;
	margin:-5px 0 0 55px;
}
#bsl {
	position:absolute;
	width:12px;
	height:72px;
	top:0;
	left:0;
	background:url(images/design/bsl.jpg);
}
#bsr {
	position:absolute;
	width:12px;
	height:72px;
	top:0;
	right:0;
	background:url(images/design/bsr.jpg);
}

/* Navigation
-----------------------------------------------------------------------------*/
#navigation {
	margin-left:10px;
	padding-left:10px;
	background:url(images/design/nav-l.jpg) no-repeat left bottom;
}
#navigation:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#navigation ul {
	list-style:none;
}
#navigation li {
	float:left;
}
#navigation a {
	display:block;
	font-size:16px;
	line-height:16px;
	background:#dae7f8;
	text-decoration:none;
	padding:6px 7px;
}
#navigation a:hover {
	color:#990033;
}

/* Speedbar
-----------------------------------------------------------------------------*/
#sb {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#099;
	letter-spacing:1px;
	margin:5px 0;
}
#sb a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#099;
	text-decoration:underline;
}
#sb a:hover {
	text-decoration:none;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 90px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 240px 0 270px;
}
#content h3 {
	margin:10px 0 5px 0;
}
#content p {
	font-size:16px;
	line-height:18px;
	padding:5px 10px 0 10px;
}
#content ul {
	list-style:disc;
	font-size:16px;
	line-height:18px;
	padding-left:35px;
	margin:5px 0 0 0;
}
#content ol {
	font-size:16px;
	line-height:18px;
	padding-left:35px;
	margin:5px 0 0 0;
}
#content li {
	margin:0 0 5px 0;
}
#tovimg {
	margin:15px 0 10px 10px;
}
#tovimg table {
	margin:0;
	padding:0;
	border:0;
}
#tovimg a img {
	float:left;
	padding:10px;
	margin:0 10px 10px 0;
	border:1px solid #8db3f1;
}
#tovimg a:hover img {
	border:1px solid #990033;
}
#brandstripe {
	margin:15px 0 10px 10px;
}
#brandstripe img {
	margin:0 10px -5px 0;
}
#brandstripe a {
	font-size:24px;
	font-weight:400;
	font-style:italic;
	text-decoration:none;
	margin-right:10px;
}
#brandstripe a:hover {
	border-bottom:1px dotted;
}

#sortdiv {
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 10px 10px;
	font-size:16px;
	color:#005151;
}
#sortdiv a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0 5px 0 0;
	color:#005151;
}

#katalogi ul {
	list-style:none;
}

#goods ul {
	margin:10px; padding:0;
	list-style:none;
}
#goods li {
	clear:both;
	margin:10px 0 15px 0;
	padding:10px;
	border:1px dashed #8db3f1;
}
#goods ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#goods li:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#goods p {
	margin:0; padding:0;
}
#goods a {
	display:block;
	text-decoration:none;
	color:#990033;
}
#goods img {
	float:left;
	padding:0 10px 10px 0;
}
#katalogi ul {
	margin:20px 10px 10px 10px;
	padding:0;
}
#katalogi li {
	float:left;
	margin:0 15px 15px 0;
}
#katalogi a {
	display:block;
	text-decoration:none;
	padding:10px;
	border:1px dashed #8db3f1;
}
#katalogi a:hover {
	color:#903;
	border:1px dashed #903;
}
#katalogi img {
	padding:0 0 10px;
}
#katalogi ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#katalogi li:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 270px;
	margin-left: -100%;
	position: relative;
}
#katalog {
	margin:10px 10px 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:32px;
	font-weight:400;
}
#katalog ul {
	list-style:none;
}
#katalog li {
	list-style:none;
}
#katalog a {
	display:block;
	height:32px;
	color:#FFF;
	background:#29b7ef url(images/design/katalog.jpg) top center;
	text-decoration:none;
	margin:0 0 5px 0;
	padding:0 0 0 10px;
}
#katalog a:hover {
	background:#009 url(images/design/katalog.jpg) bottom center;
}
#novinki ul {
	list-style:none;
}
#novinki li {
	list-style:none;
	clear:both;
}
#novinki li:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#novinki a {
	font-size:14px;
	letter-spacing:normal;
	display:block;
	padding:10px 0 0 0;
}
#novinki img {
	float:left;
	padding:0 10px 10px 0;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 240px;
	margin-left: -240px;
	position: relative;
}

#iphone {
	width:202px;
	height:340px;
	background:#060807 url(images/design/iphone.jpg);
	padding:100px 0 0 38px;
	margin:10px 0 10px 0;
}
#iphone h3 {
	font-size:36px;
	line-height:42px;
	color:#FFF;
}
#iphone p {
	font-size:24px;
	line-height:28px;
	color:#FFF;
}
#iphone em {
	font-size:13px;
	line-height:24px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -80px auto 0;
	min-width: 1000px;
	height: 70px;
}
#footer h1 {
	font-size:24px;
	line-height:28px;
	letter-spacing:150%;
	color:#090040;
	padding:2px 0 0 10px;
}
#footer p {
	padding:0 0 0 10px;
}
#greystripe {
	position:relative;
	height:70px;
	background:#dae7f8 url(images/design/greystripe.jpg);
}
#gsl {
	position:absolute;
	width:10px;
	height:70px;
	top:0;
	left:0;
	background:url(images/design/gsl.jpg);
}
#gsr {
	position:absolute;
	width:10px;
	height:70px;
	top:0;
	right:0;
	background:url(images/design/gsr.jpg);
}
#mainpage ul {
	margin:20px 10px 10px 10px;
	padding:0;
	list-style:none;
}
#mainpage li {
	float:left;
	margin:0 15px 15px 0;
}
#mainpage a {
	display:block;
	font-size:16px;
	text-decoration:none;
	padding:10px;
	border:1px dashed #8db3f1;
}
#mainpage a:hover {
	color:#903;
	border:1px dashed #903;
}
#mainpage img {
	padding:0 0 10px;
	float:none;
}
#mainpage ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#mainpage li:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#spec table {
	width:90%;
	border-collapse:collapse;
	border:1px dotted #06c;
	margin:0 0 10px 10px;
}
#spec tr.altspec {
	background:#efefef;
}
#spec td {
	padding:4px 9px;
}


/* FINAL */

#goods p.price, #content p.price {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	line-height:32px;
	color:#099;
	font-style:italic;
	font-weight:400;
	margin:5px 0;
}
#goods p.price span, #content p.price span {
	display:block;
	font-size:18px;
	line-height:18px;
	margin:0;
}
#content p.prodtitle {
	font-family:Georgia;
	color:#990033;
	font-size:20px;
	padding:10px 0;
}
#content p.kx3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	line-height:26px;
	color:#005151;
	font-weight:400;
	padding:5px 0 10px 10px;
}

#anothercat div {
	font-size:14px;
	color:#888;
	letter-spacing:2px;
	margin:15px 0 4px 0;
	padding:0 10px;
}
#anothercat a {
	display:inline-block;
	margin:0 10px 10px 0;
	padding:0 9px;
	font-size:18px;
	line-height:36px;
	text-decoration:none;
	border:1px dashed #8db3f1;
}
#anothercat a:hover {
	border:1px dashed #990033;
	color:#990033;
}

#howshow {
	margin:10px 0 0 10px;
}
#howshow span {
	display:inline-block;
	width:35px;
	height:35px;
	cursor: pointer; cursor: hand;
	margin:0 10px 0 0;
}
span#detalno {
	background:url(images/design/detalno.jpg);
}
span.curr#detalno {
	background:url(images/design/detalno-cur.jpg);
}
span#detalno:hover {
	background:url(images/design/detalno-hover.jpg);
}
span#detalno:active {
	background:url(images/design/detalno-cur.jpg);
}
span#tablitsey {
	background:url(images/design/tablitsey.jpg);
}
span.curr#tablitsey {
	background:url(images/design/tablitsey-cur.jpg);
}
span#tablitsey:hover {
	background:url(images/design/tablitsey-hover.jpg);
}
span#tablitsey:active {
	background:url(images/design/tablitsey-cur.jpg);
}
span#dettablinfo {
	width:auto;
	height:35px;
	font-size:16px;
	line-height:35px;
	vertical-align:top;
	padding:0 10px;
	background:#009999;
	color:#FFF;
	letter-spacing:1px;
}

#catdesc {
	margin:0 0 15px 0;
}

div#goods a:hover h3 {
	color:#990033;
}
div.tabll#goods {
}
div.tabll#goods ul li {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:180px;
	margin:0 20px 15px 0;
}
div.tabll#goods ul li p {
	display:none;
}
div.tabll#goods ul li p.price {
	display:inline-block;
	background:#009999;
	color:#FFF;
	font-size:18px;
	padding:0 10px;
}