body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,hr { margin:0; padding:0; }
html,body { height:100%; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
a { outline:none; }
hr { border:none; }
object { display:block; }

/* -------------------------------------------------------------------------------------------------------- toolbox ---------- */
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }
.inline { display: inline; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* ----------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- universal ---------- */
/* ----------------------------------------------------------------------------------------------------------------------------- */
body {
	background: #fff url(img/bg.gif) repeat-y center;
	text-align: left;
	color: #545657;
	font: 13px/21px Arial, Helvetica, sans-serif;
	}
#overall {
	background: url(img/bg-header.jpg) center top no-repeat;
	width: 100%;
	min-width: 1000px;
	}
a, a:link {
	color: #f33c76;
	text-decoration: underline;
	}
a:visited {
	color: #ff6999;
	}
a:hover, a:active {
	color: #c7003f;
	text-decoration: none;
	}
h1 {
	font-weight: normal;
	font-size: 28px;
	color: #f33c76;
	margin-top: 30px;
	padding-bottom: 10px;
	}
h2 {
	font-weight: normal;
	font-size: 22px;
	color: #f33c76;
	margin-top: 20px;
	}
h2+p {
	margin-top: 10px;
	}

h3 {
	font-weight: normal;
	font-size: 20px;
	color: #6caeb5;
	margin-top: 20px;
	}
h3+p {
	margin-top: 10px;
	}

p {
	margin-top: 20px;
	}
p:first-child {
	margin-top: 0;
	}
ul, ol {
	margin: 15px 0 15px 0;
	}
li {
	line-height: 17px;
	margin-bottom: 4px;
	}
ul li {
	padding-left: 40px;
	background: url(img/bg-li.gif) no-repeat 24px 4px;
	}
ol {
	list-style: decimal;
	}
ol li {
	margin-left: 40px;
	}
ul.alone, ol.alone {
	margin-top: 20px;
	}
.hr hr {
	display: none;
	}
a.noColor {
	color: #545657;
	}
.aboutImg {
	float: left;
	margin-right: 15px;
	}
.avatar {
	width: 140px;
	height: 140px;
	background: #fdd5e5;
	float: left;
	display: inline;
	margin: 20px 20px 30px 0;
	border: 1px solid #f33c76;
}
a.top {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	color: #6caeb5;
	background: url(img/arrow-top.gif) no-repeat;
	text-indent: 20px;
	}

/* -------------------------------------------------------------------------------------------------------- header ---------- */
#header {
	width: 949px;
	height: 192px;
	margin: 0 auto;
	}
#loginButtons {
	float: right;
	width: 165px;
	height: 121px;
	margin: 19px 36px 0 0;
	}
#loggedinButtons {
	text-align: right;
	float: right;
	width: 470px;
	height: 121px;
	margin: 19px 36px 0 0;
	}
#loginButtons a {
	display: block;
	float: left;
	height: 22px;
	text-indent: -9999px;
	}
#loginButtons a:hover {
	background-position: center bottom;
	}
a#bLogin {
	width: 73px;
	background-image: url(img/b-login.gif);
	}
a#bRegister {
	width: 92px;
	background-image: url(img/b-register.gif);
	}

#loggedinButtons a.loggedin {
	text-indent: 0;
	display: inline;
	float: none;
	width: 400px;
	margin: 0 0 0 10px;
	}

/* ------------------------------------------------------ nav ---------- */
/* ---- nav resets ---------- */
#nav ul {
	margin: 0;
	}
#nav li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ---- nav resets end ---------- */
#nav {
	clear: both;
	float: right;
	width: 718px;
	z-index: 1000;
	}
#nav li {
	float: left;
	margin-right: 10px;
	}
#nav li a {
	display: block;
	height: 22px;
	text-indent: -9999px;
	}
#nHome a {
	width: 73px;
	background-image: url(img/n-home.gif);
	}
#nContests a {
	width: 99px;
	background-image: url(img/n-contests.gif);
	}
#nCloset a {
	width: 143px;
	background-image: url(img/n-closet.gif);
	}
