﻿/* common styles */
.clear
{
	clear: both;
}

.floatLeft
{
	float: left;
}

/* defaults for elements */
em
{
	font-weight: bold;
	color: Red;
}

a
{
	text-decoration: none;
	color: #000;
}

a:link
{
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #FF0000;
}

#pageHeader
{
	background-color: #da0003;
	background-image: url(/img/bck-lingerie-accounts.jpg);
	background-position: right;
	background-repeat: no-repeat;
	width: 780px;
}
#pageHeader #Logo
{
	width: 519px;
	float: left;
	position: relative;
}
#pageHeader #UserArea
{
	width: 226px;
	height: 30px;
	float: left;
	position: relative;
	margin-left: 17px;
	margin-top: 20px;
}
#pageHeader #UserArea .UserItem
{
	width: 113px;
	height: 30px;
	position: relative;
	float: left;
}
#pageHeader #UserArea .UserText
{
	color: #6d6e71;
	font-size: 1.3em;
	margin-top: 5px;
	position: absolute;
}
#Menu
{
}
#Menu ul
{
}
#Menu li
{
	position: relative;
	float: left;
	width: 130px;
	height: 15px;
	background-color: #ff3779;
	background-image: url(/img/MenuBorder.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1.3em;
	line-height: 1em;
}
#Menu .last
{
	background-image: none;
}
#Menu a
{
	color: #ffffff;
}
#Menu a:hover
{
	color: #5a0129;
}
#mainArea
{
	background-color: #ffffff;
	background-image: url(/img/mainbckgnd.jpg);
	background-repeat: repeat-y;
}

#mainArea #leftMenu
{
	width: 152px;
	float: left;
	background-color: #c8c8c8;
}

#mainArea #leftMenu #topMenu
{
	margin-top: 5px;
}
#mainArea #leftMenu #topMenu li
{
	background-color: #cc0000;
	margin-top: 3px;
	font-size: 1.3em;
	line-height: 1em;
	height: 15px;
	width: 152px;
}
#mainArea #leftMenu #topMenu li a
{
	display: block;
	padding-left: 10px;
}
#mainArea #leftMenu #topMenu a
{
	color: #ffffff;
}
#mainArea #leftMenu #topMenu a:hover
{
	color: #5a0129;
}

#mainArea #leftMenu #bottomMenu
{
	background: #FFDDDD;
	border: 1px dotted #000;
	margin: 5px;
	margin-top: 30px;
	padding: 5px;
	padding-bottom: 20px;
}
#mainArea #leftMenu #bottomMenu h3
{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
#mainArea #leftMenu #bottomMenu li
{
	margin-top: 8px;
}
#mainArea #leftMenu #bottomMenu a
{
	display: block;
}


#mainArea #leftMenu #search
{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

#mainArea #leftMenu #search label
{
	font-weight: bold;
	line-height: 1.5em;
}

#mainArea #leftMenu #search select
{
	width: 140px;
}

#mainArea #leftMenu #search div
{
	margin-top: 2px;
}

#mainArea #leftMenu #search .padTop
{
	margin-top: 8px;
}

#mainArea #leftMenu #search .submit
{
	width: 80px;
	height: 20px;
	font-size: 1.4em;
}

#mainArea #leftMenu #search h1
{
	color: #ffffff;
	font-weight: bold;
}

#mainArea #mainContent
{
	width: 627px;
	float: left;
}

#mainArea #mainContent h1
{
	font-size: 12px;
	background-color:#ffdddd;
	color: #6D6E71;
	padding-left: 2px;
	padding-bottom:2px;
	padding-top: 2px;
	font-weight: bold;	
	margin-top: 20px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 10px;
}

#mainArea #mainContent p
{
    font-size: 1.2em;
}

#mainArea #mainContent h1 span
{
	color:#CC0033;
}
#mainArea #mainContent h1 a:link
{
	color:#000000;
	text-decoration: none;
}
#mainArea #mainContent h1 a:visited
{
	color:#000000;
	text-decoration: none;
}
#mainArea #mainContent h1 a:hover
{
	color:#FF0000;
	text-decoration: none;
}
#mainArea #mainContent a:link
{
	font-weight: bold;
}

#mainArea #mainContent a:visited
{
	color: #000000;
	font-weight: bold;
}

#mainArea #mainContent a:hover
{
	color: #ff0000;
}

#mainArea #mainContent table .odd,#mainArea #mainContent table .even
{
	color: #ffffff;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-top: 3px;
	font-weight: bold;
}

#mainArea #mainContent table .heading
{
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #ff3779;
	color: #ffffff;
}

#mainArea #mainContent table .LineTotal
{
	width: 155px;
}

#mainArea #mainContent table .odd
{
	background-color: #fe9bbc;
}

#mainArea #mainContent table .even
{
	background-color: #fa5d91;
}

#mainArea #mainContent .Error
{
	color: #ff0000;
	margin-left: 20px;
	font-weight: bold;
	font-size: 1.2em;
}

#mainArea #mainContent .Error a
{
	color: #000000;
	text-decoration: none;
}

#mainArea #mainContent .Error a:hover
{
	color: #ff0000;
}

#mainArea #mainContent #designerTable tr
{
	height:40px;
}

#mainArea #mainContent #designerTable p
{

	margin-left:20px;
	margin-right:10px;
}

#mainArea #mainContent #designerTable p a:link
{
	font-weight: bold;
}

#mainArea #mainContent #designerTable a:link
{
	font-weight: bold;
}

#mainArea #mainContent #designerTable a:visited
{
	text-decoration: none;
	font-weight: bold;
	color:#000000;
}

#mainArea #mainContent #designerTable a:hover
{
	color:#FF0000;
	text-decoration: none;
}

#mainArea #mainContent #textBlock
{
	width: 300px;
	float: left;
	margin-left: 16px;
}

#mainArea #mainContent #textBlock p
{
	padding-bottom: 20px;
}
#mainArea #mainContent #whatsNewBox
{
	width: 250px;
	float: right;
	border: 1px red dotted;
	margin-right: 30px;
	margin-top: 30px;
	padding: 10px;
	padding-bottom: 20px;
	text-align: center;
}


#mainArea #mainContent #whatsNewBox p
{
	padding-bottom: 20px;
}


#mainArea #mainContent #whatsNewBox h1
{
	font-size: 17px;
	font-weight: bold;
	color: maroon;
	padding-bottom: 20px;
}

#mainArea #mainContent #whatsNewBox h2
{
	padding-top: 10px;
	font-size: 17px;
	font-weight: normal;
	color: maroon;
	padding-bottom: 20px;
}

#mainArea #mainContent #designerPage
{
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#mainArea #mainContent #designerPage p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainArea #mainContent #designerPage h1
{
	margin-left: -10px;
}
#mainArea #mainContent #designerPage
{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer
{
	padding-bottom: 7px;
	padding-top: 7px;
	text-align: center;
	background-color: #f1f1f1;
}
body
{
	font-size: 62.5%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background: #FF94B5 url(/img/bck.jpg) repeat-x;
	text-align: center;
	padding-top: 8px;
}

#pageWrap
{
	width: 780px;
	text-align: left;
	margin: auto;
}

h2
{
	color:#cc0033;
	font-size: 1.2em;
}
