body {
	font: 12px/17px tahoma, sans-serif;
	color: black;
	background: moccasin;
}

img {
	border: 0;
}

ul {
	list-style: none;
}


* {
	margin: 0;
	padding: 0;
}



#container {
	background: moccasin;
	margin: 0 auto;
	width: 768px;
	text-align: left;
}


/* ------  #header  ------ */
#header {
	background: moccasin;
	position: relative;
	height: 150px;
	width: 100%;
	margin-left: 0px;
	text-align: left;		
}

#admin-header {
	background: #0000FF;
	position: relative;
	/*height: 144px;*/
	width: 100%;
	margin-left: 0px;
	text-align: left;		
}



/* ---  #topnav  --- */
ul#topnav {
	position: absolute;
	top: 5px;
	right: 7px;
	color: black;
}

ul#topnav li {
	float: left;
	padding: 0 12px;
}

ul#topnav a {
	color: black;
	text-decoration: none;
}

ul#topnav a:hover {

	text-decoration: underline;
}

ul#topnav li.register a {
	background: url("../layout_images/new/register.gif") no-repeat left center;
	padding-left: 20px;
	
}

ul#topnav li.addad a {
	background: url("../layout_images/new/addad.gif") no-repeat left center;
	padding-left: 17px;
}

ul#topnav li {	
	padding-left: 17px;
	list-style-type: none;
}

ul#topnav li.login a {
	background: url("../layout_images/new/login.gif") no-repeat left center;
	padding-left: 22px;
}

ul#topnav li.wap a {
	background: url("../layout_images/new/wap.gif") no-repeat left center;
	padding-left: 12px;
}

ul#topnav li.register, ul#topnav li.addad, ul#topnav li.login {
	border-right: 1px solid black;
}



/* ---  #nav  --- */
ul#nav {
	background: moccasin;
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 766px;
	border: 0px solid black;
	height: 36px;
	text-align: center;
}

ul#nav li {
	border-right: 0px solid black;
	float: left;
	list-style-type: none;
}

ul#nav img {
	display: block;
	margin: 0 auto;
}

ul#nav a {
	background: moccasin;
	display: block;
	padding: 3px 0 3px;
	width: 108px;
	font: 12px arial, sans-serif;
	color: black;
	text-decoration: none;
}

ul#nav a:hover {
	color: black;
	text-decoration: underline;
}



/* ---  #subnav  --- */
#subnav {
	background: burlywood;
	position: absolute;
	left: 0px;
	bottom: 0;
	padding: 6px 15px 0;
	width: 738px;
	height: 24px;
}

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

#subnav a:hover {
	text-decoration: underline;

}


#breadcrumb {
	background: url("../layout_images/pointer.gif") no-repeat 0 5px;
	padding-left: 7px;
}


ul#lang li {
	float: left;
	margin-left: 12px;
}

ul#lang img {
	vertical-align: -1px;
}





/* ------  #content  ------ */
#content {
	clear: both;
	margin: 27px 0 0 0;
	width: 100%;
	position: relative;
	
}

#content h1 {
	clear: both;
	padding-top: 2px;
	border-bottom: 1px solid black;
	font: bold 20px verdana,arial, sans-serif;
}

#content a {
	color: black;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content small a {
	text-decoration: underline;
}



/* ---  .box  --- */
.box {
	background: wheat;
	clear: both;
	margin: 5px 0 10px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	position: relative; /* for ie6, prevents possible content render bugs */	
}

.box .headline, .box th {
	background: burlywood;
	padding: 0 14px;
	margin:0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 28px;
	color: black;
}

.box .headline h1, .box .headline h2, .box .headline h3,.box .headline b {
	float: left;
	padding: 0 !important;
	border: 0 !important;
	font: bold 11px/28px verdana, sans-serif !important;
	vertical-align: middle;
}

.box h5
{
	background: oldlace;
	padding: 0 14px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 25px;
	color: black;
	padding-top:5px;
	padding-left:7px;
	margin-left:0px;	
}

.box .content
{
	padding:7px;
	background-color: oldlace;
	
}

