/**
* @ BookShop is a CSS template for Elxis 2009.x designed by Rentasite Web Services
* @ URL: http://www.rentasite.gr
* @ Template Version: 1.0
* @ License: GNU/GPL
*/

@import url("standard.css"); 
@import url("layout.css"); /*layout css file*/
@import url("customize.css"); /*Use this file to customize your website*/
@import url("tabpane.css");
@media print {
	body {
		background-color: #FFFFFF;
		color: #000000;
	}
}

