body {
	margin:0;
	padding:0;
	background:url(bg.gif) #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #333;
}
#container {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:1010px;
	background-color:#FFF;
	margin:0 auto;
}
#heder {
	width:1010px;
	margin:0 auto;
}
#mainDIV {
	width:1000px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:10px;
}
/*NAV MENU TOP*/
#navigation {
	width:1090px;
	margin:5px auto;
	text-align:center;
}
*html #navigation {
	width:1010px;
}
#navigation ul {
	margin:0 0 0 0;
	list-style:none;
}
#navigation ul li {
	height:30px;
	float:left;
	margin: 0 0 0 7px;
	text-indent:-5000px;
	position:relative;
	margin-top:10px;
}
#navigation ul li.first {
	margin:0;
}
#navigation ul li a {
	display:block;
	width:165px;
	height:28px;
}
#navigation ul li#ads a {
	display:block;
	width:147px;
	height:28px;
	margin-top:10px;
	margin-left:2px;
	background:url(menu/ads.gif) no-repeat 0 0;
}
#navigation ul li#photo a {
	background:url(menu/photos.gif) no-repeat 0 0;
}
#navigation ul li#video a {
	background:url(menu/video.gif) no-repeat 0 0;
}
#navigation ul li#links a {
	background:url(menu/links.gif) no-repeat 0 0;
}
#navigation ul li#contact a {
	background:url(menu/contact.gif) no-repeat 0 0;
}
#navigation ul li#shop a {
	background:url(menu/shop.gif) no-repeat 0 0;
}
#navigation ul li a:hover {
	background-position:0 -28px !important;
}
#navigation ul li.on_but a {
	height:40px !important;
	background-position:0 -28px !important;
}
#DIVleftcol {
	width:200px;
	float:left;
	margin-right:5px;
	border-right:1px #999 solid;
}
#DIVcentercol {
	width:570px;
	float:left;
	
}
#DIVrightcol {
	width:213px;
	border:0;
	float:left;
	border-left:1px #999 solid;
	padding-left:5px;
}
*html #DIVrightcol {
	width:208px;
}
/*LOGIN BOX*/
#DIVtopBOX {
	width:205px;
	height:10px;
	background:url(login_box/top_bg.gif) no-repeat;
}
#DIVcenterBOX {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:213px;
	background:#d9d9d9;
	color: #666
}
*html #DIVcenterBOX {
	width:208px;
}
#DIVfooterBOX {
	width:205px;
	height:6px;
	background:url(login_box/bottom_bg.gif) no-repeat;
}
.input_style {
	width:185px;
	border:1px #09F solid;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}
*html .input_style {
	width:180px;
	padding:5px;
}
.L a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight:bold;
	color: #29acff;
}
.L a:link {
	text-decoration: none;
}
.L a:visited {
	text-decoration: none;
}
.L a:hover {
	text-decoration: underline;
	color: #5EBEFF;
}
.L a:active {
	text-decoration: none;
}
#footers {
	width:1010px;
	height:100px;
	background: url(login_box/footer_bg.gif) left no-repeat #24292f;
	margin:0 auto;
	color:#a4acb5
}
#links_url a {
	width:auto;
	float:left;
	text-align:center;
	background:#366676;
	color:#FFF;
	font-family:Georgia;
	margin:2px;
	padding:5px;
}
#links_url a:link {
	text-decoration: none;
}
#links_url a:visited {
	text-decoration: none;
}
#links_url a:hover {
	text-decoration: none;
	background: #5092a8;
	color: #fff;
}
#links_url a:active {
	text-decoration: none;
}
#nextF a {
	width:50px;
	float:left;
	height:20px;
	text-align:center;
	background:#366676;
	color:#FFF;
	font-family:Georgia;
	margin:2px;
}
#nextF a:link {
	text-decoration: none;
}
#nextF a:visited {
	text-decoration: none;
}
#nextF a:hover {
	text-decoration: none;
	background: #5092a8;
	color: #fff;
}
#nextF a:active {
	text-decoration: none;
}
#nextFON {
	width:50px;
	float:left;
	height:20px;
	text-align:center;
	background:#333;
	color:#FFF;
	font-family:Georgia;
	margin:2px;
}
.nr_pag a {
	text-align:center;
	color:#FFF;
	font-family:Georgia;
}
.nr_pag a:link {
	text-decoration: none;
}
.nr_pag a:visited {
	text-decoration: none;
}
.nr_pag a:hover {
	text-decoration: none;
	color: #fff;
}
.nr_pag a:active {
	text-decoration: none;
}
#nr_pagON {
	width:20px;
	float:left;
	height:20px;
	text-align:center;
	background:#09C;
	color:#000;
	font-family:Georgia;
	margin:2px;
}
#art_titlu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#666;
}
#art_titlu a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#666;
}
#art_titlu a:link {
	text-decoration: none;
}
#art_titlu a:visited {
	text-decoration: none;
}
#art_titlu a:hover {
	text-decoration: none;
	color: #1086ac;
}
#art_titlu a:active {
	text-decoration: none;
}
#cat a {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:left;
	width:auto;
	float:left;
	text-align:center;
	background: #09C;
	color:#FFF;
	font-family:Georgia;
	margin:2px;
	padding:5px;
}
#cat a:link {
	text-decoration: none;
}
#cat a:visited {
	text-decoration: none;
}
#cat a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#cat a:active {
	text-decoration: none;
}
/*CAT SHOP LINK*/

