/**
 * Frontend common CSS styles
 *
 * Project: [Alt] Constructor <br />
 * File: common.css
 *
 * @author Dima
 * @package css
 */

/* ********** Page structure elements *********** */

* {
	margin: 0px;
	padding: 0px;
}

.imagePng {
	filter: expression(fixPng(this)); 
}

html {
	height: 100%;
}

body {
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;

	background: #FFFFFF;
	color: #000000;

	height: 100%;
	min-height: 100%;
	width: 100%;
}
#Page {
     background: #FFFFFF;

	margin: auto;

	height: auto !important;
	min-height:100%;
	height: 100%;
	width: 100%;
	min-width: 1000px;

}

#Page #FooterGuarantor {
	text-align: right;

	color: #FFFFFF;

	clear: both;

	height: 98px;
}

#Footer {
	clear: both;
	margin: auto;
	margin-top: -98px;

	height: 98px;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? "1000px":"auto");
	min-width: 1000px;
}

#Page #Header {
	background: #E0E0E0;

	height: 158px;
	width: 100%;
}

#Ppage #Mainbar {
	background: #FFFFFF;

	float: left;

	overflow: hidden;

	width: 100%;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;

	display: block;
}

table {
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

.waitText {
	text-align: center;

	color: #A0A0A0;

	padding-top: 10px;
	padding-bottom: 20px;
}

/* ************** Main table parts ************** */

.mainTablePath {
	width: 100%;

	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? "1000px":"100%");
	min-width: 1000px;
}

.mainTablePath tr, td {
	margin: 0px;
	padding: 0px;
}

/* *************** Header table ***************** */

#HeaderContent {
	vertical-align: middle;

	background: #2D4BB9;

	height: 114px;
	width: 100%;
}

#LeftTopRubber {
	font-size: 5px;

	background-color: #4460C1; 

	width: 50%;
}

#RightTopRubber {
	font-size: 5px;

	background-image: url("../pictures/right_rubber.jpg");
	background-repeat: repeat-x;

	width: 50%;
}

/* ********** Logo table and slogan ************* */

#LogoTable {
	margin: 0px;
	padding: 0px;

	height: 114px;
	width: 175px;
}

#Slogan {
	font-family: "Verdana";
	font-size: 12px;
	text-align: center;
	vertical-align: middle;

	background-image: url("../pictures/slogan_background.jpg"); 
	color: #FFFFFF;

	height: 30px;
	width: 146px;
}

/* ************** Left icon table *************** */

#LeftIconTable {
	font-family: "Verdana";
	font-size: 10px;
	vertical-align: middle;

	color: #FFFFFF;

	width: 102px;
	height: 114px;
}

#LeftIconTable a {
	text-decoration: none;

	color: #FFFFFF;
}	

#LeftIconTable a:hover {
	text-decoration: underline;
}	

#IconMain {
	vertical-align: middle;

	background-image: url("../pictures/icon_main_background.jpg"); 

	height: 15px;
	width: 123px;
}

#IconDelivery {
	vertical-align: middle;

	background-image: url("../pictures/icon_delivery_background.jpg"); 

	height: 15px;
	width: 123px;
}

#IconContact {
	vertical-align: middle;

	background-image: url("../pictures/icon_contact_background.jpg"); 

	height: 15px;
	width: 123px;
}

/* ************* Right icon table *************** */

#RightIconTable {
	font-family: "Verdana";
	font-size: 10px;
	vertical-align: middle;

	color: #000000;
}

#IconMap {
	text-align: left;

	background-image: url("../pictures/icon_map_background.jpg");

	padding-left: 26px;

	height: 18px;
	width: 178px;
}

#IconPrint {
	text-align: left;

	background-image: url("../pictures/icon_print_background.jpg"); 

	padding-left: 26px;

	height: 18px;
	width: 178px;
}

#RightIconTable {
	color: #A0A0A0;

	cursor: default;
}

#RightIconTable a {
	text-decoration: none;

	color: #000000;
}

#RightIconTable a:hover {
	text-decoration: underline;
}	


/* ******************** Cart ******************** */

#CartHolder {
	background-image: url("../pictures/right_corner.jpg");

	height: 89px;
	width: 208px;
}

#CartSummary {
	font-family: "Verdana";
	font-size: 10px;

	background-image: url("../pictures/shop.jpg"); 
	color: #FFFFFF;

	position: relative;
	right: 0px;
	top: 0px; 
	height: 44px;
	width: 208px; 

	cursor: pointer;
}

