body {
font-family: verdana, tahoma, arial, sans-serif;
background-image:url(images/background.jpg); 
background-position:top left; 
background-repeat:no-repeat;
margin-top:25px;
background-color: #0a0a09;
text-align: left;
}
tr { vertical-align:top; align:left;} 

img {border:none;}

.type
{
	 color:white; 
	 background-image:url(images/shop/female_pink_shirt.gif); 
	 background-repeat:no-repeat; 
	 background-position:center center;
 }
 
 a,a:link,a:visited,a:active,a:hover{color:#ffffff;}


/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 2px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}
