body {
	margin: 0;
	background-color: #d7d7d7;
	color: #373737;
	line-height: 1.5em;
	font-size: .75em;
	font-family: Arial;
}

#container {
	width: 800px;
	margin-bottom: 20px;
}

#header {
	width: 100%;
	height: 98px;
	margin: 41px 0 0 42px;
}

#mainbody {
	width: 100%;
}

/* @group menu */

#menu {
	float: left;
	margin-right: 30px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}

#menu li {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	height: 12px;
	margin-bottom: 25px;
	background-color: white;
	padding: 0 2px 1px 0;
}

#menu li a {
	text-decoration: none;
	color: #373737;
}

#menu li .not_bold {
	font-weight: normal;
}

#menu li h1 {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: #d7d7d7;
}

#menu li#last {
	margin-top: 63px;
	font-weight: normal;
}

/* @end */

/* @group content */

#content {
	width: 610px;
}

#content h2 {
	font-weight: normal;
	margin-top: 0;
	font-size: 33px;
}

#content h3.header {
	font-size: 33px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 40px;
}

#content h3 .lower {
	text-transform: lowercase;
	font-weight: normal;
}

#content a.download {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	background: #7d7d7d;
	text-decoration: none;
}

.year {
	font-weight: normal;
}

/* @group leftCol */

.skinny_para {
	width: 249px;
	margin-bottom: 0px;
}

/* @group search */

input.find {
	height: 15px;
	width: 190px;
	margin-top: -5px;
	border-style: none;
	padding: 5px;
}

input.submit {
	width: 72px;
	height: 25px;
	margin-top: -25px;
	border-style: none;
	padding: 4px 0;
	float: right;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background-color: #666666;
}



/* @end */

/* @group item_box */

#item_box {
	width: 266px;
	height: 293px;
	color: white;
	background-color: #666666;
	overflow: auto;
	padding: 2px 3px 3px 5px;
	font-weight: bold;
	font-size: 0.9166em;
	border: 1px solid #666666;
	margin-bottom: 16px;
	font-size: 1em;
}

#item_box>div {
	padding: 7px 5px;
	height: 32px;
	overflow: hidden;
}

#item_box div#item_selected {
	background-color: #CCCCCC;
}

#item_box .item_thum {
	width: 32px;
	height: 32px;
	background-color: white;
	float: left;
	padding: 0;
	margin-right: 10px;
	/*margin-top: -9px;*/
}

#item_box .item_thum img {
	margin: auto;
	padding: 0;
	vertical-align: middle;
	border: none;
}

#item_box p {
	margin-left:  44px;
	padding-top: 8px;
}

#item_box p a, 
#item_box p a:hover, 
#item_box p a:visited, 
#item_box p a:active {
	color: white;
	text-decoration: none;
}

#item_box p .year {
	font-weight: normal;
}



/* @end */

#leftCol {
	width: 310px;
	float: left;
}

#leftCol a,
#rightCol a {
	color: #373737;
	font-weight: bold;
}

#leftCol a.back {
	font-weight: normal;
}

#leftCol h3 {
	font-size: inherit;
	text-transform: uppercase;
	margin: 0;
}

#leftCol p {
	margin: 0 0 12px 0;
}

#unlimited #leftCol p {
	font-size: .9167em;
}

#leftCol ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

/* @end */

/* @group rightCol */

#rightCol {
	width: 300px;
	margin-left: 493px;
}

#rightCol .image_list {
	margin: 15px 0 0;
	width: 316px;
}

#rightCol .image_list li {
	float: left;
	width: 52px;
	height: 52px;
	margin-right: 8px;
	margin-top: 10px;
	padding: 1px;
	position: relative;
}

#rightCol .image_list li img {
	border: none;
	
}

#rightCol #imageBox {
	width: 300px;
	height: 300px;
	background-color: white;
	margin-bottom: 24px;
	text-align: center;
}

#rightCol #imageBox img {
	margin: auto;
}

#rightCol #imageBox img.detail {
	margin-top: 3px;
}

#rightCol h3 {
	font-size: 1em;
	margin: 16px 0 0 0;
}

#rightCol .detail_butt {
	float: right;
	border: none;
}

#rightCol h4 {
	color: white;
	text-transform: uppercase;
	margin: 0;
}

#rightCol .quote {
	margin-bottom: 0;
	font-style: italic;
}

#rightCol .quote_author {
	margin-top: 0;
	text-align: right;
}

#unlimited #rightCol .image_shop {
	margin-bottom: 30px;
}

#rightCol .image_shop h5 {
	width: 71px;
	height: 13px;
	background-color: white;
	padding: 0 0 0 2px;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #7d7d7d;
	text-transform: uppercase;
	float: left;
}

#rightCol .image_shop p,
#unlimited #rightCol .image_shop h5 {
	height: 13px;
	width: 100px;
	background-color: #7d7d7d;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	margin: 8px 0 5px 73px;
	padding: 0 0 0 2px;
}

#unlimited #rightCol .image_shop h5 {
	margin: 0;
	clear: right;
}

#rightCol .image_shop p.sold {
	width: 150px;
	background-color: #d7d7d7;
}

#rightCol .image_shop p a, 
#rightCol .image_shop p a:visited, 
#rightCol .image_shop p a:hover, 
#rightCol .image_shop p a:active,
#unlimited #rightCol .image_shop h5 a,
#unlimited #rightCol .image_shop h5 a:visited,
#unlimited #rightCol .image_shop h5 a:hover,
#unlimited #rightCol .image_shop h5 a:active {
	text-decoration: none;
	color: white;
}

#rightCol ul {
	list-style-type: none;
	list-style-position: inside;
	margin: -4px 0 0 0px;
	padding: 0;
}

#rightCol li {
	font-size: 0.8333em;
	margin-bottom: -4px;
}

#rightCol li.title {
	font-size: 0.9167em;
	font-weight: bold;
}

#rightCol li.medium, 
.lowercase {
	text-transform: lowercase;
}

#unlimited #rightCol li.medium {
	text-transform: capitalize;
}

#rightCol li .available {
	font-weight: bold;
}

#rightCol .RW_lounge {
	margin-left: 60px;
}

/* @end */



/* @end */

/* @group misc */

.font1-15 {
	font-size: 1.15em;
}

.listtitle {
	position: absolute;
	left: 0px;
}

/* @end */

