* { padding: 0; margin: 0; }
img { border: none; }
a img { text-decoration: none; }
body
{
	text-align: center;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

iframe { border: none !important; }

h2
{
	color: #666;
	font-size: 24px;
}

h2 strong { color: #ccc; }

#accordion h3 { color: white; }

table, img
{
	padding: 0;
	margin: 0;
	border: none;
}
td { vertical-align: top; padding: 0; margin: 0; }
.clear { clear: both; height: 0; font-size: 0; display: block; }
p { margin-bottom: 1em; }

#userDetails { position: absolute; top: 0; left: 50%; margin-left: -370px; width: 740px; z-index: 399; font-size: 12px; font-family: Helvetica, Arial, sans-serif; padding: 5px; text-align: right; }
#userDetails img { vertical-align: middle; }
.signinLink { font-weight: bold; }
#signInResult { border: 1px solid white; font-size: 12px; padding: 2px 4px 2px 4px; }
#signInResult.success { border: 1px solid green; color: green; }
#signInResult.failure { border: 1px solid red; color: red; }

#header { background: #ccc url('/designs/resources/imgs/header-banner.png') no-repeat center top; color: #ccc; height: 84px; }
#header h1 { text-align: center; color: #fff; display: none; font-size: 32px; height: 84px; vertical-align: bottom; }
#header img { display: none; }
#header a { display: block; float: right; width: 229px; height: 84px; }

#content { width: 740px; margin: 0 auto; text-align: left; }

#footer { background: #999 url('/designs/resources/imgs/footer-bkgd.png') no-repeat top center; color: #e1e1e1; margin-top: 0; font-size: 12px; padding: .5em 1em .2em 1em;}

#end { background: #666; height: 84px; width: 100%; }


#ctdTable { width: 100%; border-collapse: collapse; }
#ctdTable td { padding: 0; margin: 0; }

#canvasLeft { position: absolute; right: 50%; margin-right: 0; width: 568px; height: 400px; }

#canvasWrap
{
	width: 336px;
	height: 500px;
	background: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	margin: 0;
}

#sideBarWrap
{
	width: 398px;
	height: auto;
	padding: 0;
	margin: 0;
	background-image: url('/designs/resources/imgs/white50.png');
	background-repeat: repeat-y;
	background-position: left top;
}

#thumbsize {
text-align: right; padding: 0; margin: .5em 0 0 0; line-height: 1em; 
}
#thumbsize img
{
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
ol#list
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 150px;
	overflow: auto;
}

ol#list li
{
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 2px 0;
	height: 72px;
}

ol#list li.even { background-image: url('/designs/resources/imgs/black-15.png'); }

ol#list li.groupHeading { background-image: url('/designs/resources/imgs/black-15.png'); }


ol#list li.groupMember { margin-left: 70px; height: 20px; }
ol#list li.groupMember img.object_ungroup_img { float: right; }
ol#list li.groupMember span { float: right; font-size: 9px; color: #666;  }

.lWOn { margin-left: .5em; cursor: pointer; cursor: hand; }

div.thumbnail
{
	width: 72px;
	height: 72px;
	vertical-align: middle;
	text-align: center;
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
}

div.thumbnail img
{
	padding: 0;
	margin: 0;
}

#jumperError { font-weight: bold; color: red; }

div.tools
{
	margin-right: 4px;
	float: left;
}
div.tools img
{
}

div.tools span, div.tools a, div.tools img
{
	vertical-align: middle !important;
	display: block !important; float: left !important; 	
}
div.tools span
{
	font-size: 9px; color: #666;
	margin-top: 2px; 
	margin-left: 2px; 
}


.handle { float:left; }

ol#list li p
{
	padding: 0;
	margin: 0;
}

.instructions { font-size: 12px; line-height: 120%; }
#canvas
{
	width: 288px;
	height: 288px;
	margin: 81px 24px 81px 24px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

#canvas.showGrid
{
	background-image: url('/designs/resources/imgs/grid-1.png');
	background-repeat: no-repeat;
	background-position: center center;
}
#canvas .object
{
	position: absolute;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
}

/*
.ie6_drag {
	padding: 0;
	border: 1px solid #6F0;
}
*/

#canvas .object img
{
	position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
}

#canvas .showBorder { border: 1px dashed #6F0; }

div#working
{
	position: absolute;
	z-index: 9999;
	padding: 0; margin: 0;
}

div#working img
{
	padding: 10px;
	vertical-align: middle;
}

#debug
{
	overflow: auto;
	height: 0; padding: 0; margin: 0;
}

#editWrap {
	background: url('/designs/resources/imgs/black-30.png') repeat;
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	z-index: 7000;
}


#edit
{
	background: white;
	width: 750px;
	height: 550px;
	border: 0;
	overflow: auto;
	margin: 1em auto;
	padding: 1em;
	border: 6px solid #ccc;
}

iframe.edit-iframe
{
	width: auto;
	overflow: auto;
	border: none;
}

.editclose
{
	display: block;
	width: 100%;
	text-align: right;
}

#colors {
	width: 230px;
	float:left;
}

