@CHARSET "UTF-8";

table.basket {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 21px;
}

.basket td {
	padding: 4px 3px 3px;
	vertical-align: middle;
	border-right: 1px solid #C2C2C2;
}

.basket th {
	padding: 4px 3px 3px;
	vertical-align: middle;
	font-weight: bold;
	border: 1px solid #C2C2C2;
	border-left: none;
	background-color: #d3d3d3;
}

.basket td.empty{
	background: none;
	text-align: right;
	padding-right: 15px;
	border-right: 1px dotted #C2C2C2;
	border-top: 1px solid #C2C2C2;
	font-weight: bold;
}
.basket td.sum{
	background-color: #ffffff;
	font-weight: bold;
	border-top: 1px solid #C2C2C2;
	border-right: none;
}

.basket td.delAll{
	background-color: #ffffff;
	font-weight: bold;
	text-align: right;
	padding-right: 7px;
	border-top: 1px solid #C2C2C2;
	border-left: 1px dotted #C2C2C2;
	border-right: none;
	width: 120px;
}
	
.basket a:hover{
	text-decoration: underline;
}
.basket a {
	/*font-family: Verdana;*/
	font-size: 12px;
	color: #882114;
	text-decoration: none;
	cursor: pointer;
}

.basket select{
	font-family: Verdana;
	text-align: center;
	padding: 2px 0px;
	width: 40px;
}

#delImg{
	display: inline;
	position: relative;
	top: 3px;
}

td.name, th.name{
	padding-left: 7px;
	text-align: left;
	border-left: 1px solid #C2C2C2;
}

td.delete, th.delete{
	padding-right: 7px;
	text-align: right;
}

td.param, th.param{
	text-align: left;
	padding-left: 12px;
}

td.price {
	width: 75px;
}

td.amount{
	width: 50px;
}

td.season{
	padding: 1px 3px; 
	width: 28;
}

.basketHeader {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 20px 10px 0px;
}

.subHeader{
	display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 10px 5px;
    padding-bottom: 5px;
    color: #222228;
}

#msgContent {
	margin: 0px 10px 0px;
	padding: 5px 10px 0px;
}

#basketContent {
	margin: 0 10px 30px;
	padding: 5px 10px 0px;
}

div#basketContent .contentInside, div#msgContent .contentInside {
	margin: 5px 15px 0px 20px;
}

div#basketContent .commonText{
	padding-top: 5px;
	font-size: 12px;
}

input.s_button {
	background-color: #666666;
	border: 1px solid #CCCCCC;
	color: #EEEEEE;
	cursor: pointer;
	font-size: 12px;
	/*font-family: "Verdana";*/
	margin: 5px 10px 0px;
	padding: 2px 3px;
	text-align: center;
	/*height: 26px;*/
	vertical-align: middle;
}

div#button {
	width: 130px;
	height: 18px;
	background-color:#666666;
	border:1px solid #CCCCCC;
	padding: 4px 10px 3px;
	font-size: 12px;
	font-family: Verdana;
	margin: 40px 0px 20px;
	vertical-align: middle;
}

#button a{
	text-decoration: none;
	color: #EEEEEE;
}

.orderData{
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	border-top: 1px dotted #c2c2c2;
	margin: 10px 0px;
	text-align: left;
}

.orderData .label{
	float: left;
	width: 150px;
	margin: 0px 10px 0px 20px;
	color: #333333;
}

.orderData .data{
	float: left;
	padding-left: 20px;
	border-left: 1px dotted #dddddd;
}

.orderData .row{
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
}
	
.error{
	font-size: 11px;
	color: red;
	display: table-row;
}

.button_row{
	clear: both;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
} 


input.add_button {
	background-color: #666666;
	border: 1px solid #CCCCCC;
	color: #EEEEEE;
	cursor: pointer;
	font-size: 12px;
	font-family: "Verdana";
	margin: 4px 4px 0px;
	padding: 2px 4px;
	text-align: center;
	height: 22px;
	vertical-align: middle;
}

.gratis{
	display: block;
	color:red;
	font-size: 9px;
	line-height: 10px;
	font-style: normal;
	margin: 0px;
	padding: 1px 5px 0px;
}

