@charset "windows-1250";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #0e182e;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: top;
	color: #ffffff;
}

form {
	margin: 0px;
	padding: 0px;
}

/*
	global
*/

#global {
	width: 100%;
	height: 100%;
	text-align: center;
}

#globalPage {
	width: 990px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#globalPageContainer {
	width: 990px;	
}

#leftElastic {
	background-image: url(../images/left_gradient.jpg);
	background-repeat: repeat-x;
}

#rightElastic {
	background-image: url(../images/right_gradient.jpg);
	background-repeat: repeat-x;
}

#centerTable {
	width: 990px;
	height: 100%;
}

#collageContainer {
	width: 990px;
	height: 280px;
	background-image: url(../images/collage2.jpg);
	background-repeat: no-repeat;
}

#collageContainerDiv {
	position: relative;
}

#gradient {
	background-image: url(../images/page_gradient.jpg);
	background-repeat: repeat-x;
}

#pageContainer {
	height: 100%;	
	padding-left: 37px;
	padding-right: 37px;
	background-image: url(../images/page_gradient.jpg);
	background-repeat: repeat-x;
	background-position: 0px -45px;
}

#pageTable {
	width: 916px;
	height: 100%;
}

#leftPanel {
	width: 226px;
}

#leftPanel.stroke {
	border-right: 1px solid #3860b4;
}

#rightPanel {
	width: 186px;
}

#rightPanel.stroke {
	border-left: 1px solid #3860b4;
}

#centerPage {
	width: 504px;
	height: 100%;
}

/*
	left panel
*/


/*
	product table
*/

#insideTable {

}

#productContainer {
	height: 100%;
}

/*
	basket
*/

#basket {
}

#basket .topArea {
	width: 186px;
	height: 153px;
	background-color: #1d325e;
	background-image: url(../images/bkg_basket_top.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #547acd;
}

#basket .topArea .box {
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
}

#basket .topArea .box .oneItem {
	padding-bottom: 20px;
}

#basket .topArea .box .note {
	float: left;
	color: #ffc600;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 10px;
}

#basket .topArea .box .basketImage {
	float: right;
	padding-bottom: 20px;
}

#basket .topArea .box .itemName {
	clear: both;
	font-weight: bold;
	font-size: 11px;
	color: #b3cbf5;
	background-image: url(../images/arrow_orange_right_onblue.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-left: 15px;
	padding-bottom: 10px;

}

#basket .topArea .box .countItem {
	color: #b3cbf5;
	padding-bottom: 3px;
}

#basket .topArea .box .countItem input {
	width: 30px;
	height: 17px;
	font-size: 10px;
	margin-right: 5px;
}

#basket .topArea .box .countValue {
	padding-left: 15px;
	padding-bottom: 3px;
	color: #ffffff;
}

#basket .topArea .box .noDphItem {
	color: #b3cbf5;
	padding-bottom: 3px;
}

#basket .topArea .box .noDphValue {
	padding-left: 15px;
	padding-bottom: 3px;
	color: #ffffff;
}

#basket .topArea .box .dphItem {
	color: #b3cbf5;
	padding-bottom: 3px;
}

#basket .topArea .box .dphValue {
	padding-left: 15px;
	color: #ffffff;
}


#basket .countArea {
	background-color: #203461;
	border-bottom: 1px solid #547acd;
	padding-left: 15px;
}

#basket .countArea .itemName {
	width: 120px;
	padding-top: 12px;
	line-height: 15px;
	float: left;
	padding-bottom: 15px;
	text-transform: uppercase;
}

#basket .countArea .count {
	float: right;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 15px;
	font-size: 18px;
}

#basket .sumaArea {
	background-color: #203461;
	border-bottom: 1px solid #547acd;
	padding-left: 15px;
}

#basket .sumaArea .itemName {
	width: 45px;
	padding-top: 10px;
	float: left;
	padding-bottom: 15px;
	text-transform: uppercase;
}

#basket .sumaArea .count {
	float: right;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 15px;
	font-size: 16px;
}

#basket .contentButton {
	height: 54px;
}

#basket .contentButton span {
	width: 120px;
	padding-left: 10px;
	padding-top: 10px;
	display: block;
	cursor: pointer;
}

/*
	login
*/

#login {
	position: absolute;
	left: 784px;
	top: 160px;
	width: 169px;
}

#login input {
	width: 115px;
	height: 21px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	border: 1px solid #0f3179;
	font-size: 11px;
}

