/*----------------GLOBAL FORMATTING-------------------*/

h2 {
	font-size:16px;
	color: #444444;
}

h3 {
	font-size:14px;
}

p, li, li ul, td {	
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #4B453D;
}

a {
	color: #993300;
	text-decoration:none;
}

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

/*----------------CLASS FORMATTING-------------------*/

.block a, .block_collection a, .block_classic a {
	font-size:13px;
	font-weight:bold;
	color:#2C1B01;
	text-decoration:none;
	background: #C0AB98;
	line-height:20px;
	padding: 15px;
	margin: 10px 0px 10px 0px;
	display:block;
	clear:right;
}

.block a:hover, .block_collection a:hover, .block_classic a:hover {
	background: #CC9933;
	color:#FFFFFF;
	text-decoration:none;
}

.block_collection a:hover {
	background: #7491B4;}

.block_classic a:hover  {
	background: #800000;}	

.sidebardivider { /*needs more adjustment! */
	margin: 12px 10px 0px 0px;
	padding:0px 0px 5px 0px;
	font-size:8px;
	line-height:8px;
	background:url(../resources/images/bg_sidebar_divider.gif) repeat-x;
}

.form_w {
	border:#C0B19D 1px solid;
	background: #FCF9F0;
}

.note {
	font-size:11px;
	color:#565047;
	line-height:16px;
}

.green {
	color:#666600;
	font-weight:bold;
}

.quote {
	color:#4E637D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.2em;
	margin:2em;
	line-height:1.4em;
	}

/*----------------extra-------------------*/
.extra {
	clear: both;
	}
.extra dl {
	float: left;
	width: 20%;
	margin: 0;
	}
.extra dl dt {
	margin: 0 0 6px 10px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.4em;
	color: #494949;
	rgba(0,0,0,.8);
	}
.extra dl dd {
	margin: 0 0 6px 10px;
	font-weight: bold;
	line-height: 1.4em;
	}
.extra dl dd.proj {	
	margin-bottom: 10px;
	}
.extra dl dd.proj a {
	font-weight: normal;
	font-size: .9em;
	color: #84827b;
	color: rgba(132,130,123,.7);
	}
.extra dl dd a strong {
	display: block;
	font-size: 1.1em;
	padding: 2px 0 0 0;
	color: #84827b;
	}
.extra dl dd img {
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: 5px;
	background: #d1d1bc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
.extra dl.books dd img {
	width: 30%;
	}
.extra dl dd a:hover img {
	background: #c3c3b0;
	}

/*----------------PHP FORMS-------------------*/

.pagebrowser {
	color:#A99C8A;
	font-size:11px;
}

.pagebrowser a {
	color:#71695C;
	text-decoration:none;
	font-weight:bold;
}
	
.pagebrowser a:hover {
	color: #993300;
	text-decoration: underline;
	}

.listheader, .listheader th {
	background: #71695C;
	color:#DFD3C5;
	line-height:20px;
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	vertical-align:middle;
}

.listinfo {
	color: #71695C;
}	

.listbrowser {
	border:#C0B19D 1px solid;
	padding:3px;
	height:20px;
	margin-bottom:5px;
	margin-top:5px;
}

.listrow td {
	border-bottom: #C3B4A0 1px dashed;
	line-height: 16px;
}

.quantity_box_button {
	width:15px;
	height:20px;
	background-image:url(../resources/images/button_number.jpg);
	border:0px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px;
	text-align:center
}

.quantity_box_button:hover {
	background-image:url(../resources/images/button_number_hover.jpg);
}

.addtocart_button, .addtocart_button a {
	/*background-image:url(../resources/images/button_addtocart.gif);*/
	background-color: #A99C8A;
	color:#EEEEEE;
	padding:5px;
	height:25px;
	border:0px;
	display:block;
}

.addtocart_button:hover {
	background-color: #CC9933;
}

.detaillabel, .label, .label_l, .label_r {
	color: #918677;
	padding:5px 0 5px 0;
	text-align:right;
	padding-right:10px;
	font-weight:bold;
	border-bottom: #C3B4A0 1px dashed;
}

.detailinfo, .detailinfolast {
	border-bottom: #C3B4A0 1px dashed;
	vertical-align:top;
	padding:5px 0 5px 0;
	font-weight:bold;
	text-align:left;
}

.detailinfolast, .label, .label_l, .label_r {
	border-bottom: 0px;
	vertical-align:top;
}

.label_l {
	text-align:left;
}

.label_r {color:#191000}
	
.detailpix {
	background:url(../resources/images/bg_product_box_gradient.jpg) repeat-x #A99C8A;
	width:170px;
	height:140px;
	margin:5px;
	text-align:center;
	padding:5px 0 5px 0;
}

.detailheader {
	border:#C0B19D 1px solid;
	background-color: #FCF9F0;
}

.homesection {
	border-bottom: #C3B4A0 1px solid;
	border-top: #EEEEEE 1px solid; 
	vertical-align:middle;
	padding:8px 0 15px 0;
}

.homelink {
	color: #3D2700;
}

.homelink:hover {
	color: #4F647E;
}

.image {
	width:160px;
	padding:10px; 
	text-align:center;
	border:#AAAAAA 1px solid;
	background-color: #222222;
}

.image div{
  text-align: left;
  font-size: 80%;
  text-indent: 0;
  width: 100%;
  color: #CCCCCC;
  margin-top:5px;
}

.float_r {
float:right;
margin-left:10px;
}

.float_l {
float:left;
margin-right:10px;
}

br {clear:left;}

.bookstitle {
	font-size:14px;
	margin:0 0 0 0;
	text-align:left;
	padding-top:5px;
}
.parabook {
	margin:0 0 0 0;
	text-align:left;
	margin-top:1.5em;
	

}