html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

A , INPUT {
	outline : 0px;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
    font-size: 12px;
}

/*Font*/
body
{
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #2a6584;}
a:visited{color:#2a6584;}
a:active {color: #2a6584;}
a:hover{color:#2a6584; text-decoration:none;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	min-width:775px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 775 ? "775px": "auto");
}

#header
{
	position:relative; /*containing block*/
	height:106px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #505050 url(images/header_bg.gif) repeat-x;
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	width:100px; 
	height:106px; 
	background:url(images/logo.gif) center right no-repeat; 
	position:absolute; 
	left:200px; 
}

#header_text
{
	position:absolute;
	left:310px;
	top: 30%;
	color:#fff;
	width:490px;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	color:#fff;
	background:url(images/line.gif) left bottom no-repeat;
	text-decoration:none;
}

#header_text span
{
	font-size:90%;
	font-weight:bold;
	color:#B3B3B3;
	margin-left:50px;
}

/* Header menu: home, search, feedback*/
#header_menu
{
	background:#505050 url(images/header_menu_corner.gif) left bottom no-repeat;
	position:absolute;
	right:55px;
	top:6px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #bbb;
}

td.navigation-column
{
	padding-right:23px;
}

td.search-column
{
	padding-right:10px;
}

#navigation
{
	padding-bottom: 10px;
	height:20px;
	color:#2A6584;
	font-size:12px;
	margin-top:20px;
}

/*Navigation*/
#navigation a
{
	font-size:100%;
	text-decoration:none;
	color:#2A6584;
	text-transform: lowercase;
}

#navigation a:hover {
	text-decoration: underline;
}


/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:200px;
	vertical-align:top;
	height:100%;
	padding:0;
}

#content_block_container
{
	border-left:1px solid #D2D0C6;
	border-right:1px solid #D2D0C6;
	margin-left:7px;
	background:#F5F2E6;
}

/*Shadow column*/
#content .shadow-column
{
	padding:0;
	padding-top:79px;
}

p.news-item
{
	margin-top:0;
}

/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:0 10px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:10px;
	text-align:center;
}

/*Content block*/
.content-block-head
{
	font-family:Arial;
	font-weight:bold;
	font-size:24px;
	padding: 0px 5px 23px 0px;

	overflow:hidden;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-top:-2px;
}

.content-block
{
	
}

.content-block-head-corner
{
	background:url(images/content_block_left.gif) left bottom no-repeat;
}


