body {
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-image: url('/images/background_tile.gif');
	background-repeat: repeat-x repeat-y;
}

img {
	border: 0;
}

#top {
	height: 189px;
	background-image: url('/images/logo/jg_toptile.gif');
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	width: 100%;
}

#menubar {
	margin: 0;
	height: 27px;
	/*padding-top: 2px;
	padding-left: 20px;*/
	background-image: url('/images/menu_tile.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #DF4F80;
	border-bottom: 1px solid #DF4F80;
	font-family: "Trebuchet MS", Verdana;
	font-size: 13pt;
	color: #ffffff;
	position: absolute;
	top: 189px;
	width: 100%;
}

UL#menu {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#content {
	
	background-color: #ffffff;	
	/*padding: 10px;*/
	border: 1px solid #DF4F80;
	border-top: 0px solid black;
	min-height: 400px;
	/*height: 400px;*/
	margin: 218px 20px 20px 20px;	
}

.pageContentDiv {
	padding: 10px;	
	/*margin: 10px;*/
}

.profileContentDiv {
	padding: 0;
	border-right: 1px solid #DF4F80;
	
}

.designProfileArea {
	padding: 10px;
	border-bottom: 1px solid silver;
	background-color: #eeeeee;
}

.right {
	position: absolute;
	width: 160px;
	border: 1px solid #eeeeee;
	margin: 0 0 10px 10px;
	padding: 5px;
	right: 30px;
	top: 230px;
	z-index: 0;
	display: block;
}

#topbanner {
	position: absolute;
	top: 93px;
	right: 25px;
	height: 90px;
	width: 728px;
	background-color: #ffffff;
	/*border: 1px solid gray;	*/
}

#girllogo {
	position: absolute;
	top: 0;
	left: 25px;	
	border: 0;
}

#girltextlogo {
	position: absolute;
	top: 0;
	left: 200px;	
	border: 0;
}

#userbox {
	float: right; 
	display: inline; 
	
	width: 375px;
}


.loggedinbox {
	border: 1px solid #DF4F80;
	background-color: #ffffff;
	font-size: 10pt;
	color: #000000;
	margin-top: 2px;
	padding: 0 5px 1px 5px;
	height: 18px;
	max-height: 18px;
	width: 300px;
	position: relative;
	right: 20px;
	float: right;
	
}

#BuddyMenu {
	position: absolute; 
	width: 165px; 
	top: 214px; 
	right: 20px; 
	/right: 19px;
	background-color: #ffffff; 
	border: 1px solid #DF4F80; 
	border-top: 0px;
	color: #000000; 
	z-index: 2; 
	padding: 5px;	
}


A {
	text-decoration: none;
	color: #1197C9;	
}

A:hover {
	text-decoration: underline;	
}


A.menu, #menu li {
	margin-top: 5px;
	color: #ffffff;	
	padding-right: 5px;
	display: inline;
}

A.menu:hover {
	color: #ffffff;	
	
}

IMG.articleThumbnail {
	float: right;
	
}

IMG.articleImage {
	float: right; 
	margin: 0 0 15px 15px;	
}

IMG.articleImageLeft {
	float: left; 
	margin: 10px 15px 15px 0px;	
}

IMG.articleImageRight {
	float: right; 
	margin: 10px 0 15px 15px;	
}

IMG.smallAvatar {
	border: 1px solid silver; 
	vertical-align: middle;	
}

IMG.topicon {
	/vertical-align: middle;
	padding-top: 1px;
}

A.topicon, A.topicon:hover {
	text-decoration: none;	
}

IMG.textareabutton {
	border: 0;	
}

.smileybox {
	border: 1px solid silver; 
	width: 45px; 
	border-left: 0px;
	padding: 0px 0px 0px 2px;
	vertical-align: bottom;
	margin-top: 1px;
	background-color: #eeeeee;
	
}

IMG.smiley {
	margin: 3px;
}

H1 {
	display: inline;
	font-size: 10pt;
}

H2 {
	font-size: 1.3em;	
}

TR.header, TD.header, .header {
	background-color: #D6E8F2;/*#C8DCA5;*/
	font-weight: 600;
	border-bottom: 2px solid #C0D6E2;
	border-top: 1px solid #C0D6E2;
	padding-left: 2px;
	/*border-bottom: 1px solid #888888;
	border-top: 1px solid #888888;*/
}

TD.lined {
	line-height: 14pt;
	border-bottom: 1px solid #e1e1e1;	
}

TD A {
	color: #5D7B8C;
}
.contentbox {
	padding: 3px; 
	border: 1px solid #eeeeee; 
	width: 99%;
}

H3 {
	font-size: 1.3em;
	margin: 0;	
	font-weight: normal;
}

.box_topbar {
	background-color: #D6E8F2; 
	height: 30px; 
	border-bottom: 1px solid #C0D6E2; 
	border-top: 1px solid #C0D6E2;	
	min-height: 32px;
}

