/* Меню */
h1.shop {
	margin: 9px 0px 9px 0px;
	font-family:Vardana, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #505662;
}

.shopMenu {
	margin-top:50px;
	background-color:#E2E1E1;
	height:auto;
	text-align:left;
	padding:10px 10px 10px 30px;
}
.shopMenu div{
	margin:4px 0px 4px 0px;
	font-family:Vardana, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color:#E3038C;
}

.shopMenu div.subgroup{
	margin:4px 0px 4px 12px;
	font-weight:bold;
	color:#184CA9;
}

.shopMenu div div{
	width:21px;
	background: #1651B9;
	margin-top: 3px;
	height:3px;
}
.shopMenu div div.sel{
	background: #E3038C;
}
/* \Меню\ */

div.separate{
	margin: 25px 5px 0px 5px;
	border-top:1px solid #999997;
}

.priceText{
	padding: 7px 0px 0px 5px; 
	color: #E3038C;
	font-weight:bold;
}
.priceText span{
	font-size:16px;
}

div.blueSeparate{
	background-color:#9B9A97;
	width:1px;
	height:20px;
 	margin: 0px 3px 0px 7px;
 }	
div.graySeparate{
	float:left;
	width:1px;
	height:24px;
	background-color:#9B9A97;
	margin: 0px 7px 0px 10px;
}

/*-------------- Корзина ------------------*/

table.basket td.title{
	color:#797979;
	padding-left:25px;
	font-size:14px;	
	font-weight:bold;
}

table.cartPositions {
	background:#000000;
	border-collapse:collapse;
}

table.cartPositions th {
	background:#E3E4E6;
	padding-top:8px;
}

table.cartPositions tr td {
	border-top:2px solid white;
	border-bottom:2px solid white;
	background:#CEDDFA;
}

table.cartPositions tr.specialPositions td {
	color:#DC047F;
	font-weight:bold;
	background:#FDDAEE;
}

table.prices {
	border-top:1px solid white;
	background:#E3E4E6;
}

table.prices td{


	padding-right:10px;
}

table.prices tr.common td{
	color:#5578B5;
	font-weight:bold;
}

input.basketSubmit{
	margin-right:10px;
	width: 90px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
	color:#DA0078;
	background-color:white;
	border:1px solid white;
}

span.red {
	color:#DA0078;
	padding-left:25px;
}