#CartSummary a {
	text-decoration: none;
}

.inChart {
	color: #000000;

	float: left;
	margin-top: 5px;
	margin-left: 3px;
}

.goodsNumber {
	color: #000000;

	float: left;
	margin-top: 3px;
	margin-left: 40px;

}

.goodsValue {
	text-align: left;

	color: #000000;

	float: left;
	margin-left: 40px;
	overflow: hidden;

	width: 100px;
	height: 13px;
}

/* ***************** Search ********************* */

#Search {
	font-family: "Verdana";
	font-size: 10px;

	background-image: url("../pictures/searchbar_background.jpg"); 
	color: #FFFFFF;

	margin: 0px;
	padding: 0px;

	height: 25px;
	width: 100%;
}

#SearchText {
	letter-spacing: 4px;
}

#SearchInput {
	font-family: "Verdana";
	font-size: 12px;
	vertical-align: middle;

	background-color: #FFFFFF;
	color: #000000;

	width: 80px;
}

#Destination {
	font-family: "Verdana";
	font-size: 12px;
	vertical-align: middle;

	background-color: #FFFFFF;

	color: #000000;
	
	width: 80px;
}

/* ****************** Banners ******************* */

.banner img {
	margin: 10px;
	border: 1px solid #28166F;
}

.banner .borderFlash {
	margin: 10px;
	border: 0px solid #28166F;

	width: 177px;
	height: 90px;
}

/* *************** Menu gorizontal **************** */

#MenuBackground {
	background-color: #E0E0E0;
	background-image: url("../pictures/menu_background.jpg"); 
}

#MenuBacket {
	overflow: hidden;
        min-width: 959px;
	height: 42px;
}

.menuButton {
	float: left;

	height: 42px;
}

.buttonShadow {
	float: left;

	height: 42px;
	width: 8px;
}

.buttonLink {
	font-family: "Verdana";
	font-size: 12px;
	white-space: nowrap;

	background-image: url("../pictures/menu_link_background.jpg"); 

	float: left;
	padding-top: 13px;

	height: 42px;
}

.buttonLink a {
	text-decoration: none;
	vertical-align: middle;

	color: #FFFFFF;

	margin-left: 16px;
	margin-right: 25px;
	padding: 0px;

        display: block;
}

.buttonLink span {
	text-decoration: underline;
	vertical-align: middle;

	color: #FFFFFF;

	margin-left: 16px;
	margin-right: 25px;
	padding: 0px;

        display: block;
	cursor: default;
}

.buttonLink a:hover {
	font-family: "Verdana";
	font-size: 12px;
	text-decoration: none;
	vertical-align: middle;

	color: #FFFFFF;
}


/* *************** Menu vertical **************** */

#LeftMenu {
	font-family: "Verdana";
	font-size: 12px;

	/* background-image: url("../pictures/cat_left_background.jpg"); */

	list-style-image: url("../pictures/menu_l2_unsel.gif");

	width: 210px;
}

.menuItself {
	font-family: "Verdana";
	font-size: 12px;
	vertical-align: top;

	color: #2848B8;
}

.menuItself .selected {
	color: #FF0000;

	list-style-image: url("../pictures/menu_l2_sel.gif");

	cursor: default;
}

.menuItself ul {
	margin-left: 30px;
}

.menuItself li {
	border: 0px solid red;
	margin-bottom: 3px;
}

.menuItself .level2UL {
	color: #2848B8;

	margin-left: 5px;
	margin-top: 3px;

	padding: 0px;

	list-style-image: url("../pictures/menu_l3_unsel.gif");
}

.menuItself .level2UL .selectedSecondLevel {
	color: #FF0000;

	list-style-image: url("../pictures/menu_l3_sel.gif");

}

.level2ULSeparator {
	height: 5px;!!!!
}

.menuItself a {
	text-decoration: none;

	color: #2D4BA9;
}

.menuItself a:hover {
	text-decoration: underline;
}

.leftTableLine {
	background-color: #2145D3;

	height: 100%;
	width: 1px;
}

#LeftTableBottom {
	padding-bottom: 15px;
}

/* ***************** Content ******************** */

#ContentItself {
	font-family: "Arial";
	font-size: 12px;

	color: #000000;

	width: 100%;
}

#ContentItself p {
	text-align: justify;

	text-indent: 0px;
	margin-bottom: 5px;
	margin-bottom: 15px;
}

