/* CSS layout */
body {
  margin: 0px;
  padding: 0px;
  font: 100% Arial, Helvetica, Sans-Serif;
  background: #EFEFEF url(body.gif) top center repeat-y;
}
div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
    border:none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
p {
	font-size: 13px;
	color: #B17D54;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
    color: #B17D54;
}
strong {
	color: #FFFFFF;
}
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a, a:hover, a:visited {
	color: #EC7D0E;
    cursor:pointer;
    cursor:hand;    
}
input, submit {
    padding: 2px;
    border: 1px solid #822E2E;
    color: #FFFFFF;
    background-color: #C92B2A;
}
input.button {
    cursor:pointer;
    cursor:hand;
}
div.extend {
	clear: both;
	width: 100%;
	height: 1px;
}

/*------*/
/* MAIN */
/*------*/
#main {
	width:100%;
	background:transparent url(main.gif) center top no-repeat;
}
#wrapper {
    width:900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #7E000C url('content.gif') repeat-y top left;
}

/*---------*/
/* CONTENT */
/*---------*/
#content-flash {
	clear: both;
	width: 900px;
	height: 510px;
	padding: 0px;
	margin: 0px;
	background: #510E15;
	background: transparent url('content-flash.jpg') no-repeat top center;
}
#content {
	clear: both;
	width: 900px;
}
#content-left {
	float: left;
	width: 200px;
	margin-left: 20px;	
	background: transparent url('content-left.gif') repeat-y top left;
}
#content-left-logo {
	clear: both;
	width: 200px;
	height: 110px;
	margin-top: 20px;
	background: transparent url('content-left-logo.gif') no-repeat top center;
}
#content-left-sound {
	clear: both;
	width: 200px;
	height: 50px;
	text-align: center;
	background: transparent url('content-left-sound.gif') no-repeat top center;
}
#content-left-catalog {
	clear: both;
    margin-top: 30px;
}
#content-left-footer {
	clear: both;
	width: 200px;
	height: 150px;
	margin-top: 30px;
	background: transparent url('content-left-footer.gif') no-repeat top right;
}
#content-right {
	margin-left: 220px;
	text-align: left;
	padding: 10px;
	padding-left: 20px;
	padding-right: 25px;
	background: #7E000C url('content-right.jpg') no-repeat top center;
    vertical-align:top;
}
#content-right-path {
	width: 610px;
	height: 25px;
	text-align: left;
	border-bottom: 1px solid #66191F;
	margin-top: 12px;
	color: #7E000C;
	font-size: 12px;
}
#content-right-page {
    margin-bottom: 15px;
}
#content-right-page a, #content-right a:visited {
    color: #FFFFFF;
}
#content-right-page p {
    margin-top: 10px;
}
#content-right-page h1 {
    margin-top: 10px;
    margin-bottom: 10px;
}
#content-right-page img.imgsection {
    margin-left: 20px;
}

/*-------*/
/* HMENU */
/*-------*/
#hmenu {
	width: 620px;
	height: 75px;
	margin-top: 0px;
	background: transparent;
}
#hmenu-left {
    float: left;
	width: 188px;
	height: 70px;
	background: transparent;
}
#hmenu-center {
    float: left;
	width: 400px;
	height: 70px;
}
#hmenu ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 14px;
    border: none;
    font: 16px Arial, Helvetica, Sans-Serif;
}
#hmenu ul li {
    float: left;
    margin: 0px;
    padding: 0px;
    font: 12px Arial, Helvetica, Sans-Serif;
}
#hmenu ul li a {
    font-size: 12px;
    display: block;
    padding: 15px 20px 10px 50px;
    text-decoration: none;
    color: #FFFFFF;
    background: transparent url('hmenu.gif') no-repeat top left;
}
#hmenu ul li a:hover, #hmenu ul li a:focus {
    color: #FFFFFF;
    background: transparent url('hmenu-hover.gif') no-repeat top left;
}

/*-------*/
/* HMENU */
/*-------*/
#cartpreview {
	width: 620px;
	height: 80px;
	margin-top: 0px;
	background: transparent;
}
#cartpreview-center {
    float: left;
	width: 588px;
	height: 75px;
}
#cartpreview-center a {
    display: block;
    text-decoration: none;
}
#cartpreview-center img {
    float: right;
    width: 50px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    margin-top: 13px;
    margin-left: 0px;
    margin-right: 0px;    
    border: none;
    filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/*-------*/