#picker
{
	position: absolute;
	margin-left: 230px;
	width: 160px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 12px;
}
#picker p { margin: 1px 0 0 5px; }
#close_picker {
	background: #ccc;
	height: 20px;
	text-align: right;
	font-size: 10px;
}
#close_picker span {text-decoration:underline; color: blue; }
#close_picker span, #close_picker img {  cursor: pointer; }
.pick
{
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	padding: 1px;
	margin: 2px;
	border: 1px solid #ccc;
}

.pick span { display: none; }

.pick:hover span
{
	display: block;
	z-index: 9999;
	position: absolute;
	background: #fff;
	margin-left: 24px;
	margin-top: 24px;
}

.ink
{
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	padding: 0;
	margin: 2px;
	margin-left: 20px;
	border: 1px solid #ccc;
	background: #fff;
	 cursor: pointer;

}

.ink .ink_close { position: absolute; z-index: 999; margin: 4px 0 0 -20px; 	 cursor: pointer; }

.ink span { position: absolute; margin-left: 28px; }

.ink span.link { position: absolute; z-index: 999; margin: 4px 0 0 230px; font-size: 10px; color: #666; cursor: pointer; }
.ink span.link img { vertical-align: middle; }

#picker div.close_link { display: block; float: right; font-size: 10px; color: #666; cursor: pointer; margin: 0 0 0 0; text-align: right; }
#picker div.close_link img { vertical-align: middle; float: right; margin: 0 3px 0 3px; }


#ink_add
{
	width: 154px;
	height: 20px;
	margin-top: 6px;
	border: none;
	background: none;
	color: blue;
	text-decoration: underline;
	 cursor: pointer;
}

#ctd-navigation
{
	background: #e1e1e1 url('/designs/resources/imgs/nav-bkgd.png') no-repeat bottom center;
	padding: 4px 0 0 10px;
	height: 25px;
}

#ctd-navigation h2
{
	float: left;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0px;
	margin: .2em .7em 0 0;
	padding: 0; 
}

#ctd-navigation h2 strong
{
	font-weight: bold;
	color: black;
}

ol.tool { list-style-type: none; }
.tool li { display:block; float: right; height: 22px; margin: 0 0 0 0; padding: 0 1em 0 0; }
.tool li img { padding: 0; margin: 0; }

#sub_list_tools { clear: both; margin-top: 7px; }
#multi_tools span { font-size: 9px; color: #666; float: left !important; }
#multi_tools span span { display: none; }
#multi_tools span:hover span { display: block; position: absolute; width: 200px; background: lightyellow; border: 1px solid #ccc; margin-top: 10px; padding: 6px; font-size: 11px; }
#multi_tools span i { color: blue; text-decoration:underline; font-style: normal; font-weight: bold; }

#group_button span { font-size: 9px; color: #666; float: left !important; }
#group_button span span { display: none; }
#group_button span:hover span { display: block; position: absolute; width: 200px; background: lightyellow; border: 1px solid #ccc; margin-top: 10px; padding: 6px; font-size: 11px; }
#group_button span i { color: blue; text-decoration:underline; font-style: normal; font-weight: bold; }

#under_nav { padding: 2px 0 0 0; height: 27px; }

.tool { font-size: 12px; padding: 4px 10px 0 10px; height: 25px; }
.tool img { vertical-align: middle; }

#accordion { margin-top: 0; padding-top: 0; }

#accordion h3 { font-size: 14px; height: 27px; background: transparent url('/designs/resources/imgs/accordion-h3.png') no-repeat left top; letter-spacing: 0px; padding: 5px 6px 0 10px; margin: 5px 0 0 0;  cursor: pointer; }
#accordion span { float:right; padding: 0px 2px 0 0;}
#accordion .panel_body { background: transparent; margin: 0 .5em;  }

#new-buttons { text-align: center;  padding: 0; margin: 1em 0 0 0; }
#new-buttons img {  cursor: pointer; }

#newArtWrap { 
	background: url('/designs/resources/imgs/black-30.png') repeat;
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 5999;
}
#newArt {
	margin: 1em auto;
	background: white;
	width: 744px; height: 500px; border: 6px solid #ccc;
	overflow: hidden;
	z-index: 6999;
}
#newArtQuery {  }

