h2
{
    font-size: 14px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

p
{
    color: #333333;
}

pre
{
    overflow: auto;
    padding: 10px;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    background-color: #f7f7f7;
}

input.box, textarea.box
{
    width: 100%;
}

input.halfbox, textarea.halfbox
{
    width: 48%;
}

td input.halfbox, td textarea.halfbox
{
    width: 98%;
}

fieldset
{
    border: 1px solid #ccccc3;
    padding: 0.5em;
}

legend
{
    font-weight: bold;
    color: #000000;
    padding: 0 0.25em 0 0.25em;
}

fieldset label
{
    color: #000000;
}

fieldset input.button
{
    margin-top: 0.5em;
}

input.box, input.halfbox
{
    font-size: 1em;
}

textarea
{
    font-size: 1em; /* Needs to be specified for IE */
}

input, select
{
    font-size: 0.9em;
}

/* LABELS */
div.inline label
{
    display: inline;
}

div.date label, div.time label
{
    font-size: 0.85em;
    font-weight: normal;
}

fieldset label
{
    font-weight: normal;
}

div.block div.element, div.buttonblock div.element /* Use this style if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em !important;
    float: left;
}

label
{
    font-weight: bold;
    padding-right: 0.5em;
    display: block;
    white-space: nowrap;
}

div.block /* Use this style around groups of objects which are connected in some way */ {
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.right-info
{
    float: right;
    clear: right;
    width: 17%;
    margin-left: 10px;
    border-left: 1px dotted #CCC;
    padding-left: 10px;
}

div#allcontent
{
	width: 820px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-right-main.png);
	background-repeat: repeat-y;
	background-position: right;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#allcontent.stock{
	width: 850px;
}

div#header
{
	background-image: url(../images/bg-right-top-corner.png);
	background-repeat: no-repeat;
	background-position: top right;
}

div#header-design
{
	margin-right: 7px;
}

div#allcontent div#header div#header-design div.logo
{
	padding-top: 25px;
	padding-left: 20px;
	padding-bottom: 25px;
	width: 48%;
	float: left;
	clear: left;
}

div#mainbanner-design{
	margin-left: 1px;
	background: url(../images/logo-toyota.jpg) no-repeat;
	height: 160px;
}


div#path-design{
	padding-top: 87px;
	font-weight: bold;
	padding-left: 10px;
}

div#allcontent.stock div#path-design{
	padding-top: 5px;
	margin-bottom: 50px;
}

div#allcontent div#header div#header-design div.top-links
{
	text-align: right;
	padding-top: 8px;
	text-align: right;
	padding-right: 10px;
}

div#allcontent div.search-box
{
	margin-right: 15px;
	margin-top: -16px;
	float: right;
}



div#allcontent div#header div#header-design div.top-links div.search-box form
{
	display: inline;
}

div#allcontent div#header div#header-design div.top-links div.search-box form input.search-input
{
	border: 1px solid #CCC;
	font-size: 11px;
	width: 140px;
}

div#allcontent div#topmenu
{
	margin-right: 7px;
	margin-top: 5px;
	height: 30px;
	background-image: url(../images/horiz-line.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

div#allcontent div#topmenu div#topmenu-design ul
{
	margin: 0;
	padding: 0;
}

div#allcontent div#topmenu div#topmenu-design ul li
{
	display: inline;
	list-style-type: none;
	padding: 0;
}

div#allcontent div#topmenu div#topmenu-design ul li a
{
	display: block;
	padding: 0 18px 0 18px;
	font-weight: bold;
	float: left;
	height: 15px;
	padding-top: 10px;
	color: #6B6B65;
	font-size: 10px;
	text-transform: uppercase;
}

div#allcontent div#topmenu div#topmenu-design ul li a:hover
{
	color: #D11920;
}

div#allcontent div#columns
{
	margin-right: 7px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: -15px;
}

div#mainbanner
{
	padding-top: 10px;
	padding-left: 0px;
}

div#path
{
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 8px;
}

div#maincontent-design div.news-left
{
	width: 47%;
	float: left;
	clear: left;
	text-align: justify;
}

div#maincontent-design div.news-right {
	width: 47%;
	float: right;
	clear: right;
}

div#footer
{
	margin-top: 10px;
	height: 25px;
	margin-right: 7px;
}

div#footer-design
{
	height: 25px;
	background-image: url(../images/grille.gif);
}

#footer-design a{
	color: #333333;
}

div#footer-design div.footer-content
{
	position: relative;
	/*height: 30px;*/
	/*margin-right: -7px;*/
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
}

div.toc div.toc-design ul
{
    margin: 5px;
    padding-left: 10px;
    list-style-type: none;
}

div.object-left-half
{
    width: 47%;
    float: left;
    clear: left;
}

div.object-right-half
{
    width: 47%;
    float: right;
    clear: right;
}

/* Navigators */
div.content-navigator
{
    display: block;
    clear: both;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-previous-disabled
{
    color: #777;
}

div.content-navigator div.content-navigator-next-disabled
{
    color: #777;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    color: #f80;
    font-size: 150%;
}

div.clear
{
	clear: both;
}

div.break {
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}

div.left-col-login-box
{
	width: 50%;
	float: left;
	clear: left;
	border: 1px solid #CCC;
	padding-left: 10px;
	background-image: url("../images/loginboxbg.png");
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 20px;
}

div.right-col-login-box
{
	width: 39%;
	float: right;
	clear: right;
}

/* Tables */

div.content-view-full table
{
  border: 1px solid #666;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.content-view-full table th
{
  background-color: #EC6413;
  color: #fff;
  border: 1px solid #666;
}

div.content-view-full table td
{
  border: 1px solid #666;
}

div.content-view-full table.files
{
   border: none;
}

div.content-view-full table.files th
{
	border-top: 3px solid #999999;
        background-color: #F5F5F5;
        height: 25px;
        font-weight: bold;
        padding-left: 6px;
        text-align: left;
	color: #000;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

div.content-view-full table.files td
{
    border: none;
}

div.content-view-full table.files td.spacer
{
    height: 1px;
    background-color: #CCCCCC;
}

div.content-view-full table.files a{
	color: #333333;
}

div.content-view-full table.files tr.bgdark
{
    background-color: #fff;
}

div.image-spacer
{
	margin: 0 24px 0 24px;
	display: inline;
}

span.slow{
	font-size: 10px;
}

div.login-user{
	margin-top: 10px;
	margin-right: 10px;
}

div.login-user strong{
	font-style: italic;
}
div.login-last{
	margin-bottom: 20px;
}

.search-button{
  border: 0px;
  background-color: #D11920;
  color: #fff;
  font-weight: bold;
}