/* CSS Document */
/* -----------------  Print Styles  ------- */

@import 'shop.css';

* {color:#000;
	background-color: transparent;
	background-image: none;
	border: 0px;}

body {
	font-size: 10pt;
	line-height: 1.4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	background: #fff none;
}
td {vertical-align: top;}

h1,h2,h3,h4,h5,h6 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

a img { border:none; }

hr { background:#ccc; color:#ccc; width:100%; height:2px; margin:0.5em 0; padding:0; border:none;}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }

#header{margin:20px 0;}
#contacts{width: 5%}
/*#contacts .caption{	color: white;font-size: 8pt;}*/
#contacts .tel .type{display:block;font-size: 8pt;}
#contacts .tel .value{font-size: 10pt;}

#path{font-size: 80%;}
#path a{color: #999;}

#headingX{float:right;}
#content a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
}
/*
#content a:link:after, a:visited:after {
content:" (" attr(href) ") ";
font-size:90%;
}
*/


.plashka-top {background: #eee;}
/*...................................... shop ............*/
div.productInfoPrice {float:none; width:auto; margin:auto; border: 0px; background: none transparent;}


td.accountHistory-odd, td.addressBook-odd, td.alsoPurchased-odd, td.payment-odd, 
td.productListing-odd, td.productReviews-odd, td.upcomingProducts-odd, td.shippingOptions-odd {
	background-color: #fff;}
td.accountHistory-even, td.addressBook-even, td.alsoPurchased-even, td.payment-even, 
td.productListing-even, td.productReviews-even, td.upcomingProducts-even, td.shippingOptions-even {
	background-color: #fff;}

div.boxNewProducts {
	border: 0px;}
	
td.productListing-img, td.productListing-data {padding-top:10px; padding-bottom:10px; border-bottom: 1px solid #ccc;}
