/* ######### CSS for Shade Tabs. Remove if not using ######### */

#htabcontent{width:640px;height:180px; margin-bottom: 32px; padding:20px 10px}
.tableftcontent{float:left;width:630px;font:normal 11px/15px Verdana, Arial, Helvetica, sans-serif;color:#525d63;margin:15px;text-align:justify}
.tableftcontent strong{font:bold 11px/15px Verdana, Arial, Helvetica, sans-serif;color:#AD481C}
.shadetabs{padding: 3px 0;margin-left: 0;margin-top: 1px;margin-bottom: 0;font: bold 11px Arial;list-style-type: none;text-align: left /*set to left, center, or right to align the menu as desired*/}
.shadetabs li{display: inline;margin: 0}
.shadetabs li a{text-decoration: none;position: relative;z-index: 1;padding: 2px 2px;margin-right: 2px;color: #999999}
.shadetabs li a:visited{}
.shadetabs li a:hover{text-decoration: none}
.shadetabs li a.selected{ /*selected main tab style */position: relative;top: 1px;color:#c2871e}
.shadetabs li a.selected{ /*selected main tab style */
background:#FFFFFF}
.shadetabs li a.selected:hover{ /*selected main tab style */text-decoration: none}
.tabcontent{display:none;color:#666666}
.tabcontent a.readmore{color:#666666}
@media print {.tabcontent {display:block !important}
}

#vtabs{border-top:1px solid #D3AC67;border-right:1px solid #D3AC67;height:116px;width:660px}
.vtableftcontent{float:left;width:390px;margin-right:5px}
#vtabcontent{float:left;padding:10px 0 0  10px }
.vshadetabs{float:left;font:bold 11px Arial;list-style-type:none;text-align:left/*set to left, center, or right to align the menu as desired*/}
.vshadetabs li{display:list-item;margin-bottom:13px}
.vshadetabs li a{text-decoration:none;position:relative;z-index:1;padding:0 15px;margin-right:0;color:#d3ac67}
.vshadetabs li a:visited{}
.vshadetabs li a:hover{text-decoration:none}
.vshadetabs li a.selected{ /*selected main tab style */position:relative;color:#c2871e}
.vshadetabs li a.selected{ /*selected main tab style */background:#D3AC67;color:#FFF}
.vshadetabs li a.selected:hover{ /*selected main tab style */text-decoration:none}
#vtabs .tabcontent{display:none;color:#333333;margin:0}
#vtabs .tabcontent a.readmore{color:#666666}
@media print {#vtabs .tabcontent {display:block !important}
}

.imgright{float:right;border-bottom:1px solid #D3AC67;border-left:1px solid #D3AC67;padding:0 10px 10px 10px}

/*

Copyright (C) 2005-2008 Ilya S. Lyubinskiy. All rights reserved.
Technical support: http://www.php-development.ru/

YOU MAY NOT
(1) Remove or modify this copyright notice.
(2) Re-distribute this code or any part of it.
    Instead, you may link to the homepage of this code:
    http://www.php-development.ru/javascripts/tab-view.php

YOU MAY
(1) Use this code on your website.
(2) Use this code as part of another product.

NO WARRANTY
This code is provided "as is" without warranty of any kind.
You expressly acknowledge and agree that use of this code is at your own risk.

*/

div.TabView{margin-bottom:65px;height:120px}
/* ***** Tabs *************************************************************** */
div.TabView div.Tabs{float:left}
div.TabView div.Tabs a{display:block;width:127px;height:16px;line-height:16px;vertical-align: middle;text-decoration:none;font:bold 11px Arial;color:#FFF;cursor:pointer;padding-left:14px;margin-bottom:13px;background:#D0D0D0}
div.TabView div.Tabs a:hover{text-decoration:none}
div.TabView div.Tabs a.Current{height:16px;background:#D3AC67;color:#FFF}
/* ***** Pages ************************************************************** */
div.TabView div.Pages{float:left;width:510px;height:108px;border-top:1px solid #D3AC67;border-right:1px solid #D3AC67}
div.TabView div.Pages div.Page div.Pad{padding:10px 0 0 10px}

.imagebdr{border-bottom:1px solid #D3AC67;border-left:1px solid #D3AC67;float:right;padding:0 2px 2px 2px}