#newArt table { width: 100%; }

#newArtSearch { text-align: left; font-size: 11px; padding: 10px; width: 209px; }
#newArtSearch h3 { font-size: 18px; }
#newArtSearch li { list-style-type: none; font-size: 11px; margin: 0 0 1em 0; }

#newArtResultWrap li { list-style-type: none; display: block; float: right; width: 144px; height: 120px; margin: 0 0 0 0; padding: 5px; border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#newArtResultWrap li div { display: block; float: left; width: 24px; height: 120px; }
#newArtResultWrap p { clear: both; }
#newArtResultWrap img.wide { width: 120px; height: auto; }
#newArtResultWrap img.tall { width: auto; height: 120px; }

#newArtResultWrap a.addArtButton {
	display: block;
	width: 24px; height: 24px;
	background: url('/designs/resources/imgs/add-mini-out.png') no-repeat top left;
}
#newArtResultWrap a.addArtButton b { display: none; }
#newArtResultWrap a.addArtButton:hover {
	background-image: url('/designs/resources/imgs/add-mini-over.png');
}
#newArtResultWrap li:hover a.addArtButton {
	background-image: url('/designs/resources/imgs/add-mini-over.png');
}


#newArtResultWrap a.errorArtButton {
	display: block;
	width: 24px; height: 24px;
	background: url('/designs/resources/famfamfam/picture_error.png') no-repeat top left;
}
#newArtResultWrap a.errorArtButton b { display: none; }


#newArtResultWrap a.reportArtButton {
	display: block;
	width: 24px; height: 24px;
	background: url('/designs/resources/famfamfam/shield_go.png') no-repeat top left;
}
#newArtResultWrap a.reportArtButton b { display: none; }


#garmentSelectVisual { background: #FFFFFF; }
#garmentSelectVisual img { border: 1px solid white; }

#newArtResult {
	width: 585px;
	height: 500px;
	overflow: hidden;
	text-align: right;
}
#newArtResultWrap {
	display: block;
	text-align: center;
	width: 585px;
	height: 500px;
	overflow: auto;
}
#uploadArtDiv {
	display: block;
	text-align: left;
	width: 485px;
	height: 450px;
	overflow: auto;
}
#uploadArtDiv table {
	width: auto !important;
}

#shareWrap { 
	background: url('/designs/resources/imgs/black-30.png') repeat;
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#share {
	margin: 1em auto;
	background: white;
	width: 644px; height: 450px; border: 6px solid #ccc;
	overflow: hidden;
}
#share td {
	width: 31%;
	padding: 0 1%;
}

#settingsWrap { 
	background: url('/designs/resources/imgs/black-30.png') repeat;
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#settings {
	margin: 1em auto;
	background: white;
	width: 450px; height: 400px; border: 6px solid #ccc;
	overflow: hidden;
	text-align: left;
	padding: 10px;
}

#settings ul li {
	text-align: left;
	list-style-type: none;
}

