body,div,p,img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    //background-color: #7e7e76;
	background-color: white;
    font-family: tahoma;
    font-size: 10px;
}

#header {
	position: relative;
	float: left;
	height: 100px;
	width: 931px;
	background-image: url("http://pic.nudeandfresh.com/nudeandfresh/images/header.jpg");
}

#header .kattbox {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 728px;
	cursor: pointer;
}

#header .search {
	position: absolute;
	top: 75px;
	right: 0px;
	background-color: white;
	height: 25px;
	width: 200px;
	border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

#header .search input {
	border: 1px solid #d6d6d6;
	margin-top: 4px;
	margin-left: 10px;
	width: 130px;
	float: left;
	background-color: white;
}

#header .search .b {
	text-align: left;
	border: 1px solid #d6d6d6;
	margin-top: 4px;
	margin-left: 2px;
	width: 45px;
	float: left;
	background-color: #f6f6f6;
	line-height: 10px;
	height: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: -moz-linear-gradient(100% 100% 90deg, #fff, #bbb);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#bbb));
	
	
}




#container {
	width: 931px;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background-color: #7e7e76;
	-moz-box-shadow: 0px 0px 33px black;
	-webkit-box-shadow: 0px 0px 33px black;
}

#refbox {
	float: left;
	width: 931px;
	height: 300px;
	margin-bottom: 1px;
	background-color: white;
}


#center {
	float: left;
	width: 537px;
	height: 2115px;
	background-color: white;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

#center .head {
	float: left;
	width: 523px;
	padding-left: 10px;
	margin-left: 3px;
	height: 20px;
	background-color: #FF2A91;
	font-size: 12px;
	color: white;
	text-align: left;
}

#center .head .text {
	padding-top: 2px;
}

#center .post {
	float: left;
	width: 173px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

#center .post img {
	width: 173px;
	height: 231px;
	border: 1px solid #aaaaaa;
}

#center .post .box {
	float: left;
	width: 175px;
	height: 20px;
	background-color: #FF2A91;
}

#center .post .box .text {
	padding-top: 3px;
}

#center .post .box .text a {
	color: white;
	text-decoration: none;
}

#center .pager {
	float: left;
	width: 537px;
	height: 20px;
	padding-top: 4px;
	padding-bottom: 2px;
	text-align: center;
	color: black;
	font-size: 16px;
	font-weight: bold;
}

#center .pager a {
	color: #FF2A91;
	text-decoration: none;
}

#center .pager a:hover {
	color: #FF81C3;
	text-decoration: underline;
}

#center .tags a {
	color: #FF2A91;
	text-decoration: none;
}

#center .tags a:hover {
	color: #FF81C3;
	text-decoration: underline;
}

#center .postline {
	float: left;
	width: 537px;
	height: 259px;
}

#center .b_left {
	float: left;
	height: 260px;
	width: 202px;
	padding-top: 3px;
}

#center .b_left .b_image {
	float: left;
	width: 202px;
	height: 224px;
}

#center .b_left .b_image img {
	border: 1px solid #FF2A91;
}

#center .b_left .b_box {
	float: left;
	width: 202px;
	height: 20px;
	margin-top: 2px;
	background-color: #FF2A91;
}

#center .b_left .b_box .b_text {
	float: left;
	width: 202px;
	padding-top: 1px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: white;
}

#center .b_right {
	float: left;
	width: 335px;
	height: 260px;
	text-align: left;
	overflow: hidden;
}

#center .b_right .b_content {
	float: left;
	width: 321px;
	padding: 7px;
}

#center .b_right a {
	color: #FF2A91;
	text-decoration: none;
}

#center .b_right a:hover {
	color: #FF81C3;
	text-decoration: underline;
}

#center .abcline {
	float: left;
	width: 537px;
}

#center .abcline a {
	font-size: 12px;
	color: #FF2A91;
}

#center .abcline a:hover {
	text-decoration: none;
}

#center .model {
	float: left;
	margin: 2px;
	margin-top: 5px;
}

#center .model img {
	border: 1px solid #d6d6d6;
}

#center .model .box {
	width: 102px;
	height: 20px;
	background-color: #FF2A91;
	color: white;
}

#center .model .box .text {
	padding-top: 3px;
}

#center .model .box .text a {
	color: white;
	text-decoration: none;
}

#right {
	float: left;
	width: 200px;
	height: 2125px;
	margin-left: 1px;
	background-color: white;
	text-align: left;
}

#right .c {
	float: left;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#right .head {
	float: left;
	width: 180px;
	height: 20px;
	margin-left: 10px;
	margin-top: 5px;
	background-color: #FF2A91;
	font-size: 12px;
	color: white;
	text-align: center;
}

#right .head .text {
	padding-top: 2px;
}

#right .c a {
	color: #FF2A91;
	text-decoration: none;
}

#right .c a:hover {
	color: #FF81C3;
	text-decoration: none;
}

#left {
	float: left;
	width: 178px;
	height: 2125px;
	margin-right: 1px;
	background-color: white;
	text-align: left;
}

#left .head {
	float: left;
	width: 158px;
	height: 20px;
	margin-left: 10px;
	margin-top: 5px;
	background-color: #FF2A91;
	font-size: 12px;
	color: white;
	text-align: center;
}

