html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "Lucida Grande", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Segoe UI", "Lucida Sans Unicode", Tahoma, Verdana, "Verdana Ref", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
a, a:link, a:visited {
	color: #9e005d;
	text-decoration: none;
}
a:hover {
	color: #ec008c;
	text-decoration: none;
}
a img {
	border: 0px;
}
h1 {
	font-size: 24px;
	color: #9e005d;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	letter-spacing: -0.05em;
	line-height: 22px;
}
h2 {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	letter-spacing: -0.05em;
	line-height: 22px;
}
h3 {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 20px;
	margin: -5px;
	color: #FFFFFF;
	padding: 5px;
	background-color: #f49ac1;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -0.05em;
	line-height: 22px;
}
hr {
	clear: left;
	display: block;
	margin: 0px;
	visibility: hidden;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, textarea, .input {
	font-family: "Lucida Grande", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Segoe UI", "Lucida Sans Unicode", Tahoma, Verdana, "Verdana Ref", Helvetica, Arial, sans-serif;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #7b0046;
	border: 1px solid #f49ac1;	
	padding: 5px;
	margin: 0px -5px 10px -5px;
	width: 303px;
}
.input {
	border: 1px solid #ffe2eb;
	color: #f06eaa;
	font-style: italic;
}
#send {
	border: 1px solid #9e005d;
	display: block;
	width: 315px;
	background-color: #9e005d;
	color: #FFFFFF;
	margin: -5px;
}

#send:active {
	background-color: #ec008c;
	border-top: 1px solid #7b0046;	
	border-left: 1px solid #7b0046;
	border-right: 1px solid #ec008c;
	border-bottom: 1px solid #ec008c;
	padding: 6px 4px 4px 6px;
}
small {
	font-size: 11px;
	color: #f49ac1;
	display: block;
}
p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.frame {
	width: 980px;
	min-height: 90%;
	margin: 0px auto;
	padding: 20px 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.header {
	width: 980px;
	height: 150px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.logo {
	text-align: center;
	height: 120px;
}
.logo img {
	margin-top: 6px;
	margin-left: 5px;
	width: 141px;
	height: 106px;
}
.links {
	font-size: 11px;
	padding: 10px 5px;
	color: #7b0046;
	line-height: 10px;
}
.links a, .links a:link, .links a:visited  {
	color: #FFFFFF;
	margin: -3px 0px;
	padding: 3px 5px;
}
.links a:hover  {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #FFFFFF;
	color: #ec008c;
}
.content {
	padding: 10px 330px 55px 0px;
}
.sidebar {
	margin-right: -330px;
	width: 320px;
	float: right;
	#padding-left: 10px;
}
.pagecell {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFFFFF;
	padding: 10px;
}
.pagenav, .pagebar {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #f06eaa;
	padding: 10px;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 10px;
}
.pagenav {
	padding: 5px 110px;
	text-align: center;
}
.pagenav .left {
	margin-left: -110px;
	width: 110px;
	padding-left: 10px;
	text-align: left;
}
.pagenav .right {
	margin-right: -110px;
	width: 110px;
	padding-right: 10px;
	text-align: right;
}
.pagenav a:hover, .pagebar a:hover {
	color: #ffe2eb;
}
.pagebar b {
	color: #FFFFFF;
	font-size: 12px;
}
.table {
	margin-left: -10px;
	width: 660px;
}

/* Start Alert */
#alert {
	background-image: url(images/notice.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ec008c;
	padding-top: 35px;
	margin-bottom: 10px;
}
#alert h3 {
	background-color: #ffffff;
	color: #ec008c;
	font-style: normal;
	line-height: 20px;	
}
/* End Alert */

/* Start Tabs */
.tabbed-box {
	height: 210px;
	overflow: hidden;
}
.tabbed-box ul.tabs {
	padding: 0px;
	margin: 0px;
	float: right;
	margin: -35px 0px 0px 0px;
}
.tabbed-box .tabs li {
	list-style: none;
	padding: 0px;
	font-size: 10px;
	line-height: 10px;
	float: left;
}
.tabbed-box .tabs li a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	width: 10px;
	padding: 5px;
	margin-right: 5px;
	text-align: center;
	color: #FFFFFF;
	background-color: #f06eaa;
}
.tabbed-box .tabs li a:hover {
	background-color: #ec008c;
}
.tabbed-box .tabs li a.active {
	background-color: #FFFFFF;
	color: #ec008c;
	font-weight: bold;
}
.tabbed-box .tabs li a.active:hover {
	background-color: #ffe2eb;
	color: #9e005d;
}
.tabbed-content {
	color: #FFFFFF;
	height: 190px;
	background-color: #7b0046;
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 340px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    display: none;
	overflow: hidden;
	margin-bottom: 10px;
}
.tabbed-content h1 {
	color: #FFFFFF;
}
.tabbed-content h1 a, .tabbed-content h1 a:link, .tabbed-content h1 a:visited {
	color: #FFFFFF;
	display: block;
	margin: -5px;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tabbed-content h1 a:hover {
	background-color: #ec008c;
}

/* End Tabs */

/* Start Sidebar Links */
.port {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFFFFF;
	padding: 10px;
}
#twitter {
	background-image: url(images/twitter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
#twitter h1 {
	display: none;
}
.port a, .port a:link, .port a:visited {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px -5px -5px -5px;
	color: #9e005d;
	padding: 5px;
	background-color: #f49ac1;
	display: block;
	min-height: 1px;
}
a#here {
	background-color: #9e005d;
	color: #ffe2eb;
}
a#follow {
	background-color: #ec008c;
	color: #FFFFFF;
	font-weight: bold;
}
.port a:hover, a#here:hover {
	color: #FFFFFF;
	background-color: #ec008c;
}
a#follow:hover {
	color: #FFFFFF;
	background-color: #f06eaa;
}
.port h1 {
	margin: 0px;
}
.tweet ul, .tweet li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.port .update, .tweet ul li {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px -5px -5px -5px;
	color: #000000;
	padding: 5px;
	background-color: #ffe2eb;
	display: block;
}
.port .update a, .port .update a:link, .port .update a:visited, .tweet a, .tweet a:link, .tweet a:visited {
	color: #f06eaa;
	font-style: italic;
	display: inline;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}