#catSHOP a {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width:auto;
	text-align:center;
	background: #09C;
	color:#FFF;
	font-family:Georgia;
	margin-bottom:5px;
	padding:5px;
}
#catSHOP a:link {
	text-decoration: none;
}
#catSHOP a:visited {
	text-decoration: none;
}
#catSHOP a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#catSHOP a:active {
	text-decoration: none;
}


/*ADD*/
.input {
	width:400px;
	height:30px;
	padding:5px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	color: #333;
	border:1px #999 solid;
	background:#f5f5f5;
}
.browse {
	width:100%;
	height:30px;
	padding:5px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	color: #333;
	border:1px #999 solid;
	background:#f5f5f5;
}
.textarea_com {
	width:518px;
	height:150px;
	padding:5px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #333;
	border:1px #999 solid;
	background:#f5f5f5;
}
.textarea_ph {
	width:400px;
	height:150px;
	padding:5px;
	padding-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #333;
	border:1px #999 solid;
	background:#f5f5f5;
}
.sub_buton {
		-moz-border-radius:2px;
	-webkit-border-radius:2px;
	height:40px;
	border:0px;
	background:#666;
	color:#fff;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
	padding:5px;
}
.select {
	width:312px;
	height:30px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #333;
	border:1px #999 solid;
	background:#f5f5f5;
}
.select_jump {
	width:527px;
	height:30px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #333;
	border:1px #999 solid;
	background:#f5f5f5;
}
.select_jump_season {
	width:263px;
	height:30px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #333;
	border:1px #999 solid;
	background:#f5f5f5;
}
.select_jump_input {
	width:250px;
	height:18px;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
	color: #333;
	border:1px #999 solid;
	background:#f5f5f5;
}
.pagecolumn {
	width:550px;
}
#contactform {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:#ededed;
	padding:10px 0 0;
	width:550px;
	font-size:14px;
}
#contactform div {
	clear:left;
	margin:0 5px;
}
*html #contactform div {
	margin:0;
}
h2 {
	margin-left:10px;
	margin-right:10px;
	border-bottom:1px #999 solid;
}
#sub_but {
	width:533px;
	text-align:right;
}
#link a {
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	width:243px;
	float:left;
	text-align:center;
	background: #999;
	color:#FFF;
	font-family:Georgia;
	font-weight:bold;
	margin:2px;
	padding:5px;
}
#link a:link {
	text-decoration: none;
}
#link a:visited {
	text-decoration: none;
}
#link a:hover {
	text-decoration: none;
	background: #09C;
	color: #fff;
}
#link a:active {
	text-decoration: none;
}
#linkM a {
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	width:165px;
	float:left;
	text-align:center;
	background: #999;
	color:#FFF;
	font-family:Georgia;
	font-weight:bold;
	margin:2px;
	padding:5px;
}
#linkM a:link {
	text-decoration: none;
}
#linkM a:visited {
	text-decoration: none;
}
#linkM a:hover {
	text-decoration: none;
	background: #09C;
	color: #fff;
}
#linkM a:active {
	text-decoration: none;
}
/*SHOP*/

