@charset "utf-8";

body {
	background: #C5E899 url(img/bg_body.jpg) top repeat-x;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

img, table {
	border: 0;
}
p {
	line-height: 1.4em;
	margin: 0 0 1em;
}
ul {
	margin: 1em 2em;
	padding: 0;
}

a {
	color: #8A0C47;
	text-decoration: none;
}
a:hover {
	color: #8A0C47;
	text-decoration: underline;
}


div#wrap {
	background: url(img/bg_wrap.jpg) left top no-repeat;
	margin: 0 auto;
	position: relative;
	width: 960px;
}

/* HEADER */
div#hdr {
	background: url(img/bg_hdr.jpg) left top no-repeat;
	height: 200px;
	width: 960px;
}

div#logo {
	position: absolute;
	top: 60px; left: 0;
	width: 300px;
}

div#topmenu {
	background: #60A600 url(img/bg_topmenu.gif) center bottom no-repeat;
	height: 175px;
	position: absolute;
	top: 10px; left: 300px;
	width: 152px;
}
div#topmenu ul {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	margin: 0;
	padding: 1em;
	text-align: center;
}
div#topmenu li {
	background: url(img/div_topmenu.gif) center top no-repeat;
	list-style: none;
	margin: 0;
	padding: 0.4em 0;
}
div#topmenu li.first {
	background: none;
}
div#topmenu li a,
div#topmenu li a:hover {
	color: #FFF;
	text-decoration: none;
}
div#topmenu li.active a {
	font-weight: bold;
}

div#login {
	background: url(img/bg_login.jpg) right top no-repeat;
	height: 38px;
	padding: 4px 10px;
	position: absolute;
	top: 0; right: 20px;
}
div#login h3 {
	color: #FFF;
	margin: 0;
}
div#loginform .in-textbox {
	border: 0;
	color: #999;
	font-size: 1.1em;
	width: 90px;
}
div#loginform .in-button {
	background: #F60;
}

div#banner {
	height: 60px;
	position: absolute;
	top: 80px; right: 20px;
	width: 468px;
}


table#left_banners{
font-family:Tahoma,Verdana,Arial,sans-serif;
font-size:1.1em;
font-weight:bold;

}
/* CONTENT */
table#contentwrap {
	width: 960px;
}
table#contentwrap td.pmenu {
	background: #B1D55E;
	padding: 20px 0;
	vertical-align: top;
	width: 220px;
}

/* products menu */
table#contentwrap td.pmenu ul {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: right;
}
table#contentwrap td.pmenu li {
	border-bottom: 1px solid #C5E086;
	list-style: none;
	margin: 0;
	padding: 3px 25px 3px 0;
}
table#contentwrap td.pmenu li.first {
	border-top: 1px solid #C5E086;
}
table#contentwrap td.pmenu li.active {
	background: #60A600 url(img/div_prodmenu.gif) 0 25px no-repeat;
	color: #FFF;
	font-size: 1.1em;
	padding: 6px 20px 6px 0;
}
table#contentwrap td.pmenu li a {
	color: #000;
}
table#contentwrap td.pmenu li a:hover {
	color: #8A0C47;
	text-decoration: none;
}
table#contentwrap td.pmenu li.active a,
table#contentwrap td.pmenu li.active a:hover {
	color: #FFF;
}

/* products sub menu */
table#contentwrap td.pmenu li.active ul {
	font-size: 0.9em;
	font-weight: normal;
	padding: 12px 0 5px;
}
table#contentwrap td.pmenu li.active li {
	background: url(img/bul_prodsubmenu.gif) right 3px no-repeat;
	border: 0;
	padding: 2px 10px 2px 0;
}
table#contentwrap td.pmenu li.active li.active a {
	font-size: 0.9em;
	font-weight: bold;
}


table#contentwrap td.rightwrap {
	background: #FFF;
	vertical-align: top;
	width: 740px;
}
table#contentwrap td.rightwrap table {
	width: 100%;
}

/* page title */
table#contentwrap td.rightwrap td.pagetitle {
	background: #8A0C47 url(img/bg_pagetitle.jpg) left top no-repeat;
	color: #C586A4;
	height: 50px;
	padding: 0 10px 0 30px;
	position: relative;
	vertical-align: top;
}
table#contentwrap td.rightwrap td.pagetitle a {
	color: #C586A4;
	text-decoration: underline;
}
table#contentwrap td.rightwrap td.pagetitle h1 {
	color: #FFF;
	margin: 0.2em 0 0;
}
div#search {
	float: right;
	width: 155px;
}
div#search select {
	border: 0;
	font-size: 1.1em;
	margin-bottom: 3px;
	width: 100px;
}
div#search .in-textbox {
	border: 0;
	font-size: 1.1em;
	width: 94px;
}
div#search .searchbtn {
	float: right;
	width: 50px;
}

