html{
	color:#000;
	background:#FFF;
	font: 11px verdana, sans-serif;
	overflow-y:scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;word-wrap:break-word;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:inherit;font-weight:inherit;}
strong{font-weight:bold;}
em{font-style:italic;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}     

sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

input,textarea,select{font-size:100%;}

legend{color:#000;}

body, html {
	margin: 0;  
	padding: 0;
	height: 100%;
}
input[type="text"], input[type="password"], input[type=select] {
   background-color: #efeded;
   border: 1px solid #c6c6c6;
}
#framework_all {
	position: relative;
	min-height: 100%;
}

div.framework_top {
	width: 100%;
	height: 166px;
	background: url("http://sdn.gosupermodel.com/images/topbar/bg.jpg") no-repeat center #d3d3d3;
}

div.framework_top_inner {
	width: 980px;
	height: 65px;
	margin: 0 auto;
	
	position: relative;
}

div.framework_logout {
	color: #b4b4b4;
	height: 22px;
}

.framework_logout div {
	float: right;
	height: 18px;
}

div.framework_logout_corner1 {
	background: url("http://sdn.gosupermodel.com/images/topbar/logout_bar.png") top left;
	height: 22px;
	width: 25px;
}

div.framework_logout_corner2 {
	background: url("http://sdn.gosupermodel.com/images/topbar/logout_bar.png") -25px 0;
	height: 22px;
	width: 28px;
	margin-left: 11px;
}

.framework_logout a {
	color: white;
	text-decoration: none;
	margin: 5px;
}

.framework_logout a:hover {
	color: #cccccc;
}

div.framework_logout_links {
	background: url("http://sdn.gosupermodel.com/images/topbar/logout_bar.png") top right;
	padding-top: 4px;
	padding-right: 3px;
}

div.framework_top_buttons {
	width: 980px;
	height: 66px;
	margin: 0 auto;
	position:relative;
	
}

div.framework_anon {
	background-image: url("http://sdn.gosupermodel.com/images/topbar/bg_anon_nl.jpg");
}

.framework_top_buttons a {
	float: right;
	width: 92px;
	height: 66px;
	background: url("http://sdn.gosupermodel.com/images/topbar/buttons_nl.png") no-repeat;
	background-position: 0 0
}

a.button_frontpage {
	background-position: 0 0;
	width: 91px;
}

a.button_shopping {
	background-position: -91px 0;
}

a.button_games {
	background-position: -183px 0;
}

a.button_creative {
	background-position: -275px 0;
}

a.button_community {
	background-position: -367px 0;
}

a.button_models {
	background-position: -459px 0;
	width: 91px;
}

a.button_frontpage:hover {
	background-position: 0 -66px;
}

a.button_shopping:hover {
	background-position: -91px -66px;
}

a.button_games:hover {
	background-position: -183px -66px;
}

a.button_creative:hover {
	background-position: -275px -66px;
}

a.button_community:hover {
	background-position: -367px -66px;
}

a.button_models:hover {
	background-position: -459px -66px;
}

a.button_frontpage_selected {
	background-position: 0 -132px;
	width: 91px;
}

a.button_shopping_selected {
	background-position: -91px -132px;
}

a.button_games_selected {
	background-position: -183px -132px;
}

a.button_creative_selected {
	background-position: -275px -132px;
}

a.button_community_selected {
	background-position: -367px -132px;
}

a.button_models_selected {
	background-position: -459px -132px;
	width: 91px;
}

a.framework_logo1 {
	float: left;
	height: 43px;
	width: 220px;
}

a.framework_logo2 {
	float: left;
	height: 50px;
	width: 220px;
	background-image: none;
}

.framework_top a#xmas_gift {
	background: url("http://sdn.gosupermodel.com/images/topbar/xmas_gift_anim.gif");
	position:absolute;
	left:322px;
	top:46px;
	width:80px;
	height:80px;
}

div.framework_server_warning {
	position: absolute;
	background: url("http://sdn.gosupermodel.com/images/topbar/server_warning.png#png8");
	width: 404px;
	height: 131px;
	color: #0c3c7e;
	left: 13px;
	top: 7px;
	z-index: 1;
}

div.framework_server_warning div {
	margin: 17px 24px 0 24px;
	font-size: 12px;
	overflow: hidden;
	height: 108px;
}

div.framework_server_warning h1 {
	font-size: 18px;
	margin-bottom: 6px;
}

#framework_server_warning_countdown_id {
	color: #c83282;
}

.framework_signup {
	position: relative;
	width: 980px;
	height:66px;
	margin: 0 auto;
}

a.framework_signup_a {
	position:absolute;
	left:417px;
	top:-21px;
	width:122px;
	height:80px;
	background: 0 0;
	/*outline: blue dotted 1px;*/
}

a.framework_signup_a:hover {
	background: url("http://sdn.gosupermodel.com/images/topbar/bg_anon_nl_hover.jpg");
}

div.framework_signup_b {
	position:absolute;
	left:875px;
	top:37px;
	width:100px;
	/*outline: red dotted 1px;*/
}

div.framework_header {
	width: 980px;
	height: 35px;
	margin: 0 auto;
}

div.framework_minimenu {
	height: 35px;
	float: left;
	color: white;
}

.framework_minimenu a {
	height: 35px;
	color: white;
	float: left;
	text-align: left;
	line-height: 16px;
	text-decoration: none;
	cursor: pointer;
}

.framework_minimenu div {
	height: 33px;
	float: left;
	padding-top: 2px;
	
	background: url("http://sdn.gosupermodel.com/images/topbar/minimenu2.png") -94px top;
}

div.framework_a1 {
	background-position: left top;
	width: 36px;
}

a:hover div.framework_a1 {
	background-position: left -35px;
}

div.framework_a2 {
	background-position: -36px top;
	padding-right: 6px;
	min-width: 45px;
}

a:hover div.framework_a2 {
	background-position: -36px -35px;
	color: #d3d3d3;
}

div.framework_b1 {
	background-position: -310px top;
	width: 36px;
}

a:hover div.framework_b1 {
	background-position: -310px -35px;
}

div.framework_b2 {
	padding-right: 6px;
	min-width: 45px;
}

a:hover div.framework_b2 {
	background-position: -94px -35px;
	color: #d3d3d3;
}

div.framework_c1 {
	background-position: -346px top;
	width: 36px;
}

a:hover div.framework_c1 {
	background-position: -346px -35px;
}

div.framework_c2 {
	padding-right: 6px;
	min-width: 45px;
}

a:hover div.framework_c2 {
	background-position: -94px -35px;
	color: #d3d3d3;
}

div.framework_d1 {
	background-position: -382px top;
	width: 36px;
}
div.framework_d1_bonus {
	background-position: -418px top;
	width: 36px;
}

a:hover div.framework_d1 {
	background-position: -382px -35px;
}
a:hover div.framework_d1_bonus {
	background-position: -418px -35px;
}

div.framework_d2 {
	min-width: 45px;
}
div.framework_d2_bonus {
	min-width: 45px;
	font-weight: bold;
	color: #ffea3d;
}

a:hover div.framework_d2 {
	background-position: -94px -35px;
	color: #d3d3d3;
}
a:hover div.framework_d2_bonus {
	background-position: -94px -35px;
	color: #b2a32b;
}

div.framework_d3_end {
	background-position: -490px top;
	width: 9px;
}

a:hover div.framework_d3_end {
	background-position: -490px -35px;
}

div.framework_d3_space {
	background-position: -94px top;
	width: 9px;
}

a:hover div.framework_d3_space {
	background-position: -94px -35px;
}

/*NOTIFICATIONS*/

div.framework_e1 {
	background-position: -455px top;
	width: 36px;
}

a:hover div.framework_e1 {
	background-position: -455px -35px;
}

div.framework_e2 {
	padding-right: 6px;
	min-width: 10px;
}

a:hover div.framework_e2 {
	background-position: -94px -35px;
	color: #d3d3d3;
}

div.framework_e3 {
	background-position: -490px top;
	width: 9px;
}

a:hover div.framework_e3 {
	background-position: -490px -35px;
}

/*NOTIFICATIONS*/

div.framework_header_title {
	color: white;
	font-size: 22px;
	text-align: center;
	line-height: 30px;
}

div.framework_header_status {
	color: #bbb;
	float: right;
	line-height: 35px;
}

.framework_header_status a {
	color: #cdcdcd;
	text-decoration: none;
}

.framework_header_status a:hover {
	color: white;
}

.framework_header_status b {
	font-weight: bold;
	color: white;
}

a.celeb_chat_link {
	font-weight: bold;
	color: #f69a6f;
}
a.celeb_chat_link:hover {
	color: #ffc9b1;
}

a.framework_header_search {
	float: right;
	background-position: 0 0;
}
a.framework_header_search div {
	width: 17px;
	height: 17px;
	background: url("http://sdn.gosupermodel.com/images/buttons/search.png") no-repeat 0 0;
	margin-top: 9px;
	margin-left: 5px;
}
a.framework_header_search:hover div {
	background-position: -17px 0;
}

div.framework_content_pre {
	width: 980px;
	margin: 0 auto;
	height: 16px;
}

div.framework_content {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: auto;
	min-height: 676px;
}

.framework_content a {
	color: white;
}

.framework_content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

div.framework_minimenu_drop {
	background: url( "http://sdn.gosupermodel.com/images/topbar/minimenu_drop.png" ) top left no-repeat;
	width: 65px;
	height: 14px;
	float: none;
	position: absolute;
	top: 35px;
	left: 0;
}

a:hover div.framework_minimenu_drop {
	background-position: left -16px;
}

a.framework_minimenu_dropcontainer {
	position: relative;
}

div.framework_prefooter {
	height: 40px;
	clear: both;
}

div#framework_footer {
	width: 100%;
	margin: 0 auto;
	color: #545454;
	background: white;
	text-align: center;
	line-height: 24px;
	position: absolute;
	bottom: 0;
}

div#framework_footer a:link,
	div#framework_footer a:visited {
	text-decoration: underline;
	color: #545454;
}

div#framework_footer a:hover {
	color: black;
}

#modeldialog {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background: url( "http://sdn.gosupermodel.com/images/topbar/modeldialog_bg.png" );
	color: white;
	width: 462px;
	height: 326px;
	z-index: 1000;
	text-align: left;
}

img.modeldialog_img {
	position: absolute;
	left: 300px;
	top: 13px;
	width: 140px;
	height: 300px;
}

div.modeldialog_topbox {
	position: absolute;
	left: 22px;
	top: 22px;
	width: 250px;
	z-index: 9999;
}

div.modeldialog_topbox a {
	color: white;
	text-decoration: none;
}
div.modeldialog_topbox a:hover {
	color: #ddd;
}

div.modeldialog_deleted_text {
	position: absolute;
	left: 285px;
	top: 294px;
	width: 157px;
	text-align: center;
}

div.modeldialog_buttons {
	position: absolute;
	left: 22px;
	top: 95px;
	width: 116px;
}

div.modeldialog_buttons .button {
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: -1px;
	padding-right: 1px;
}

div.modeldialog_buttons .button span {
	padding: 0 0 0 4px;
}

div.modeldialog_buttons .button span img {
	padding-right: 1px;
}

div.modeldialog_buttons div.md_gab {
	clear: both;
	height: 8px;
	line-height: 1px;
	font-size: 1px;
}

div.modeldialog_icons {
	position: absolute;
	left: 155px;
	top: 90px;
	width: 118px;
}

div.modeldialog_icons span a {
	color: white;
	text-decoration: none;
}

div.modeldialog_icons span img {
	vertical-align: bottom;
	width: 16px;
	height: 16px;
}

iframe.modeldialog_shimmer {
	visibility: hidden;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha( opacity = 1 );
}

.modelname_title {
	font-size: 14px;
	font-weight: bold;
}

.modelname_title a:hover {
	text-decoration: none;
}

.modelname_title img {
	vertical-align: bottom;
	width: 16px;
	height: 16px;
}

a[account]:hover { color: #888; }
.theme1 .namebar a[account]:hover { color: #f2cae0;}
.theme2 .namebar a[account]:hover { color: #c6e2e5;}
.theme3 .namebar a[account]:hover { color: #e2caec;}
.theme4 .namebar a[account]:hover { color: #ebffda;}
.theme5 .namebar a[account]:hover { color: #dddddd;}

img.micon {
	width: 12px;
	height: 12px;
	vertical-align: text-bottom;
	margin-left: 3px;
}

img.friendico {
	vertical-align: middle;
}

#msgbox {
	background: none;
	border: none;
}

#msgbox_content {
	color: white;
	padding: 20px 20px 0 20px;
	text-align: left;
}

#msgbox_content a {
	color: white;
}

#msgbox_content h2 {
	font-size: 16px;
	font-weight: 800;
	color: white;
	padding-bottom: 5px;
}

#msgbox .msgbox_top {

	background-repeat: no-repeat;
	background-position: top;
	border: none;
}

#msgbox .msgbox_bottom {
	background-position: bottom;
	height: 48px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
#msgbox .msgbox_msg_top, #msgbox .msgbox_msg_bottom {
	background-image: url( 'http://sdn.gosupermodel.com/images/topbar/msgbox_bg2.png' );
}

#msgbox .msgbox_error_top, #msgbox .msgbox_error_bottom {
	background-image: url( 'http://sdn.gosupermodel.com/images/topbar/msgbox_bg.png' );
}

#msgbox .msgbox_confirm_top, #msgbox .msgbox_confirm_bottom {
	background-image: url( 'http://sdn.gosupermodel.com/images/topbar/msgbox_bg4.png' );
}

#msgbox .msgbox_purpletop, #msgbox .msgbox_purple_bottom {
	background-image: url( 'http://sdn.gosupermodel.com/images/topbar/msgbox_bg3.png' );
}

#msgbox.yui-panel .hd {
	display: none;
}

#action_panel {
	background: none;
	border: none;
}

#action_panel_content {
	color: #545454;
	text-align:left;
}

#action_panel_top {
	background-image: url( 'http://sdn.gosupermodel.com/images/topbar/actionbox_bg.png' );
	background-repeat: no-repeat;
	background-position: top;
	border: none;
}

#action_panel_bottom {
	background-image: url( 'http://sdn.gosupermodel.com/images/topbar/actionbox_bg.png' );
	background-position: bottom;
	background-repeat: no-repeat;
	border: none;
	height: 44px;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}

#action_panel_contentwidgetContainer {

}
.action_panel_nopadding{
    padding-right:0;
    padding-left: 12px;

}
.action_panel_padding{
	padding-right: 33px;
	padding-left: 33px;
}

#yui-panel-container {
	position: absolute;
	z-index: 101;

}

#action_panel.yui-panel .hd {
	display: none;
}

#action_panel.yui-panel .ft {
	display: none;

}

#action_panel.yui-panel .bd {

}

#action_panel_contentwidgetTitleContent {
	
	margin: 0;
	padding: 12px 19px 0px 19px;
	height: 35px;
	color: white;
	font: 16px verdana, sans-serif;
	line-height:35px;
	clear: both;
	
}

#action_panel_contentwidgetTitleContent .button {
	margin-top: 7px;
}

#loading_panel.yui-panel .hd {
	display: none;
}

#loading_panel.yui-panel .ft {
	display: none;

}
#loading_panel.yui-panel .bd {
   background:transparent;

}
#loading_panel .yui-panel{
   background:transparent;
   border:0;
}

#notification_panel{
    left:388px;
    position:relative;
    top:0;
}

#notification_panel.yui-panel{
   background:transparent;
   border:0;
   font: 11px verdana, sans-serif;
}

.buttonclear {
	clear: both;
	float: none;
}

div.framework_topless {
	width: 100%;
	height: 35px;
	background: url( "http://sdn.gosupermodel.com/images/topbar/bg.jpg" ) no-repeat center bottom #d3d3d3;
}

div.framework_topless_header {
	color: white;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	width: 980px;
	margin: 0 auto;
}

div.framework_topless_header .button {
	font-size: 11px;
	margin-top: 6px;
}

.clear {
	clear: both;
}

.no_wrap {
	white-space: nowrap;
}

#dhtmltooltip {   
	position: absolute;
	left: -300px;
	padding: 2px;
	display: none;
	z-index: 2000;
}
.stdTooltip{
   border-style:solid;
   background-color: #d7ecc6;
   border-color: black;
   border-width:1px;
}
#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 2001;
	display: none;
}

img.info_button {
	cursor: pointer;
	width: 21px;
	height: 21px;
	background: black;
}

a.info_button_wfr {
	float: right;
	margin-top: 7px;
	margin-left: 5px;
}
a.info_button_wfr_popup {
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}
img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info5.png#filter" );
}

.theme1 img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info1.png#filter" );
}

.theme2 img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info2.png#filter" );
}

.theme3 img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info3.png#filter" );
}

.theme4 img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info4.png#filter" );
}

.theme6 img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info6.png#filter" );
}

a:hover img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info5h.png#filter" );
}

.theme1 a:hover img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info1h.png#filter" );
}

.theme2 a:hover img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info2h.png#filter" );
}

.theme3 a:hover img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info3h.png#filter" );
}

.theme4 a:hover img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info4h.png#filter" );
}

.theme6 a:hover img.info_button {
	background: url( "http://sdn.gosupermodel.com/images/buttons/info6h.png#filter" );
}

.textarea {
	background-color: #efeded;
	border: 1px solid #c6c6c6;
}

div.mugshot .doll {
	background: -10px -5px no-repeat transparent;
	width: 100%;
	height: 100%
}

a.smiley img {
	padding: 4px 1px 0 1px;
}

.full_text h1 {
	font-size: 15px;
}

.full_text h2 {
	font-size: 13px;
}

.full_text h3 {
	font-size: 11px;
}

.full_text h1, .full_text h2, .full_text h3, .full_text h4, .full_text h5, .full_text h6 {
	font-weight: bold;
	margin-top: 11px;
	margin-bottom: 5px;
}

.full_text h3, .full_text h4, .full_text h5, .full_text h6 {
	margin-bottom: 0;
}

.full_text p {
	margin-top: 6px;
	margin-bottom: 6px;
}

.full_text strong {
	font-weight: bold;
}

.full_text em {
	color: black;
}
.full_text code {
	font-family: verdana, sans-serif;
	color: #ee6a2e;
}

.full_text ol {
	margin: 5px 25px;
}
.full_text ul {
	margin: 5px 0;
}
.full_text ol li {
	list-style-type: decimal;
	margin: 5px 0;
}
.full_text ul li {
	list-style-type: none;
	margin: 5px 0 5px 5px;
	padding: 0 7px 0 25px;
	background: url("http://sdn.gosupermodel.com/images/wframes/star_bullet.png") no-repeat top left;
	line-height: 14px;
}

.full_text ul li ul li {
	padding: 0 7px 0 22px;
	background: url("http://sdn.gosupermodel.com/images/wframes/star_bullet2.png") no-repeat top left;
	line-height: 13px;
	font-size: 10px;
}

.full_text ul li ul li ul li {
	padding: 0 7px 0 20px;
	background: url("http://sdn.gosupermodel.com/images/wframes/star_bullet3.png") no-repeat top left;
	line-height: 12px;
	font-size: 9px;
}

.std_table table {
	border: 1px #545454 solid;
	margin: 10px 0;
	width: 50%;
}

.std_table table th, .std_table table td {
	border: 1px #545454 solid;
	padding: 2px 6px;
}

.std_table table th {
	font-weight: bold;
	text-align: center;
}

.theme1 .std_table table th {
	background: #f2cae0
}

.theme2 .std_table table th {
	background: #c6e2e5
}

.theme3 .std_table table th {
	background: #e2caec
}

.theme4 .std_table table th {
	background: #d7ecc6
}

.theme5 .std_table table th {
	background: #dddddd
}

div.pagetool {
	float: right;
}

.pagetool .button {
	visibility: hidden;
}

.pagetool input {
	float: left;
	margin-top: 6px;
	margin-left: 4px;
	width: 35px;
	height: 13px;
	padding: 4px 2px;
	font-size: 11px;
	font-weight: normal;
	border: 1px black solid;
	display: none;
}
.loaddiv{
	background:url('http://sdn.gosupermodel.com/images/loadinganim/loading.gif') no-repeat center center;
	background-color:transparent;
    width:100px;
   	height:100px;
   	position:relative;
   	z-index:100;
   	left:-50%;
   	top:-50%;
   	}

.loadimg{
	display:block; /*allows the element to take auto margins*/
	margin:0 auto; /*centers in compliant browsers*/
	text-align:center; /*centers in old versions of IE*/
	position:relative;
	z-index:101;
}

a.avatar_shot_small_lnk div, a.avatar_shot_small div {
	background: url("http://sdn.gosupermodel.com/images/backgrounds/small_avatar_bg.jpg") no-repeat;
	width: 102px;
	height: 152px;
}
a.avatar_shot_small_lnk:hover div {
	background-position: -102px 0;
}
a.avatar_shot_small_lnk div img, a.avatar_shot_small div img {
	position: relative;
	top: 1px;
	left: 15px
}

a.avatar_mugshot_lnk div, a.avatar_mugshot div {
	background: url("http://sdn.gosupermodel.com/images/backgrounds/small_avatar_bg.jpg") no-repeat 0 -5px;
	width: 85px;
	height: 100px;
	overflow: hidden;
}

a.avatar_small_mugshot_lnk div, a.avatar_small_mugshot div {
	background: url("http://sdn.gosupermodel.com/images/backgrounds/small_avatar_bg.jpg") no-repeat 0 -5px;
	width: 53px;
	height: 56px;
	overflow: hidden;
}

.show_model_inprogress a.avatar_mugshot_lnk div, a.avatar_mugshot div {
	background: url("http://sdn.gosupermodel.com/images/studio/inprogress/page0/frame_big.jpg") 0px 5px no-repeat;
	width: 81px;
	height: 115px;
	overflow: hidden;
	outline: none;
}

.show_model_inprogress a.avatar_mugshot_lnk:hover div {
    outline: none;
    background: url("http://sdn.gosupermodel.com/images/studio/inprogress/page0/frame_highligth_big.jpg") 0px 5px no-repeat;
}


a.avatar_mugshot_lnk:hover div {
	background-position: -102px -5px;
}
a.avatar_mugshot_lnk div b, a.avatar_mugshot div b {
	display: block;
	background-repeat: no-repeat;
	background-position: -10px -5px;
	width: 100%;
	height: 100%;
}


.show_model_inprogress a.avatar_mugshot_lnk div b, a.avatar_mugshot div b {
	display: block;
	background-repeat: no-repeat;
	background-position: -10px 9px;
	width: 100%;
	height: 100%;
}

a.avatar_mugshot_lnk div span, a.avatar_mugshot div span {
	display: block;
	background: url("http://sdn.gosupermodel.com/images/deleted_avatar_large.png#filter") -10px -5px no-repeat;
	width: 100%;
	height: 100%;
}
a.avatar_shot_small_lnk, a.avatar_mugshot_lnk {
	cursor: pointer;
}



.designer_popup_button  {
	margin-left:13px;

}

div.designer_popup_button .button {
  text-align: left;
  padding-right: 1px;

}

div.designer_popup_button .button span img {
	padding-right: 1px;
}









