/* ########## general ########## */
html, body {
	background: #f2f2f2 url(/web/resource/img/global/body.jpg) repeat-x;
}

body {
	font: 0.70em verdana,sans-serif;
	text-align: center;
}

#body {
	background: #ffffff;
	color: #666666;
	margin: 5px auto;
	text-align:	left;
	width: 990px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: arial, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 220%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 160%;	
}

h4 {
	font-size: 140%;
}

a {
	color: #333333;
	text-decoration: none;
}

.justify {
	text-align: justify;
}

.nobr {
	white-space: nowrap;
}

b,
strong,
.bold {
	font-weight: bold;
}

.small {
	font-size: 85%;
}

.italic {
	font-style: italic;
}


/* ########## header ########## */
#header {
	position: relative;
	z-index: 999;
}

#region a {
	display: block;
	float: right;
	height: 7px;
	margin:	5px;
	outline: none;
	text-indent: -9999px;
}

#region a.au {
	background:	transparent url(/web/resource/img/global/header/masthead/region/australia.gif) no-repeat;
	width: 50px;
}

#region a.nz {
	background: transparent url(/web/resource/img/global/header/masthead/region/new-zealand.gif) no-repeat;
	width: 65px;
}

#region a.worldwide {
	background:	transparent url(/web/resource/img/global/header/masthead/region/worldwide.gif) no-repeat;
	margin-right: 0;
	width: 98px;
}

#masthead {
	background:	#c91506 url(/web/resource/img/global/header/masthead/background.jpg) repeat-x;
	color: #ffffff;
	height:	 62px;
	position: relative;
}

#masthead h1 {
	background:	transparent url(/web/resource/img/global/header/masthead/logo.png) no-repeat;
	cursor: pointer;
	height:	35px;
	left: 15px;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	top: 15px;
	width: 135px;
}

#masthead dl {
	bottom: 8px;
	height: 40px;
	position: absolute;
	right: 5px;
	width: 250px;
}

#masthead dl a {
	display: block;
	outline: none;
	text-indent: -9999px;
}

#masthead dt a {
	background: transparent url(/web/resource/img/global/header/masthead/partners.png) no-repeat;
	float: left;
	height: 10px;
	line-height: 10px;
}

#masthead dt a.sales {
	background-position: 0 0;
	width: 88px;
}

#masthead dt a.service {
	background-position: -88px 0;
	width: 91px;
}

#masthead dt a.contact {
	background-position: -180px 0;
	width: 70px;
}

#masthead dd {
	background: #ffffff;
	border: 1px solid #ecc5c0;
	border-left: 0;
	border-right-color: #cc5044;
	bottom: 0;
	height: 20px;
	position: absolute;
	width: 245px;
}

#masthead dd input {
	border: 0;
	color: #383838;
	height: 20px;
	padding: 0 2px;
	width: 215px;
	float: left;
}

#masthead dd a {
	background: #ffffff url(/web/resource/img/global/header/masthead/search.gif) no-repeat;
	float: right;
	height: 15px;
	margin: 2px 5px 0;
	width: 13px;
}

#masthead dd a:hover {
	background-position: 0 -15px;
}


/* ########## breadcrumb ########## */
#breadcrumb {
	background: #ffffff url(/web/resource/img/global/breadcrumb/background.jpg) repeat-x bottom;
	height: 35px;
	margin-bottom: 1px;
	padding: 5px 20px 0;
}

#breadcrumb a {
	background: transparent url(/web/resource/img/global/breadcrumb/arrow.jpg) no-repeat center right;
	color: #656565;
	padding: 0 15px 0 5px;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb a:last-child {
	background: none;
}

#breadcrumb a.home {
	color: #c90000;
	font-weight: bold;
}


/* ########## content ########## */
#content {
	background: #ffffff;
}

#content h3 {
	margin: 5px 0 0;
}

#content p {
	margin-bottom: 10px;
}

#content div.indent {
	padding: 10px;
}

#content div.column.main p a, #content div.column.main li a  {
	color: #d41405;
}

#content div.column.main a:hover {
	text-decoration: underline;
}
/*
body.green-toshiba.faq div.text p,
#content div.text div.section p,
#content div.text div.section li
{
	font-size: 120%;
}*/