/* content */
table#contentwrap td.rightwrap td.content {
	background: #FFF;
	font-size: 1.2em;
	padding: 20px 20px 0 30px;
	vertical-align: top;
	width: 510px;
}

/* product info */
table#pinfo {
	width: 100%;
}
table#pinfo td.image {
	vertical-align: top;
	width: 122px;
}
table#pinfo td.image img {
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
table#pinfo td.desc {
	padding-left: 10px;
	vertical-align: top;
}
table#pinfo td.desc h4 {
	margin: 0;
}
table#pinfo td.desc p {
	margin: 0.5em 0 0;
}

div.pricebox {
	border: 1px solid #CCC;
	float: right;
	margin-top: 1em;
	width: 198px;
}
div.pricebox div.price {
	color: #60A600;
	padding: 0.5em 1em;
}
div.pricebox div.addcart {
	background: #EBEBEB;
	padding: 0.5em 1em;
}
div.pricebox div.addcart img {
	margin-right: 0.2em;
	vertical-align: middle;
}
div.pricebox div.addcart a,
div.pricebox div.addcart a:hover {
	font-weight: bold;
	text-decoration: none;
}


/* list table */
table.list {
	background: url(img/div_listtable.gif) top repeat-x;
	width: 100%;
}
table.list td {
	background: url(img/div_listtable.gif) bottom repeat-x;
	padding: 10px 0;
}
table.list td td {
	background: none;
	padding: 0;
}

/* news list */
table#news.list p {
	margin: 0.5em 0 0;
}
table#news.list img {
	border: 1px solid #CCC;
}
table#news.list img.left {
	float: left;
	margin-right: 10px;
}
table#news.list img.right {
	float: right;
	margin-left: 10px;
}

/* products list 1 */
table#plist1.list div.image {
	float: left;
	width: 122px;
}
table#plist1.list div.image img {
	border: 1px solid #CCC;
}
table#plist1.list div.desc {
	float: right;
	width: 370px;
}
table#plist1.list div.desc a {
	color: #000;
}
table#plist1.list div.desc h4 {
	margin: 0;
}
table#plist1.list div.desc p {
	margin: 0.5em 0 0;
}
table#plist1.list div.desc img {
	vertical-align: middle;
}
table#plist1.list div.desc span {
	color: #60A600;
}

/* products list 2 */
table#plist2.list {
	margin-top: 20px;
}
table#plist2.list td {
	background: none;
	padding: 5px;
}
table#plist2.list td a {
	font-weight: bold;
}
table#plist2.list tr.dark td {
	background: #F5F5F5;
}
table#plist2.list tr.active td {
	background: #ccc;
}
table#plist2.list td.image {
	width: 40px;
}
table#plist2.list td.image img {
	border: 1px solid #CCC;
}
table#plist2.list td.color {
	width: 30px;
}
table#plist2.list td.color div {
	float: right;
	height: 13px;
	width: 15px;
}

table#searchlist.list {
	margin-top: 20px;
}
table#searchlist.list td {
	vertical-align:top;
	background: none;
	padding: 5px;
}
table#searchlist.list td a {
	font-weight: bold;
}
table#searchlist.list tr.dark td {
	background: #F5F5F5;
}
table#searchlist.list td.image {
	width: 40px;
}
table#searchlist.list td.image img {
	border: 1px solid #CCC;
}
table#searchlist.list td.color {
	width: 30px;
}
table#searchlist.list td.color div {
	float: right;
	height: 13px;
	width: 15px;
}

/* gallery */
table#gallery.list table {
	font-size: 0.95em;
	width: 100%;
}
table#gallery.list td {
	vertical-align: top;
	padding-bottom: 10px;
}
table#gallery.list td.space {
	width: 15px;
}
table#gallery.list img {
	border: 1px solid #CCC;
	margin-bottom: 5px;
}



/* sidebar */
table#contentwrap td.rightwrap td.sidebar {
	background: #EEF8E2;
	vertical-align: top;
	width: 180px;
}