div.surpise_bg{
    background-position:center center;
    background-repeat:no-repeat;
    width:156px;
    height:279px;
    color:white;
}
div.surprise_fame_bg{background-image:url(http://sdn.gosupermodel.com/images/wframes/itembg_fame.jpg);}
div.surprise_gomoney_bg{background-image:url(http://sdn.gosupermodel.com/images/wframes/itembg_gmoney.jpg);}
div.surprise_msgtoall_bg{background-image:url(http://sdn.gosupermodel.com/images/wframes/itembg_msgtoall.jpg);}
div.surprise_hug_bg{background-image:url(http://sdn.gosupermodel.com/images/wframes/itembg_hug.jpg);}

div.surprise_item_bg{background:url(http://sdn.gosupermodel.com/images/wframes/itembg.jpg) center center no-repeat;width:156px;height:279px}

div#surprice_dailygift div{
	margin-left:auto;
	margin-right:auto;
	background-image: url(http://sdn.gosupermodel.com/images/wframes/itembg_tall.jpg);
	vertical-align:middle;
}
div#surprice_dailygift_nobg div{
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	vertical-align:middle;
}
div.surprise_item{
     background-position:center center;
     background-repeat:no-repeat;
     width:156px;
     height:279px;
}
table.surpriseLogEntry{
width:164px;
margin-left:7px;
margin-right:7px;

}
table.surpriseLogEntry td{padding-bottom:10px;}

td.datetd{
    height:33px;width:177px;
    border-bottom:1px solid #cccccc;font-weight:bold;
}
td.rightBordertd{border-right:1px solid #cccccc;}

#itemSets .topText{ width:100%;text-align:left;vertical-align:top;overflow:hidden;height:29px;}
#itemSets .bottomText{font-size:12px;text-align:center;padding-right:3px}

.itemSetCarouselContent{overflow:hidden;position:relative;width:219px;height:372px;padding-left:7px;padding-left:7px}

 div.billboard_widget{height:270px;width:483px;padding:0px;overflow:hidden;}
 div.billboard_widget_menu{
    padding-left:17px;
    padding-top:6px;
    position:absolute;
    top:225px;left:194px;float:right;
    background:url('http://sdn.gosupermodel.com/images/backgrounds/purple_bar.png#png8') no-repeat center center transparent;
    height:68px;width:261px;
    vertical-align:middle;
 }
 div.billboard_widget_menu_thumbnail{vertical-align:middle;height:60px;width:60px;float:left;};
 .billboard_widget_menu_thumb_img{width:56px;height:50px;vertical-align:middle;margin-left:2px;margin-top:5px};


div.surprise_item_circlebg_trans{background:url("http://sdn.gosupermodel.com/images/wframes/item_circle_trans.png#filter") center center no-repeat;width:170px;height:170px}
div.surprise_item_circlebg{background:url("http://sdn.gosupermodel.com/images/wframes/item_circle.jpg") center center no-repeat;width:170px;height:170px}
div.surprise_item_circle{
     background-position:center center;
     background-repeat:no-repeat;
     width:170px;
     height:170px;
}


.widget_content_width {
	width: 218px;
}

.widget_content_padding {
	padding: 0 7px 0 7px; 
}

.widget {
	height: 314px;
	width:233px;
	overflow: hidden;
	background-repeat:no-repeat;
}

.widget a {
	color: #545454;
	text-decoration: underline;
}

.widget a:hover {
	color: #D24B96;
}

.widget_header {
	height: 34px;
	overflow: hidden;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.widget_header_text {
	color: #FFF;
	margin: 0;
	padding: 0 7px 0 7px;
	font: 16px verdana, sans-serif;
	line-height: 35px;
}

.widget_ruler {
	padding: 0;
	margin: 0;
	height: 2px;
	border: 0;
	display: block;
}

.widget_body {
	/*height: 280px;   */
}

.widget_pink_style {
	background-image: url(http://sdn.gosupermodel.com/images/widgets/bg_pink.png);
}

.widget_pink_style a {
	color: #FFF;
	text-decoration: none;
}

.widget_pink_style a:visited {
	color: #FFF;
	text-decoration: none;
}

.widget_pink_style a:hover {
	color: #4c1936;
	text-decoration: none;
}

.widget_purple_style {
	background-image: url(http://sdn.gosupermodel.com/images/widgets/bg_lilla.png);
}

.widget_black_style {
	background-image: url(http://sdn.gosupermodel.com/images/widgets/bg_black.png );
}
.widget_red_style {
	background-image: url(http://sdn.gosupermodel.com/images/widgets/bg_red.png );
}
.widget_red_style2 {
	background-image: url("http://sdn.gosupermodel.com/wfr/bg_red2.a");
}

.widget_green_style {
	background-image: url("http://sdn.gosupermodel.com/wfr/bg_green2.a");
}

.widget_green_style2 {
	background-image: url("http://sdn.gosupermodel.com/wfr/bg_green.a");
}

.widget_green_style3{
	 background-image: url("http://sdn.gosupermodel.com/wfr/bg_green3.a");
}



.widget_green_style a{
	color: #FFF;
	text-decoration: none;
}

.widget_green_style a:hover {
	color: #4c1936;
	text-decoration: none;
}

.widget_avatar {
	position: relative;
	background-image: url("http://sdn.gosupermodel.com/wfr/bg3.a");
}
.widget_avatar a{
	text-decoration:none
}
.widget_avatar a:visited{
	text-decoration:none
}
.widget_purple_style1 {
	background-image: url(http://sdn.gosupermodel.com/images/widgets/bg1.png);
}
.widget_blue_style1{
	background-image: url(http://sdn.gosupermodel.com/images/widgets/bg_blue1.png);
}
.widget_moodbarometer_style {
	background-image: url(http://sdn.gosupermodel.com/images/moodbarometer/bg_moodbarometer.png);
}

.widget_avatar_model {
	position: absolute;
	left: 21px;
	top: 14px;
}

.widget_avatar_icons {
	position: absolute;
	right: 15px;
	bottom: 10px;
}

.widget_message_all {
	background: url(http://sdn.gosupermodel.com/images/widgets/whitebubble.png) no-repeat left top;
	overflow: hidden;
	width: 204px;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 7px;  
	height: 212px;
	color: #545454;
	padding: 8px
}

.widget_wardrobe_challenge {
	background: url(http://sdn.gosupermodel.com/images/widgets/whitebubble.png) no-repeat left top;
	overflow: hidden;
	width: 204px;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 7px;
	height: 212px;
	color: #545454;
	padding: 8px;

}

.widget_dancer{
	background: url(http://sdn.gosupermodel.com/images/widgets/whitebubble_purple_app.png ) no-repeat left top;
}

.widget_secondhand{
	background: url(http://sdn.gosupermodel.com/images/widgets/whitebubble_green_app.png) no-repeat left top;    
}
.widget_message_all a:hover {
	color: #a75bc7;
}

.widget_message_to_all_bottom {
	padding-left: 10px;
	padding-right: 7px;
	vertical-align: bottom;
}

.widget_message_all .msg_to_all_text_box {
	height: 192px;
}

.widget_message_all .msg_to_all_text_box a.avatar_mugshot_lnk {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}

.widget_gotest{
	background:url('http://sdn.gosupermodel.com/images/creative/widget/gotest_widget_nl.jpg') no-repeat;
}
.widget_competition{
	background:url('http://sdn.gosupermodel.com/images/creative/widget/competition_widget_nl.jpg') no-repeat;
}
.widget_juniordesigner{
	background:url('http://sdn.gosupermodel.com/images/creative/juniordesigner/widget_nl.jpg') no-repeat;
}

.widget_juniordesigner text_box{
	height:250px;
}

.widget_creative_magazine_container{
	position:relative;
	background-image:url('http://sdn.gosupermodel.com/images/creative/widget/magazine_editor_widget_nl.jpg');
	background-repeat:no-repeat;
	height:267px;
	width:482px;
}

.widget_creative_magazine_text{
	position:absolute;
	top:99px;
	left:27px;
	width:134px;
	color:#545454;
}

.widget_creative_magazine_button{
	position:absolute;
	top:239px;
	left:19px;
	width:144px;
}

.widget_games_magazine_container{
	position:relative;
	background-image:url('http://sdn.gosupermodel.com/images/games/widget/magazine_editor_w1_widget.png');
	background-repeat:no-repeat;
	height:314px;
	width:233px;
}
.widget_games_magazine_header{
	position:absolute;
	top:8px;
	left:10px;
	color: white;
	font: 16px verdana, sans-serif;
}

.widget_games_magazine_info{
	position:absolute;
	top:8px;
	left:205px;
}

.widget_games_magazine_text{
	position:absolute;
	top:204px;
	left:23px;
	width:186px;
	color:#545454;
}

.widget_games_magazine_button{
	position:absolute;
	top:279px;
	left:12px;
	width:144px;
}

.widget_kiosk_1w_top{
	background-image:url('http://sdn.gosupermodel.com/images/kiosk/kiosk_widget_w1_top_bottom.png');
	width:233px;
	height:37px;
}

.widget_kiosk_1w_header{
	position:absolute;
	top:8px;
	left:10px;
	color: white;
	font: 16px verdana, sans-serif;
}

.widget_kiosk_1w_middle{
	background-image:url('http://sdn.gosupermodel.com/images/kiosk/kiosk_widget_w1_bg_middle.jpg');
	width:233px;
	height:266px;
}

.widget_kiosk_1w_bottom{
	background-image:url('http://sdn.gosupermodel.com/images/kiosk/kiosk_widget_w1_top_bottom.png');
	background-position: 0 59px;
	width:233px;
	height:11px;
}



.widget_kiosk_1w_newest_text{
	position:absolute;
	top:124px;
	left:28px;
	width:75px;
	color:#ffffff;
	overflow:hidden;
}

.widget_kiosk_1w_mostpopular_text{
	position:absolute;
	top:124px;
	left:129px;
	width:75px;
	color:#ffffff;
	overflow:hidden;
}

.widget_kiosk_1w_newest_magazine{
	position:absolute;
	top:146px;
	left:26px;
}

.widget_kiosk_1w_mostpopular_magazine{
	position:absolute;
	top:146px;
	left:127px;
}

.widget_kiosk_1w_button{
	position:absolute;
	top:277px;
	left:17px;
	width:200px;
}

.widget_kiosk_1w_clickarea{
	position:absolute;
	top:38px;
	left:0;
	width:232px;
	height:80px;
	cursor:pointer;
}

.widget_competition_1w_container{
	
	width:219px;
	height:222px;
	position:absolute;
	top:44px;
	left:7px;
}

.widget_competition_1w_textbox{
	background-color:#ffdef0;
	position:absolute;
	top:152px;
	left:5px;
	width:209px;
	padding-top:7px;
	padding-bottom:7px;
}

.widget_competition_1w_text{
	margin-left:7px;
	font-weight:bold;
	text-decoration:none;
}

.widget_competition_1w_paging{
	position:absolute;
	top:-37px;
	left:166px;
	width:218px;
}

.widget_competition_1w_button{
	position:absolute;
	top:233px;
	left:0;
}
/*
  General rules
*/

  #Left_menu li{
      list-style-type:none;
      position:relative;
  }
  #Left_menu ul{
      margin:0;
      padding:0;
      position:relative;

  }

  #Left_menu div{
      margin:0;
      padding:0;
      background-color:#565656;
  }
  /* 	Layout CSS */
  #Left_menu{
      width:233px;
      visibility:hidden;
      text-align: left;
      text-indent:8px;
      vertical-align: middle;

  }

  /* All A tags - i.e menu items. */
  #Left_menu a{
      color: #FFF;
      text-decoration:none;
      display:block;
      clear:both;
      width:226px;
      background:#565656;
      outline:none;
  }
 #Left_menu .topbar{
   background:url('http://sdn.gosupermodel.com/images/leftmenu/topbar.png') no-repeat scroll top right;
   height:35px;
   width:233px;
   font-size: 16px;
   color:#FFF;
   text-indent:9px;
   line-height:34px;

 }
 #Left_menu .leftmenumugshot{

   /* padding-left:7px;
	padding-right:7px;  */
	background:#656565;
	 
	text-indent:0;
 }
 #Left_menu .leftmenumugshot .namebar{
	background-color:#656565;
 }
 #Left_menu .leftmenumugshot .nb1{
	background-color:#656565;
 }
  #Left_menu .leftmenumugshot .nb2{
	background-color:#656565;
 }
  #Left_menu .leftmenumugshot .nbimage{
	background-color:#656565;
 }
  #Left_menu .leftmenumugshot .nbtop{
	background-color:#656565;
 }
#Left_menu .leftmenumugshot a{
	display:inline;
	background-color:#656565;
	color:white;
	clear:none;
}
#Left_menu .leftmenumugshot div{
	background-color:#656565;
	color:white; 
}
  #Left_menu .depth2chosenColor{
      color:#f86ab6;

  }
  /*
  A tags
  */
  #Left_menu .slMenuItem_depth1 {	/* Main menu items */
      background:url('http://sdn.gosupermodel.com/images/leftmenu/centerbar.png') no-repeat scroll top right;
      height:37px;
      width:233px;
      line-height:37px;
  }
  #Left_menu .slMenuItem_depth1_nosub{	/* Main menu items */
      background:url('http://sdn.gosupermodel.com/images/leftmenu/centerbar.png') no-repeat scroll 0 -111px;
      height:37px;
      width:233px;
      line-height:37px;
  }

  #Left_menu .slMenuItem_depth1_nosub:hover{	/* Main menu items */
      background:url('http://sdn.gosupermodel.com/images/leftmenu/centerbar.png') no-repeat scroll 0 -148px;
      height:37px;
      width:233px;
      line-height:37px;
  }

  #Left_menu .slMenuItem_bottom_depth1{	/* Main menu items */
      background:url('http://sdn.gosupermodel.com/images/leftmenu/bottombar.png') no-repeat scroll top right;
      height:39px;
      width:233px;
      line-height:39px;
  }

   #Left_menu .slMenuItem_bottom_depth1_nosub{	/* Main menu items */
      background:url('http://sdn.gosupermodel.com/images/leftmenu/bottombar.png') no-repeat scroll 0 -117px;
      height:39px;
      width:233px;
      line-height:37px;
  }

   #Left_menu .slMenuItem_bottom_depth1_nosub:hover{	/* Main menu items */
       background:url('http://sdn.gosupermodel.com/images/leftmenu/bottombar.png') no-repeat scroll 0 -156px;
       height:39px;
       width:233px;
       line-height:37px;
   }


  #Left_menu .slMenuItem_bottom_hover_depth1{	/* Main menu items */
      background:url('http://sdn.gosupermodel.com/images/leftmenu/centerbar.png') no-repeat scroll 0 -37px;
      height:37px;
      width:233px;
      line-height:37px;
  }

  #Left_menu .slMenuItem_bottom_depth1:hover{	/* Main menu items */
      background:url('http://sdn.gosupermodel.com/images/leftmenu/centerbar.png') no-repeat scroll 0 -185px;
      height:39px;
      width:233px;
      line-height:39px;
  }
  #Left_menu .slMenuItem_bottom_depth1_hover{   /*ie6 hack */
	  background:url('http://sdn.gosupermodel.com/images/leftmenu/centerbar.png') no-repeat scroll 0 -185px;
      height:39px;
      width:233px;
      line-height:39px;
  }

   #Left_menu .slMenuItem_permanent_no_sub_depth1{	/* Selected depth*/
      background:url('http://sdn.gosupermodel.com/images/leftmenu/centerbar.png') no-repeat scroll  0 -148px;
      height:37px;
      width:233px;
      line-height:37px;
  }
  #Left_menu .slMenuItem_permanent_no_sub_bottom_depth1{	/* Selected depth*/
      background:url('http://sdn.gosupermodel.com/images/leftmenu/bottombar.png') no-repeat scroll 0 -156px;
      height:39px;
      width:233px;
      line-height:39px;
  }

   #Left_menu .slMenuItem_permanent_depth1{	/* Selected depth*/
      background:url('http://sdn.gosupermodel.com/images/leftmenu/centerbar.png') no-repeat scroll  0 -74px;
      height:37px;
      width:233px;
      line-height:37px;
  }


   #Left_menu .slMenuItem_depth1:hover{
        background:url('http://sdn.gosupermodel.com/images/leftmenu/centerbar.png') no-repeat scroll 0 -74px;
        height:37px;
        width:233px;
        line-height:37px;
   }
  #Left_menu .slMenuItem_hover_depth1{
        background:url('http://sdn.gosupermodel.com/images/leftmenu/centerbar.png') no-repeat scroll 0 -74px;
        height:37px;
        width:233px;
        line-height:37px;
   }


  #Left_menu  .slMenuItem_depth2{	/* Sub menu items */
      margin-top:1px;
      line-height:20px;
  }

   #Left_menu .slMenuItem_depth2:active{	/* Sub menu items */
      margin-top:1px;
      color:#f86ab6;
      }
#Left_menu .slMenuItem_depth2:hover{	/* Sub menu items */
   margin-top:1px;
   color:#f86ab6;
   }

  #Left_menu .slMenuItem_depth3{	/* Sub menu items */
      margin-top:1px;
      font-style:italic;
      color:blue;
  }
  #Left_menu .slMenuItem_depth4{	/* Sub menu items */
      margin-top:1px;
      color:red;
  }
  #Left_menu .slMenuItem_depth5{	/* Sub menu items */
      margin-top:1px;
  }

  

#Left_menu .slideMenuDiv1 ul{
	padding:1px;
}
#Left_menu .Left_menu_Bottom  div {
    background-color:transparent;

}
  #Left_menu .Left_menu_Bottom  ul
  {
     background-color:transparent;

  }
   #Left_menu .Left_menu_Bottom ul
   {
       background:url('http://sdn.gosupermodel.com/images/leftmenu/background_bar.png') no-repeat bottom left;
       width:231px;
       background-color:transparent;
    }
   #Left_menu .Left_menu_Bottom a
   {
     background-color:transparent;
   }


  #Left_menu .slideMenuDiv2 ul{
      margin-left:0;
      padding:1px;
  }
  #Left_menu .slideMenuDiv3 ul{
      margin-left:10px;
      padding:1px;
  }
  #Left_menu .slMenuItem_depth4 ul{
      margin-left:15px;
      padding:1px;
  }

div.wframes_1col {
	width: 233px;
	float: left;
	margin-right: 16px;
	overflow: hidden;
}

div.wframes_1col_r {
	width: 233px;
	float: left;
	overflow: hidden;
}

div.wframes_2col {
	width: 482px;
	float: left;
    margin-right: 16px;
    overflow: hidden;
}

div.wframes_2col_r {
	width: 482px;
	float: left;
    /*margin-right: 16px;*/
    overflow: hidden;
}

div.wframes_3col {
	width: 731px;
	float: left;
	overflow: hidden;
}

div.wframes_3col_r {
	width: 731px;
	float: left;
	overflow: hidden;
}

div.wframes_4col_r {
	width: 980px;
	float: left;
	overflow: hidden;
}

div.wframes_wfr {
	margin: 0;
	padding: 0 7px 0 7px;
	width: 200px;
	height: 35px;
	background: black;
	color: white;
	font: 16px verdana, sans-serif;
	line-height:35px;
	clear: both;
	position: relative;
}

div.wframes_wfr .button,
div.wframes_divider .button {
	margin-top: 6px;
	margin-left: 4px;
	font-size: 11px;
}

div.wframes_wfr_insert {
	position: absolute;
	left: 311px;
	top: 6px;
	height: 23px;
}

div.wframes_wfr_insert_half {
	right:7px;
	left:auto;
}

div.wframes_wfr_insert .button {
	margin: 0 4px;
}

div.wframes_wfr_insert div.vert_div {
	float: left;
	width: 2px;
	height: 23px;
	background: url('http://sdn.gosupermodel.com/images/wframes/vert_divider.png');
	margin: 0 4px;
}
div.wframes_bottom_gray66 div.vert_div {
	float: left;
	width: 2px;
	height: 48px;
	background: url('http://sdn.gosupermodel.com/images/wframes/vert_divider.png');
	margin: 0 4px;
}
.wframes_content {
	background-color: white;
	color: #545454;
	padding: 7px;
	overflow: hidden;
	clear: both;
}

.wframes_content a {
	color: #545454;
}

.wframes_content a:hover {
	color: #888;
}

.wframes_content p:first-child,
.wframes_content h1:first-child,
.wframes_content h2:first-child,
.wframes_content h3:first-child {
	margin-top: 0;
}

.wframes_content p:last-child,
.wframes_content h1:last-child,
.wframes_content h2:last-child,
.wframes_content h3:last-child {
	margin-bottom: 0;
}

.no_bottom_padding {
	padding-bottom: 0;
}

div.wframes_divider {
	margin: 0;
	padding: 0 7px 0 7px;
	height: 35px;
	background: black;
	color: white;
	font: 16px verdana, sans-serif;
	line-height: 35px;
	clear: both;
	position: relative;
}

div.wframes_bottom_blue60 {
	width: 717px;
	height: 60px;
	padding: 4px 7px 2px 7px;
	background: url("http://sdn.gosupermodel.com/wfr/grad2.w3b") 0 bottom;
	color: white;
	clear: both;
}
div.wframes_bottom_pink40 {
	width: 717px;
	height: 40px;
	line-height: 19px;
	padding: 4px 7px 2px 7px;
	background: url("http://sdn.gosupermodel.com/wfr/grad1.w3b") 0 bottom;
	color: white;
	clear: both;
}

div.wframes_gap {
	height: 16px;
	clear: both;
}

/* Bubbles */
div.bubble {
	margin: 7px;
}

div.bubble div.bdiv {
	padding: 1px 6px;
	background:#e9e9e9; border:0 solid #eee; border-width:0 1px;
}

b.btop, b.bbottom {
	display:block; background:transparent; font-size:1px;
}

b.bub1, b.bub2, b.bub3, b.bub4  {
	display:block; overflow:hidden;
}

b.bub1, b.bub2, b.bub3 {
	height:1px;
}

b.bub2, b.bub3, b.bub4 {
	background:#e9e9e9; border-left:1px solid #eee; border-right:1px solid #eee;
}

b.bub1 {
	margin:0 5px; background:#eee;
}

b.bub2 {
	margin:0 3px; border-width:0 2px;
}

b.bub3 {
	margin: 0 2px;
}

b.bub4 {
	height:2px; margin:0 1px;
}

div.bubble input[type="text"], div.bubble input[type="password"], div.bubble input[type=select] {
   background-color: white;
}

