h1 {
	width: 100%;
	height: 19px;
	
	background-image: url('../images/header_tab.gif');
	background-repeat:no-repeat;
	background-position: right;
	border-bottom: 1px solid #100755;
	
	font-size: 14px;
	color: #ffffff;
	text-align: right;
	
	margin: 0;
	padding: 0 5px 0 0;
	font-weight: bold;

	/*border: 1px solid red;*/
}

div li {
	list-style-type: none;
}


span.intro p {
	width: 95%;
	margin: 10px;
	padding: 5px;
	border: 1px solid #5F7388;
	background-color: #fff;
	
}

#top #news {
	margin: 10px;
	border: 1px solid #100755;
	padding: 4px;
	
	background-color: #fff;
	
}

#top #news span {
	float: right;
	
}

#top div.feedback p {
	text-align: justify;
	padding: 5px;
	margin-bottom: 0;
	border-bottom: 1px solid #4A5490;
	
	background-color: #c69ec6;
}

#top div.feedback h3 {
	margin: 0 5px 0 0;
	padding: 0;
	
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

#top div.idea {
	margin-bottom: 20px;
	border-bottom: 1px solid #4A5490;
	height: 175px;
	
	background-color: #c69ec6;
}

#top div.idea p {
	margin: 5px;
	text-align: justify;
}

#top div.idea img {
	display: block;
	float: right;
	margin: 5px;
	border: 2px solid #4A5490;
}

#top div.idea span {
	background-color: #8597AA;
}

#top div.idea h3 {
	margin: 0;
	padding: 0;
	
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	background-color: #f7e7f7;
	border-bottom: 2px solid #4A5490;
}

table#opts td {
	padding: 1px;
	border-bottom: 1px solid #f7e7f7;
}

#content table ul {
	display: block;
	list-style-type: none;
	margin: 0 0 0 10px;
}

#content table th {
	padding: 2px;
	text-align: left;
	background-color: #fff;
}

#content table td {
	/*padding: 1px;*/
}

h2 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #100655;
	color: #4A5490;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #4A5490;
}

#buy a {
	border-width: 0 1px 1px 1px;
	border-color: #100655; 
	border-style: solid;
	text-decoration: none;
	text-transform: uppercase;
	
	padding: 3px;
	height: 20px;
}

#location {
	text-align: left;
	padding-bottom: 10px;
}

#location a {
	font-size: 10px;
	font-weight: bold;
}


#top {
	/*display: block;*/
	margin: 0;
	overflow: visible;
	
	/*height: 670px;*/
	min-height: 705px;
	height: expression(document.body.clientHeight < 200 ? "745px" : "auto" );
	/*min-height: 538px;*/ /* height */
	/*max-height: 1500px;*/
	
	width: 607px;
	background-color: #f7e7f7 /*#C697C8*/;
	padding: 5px;

	border-top: 2px solid #ffffff;
}

#footer {
	/*display: block;
	position: relative;
	bottom: 0;
	left: 0;*/
	
	text-align: right;
	width: 100%;
	margin-top: 2px;
	border-top: 1px solid #100655;
	background-color: #fff;
}

#contentnav ul {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}

#contentnav ul li {
	display: inline;
	height: 22px;
	width: 200px;
	margin: 2px;
}

#contentnav a {
	
	
	width: 200px;

	font-weight: bold;

	color: #000000;
	font-size: 12px;
	text-decoration: none;

	/*border-bottom: 1px solid #4A5490;
	text-align: center;*/
}

#contentnav a:link,#contentnav a:visited {
	color: #4A5490;

}

#contentnav a:hover,#contentnav a:active {
	color: #76117C;
}


.pages {
	font-weight: bold;
	font-size: 14px;
}

#content {
	position: absolute;
	top: 109px;
	left: 153px;
	width: 613px;
	display: block;
	
	margin: 0;
	
	/*border: 1px solid pink;*/
}

#sidebar {
	position: absolute;
	top: 105px;
	left: 0px;
}

#sectiontitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	padding: 0px;
	/*padding-top: 7px;
	padding-left: 4px;*/
	font-style:italic;
	background-image: url('../images/section_bg.gif');
	height: 30px;
}

#userlinks {
	display: block;
	position: absolute;
	top: 1px;
	left: 3px;
	
	width: 50%;
	
	
	z-index: 100;
}

#nav {
	width: 145px;
}

#nav ul {
	list-style: none outside;
	width: 100%;
	padding: 0;
	margin: 0;
}

#nav ul li {
	overflow: visible;
	padding: 0;
	margin: 0;
	border: none;
	display: block;
}

