/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

/*a:focus {
	outline: 1px dotted invert;
}*/

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 25px;
	color:#900;
	font-weight:900;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 0px;
}

/* `Bokobsa
----------------------------------------------------------------------------------------------------*/
.center{
	text-align:center;
}
.mini_footer{
	font-size:10px;
	text-decoration:none;
	color:#999;
}
.footer_link{
	font-size:12px;
	text-decoration: none;
	color:#666;
}
.title_section{
	font-size: 18px;
}
.title_product{
	font-size: 20px;
	border:solid 1px #EEE;
	padding: 0px 5px 0px 5px;
	font-weight:normal;
}
#product_details h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}
#title, #title a {
	font-size:10px;
	color:#333;
	text-decoration:none;
}
#title a:hover {
	text-decoration:underline;
}
.mini_location{
	font-size:10px;
	color:#FFF;
}
#products p a{
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	color:#000;
}
#suggest p a{
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	color:#000;
}
.top{
	text-align: right;
}
#content h4{
	font-size: 18px;
	color:#900;
	font-weight:normal;

}
a#content .top{
	color:#CCC;
	font-size: 11px;
	text-decoration:none;
}

.contentlink{
	color:#900;
	font-size: 12px;
	text-decoration:none;
}
.contentlink:hover{
	text-decoration:underline;
}
.label{
	color:#666;
	font-size: 11px;
}
.subtitle{
	font-size:10px;
	color:#999;
}