/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(http://www.a-girls-place.com/images/bgr.gif) #1b1819 no-repeat center top;
	color: #333333;
	font: .75em "Trebuchet MS",Arial,Verdana,Helvetica,Sans-Serif
}
a{
	color: #458b92;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
table td,  table th{
padding:5px;
}
.formbutton { 
color: #000000; 
font-weight: bold; 
background-color: #F174AD; 
border: 1px solid #000000; 
}
.orderlink { 
font-weight: bold; 
color: #000000; 
background-color: #F174AD; 
border: 1px solid #000000; 
text-decoration: none; 
padding: 3; 
}
.boldtext { 
font-weight: bold;
text-decoration: normal;
padding-bottom: 5px; 
}
input,select,textarea{
	border: #f174ad 1px solid;
	font-size: 13px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .2em
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	font-size: 1.2em;
	margin: 0 0 .5em
}
h4{
	font-size: 1em;
	margin: 0 0 .5em
}
p{
	line-height: 1.1em;
	padding: 0 0 1em
}
/*=== Layout ===*/
#page{
	background: url(http://www.a-girls-place.com/images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 35px 0 24px;
	width: 817px
}
/*=== Header ===*/
#header{
	background: url(http://www.a-girls-place.com/images/page-top.png) no-repeat top;
	height: 142px;
	margin: 0 auto;
	padding: 112px 0 0 116px;
	width: 760px
}
#header .content{
	float: right
}
/*- Logo -*/
#header h1{
	background: url(http://www.a-girls-place.com/images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 353px
}
#header h1 a{
	display: block;
	height: 107px;
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1 ul{
	margin: 0 0 2em;
	padding: 0 0 0 3px
}
.nav1 li{
	line-height: 16px
}
.nav1 li a{
	color: #ffffff
}
/*- Nav2 -*/
.nav2{
	color: #231f20;
	padding: 15px 0 0;
	text-align: center;
	
}
.nav2 a{
	color: #231f20
}
.nav2 li{
	border-right: 1px solid #231f20;
	display: inline;
	line-height: 1em;
	padding: 0 .6em
}
.nav2 li.last{
	border: 0
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 226px
}
/*=== Center Column ===*/
#centercol{
	float: right;
	text-align: justify;
	width: 577px
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 313px
}
.col2{
	float: right;
	width: 250px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	background: url(http://www.a-girls-place.com/images/box-bgr-.gif) repeat-y;
	color: #ffffff;
	width: 226px
}
.box .bot{
	background: url(http://www.a-girls-place.com/images/box-bot.gif) no-repeat top;
	clear: both;
	height: 20px;
	overflow: hidden
}
.box .content{
	background: url(http://www.a-girls-place.com/images/box-bgr.gif) no-repeat top;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 700px;
	min-height: 700px;
	padding: 20px 15px 0
}
/*=== Styling Forms ===*/
input.btn{
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}
select{
	padding: 1px
}
/*- Search -*/
.search{
	height: 20px;
	margin: 0 0 2.2em
}
.search input{
	float: left;
	padding: 5px;
	width: 100px
}
.search input.btn{
	margin: -10px 0 0 1px;
	padding: 0;
	position: relative;
	width: auto
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img{
	display: block;
	margin: 0 0 1em
}
.pics img{
	margin: 0 17px 0 0
}
/*=== Footer ===*/
#footer{
	background: url(http://www.a-girls-place.com/images/page-bot.png) no-repeat top;
	color: #ffffff;
	height: 50px;
	margin: 0 auto;
	padding: 17px 13px 0;
	text-align: center;
	width: 850px
}
#footer a{
	color: #ffffff
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}