/*                Reset style              */
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, strong, 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/*                Start style              */
body {
	background-image: url('../img/bgWhite.png'), url('../img/bg10.jpg');
	background-repeat: repeat-x, repeat;
	background-position: left top, left top;
	color: #606060;
}
@font-face {
    font-family: 'Neon80sRegular';
    src: url('../fonts/neon_80s_normal-webfont.eot');
    src: url('../fonts/neon_80s_normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neon_80s_normal-webfont.woff') format('woff'),
         url('../fonts/neon_80s_normal-webfont.ttf') format('truetype'),
         url('../fonts/neon_80s_normal-webfont.svg#Neon80sRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
h1 {
	font: normal 23px 'Neon80sRegular', Arial, sans-serif;
	color: #444444;
	background: url('../img/h1Bg.jpg') left bottom no-repeat;
	padding: 0 0 11px 5px;
	margin-bottom: 20px;
}
a {
	color: grey;
	text-decoration: none;
}
img {
	max-width: 470px;
}
div#container {
	width: 960px;
	margin: 0 auto;
	background: #ffffff;
}
div#header {
	height: 85px;
}
ul#langMenu {
	margin-top: 20px;
	float: right;
}
ul#langMenu li {
	float: left;
	margin-left: 5px;
}
ul#langMenu li a {
	
}
div#mainMenuContainer {
	position: relative;
	height: 50px;
	background: url('../img/menuBg.png') left top no-repeat;
	
}
div#logo {
	position: absolute;
	left: 0;
	top: -23px;
}
div#logo a {
	padding: 59px 112px;
	background: url('../img/logo.png') left top no-repeat;
}
ul#mainMenu {
	position: absolute;	
	left: 245px;
	top: 12px;
}
ul#mainMenu li {
	float: left;
	height: 27px;
	padding: 3px 14px 0 12px;
	background: url('../img/menuSeparator.png') right top no-repeat;
}
ul#mainMenu li a {
	color: #f3f3f3;
	font: normal 15px 'Arial', sans-serif;
}
ul#mainMenu li#mainMenuFirst {
	padding-left: 0;
}
ul#mainMenu li#mainMenuLast {
	padding-right: 0;
	background: none;
}
ul#mainMenu li a {
	padding: 10px 5px;
}
div#follow {
	position: absolute;
	right: 5px;
	top: 17px;
}
div#follow a#twitter_lv {
	padding: 30px 75px;
	padding-bottom: 15px;
	background: url('../img/twitter.png') left top no-repeat;
}
div#follow a#twitter_en {
	padding: 30px 75px;
	padding-bottom: 15px;
	background: url('../img/twitterEn.png') left top no-repeat;
}
div#follow a#twitter_ru {
	padding: 30px 75px;
	padding-bottom: 15px;
	background: url('../img/twitterRu.png') left top no-repeat;
}
div#follow a img {
	
}
div#contentContainer {
	overflow: hidden;
	padding-top: 35px;
	 -webkit-box-shadow: 0px 0px 15px #dedede; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
     -moz-box-shadow: 0px 0px 15px #dedede; /* FF3.5 - 3.6 */
          box-shadow: 0px 0px 15px #dedede; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
		  -webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

/*           LEFT SIDEBAR           */
div.sideWidget {
	margin-bottom: 30px;
}
div#leftSidebar {
	width: 220px;
	margin-right: 25px;
	float: left;
}
form#frmSearch {
	margin: 0 0 18px 5px;
}
input#SearchText {
	font-size: 11px;
	color: #8e8d8d;
	height: 18px;
	width: 183px;
	padding-left: 30px;
	border: none;
	border: 1px solid #e5e5e5;
	background: #f3f3f3;
	background-image: url('../img/searchBg.png');
	background-position: 8px 4px;
	background-repeat: no-repeat;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-webkit-box-shadow: 0px -1px 0px #dadada; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px -1px 0px #dadada; /* FF3.5 - 3.6 */
	box-shadow: 0px -1px 0px #dadada; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
div#catalogue {
	
}
div#catalogue ul, ul#adminMenu {
	margin-left: 5px;
	background: #eaeaea;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
