﻿body {
}

/*  General Content Styles  */
#content p,
#content ul,
#content ol,
.content p,
.content ul,
.content ol{
    margin:0 0 1em;
}
.content ul li,
.content ol li
{
    padding:0;
    margin-left:2em;
}
.content ul li{
    list-style-type:disc;
}
.content ol li{
    list-style-type:decimal;
}
.content .silentList{
    margin:0;
    padding:0;
    list-style:none;
}
.content .silentList li{
    margin:0;
    padding:0;
}
.nofloat{float:none;}
.clear{
    clear:both;
    height:1px;
    font-size:1px;
    line-height:1;
    margin:0;
    overflow:hidden;
}
.clearleft{
    clear:left;
    height:1px;
    font-size:1px;
    line-height:1;
    margin:0;
    overflow:hidden;
}
.clearright{
    clear:right;
    height:1px;
    font-size:1px;
    line-height:1;
    margin:0;
    overflow:hidden;
}
.clearmargin{
    clear:both;
    height:1px;
    font-size:1px;
    line-height:1;
    margin-bottom:20px;
    overflow:hidden;
}



/*  Styles for Tiles  */
.tileRow{
	clear:both;
	padding:15px 0 0 10px;
}
.mainContent .tileRow{
    padding-left:0px;
}
.tileRow .OneColumn,
.tileRow .TwoColumns{
	overflow:hidden;
	border:1px solid #005496;
	background:#FFF url(/css/images/bg_tile.gif) repeat-x left bottom;
	float:left;
	margin-right:18px;
}
.mainContent .tileRow .OneColumn,
.mainContent .tileRow .TwoColumns{
    margin-right:17px;
}
.contentend
{
	clear:both;
}
.tileRow .OneColumn
{
	width:150px;
	/*margin-bottom:10px;*/
}
.tileRow .TwoColumns{width:360px;}
.tileRow .last{margin-right:0px !important;}

.tileRow .advert{
	float:left;
	margin-right:18px;
	width:auto;
}

.OneColumn .padLayer,
.TwoColumns .padLayer{
    padding:14px;
}
.tileRow .OneColumn .img{
    text-align:center;
    margin-bottom:7px;
    padding-top:4px;
}
.tileRow .OneColumn .img img{
    float:right;
    margin:0 auto;
}
.tileRow .TwoColumns .img{
    float:right;
    margin:0 0 7px 7px;
    padding-top:4px;
}
.tileRow .TwoColumns .img img{
    margin:0;
}

.rightChannel .tile,.leftChannel .tile{
    border:1px solid #005496;
	background:#FFF url(/css/images/bg_tile.gif) repeat-x left bottom;
	margin-bottom:20px;
	width:170px;
}
.rightChannel .tile .padLayer,.leftChannel .tile .padLayer{
    padding:12px;
}
.rightChannel .tile .img,.leftChannel .tile .img{
    text-align:center;
    margin-bottom:7px;
}
.rightChannel .tile img,.leftChannel .tile img{
    margin:0 auto;
}

.links a{
    padding-left:11px;
    background:url(/css/images/link_arrow.gif) no-repeat left 60%;
}
.links a.linksarticle{
    background:url(/css/images/arrow-grn.gif) no-repeat left 60%;
    margin-left:10px;
}
.links span.grey{
    padding-left:11px;
}

.morelink a{
    padding-right:10px;
    background:url(/css/images/link_arrow.gif) no-repeat right 60%;
}

/*  Related Items  */
.related{
    margin:15px 0;
}
.related h3{
    margin:0 0 5px;
}
.related li.link a{
    padding-left:11px;
    background:url(/css/images/link_arrow.gif) no-repeat 0 0.3em;
}
.related li{
    margin-bottom:.2em;
}
.related li.file{
    padding-top:.5em;
}
.related li.file img{
    vertical-align:bottom;
}

/* Styles for the help rollover and basket rollover */
#helpText
{
	position:absolute;
	width:370px;
	display:none;
}
#CartContents{
    display:none;
    position:absolute;
    right:50px;
    top:20px;
    z-index:100;
    width:370px;
}
#helpTop,
#cartTop
{
    background:transparent url(/css/images/bg_help_top.png) no-repeat left bottom;
	height:24px;
	overflow:hidden;
}
#helpMain,
#cartBody
{
	padding:0 20px 5px 20px;
	background:transparent url(/css/images/bg_help_body.png) repeat-y left top;
}
#helpBottom,
#cartBottom
{	
    background:transparent url(/css/images/bg_help_bottom.png) no-repeat left bottom;
	height:24px;
	overflow:hidden;
}
#cartBody .cartClose{
    float:right;
}
#cartBody .cartClose a{
    display:inline-block;
    padding-right:12px;
    background:url(/css/images/x.gif) no-repeat right 75%;
}
#cartBody .btns{
    text-align:right;
    padding:5px 0;
}
#cartBody .formButton{
    width:auto;
}
#cartBody table{
    width:100%;
    border-top:2px solid #005496;    
}
#cartBody table td{
    padding:2px 7px;
}
#cartBody table td.right{
    text-align:right;
}
#cartBody table tr.even{
    background-color:#f3f2f3;
}
#cartBody table tr.lastitem td{
    border-bottom:1px solid #005496;
}
#cartBody table tr.shipping,
#cartBody table tr.total td{
    text-align:right;
}
#cartBody table tr.total td{
    font-weight:bold;
    font-size:1.1em;
}

.helpIcon{
    display: -moz-inline-box;
    display:inline-block;
    width:18px;
    height:18px;
    background:url(/css/images/icon_help.gif) no-repeat 50% 50%;    
    text-decoration:none;
    vertical-align:middle;
}
.helpIcon span{
    visibility:hidden;
}
.ieInlineFix{
    vertical-align:.1em;
}

/*  Search Results  */
#SearchResults{
    border:1px solid #CCC;
    border-width:1px 0;
}
.withRight #SearchResults{
    /*margin-right:190px;*/
}
#SearchResults li{
    margin:0;
    padding:10px;
    clear:left;
    min-height:75px;
	list-style-type: none;
}
#SearchResults li.even{
    background-color:#F0F0F0;
    border:1px solid #CCC;
    border-width:1px 0px;
}
#SearchResults li img{
    float:left;
    margin:0 10px 0 0;
}
#SearchResults li .pr{
    float:right;
    min-height:75px;
    width:160px;
    margin-left:10px;
    text-align:right;
}
#SearchResults li .pr div{
    margin-top:.75em;
}

/*  Page Numbers  */
.pNum{
    padding:0 13px;
    line-height:25px;
    text-align:right;
	background: #fff;
	margin-bottom: 15px;
	font-size: 0.8em;
}
.numTop{margin-top:10px;}
.numBot{
    clear:both;
}
.pNum .sum{float:left;}

.searchResults
{
	background: #fff;
	padding: 20px 15px 20px 60px;
}
.pnlSearch {
	background: #999999;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;
}

.searchResults .pNum
{
	margin:15px 0px 20px 0px;
}
/* Javascript and cookie errors */
.Error
{
	background:url(/css/images/error.gif) no-repeat 10px 10px;
	color:#000;
	padding:5px 5px 0 85px;
	margin:0 0 5px 0;
	border:1px solid #900;
}
.Error h2
{
	color:#900;
}
.Error p
{
	margin:2px 0 .5em !important;
}
.Error ul
{
	margin:0;
	padding:0;
}
.Error ul li
{
	margin:0;
	padding:0 0 5px 0;	
}

.newsletterList
{    
    list-style-type: circle;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