.box .headline .right {
	margin-top: 3px;
}



.box table th a {
	color: black !important;
}


/* ---  #categories  --- */
ul#categories li {
	background: wheat;
	float: left;
	padding: 5px 15px 5px 36px;
	width: 331px; /* 383px - paddingLeft - paddingRight*/
	list-style-type: none;
}

ul#categories a strong {
	font-size: 110%;
}



/* ---  table.adlist  --- */
table.adlist {
	width: 100%;
	font-size: 1.1em;
	border-collapse: collapse;
	border-spacing: 0;

}

.adlist th {
	font: bold 11px verdana, sans-serif;
}

.adlist th a {
	color: black !important;
}

.adlist th a:hover {
	background: transparent !important;
	text-decoration: underline !important;
}

.adlist tbody td {
	padding: 5px 15px !important;
	vertical-align: top;
}

.adlist td.pointer {
	background: wheat;
	padding-left: 26px !important;
}

.adlist td.category {
	background: wheat;
	padding-left: 36px !important;
	
}



/* ---  .search.box  --- */
.search.box input, .search.box select {
	margin: 5px 15px;
}



/***  Detailed page  ***/

/* ---  #tools  --- */
#tools {
	margin: 10px 15px;
	padding: 4px 0;
	border: 1px solid black;
	background: oldlace;
	text-align: center;
	
}

#tools a {
	color: black;
}
#tools a:hover {
	background: none;
	text-decoration: underline;
}

#tools li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid black;
}

#tools li.last {
	border: none;
}

#tools li a {
	padding-left: 20px;
}

#tools li#addfav a {
	background: url("../layout_images/new/addfav.gif") 0px 50% no-repeat;
}

#tools li#moread a {
	background: url("../layout_images/new/moread.gif") 0px 50% no-repeat;
}

#tools li#sellerad a {
	background: url("../layout_images/new/sellerad.gif") 0px 50% no-repeat;
}

#tools li#contactseller a {
	background: url("../layout_images/new/contactseller.gif") 0px 50% no-repeat;
}

#tools li#tellfriend a {
	background: url("../layout_images/new/tellfriend.gif") 0px 50% no-repeat;
}

#tools li#print a {
	background: url("../layout_images/new/print.gif") 0px 50% no-repeat;
}



/* ---  #main - left column  --- */
#main {
	clear: both;
	float: left;
	padding: 5px 15px 5px 30px;
	width: 510px;
}

#main h1 {
	border: none;
	margin: 22px 0 37px -15px;
	padding: 0;
	font: bold 19px arial, sans-serif;
}

#main h2 {
	clear: both;
	margin: 32px 0 10px;
	border-bottom: 1px solid black;
	font: bold 15px arial, sans-serif;
}

#main p {
	margin-bottom: 12px;
}

#main ul {
	float: left;
	margin-bottom: 20px;
}

#main ul li {
	float: left;
	margin-bottom: 12px;
	width: 510px;
	
}

#main ul li .left {
	width: 122px;
}

#main ol{
	margin-left:25px;
	margin-top:12px;
}

#main ul li .right {
	display: block;
	float: none;
	margin-left: 130px;
	text-align: left;
}



/* ---  #sidebar - right column  --- */
#content #sidebar {
	padding: 5px 15px 5px 570px;
	float: left;
	padding: 42px 15px 5px;
	width: 181px;
	text-align: right;
}

#main #rmain {
	padding: 5px 15px 50px 570px;
	float: left;
	padding: 42px 15px 5px;
	width: 160px;
	text-align: left;
}

#content #rbar {
	padding: 5px 15px 50px 570px;
	float: left;
	padding: 42px 15px 5px;
	width: 200px;
	text-align: left;
	margin-left:-60px;
}

a.thumb img {
	margin-bottom: 12px;
	padding: 2px;
	border: 2px solid black;
}

a.thumb:hover img {
	background: none !important;
	border: 2px solid black;
}

a.thumb:hover {
	background: none !important;
	text-decoration: underline;
}



/***  Member page  ***/