td.addItem{
	text-align: right;
	padding-right: 10px;
	width: 80px;
}

td.lastRow{
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #C2C2C2;
	height: 0px;
	background: none;
	padding: 0px;
}

div.rowFld{
	display: inline-block;
	padding: 5px 25px;
	margin: 0;
	font-size: 12px;
	border-right: 1px dotted #C2C2C2;
}

div#last.rowFld{
	border-right: none;
}

.rowFld label{
	padding: 2px 5px 2px 0px;	
	text-align: right;
	color: #000000;
}

.rowFld select{
	font-size: 12px;
	padding: 1px 0px 1px 1px;
	margin: 0px;
	border: 1px solid #aaaaaa;
}

div#found{
	display: inline-block;
	float: right;
	text-align: right;
	padding: 2px 3px 0px;
	color: #555558;
}

.floatDetail{
	display: inline-block;
	position: absolute;
	left: -1000px;
	top: 300px;
	border: 1px solid #882114;
	background-color: white;
	opacity: 0.7;
	font-size: 12px;
	padding: 5px 10px;
	z-index: 100; 
}

div.fldset .commonText{
	padding-right: 5px;
	font-size: 12px;
}

div.fldset select{
	font-size: 12px;
	font-family: "Arial", "Helvetica";
}

div.boxBorder {
	height: 9px;
	background-color: #f2f2f2;
}

div.boxContent {
	padding: 0 19px 0 19px;
	background-color: #f2f2f2;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: justify;
}
div.boxContent a.title, div.boxContent a.title:link, div.boxContent a.title:hover, div.boxContent a.title:active, div.boxContent a.title:visited, 
div.boxContent h2 {
	color: #882114;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;	
	height: 16px;
	font-weight: bold;
	padding-bottom:6px;	
	margin:0;	
	letter-spacing:1px;
	text-decoration:none;
}
div.border1 {
	border-top: 1px dotted #c6c6c6;
}
div.border2 {
	border-top: 1px dotted #c6c6c6;
	padding: 8px 0 8px 0;
}
div.boxContent a.title:hover {
	text-decoration: underline;
}
div.boxContent div.boxSegm {
	float: left;	
}
div.boxSegmA {
	float: left;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}
div.boxSegmA a, div.boxSegmA a:link, div.boxSegmA a:visited, div.boxSegmA a:active {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8b0116;	
	text-decoration: none;		
	font-weight: bold;
}
div.boxSegmA a:hover {
	text-decoration: underline;
}
div.boxSegmSep {
	float: left;
	width: 30px;
}
div.boxContent div.boxSegm2 {
	float: left;
	padding-left: 30px;
	width: 470px;
}

div.boxContent div.boxSegm3 {
	float: left;
	padding-left: 120px;	
}

div.boxlt, div.boxlb, div.boxrt, div.boxrb {
	float: left;
	width: 9px;
	height: 9px;
	background: url(../../img/box-lt.gif);
}
div.boxlb {
	background: url(../../img/box-lb.gif);
}
div.boxrt {
	background: url(../../img/box-rt.gif);
	float:right;
}
div.boxrb {
	background: url(../../img/box-rb.gif);
	float:right;
}
div.txtInfo {
	font-size: 12px;
	padding: 0 20px 0 20px;
}
div#boxTireParams {
	float: left;
	padding-left: 30px;
}
div#boxTirePrice {
	float: right;
	padding-top: 30px;
}
.boxDetail{
	display: none;
	position: absolute;
	border: 1px solid #882114;
	background-color: white;
	opacity: 0.7;
	font-size: 12px;
	padding: 5px 10px;
	z-index: 100; 
}
div.price {
	font-size: 14px;
	color: red;
	font-weight: bold;
}
div.priceSmall {
	font-size: 11px;
	color: red;
	font-weight: bold;
}
div#boxTireParams h3 a, div#boxTireParams h3 a:link, div#boxTireParams h3 a:visited, div#boxTireParams h3 a:active {
	color: black;
	text-decoration: none;
}
div#boxTireParams h3 a:hover {
	text-decoration: underline;
}
