body { 
	margin: 0px 0px 40px 0px; 
	text-align: center; 
	behavior: url(/css/csshover.htc); 
} 
body, td { 
	font-family: Arial; 
	font-size: 11px; 
} 
img { 
	border-width: 0; 
} 
img.border { 
	padding: 1px; 
	border-width: 1px; 
	border-style: solid;
} 
img.border:hover { 
	padding: 1px; 
	border-width: 1px; 
	border-style: solid; 
} 
table { 
	border-collapse: collapse; 
} 
tbody { 
	margin: 0; 
	padding: 0; 
} 
th { 
	font: bolder 11px Arial, sans-serif; 
	text-align: left; 
} 
td { 
	padding: 0px; 
	margin: 0; 
	vertical-align: top; 
} 
ol, ul { 
	margin-left: 20px; 
	margin-top: 0; 
	padding: 0; 
} 
li { 
	padding: 0; 
} 
h1, h2, h3, h4, h5 { 
	font-family: "Trebuchet MS"; 
	margin-top: 0px; 
} 
h1 { 
	font: bold 146% "Trebuchet MS"; 
	padding: 10px 0px 0px 0px; 
} 
h2 { 
	font: bold 120% "Trebuchet MS"; 
	padding: 10px 0px 0px 0px; 
} 
h3 { 
	font: bold 13px/22px "Trebuchet MS"; 
	padding: 2px 10px 2px 10px; 
	border-top-width: 1px; 
	border-top-style: solid; 
	margin: 6px 0px 6px 0px; 
	text-transform: uppercase; 
 
} 
h4 { 
	font: bold 12px/22px "Trebuchet MS"; 
} 
a { 
	text-decoration: none; 
} 
a.online, a.offline { 
	padding-right: 12px; 
} 
a.Comreposbg { 
	padding-right: 0px; 
	padding-left: 12px; 
	background-position: center left; 
}
a.actionLink {
	font-size: 14px;
	font-family: "Trebuchet MS";
}
form { 
	display: inline; 
} 
input.error { 
	border-width: 2px; 
	border-style: solid; 
} 
 
/* STRUCTURE {{{ */ 
#outercontainer { 
	!overflow: hidden; 
	background: transparent; 
	width: 900px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left; 
	padding-bottom: 10px; 
 
} 
#header { 
	/*background: url(http://img.petsie.org/petsie/layouts/default/header_fixed2.jpg);*/ 
	height: 108px;
} 
#home_link  { 
   float:left; 
   text-align:left; 
   margin-left:1px; 
   margin-top: 0px; 
   position: absolute;
} 
#topSearch {
	margin-top: 17px;
	margin-right: 6px;
	position: absolute;
	margin-left: 688px;
}
#topSearch .inputText {
	width: 180px;
	border: 0;
	font-size: 11px;
	color: #828282;
	font-family: "Trebuchet MS";
	padding-bottom: 1px;
	background-color: #f8feeb;
}
#topMinifeed {
	margin-top: 14px;
	margin-right: 6px;
	position: absolute;
	margin-left: 260px;
	width: 350px;
	text-align: center;
}
#shop_link  {
   float:left;
   text-align:left;
   margin-left:725px;
   position: absolute;
}
 
#container { 
	margin: 0px 0px 0px 0px; 
	padding-bottom: 1px; 
	width: 900px; 
	background: transparent; 
}

#middleContainer {
	background: white;
}
 
#pageMiddle { 
	padding-top: 10px; 
	margin-left: 15px; 
	width: 870px; 
	padding-bottom: 10px;
} 
 
#contentTop { 
	background-color: #f6f6f5; 
	background: url(http://img.petsie.org/petsie/layouts/default/tabbg.gif) bottom repeat-x; 
	width: 100%; 
	height: 37px; 
} 
 
td.sidebar td { 
	padding: 1px; 
} 
 
table.content td { 
	padding: 1px; 
} 
table.content th { 
	padding: 1px; 
} 
table.stylized td { 
	border-width: 1px; 
	border-style: solid; 
	padding: 3px; 
} 
table.stylized th { 
	text-transform: uppercase; 
	font: bold 10px Arial; 
	padding: 5px; 
	border-width: 1px; 
	border-style: solid; 
} 
 
table#pageMiddle { 
	background-repeat: repeat-y; 
	background-position: top left; 
} 
table#pageMiddle td.shadowLeft { 
	width: 7px; 
} 
table#pageMiddle td.sidebar { 
	width: 188px; 
} 
table#pageMiddle td.content { 
	width: 698px; 
} 
 
table#pageMiddle td.shadowRight { 
	width: 7px; 
} 
div#contentMiddle { 
	width: 680px; 
	margin: 0 8px 0px 10px; 
	padding-top: 10px; 
	padding-bottom: 30px; 
} 
div#contentMiddle a:hover { 
	text-decoration: underline; 
} 
 
hr { 
	height: 1px; 
	border-width: 0; 
	clear: both; 
} 
 
div.whitebox { 
	white-space: normal; 
	height: 1%; 
	padding: 5px 5px 15px 5px; 
} 
 
html>body div.whitebox { 
	height: auto;  
	overflow: hidden; 
} 
 
div.whiteboxSubject, div.whiteboxSubjectMiddle { 
	border: 1px solid #949494; 
	background: #99a0a6 url(http://img.petsie.org/petsie/layouts/default/whiteboxSubject_new.jpg); 
	padding-left: 5px; 
	font-weight: bold; 
	line-height: 18px; 
	color: white;
	height: 18px;
	-moz-border-radius: 2px; 
} 
div.whiteboxSubject {
	
		
	
}

div.left { 
	float: left; 
} 
div.right { 
	text-align: right; 
	padding-right: 10px; 
	font-size: 10px; 
	font-weight: normal; 
} 
div.whiteboxSubject a, div.whiteboxSubjectMiddle a { 
	color: #ffffff; 
	text-decoration: underline; 
} 
div.whiteboxAction { 
	text-align: right; 
	border-bottom: 1px dotted #ccccdc; 
	padding: 2px; 
	font-size: 10px; 
} 
div.whiteboxFooter { 
	display: none; 
	height: 17px; 
	background-repeat: no-repeat; 
	background-position: bottom; 
} 
 
div#loginMenu { 
	width: 160px; 
	margin-left: 10px; 
	padding-top: 10px; 
} 
div#loginMenu div.whiteboxSubject { 
	background-repeat: no-repeat; 
	background-position: top; 
} 
div#loginMenu div.whiteboxSubject a { 
	text-decoration: underline; 
} 
div#loginMenu div.whiteboxSubject a.newComments { 
	text-decoration: none; 
	font-weight: bold; 
} 
div#loginMenu div.whiteboxFooter { 
	background-repeat: no-repeat; 
	background-position: top; 
	height: 14px; 
} 
div.userBox div.whitebox ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
} 
div.userBox div.whitebox ul li { 
	margin: 0; 
	padding: 3px 0 3px 0; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
} 
div.userBox div.whitebox ul li.last { 
	border-bottom: none; 
} 
div.userBox div.whitebox form.login table {  
	margin-left: 20px;  
} 
div.userBox div.whitebox { 
	padding: 5px 0 0 0; 
} 
div.userBox div.whitebox a { 
	padding-left: 15px; 
} 
div.userBox div.whitebox form.login th { 
	font-size: 12px; 
	font-weight: normal; 
} 
div.loginBox div.whitebox { 
	padding: 5px 10px 5px 10px; 
} 
div.loginBox div.whitebox a { 
 
} 
div.loginBox div.whitebox p { 
	margin: 0; 
	padding: 0 0 3px 0; 
} 
div.contentBottom { 
	margin-top: 10px; 
	border-top-width: 1px; 
	border-top-style: solid; 
	margin-bottom: 10px; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	padding: 10px; 
} 
div.roundBox { 
	margin-top: 10px; 
	border: 1px solid #c4c5c4;
	-moz-border-radius: 4px; 
	border-radius: 4px;
	margin-bottom: 10px; 
	padding: 10px;
	overflow: hidden;
} 
div.float { 
	width: 190px; 
	float: left; 
	padding: 0 10px 10px 10px; 
} 
div.float img{ 
	float: left; 
	margin-right: 10px; 
} 
div.spacer { 
	height: 1px; 
	line-height: 1px; 
	margin: 0; 
	padding: 0; 
	clear: both; 
} 
/* }}} */ 
 