.theme1 div.bubble b.bub2, .theme1 div.bubble b.bub3, .theme1 div.bubble b.bub4, .theme1 div.bubble div.bdiv { background-color: #f2cae0; border-color: #f2cae0; }
.theme1 div.bubble b.bub1 { background-color: #f2cae0; }
.theme2 div.bubble b.bub2, .theme2 div.bubble b.bub3, .theme2 div.bubble b.bub4, .theme2 div.bubble div.bdiv { background-color: #c6e2e5; border-color: #c6e2e5; }
.theme2 div.bubble b.bub1 { background-color: #c6e2e5; }
.theme3 div.bubble b.bub2, .theme3 div.bubble b.bub3, .theme3 div.bubble b.bub4, .theme3 div.bubble div.bdiv { background-color: #e2caec; border-color: #e2caec; }
.theme3 div.bubble b.bub1 { background-color: #e2caec; }
.theme4 div.bubble b.bub2, .theme4 div.bubble b.bub3, .theme4 div.bubble b.bub4, .theme4 div.bubble div.bdiv { background-color: #d7ecc6; border-color: #d7ecc6; }
.theme4 div.bubble b.bub1 { background-color: #d7ecc6; }
.theme5 div.bubble b.bub2, .theme5 div.bubble b.bub3, .theme5 div.bubble b.bub4, .theme5 div.bubble div.bdiv { background-color: #ddd; border-color: #ddd; }
.theme5 div.bubble b.bub1 { background-color: #ddd; }
.theme6 div.bubble b.bub2, .theme5 div.bubble b.bub3, .theme5 div.bubble b.bub4, .theme5 div.bubble div.bdiv { background-color: #e9e9e9; border-color: #e9e9e9; }
.theme6 div.bubble b.bub1 { background-color: #e9e9e9; }
.theme7 div.bubble b.bub2, .theme7 div.bubble b.bub3, .theme7 div.bubble b.bub4, .theme7 div.bubble div.bdiv { background-color: #924ab0; border-color: #924ab0; }
.theme7 div.bubble b.bub1 { background-color: #924ab0; }


div.solidbackground{
    margin: 10px 0;
    padding: 6px;
}

.theme1 div.solidbackground { background-color: #f2cae0;  }
.theme2 div.solidbackground { background-color: #c6e2e5;  }
.theme3 div.solidbackground { background-color: #e2caec; }
.theme4 div.solidbackground { background-color: #d7ecc6; }
.theme5 div.solidbackground { background-color: #ddd; }



/* Modelname bar*/

div.namebar {
	height: 20px;
}

div.namebar a {
	text-decoration: none;
}

div.namebar div.nbimg {
	float: left;
	width: 18px;
	height: 18px;
	background: url("http://sdn.gosupermodel.com/images/wframes/modelname_star.png");
	margin: 0 7px;
}

div.namebar img.nbimg {
	float: left;
	margin: 0 7px;
}

b.nb1 {
	margin: 0 2px;
	height: 1px;
	display: block;
	font-size: 1px;
	background: black;
}

b.nb2 {
	margin: 0 1px;
	height: 1px;
	display: block;
	font-size: 1px;
	background: black;
}

b.nbtop {
	display: block;
	background: black;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
	height: 18px;
	line-height: 16px;
}

.theme1 div.namebar b { background: #e78cbe;}
.theme2 div.namebar b { background: #76d4e0;}
.theme3 div.namebar b { background: #d29ee9;}
.theme4 div.namebar b { background: #bce795;}
.theme5 div.namebar b { background: #bbbbbb;}

/* Table */
table.wtable {
	color: #585858;
	background: white;
	border-spacing: 0;
	border-collapse: separate;
	border: 1px #b3b3b3 solid;
}

table.wtable_full {
	border-color: #b3b3b3;
	border-width: 0 0 1px 1px;
	width: 100%;
}

table.wtable a {
	color: #585858;
	text-decoration: none;
}

table.wtable a:hover {
	color: #999;
}

table.wtable td {
	border-top: 1px #d6d6d6 solid;
	border-right: 1px #d6d6d6 solid;
	padding: 4px 5px;
}

table.wtable_multiline td {
	padding-top: 2px;
	padding-bottom: 2px;
}

table.wtable th {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px #d0d0d0 solid;
	border-right: 1px #d0d0d0 solid;
	padding: 4px 5px;
	cursor: pointer;
}
table.wtable th.sortable:hover {
	color: #999999;
}

table.wtable tr.odd td {
	border-top: 1px #b3b3b3 solid;
	border-right: 1px #b3b3b3 solid;
}
.theme1 .wtable tr.odd { background: #f2cae0 }
.theme2 .wtable tr.odd { background: #c6e2e5 }
.theme3 .wtable tr.odd { background: #e2caec }
.theme4 .wtable tr.odd { background: #d7ecc6 }
.theme5 .wtable tr.odd { background: #dddddd }

div.wtable_bottom_1, div.wtable_bottom_1_odd,
div.wtable_bottom_2, div.wtable_bottom_2_odd,
div.wtable_bottom_3, div.wtable_bottom_3_odd {
	height: 9px;
	width: 100%;
	font-size:1px;
}
div.wtable_bottom_1_odd { background: url("http://sdn.gosupermodel.com/wfr/xfff.w1b") bottom; }
.theme1 div.wtable_bottom_1 { background: url("http://sdn.gosupermodel.com/wfr/xf2cae0.w1b") bottom; }
.theme2 div.wtable_bottom_1 { background: url("http://sdn.gosupermodel.com/wfr/xc6e2e5.w1b") bottom; }
.theme3 div.wtable_bottom_1 { background: url("http://sdn.gosupermodel.com/wfr/xe2caec.w1b") bottom; }
.theme4 div.wtable_bottom_1 { background: url("http://sdn.gosupermodel.com/wfr/xd7ecc6.w1b") bottom; }
.theme5 div.wtable_bottom_1 { background: url("http://sdn.gosupermodel.com/wfr/xdddddd.w1b") bottom; }
div.wtable_bottom_2_odd { background: url("http://sdn.gosupermodel.com/wfr/xfff.w2b") bottom; }
.theme1 div.wtable_bottom_2 { background: url("http://sdn.gosupermodel.com/wfr/xf2cae0.w2b") bottom; }
.theme2 div.wtable_bottom_2 { background: url("http://sdn.gosupermodel.com/wfr/xc6e2e5.w2b") bottom; }
.theme3 div.wtable_bottom_2 { background: url("http://sdn.gosupermodel.com/wfr/xe2caec.w2b") bottom; }
.theme4 div.wtable_bottom_2 { background: url("http://sdn.gosupermodel.com/wfr/xd7ecc6.w2b") bottom; }
.theme5 div.wtable_bottom_2 { background: url("http://sdn.gosupermodel.com/wfr/xdddddd.w2b") bottom; }
div.wtable_bottom_3_odd { background: url("http://sdn.gosupermodel.com/wfr/xfff.w3b") bottom; }
.theme1 div.wtable_bottom_3 { background: url("http://sdn.gosupermodel.com/wfr/xf2cae0.w3b") bottom; }
.theme2 div.wtable_bottom_3 { background: url("http://sdn.gosupermodel.com/wfr/xc6e2e5.w3b") bottom; }
.theme3 div.wtable_bottom_3 { background: url("http://sdn.gosupermodel.com/wfr/xe2caec.w3b") bottom; }
.theme4 div.wtable_bottom_3 { background: url("http://sdn.gosupermodel.com/wfr/xd7ecc6.w3b") bottom; }
.theme5 div.wtable_bottom_3 { background: url("http://sdn.gosupermodel.com/wfr/xdddddd.w3b") bottom; }

.gt_link a {
	text-decoration:none;
	font-weight:bold;
}
.gt_link a:hover {
	color:#999;
}
	.friendbar_element{
		float:left;
		height:25px;
		text-align:center;
		padding-top:10px;
		color:white;
		background: url("http://sdn.gosupermodel.com/images/clear.gif");
	}
	.friendbar_divider{
		background-image:url('http://sdn.gosupermodel.com/images/friends/friend_bar_divider.jpg');
		background-repeat:no-repeat;
		float:left;
		width:1px;
		height:35px;
		background-color:white;
		text-align:center;
	}

	#friendbar_box{
		background-image:url('http://sdn.gosupermodel.com/images/friends/friend_bar_bg.png#filter');
		width:731px;
		height:88px;
		color:white;
	}

	.friendbar_container{
		position:relative;
		top:1px;
		left:7px;
		height:35px;
		color:white;
		float:left;
	}

	div.friendAppCard{
        height:179px;
        width:351px;
        background-color:white;
        float:left;
    }

    div.friendAppCardIncoming{
    	height:179px;
        width:343px;
        background-color:white;
        float:left;
    }
	div.leftgreyBorder{
        border-right:1px solid #CCC;
		padding-right:7px;

	}
	.rightFriendAppCard{
		padding-left:7px;
	}

	div.friendappwidgetdivider{
		height: 2px;
		width: 100%;
		background: url("http://sdn.gosupermodel.com/images/widgets/widget_divider.png") no-repeat;
		font-size: 1px;
	}

    div.infocardpart{
        height:157px;
        width:240px;
        float:left;
        padding-left:6px;
    }
    div.infocardpart table{
        width:100%;
        height:157px;
    }

    div.infocardpart_incoming{
        height:157px;
        width:233px;
        float:left;
        padding-left:6px;
    }
    div.infocardpart_incoming table{
        width:100%;
        height:157px;
    }

	div.friendcardplaceholder{
		background:url('http://sdn.gosupermodel.com/images/backgrounds/big_widget_bg.jpg') -360px 0;
	    width:357px;

	}

	div.friend_incoming_357t {
	background: url('http://sdn.gosupermodel.com/wfr/bar11.w357t');
	}

	div.wframes_bottom_friendincoming{
		width: 343px;
		height: 100px;
		padding: 4px 7px 2px 7px;
		background: url("http://sdn.gosupermodel.com/wfr/grad2.w357b") 0 bottom;
		color: white;
		clear: both;
	}

	div.wframes_bottom_friend_banner{
		width: 343px;
		height: 3px;
		padding: 4px 7px 2px 7px;
		background: url("http://sdn.gosupermodel.com/wfr/xfff.w357b") 0 top;
		color: white;
		clear: both;
	}

	div.content_friend_banner{
		background:url('http://sdn.gosupermodel.com/images/backgrounds/banner_bg_filler.jpg');
		width:343px;
		height:276px;
	}

	.friend_top_padding{
		padding-top:7px;
	}

	div.applicationscontent_incoming{
		height:179px;
		width:343px;
		overflow:hidden;
	}
div.panel_content {
	color: #545454;
    padding-top:7px;
}

div.panel_content a {
	color: #545454;
}

div.panel_content a:visited {
	color: #545454;
}

.comment_text {
	font-size: 10px;
	color: #908d8d;
}

.pink_warning {
	color: #bb106c;
}
a.button {
	color: #444;
	display: block;
	height: 23px;
	padding-right: 6px; /* sliding doors padding */
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	line-height: 23px;
	margin:0 auto;
	background: url('http://sdn.gosupermodel.com/images/buttons/buttons_right.png') no-repeat right top;
	outline: none;
}

a.button span {
	display: block;
	padding: 0 0 0 6px;
	text-decoration: none;
	background: url('http://sdn.gosupermodel.com/images/buttons/buttons_left.png') no-repeat left top;
	/*font-size: 11px;*/
	/*line-height: 23px;*/
}

a.button span img {
	vertical-align: top;
	padding-right: 4px;
}

a.button:hover {
	background-position: left -23px;         
	color: #000;
	outline: none; 
}

a.button:hover span {
	background-position: right -23px;
	outline: none;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

a.coloridx0 {background-position: right 0;}
a.coloridx0 span{background-position:left 0;}
a.coloridx0:hover { background-position: right -23px; color: #EEE;}
a.coloridx0:hover span { background-position: left -23px; }
a.coloridx0Selected {background-position: right -23px;}
a.coloridx0Selected span {background-position: left -23px;}

a.coloridx1 {background-position: right -46px;}
a.coloridx1 span{background-position:left -46px; color: white;}
a.coloridx1:hover  { background-position: right -69px; }
a.coloridx1:hover span { background-position: left -69px; }
a.coloridx1Selected {background-position: right -69px;}
a.coloridx1Selected span {background-position: left -69px;}

a.coloridx2 {background-position: right -92px;}
a.coloridx2 span{background-position:left -92px; color: white;}
a.coloridx2:hover  { background-position: right -115px; color: white; }
a.coloridx2:hover span { background-position: left -115px; color: white;}
a.coloridx2Selected {background-position: right -115px;}
a.coloridx2Selected span {background-position: left -115px;}

a.coloridx3 {background-position: right -138px;}
a.coloridx3 span{background-position:left -138px; color: #444;}
a.coloridx3:hover  { background-position: right -161px; }
a.coloridx3:hover span { background-position: left -161px; }
a.coloridx3Selected {background-position: right -161px;}
a.coloridx3Selected span {background-position: left -161px;}

a.coloridx4 {background-position: right -184px;}
a.coloridx4 span{background-position:left -184px; color: white;}
a.coloridx4:hover  { background-position: right -207px; color: white; }
a.coloridx4:hover span { background-position: left -207px; color: white;}
a.coloridx4Selected {background-position: right -207px;}
a.coloridx4Selected span {background-position: left -207px;}

a.coloridx5 {background-position: right -230px;}
a.coloridx5 span{background-position:left -230px; color: white;}
a.coloridx5:hover  { background-position: right -207px; color: white;}
a.coloridx5:hover span { background-position: left -207px; color: white; }    
a.coloridx5Selected {background-position: right -207px;}
a.coloridx5Selected span {background-position: left -207px;}

a.coloridx6 {background-position: right -253px;}
a.coloridx6 span{background-position:left -253px; color: white;}
a.coloridx6:hover  { background-position: right -69px; color: white;}
a.coloridx6:hover span { background-position: left -69px; color: white; }
a.coloridx6Selected {background-position: right -69px;}
a.coloridx6Selected span {background-position: left -69px;}

a.coloridx7 {background-position: right -23px;}
a.coloridx7 span{background-position:left -23px; color: white;}
a.coloridx7:hover  { background-position: right 0; color: black;}
a.coloridx7:hover span { background-position: left 0; color: black; }
a.coloridx7Selected {background-position: right 0;}
a.coloridx7Selected span {background-position: left -0px;}

a.coloridx8 {background-position: right -299px;}
a.coloridx8 span{background-position:left -299px; color: white;}
a.coloridx8:hover  { background-position: right -322px;}
a.coloridx8:hover span { background-position: left -322px;}
a.coloridx8Selected {background-position: right -322px;}
a.coloridx8Selected span {background-position: left -322px;}

a.coloridx9 {background-position: right -276px;}  
a.coloridx9 span{background-position:left -276px; color: white;}
a.coloridx9:hover  { background-position: right -92px;}
a.coloridx9:hover span { background-position: left -92px;}
a.coloridx9Selected {background-position: right -92px;}
a.coloridx9Selected span {background-position: left -92px;}

a.coloridx10 {background-position: right -391px;}
a.coloridx10 span{background-position:left -391px; color: white;}
a.coloridx10:hover  { background-position: right -368px;}
a.coloridx10:hover span { background-position: left -368px;}
a.coloridx10Selected {background-position: right -368px;}
a.coloridx10Selected span {background-position: left -368px;}

a.coloridx11 {background-position: right -253px;}
a.coloridx11 span{background-position:left -253px; color: white;}
a.coloridx11:hover  { background-position: right -69px;}
a.coloridx11:hover span { background-position: left -69px;}
a.coloridx11Selected {background-position: right -69px;}
a.coloridx11Selected span {background-position: left -69px;}

a.coloridx12 {background-position: right -345px;}
a.coloridx12 span{background-position:left -345px; color: white;}
a.coloridx12:hover  { background-position: right -368px;}
a.coloridx12:hover span { background-position: left -368px;}
a.coloridx12Selected {background-position: right -368px;}
a.coloridx12Selected span {background-position: left -368px;}

a.coloridx13 {background-position: right -506px; cursor: default;}
a.coloridx13 span{background-position:left -506px; color: white;}
a.coloridx13:hover  { background-position: right -506px;}
a.coloridx13:hover span { background-position: left -506px;}
a.coloridx13Selected {background-position: right -506px;}
a.coloridx13Selected span {background-position: left -506px;}

a.coloridx14 {cursor: default;	background-position: right -531px}
a.coloridx14 span{background-position: left -531px; color: white;}
a.coloridx14:hover  { background-position: right -554px;}
a.coloridx14:hover span { background-position: left -554px;}
a.coloridx14Selected {background-position: right -554px;}
a.coloridx14Selected span {background-position: left -554px;}

a.coloridx15 {cursor: default;	background-position: right -577px}
a.coloridx15 span{background-position: left -577px; color: white;}
a.coloridx15:hover  { background-position: right -600px;}
a.coloridx15:hover span { background-position: left -600px;}
a.coloridx15Selected {background-position: right -600px;}
a.coloridx15Selected span {background-position: left -600px;}

a.coloridx16 {cursor: default;	background-position: right -623px}
a.coloridx16 span{background-position: left -623px; color: white;}
a.coloridx16:hover  { background-position: right -646px;}
a.coloridx16:hover span { background-position: left -646px;}
a.coloridx16Selected {background-position: right -646px;}
a.coloridx16Selected span {background-position: left -646px;}

a.coloridx17 {cursor: default;	background-position: right -669px}
a.coloridx17 span{background-position: left -669px; color: white;}
a.coloridx17:hover  { background-position: right -669px;}
a.coloridx17:hover span { background-position: left -669px;}
a.coloridx17Selected {background-position: right -669px;}
a.coloridx17Selected span {background-position: left -669px;}

a.coloridx18 {cursor: default;	background-position: right -695px}
a.coloridx18 span{background-position: left -695px; color: white;}
a.coloridx18:hover  { background-position: right -718px;}
a.coloridx18:hover span { background-position: left -718px;}
a.coloridx18Selected {background-position: right -718px;}
a.coloridx18Selected span {background-position: left -718px;}

a.coloridx19 {background-position: right -741px}
a.coloridx19 span{background-position: left -741px; color: white;}
a.coloridx19:hover  { background-position: right -787px;}
a.coloridx19:hover span { background-position: left -787px;}
a.coloridx19Selected {background-position: right -787px;}
a.coloridx19Selected span {background-position: left -787px;}

a.coloridx20 {background-position: right -764px}
a.coloridx20 span{background-position: left -764px; color: white;}
a.coloridx20:hover  { background-position: right -787px;}
a.coloridx20:hover span { background-position: left -787px;}
a.coloridx20Selected {background-position: right -787px;}
a.coloridx20Selected span {background-position: left -787px;}



a.pinkdottedbutton {
	height: 19px;
	background: url('http://sdn.gosupermodel.com/images/buttons/log_in_btn_right.png') no-repeat scroll top right;
	font-size: 9px;
	margin-right: 4px;
	padding-right:3px;
}

a.pinkdottedbutton span {
	background: transparent url('http://sdn.gosupermodel.com/images/buttons/log_in_btn_left.png') no-repeat top left;
	color: white;
	text-decoration: none;
	line-height: 12px;
	padding:4px 0 3px 3px;
}

a.pinkdottedbutton:hover {
	background: transparent url('http://sdn.gosupermodel.com/images/buttons/log_in_btn_right.png') no-repeat bottom right;
}

a.pinkdottedbutton:hover span {
	background-position: left -19px;
}

.centerwrapper {
	width: 100%;
	text-align: center;
}
.button_spacing_left .button {
	margin-left: 4px;
}
.button_spacing_right .button {
	margin-right: 4px;
}
#mail_lines{
	min-height:265px;
	background-color:white;

}
#mail_lines td {
	height: 24px;
	border-right: 0;
	border-top: 0;
	padding: 0;
	border-bottom: 1px solid #B3B3B3;
	padding-left: 7px;
}

#mail_lines img {
	vertical-align: middle;
}

#mail_lines tr {
	padding: 0;
}

#mail_lines_top th {
/*border-bottom:1px;*/
	border-right: 0;
	text-align: left;
}

#mail_lines_top table {
	border: 0 solid #B3B3B3;

}

#mail_lines .mousOvhref:hover {
	background-color: #c6e2e5;
}

#mail_lines tr {
	border-top: 1px solid red;
	border-bottom: 1px solid #B3B3B3;
	cursor: pointer;
}

#mail_lines .unread {
	font-weight: bold;
}

#mail_lines input {
	margin-right: 11px;
}

#mail_lines .padright {
	padding-right: 11px;
	vertical-align: top;
}

.scrolllingtable {
	overflow-y: scroll;
	overflow-x: hidden;
}

#mail_item .from_bar {
	font-size: 11px;
	color: white;
	line-height: 17px;
	font-weight: bold;
}

#mail_item .mail_content {
	margin-bottom: 20px;
	overflow: scroll;
	height: 230px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#mail_item .bar_padding {
	height: 27px;
}

#mail_item .whitelink {
	color: white;
	width: 200px;
	font-size: 11px;
}

#mail_item .whitelink a {
	color: white;
	text-decoration: none;
}

#mail_item .whitelink a:hover {
	text-decoration: none;
}

#mail_lines .odd {
	background-color: white;
}

#mail_content {
	padding-left: 7px;
	padding-right: 7px;
}

.bar_select {
	font-size: 11px;
	line-height: 35px;
	vertical-align: middle;
}
.news_template{
	margin-left:7px;
	margin-top:7px;
}
.news_template div.bg_top_pink{
	background-image:url("http://sdn.gosupermodel.com/images/news/template/pink/bg_top_pink.jpg");
	background-repeat:no-repeat;
	width:701px;
	height:25px;
}
.news_template div.bg_top_purple{
	background-image:url("http://sdn.gosupermodel.com/images/news/template/purple/bg_top_purple.jpg");
	background-repeat:no-repeat;
	width:701px;
	height:25px;
}

.news_template div.bg_top_blue{
	background-image:url("http://sdn.gosupermodel.com/images/news/template/blue/bg_top_blue.jpg");
	background-repeat:no-repeat;
	width:701px;
	height:25px;
}

/*.news_template div.bg_content{*/
  /*width:701px;*/
/*}*/

.news_template div.bg_content_pink{
	width:701px;
	background-color:#c83282;
}

.news_template div.bg_content_purple{
	width:701px;
	background:#a050be;
}

.news_template div.bg_content_blue{
	width:701px;
	background-color:#05a5b9;
}

.news_template div.bg_bottom_pink{

  width:701px;
  height:25px;
  background:url("http://sdn.gosupermodel.com/images/news/template/pink/bg_bottom_pink.jpg") no-repeat;

}

.news_template div.bg_bottom_purple{
  width:701px;
  height:25px;
  background:url("http://sdn.gosupermodel.com/images/news/template/purple/bg_bottom_purple.jpg") no-repeat;
}

.news_template div.bg_bottom_blue{
  width:701px;
  height:25px;
  background-image:url("http://sdn.gosupermodel.com/images/news/template/blue/bg_bottom_blue.jpg");
}

/*.news_template .title{*/
  /*background-repeat:no-repeat;*/
  /*height:98px;*/
  /*width:634px;*/
  /*margin-left:34px;*/
  /*margin-bottom:14px;*/
/*}*/

.news_template .title_pink{
background-repeat:no-repeat;
  height:98px;
  width:634px;
  margin-left:34px;
  margin-bottom:14px;
  background-image:url("http://sdn.gosupermodel.com/images/news/template/pink/header_pink.jpg");
}
.news_template .title_purple{
background-repeat:no-repeat;
  height:98px;
  width:634px;
  margin-left:34px;
  margin-bottom:14px;
  background-image:url("http://sdn.gosupermodel.com/images/news/template/purple/header_purple.jpg");
}

.news_template .title_blue{
background-repeat:no-repeat;
  height:98px;
  width:634px;
  margin-left:34px;
  margin-bottom:14px;
  background-image:url("http://sdn.gosupermodel.com/images/news/template/blue/header_blue.jpg");
}

.news_template .title_content {
  font-family: verdana, sans-serif;
  padding-top:34px;
  font-size:23px;
  font-weight:bold;
  color:#ffffff;
  text-align:center;
}

.news_template .section{
  background-color:#ffffff;
  width:558px;
  margin-left:34px;
  padding-left:38px;
  padding-right:38px;
  padding-top:14px;
  padding-bottom:14px;
}


.news_template .sec_light_pink{
	background-color:#e499c1;
}

.news_template .sec_pink{
	background-color:#b83e9a;
}

.sec_pink a{
	color:#ffffff;;
}
.sec_pink a:hover{
	color:#ffffff;;
}

.sec_pink a:visited{
	color:#ffffff;
}

.news_template .sec_light_blue{
  background-color:#05a5b9;
}

.sec_light_blue a{
	color:#ffffff;;
}
.sec_light_blue a:hover{
	color:#ffffff;;
}

.sec_light_blue a:visited{
	color:#ffffff;
}

.news_template .sec_dark_purple{
  background-color:#72527e;
}

.sec_dark_purple a{
	color:#ffffff;;
}
.sec_dark_purple a:hover{
	color:#ffffff;;
}

.sec_dark_purple a:visited{
	color:#ffffff;
}

.news_template .sec_purple{
  background-color:#a050be;
}

.sec_purple a{
	color:#ffffff;;
}
.sec_purple a:hover{
	color:#ffffff;;
}

.sec_purple a:visited{
	color:#ffffff;
}

.news_template .news_template_section_header_white{
  font-family: verdana, sans-serif;
  font-weight:bold;
  font-size:14px;
  color:#ffffff;
}

.news_template .news_template_section_header_black{
  font-family: verdana, sans-serif;
  font-weight:bold;
  font-size:14px;
  color:#545454;
}

.news_template p{
  font-family:verdana,sans-serif;
  font-size:11px;
  color:#545454;
}

.news_template p.white{
  color:#ffffff;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-overlay,
.yui-panel-container {
    visibility:hidden;
    position:absolute;
    z-index: 2;
}

.yui-tt {
    visibility:hidden;
    position:absolute;
    color:#333;
    background-color:#FDFFB4;
    font-family:arial,helvetica,verdana,sans-serif;
    padding:2px;
    border:1px solid #FCC90D;
    font:100% sans-serif;
    width:auto;
}

/*
    PLEASE NOTE: The <DIV> element used for a Tooltip's shadow is appended 
    to its root element via JavaScript once it has been rendered.  The 
    code that creates the shadow lives in the Tooltip's public "onRender" 
    event handler that is a prototype method of YAHOO.widget.Tooltip.  
    Implementers wishing to remove a Tooltip's shadow or add any other markup
    required for a given skin for Tooltip should override the "onRender" method.
*/

.yui-tt-shadow {
    display: none;
}

* html body.masked select {
    visibility:hidden;
}

* html div.yui-panel-container select {
    visibility:inherit;
}

* html div.drag select {
    visibility:hidden;
}

* html div.hide-select select {
    visibility:hidden;
}

.mask {
    z-index: 1; 
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    background-color:#CCC;
}

/*

There are two known issues with YAHOO.widget.Overlay (and its subclasses) that 
manifest in Gecko-based browsers on Mac OS X:

    1) Elements with scrollbars will poke through Overlay instances floating 
       above them.
    
    2) An Overlay's scrollbars and the scrollbars of its child nodes remain  
       visible when the Overlay is hidden.

To fix these bugs:

    1) The "overflow" property of an Overlay instance's root element and child 
       nodes is toggled between "hidden" and "auto" (through the application  
       and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
       as its "visibility" configuration property is toggled between 
       "false" and "true."
    
    2) The "display" property of <SELECT> elements that are child nodes of the 
       Overlay instance's root element is set to "none" when it is hidden.

PLEASE NOTE:  
  
    1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are 
       applied only for Gecko on Mac OS X and are added/removed to/from the 
       Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and 
       "showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
    
    2) There may be instances where the CSS for a web page or application 
       contains style rules whose specificity override the rules implemented by 
       the Container CSS files to fix this bug.  In such cases, is necessary to 
       leverage the provided "hide-scrollbars" and "show-scrollbars" classes to 
       write custom style rules to guard against this bug.

** For more information on this issue, see: 
   + https://bugzilla.mozilla.org/show_bug.cgi?id=187435
   + YUILibrary bug #1723530

*/

.hide-scrollbars,
.hide-scrollbars * {

    overflow: hidden;

}

.hide-scrollbars select {

    display: none;

}

.show-scrollbars {

    overflow: auto;

}

.yui-panel-container.show-scrollbars {

    overflow: visible;

}

.yui-panel-container.show-scrollbars .underlay {

    overflow: auto;

}

.yui-panel-container.focused {

}


/* Panel underlay styles */

.yui-panel-container .underlay {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.yui-panel-container.matte {

    padding: 3px;
    background-color: #fff;

}

.yui-panel-container.shadow .underlay {

    top: 3px;
    bottom: -3px;
    right: -3px;
    left: 3px;
    background-color: #000;
    opacity: .12;
    filter: alpha(opacity=12);  /* For IE */

}

/* 
   Workaround for Safari 2.x - the yui-force-redraw class is applied, and then removed when
   the Panel's content changes, to force Safari 2.x to redraw the underlay.
   We attempt to choose a CSS property which has no visual impact when added,
   removed, but still causes Safari to redraw
*/
.yui-panel-container.shadow .underlay.yui-force-redraw {
    padding-bottom: 1px;
}

.yui-effect-fade .underlay {
    display:none;
}

.yui-panel {
    visibility:hidden;
    border-collapse:separate;
    position:relative;
    left:0;
    top:0;
    font:1em Arial;
    background-color:#FFF;
    border:1px solid #000;
    z-index:1;
    overflow:hidden;
}

.yui-panel .hd {
    background-color:#3d77cb;
    color:#FFF;
    font-size:100%;
    line-height:100%;
    border:1px solid #FFF;
    border-bottom:1px solid #000;
    font-weight:bold;
    padding:4px;
    white-space:nowrap;
}

.yui-panel .bd {
    overflow:hidden;
    padding:4px;
}

.yui-panel .bd p {
    margin:0 0 1em;
}

.yui-panel .container-close {
    position:absolute;
    top:5px;
    right:4px;
    z-index:6;
    height:12px;
    width:12px;
    margin:0px;
    padding:0px;
    background:url(/scripts/yahoo_2.8.0/close12_1.gif) no-repeat;
    cursor:pointer;
    visibility:inherit;
    text-indent:-10000em;
    overflow:hidden;
    text-decoration:none;
}

.yui-panel .ft {
    padding:4px;
    overflow:hidden;
}

.yui-simple-dialog .bd .yui-icon {
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin-right:10px;
    float:left;
}

.yui-simple-dialog .bd span.blckicon {
    background: url(/scripts/yahoo_2.8.0/blck16_1.gif) no-repeat;
}

.yui-simple-dialog .bd span.alrticon {
    background: url("/scripts/yahoo_2.8.0/alrt16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.hlpicon {
    background: url("/scripts/yahoo_2.8.0/hlp16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.infoicon {
    background: url("/scripts/yahoo_2.8.0/info16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.warnicon {
    background: url("/scripts/yahoo_2.8.0/warn16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.tipicon {
    background: url("/scripts/yahoo_2.8.0/tip16_1.gif") no-repeat;
}

.yui-dialog .ft, 
.yui-simple-dialog .ft {
    padding-bottom:5px;
    padding-right:5px;
    text-align:right;
}

.yui-dialog form, 
.yui-simple-dialog form {
    margin:0;
}

.button-group button {
    font:100 76% verdana;
    text-decoration:none;
    background-color: #E4E4E4;
    color: #333;
    cursor: hand;
    vertical-align: middle;
    border: 2px solid #797979;
    border-top-color:#FFF;
    border-left-color:#FFF;
    margin:2px;
    padding:2px;
}

.button-group button.default {
    font-weight:bold;
}

.button-group button:hover, 
.button-group button.hover {
    border:2px solid #90A029;
    background-color:#EBF09E;
    border-top-color:#FFF;
    border-left-color:#FFF;
}

.button-group button:active {
    border:2px solid #E4E4E4;
    background-color:#BBB;
    border-top-color:#333;
    border-left-color:#333;
}

.yui-override-padding {
    padding:0 !important;
}
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
.yui-carousel{visibility:hidden;overflow:hidden;position:relative;text-align:left;zoom:1;}.yui-carousel.yui-carousel-visible{visibility:visible;}.yui-carousel-content{overflow:hidden;position:relative;text-align:center;}.yui-carousel-element li{border:1px solid #ccc;list-style:none;margin:1px;overflow:hidden;padding:0;position:absolute;text-align:center;}.yui-carousel-vertical .yui-carousel-element li{display:block;float:none;}.yui-log .carousel{background:#f2e886;}.yui-carousel-nav{zoom:1;}.yui-carousel-nav:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.yui-carousel-button-focus{outline:1px dotted #000;}.yui-carousel-min-width{min-width:115px;}.yui-carousel-element{overflow:hidden;position:relative;margin:0 auto;padding:0;text-align:left;*margin:0;}.yui-carousel-horizontal .yui-carousel-element{width:320000px;}.yui-carousel-vertical .yui-carousel-element{height:320000px;}.yui-skin-sam .yui-carousel-nav select{position:static;}.yui-carousel .yui-carousel-item-selected{border:1px dashed #000;margin:1px;}.yui-skin-sam .yui-carousel,.yui-skin-sam .yui-carousel-vertical{border:1px solid #808080;}.yui-skin-sam .yui-carousel-nav{background:url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) repeat-x 0 0;padding:3px;text-align:right;}.yui-skin-sam .yui-carousel-button{background:url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) no-repeat 0 -600px;float:right;height:19px;margin:5px;overflow:hidden;width:40px;}.yui-skin-sam .yui-carousel-vertical .yui-carousel-button{background-position:0 -800px;}.yui-skin-sam .yui-carousel-button-disabled{background-position:0 -2000px;}.yui-skin-sam .yui-carousel-vertical .yui-carousel-button-disabled{background-position:0 -2100px;}.yui-skin-sam .yui-carousel-button input,.yui-skin-sam .yui-carousel-button button{background-color:transparent;border:0;cursor:pointer;display:block;height:44px;margin:-2px 0 0 -2px;padding:0 0 0 50px;}.yui-skin-sam span.yui-carousel-first-button{background-position:0 -550px;margin-left:-100px;margin-right:50px;*margin:5px 5px 5px -90px;}.yui-skin-sam .yui-carousel-vertical span.yui-carousel-first-button{background-position:0 -750px;}.yui-skin-sam span.yui-carousel-first-button-disabled{background-position:0 -1950px;}.yui-skin-sam .yui-carousel-vertical span.yui-carousel-first-button-disabled{background-position:0 -2050px;}.yui-skin-sam .yui-carousel-nav ul{float:right;height:19px;margin:0;margin-left:-220px;margin-right:100px;*margin-left:-160px;*margin-right:0;padding:0;}.yui-skin-sam .yui-carousel-min-width .yui-carousel-nav ul{*margin-left:-170px;}.yui-skin-sam .yui-carousel-nav select{position:relative;*right:50px;top:4px;}.yui-skin-sam .yui-carousel-vertical .yui-carousel-nav select{position:static;}.yui-skin-sam .yui-carousel-vertical .yui-carousel-nav ul,.yui-skin-sam .yui-carousel-vertical .yui-carousel-nav select{float:none;margin:0;*zoom:1;}.yui-skin-sam .yui-carousel-nav ul li{background:url(http://yui.yahooapis.com/2.8.1/build/assets/skins/sam/sprite.png) no-repeat 0 -650px;cursor:pointer;float:left;height:9px;list-style:none;margin:10px 0 0 5px;overflow:hidden;padding:0;width:9px;}.yui-skin-sam .yui-carousel-nav ul:after{content:".";display:block;height:0;clear:both;visibility:hidden;}.yui-skin-sam .yui-carousel-nav ul li a{display:block;width:100%;height:100%;text-indent:-10000px;text-align:left;overflow:hidden;}.yui-skin-sam .yui-carousel-nav ul li.yui-carousel-nav-page-focus{outline:1px dotted #000;}.yui-skin-sam .yui-carousel-nav ul li.yui-carousel-nav-page-selected{background-position:0 -700px;}.yui-skin-sam .yui-carousel-item-loading{background:url(http://yui.yahooapis.com/2.8.1/build/carousel/assets/skins/sam/ajax-loader.gif) no-repeat 50% 50%;position:absolute;text-indent:-150px;}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-resize{position:relative;zoom:1;z-index:0;}.yui-resize-wrap{zoom:1;}.yui-draggable{cursor:move;}.yui-resize .yui-resize-handle{position:absolute;z-index:1;font-size:0;margin:0;padding:0;zoom:1;height:1px;width:1px;}.yui-resize .yui-resize-handle-br{height:5px;width:5px;bottom:0;right:0;cursor:se-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-bl{height:5px;width:5px;bottom:0;left:0;cursor:sw-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-tl{height:5px;width:5px;top:0;left:0;cursor:nw-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-tr{height:5px;width:5px;top:0;right:0;cursor:ne-resize;z-index:2;zoom:1;}.yui-resize .yui-resize-handle-r{width:5px;height:100%;top:0;right:0;cursor:e-resize;zoom:1;}.yui-resize .yui-resize-handle-l{height:100%;width:5px;top:0;left:0;cursor:w-resize;zoom:1;}.yui-resize .yui-resize-handle-b{width:100%;height:5px;bottom:0;right:0;cursor:s-resize;zoom:1;}.yui-resize .yui-resize-handle-t{width:100%;height:5px;top:0;right:0;cursor:n-resize;zoom:1;}.yui-resize-proxy{position:absolute;border:1px dashed #000;visibility:hidden;z-index:1000;}.yui-resize-hover .yui-resize-handle,.yui-resize-hidden .yui-resize-handle{opacity:0;filter:alpha(opacity=0);}.yui-resize-ghost{opacity:.5;filter:alpha(opacity=50);}.yui-resize-knob .yui-resize-handle{height:6px;width:6px;}.yui-resize-knob .yui-resize-handle-tr{right:-3px;top:-3px;}.yui-resize-knob .yui-resize-handle-tl{left:-3px;top:-3px;}.yui-resize-knob .yui-resize-handle-bl{left:-3px;bottom:-3px;}.yui-resize-knob .yui-resize-handle-br{right:-3px;bottom:-3px;}.yui-resize-knob .yui-resize-handle-t{left:45%;top:-3px;}.yui-resize-knob .yui-resize-handle-r{right:-3px;top:45%;}.yui-resize-knob .yui-resize-handle-l{left:-3px;top:45%;}.yui-resize-knob .yui-resize-handle-b{left:45%;bottom:-3px;}.yui-resize-status{position:absolute;top:-999px;left:-999px;padding:2px;font-size:80%;display:none;zoom:1;z-index:9999;}.yui-resize-status strong,.yui-resize-status em{font-weight:normal;font-style:normal;padding:1px;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle{background-color:#F2F2F2;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle-active{background-color:#7D98B8;zoom:1;}.yui-skin-sam .yui-resize .yui-resize-handle-l,.yui-skin-sam .yui-resize .yui-resize-handle-r,.yui-skin-sam .yui-resize .yui-resize-handle-l-active,.yui-skin-sam .yui-resize .yui-resize-handle-r-active{height:100%;zoom:1;}.yui-skin-sam .yui-resize-knob .yui-resize-handle{border:1px solid #808080;}.yui-skin-sam .yui-resize-hover .yui-resize-handle-active{opacity:1;filter:alpha(opacity=100);}.yui-skin-sam .yui-resize-proxy{border:1px dashed #426FD9;}.yui-skin-sam .yui-resize-status{border:1px solid #A6982B;border-top:1px solid #D4C237;background-color:#FFEE69;color:#000;}.yui-skin-sam .yui-resize-status strong,.yui-skin-sam .yui-resize-status em{float:left;display:block;clear:both;padding:1px;text-align:center;}.yui-skin-sam .yui-resize .yui-resize-handle-inner-r,.yui-skin-sam .yui-resize .yui-resize-handle-inner-l{background:transparent url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/layout_sprite.png) no-repeat 0 -5px;height:16px;width:5px;position:absolute;top:45%;}.yui-skin-sam .yui-resize .yui-resize-handle-inner-t,.yui-skin-sam .yui-resize .yui-resize-handle-inner-b{background:transparent url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/layout_sprite.png) no-repeat -20px 0;height:5px;width:16px;position:absolute;left:50%;}.yui-skin-sam .yui-resize .yui-resize-handle-br{background-image:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/layout_sprite.png);background-repeat:no-repeat;background-position:-22px -62px;}.yui-skin-sam .yui-resize .yui-resize-handle-tr{background-image:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/layout_sprite.png);background-repeat:no-repeat;background-position:-22px -42px;}.yui-skin-sam .yui-resize .yui-resize-handle-tl{background-image:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/layout_sprite.png);background-repeat:no-repeat;background-position:-22px -82px;}.yui-skin-sam .yui-resize .yui-resize-handle-bl{background-image:url(http://yui.yahooapis.com/2.8.0r4/build/assets/skins/sam/layout_sprite.png);background-repeat:no-repeat;background-position:-22px -23px;}.yui-skin-sam .yui-resize-knob .yui-resize-handle-t,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-b,.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-tl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-tr,.yui-skin-sam .yui-resize-knob .yui-resize-handle-bl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-br,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-t,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-b,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-tr,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-bl,.yui-skin-sam .yui-resize-knob .yui-resize-handle-inner-br{background-image:none;}.yui-skin-sam .yui-resize-knob .yui-resize-handle-l,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r,.yui-skin-sam .yui-resize-knob .yui-resize-handle-l-active,.yui-skin-sam .yui-resize-knob .yui-resize-handle-r-active{height:6px;width:6px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-r{right:-8px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-b{bottom:-8px;}.yui-skin-sam .yui-resize-textarea .yui-resize-handle-br{right:-8px;bottom:-8px;}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-picker-panel{background:#e3e3e3;border-color:#888;}.yui-picker-panel .hd{background-color:#ccc;font-size:100%;line-height:100%;border:1px solid #e3e3e3;font-weight:bold;overflow:hidden;padding:6px;color:#000;}.yui-picker-panel .bd{background:#e8e8e8;margin:1px;height:200px;}.yui-picker-panel .ft{background:#e8e8e8;margin:1px;padding:1px;}.yui-picker{position:relative;}.yui-picker-hue-thumb{cursor:default;width:18px;height:18px;top:-8px;left:-2px;z-index:9;position:absolute;}.yui-picker-hue-bg{-moz-outline:none;outline:0 none;position:absolute;left:200px;height:183px;width:14px;background:url(hue_bg.png) no-repeat;top:4px;}.yui-picker-bg{-moz-outline:none;outline:0 none;position:absolute;top:4px;left:4px;height:182px;width:182px;background-color:#F00;background-image:url(picker_mask.png);}*html .yui-picker-bg{background-image:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../build/colorpicker/assets/picker_mask.png',sizingMethod='scale');}.yui-picker-mask{position:absolute;z-index:1;top:0;left:0;}.yui-picker-thumb{cursor:default;width:11px;height:11px;z-index:9;position:absolute;top:-4px;left:-4px;}.yui-picker-swatch{position:absolute;left:240px;top:4px;height:60px;width:55px;border:1px solid #888;}.yui-picker-websafe-swatch{position:absolute;left:304px;top:4px;height:24px;width:24px;border:1px solid #888;}.yui-picker-controls{position:absolute;top:72px;left:226px;font:1em monospace;}.yui-picker-controls .hd{background:transparent;border-width:0!important;}.yui-picker-controls .bd{height:100px;border-width:0!important;}.yui-picker-controls ul{float:left;padding:0 2px 0 0;margin:0;}.yui-picker-controls li{padding:2px;list-style:none;margin:0;}.yui-picker-controls input{font-size:.85em;width:2.4em;}.yui-picker-hex-controls{clear:both;padding:2px;}.yui-picker-hex-controls input{width:4.6em;}.yui-picker-controls a{font:1em arial,helvetica,clean,sans-serif;display:block;*display:inline-block;padding:0;color:#000;}

div.gomoneytag {
  background: url('http://sdn.gosupermodel.com/images/icons/gomoney_reward.png#png8') no-repeat;
/*  width:464px;  */
  height:248px;
  color:white;
}
div.gmoney_tagcontent {
   width:264px;
}
div.rewardheader {
   font-size:27px;
   text-align: center;
   height:27px

}
div.gomoney{
  font-size:13px;
  font-weight:bold;
  padding-top:25px;
  text-align:center;
  vertical-align:middle;

}
div.reward{
 padding-top:25px;
 text-align:center;
 vertical-align:middle;

}
div.rewardtext{
  
  height:84px;
  margin-left:0px;
  margin-top:14px;
  color:#545454;
  width:300px;
}
div.rewardtextnopad{
  
  height:84px;
  color:#545454;
}

.rewardtitle{
 padding-left:0px;
 padding-top:0px; 
 font-size:14px;
 font-weight:bold;
}

div.rewtext_0{
 padding-left:0px;
 padding-top:8px;
 width:300px;
 font-size:14px;
}
div.rewtextitem{
 /*font-size:12px;*/
 font-weight:bold;
 text-align:center

}
div.gomoneytag_filler{
    height:30px
}

div.rewtext_1{
    padding-left:0px;
    padding-top:20px;
    width:300px;
    font-size:14px;
}
div.rewtextitem{
 /*font-size:12px;*/
 font-weight:bold;
 text-align:center
}

.rewardbuttons{
    position:relative;
    right:0px;
    top:20px;
    width:688px;
}

.email_validation_survey_button{
    position:relative;
    right:0px;
    top:0px;
    width:150px;
}

.rewardItem{
background:url("/images/wframes/item_circle.jpg") no-repeat scroll center center transparent;
height:170px;
left:407px;
position:absolute;
top:54px;
width:170px;
}
@font-face {
  font-family: Moonstar;
src: url("http://sdn.gosupermodel.com/images/fonts/Moonstar.ttf") format("truetype");}
@font-face {
  font-family: Champagne;
src: url("http://sdn.gosupermodel.com/images/fonts/Champagne.ttf") format("truetype");}
@font-face {
  font-family: "Misirlou Day";
src: url("http://sdn.gosupermodel.com/images/fonts/MisirlouDay.ttf") format("truetype");}
@font-face {
  font-family: "Carbon Block";
src: url("http://sdn.gosupermodel.com/images/fonts/CarbonBlock.ttf") format("truetype");}
@font-face {
  font-family: Hancock;
src: url("http://sdn.gosupermodel.com/images/fonts/Hancock.ttf") format("truetype");}
@font-face {
  font-family: Nirvana;
src: url("http://sdn.gosupermodel.com/images/fonts/Nirvana.ttf") format("truetype");}
@font-face {
  font-family: RiotSquad;
src: url("http://sdn.gosupermodel.com/images/fonts/RiotSquad.ttf") format("truetype");}
@font-face {
  font-family: Creampuff;
src: url("http://sdn.gosupermodel.com/images/fonts/Creampuff.ttf") format("truetype");}
@font-face {
  font-family: Hollywood;
src: url("http://sdn.gosupermodel.com/images/fonts/Hollywood.ttf") format("truetype");}


@font-face {
  font-family: "Kenyan Coffee";
src: url("http://sdn.gosupermodel.com/images/fonts/KenyanCoffee.ttf") format("truetype");}
@font-face {
  font-family: "Quadranta";
src: url("http://sdn.gosupermodel.com/images/fonts/Quadranta.ttf") format("truetype");}
@font-face {
  font-family: "Siple";
src: url("http://sdn.gosupermodel.com/images/fonts/Siple.ttf") format("truetype");}
@font-face {
  font-family: "TeamSpirit";
src: url("http://sdn.gosupermodel.com/images/fonts/TeamSpirit.ttf") format("truetype");}
.magazine_fold {
	position:absolute;
	
	background:url(http://sdn.gosupermodel.com/images/magazine/magazine_fold.png) repeat-y;
	left:313px;
	width:45px;
	top:0;
	height:100%;
	z-index:10;
	pointer-events: none;
}
#magazine_editor {
	position:absolute;
	height:504px;
	
	padding: 2px;
	overflow:hidden;
}
.magbox_border {
	position:absolute;
	/*z-index: 4;*/
}
.magbox_text {
	position:absolute;
	left:7px;
	top:7px;
	border:transparent dashed 1px;
	overflow:hidden;
	/*z-index: 5;*/
}
.magbox_bg {
	position:absolute;
	overflow:hidden;
}
.magbox, .magbox_edit {
	position:absolute;
	
	overflow:hidden;
}
.magbox_marque {
	position:absolute;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
	overflow:hidden;
}
.magazine_editor_spread_pos{
	width:717px;
	left:4px;
	top:6px;
}
#magazine_bg {
	position:relative;
	height:100%;
	
}
.magazine_editor_bg{
		width:735px;
		height:514px;
		left:252px;
		position:absolute;
		top:38px;
	}
.magazine_editor_cover_pos{
	width:358px;
	top:5px;
	left:177px;
}
.magazine_editor_spread_pos{
	width:717px;
 }
.magazine_bg_coverStyle{
	background:url(http://sdn.gosupermodel.com/images/magazine/editor/bg_cover.png) 177px 5px no-repeat;
}
.magazine_bg_spreadStyle{
	background:url('http://sdn.gosupermodel.com/images/magazine/editor/bg_spread.png') no-repeat;
}

a.magazine_cover:hover div{/* if owned we dont show mousever effect....? a.magazine_cover_owned div*/
	background:url(http://sdn.gosupermodel.com/images/magazine/magazine_cover_thumbnail_hover.png);
}

a.magazine_cover div,a.magazine_cover_owned div{
        height:112px;
        width:80px;
        position:absolute;
        left:0;
    }
a.magazine_cover_owned div{
	background:black;
    opacity:0.5;
    filter: alpha(opacity=50);
}
a.magazine_cover img,a.magazine_cover_owned img{
    position:absolute;
}
a.magazine_cover,a.magazine_cover_owned {
    position:absolute;

}
#magazine_editor_bg p, #tinymce p  {margin: 0; padding: 0;}

#magazine_editor_bg a {color: #545454}


.magTextContainer ul li, .mceContentBody ul li{
	list-style-type:none;
	background-image:url('http://sdn.gosupermodel.com/images/magazine/bullet_star.png');
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
	margin-bottom:10px;
}


.magTextContainer .mag_txt_img_top, .mceContentBody .mag_txt_img_top{
	vertical-align:top;
	margin:0 0 7px 0;
}

.magTextContainer .mag_txt_img_middle, .mceContentBody .mag_txt_img_middle{
	vertical-align:middle;
	margin:7px 0 7px 0;
}

.magTextContainer .mag_txt_img_bottom, .mceContentBody .mag_txt_img_bottom{
	vertical-align:bottom;
	margin:7px 0 0 0;
}

.magTextContainer .mag_txt_img_left, .mceContentBody .mag_txt_img_left{
	float:left;
	margin:7px 7px 7px 0;
}

.magTextContainer .mag_txt_img_right, .mceContentBody .mag_txt_img_right{
	float:right;
	margin:7px 0 7px 7px;
}




.kiosk_content .yui-carousel-pager-item{
	display:none;
}

.kiosk_content #row0mags .yui-carousel-content{
	left: 16px;
	top: 15px;
}

.kiosk_content #row1mags .yui-carousel-content{
	left: 25px;
	top: 15px;
}

.kiosk_content #row2mags .yui-carousel-content{
	left: 13px;
	top: 15px;
}

#row0mags {
	height:147px;
	left:19px;
	padding-left:29px;
	position:absolute;
	top:102px;
	width:666px !important;
}

#row1mags {
	left:19px;
	position:absolute;
	top:256px;
	width:666px !important;
	height:147px;
	padding-left:29px;
}

#row2mags {
	left:19px;
	position:absolute;
	top:411px;
	width:666px !important;
	height:147px;
	padding-left:29px;
}


.kiosk_content .yui-carousel-element li{
	border:none !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	text-align:center;
	width:100px;
	height:132px;
	background:url(http://sdn.gosupermodel.com/images/magazine/magazine_cover_thumbnail_shadow.png ) -10px 0px no-repeat;
}

.kiosk_content .yui-carousel-element .yui-carousel-item-selected {
	border:none !important;
	margin:0 ;
	width: 624px;
}

.kiosk_content .yui-carousel-item-selected{
	border:none !important;
	margin:0px;
}

.kiosk_cover_thumbnail, .kiosk_cover_thumbnail_owned{
	border:medium solid transparent !important;
	border-left:10px;
	height:112px;
	width:80px;
	top:19px;
	left:9px;
	position:absolute;
	cursor:pointer;
}

.kiosk_cover_thumbnail_owned a{
	position:absolute;
	left:0px;
	top:0px;
	background:black;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.kiosk_cover_thumbnail div{
	height:112px;
	width:80px;
	position:absolute;
	left:0px;
}

.kiosk_cover_thumbnail img{
	left:0px;
	position:absolute;
	height:112px;
	width:80px;
}

.kiosk_cover_thumbnail a:hover div {
	background:url(http://sdn.gosupermodel.com/images/magazine/magazine_cover_thumbnail_hover.png);
}

.kiosk_content .yui-carousel-nav{
	position:absolute;
	height:25px;
	top:50px;
	left:0px;
}

.kiosk_content .yui-carousel-first-button{
	display:none;
}

.kiosk_content .yui-carousel-next-button{
	display:none;
}

.kiosk_content .first_button{
	position:absolute !important;
	top:70px  !important;
	left:0px !important;
	height:35px;
	width:35px;
	cursor:pointer;
	border: none;
	outline: none;
}


.kiosk_content .next_button{
	border:medium none;
	cursor:pointer;
	height:35px;
	left:664px !important;
	outline-style:none;
	outline-width:medium;
	position:absolute !important;
	top:70px  !important;
	width:35px;

}

#row0mags .first_button{

	background: transparent url("http://sdn.gosupermodel.com/images/kiosk/green_arrow_left.png") no-repeat;

}

#row0mags .next_button{

	background: transparent url("http://sdn.gosupermodel.com/images/kiosk/green_arrow_right.png") no-repeat;

}

#row1mags .first_button{

	background: transparent url("http://sdn.gosupermodel.com/images/kiosk/blue_arrow_left.png") no-repeat;
	
}

#row1mags .next_button{

	background: transparent url("http://sdn.gosupermodel.com/images/kiosk/blue_arrow_right.png") no-repeat;
	
}

#row2mags .first_button{

	background: transparent url("http://sdn.gosupermodel.com/images/kiosk/red_arrow_left.png") no-repeat;
	
}

#row2mags .next_button{

	background: transparent url("http://sdn.gosupermodel.com/images/kiosk/red_arrow_right.png") no-repeat;
	
}

.kiosk_content .header{
	position:absolute;
	top: 2px;
	left: 17px;
	min-width: 171px;
	min-height: 26px;
}

.kiosk_content .header_right{
	position:relative;
	float:left;
	width: 10px;
	height: 26px;
}

.kiosk_content .header_middle{
	position:relative;
	float: left;
	min-height: 26px;
	padding-right:3px;
}

.kiosk_content .header_left{
	position:relative;
	float: left;
	width: 10px;
	height: 26px;
}


.kiosk_content .header_text{
	padding-top:4px;
}

#row0mags .header_text{
	color: white;
}

#row0mags .header_middle{
	background: url("http://sdn.gosupermodel.com/images/kiosk/header/green_middle.png");
}

#row0mags .header_left{
	background: url("http://sdn.gosupermodel.com/images/kiosk/header/green_left.png") no-repeat;
}

#row0mags .header_right{
	background: url("http://sdn.gosupermodel.com/images/kiosk/header/green_right.png") no-repeat;
}

#row1mags .header_text{
	color: white;
}

#row1mags .header_middle{
	background: url("http://sdn.gosupermodel.com/images/kiosk/header/blue_middle.png");
}

#row1mags .header_left{
	background: url("http://sdn.gosupermodel.com/images/kiosk/header/blue_left.png") no-repeat;
}

#row1mags .header_right{
	background: url("http://sdn.gosupermodel.com/images/kiosk/header/blue_right.png") no-repeat;
}

#row2mags .header_text{
	color: white;
}

#row2mags .header_middle{
	background: url("http://sdn.gosupermodel.com/images/kiosk/header/red_middle.png");
}

#row2mags .header_left{
	background: url("http://sdn.gosupermodel.com/images/kiosk/header/red_left.png") no-repeat;
}

#row2mags .header_right{
	background: url("http://sdn.gosupermodel.com/images/kiosk/header/red_right.png") no-repeat;
}