.content-block-body
{
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#search-box
{
	background:#F4F4F4;
	border:1px solid #C5C5C5;
	padding:8px;
	color:#5F5F5F;
	width:185px;
	margin-right:10px;
	margin-top:4px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*Data table*/
table.data-table
{
	/* border:1px solid #C4C4C3; */
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
/*	border:1px solid #C4C4C3;
	background-color:#FFFFFF; */
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
/*	background-color:#F5F2E6; */
	text-align:left;
	font-weight:normal;
	background-image:none;
/*	border:1px solid #C4C4C3; */
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
/*	background-color:#FFF; */
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td input[type="submit"]{
    margin-left: 2px;
}
table.data-table tfoot td
{
/*	background-color:#fff; */
	padding:4px;
	color:#333;
}



/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/*Forum*/


/*Forum menu*/ 
table.forum-menu {border-left: 1px solid #DAE7DF; border-top: 1px solid #DAE7DF; } 
table.forum-menu td.forumtoolbar {background-color: #F5F2E6; border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolsection {border-left: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF; border-right: 1px solid #C4C4C3; border-bottom: 1px solid #C4C4C3; } 
.forumtoolseparator {border-left: 1px solid #C4C4C3;border-right: 1px solid #FFFFFF; } 

table.forum-menu a, table.forum-menu select, table.forum-menu input, table.forum-menu td {color:#333}

/* menu popup */
.forum-menu-hidden-in {border: 1px solid #C4C4C3;} 
table.forum-menu-popup-table td, table.forum-menu-popup-table td a { color: black;} 
table.forum-menu-popup-table td.forum-menu-popup, table.forum-menu-popup-table td.forum-menu-popup-hover {border: none; background-color: #F5F2E6; } 
table.forum-menu-popup-table td.forum-group{background-color:#F5F2E6; color:#333;} 
table.forum-menu-popup-table td.forum-menu-popup-hover {background-color: #FBFAF5;} 
div.forum-group{background-color:#F9FBF9; font-weight:bold; color:#333;} 

/*Forum index and list*/ 
table.forum-main {border: 1px solid #C4C4C3;} 
table.forum-main td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-main th {background-color:#F5F2E6;border: 1px solid #C4C4C3;color: #333;vertical-align: top;} 

div.forum-hr {background-color:#C4C4C3}
div.filter-check-hover {background-color:#F5F2E6}

a.forum-button:link,a.forum-button:visited,a.forum-button:active,a.forum-button:hover {background: #F5F2E6;border: 1px solid #C4C4C3;color: #333;} 
table.forum-main td small {font-size:100%;} 
table.forum-main td.forum-group {background-color:#F5F2E6; color:#333;} 
div.forum-title {border: 1px solid #C4C4C3; padding: 5px; background-color: #F5F2E6 !important; color:#333; } 

/*Forum messages*/ 
table.forum-message {} 
table.forum-message td {background-color: #FBFAF5;border: none;} 
table.forum-message td.forum-message-user-info {background-color: #FBFAF5;border: 1px solid #C4C4C3;border-right-width: 1px;} 
table.forum-message td.border-top {border: 1px solid #C4C4C3;border-left-width: 1px;border-top: none;} 
table.forum-message td.border-bottom {border: 1px solid #C4C4C3;border-left-width: 1px;border-bottom: none;} 

table.forum-message .forum-message-posts, 
table.forum-message .forum-message-status, 
table.forum-message .forum-message-datereg, 
table.forum-message .forum-message-datecreate {color:#333;} 

a.forum-button-small,
a.forum-button-small-vote,
a.forum-button-small-unvote 
{
	background-color: #F5F2E6;
	border: 1px solid #C4C4C3;
	color: #333; 
	font-size: 11px; 
	height:20px;
	padding: 2px 5px 2px 5px;
	box-sizing:border-box; -moz-box-sizing:border-box;
}
a.forum-button-small-vote, a.forum-button-small-unvote {padding-left:18px;}
a.forum-button-small:hover,a.forum-button-small-vote:hover,a.forum-button-small-unvote:hover {color: #333; } 

/*Forum statistics*/ 
table.forum-stat {} 
table.forum-stat th {background-color:#F5F2E6;border: 1px solid #C4C4C3;color: #333;font-weight:bold;padding:5px;} 
table.forum-stat td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-stat .forum-attention{font-size: 100%;color: black;} 

/*Post form*/ 
table.forum-post-form {border: 1px solid #C4C4C3;} 
table.forum-post-form td {background-color:#FBFAF5;border: 1px solid #C4C4C3;} 
table.forum-post-form th {background-color:#F5F2E6;border: 1px solid #C4C4C3;} 
table.forum-smile {border: 1px solid #C4C4C3;} 
table.forum-smile th {background-color:#F5F2E6;border: 1px solid #C4C4C3;} 
table.forum-smile img { margin: 0px;} 
textarea#POST_MESSAGE{width:100%;} 

/* Only for user-profile*/ 
table.fuser {} 
table.fuser-static th {background-color:#F5F2E6; border:1px solid #C4C4C3;} 
table.fuser-static td {background-color:#FBFAF5; border:1px solid #C4C4C3;} 

/* Tab controls*/ 
table.tabs {border-left:1px solid #C4C4C3;} 
table.tabs td {} 
table.tabs td.tab-indent-left {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-indent-right {border-bottom:1px solid #C4C4C3;} 
table.tabs td.tab-container {border:1px solid #C4C4C3; border-left: none;} 
table.tabs td.tab-container-selected {border:1px solid #C4C4C3; border-bottom:1px solid #F9FBF9; border-left: none; background-color:#F9FBF9;} 

table.tabs table td.tab {border-top:1px solid #C4C4C3;} 
table.tabs table td.tab-selected {border-top:1px solid red;} 
table.tabs table td.tab-hover {border-top:1px solid #C4C4C3;} 

/* Tab inside edit form */ 
table.tab {border:1px solid #C4C4C3; border-top:none;} 
table.tab td {background-color:#FBFAF5;}

.forum-menu-hidden-in
{
	max-height:100px;
	height:expression(this.scrollHeight > 100? "100px" : "auto");
}

table.forum-quote td, table.forum-code td 
{
	background-color:#F5F2E6; /*th*/
	border:1px solid #C4C4C3;
}

table.forum-reviews-messages td, table.forum-reviews-messages th
{
	background-color:#FBFAF5; /*td*/
	border-color:#C4C4C3;
}

a.button-small
{
	background:#F5F2E6;
	border:1px solid #C4C4C3;
}


/*Support*/
div.ticket-edit-message
{
	border-color: #C4C4C3;
}

/*Blogs*/

table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th, table.blog-user-table td.head, table.blog-table-post-comment td, table.blog-table-post-comment th
{
	background-color:#FBFAF5;
}


table.blog-blog-edit td, table.blog-blog-edit-table-smiles, table.blog-table-post td, table.blog-table-post th, table.blog-blog-edit th,
table.blog-user-table td.head, table.blog-user-table td, table.blog-group td, table.blog-category td, table.blog-comment-form th, table.blog-comment-form td,
table.blog-table-post-comment td, table.blog-table-post-comment th
{
	border-color: #C4C4C3;
}

.blog-post-date 
{
	color:#333;
}

table.blog-table-post-table th, table.blog-table-post-table td, table.blog-table-post-comment-table th, table.blog-table-post-comment-table td
{
	font-size:95%;
}

.blogtoolblock {border-color:#C4C4C3;}
.blogtoolbar {background-color:#FBFAF5;border-color:#C4C4C3;border-top:none;}
.blogtoolsection {border-color:#C4C4C3}
.blogtoolbutton, .blogmessbuttontext {color:#333;}
a.blogtoolbutton, .blogmessbuttontext{color:#333;}
.blogtoolseparator {border-left:1px solid #C4C4C3;border-right:1px solid #FBFAF5;}


/*
table.blog-table-post-table th, 
table.blog-table-post-table td*/

/* social network*/
div.socnet-informer {padding:5px;}
div#sonet_events_ms_message {width:150px;}


/* <<<  bitrix original */

#footer , #headMenu , #headGray , #headColored , .contentBg {
	width: 1000px;
	clear:both;
	margin: 0px auto;
	
}
#headMenu , #headGray , .contentBg {
	overflow: hidden;
}

#headMenu {
	background-color: #FF9933;
	height:85px;
}

.oneImageInBg {
	background-position: bottom;
	background-repeat: no-repeat;
}

#gunLeft {
	background-image: url('images/gunLeft.jpg');
	height: 85px;
	margin-left:20px;
	width: 17px;
		float: left;
	_margin-left:10px; 
}

#logo {
	background-image: url('images/logo.jpg');
	width: 185px;
	height: 85px;
	border: 0px;
	float: left;
}

#gunRight {
	background-image: url('images/gunRight.jpg');
	width: 19px;
	height: 85px;
	float: left;
	/* margin-right: 20px;
 */
}

#menu {
	float:left;
	width:738px;
	padding-left:20px;
}

#headGray  {
	background-color: #A7B0B4 ;
	height: 70px;
}

#headColored {
	background-color:#A7B0B4;
	background-image:url(images/headBg1coll.gif);
	background-repeat : repeat-x;
	background-position: bottom;
	height:105px;
	overflow: visible;
}

#logoGray {
	background-image:url(images/logoGray.jpg);
	float:left;
	height:43px;
	margin:0px 0 0 0;
	padding-top: 27px;
	background-position: bottom;
	padding-left:31px;
	width:221px;
}

#duckTail{ 
	background-image: url('images/duckTail.gif');
	width: 12px;
	height: 9px;
	float: left;
	margin:61px 0 0 185px;
}

#duck{
	background-image: url('images/duck.gif');
	width: 83px;
	height: 24px;
	float: left;
	margin:46px 0 0 299px;
}

#kam {
	background-image: url('images/kam.jpg');
	width: 154px;
	height: 62px;
	float: left;
	margin:8px 0 0 15px;
}

#logoBlue {
	background-image:url(images/logoBlue.jpg);
	float:left;
	height:105px;
	padding-left:68px;
	width:190px;
}

#duckBlue {
	background-image:url("images/duckTopLeft.gif");
	float:left;
	height:105px;
	margin-left:125px;
	margin-right: 65px;
	width:76px;
}

#cartDivArrow {
	border-bottom:6px solid #2A6584;
	border-left:6px solid #FD9833;
	border-right:6px solid #FD9833;
	width:0;
	margin-left:40%;
}

#topTopMenu {
	height:105px;
	
	background-image: url('images/topLeftDucs.jpg');
	background-position : right bottom;
	background-repeat: no-repeat;	
}

#topTopMenu  A {
	display:block;
	float:left;
	background-position:top center;
	background-repeat: no-repeat;
	text-decoration : none;
	color: #cfcfcf;
	font-family: Verdana;
	font-size: 11px;
	height: 62px;
	margin-left : 10px;
	min-width : 60px;
	margin-top: 36px ;
	vertical-align:bottom;
	padding-top: 50px;
	margin-bottom: -50px;
	text-align: center;
}

#topTopMenuBasket {
	background-image: url('images/topMenuBasket.jpg');
		text-align: left;
}
#topTopMenuOrders {
	background-image: url('images/topMenuOrders.jpg');
}
#topTopMenuGallery{
	background-image: url('images/topMenuGallery.jpg');
}
#topTopMenuPartners{
	background-image: url('images/topMenuPartners.jpg');
}

#searchDuck1 {
	background-image: url('images/duckSearch_1.gif');
	height:49px;
	width:42px;
	float : left;
	margin-left:10px;
}
#searchDuck2 {
	background-image: url('images/duckSearch_2.gif');
	float:right;
	height:49px;
	width:76px;
	margin-right:32px;
}

#searhcWrapper {
	float:right;
}

#fixRightDucks {
	background-image: url('images/topLeftDucsRightFix.jpg');
	background-position : right bottom;
	background-repeat: no-repeat;	
	height: 83px;
	width : 27px;
	margin-top: -69px;
	margin-bottom : -20px;
	position: relative;
	float:right;
	margin-right : -27px;
	z-index: 9998;
}


#login {
	margin-top: 42px;
	float :left;
	width:250px;
	font-size: 12px;
}

#loginBtnNew {
	background-image: url('images/loginBtnNew.jpg');
	background-repeat: no-repeat;
	background-position:center center;
	display:block;
	float:left;
	height:43px;
	width:49px;
}

#login A {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
}

#topPhone {
	float : right;
	color : #9b9b9b;
	font-size: 29px;
	font-family: Arial;
	margin-right:20px;
	margin-top:44px;
}

body {
	background-color:  #A7B0B4;
	margin: 0px;
}

.contentBg {
	background-color: #E7E3D9;
	overflow:auto;
}

#afterHead {
	height: 90px;
	overflow:hidden;
}
.floatRight {
		float: right;
}
.floatLeft {
	float: left;
}

#logoBtm {
	background-image: url('images/logoBtm.jpg');
	height:35px;
	padding-left:16px;
	width:245px;
}
#slogan {
	background-image: url('images/slogan.jpg');
	height:42px;
	margin:6px 0 0 66px;
	width:155px;
}

	#leftColl {
		width: 220px;
		float:left;
		position:relative;
		z-index:1;
		padding: 26px 20px 0px 20px;
	}
	
	#rightColl {
		float:right;
		width:100%;
		margin-left:-260px;
		margin-top:-5px;
        min-height:500px;
	}
	
	#rightCollInner {
		padding-bottom:145px;
		margin-left:260px;
		font-size: 12px;
		padding-right:20px;
	}
	

#leftCollPhone	{
	background-image:url(images/leftPhone.gif);
	background-position:10px center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	padding:15px 0 15px 39px;
	background-color:#C6C3BA;
}

#basket {
	background-image: url('images/basket.jpg');
	height:111px;
	color : #ffffff;
}

#leftCollMenu {
	background-color:#C6C3BA;
	padding-bottom:4px;
	padding-top:12px;
}
#leftCollMenu A:LINK ,
#leftCollMenu A:VISITED ,
#leftCollMenu A:ACTIVE ,
#leftCollMenu A:HOVER 
{
	outline:0px;
	background-repeat: no-repeat;
	display : block;
	text-decoration : none;
	color : #FFFFFF;
	font-family : Verdana;
	font-size : 18px;
	text-transform : lowercase;
	background-position:5px center;
}

#leftCollMenu A:HOVER  {
	text-decoration : underline ;
}
	#galleryBtn {
		background-image : url('images/galleryBtn.jpg');
		
		padding:17px 0 17px 80px;
	}
	
	#partnerBtn {
		background-image : url('images/partnerBtn.jpg');
		padding:15px 0 20px 80px;
	}
	
	
.leftBlock {
	width:220px;
	border-top:10px solid #2A6584;
}

#footer {
	border-top: 10px solid #2A6584;
	height: 60px;
	background-color: #A7B0B4;
}

/*Link in footer*/
#footer a
{
	color: #333;
	font-size: 10px;
}

#footerCopy {
	background-image:url(images/logoSmall.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	color:#2A6584;
	float:right;
	font-family:Verdana;
	font-size:11px;
	height:40px;
	margin-right:20px;
	_margin-right:20px;
	margin-top:-28px;
	padding-right:60px;
	text-align:right;
	vertical-align:middle;
	width:530px
}

#footerCopy DIV  {
	float: right;
}
#devCopy {
	position: relative;
	margin: -30px 0px 0px 100px;
	z-index: 9999;
}
#devCopy A {
	color:#2A6584;
	font-family:Verdana;
	font-size:10px;
	text-decoration:none;
}

#hunter {
	background-image:url(images/hunter.jpg);
	height:213px;
	 margin-left:-65px;
	margin-top:-154px; 
	/*margin-left:-73px;
	margin-top:-162px;*/
	position:relative;
	width:336px;
	z-index: 9997;
}

#hunterFixer {
	height:213px;
	width:220px;
}