/* SEARCH {{{ 
-----------------------------------------------------------------------------*/ 
div#search { 
	float: right; 
	width: 60px; 
	margin: 15px 10px -50px 0px; 
} 
div#search form {  
	display: inline; 
} 
div.searchForm { 
	margin: 0; 
} 
div#search ul.searchOptions { 
	padding: 0; 
	margin: 0; 
} 
div#search ul.searchOptions li { 
	display: inline; 
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
} 
div#search ul.searchOptions li a { 
	border-right-width: 1px; 
	border-right-style: solid; 
	float: left; 
	padding: 2px 5px; 
	font-size: 10px; 
} 
div#search ul.searchOptions li a.current { 
	border-right-width: 1px; 
	border-right-style: solid; 
	font-weight: bold; 
} 
div#search ul.searchOptions li.last a { 
	border-right-width: 0; 
} 
div#search ul.searchOptions a:hover { 
	text-decoration: underline; 
} 
div#search input.haku { 
	border-width: 1px; 
	border-style: solid; 
	width: 100px; 
	font: bold 12px verdana, Arial, Helvetica, sans-serif; 
	margin: 4px; 
} 
div#search input { 
	vertical-align: middle; 
} 
div#search input.image { 
	border: 0; 
	width: 18px; 
	height: 18px; 
} 
div.languageSelection { 
	margin-right: 5px;
	margin-top: -2px;
	text-align: right;
	float: right;
} 
/* }}} */ 
 
/* NAV 1 {{{ 
-----------------------------------------------------------------------------*/ 
#nav1 { 
	position: relative; 
	width: 100%; 
	top: 57px;
	left: 10px;
	font-size: 12px;
	z-index: 500;
} 
@media all and (min-width:0px) {
	body:not(:root:root) #nav1 { padding-top: 2px; }
}
#nav1 ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
} 
#nav1 li { 
	float: left; 
	margin: 0 0 0 5px; 
	padding: 0 0 0 9px; 
	font-size: 1.0em; 
	font-weight: bold; 
} 
#nav1 li span { 
	float: left;	 
	display: block;	 
	padding: 7px 15px 7px 6px; 
	text-decoration: none; 
} 
#nav1 li a:hover { 
	text-decoration: underline; 
} 
#nav1 li.hig { 
	background-repeat: no-repeat;
	background-position: left; 
	background-image: url(http://img.petsie.org/petsie/layouts/default/tab_active_left_new.jpg);
} 
#nav1 li.hig span { 
	background-image: url(http://img.petsie.org/petsie/layouts/default/tab_active_right_new.jpg);
	background-repeat: no-repeat; 
	background-position: right; 
	font-weight: bolder; 
} 
#nav1 li.hig a { 
	text-decoration: none;
} 
/* }}} */ 

/* SUB TABS {{{
-----------------------------------------------------------------------------*/
div.sub-tab {
	position: absolute;
	margin-left: -40px;
	z-index: 100;
	margin-top: 24px;
	width: 256px;
	overflow: hidden;
	font-size: 11px;
}
/* }}} */

/* FOOTER {{{  
-----------------------------------------------------------------------------*/ 
div#footer { 
	margin-top: -1px;
	height: 0px; 
	background: url(http://img.petsie.org/petsie/layouts/default/footer.gif);
	width: 900px; 
	background-repeat: no-repeat; 
	background-position: top; 
	text-align: center; 
	padding-top: 22px;
} 
div#footer ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	line-height: 20px; 
} 
div#footer ul li { 
	display: inline; 
} 
div#footer ul li a { 
	color: black;
 
} 
div#footer ul li a:hover { 
	text-decoration: underline; 
} 
/* }}} */ 
 
#contentSubject { 
	margin-left: 0px; 
	height: 30px; 
	padding-left: 8px;
	background-color: #f6f6f5; 
} 
#contentSubject .subject { 
	float: left; 
	font-weight: bold; 
	font-size: 14px; 
	padding-top: 6px; 
} 
.breadCrumb { 
	padding-left: 2px; 
	font-size: 70%; 
} 
#contentSubject .navi { 
	text-align: right; 
	padding-right: 5px; 
	font-size: 10px; 
	padding: 7px; 
	vertical-align: middle; 
} 
 
#tabs { 
	height: 30px; 
	float: right; 
	text-align: right; 
	padding-right: 5px;
	padding-top: 7px;
} 
@media all and (min-width:0px) {
	body:not(:root:root) #tabs { padding-top: 2px; }
}
#tabs ul { 
	list-style: none; 
	margin: 0; 
	padding: 6px 10px 0 0; 
} 
#tabs ul li { 
	float: left; 
	margin: 0 0 0 5px; 
	padding: 0 0 0 9px; 
	background-repeat: no-repeat; 
	background-position: left top; 
	background-image: url(http://img.petsie.org/petsie/layouts/default/subtab_inactive_left_new.png); 
	color: #cccccc; 
} 
#tabs ul li span { 
	float: left; 
	display: block; 
	padding: 5px 15px 4px 6px; 
	background-repeat: no-repeat; 
	background-position: right top; 
	background-image: url(http://img.petsie.org/petsie/layouts/default/subtab_inactive_right_new.png); 
} 
#tabs ul li a { 
	text-decoration: none; 
} 
#tabs ul li a:hover { 
	text-decoration: underline; 
} 
#tabs ul li.hig { 
	background-repeat: no-repeat; 
	background-position: left top; 
	background-image: url(http://img.petsie.org/petsie/layouts/default/subtab_active_left_new.png); 
	font-weight: bold;
	text-decoration: underline;
} 
#tabs ul li.hig span { 
	background-repeat: no-repeat; 
	background-position: right top; 
	background-image: url(http://img.petsie.org/petsie/layouts/default/subtab_active_right_new.png); 
	padding-bottom: 5px; 
} 
 
 
.pLeft { 
	width: 640px;  
	margin-right: 5px; 
	float: left; 
} 
.pRight { 
	background: #eeeff1; 
	overflow: hidden; 
	width: 205px; 
	float: right; 
}
.pHalf {
	width: 430px;  
	margin-right: 2px; 
	float: left;
}
.pHalfRight {
	width: 430px;  
	margin-left: 2px;
	float: right;
}
.greybg { 
	background: #eeeff1; 
} 
 