#settings b {
	display: block; clear: right;
}
#settings i {
	font-style: normal; font-size: 80%;
}

#signInForm b { display: block; }
#signInForm b i { font-weight: normal; font-style: normal; }

#displayUrl {  }
#nameCheckReturn { float:right; text-align: right; max-width: 50%; }

#designPublic { text-align: left; }
#designPublic h3 { color: black; font-size: 18px; margin: .5em 0 0 0; }
#designPublic h4 { font-size: 14px; margin: 1em 0 0 0; }
#designPublic p { margin: .33em 0 0 0; }
#designPublic .designer { color: #666; font-size: 14px; }
#designPublic .designer em { font-style: normal; font-weight: bold; }
#designPublic .designer a { color: #03C; }


ul.fonts_list { list-style-type: none; }

ul.fonts_list li { list-style-type: none; margin: 0 0 0 0; padding: 0 0 0 0; height: 116px; }

#designFonts ul.fonts_list li { height: auto; }

ul.fonts_list li b { display: block; background: #ececec; padding: 2px 4px; }
ul.fonts_list li img { margin: 1em 1em 1em 1em; }

#userProfile table { width: 100%; } 
#userProfile td { width: 50%; padding: 1em; } 

.avatar { float: left; margin-right: .5em; }

#publicImage
{
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	height: 490px;
	width: 625px;
	z-index: 0;
}

#publicImageLeft
{
	position: relative;
	z-index: 999;
}

#subDesign { clear: both; }

#designPublic #rightColumn {
	padding-top: 110px; 
	width: 400px;
	height: auto;
	text-align: left;
}


#jumpForm {
	text-align: center;
}

#designRating { width: 200px; }
#designRating p { margin-top: 0; padding-top: 0; font-size: 10px; }
#rateForm { float: right; }

#designTabs { min-height: 260px; }

#designTabs div.tab { width: 235px; background: #DBDDFF; margin: 0; display: none; padding: 5px; }

#designTabs div.tab.current { display: block; }

