body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-image: url(i/background.jpg);
	background-position: 600px 200px;
	background-repeat: repeat-y;
}
abbr {
	padding-bottom: 1px;
	border-bottom: 1px dotted #666;
	cursor: help;
}
img { border: none }
.cleard { clear: both }
.errorp {
	padding: 5px;
	margin: 10px;
	font-size: 11px;
}
.errorp a {
	color: #000;
	text-decoration: underline;
}
.errorp a:hover {
	text-decoration: none;
}
#header {
	background-color: #666;
	background-image: url(i/background_header.jpg);
	background-repeat: repeat-x;
	height: 63px;
	padding: 20px;
}
#navbar {
	font-size: 12px;
	background-color: #ccc;
	background-image: url(i/background_navbar.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #666;
	padding: 5px;
	margin: 0px;
	padding-top: 8px;
	padding-left: 20px;
}
#navbar a {
	color: #666;
	text-decoration: none;
	padding: 5px;
	margin: 0px 4px;
}
#navbar a:hover {
	background-color: #eee;
	color: #666;
}
#navbar .acc {
	background-color: #666;
	color: #eee;
	cursor: default;
}
#navbar .acc:hover {
	background-color: #666;
	color: #eee;
	cursor: default;
}

#front {
	margin-top: 30px;
	margin-left: 10px;
}
#front .fholder, #front .fholder2, #front .fholder3 {
	background-color: #dedede;
	margin: 1px 3px;
	height: 260px;
	width: 180px;
	padding: 4px;
	padding: 4px;
	float: left;
}
#front .fholder2 {
	background-image: url(i/front_holder2.png);
}
#front .fholder3 {
	background-image: url(i/front_holder3.png);
}
#contentlist {
	margin-top: 30px;
	margin-left: 10px;
	width: 840px;
}

#contentlist .listitem form {
	float: left;
	padding:0xp;
	margin: 0px;
	background-color: #ddd;
	width: 151px;
	text-align: right;
	height: 24px;
}
#contentlist .listitem  select {
	border: 1px solid #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
	padding: 1px;
	margin: 1px;
	margin-top: 3px;
	vertical-align: top
}
#contentlist .listitem {
	width: 200px;
	padding:0px;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
#contentlist .listitem .listtitle {
	background-color: #ccc;
	text-decoration: none;
	display: block;
	color: #333;
	padding: 4px 3px;
	border-bottom: 1px solid #eee;
	margin: 0px;
	font-size: 11px;
	display: block;
}
#contentlist .listitem .listprice {
	background-color: #ccc;
	text-decoration: none;
	display: block;
	color: #333;
	padding: 4px 3px;
	border-top: 1px solid #eee;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ccc;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
#contentlist .listitem .icon-new, #contentlist .listitem .icon-price {
	width: 45px;
	height: 30px;
	bottom: 41px;
	right: 16px;
	position: absolute;
	text-indent: -999em;
	background-color: transparent;
	background-image: url(../../static/i/icon-new.png);
	padding: 0;
	margin: 0;
	display: block;
}
#contentlist .listitem .icon-price {
	background-image: url(../../static/i/icon-price.png);
}
#contentlist .listitem a  {
}
#contentlist .listitem a:hover, #contentlist .listitem a:hover .listtitle {
	background-color: #333;
	color: #ddd;
}
#contentlist .listitem img {
	border: none;
}
#contentlist .listitem a img {
	border-top: 4px solid #ddd;
}
#contentlist .listitem a:hover img {
	border-top: 4px solid #333;
}
#contentlist .productdetails {
	width: 700px;
	padding: 0px;
	margin: 0px;
}
#contentlist .productdetails .ptitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ddd;
	padding: 4px 8px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
}
#contentlist .productdetails .pdescription {
	background-color: #ddd;
	padding: 4px 4px;
	margin: 0px;
}
#contentlist .productdetails .padd2cart {
	padding: 5px;
	margin: 0px;
	background-color: #ddd;
	margin-top: 1px;
}
#contentlist .productdetails h3{
	font-size: 10px;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}