#search_field{
	position:absolute;
	top: 63px;
	right: 10px;
	height:26px;
	width:207px;
}

.search_field_area{
	height:13px;
	left:2px;
	padding:1px;
	position:absolute;
	top:6px;
	width:160px;
}

.search_button{
	position:absolute;
	top: 3px;
	right: 0px;
	height:24px;
	width:38px;
}

.search_button a{
	background: transparent url("http://sdn.gosupermodel.com/images/kiosk/kiosk_search.png") no-repeat;
	height:24px;
	width:38px;
	position:absolute;
}

.search_button a:hover{
	height:24px;
	width:38px;
	background: transparent url("http://sdn.gosupermodel.com/images/kiosk/kiosk_search.png") 0px -24px no-repeat;
	position:absolute;
}

.kiosk_bottom{
	background:url("http://sdn.gosupermodel.com/wfr/kiosk_bg_bund.w3b") no-repeat !important;
	float:left;
	overflow:hidden;
	clear:both;
	color:white;
	font:16px/35px verdana,sans-serif;
	height:35px;
	margin:0;
	padding:0 7px;
	position:relative;
	width:717px;
}

.kiosk_middle{
	position:relative;
	background: url("http://sdn.gosupermodel.com/images/kiosk/kiosk_bg_m3.jpg") no-repeat !important;
	height:583px;
}

