/* ----------------------- */
/*                         */
/*     CLASSIC EROTICA     */
/*                         */
/* ----------------------- */


html { overflow-y: scroll; }

body {
	background:#FFFFFF url('./images/bg_body.jpg') repeat-x 0 0;
	color:#A27554;
	font:normal 12px Arial, Verdana, Tahoma, sans-serif;
}

#wrapper {
	background:#FFFFFF url('./images/bg_content.jpg') repeat-y 0 0;
	width:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#masthead {
	position:relative;
	background:#EDC9EE url('./images/bg_mast.gif') no-repeat 0 0;
	height:117px;
}

#site-title {
	position:absolute;
	top:14px;
	left:80px;
	width:840px;
	height:60px;
}

#main-menu-box {
	position:absolute;
	top:88px;
	left:0px;
	width: 1000px;
	height:29px;
	line-height:29px;
}
	/* PRODUCT HIGHLITES */
	#highlite-box {}
	.HLImage {
		margin:0 auto;
	}
	.HLTitle {
		font-size:13px;
	}
	/* END */

#content {
	position:relative;
	background:transparent url('images/bg_content_btm.gif') no-repeat bottom left;
	width:1000px;
	min-height:600px;
}
/* IE6 Only */
* html #content  { }

#content_inner {
	float:left;
	width: 730px;
	margin-top:30px;
	background:transparent;
}
/* IE6 Only */
* html #content_inner  { }

/* #content_inner .nonblog */
#content_inner.nonblog h2 {
	color: #A27554;
	font-size: 14px;
	font-weight: normal;
	padding:0 0 5px 0;
}
#content_inner.nonblog p {
	padding: 2px 0 20px 0;
}
#content_inner.nonblog p.first {
	margin-top:-5px;
}
#content_inner.nonblog img.border {
	border:1px solid #C99BA3;
}

/* HOME PAGE */
#content_inner.home {
	margin-top:0;
	margin:0;
	padding:0;
	width:750px;
	height:623px;
}
/* IE6 Only */
* html #content_inner.home  { font-size:0px; }

/* sidebar */
#right_bar {
	float:right;
	width:224px;
	margin:35px 20px 25px 0;
	border: 1px solid #C99BA3;
	background: rgba(255, 255, 255, 0.5);
}
/* IE6 Only */
* html #right_bar  {
	margin:35px 10px 15px 0;
}
/* IE7 Only */
*:first-child+html #right_bar { }

/* footer */
#footer {
	position:relative;
	background:#FFFFFF url('./images/bg_footer.jpg') repeat-y 0 0;
	padding:0;
	margin-right:30px;
	font-size:12px;
	height:28px;
	color:#97358A;
	text-transform:none;
	text-align:right;
	overflow:hidden;
}



/* CATEGORY PAGE */
.CategoryBox_L, .CategoryBox_R {
	float:left;
	width:225px;
	height:265px;
	padding-right:10px;
	text-align:center;
}
.CategoryBox_R {
	float:right;
	padding-right:0;
}
.CategoryImage {
	width:200px;
	margin: 0 auto;
}
.CategoryTitle {
	font-size:13px;
}

/* PRODUCT PAGE */
.ProdDesc {
	float:right;
	width:220px;
	font-size:14px;
}
.ProductBox_R {
	float:right;
}
.ListingsBox {
	width:400px;
	margin:10px 0;
}

/* FLYER DOWNLOAD PAGE */
.FlyerCol_L, .FlyerCol_R {
	float:left;
	width:340px;
	padding:0 0 25px 0;
	text-align:center;
}
.FlyerCol_R {
	float:right;
}
.FlyerCol_L img, .FlyerCol_R img {
	display:block;
	margin:20px auto 4px auto;
}

/* ---- LINK styles ---- */
#footer a { color:#97358A; text-decoration:none; }
#footer a:hover { color:#A27554; text-decoration:underline; }