#auth {
	clear:both;
	font-family:Verdana,Serif;
	font-size:12px;
	padding:7px 0px 4px 10px;
	
}

#auth INPUT.text {
	border: 0px ;
	margin:2px 0 6px 0px;
	width: 200px;
}

#auth a:link ,
#auth a:visited ,
#auth a:hover {
	color: #000000;
	font-size:10px;
}
#auth a:hover {
	text-decoration: none;
}

#authBtnBlock {
	margin-top: 5px;
	margin-bottom: -7px;
}

#loginBtn {
	background-image: url('images/loginBtn.jpg');
	width: 72px;
	height: 22px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	border: 0px;
	padding: 0px 0px 2px  0px ;
	
}

.loginBtnNormal {
	background-position: 0px 0px ;
}
.loginBtnOver {
	background-position: 0px -22px ;
}
.loginBtnMouseDown {
	background-position: 0px -44px ;
}


.search-form {
	float:right;
	margin-right:24px;
	clear:both;
	background-color: #FF9933;
	padding: 2px 2px 2px 2px;
	white-space : nowrap;
	font-size:6px;
	
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.search-form INPUT[type="submit"] {
	
	background-color: #2A6584;
	color: #FFFFFF;
	

	margin: 0px;
	
	padding-bottom:1px;
	cursor: pointer; 
	
}

.search-form  INPUT[type="text"] {
	border: 0px;
	margin: 0px;
	float: left;
	
	width:142px;
	
	font-size:16px;
	height:19px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#FFFFFF;
}

















#root-level-num-child-0   ,
#root-level-num-child-1   ,
#root-level-num-child-2   ,
#root-level-num-child-3   ,
#root-level-num-child-4   ,
#root-level-num-child-5   ,
#root-level-num-child-6   ,
#root-level-num-child-7    ,
#root-level-num-child-8  
{
	background-position: left top;
	background-repeat: no-repeat;
}


#root-level-num-child-0   {
	background-image: url('images/menu1_btm.jpg');
}
#root-level-num-child-1  
 {
	background-image: url('images/menu2_btm.jpg');
}
#root-level-num-child-2  
 {
	background-image: url('images/menu3_btm.jpg');
}
#root-level-num-child-3
 {
	background-image: url('images/menu4_btm.jpg');
}
#root-level-num-child-4  
 {
	background-image: url('images/menu5_btm.jpg');
}
#root-level-num-child-5  
 {
	background-image: url('images/menu6_btm.jpg');
	background-position: -13px 0px;
}
#root-level-num-child-6  
 {
	background-image: url('images/menu7_btm.jpg');
	background-position: -12px 0px;
}
#root-level-num-child-7   {
	background-image: url('images/menu8_btm.jpg');
}
#root-level-num-child-8  
 {
	background-image: url('images/menu9_btm.jpg');
	margin-left:-45px!important;
}


