
/*---------------------------------
	Default Body Attributes
---------------------------------*/
html, body {
	margin:            0;
	padding:           0;
}

body {
	font-family:       Verdana, Arial, Helvitica, sans-serif;
	font-size:         12px;
	width: 100%;
}

html a:active { outline:none;}
:focus {-moz-outline-style: none;}

img {
  border: 0;
}

a {
  color: #3ab2ff;
  text-decoration: none;
}

a:visited {
  color: #3ab2ff;
  text-decoration: none;
}

a:hover {
  color: #3ab2ff;
 text-decoration: underline;
}

.blue {
	background-color: #7fd8ff;
}

.head {
  height: 140px;
}

.foot {
  height: 58px;
  margin-top: 30px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.none, .clear {
  float: none;
  clear: both;
}

.main {
  margin-left: 29px;
  margin-right: 19px;
  width: auto;
  min-width: 955px;
}


.underhead {
  width: 100%;
  height: 37px;
  background-image: url(/themes/wiki_themes/testron/images/underhead.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.login {
  width: 333px;
  height: 47px;
  background-image: url(/themes/wiki_themes/testron/images/login.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin-left: 75px;
  text-align: center;
  color: white;
}

.login div {
  padding-top: 3px;
  padding-bottom: 1px;
}
.login a {
  color: white;
  text-decoration: none;
  font-size: 11px;
}

.head input {
  border: 0px;
  color: #888888;
  width: 89px;
  background-color: white;
}

.head input#login {
/*  background-image: url(/themes/wiki_themes/testron/images/input_login.png);*/
  background-repeat: no-repeat;
  background-position: top left;
}

.head input#password {
/*  background-image: url(/themes/wiki_themes/testron/images/input_password.png);*/
  background-repeat: no-repeat;
  background-position: top left;
}

.head input#submit {
  background-color: #9fe738;
  color: black;
  width: 63px;
  height: 18px;
}

.head input#search_text {
  color: black;
  width: 150px;
}

.head input#search_submit {
  background-color: #9fe738;
  color: black;
  width: 55px;
}

.langs {
  height: 35px;
  width: 227px;
  background-image: url(/themes/wiki_themes/testron/images/langs.png);
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  padding-top: 1px;
}

.langs a {
  margin-left: 5px;
  margin-right: 5px;
  color: white;
}

.menu {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}


