#container
{
	min-height: 600px;
}
.bannerlink img
{
	margin: 0 auto;
	border: none;
	display: block;
}
#gallery
{
	margin: 0 5px;
	padding-bottom: 42px;
	position: relative;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background: transparent url(../graphics/full_productbox_btm.png) no-repeat 0 100%;
}
#gallery-select
{
	position: absolute;
	right: 10px;
	top: 5px;
}
#gallery h1
{
	margin: 0;
	padding: 2px 300px 3px 6px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-0.05em;
	font-size:1.5em;
	font-weight:700;
	color:#FFF;
	font-variant:normal;
	word-spacing:-0.1em;
	background: #c00 url(../graphics/full_h1_bg.png) no-repeat 0 0;
}
#gallery h2
{
	margin: 0;
	padding: 1em 1em 0 1em;
	font-size: 0.7em;
	color:#fff;
	font-weight: normal;
}
#gallery-thumbs,
#gallery-display,
#gallery-comments
{
	border-left: 2px solid #c00;
	border-right: 2px solid #c00;
}
#gallery-thumbs
{
	background-color: #000;
	position: relative;
}
#gallery-display
{
	padding: 1.5em 0 0 0;
	border-bottom: 2px solid #c00;
	border-top: 1px solid #333;
}
#gallery-display img
{
	margin: 0 auto 1.5em auto;
	padding: 1px;
	display: block;
	background-color: #fff;
	border: 5px solid #000;
}
#gallery-comments
{
	padding: 1.5em;
	background-color: #E1E1E1;
}
#gallery-comments h3
{
	margin: 0 0 1.5em 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
ul.tabsNavMenu
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 18px;
	top:1em;
	font-size: 0.7em;
}
ul.tabsNavMenu li
{
	padding: 0 9px;
	display: inline;
}
ul.tabsNavMenu li:first-child
{
	border-right: 1px solid #aaa;
}
ul.tabsNavMenu a
{
	color: #aaa;
	border-bottom: 1px solid #c00;
	text-decoration: none;
}
ul.tabsNavMenu a.tab-menu-item-selected
{
	color: #fff;
	border-bottom: none;
	/*font-weight: bold;*/
}
.tab-hidden
{
	display:none;
}
.tab-visible
{
	display:block;
}
#gallery-display-nav
{
	padding: 1em;
	background-color: #000;
	text-align: center;
}
#gallery-display-nav a
{
	width: 36px;
    height: 36px;
	text-indent: -9999em;
	background-position: 0 -72px;
	background-repeat: no-repeat;
	display: inline-block;
}
#gallery-display-nav a:hover
{
	background-position: 0 -36px;
}
#gallery-display-nav a.disabled
{
	background-position: 0 0;
}
#gallery-display-nav a.previous
{
	background-image: url(../images/btn_prev.png);
}
#gallery-display-nav a.next
{
	background-image: url(../images/btn_next.png);
}
#gallery-comments
{
	min-height: 24em;
}
.comment
{
	margin: 0 0 1.5em 322px;
	font-size: 0.7em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #aaa;
}
.comment em
{
	display: block;
	text-align: right;
}
#addComment
{
	float: left;
}
#addComment label
{
	font-size: 0.7em;
}
#txt-comment
{
	margin-bottom: 1em;
	width: 300px;
	height: 200px;
}
#txt-name
{
	margin-bottom: 1em;
	width: 300px;
}

