* {
 margin:0;
 padding:0;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
    font-size:12px;
	color:#666;
	padding:20px;
}

#header {
 width:1200px;
 position:relative;
 padding:0 0 26px;
 border-bottom: 1px solid #ddd;
}


.menu {
	list-style-type:none;
	position:absolute;
	left:0;
	bottom:0;
	width: 1024px;
}


.menu li {
 font-weight:bold;
 float:left;
 font-size:14px;
 letter-spacing:-1px;
 border-right:1px solid #ddd;
}


.linkitem a{
 color: #333; 
 text-decoration:none; 
 font-size:12px;
}

.linkitem a:hover{
color: white;
background-color: #6d2524;
text-decoration: underline;
}

.linkAds a{
text-decoration:none; 
font-size:12px;
}

.linkAds a:hover{
color: white;
background-color: #6d2524;
text-decoration: underline;
}


.btn-primary {
    background-color: #6D2524;
    border-color: #6D2524;
		
    color: #FFFFFF;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #d9bcbc;
    border-color: #6D2524;
    color: #FFFFFF;
}





.tabSelected a{
color: white;
background-color: #00918e;
}

.tabNormal a{
 color: white;
 background-color: #6d2524;
}

.menu li a {
 display:block;
 padding:8px 15px;
 text-decoration:none;
} 

.menu li a:hover { 
 background-color:#d9bcbc;
}

img {
 border:none;
}

#search_box {
    width: 301px;
    height:31px;
    background: url(images/bg_search_box.png);
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 259px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}

.errorBox {
   border-color:#F00; border-style:solid
}


h3 {
 text-transform:uppercase;
 font-size:11px;
 color:#333;
 letter-spacing:2px;
}

h4{
 font-size:13px;
 color:#000;
 letter-spacing:-1px;
}

.popMenu{
	border: 1px solid black; 
	border-top-width: 8px; 
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	left: 22px;
}

.popMenu a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; 
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .shopMenu a{ /*IE only hack*/
width: 100%;
}
.popMenu a:hover{ 
background-color: #6d2524;
color: white;
}

.categoryMenu{
	border-top-width: 8px; 
	border-bottom-width: 0;
	line-height:18px;	
              padding-left:5px;
              padding-right:5px;
	width: 20%;
}

.categoryMenu a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; 
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .categoryMenu a{ 
width: 100%;
}
.categoryMenu a:hover{ 
background-color: #00918e;
color: white;
}


.categorySelected { 
 font-weight:bold;
}

INPUT.hintTextbox { color: #888; } 
INPUT.hintTextboxActive { color: #000; } 


.imageFrame{
	padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:2px; 
	width:71px; height:88px;
	border: 1px solid #999;
	background-color:#FFF;
}
.frameSmall{
	padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:2px; 
	width:58px; height:62px;
	border: 1px solid #999;
	background-color:#FFF;
	cursor:pointer;
}
.frameLarge{
	padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:2px; 
	width:86px; height:112px;
	border: 1px solid #999;
	background-color:#FFF;
	cursor:pointer;
}
.frameTiny{
	padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:2px; 
	width:50px; height:60px;
	border: 1px solid #999;
	background-color:#FFF;
}


.bookFrame{
	padding-left:18px; padding-right:18px; padding-top:10px; padding-bottom:10px; 
	width:13%; height:92px;
	cursor:pointer;
}

.bookHighlight{
	padding-left:18px; padding-right:18px; padding-top:10px; padding-bottom:10px; 
	background:repeat-x url(images/bgrbook.png);
	width:13%; height:92px;
	cursor:pointer;
}

#slideshow {
    position:relative;
    height:350px;
}
#slideshow IMG {
    position:absolute;
    top:10px;
    left:20px;
    z-index:708;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:710;
    opacity:1.0;
}

#slideshow IMG.last-active {z-index:709;}