.kiosk_top{
	background:url(http://sdn.gosupermodel.com/wfr/kiosk_bg_top.w3t) no-repeat !important;
	float:left;
	overflow:hidden;
	clear:both;
	color:white;
	font:16px/35px verdana,sans-serif;
	height:35px;
	margin:0;
	padding:0 7px;
	position:relative;
	width:717px;
}


.mag_pop_up .header{
	position:absolute;
	top:19px;
	left:24px;
	font-size:13px;
	font-weight:bold;
	color:white;

}

.mag_pop_up .mugshoot{
	position:absolute;
	top:49px;
	left:24px;
}

.mag_pop_up .description{
	position:absolute;
	top:49px;
	left:85px;
	color:white;
	line-height:14px;
	font-size:11px;
	width: 230px;
	height: 56px;
	overflow:hidden;
}

.mag_pop_up .mugshoot a.avatar_small_mugshot_lnk div, a.avatar_small_mugshot div, .expanded_info_mugshot {
	background: url("http://sdn.gosupermodel.com/images/kiosk/infopanel/model_bg.jpg") repeat 0 0;
	width: 53px;
	height: 56px;
	overflow: hidden;
}

.mag_pop_up .editor{
	position:absolute;
	top:109px;
	left:85px;
	color:#ff61dc;
	font-style:italic;
	font-size:11px;
}

.mag_pop_up .info{
	position:absolute;
	top:136px;
	left:85px;
	color:white;
	width: 230px;
}

.mag_pop_up .infoheader{
	position:relative;
	float:left;
}

.mag_pop_up .infocontent{
   position:relative;
   float:right;
}

.mag_pop_up .infoprice{
	color:#ff61dc;
	font-size:11px;
	width:230px;
	float:left;
	position:relative;
	padding-top:2px;
	font-weight:bold;
}

.mag_pop_up .priceheader{
	position:relative;
	float:left;
}

.mag_pop_up .pricecontent{
   position:relative;
   float:right;
}

.mag_pop_up .issue{
   position:absolute;
   right:26px;
	top:20px;
	color:white;
	font-weight:bold;
	font-size:11px;
}

.mag_pop_up .expanded_info_container{
	position:absolute;
	top:239px;
	left:24px;
	width:305px;
	height:66px;
}

.mag_pop_up .expanded_info_text_container{
	position:absolute;
	top:4px;
	left:78px;
	width:230px;
	color:#ffffff;
}

.mag_pop_up .expanded_info_mugshot{
	position:absolute;
	top:0;
	left:8px;
}

.mag_pop_up .expanded_info_header{
	position:absolute;
	color:#ff61dc;
}

.mag_pop_up .expanded_info_fame_header{
	position:absolute;
	top:20px;
}

.mag_pop_up .expanded_info_gomoney_header{
	position:absolute;
	top:35px;
}

.mag_pop_up .expanded_info_fame_content{
	position:absolute;
	top:20px;
	left:94px;
	width:120px;
	text-align:right;
}


.mag_pop_up .expanded_info_gomoney_content{
	position:absolute;
	top:35px;
	left:94px;
	width:120px;
	text-align:right;
}






    .community_dyn_widget_club_content{}
    .dyn_content{height:244px; padding:0}

    .friend_message_board{
        min-height:893px;
    }

    .friend_message_board_writeMsgBox{
        position:relative;
        background:transparent url(http://sdn.gosupermodel.com/images/community/postbox_top_inactive.png) no-repeat;
        min-height:40px;        
    }

    .my_post_static_text{
        position:absolute;
        left:12px;
        top:12px;
        width: 445px;
		overflow:hidden;
        background: white;
        padding: 2px;
        cursor: pointer;
    }

    .my_post{
        left:8px;
        overflow:hidden;
        position:absolute;
        top:10px;
        width:452px;
    }

    .my_post_edit{
        width:450px;
        height:53px;
    }

    .my_post_send_button{
        right:9px;
        position:absolute;
        top:68px;
        width:1;
        visibility:hidden;
    }

    .my_post_close_button{
        right:81px;
        position:absolute;
        top:68px;
        width:1;
        visibility:hidden;
    }

    .my_post_image_button{
    	left:10px;
        position:absolute;
        top:68px;
        visibility:hidden;
    }

    .my_post_image_button a{
    	text-decoration:underline;
    }

    .my_post_image_selector{
    	left: 10px;
    	position:absolute;
    	top:118px;
    	visibility:hidden;
	}

	.my_post_image_preview{
		left:325px;
		top:10px;
		position:absolute;
		visibility:hidden;
		height:100px;
		width:134px;
	}

    .conversation{
        float:left;
        padding-top:9px;
        width:480px;
    }

    .friend_message_board_box_model_name{
        width:468px;
    }

    .friend_message_board_box{
        background:transparent url(http://sdn.gosupermodel.com/images/community/postBox.jpg) no-repeat;
        float:left;
        left:-10px;
        max-height:81px;
        min-height:50px;
        position:relative;
        width:378px;
    }

    .friend_message_board_box_text{
        float:left;
        left:10px;
        overflow:hidden;
        padding:5px;
        position:relative;
        width:350px;
    }

    .friend_message_board_box_love{
        float:left;
        height:12px;
        left:10px;
        min-width:100px;
        position:relative;
        padding:5px;
        background: transparent url("http://sdn.gosupermodel.com/images/community/love_icon.png") no-repeat;
        cursor :pointer;
    }

    .friend_message_board_box_love_text{
        position:absolute;
        left:21px;
        top:3px;
        font-weight:bold;
    }

    .friend_message_board_box_cool{
        float:left;
        height:12px;
        left:10px;
        min-width:100px;
        position:relative;
        padding:5px;
        background: transparent url("http://sdn.gosupermodel.com/images/community/cool_icon.png") no-repeat;
        cursor :pointer;
    }

    .friend_message_board_box_cool_text{
        position:absolute;
        left:21px;
        top:3px;
        font-weight:bold;
    }

    .friend_message_board_box_love_grey{
        float:left;
        height:12px;
        left:10px;
        min-width:75px;
        position:relative;
        padding:5px;
        background: transparent url("http://sdn.gosupermodel.com/images/community/love_icon_gray.png") no-repeat;
    }

    .friend_message_board_box_love_grey div{
        position:absolute;
        left:21px;
        top:3px;

    }

    .friend_message_board_box_cool_grey{
        float:left;
        height:12px;
        left:10px;
        min-width:75px;
        position:relative;
        padding:5px;
        background: transparent url("http://sdn.gosupermodel.com/images/community/cool_icon_gray.png") no-repeat;
    }

    .friend_message_board_box_cool_grey div{
        position:absolute;
        left:21px;
        top:3px;
    }

    .friend_message_board_box_report{
        float:right;
        position:relative;
        right:3px;
    }

    .friend_message_board_show_comments{
        position:relative;
        float:left;
        /*min-height:50px;*/
        width:360px;
        /*max-height:230px;*/
        overflow:hidden;        
    }

    .friend_message_board_show_comment{
       position:relative;
       height:76px;
    }

    .comment_box{
        float:left;
        position:relative;
        width:378px;
    }

    .emotion_repsonses{
        float:left;
        position:relative;
        background: transparent url("http://sdn.gosupermodel.com/images/community/pinkbar.png") no-repeat;
        height:25px;
        left:6px;
        top:5px;
        width:350px;
        cursor: pointer;
    }

    /*.emotion_repsoneses a{*/
       /*height:25px;*/
       /*width:350px;  */
    /*}*/

    /*emotion_repsoneses a:hover {*/
        /*cursor:pointer;*/
        /*color: #FF00FF*/
    /*} */

    .emotion_repsonses_arrow{
        background: transparent url("http://sdn.gosupermodel.com/images/community/arrow_up.png") no-repeat;
        float:left;
        position:relative;
        height:13px;
        width:13px;
        top:5px;
    }

    .emotion_repsonses_love{
        float:left;
        height:19px;
        left:0;
        position:relative;
        top:2px;
        width:334px;
        background: transparent url("http://sdn.gosupermodel.com/images/community/love_icon.png") no-repeat;
    }

    .emotion_repsonses_love_text {
       font-weight:bold;
       height:15px;
       left:34px;
       padding:4px;
       position:absolute;
       width:309px;
    }

    .emotion_repsonses_cool{
        float:left;
        height:19px;
        left:0;
        position:relative;
        top:2px;
        width:334px;
        background: transparent url("http://sdn.gosupermodel.com/images/community/cool_icon.png") no-repeat;
    }

    .emotion_repsonses_cool_text{
        position:absolute;
        left:34px;
        padding:4px;
        font-weight: bold;
        height:15px;
        width:309px;
    }

    .emotion_response_friend {
        float:left;
        height:11px;
        left:12px;
        padding:3px;
        position:relative;
        width:350px;
        overflow: hidden;
    }

    .emotion_repsoneses_friends{
        float:left;
        height:0;
        overflow:hidden;
        position:relative;
        width:200px;
    }

    .friend_message_board_show_comment_info_box{
        position:relative;
        width:98%;
        float:left;
        height:12px;
        padding:1px;
    }

    .friend_message_board_show_comment_name{
       position:relative;
       float:left;
    }

    .friend_message_board_show_comment_timestamp{
        position:relative;
       float:left;
    }

    .friend_message_board_show_comment_text{
        float:left;
        height:39px;
        overflow:hidden;
        padding:1px;
        position:relative;
        width:290px;
    }

    .friend_message_board_show_comment_report{
        padding:1px;
        position:relative;
        float:right;
        padding-left:5px;
    }

    .friend_message_board_show_comment_delete{
        padding:1px;
        position:relative;
        float:right;
        padding-left:5px;
    }


    .friend_message_board_show_mugshot{
        position:absolute;
        left:7px;
        top:7px;
    }

    .friend_message_board_show_comment_area{
        background-color:#f0f0f0;
        height:71px;
        left:68px;
        overflow:hidden;
        position:absolute;
        top:7px;
        width:290px;
    }

    .friend_message_board_write_comment{
        position:relative;
        float:left;
        background:transparent url(http://sdn.gosupermodel.com/images/community/commentbox_small_inactive.png) no-repeat;
        height:37px;
        width:350px;
        left:5px;
        top:5px;
    }

    .my_comment_static_text{
        position:absolute;
        left:10px;
        top:10px;
        width:325px;
		overflow:hidden;
        background:white;
        padding:2px;
        cursor: pointer;
    }

    .my_comment{
        position:absolute;
        left:8px;
        top:9px;
        width: 335px;
		overflow:hidden;
    }

     .my_comment_send_button{
        right:10px;
        position:absolute;
        top:64px;
        visibility:hidden;
    }

    .my_comment_close_button{
        right:115px;
        position:absolute;
        top:64px;
        visibility:hidden;
        padding-right:5px;
    }


    .conversation div.namebar b {
        background:#e68cbf none repeat scroll 0 0;
    }

    .more_comments{
        float:left;
        height:9px;
        margin:5px;
        position:relative;
        width:350px;
    }

    .friend_message_board_filler{
        float:left; position:relative; height:50px; width:103px;
    }

    .friend_message_board_filler_top{
        float:left; position:relative; height:2px; width:485px;
    }

    .post_timestamp{
        float:right;
        font-weight:normal;
        padding-right:5px;
    }

    .speech_bubble{
        float:left;
        left:-10px;
        max-height:136px;
        position:relative;
        width:378px;
    }

    .speech_bubble_content{
        background: transparent url("http://sdn.gosupermodel.com/images/community/bubble/commentboxbody.png");
        float:left;
        left:-5px;
        min-height:10px;
        position:relative;
        width:372px;
    }

    .speech_bubble_text {
        /*background-color:white;*/
        float:left;
        left:6px;
        min-height:11px;
        overflow:hidden;
        padding-bottom:5px;
        padding-left:5px;
        position:relative;
        width:355px;
    }

    .speech_bubble_top{
        background: transparent url("http://sdn.gosupermodel.com/images/community/bubble/post_bubble_top.png") no-repeat;
        position: relative;
        float:left;
        width:380px;
        height:4px;
    }

    .speech_bubble_bottom{
        background: transparent url("http://sdn.gosupermodel.com/images/community/bubble/post_bubble_bottom.png") no-repeat;
        float:left;
        height:4px;
        position:relative;
        top:0;
        width:380px;
    }

    .speech_bubble_emotion_bar{
        /*background-color:white;*/
        float:left;
        height:23px;
        left:6px;
        position:relative;
        width:365px;
    }



	.image_background_box{
		position:relative;
		height:327px;
		width:576px;
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/image_border_large.jpg');
		background-repeat:no-repeat;
		padding-left:7px;
		padding-top:7px;
		margin-left:7px;
		margin-top:7px;
	}

	.image_large_bottom_bar{
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/image_bar_large.jpg');
		background-repeat:repeat;
		height:19px;
		width:400px;
		position:absolute;
		left:8px;
		top:289px;
	}

	.image_competition{
		border:1px #bcbcbc solid;
	}

	.image_title_competition{
		position:absolute;
		top:10px;
		left:410px;
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/title_bg.jpg');
		background-repeat:no-repeat;
		width:135px;
		max-width:130px;
		margin-left:10px;
		margin-top:7px;
		padding-top:4px;
		padding-left:6px;
		padding-right:6px;
		padding-bottom:4px;
		font-weight:normal;
	}

	.image_title_small{
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/title_bg.jpg');
		background-repeat:no-repeat;
		width:135px;
		max-width:130px;
		margin-left:10px;
		margin-top:7px;
		padding-top:4px;
		padding-left:6px;
		padding-right:6px;
		padding-bottom:4px;
	}

	.text_voted_container{
		padding-left:14px;
		color:#848484;
	}

	.text_title_large{
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/text_title_large.jpg');
		background-repeat:no-repeat;
		width:625px;
		height:18px;
		max-height:18px;
		min-height:18px;
		padding-left:22px;
		padding-top:6px;
		font-weight:bold;
	}

	.bottom_large_pink{
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/text_bottom_large_pink.jpg');
		background-repeat:no-repeat;
		width:625px;
		height:18px;
		max-height:18px;
		min-height:18px;
		padding-left:22px;
		padding-top:6px;
		font-weight:bold;
	}

	.text_area_large{
		background-color:#f0f0f0;
		width:583px;
		padding-top:14px;
		padding-left:21px;
		padding-right:21px;
		padding-bottom:14px;
		color:#848484;
	}

	.text_bottom_large{
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/text_bottom_large.jpg');
		background-repeat:no-repeat;
		width:625px;
		height:9px;
		max-height:9px;
		min-height:9px;
	}

	.image_slice_table_td{
		padding-left:7px;
		padding-bottom:13px;
	}

	.image_slice_background_small{
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/image_border.jpg');
		position:relative;
		height:195px;
		width:161px;
		margin-right:11px;
	}

	.image_slice_table{
		width:500px;
		margin-left:6px;
		margin-top:6px;
	}

	.text_slice_table{
		margin-top:14px;
		margin-left:14px;
	}

	.text_background_small{
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/text_bg.jpg');
		background-repeat:no-repeat;
		width:333px;
		height:129px;
		margin-right:23px;
		margin-bottom:19px;
		color:#848484;
		position:relative;
	}

	.text_title_small{
		height:22px;
		padding-left:10px;
		padding-top:4px;
		font-weight:bold;
	}

	.text_small{
		padding-left:10px;
		cursor:pointer;
	}

	.text_readmore_link{
		position:absolute;
		left:10px;
		top:79px;
		font-weight:bold;
	}

	.image_winner_background{
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/winner_img_bg.jpg');
		background-repeat:no-repeat;
		width:694px;
		height:326px;
		position:relative;
		margin-top:14px;
	}

	.image_winner_prize{
		position:absolute;
		top:9px;
		left:380px;
		height:107px;
		width:107px;
	}

	.image_winner_doll{
		position:absolute;
		left:599px;
		top:16px;
	}

	.image_winner_name{
		position:absolute;
		top:162px;
		left:564px;
		width:120px;
		text-align:center;
	}

	.image_winner_title{
		position:absolute;
		top:290px;
		left:440px;
		height:14px;
		width:184px;
	}

	.text_winner_top{
		margin-top:14px;
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/winner_text_top.jpg');
		background-repeat:no-repeat;
		width:677px;
		height:27px;
	}

	.text_winner_middle{
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/winner_text_middle.jpg');
		background-repeat:repeat-y;
		min-height:200px;
		position:relative;
		padding-left:36px;
		padding-right:257px;
		padding-top:7px;
		padding-bottom:7px;
	}

	.text_winner_prize{
		position:absolute;
		top:-4px;
		left:424px;
		height:107px;
		width:107px;
	}

	.text_winner_doll{
		position:absolute;
		left:581px;
		top:-10px;
	}

	.text_winner_name{
		position:absolute;
		top:137px;
		left:542px;
		width:125px;
		text-align:center;
	}

	.text_winner_stars{
		position:absolute;
		top:180px;
		left:500px;
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/winner_text_stars.jpg');
		background-repeat:no-repeat;
		width:44px;
		height:35px;
	}

	.text_winner_bottom{
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/winner_text_bottom.jpg');
		background-repeat:no-repeat;
		width:677px;
		height:34px;
	}

	.text_overlay_container{
		padding-top:20px;
		padding-left:55px;
		color:#848484;
	}

	.text_overlay_buttons{
		background-color:#f0f0f0;
		width:583px;
		height:32px;
		padding-left:21px;
		padding-right:21px;
	}

	.header_container{
		position:relative;
		height:41px;
		margin-top:7px;
		margin-bottom:14px;
		margin-left:14px;
		color:#ffffff;
	}

	.header_box_middel{
		position:absolute;
		top:0;
		left:10px;
		padding-top:7px;
		padding-left:10px;
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/vote_confirm_box_repeat.jpg');
		background-repeat:repeat-x	;
		height:41px;
		width:661px;
	}

	.header_box_right{
		position:absolute;
		top:0;
		left:681px;
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/vote_confirm_box_right.jpg');
		background-repeat:no-repeat;
		width:10px;
		height:41px;
	}

	.text_vote_confirm_container{
		position:relative;
		height:41px;
		margin-top:7px;
		margin-bottom:14px;
		color:#ffffff;
	}

	.text_vote_confirm_box_middel{
		position:absolute;
		top:0;
		left:10px;
		padding-top:7px;
		padding-left:10px;
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/vote_confirm_box_repeat.jpg');
		background-repeat:repeat-x	;
		height:41px;
		width:605px;
	}

	.text_vote_confirm_box_right{
		position:absolute;
		top:0;
		left:615px;
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/vote_confirm_box_right.jpg');
		background-repeat:no-repeat;
		width:10px;
		height:41px;
	}

	.vote_confirm_box_left{
		position:absolute;
		top:0;
		left:0;
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/vote_confirm_box_left.jpg');
		background-repeat:no-repeat;
		width:10px;
		height:41px;
	}

	.image_vote_confirm_container{
		position:relative;
		height:41px;
		margin-top:7px;
		margin-bottom:14px;
		margin-left:14px;
		color:#ffffff;
	}

	.image_vote_confirm_box_middel{
		position:absolute;
		top:0;
		left:10px;
		padding-top:7px;
		padding-left:10px;
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/vote_confirm_box_repeat.jpg');
		background-repeat:repeat-x;
		height:41px;
		width:541px;
	}

	.image_vote_confirm_box_right{
		position:absolute;
		top:0;
		left:561px;
		background-image:url('http://sdn.gosupermodel.com/images/creative/competition/vote_confirm_box_right.jpg');
		background-repeat:no-repeat;
		width:10px;
		height:41px;
	}

	.winner_gamemail li{
		height:35px;
		line-height:35px;
		margin-left:14px;
		padding-left:7px;
	}

	.winner_gamemail li.even{
		background:none repeat scroll 0 0 #EED2FA;
	}


	






.my_magazine_bottom{
	background:url("http://sdn.gosupermodel.com/wfr/my_magazines_bottom.w3b") no-repeat !important;
	float:left;
	overflow:hidden;
	clear:both;
	color:white;
	font:16px/30px verdana,sans-serif;
	height:30px;
	margin:0;
	padding:0 7px;
	position:relative;
	width:717px;
}

.my_magazine_middle{
	position:relative;
	background: url("http://sdn.gosupermodel.com/images/my_magazines/bg.jpg") no-repeat !important;
	height:528px;
}

.my_magazine_top{
	background:url(http://sdn.gosupermodel.com/wfr/my_magazines_top.w3t) no-repeat !important;
	float:left;
	overflow:hidden;
	clear:both;
	color:white;
	font:16px/31px verdana,sans-serif;
	height:31px;
	margin:0;
	padding:0 7px;
	position:relative;
	width:717px;
}


/* MY_MAGAZINE_CONTENT start kiosk_cover_thumbnail*/



.my_magazines .my_mags_cover_thumbnail{
	border:medium solid transparent !important;
	border-left:10px;
	height:112px;
	width:80px;
	top:-2px;
	left:-2px;
	position:absolute;
	cursor:pointer;
}



.my_magazines .my_mags_cover_thumbnail div{
	height:112px;
	width:80px;
	position:absolute;
	left:0px;
}

.my_magazines .my_mags_cover_thumbnail img{
	left:0px;
	position:absolute;
	height:112px;
	width:80px;
}



/* end kiosk_cover_thumbnail*/

/*start kiosk_cover_thumbnail_owned*/
.my_magazines .my_mags_cover_thumbnail_owned{
	border:medium solid transparent !important;
	border-left:10px;
	height:112px;
	width:80px;
	top:-2px;
	left:-2px;
	position:absolute;
	cursor:pointer;
}

.my_magazines .my_mags_cover_thumbnail_owned div{
	height:112px;
	width:80px;
	position:absolute;
	left:0px;
}

.my_magazines .my_mags_cover_thumbnail_owned img{
	left:0px;
	position:absolute;
	height:112px;
	width:80px;
}

.my_magazines .my_mags_cover_thumbnail_owned a{
	position:absolute;
	left:0px;
	top:0px;
	background:black;
	opacity:0.5;
	filter: alpha(opacity=50);
}



/*end kiosk_cover_thumbnail_owned*/


.my_magazine_magazine {
	position:absolute;
	width:88px;   
	height:120px; 
	padding-top: 7px;
	padding-left: 7px;
}

.my_magazines .magazineTagWrapperOnclick{
    background:transparent;
    height:114px;
    position:absolute;
    top:0;
    width:82px;
}

.my_magazines .magazineTagWrapper {
    width: 82px;
    height: 114px;
}

.my_magazines .content_magazine_cover {
    background: url('http://sdn.gosupermodel.com/images/magazine/production_page/involvement/placement_cover.png') no-repeat;
    float: left;
    position: relative;
    height: 114px;
}

.my_magazines .multiple_mags{
    background: url('http://sdn.gosupermodel.com/images/my_magazines/multiple_mags.jpg') no-repeat;
    height: 114px;
    width:12px;
    position:absolute;
    top:0px;
}

.content_magazine_cover .owned{
    position:relative;
    top:46px;
    left:-1px;
    height:22px;
    width:96px;
}

.content_magazine_cover .own_all_left{
    background: url('http://sdn.gosupermodel.com/images/my_magazines/owned_all2.png') no-repeat;
    position:relative;
    float:left;
    width: 2px;
    height: 22px;
}

.content_magazine_cover .own_all_middle{
    background: url('http://sdn.gosupermodel.com/images/my_magazines/owned_all2.png') -4px 0px no-repeat;
    height: 22px;
    position:relative;
    float:left;
    text-align:center;
    padding-top:4px;
    color:white;
}

.content_magazine_cover .own_all_right{
    background: url('http://sdn.gosupermodel.com/images/my_magazines/owned_all2.png') -2px 0px no-repeat;
    position:relative;
    float:left;
    width: 2px;
    height: 22px;
}


.content_magazine_cover .own_left{
    background: url('http://sdn.gosupermodel.com/images/my_magazines/owned2.png') no-repeat;
    position:relative;
    float:left;
    width: 2px;
    height: 22px;
}

.content_magazine_cover .own_middle{
    background: url('http://sdn.gosupermodel.com/images/my_magazines/owned2.png') -4px 0px no-repeat;
    height: 22px;
    position:relative;
    float:left;
    text-align:center;
    padding-top:4px;
    color:#c05fd2;
}

.content_magazine_cover .own_right{
    background: url('http://sdn.gosupermodel.com/images/my_magazines/owned2.png') -2px 0px no-repeat;
    position:relative;
    float:left;
    width: 2px;
    height: 22px;
}




/* MY_MAGAZINE_SELECTED*/

/*.my_magazines .selected_button_trash{*/
    /*height:22px;*/
    /*left:93px;*/
    /*position:absolute;*/
    /*top:110px;*/
    /*width:30px;*/
    /*padding-left:0px;*/
    /*padding-right:0px;*/
    /*z-index:2;*/
/*}*/

/*.my_magazines .selected_button_buy{*/
    /*height:22px;*/
    /*left:93px;*/
    /*position:absolute;*/
    /*top:110px;*/
    /*width:35px;*/
    /*padding-left:0px;*/
    /*padding-right:0px;*/
    /*z-index:2;*/
/*}*/

.my_magazines_selected_content{
    position:absolute;
    background: transparent;
    left:248px;
    top:256px;
    height: 500px;
    z-index: 10;
}

.my_magazines_selected_content .yui-carousel-pager-item{
	display:none;
}

#my_mags_carousel {
	height:182px;
	left:0px;
	padding-left:38px;
	position:absolute;
	top:82px;
	width:686px !important;
}

#my_mags_carousel .yui-carousel-content{    
	left: 0px;
	top: 38px; !important;
	height:134px;
}

.my_magazines_selected_content .yui-carousel-element li{
	border:none !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	text-align:center;
	width:132px;
	height:134px;
	
}

.my_magazines_selected_content .yui-carousel-element .yui-carousel-item-selected {
	border:none !important;
	margin:0 ;
	width: 624px;
	height:134px;
}

.my_magazines_selected_content .yui-carousel-item-selected{
	border:none !important;
	margin:0px;
	height:134px;
}

.my_magazines_selected_content .yui-carousel-nav{
	position:absolute;
	height:25px;
	top:50px;
	left:0px;
}

.my_magazines_selected_content .yui-carousel-first-button{
	display:none;
}

.my_magazines_selected_content .yui-carousel-next-button{
	display:none;
}

.my_magazines_selected_content .first_button{
	position:absolute !important;
	top:99px  !important;
	left:18px !important;
	height:29px;
	width:16px;
	cursor:pointer;
	border: none;
	outline: none;
}

.my_magazines_selected_content .next_button{
	border:medium none;
	cursor:pointer;
	height:29px;
	left:698px !important;
	outline-style:none;
	outline-width:medium;
	position:absolute !important;
	top:99px  !important;
	width:16px;

}

#my_mags_carousel .first_button{

	background: transparent url("http://sdn.gosupermodel.com/images/my_magazines/left_arrow.png") no-repeat;

}

#my_mags_carousel .next_button{

	background: transparent url("http://sdn.gosupermodel.com/images/my_magazines/right_arrow.png") no-repeat;

}

.my_magazines_selected_content .header{
	position:absolute;
	top: 22px;
	left: 38px;
	min-width: 171px;
	min-height: 22px;
}

.my_magazines_selected_content .header_right{
	position:relative;
	float:left;
	width: 12px;
	height: 22px;
}

.my_magazines_selected_content .header_middle{
	position:relative;
	float: left;
	height: 22px;
	padding-right:3px;
}

.my_magazines_selected_content .header_left{
	position:relative;
	float: left;
	width: 10px;
	height: 22px;
}

.my_magazines_selected_content .header_text{
	padding-top:4px;
}

.my_magazines_selected_content .header_text{
	color: white;
}

.my_magazines_selected_content .header_middle{
	background: url("http://sdn.gosupermodel.com/images/my_magazines/header2.png") -22px 0px;
}

.my_magazines_selected_content .header_left{
	background: url("http://sdn.gosupermodel.com/images/my_magazines/header2.png") 0 0 no-repeat;
}

.my_magazines_selected_content .header_right{
	background: url("http://sdn.gosupermodel.com/images/my_magazines/header2.png") -10px 0px no-repeat;
}

.my_magazines_selected_content .magazineTagWrapper {
    width: 82px;
    height: 116px;
}

.my_magazines_selected_content .content_magazine_cover {
    background: url('http://sdn.gosupermodel.com/images/magazine/production_page/involvement/placement_cover.png') no-repeat;
    float: left;
    position: relative;
    height: 116px;
    top:18px;
    left:9px;
}

.my_magazines_selected_content .selected_content_cover_thumbnail{
	/*border:medium solid transparent !important;*/
	border:none;
	/*border-left:10px;*/
	border-left:0px;
	height:112px;
	width:80px;
	top:1px;
	left:1px;
	position:absolute;
	cursor:pointer;
}
.my_magazines_selected_content .selected_content_cover_thumbnail_not_owned{
	/*border:medium solid transparent !important;*/
	border:none;
	/*border-left:10px;*/
	border-left:0px;
	height:112px;
	width:80px;
	top:1px;
	left:1px;
	position:absolute;
	cursor:pointer;
}

.selected_content_cover_thumbnail a{
    position:absolute;
	left:0px;
	top:0px;
    height:112px;
	width:80px;
}

.selected_content_cover_thumbnail_not_owned a{
    position:absolute;
	left:0px;
	top:0px;
    height:112px;
	width:80px;
	background:black;
	opacity:0.5;
	filter: alpha(opacity=50);
}



.my_magazines_selected_content .selected_content_cover_thumbnail div{
	height:112px;
	width:80px;
	position:absolute;
	left:0px;
}

.my_magazines_selected_content .selected_content_cover_thumbnail_not_owned div{
	height:112px;
	width:80px;
	position:absolute;
	left:0px;
	}

.my_magazines_selected_content .selected_content_cover_thumbnail img{
	left:0px;
	position:absolute;
	height:112px;
	width:80px;
}

.my_magazines_selected_content .selected_content_cover_thumbnail_not_owned img{
	left:0px;
	position:absolute;
	height:112px;
	width:80px;
	}

.my_magazines_selected_content .selected_content_cover_thumbnail a:hover div {
    top:-2px;
    left:-2px;
    background:transparent url(http://sdn.gosupermodel.com/images/my_magazines/selected.png);
    width:83px;
    height:116px;

}


.my_magazines_selected_content .selected_content_cover_thumbnail_not_owned a:hover div {
    top:-2px;
    left:-2px;
    background: transparent url(http://sdn.gosupermodel.com/images/my_magazines/selected.png);
    width:83px;
    height:116px;
}


	.magazine_cover_issue_circle {
		width: 28px;
		height: 21px; 
		padding-top: 7px;
		position: absolute;
		left: 67px;
		top: 40px;
		color: white;
		text-align: center;
		font-weight: bold;
	}

	.magazine_cover_issue_circle_published {
		background: url('http://sdn.gosupermodel.com/images/magazine/production_page/involvement/published_circle.png');
	}


.my_magazines .show_button{
    position:relative;
    top:24px;
    right:24px;
    float:right;
}

    .my_magazines_selected_content .show_button{
        position:absolute;
        top: 22px;
        right: 22px;
        min-width: 50px;
        min-height: 22px;
    }

    .my_magazines_selected_content .show_right{
        position:relative;
        float:left;
        width: 4px;
        height: 21px;
        background: url("http://sdn.gosupermodel.com/images/my_magazines/show2.png") -4px 0px no-repeat;
    }

    .my_magazines_selected_content .show_middle{
        position:relative;
        float: left;
        height: 21px;
        padding-right:3px;
        background: url("http://sdn.gosupermodel.com/images/my_magazines/show2.png") -8px 0px;
    }

    .my_magazines_selected_content .show_left{
        position:relative;
        float: left;
        width: 4px;
        height: 21px;        
        background: url("http://sdn.gosupermodel.com/images/my_magazines/show2.png") 0 0 no-repeat;
    }

    .my_magazines_selected_content .show_text{
        position:relative;
        float:left;
        padding-top:4px;
        padding-left:4px;
        color: white;
    }

     .my_magazines_selected_content .show_checkbox{
         position:relative;
        float:left;
        padding-top:4px;
         padding-left:8px;
        color: white;
        

    }



.body_text b {
    color: #000000;
}

.small_text {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: -1px;
}

   .billing_ssl{
        position:relative;
        top:38px;
        left:45px;
}

#billing_general_infomation_box {
	padding-left: 0;
	width: 719px;
}

.billing_general_infomation_box_column {
	float:left;
	padding-top: 7px;
	width:210px;
	height:200px;
	padding-right:14px;
	padding-left:14px;
}

div.pricetag {
	background: url('http://sdn.gosupermodel.com/images/billing/bg.jpg');
	width: 200px;
	height: 122px;
}

div.pricetag_bonus {
	background: url('http://sdn.gosupermodel.com/images/billing/bg_bonus.jpg');
}

div.pricetag_link {
	width: 200px;
	height: 93px;
	text-decoration: none;
	cursor: pointer;
}

div.pricetag_link a {
	text-decoration: none;
	color: white;
}

div.pricetag_number {
	width: 162px;
	height: 39px;
	padding-top: 8px;
	text-align: right;
}

div.pricetag_text {
	position: relative;
	left: 31px;
	width: 130px;
	height: 30px;
	color: white;
	overflow: hidden;
}

div.pricetag .button, div.pricetag2 .button {
	margin-right: 5px;
}
div.pricetag2 {
	background: url('http://sdn.gosupermodel.com/images/billing/bg_small.jpg');
	width: 174px;
	height: 107px;
}

div.pricetag2_bonus {
	background: url('http://sdn.gosupermodel.com/images/billing/bg_small_bonus.jpg');
}
div.pricetag2_bestvalue {
	background: url('http://sdn.gosupermodel.com/images/billing/bg_small_best_value.jpg');
}

div.pricetag_bestvalue_en{ background: url("http://sdn.gosupermodel.com/images/billing/best_value_all_lang.jpg") no-repeat 0 0 ; }
div.pricetag_bestvalue_da{ background: url("http://sdn.gosupermodel.com/images/billing/best_value_all_lang.jpg") no-repeat 0 -24px ; }
div.pricetag_bestvalue_nl{ background: url("http://sdn.gosupermodel.com/images/billing/best_value_all_lang.jpg") no-repeat 0 -48px ; }
div.pricetag_bestvalue_fi{ background: url("http://sdn.gosupermodel.com/images/billing/best_value_all_lang.jpg") no-repeat 0 -72px ; }
div.pricetag_bestvalue_de{ background: url("http://sdn.gosupermodel.com/images/billing/best_value_all_lang.jpg") no-repeat 0 -96px ; }
div.pricetag_bestvalue_no{ background: url("http://sdn.gosupermodel.com/images/billing/best_value_all_lang.jpg") no-repeat 0 -120px ; }
div.pricetag_bestvalue_sv{ background: url("http://sdn.gosupermodel.com/images/billing/best_value_all_lang.jpg") no-repeat 0 -144px ; }
div.pricetag_bestvalue_us{ background: url("http://sdn.gosupermodel.com/images/billing/best_value_all_lang.jpg") no-repeat 0 -112px ; }

div.pricetag_bestvalue_common {
 height:24px
}
div.pricetag_bestvalue_imgtxt{
   	position: relative;
	left: 20px;
	width: 130px;
	height: 30px;
	top:-4px;
	color: white;
	overflow: hidden;
}

div.pricetag2_link {
	width: 174px;
	height: 82px;
	text-decoration: none;
	cursor: pointer;
}

div.pricetag2_link a {
	text-decoration: none;
	color: white;
}

div.pricetag2_number {
	width: 152px;
	height: 39px;
	padding-top: 6px;
	text-align: right;
}

div.pricetag2_text {
	position: relative;
	left: 21px;
	width: 130px;
	height: 30px;
	color: white;
	overflow: hidden;
}

table.product_box td {
	width: 174px;
	background-image: url('http://sdn.gosupermodel.com/images/billing/product_box_bg.jpg');
	padding-left: 7px;
	vertical-align: top;
}
div.product_title_box {
	height: 58px;
	margin-left: 7px;
	font-size: 13px;
	font-weight: bold;
}
div.product_title_box div {
	line-height: 20px;
	font-size: 17px;
	color: #cb3782;
}
div.product_title_period {
    margin-left: 7px;
    margin-bottom: 7px;
	line-height: 20px;
	font-size: 17px;
	color: #cb3782;
}

div.graydoll{
       background:url('http://sdn.gosupermodel.com/images/backgrounds/friend_avatar_bg.jpg') no-repeat;
       height:152px;
       width:102px;
       float:left;
}
div.graydoll img{
	position:relative;
    top:1px;
    left:10px
}

.icon18x18_w_text {
	line-height: 18px;
}
.icon18x18_w_text img {
	vertical-align: middle;
	padding-right: 4px;
}


table.forum_table_rooms td b {
	font-size: 13px;
}
div.forum_room_content {
	border-bottom: 1px #d6d6d6 solid;
}
div.forum_room_content .button {
	margin-top: 7px;
}
div.forum_posts iframe {
	margin-left: -5px;
}
div.forum_posts table {
	/*table-layout: fixed;*/
	width: 100%;
}
div.forum_posts .namebar {
	margin-top: 7px;
}
div.forum_posts .post_date {
	padding-right: 7px;
	float: right;
}
div.forum_posts .post_body {
	/*border:1px solid red;*/
	/*width: 608px;*/
	/*padding: 7px 0 0 7px;*/
	/*vertical-align: top;*/
	/*overflow-x: hidden;*/
}
div.forum_posts .bubble a,
div.forum_posts .post_body a {
	font-weight: bold;
	text-decoration: none;
}
div.forum_posts .post_body div.post_inner {
	/*overflow-x: hidden;*/
	width: 607px;
}
div.forum_posts div.post_inner {
	display: block;
	width: 607px; 
	overflow-x: hidden;    
	word-wrap: break-word; 
}
div.forum_posts .post_by_specialperson div.post_inner {
    width: 600px; 
}
div.forum_posts div.post_inner_templatedNewsPost {
	display: block;
	width: 716px; 
	overflow-x: hidden;    
	word-wrap: break-word; 
}
div.forum_posts div.post_quote {
	width: 600px; 
	margin-right: 0;
	overflow-x: hidden;    
	word-wrap: break-word; 
}
div.forum_posts td.post_avatar {
	width: 102px;
	vertical-align: top;
}
div.forum_posts .post_gap {
	float: right;
	width: 1px;
	height: 115px;
}
div.forum_posts .post_gap2 {
	clear: both;
	height: 7px;
}
div.forum_posts .post_footer {
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
}
div.create_post_quote {
	height: 100px;
	/*overflow: auto;*/
	width: 661px;
	overflow-x: hidden;    
	word-wrap: break-word; 
}
div.forum_posts .post_by_specialperson {
	padding-right: 7px;
	padding-bottom: 7px;
}
div.forum_posts .post_by_admin {
	background: #c6e2e5;
}
div.forum_posts .post_by_mod {
	background: #faf3d4;
}
div.forum_posts .post_by_gostar, div.forum_posts .post_by_juniordesigner,  div.forum_posts .post_by_focusgroup {
	background: #eefedd;
}

div.forum_posts .post_by_NL_disneyHack {
	background: #dbb1ea;
}

div.forum_posts .post_by_specialperson div.bubble b.bub2,
div.forum_posts .post_by_specialperson div.bubble b.bub3,
div.forum_posts .post_by_specialperson div.bubble b.bub4,
div.forum_posts .post_by_specialperson div.bubble div.bdiv {
	background-color: white;
	border-color: white;
}
div.forum_posts .post_by_specialperson div.bubble b.bub1 {
	background-color: white;
}
div.forum_posts .post_by_specialperson .post_gap {
	height: 108px;
}

div.forum_thread_actions {
	float: right;
}
div.forum_thread_actions a {
	margin-left: 2px;
}
span.searchresult1 {
	padding: 0 2px;
	background:url(http://sdn.gosupermodel.com/images/backgrounds/search_highlight1.png) repeat-x 0 center;
	text-decoration:inherit;
	color: #545454;
}
span.searchresult2 {
	padding: 0 2px;
	background:url(http://sdn.gosupermodel.com/images/backgrounds/search_highlight2.png) repeat-x 0 center;
	text-decoration:inherit;
	color: #545454;
}
span.searchresult3 {
	padding: 0 2px;
	background:url(http://sdn.gosupermodel.com/images/backgrounds/search_highlight3.png) repeat-x 0 center;
	text-decoration:inherit;
	color: #545454;
}
span.searchresult4 {
	padding: 0 2px;
	background:url(http://sdn.gosupermodel.com/images/backgrounds/search_highlight4.png) repeat-x 0 center;
	text-decoration:inherit;
	color: #545454;
}
div.forum_posts .forum_search_breadcrumb a{
	text-decoration:underline;
}

    table.profiletable a{
		color:#545454;
	}

    table.profiletable tr{
		background-color:#ffffff;
		color:#545454;
	}
	table.profiletable tr.profile_odd{
		background-color:#f0f0f0;
	}

	table.profiletable td{
		height:35px;
		width:159px;
	}

	table.profiletable td.title{
		font-weight:bold;
		padding-left:10px;
	}
	table.profiletable td.data{
		text-align:right;
		padding-right:28px;
	}

	table.profiletable td.divider{
		background-color:#ffffff;
		width:6px;
	}

	.profile_icons{
		position:absolute;
		top:340px;
		width:196px;
		text-align:right;
	}

	.profile_topstats{
		position:absolute;
		top:170px;
		left:465px;
	}

	.profile_topstats_other{
		top: 180px;
	}

	.my_profile_statement{
		position:absolute;
		top: 80px;
		left: 437px;
		width: 245px;
		overflow:hidden;
	}

	.profile_statement{
		position:absolute;
		top: 88px;
		left: 437px;
		width: 200px;
		overflow:hidden;
	}

	.my_profile_statement_edit_button{
		position:absolute;
		top:134px;
		left:581px;
		width:100px;
	}

	.my_profile_statement_moderate_button{
        left:531px;
        position:absolute;
        top:143px;
        width:100px;
	}

	.my_profile_statement_save_button{
		position:absolute;
		top:134px;
		left:439px;
		width:243px;
		visibility:hidden;
	}

	.profile_doll_position{
		position:absolute;
		top: 61px;
		left: 275px;
    }



    .profile_main_data{
        position:absolute;
        top:372px;
        left:256px;
    }

    .profile_ad_header{
		position:absolute;
		top:40px;
		left:662px;
	}

	.profile_ad{
		position:absolute;
		top:54px;
		left:662px;
		width:300px;
		height:250px;
	}

.htmleditor_page{
    /*min-height:  300px;*/ /*OB DONT EVER COPY THIS IN, DOES NOT WORK IN IE AND MESSES UP MAGAZINE*/
    word-wrap: break-word;
}
.htmleditor_page table{
border-collapse:inherit;

}
.htmleditor_page h1{
  font-size:20px;
}
.htmleditor_page h2{
  font-size:16px;
}
.htmleditor_page h3{
  font-size:14px;
}
.htmleditor_page h4{
  font-size:12px;
}
.htmleditor_page h5{
  font-size:11px;
}
.htmleditor_page h6{
  font-size:11px;
}
.htmleditor_page h1,h2,h3{
    font-weight:bold;
}


htmleditor_page p{
	margin: 0;
	padding: 0;
}


.deleted_club{
}


.prop{
}

.min100px {
}
.min200px {
}
.min300px {
}
.min400px {
}
.min500px {
}

.pictureclass_blog{
    float:right;
    cursor:pointer;
    margin: 0 0 5px 5px;
}
div.banner_174t {
	background: url('http://sdn.gosupermodel.com/wfr/bar13.w174t');
	text-transform: uppercase;
}
div.banner_174b {
	background: url('http://sdn.gosupermodel.com/wfr/xfff.w174b');
	width: 100%;
	height: 9px;
	font-size: 1px;
}
#forum_latest_posts_widgetContainer img {
	margin-right: 5px;
	vertical-align: bottom;
}

#htmleditor_ifr{
background-color:white;
}

#seodata{ 
	display: none;
}


	.rank_namebar{
		width:468px;
		/*width:327px;*/
		float:right;
	}

	.rank_container{
		position:relative;
		height:180px;
	}

	.rank_place_image{
		margin-top:2px;

	}
	.rank_avatar{
		position:absolute;
		top: 20px;
		left:117px;
	}

	.rank_score_container{
		background-image:url('http://sdn.gosupermodel.com/images/backgrounds/small_avatar_bg_tile.jpg');
		background-repeat:repeat-x;
		position:absolute;
		top:20px;
		left:219px;
		padding-top:39px;
		padding-right:0;
		padding-bottom:0;
		padding-left:16px;
		width:233px;
		height:113px;
	}
	.rank_score_container h1{
		float:right;
		padding-right:57px;
	}

	.rank_table{
		margin-top:-7px;
	}
	.rank_table th{
		border-top:1px solid #D0D0D0;
	}
	.rank_table td{
		text-align:center;
	}

	.rank_table .highlight td {     
		background-color: #72C139;
		/*color: #FFFFFF;*/
	}
	.rank_table .highlight td a {     
		/*color: #FFFFFF;*/
	}
	.rank_table .highlight td a:hover {     
		/*color: #585858;*/
		color: #FFFFFF;
	}
    .highlight_rank_container div.namebar b {  
        background: #72C139;
    }
    .highlight_rank_container div.namebar .nbtop a {  
        color: #FFFFFF;
    }
    .highlight_rank_container div.namebar .nbtop a:hover {  
        color: #585858;
    }

	.my_rank td{
		text-align:center;
	}

	.rank_banner{
		background:url('http://sdn.gosupermodel.com/images/wframes/three_widget_bg_png8.png') 0 0 white no-repeat;
		height:251px;
		width:480px;
		padding-left:90px;
		padding-top:7px;
	}

.rank_decor_container{
		background-image:url('http://sdn.gosupermodel.com/images/backgrounds/small_avatar_bg_tile.jpg');
		background-repeat:repeat-x;
		background-position:top;
		/*position:absolute;*/
		top:20px;
		left:117px;
		padding-top:14px;
		padding-right:0;
		padding-bottom:7px;
		padding-left:16px;
		margin-bottom:7px;
		width:335px;
		/*height:113px;*/
	}

.rank_decor_container .room_thumb_border{
	border:#ffffff 4px solid;
}

.rank_decor_description{
	width:300px;
	overflow:hidden;
	margin-right:14px;
	margin-top:14px;
	margin-bottom:14px;
}



	.pupil_bubble{
		width:355px;
		height:167px;
		margin:0 0 0 0
	}

	.pupil_bubble_header{
		font-size:12px;
	}

	.tutor_container {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.tutor_container .bubble {
		margin: 0;
		margin-top: 7px;
		float: left;
		height: 216px;
		width: 355px;
		margin-right: 7px;
	}

	.tutor_container .bubble .bdiv {
		height: 204px;
	}

	.tutor_container .bubble .bdiv p {
		margin-top: 5px;
		margin-bottom: 0;
		margin-left:7px;
		font-weight: bold;
	}

/*Picture archive Start*/
	.picture_table{
		width:725px;
		margin:0;
	}

	.picture_table td{
		/*border:red 1px solid;*/
		padding-left:50px;
		padding-right:0;
		padding-bottom:7px;
	}

	.picture_table img{
		cursor:pointer;
	}
	.image_title{
		font-weight:bold;
	}
	.image_title_container{
		width:133px;
	}

	td.left_td{
		padding-left:0;
	}

	.image_widget_filler{
		height:165px;
		background-image:url('http://sdn.gosupermodel.com/images/backgrounds/big_widget_bg.jpg');
		background-repeat:no-repeat;
	}

/*Picture archive End*/


#gsmbanner {
	display: none;
}

.support_main {
	padding: 21px;
}
.support_main table {
	width: 600px;
	margin: 40px auto;
}

.support_main a {
	text-decoration: none;
}

.support_main table td {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 20%;
	padding: 4px;
}

.support_main table td img {
	width: 80px;
	height: 80px;
	background: url("http://sdn.gosupermodel.com/images/support/support.png") 0 0 no-repeat;
	margin-top: 14px;
}
.support_tags {
	text-align: right;
	width: 315px;
	float: right;
}
.support_tags div {
	float: right;
}
.support_tags img {
	margin: 4px 0;
}
div.support_page {
	padding: 14px 21px;
}
div.support_page img {
	vertical-align: text-top;
}
.support_page .bubble {
	margin: 14px -7px;
}
.support_page .bubble li {
	background: none;
	padding: 0;
}

.support_page .bubble a {
	text-decoration: none;
}

.support_page .bubble a:hover {
	color: black;
}

.support_page dl {
	padding: 7px;
	margin: 6px 0;
	/*border-left: 1px solid #8847a2;*/
}
.support_page dt {
	color: #8847a2;
}
.support_page dl dd {
	margin-left: 50px;
}


	.poll_widget{
		position:relative;
		top:7px;

		
		height:221px;
		width:212px;
		padding-top:7px;
		padding-left:7px;
	}

	.poll_sponsored{
		padding-left:3px;
		font-family:verdana,sans-serif;
		font-size:9px;
		text-align:center;
		margin-top:-6px;
	}

	.poll_title{
		position:absolute;
		top:16px;
		left:14px;
		width:180px;
		color:#545454;
	}

	.poll_content{
		position:absolute;
		top:74px;
		left:0;
		margin-left:14px;
		color:#545454;
	}

	.poll_table{
		width:189px;
		margin-top:1px;
	}

	.poll_button{
		position:absolute;
		top:231px;
		left: 10px;
		width:214px;
	}

	.poll_item_vote{
		padding-bottom:9px;
		padding-top:9px;
		padding-right:5px;
	}

	.poll_table td{
		padding-bottom:2px;
	}


    th.online_list_modelname{
        width:280px;
    }

div.banners_300x250_games {
	
	padding-left: 0;
	padding-bottom: 0;
	width:475px;
	height:263px;
	background-color:#ffffff;
	background-image:url('http://sdn.gosupermodel.com/images/backgrounds/games_banner_filler.jpg');
	background-repeat:no-repeat;
	background-position:332px;
}
div.banners_300x250_games .banner_300x250 {
	background: transparent;
	width: 300px;
	height: 250px;
	overflow: hidden;
	float: left;
	margin-left: 14px;
	margin-top: 7px;
}

div.banners_600x250_games {
	
	padding-left: 0;
	padding-bottom: 0;
	width:724px;
	height:263px;
	background-color:#ffffff;
	background-image:url('http://sdn.gosupermodel.com/images/wframes/filler/filler_banner_sv.jpg');
	background-repeat:no-repeat;
	background-position:335px;
}

div.banners_600x250_games .banner_600x250 {
	background: transparent;
	width: 600px;
	height: 250px;
	overflow: hidden;
	float: left;
	margin-left: 14px;
	margin-top: 7px;
}



div.oldapplet{
	height: 439px;
}



.goTest_Rank_container{
	position:absolute;
	top:21px;
	left:244px;
	padding-top:7px;
	padding-right:0;
	padding-bottom:0;
	padding-left:16px;
	width:270px;
	height:143px;
}

.goTest_Rank_score{
	position:absolute;
	top:7px;
	left:240px;
	width:230px;
	text-align:right;
}

.goTest_Rank_score_hi-light{
	background-color:#bce795;
	padding:2px;
}

.goTest_option{
	margin-right:10px;
	margin-bottom:7px;
	margin-top:0;
	padding-top:0;
}

.goTest_option_position{
	position:absolute;
	top:167px;
	left:185px;
	width:239px;
}

.goTest_modelbar{
	width:425px;
	padding-top:8px;
}

.goTest_taketest_bg{
	position:relative;
	background-image:url('http://sdn.gosupermodel.com/images/backgrounds/testyourself/selftest_bg.jpg');
	background-repeat:no-repeat;
	width:700px;
}

.goTest_result{
	position:absolute;
	top:30px;
	left:164px;
	width:250px;
}

.goTest_taketest_right_bg{
	position:absolute;
	top:0;
	left:435px;
	height:327px;
}

.goTest_other_test_bg{
	position:absolute;
	top:43px;
	left:477px;
	width:195px;
	height:390px;
}

.gotest_createContent{
	margin:14px 14px 14px 14px;
}

.gotest_create_top_margin{
	margin-top:14px;
}

.gotest_question{
	background-image:url("http://sdn.gosupermodel.com/images/backgrounds/testyourself/textbox_gradients/white_small.gif");
	background-repeat:repeat;
}
.gotest_resA{
	/*background-color:#f9e9c7;*/
	background-image:url("http://sdn.gosupermodel.com/images/backgrounds/testyourself/textbox_gradients/pink_big.gif");
	background-repeat:repeat;

}
.gotest_resB{
	background-image:url("http://sdn.gosupermodel.com/images/backgrounds/testyourself/textbox_gradients/green_big.gif");
	background-repeat:repeat;
}
.gotest_resC{
	background-image:url("http://sdn.gosupermodel.com/images/backgrounds/testyourself/textbox_gradients/yellow_big.gif");
	background-repeat:repeat;
}
.gotest_resD{
	background-image:url("http://sdn.gosupermodel.com/images/backgrounds/testyourself/textbox_gradients/blue_big.gif");
	background-repeat:repeat;
}
.gotest_resE{
	background-image:url("http://sdn.gosupermodel.com/images/backgrounds/testyourself/textbox_gradients/red_big.gif");
	background-repeat:repeat;
}
.gotest_optA{
	background-image:url("http://sdn.gosupermodel.com/images/backgrounds/testyourself/textbox_gradients/pink_small.gif");
	background-repeat:repeat;
}
.gotest_optB{
	background-image:url("http://sdn.gosupermodel.com/images/backgrounds/testyourself/textbox_gradients/green_small.gif");
	background-repeat:repeat;
}
.gotest_optC{
	background-image:url("http://sdn.gosupermodel.com/images/backgrounds/testyourself/textbox_gradients/yellow_small.gif");
	background-repeat:repeat;
}
.gotest_optD{
	background-image:url("http://sdn.gosupermodel.com/images/backgrounds/testyourself/textbox_gradients/blue_small.gif");
	background-repeat:repeat;
}
.gotest_optE{
	background-image:url("http://sdn.gosupermodel.com/images/backgrounds/testyourself/textbox_gradients/red_small.gif");
	background-repeat:repeat;
}



.activity_log div.li {
	clear: both;
	margin: 4px 0;
}

.activity_log div.li:first-letter {
	font-weight: bold;
}
.activity_log a[account] {
	text-decoration: none;
	font-weight: bold;
}
.activity_log q {
	color: #aaaaaa;
	font-size: 10px;
}
.activity_log div.thumb_test {
	color: #8847a2;
	padding: 3px;
	margin: 3px 7px 7px 7px;
	float: left;
}
.activity_log div.thumb_blog {
	color: #cb3782;
	padding: 3px;
	margin: 3px 7px 7px 7px;
	float: left;
}
.activity_log div.thumb_thread {
	color: #06a7b0;
	padding: 3px;
	margin: 3px 7px 7px 7px;
	float: left;
}
.activity_log div.thumb_decor {
	margin: 3px 11px 7px 11px;
	float: left;
}
.activity_log div.thumb_decor img {
	height: 44px;
	border: 1px solid #545454;
}
.activity_log div.thumb_img {
	margin: 3px 11px 7px 11px;
	float: left;
}
.activity_log div.thumb_img img {
	height: 25px;
	cursor: pointer;
	border: 1px solid #545454;
}
.activity_log div.thumb_magazine {
	margin: 3px 11px 7px 11px;
	float: left;
}
.activity_log div.thumb_magazine img {
	height: 44px;
	border: 1px solid #545454;
}
.activity_log div.thumb_img:hover img,
.activity_log div.thumb_decor:hover img {
	border-color: #bbbbbb;
}
.activity_log div.time {
	padding: 0 7px;
	margin-bottom: 7px;
	height: 22px;
	background: left -7px url('http://sdn.gosupermodel.com/wfr/bar19.w300') no-repeat;
	color: white;
	font-weight: bold;
	line-height: 22px;
	clear: both;
}
div.activity_log_frontpage {
	padding: 0 7px ;
	overflow-y: auto;
	height: 257px;
	width: 462px;
	background-color: transparent;
}
div.activity_log_bg {
	background: white right 16px url('http://sdn.gosupermodel.com/images/friends/activities_filler_big.jpg') no-repeat;
}
div.activity_log_widget_empty {
	width: 453px;
	height: 257px;
	padding-left: 14px;
	padding-bottom: 0;
	background: white right bottom url('http://sdn.gosupermodel.com/images/friends/activities_filler_small.jpg') no-repeat;
}
div.activity_log_widget_empty div {
	width: 250px;
	float: left;
}
img.activity_log_config {
	vertical-align: top;
	visibility: hidden;
	background-image: url("http://sdn.gosupermodel.com/images/buttons/edit1.png");
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-left: 5px;
}
img.activity_log_config:hover {
	background-position: -16px 0;
}

.pureMembershipDaysLeft_bar{
		background-image:url('http://sdn.gosupermodel.com/images/membership/membership_bar_bg.png#filter');
		width:731px;
		height:88px;
		color:white;
	}
	.pureMembership_daysLeft{
		position:relative;
		background-image:url('http://sdn.gosupermodel.com/images/membership/dot_orange.png');
		background-repeat:no-repeat;
		top:16px;
		left:17px;
		font-size:20px;
		width:39px;
		height:39px;
		padding-top:6px;
		text-align:center;

	}
	.pureMembership_bar_header{
		position:relative;
		top:10px;
		left:7px;
		font-size:16px;
	}
	.pureMembership_bar_info{
		float:right;
		position:relative;
		top:-10px;
		left:-7px;
	}


	.backstage_widget_text{
		padding-left:98px;
		padding-top:94px;
	}

	#backstage_widget_button{
		margin-left:42px;
		margin-top:36px;
	}

	.link_cursor{
		cursor:pointer;
	}

	.msn_contact_table{
		border-bottom:1px solid #bcbcbc;
		height:22px;
		border-collapse: separate;
	}

	.decor_showroom_widget_narrow{
		background:url('http://sdn.gosupermodel.com/images/shopping/widget/decor_widget_narrow_bg.jpg') no-repeat #ffffff;
		height:256px;
		width:219px;
		cursor:pointer;
	}
	.decor_showroom_widget_narrow_text{
		height:89px;
		margin-top:148px;
		padding-left:17px;
	}

	.decor_showroom_widget_medium{
		background:url('http://sdn.gosupermodel.com/images/shopping/widget/decor_widget_medium_bg.jpg') no-repeat;
		height:257px;
		cursor:pointer;
	}

	.decor_showroom_widget_medium_text{
		width:154px;
		height:137px;
		margin-top:90px;
		padding-left:17px;
	}

	.decor_showroom_widget_wide{
		background:url('http://sdn.gosupermodel.com/images/shopping/widget/decor_widget_wide_bg.jpg') no-repeat;
		height:257px;
		cursor:pointer;
	}

	.decor_showroom_widget_wide_text{
		width:175px;
		height:137px;
		margin-top:90px;
		padding-left:17px;
	}

	
	.room_thumb_border{
		border:#ffffff 7px solid;

	}

	.room_item_container{
		padding-top:10px;
		padding-left:10px;
		padding-bottom:10px;
		background:url('http://sdn.gosupermodel.com/images/profiles/decor_room_list_bg.jpg') #dedddd 160px 0 no-repeat;
	}

	.room_item_container description{
		padding-right:14px;
	}
	.room_item_container .button {
		margin-right: 9px;
	}
	.room_item_container a[account] {
		margin-left: 7px;
	}
	.room_item_container div {
		display: none;
	}
	.room_item_container .show {
		display: block;
        margin-top: 4px;
    }

	.room_item{
		margin-bottom:7px;
	}
	.room_item:last-child{
		margin-bottom:0;
	}
	.room_item a{
		color:#833e9d;
	}
	

    #factorySketch {
        /*visibility:hidden;*/
        position:absolute;
        outline: red 1px dotted;
        left: 100px;
        top: 100px;
        width: 200px;
        height: 300px;
        background: #c6e2e5;
    	padding-right: 7px;
    	padding-bottom: 7px;
    }

	

    .favorite_top{
        padding-right:7px;padding-top:7px;height:198px;background:url('http://sdn.gosupermodel.com/images/wframes/gsm_goodies/digital_goodies_top_bg.jpg') no-repeat;background-color:#FFFFFF;
    }
    .favorite_top div{
        position:relative;top:34px;left:465px;width:241px;height:140px;color:#FFFFFF;overflow:hidden;
    }
    .wallpaper_download{
       height:280px;
        }
    .wallpaper_download Img{
        vertical-align:baseline;
        padding-left:4px
    }
    .wallpaper_download .resolution_select{
        height:20px;overflow:hidden;
    }
    .resolution_select span{
        visibility:hidden;vertical-align:baseline;
    }
    .resolution_select input{
        vertical-align:top;
    }
    .flower_button_bg{
        height:37px;background:url('http://sdn.gosupermodel.com/images/buttons/flower_bg_button_grey.jpg') no-repeat top right;padding-top:27px;
    }
    .flower_button_bg_left{
        height:37px;background:url('http://sdn.gosupermodel.com/images/buttons/flower_bg_button_grey.jpg') top right no-repeat;padding-top:27px;
    }
    .doorhanger_download{
        width:323px;height:30px;padding-left:7px;padding-right:7px;padding-bottom:7px;overflow:hidden;
    }
    .gsm_goodies_grey_box_title{
        color:#11acbf;height:14px;
    }
    .stickers_download_box{
        background:url('http://sdn.gosupermodel.com/images/wframes/gsm_goodies/stickers_bg.jpg') no-repeat;float:left;width:348px;height:390px;margin-left:7px;margin-top:7px;
    }
    .stickers_download_box .stickers_description{
        width:300px;height:66px;margin-left:7px;margin-right:7px;padding-bottom:7px;overflow:hidden;
    }
    .align_input{
        vertical-align:text-bottom;margin-right:5px;
    }
    .sticker_push_down_div{
       height:172px;
    }
	
	.reclaim_model{
		margin-right:21px;
	}
	.reclaim_model h2{
		margin-bottom:-8px;
		/*font-size:13px;*/
	}
	.reclaim_model ul{
		margin-top:-4px;
	}
	.reclaim_model p{
		margin-top:14px;
	}
	.reclaim_model div{
		margin-bottom:4px;
	}
	

.billing_ie6fix h2 { 
    margin-top: 0;
}
.billing_tooltip {
    color: #545454;
}



.billing_priceTagToolTip {
    width: 163px;/*173px;*/
    

}
.billing_priceTagToolTip td {
    width: 54px;
    height: 23px;
    
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF;
    text-align:center;
    vertical-align:middle;
    padding-bottom: 7px;
}
.billing_priceTagToolTip .billing_priceTagToolTipText {
    padding: 4px 7px 6px 7px;
    color: #545454;
}



.billing_safetylogo { 
    background:url('http://sdn.gosupermodel.com/images/billing/safety/safety_td_bg.jpg');
    background-position:center;
    background-repeat:no-repeat;
    width:83px;
    height:62px;
    line-height:62px;
    text-align:center;
    float:left;
    margin-left:16px;
    margin-right:5px;
    margin-top:7px;
    margin-bottom: 0;
    padding: 0;
    border: 0;
}
.billing_safetylogo table {
    width:100%;
    height:62px;
}

.billing_safePaymentHighlight { 
    color: rgb(238,84,12);
    font-weight: bold;
}

.billing_sslToolTip {
    width:200px;
    padding:4px 7px 6px 7px;
    color: #545454;
}



.billing_payingMethods {
    background: url('http://sdn.gosupermodel.com/images/billing/paymentoption/bg.jpg') no-repeat;
    position: relative; 
    width:533px;
    
    height:100%;
    padding-top:0;
    padding-left:15px;
    vertical-align:top;
}
.billing_acceptTerms {
    background: url('http://sdn.gosupermodel.com/images/billing/paymentoption/bg_step3.jpg') no-repeat;
    width:509px;  padding-top:0;  padding-left:15px; padding-right:15px; vertical-align:top;
    height:100%;
    position: relative; 
}
.billing_headlineStep2And3 {
    position:relative;
    left:7px;
    top:8px;
    width:508px;
    height: 24px;
    padding-top:3px;
    text-align:left;
    line-height:16px;
}
.billing_paymentlogo, .billing_paymentlogo:hover, .billing_paymentlogo_filler, .billing_paymentlogo_accept {
    width:85px;
    height:56px;
    line-height:56px;
    text-align:center;
    float:left;  
    margin:0;
    padding-left:9px;
    padding-right:21px;
    padding-top:5px;
    padding-bottom: 0;
    display: block;
}
.billing_paymentlogo {
    
    background-position:top left;
    background-repeat:no-repeat;
}
.billing_paymentlogo:hover {
    
    background-position:top left;
    background-repeat:no-repeat;
}
.billing_paymentlogo_filler {
    background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_filler.jpg');
    background-position:top left;
    background-repeat:no-repeat;
}
.billing_paymentlogo_accept {
    background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected_lightgreybg.jpg');
    background-position:top left;
    background-repeat:no-repeat;
    margin-top:9px;
    margin-bottom: 0;
}
.billing_paymentlogo table, .billing_paymentlogo_accept table  {
    width: 100%;
    height:36px;
}

.billing_paymentlogo_bg1       							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected1.jpg');}
.billing_paymentlogo_bg1:hover, .billing_hover_preload1  {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover1.jpg');}
.billing_paymentlogo_bg2       							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected2.jpg');}
.billing_paymentlogo_bg2:hover, .billing_hover_preload2  {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover2.jpg');}
.billing_paymentlogo_bg3       							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected3.jpg');}
.billing_paymentlogo_bg3:hover, .billing_hover_preload3  {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover3.jpg');}
.billing_paymentlogo_bg4       							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected4.jpg');}
.billing_paymentlogo_bg4:hover, .billing_hover_preload4  {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover4.jpg');}
.billing_paymentlogo_bg5       							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected5.jpg');}
.billing_paymentlogo_bg5:hover, .billing_hover_preload5  {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover5.jpg');}
.billing_paymentlogo_bg6       							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected6.jpg');}
.billing_paymentlogo_bg6:hover, .billing_hover_preload6  {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover6.jpg');}
.billing_paymentlogo_bg7       							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected7.jpg');}
.billing_paymentlogo_bg7:hover, .billing_hover_preload7  {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover7.jpg');}
.billing_paymentlogo_bg8       							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected8.jpg');}
.billing_paymentlogo_bg8:hover, .billing_hover_preload8  {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover8.jpg');}
.billing_paymentlogo_bg9       							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected9.jpg');}
.billing_paymentlogo_bg9:hover, .billing_hover_preload9  {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover9.jpg');}
.billing_paymentlogo_bg10      							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected10.jpg');}
.billing_paymentlogo_bg10:hover, .billing_hover_preload10{background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover10.jpg');}
.billing_paymentlogo_bg11      							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected11.jpg');}
.billing_paymentlogo_bg11:hover, .billing_hover_preload11{background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover11.jpg');}
.billing_paymentlogo_bg12      							 {background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_unselected12.jpg');}
.billing_paymentlogo_bg12:hover, .billing_hover_preload12{background:url('http://sdn.gosupermodel.com/images/billing/paymentoption/box_mouseover12.jpg');}

.billing_hover_preload1,.billing_hover_preload2,.billing_hover_preload3,.billing_hover_preload4,.billing_hover_preload5,.billing_hover_preload6,
.billing_hover_preload7,.billing_hover_preload8,.billing_hover_preload9,.billing_hover_preload10,.billing_hover_preload11,.billing_hover_preload12 {
	display: none;
	position: absolute;
}

.billing_topRightBoxRoundCorners {
	background: url('http://sdn.gosupermodel.com/images/billing/paymentoption/corners.png#png8') no-repeat;
	background-position:top left;
	width:537px;
	height:8px;
	position:absolute;
	bottom:0;
	font-size:0; 
}


.brandedclubs .wtable th{
		background:#ffffff;
	}

	.brandedclubs .wtable tr{
		background:#d7ecc6;
	}

	.brandedclubs .wtable tr.odd{
		background:#b2ec82;
	}


	.parents_text h2{
		font-size:14.53px;
		color:black;

	}

	.parents_text_container{
		float:left;width:351px;
	}
	.parents_text {
		width:293px;
		/*outline:1px red dotted;*/
		padding-top:41px;padding-left:30px;
	}
	.parents_text_min_height{
		height:205px;float:right;width:1px;
	}
	.parents_text_top{
		width:351px;background:url('http://sdn.gosupermodel.com/images/support/stretchable_paper_top.jpg') top no-repeat;/*min-height:351px*/
	}
	.parents_text_bottom{
		background:url('http://sdn.gosupermodel.com/images/support/stretchable_paper_bottom.png#filter') top no-repeat;width:351px;height:228px
	}
	.parent_illustration{
		width:309px;height:283px;margin-left:39px;float:left;margin-top:21px;
	}
	.parents_welcome_illu{
		background:url('http://sdn.gosupermodel.com/images/support/welcome_left_illustration.jpg') top left transparent no-repeat;
	}
	.parents_membership_illu{
		background:url('http://sdn.gosupermodel.com/images/support/membership_left_illustration.jpg') top left transparent no-repeat;
	}
	.parents_safety_illu{
		background:url('http://sdn.gosupermodel.com/images/support/safety_left_illustration.jpg') top left transparent no-repeat;
	}
	.parents_payment_illu{
		background:url('http://sdn.gosupermodel.com/images/support/payment_left_illustration.jpg') top left transparent no-repeat;
	}
	.parents_contact_illu{
		background:url('http://sdn.gosupermodel.com/images/support/contact_left_illustration.jpg') top left transparent no-repeat;
	}
	.parents_top_menu{
		height:60px;
	}
	.parents_top_menu_bar{
		background:url('http://sdn.gosupermodel.com/images/support/lang_specific/topmenu_nl.jpg') no-repeat;width:603px;height:47px;margin-top:18px;margin-left:46px;
	}
	.parents_top_menu_bar a{
		float:left;
		display:block;
	}
	/*.parents_top_menu_bar a:hover, {
		background:url('http://sdn.gosupermodel.com/images/support/lang_specific/topmenu_highlight_nl.jpg')  no-repeat;
	}*/
	a.parents_top_menu_welcome{
		width:102px;height:36px;
		/*outline:blue dotted 1px;*/
		position:absolute;
		top:66px;
		left:310px;
	}
	a.parents_top_menu_welcome:hover, a.parents_top_menu_welcome_selected {
		background:url('http://sdn.gosupermodel.com/images/support/lang_specific/topmenu_highlight_nl.jpg')  no-repeat;
		background-position:-8px -6px;
	}
	a.parents_top_menu_membership{
		width:106px;height:37px;
		/*outline:green dotted 1px;*/
		position:absolute;
		top:67px;
		left:428px;
	}
	a.parents_top_menu_membership:hover, a.parents_top_menu_membership_selected {
		background:url('http://sdn.gosupermodel.com/images/support/lang_specific/topmenu_highlight_nl.jpg')  no-repeat;
		background-position:-126px -7px;
	}
	a.parents_top_menu_safety{
		width:109px;height:40px;
		/*outline:yellow dotted 1px;*/
		position:absolute;
		top:64px;
		left:536px;
	}
	a.parents_top_menu_safety:hover, a.parents_top_menu_safety_selected {
		background:url('http://sdn.gosupermodel.com/images/support/lang_specific/topmenu_highlight_nl.jpg')  no-repeat;
		background-position:-234px -4px;
	}
	a.parents_top_menu_payment{
		width:115px;height:45px;
		/*outline:black dotted 1px;*/
		position:absolute;
		top:61px;
		left:665px;
	}
	a.parents_top_menu_payment:hover, a.parents_top_menu_payment_selected{
		background:url('http://sdn.gosupermodel.com/images/support/lang_specific/topmenu_highlight_nl.jpg')  no-repeat;
		background-position:-363px -1px;
	}

	a.parents_top_menu_contact_us{
		width:108px;height:43px;
		/*outline:white dotted 1px;*/
		position:absolute;
		top:62px;
		left:789px;
	}
	a.parents_top_menu_contact_us:hover, a.parents_top_menu_contact_us_selected {
		background:url('http://sdn.gosupermodel.com/images/support/lang_specific/topmenu_highlight_nl.jpg')  no-repeat;
		background-position:-487px -2px;
	}
	div.parents_page_bg{
		background:url('http://sdn.gosupermodel.com/images/support/parents_bg.jpg') no-repeat center center white; height:748px;
	}
	div.coop_with_title{
		width:173px;height:14px;position:absolute;top:462px;left:301px;font-weight:bold;overflow:hidden;color:#733989;
	}
	div.coop_with_box{
		width:278px;height:232px;position:absolute;top:478px;left:292px;text-align:center
	}
	div.coop_with_box img{
		padding-left:6px;padding-bottom:6px
	}
	div.parents_text p{
		margin-bottom:0;
	}


#cal_door {
	cursor:pointer;
	position:absolute;
}





	a.happyButton{
		display:block;
		background:url('http://sdn.gosupermodel.com/images/moodbarometer/smileys.png#png8')  no-repeat;
		background-position:0 0;
		width:27px;
		height:28px;
	}
	a.happyButton:hover{
		background-position:-0px -28px;
	}
	a.angrybutton{
		display:block;
		background:url('http://sdn.gosupermodel.com/images/moodbarometer/smileys.png#png8')  no-repeat;
		background-position:-27px 0;
		width:27px;
		height:28px;
	}
	a.angrybutton:hover{
		background-position:-27px -28px;
	}

	img.happyButton_noblock{
		background:url('http://sdn.gosupermodel.com/images/moodbarometer/smileys.png#png8')  no-repeat;
		background-position:0 0;
		width:27px;
		height:28px;
		vertical-align:middle;
	}
	img.angryButton_noblock{
		background:url('http://sdn.gosupermodel.com/images/moodbarometer/smileys.png#png8')  no-repeat;
		background-position:-27px 0;
		width:27px;
		height:28px;
		vertical-align:middle;

	}
	div.COOL{background:url('http://sdn.gosupermodel.com/images/moodbarometer/mood_types.jpg') 0 0  no-repeat;width:79px;height:50px}
	div.NICE{background:url('http://sdn.gosupermodel.com/images/moodbarometer/mood_types.jpg') 0 -50px  no-repeat;width:79px;height:50px}
	div.BUGS{background:url('http://sdn.gosupermodel.com/images/moodbarometer/mood_types.jpg') 0 -100px  no-repeat;width:79px;height:50px}
	div.SITE_SPEED{background:url('http://sdn.gosupermodel.com/images/moodbarometer/mood_types.jpg') 0 -150px  no-repeat;width:79px;height:50px}
	div.PRICING{background:url('http://sdn.gosupermodel.com/images/moodbarometer/mood_types.jpg') 0 -200px  no-repeat;width:79px;height:50px}
	div.ADVERT{background:url('http://sdn.gosupermodel.com/images/moodbarometer/mood_types.jpg') 0 -250px  no-repeat;width:79px;height:50px}

		table.moodbarometer_moodtable{
		height:215px;
		width:220px
	}
	a.happyButtonLoc{
		/*margin-left:80px;*/
		/*margin-top:0px;*/
		position:relative;
		top:0;
		left:80px;
	}
	a.angryButtonLoc{
		position:relative;
		top:1px;
		left:80px;
	}
	div.moodBarometer_thankyou{
		background:url('http://sdn.gosupermodel.com/images/moodbarometer/mood_thankyou.jpg') top left  no-repeat;
		margin-top:7px;
		width:233px;
		height:261px;

	}
	div.moodBarometer_thankyou_txt{
		padding-top:25px;
		padding-left:32px;
		height:63px;
		width:168px;
		overflow:hidden;
		padding-bottom:24px;

	}
	span.moodBarometer_thankyou_txt_title{
		color:#a050be;
		font-size:12px;

	}
	img.choiceLocation_happy{
		position:relative;
		top:-50px;
		left:99px;
	}
	img.choiceLocation_angry{
		position:relative;
		top:-30px;
		left:99px;
	}
	div.moodbarometer_choiceLocation_type{
		margin-top:36px;
		margin-left:29px
	}



.career_bar {
	background:url('http://sdn.gosupermodel.com/wfr/bg_famebar.w3a');
	height:139px;
	position:relative;
}

.journalist_career_bar {
	background:url('http://sdn.gosupermodel.com/wfr/bg_journalist_famebar.w3a');
	height:139px;
	position:relative;
}

.career_bar .info_button_wfr {
	margin-right:7px;
}

.journalist_career_bar .info_button_wfr {
	margin-right:7px;
}

.career_bar_a {
	position:absolute;
	left:26px;
	top:44px;
	color:#545454;
	line-height:15px;
	width:229px;
	font-size:10px;
}
.career_bar_b {
	position:absolute;
	left:492px;
	top:44px;
	color:#8b3bad;
	line-height:15px;
	width:211px;
	font-size:10px;
}

.journalist_career_bar .career_bar_b {
	position:absolute;
	left:502px;
	top:44px;
	color:white;
	line-height:15px;
	width:211px;
	font-size:10px;
}

.career_bar_cont {
	position:absolute;
	left:21px;
	top:83px;
	width:648px;
	height:35px;
}
.career_bar_label1 {
	position:absolute;
	left:27px;
	top:68px;
	text-align:center;
	line-height:15px;
	width:66px;
}
#career_bar_label2 {
	position:absolute;
	width:73px;
	height:35px;
	text-align:center;
	line-height:15px;
	color:white;
}
.career_bar_label3 {
	position:absolute;
	left:636px;
	top:68px;
	text-align:center;
	line-height:15px;
	width:66px;
	color:#8b3bad;
}
.theme2 #career_bar_bar {
	position:absolute;
	background:url('http://sdn.gosupermodel.com/images/profiles/career/famebar.jpg');
	height:35px;
	width:40px;
}
.theme3 #career_bar_bar {
	position:absolute;
	background:url('http://sdn.gosupermodel.com/images/profiles/career/famebar.jpg') 0 -35px;
	height:35px;
	width:40px;
}
.theme2 .career_bar_label1 {
	color:#386538;
}
.theme3 .career_bar_label1 {
	color:#a62a4f;
}
.theme2 #career_bar_label2 {
	background:url('http://sdn.gosupermodel.com/images/profiles/career/famebar_labels.png#png8') 0 0;
}
.theme3 #career_bar_label2 {
	background:url('http://sdn.gosupermodel.com/images/profiles/career/famebar_labels.png#png8') 0 -43px;
}

.career_expander li {
	height:35px;
	line-height:35px;
	margin-left: 14px;
	padding-left: 7px;
}
.theme1 .career_expander li.even {
	background: #eed2fa;
}
.theme2 .career_expander li.even {
	background: #d6efc3;
}
.theme3 .career_expander li.even {
	background: #ffdaee;
}
.career_a {
	background:url('http://sdn.gosupermodel.com/images/profiles/expander_bars.png#png8');
	height:20px;
	line-height:20px;
	color:white;
	font-weight:bold;
	padding:0 7px;
	position:relative;
}
.career_a img {
	vertical-align:-4px;
}
.theme2 .career_a {
	background-position:0 -26px;
}
.theme3 .career_a {
	background-position:0 -52px;
}
.career_a div {
	background:url(http://sdn.gosupermodel.com/images/profiles/career/famebox.jpg);
	width:182px;
	height:17px;
	left:280px;
	top:2px;
	position:absolute;
	line-height:17px;
	color:#8b3bad;
	font-weight:normal;
	padding-left:10px;
}
.theme2 .career_a div {
	background-position:0 -17px;
	color:#545454;
}
.theme3 .career_a div {
	background-position:0 -34px;
	color:#545454;
}
.career_b {
	height:180px;
	overflow:hidden;
}
.career_b ul {
	margin-top:2px;
}
.career_b1 {
	float:right;
	height:100%;
	width:330px;
	position:relative;
	overflow:hidden;
}
.theme1 .career_b {
	background:#fcf4ff;
	border:#dab7ea solid;
	border-width:0 1px;
}
.theme2 .career_b {
	background:#f8fef0;
	border:#bad9a3 solid;
	border-width:0 1px;
}
.theme3 .career_b {
	background:#fff9fc;
	border:#f7cae2 solid;
	border-width:0 1px;
}
.theme1 .career_c {
	overflow:hidden;
	height:6px;
	background:url('http://sdn.gosupermodel.com/images/profiles/expander_bars.png#png8') 0 -20px;
}
.theme2 .career_c {
	overflow:hidden;
	height:6px;
	background:url('http://sdn.gosupermodel.com/images/profiles/expander_bars.png#png8') 0 -46px;
}
.theme3 .career_c {
	overflow:hidden;
	height:6px;
	background:url('http://sdn.gosupermodel.com/images/profiles/expander_bars.png#png8') 0 -72px;
}

.career_mail_prize {
	position:relative;
	margin:0 auto;
	width:330px;
}
.career_mail_prize span, .career_b span {
	font-size:18px;
	width:250px;
	position:absolute;
	left:69px;
	top:14px;
	color:#8b3bad;
}
.career_popup h1 {
	font-weight:bold;
	margin-bottom:7px;
}



.chokolates{
   background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -11px -23px;
}
.littledog{
   background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -162px -21px;
}
.balloonloveyou{
   background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -346px -14px;
}
.littleTeddy{
background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -445px -110px;
}
.heartPillow{
background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -2px -156px;
}
.baloonhearth{
background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -128px -168px;
}
.bracelet{
background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -259px -164px;
}
.loveyoulollypop{
background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -256px -268px;
}
.vase{
background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -377px -244px;
}
.roses{
background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -460px -285px;
}
.blackhearth{
background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -35px -298px;
}
.hearthlollypop{
background:url('http://sdn.gosupermodel.com/images/promotional/valentinesgifts_hover.jpg') no-repeat -464px -24px;
}




.worn_out_shopavail_filler{
	margin-bottom:25px;
	margin-top:36px;
}
.worn_out_shopavail_no_filler{
	margin-top:34px;
}


#wardrobe_mask0{
	position:absolute;
	top:12px;
	left:10px;
	width:68px;
	height:68px;
	background-image:url('http://sdn.gosupermodel.com/images/games/widget/wardrobe_challenge/animation_pink.png');
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:11;
}
#wardrobe_mask1{
	position:absolute;
	top:97px;
	left:16px;
	width:55px;
	height:55px;
	background-image:url('http://sdn.gosupermodel.com/images/games/widget/wardrobe_challenge/animation_green.png');
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:11;
}
#wardrobe_mask2{
	position:absolute;
	top:155px;
	left:17px;
	width:55px;
	height:55px;
	background-image:url('http://sdn.gosupermodel.com/images/games/widget/wardrobe_challenge/animation_blue.png');
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:11;
}
.wardrobe_doll{
	width:50px;
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:10;
}
#wardrobe_doll0{
	position:absolute;
	top:21px;
	left:20px;
	height:59px;
}
#wardrobe_doll1{
	position:absolute;
	top:101px;
	left:19px;
	height:50px;

}
#wardrobe_doll2{
	position:absolute;
	top:160px;
	left:20px;
	height:50px;
}
.wardrobe_rank{
	position:absolute;
	left:10px;
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	z-index:20;
	padding-top:5px;
	color:white;
}
#wardrobe_rank0{
	top:13px;
	background-image:url('http://sdn.gosupermodel.com/images/games/widget/wardrobe_challenge/rank_pink.png');
}
#wardrobe_rank1{
	top:98px;
	background-image:url('http://sdn.gosupermodel.com/images/games/widget/wardrobe_challenge/rank_green.png');
}
#wardrobe_rank2{
	top:157px;
	background-image:url('http://sdn.gosupermodel.com/images/games/widget/wardrobe_challenge/rank_blue.png');
}
#wardrobe_pageprev{
	position:absolute;
	top:211px;
	left:17px;
}