.cBasket {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	height:72px;
	padding-left:10px;
	padding-top:12px;
	text-align:left;
}
.cBasket A {
	padding: 0px;
}
.cBasketTitle {
	font-size: 18px;
}

#cBasketGoBtn {
	background-image:url(images/cBasketBtn.jpg);
/*	background-position:center 0; */
	color:#FFFFFF;
	float:right;
	font-family:Verdana;
	font-size:12px;
	height:19px;
	margin-right:10px;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	width:201px;
}


INPUT  , SELECT {
	border: 1px solid #A7B0B4;
}

INPUT[type="submit"] 
{
	background-color: #2A6584;
	color: #FFFFFF;
	cursor: pointer;
	border: 2px solid #2A6584;
	font-family:Verdana;
	font-size:12px;
	
	-moz-border-radius: 2px;  
	border-radius: 2px;
}

INPUT[type="submit"]:HOVER {
	border: 2px solid #bc4a14;
}

INPUT[type="text"] 
{
}


/* >>> catalog */
.catalog-images {
	width : 220px;
	float: left ;
	padding-bottom:132px;
}

ul.morePhoto  {
	margin: 0px;
	padding:0px;
}

ul.morePhoto li {
	list-style: none;
	margin: 0px;
	padding:0px;
	margin-bottom:10px;
}