#ContentItself ul {
	list-style-type: disc;

	margin-left: 50px;
}

#ContentItself hr {
	color: #2D4BA9;

	margin-top: 7px;
	margin-bottom: 7px;

	height: 1px;
}

#SiteContentText {
	text-align: left;

	padding: 0px 8px 8px 8px;
}

#SiteContentText a {
	text-decoration: none;

	color: #2D4BA9;
}

#SiteContentText a:hover {
	text-decoration: underline;
}


table.siteTable {
	border: 1px solid #5376EE;

	margin: 2px;
	padding: 2px;
}

.siteTable td {
	text-align: left;

	border: 1px solid #5376EE;

	margin: 2px;
	padding: 2px;
}

.siteTable tr {
	text-align: left;

	border: 1px solid #5376EE;
	margin: 2px;
	padding: 2px;
}

.siteTable th {
	text-align: center;

	color: #FFFFFF;

	border: 1px solid #5376EE;

	background-color: #5376EE;

	border-collapse: inherit;
	margin: 2px;
	padding: 2px;
}



/* ************ Information block *************** */

.informationBlock {
	margin-top: 5px;
	margin-left: 8px;
}

.headerText {
	font-size: 12px;

	margin-left: 25px;	
	padding-top: 3px;
}

.redHeaderBackground {
	text-align: left;
	vertical-align:  middle;

	background-image: url("../pictures/actions_header_background.jpg");
	background-repeat: repeat-x;

	padding-bottom: 10px;
}

.blockRedHeader {
	font-family: "Verdana";
	font-size: 12px;
	vertical-align: middle;

	background-image: url("../pictures/action_header_left_ender.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0%;
	color: #FFFFFF;

	height: 20px;
	width: 100%;
}

.blueHeaderBackground {
	text-align: left;
	vertical-align: middle;

	background-image: url("../pictures/catalogue_header_background.jpg");
	background-repeat: repeat-x;

	padding-bottom: 10px;
}

.blockBlueHeader {
	font-family: "Verdana";
	font-size: 12px;

	background-image: url("../pictures/catalogue_header_left_ender.jpg");
	background-repeat: no-repeat;
	background-position: 100% 0%;
	color: #FFFFFF;

	height: 20px;
	width: 100%;
}

.redDottedLine {
	background-image: url("../pictures/red_dot.gif");
	background-position: 0% 50%;
	background-repeat: repeat-x;

	margin-left: 10px;
	margin-right: 10px;
 	margin-bottom: 10px;

	height: 10px;
	width: 98%;
}

.blueDottedLine {
	background-image: url("../pictures/blue_dot.gif");
	background-position: 0% 50%;
	background-repeat: repeat-x;

	margin-left: 10px;
	margin-right: 10px;
 	margin-bottom: 10px;

	height: 10px;
	width: 98%;
}

#CatalogueFooterBackground {
	background-image: url("../pictures/catalogue_footer_background.jpg");
	background-repeat: repeat-x;
}

#CatalogueFooterBackground #FooterText {
	font-size: 12px;
	text-align: right;

	color: #FFFFFF;

	padding-top: 2px;
	padding-right: 25px;
	margin-left: 265px;	
}

#CatalogueFooter {
	font-family: "Verdana";
	font-size: 12px;

	background-image: url("../pictures/catalogue_footer_left_ender.jpg");
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #FFFFFF;

	height: 20px;
	width: 100%;
}

.highlightTextBlue {
	font-weight: bold;

	color: #2d4ba9;
}

.highlightTextRed {
	font-weight: bold;

	color: #FF3434;
}


.highlightTextGreen {
	font-weight: bold;

	color: #00AD5E;
}

h1 {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;

	color: #333399;

	margin-top: 10px;
	margin-bottom: 17px;
}

h2 {
	font-size: 13px;
	font-family: Arial;

	color: #333399;


	margin-top: 7px;
	margin-bottom: 10px;
}

h3 {
	font-size: 12px;
	font-family: Arial;

	color: #333399;

	margin-top: 10px;
	margin-bottom: 17px;
}

h4 {
	font-size: 11px;
	font-family: Arial;

	color: #333399;


	margin-top: 7px;
	margin-bottom: 10px;
}


h5 {
	font-size: 10px;
	font-family: Arial;

	color: #333399;

	margin-top: 10px;
	margin-bottom: 17px;
}

h6 {
	font-size: 9px;
	font-family: Arial;

	color: #333399;


	margin-top: 7px;
	margin-bottom: 10px;
}

