/*
** georgetown style sheet
*/

body {
	margin: 0px;
  	margin-left: 1px;	
  	padding: 0px;
  	color: #000;
 	background: #000 url(../images/background.jpg) center repeat-y;
	font-family: "verdana", "arial", sans-serif;
	font-size: 80%;
	text-align: center;
}


/*
** Page layout/design
*/
#main {
	
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px auto;
	width: 770px;
	text-align: left;
}

/*
** Header
*/
#header {
	width: 770px;
	height: 150px;
}


/*
** Navigation
*/
.nav_cat {
	font-size: 90%;
	text-align: left;	
}


/*
** leftside
*/
#leftside {
	width: 140px;
	float: left;
	text-align: left;
	color: #000;
	padding: 10px;
}

#leftside a {
	color: #000;
	text-decoration: none;	
}

#leftside a:hover {
	color: #666;
	text-decoration: underline;	
}

#leftside .header {
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	background: #000;
	width: 100%;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
}


#leftside .header a {
	color: #fff;
	background: #000;
	text-decoration: none;
}

#leftside .headero {
	font-weight: bold;
	font-size: 90%;
	color: #000;
	background: #fff;
	width: 100%;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
}


#leftside .headero a {
	color: #000;
	background: #fff;
	text-decoration: none;
}

#leftside h1 {
	color: #333;
	background: transparent;
	font-family: "arial", "verdana", sans-serif;
	font-size: 125%;
}

#leftside h2 {
	color: #333;
	background: transparent;
	font-family: "arial", "verdana", sans-serif;
	font-size: 110%;
}


/*
** rightside
*/
#rightside {
	width: 580px;
	float: right;
	padding: 10px;
	
}

#rightside h1 {
	font-weight: bold;
	font-size: 125%;
	padding-bottom: 5px;	
	text-transform: uppercase;
}

#rightside h2 {
	font-weight: bold;
	font-size: 125%;
	padding-bottom: 5px;	
	text-transform: uppercase;
}



/*
** breadcrumb
*/
.breadcrumb {
	color: #666;
	background: transparent;
	font-size: 80%;
}

.breadcrumb a {
	color: #000;
	background: transparent;
}

img.block {
	display: block;
}

.table_header {
	color: #fff;
	background: #365B80;
	font-weight: bold;
}

.table_header a {
	color: #fff;
}

.even {
	color: #000;
	background: #B4CEE8;	
}

.child {
	font-size: 90%;
	color: #000;
	padding: 1px;	
}

.pages {
	padding: 3px;	
}

.module_description {
	cursor: help;	
}

/*
** Admin stuff -- Important
*/

#lang_bar {
	height: 18px;
	background: transparent url(../images/bg_lang.png) repeat-x top center;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
}

#lang_selected {
	height: 22px;
	padding-top: 1px;
	//background: transparent url(../images/bg_lang_selected.png) no-repeat top center;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #000;
	text-decoration: none;
}


#page_heading {
	color: #b4d234;
	font-family: georgia, serif;
	font-size: 150%;
	margin-left: 8px;
	margin-right: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom: 5px solid #b4d234;
}

.img_border {
	border: 1px solid #999;
	background: #f6f6f6;
	padding: 5px;
}

/*
** Product page styles
*/
.prod_title {
	font-weight: bold;
	font-size: 125%;
	padding-bottom: 5px;	
	text-transform: uppercase;
}

.prod_author {
	font-size: 85%;
	color: #666;	
}

.prod_desc {
	padding: 5px;	
}

.prod_price {
	font-weight: bold;
	font-size: 115%;
	text-align: right;	
}

.prod_isbn {
	font-size: 90%;	
	text-align: right;
}

.sale_red {
	font-weight: bold;
	color: #900;	
}

.sale_black {
	font-size: 90%;
	text-decoration: line-through;
}

.front_box {
	border: 1px solid #dedede;
	padding: 0px;
	vertical-align: top;
	width: 180px;
}

.front_img {
	float: left;
	width: 70px;	
	margin: 5px;
}

.prod_img {
	border: 1px solid #000;
	padding: 1px;
	margin-right: 10px; 
	margin-bottom: 10px; 
	max-width: 250px;" 
}

.prod_img_t {
	border: 1px solid #000;
	padding: 1px;
	margin-right: 5px; 
	margin-bottom: 10px; 
}

.prod_img_l {
	border: 1px solid #000;
	padding: 1px;
	margin-right: 10px; 
	margin-bottom: 10px; 
	max-width: 550px;" 
}