.box_topbar_content {
	margin-left: 10px; 
	background-color: #ffffff; 
	width: 70%; 
	border-left: 1px solid #C0D6E2; 
	border-right: 1px solid #C0D6E2; 
	height: 30px; 
	padding: 1px 0 1px 5px; 

}

.box_topbar_image {
	width: 36px; 
	float: left;	
}

.box_topbar_text {
	float: left;	
	font-weight: bold;		
	font-style: italic;
}

.pagingbox {
	float: right;
	font-size: 8pt;
	margin: 5px 20px 0px 0px;
	padding-top: 2px;

}

A.pagelink {
	color: #3F444D;
	text-decoration: none;
	margin-right: 0px;
	border-color: #C0D6E2;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	padding: 0px 3px 0px 3px;
	vertical-align: bottom;	
	background-color: #ffffff;
}

.pagingbox_simple {
	text-align: center;
	font-size: 8pt;

}

A.pagelink_simple {
	color: #3F444D;
	text-decoration: none;
	margin-right: 0px;
	padding: 0px 3px 0px 3px;
	font-size: 11pt;
}

A.imagelink, A.imagelink:hover {
	text-decoration: none;
}

.toolbar {
	border: 1px solid silver;
	position: relative;
	bottom: -2px;
	background-color: #eeeeee;	
	
	padding: 4px 3px 3px 3px;
}

A.toolbarButton {
	text-decoration: none;	
	
	border: 1px solid #eeeeee;
	padding: 1px;
}

A.toolbarButton:hover {
	
	background-color: #ffffff;
	border: 1px solid silver;
	text-decoration: none;	
	padding: 1px;
}

.shoutboxImage {
	float: left; 
	margin: 0 5px 0 0;
}

.shoutContent {
	border: 1px solid silver;
	background-color: #ffffff;
	min-height: 32px; 
	/height: 32px;
	padding: 5px;
}

.tabLine {
	border-bottom: 1px solid #c0d6e2;
	display: block; 
	padding: 0 0 1px 5px;

}



A.tab {
	font-family: Arial;
	font-size: 9pt;
	background-color: #d6e8f2;
	border: 1px solid #c0d6e2;	
	border-bottom: 1px solid #d6e8f2;	
	/*font-size: 11pt;*/
	height: 25px;
	color: black;
	padding: 2px 3px 1px 4px;
	display: inline;
	margin: 2px 0px 0px 0px;
	font-size: 10pt;
}

A.tab:hover {
	
	border: 1px solid #c0d6e2;	
	border-bottom: 1px solid #d6e8f2;	
	padding: 2px 3px 1px 4px;
	color: Black;
	
}

A.activeTab {
	font-family: Arial;
	font-size: 9pt;	
	background-color: #d6e8f2;
	border: 1px solid #c0d6e2;	
	border-bottom: 1px solid #d6e8f2;
	font-weight: bold;
	color: #000000;
	padding: 4px 3px 1px 4px;
	display: inline;
}

A.activeTab:hover {
	text-decoration: none;	
}

#gallery li {
	width: 95px;
	height: 75px;
	border: 1px solid #cccccc;

	background: #ffffff;
	padding: 10px;
	text-align: center;
	position: relative;
	float: left;
	display: inline;
	margin: 5px;
}

#gallery a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#gallery a:hover span{	
	top: 5px;
	left: 10px;
	width: 96px;
	font-weight: bold;
	background: #FFF;
	color: #999;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
	font-size: 80%;
	border: 1px solid #EEE;
	border-width: 0 0 10px 0;
	filter: alpha(opacity=100);
/**/
} 

IMG.profileImage {
	border: 0;
	float: left;
	margin: 5px 10px 2px 5px;
}

.designProfileArea .textfield {
	background-color: #ffffff;	
}

.userProfileBox {
	padding: 5px;	
}

.textads {
	border: 2px solid #eeeeee;
	padding: 5px;
	
}

.textads A {
	color: #009900;
}

.shop_productbox {
	width: 180px; 
	float: left; 
	/*border: 1px solid #eee; */
	margin: 0 10px 30px 0;
	text-align: center;
	min-height: 246px;
}

.shop_productbox .headerbox {
	/*background-color: #eee; */
	text-align: center; 
	font-weight: bold;	
}

.shop_productbox a {
	color: #000; 
	text-align: center;
	font-weight: bold;
}

.shop_productbox a:hover {
	text-decoration: none;	
}

A.textbutton {
	border: 1px solid silver;
	background-color: #eee;
	padding: 3px 8px;	
	color: Black;
	font-weight: bold;
}

.discount {
	color: Green;	
}

.subtle {	
	color: Gray !important;	
	font-size: 90%;
}

a.show_more {
	display: block;
	padding: 2px;
	text-align: center;
	background-color: #eee;
	border: 1px solid silver;
	color: #000;
	font-size: 14pt;
}

a.show_more:hover { 
	text-decoration: none; 
}
