/* COLOURS */
/* Purple - 6600CC */
/* Yellow - FFCC00 */
/* Black - 000000 */
/* Red - CC0000 */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #505050;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #CC0000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #1f4f82;
}

a:hover {
	text-decoration: underline;
}

.nomt {
	clear: both;
}

.small {
	color: #999999;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Forms */
#content fieldset p {margin:10px 0;}
#content .req {font-weight:bold;color:#d00;}
label {font-weight: bold;}
.input-text {padding:3px; font:100%/1.5 "arial", sans-serif;}
.input-text-02 {padding:5px; font:140%/1.5 "arial", sans-serif;}
.input-submit {padding:5px; font-size:120%;}
.input-submit-02 {padding:1px; font-size:100%;}
.box-01 {border:2px solid #F2DD8C; background:#FFF5CC;padding: 15px 15px 0 15px;}
.box-01 a {color:#303030;}
.box-01 a:hover, #content .box-01 a:active, #content .box-01 a:focus {color:#df0000;}


/* HEADER */

#header-wrapper {
	height: 100px;
	background: #FFFFFF;
}

/* Header - Logo */

#logo h1 a {
	position: absolute;
	width: 212px;
	height: 160px;
	background: #FFFFFF url(images/logo.jpg) no-repeat 0 50%;
	text-indent: -100em;
	overflow: hidden;
}

/* Header - Ads */

#header {
	width: 950px;
	height: 160px;
	margin: 10px auto 0 auto;
}

#commercial {
	width: 700px;
	height: 60px;
	position: relative;
	float: right;
}
#boxicon {
	width: 220px;
	height: 60px;
	float: left;
	position: relative;
	background: #EEEEEE;
}
#banner {
	width: 468px;
	height: 60px;
	position: relative;
	float: right;
	background: #EEEEEE;
}

/* Header - Promo boxes */

#promo {
	width: 700px;
	height: 68px;
	position: relative;
	float: right;
	clear: right;
	margin-top: 10px;
}

#promo a {
	text-decoration: underline;
}
#promo a:hover {
	text-decoration: none;
}

#shop img {
	float: left;
	margin: 5px;
	border: 5px solid #FFFFFF;
}

#shop {
	width: 334px;
	height: 68px;
	position: relative;
	background: #CC0000;
	float: left;
	padding: 5px;
	color: #FFFFFF;
	line-height: 2em;
}
#shop a {
	color: #FFFFFF;
}

#login-info img {
	float: left;
	margin: 5px;
	border: 5px solid #000000;
}

#login-info {
	width: 334px;
	height: 68px;
	position: relative;
	float: right;
	background: #FFCC00;
	padding: 5px;
	color: #000000;
	line-height: 2em;
}
#login-info a {
	color: #000000;
}
.new {background: #CC0000 url("/images/alert.gif");padding: 2px;}
a.new {color: #FFFFFF !important;}




/* Menu */

#menu {
	width: 950px;
	height: 32px;
	margin: 0 auto;
	background: #DDDDDD;
}

#menu ul {
	margin-left: -40px !important;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 6px 15px 6px 15px;
	background: #DDDDDD;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	border-right: #BBBBBB solid 1px;
}
	
#menu .current_page_item a {
	background: #6600CC;
	color: #FFFFFF;
	text-decoration: none;
	border-right: #6600CC solid 1px;
}

#menu a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
	border-right: #000000 solid 1px;
}

/* Search */

#menu form {
	float: right;
	padding: 4px 5px 0 0;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #BBBBBB;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
}

#search-submit {
	height: 24px;
	border: none;
	margin: 0;
	background: #666666;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit:hover {
	background: #000000;
}




/* Page */

#page {
	width: 980px;
	margin: 80px auto 0 auto;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
	padding: 20px 0px;
}
/* Content */

#content {
	float: right;
	width: 650px;
	padding: 0px 0px 0px 0px;
}

.post {
	margin-bottom: 40px;
	border-bottom: 1px dotted #E7E2DC;
}