/* cart */
div#sidebarcart {
	width: 180px;
}
div#sidebarcart h2 {
	background: #F60;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 15px 0 5px 15px;
}
div#sidebarcart ul {
	font-size: 1.1em;
	margin: 0;
	padding: 8px 0;
	width: 100%;
}
div#sidebarcart li {
	border-top: 1px solid #D6DFCB;
	list-style: none;
	margin: 0;
	padding: 2px 10px;
}
div#sidebarcart li.first {
	border: 0;
}
div#sidebarcart li div {
	float: right;
	height: 12px;
	margin: 1px 0 0 5px;
	width: 12px;
}
div#sidebarcart div.sum {
	background: #D6DFCB;
	font-size: 1.2em;
	padding: 5px 10px;
	width: 160px;
}
div#sidebarcart div.order {
	background: #8B0C48;
	font-size: 1.2em;
	padding: 2px 10px;
	width: 160px;
}
div#sidebarcart div.order a,
div#sidebarcart div.order a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

/* banners */
div#sidebarbanners {
	padding: 40px 0 20px;
	text-align: center;
	width: 180px;
}
div#sidebarbanners div {
	margin-bottom: 10px;
}



/* FOOTER */
div#footer {
	width: 960px;
}
div#footer ul {
	font-size: 1.1em;
	margin: 0;
	padding: 20px 0;
}
div#footer li {
	background: url(img/div_footer.gif) left no-repeat;
	display: inline;
	padding: 0 14px 0 20px;
}
div#footer li.first {
	background: none;
}
div#footer div.aspit {
	float: right;
	margin: 20px 10px 0 0;
}



/* form table */
table.form {
	background: #F5F5F5;
	border-top: 1px solid #DDD;
	margin: 0.5em 0;
	width: 100%;
}
table.form td {
	padding: 5px 5px 5px 0;
}
table.form td.label {
	text-align: right;
	vertical-align: top;
	width: 100px;
}
table.form input.in-textbox {
	width: 200px;
}
table.form textarea {
	height: 100px;
	width: 300px;
}


/* misc */
ul.pagenumbers {
	font-size: 0.9em;
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
ul.pagenumbers li {
	display: inline;
	margin: 0 2px;
}
ul.pagenumbers li.no a {
	padding: 2px 6px;
}
ul.pagenumbers li.no a.active,
ul.pagenumbers li.no a.active:hover {
	background: #8A0C47;
	color: #FFF;
	padding: 2px 6px;
	text-decoration: none;
}

div.btmnote {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	color: #666;
	font-size: 0.9em;
	margin-top: 10px;
	padding: 10px;
	width: 488px;
}

img.imgleft {
	float: left;
	margin: 0.3em 1em 0.5em 0;
}
img.imgright {
	float: right;
	margin: 0.3em 0em 0.5em 1em;
}

.clear {
	clear: both;
}

/* headings */
h1 {
	font-size: 2.4em;
	font-weight: normal;
	margin: 0 0 0.5em;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 0.5em;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0.5em;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.5em;
}



/* forms */
form {
	margin: 0;
}

select {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1em;
	padding: 1px;
}
textarea {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1em;
	padding: 3px;
}
.in-textbox {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 1em;
	padding: 3px 3px 2px;
}
.in-button, .nupp,.cartBtn {
	background: #8A0C47;
	border: 0;
	color: #FFF;
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 5px 1px;
}

.notice{font-weight:bold;color:#990000}

.cartTable{width:100%;border-top:1px solid #CECECE;border-left:1px solid #CECECE;border-right:1px solid #CECECE;}
.cartTable td{padding:3px;font-family: Verdana, Tahoma, sans-serif;font-size:11px;border-bottom:1px solid #CECECE;vertical-align:top}
.cartTable th{padding:3px;font-family: Verdana, Tahoma, sans-serif;font-size:11px;font-weight:bold;color:#000000;background-color:#F2F2F2;text-align:left;vertical-align:top}
.cartFormTable{width:100%;margin:0px 0;border:1px solid #CECECE;}
.cartFormTable td{padding:3px;font-family: Verdana, Tahoma, sans-serif;font-size:11px;vertical-align:top}
.cartFormTable th{padding:3px;font-family: Verdana, Tahoma, sans-serif;font-size:11px;font-weight:bold;color:#000000;background-color:#F2F2F2;text-align:left;vertical-align:top}
.cartBankNote{margin:20px 10px; text-align:center}
.cartBankNote img{border:0;cursor:pointer}
.cartPriceInput{font-family: Verdana, Tahoma, sans-serif;font-size:11px;font-weight:bold;border:0;background-color:transparent;text-align:right;width:60px}


.cartTxt{border: 1px solid #B2B2B2;
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	margin: 2px 0;
	padding: 4px;	}
.cartTxt2{border: 1px solid #B2B2B2;
	color: #000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	padding: 1px;
	width:50px;
	text-align:right}
.priceCell{border:0;width:50px;text-align:right;padding:0;font-weight:bold}