/* ########## columns ########## */
#content div.column.side, #content div.column.main {
	display: block;
	float: left;
	width: 200px;
}

#content div.column.side {
	margin: 0 5px;
}

#content div.column.main {
	margin:	 0;
	width: 775px;
}


/* ########## titles ########## */
#body #content div.header {
	border: 1px solid #e3ddd8;
	padding: 4px;
	margin-bottom: 5px;
}

#body #content div.header h2 {
	background: #464646;
	color: #ffffff;
	display: block;
	font-size: 100%;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	text-transform: uppercase;
}

/* buttons */
#body #content div.header {
	position: relative;
}

#body #content div.header div.buttons {
	position: absolute;
	right: 5px;
	top: 4px;
}

#body #content div.header div.buttons span {
	background: transparent url(/web/resource/img/global/button/divider.gif) no-repeat center center;
	display: block;
	float: left;
	height: 25px;
	width: 5px;
}

#body #content div.header div.buttons a {
	background: transparent no-repeat center center;
	cursor: pointer;
	display: block;
	float: left;
	height: 25px;
	outline:none;
	text-indent: -9999px;
	width: 25px;		
}

#body #content div.header div.buttons a.email {
	background-image: url(/web/resource/img/global/button/email.gif);
	display: none;
}

#body #content div.header div.buttons a.print {
	background-image: url(/web/resource/img/global/button/print.gif);
}

#body #content div.header div.buttons a.delicious {
	background-image: url(/web/resource/img/global/button/delicious.gif);
}

#body #content div.header div.buttons a.digg {
	background-image: url(/web/resource/img/global/button/digg.gif);
}

#body #content div.header div.buttons a.facebook {
	background-image: url(/web/resource/img/global/button/facebook.gif);
}

#body #content div.header div.buttons a.myspace {
	background-image: url(/web/resource/img/global/button/myspace.gif);
}

#body #content div.header div.buttons a.twitter {
	background-image: url(/web/resource/img/global/button/twitter.gif);
}


/* ########## text pages ########## */
#body #content div.text {
	text-align: center;
	margin: 5px;
}

#body #content div.text img.banner {
	display: block;
	margin: 0 auto 15px;
}

#body #content div.text h3 {
	font-size: 180%;
}

#body #content div.text h3,
#body #content div.text h4 {
	text-align: left;
}

#body #content div.text p {
	font-size: 125%;
	text-align: justify;
}

#body #content div.text li {
	font-size: 125%;
}

#body #content div.text li>h3 {
	font-size: 140%;
}

#body #content div.text li>p {
	font-size: 100%;
}

body.faq #content div.text ul,
body.faq #content div.text li
{
	list-style-type:none;
}

#body #content div.text p.small {
	font-size: 85%;
}

#body #content div.text div.section {
	margin-bottom: 25px;
}

#body #content div.text div.section div {
	margin: 0 5px;
	text-align: justify;
	/*width: 450px;*/
	width: 440px;
}

#body #content div.text div.section.left img  { float: left; margin-left: 10px;  }
#body #content div.text div.section.left div  { float: right; }
#body #content div.text div.section.right img { float: right; }
#body #content div.text div.section.right div { float: left; margin-left: 10px;  }

#body #content div.text ul,
#body #content div.text ol
{
	margin-bottom: 15px;
	margin-left: 35px;
	text-align: left;
}

#body #content div.text ul {
	list-style-type: disc;
}

#body #content div.text ol {
	list-style-type: decimal;
}


/* ########## lists ########## */
#content ul.bullet {
	list-style-type: disc;
	margin: 5px 0 10px 25px;
}

#content ul.bullet li {
	margin-bottom: 5px;
}


/* ########## pod ########## */
div.pod {
	border: 1px solid #e3ddd8;
	border-bottom: 5px solid #999999;
	margin-bottom: 5px;
	padding: 4px;
	width: 192px;
}

div.pod h4.header {
	background-color: #464646;
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	height: 25px;
	line-height: 25px;
	margin-bottom: 5px;
	padding: 0 5px;
	text-indent: -9999px;
}

div.pod div.content {
	font-size: 90%;
}

div.pod div.content p {
	display: block;
	margin-bottom: 15px;
}