.post .title {
	padding: 7px 0px 0px 30px;
	letter-spacing: -.5px;
}
.vip {background: #FFFFFF url(images/icon_vip.jpg) no-repeat 0 17px;}
.not-vip {background: #FFFFFF url(images/icon_not-vip.jpg) no-repeat 0 17px;}

.post .title a {
	color: #1f4f82;
	border: none;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Messages */
.msg {padding:10px; padding-left:35px;margin-top: 16px;}
.msg.warning {background:url(images/ico-warning.gif) 10px 20px no-repeat;}
.msg.info {background:url(images/ico-info.gif) 10px 50% no-repeat;}
.msg.done {background:url(images/ico-done.gif) 10px 50% no-repeat;}
.msg.error {background:url(images/ico-delete.gif) 10px 50% no-repeat;}
.msg.warning {border:2px solid #F2DD8C; background-color:#FFF5CC;}
.msg.warning a {color:#df0000;} .msg.warning a:hover, .msg.warning a:active, .msg.warning a:focus {color:#303030;}
.msg.info {border:2px solid #B8E2FB; background-color:#E8F6FF;}
.msg.done {border:2px solid #BBDF8D; background-color:#EAF7D9;}
.msg.error {border:2px solid #FFAEAE; background-color:#FEEBEB;}

/* Sidebar */

#sidebar {
	float: left;
	width: 290px;
	margin: 17px 0 0 15px;
	padding: 0px 20px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 15px 0;
	padding: 5px;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #E7E2DC;
	margin: 0px 0px 0px 30px;
	border-left: none;
	text-align: right;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 15px 0px 0px;
	background: url(images/img01.jpg) no-repeat right 7px;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	text-align: right;
	letter-spacing: -.5px;
	font-size: 1.8em;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 0px 0px 10px;
}

#sidebar a {
	border: none;
	color: #1f4f82;
}

#sidebar a:hover {
	text-decoration: underline;
}

#mpu {
	background: #EEEEEE;
	width: 290px;
	height: 250px;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #666666;
}

#footer ul {
	list-style: none;
	font-size: 13px;
}
#footer li {
	width: 25%;
	float: left;
}

#footer p {
	clear: left;
	margin: 0;
	padding-top: 20px;
	font-size: 11px;
	text-align: center;
}

#footer h4 {
	color: #FFCC00;
	font-size: 16px;
	margin-bottom: 0;
}

#footer li a {
	color: #AAAAAA;	
	text-decoration: none;
}

#footer a {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.rss {
	position: absolute;
	height: 22px;
	padding-left: 22px;
	background: transparent url(images/rss.gif) no-repeat 0 5px;
}
.twitter {
	position: absolute;
	height: 22px;
	padding-left: 22px;
	background: transparent url(images/twitter.gif) no-repeat 0 5px;
}

.featured-user {
	background: #6600CC;
	color: #FFFFFF;
}
.featured-user h2 {
	color: #FFCC00;
}
.featured-user img {
	margin: 10px 10px 0 10px;
	border: 5px solid #FFCC00;
	float: left;
}
a.featured-more  {
	color: #FFFFFF !important;
	font-weight: bold;
	padding-left: 15px;
	background: transparent url(images/featured-more.jpg) no-repeat 0 6px;
}

.photo-thumb {
	margin-right: 3px;
	border: 5px solid #FFCC00;
}
.photo-thumb-last {
	border: 5px solid #FFCC00;
}


.top-venues {
	background: #FFCC00;
	color: #000000;
}

.featured-links {
	text-align: right;
}
.featured-controls {
	text-align: center;
}
.featured-controls .active {
	font-weight: bold;
}

.grid {
	display: block;
	width: 270px;
	margin-left: 7px;
}
.grid td {
	vertical-align: top;
	width: 125px;
	overflow: hidden;
	text-align: center;
}
.grid img {
	border: 5px solid #CC0000;
}
.grid-off {
	display: none;
}

.post-thumb {
	border: 5px solid #CC0000;
	margin-top: 7px;
	margin-right: 8px;
	float: left;
}
.alt-post-thumb {
	border: 5px solid #FFCC00;
	margin-top: 7px;
	margin-right: 8px;
	float: left;
}

#content .pagination {clear:both; margin:15px 0; padding-bottom:10px; background:url(images/dot.gif) 0 100% repeat-x;}
#content .pagination.bottom {margin-bottom:0; padding-top:10px; background:url(images/dot.gif) 0 0 repeat-x;}
#content .pagination p {margin:0;}
#content .pagination .f-right a {padding:2px 4px; text-decoration:none;}
#content .pagination .f-right a.pagination-active {padding:2px 6px; font-weight:bold; background: #CC0000; color: #FFFFFF}