#nPostshoe a {
	width: 118px;
	background-image: url(img/n-postshoe.gif);
	}
#nBrowse a {
	width: 122px;
	background-image: url(img/n-browse.gif);
	}
#nAbout a {
	width: 79px;
	background-image: url(img/n-about.gif);
	}
#nav li a:hover {
	background-position: center bottom !important;
	}
#homePage #nHome a,
#contestsPage #nContests a,
#closetPage #nCloset a,
#browsePage #nBrowse a,
#postshoePage #nPostshoe a,
#aboutPage #nAbout a {
	background-position: center bottom;
	}

/* ------------------------------------------------------ sub-nav ---------- */
#nBrowse:hover a {
	background-position: center bottom !important;
	}
#browsePage #nBrowse a {
	background-position: center center;
	}
#nBrowse ul {
	background: url(img/bg-n-sub-browse.png) left bottom no-repeat;
	}
#nBrowse ul li a {
	width: 120px;
	}

#nav li ul {
	position: absolute;
	text-align: center;
	padding-bottom: 11px;
	left: -9999px;
	}
#nav li:hover ul {
	left: auto;
	}
#nav li ul li {
	clear: both;
	border-bottom: 1px solid #c70067;
	border-left: 1px solid #c70067;
	border-right: 1px solid #c70067;
	}
#nav li ul li a {
	background-image: none;
	background-color: #fff;
	height: auto;
	padding: 6px 0;
	line-height: 14px;
	color: #007783;
	text-indent: 0;
	text-decoration: none;
	}
#nav li ul li a:hover {
	background-color: #f12678;
	color: #fff;
	}

/* -------------------------------------------------------------------------------------------------------- middle content ---------- */
#middleContent {
	clear: both;
	width: 949px;
	margin: 0 auto;
	background: url(img/bg-right-ads.gif) 566px 134px no-repeat;
	}
#columnLeft {
	float: left;
	width: 566px;
	}
#bigQuote {
	margin-top: 15px;
	}
#leftContent {
	margin: 0 0 28px 50px;
	width: 488px;
	}
.imgRight {
	float:right;
	margin: 0 0 10px 10px;
}
.imgLeft {
	float:right;
	margin: 0 10px 10px 0;
}
.heart {
	display:inline-block;
	background:url(img/heart.gif) center center no-repeat;
	text-indent:-9999px;
	width:10px;
}

.heart2 {
	display:inline-block;
	background:url(img/heart2.gif) center center no-repeat;
	text-indent:-9999px;
	width:10px;
}

/* ------------------------------------------------------ right column ---------- */
#columnRight {
	float: left;
	width: 383px;
	}
#bPost {
	margin-bottom: 10px;
	}
#rightAds1 {
	float: left;
	width: 146px;
	margin: 5px 0 0 20px;
	padding-bottom: 20px;
	text-align: center;
	}
#rightAds2 {
	float: left;
	width: 146px;
	margin: 23px 0 0 20px;
	padding-bottom: 20px;
	text-align: center;
	}

.updatable img {
	margin-bottom: 7px;
	}
.updatable>p {
	text-align: left;
	line-height: 18px;
	margin: 0 0 0 4px;
	padding: 5px 0 10px 0;
	}
	
.whiteBox {
	background: url(img/bg-whitebox-top.gif) no-repeat;
	padding-top: 10px;
	padding-bottom: 7px;
	}
.whiteBoxBottom {
	background: url(img/bg-whitebox-bottom.gif) center bottom no-repeat;
	padding-bottom: 10px;
	}
.whiteBoxMid {
	background: url(img/bg-whitebox-mid.gif);
	padding: 5px 11px 8px 11px;
	text-align: center;
	line-height: 16px
	}
.whiteBoxMid p {
	margin: 0;
	padding: 6px 0;
	}
.whiteBoxMid a {
	text-decoration: none;
	}

#recentComments {
	width: 146px;
	padding-top: 23px;
	margin: 20px 0 25px 0;
	background: url(img/bg-h2-comments.gif) center top no-repeat;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	}
#recentComments p {
	margin: 0 0 10px 4px;
	}