#wardrobe_pagenext{
	position:absolute;
	top:211px;
	left:60px;
}

#wardrobe_widget_text{
	position:absolute;
	top:117px;
	left:93px;
	width:111px;
}



.install_java{
	background: url("http://sdn.gosupermodel.com/images/topbar/server_warning.png#png8");
    color:#0C3C7E !important;
    font-size:14px;
    height:106px;
    padding-left:30px;
    padding-right:25px;
    padding-top:25px;
    position:absolute;
    width:346px;
    margin: auto 33% auto 33%
}

.install_java .link1{
    /*left:112px;*/
    top:70px;
    height:22px;
    position:absolute;
    padding:0;
    margin:0;
    padding-left:0;
    padding-right:0;
    padding-top:0;
     width:300px;
}

.install_java .reload{
    top:95px;
    height:22px;
    position:absolute;
    padding:0;
    padding-left:0;
    padding-right:0;
    padding-top:0;
    width:300px;
}

.install_java a{
    font-size:12px;
    line-height:22px;
    color:#0C3C7E !important;
}

.install_java .text{
    position:relative;
    float:left;
    font-size:12px;
    line-height:18px;
    width:25px;
    color:#0C3C7E !important;
}
#upp_logger {
	position: absolute;
	background: white;
	border: black 1px solid;
	padding: 6px;
	left: 7px;
	top: 7px;
	z-index: 10000;
}
#upp_logger div {
	cursor: pointer;
	float: right;
	margin: 0 0 4px 7px;
}
#upp_logger table td {
	white-space:nowrap;
	
	padding: 0 5px;
}