/* COMMENT STYLES {{{ 
----------------------------------------------------------------------------*/ 
div#com table { 
	margin-bottom: 3px; 
} 
div#com table td { 
	height: 16px; 
	vertical-align: top; 
	text-align: left; 
	font-size: 11px; 
} 
div#com td a span.icon { 
	text-decoration: underline; 
} 
div#com td.ct { 
	white-space: nowrap; 
	padding-right: 5px; 
	font-size: 9px; 
} 
div#com td.cn { 
	white-space: nowrap; 
	padding-right: 5px; 
} 
div#com td.cn A { 
 
} 
div#com td.cno { 
	white-space: nowrap; 
	padding-right: 5px;  
} 
div#com td.cno a { 
	font-weight: bold; 
} 
div#com td.newComments { 
	font-weight: bolder; 
	font-size: 16px; 
	padding-top: 20px; 
} 
tr.plusCommentRow { 
	cursor: pointer; 
	cursor: hand; 
} 
.comsys { 
	font-weight: bolder; 
} 
 
	table.comment { 
		margin-bottom: 10px; 
		width: 100%; 
	} 
	td.cImage { 
		vertical-align: top; 
		padding-right: 10px; 
		width: 50px; 
	} 
	td.cImage img { 
		padding: 1px; 
		border: 1px solid #849cf2; 
	} 
	td.cComment { 
	} 
	td.cComment .subject a { 
		font-weight: bold; 
	} 
	td.cComment .subject { 
		border-bottom: 1px solid #ccccdc; 
		margin-bottom: 5px; 
		width: 100%; 
	} 
	td.cComment .txt { 
	} 
/* }}} */ 
 
div#userMessage { 
	width: 160px; 
	margin-left: 10px; 
	text-align: center; 
	overflow: hidden; 
} 
.publicMessageTop { 
	height: 38px; 
	margin-top: 7px; 
	background-position: bottom; 
} 
 
.publicMessage { 
	border-left-width: 1px; 
	border-left-style: solid; 
	border-right-width: 1px; 
	border-right-style: solid; 
	font-size: 10px; 
	padding: 1px 8px 1px 8px; 
	overflow: hidden; 
} 
.publicMessageBottom { 
	height: 16px; 
	background-position: top; 
} 
 
div#smallImg { 
	z-index: 550;  
	position: absolute;  
	top: 0px;  
	left: 0px; 
} 
 
div#toolTip { 
	z-index: 1; 
	visibility: hidden; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	padding: 4px; 
	border-width: 1px; 
	border-style: dotted; 
	opacity:0.95; 
	filter: alpha(opacity=95); 
	max-width: 200px; 
	width: 200px; 
} 
 
div#scroller { 
	margin-bottom: 10px; 
} 
div#scroller table { 
	margin-left: auto; 
	margin-right: auto; 
} 
div#scroller td { 
	vertical-align: middle; 
} 
div#scroller iframe { 
	width: 600px; 
	margin: 0 3px 0 3px; 
	height: 50px; 
	border-width: 1px; 
	border-style: solid; 
} 
 
/* PREVNEX {{{ 
--------------------------------------------------------------------------------*/ 
table.prevNext { 
	margin-bottom: 3px; 
	width: 100%; 
} 
table.prevNext td { 
	font-size: 11px; 
	text-align: center; 
} 
 
table.prevNext a { 
	text-decoration: underline; 
} 
/* }}} */ 
 
/* Kuvasivu {{{  
-----------------------------------------------------------------------------*/ 
img.picture { 
	border-width: 1px; 
	border-style: solid; 
	padding: 1px; 
} 
table.imageNav { 
	width: 100%; 
	margin-bottom: 10px; 
} 
td.imageNav { 
	width: 30px; 
	border-width: 1px; 
	border-style: solid; 
	text-align: center; 
	cursor: pointer; 
	cursor: hand; 
} 
td.imageNav img { 
	margin-top: 10px; 
} 
td.imageNavEmpty { 
	width: 20px; 
} 
div.smallText { 
	padding-top: 10px; 
} 
.smallText { 
	font-size: 10px; 
} 
/* }}} */ 
 
select.sImageAction { 
	width: 160px; 
	border-width: 1px; 
	border-style: solid; 
} 
div.videothumbs { 
	width: 160px; 
	text-align: center; 
} 
div.videothumbs div img { 
	width: 128px; 
	border: 1px solid #78bbaa; 
	padding: 1px; 
} 
 
/*
div.thumbs div { 
	min-height: 105px; 
	width: 160px; 
} 
*/
div.thumbs div img { 
	border-width: 1px; 
	border-style: solid; 
	padding: 1px;
}
div.thumbs .maskContent {
	margin: 0;
	padding: 0;
}
div.thumbs div img:hover { 
	border-width: 1px; 
	border-style: solid; 
} 
div.thumbs span.sc, div.videothumbs span.sc { 
	font-size: 10px; 
} 
div.thumbs, div.videothumbs { 
	margin-bottom: 10px;
} 
/* thumbs hidden */ 
div.hiddenThumb div img { 
	opacity: 0.40;
	filter:alpha(opacity=40);
} 
 
img.smiley { 
	vertical-align: middle; 
} 
img.fs { 
	vertical-align: middle; 
	width: 15px; 
	height: 10px; 
} 
div.siOver { 
	border-width: 1px; 
	border-style: solid; 
	padding: 5px; 
} 
.warning { 
	font-weight: bold; 
	text-transform: uppercase; 
} 
.small { 
	font-size: 10px; 
} 
.small td { 
	font-size: 10px; 
} 
p.hilight { 
	font-size: 14px; 
	font-weight: bold; 
} 
 
p.boldMessage { 
	border-width: 2px; 
	border-style: dotted; 
	padding: 10px; 
}

p.adminMessage {
	margin-top: -2px;
	margin-bottom: 6px;
	padding: 10px;
	background-color: #fed0d0;
	-moz-border-radius: 4px;	
}

p.moderatorMessage {
	margin-top: -2px;
	margin-bottom: 6px;
	padding: 10px;
	background-color: #d0edfe;
	-moz-border-radius: 4px;	
}

table.varList { 
	width: 100%; 
} 
div.pLeft table.varList td{
	text-align: left;
}
div.commentField { 
	text-align: center; 
	margin-top: 0px; 
} 
div.commentField input.comment { 
	vertical-align: middle; 
	height: 20px; 
	border-width: 1px; 
	border-style: solid; 
	font: bold 12px verdana, Arial, Helvetica, sans-serif; 
	width: 55%; 
} 
div.commentField input.commentbut { 
	vertical-align: middle; 
	height: 20px; 
	border-width: 1px; 
	border-style: solid; 
	font: bold 12px verdana, Arial, Helvetica, sans-serif; 
} 
div.userpic { 
	margin: 0px 0px 10px 0px; 
	text-align: center; 
} 
div.userpic img { 
	border-width: 1px; 
	border-style: solid; 
	padding: 1px; 
} 
div.picture { 
	margin: 0 auto 13px auto; 
} 
div#imageText { 
	margin-bottom: 5px; 
} 
.userInfo div { 
	margin-bottom: 5px; 
} 
.userInfo div p { 
	margin: 0; 
	padding-left: 5px; 
} 
.communityInfo th { 
	vertical-align: top; 
	padding-right: 40px; 
} 
.communityInfo th h1 { 
	font-size: 14px; 
}
.comInfo {
	width: 400px;
}
.comLogoHolder {
	width: 206px;
}
.pRight div.whitebox img { 
	vertical-align: middle; 
} 
img.icon { 
	vertical-align: middle; 
} 
a.popupText { 
	border-bottom-width: 1px; 
	border-bottom-style: dashed; 
} 
 
div#word { 
	overflow: hidden; 
} 
 
div.statBar { 
	font: 10px Arial;  
	padding-left: 10px;  
	padding-right: 10px;  
	overflow: hidden;  
	height: 14px;  
	border-width: 1px; 
	border-style: solid;  
} 
 