.main-split {
	list-style: none;
	margin-left: -40px;
}
.main-split li {
	float: left;
	width: 290px;
	min-height: 240px;
	margin-right: 15px;
	padding: 8px;
}
.main-split li h2 {
	margin-top: 8px;
	margin-bottom: 20px;
}
.main-split li.left {
	background: #CC0000;
	color: #FFFFFF;
}
.main-split li.right {
	background: #FFCC00;
	color: #000000;
}
.main-split li.left a {
	color: #FFFFFF;
}
.main-split li.right a {
	color: #000000;
}

.main-split li.left h2 {
	color: #FFFFFF;
}
.main-split li.left .grid img {
	border: 5px solid #FFFFFF;
}

.flag {
	position: absolute;
	width: 16px;
	height: 11px;
}
.uk {background: transparent url(/images/flags/flag_uk.jpg) no-repeat;}
.ireland {background: transparent url(/images/flags/flag_ireland.jpg) no-repeat;}
.australia {background: transparent url(/images/flags/flag_australia.jpg) no-repeat;}
.usa {background: transparent url(/images/flags/flag_usa.jpg) no-repeat;}
.canada {background: transparent url(/images/flags/flag_canada.jpg) no-repeat;}
.newzealand {background: transparent url(/images/flags/flag_newzealand.jpg) no-repeat;}
.israel {background: transparent url(/images/flags/flag_israel.jpg) no-repeat;}
.germany {background: transparent url(/images/flags/flag_germany.jpg) no-repeat;}
.sweden {background: transparent url(/images/flags/flag_sweden.jpg) no-repeat;}
.switzerland {background: transparent url(/images/flags/flag_switzerland.jpg) no-repeat;}
.malaysia {background: transparent url(/images/flags/flag_malaysia.jpg) no-repeat;}
.belgium {background: transparent url(/images/flags/flag_belgium.jpg) no-repeat;}
.netherlands {background: transparent url(/images/flags/flag_netherlands.jpg) no-repeat;}
.hungary {background: transparent url(/images/flags/flag_hungary.jpg) no-repeat;}
.italy {background: transparent url(/images/flags/flag_italy.jpg) no-repeat;}
.india {background: transparent url(/images/flags/flag_india.jpg) no-repeat;}

.message {background: transparent url(/images/icon_message.jpg) no-repeat;}
.delete {background: transparent url(/images/icon_delete.jpg) no-repeat;}
.contact {background: transparent url(/images/icon_message.jpg) no-repeat 0 4px;padding-left: 22px;}

#resultslist-wrap {margin-top: 20px;}
#resultslist-wrap dl {margin-bottom: 20px;}
#resultslist-wrap dt {margin: 0;}
#resultslist-wrap dt {font-weight: bold;}
#resultslist-wrap dd.location {color:#999;}


#friends-list, #friends-list ul {
	list-style: none;
	margin-left: -40px;
}
#friends-list li {
	position: relative;
	float: left;
	width: 130px;
	height: 110px;
	background: #DDDDDD;
	border: 1px solid #BBBBBB;
	padding: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
#friends-list li li {
	padding: 0;
	margin: 0;
	width: 40px;
	height: 20px;
	border: none;
}

.requests {
	padding-bottom: 5px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}
.requests span {
	float: right;
}
a.button {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 1px;
	border: none;
	background: #666666;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	margin: 0 5px 0 0;
}
a.button:hover {
	background: #000000;
	text-decoration: none !important;
}
.region {
	position: absolute;
	margin-top: -9px;
	margin-left: 25px;
}
.avatar {
	border: 5px solid #6600CC;
}



#explored-list, #explored-list ul {
	list-style: none;
	margin-left: -40px;
}
#explored-list li {
	position: relative;
	float: left;
	width: 160px;
	height: 140px;
	background: #DDDDDD;
	border: 1px solid #BBBBBB;
	padding: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
#explored-list li li {
	padding: 0;
	margin: 0;
	width: 40px;
	height: 20px;
	border: none;
}
#explored-list a.flag {
	margin-top: -5px;
	margin-left: 126px;
}
.pick-venues {
	margin-top: -15px;
	width: 600px;
}
td.top-venues {
	width: 288px !mportant;
}
.scroll {
	height: 350px !important;
	overflow: auto;
	background: #FFFFAA;
	padding: 5px;
}

