/* =CSS Document= */
html, body{
	background-color: #a29387;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	color: #666;
	margin: 0; padding: 0;
}
/* =div= */
div#containerCatalogPage{
	overflow: visible;
	width: 100%;
	background-color: #a29387;
}
div#containerCategory{
	overflow: hidden;
}
div#containerCategoryTitle{
	overflow: visible;
	width: 100%; height: 100%;
}
div#containerCard{
	float: left;
	width: 197px; height: 290px;
	margin: 5px;
	background-color: #fff;
	border-top: 2px solid #feefc5;
	border-left: 2px solid #feefc5;
	border-bottom: 2px solid #c2b9b1;
	border-right: 2px solid #c2b9b1;
}
div#footerCatalog {
	float: left;
	width: 800px;
	height: 600px;
}
/* =buy= */
ul li{
	margin: .1em 0;
}
ul#buytint, ul#typetint, ul#pricetint, ul#typetintset{
	float: left;
	list-style-type: none;
	margin: 0; padding: 0;
}
ul#typetint{
	width: 114px;
}
ul#typetintset{
	width: 107px;
}
ul#buytint{
	width: 50px;
	margin-left: 2px;
}
/*----------*/
ul#buynow, ul#number, ul#type, ul#size, ul#price, ul#typep, ul#pricep, ul#buynowp, ul#sizeFlag, ul#berets, ul#priceBeret{
	float: left;
	margin: 0; padding: 0;
	list-style-type: none;
}
ul#berets {
	width: 132px;
	text-align: left;
	padding: 0 0 0 15px;
}
ul#buynow{
	width: 20px;
	margin-left: 2px;
}
ul#buynowp{
	width: 22px;
	margin-left: 2px;
}
ul#number{
	width: 32px;
	text-align: right;
}
ul#type{
	width: 25px;
	text-align: right;
}
ul#typep{
	width: 58px;
}
ul#size{
	width: 65px;
	text-align: center;
}
ul#sizeFlag{
	width: 120px;
	text-align: center;
}
ul#price{
	width: 45px;
	text-align: right;
}
ul#pricep{
	width: 35px;
	text-align: right;
}
ul#priceBeret {
	width: 25px;
}
/* =tags= */
h1{
	font-family:arial;
	font-weight: normal; 
	text-indent: 10px;
	text-transform: capitalize;
	color: #010137;
	font-size: 2.5em;
	margin: 10px 0 0 0; padding: 0;
}
h2{
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: .1em 0 .5em 0; padding: 0;
}
h3{
	text-transform: uppercase;
	color: #f00;
	font-size: 1em;
	text-align: center;
	margin: 0; padding: 0;
}
h4{
	font-size: 1.2em;
	text-transform: capitalize;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: .1em 0; padding: 0;
}
h5{
	font-size: 1em;
	text-transform: capitalize;
	font-weight: normal;
	text-align: center;
	padding: 2.5em 0 .2em 0;margin: 0;
}
p{
	margin: 0; padding: 0;
}
/* =links= */
a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
}
a:hover{
	text-decoration: underline;
	color: #000;
}
ul#buynow a:hover, ul#buynowp a:hover{
	text-decoration: underline;
	color: #000;
}
ul#buynow a, ul#buynowp a{
	text-transform: uppercase;
	font-weight: bold;
	color: #f00;	
}
ul#typep a{
	text-transform: lowercase;
}
/* =classes= */
.line{
	color: #010137;
	width: 75%;
}
.center{
	text-align: center;
}
.details{
	text-transform: capitalize;
	text-decoration: none;
	color: #666;
}
.sold{
	color: #f00;
	text-transform: uppercase;
}
.bgred{
	background-color: #f00;
}
.market {
		color: #FFFF00;
		text-decoration: none;
}
.buy{
	text-transform: uppercase;
	font-weight: bold;
	color: #f00;
}
.red{
	color:#f00;
	text-transform: uppercase;
}
.tint{
	text-transform: lowercase;
}