/*******************************************************************************
CONTENTS
------------UNIVERSAL-------------------
* reset,html, hr
-------------HEADER---------------------
* headertopbar - ulnavbar and seachform
* headermainbar
* statusbar
------------EXPANDING MENU--------------
* menu top and bottom
* customise panel
* friends panel
------------CONTAINER-------------------
* sidebar
* content
--------------FOOTER--------------------
* sidebar
* content

*******************************************************************************/
/*******************************************************************************
UNIVERSAL 
*******************************************************************************/
html, body, h1, h2, h3, h4, h5, ul, ol, li, dl, dd, dt, div {padding:0; margin:0;}
ul, ol, dl {list-style:none;}
img {border: none;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
html{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
    overflow-y:scroll;
}
hr {
	border: none 0;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #ccc;
	height: 2px;
	margin:10px auto;
}
/*******************************************************************************
HEADER
* headertopbar - ulnavbar and seachform
* headermainbar
* statusbar
*******************************************************************************/
#header {
	background: url(/beaddictive/images/header-new/header.gif) repeat-x transparent;
	display: block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 200;
}
/***************************** headertopbar ***********************************/
#headertopbar {
	height: 30px;
	margin: 0 auto;
	position: relative;
	width: 977px;
	z-index: 200;
}
#headertopbar span.counter {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #9f00ab;
	border-radius: 5px;
	margin-left: 3px;
	padding: 0 3px;
}
#headertopbar .ul_navbar {
	background: none;
    float:left;
	height: 30px;
	padding: 0 0 0 200px;
}
#headertopbar .ul_navbar li.li_navbar a.link_navbar,
#headertopbar .ul_navbar li.li_navbar_current a.link_navbar {
	text-align:center;
	float:left;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