#login .item {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	color: #bcd5f9;
	padding-top: 9px;
	margin-top: 2px;
	padding-bottom: 5px;
	clear: left;
}

#login .itemInput {
	float: right;
}

#login .btnBox {
	clear: both;
	padding-top: 10px;
}

#login .btn {
	float: right;
}

#login .btn input {
	background-color: 457ad8;
	width: 78px;
	height: 32px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#login .btn span {
	display: block;
	text-align: center;
	padding-top: 9px;
}

#login .eshopTit {
	float: left;
	position: absolute;
	left: -20px;
}

/*
	menu
*/

#menu {
	position: absolute;
	left: 28px;
	top: 228px;
}

/*
	search
*/

#search {
	height: 60px;
	padding-top: 10px;
	border-bottom: 1px solid #3860b4;
}

#search .item {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#search input {
	padding-top: 2px;
	width: 140px;
	float: left;
	margin-right: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

#search .btn {
	float: left;
}

#search .btn span {
	display: block;
	padding-top: 5px;
	padding-left: 5px;
}

/*
	adress
*/

#adress {
	position: absolute;
	left: 795px;
	top: 23px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #21429c;
	font-size: 12px;
}

#adress td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #21429c;
	font-size: 12px;
}

#topLine {
	width: 916px;
	height: 7px;
	font-size: 1px;
	position: absolute;
	left: 37px;
	top: 275px;
	border-top: 1px solid #3860b4;
}

/*
	titlePanel
*/

#titlePanel {
	width: 915px;
	height: 45px;
	padding-left: 37px;
	padding-right: 37px;	
}

#titlePanel .left {
	width: 226px;
	height: 43px;
	float: left;
}

#titlePanel .left span {
	display: block;
	font-size: 15px;
	padding-top: 8px;
	text-transform: uppercase;
}

#titlePanel .center {
	width: 720px;
 	height: 43px;
	float: left;
}

#titlePanel .right {
	width: 186px;
 	height: 43px;
	float: left;
}

#titlePanel .center .path {
	padding-top: 6px;
}

#middleLine {
	width: 916px;
	height: 7px;
	font-size: 1px;
	position: absolute;
	left: 37px;
	top: 325px;
	border-top: 1px solid #3860b4;
}

/*
	levels
*/

.levelItem {
	border-bottom: 1px solid #2e4678;
}

.levelItemActive {
	border-bottom: 1px solid #2e4678;
	background-color: #49bf1b;
	font-weight: bold;
}

/*
	homeTable
*/

#homeTable {
}

#homeTable .left {
	width: 190px;
}

#homeTable .left .item {
	float: left;
	padding-right: 5px;
	color: #ffffff;
	font-weight: bold;
}

#homeTable .left .value {
	color: #7bff77;
	font-weight: normal;
	padding-bottom: 5px;
}

#homeTable .left .images {
	margin-bottom: 0px;
	margin-top: 10px;
}

#homeTable .left .images td.left {
	text-align: left;
	width: 110px;
	padding-bottom: 8px;
}

#homeTable .left .images td.right {
	text-align: right;
	width: 90px;
}

#homeTable .left .oneItem {
	margin-bottom: 20px;
}

#homeTable .space {
	width: 45px;
}

#homeTable .right {
	width: 190px;
}

#homeTable .right .date {
	padding-bottom: 5px;
	color: #a9ff88;
}

#homeTable .right h2 {
	margin-bottom: 10px;
}

/*
	homeTable
*/

#actionTable {
}

#actionTable .colum {
	width: 190px;
}

#actionTable .colum .item {
	float: left;
	padding-right: 5px;
	color: #ffffff;
	font-weight: bold;
}

#actionTable .colum .value {
	color: #7bff77;
	font-weight: normal;
	padding-bottom: 5px;
}

#actionTable .colum .images {
	margin-bottom: 0px;
	margin-top: 10px;
}

#actionTable .colum .images td.left {
	text-align: left;
	width: 110px;
	padding-bottom: 8px;
}

#actionTable .colum .images td.right {
	text-align: right;
	width: 90px;
}

#actionTable .colum .oneItem {
	margin-bottom: 20px;
}

#actionTable .space {
	width: 45px;
}

/*
	logoLink
*/

#logoLink {
	position: absolute;
	left: 40px;
	top: 20px;
	width: 270px;
	height: 100px;
}

#logoLink a {
	display: block;
	width: 270px;
	height: 100px;
	text-decoration: none;
}





