/*  
Theme Name: RG Maternity
Theme URI: http://www.kerflop.com
Description: Custom Wordpress theme for RGMaternity.com
Version: 1.0
Author: Jessica of Kerflop
Author URI: http://www.kerflop.com/

	This theme is released under Creative Commons Attribution 2.5 License.

*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(images/bgr.gif) #f3d7cc repeat-y center;
	color: #000000;
	font: 14px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #da5c6f;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: url(images/page-bgr.jpg) no-repeat top;
	margin: 0 auto;
	width: 892px;
}
/*=== Header ===*/
#header{
	background: url(images/header-bgr.gif) repeat-x top;
	height: 175px;
}
/*- Logo -*/
#header h1{
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
}
#header h1 a{
	display: block;
	height: 153px;
	width: 540px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- Top Menu -*/
#header ul{
	float: right;
	height: 117px;
	padding: 0 30px 0 0;
}
#header li{
	float: left;
	text-indent: -9999px;
}
#header li a{
	display: block;
	height: 117px;
}
#header li a:hover{
	text-decoration: none;
}
#header li#home{
	background: url(images/btn-home.png) no-repeat top;
	width: 93px;
}
#header li#contact{
	background: url(images/btn-contact.png) no-repeat top;
	margin: 0 0 0 -10px;
	width: 82px;
}
#header li#viewb{
	background: url(images/btn-basket.png) no-repeat top;
	margin: 0 0 0 -10px;
	width: 98px;
}
/*=== Columns ===*/
/*--- Left Column ---*/
#leftcol{
	float: left;
	width: 289px;
}
#leftcol h2{
	clear: both;
	color: #e2636c;
	font: 24px Georgia,"Times New Roman", Times, serif;
	padding: 0 0 5px;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 0 0 0 30px;
	width: 550px;
}
#centercol h2{
	color: #e18c6c;
	font: 30px Georgia,"Times New Roman", Times, serif;
	padding: 0 0 10px;
}

#centercol h3{
	color: #D94B5B;
	font: 25px Georgia,"Times New Roman", Times, serif;
	padding: 0 0 10px;
}
#centercol p{
	padding: 0 0 15px;
}
/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: url(images/box-bgr.gif) repeat-y;
	color: #243158;
	margin: 0 0 35px;
	width: 289px;
}
.box a{
	color: #243158;
}
.box ul{
	padding: 0 0 10px;
}
.box-top,.box-bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 20px;
	overflow: hidden;
}
.box-bot{
	background: url(images/box-bot.gif) no-repeat top;
}
.box .spacer{
	padding: 0 22px 0 110px;
}
/*- Wrapper -*/
.wrapper{
	float: left;
	margin: 0 12px 15px 0;
	text-align: center;
	width: 125px;
}
.wrapper h4{
	font-weight: normal;
}
.wrapper img{
	height: 125px;
	margin: 0 0 5px;
	width: 125px;
}
/*- Illustration -*/
#illustr{
	background: url(images/illustr.gif) no-repeat top;
	height: 600px;
	margin: 0 0 0 -60px;
	position: absolute;
	top: 10px;
	width: 163px;
}
/*-- view --*/
#view {
	position:relative;
	float:left;
	width:290px;
	padding:320px 0 0 0;
}

#view img {
        padding: 3px;
        margin: 0 auto 0 auto;
        border: 1px dashed #ccc;
}

.product-list {
	padding: 0 0 15px 0px;
        font-size: 13px;
}
.product-list li {
	background: url(http://littlestenopad.com/wp-content/themes/rg_maternity/images/ico-list.gif) no-repeat left center;
	margin: 0 0 2px 10px;
	padding: 0 0 0 17px;
}

#view .view-box{
	top:0;
	left:0px;
	position:absolute;
}
/*-- info --*/
#info{
	float:right;
	width:200px;

}

#info img {
        padding: 3px;
        margin: 0 auto 0 auto;
        border: 1px dashed #ccc;

}
#info p{padding-top:4px; padding-right:6px;}
#info h3 span.description{
	font-size:12px;
	line-height:14px;
	display:block;
	color:#727677;
}


.select-form {
	float:left;
	padding:0px 0 15px;
}
.select-form ul li{
	padding:4px 0 8px 10px;
	width:250px;
	float:left;
}
.select-form label,
.select-form strong.pr{
	font-weight:bold;
	float:left;
	padding: 0 0 0 0;
	width:45px;
}
.select-form select{
	border:2px solid;
	border-color:#969696 #fff #fff #969696;
}
#size{ width:140px;}
#color{ width:140px;}
.select-form input.text{
	width:37px;
	border:1px solid #8a8a8a;
	padding:1px 0 1px 2px;
}
span.price,
span.sale-price{
	float:left;
	padding:2px 0 4px;
}
span.price{text-decoration:line-through;}
span.sale-price{color:#ba2734;}

/*=== Footer ===*/
#footer{
	background: url(images/footer-bgr.gif) no-repeat bottom right;
	clear: both;
	height: 55px;
	padding: 60px 15px 0;
}
#footer img{
	margin: 0 0 0 50px;
}
#footer p{
	padding: 2px 0;
}
#footer p.botmenu{
	color: #da5c6f;
}
#footer p.copy, #footer p.copy a{
	color: #243158;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.ac{
	text-align: center;
}
#category {
	border: 0px;
	padding: 0;
	width: 500px;
	margin: 10px auto 25px auto;
        background-color: inherit;	
}



table {
	border: 1px solid #162D58;
	padding: 0;
	width: 500px;
	margin: 10px auto 25px auto;
	background-color: #E9ECF2;
}
th{
	font-weight: normal;
	color: #162D58;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #162D58;
	background-color: #fff;
}
td {
	padding: 8px 0 8px 0;
	text-align: center;
}

.alignleft {
padding: 3px;
border: 1px dashed #ccc;
float: left;
margin: 0 8px 5px 0;
}