div#catalogue ul li, ul#adminMenu li {
	margin-bottom: 1px;
	width: 215px;
	height: 30px;
}
div#catalogue ul li a, ul#adminMenu li a {
	display: block;
	color: #686767;
	background: #f4f4f4;
	font: normal 13px 'Arial', sans-serif;
	padding: 7px 0 7px 20px;
	text-shadow: 1px 1px 0px #ffffff;
	 transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; 
	
}
div#catalogue ul li a:hover, div#catalogue ul li a.lvl1_active, ul#adminMenu li a:hover {
	background : #e8e8e8;
}
div#catalogue ul li:first-child, div#catalogue ul li:first-child a {
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
div#catalogue ul li:last-child, div#catalogue ul li:last-child a {
	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
ul#services {
	margin-left: 5px;
}
ul#services li {
	padding-left: 20px;
	margin-bottom: 20px;
	background: url('../img/check.jpg') left center no-repeat;
}
ul#services li a {
color: #5a5a5a;
	font: normal 13px 'Arial', sans-serif;
}
ul#services li a:hover, ul#services li a.lvl1_active {
	text-decoration: underline;
}
form#frmLogin {
	margin-left: 5px;
}
input#AdminEmail, input#AdminPassword {
	font-size: 11px;
	color: #8e8d8d;
	height: 18px;
	width: 183px;
	padding-left: 15px;
	margin-bottom: 6px;
	border: none;
	border: 1px solid #e5e5e5;
	background: #f3f3f3;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	-webkit-box-shadow: 0px -1px 0px #dadada; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 0px -1px 0px #dadada; /* FF3.5 - 3.6 */
	box-shadow: 0px -1px 0px #dadada; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
input#AdminPassword {
	
}
form#frmLogin a {
	padding: 1px 10px;
	margin-top: 5px;
	font: normal 10px 'Arial', sans-serif;
	color: #6e6c6c;
	border: 1px solid #bbbebf;
	text-shadow: 1px 1px 0px #ffffff;
	background: #e3e3e3;
	-webkit-border-radius: 12px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 12px; /* FF1-3.6 */
	border-radius: 12px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
div#logoutButton {
	
}
div#logoutButton a {
	
}

/*           CENTER          */
div#center {
	float: left;
	width: 470px;
	margin-right: 25px;
}
div#center label {
	line-height: 25px;
}
div#center h1 {
	background: url('../img/h1CenterBg.jpg') left bottom no-repeat;
}
div#news {
	
}

div.entry {
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
div.entryLeft {
	width: 116px;
	float: left;
	margin-right: 10px;
}
div.date {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 2px;
}
div.postImage {
	border: 3px solid #afafaf;
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 3px; /* FF1-3.6 */
	border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	 transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; 
}
div.postImage:hover {
	border: 3px solid #939393;
}
img.avatar {
	
}
div.entryRight {
	padding-top: 10px;
	width: 344px;
	float: right;
}
div.entryRight h2 {
	font-size: 16px;
	margin-bottom: 15px;
}
div.entryRight h2 a {
	color: #606060;
}
div.entryRight h2 a:hover {
	text-decoration: underline;
}
div.entryRight p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 12px;
	text-align: justify;
}
div.more {
	float: right;
}
div.more a {
	font-size: 12px;
	font-weight: bold;
	color: #c64949;
	text-decoration: underline;
}
div.more a:hover {
	text-decoration: none;
}
div#newsSingle, div#newsSingle p.singlePost, div#newsSingle span, div#newsInfo, div#newsInfo p.singlePost {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

/*               LIST ALL           */
div#productList {
	
}
div.product {
	text-align: center;
	float: left;
	width: 142px;
	margin: 3px;
	padding: 3px;
	border: 1px solid #dcdcdc;
	-webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android <e;1.6 */
	-moz-border-radius: 3px; /* FF1-3.6 */
	border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	 transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; 
}
div.product:hover {
	border: 1px solid #939292;
}
div.product h3 {
	font: bold 15px 'Arial', sans-serif;
	margin-bottom: 5px;
}
div.productImage {
	width: 85px;
	height: 85px;
}
div.productImage img {
	margin-left: 33%;
}
div.price {
	text-align: center;
	font: bold 15px 'Arial', sans-serif;
	margin-top: 5px;
	
}
div#descr_price {
	font: normal 30px 'Trebuchet MS', Arial, sans-serif;
	color: #D63B3B;
}




