/* Layout Stylesheet */ 

/*<div style="background-image: url('.$GLOBALS['rootDirectory'].'images/bluegradient.png); width: 256px;  ">*/

#zazzle{
	border-width: 2px;
	border-color: #2d68d4;
	}
#zazzle a:hover{color:#2d68d4;}

#zazzleImage{
	width: 256px;
	height: 160px;
	position: relative;
	}
#zazzleImage a{
	position: absolute;
	top: 0;
	left 0;
	width: 256px;
	height: 200px;
	}

#shirt{
	background-image: url(/webneat/images/bluegradient.png); 
	width: 256px;
	height: 160px;
	position: relative;
	}
#shirt a{
	position: absolute;
	top: 0;
	left: 0;
	width:256px;
	height:160px;
	}
#shirt hr{
	border: solid;
}

body{
 margin: 20px 20px 20px 20px;
 padding:0;
 background: #ffffff;
 color: #333333;
 font-size:0.8em;
 font-family: arial,sans-serif;
 
 }
 
 
#main_bg {
	height: 100%;
	padding: 0;
	margin-bottom: 1px;
	background-color: #ffffff

}


#box{

 margin: 0px auto;
 background: #eaeff6;
 /*color: #333333;*/
 padding: 0px;
 width: 880px;
 border-bottom: 10px solid #d6e0ee;
 
}


	 
#hdr{
 text-align:center; 
 height:35px;
 background:#d3ddef;
 text-decoration: none;
 padding: 5px;
 font-size: 1.2em;
 font-weight: bold; 
 }

#left-cols{

 position: absolute;
 top: 320px;
 left:20px;
 width:180px;

}

#left-col1{
 width: 160px;
 background: #ffffff;
 color: #000000;
 padding: 5px;
 border: 0.5px solid #7186a3;


}
#left-col2{
 width: 160px;
 background: #ffffff;
 color: #000000;
 padding: 5px;
 border: 0.5px solid #7186a3;


}
#left-col3{
 width: 160px;
 background: #ffffff;
 color: #000000;
 padding: 5px;
 border: 0.5px solid #7186a3;


}




#rh-col{
 margin: 10px 10px 20px 180px;
 border: 0.5px solid #7186a3;
 background: #ffffff;
 color: #333333;
 padding: 5px;
 position :relative;
 min-height:820px;
 height: auto !important;
 height: 820px;
}

#search{

 position: absolute;
 top: 310px;
 left: 200px;
 width: 150px;
 border-left: 0.5px solid #66CCCC;
 background: #F4FCE5;
 color: #333333;
 margin: 0px;
 padding: 0px;
 height: 100px;

}
 
 #bottom-row{
 margin: 20px 10px 20px 10px;
 border: 0.5px solid #000000;
 background: #ffffff;
 color: #333333;
 padding: 20px;
 }
 a:visited{color:#2d68d4; }
 a:link{color:#2d68d4; }
 a:hover{background:#2d68d4; color:#ffffff;}

#imageheader{
align:left;
text-align:left; 
font-size:1.0em;
 height:100px;
 color:#3a59bc;
 border-bottom:solid #a7c3f6;
 border-width:8px 0px;
 text-decoration: none;
 padding-left: 10px;
 background: #f9fbfc;

}

#imageheaderhome{
  font-family: arial,sans-serif;
 text-align:right; 
 height:150px;
 color:#3a59bc;
 border-bottom:solid #a7c3f6;
 border-width:8px 0px;
 text-decoration: none;
 padding-left: 10px;
 padding-bottom: 10px;
 background: #f9fbfc;
<<<<<<< .mine
 font-size:1.0em;
=======
 font-size:0.8em;
>>>>>>> .r2269

}
	 
#hdr{
 text-align:center; 
 height:35px;
 background:#d3ddef;
 text-decoration: none;
 padding: 5px;
 
 }
 #bottom-row{
 margin: 20px 10px 20px 10px;
 border: 0.5px solid #000000;
 background: #ffffff;
 color: #333333;
 padding: 0px 20px 20px 20px;
 }


/*.tagcloud a:hover {background:#2d68d4; color:#ffffff;text-decoration: none;}*/
/*.tagcloud a:active {color:#2d68d4;text-decoration: none;}*/
.tagcloud a {text-decoration:none;}

 td{
 font-size: 1em;
 
 }
 
 #browsebox{
 	 /*border: 1px solid #cd6137;*/
 	 color:#7186a3;
 	 text-align:center;

 }
 
 
/*             styles for the star rater                */	

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(/images/alt_star.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: table;
display: table-cell;
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;

}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}	

/* for an inline rater */
.inline-rating{
display:table;
display:table-cell;
display:-moz-inline-block;
display:inline-block;
vertical-align:middle;
overflow:hidden;
position:static;
}
.small-star{
width:50px;
height:10px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
background-image: url(/images/star_small.gif);
line-height: 10px;
height: 10px;
}

#rate{
overflow:scroll;
position:relative;
} 

#box{

 margin: 0px auto;
 background: #eaeff6;
 color: #333333;
 padding: 0px;
 width: 880px;
 border-bottom: 10px solid #d6e0ee;
 
}

#left-cols{
 position: absolute;
 width: 180px;
 padding: 5px;
 top: 340px;
}

#left-col1{
 width: 150px;
 background: #ffffff;
 color: #000000;
 padding: 5px;
 border: 0.5px solid #7186a3;
}
#left-col2{
 width: 150px;
 background: #ffffff;
 color: #000000;
 padding: 5px;
 border: 0.5px solid #7186a3;
}
#left-col3{
 width: 150px;
 background: #ffffff;
 color: #000000;
 padding: 5px;
 border: 0.5px solid #7186a3;
}



 
 