/* ---  #membermenu - left column  --- */
#membermenu {
	float: left;
	border: 0;
	width: 150px;
}

#membermenu ul a {
	background: url("../layout_images/new/arrow.gif") 10px 50% no-repeat;
	padding-left: 23px !important;
	color: black;
	text-decoration: none;
}

#membermenu ul a:hover {
	padding-left: 23px !important;
	font-weight:bold;
	text-decoration: underline;
}

#membermenu ul li {
	margin-bottom: 3px;
}



/* ---  #memberarea - right column  --- */
#memberarea {
	clear: none;
	float: right;
	border: 0;
	padding: 0 10px 10px;
	width: 594px;
	overflow: hidden;
}

#memberarea h2 {
	font: bold 14px verdana,arial, sans-serif;
	margin-top: 9px;
	clear: both;
	border-bottom: 1px solid black;
}

#memberarea h3 {
	margin-top: 13px;
	font-size: 1em;
}



#memberarea a {
	color: black;
}

#memberarea a:hover {
	background: none;
	font-weight: bold;
	text-decoration: underline;
}



/***  Browse Pictures page  ***/

/* ---  #membermenu - left column  --- */
form#itemForm {
	margin-top: 12px;
	/*text-align: center;*/
}



/* ------ #footer ------ */
#footer {
	clear: both;
	padding-bottom: 11px;
	text-align: center;
}

#footer p.links {
	border-top: 1px solid black;
	padding: 6px 0 17px;
}

#footer a {
	color: darkred;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.rss {
	background: url("../layout_images/new/rss.gif") 0px 50% no-repeat;
	padding-left: 15px;
}





/* ------  Misc  ------ */
.left {
	clear: both;
	float: left;
}

.right {
	float: right;
}



/* ---  alt background  --- */
ul#categories li.alt, 
.adlist tr.alt, 
.adlist tr.alt td.category, 
.adlist tr.alt td.pointer {
	background-color: oldlace;
}



/* ---  prev/next page  --- */
.prev-next{
	clear: both;
	float: left;
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

.prev-next a {
	text-decoration: underline !important;
}

.box .prev-next{
	padding: 13px 15px;
	width: auto;
	float: none;
}

.box .prev-next a{
	text-decoration: none !important;
}
.box .con {
padding:3px;
margin-left:10px;
}


/* ---  button  --- */
.button {
	background: lightgrey;
	padding: 2px 7px;
	margin: 0 3px;
	border: 1px solid black;
	color: black !important;
	font: bold 11px verdana, sans-serif;
}

.button:hover {
	border: 1px solid black !important;
	cursor: pointer;
}

.buttonoff {
	background: #cccccc;
	padding: 2px 7px;
	margin: 0 3px;
	border: 1px solid black;
	color: black !important;
	font: bold 11px verdana, sans-serif;
}
.buttonoff:hover {
	padding: 2px 7px;
	margin: 0 3px;
	border: 1px solid black;
	color: lightgrey !important;
	font: bold 11px verdana, sans-serif;
}

.pager {
	background: lightgrey;
	padding: 2px 7px;
	margin: 0 3px;
	border: 1px solid black;
	color: black !important;
	font: bold 11px verdana, sans-serif;
}

.pager:hover {
	border: 1px solid black !important;
	cursor: pointer;
}



/* ---  clearfix  --- */
.box:after, .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.loginboxes
{
	width:250px;
	margin-top:20px;
	float:left;
	margin-right:20px;
}

.box, .clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .box, * html .clearfix {height: 1%;}
.box, .clearfix {display: block;}
/* End hide from IE-mac */

.con ul {
	list-style: square;
	margin-left:20px;
	padding:8px;
}

.con ol {
	margin-left:20px;
	padding:8px;
}


#content .star{
	color:red;
}
#content .error{
	color:red;
}
#content .red{
	color:red;
}

.detailTable td {
	padding-left: 10px !important	;
}

.detailTable h1 {
	margin-bottom: 10px !important	;
}

.detailTable h2 {
	padding-top: 10px !important	;
}



#popupcontainer  {
	text-align: left;
	padding:10px;
	
}