.buttonSpecial { 
	background-repeat: no-repeat; 
	background-position: top center; 
	padding-top: 6px; 
	font: bold 14px Arial, Helvetica, sans-serif; 
	text-align: center; 
	height: 28px;
	float: left;
	width: 200px;
} 
 
div.communityLogo { 
	width: 160px; 
	border-width: 1px; 
	border-style: solid; 
	text-align: center; 
	padding-top: 20px; 
	margin-bottom: 10px; 
	padding-bottom: 20px; 
} 
div.logo { 
	padding: 2px; 
	width: 50px; 
	height: 50px; 
	vertical-align: middle; 
	text-align: center; 
	border-width: 1px; 
	border-style: solid; 
} 
 
.smsOrder table th { 
	font-size: 14px; 
} 
.smsOrder i { 
	font-size: 16px; 
	font-style: normal; 
	font-weight: bolder; 
} 
 
.smsOrder b { 
	font-size: 16px; 
	font-family: Verdana, Arial, sans-serif; 
	text-transform: uppercase; 
} 
 
div.searchResult h2 { 
	font-weight: normal; 
	margin-top: 0px; 
	margin-bottom: 3px; 
} 
 
div.searchResult h2 a { 
	text-decoration: underline; 
} 
 
div.searchResult h2 b { 
	font-weight: bold; 
} 
 
div.searchResult p.descr { 
	padding-left: 3px; 
	margin-bottom: 0px; 
	margin-top: 0px; 
} 
 
div.searchResult p.info { 
	font-size: 10px; 
	margin-bottom: 0px; 
	padding-left: 3px; 
	margin-top: 0px; 
} 
 
div.searchResult p.actions { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-top: 2px; 
	padding-left: 3px; 
} 
 
div.searchResult img.logo { 
	float: left; 
 	margin-right: 5px; 
} 
 
div.searchResult { 
	margin-bottom: 20px; 
} 
div.pageSection { 
	width: 320px; 
	float: left; 
	margin-right: 10px; 
} 
div.hoverContent { 
	padding: 15px; 
	border-width: 1px; 
	border-style: solid; 
	width: 200px; 
} 
 
div#friendList { 
	padding-left: 30px; 
} 
div#friendList a.chat { 
	margin-left: 5px; 
} 
 
p.headError { 
	border-width: 1px; 
	border-style: dashed; 
	padding: 10px; 
	font-weight: bolder; 
} 
p.headSuccess { 
	border-width: 1px; 
	border-style: dashed; 
	padding: 10px; 
	font-weight: bolder; 
} 
table.spacious td { 
	padding: 5px; 
} 
table.spacious th { 
	padding-left: 5px; 
} 
 
p.taglist a { 
	line-height: 25px; 
	padding: 0; 
} 
 
table.presentation { 
	width: 80%; 
} 
table.presentation td { 
	padding: 10px; 
} 
table.presentation td.txt { 
	vertical-align: middle; 
} 
 
div.presentation { 
	width: 420px; 
	margin: 15px 0px 20px 25px; 
} 
div.presentation .left { 
	margin-right: 30px; 
	float: left; 
} 
div.presentation .spacer { 
	margin-bottom: 10px; 
} 
div.presentation .txt { 
	width: 250px; 
} 
/** PROFILE EDITOR **/ 
td.editorLink { 
	border-width: 1px; 
	border-style: solid; 
	padding: 2px 2px 2px 2px; 
} 
td.editorLinkActive { 
	border-width: 1px; 
	border-style: solid; 
	padding: 2px 2px 2px 2px; 
} 
input.editorButton { 
	border-width: 1px; 
	border-style: solid; 
	padding: 2px 2px 2px 2px; 
	margin-top: 2px; 
	margin-bottom: 2px; 
} 
div.editorCP { 
	width: 150px; 
	border-width: 1px; 
	border-style: solid; 
	padding: 2px 2px 2px 2px; 
	margin-bottom: 2px; 
} 
div.mainDiv { 
	z-index: 19; 
	position: relative; 
} 
 
/** POPUP **/ 
div.popup { 
	border: 1px solid black; 
	padding: 10px; 
	background: #203f4f; 
	color: white; 
	opacity:0.95; 
	filter: alpha(opacity=95); 
	text-align: left;
}
div.popup td.popupImage { 
	padding: 0 10px 0 0; 
} 
div.popup div.whiteboxSubject, div.popup div.whiteboxFooter, div.popup div.whiteboxAction { display: none; } 
div.popup div.whitebox { border: none; background: transparent; } 
 
div.wallet { 
	float: left;
	display: block;
	/*padding: 0px 3px 3px 3px;*/ 
	vertical-align: top; 
	text-align: left; 
	width: 0;
	position: relative;
	z-index: 1000;
	margin: 0px;
} 
 
div.walletico { 
	float:left; 
	margin-top: 2px; 
	padding-right: 0px; 
	margin-right: 0px; 
	border: none; 
	border-right: 2px solid; 
} 
 
div.walletMenu { 
	margin: -10px 0 0 70px;
	padding: 0;
	position: absolute; 
	border-width: 1px; 
	border-style: solid; 
	width: 200px; 
	visibility: visible;
	display: none;
	opacity:0.9; 
	filter: alpha(opacity=90);	 
	z-index: 100;
} 
 
div.walletMenuPositioner { 
	position: relative; 
	width: auto; 
	float: left; 
	margin: 3px 0px 0px 10px;
	padding: 0;
} 
 
div.walletItem { 
	border-top: 1px solid #CCCCCC; 
	padding:4px; 
	font-size: 70%; 
	margin-left: 0;
} 
 
div.walletItem.subLevel { 
	background: url(http://img.petsie.org/petsie/images/menu_right_arrow.jpg) no-repeat right; 
} 
 
div.walletSubMenu { 
	z-index: 200; 
	position: absolute; 
	margin-left: 255px;
	margin-top: 10px; 
	color: white; 
	background-color: #294c5e; 
	width: 180px; 
	border: 1px solid #CCCCCC; 
	visibility: hidden; 
	font-size: 10px; 
} 
div.walletSubItem { 
	padding: 4px; 
} 
 
.walletSubject { 
	font-size: 13px; 
	font-family: Arial; 
	font-weight: bold; 
	margin: 0px 0px 0px 0px; 
}
div.thumbs .mask { 
	display: block; 
	position: absolute; 
	padding: 3px 0px 0px 3px; 
} 
.picture .mask { 
	display: block; 
	position: absolute; 
	padding: 0; 
} 
.picture .mask a { 
	height: 100%; 
	float: left; 
	background: url(http://img9.petsie.org/html/images/overlay.gif);
	display: block; 
} 
.picture .mask a img { 
	filter: Alpha(opacity=0); 
	-moz-opacity: .0; 
	opacity: 0.0; 
} 
.picture .mask a.lLeft { 
	text-align: left; 
} 
.picture .mask a.lLeft img { 
	padding-left: 4px; 
} 
.picture .mask a.lRight { 
	text-align: right; 
} 
.picture .mask a.lMiddle{ 
	text-align: center; 
} 
.picture .mask img { 
	border: 0; 
} 
.picture .mask a:hover img { 
	filter: Alpha(opacity=100); 
	-moz-opacity: 1.0; 
	opacity: 1.0; 
} 
.mask .icon {
	border: 0px;
}
.mask .icon:hover {
	border: 0px;
}
 
div.fDog { 
	width: 45px; 
	height: 70px; 
	float: left; 
 
} 
div.fDig img { 
	clear: right; 
} 
 
@media print { 
	div#siteTop { 
		display: none;	 
	} 
	td.sidebar { 
		display: none; 
	} 
	table#pageMiddle { 
		background: white; 
	} 
	div#footer { 
		display: none; 
	} 
	body { 
		background: white; 
	} 
} 
/* �l� lis�� mit��n t�nne */ 
 