#headertopbar .ul_navbar li.li_navbar,
#headertopbar .ul_navbar li.li_navbar_current {
	display:block;
	float:left;
	position:relative;
	background:none;
}
#headertopbar .ul_navbar li.li_navbar:hover,
#headertopbar .ul_navbar li.li_navbar_current {
	background: #B64CBF;
}
#headertopbar .ul_navbar a:hover {
	visibility:visible;
}
#headertopbar .ul_navbar li:hover {
	position:relative;
	z-index:200;
}
#headertopbar .ul_navbar .subdiv ul {
	float:left;
	display:block;
	list-style:none;
	margin:0;
	padding:5px;
}
#headertopbar .ul_navbar .sub, .ul_navbar .subdiv {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
}
#headertopbar .ul_navbar :hover .sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:130px;
}
#headertopbar .ul_navbar :hover .subdiv li {
	display:block;
	height:20px;
	position:relative;
}
#headertopbar .ul_navbar :hover .sub, .ul_navbar :hover .subdiv {
	left:2px;
	top:37px;
	white-space:nowrap;
	width:130px;
	height:auto;
	border:1px solid #666;
	background:#eee;
}
#headertopbar .ul_navbar :hover .subdiv {
	width:200px;
}
#headertopbar .ul_navbar :hover .sub li a, .ul_navbar :hover .subdiv li a {
	display:block;
	font-size:11px;
	width:130px;
	height:20px;
	line-height:20px;
	text-align:left;
	text-indent:5px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#headertopbar .ul_navbar :hover .subdiv li a {
	width:90px;
}
#headertopbar ul.sub li.menu_arrow {
	background:url(/beaddictive/images/menu_arrow.png) no-repeat center right;
}
/* third level menus */
#headertopbar .ul_navbar .subsub {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
}
#headertopbar ul.sub :hover .subsub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:130px;
}
#headertopbar ul.sub :hover .subsub {
	left:120px;
	top:0px;
	white-space:nowrap;
	width:130px;
	height:auto;
	border:1px solid #666;
	background:#eee;
}
#headertopbar ul.sub :hover .subsub li a {
	display:block;
	font-size:11px;
	width:125px;
	height:20px;
	line-height:20px;
	text-indent:5px;
	color:#000;
	text-decoration:none;
}
#headertopbar .ul_navbar li.li_navbar a.link_navbar,
#headertopbar .ul_navbar li.li_navbar_current a.link_navbar {
	background: none;
	font-size: 12px;
	line-height: 18px;
	padding: 5px;
	width: auto;
}
#headertopbar .ul_navbar li a.link_navbar {
	height: 20px;
	width: auto;
}
#headertopbar .ul_navbar :hover .sub,
#headertopbar .ul_navbar :hover .subdiv {
	background: #eee;
	left: -1px;
	top: 29px;
}
#headertopbar .ul_navbar :hover .sub li a,
#headertopbar .ul_navbar :hover .subdiv li a {
	color: #000;
	font-weight: normal;
}
#headertopbar .ul_navbar :hover .sub li a:hover,
#headertopbar .ul_navbar :hover .subdiv li a:hover {
	color: #FFF;
}
#headertopbar ul.sub:hover .subsub {
	width: 125px;
}
#headertopbar #searchform {
	float: right;
	height: 30px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 195px;
}
#headertopbar #searchform input {
	display: block;
	position: absolute;
}
#headertopbar ul.ul_navbar.rightmenu {
	float:right;
    padding: 0;
}
#headertopbar ul.ul_navbar.rightmenu li.li_navbar a.link_navbar{
         font-weight:normal;
}
#headertopbar #searchform #ac_head_friends {
	border:1px solid #808080;
        font-size:11px;
        height:15px;
        left: 7px;
        padding-top:3px;
        top:4px;
        width:150px;
}
#headertopbar #searchform input.magglass {
         right:2px;
         top:4px
}
/**************************** headermainbar ***********************************/
#headermainbar {
	height: 160px;
	margin: 0 auto;
	position: relative;
	width: 977px;
	z-index: 0;
}
#headermainbar h1 {
	background: url(/beaddictive/images/header-new/h1.png) no-repeat;
	height: 130px;
        left:0;
	position: absolute;
	top: 0;
	width: 200px;
	z-index: 10;
}
#headermainbar h1 a {
	display: block;
	height: 130px;
	text-indent: -9999px;
	width: 200px;
}
#headermainbar #topbanner {
	background:#fff;
        border-right: 1px solid #aaa;
	height: 90px;
	margin: 0 auto;
	padding: 20px 24px;
	position: absolute;
	right: 0;
	top: 0;
	width: 728px;
}
#headermainbar #lifestylelist {
	background: #73017e;
	height: 30px;
	left: 0;
	position: absolute;
	top: 130px;
	width: 200px;
}
#headermainbar #lifestylelist li {
	border: 1px solid #ccc;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin:4px 19px;
	padding: 0;
        width:160px;
}
#headermainbar #lifestylelist #modebtn {
        color: #fff;
	display: block;
	text-align: center;
        text-decoration: none;
	width: 160px;
}
#headermainbar #lifestylelist #modebtn:hover {
	background: #B64CBF;
}
#headermainbar #featurescontainer {
	background: #73017e;
	border-right: 1px solid #aaa;
	height: 20px;
	right: 0px;
	padding: 5px 28px;
	position: absolute;
	top: 130px;
	width: 720px;
}
#headermainbar div.featureslist ul {
	height: 20px;
	overflow: hidden;
}
#headermainbar div.featureslist ul li {
	border-right: 2px ridge #999;
	float: left;
	font-size: 12px;
}
#headermainbar div.featureslist ul li a:link,
#headermainbar div.featureslist ul li a:visited {
	color: #FFF;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	width: 70px;
}
#headermainbar div.featureslist ul li a:hover,
#headermainbar div.featureslist ul li.current {
	background: #B64CBF;
}
#headermainbar a.featureslft {
	background: url(/beaddictive/images/header-new/featureslft-white.png) no-repeat;
	cursor: pointer;
	display: none;
	height: 13px;
	left: 5px;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	top: 8px;
	width: 12px;
}
#headermainbar a.featureslft:hover {
	background: url(/beaddictive/images/header-new/featureslft-stroke.png) no-repeat;
}
#headermainbar a.featuresrgt {
	background: url(/beaddictive/images/header-new/featuresrgt-white.png) no-repeat;
	cursor: pointer;
	display: none;
	height: 13px;
	outline: none;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	top: 8px;
	width: 12px;
}
#headermainbar a.featuresrgt:hover {
	background: url(/beaddictive/images/header-new/featuresrgt-stroke.png) no-repeat;
}
#menu_throbber {
         display: none;
         text-align: center;
}
/******************************** statusbar ***********************************/
#statusbar{
         background:white;
         border-left:1px solid #aaa;
         border-right:1px solid #aaa;
         height:25px;
         padding:10px 110px 10px 10px;
		 position:relative;
         margin:0 auto;
         width:855px;
}
#statusbar #status{
         float:left;
         line-height:18px;
         max-width:930px;
         overflow:hidden;
         padding-right:20px;
         position:relative;
}
#statusbar #status h2.status{
	font-size: 14px;
	font-weight: bold;
        display:inline;
}
#statusbar #status #status_text{
         font-size:12px;
         font-weight:normal;
}
#statusbar #status #status_text.empty_status {
	color: #888;
}
#statusbar #status a.statusupdatebutton {
         background:url(/beaddictive/images/statusupdate.png) no-repeat;
         display:block;
         height:15px;
         margin-top:-6px;
         position:absolute;
         right:0;
         text-indent:-9999px;
         top:50%;
         width:15px; 
}
#statusbar #status_update h2.status{
	font-size: 14px;
	font-weight: bold;
        float:left;
        height:16px;
        line-height:16px;
        padding-top:4px;
}
#statusbar #status_update a.statusupdatebutton {
         background:url(/beaddictive/images/statusupdate.png) no-repeat;
         float:left;
         height:15px;
         margin-top:4px;
         text-indent:-9999px;
         width:15px; 
}
#statusbar #status_update #socialupdates{
         float:left;
         font-size:10px;
         height:20px;
         line-height:20px;
         padding-left:10px;
         position:relative;
         width:150px;
}
#statusbar #status_update #socialupdates label img{
         position:relative;
         top:4px;
}
#statusbar #status_update p#socialupdates {
         margin:0;
}
#statusbar #status_update #status_edit {
         float:left;
         margin:1px 5px;
}
#statusbar hr{
         clear:both;
         color:#fff;
         border:none;
         height:0px;
         margin:0;
}
#statusbar #loyaltypoints {
	margin:0;
	padding:2px 5px;
	position:absolute;
	right:3px;
	top:3px;
	text-align:center;
}
#statusbar #loyaltypoints a:link, #statusbar #loyaltypoints a:visited {
	color:#fff;
}

#basket_icon {
	position:absolute;
	top: 5px;
	right: 100px;
}

#basket_size {
	position:absolute;
	right: 109px;
	top: 18px;
	text-align: center;
}

