
/* ######### CSS for Indented CSS Tabs. ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #CAB299; /*navy border*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #2E100E; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #CAB299; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #931E14;
}

.indentmenu ul li a.selected{
color: #2E100E;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: #CAB299 url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content container*/
border: 1px solid #CAB299;
width: 480px;
height: 250px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block;
}
}


/* ######### CSS for Indented CSS Tabs number 2. ######### */


.racindentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.racindentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #CAB299; /*navy border*/
background: black url(indentbg.gif) center center repeat-x;
}

.racindentmenu ul li{
display: inline;
}

.racindentmenu ul li a{
float: left;
color: #2E100E; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #CAB299; /*navy divider between menu items*/
}

.racindentmenu ul li a:visited{
color: #931E14;
}

.racindentmenu ul li a.selected{
color: #2E100E;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: #CAB299 url(indentbg2.gif) center center repeat-x;
}


.raccontentstyle{ /*style of tab content container*/
border: 1px solid #CAB299;
width: 480px;
height: 250px;
margin-bottom: 1em;
padding: 10px;
}

.raccontent{
display:none;
}

@media print {
.raccontent {
display:block;
}
}

/* ######### CSS for Indented CSS Tabs number 3. ######### */


.shopindentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.shopindentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #CAB299; /*navy border*/
background: black url(indentbg.gif) center center repeat-x;
}

.shopindentmenu ul li{
display: inline;
}

.shopindentmenu ul li a{
float: left;
color: #2E100E; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #CAB299; /*navy divider between menu items*/
}

.shopindentmenu ul li a:visited{
color: #931E14;
}

.shopindentmenu ul li a.selected{
color: #2E100E;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: #CAB299 url(indentbg2.gif) center center repeat-x;
}


.shopcontentstyle{ /*style of tab content container*/
border: 1px solid #CAB299;
width: 480px;
height: 250px;
margin-bottom: 1em;
padding: 10px;
}

.shopcontent{
display:none;
}

@media print {
.shopcontent {
display:block;
}
}