.menu a {
  margin-right: 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.search {
  clear: right; 
  margin-top: 20px;
}

.foot {
  padding-top: 5px;
  padding-bottom: 5px;
}

.copyright, copyright a {
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.lmenu {
  float:  left;
  margin: 5px;
  width: 200px;
}

.t {
  background-image: url(/themes/wiki_themes/testron/images/t.png);
  background-repeat: repeat-x;
  background-position: top left;
  
}

.hl {
  background-color: #00b2ff;
  background-image: url(/themes/wiki_themes/testron/images/l1.png);
  background-repeat: repeat-y;
  background-position: top left;
}

.hr {
  background-image: url(/themes/wiki_themes/testron/images/r1.png);
  background-repeat: repeat-y;
  background-position: top right;
  float: right;
  width: 100%;

}

.cl {
  background-image: url(/themes/wiki_themes/testron/images/l.png);
  background-repeat: repeat-y;
  background-position: top left;
}

.cr {
  background-image: url(/themes/wiki_themes/testron/images/r.png);
  background-repeat: repeat-y;
  background-position: top right;
  float: right;
  width: 100%;

}

.b {
  background-image: url(/themes/wiki_themes/testron/images/b.png);
  background-repeat: repeat-x;
  background-position: top left;
  
}

.hr .fleft {
  background-image: url(/themes/wiki_themes/testron/images/kirpich.png);
  background-repeat: no-repeat;
  background-position: 5px 0px;
  padding: 5px;
  padding-bottom: 0px;
  padding-left: 50px;
  padding-top: 7px;
  font-size: 15px;
  color: white;
  min-height: 32px;
}

.hr .fleft span {
  margin-bottom: 5px;
  display: block;
}

.cr .fleft {
  padding: 5px;
}

.cr .fleft ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cr .fleft ul li {
  padding: 0;
  padding-left: 0px;
  margin: 0;
  list-style: none;
  line-height: 200%;
  font-size: 11px;
  background-repeat: no-repeat; 
  background-position: 8px 5px;
}

.cr>.fleft>ul>li {
  padding-left: 8px;
}

.cr .fleft ul li a {
  color: #3ab2ff;
  text-decoration: none;
}

.cr .fleft ul li a:hover {
  text-decoration: underline;
}

li.active {
  background-color: #ddf2c8;
}

li.active a {
  margin-left: 5px;
  display: block;
}

.content_out {
  width: 100%;
}

.lmenu_out {
  width: auto;
  float: left;
}

.content {
  padding-left: 0px;
  width: auto;
  text-align:justify;
}

h2 {
  color: #990000;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0px;
}

h3 {
  color: #990000;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;
}
ul.greenbullets {
  list-style-image: url(/themes/wiki_themes/testron/images/li-green.png);
}

table.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #77cb25;
  color: #888888;
}

table.table td {
  padding: 2px;
  padding-left: 20px;
}

table.table tr.even {
  background-color: white;
}

table.table tr.odd {
  background-color: #ddf1c8;
}

.headline {
  background-image: url(/themes/wiki_themes/testron/images/headline.png);
  background-repeat: repeat-x;
  background-position: 0px 45px;
  height: 52px;
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.headline td {
  padding: 0px;
}

.headline .headline-left {
  background-image: url(/themes/wiki_themes/testron/images/headline-img-left.png);
  background-repeat: no-repeat;
  background-position: right;
  text-align: left;
  height: 52px;
  width: 45%;
}

.headline .headline-right {
  background-image: url(/themes/wiki_themes/testron/images/headline-img-right.png);
  background-repeat: no-repeat;
  background-position: left;
  text-align: right;
  height: 52px;
  width: 45%;
}

.headline .h1 {
  background-image: url(/themes/wiki_themes/testron/images/headline-h1.png);
  background-repeat: repeat-x;
  background-position: 0px 0px;
  height: 52px;
  width: 10%;
}

.headline h1 {
  display: inline;
  height: 52px;
  color: #fff;
  font-weight: normal;
  font-size: 24px;
  padding-top: 0px;
  padding-bottom: 26px;
  line-height: 24px;
}

.tovar {
	padding:5px 0 20px 0px;
}

.tovar li {
	float:left;
	display:inline;
/*	border-left:10px solid #728b9b; */
	padding-left:10px;
	margin:0 0 11px 0;
}
.tovar li .photo {
	float:left;
	width:170px;
	padding:6px 0 0 6px;
	border:none;
/*	border: 1px solid #b9dfff; */
}
.tovar li .text {
	margin-left:200px;
	font-size:12px;
	padding-top:0;
}
.tovar li .text p {
	padding:0;
	margin-bottom:0.5em;
	text-align:left;
}
.date {
	font-size:10px;
	font-weight:normal;
}
.tovar li .text address {
	font-style:normal;
}
.vcard {
	width:310px;
}

.vcard2 {
	padding-right:30px;
}

.menuspacer {
 border-bottom: 1px dotted #999;
 margin-bottom: 15px; 
}

#cart {
  width: 100%;
}

#cart div {
  font-size: 11px;
  padding: 2px;
  padding-left: 8px;
}

a.order {
  background-color: #9fe738;
  color: black;
  text-decoration: none;
  padding: 3px;
  margin-top: 3px;
  width: 1%;
}

a.order:hover {
  color: black;
}

p.order {
  text-align: right;
  padding-right: 15px;
  margin-bottom: 0px;
}

#korzin {
  width: 100%;
}

.mb0 {
  margin-bottom: 0px;
}

.order_left {
  width: 400px;
}

.order_right {
  vertical-align: top;
}

.submit {
  background-color: #9fe738;
  border: none;
  font-weight: bold;
  padding: 2px;
}


.pagination{
text-align: center; /*Set to "right" to right align pagination interface*/
clear: both;
}

.pagination a, .pagination a:visited{
 display: block;
 float: left;
 padding: 0 6px;
 border: 3px solid #51a8e5;
 font-size: 17px;
 color: #6c6c6c;
 text-decoration: none;
 text-align: center;
 margin-right: 3px;
}

.pagination a:hover, .pagination a:active{
 display: block;
 float: left;
 padding: 0 6px;
 border: 3px solid #adde58;
 font-size: 17px;
 color: #6c6c6c;
 text-decoration: none;
 text-align: center;
 margin-right: 3px;

}

.pagination strong	{
 display: block;
 float: left;
 padding: 0 6px;
 border: 3px solid #adde58;
 font-size: 17px;
 color: #6c6c6c;
 text-decoration: none;
 text-align: center;
 margin-right: 3px;

}

/*---------------------------------
	Main Layout Positioning
---------------------------------*/
#sidebar {
	float:				left;
	width:				200px;
	padding:			10px 0px 10px 15px;
}

#wrapper {
	float:				right;
	width:				100%;
	margin-left:		-220px;
}

#mainContent {
	margin-left:		220px;
}

#content {
	margin:				0 12px;
	padding:			10px 15px;
	background-color:	#fff;
	border-left:		1px dotted #96B7DD;
	border-right:		1px dotted #96B7DD;
	border-bottom:		1px dotted #96B7DD;
}
#content a {
	color:	#3AB2FF;
	text-decoration: none;
}
#content a:link {
  color: #3AB2FF;
  text-decoration: none;
}
#content a:visited {
  color: #3AB2FF;
  text-decoration: none;
}
#content a:hover {
  color: #3AB2FF;
  text-decoration: underline;
}