/*******************************************************************************
EXPANDING MENU
* menu top and bottom
* customise panel
* friends panel
*******************************************************************************/
#expandingmenu{
         border-left:1px solid #aaa;
         border-right:1px solid #aaa;
         margin:0 auto;
         width:975px;
}
/************************************* menu ***********************************/
#expandingmenu #menu {
	background: url(../images/menugrad.gif) repeat-x;
	height: 17px;
	padding: 0 0 0 10px;
}
#expandingmenu #menu a {
	background: url(../images/menuarrowdown.gif) no-repeat right;
	color: #666;
	font-size: 11px;
	line-height: 17px;
	padding: 0 20px 0 0;
	text-decoration: none;
}
#expandingmenu #menu a.open {
	background: url(../images/menuarrowup.gif) no-repeat right;
}
#expandingmenu #menu span {
	color: #666;
	font-size: 11px;
	line-height: 17px;
	text-decoration: none;
}
#expandingmenu #menu #choosechannel {
   float:left;
   margin:0 0 0 5px;
}
#expandingmenu #menu #onlinecount {
	float: right;
	margin: 0 5px 0 0;
}
#expandingmenu #menubottom {
	background: url(../images/menugrad.gif) repeat-x;
	height: 17px;
}
#expandingmenu #menubottom {
        text-indent:-9999px;
}
/**************************** friends_panel ***********************************/
#expandingmenu #friends_panel {
	background: #888;
	color: #FFF;
	position: absolute;
	top: -9999px;
}
#expandingmenu #friends_panel.initialised {
	display: none;
	position: static;
	top: 0;
}
#expandingmenu ul#friends_carousel {
	
}
/************************** customise panel ***********************************/
#expandingmenu #customise_panel {
	background: #666;
	color: #FFF;
	display: none;
        padding:15px;
}
#expandingmenu #customise_panel h2 {
	clear:left;
        color: #FFF;
        font-size:12px;
        padding-top:10px;
        
}
#expandingmenu #customise_panel #modes_wrapper {
	height: 155px;
}
#expandingmenu #customise_panel #modes li span.mode_theme {
	background: url(/beaddictive/images/modes/window_grey.png);
	display: block;
	height: 25px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 25px;
}
#expandingmenu #customise_panel #modes li.selected span.mode_theme {
	background: url(/beaddictive/images/modes/window_white.png);
}
#expandingmenu #customise_panel #modes li {
	background: url(../images/mode_unselected.gif);
	float: left;
	height: 25px;
	margin: 0 10px 5px 0;
        position:relative;
	width: 206px;
}
#expandingmenu #customise_panel #modes li.selected {
	background: url(../images/mode_selected.gif);
}
#expandingmenu #customise_panel #modes li a,
#expandingmenu #customise_panel #bc_cats li a {
	color: #FFF;
	display: block;
	height: 20px;
	outline: 0;
	padding: 5px 0 0 30px;
	text-decoration: none;
}
#expandingmenu #customise_panel #modes li.selected a,
#expandingmenu #customise_panel #bc_cats li.selected a {
	color: #666;
}
#expandingmenu #customise_panel #brands_wrapper{
         height:165px;
         width:900px;
         margin:0 auto;
}
#expandingmenu #customise_panel #brands_wrapper #brand_throbber{
        padding:45px 0 0 410px;
        display:none; 
}
#expandingmenu #customise_panel #brands_wrapper #brandsicons{
         width:900px;
}
#expandingmenu #customise_panel #brands_wrapper #brands_next{
         cursor:pointer;
         float:right;
         margin:65px 0 0 10px;
}
#expandingmenu #customise_panel #brands_wrapper #brands_prev{
         cursor:pointer;
         float:left;
         margin:65px 15px 0 0;
}
#expandingmenu #customise_panel #bc_cats {
	height: 25px;
	margin: 0 auto 10px;
        width: 835px;
}
#expandingmenu #customise_panel #bc_cats li {
	background: url(../images/mode_unselected_127.gif);
        float: left;
	height: 25px;
	margin: 0 10px 5px 0;
	width: 127px;
}
#expandingmenu #customise_panel #bc_cats li.selected {
	background: url(../images/mode_selected_127.gif);
}
#expandingmenu #customise_panel .brandbox {
	background: #FFF;
	border: 1px solid #000;
	display: inline;
	float: left;
	height: 75px;
	margin: 0 10px 10px 0;
	width: 75px;
}
#expandingmenu #friends_panel #fc{
         font-size:10px;
         padding:3px;
}
/*******************************************************************************
CONTAINER
* sidebar
* register breadcrumbs
* content
*******************************************************************************/
#container {
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	clear: both;
	margin: 0 auto;
	width: 975px;
	z-index: 100;
}
#containerfooter{
         clear:both;
         color:#fff;
         border:none;
         height:10px;
         margin:0;
         padding:0;
}
/****************************** sidebar ***************************************/
#sidebar {
	float: left;
	width: 189px;
}
#sidebar p {
	color: #666;
	font-size: 12px;
	padding: 5px;
	text-align: right;
}
#sidebar p strong {
	color: #000;
	font-weight: bold;
}
.sidebar_menu {
	margin: 0;
}
.sidebar_menu li {
	margin: 0;
	padding: 0 0 3px 6px;
	width: 170px;
}
.sidebar_menu li a {
	color: #666;
	display:block;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
.sidebar_menu li.sidebar_hidden_category {
	display: none;
}

#friend_request,
#sendmsg,
#signwall {
	background-color: #eeeeee;
	border-bottom:1px solid #bbbbbb;
	display: block;
	padding: 0 0 0 15px;
}
#friend_request a,
#sendmsg a,
#signwall a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
}
#friend_request a {
	background: url(../images/friend_add.png) no-repeat 140px center;
}
#sendmsg a {
	background: url(../images/envelope.png) no-repeat 140px center;
}
#signwall {
	margin: 0 0 10px;
}
#signwall a {
	background: url(../images/wall_comment.png) no-repeat 140px center;
}
#friendscommon {
	height: 220px;
}
#friendsall {
	height: 220px;
}
#friendscommon h3,
#friendsall h3,
.sidebar_menu h3 {
	background: url(../images/sidebargrad.gif) repeat-x;
	color: #666;
	cursor: default;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	text-indent: 15px;
	width: 100%;
}
#friendscommon span,
#friendsall span,
#favourite_networks span {
	color: #666;
	display: block;
	font-size: 12px;
	padding: 5px;
	text-align: right;
}
#friendscommon ul,
#friendsall ul, .sidebar_menu ul {
	
	padding: 3px 0 0 6px;
}
#friendscommon li,
#friendsall li {
	float: left;
	padding: 0 0 3px;
}
#friendscommon li a:link,
#friendscommon li a:visited,
#friendsall li a:link,
#friendsall li a:visited {
	border: none;
	color: #666;
	display: block;
	float: left;
	font-size: 10px;
	height: 75px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	width: 61px;
}
a#change_profile_photo {
	background:#ccc;
	border:1px solid #aaa;
	color:black;
	display:none;
	left:0;
	outline:none;
	padding:6px;
	position:absolute;
	top:0;
	width:175px;
}
div#change_profile_photo_menu {
	background:#eee;
	border:1px solid #aaa;
	display:none;
	left:0;
	position:absolute;
	top:0;
	width:187px;
}
div#change_profile_photo_menu li,
div#change_profile_photo_menu li a {
	color:black;
	display:block;
	padding:6px;
	text-decoration:none;
}
div#change_profile_photo_menu li.heading,
div#change_profile_photo_menu li.heading:hover
{
	background:#ccc;
	color:black;
}
div#change_profile_photo_menu li:hover {
	background:#aaa;
}
div#change_profile_photo_menu li:hover a {
	color:black;
}

