@CHARSET "ISO-8859-1";

body {
	background:#BCCDDF
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	background-color: #fff;
	border: solid;
	border-color: #999999;
	border-width: 0px;
}

#header {
	padding: 0; 
	margin: 0; 
}

/* content div for when there is no side column */
#content {
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

/* content div for when there is both left and right column */
#content-leftrightmargin {
	background-color: #fff;
	margin-left: 195px;
	margin-right: 165px;
	padding-left: 0px;
	padding-right: 0px;
}

/* content div for when there is rightcolumn only */
#content-rightmargin {
	background-color: #fff;
	margin-right: 165px;
	padding-left: 15px;
	padding-right: 0px;
}

/* content div for when there is left column only */
#content-leftmargin {
	background-color: #fff;
	margin-left: 195px;
	padding-left: 0px;
	padding-right: 5px;
}

/* div for left column */
#contentleft {
	float: left;
	width: 195px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

/* div for right column */
#contentright {
	float: right;
	width: 165px;
	margin: 0px;
	padding: 0px;
}

#margin-popup {
	position: absolute;
	right: 10px;
	top: 50px;
	width: 200px;
	background :#fff;
	border: 1px solid #000;
}

#deep-search {
	padding-left: 2em;
	font-size: 11pt;
}

#user-links {
	float: right;
	width: 55em;

	font-family: Verdana, Ariel;
	font-size: 70%;
}

#user-links a { 
	color: #369;
	font-weight: bold;
	text-decoration: none;
}

#basket-summary { 
	float: right;
	width: 20em;
	clear: right;
	text-align: right;
	color: #369;
	padding-top: 30px;
	padding-right: 10px;  
}

#corp-link-box {
	float: left;
	width: 20%;
	
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
	
	font-family: Verdana;
	font-weight: bold;
	font-size: 80%;
	text-align: center;

	background-color: #369;
}

#corp-link-box a {
	color: white;
	text-decoration: none;
}
			
#catalog-headline { 
	font-family: Verdana, Arial;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	
	border-bottom: thin solid #ccc;
	margin-bottom: 5px;
}

#showcase{
	min-width:500px;
	float:left;
	width: 500px;
	padding: 0px;
	margin: 0px;
}

#showcase2{
	float:right;
	min-width:675px;
	width: 675px;
	padding: 0px;
	margin: 0px;
}


#showcase img{
	border: none;
}


#disclaimer {
	text-align: center; 
	margin-bottom: 10px;
}

#search-box {
	padding-top: 45px;
}

ul.catalog-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.catalog-nav li {
	background-image: url("/images/rtarrow.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 0 0 1.5em;
	margin: 1em 0;
	list-style-type: none;
}

ul.catalog-nav li.expanded {
	background-image: url("/images/dnarrow.gif");
}

ul.catalog-nav li a {
}

ul.catalog-nav li ul {
	position: relative;
	left: -1em;
	padding: 0;
}
	
ul.catalog-nav li li {
	background-image: url("/images/rtarrow.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0;
	margin: .5em 0;
}
	
ul.catalog-nav li li.expanded {
	background-image: url("/images/dnarrow.gif");
}

ul.catalog-nav li li a {
	padding: 3px 3px 3px 17px;
}	

ul.catalog-nav li ul li ul{
	position: relative;
	left: 8px;
	padding: 0;	
}

#topNav {
	float:right;
	height: 20px;
	font-size: larger;
}

#topNav a {
	color:#369;
	text-decoration: none;
}

#topNav a:hover {
	text-decoration: underline;
}

.grey-box
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	clear: both;
	border-bottom: 1px solid #ffffff; /* IE hack */
    margin-bottom: 10px;
    clear: both;
    border-bottom: 1px solid #ffffff; /* IE hack */
}
.grey-box .content
{
    border: 1px solid #eeeeee;
    padding-bottom: 2px;
    padding-top: 2px;
}
.grey-box .content img{
	border:none;

}
	
.grey-box .header
{
	border-bottom-color: #6d9fc7;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-x-position: left;
	background-y-position: top;
	background-color: #eff3f6;
}

.grey-box .header div
{

    color: #003366;
    font-size: 13px;
    font-weight: bold;
    padding: 8 4 8 0;
    margin: 0px !important;
    background-repeat: no-repeat;
    background-position: top right;
}

ul.breadcrumb {
	font-size: 10pt;
	padding: 5px;
	display: inline;
	border: none;
} 

ul.breadcrumb li {
	display: inline;
	list-style-type: none;
	background-image: url("/images/rtarrow.gif");
	background-repeat: no-repeat;
	background-position: center left;
	margin: 0;
	padding: 4px;
}

ul.breadcrumb li.first {
	background-image: none;
}

ul.breadcrumb li span {
	padding: 0 0 0 14px;
}
	
#trailimageid {
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 0px;
	z-index: 200;
}

.bannerbottom {
	float: left;
}
  
.itemcon{
	width:510px;
}

.iteminfo { 
    width:165px;
    margin-left:2px;
    margin-top:2px;

float:left;
    border-bottom:#CCCCCC 1px dashed;
    
}

.itemcon2{
width:510px;


}

.iteminfo2 { 
    width:510px;
    margin-top:2px;
    position:relative;

border-bottom:#CCCCCC 1px dashed;
    
}

#products {
	width:490;
	margin-top:2px;
	float:left;    
}

#products table{
	width:489px;
}

#products-amazonstyle
{
	width: 95%;
	margin-top: 2px;
}
	
#content table {
	width:100%;
}

#configurator select {
	width: 180px;
}
#result{
	float:left;
}

.require {
	color:#CC0000;
	font-weight:bold;
}