#cart_mic {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	width:207px;
	text-align:center;
	background: #666;
	color:#FFF;
	font-family:Georgia;
	padding:5px;
}
*html #cart_mic {
	width:198px;
	margin-bottom:10px;
}
#but {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	height:28px;
	background: #333;
	padding:5px;
	text-align:center;
	color:#FFF;
	border:0;
	margin:0;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#catSH a {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:left;
	width:193px;
	text-align:center;
	background: #09C;
	color:#FFF;
	font-family:Georgia;
	margin:2px;
	padding:5px;
}
*html #catSH a {
	width:180px;
}
#catSH a:link {
	text-decoration: none;
}
#catSH a:visited {
	text-decoration: none;
}
#catSH a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#catSH a:active {
	text-decoration: none;
}
#price {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:left;
	width:auto;
	text-align:center;
	background: #333;
	color:#FFF;
	font-family:Georgia;
	margin:2px;
	padding:5px;
}
.last a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #09F;
}
.last a:link {
	text-decoration: none;
}
.last a:visited {
	text-decoration: none;
}
.last a:hover {
	text-decoration: none;
	color: #666;
}
.last a:active {
	text-decoration: none;
}
.inputS {
	width:25px;
	height:16px;
	padding:5px;
	padding-top:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	color: #333;
	text-align:center;
	border:1px #999 solid;
	background:#f5f5f5;
}
#footer_main {
	width:700px;
	padding-top:25px;
	margin-left:330px;
}
#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	display: inline;
}
#menu li {
	float: left;
}
#menu a {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	float:left;
	width:auto;
	background: #09C;
	color:#FFF;
	font-family:Georgia;
	margin:2px;
	padding:7px;
}
#menu a:link {
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#menu a:active {
	text-decoration: none;
}
.postmetadata {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
.postmetadata a:link {
	text-decoration: none;
	color:#06F;
}
.postmetadata a:visited {
	text-decoration: underline;
	color:#000;
}
.postmetadata a:hover {
	text-decoration: underline;
	color: #333;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family:Georgia;
}
#navcontainer li {
	margin-left: 0px;
	padding-left: 0;
}
#navcontainer a {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	display: block;
	padding: 3px;
	width: 200px;
	color:#FFF;
	background: #09C;
	margin:2px;
	padding:7px;
	text-decoration: none;
}
#navcontainer a:link, #navlist a:visited {

	text-decoration: none;
}
#navcontainer a:hover {
		text-decoration: none;
	background: #999;
	color: #fff;
}
#login ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family:Georgia;
	display:inline;
}
#login a{
	color:#06F;
	text-decoration:none;
}
#login a:hover{
	color:#333;
	text-decoration: underline;	
}
.mid{
		-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:1px #09C solid;
	height:30px;
	padding:11px 0 0 5px;
	width:200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333;
	background:#f5f5f5;
}

#login_nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family:Georgia;
}
#login_nav li {
	margin-left: 0px;
	padding-left: 0;
}
#login_nav a {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	display: block;
	padding: 3px;
	width: 190px;
	color:#FFF;
	background: #09C;
	margin:2px;
	padding:7px;
	text-decoration: none;
}
#login_nav a:link, #navlist a:visited {

	text-decoration: none;
}
#login_nav a:hover {
		text-decoration: none;
	background: #999;
	color: #fff;
}
.more a{
	color:#900;
}