/************************** register breadcrumbs ******************************/
ul.breadcrumbs {
	background:#aaaaaa;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #cccccc;
	font-size:13px;
	height:50px;
}
ul.breadcrumbs li {
	background:url('/beaddictive/images/breadcrumb_endcap2.gif') right no-repeat #aaaaaa;
	float:left;
	height:50px;
	position:relative;
}
ul.breadcrumbs li.current {
	background:url('/beaddictive/images/breadcrumb_endcap1.gif') right no-repeat #dddddd;
}
ul.breadcrumbs li.previous {
	background:url('/beaddictive/images/breadcrumb_endcap3.gif') right no-repeat #aaaaaa;
}
ul.breadcrumbs li.current_end {
	background:#dddddd;
}
ul.breadcrumbs li.end {
	background:#aaaaaa;
}
ul.breadcrumbs img {
	left:5px;
	position:absolute;
	top:11px;
}
ul.breadcrumbs span {
	line-height:50px;
	padding:0 30px 0 40px;
}

/****************************** content ***************************************/
.content {
	background: #fff url(../images/bordergradient.png) no-repeat left top;
	float: right;
	min-height: 500px;
	padding: 0 0 0 7px;
	width: 779px;
}
.content_nosidebar {
	width: 974px;
}
#content_header {
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
}
#content_header a {
	color: #fff;
}
#content_header form{
         line-height:22px;
}
.headerpos {
	float: right;
}
.content_padding {
	padding: 5px;
}
.datetime {
	color: #888;
	font-size: 10px;
}

span.header{
	font-size: 14px;
	font-weight: bold;
}
.photo_comments_scroll, .video_comments_scroll {
	float: left;
	height: 185px;
	overflow: auto;
	padding: 5px;
	width: 455px;
}
.status_comments, .video_comments, .photo_comments {
	background: #eee;
	border: 1px solid #888;
	display: none;
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 5px;
	width: 400px;
	clear: right;
}
.video_comments, .photo_comments {
	width: 400px;
}
.status_comments dt,
.video_comments dt,
.photo_comments dt,
.review_comments dt,
.blog_comments dt,
.question_comments dt,
.competition_comments dt,
.photo_comments_scroll dt,
.video_comments_scroll dt,
.review_comments_scroll dt,
.question_comments_scroll dt,
.blog_comments_scroll dt,
.competition_comments_scroll dt {
	float: left;
	border-top: 2px solid #fff;
	height: 55px;
	margin: 0;
	padding: 5px 0 0;
	width: 55px;
}
.status_comments dd, .video_comments dd, .photo_comments dd, .photo_comments_scroll dd, .video_comments_scroll dd {
	float: left;
	border-top: 2px solid #fff;
	margin: 0;
	min-height: 50px;
	padding: 5px 0;
	width: 350px;
}
.video_comments dd, .photo_comments dd {
	width: 300px;
}
.photo_comments_scroll dd, .video_comments_scroll dd {
	width: 380px;
}
.review_comments_scroll,
.question_comments_scroll,
.blog_comments_scroll,
.competition_comments_scroll {
	float: left;
	height: 185px;
	overflow: auto;
	padding: 5px;
	width: 395px;
}
.review_comments,
.question_comments,
.blog_comments,
.competition_comments {
	background: #eee;
	border: 1px solid #888;
	display: none;
	float: left;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 5px;
	width: 400px;
}
.review_comments dd, .review_comments_scroll dd,
.question_comments dd, .question_comments_scroll dd,
.blog_comments dd, .blog_comments_scroll dd,
.competition_comments dd, .competition_comments_scroll dd {
	float: left;
	border-top: 2px solid #fff;
	margin: 0;
	min-height: 50px;
	padding: 5px 0;
	width: 320px;
}
.bar_blackgrad20, .bar_themegrad20 {
	color: #FFF;
	height: 20px;
	margin: 0;
	padding-top: 5px;
	text-align: center;
}
.bar_blackgrad20 {
	background: url(../images/blackgrad.gif) repeat-x;
}
.bar_blackgrad20 a, .bar_themegrad20 a {
	color: #FFF;
}
.bar_silverbevelgrad32 {
	background: url(../images/silverbevelgrad32.gif) repeat-x;
	height: 24px;
	padding: 8px 0 0 8px;
}
.infobox {
	background-color: #eee;
	border: 1px dashed #000;
	padding: 5px;
}
.notifybox {
	background-color: #eecfcf;
	border: 1px solid red;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}