/* Pets stuff */ 
 
table.varListPets { 
	width:100%; 
} 
 
input, select, textarea { 
	font-size:11px; 
} 
 
select.countrySelect option { 
	padding-left: 20px; 
 
} 
 
.float-right { 
	float: right; 
} 
.text-tiny { 
	font-size: 0.9em; 
} 
.text-medium { 
	font-size: 1.4em; 
	padding-left: 5px; 
	text-align: justify; 
}
.text-big-gray { 
	font-size: 2.0em;
	color: #828282;
	font-family: "Trebuchet MS";
} 
div.text-anfag p:first-letter { 
	font-family: "Trebuchet MS";
	font-size: 1.4em; 
	font-weight: bold; 
	margin: 0 0 0 0px; 
	padding: 0 0 0 5px;
	color: #203f4f; 
} 
div.text-anfag a:first-letter { 
	font-size: 1.4em; 
	font-weight: bold; 
	margin: 0 0 0 0px; 
	padding: 0 0 0 10px; 
} 
.inline { 
	display: inline; 
} 
 
div.textMedium p { 
	font-size: 1.1em; 
	padding-left: 5px; 
	text-align: justify; 
} 
div.textStylized p:first-letter { 
	font-size: 1.5em; 
	font-weight: bold; 
	margin: 0 0 0 0px; 
	padding: 0 0 0 10px; 
} 
 
select.petSelect { 
	border: 1px solid; 
} 
 
div.leftPadding { 
	padding-left: 3px; 
} 
 
div.latestEntryTop { 
    background-color: transparent; 
    color: white; 
    text-align:center; 
    font-weight: bold; 
    background-image: url("http://img.petsie.org/petsie/images/latesttop-bg.png"); 
    background-repeat: repeat-x;
    width: 206px;
    height: 23px;
    padding-top: 8px;
    font-size: 14px;
    font-family: "Trebuchet MS";
} 
div.latestEntry { 
    text-align:center; 
    padding-top: 12px; 
    padding-bottom: 4px; 
    background: url("http://img.petsie.org/petsie/images/latest-bg.jpg") no-repeat; 
    min-height: 200px;
} 
 
/* community stuff */ 
td.comCatLeft { 

} 
 
td.comCatMiddle { 
	background-image: url('http://img.petsie.org/petsie/images/community/com_cat_middle_bg.jpg'); 
	background-repeat: repeat-x; 
	padding: 6px;
} 
td.comCatRight { 
	background-image: url('http://img.petsie.org/petsie/images/community/com_cat_right_bg.jpg'); 
	background-repeat: no-repeat; 
	padding: 6px;
} 
 
td.comCatDivContent { 
	border-left: 1px solid #000; 
	border-right: 1px solid #000; 
} 
 
td.comCatDivBottomLeft { 
	border-left: 1px solid #000; 
	border-bottom: 1px solid #000; 
} 
 
td.comCatDivBottomMiddle { 
	border-bottom: 1px solid #000; 
} 
 
td.comCatDivBottomRight { 
	max-width: 14px; 
	width: 14px; 
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000; 
} 
div.comContentTop { 
	border-left: 1px solid #000; 
	border-right: 1px solid #000;
	margin-top: -3px;
	padding-bottom: 6px; 
	background: url('http://img.petsie.org/petsie/images/community/com_div_bg.jpg') repeat-x top; 
} 
div.comContentDiv { 
	padding: 4px; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 6px; 
	cursor: pointer;
	width: 604px;
} 
div.comContentDiv:hover { 
	border-top: 1px dotted #000; 
	border-bottom: 1px dotted #000; 
	background-color: #ececec; 
	padding: 4px; 
	padding-left: 6px; 
} 
 
/* Forum stuff */ 
 
