
/*
  background-color : #f1ffee;   
*/
body{
background-color:rgb(255,255,255);

 font-family : sans-serif, 'Luxi Sans','Verdana';
 font-size:12px;
  margin:0px;
}
h2{font-size:14px;
	margin:0px;
}
h1{
	font-size:14px;
	margin:0px;
	margin-bottom:5px;
}
a{
	color:rgb(249,100,29);
	text-decoration:none;
 }
 a:hover{
	text-decoration:underline;
 }

	
#sidebar_left{
	
	clear:both;
	float:left;
	width:15.6%;
	margin-right:.2%;
	border-collapse : separate;    
	border-left-width:1px;
	border-left-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#mainbar{
	 background-color :rgb(176, 220, 163);
	position:relative;
	float:left;
	width:68.0%;
	left: .2%; 
	border-collapse : separate;    
	border-left-width:1px;
	border-left-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
#sidebar_right{ 
	float:left;
	position:relative;
	width:14.8%;
	margin-left:.6%;
		border-collapse : separate;    
	border-left-width:1px;
	border-left-style:solid;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	
}



.titlebar{	
    color:rgb(70,30,30);
    background-color : #f1ffee; 
    border-style : solid;
    border-width : 1px;
    border-left-width:0px;
    border-right-width:0px;
    border-collapse : separate;    
    font-size : 12px;
    height:17px;
    text-align:center; 
    font-weight:bold;
    background-image: url(/data/themes/sunpebbles/images/head.gif);
  }
#footer{clear:both;

	color:rgb(70,30,30);
	background-color : #f1ffee; 
	border-style : solid;
	border-width : 1px;
	border-left-width:0px;
	border-right-width:0px;
	border-collapse : separate;    
	font-size : 12px;
	height:17px;
	text-align:center;  
	background-image: url(/data/themes/sunpebbles/images/head.gif);
}
 
.sidebar_item{ 
	padding:5px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
	background-color : #f1ffee;
	font-weight:bold;
	font-size:11px;
}
.sidebar_item a{
	color:rgb(0,110,0); 
}
.sidebar_item a:hover{ 
	color:rgb(249,100,29);
	text-decoration:none;
}
img{
 border-width:1px;
 color:black;
}

.summary{
	border-top-style:solid;
	border-top-width:1px;
	border-color:rgb(225,215,180);
	color:rgb(15,25,12);
	background-color:rgb(245,240,220);
	padding:15px;
	padding-top:0px;
	text-align:justify;
	font-size:11px;
}

/****/
.preview_content{
	text-align:justify;
	margin-right:10px;
	margin-left:10px;
}
.preview_content img{
	margin-left:10px;
	margin-right:10px;
	
}
.preview_box{
	background-color:white;
	margin:10px;

}
 
.preview_box_left_bottom {
margin-bottom:10px;
	 float:left;
	
	height:10px;width:10px;
	background-position:bottom left;
	background-repeat: no-repeat;
	background-image:url('/data/themes/sunpebbles/images/corner-left-bottom.jpg');
}


.preview_box_right_bottom { margin-bottom:10px;
    background-color:white;    
    height:10px;
    background-position:bottom right;
    background-repeat: no-repeat;
    background-image:url('/data/themes/sunpebbles/images/corner-right-bottom.jpg'); 
}

  
.preview_box_left{
   
 
 float:left; 
   height:10px;width:10px;
    background-position:bottom left;
    background-repeat: no-repeat;
    background-image:url('/data/themes/sunpebbles/images/corner-left.jpg');
}


.preview_box_right{  margin-top:10px;
    background-color:white;    
    height:10px;
    background-position:bottom right;
    background-repeat: no-repeat;
    background-image:url('/data/themes/sunpebbles/images/corner-right.jpg'); 
}
  
  
.preview_box_right_strong{
    border:0px;
    padding-left:5px;
    padding-bottom:0px; 
    background-position:top right;
    padding-top:7px;
    background-color:#fffcf1;
    background-repeat: no-repeat;
    background-image:url('/data/themes/sunpebbles/images/corner-right-strong.jpg');
}		
/**Speciffic content**/
.component_items_text{
	/***
	 *for components/preview/items.php
	*/
	
	width:auto;
	margin-left:10px;
	position:relative;
	left:10px;
	text-align:justify;
	padding-right:10px;
	
}
.preview_content b{
	color:rgb(0,110,0); 
}
.preview_content strong{
	color:rgb(0,110,0); 
}
/**Navigation**/
.navlist{	
	padding:0px;
	padding-left:5px;
	margin:0px;	
}


/**Prices and details**/
.available{
	color:rgb(0,130,0);
	font-weight:bold;
	font-size:10px;
}
.price{
	color:rgb(0,80,0);
	font-size:12px;
	font-weight:bold;
}
.condition{	
	color:rgb(0,115,0);
	font-size:12px;
	font-weight:bold;
}


.shipping{
	color:rgb(190,50,0);
	font-size:12px;
	font-weight:bold;
}
.pending{
	color:rgb(0,150,130);
	font-size:10px;
	font-weight:bold;	
}
.reserved{
	color:rgb(150,10,130);
	font-size:10px;
	font-weight:bold;	
}
.sold{
	color:rgb(220,0,0);
	font-size:10px;
	font-weight:bold;	
}