.social-share {
	background: #e5e5e5;
	border: 1px solid #bbb;
	height: 15px;
	margin: 0 0 10px 10px;
	padding: 5px;
	width: 280px;
}
.social-share img {
	margin-right: 5px;
}
.magglass {
	height: 21px;
	position: absolute;
	width: 21px;
}
a.options {
	background: url(/beaddictive/images/email_options.png);
	cursor: pointer;
	display: block;
	height: 15px;
	left: 31px;
	position: absolute;
	text-indent: -9999px;
	top: 3px;
	width: 15px;
}
a.options:hover {
	background: url(/beaddictive/images/email_options_over.png);
}
a.delete {
	background: url(/beaddictive/images/email_delete.png);
	cursor: pointer;
	display: block;
	height: 15px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 3px;
	width: 15px;
}
a.delete:hover {
	background: url(/beaddictive/images/email_delete_over.png);
}
form#frm_photos a.delete {
	top: 2px;
}
ul#loyalty_earnings {
    list-style:none;
    margin:0;
    padding:0;
}
ul#loyalty_earnings li {
    font-size:14px;
}

img.carousel_throbber {
	display:none;
	position:absolute;
	right:10px;
	top:10px;
}

.upload_step {
	background:#eee;
	border:1px solid #ccc;
	margin-bottom:10px;
	padding:10px;
}

/**************************************************FEED PAGE / UPDATE PAGE**************************************************/
.feed_item {
	border-bottom: 1px solid #ccc;
	overflow:hidden;
	padding: 10px 0 10px 10px;
	width: 598px;
}
.feed_item span.tickcross {
	float: right;
	position: relative;
	width: 40px;
}
.feed_item span.tickcross img {
	margin: 2px 0 0 3px;
}
.feed_item span.tickcross a.delete {
	right: 2px;
	top: 1px;
}
th.comm_mail_header.tickcross {
	display: block;
	height: 23px;
	padding: 1px;
	position: relative;
	text-align: left;
}
th.comm_mail_header.tickcross.polls {
}
th.comm_mail_header.tickcross.guest, th.comm_mail_header.tickcross.questions {
	padding: 1px 5px;
}
table.questions td, table.guest td, table.visitors td, table.recentcomments td{
	padding: 5px;
}
th.comm_mail_header.tickcross img {
	position: absolute;
	right: 22px;
	top: 3px;
}
th.comm_mail_header.tickcross.reviews img {
	left: 10px;
	position: absolute;
	top: 3px;
}
th.comm_mail_header.tickcross a {
	position: absolute;
	right: 2px;
	top: 2px;
}
td.tickcross {
	display: block;
	margin: 0;
	position: relative;
	text-align: center;
	width: 45px;
}
td.tickcross.questions, td.tickcross.guest{
	width: 35px;
}
th.tickcross.visitors, th.tickcross.recentcomments {
	padding:1px 5px;
        width: 45px;
}
td.tickcross img {
	position: absolute;
	right: 22px;
	top: 3px;
}
td.tickcross a {
	position: absolute;
	right: 2px;
	top: 2px;
}
.feed_item .comment, .updates_item .comment, .comment {
	color: #777;
	font-style: italic;
}
.date_divider {
	color: #999;
	font-weight: bold;
}
.updates_item {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 10px;
	width: 759px;
}
p.similar_link {
	background: #e5e5e5;
	border: 1px dashed #ccc;
	padding: 3px;
	width: 150px;
}

.feed_comment {
	margin-bottom:10px;
	width:400px;
}

.feed_comment_thumbnail {
	float:left;
	margin-right:5px;
}

.feed_comment div {
	text-align:right;
}

.feed_comment textarea {
	height:28px;
	width:330px;
}

.feed_comment_spinner {
	visibility:hidden;
}