.informationBlock ol {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 30px;
}

.informationBlock ul {
	margin-top: 5px;
	margin-bottom: 15px;
}

.informationBlock li {
	margin-bottom: 3px;
}

/* ***************** Site Path ****************** */

.sitePathBox {
	font-size: 12px;

	padding: 0px 0px 5px 15px;
	float: left;

}

.sitePathBox .firstelemholeder {
	padding-left: 25px;
}

.sitePathBox .sitePathFirstElement a {
	color: #3755BD;
	font-size: 12px;
	text-decoration: none;
}
.sitePathBox .sitePathFirstElement a:hover{
	text-decoration: underline;
}
.sitePathBox .sitePathFirstElement {
	margin-right: 3px;
	float: left;
}
.sitePathBox .sitePathElement a {
	color: #3755BD;
	text-decoration: none;

}
.sitePathBox .sitePathElement a:hover{
	text-decoration: underline;

}
.sitePathBox .sitePathElement {
	text-indent: 19px;
	white-space: nowrap;

	background-image: url("../pictures/catalogue/searcharrow.gif");
	background-position: 0px 4px;
	background-repeat: no-repeat;

	float: left;
	padding-right: 3px;
}

/* ************ Catalog main styles ************* */

.catHotDivider {
	background-image: url("../pictures/catalogue/cat_hor_divider.jpg");
	background-repeat: repeat-x;

	height: 638px;
	width: 4px;
}

#CatalogueItself {
	width: 100%;	
}

/* *************** Catalog path ***************** */

#CatalogPathBox {
	font-size: 14px;

	background-color: #5D95F9;
	background-image: url("../pictures/catalogue/cat_current_descr_backgr.jpg");
	background-position: 100% 0%;
	background-repeat: repeat-y;
	color: #FFFFFF;

	padding: 0px 10px 0px 10px;

	width: 100%;
}

#CatalogPathBox a {
	text-decoration: none;

	color: #FFFFFF;
}

#CatalogPathBox a:hover {
	text-decoration: none;
}

#CatalogPathBox .catalogPathFirstElement {
	margin-right: 5px;

	float: left;
}

#CatalogPathBox .catalogPathElement {
	text-indent: 15px;
	white-space: nowrap;

	background-image: url("../pictures/catalogue/descr_arrow.gif");
	background-position: 0px 5px;
	background-repeat: no-repeat;

	float: left;
	padding-right: 5px;
}

/* **************** Goods list ****************** */

#CatalogRow {
	vertical-align: top;
	
	border-left: 1px solid #3755BD;
	border-right: 1px solid #3755BD;
	border-bottom: 1px solid #3755BD;
}

.goodImageItself {
	background-color: #FFFFFF;

	text-align: center;
	vertical-align: middle;

	margin: 3px;

	width: 105px;
}

.goodValue {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;

	padding-left: 10px;
	padding-right: 10px;
}

.goodDescr .goodimg {
	padding: 15px;
	float: left;
}

.goodDescr {
	font-size: 12px;
	text-align: left;
	vertical-align: middle;

	margin: 5px;
}
 
.avaliableText {
	margin-right: 5px;

	float: left;

}

.avaliableIconHolder {
	vertical-align: middle;
}

.avaliableIcon {
	vertical-align: middle;
	
	float: left;

	height: 12px;
}

.avaliableIcon img {
        margin-right: 5px;
	
	float: left;
}

.goodMark {
	width: 100%;
	height: 28px;
}

.goodMark .goodMarkText {
	font-family: "Times";
	font-size: 12px;
	font-weight: bold;

	padding-top: 8px;
	float: left;
}

.goodMark img {
        display: block;
	margin: 4px 7px 3px 5px;
	float: left;
}

.goodButton {
	float: right;
	margin-top: 2px;

	width: 115px;
}

.goodButton img {
	float: right;
	margin: 6px 10px 6px 6px;
}

.goodHighlightBack {
	background-color: #E2FEE2;
}

.goodListTable {
	font-size: 12px;

	border: 1px solid #5376EE;

	margin-top: 6px;
	margin-bottom: 15px;
	margin-left: 15px;

	width: 95%;
}

/* ************* Goods table head *************** */
.goodListTable td {
	border: 1px solid #5376EE;
}

.goodListTable .goodHeadName {
	font-size: 12px;
	white-space: nowrap;

	background-color: #5376EE;
	color: #FFFFFF;
	padding-left: 6px;
	padding-right: 6px;
	height: 22px;
}