/*---------------------------------
	Default Link Styles
---------------------------------*/

a, a:visited {
	text-decoration:   none;
	color:             #fff;
	background-color:  transparent;
}

a:hover {
	color:             #fff;
	text-decoration:   none;
}

a.noArticle, a.noArticle:visited {
	background:			url(/themes/wiki_themes/testron/images/broken_link.gif) center left no-repeat;
	padding-left:		10px;
}

/*---------------------------------
	Default Tag and Misc Styles
---------------------------------*/

p {
	background:			transparent;
	font-size:			12px;
	color:				#38394B;
	margin:				4px 0 8px 0;
}

img {
	border:				none;
}

p,li,dt,dd {
	margin-left:		0;
	padding-left:		0;
	line-height:		1.7em;
}

p {
	margin-bottom:		0.8em;
	margin-top:			0;
}

ul {
	padding-left:		24px;
}


.hidden {
	display:			none;
	visibility:			hidden;
}

hr {
	height:				0px;
	border:				dotted 0px;
	border-top-width:	1px;
}

h3 {
	font-weight:		normal;
	font-size:			14px;
	color:				#0F3A7F;
	margin:				20px 0 7px 0;
	padding:			8px 0 8px 0;
	border-top:			1px solid #0F3A7F;
	border-bottom:		1px solid #0F3A7F;
}

.lighttext {
	font-size:			10px;
	color:				#73769D;
	padding:			4px 0 2px 0;
	background-color:	transparent;  
}

code {
	white-space:		normal;
}

pre {
	background:			#E8F7FD;
	border:				1px solid #96B7DD;
	font-size:			11px;
	color:				#38394B;
	margin:				8px 2px 10px 6px;
	padding:			10px 10px 10px 6px;
	white-space:		normal;
}

.codeblock {
	background:			#E8F7FD;
	border-left:		1px solid #96B7DD;
	border-top:			1px solid #96B7DD;
	border-bottom:		1px solid #96B7DD;
	border-right:		1px solid #96B7DD;
	
	font-size:			11px;
	color:				#38394B;
	margin:				8px 4px 10px 3px;
	padding:			10px 10px 10px 6px;
	overflow:			auto;
}

blockquote {
	background:			#E8F7FD;
	border-left:		4px solid #5087C6;
	border-top:			1px solid #96B7DD;
	border-bottom:		1px solid #96B7DD;
	border-right:		1px solid #96B7DD;
	font-size:			11px;
	color:				#38394B;
	margin:				8px 2px 10px 6px;
	padding:			5px 10px 10px 6px;
}

/*---------------------------------
		Header Presentation
---------------------------------*/

#topBar {  
	background:			#3c6695;
}

.topBarLinks { 
	color:				#fff;
	background:			transparent;
	font-size:			11px;
	text-align:			center;
	padding:			15px 30px 6px 20px;
}

.topBarLinks a:link { 
	color:				#fff;
	background:			transparent;
	text-decoration:	underline;
} 

.topBarLinks a:visited { 
	color:				#fff;
	background:			transparent;
	text-decoration:	underline;
}

.topBarLinks a:hover { 
	color:				#B8BDED;    
	background:			transparent;
	text-decoration:	none;
}

#pageheader {  
	background:			transparent;
	border-bottom:		1px solid #000;
}

/*---------------------------------
	Sub-Header Presentation
---------------------------------*/

#subheader {
	background-color:	transparent;
	color:				#3AB2FF;
	padding:			4px 25px 3px 27px;
	margin:				0 0 10px 0;
}

.breadcrumb {  
	background-color:	transparent;
	font-weight:		normal;
	font-size:			12px;
}

.breadcrumb a, .breadcrumb a:link { 
	color:				#3AB2FF;
	font-weight:		bold;
	background:			transparent;
	text-decoration:	none;
	font-size:			12px;
} 

.breadcrumb a:visited { 
	color:				#3AB2FF;
	background:			transparent;
	text-decoration:	none;
}

.breadcrumb a:hover { 
	color:				#fff;    
	background:			#3AB2FF;
	text-decoration:	none;
}

.breadcrumbspacer {
	color:				#000;
}

/*---------------------------------
		Nav Menu Styles
---------------------------------*/

.navMenu {
	margin:				0;
	padding:			0;
}

.navMenu ul {
	list-style:			none;
	text-align:			center;
	margin:				0;
	padding:			0;
}

.navMenu li {
	padding: 			0;
	margin: 			0;
	display:			inline;
}