#designTabs h4
{
	background: #0E1EFD;
	color: #FFF;
	display: block;
	float: left;
	text-decoration: none;
	padding: 2px 3px;
	margin: 5px 6px 0 0;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#designShare { margin: 0 0 0 0; font-size: 12px; }
#designShare p { margin-bottom: .5em; clear: left; }
#designShare input[type=text] { font-size: 9px; width: 96%; margin: 0 1%; }
#designShare li { list-style-type: none; float: left; width: 100px; padding: 3px 6px; }
#designShare li a { font-size: 11px; }
#sharecopied { color: green; font-weight: bold; font-size: 14px; }
#sharecopied { float:right; padding: 0; margin: 0; line-height: 9px; }
.favicon { width: 16px; height: 16px; vertical-align: middle; }

#designShare ul { margin-top: .5em; }
#designShare li { list-style-type: none; float: left; width: 100px; padding: 3px 6px; font-size: 9px; height: 18px; }
#sharecopied { float:right; padding: 0; margin: 0; line-height: 9px; }

.cloud { line-height: 2.5em; padding: 2px; margin: 0; text-align: center; }
.cloud li { list-style-type: none; display: inline; }
.cloud li a { padding: 0; text-decoration: none; }
.cloud li a:hover { text-decoration: underline; }
.cloud li form { display: inline; margin-right: 1em; }

#designTags { }

#designCommentDivs { width: 333px; font-family: Helvetica, Arial, sans-serif; font-size: 12px; }
#designCommentDivs textarea { width: 331px; margin: 0; padding: 0; }
p.vcName { padding: 0 5px 0 5px; color: #666; background: #e1e1e1; line-height: 24px; }
p.vcName a, p.vcName b { font-weight: bold; margin-right: .5em; }
p.vcName b { color: #000; }
div.vcComment{ margin-top: 1em; margin-bottom: 2em; }

#content { width: 740px; margin: 0 auto; }

ul.designs li { list-style-type: none; float: left; margin: 1em 1% 1em 1%; font-size: 11px; width: 18%; overflow: hidden; }
ul.designs li img, ul.designs li input { vertical-align: middle; }
ul.designs b { margin: .3em 0 .3em 0; display:block; height: 2.5em;}
ul.designs a { font-weight: bold; }
ul.designs span { display: block; font-size: 9px; color: #666; }

.birthday { color: #688DDC; font-size: 12px; font-weight: bold; }
.birthday img { vertical-align: middle; }

.website { margin-top: 0; padding-top: 0; font-size: 11px; font-weight: bold; }
.website img { vertical-align: middle; }

.tar { text-align: right; }
.tac { text-align: center; }
.fl { float:left; }
img.fl { margin-right: .5em; }

.fss { font-size: small; }
.fsxs { font-size: x-small; }

.fave { font-size: 10px; font-weight: normal; margin-top: 0 !important; }

.fave a.fav { display: block; text-decoration: none; background: #FF9; font-size: 12px; padding: 3px 2px 1px 2px; }
.fave a.fav b { text-decoration: underline; }
.fave a.fav img { margin-right: .3em; vertical-align: middle; }

p.fave { float: right; width: 200px; padding: 4px 4px 4px 4px; }
.fave img { vertical-align: top; }

.subnav { margin: 0 1em; font-size: 10px; }
.subnav ul { list-style-type: none; }
.subnav ul li { display: block; float: left; }
.subnav ul li a { display: block; float: left; text-decoration: none; margin-right: 1em; margin-bottom: 1em; }
.subnav ul li a:hover { text-decoration: underline; }

button#change_side { padding: 2px 5px; }
#other_side_li
{
	position: static;
	z-index: 0;
	margin-top: -72px;
	border: 1px solid black;
	width: 72px;
	padding: 1px;
	background: #fff;
	text-align: center;
}
#other_side_li img {  }
#other_side_li.changeSideHover { border: 1px solid green; background: green; }
#other_side_helper {  }

#side_small { position: absolute; left: 50%; margin-left: 370px; z-index: 999; border: 1px solid black; background: #fff; }
#side_small img { margin: 3px; }
#side_small:hover {
	cursor: pointer;
	cursor: hand;
}
#side_small_img:hover {
	cursor: pointer;
	cursor: hand;
}
#side_large.Back {
	margin-left: -55px;
}
#side_small b { display: block; font-size: small; text-align: center; }
#sideBoth { text-align: center; }

#errorDesign { margin: .5em 0 .5em 0;height: 24px; display: block; padding-left: 20px; font-size: 11px; background: transparent url('/designs/resources/famfamfam/flag_yellow.png') no-repeat top left; }
#reportDesign { margin: .5em 0 .5em 0;height: 24px; display: block; padding-left: 20px; font-size: 11px; background: transparent url('/designs/resources/famfamfam/flag_red.png') no-repeat top left; }
#reported { display: none; z-index: 9999; position:absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .9; }
#reported.show { display: block; }
#reported div { margin: 100px auto; padding: 1em; border: 4px solid #ccc; width: 400px; height: 200px; background: #fff; opacity: 1.0; }

table.variations { width: 100%; }
.variations td { width: 15%; text-align: center; padding: 5px; }
.variations td.choice:hover { background: #cce6cc; }
.variations td b { font-size: small; display: block; }
.variations .key td { vertical-align: middle; }

#editDetailsForm {}
#editDetailsForm b { display: block; }
#editDetailsForm textarea { height: 4em; width: 35%; }

table.stats { border-collapse: collapse; margin-right: 1em; width: 50%; } 
.stats td { font-size: 11px; padding: 4px; border: 1px solid #ccc; }
.stats td.label { font-weight: bold; }
.stats ul { margin-left: 2em; }

table.wide { width: 100%; margin-right: 0; } 
table.wide textarea { width: 95%; height: 4em; } 

div#designs_working_on { border-top: 1px solid #ccc; padding-top: 1em; margin-top: 1em; }

.errors { color: red; padding: .5em; border: 1px solid red; margin-bottom: 1em; }
.errors h2 { color: red; font-size: 16px; }
.errors p { font-size: 12px; }
.errors li { margin-left: 2em;}


