/* *** Some credites go to by www.csscreator.com , miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #787E81;
font-size: 12px;
font-family:Arial, Helvetica, Verdana, sans-serif;
color:#666666;
padding:0px;
margin:0px;
}

a {color:#FF0066; text-decoration:none;}
a:visited {color:#FF0066;}
a:hover {color: #DB7093;  text-decoration:underline;}
a:active { color:#000000;}

/*h1 {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	text-transform:uppercase;
}
h1 {
	font-size: 20px;
	text-transform:uppercase;
	padding:5px 15px;
	margin:0px;
	position:absolute;
	left: 171px;
	top: 242px;
}*/
#content h1 {
	padding: 10px 2px 20px 10px;
	margin:0px;
	font: normal 2em Arial, Helvetica, sans-serif;
	color:#333333;
	letter-spacing: -1px;
	text-transform:uppercase;
	}
#content h2 {
font-size:14px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
color:#4B4B4B;
}

#content h3 {
	font-size:12px;
	font-weight: bold;
	padding: 5px 10px;
	margin:0px;
	color:#333333;
	text-transform:uppercase;
	}
#content h3 a { color:#333333; text-decoration:none;
}
#content h3 a:hover { color:#FF0066; text-decoration:none;
}
#contentbgplain h1 {
	padding: 10px 2px 20px 10px;
	margin:0px;
	font: normal 2em Arial, Helvetica, sans-serif;
	color:#333333;
	letter-spacing: -1px;
	text-transform:uppercase;
	}
#contentbgplain h2 {
font-size:14px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
color:#4B4B4B;
}

#contentbgplain h3 {
	font-size:12px;
	font-weight: bold;
	padding: 5px 10px;
	margin:0px;
	color:#333333;
	text-transform:uppercase;
	}
#contentbgplain h3 a { color:#333333; text-decoration:none;
}
#contentbgplain h3 a:hover { color:#FF0066; text-decoration:none;
}

#contentcollect h1 {
	padding: 10px 2px 2px 10px;
	margin:0 0 0 14px;
	font: normal 2em Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	letter-spacing: -1px;
	text-transform:uppercase;

	}
#contentcollect h2 {
	font-size:12px;
	font-weight: normal;
	padding: 2px 10px;
	margin:0 0 0 14px;
	color:#FFFFFF;
	}
#contentcollect h3 {
	font-size:12px;
	font-weight: bold;
	padding: 5px 10px;
	margin:0 0 0 14px;
	color:#FFFFFF;
	text-transform:uppercase;
	}
#contentcollect h3 a { color:#FFFFFF; text-decoration:none;
}
#contentcollect p.thumbs{ padding: 20px 0 10px 10px; }

#contentcollect .thumbs img { 
	border: 10px solid #FFFFFF;
	padding:0px;
	margin: 0 4px 0 4px;
	background:#FFFFFF;
}
#contentcollect .thumbs img:hover	{
	border: 8px solid #FFC6D4;
	padding:2px;
	background:#FFFFFF;
}
#contentcollect .thumbs a:hover { background-color: transparent; border: none }

#contentcollect img {
}
#contentbg h1 {
	padding: 10px 2px 2px 10px;
	margin:0px;
	font: normal 2em Arial, Helvetica, sans-serif;
	color:#333333;
	letter-spacing: -1px;
	text-transform:uppercase;
	}
#contentbg h2 {
	font-size:12px;
	font-weight: normal;
	padding: 2px 10px;
	margin:0px;
	color:#333333;
	}
#contentleft h1 {
	padding: 10px 2px 2px 10px;
	margin:0px;
	font: normal 2em Arial, Helvetica, sans-serif;
	color:#333333;
	letter-spacing: -1px;
	text-transform:uppercase;
	}
#contentleft h2 {
	font-size:12px;
	font-weight: normal;
	padding: 2px 10px;
	margin:0px;
	color:#333333;
	}

img.download {vertical-align:middle;}

/* --- Container to center the layout --- */
#container {
width: 930px;
vertical-align: middle;
padding:0px;
margin:2% auto 20px auto;
margin-left: auto;
margin-right: auto;
height: 660px;
border: 20px solid #FFFFFF;
background-color: #FFFFFF;
} 

#header {
	position: relative;
	width: 930px;	
	height: 100px;	
	padding: 0;	
	margin: 0;
	background: transparent;
	background: url(../images/big-cup-back-bra-size.gif) no-repeat
}

/* --- Logo --- */
#logo {
width:240px; 
float: left;
padding: 0px;
margin: 0px;
}
#logo .link {
	float: left;
}
#logo a {
	display: block;
	width: 240px;
	height: 100px;
	background: url(../images/curvy-kate-lingerie.gif) no-repeat
}

/*  --- Navigation ---  */
#nav {
	width: 690px;
	height:30px;
	margin:0;
	margin:50px 0 0 0;
	padding: 0;	
	float:left;
}
#nav ul {
	float: right;
	list-style: none;
	text-transform: uppercase;
	margin: 0;	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0 10px;	padding: 2px;
	font: bold 11px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: -0.1px;
	color:#B0B0B0;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color:#999999;
	background: none;
	border-bottom: 2px solid #FF0066;
}
#nav ul li#current a {	
	color:#B0B0B0;
	border-bottom: 2px solid #FF0066;
}
/* --- Outer --- */
#outer{ 
/*paddding:15px;*/
background-color: #FFFFFF;
margin: 0 auto;	
} 
#inner{ margin:0; 
padding: 25px 25px 25px 25px;
background-color:#5C6365;
height:470px;
background-image:url(../images/showgirl.gif);background-repeat:no-repeat;
}
#innercollect{ margin:0; 
padding: 25px 25px 25px 25px;
background-color:#5C6365;
height:470px;
background-image:url(../images/showgirl.gif);background-repeat:no-repeat;
}
#innermain{ margin:0; 
padding:0;
background-color:#DADADA;
height:520px;
/*background-image:url(../images/curvykate.gif);
background-repeat:no-repeat;
*/}
#innermainfull{ margin:0; 
padding:0;
background-color:#FFFFFF;
height:520px;
}