.interest-options {
	list-style: none;
	margin-left: -40px;
}
.interest-options li {
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
	background: #EEEEEE;
	padding-left: 8px;
	padding-right: 8px;
}
#floating-login {
	display: none;
	z-index: 100;
	position: fixed;
	top: 15%;
	z-index: 100;
	margin: 0 auto;
	left: 20%;
	width: 100%;
	height: 290px;
	padding: 60px;
	width: 520px;
	background: transparent url(/images/black_overlay.png);
	text-align: center;
}
#floating-form {
	background: #FFFFFF;
	border: 1px solid #505050;
	padding: 10px;
}
/* ARTICLE RATINGS */
#rating {float:right;margin-top:15px;margin-right:16px}
#rating ul li a:link, #rating ul li a:visited {position:absolute;color:#000;width:17px;text-indent: -100em; overflow: hidden}
#rating ul li a:hover, #rating ul li a:active {position:absolute;color:#fff;width:17px;text-indent: -100em; overflow: hidden}
#rating ul {margin: 0;padding: 0;list-style-type: none;}
#rating ul li {display: inline; float:left; width:17px;height:17px}
#rating .on {background:transparent url(/images/rating_stars.jpg) 0px 17px}
#rating .off {background:transparent url(/images/rating_stars.jpg)}
#rating #label {padding-left:5px;font-size:80%;color:#666}
a.expand-more {
	padding-left: 16px;
	background: transparent url(/images/expand-down.jpg) no-repeat 0 11px;
	float: right;
}
a.expand-less {
	padding-left: 16px;
	background: transparent url(/images/expand-up.jpg) no-repeat 0 11px;
	float: right;
}
.box-02 {height: 400px;overflow: auto;}
.box-02, .box-03 {border:2px solid #B8E2FB; background-color:#E8F6FF;padding: 15px 15px 0 15px;}
.box-02 a, .box-03 a {color:#303030;}
.box-02 a:hover, #content .box-01 a:active, #content .box-02 a:focus, .box-03 a:hover, #content .box-03 a:active, #content .box-03 a:focus {color:#df0000;}
.box-03 {margin-bottom: 20px}
.box-03 img {border:2px solid #B8E2FB;}
.form-result {margin-left: 10px;}

#photo #img-nav {position:absolute;width:610px;margin-top:-260px;padding-left:8px;padding-right:8px}
#photo #img-nav a:link, #photo #img-nav a:visited {width:50px;height:50px;text-indent: -100em; overflow: hidden}
#photo #img-nav #left {position:absolute;left:8px;display:none}
#photo #img-nav #right {position:absolute;right:35px;display:none}
#photo #img-nav #left:link, #photo #img-nav #left:visited {background:transparent url("/images/gallery-icon-left.png")}
#photo #img-nav #right:link, #photo #img-nav #right:visited {background:transparent url("/images/gallery-icon-right.png")}
#photo:hover #img-nav #right, #photo:hover #img-nav #left {display:block}


#photo #img-bar {position:absolute;width:610px;margin-top:-445px;padding-left:8px;padding-right:8px}
#photo #img-bar a:link, #photo #img-bar a:visited {width:50px;height:50px;text-indent: -100em; overflow: hidden}
#photo #img-bar .r4 {position:absolute;right:206px;display:none}
#photo #img-bar .r3 {position:absolute;right:149px;display:none}
#photo #img-bar .r2 {position:absolute;right:92px;display:none}
#photo #img-bar .r1 {position:absolute;right:35px;display:none}
#photo #img-bar #edit:link, #photo #img-bar #edit:visited {background:transparent url("/images/gallery-icon-edit.png")}
#photo #img-bar #remove:link, #photo #img-bar #remove:visited {background:transparent url("/images/gallery-icon-delete.png")}
#photo #img-bar #like:link, #photo #img-bar #like:visited {background:transparent url("/images/gallery-icon-like.png")}
#photo #img-bar #flag:link, #photo #img-bar #flag:visited {background:transparent url("/images/gallery-icon-flag.png")}
#photo:hover #img-bar #flag, #photo:hover #img-bar #like, #photo:hover #img-bar #remove, #photo:hover #img-bar #edit {display:block}
#thumbnail-wrap {background:#DDDDDD;height:92px;overflow:hidden;padding-top:5px;width:569px;margin-left: 60px;}
#thumbnail-wrap #thumbnails {height:70px;width:10000px;position:relative;margin-left:0px}
#thumbnail-wrap #thumbnails img {border:#000 solid 4px;margin-left:8px;margin-right:8px}
#thumbnail-wrap #thumbnails .active-thumb {border:#fff solid 4px}
#thumbnail-wrap #thumbnails .inactive-thumb {border:#000 solid 4px}
#thumbnail-wrap #thumb-nav {position:absolute;width:570px;font-size:100%;margin-top:-75px}
#thumbnail-wrap #thumb-nav #left {position:absolute;left:-30px}
#thumbnail-wrap #thumb-nav #right {position:absolute;right:0px}
#thumbnail-wrap #thumb-nav a:link, #thumbnail-wrap #thumb-nav a:visited {width:30px;height:98px;text-indent: -100em; overflow: hidden}
#thumbnail-wrap #thumb-nav #left:link, #thumbnail-wrap #thumb-nav #left:visited {background:transparent url("/images/gallery-scroll-left.png")}
#thumbnail-wrap #thumb-nav #right:link, #thumbnail-wrap #thumb-nav #right:visited {background:transparent url("/images/gallery-scroll-right.png")}
#dispImage {
	background: #DDDDDD;
	width: 600px;
	height: 450px;
	text-align: center;
}

#comments-wrap {
	background: #FFFFFF;
	width: 600px;
}
#comments-wrap img {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: #CC0000 4px solid;
}
#comments-wrap h4, #comments-wrap h3 {
	margin: 0;
}
.comment-box {
	background: #EEEEEE;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #BBBBBB;
}
.comment-big {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background: #BBBBBB;
	margin-bottom: 10px;
}
.comment-small {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #DDDDDD;
	margin-bottom: 10px;
}
.comment {
	clear: left;
}
.comment-small .comment {
	background: #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #BBBBBB;
}
.comment-big .comment {
	background: #DDDDDD;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #AAAAAA;
}

