/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
body {
	background-image:url(image/global/darkBrown.jpg);
	background-repeat:repeat;
}
a:link {
	color:#FFEFDF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FFEFDF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color:#FFEFDF;
}

a.topNav:link {
	color:white; 
	font-weight:bold; 
	font-size:12px;
	text-decoration:none;
}
a.topNav:visited {
	color:white; 
	font-weight:bold; 
	font-size:12px;
	text-decoration:none;
}
a.topNav:hover {
	color:#AAAAAA; 
	font-weight:bold; 
	font-size:12px;
	text-decoration:none;
}
a.topNav:active {
	color:white; 
	font-weight:bold; 
	font-size:12px;
	text-decoration:none;
}

a.buyLink:link {
	color: #5B3126;
	text-decoration: none;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}
a.buyLink:visited {
	color: #5B3126;
	text-decoration: none;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}
a.buyLink:hover {
	text-decoration: none;
	color: #2C1712;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}
a.buyLink:active {
	color: #5B3126;
	text-decoration: none;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
}

a.customizeLink:link {
	color: #5B3126;
	text-decoration: none;
	font-size:11px;
	font-weight:bold;
}
a.customizeLink:visited {
	text-decoration: none;
	color: #5B3126;
	font-weight:bold;
	font-size:11px;
}
a.customizeLink:hover {
	text-decoration: none;
	color: #AAAAAA;
	font-size:11px;
	font-weight:bold;
}
a.customizeLink:active {
	text-decoration: none;
	color: #5B3126;
	font-weight:bold;
	font-size:11px;
}

h1{
	 font-size:20px; font-weight:bold; font-style:italic; color:#5B3126; margin:0px;
}

/*** Product Store ***/
#products-list {padding: 0px 5px;}
#product {
	border: 1px solid #5B3126;
	width: 150px;
	height: 190px;
	float: left;
	margin: 10px;
}

#product span.product-name {
	display: block;
	margin-top: 5px;
	color: #5B3126;
	font-weight: bold;
}

#product img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}

#product a, #product a:visited, #product a:active {
	color: #5B3126;
	font-size: 11px;
}

#product a:hover {
	color: #000000;
}

#products-images {
	
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 15px;
	text-align: center;
	font-style: italic;
}

#products-images img {
	border: 1px solid #5B3126;
	margin-bottom: 5px;
}
