/* CSS Document */

#content-wrapper {
	width:920px;
	padding:30px;
}

.content-whole {
	width:920px;
}

.content-left {
	width:602px;
	float:left;
}

.content-right {
	width:271px;
	float:right;
/*	background-color:#FF9900;*/
	text-align:center;
}

.right-box {
	width:269px;
	border-bottom-style:solid;
	border-bottom-color:#333333;
	border-bottom-width:1px;	
	border-left-style:solid;
	border-left-color:#333333;
	border-left-width:1px;	
	border-right-style:solid;
	border-right-color:#333333;
	border-right-width:1px;	
	margin-bottom:20px;
}

.box-header {
	width:auto;
	height:32px;
	background-image:url(/graphics/common/gradient-bar.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-size:17px;
	font-weight:600;
	padding-top:13px;
}

.line {
	width:auto;
	height:1px;
	background-color:#333333;
}

.pea-text {
	color:#CDCD99;
}

.specials-text {
	font-size:30px;
	padding-top:50px;
	padding-bottom:40px;
}

.generic-list-item {
	width:582px;
	margin-bottom:10px;
/*	padding:10px;*/
/*	background-color:#000000;*/
/*	border-color:#848484;
	border-width:1px;
	border-style:solid;*/
}

.generic-list-item:hover {
	/*background-color:#666666;*/
}

.generic-list-item-whole {
	width:582px;
/*	height:150px;*/
/*	background-color:#FF00CC;*/
}

.generic-list-item-left {
	/*width:200px;*/
	width:130px;
/*	height:150px;*/
	float:left;
	margin-right:10px;
/*	background-color:#6633FF;*/
}

.generic-list-item-right {
/*	width:680px;*/
	width:440px;
/*	height:150px;*/
	float:right;
/*	background-color:#FF00CC;*/
}

.form-input {
	width:300px;
	margin-bottom:5px;
}

.button {
	background-color:#333333;
	color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	width:100px;
	height:30px;
}

#feature-box {
	width:600px;
	height:401px;
	background-color:#1E1E1E;
}

