body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	color: #AE027E;
	font-size: 15px;
}

h2 {
	color: #CF027F;
	font-size: 12px;
}

h3, td.col {
	font-weight: bold;
	font-size: 10px;
	color: #4F0055;
}

td.colr {
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #4F0055;
}

form {
	margin: 0;
	padding: 0;
}

p.intro {
/*	font-weight:bold;
	font-style: italic;*/
	color: #CF027F;
	font-size: 13px;
}

hr {
	color: #E3AED5;
}

input,select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	color: #CF027F;
	text-decoration:none;
}

a.poweek_a {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #4F0055;
}

#cart input {
	width: 30px;
}

#main {
	width: 750px;
	font-size: 12px;
	background: #FEE6F2 url(../images/main-bg.gif) 0px 150px no-repeat;
}

#header {
	background: url(../images/header.gif) no-repeat;
	height: 150px;
}

#footer {
	clear: both;
	padding-top:10px;
	height: 29px;
	background: url(../images/footer-bg.gif) bottom repeat-x;
}

#nav {
	font-size: 10px;
	float: left;
	width: 174px;
	/*border: 2px solid #D381BA;*/
	padding: 0;
	background: url(../images/nav-bg.gif) repeat-y;
	margin: 0 5px;
}

#nav div.top {
	height: 9px;
	background: url(../images/nav-cornerst.gif) top no-repeat;
}

#nav div.bot {
	margin-top: 20px;
	height: 9px;
	background: url(../images/nav-cornersb.gif) bottom no-repeat;
}

#nav h1 {
	margin: 10px 20px;
}

#nav ul {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
}

#nav ul li {
	clear: both;
	margin-top: 3px;
	padding: 0px;
	
	border-top: 1px solid #E3AED5;
}

#nav ul li.spc {
	display: block;
	border: 1px solid #E3AED5;
	height: 1px;
	clear: both;
}

#nav ul li span {
	display: block;
	padding: 3px 0;
	padding-top: 10px;
	text-decoration: none;
	/*text-transform: uppercase;*/
	/*border-bottom: 1px solid #E3AED5;*/
	font-size: 11px;
	color: #CF027F;
	font-weight: bolder;
	
	cursor: pointer;
	
	border-width: 0px;
}

#nav ul li a {
	display: block;
	padding: 3px 0;
	text-decoration: none;
	/*text-transform: uppercase;*/
	/*border-bottom: 1px solid #E3AED5;*/
	font-size: 11px;
	color: #4F0055;
	font-weight: bolder;
	
	cursor: pointer;
	
}

#nav ul li a span {
	padding-top: 0px;
	visibility: hidden;
}

#nav ul li a:hover,#nav ul li a.on  {
	color: #AE027E;
	list-style-image: url(../images/null.gif);
}

#nav ul li a:hover span,,#nav ul li a.on span {
	visibility: visible;
}

#right {
	float: right;
	width: 546px;

	
	background: #FEE6F2 url(../images/right-bg.gif) repeat-y;
	margin-right: 5px;
	

}

#right div.top {
	height: 9px;
	background: url(../images/right-cornerst.gif) top no-repeat;
}

#right div.bot {
	margin-top: 10px;
	height: 9px;
	background-image:  url(../images/right-cornersb.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#right #marg {
	margin: 0 10px;
	
	height: 100%;
}


#header a img {
	border: 0px;
}

#news span {
	float: right;
	font-size: 9px;
	color: Gray;
}

#news {
	border: 1px solid #CF027F;
	/*border-right: 0;*/
	background: #fff;
	padding: 4px 6px;	
}

table.prod .name {
	color: #CF027F;
	font-size: 12px;
	font-weight: bolder;
	padding-bottom: 5px;
}

table.prod .desc {
	border: 1px solid #CF027F;
	/*border-right: 0;*/
	background: #fff;
	padding: 4px 6px;	
}

table.prod .img {
	vertical-align: top;
	width: 100px;
}

table.prod .img img {
	border: 1px solid #CF027F;
	width: 90px;
	margin-left: 10px;
}

tr.opt #id,tr.opt #price  {
	font-weight: bold;
	color: #4F0055;
}

table.prod #buy {
	
	width: 110px;
}

table.prod #buy input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 30px;
}

table.prod #img {
	padding: 2px 0;
}

/*td.trade, tr.trade {
	padding: 0 4px;
	background: #FF20C2;
}*/

table.prod #img img {
	border: 1px solid #CF027F;
}

table#sections tr td {
	vertical-align: top;
}

table#sections tr td table {

	background: #FFD7EC;
	border: 2px solid #FFD7EC;
}

table#sections tr td table a.but {
	display: block;
	/*background: #fff;*/
	margin-top: 4px;
	padding: 2px 0;
	text-decoration: none;
	
	/*height: 28px;*/
}

table#sections tr td table a.but:hover {

	background: #fff;
	
}

td h2 {
	margin: 5px 0;
}

td span {
	margin-left: 5px;
	color: #FF20C2;
}

p.err {
	text-align: center;
	font-weight: bold;
	color: #FF20C2;
	margin: 4px 0;
}

div.idea {
	clear: both;
}

div.idea img {
	float: left;
	border: 0;
	margin-right: 10px;
}