/**************************************************ACCORDION**************************************************/
.drawers {
	color: #666;
	font-size: 11px;
	line-height: 18px;
	
	margin: 0;
	padding: 0;
}
.drawer {
	line-height: 0;
	margin: 0;
	padding: 0;
}
.drawer-handle, .drawer-handle-top {
	background: url(../images/sidebargrad.gif) repeat-x;
	cursor: default;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-indent: 12px;
	width: 100%;
}
.drawer-handle.top {
	background: url(../images/roundedtop.png) no-repeat;
}
.drawer ul {
	
	margin: 0;
	padding: 0;
}
.drawer ul.closed {
	display: none;
}
.drawer li {
	line-height: 15px;
	margin: 0;
	padding: 0 12px;
}
.drawers a:link, .drawers a:visited {
	color: #666;
	display:block;
	text-decoration: none;
}
.drawer-handle span {
	color: #666;
	display: block;
	text-decoration: none;
}
/**************************************************TAB BARS**************************************************/
div.comm_tabBar {
	background:#efefef;
	border-bottom:1px solid #ccc;
	height:36px;
}
div.comm_tabBar ul {
	padding:10px;
}
div.comm_tabBar ul li {
	float:left;
	font-size:13px;
	margin-right:5px;
}
div.comm_tabBar ul li.comm_tab {
	background:none;
	border:0;
	padding:5px;
}
div.comm_tabBar ul li.comm_tab:hover {
	background:none;
}
div.comm_tabBar ul li.comm_activeTab {
	background:white;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:5px;
}
div.comm_tabBar ul li.comm_tab a {
	color:#73107d;
}
div.comm_tabBar ul li.comm_activeTab a {
	color:#000;
}
div.old_tabBar {
	border-bottom: 1px solid #d9d9d9;
	float: left;
	width: 700px;
}
div.old_tabBar ul {
	
	margin: 0;
	padding: 0;
}
div.old_tabBar li.comm_tab, div.old_tabBar li.comm_activeTab {
	background: #D9D9D9;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-top: 1px solid #888;
	float: left;
	margin-left: 3px;
	padding: 3px;
}
div.old_tabBar li.comm_tab {
	background: #fff;
}
div.old_tabBar li.comm_tab:hover {
	background: #aaa;
}
div.old_tabBar li.comm_tab a {
	color: #666;
}
div.old_tabBar li.comm_activeTab a {
	color: #000;
}
.comm_tabPage {
	display: none;
	padding: 5px;
}
/**************************************************PAGER**************************************************/
#pager {
	padding: 10px 0;
}
#pager a, #pager span {
	background: #ddd;
	border: 1px solid #666;
	display: inline;
	margin: 0 3px;
	padding: 2px 5px;
}
#pager span#current {
	background: #aaa;
	color: #000;
	font-weight: bold;
}
#pager a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}
#pager a:hover {
	background: #aaa;
	color: #000;
	text-decoration: underline;
}
#pager a.nextprev {
	font-weight: normal;
}
#pager span.nextprev {
	color: #999;
}
/**************************************************FORMS / INPUT**************************************************/
.hiddenlabel {
	display: none;
}
#loginform, #mainsearchform {
	float: right;
	padding: 0;
}
#loginform {
	display: none;
	width: 510px;
}
#mainsearchform {
	width: 280px;
}
#loginform p, #mainsearchform p {
	float: left;
	line-height: 50px;
	margin: 0;
	padding: 0;
}
#loginform label, #mainsearchform label {
	margin: 0 5px 0 0;
}
input.theme_btn {
	background-color: #eee;
	border-color: #ccc #888 #888 #ccc;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	padding: 2px 5px;
	text-align: center;
}
input.theme_btn:hover {
	background: #ddd;
}
button#search_btn {
	border: 0;
	height: 21px;
	text-indent: -1000em;
	width: 87px;
}
input.arrow_btn {
	background: url(../images/searchlabel.gif) right center no-repeat;
	border: 0;
	height: 16px;
	margin-top: -20px;
	outline: 0;
	text-indent: -9999px;
	width: 20px;
}
a.hoverbutton {
	background: url(/beaddictive/images/button.gif) no-repeat;
	color: #4d4d4d;
	display: block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	padding: 5px 0 0;
	text-align: center;
	text-decoration: none;
	width: 85px;
}
a.hoverbutton:hover {
	background: url(/beaddictive/images/button.gif) no-repeat 0 -24px;
}
.searchbar {
	color: #fff;
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-left: -7px;
	padding-left: 0;
}
.searchbar label {
	background: url(../images/searchlabel.gif) right center no-repeat;
	margin: 0 5px 0 0;
	padding: 0 25px 0 0;
}
/**************************************************WALL**************************************************/
form#sign_wall {
	background: #eee;
	border: 1px solid #888;
	padding: 5px;
	width: 570px;
}
/**************************************************RECENT MEDIA**************************************************/
ul#recent_media {
	
	margin: 0;
	padding: 0;
	width: 160px;
}
ul#recent_media li {
	float: left;
	height: 46px;
	margin: 3px 3px 15px;
	width: 47px;
}
li#recent_media_photos {
	background: url(../images/icon_photos.gif) no-repeat;
}
ul#recent_media li:hover {
	background-position: -47px;
}
li#recent_media_videos {
	background: url(../images/icon_videos.gif) no-repeat;
}
li#recent_media_reviews {
	background: url(../images/icon_reviews.gif) no-repeat;
}
li#recent_media_polls {
	background: url(../images/icon_polls.gif) no-repeat;
}
li#recent_media_questions {
	background: url(../images/icon_questions.gif) no-repeat;
}
li#recent_media_tickets {
	background: url(../images/icon_tickets.gif) no-repeat;
}
ul#recent_media li a {
	color: #666;
	display: block;
	font-size: 10px;
	padding-top: 46px;
}
/**************************************************POPUP DIALOGS**************************************************/
#popupTitleBar {
	background: url(../images/sidebargrad.gif) repeat-x;
	border: 0;
	border-bottom: 1px solid #666;
	height: 12px;
}
#popupInner {
	background: #eee;
}
/**************************************************VIDEOS**************************************************/
.video_holder, .photo_holder, .question_holder {
	color: #888;
	font-style: italic;
	padding: 5px 0 0 23px;
}
.video_holder img {
	margin-right: 5px;
}
.video_holder a:hover {
	cursor: pointer;
}
.photo_holder img {
	border: 1px solid #999;
	margin-right: 5px;
	padding: 5px;
}
p#video_description {
	background: url(/beaddictive/images/silvergrad.gif) repeat-x;
	color: #666;
	height: 249px;
	margin: 0;
	padding: 5px;
	width: 220px;
}
#video_categories {
	border: 1px solid #ccc;
	margin-top: 10px;
	width: 218px;
}
#video_categories p {
	background: #ccc;
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 5px;
	width: 208px;
}
#video_categories div {
	height: 200px;
	overflow: auto;
	padding: 5px;
}
#video_description_box, #photo_details {
	margin: 0;
}
#video_description_box div, #photo_details div {
	border: 1px solid #ccc;
	height: 180px;
	overflow: auto;
	padding: 5px;
	width: 218px;
}
ul#video_categories_panel {
	border-bottom: 1px solid #ccc;
	height: 240px;
	overflow: auto;
	width: 100%;
}
/**************************************************INBOX**************************************************/
ul#folders_panel {
	margin: 10px;
}
ul#folders_panel li {
	line-height: 23px;
}
ul#folders_panel li.trash {
	background: url(../images/email_trash.gif) no-repeat 0 50%;
	padding-left: 30px;
}
ul#folders_panel li.folder_inbox {
	background: url(../images/email_folder_inbox.gif) no-repeat 0 50%;
	padding-left: 30px;
}
ul#folders_panel li.folder_sent {
	background: url(../images/email_folder_sent.gif) no-repeat 0 50%;
	padding-left: 30px;
}
ul#folders_panel li.folder {
	background: url(../images/email_folder.gif) no-repeat 0 50%;
	padding-left: 30px;
}
ul#folders_panel li:hover a {
	color: #000;
}
table.comm_mail {
	background: url(../images/mailtablegradient.png) repeat-y 50% 0;
}
th.comm_mail_header {
	background-color: #d9d9d9;
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	text-align: left;
}
tr.comm_mail_unread {
	height: 60px;
}
tr.comm_mail_read {
	background-color: #FFF;
	height: 60px;
}
a.message_summary:link {
	color: #000;
}
a.message_summary:visited {
	color: #000;
}
a.message_summary:hover {
	color: #000;
}
a.message_summary:active {
	color: #000;
}
td.comm_rowdivider {
	border-bottom: 2px solid #fff;
}
.message_bubbles {
	margin: -20px 65px 0 37px;
}
.msgbubble_content_left {
	background: url(../images/msgbubblebg_left.gif) repeat-y left top;
	min-height: 50px;
	padding: 0 15px 10px 10px;
	width: 695px;
}
.msgbubble_base_left {
	background: url(../images/msgbubblebase_left.png) no-repeat left top;
	margin-bottom: 20px;
	padding: 0 20px 15px 0;
	text-align: right;
	width: 700px;
}
.msgbubble_content_right {
	background: url(../images/msgbubblebg_right.gif) repeat-y left top;
	min-height: 50px;
	padding: 0 15px 0 10px;
}
/**************************************************PROFILES**************************************************/
#profile_loader {
	background: #eee;
	float: left;
	width: 460px;
}
#related_content {
	background: #eee;
	float: right;
	margin-top: 10px;
	text-align: left;
	width: 300px;
}
#profile_loader h3, #related_content h3, h3.grad {
	background: url(../images/sidebargrad.gif) repeat-x;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	margin: 0;
	padding: 4px 0 0 5px;
}
#profile_mpu, #profile_sky {
	float: right;
	text-align: center;
}
#profile_mpu {
	width: 300px;
}
#profile_sky {
	width: 160px;
}
#content_categories, #favourite_networks, .profile_linkbox {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	text-align: left;
}
#content_categories p, #favourite_networks p, .profile_linkbox p {
	background: #ccc;
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}
#content_categories div {
	overflow: auto;
	padding: 5px;
}
#favourite_networks div, .profile_linkbox div {
	overflow: auto;
	padding: 5px;
}
#content_categories ul, #favourite_networks ul, .profile_linkbox ul {
	
	margin: 0;
	padding: 0;
}
#favourite_networks li {
	float: left;
}
.member_profile_box {
	_height: 1%;
	background-color: #efefef;
	border: 1px solid #999;
	min-height: 135px;
	overflow: hidden;
	padding: 10px 5px;
	position: relative;
}
.member_profile_photo {
	float: left;
	text-align: center;
	width: 127px;
}
.member_profile_info {
	_height: 1%;
	float: left;
	overflow: hidden;
	padding: 0 0 15px 5px;
	width: 95px;
}
/**************************************************VIDEOS - PROFILE CONTENT**************************************************/
ul#videos {
	
	margin: 0;
	padding: 0;
}
ul#videos li {
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 145px;
}
/**************************************************PHOTOS - PROFILE CONTENT**************************************************/
ul#photos_grid {
	border: 1px solid #aaa;
	float: left;
	
	margin: 0;
	padding: 10px 0 0 10px;
	width: 755px;
}
ul#photos_grid li {
	display: block;
	float: left;
	height: 150px;
	margin: 0 5px;
	text-align: center;
	vertical-align: middle;
	width: 135px;
}
ul#photo_albums {
	
	margin: 0;
	padding: 0;
}
ul#photo_albums li {
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 145px;
}
div.photo_panel, div.video_panel {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: none;
	margin-left: 10px;
	min-height: 200px;
	padding: 5px;
	width: 488px;
}
div.review_panel, div.blog_panel {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: none;
	min-height: 200px;
	padding: 5px;
	width: 426px;
}
/**************************************************AUTOCOMPLETE - PROFILE CONTENT**************************************************/
div.autocomplete {
	background-color: #FFF;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 250px;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
	cursor: pointer;
	display: block;
	height: 32px;
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
div.autocomplete div.ac_name {
	font-weight: bold;
}
div.autocomplete div.ac_info {
	color: #888;
}
/**************************************************Results tables**************************************************/
table.results {
	background-color: #eee;
	border: 1px solid #aaa;
	border-collapse: collapse;
}
table.results td {
	border: 1px solid #aaa;
}
a.target_icon {
	background: url(/admin/profile_report/target_sm.jpg);
	display: block;
	height: 18px;
	width: 18px;
}
a.target_icon:hover {
	background-position: 0 -18px;
}
/************************************************ FORMS FOR PROFILE*******************************************/
#frmClassified {
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 10px;
	width: 720px;
}
#frmClassified input, #frmClassified select {
	margin: 5px 0;
}
#frmClassified label {
	font-weight: bold;
	margin: 5px 0;
}
#addetails {
	float: left;
	width: 350px;
}
#moreadpics {
	border-left: 1px dashed #333;
	float: right;
	padding-left: 10px;
	width: 250px;
}
#frmComp,
#frmEvent,
#frmQuestion,
#frmReview,
#frmCommunityUpdate,
#frm_poll,
#frmMessage,
#frmCSV
{
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 10px;
	width: 520px;
}
#frm_poll input {
	margin: 5px;
}
#frm_video {
	background: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	width: 420px;
}
#frm_video label {
	font-weight: bold;
}
#SWFUpload_0 {
	margin: 5px 0;
}
#frmPhoto {
	background: #eee;
	border: 1px solid #ccc;
	margin: 5px auto;
	padding: 10px;
	width: 520px;
}
#frmPhoto label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}
#frmPhoto input {
	margin: 5px 0;
}
#frmBlog{
	background:#eee;
	border: 1px solid #ccc;
	margin:0 auto;
	padding:10px;
}
.formStyle {
	background: #eee;
	border: 1px solid #ccc;
	margin: 20px 0 0 20px;
	padding: 10px;
	width: 652px;
}
.formStyle input {
	margin: 5px 0;
	width: 300px;
}
.formStyle label {
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}
.formStyle table {
	width: 100%;
}
.formStyle table input {
	margin: 0;
}
.formStyle table label {
	display: inline;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/* checkboxes */
.formStyle label input {
	margin: 5px 5px 0 0;
	width: auto;
}
/* FORMS FOR PROFILE*/
.AlexaSiteStatsWidget {
	display: none;
}
.album_thumbnail {
	height: 100px;
	overflow: hidden;
	width: 100px;
}
.album_thumbnail_landscape {
	margin-left: -12.5px;
}
.album_thumbnail_portrait {
	margin-top: -12.5px;
}

/*******************************************************************************
FOOTER 
*******************************************************************************/
#footer {
	margin:0 auto;
        width:977px;
}
#footer p {
	clear:both;
        font-size: 11px;
	text-align: center;
        padding-bottom:5px;
}
#footerbox {
	background: #D3D3D3 url(../images/dropmenugrad.gif) repeat-x;
	border: solid 1px #aaa;
        border-top:0;
	float: left;
	font-size: 10px;
	margin: 0 auto 11px;
	width: 975px;
}
#footerbox div {
	float: left;
	width: 135px;
}
#footerbox h3 {
	color: #444;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 2px 2px 0;
}
#footerbox ul {
	
	margin: 0;
	padding: 2px;
	text-indent: 0;
}
#footerbox li {
	margin: 0;
	padding: 0;
}
#footerbox a:link, #footer a:visited {
	color: #555;
	text-decoration: none;
}
#footerbox a:hover, #footer a:focus {
	text-decoration: underline;
}

