table#two-cols {
 background-color: white;
    border-collapse: collapse;
    border-spacing: 0;
    margin: -6px;
    width: 1008px;
	/*border: solid #bbbbbb 1px;*/
}
table#two-cols td {
    vertical-align: top;
}
table#two-cols td.col-left {
	vertical-align: top;
	border-left: solid #bbbbbb 1px;
	width: 664px;
	background: #ffffff url(/media/img/left_bg.png) repeat-x; 
}
table#two-cols table.favourites-data {
    margin: 15px 10px 15px 15px;
}
#two-cols div.num-favourites {
    position: relative;
    width: 50px;
}
#two-cols div.num-favourites img {
    position: absolute;
    z-index: 1;
}
#two-cols div.num-favourites p {
    position: absolute;
    top: 9px;
    left: 6px;
    z-index: 2;
    color: white !important;
    font-size: 18px !important;
    font-weight: bold;
    text-align: center;
    width: 30px;
}
#two-cols td.col-right {
	 background: #eaf0fe url(/media/img/search_bg.png) repeat-x;
	background-image: url(/media/img/search_bg.png), url(/media/img/texture_01.png); 
	background-repeat: repeat-x, repeat;	
	-moz-box-shadow: 0 0 17px white inset;
	-webkit-box-shadow: 0 0 17px white inset;
	box-shadow: 0 0 17px white inset;	
}
#two-cols td.col-right table.links td {
    height: 60px;
}
#two-cols td.col-right table.links td p {
    margin-top: 8px;
}
#two-cols td.col-right h3 {
    margin: 0 0 5px 0;
    color: #2D92DD;
    font-size: 18px;
}
#two-cols td.col-right p {
    margin: 0 0 15px 0;
    color: #717069;
    font-size: 13px;
}
#two-cols td.col-right a {
    color: #00759c;
    font-size: 12px;
    font-weight: bold;
}
#two-cols td.col-right a:hover {
    text-decoration: underline;
}