#left .head .text {
	padding-top: 2px;
}

#left a.toplistrss {
	color: #FF2A91;
	font-weight: bold;
	text-decoration: none;
}

#left .i {
	float: left;
	margin: 10px;
	margin-top: 3px;
	margin-bottom: 0px;
}

#left .i .image {
	position: relative;
	float: left;
	width: 156px;
	height: 156px;
}

#left .i .image img {
	width: 156px;
	height: 156px;
	border: 1px solid #aaaaaa;
}

#left .i .image .cs {
	position: absolute;
	float: left;
	bottom: 0px;
	left: 0px;
	width: 156px;
	height: 20px;
	margin-left: 1px;
	margin-bottom: -1px;
	background-color: black;
	opacity: .5;
}

#left .i .image .te {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 156px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	text-align: center;
	color: white;
}

#gari {
	float: left;
	width: 752px;
	height: 2140px;
	background-color: white;
	padding-top: 5px;
}

#gari img {
	border: 1px solid #aaa;
}

#gari .shorttext {
	float: left;
	width: 746px;
	padding: 3px;
}

#gari .shorttext a {
	color: #FF2A91;
	text-decoration: underline;
}

#gari .shorttext a:hover {
	color: #FF2A91;
	text-decoration: none;
}

#gari .banner a {
	color: #FF2A91;
	text-decoration: none;
}

#gari .banner a:hover {
	color: #FF81C3;
	text-decoration: none;
}

#gari .banner img {
	border: 0px;
}

#gari .gal_toplist {
	width: 710px;
}

#gari .gal_toplist td {
	text-align: center;
}
#gari .gal_toplist td a {
	line-height: 19px;
	font-size: 16px;
	color: #FF2A91;
	text-decoration: underline;
}
#gari .gal_toplist td a:hover {
	line-height: 19px;
	font-size: 16px;
	color: #FF2A91;
	text-decoration: none;
}

#gari h1 {
	float: left;
	width: 250px;
	font-size: 20px;
	margin-left: 20px;
}

#gari h1 a {
	color: black;
	text-decoration: underline;
}

#gari h1 a:hover {
	text-decoration: none;
}

#gari h2 {
	float: right;
	width: 250px;
	font-size: 20px;
	margin-right: 20px;
}

#gari h2 a {
	color: black;
	text-decoration: underline;
}

#gari h2 a:hover {
	text-decoration: none;
}

/*    ******* kep oldal ****** */



#container #piccontent img {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    margin: 0px;
    padding: 0px;
}

#container #piccontent a {
    text-decoration: none;
    color: #FF2A91;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

#container #piccontent a:hover {
    text-decoration: none;
    color: #FF2A91;
    border: 0px;
    padding: 0px;
    margin: 0px;

}

#container #piccontent .shorttext {
    margin-top: 4px;
    margin-bottom: 4px;
}

#container #piccontent .shorttext a {
	text-decoration: underline;
}

#container #piccontent .shorttext a:hover {
	text-decoration: none;
}

#container #piccontent .picpager {
    height: 13px;
    width: 304px;
    margin: auto;
    border: 0px;
    padding: 0px;
    margin-top: 0px;
}

#container #piccontent .picpager a {
    float: left;
    display: block;
    width: 100px;
    height: 14px;
    background-color: #e6e6e6;
    clear: none;
    margin-left: 1px;
    border: 0px;
    padding: 0px;
    margin-top: 0px;
}

#container #piccontent .picpager a:hover {
    float: left;
    display: block;
    width: 100px;
    height: 14px;
    background-color: #d6d6d6;
    clear: none;
    margin-left: 1px;
    border: 0px;
    padding: 0px;
    margin-top: 0px;
}

#container #piccontent .picpagerb {
    height: 13px;
    width: 304px;
    margin: auto;
    border: 0px;
    padding: 0px;
    margin-top /**/: -2px;
}

#container #piccontent .picpagerb a {
    float: left;
    display: block;
    width: 100px;
    height: 14px;
    background-color: #e6e6e6;
    clear: none;
    margin-left: 1px;
    border: 0px;
    padding: 0px;
    margin-top: 0px;
}

#container #piccontent .picpagerb a:hover {
    float: left;
    display: block;
    width: 100px;
    height: 14px;
    background-color: #d6d6d6;
    clear: none;
    margin-left: 1px;
    border: 0px;
    padding: 0px;
    margin-top: 0px;
}

#container #piccontent .gal_toplist {
	width: 710px;
}

#container #piccontent .gal_toplist td {
	text-align: center;
}
#container #piccontent .gal_toplist td a {
	line-height: 19px;
	font-size: 16px;
	text-decoration: underline;
}

#container #piccontent .gal_toplist td a:hover {
	line-height: 19px;
	font-size: 16px;
	text-decoration: none;
}

#footer {
	float: left;
	height: 100px;
	width: 931px;
	background-color: white;
}

#footer .bm {
	width: 931px;
	float: left;
	text-align: center;
	margin-top: 3px;
}

#footer .bm a {
	float: left;
	color: white;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF2A91;
	width: 931px;
}