/*******************************************************************************
ANALYTICS
*******************************************************************************/
div#sidebar-analytics img {
	margin-left:10px;
}
ul#stats_panel li a {
	color:#6AB2DE;
	font-weight:bold;
	line-height:25px;
	margin-left:30px;
}
ul#add_content_panel li a {
	color:#B70920;
	font-weight:bold;
	line-height:25px;
	margin-left:30px;
}
ul#research_panel li a {
	color:#B3D635;
	font-weight:bold;
	line-height:25px;
	margin-left:30px;
}

/******************************************************************************
 SHOP
******************************************************************************/

ul#products li
{
    border:1px solid #d1d1d1;
    float:left;
    font-size:11px;
    height:290px;
    margin:0 25px 30px 0;
    width:160px;
}

ul#products li div {
	padding:0 5px;
}

ul#products li h3 a
{
    font-size:11px;
}

ul#products li span
{
    font-weight:bold;
}

a.buttonSolid,
a.buttonSolidLeft {
	background: transparent url(/boden/images/buttonSolidEndCap.gif) no-repeat scroll top right; 
	color: #fff; 
	display: block; 
	height: 27px; 
	margin-right: 6px; 
	text-decoration: none; 
	padding-right: 10px;/* sliding doors padding */ 
}

a.buttonSolidLeft {
	float: left;
}

