/* ================== Общие селекторы ================== */
body {
font-family: Verdana, Tahoma;
font-size: 10px;
color: #333333;
FONT-STYLE: normal;
}
h1, h2, h3, p {
	margin-top: 15px;
	margin-bottom: 6px;
}
h1 { font-size: 11pt }
h2 { font-size: 10pt }
h3 { font-size: 10pt }

td {
font-family: Verdana, Tahoma;
font-size: 10px;
color: #333333;
FONT-STYLE: normal;
}
.top {
font-family: Verdana, Tahoma;
font-size: 10px;
color: white;
FONT-STYLE: normal;
}
.bg_right {
padding: 20px;
background: url(i/right_header.gif);
background-repeat: no-repeat;
background-position: right top;
}
a {
font-family: Verdana, Tahoma;
font-size: 10px;
color: #333333;
text-decoration: underlined;
}
a:hover {
color: #D71343;
}
/* ================== Объекты страницы ================== */
/* Заголовок страницы */
#pageTitle {
	width: 100%;
	height: 70px;
	background-color: #99ccff;
	overflow: hidden;
}
#pageTitle h1 {
	color: white;
	text-align: center;
	font-size: 11pt;
	margin: 10px;
}

/* Навигация */
#pageNavigation {
color: #ffffff;

}
#pageNavigation a {
font-family: Verdana, Tahoma;
font-size: 10px;
color: #ffffff;
font-weight: bold;
text-decoration: underlined;
FONT-STYLE: normal;
}
#pageNavigation a:hover {
color: #D71343;
}

/* Тело страницы */
#pageBody {
font-family: Verdana, Tahoma;
font-size: 10px;
color: #333333;
FONT-STYLE: normal;
}


/* Информация о продукте */
#pageProduct {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Поиск */
#frmSearch {
	text-align: left;
	width: 500px;
	padding: 5px;

}
#txtSearch {
color: #D71343
width: 400px;
}
 
/* Корзина */
#basketControl {

}

/* оформление заказа */
#frmPurchase, #frmOrdersLogin { text-align: center }
#fldPersonal, #fldPayment, #fldOrdersLogin, #frmOrders  { 

}
#txtName, #txtEmail, #txtNumber, #txtHolder, #txtOrderId { 

}
#txtAddr { 

}



/* ================== Классы ================== */
.sectionList {
	margin-left: 20px;
}

.productItem {

}

.productTitle {


font-weight: bold;
}

.productPrice {

}

.productPages {

}

.productCurrentPage {

}

.productLink {

}

/* Таблица корзины */
.tTable, .tTable td { border: #D71343 1px solid }
.tTable td { font-size: 10pt }
.tHeader {

}
.tTitle { 
font-weight: bold;
}
.tKol, .tPrice, .tSumm { 

}
.tFooter { 

}
.tTotal, .tTotalSumm { text-align: right }
.basketButton {

}

/* Сообщение об ощибке */
.errorMsg {

}
.smallFont { font-size: 8pt }

/* Таблица реквизитов 
.account tr td {
}
*/