.pageDiv {
	text-align:center
}

/* Form Elements(from boxes.css)*/
input.input-text, select, textarea { 
	border:1px solid #C30A72;
}

select#cat { 
	width:100%;
}


.input-text:focus, select:focus, textarea:focus {
	background:#f98bf6;
}
.btn-checkout, .btn-checkout:hover {
    color:#f98bf6;
}

/*Structure(also from boxes.css)*/
.middle-container { 
	background:url(../images/main_container_bg.gif) no-repeat 50% 0 #d52e8f;
}

/*override*/

.centeringDiv {
	width:100%;
	text-align:center;
}

/*.wrapper {
min-width:800px;
width:800px;
text-align:center;
}*/

body {
/*background-color:#DB3997;*/
background-color:#FFFFFF;
background-image:none;
/*background-image:url(../images/body_bg.png);*/
background-position:50%;
background-position: repeat-y;

}

a { text-decoration:none; }
a:hover { color:#AAAAAA; text-decoration:none; }

.wrapper { 
background-color:#FFFFFF;
border:thin solid #C30972;
margin:10px auto;
min-width:inherit;
width:950px;
/*border:medium solid #CCCCCC; */}

/* Style */

/*.header {
margin-left:auto;margin-right:auto;
}
*/

.middle {
margin-left:auto;margin-right:auto;
width:auto;
}

div.categoryLandingImg {
	text-align:center
}

div.grandOpeningTab {
	text-align:left
}

.footer .legality {
	color:#AAAAAA
}

.footer .legality a, .footer .legality a:hover { color:#AAAAAA; }

.emphText {
	font-weight:bold;
	border-bottom: 1px dashed #C30972;
}

span.emphText {
	border-bottom: 1px dashed #C30972;

}

.tabTitle {
	text-align:center;
	font-weight:bold;
	color:#C30972;
	font-size:16px
}


table.infotable {
	border-spacing:0px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
}

table.infotable td {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	padding:3px;

}

table.infotable .darkrow td {
		color:#FFFFFF;
		background-color:#969696;
}

.ui-tabs-panel {
	width:420px;
}

#mainpgtabsGrandOpening .ui-tabs-panel {
	height:450px;
}

#mainpgtabsGrandOpening div {
	font-size:14px;
}

h1#logo {
	width:auto
}

label[for="p_method_paypal_direct"] {
	display:none;
}

div.middle, div.col-2-right-layout {
	padding-bottom: 20px;
}