
/*	-------------------------------------------------------------
	Zero Books Online
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Tanım:			Print stilleri için css belgesi
	Dosya adı:		print.css
	Versiyon:		1.0
	Tarih:			15 Mayıs 2006
	Kod Yazarı:		Orhan Küçükerman (İki Pixel Multimedia)
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	Ana şablon Stilleri
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	font: 10pt arial,tahoma,verdana,sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .2em;
	font-family: arial,tahoma,verdana,sans-serif;
	font-size: 1.5em;
	}

* {
	float:none;
	position:static;
	width:auto;
	background:#fff;
	}
p {
	margin: 0 0 1em;
	}
img {
	border:none;
	display:block;
	margin: .5em 0;
	}
dt {
	font-weight:bold;
	}

h2, #content #promaintable table tr td.pricebar, #propaging, #nav, #utility, #search, #nav-secondary, #breadcrumb, h4.secondary-header, #footer, #sidebar, .returnlink, .listtool, .listbutton {
	display:none;
	}

/*	-------------------------------------------------------------
	Linklerin Stilleri
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	border:none;
	}
a,a:link,a:link,a:link,a:hover {
	background:transparent;
	text-decoration:underline;
	cursor:pointer;
	} 
a:link {
	color:#5291c4;
	} 
a:visited {
	color:#666;
	}
a:hover {
	color:#ff9900;
	border:none;
	} 
a:active {
	color:#0066cc;
	} 

.teaserBox {
	clear:both;
	margin: 0 0 1em;
	}

.sponsors img {
	margin: .5em 0;
	}

#footer {
	margin: 1em 0;
	}

#header {
	border-bottom: 3px solid #c00;
	}

/*	-------------------------------------------------------------
	Tablolar Stilleri
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#site-name {
	font-size: 2em;
	}
#content #promaintable {
	margin: 0;
	padding: 15px 0;
	}
#content #promaintable img {
	border:1px solid #000;
	}
#content #promaintable a.borderless img {
	border:none;
	margin-bottom: 8px;
	}
#content #promaintable {
	border-bottom: 1px dashed #ccc;
	}
#content #promaintable table tr td.prothumb{
	margin: 0;
	padding: 0 15px 0 0;
	}
#content #promaintable table tr td.prodetails p {
	margin: 0;
	padding: 0;
	}

#content #procarttable table tr td{
	margin: 0;
	padding: 2px 5px;
	}
#content #procarttable table tr.border{
	margin: 0;
	padding: 10px 0;
	background: #f2f2f2;
	}
#content #procarttable #subtotal tr td{
	margin: 0;
	padding: 0;
	background: #F2F2F2;
	}