a { color:#97358A; text-decoration:none; }
a:hover { color:#A27554; text-decoration:underline; }

a.alt { color:#A27554; text-decoration:none; }
a:hover.alt { color:#97358A; text-decoration:underline; }

h1 a { color:#DC33A7; text-decoration:none; }
h1 a:hover { color:#97358A; text-decoration:underline; }

/* ---- element styles ---- */
ul.bullet {
	margin-left: 7px !important;
	padding-left: 7px !important;
}
ul.bullet li {
	list-style-image: url('./images/bullet.gif') !important;
}

.sidebar p { padding: 6px 0; }

/* ---- Text Group styles ----*/
h1 {
	font-family: Arial, Verdana, Geneva, helvetica;
	color:#DC33A7;
	font-size:18px;
	font-weight:normal;
	margin:0 0 15px 0;
}

h1.first, h2.first { padding-bottom:0; margin-bottom:0; }

h3 {
	font-size:13px;
	font-weight:bold;
	color:#DC33A7;
	margin-bottom:5px;
}

sup {
	font-size:10px;
	vertical-align:text-top;
}

/* ---- END ---- */


/* ---- Font sizes ---- */
.size-00  { font-size: 0px; }
.size-09  { font-size: 9px; }
.size-10 { font-size: 10px; }
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-24 { font-size: 24px; }
.size-30 { font-size: 30px; }

/* ---- Colors ---- */
.white 	{ color:#FFFFFF; }
.brown	{ color:#A27554; }

/* ---- Font styles ---- */
.italic 	{ font-style:italic; }
.bold 		{ font-weight:bold; }
.uppercase 	{ text-transform: uppercase; }
.stretch 	{ font-stretch:expanded; } /* not supported by many browsers */

/* ---- Border Lines ---- */
.border-all    { border: 1px solid #C99BA3; }
.border-left   { border-left: 1px solid #C99BA3; }
.border-right  { border-right: 1px solid #C99BA3; }
.border-top    { border-top: 1px solid #C99BA3; }
.border-bottom { border-bottom: 1px solid #C99BA3; }

.clear { clear:both; }

/* ---- Forms ---- */
form {
	margin:0;
	padding:0;
}
fieldset {  
	width: 100%;
	border: 3px double #C99BA3;  
	margin: 0 0 10px 0;
	padding: 4px;
}
fieldset div {  
	float: left;  
	clear: left;  
	width: 100%; 
	padding-bottom: 4px;
}
fieldset.submit {  
float: none;  
width: auto;  
border: 0 none #FFF;  
}

legend {  
margin-left: 6px;  
padding: 0 5px;  
font-weight: bold;
font-size: 16px;
}
label { 
	color:#8A969F;
	font-family:'Trebuchet MS',Tahoma,Verdana;
	font-size:10px;
	font-style:italic;
	margin-top:0px;
}
label.label-left {
	float: left;  
	font-size:11px;
	color:#C99BA3;
	margin: 3px 10px 0px 0px;
	padding-left: 6px;
	width: 12em;
}
form span { 
	font-size:10px;
	color:#A09600;
}
select, textarea {
	font-size: 11px;
	border:1px solid #C99BA3;
	margin-bottom:3px;
	background: #FCF5F7;
	font-family: Verdana, Arial, Geneva, helvetica;
}
input {
	font-size: 11px;
	background-color: #FCF5F7;
	border:1px solid #C99BA3;/* not good for input buttons */
	margin-bottom:3px;
}
input.noborder {
	border:none;
}

/* button styles */
.submit, div.submit a, a.submit {
	background:#97358A url('images/button-bg.gif') repeat-x 0 -3px;
	font-size: 11px !important;
	line-height: 16px;
	color:#FFFFFF;
	font-weight:normal;
	padding: 2px 10px;
	cursor:pointer;
	text-decoration:none;
	border:1px solid #D89EC5;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

a.submit {
	padding: 4px 11px;
	color:#FFFFFF;
}
/* IE6 Only */
* html a.submit  {
	padding: 5px 8px;
}

div.submit a {
	padding: 4px 10px;
}

.submit.hover, div.submit.hover a, a.submit.hover {
	background:#AC3B9E url('images/button-bg.gif') repeat-x 0 -16px;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
}

div.submit a { color: #FFFFFF; }
div.submit.hover a:hover { color: #FFFFFF; }

div.submit {
	background:transparent;
	font-size: 11px !important;
	line-height: 16px;
	color:#FFFFFF;
	padding: 4px 10px;
	cursor:pointer;
	border:none;
	box-sizing: content-box;
}

div.submit.hover {
	background:transparent;
	border:none;
}
/* END */
