@charset "utf-8";
/* CSS Document */

#item_bg {
	background-image: url(../images/layout/store_item_bg/bg_item.png);
	height: 115px;
	width: 148px;
	float: left;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-top: 35px;
	margin-left: 10px;
}
#how {
	float: right;
	padding-top: 30px;
	clear: right;
	padding-right: 26px;
}
#middle_col3 #text #wrap #item_wrapped #description #how a {
	color: #000000;
	text-decoration: underline;
}
#middle_col3 #text #wrap #item_wrapped #description #how a:hover {
	color: #000000;
	text-decoration: none;
}

#top {
	background-image: url(../images/layout/store_item_bg/top_item_store.png);
	height: 20px;
	width: 441px;
	padding-left: 50px;
	padding-top: 3px;
	font-weight: bold;
	font-family: arial;
	background-repeat: no-repeat;
	background-position: 2px;
}
#order_bt {
	background-image: url(../images/layout/store_item_bg/bt_order_empty.png);
	height: 34px;
	margin-top: 15px;
	float: right;
	width: 82px;
	clear: none;
	padding-right: 20px;
	background-repeat: no-repeat;
	font-family: "century gothic";
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	padding-top: 2px;
}
#middle_col3 #text #wrap #item_wrapped #description #order_bt a {
	color: #FFFFFF;
	text-decoration: none;
}
#middle_col3 #text #wrap #item_wrapped #description #order_bt a:hover {
	text-decoration: underline;
}


#description {
	width: 441px;
	padding-left: 50px;
	font-family: arial;
	font-size: 10px;
	color: #000000;
	background-image: url(../images/layout/store_item_bg/des_bg.png);
	background-repeat: repeat-y;
	background-position: 2px;
	padding-top: 10px;
}
#bottom {
	background-image: url(../images/layout/store_item_bg/bottom_des.png);
	height: 17px;
	width: 449px;
	padding-left: 42px;
	background-repeat: no-repeat;
	clear: both;
}
#wrap {


}
#item_wrapped {
	width: 491px;
	padding-left: 110px;
}
#rightcol #text_delegates a {
	color: #000000;
	font-size: 10px;
}
#rightcol #text_delegates a:hover {
	text-decoration: none;
}


a { color: blue; }
h3 {
	margin-top: 50px;
	border-bottom: 1px solid #AAA;
}
h4 { font-weight: normal; }
h4 a { text-decoration: none; }
h4 a:hover { text-decoration: underline; }
img {
	border: 1px solid #DDD;
}
pre {
	width: 97%;
	color: #444;
	background-color: #EEE;
	padding: 10px;
	border: 1px dotted #888;
	overflow: auto;
}