/* --- Banner Home --- */
#bannermain{ 
position: relative;
padding:0;
height:375px;
background-color:#FFFFFF;
}

/* --- Banner Home Full Page --- */
#bannermainfull{ 
position: relative;
padding:0;
height:520px;
background-color:#FFFFFF;
}
/* --- Content --- */
#content{ 
position: relative; 
padding:14px;
height:442px;
background-color:#FFFFFF;
}

/* --- Content with Background --- */
#contentbg{ 
position: relative; 
padding:14px;
height:442px;
background-color:#FFFFFF;
background-image:url(../images/curvy-kate.jpg);
background-repeat:no-repeat;
}
#contentbgplain{ 
position: relative; 
padding:14px;
height:442px;
background-color:#FFFFFF;
background-image:url(../images/curvy-kate-website.jpg);
background-repeat:no-repeat;
}
/* --- Content with for 2 colomns --- */
#contentleft{ 
padding:14px;
width:480px;
height:442px;
background-color:#FFFFFF;
float:left;
}
#contentright {
	padding:14px;
	width: 330px;
	height:442px;
	background-color:#FFFFFF;
	float:right;
	margin:0 0 0 14px;
}

/* --- Content Home --- */
#contentmain{ 
position: relative;
padding:0;
height:143px;
background-color:#FFFFFF;
border-top:2px #FFFFFF solid;
}

/* --- Content Collection --- */
#contentcollect{ 
position: relative; 
padding:14px 0;
height:442px;
background: transparent;
/*background-color:#FFFFFF;*/
}

p{
padding: 5px 10px;
margin:0px; }

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  --- Footer --- */ 
#footer {
	position: relative;
	width: 930px;
	height:40px;
	margin: 0px;
	background: transparent;
	float: left;		
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	color:#999999;
} 

/* --- Copyright --- */
#bottom {
	width:140px; 
	float: left;
	padding: 0px;
	margin: 0px;
}
#bottom .link {
	float: left;
	margin:15px 0 0 0;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	color:#CCCCCC;
	padding:2px 0px 0px 0px;
}
#bottom a {
	display: block;
	width: 140px;
	height: 25px;
	color:#999999;
	text-decoration:none;
}

/*  --- Footer Navigation ---  */
#botnav {
	width: 760px;
	height:30px;
	margin:0;
	margin:15px 0 0 0;
	padding: 0;	
	float:right;
}
#botnav ul {
	float: right;
	list-style: none;
	width: 760px;		
	height: 30px;
	margin: 0;	padding: 0;	
	display: inline;
}
#botnav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#botnav ul li a {
	float: right;
	margin: 0 6px;	padding: 1px 2px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	text-transform: none;
	text-decoration: none;	
	color:#666666;
}

#botnav ul li a:hover, 
#botnav ul li a:active {
	color:#FFFFFF;
	background:#FF0066;
	border: none;
}
#navtop ul li#current a {	
	color:#FF0066;
}

/*  --- Extra --- */ 
.clear {clear:both;}

/*  --- Table Site map --- */ 
#ul-table {
list-style-type:none;
margin:0px;
padding:0px;
display:inline-table;
}
#ul-table li {
display:block;
margin:5px 0 0 5px;
padding:5px;
float:left;
width:250px;
}
* html #ul-table li a {
width: 100%;
}
.clear {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
}

#ul-table-in {
list-style-type:none;
margin:0px 4px;
padding:0px;
border-bottom:1px solid #EEEEEE;
}
#ul-table-in li {
margin:5px 0 0 10px;
padding:4px;
}
/*  --- Products and Styles horisontaly possitioned--- */ 
#styles-products {
	list-style-type:none;
	margin:0;
	padding: 20px 0;
	display:inline-table;
}
#styles-products li {
	display:block;
	margin: 0 5px 0 5px;
	border: 10px solid #FFFFFF;
	background-color:#FFFFFF;
	padding:4px;
	float:left;
    width: 180px;
    height: 270px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;

}

#styles-products  img {
/*#styles-products .thumbs img {
*/	margin:0 0 6px 0;
}
#contentcollect  img:hover {
/*#contentcollect .thumbs img:hover {
*/	border: 2px solid  #FF6699;
	margin:-2px -2px 4px -2px;
}
#styles-products li a.txt {
	color: #FF0066;
	padding: 1px 3px;
	text-decoration:none;
}
#styles-products li a.txt:hover	{
	color: #FFFFFF;
	background:#FF0066;
	margin:2px 0 0 0;
	padding: 1px 3px;
	text-decoration:none;
}
* html #styles-products li a {
	width: 100%;
}
.clear {
clear:both;
margin-top:-1px;
height:1px;
overflow:hidden;
}
div#buy_ck { text-align: right; margin: 0px 8px 10px 0px; color:#FF0066;}
div#buy_ck a { font-weight: bold; text-decoration: none;  color:#FF0066;}