.forum_searchresult { 
	background-image: url(http://img.petsie.org/petsie/images/th_bg.jpg); 
	background-repeat: repeat-x;
	height: 20px; 
} 
.forum_lastmodf { 
	font-size: 10px; 
	font-style: italic; 
} 
.forum_searchborder { 
	border: 2px solid #dddddd;	 
} 
.forum_gradient { 
	background-image: url(http://img.petsie.org/petsie/images/forum/forumbg.png); 
	background-repeat: repeat; 
} 
.forum_postcaption { 
	height: 23px; 
	background-image: url(http://img.petsie.org/petsie/images/forum/forumbg.png); 
	background-repeat: repeat-x; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	background-position: 0px 0px; 
	max-width: 850px;
} 
.forum_small_margin { 
	margin: 5px 5px 15px 5px; 
} 
.forum_poll h2 { 
	background-image: url(http://img.petsie.org/petsie/images/forum/forumbg.png); 
	background-repeat: repeat; 
	background-position: 0px 5px; 
	margin: 15px 15px 15px 15px; 
	padding: 5px 5px 5px 5px; 
} 
.forum-post-text { 
	font-size: 13px; 
	font-family: Arial; 
	max-width: 675px;
} 
.forum-post-text p { 
	font-size: 13px; 
	font-family: Arial; 
} 
.forum-post-text img { 
	max-width: 500px;
} 
.forum-post-text pre {
	white-space:normal;
	max-width: 700px;
}
.forum_signature { 
	font-size: 11px; 
	font-style: italic; 
	padding: 5px 5px 5px 5px; 
	margin: 0;
} 
.forum-msg-holder { 
	width: 96%;
	overflow: hidden;
} 
.nopadding { 
	padding: 0px 0px 0px 0px; 
} 
 
.nomargin { 
	margin: 0px 0px 0px 0px; 
} 
.smallindent { 
	margin-left: 10px; 
} 
.postcount { 
	display: inline; 
	text-align: right; 
	font-size: xx-small; 
	border: none; 
	border-left-width: 1px; 
	border-left-style: solid; 
} 
.forum_topic_action_links { 
	float:right; 
	text-transform: uppercase; 
	font-size: 10px; 
	font-weight: bold; 
	padding: 3px 3px 3px 3px; 
} 
.forum_topic_timestamp { 
	font-size: 10px; 
	text-align: left; 
	padding: 2px 2px 2px 2px; 
} 
table.forum_topic { 
	width: 100%; 
} 
td.forum_topic_nick_cell { 
	width: 160px; 
	height: 180px; 
} 
td.cat_head { 
	background: #bcc5cc; 
} 
.categoryTable { 
	width: 630px; 
} 
.categoryTable th { 
	border: 1px solid #ffffff; 
	background-color: #bcc5cc; 
	font-weight: bold; 
} 
.categoryTable td { 
	border-bottom: 1px dashed #bcc5cc; 
	padding: 5px 5px 10px 5px; 
} 
.categoryTableSmall { 
	margin-left: 10px; 
	width: 620px; 
} 
.text-grey { 
	color: #676767; 
} 
.postsTable { 
	border: 1px solid #ffffff; 
} 
.postsTable th { 
	border: 1px solid #ffffff; 
	background-color: #bcc5cc; 
	font-weight: bold; 
	color: #ffffff; 
} 
.postsTable td { 
	border: 1px solid #ffffff; 
} 
.forum-bg-light-grey { 
	background-color: #dfe0e1; 
	padding: 9px 9px 15px 9px; 
} 
.forum-bg-light-grey a { 
	font-weight: bold; 
} 
.forum-bg-light-grey img { 
	margin: 5px 5px 5px 3px; 
} 
.forum-quote-subject { 
	font-size: 85%; 
	padding: 0px 3px 3px 18px; 
	margin: 0px 0px 0px 0px; 
	border-bottom: 1px dotted #bcc5cc; 
	color: #bcc5cc; 
	width: 96%; 
	background-image: url(http://img.petsie.org/petsie/images/icons/lainaus.gif); 
	background-repeat: no-repeat; 
	background-position: top left; 
} 
.forum-quote-text { 
	font-size: 90%; 
	padding: 0px 8px 8px 8px; 
} 
.forum-quote-text-special, .forum-quote-text-special p { 
	color: #000000; 
	font-size: 90%; 
	padding: 0px 8px 8px 8px; 
} 
.forum-quote-pos { 
	margin: 2px 2px 2px 2px;
}
.forum-msg-holder div.contentBottom {
	border: 1px solid #cecece;
}
.contentBottom .forum-quote-pos {
	border: 1px solid #cecece;
	background-color: white;
}
.forum-timestamp { 
	padding: 0px 0px 0px 3px; 
} 
.time { 
	border-right: 1px solid #bcc5cc; 
	color: #a0a0a0; 
	width: 30px; 
} 
.tiny-padding a { 
	padding: 0px 0px 0px 3px; 
} 
 
.forum-poll-table { 
	margin: 0px 8px 20px 15px; 
	padding: 3px 3px 3px 3px; 
} 
.forum-poll-table-answers { 
	border-bottom: 1px dashed #bcc5cc; 
	padding: 3px 40px 3px 3px; 
} 
.forum-poll-table-nums { 
	font-weight: bold; 
	text-align: center; 
	padding: 3px 3px 3px 3px; 
	border-bottom: 1px dashed #bcc5cc; 
} 
span.listSubject { 
	border-bottom: 1px solid #ccccdc; 
	font-weight: bold; 
	padding-right: 130px; 
	margin: 0; 
} 
a.smallLink { 
	color: #ffffff; 
} 
#hints { 
	padding-top: 5px; 
	border: 1px solid #CCCCCC; 
	background: #203f4f; 
	color: white; 
} 
.nowrap { 
	white-space: nowrap; 
} 
table.myPets { 
	width: 100%; 
} 
table.myPets td b { 
	font-size: 120%; 
	font-weight: bold; 
} 
 
table.abilities { 
	width: 100%; 
} 
table.abilities th { 
	width: 60%; 
	text-align: center; 
	padding-top: 5px; 
	font-weight: normal; 
} 
table.abilities tr.head td { 
	width: 20%; 
	font-size: 9px; 
	vertical-align: bottom; 
} 
table.abilities tr.head td.highend { 
	text-align: right; 
} 
table.abilities tr.stat td { 
	text-align: center; 
} 
 
div#extraSearch input { 
	vertical-align: middle; 
} 
div#communitiesList ul { 
	list-style: none; 
	margin-bottom: 0; 
} 
div#communitiesList div.comCategory { 
	font-weight: bold; 
	color: black; 
	padding-left: 2px; 
} 
div.divider { 
	height: 5px; 
	border-bottom: 1px dotted black; 
	margin-bottom: 4px; 
} 
div.whiteboxSubjectRelated { 
	background: url(http://img.petsie.org/petsie/layouts/default/relatedBoxSubject.png); 
	border: none; 
	height: 21px; 
	line-height: 20px; 
} 
 
div#ownVideoScroller { 
	height: 450px; 
	overflow: auto; 
} 
div.regError { 
	color:red; 
	padding: 3px 0px 0px 3px; 
} 
tr.regError input, tr.regError select { 
	border-color: red; 
	border-width: 2px; 
	border-style: solid; 
	background-color: #ffcccc; 
} 
div.regOk { 
	color:green; 
	padding: 3px 0px 0px 3px; 
} 
div.regHelp { 
	position: absolute; 
	padding: 3px 3px 3px 3px; 
	border-bottom: 3px ridge #666666; 
	border-right: 3px ridge #666666; 
	z-index: 101; 
} 
 
/** WHO'S CUTE PAGE **/ 
div.rateTop { 
	height: 74px; 
	background: url(http://img.petsie.org/petsie/images/whoscute/rateTop.jpg) no-repeat top left; 
} 
div.rateMiddle { 
	padding-top: 10px; 
	padding-bottom: 10px; 
	background-color: #162c37; 
} 
div.rateBottom { 
	height: 119px; 
	background: url(http://img.petsie.org/petsie/images/whoscute/rateBottom.jpg) no-repeat top left; 
} 
div.header { 
	padding-left: 10px; 
	padding-top: 16px; 
	font-size: 28px; 
	font-weight: bold; 
	color: white;
} 
div.footer { 
	padding-left: 10px; 
	padding-top: 32px; 
	font-size: 18px; 
	font-weight: bold; 
	color: white; 
} 
div.rightTop { 
	padding-top: 5px; 
	background: url(http://img.petsie.org/petsie/images/whoscute/rateRightTop.jpg) no-repeat bottom left; 
	height: 51px; 
} 
div.rightMiddle { 
	width: 200px; 
	text-align: center; 
	background-color: #162c37; 
	color: white; 
	padding-top: 10px; 
	padding-bottom: 10px; 
} 
div.rightMiddle a { 
	color: #639ebc; 
} 
 
div.rightBottom { 
	border-collapse: collapse; 
	background: url(http://img.petsie.org/petsie/images/whoscute/rateRightBottom.jpg) no-repeat top left; 
	height: 100px; 
} 
div.rightHeader { 
	font-size: 18px; 
	font-weight: bold; 
	color: white; 
	padding-top: 10px; 
	padding-left: 10px; 
} 
/** WHO'S CUTE PAGE END **/ 
 
/** VARLIST STYLES BEGIN **/ 
td.even { 
	vertical-align: top; 
} 
 
/** VARLIST STYLES END **/ 
 
/** litter stuff **/ 
div.litterbox { 
	border-left: 1px solid #c3c3c3; 
	border-top: 1px solid #c3c3c3; 
	border-right: 1px solid #777777; 
	border-bottom: 1px solid #777777; 
	padding: 6px; 
	padding-top: 4px; 
	padding-bottom: 20px; 
	margin: 5px; 
	background-color: white; 
} 
div.litterbox.descr { 
	width: 300px; 
	overflow: hidden; 
} 
div.litterHeader { 
	font-weight: bold; 
	border-bottom: 1px dotted #333333; 
	margin-bottom: 4px; 
} 
span.litterFemale a { 
	color: #a6273c; 
} 
/** end of litter stuff **/ 
 
/** calendar && events **/ 
div.calContainer { 
	 
} 
 
table.calendar { 
	border-color: #cccccc; 
	background-color: #cccccc; 
} 
th.calHeader { 
	color: gray;  
	text-align: center; 
	background-color: #e2e2e2; 
} 
td.calCell { 
	height: 80px; 
	overflow: hidden; 
	background-color: #f8f8f8;  
} 
td.calCell.tiny { 
	height: auto; 
	overflow: hidden; 
	vertical-align: middle; 
	text-align: center; 
} 
td.calCell.tiny.today { 
	background-color: #8ad7ff; 
} 
td.calCell.today { 
	background-color: white; 
} 
div.calDate { 
	float: right; 
	font-style: italic; 
	font-size: 14px; 
	font-family: "Tresbuchet MS"; 
	color: #666666; 
	padding-left: 1px; 
	padding-top: 1px;  
	text-align: center; 
	width: 24px;  
	height: 18px; 
} 
div.calDate.tiny { 
	float: none; 
	font-family: Verdana; 
	font-size: 10px; 
	width: auto; 
	height: auto; 
} 
div.calDateData { 
	margin-top: 20px; 
	font-size: 10px; 
	vertical-align: bottom; 
	text-align: left; 
} 
div.calDate.today { 
	background: url(http://img.petsie.org/petsie/images/daymarker.gif) right no-repeat; 
} 
div.calDate.sunday { 
	color: red; 
} 
div.calDate.sunday.today { 
	color: red; 
	background: url(http://img.petsie.org/petsie/images/daymarker.gif) right no-repeat; 
} 
div.calDate.sunday a {
	color: red;
}
 
div.newEvent input, div.newEvent textarea, div.newEvent select { 
	width: 230px; 
} 
 
div.newEvent input.normal, div.newEvent select.normal { 
	width: auto; 
} 
div.eventInfo table { 
	color: white; 
} 
/** end of calendar && events **/ 
 
/** SHOP STUFF **/ 
div.shopBtnLeft { 
	background-image: url(http://img.petsie.org/petsie/images/shop/btn_left.gif); 
	width: 9px; 
	height: 31px; 
	float: left; 
} 
 
div.shopBtnLeft_green { 
	background-image: url(http://img.petsie.org/petsie/images/shop/btn_left_green.gif); 
} 
 
div.shopBtnMiddle { 
	background: url(http://img.petsie.org/petsie/images/shop/btn_middle.gif) repeat-x; 
	padding-top: 8px; 
	padding-left: 8px; 
	padding-right: 8px; 
	width: auto; 
	height: 31px; 
	float: left; 
} 
 
div.shopBtnMiddle_green { 
	background: url(http://img.petsie.org/petsie/images/shop/btn_middle_green.gif) repeat-x; 
} 
 
div.shopBtnRight { 
	background-image: url(http://img.petsie.org/petsie/images/shop/btn_right.gif); 
	width: 9px; 
	height: 31px; 
	margin-right: 10px; 
	float: left; 
} 
 
div.shopBtnRight_green { 
	background-image: url(http://img.petsie.org/petsie/images/shop/btn_right_green.gif); 
} 
 
div.btnHolder { 
	display: inline; 
} 
 
div.btnHolder a { 
	color: white; 
	font-weight: bold; 
} 
 
h1.shopHeader { 
	padding-top: 5px; 
	color: #203f4f; 
	padding-bottom: 3px; 
	background: url(http://img.petsie.org/petsie/images/shop/header_ul.gif) no-repeat bottom left; 
} 
 
h2.shopHeader { 
	padding-top: 5px; 
	color: #203f4f; 
	padding-bottom: 3px; 
	background: url(http://img.petsie.org/petsie/images/shop/header_ul.gif) no-repeat bottom left; 
} 
 
h3.shopHeader { 
	margin-top: 0px; 
	padding-top: 0px; 
	padding-left: 0px; 
	background-color: transparent; 
	border: 0px; 
	color: #203f4f; 
} 
 
span.shopPrice { 
	font-size: 18px; 
	font-family: "Trebuchet MS"; 
	color: #203f4f; 
} 
 
input.amountField { 
	font-size: 20px; 
	color: gray; 
	width: 25px; 
	height: 31px; 
	text-align: right; 
} 
 
div.smallImgContainer { 
	display: inline; 
	clear: both; 
} 
 
div.smallImgLeft { 
	background-image: url(http://img.petsie.org/petsie/images/shop/small_img_left.gif); 
	width: 6px; 
	height: 60px; 
	float: left; 
} 
 
div.smallImgMiddle { 
	background: url(http://img.petsie.org/petsie/images/shop/small_img_middle.gif) repeat-x; 
	float: left; 
	height: 60px; 
} 
 
div.smallImgRight { 
	background-image: url(http://img.petsie.org/petsie/images/shop/small_img_right.gif); 
	width: 6px; 
	height: 60px; 
	float: left; 
} 
div.productText { 
	font-size: 12px;
	width: 350px;
} 
 
div.printContainer { 
	font-family: "Trebuchet MS"; 
	font-size: 13px; 
	text-align: left; 
} 
 
div.printTop { 
	width: 100%; 
	height: 100px; 
	border-bottom: 4px solid #203f4f; 
	padding-left: 20px; 
	margin-top: 10px;	 
} 
 
div.printContent { 
	height: 900px; 
	margin-top: 20px; 
	padding-left: 20px; 
} 
 
div.printContainer td { 
	font-family: "Trebuchet MS"; 
	font-size: 13px; 
} 
 
div.printBottom { 
	width: 100%; 
	padding-top: 4px; 
	border-top: 2px solid #203f4f; 
	height: 15px; 
	text-align: center; 
	font-size: 12px; 
} 
 
span.instock { 
	color: green; 
} 
span.outofstock { 
	color: #806b15; 
} 
span.shopNote {
	font-size: 15px;
	font-weight: bold;
	color: #203f4f;	
}

div#shopMenu {
	border: 1px solid #bfbfbf;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top: 5px;
}

#shopMenu ul {
	margin-bottom: -1px;
}

#shopMenu ul li {
	list-style: bullet;
	display: block;
	line-height: 20px;
	margin-left: -20px;
}

#shopMenu ul li a {	
	display: block;
	border-bottom: 1px solid #d5d5d5;
	padding-left: 6px;
	background-color: #8e999f;	
	color: white;
	font-weight: bold; 
}

#shopMenu ul li ul a {
	color: #203f4f;
}

#shopMenu ul li.selected a {	
	background-color: white;
}

#shopMenu ul li ul a:hover {
	background-color: white;
}

#shopMenu ul li ul a {	
	padding-left: 10px;
	background-color: #d9d9d9;
	font-weight: normal;	
}

#shopMenu ul li ul ul a {	
	padding-left: 25px;
	background-color: #e5e5e5;
}

#shopMenu ul li ul ul ul a {	
	padding-left: 40px;
	background-color: #f2f2f2;
}

div.shopCartButton {
	border: 1px solid #aaaaaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(http://img.petsie.org/petsie/images/shop/bg-shopbtn.jpg);
	margin-right: -2px; 
}

div.shopTopCart {
	background: url(http://img.petsie.org/petsie/images/shop/bg-shopbtn.jpg) bottom repeat-x;
	position: relative;
	padding: 10px;
	background-color: #f6f6f6;
	border: 1px solid #b0b0b0;
	color: black;
	margin-left: auto;
	width: 350px;
	text-align: left;
	margin-top: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

span.special_price {
	display: inline-block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #5daf39;
	padding: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white; 
}

/** END OF SHOP STUFF **/ 
 
/** MARKET **/
div.market-pager {
	border: 0;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #806b15;
	widdt: 100px;
}
div.market-pager span {
	display: inline-block;
	border: 0;
	padding-left: 3px;
	padding-right: 3px;
}
div.market-pager span#selected {
	background-color: #eeeff1;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
}
div.adhasnoimages {
	padding-top: 20px;
}
div.adhasnoimages p {
	position: relative;
	padding-top: 80px;
	font-size: 24px;
	font-weight: bold;
	color: #c1c1c1;
	text-align: center;
}

/** END OF MARKET **/

/** IMAGESETS **/ 
 
div.setDiv { 
	text-align: center; 
	padding-bottom: 10px; 
} 
 
div.imagePool { 
	width: 100%; 
	border-top: 3px solid #ccc; 
	padding-top: 4px; 
	height: 180px; 
	overflow: auto; 
} 
div.setHeader { 
	min-height: 60px; 
	background-color: #ddd; 
	margin-bottom: 5px; 
	overflow: hidden; 
	border-bottom: 2px solid #ccc; 
} 
div.setImages { 
	min-height: 50px; 
} 
div.setImages div.thumbs div { 
	min-height: 55px; 
} 
div.setImages div.thumbs div img { 
	height: 55px; 
	border: 4px solid #c3c3c3; 
} 
 
a.setName { 
	font-weight: bold; 
}

span.setDescr {
	display: inline-block;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #f5f5f5;
}

h3.label { 
	font-family: "Trebuchet MS"; 
	font-size: 15px; 
	color: #203f4f; 
	border: 0px; 
	background-color: transparent; 
	margin: 0px; 
	padding: 0px; 
	text-transform: none; 
} 
span.infoDiv { 
	font-family: "Trebuchet MS"; 
	font-size: 12px; 
	font-weight: bold; 
	background-color: white; 
	margin: 4px; 
	padding: 2px; 
	color: #203f4f; 
} 
span.setName { 
	font-family: "Trebuchet MS"; 
	font-size: 14px; 
	font-weight: bold; 
	color: #203f4f; 
} 
 
span.setDescr { 
	font-style: italic; 
} 
img.images { 
	border: 4px solid #c3c3c3; 
	margin: 4px; 
	height: 55px; 
} 
input.addNew { 
	margin-top: 2px; 
	font-size: 11px; 
	width: 100px; 
} 
img.applyBorder, div.thumbs img.applyBorder { 
	border: 4px solid #203f4f; 
}
div.thumbs img.applyBorder:hover {
	border: 4px solid #203f4f;
}
img.removeBorder { 
	border: none; 
}
div.set  {
	border: 1px solid #d3d3d3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}
div.selectedSet, div.set:hover  {
	border: 1px solid #d3d3d3;
	background-color: #fafafa;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
}
div.set a:hover, div.selectedSet a:hover {
	text-decoration: none;
}
/** END OF IMAGESETS **/

/** OFFENSIVE IMAGE COVER **/
div.offensiveCoverContainer {
	width: 450px;
	align: center;
	border: 1px dotted #dedede;
	margin: 10px;
	padding: 20px;
	height: 150px;
	padding-top: 100px;
	background-color: #f8f8f8;
	font-size: 13px;
	font-family: "Trebuchet MS";
	font-weight: bold;
} 
/** END OF OFFENSIVE IMAGE COVER **/

/** MAPS STUFF **/
div#disabledMap {
	padding-top: 142px;	
	height: 158px;
	background: url(http://img.petsie.org/petsie/images/map_disabled.jpg);
	width: 630px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #606060;
}

/** END OF MAPS **/

/** CAROUSEL **/
span.carouselPage {
	padding: 0px;
	border-collapse: collapse;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

img.carouselImg {
	margin: 4px;
	vertical-align: middle;
} 

div.carouselHolder {
	position: relative;
	overflow: hidden;
	background: url(http://img.petsie.org/petsie/images/carousel/top-border.gif) top repeat-x;
	padding-top: 4px;
	padding-bottom: 4px;	
}

td.td-top-left {
	background: url(http://img.petsie.org/petsie/images/carousel/top-left-bg.gif) no-repeat left top;
	height: 10px;
	width: 24px;
}	

td.td-top-right {
	background: url(http://img.petsie.org/petsie/images/carousel/top-right-bg.gif) no-repeat right top;
	height: 10px;
	width: 24px;
}	

td.td-main {
	background: url(http://img.petsie.org/petsie/images/carousel/mainbg.jpg) bottom repeat-x;
}

td.td-prev {
	background: url(http://img.petsie.org/petsie/images/carousel/bottom-left-bg.gif) no-repeat bottom left;
	vertical-align: middle;
	padding-left: 4px;
}

td.td-next {
	background: url(http://img.petsie.org/petsie/images/carousel/bottom-right-bg.gif) no-repeat bottom right;
	padding-right: 4px;
	vertical-align: middle;
	text-align: right;
	padding-bottom: 15px;
}	
/** END OF CAROUSEL **/

/** LOST & FOUND **/
div#lostFoundNavi {
	padding-left: 40px;
	text-align: center;
}
div#lostFoundNavi span.navItem, div#lostFoundNavi span.navItem_selected {
	border: 1px solid #203f4f;
	padding: 2px;
	padding-left: 8px;
	padding-right: 10px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: white;
}
div#lostFoundNavi span.navItem_selected {
	background-color: #203f4f;
	border: 1px solid #e9e9e9;
}
div#lostFoundNavi span.navItem a {
	color: #606060;
}
div#lostFoundNavi span.navItem_selected a {
	color: white;
}
div#lostFoundNavi input#lostFoundSearch {
	font-size: 16px;
	font-weight: bold;
	color: #7a7a7a;
	border: 1px solid #e9e9e9;
	width: 350px;
}
div#lostFoundNavi input#searchBtn {
	font-size: 14px;
	font-weight: bold;
}
/** END OF LOST & FOUND **/

/** bottom menu tree **/

div#menutree {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: white;
	padding: 4px;
	padding-top: 8px; 
	text-align: center;
}
div#menutree span {
	margin-left: 20px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
div#menutree h4 {
	color: #595959;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	padding: 0px;
	margin-bottom: -2px;
}
div#menutree a {
	color: #767676;
}
div#menutree a:hover {
	color: black;
	text-decoration: none;
}
div#menutree ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
div#menutree li {
	margin: 0px;
	padding: 0px;
}

/** end of bottom menu tree **/

div.pLeft .textAd {
	text-align: center; 
	font-size: 13px; 
	font-family: "Trebuchet MS";
}
div.pRight .textAd {
	text-align: center; 
	font-size: 12px; 
	font-family: "Trebuchet MS";
}

div.letterList {
	font: 12px "Trebuchet MS";
	border-bottom: 1px solid #999;
	padding-bottom: 4px;	
}
/** HOVERBOX **/
#dimmer {
	top: 0px;
	left: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
	margin: 0px;
	z-index: 998;
	margin: 0;
	padding: 0;
}
div#hoverBox {
	z-index: 10000;
	position: fixed;
	border: 5px solid #203f4f;
	min-width: 300px;
	background-color: white;
	opacity: 0.95;
	top: 45px;
	width: 550px;
}
div#hoverBox_inner_wrapper {
	padding: 10px;
	text-align: left;
}
div#hoverBox_footer {
	background: #f5f5f5;
	border-top: 1px solid #cdcdcd;
	height: 26px;
	text-align: right;
	padding: 3px 3px 0 3px;
	background: white url(http://img.petsie.org/petsie/images/bg-hoverbox-footer.jpg) bottom;
}
div.loadingDiv {
	text-align: center; 
	width: 100%; 
}
/** END OF HOVERBOX **/

/** DROPPABLES **/
#imagelist span {
	display: inline-block;
	width: 150px;
	margin-right: 50px;
	text-align: left;
	vertical-align: top;
}
#sortlist span {
	display: inline-block;
	width: 150px;
	margin-right: 50px;
	text-align: left;
	vertical-align: top;
}
#sortlist img.thumb:hover {   
	cursor: move;
}
div.droppableHover {
	background-color: #85bdca;
}
/** END OF DROPPABLES **/

div.divShopOrderExperience {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomleft: 3px;
	margin: 2px;
	color: white;
	font-weight: bold;
	background-color: #51a82f;
	margin-bottom: 4px;
	padding: 4px;
}