div.pod div.content img {
	background: transparent no-repeat center center;
	display: block;
	height: 120px;
	margin: 0 auto;
	width: 180px;
}

div.pod div.content a.more {
	text-decoration: underline;
}

div.pod div.footer {
	display: none;
}

/* global > browse */
div.pod.browse h4.header {
	background-image: url(/web/resource/img/global/pod/title/browse.png);
}

div.pod.browse li.hide.region {
	display: none;
}
img.logo {
	margin: 20px 0;
}

/* global > featured */
div.pod.featured {
    background: transparent url(/web/resource/img/global/pod/featured/body.jpg) repeat-x bottom;
    text-align: center;
}

div.pod.featured h4.header {
	background-color: #999;
	/*background-image: url(/web/resource/img/title/featured.png);*/
	display: none;
}

div.pod.featured h5 {
	color: #333333;
	font-size: 100%;
}

div.pod.featured a.more {
    background: transparent url(/web/resource/img/global/pod/featured/btn-learn-more.png) no-repeat;
	display: block;
	height: 29px;
	margin: 15px auto 5px;
	outline: none;
	text-indent: -9999px;
	width: 169px;
}

div.pod.featured a.more:hover {
    background-position: 0 bottom;
}


/* global > navigation */
div.pod.navigation li a:hover {
	text-decoration: underline;
}

/* ########## table ########## */
table.stripe {
	width: 100%;
}

table.stripe thead th {
	background: #252525;
	color: #ffffff;
	font-weight: bold;
}

table.stripe tbody tr.alternate {
	background: #f4f4f4;
}


/* ########## footer ########## */
#footer {
	background:	#eaeaea url(/web/resource/img/global/footer/background.gif) repeat-x top;
	border-top:	1px solid #f2f1f2;
	margin-top: 150px;
}

#footer h2, #footer h2 b {
	height: 28px;
}

#footer h2 {
	background:	#ffffff url(/web/resource/img/global/footer/gradient.gif) repeat-x;
}

#footer h2 b {
	background:	transparent url(/web/resource/img/global/footer/title.gif) no-repeat 15px center;
	display: block;
	text-indent: -9999px;
}

#footer a {
	color: #666666;
	font-size: inherit;
}

#footer p {
	padding: 15px;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer ul {
	float: left;
	margin-top:	20px;
	margin-left: 20px;
	width: 175px;
}

#footer ul li.hide {
	display: none;
}

#footer ul li.group {
	border-bottom: 1px dotted #666666;
	margin: 10px 0 5px;
	padding: 0 0 10px;
}

#footer ul li#f-products-education {
	margin-top:23px;
}

#footer ul li#f-where-to-buy {
	border: 0;
}

#footer ul li#f-where-to-buy ul {
	display: none;
}

#footer ul li.group a {
	color: #666666;
	font-size: inherit;
	font-weight: bold;
	white-space: nowrap;
}

#footer ul li a {
	color: #666666;
	font-size: 90%;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}


/* ########## float fix ########## */
#region,
#content,
#footer div,
div.section,
#menu,
#models li ol.file,
#product-search,
#product-families,
#product-featured,
#product-summary,
#product-navigation,
#compare,
body.support,
body.support ul.icons,
body.support ul.icons li,
body.support div.container,
#filters,
#type-navigation,
#support-navigation,
p.bottom,
.column.main div.browse,
.column.main .groups li,
div.finder fieldset label,
#results,
#results ul,
#results ul li,
#results ul div
{
	*display: inline-block;
}

#region:after,
#content:after,
#footer div:after,
div.section:after,
#menu:after,
#models li ol.file:after,
#product-search:after,
#product-families:after,
#product-featured:after,
#product-summary:after,
#product-navigation:after,
#compare:after,
body.support:after,
body.support ul.icons:after,
body.support ul.icons li:after,
body.support div.container:after,
#filters:after,
#type-navigation:after,
#support-navigation:after,
p.bottom:after,
.column.main div.browse:after,
.column.main .groups li:after,
div.finder fieldset label:after,
#results:after,
#results ul:after,
#results ul li:after,
#results ul div:after
{
	clear: both;
	content: ".";
	display: block;
	height:	0;
	visibility:	hidden;
}



/*.disclaimer .text,
.privacy .text,
.terms .text {
    font-size: 7pt;
}*/