/* ADMIN */
div#center ul {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
	border-bottom: 10px solid black;
}
div#center ul li {
	
}
div#center ul li ul  {
	border-bottom: 2px solid #ff8c8c;
	margin: 0 0 3px 20px;
}








div#pagination {
	text-align: center;
	margin-bottom: 20px;
}
div#pagination a {
	font: normal 13px 'Arial', sans-serif;
	color: #c64949;
}
div#pagination a:hover {
	text-decoration: underline;
}
span.numbers {

}
span.numbers a {
	margin-right: 5px;
	font: bold 13px 'Arial', sans-serif !important;
	color: #c64949;
}
span.numbers a.active, span.numbers a:hover {
	text-decoration: underline;
}

/* ITEMS (CATEGORIES, PRODUCTS - THUMBS) */

a.item:link, a.item:visited {
	background:url("../img/itembg.gif") no-repeat;
	font-weight:bold;
	color:#5a5a5a;
	text-align:center;
	display:block;
	height:137px;
	width:150px;
	float:left;
	margin: 0 6px 6px 0;
}

a.item:active, a.item:hover {
	text-decoration:none;
}

a.item img {
	margin:1px 0 0 0;
	height:85px;
	width:85px;
}

/* VALIGN: MIDDLE */
a.item:link span.outer, a.item:visited span.outer {width:100%; margin-top:0; display:block; height: 50px; overflow: hidden; position: relative;}
a.item:link span.outer[class], a.item:visited span.outer[class] {display:block;display: table; position: static;}
a.item:link span.middle, a.item:visited span.middle {display:block;position: absolute; top:50%;} /* for explorer only*/
a.item:link span.middle[class], a.item:visited span.middle[class] {display:block;display:table-cell; vertical-align:middle; position:static;}
a.item:link span.inner, a.item:visited span.inner {display:block;position:relative; top:-50%;} /* for explorer only */
span.inner { font: bold 12px 'Arial', sans-serif; }

/*           RIGHT SIDEBAR         */
div#rightSidebar {
	width: 220px;
	float: right;
}
ul#shopMenu {
	margin-left: 5px;
}
ul#shopMenu li {
	padding: 0 0 8px 0;
	margin-bottom: 8px;
	border-bottom: 1px dashed #e2e2e2;
}
ul#shopMenu li#shopMenuLast {
	border: none;
}
ul#shopMenu li a {
display: block;
padding: 0 0 0 40px;
background: url('../img/shopIcon.jpg') left top no-repeat;
	color: #5a5a5a;
	font: normal 13px 'Arial', sans-serif;
}
ul#shopMenu li a.activeShop, ul#shopMenu li a:hover {
	background: url('../img/shopIcon40.jpg') left top no-repeat;
}
ul#videoMenu {
	
}
ul#videoMenu li {
	
}
ul#videoMenu li a {
	
}
ul#videoMenu li.allVideos {
	
}
ul#videoMenu li.allVideos a {
	
}
div.imglinks {
	
}
div.imglinks a {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e2e2e2;
}
div.imglinks a img {
}

/*         FOOTER        */
div#footer {
	clear: both;
	border-top: 1px solid #ebebeb;
	padding: 20px 0;
}
div#footer p {
	font: normal 12px/18px 'Arial', sans-serif;
	color: #b1b1b1;
	text-align: center;
}
/* ADMINISTRATION */

table.list {
	width:470px;
	font-size: 14px;
	line-height: 18px;
}

table.list th {
	border:1px solid #dcdcdc;
	font-weight:bold;
	text-align:left;
	background-color:#f0f0f0;
}

table.list tr.disabled a:link, table.list tr.disabled a:visited {
	color:#a5a5a5;
}

table.list td {
border:1px solid #dcdcdc;
}

table.list td.opt, table.list th.opt {
	text-align:center;
	width:70px;
}

