ul.morePhoto li  img , A.imgListPrevPhoto { 
	/* border: 3px solid #A7B0B4;*/
	border: 0px;
}

A.imgListPrevPhoto {
	text-align : center ; 
	width :  214px;
	display: block;
	padding-right: 20px;
}

.catalogElementText {
	margin-left: 240px;
}


UL.catalogCategories {
	padding: 0px ;
	margin : 0px;
	
}

UL.catalogCategories LI {
	padding: 0px ;
	margin : 0px;
	list-style: none;
	float : left ;
	text-align:center;
	width:220px;
	margin:0 20px 25px  0;
	font-weight: bold;
	height:190px;
}

UL.catalogCategories LI.third {
	margin-right: 0px;
}

UL.catalogCategories LI A.catalogCategoryPicture {
	clear : both;
	display:block;
	margin-bottom:10px;
}

UL.catalogCategories LI A.catalogCategoryPicture IMG{
/*	border : 3px solid #A7B0B4; */
	border : 0px;
	width : 220px ;
	height : 148px ;
}



.elementPriceBlock {
	font-weight : bold ;
}

.catalog-price {
	font-weight : normal ;
}

.catalog-price-when-special {
	display:block;
	font-weight:bold;
	padding-left:48px;
	color : red;
}

.catalog-element .content-block-head {
	font-size  : 22px;
}


