/* set defaults */
body {
	font-family: georgia, serif;
	font-size: 62.5%;
	color: #827471;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-image: url(../images/bgs/crinkle-topleft.gif), url(../images/bgs/crinkle-topright.gif), url(../images/bgs/crinkle-bottomleft.gif), url(../images/bgs/crinkle-bottomright.gif);
	background-position: top left, top right, bottom left, bottom right;
}

* { 
	font-size: 1em; 
	line-height: 1.5em;
}

div, form{
	margin:0;
	padding:0;
}

p, ul, ol, dl { 
	margin:0;  
	padding: 0 0 1em 0;  
} 


h1, h2, h3, h4, h5, h6{
	font-family: "Trajan Pro", Trajan, georgia, serif;
	margin: 0;
	padding: 0 0 .1em 0;
}	
h1{
	font-size: 1.8em;
	text-transform:uppercase;
}
h2{
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.2em;
}
p{
	font-size: 1.2em;
}

ul, ol, dl, li, dt, dd {
	list-style: none;
}



ol li {
 list-style:decimal;
 margin:0 1em 1em 2em;
 padding:0;
}


li, dt, dd {
	margin:0;
	padding:0;
	font-size: 1.2em;
}

a {
	color:#C4B200;
}
a:hover {
}


img, a img {
	border: none;
}		

input{
	margin:0;
	padding:0;
}

.item {
	padding-right: 40px;
	
}
        
/* spacing styles for management pages */
	.fldMsg {
		background-color: red;
		color: white;
	}
	.fieldProperties {
		border: 1px solid #97001C;
		margin: 10px;
		padding: 5px;
	}
	


#wrapper {
	background: url(../images/bgs/crease.gif) repeat-y 350px #F9F7EC;
	margin: 15px;
	padding: 20px;
	border: 2px solid #DFD8C7;
	min-width: 700px;
	max-width: 1200px;
}        

#header h1 {
	margin-top: 10px;
	background: url(../images/headings/novelBadges.gif) no-repeat;
	width: 329px;
	height: 122px;
}



#menu {
	margin-top: 20px;
	width: 358px;
	height: 360px;
	background-repeat: none;
	background: url(../images/bgs/shelf.gif) -10px 280px  no-repeat;
	position: relative;
	left: -60px;
	top: -10px;
	margin-bottom: 50px;
}

#cart {
	background: url(../images/bgs/shelf.gif) -30px 20px  no-repeat;
	height: 80px;
	top: -20px;
	left: -60px;
	position: relative;
}

#cart ul.miniCart {
	margin-left: 60px;
}

#footer {
	margin-top: 50px;
	left: -60px;
	top: -20px;
	z-index: 10;
	position: relative;
	width: 358px;
	padding-top: 80px;
	clear: left;
}

#footer p {
	margin-left: 100px;
	font-style: italic;
}

#header {
	float: left;
	width: 350px;
} 

#menu ul {
	margin-left: 146px;
}

#menu li {
	float: left;
}


#content {
	margin-top: 50px;
	margin-left: 380px;
	padding: 5px;
	padding-left: 0px;
}

#content h1 {
	color: #C4B200;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}

.badgeList li {
	float: left;
	margin-right: 30px;
	width: 125px;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
.badgeList li span.desc {
	height: 26px;
	font-size:  12px;
	vertical-align: middle;
	display: block;
}
.badgeList li span.price {
	width: 26px;
	height: 26px;
	padding-top: 2px;
	font-size: 12px;
	display: block;
	float: right;
	display:  inline;
	text-align: center;
	background: url(../images/bgs/cartPrice.gif) top left no-repeat;
}

.miniCart {
}

.miniCart ul {
	position: relative;
	top: 40px;
	width: 250px;
}
.miniCart li {
	float: left;
}


dl.order dt {
	float: left;
	font-weight: bold;
}

dl.order dd {
	margin-left: 135px;
}

.cart {
	border-spacing: 0;
	border-collapse: collapse;
}

.cart td.badgeDetails {
	width: 200px;
	text-align: left;
}

.cart tr.row td {
	margin-top: 10px;
	margin-bottom: 30px;
}

.cart th {
	color: #c4b200;
	font-size: 1.5em;
}

.cart td.badgeBucks,
.cart td.badgeDetails, 
.cart td.badgeQuant,
.cart td.badgeTotal {
	font-size: 1.3em;
	color: #714b4b;
#	border-bottom: 1px solid #c4b200;	
	padding: 3px;
	margin: 0px;
}


.cart td.badgeBucks,
.cart td.badgeQuant {
	border-right: 1px solid #c4b200;
	padding: 10px;
	border-left: 0px;
	text-align: center;
}

.cart tr.lastRow td.lastRowCell {
	border-bottom: 1px solid #c4b200;
	height: 3px;
	border-top: 1px solid #c4b200;
}

.cart td.cartsubresult, .shelf .cart td.cartsubfoot {
	font-size: 1.3em;
	font-weight: bold;
}

.cart td.cartsubfoot {
	text-align: right;
	padding-right: 3px;
}

.shelf .formButton {
	float: left;
}

.checkout .item form .row {
	clear: none;
}


#content h1.errorMessage {
	color: red;
	font-size: 1.1em;
	width: 470px;
}

#content form input.confirm {
	background-color: none;
	background: none;
	border: 0px;
	width: 94px;
	height: 33px;
	margin-left: 380px;
}
/* dreamgirl CMS styles*/
.buttonContainer
{
		display: inline;
}

#dgInlineFeedback {
        width: 259px;
        height: 242px;
		
        background: url(../dreamgirl/images/success.png)!important;
        background: url(../dreamgirl/images/success.gif);
        }


.dgInlineForm {
        width: 400px;
        border: 0px;
        margin: 0px;
        position: absolute;
        margin-left: -200px;
        z-index: 100;
        margin-top: 12px;
        visibility: visible;
        overflow: hidden;
		z-index:100;
        
}

iframe {
		position:absolute;
        width: 400px;
        border: 0px;
        padding: 0px;
        margin: 0px;
}

.dgInlineButton {
        border: 0px;
        background-color: transparent;
}

.dgInlineButtonActivated {
        background-color: #ccc;
        margin-right: 3px;
}

.dgActiveElement {
		border: 1px dashed #eebddc;
}

.dgInactiveElement {
        background-color: transparent;
}

.dgButtonLink {
        border: 0px;
        margin-right: 3px;
}