#columnRight .ad120x90 {
	background: url(img/bg-ad120-90.gif) no-repeat;
	padding: 13px;
	margin-bottom: 5px;
	}
#columnRight .ad120x600 {
	background: url(img/bg-ad120-600.gif) no-repeat;
	padding: 13px;
	margin-bottom: 5px;
	}

/* -------------------------------------------------------------------------------------------------------- footer ---------- */
#footer {
	clear: both;
	width: 949px;
	height: 110px;
	margin: 0 auto;
	background: url(img/bg-footer.jpg) repeat-x;
	font-family: Georgia, serif;
	}
/* ---- nav resets ---------- */
#footerNav ul {
	margin: 0;
	}
#footerNav li {
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	}
/* ---- nav resets end ---------- */
#footerNav {
	float: right;
	margin-right: 29px;
	height: 42px;
	font-size: 12px;
	font-weight: bold;
	color: #f33c76;
	letter-spacing: 1px;
	}
#footerNav li {
	display: inline;
	line-height: 42px;
	}
#footerNav li a {
	margin: 0 6px;
	text-decoration: none;
	}
#fineprint {
	clear: both;
	padding: 10px 0;
	margin: 0 auto;
	width: 880px;
	}
#copyright, 
#siteby {
	color: #7c7e80;
	font-size: 11px;
	}
#copyright {
	float: left;
	}
#siteby {
	float: right;
	}
#siteby a {
	text-decoration: none;
	}

/* ------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- photoWidget ---------- */
/* ------------------------------------------------------------------------------------------------------------------------------- */
.whiteWide {
	background: url(img/bg-whitewide-top.png) no-repeat;
	margin: 0 0 28px 35px;
	width: 508px;
	padding-top: 14px;
	}
.whiteWideBottom {
	background: url(img/bg-whitewide-bottom.png) center bottom no-repeat;
	padding-bottom: 14px;
	}
.whiteWideMid {
	background: url(img/bg-whitewide-mid.png);
	padding: 6px 20px 8px 20px;
	text-align: center;
	}

#photoWidget {}
#feature {
	border: 1px solid #e5e5e5;
	margin-bottom: 7px;
	}
#bBack {
	float: left;
	width: 91px;
	height: 46px;
	}
#bNext {
	float: right;
	width: 91px;
	height: 46px;
	}
#bBack a {
	text-indent: -9999px;
	display: block;
	height: 100%;
	background: url(img/b-back.gif);	
	}
#bNext a {
	text-indent: -9999px;
	display: block;
	height: 100%;
	background: url(img/b-next.gif);	
	}
#dateInfo {
	width: 250px;
	margin: 0 auto;
	}
#dateInfo strong {
	font-size: 16px;
	color: #f33c76;
	}
#stars {
	margin-top: 5px;
	}
	
.ratingmessage {
font-weight: bold;
color: #000000;
}	

#photoWidget div.hr {
	clear: both; 
	height: 1px;
	margin: 12px 0;
	background: url(img/hr-430w.gif) center center no-repeat;
	}

#overallInfo {
	font-size: 14px;
	}
#overallInfo h2 {
	font-family: Georgia, serif;
	color: #f33c76;
	font-size: 19px;
	margin-bottom: 6px;
	}
#overallInfo h6 {
	font-family: Georgia, serif;
	color: #60a9b0;
	font-size: 15px;
	margin-top: 12px;
	}
#bReadMore {
	display: block;
	margin: 20px auto 25px auto;
	width: 124px;
	}
#share {
	display: inline;
	margin: 0 10px;
	font-size: 12px;
	}
#comments {
	display: inline;
	margin: 0 10px;
	font-size: 12px;
	color: #0e7e89;
	letter-spacing: 1px;
	}

/* --------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- fromGalleries ---------- */
/* --------------------------------------------------------------------------------------------------------------------------------- */
#fromGalleries {
	margin: 0 0 28px 35px;
	width: 508px;
	height: 156px;
	background: url(img/bg-fromgalleries.gif) no-repeat;
	text-align: center;
	}
