@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#topContainer {
	width:auto;
	height:auto;
}

#bottomContainer {
	width:auto;
	height:auto;
	display:inline-block;
}

#productContainer {
	width: 500px;
	height:auto;
	float:left;
}

#product {
	width:500px;
	height:auto;
	margin-bottom:10px;
	display:inline-block;
	float:left;
}

#productImage {
	width:200px;
	height:200px;
	display:block;
	text-align: center;
	float:left;
}

#productDescription {
	width:270px;
	height:auto;
	padding:10px;
	float:left;
	font-size:14px;
}

#widgetContainer {
	padding:5px;
	width:460px;
	height:auto;
	/* background-color:#CCC; */
	float:left;
}

#productQuotes {
	padding:5px;
	width:460px;
	height:auto;
	/* background-color:#AAA; */
	float:left;
}

#maincontainer a:link { 
	font-size:14px;
	color: #000000;
	text-decoration: none;
}

#maincontainer a:visited { 
	font-size:14px;
	color: #000000;
}

#maincontainer a:hover { 
	font-size:14px;
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
}

#maincontainer a:active { 
	font-size:14px;
	color: #333333;
}