#nav ul li span {
	overflow: hidden;
	display: block;
	
	height: 19px;
	width: 100%;
	
	font-weight: bold;

	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	
	margin: 5px 0 0 0;
	padding: 1px 0 0 3px;
	
	background-repeat:no-repeat;
	background-image: url('../images/cat_bg.gif');

}

#nav ul a {

	display: block;
	/*height: 18px;*/
	width: 100%;
	
	
	font-weight: bold; 
	vertical-align:baseline; 
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	text-transform: capitalize;
	padding: 2px 0 3px 5px;
	
}

#nav a.big:link,#nav a.big:visited {
	background-color: #943898; 
	background-repeat:repeat-x;
	background-image: url('../images/section_big0.gif');
}

#nav a.big:hover,#nav a.big:active {
	background-color: #FE921D; 
	background-repeat:repeat-x;
	background-image: url('../images/section_big1.gif');
	
}

#nav a:link,#nav a:visited {
	background-color: #943898; 
	background-repeat:repeat-x;
	background-image: url('../images/section0.gif');
}

#nav a:hover,#nav a:active {
	background-color: #FE921D; 
	background-repeat:repeat-x;
	background-image: url('../images/section1.gif');
	
}



#body {
	padding: 5px;

}

#body p {
	text-align: justify;
}

a:link,a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #4A5490;
}

a:hover,a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660066;
}


body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;


	color: #4A5490;
}

body {
	/*SCROLLBAR-FACE-COLOR: #660066; 
	SCROLLBAR-HIGHLIGHT-COLOR: #660066; 
	SCROLLBAR-SHADOW-COLOR: #999999; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR:  #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #990099; 
	SCROLLBAR-DARKSHADOW-COLOR: #330033;*/

	margin: 0;
	background-color: #ffffff;
}

input {
	/*width: 90%;*/
	
}
textarea {
	width: 100%;
}

table.prod {
	padding: 0;
	margin: 0;
}


table.prod td.name {
	font-size: 14px;
	border-bottom: 1px solid #4A5490;
	font-weight: bold;
}

table.prod td.name span {
	color: red;
}

table.prod td.img {
	width: 80px;
	vertical-align: top;
	/*border: 1px solid #4A5490;*/
}

table.prod td.img img {
	border: 1px solid #4A5490;
}

table.prod td.desc {
	padding: 5px;
	background-color: #fff;
	border-left: 1px solid #4A5490;
	border-bottom: 1px solid #4A5490;
}

table.prod tr.opt td {
	/*width: 75px;*/
	text-align: center;
	background-color: #c69ec6;
	height: 15px;
}

table.prod tr.opt td#id {
	width: 75px;
	text-align: center;
}

table.prod tr.opt td#size {
	width: 200px;
	text-align: center;
}

table.prod tr.opt td#col {
	width: 110px;

}

table.prod tr.opt td#space {

}

table.prod tr.opt td#price {
	width: 50px;
	text-align: center;	
}


td {
	padding:0;
	margin:0;
	border:0;
}

form {
	margin: 0;
	padding: 0;
}
table.prod tr.opt td#buy {
	width: 100px;
	text-align: center;
}



table.prod tr.opt td#buy input#qty {
	margin: 1px; 
	
	border: 1px solid #5F7388;
	font-size: 9px;
	background-color: #FFFFFF;
	
	width: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	color: #990099;
}

table.prod tr.opt td#buy input#button {


	
	font-size: 10px;
	width: 38px;
	

}

table.prod tr.opt td a.none {
	display: block;

	text-align: right;
	border:0px solid #fff;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

table#sections table {
	margin: 10px;
}

table#sections table td {
	background-color: #915095;
	text-align: center;
	border: 2px solid #915095;
	vertical-align: top;
}

table#sections a.but {
	display: block;
	
	padding: 2px;
	background-color: #915095;
	text-align: center;
	margin-top: 2px;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	
	/*background-image: url('../images/sections/bg.gif');*/
}

table#sections a.but:hover {
	display: block;
	padding: 2px;
	background-color: #CBA7CF;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

table#cart td input {
	margin: 1px; 
	
	border: 1px solid #5F7388;
	font-size: 9px;
	background-color: #8597AA;
	
	width: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	color: #f7e7f7;
}

table td.col {
	font-weight: bold;
	border-bottom: 1px solid #4A5490;
	padding-top: 5px;
}

table td.cartprices {
	/*color: #4A5490;*/
	font-weight: bold;
	text-align: right;
	/*background-color: #C1CAD8;*/
}

table.prod tr.opt td#buy span {
	width: 100px;
	text-align: center;
	
	font-size: 10px;

	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	color: #FFFFFF;
}

/* amature kev */

.style1 {color: #FFFFFF}
.style3 {color: #FFFFFF; font-weight: bold; }

#cart td {
	padding: 2px;
	vertical-align: top;
}