#fromGalleries img {
	margin: 34px 5px 0 5px;
	border: 1px solid #a9124d;
	}

/* -------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- browse pages ---------- */
/* -------------------------------------------------------------------------------------------------------------------------------- */
#thumbnails {
	margin: 35px 0 0 0;
	}
.thumb {
	width: 146px;
	float: left;
	margin: 0 15px 20px 0;
	padding-bottom: 7px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	color: #000;
	background: url(img/bg-thumbinfo.gif) center bottom no-repeat;
	}
.thumbad {
	width: 146px;
	float: left;
	margin: 0 15px 20px 0;
	padding-bottom: 7px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	}
.thumb img, .thumbad img {
	border: 1px solid #a9124d;
	margin-bottom: 7px;
	}
.thumb .date {
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0 5px;
	}
.thumb .info {
	margin-bottom: 5px;
	padding: 0 5px;
	}
.thumb h6 {
	font-family: Georgia, serif;
	color: #60a9b0;
	display: inline;
	}
.thumb h5 {
	font-size: 14px;
	color: #f33c76;
	display: inline;
	}

#thumbnails .hr {
	clear: both;
	height: 1px;
	}
#thumbnails .ad468x60 {
	margin-bottom: 20px;
	}
span.rate {
	background-color: yellow;
	}
p.pagination {
	text-align: right;
	padding-right: 20px;
	}
	.pagination a {
		color: #545657;
		text-decoration: none;
		padding: 0 2px;
		}
	.pagination a:hover {
		color: #f33c76;
		text-decoration: underline; 
		}
ul.brandLetters {
	list-style: none;
	margin: 20px 0;
	}
	ul.brandLetters li { background: none; padding: 0; float: left; margin-right: 3px; display: inline; }
	ul.brandLetters li a {
		padding: 2px;
		border: 1px solid #fdd5e5;
		color: #f33c76;
		text-decoration: none;
		}
	ul.brandLetters li a:hover {
		background: #fdd5e5;
		color: #f33c76;
		}



/* -------------------------------------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- comments stylin' ---------- */
/* -------------------------------------------------------------------------------------------------------------------------------- */

#commentsWrapper {	text-align: left; margin-bottom: 20px; }
#commentsWrapper h2 { font-size: 16px; }

.commentWrap {
	background: #f9f8f1;
	border-top: 1px solid #e2dec7;
	border-bottom: 1px solid #e2dec7;
	padding: 5px 10px;
	margin: 10px 0;
	font-size: 12px;
	color: #666;
	}
.odd {
	background: #fff;
	border: none;
	}
.commentSelf {
	margin-left: 40px;
	}
	.commentSelf span.name {
		background: #f7f794;
		}

.commentWrap .avatar {
	width: 36px;
	height: 36px;
	float: left;
	margin: 0 10px 10px 0;
	border: none;
	}
	.commentWrap span.name {
		float: left;
		display: block;
		font-weight: bold;
		line-height: 13px;
		}
	.commentWrap span.meta {
		font-size: 10px;
		line-height: 13px;
		margin: 0;		
		}
	.commentWrap p {
		clear: both;
		margin: 5px 0;
		}

/* -------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- form stylin' ---------- */
/* -------------------------------------------------------------------------------------------------------------------------------- */

form {
	width: 100%;
}
label {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	}
label+input[type="text"] {
	margin-top: 0;
	}
label+input[type="password"] {
	margin-top: 0;
	}	
form.login {
	text-align: center;
	display: block;
	}
	form.login span {
		font-size: 10px;
		}
	form.login label {
		width:160px;
		margin:10px auto 0;
		text-align:left;
	}
	form.login input[type="text"]{
		width: 160px;
		margin: 10px auto 0;
	}
	form.login input[type="password"]{
		width: 160px;
		margin: 10px auto 0;
	}

fieldset {
	margin: 10px 0;
	padding: 20px;
	background: #f9f8f1;
}

input.submit {
	display: block;
	width: 126px;
	height: 24px;
	margin: 10px auto;
	}