/*TIME LIMITED OFFERS*/

#timeLimitedTopBar{
	background:url('http://sdn.gosupermodel.com/images/shopping/timelimited_offers/topbar_clock_blue_1.png') no-repeat  top left;
	width:72px;
	height:44px;
	position:absolute;
	top:23px;
	left:528px
}
.timeLimitedDigit{
	background:url('http://sdn.gosupermodel.com/images/shopping/timelimited_offers/topbar_red_blue_filmstrip.png') 0 -14px;
	width:10px;
	height:14px;
	float:left;
}
.timeLimitedDigitContainer{
	position:absolute;
	top:11px;
	left:18px;
}
.timeLimitedColon{
	background:url('http://sdn.gosupermodel.com/images/shopping/timelimited_offers/topbar_red_blue_filmstrip.png') -109px -14px;
	width:4px;
	height:14px;
	float:left;
}

#timeLimitedSupernova{
	background:url('http://sdn.gosupermodel.com/images/shopping/timelimited_offers/widget_clock_blue_1.png') no-repeat top left;
	width:119px;
	height:101px;
	position:absolute;
	top:-8px;
	left:6px
}

.timeLimitedDigitBig{
	background:url('http://sdn.gosupermodel.com/images/shopping/timelimited_offers/widget_red_blue_filmstrip.png') 0 -27px;
	width:16px;
	height:27px;
	float:left;
}
.timeLimitedDigitSupernovaContainer{
	position:absolute;
	top:48px;
	left:29px;
}
.timeLimitedColonSupernova{
	background:url('http://sdn.gosupermodel.com/images/shopping/timelimited_offers/widget_red_blue_filmstrip.png') -202px -27px;
	width:5px;
	height:27px;
	float:left;
}