.comment-buttons {
	list-style: none;
	margin-left: -68px;
	margin-top: 0px;
	margin-bottom: -8px;
}
.comment-buttons li {
	display: inline;
	width: 30px;
	height: 25px;
	margin-left: 30px;
}

#comments-wrap a.add, #comments-wrap a.like, #comments-wrap a.flag {
	width: 20px;
	height: 20px;
	border: 1px solid #222222;
	background: #FFFFFF;
	overflow: hidden;
	position: absolute;
	text-indent: -100em;
}
#comments-wrap a.add {
	background: url(/images/icon_add-friend.jpg) no-repeat 50% 50%;
}
#comments-wrap a.like {
	background: url(/images/icon_like.jpg) no-repeat 50% 50%;
}
#comments-wrap a.flag {
	background: url(/images/icon_flag.jpg) no-repeat 50% 50%;
}

.comment-footer {
	margin-bottom: 8px;
}

#messages {
	background: #EEEEEE;
	width: 633px;
	padding: 8px;
	border: 1px #999999 solid;
	margin-top: 3px;
}
#messages td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCCCCC;
}
.tab-on, .tab-off {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
	margin-right: 5px;
}
a.tab-on, a.tab-off {
	text-decoration: none;
	color: #666666;
}
a.tab-off:hover {
	text-decoration: underline;
}
.tab-on {
	font-weight: bold;
	background: #EEEEEE;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-right: 1px #999999 solid;
	border-bottom: 1px #EEEEEE solid;
}
.tab-off {
	border: 1px #999999 solid;
}
.read, .unread, .sent {
	position: absolute;
	margin-top: -7px;
	width: 15px;
	height: 15px;
	text-indent: -100em;
}
.new-msg {
	font-weight: bold;
}
.read {
	background: url("/images/msg_read.jpg") no-repeat;
}
.unread {
	background: url("/images/msg_unread.jpg") no-repeat;
}
.sent {
	background: url("/images/msg_sent.jpg") no-repeat;
}

#product-list, #product-list ul {
	list-style: none;
	margin-left: -40px;
}
#product-list li {
	position: relative;
	float: left;
	width: 288px;
	height: 200px;
	background: #DDDDDD;
	border: 1px solid #BBBBBB;
	padding: 8px;
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}
.product-more {
	position: absolute;
	bottom: 0px;
}