.navMenu a, .navMenu a:link, .navMenu a:visited {
	font-size:			11px;
	font-weight:		bold;
	display: 			block;
	color: 				#2C3467;
	border-top: 		1px solid #8EBDE2;
	border-bottom: 		2px solid #DCF2FC;
	background-color: 	#C5EAFA;
	padding:			2px;
	text-decoration: 	none;
}

.navMenu a:hover {
	color:				#fff;
	background-color:	#68A7D9;
	border-top:			1px solid #68A7D9;
	border-bottom:		2px solid #5F9CD2;
}

/*---------------------------------
		Sidebar Item Styles
---------------------------------*/

#wikiLogo {
	text-align:			center;
	margin:				0 0 15px 0;

}

.sideItem {
	margin: 			0 0 15px 0;
	background-color:	#C5EAFA;
	border-right:		1px solid #5087C6;
	border-left:		1px solid #5087C6;
	border-bottom:		1px solid #5087C6;
}

ul.activeMembers {
	margin:				0;
	padding:			10px 10px 10px 30px;
	list-style:			square;
}

.itemHeader {
	background:			#00B2FF;
	clear: both;
	margin: 0;
}

.itemHeader h2 {
	background:			#00B2FF;
}

/*---------------------------------
	Article Action Menu Styles
---------------------------------*/

#actMenu {
	float:				right;
	clear:				both;
}

#actMenu ul {
	list-style: 		none;
	margin: 			0;
	padding: 			0;
}

#actMenu li {
	float:				left;
	text-align:			center;
	margin:				0;
	padding:			0;
	background: 		url(/themes/wiki_themes/testron/images/act_menu_bg_right.gif) top right no-repeat;
}

#actMenu a, #actMenu:link, #actMenu:visited {
	display:			block;
	padding:			5px 18px 5px 15px;
	min-width:			80px;
	background:			url(/themes/wiki_themes/testron/images/act_menu_bg_left.gif) top left no-repeat;
	text-decoration:	none;
	font-size:			11px;
	font-weight:		bold;
	color: 				#fff;
}

#actMenu a:hover {
	color:				#fff;
	text-decoration:	underline;
}

/*---------------------------------
		Article Titles
---------------------------------*/

#articleTitle {
	background:			#00B2FF;
	clear:				both;
}


h2 {
	font-size:			14px;
	font-weight:		bold;
	color: 				#fff;
	margin:				0;
	padding:			8px 20px;
	background:			#00B2FF;
	border:				0;
}

/*---------------------------------
		Footer Presentation
---------------------------------*/

#footer {
	border:				1px solid #eee;
	padding:			5px 0 5px 0;
	clear:				both;
	text-align:			center;
	font-size:			9px;
	color:				#889;
	line-height:		15px;
	margin-top:			20px;
	margin-bottom:		15px;
}

/*---------------------------------
		Form Styles
---------------------------------*/


.input {
	border:			1px solid #979AC2;
	color:				#333;
	font-size:			11px;
	height:				1.7em;
	padding:			0;
	margin:				0;
}

.textarea {
	border-top:			2px solid #979AC2;
	border-left:		2px solid #979AC2;
	border-bottom:		1px solid #979AC2;
	border-right:		1px solid #979AC2;
	color:				#333;
	font-size:			11px;
	padding:			0;
	margin:				5px;
}

.checkbox {
	background-color:	transparent;
	padding:			0;
	border:				0;
}

.submit {
	font-size:			11px;
	font-weight:		bold;
	border-top:			1px solid #9EA3D5;
	border-left:		1px solid #9EA3D5;
	border-right:		1px solid #000;
	border-bottom:		1px solid #000;
	letter-spacing:		.1em;
	margin:				0;
	padding:			1px 2px 1px 2px;
	background-color:	#9fe738;
	color:				#fff;
	cursor:				pointer;
}

/*---------------------------------
		Misc Class Styles
---------------------------------*/

.spacer {
	margin-bottom:		12px;
}

.itempad {
	padding:			2px 0 2px 0;
}

.itempadbig {
	padding:			5px 0 5px 0;
}

.bottompad {
	padding:			0 0 2px 0;
}

.marginpad {
	margin:				12px 0 10px 3px;
}

.leftpad {
	margin:				0;
	padding:			0 0 0 4px;
}

.default, .defaultBold, .defaultRight, .defaultCenter {
	background:			transparent;
	font-size:			11px;
	color:				#38394B;
}

.defaultBold {
	font-weight:		bold;
}

.defaultRight {
	text-align:			right;
}

.defaultCenter {
	text-align:			center;
}  

.alert {
	font-size:			11px;
	color:				#990000;
	font-weight:		bold;
}

.highlight {
	color:				#990000;
}
.copyright, copyright a {
  color: white;
  font-size: 10px;
  font-weight: normal;
}