a.buttonSolidLeft span,
a.buttonSolid span {
	background: transparent url(/boden/images/buttonSolid.gif) no-repeat; 
	display: block; 
	line-height: 17px; 
	padding: 4px 0 6px 15px; 
	font-family:Georgia,Verdana,"Times New Roman",Times,serif; 
	font-size:1.2em; 
}

a.buttonSolidLeft:hover,
a.buttonSolid:hover {
	background: transparent url(/boden/images/buttonSolidEndCap.gif) no-repeat scroll bottom right; 
	color:#fff; 
	text-decoration:none;
}

a.buttonSolidLeft:hover span,
a.buttonSolid:hover span {
	background: transparent url(/boden/images/buttonSolid.gif) no-repeat bottom left; 
	display: block; 
	line-height: 17px; 
	padding: 4px 0 6px 15px; 
	font-family:Georgia,Verdana,"Times New Roman",Times,serif;
	font-size:1.2em; 
}

div#product_image {
	float:left;
	height:393px;
	position:relative;
	width:304px;
}

div#product_image a {
	display:block;
	height:393px;
	width:304px;
}

div#product_image img#zoom {
	opacity:0.4;
	position:absolute;
	right:0;
	top:0;
}

div#product_info {
	border:1px solid #ccc;
	margin:0 10px 0 314px;
	min-height:381px;
	padding:5px;
	position:relative;
}

span#product_btns {
	border-top:1px solid #ccc;
	bottom:10px;
	padding-top:10px;
	position:absolute;
	width:438px;
}

.basket_item {
	border-bottom:1px solid #ccc;
	clear:left;
	height:212px;
	margin-bottom:5px;
	position:relative;
}

.basket_item .product_image {
	float:left;
}

.basket_item .product_info {
	float:left;
	padding:10px 0 0 10px;
	width:445px;
}

.basket_item .product_price {
	float:left;
	padding:10px 0 0 0;
	text-align:right;
	width:100px;
}

.basket_item .tickcross {
	float:left;
	margin-left:10px;
	padding:10px 0 0 0;
	width:35px;
}

.basket_item .tickcross .delete {
	top:9px;
}

#basket_total {
	background:#eee;
	border:1px solid #888;
	font-weight:bold;
	height:27px;
	padding:5px;
	text-align:right;
}

#basket_confirm {
	background:#F4F7EF;
	border:1px solid #95B465;
	display:none;
	line-height:1.5em;
	margin-top:10px;
	padding:4px;
	width:420px;
}

#basket_confirm img {
	float:left;
	padding:0 7px 3px 0;
}

#basket_confirm p {
	color:#003366;
	margin:0 0 0 40px;
	padding:0;
}

p#basket_empty {
	display:none;
}