#popupcontainer ol {
	text-align: left;
	padding:10px;
	margin:10px;
}

.alt {
	background-color:#eeeeee;
}
.bg{
	background-color:#eeeeee;
	padding:5px;
}

.tablespace td
{
	padding:3px;
}


ul.premium {
	clear: both;
}

ul.premium li {
	float: left;
	margin: 2px;
	padding: 10px;
	border: 0px solid black;
	width: 21%;
	height: 300px;
	overflow: hidden;
}

ul.premium a:hover {
	text-decoration: underline;
	padding: 0px;
	margin:0px;
	border: 0px solid black;
	

}

ul.pictures {
	clear: both;
}

ul.pictures li {
	float: left;
	margin: 2px;
	padding: 10px;
  border: padding:1cm;
	width: 200px;
	height: 200px;
  vertical-align: middle;
  text-align: center;
	overflow: hidden;
}



ul.videos {
	clear: both;
}

ul.videos li {
	float: left;
	margin: 2px;
	padding: 10px;
	border: 1px solid black;
	width: 250px;
	height: 250px;
	overflow: hidden;
}

#DropDown2 {
	padding-top:5px;
}
#DropDown3 {
	padding-top:5px;
}

th.jb {margin-left:0px; color:darkred; text-decoration:underline; font-family:Arial; font-size:small; text-align:left;}
td.jb {margin-left:0px; color:rgb(0,0,0); font-family:Arial; ; font-size:small; text-align:left;}
a.jb {margin-left:0px; margin-top:20px; color:rgb(0,0,204); font-family:Arial; font-size:x-small; text-align:left; text-decoration:none; }
a.jb2 {margin-left:0px; color:darkred; font-family:Arial; font-size:small; text-align:left;  }

/* Inset 3D jbbox */
.jbbox { width:725px; heihth:90px; margin:0 auto;}  /*color: transparent; */
.jbbox h1, .jbbox p {margin:0 10px;}
.jbbox h1 {font-size:2em; color:#800000; letter-spacing:1px;}
.jbbox p {padding-bottom:0.5em;}

.jbbox .top, .jbbox .bottom {display:block; background:transparent; font-size:1px;}
.jbbox .b1, .jbbox .b2, .jbbox .b3, .jbbox .b4, .jbbox .b1b, .jbbox .b2b, .jbbox .b3b, .jbbox .b4b {display:block; overflow:hidden;}
.jbbox .b1, .jbbox .b2, .jbbox .b3, .jbbox .b1b, .jbbox .b2b, .jbbox .b3b {height:1px;}
.jbbox .b2 {background:rgb(253,245,230); border-left:1px solid rgb(153,0,0); border-right:1px solid rgb(153,0,0);}
.jbbox .b3 {background:rgb(253,245,230); border-left:1px solid rgb(153,0,0); border-right:1px solid rgb(153,0,0);}
.jbbox .b4 {background:rgb(253,245,230); border-left:1px solid rgb(153,0,0); border-right:1px solid rgb(153,0,0);}
.jbbox .b4b {background:rgb(253,245,230); border-left:1px solid rgb(153,0,0); border-right:1px solid rgb(153,0,0);}
.jbbox .b3b {background:rgb(253,245,230); border-left:1px solid rgb(153,0,0); border-right:1px solid rgb(153,0,0);}
.jbbox .b2b {background:rgb(253,245,230); border-left:1px solid rgb(153,0,0); border-right:1px solid rgb(153,0,0);}


.jbbox .b1 {margin:0 5px; background:rgb(153,0,0);}
.jbbox .b2, .jbbox .b2b {margin:0 3px; border-width:0 2px;}
.jbbox .b3, .jbbox .b3b {margin:0 2px;}
.jbbox .b4, .jbbox .b4b {height:2px; margin:0 1px;}
.jbbox .b1b {margin:0 5px; background:rgb(153,0,0);}
.jbbox .boxcontent {padding-left:5px; height:80px; display:block;  background:rgb(253,245,230); border-left:1px solid rgb(153,0,0); border-right:1px solid rgb(153,0,0);}