#contentlist .productdetails p {
	font-size: 9px;
	padding: 10px;
	margin: 0px;
}
#cart_content {
	margin-top: 30px;
	margin-left: 10px;
	width: 840px;
}
#cart_content #cart_data {
	width: 90%;
	background-color: #eee;
	border: 1px solid #ccc;
}
#cart_content #cart_data td {
	background-color: #ccc;
	padding: 5px;
	font-size: 11px;
}
#cart_content #cart_data td a {
	border-bottom: 1px solid #999;
	margin-right: 5px;
	text-decoration: none;
	color: #333;
}
#cart_content #cart_data td a:hover {
	border-bottom: 1px solid #333;
}
#cart_content #cart_data th {
	background-color: #ccc;
	padding: 5px;
	font-size: 12px;
	text-align: left;
}
#cart_content #cart_personal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	width: 50%;
	background-color: #eee;
	border: 1px solid #ccc;
	float: left;
}
#cart_content #cart_personal h3 {
	padding: 5px;
	margin: 1px;
	background-color: #ccc;
	font-size: 12px;
}
#cart_content #cart_personal label {
	padding: 2px;
	height: 20px;
	font-size: 11px;
	width: 120px;
	float: left;
	display: block;
}
#cart_content #cart_personal input, #cart_content #cart_personal textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: #eee;
	border: 1px solid #666;
	font-size: 11px;
	width: 240px;
}
#cart_content #cart_personal .client_localrememberlabel {
	padding: 2px;
	height: 20px;
	font-size: 10px;
	width: 250px;
	float: left;
	display: block;
}

#cart_content #cart_personal #client_localremember {
	padding: inherit;
	border: none;
	width: auto;
}
#cart_content #cart_personal .client_field {
	background-color: #ccc;
	margin: 0px 1px 1px 1px;
	padding: 4px;
}
#cart_content #cart_modify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	width: 35%;
	background-color: #eee;
	border: 1px solid #ccc;
	float: right;
	margin-right: 10%;
}
#cart_content #cart_modify h3 {
	padding: 5px;
	margin: 1px;
	background-color: #ccc;
	font-size: 11px;
}
#cart_content #cart_modify .client_field {
	background-color: #ccc;
	margin: 0px 1px 1px 1px;
	padding: 3px;
}
#cart_content #cart_modify input {
	padding: 2px;
	background-color: #ddd;
	color: #333;
	border: 1px solid #666;
	font-size: 10px;
	width: 135px;
	padding-left: 30px;
	text-align: left;
}
#cart_content #cart_modify #order_data {
	background-image: url(i/silk/cash.png);
	background-position: left;
	background-repeat: no-repeat;
}
#cart_content #cart_modify #modify_data {
	background-image: url(i/silk/disk.png);
	background-position: left;
	background-repeat: no-repeat;
}
h3.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 600px;
	margin: 5px 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
h4.cartinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	width: 240px;
	margin: 5px 10px;
	padding: 5px;
	margin-left: 140px;
	border-width: 1px;
	border-style: dotted;
	border-color: #093;
	text-align: center;
	color: #063;
}
div.pagecont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 500px;
	margin: 0px;
	margin-left: 20px;
	padding: 5px;
}
div#footernote {
	color: #666;
	font-size: 10px;
	margin: 5px;
	margin-top: 60px;
	padding: 5px;
	padding-left: 10px;
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: 1px;
}
div#footernote a {
	color: #666;
	text-decoration: underline;
}
div#footernote a:hover {
	color: #333;
}


#productdetails {
	margin-top: 30px;
	margin-left: 10px;
	width: 600px;
	background-image: url(i/background_product.gif);
}
#productdetails .productdetails_title {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	background-color: #ccc;
	border-bottom: 1px solid #eee;
}
#productdetails .productdetails_image {
	padding: 5px;
	width: 200px;
	float: left;
}
#productdetails .productdetails_description {
	padding: 5px 10px;
	width: 360px;
	float: left;
}
#productdetails .productbuy {
	margin: 0px;
	padding: 0px;
	padding: 3px;
	font-size: 12px;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid #eee;
	vertical-align: middle;
}
#productdetails .productbuy label {
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
}
#productdetails .productbuy input, #productdetails .productbuy select  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: #eee;
	border: 1px solid #666;
	font-size: 11px;
	vertical-align: middle;
}
#productdetails .productbuy select  {
	padding: 0px;
	vertical-align: middle;
}
#productdetails .productbuy option  {
	padding: 2px;
	vertical-align: middle;
}
#productdetails .productbuy #productbuy_submit {
	background-image: url(i/silk/cart_put.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}