input[type="text"] {
	border-top: 1px solid #999;
	border-bottom:1px solid #dcdfe6;
	border-left:1px solid #999;
	border-right:1px solid #dcdfe6;
	padding: 3px;
	color:#333;
	display: block;
	font-size: 12px;
	margin-top: 10px;
	width:160px;
}
input[type="password"] {
	border-top: 1px solid #999;
	border-bottom:1px solid #dcdfe6;
	border-left:1px solid #999;
	border-right:1px solid #dcdfe6;
	padding: 3px;
	color:#333;
	display: block;
	font-size: 12px;
	margin-top: 10px;
}
input:focus, textarea:focus {
	color:#333;
}

input.long {
	width: 220px;
	}

form.post {
	text-align: left;
	display: block;
	}

textarea {
	width: 220px;
	border-top: 1px solid #999;
	border-bottom:1px solid #dcdfe6;
	border-left:1px solid #999;
	border-right:1px solid #dcdfe6;
	padding: 3px;
	color:#333;
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
	
form.post select {
	float: left;
	margin-right: 10px;
	}

.divide {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e9e7e0;
	vertical-align: middle;
	}
	.divide img {
		float: right;
		}

input.browse {
	margin-top: 10px;
	float: left;
	margin-right: 10px;
	}

p.contests {
	float: left;
	width: 260px;
	margin: 0;
	}
p.captcha {
	float: left;
	width: 280px;
	margin: 0;
	line-height: 51px;
	}
	p.captcha img { float: left; }
	p.captcha span { float: left; padding: 0 20px; }
	p.captcha input { float: left; width: 100px; display: inline; }

input[type="checkbox"] {
	display: inline;
	}
form.post input.submit {
	margin: 0 auto;
	}

p.disclaimer {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	}

form h3 {
	margin: 0 0 20px 0;
	}
.loader {
	color:#F33C76;
	display:block;
	width:220px;
	margin:10px auto;
	text-align:center;
}
.loader img {
	display:block;
	width:220px;
}

/* -------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------- ie bar ---------- */
/* -------------------------------------------------------------------------------------------------------------------------------- */
#ieBar {
	width: 100%;
	height: 100px;
	background-color: #CB2026;
	display: none;
	color: #fff;
	line-height: 100px;
	text-align: center;
	}
	#ieBar p {
		width: 900px;
		margin: 0 auto;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		}
	#ieBar a, #ieBar a:active, #ieBar a:visited, #ieBar a:hover { color: #fff; }
	
	
/*///////////////// SUGESTION DROP DOWN */
.SuggestInputList {
position:relative;
top:0px;
left:0px;
width:1px;
height:1px;
z-index:500;
}

.SuggestInputList .List{
position:absolute;
top:0px;
left:0px;
width:auto;
height:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
border: 1px solid #666666;
font-size:11px;
color:#70757b;
display:none;
opacity:.95;
filter: alpha(opacity=95); 
-moz-opacity:
}


.SuggestInputList .List .Item {
display:block;
padding:3px;
cursor:pointer;
border-bottom:1px solid #CCCCCC;
}

.SuggestInputList .List .ItemSelected {
display:block;
padding:3px;
cursor:pointer;
background-color:#70757b;
color:#FFFFFF;
border-bottom:1px solid #CCCCCC;
}

.SuggestInputList .List .Item:hover {
color:#FFFFFF;
background-color:#70757b;
}

.EmailRemoveItem {
	float:left;
	position:relative;
	margin-top:2px;
	cursor:pointer;
	width:12px;
	height:12px;
	margin-left:5px;
	background-image:url(../../images/Icon_Clear_Small.png);
}

#AddEmailButton {
	position:absolute;
	cursor:pointer;
	left:352px;
	top:3px;
	width:20px;
	height:12px;
	margin-left:5px;
	background-image:url(../../images/Icon_AddCreate.png);
}


.EmailHolder {
height:7px;
margin:0px;
}

.EmailAddressHolder {
float:left;
}

#SuggestionAddList {
margin-left:10px; 
width:600px;
display:none; 
height:auto; 
position:relative
}
/*///////////////// SUGESTION DROP DOWN */	