/**SHOPPE CONTAINER**/

#shopcontainer {
	text-align: left;
	margin: auto;
	width: 715px;
	font-family: lucida, arial;
}

/**LEFTBAR**/

#leftbar {
	width: 150px;
	border-right: 0px solid #cc3333;
	background-color: #FFFFCC;
}

#whoyar {
	font-size: x-small;
	padding: 10px;
	background-color: #cc3333;
	border: 0px solid #FFFFCC;
	color: #FFFFCC;
	text-align: center;
	width: 150px;
}

.leftbox {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: small;
	line-height: 2;
	width: 150px;
}

#miniprice {
	margin-bottom: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 16px;
}

.centerthebox {
	text-align: center;
}

#leftbar img {
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}

.boxtitle {
	background-color: #cc3333;
	border-left: solid 0px #FFFFCC;
	border-right: solid 0px #FFFFCC;
	color: #FFFFCC;
	text-align: center;
	font-weight: bold;
	width: 150px;
	margin-bottom: 3px;
}

/**BODY**/

#shopbody {
	width: 555px;
	min-height: 551px;
	float: right;
	background-color: #FFF;
	border-right: solid 0px #FFFFCC;
	border-top: solid 2px #FFFFCC;
	color: #000;
	padding: 5px;
	font-size: 0.8em;
}

/**SHOP/FLYPAGE**/
#productname h1 {
	font-size: 18px;
}

#breadcrumb {
	font-size: x-small;
}

/**LINKS**/

A:Link, A:Visited, A:Active {
	Color: #000000;
	Text-Decoration: None;
}

A:hover{
	Color: #000000;
	Text-Decoration: underline;
}

#shopbody a:link, #shopbody a:visited, #shopbody a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

#shopbody a:hover {
	text-decoration: none;
	background-color: #FFFFCC;
	border: none;
}