/* ----------------------------------------
   Trisco Styles
   ---------------------------------------- */
   
/* ----------------------------------------
   HTML redefines
   ---------------------------------------- */
body.main {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
	color: #666;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #A4C8EC;
}
body.console {
	
}
table {
	border: 0px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica;    
}

a:link, a:visited {
	color: #3C72B7;
}

a:hover {
	text-decoration: none;
	visibility: visible;
}

img {
	border: 0px;
}

select, input, textarea {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    color: #555;
	margin-top: 1px;
	margin-bottom: 3px;
}

input.bordered {
	border: 1px solid #05418C;
	background: url(/images/bar_grey.gif) repeat-x;
	height: 19px;
	padding-left: 3px;
    color: #05418C;
}

input.button {
	border: 1px solid #05418C;
	font-weight: bold;
	color: #05418C;
	background:  #E9F0F9 url(/images/bar_ltblue.gif) repeat-x;
	padding: 1px;
	cursor: pointer;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-weight: bold;
}
/* -------------------
	Page Styles
 * ------------------- */
.page {
	width: 780px;
	height: 100%;
	background: #FFF;
	border-top: 4px solid #A4C8EC;
	border-bottom: 4px solid #A4C8EC;
	background: #FFF url(/images/side_bg.gif) repeat-y;
}
.page td {
	vertical-align: top;
}
/* -------------------
	Header
 * ------------------- */
.page .header
{
	height: 110px;
	background: #FFF url(/images/head_bg.gif) no-repeat top right;
}
.page .header .logobox {
	background: transparent url(/images/head_loops.gif) no-repeat top left;
	height: 110px;
}
.topbar {
	height: 16px;
	background: #E61B22 url(/images/bar_red.gif) repeat-x;
	color: #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.topbar table {
	width: 100%;
	margin: 0;
	padding: 0;
}
.topbar td {
	background: url(/images/topbar_divide.gif) no-repeat bottom right;
	padding: 2px 0 2px 0;
}
.topbar a, .topbar a:visited {
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}
.topbar td{
	text-align: center;
}
/* -------------------
	Sidebar
 * ------------------- */
.sidebar {
	width: 185px;
	color: #FFF;
	vertical-align: top;
}
.sidebar_base {
 	background: url(/images/cnr_b_l.gif) no-repeat bottom left;
}
.sidebar h3 {
	display: none;
}
.sidebar .panel {
	padding: 4px;
}
.sidebar .panel p{
	margin: 0;
	line-height: 16px;
}
.sidebar .heading {
	height: 25px;
	background-color: #154F99;
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
.yourorder	{ background-image: url(/images/hd_yourorder.gif); }
.search		{ background-image: url(/images/hd_search.gif); }
.browse		{ background-image: url(/images/hd_browse.gif); }

.sidebar .panel ul a {
	text-decoration: none;
}
.sidebar .panel ul a:hover {
	text-decoration: underline;
}
.sidebar .panel ul {
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 1px 0 1px 0;
	line-height: 12px;
}
.sidebar .panel ul li {
	margin-left: 0;
	padding: 1px 0 2px 9px;
	background-repeat: no-repeat;
	background-position: 0 3px;
	background-image: url(/images/bullet1.gif);
}
.sidebar .panel ul ul {
	margin-left: 11px;
}
*html .sidebar .panel ul ul {
	margin-left: 1px;
}
.sidebar .panel ul ul li {
	background-image: url(/images/bullet2.gif);
}
.sidebar .panel ul ul ul li {
	background-image: url(/images/bullet3.gif);
}

.sidebar a, .sidebar a:visited {
	color: #FFF;
}
/* -------------------
	Content Area
 * ------------------- */
.content {
	padding: 4px;
	background: #FFF;
	width: 595px;
}
.content p {
	line-height: 17px;
}
.breadcrumb {
	color: #3C72B7;
	padding-bottom: 4px;
}
.content .heading {
	background: #3C72B7 url(/images/bar_blue.gif) repeat-x;
	margin-top: 6px;
	color: #FFF;
}
.content .heading h2 {
	height: 26px;
	background: transparent url(/images/bar_blue_end.gif) no-repeat top right;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 8px 0;
}
.content .heading a {
	color: #FFF;
}
.content .heading h2 img {
	margin-right: 4px;
}

.content .cat_tile {
	width: 167px;
	height: 152px;
	padding: 5px 0 0 7px;
}
.content .cat_tile a {
	text-decoration: none;
}
.zoom {
	padding-left: 17px;
	background: url(/images/magnify.gif) no-repeat;
	height: 13px;
}

.list {
	padding-left: 4px;
}
.list .box {
	width: 99%;
	border-bottom: 1px dashed #7BACDC;
}
.list .box p {
	margin: 3px 0 8px 0;
}
.list .box .thumbnail {
	width: 45px;
	text-align: center;
}
.no_image_sml {
	border: 1px solid #CCC;
	padding: 2px;
	font-size: 10px;
	margin-right: 2px;
}
/* -------------------
	Footer
 * ------------------- */
.footer {
	height: 18px;
	padding: 4px;
	text-align: center;
	font-size: 10px;
	background: #FFF url(/images/cnr_b_r.gif) no-repeat bottom right;
}
.footer p {
	margin: 4px 0 1px 0;
}
.footer a {
	font-weight: bold;
}