a.addToCart:LINK , a.addToCart:VISITED {
	background-image:url(images/addToBasket.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:3px 18px 5px 42px;
	text-decoration:none;
	text-transform:lowercase;
	outline-width : 0px;
}

a.addToCart:HOVER ,  a.addToCart:FOCUS{
	background-position:center -22px;
}

a.addToCart:ACTIVE {
	background-position:center -44px;
}


#birdRight {
	background-image:url(images/birdRight.jpg);
	background-repeat:no-repeat;
	float:right;
	height:74px;
	margin-right:-123px;
	position:relative;
    margin-top:-147px;
	width:43px;
}


.contentBlockHeadAllInfoLink {
	float : right;
	margin:-38px 0;
}


#loginFormOverlayWrapper {
	background-color:#000000; /*#83817B;*/
	height:100%;
	left:0;
	opacity:0.4;
	position:fixed;
	top:0;
	width:100%;
	z-index:9998;
}
/* loginOverlayClose.jpg */
#loginFormOverlay {
	background-color: #ff7b30;
	background-image : url('images/loginOverlayGradient.jpg');
	background-repeat:repeat-x;
	background-position: top;
	position : fixed;
	top : 21%;
	left :  36%;
	width: 340px;
	opacity:1;
	z-index:9999;
}

#loginFormOverlayClose {
	background-image:url("images/loginOverlayClose.jpg");
	background-position:right center;
	background-repeat:no-repeat;
	clear:both;
	color:#FFFFFF;
	float:right;
	font-family:Verdana;
	height:30px;
	margin:5px 15px 0 0;
	padding-right:30px;
	padding-top:15px;
	text-decoration:none;
}

#overlayLogin {
	clear:both;
	padding:0 20px 14px;
}

DIV.loginOverlayFieldLabel {
    padding: 0px 0px 4px 2px;
}