.goodListTable .goodImage {
	text-align: left;	

	margin-left: 20px;

	width: 100%;
}

.goodListTable .goodPrice {
	padding-left: 10px;
	padding-right: 10px;
}

/* **************** Common pager **************** */

#CommonPager {
	font-size: 13px;

	color: #C0C0C0;

	margin-left: 40px;

	height: 30px;

	cursor: default;
}

#CommonPager a {
	text-decoration: none;

	color: #2D4BA9;
}

#CommonPager a:hover {
	text-decoration: underline;
}

#CommonPager #PrevLink {
	background-image: url('../pictures/prev.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;

	float: left;
	padding-left: 15px;
	padding-right: 10px;
}

#CommonPager .pageNumber {
	float: left;
	margin-right: 10px;
}

#CommonPager #NextLink {
	background-image: url('../pictures/next.gif');
	background-repeat: no-repeat;
	background-position: 100% 5px;

	padding-right: 14px;
	float: left;

}

/* ***************** Search ********************* */

#SearchQuery {
	text-align: center;
	font-weight: bold;

	color: #000000;

	padding-top:2px;
	padding-bottom:10px;
	position: relative;
	left: -15px;
	width: 100%;
}

#SearchQuery .searchHighlight {
	color: #FF0000;
}

/* ***************** Foother ******************** */

#CopyrightTable {
	height: 49px;
	width: 336px;
}

#CopyrightTop {
	background-image: url("../pictures/footer_copyright_background.jpg"); 

	height: 27px;
	width: 336px;
}

#Copyright {
	background-color: #2D4BB9;

	height: 22px;
	width: 336px;
}

#Copyright a {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;

	color: #FFFFFF;
}

#Copyright a:hover {
	text-decoration: none;
}

#BottomRubberStart {
	background-image: url("../pictures/foooter_bottom_background.jpg"); 
}

#BottomRubber {
	background-image: url("../pictures/foooter_bottom_background.jpg"); 

	height: 49px;
	width: 100%;
}

#BottomRubber .bottomBanner {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

#FooterTopBackground {
	background-image: url("../pictures/foooter_top_background.jpg"); 

	height: 49px;
	width: 100%;
}

/* ******************* Form ********************* */

.formTable td.fieldName {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;

	padding: 7px 10px 7px 0px;
}

.formTable td.fieldValue {
	text-align: left;
	vertical-align: top;

	padding: 7px 0px 7px 0px;
}


.formTable input[type='text'], input[type='password'] {
	background-color: #E2E7FA;
	color: #000000;

	border: 1px solid #3452BB;
}

.formTable .textInput {
	background-color: #E2E7FA;
	color: #000000;

	border: 1px solid #3452BB;

	width: 300px;
}

.formTable input.textInputMiddle {
	background-color: #E2E7FA;
	color: #000000;

	border: 1px solid #3452BB;

	padding: 0px 2px 0px 2px;

	width: 200px;
}


.formTable input.textInputMiddleDisabled {
	color: #909090;

	background-color: #F0F0F0;

	border: 1px solid #909090;

	padding: 0px 2px 0px 2px;
	margin-left: 2px;

	width: 200px;

	cursor: default;
}

.formTable input.textInputSmall {
	padding: 0px 2px 0px 2px;

	width: 30px;
}

.formTable select {
	background-color: #E2E7FA;
	color: #000000;

	border: 1px solid #3452BB;

	width: 300px;
}

.formTable textarea {
	font-weight: normal;

	background-color: #E2E7FA;
	color: #000000;

	border: 1px solid #3452BB;

	height: 70px;
	width: 300px;
}

.formTable .normalFace {
	border: 0px;
	background-color: #FFFFFF;
}

.formTable .formNote {
	text-align: left;

	padding-bottom: 10px;
}

.formTable .formButtons {
	margin-top: 10px;
	margin-bottom: 20px;

}

.star {
	color: #FF0000;

	padding-left:3px;
}

.errorMessage {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;

	color: #FF0000;
}

.confirmMessage {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;

	color: #29A320;
}

.formDivider {
	text-align: center;

	background-image: url("../pictures/blue_dot.gif");
	background-position: 0% 50%;
	background-repeat: repeat-x;

	margin-left: 10px;
	margin-right: 10px;
 	margin-bottom: 10px;

	height: 10px;
	width: 370px;
}

.imageButton input {
	border: 0px;
}

#ResetButton {
	cursor: pointer;
}