.winner_gamemail ul{
	margin-top:14px;
}
.winner_gamemail li{
	height:35px;
	line-height:35px;
	margin-left:14px;
	padding-left:7px;
	width:377px;
}

.winner_gamemail li.even{
	background:none repeat scroll 0 0 #EED2FA;
}

.uploadedLargePictureFrame{ 
	width:689px;
	overflow:auto;
	text-align: center;
	
}

div.notification_top {
	background: url('http://sdn.gosupermodel.com/wfr/bar33.w400t');
	padding:0 10px;
    width:95%;
}
div.notification_bottom {
	background: url('http://sdn.gosupermodel.com/wfr/bar33.w400b');
	padding:0 10px;
    width:95%;
}

#show_notification_content .un_read{
    font-weight:bold;
}

div.gocodebackground {
    background: url('http://sdn.gosupermodel.com/images/gocodes/overlay_bg.jpg') top left no-repeat;
    margin-left:1px;
    padding-left:7px;
    width:730px;
}
div.gocoderewardbar1 {
    background: url('http://sdn.gosupermodel.com/images/gocodes/top_1.jpg') top left no-repeat;
    height:89px;
    width:688px;
    margin-left:14px;
    padding-left:274px;
}
div.gocoderewardbar2 {
    background: url('http://sdn.gosupermodel.com/images/gocodes/top_2.jpg') top left no-repeat;
    height:89px;
    width:688px;
    margin-left:14px;
    padding-left:92px;
}
div.gocoderewardbar3 {
    background: url('http://sdn.gosupermodel.com/images/gocodes/top_3.jpg') top left no-repeat;
    height:89px;
    width:688px;
    margin-left:14px;
    padding-left:12px;
}
div.gocodetext {
    font-family: verdana,geneva,sans-serif;
    font-size:14px;
    text-align:center;
    color: white;
    float:left;
    margin-top:9px;
    margin-right:0;
    margin-bottom:0;
    height:20px;
    width:139px;
}
div.gocodenumber {
    font-family: verdana,geneva,sans-serif;
    font-size:18px;
    text-align:center;
    color: yellow;
    float:left;
    margin-top:9px;
    margin-right:0;
    margin-bottom:0;
    height:31px;
    width:139px;
}
div.gocodetitletext {
    font-family: verdana,geneva,sans-serif;
    font-size:14px;
    text-align:left;
    color: white;
    margin-left:7px;
    margin-top:14px;
}