/* VMENU */
/*-------*/
#vmenu {
    width: 160px;
    margin-left: 20px;
    margin-right: 20px;
}
#vmenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: none;
}
#vmenu ul li {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}
#vmenu ul li a {
    height: 15px;
    font-size: 12px;
    display: block;
    border-bottom: 1px dotted #AA4444;
    padding: 5px 0px 2px 4px;
    text-decoration: none;
    color: #666666;
    text-transform: uppercase;
}
#vmenu ul li a:hover, #vmenu ul li a:focus {
    color: #000000;
    background: #eeeeee url('vmenu-hover.gif') no-repeat top left;
}

/*---------*/
/* section */
/*---------*/
#section {
	width: 610px;
	text-align: left;
	border-bottom: 1px solid #66191F;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #B17D54;
	font-size: 12px;
}

/*-------*/
/* pages */
/*-------*/
#pages {
	width: 610px;
	height: 20px;
	text-align: left;
	border: 1px solid #790F13;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	color: #94743F;
	font-size: 12px;
	background: #7E000C;
}

/*---------*/
/* article */
/*---------*/
div.list-container {
}
div.list-navigator {
	float: left;
	width: 100%;
	height: 20px;
	text-align: left;
	border: 1px solid #B40015;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	color: #B17D54;
	font-size: 12px;
	background: #7E000C;
}
div.list-navigator span.pages {
    padding-left: 20px;
}
div.list {
    float: left;
}
div.list div.row {
    float: left;
    margin: 10px;
    width: 128px;
    height: 128px;
    border: 1px solid #AA4444;
}
div.list div.row img {
    border: 1px solid #AA4444;
    width: 126px;
    height: 126px;
    cursor:pointer;
    cursor:hand;
}

/*--------*/
/* FOOTER */
/*--------*/
#footer {
	clear: both;
	width: 820px;
	height: 100px;	
	padding: 10px;
	padding-top: 30px;
	padding-left: 70px;
    background: #EEEFEF url('footer.jpg') repeat-x top left;
    text-align: left;
	color: #888888;
	font-size: 12px;
}
#footer p {
	color: #555555;
}
#footer a, #footer a:visited {
    color: #555555;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

/*======*/
/* FORM */
/*======*/
div.form-container {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;    
    margin-left: 0px;
    margin-right: 0px;
}
div.form-fieldset {
    margin:0px;
    border:1px solid #66191F;
    padding: 0px;
    margin-bottom:10px;
    background-color:#DDDDDD;
}
div.form-fieldset-legend {
    font-size: 13px;
    font-weight: bold;
    color: #B17D54;
    background: #7E000C;
    border: 1px solid #B40015;
    padding: 5px;
    margin: 10px;
}
div.form-fieldset-legend a {
    font-size: 13px;
    font-weight: bold;
    color: #280809;
}
div.form-field {
    margin-top: 15px;
    margin-bottom: 15px;
}
div.form-field label {
    width: 150px;
    float:left;
    margin-top: 3px;
    margin-right: 20px;
    padding-top:  0px;
    padding-left: 6px;
    text-align: right;
    color: #822E2E;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}
div.form-container input {
    padding: 2px;
    margin: 0px;
    border: 1px solid #822E2E;
    color: #404040;
    background-color: #DDDDDD;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
}
.jcarousel-container img {
    border: 1px solid #AA4444;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 128px;
    height: 128px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
/*------------------*/
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: transparent;
    /*border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 560px;
    padding: 10px 20px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 128px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  540px;
    height: 130px;
    background: transparent;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  128px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 128px;
    height: 128px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -86px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }

/* Modal */
.boxy-modal-blackout { position: absolute; background-color: #481014; left: 0; top: 0; }
  
/* Border */
.boxy-wrapper { empty-cells: show; }
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .top,
.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left,
.boxy-wrapper .left,
.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }

/* Title bar */
.boxy-wrapper .title-bar { background-color: #481014; padding: 6px; position: relative; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 12px; color: #B17D54; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
.boxy-wrapper .title-bar .close { color: #B17D54; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; text-decoration: none; }
.boxy-wrapper .title-bar .close a { color: #B17D54; text-decoration: none; }
.boxy-wrapper input { cursor:pointer; cursor:hand; }

/* Content Region */
.boxy-inner { 
    background-color: white; 
    padding: 0;
    text-align: center; 
}
.boxy-inner form.answers { 
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;        
    margin-bottom: 15px;    
}
.boxy-content { 
    text-align: left; 
}
table.product { 
    width: 100%;
}
table.product td { 
    width: 100%;
    text-align: center;
}
table.product td.img { 
    padding-top: 10px;
}
table.product td.code { 
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}
table.product td.info { 
    color: #B17D54;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
}
table.product td.price { 
    color: #481014;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}
	
/* Question Boxes */
.boxy-wrapper .question {  min-height: 150px; }
.boxy-wrapper .answers { text-align: center; }