.port .update a:hover, .tweet a:hover {
	color: #ec008c;
}
/* End Sidebar Links */

/* Start Album List */
.album {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	background-color: #7b0046;
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 10px;
	width: 300px;
	height: 60px;
}
.album a, .album a:link, .album a:visited {
	color: #FFFFFF;
}
.album a:hover {
	color: #ec008c;
}
.album a img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 70px;
	width: 90px;
	background-color: #f06eaa;
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	margin: -5px -5px -5px 15px;	
}
/* End Album List */
/* Start Item List */
.item {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	background-color: #7b0046;
	float: left;
	margin: 10px 0px 0px 10px;
	width: 210px;
	height: 210px;
}
.item a, .item a:link, .item a:visited {
	color: #FFFFFF;
}
.item a:hover {
	color: #ec008c;
}
.item img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 150px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #f06eaa;	
}
.item .desc {
	padding: 5px 10px;
}
/* End Item List */
/* Start Item Detail */
img.detail {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 650px;
}
.price {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	background-color: #7b0046;
	margin-top: 10px;
}
.price a, .price a:link, .price a:visited {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: right;
	width: 80px;
	margin-left: 10px;
	background-color: #ec008c;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 11px 10px;
}
.price a:hover {
	background-color: #f06eaa;
}
.price h2 {
	padding: 10px;
	margin: 0px;
}
.dims {
	padding-top: 10px;
	font-size: 11px;
	line-height: 12px;
	color: #f06eaa;
}
/* End Item Detail */

/* Start Footer */
.footer {
	padding: 20px 340px 20px 10px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: 675px center;
	margin: -80px auto 0px auto;
	width: 650px;
}
.copyright {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #ffe2eb;
	color: #f06eaa;
	padding: 10px;
	font-size: 11px;
}
.copyright a, .copyright a:link, .copyright a:visited {
	color: #f06eaa;
}
.copyright a:hover {
	color: #ec008c;
}
/* End Footer */
#htdesign {
	background-image: url(images/htdesign.gif);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 10px;
	height: 35px;
	width: 320px;
}
