2011-10-08 06:06:16 +00:00
|
|
|
#bottomRight
|
|
|
|
{width:570px;
|
2011-10-13 19:35:45 +00:00
|
|
|
min-height:300px; /*IS THIS REQUIRED??*/
|
2011-10-08 06:06:16 +00:00
|
|
|
background-color:#FFF;
|
|
|
|
color:#3b3b39; /*was originally f7bd00*/
|
|
|
|
font-family:'Arial Regular', Arial, Helvetica, sans-serif;
|
|
|
|
font-size:12px;
|
|
|
|
line-height:16px;
|
|
|
|
padding:20px;
|
|
|
|
margin-top:20px;
|
|
|
|
-moz-border-radius:8px;
|
|
|
|
-webkit-border-radius:8px;
|
|
|
|
border-radius:8px;
|
|
|
|
-moz-box-shadow:2px 3px 20px #252425;
|
|
|
|
-webkit-box-shadow:2px 3px 20px #252425;
|
|
|
|
box-shadow:2px 3px 20px #252425;
|
|
|
|
overflow:auto;
|
|
|
|
clear:both;}
|
|
|
|
|
|
|
|
.itfInfoSub
|
|
|
|
{color:#f7bd00;
|
|
|
|
font-weight:bold;}
|
|
|
|
|
|
|
|
.itfInfo p
|
|
|
|
{padding-bottom:8px;}
|
|
|
|
|
|
|
|
.thumbsDetails
|
|
|
|
{width:164px;
|
|
|
|
height:114px;
|
2011-10-24 12:57:10 +00:00
|
|
|
-moz-box-shadow:1px 1px 3px 3px #aaa;
|
|
|
|
-webkit-box-shadow:1px 1px 3px 3px #aaa;
|
|
|
|
box-shadow:1px 1px 3px 3px #aaa;
|
|
|
|
margin:10px;
|
|
|
|
cursor:pointer;}
|
2011-10-08 06:06:16 +00:00
|
|
|
|
|
|
|
.searchHighlight
|
|
|
|
{background-color:#f7d76c;
|
|
|
|
padding:0px 2px 1px 1px;}
|
|
|
|
|
2011-10-21 14:13:05 +00:00
|
|
|
.bpRelated:link, .bpRelated:visited, .bpRelated:active
|
|
|
|
{color:#ff8400;
|
|
|
|
text-decoration:none;}
|
|
|
|
|
|
|
|
.bpRelated:hover
|
|
|
|
{text-decoration:underline;}
|
|
|
|
|
2011-10-08 06:06:16 +00:00
|
|
|
.noListTitle a
|
|
|
|
{color:#f7bd00;
|
|
|
|
font-weight:bold;
|
|
|
|
text-decoration:none;}
|
|
|
|
|
|
|
|
.noListItem
|
|
|
|
{margin-bottom:16px;}
|
|
|
|
|
|
|
|
.linksInnerOrange a
|
|
|
|
{text-decoration:none;
|
|
|
|
display:block;}
|
|
|
|
|
|
|
|
.linksInnerOrange a:hover
|
|
|
|
{text-decoration:underline;}
|
|
|
|
|
|
|
|
.hideText
|
|
|
|
{display:none;}
|