/**/

body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 14px;
  color: #000000;
  background: #ffffff url('../img/bckgrnd.jpg') repeat-x;
}
a {
  color: #ec7016;
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}

/* TOP BANNER */
#topb {
  position: relative;
  top: 0;
  left: 0;
  width: 690px;
  height: 206px;
  background: url('../img/top.jpg') #000000;
  z-index: 1;
}
#loginform {
  position: absolute;
  left: 465px;
  top: 10px;
  width: 200px;
  text-align: right;
}

/* TOP BANNER BUTTONS */
#cartlink, #helplink, #regulationslink, #registerlink, #orderslink {
  position: absolute;
  display: block;
  top: 125px;
  width: 44px;
  height: 63px;
  background-position: 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 8px;
  font-family: tahoma;
  overflow: hidden;
}
#cartlink:hover, #helplink:hover, #regulationslink:hover, #registerlink:hover, #orderslink:hover {
  background-position: -42 0;
  color: #f2ab11;
}
#cartlink span, #helplink span, #regulationslink span, #registerlink span, #orderslink span {
  position: relative;
  display: inline;
  top: 43px;
} 
#cartlink:hover span, #helplink:hover span, #regulationslink:hover span, #registerlink:hover span, #orderslink:hover span {
  display: inline;
} 
#orderslink {
 left: 413px;
 background: url('../img/orders.gif') no-repeat; 
}
#cartlink {
  left: 629px;
  background: url('../img/cart.gif') no-repeat;
}
#helplink {
  left: 521px;
  background: url('../img/question.gif') no-repeat;
}
#regulationslink {
  left: 467px;
  background: url('../img/regulations.gif') no-repeat;
}
#registerlink {
  left: 575px;
  background: url('../img/user.gif') no-repeat;
}
#homepage {
  position: absolute;
  display: block;
  top: 31px;
  left: 29px;
  width: 149px;
  height: 149px;
}
/* CONTAINER */
#container {
  position: relative;
  width: 690px;
  margin: 0 auto;
  text-align: left;
  background: #ffffff;
}

/* WRAPPER */
#wrapper {
  float: left;
}

/* SEARCH */
#search {
  position: relative;
  padding: 0;
  margin: 0;
  left: 0px;
  width: 218px;
  height: 76px;
  background: url('../img/search.jpg') #000000;
  color: #ffffff;
  font-size: 9px;
  overflow: hidden;
}
#search table, #search table tr td {
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
  color: #fff;
  font-size: 9px;
}
#search table {
  margin-left: 6px;
}
.inputsearch {
  width: 200px;
}

/* LEFT */
#leftmenu {
  position: relative;
  left: 0;
  width: 218px;
  margin: 0;
  padding: 0;
  padding-bottom: 14px;
  background: url('../img/item_bottom.jpg') bottom no-repeat;
  list-style: none;
  font-size: 12px;
}
#leftmenu li {
  list-style: none;
  margin: 0;
}
#leftmenu li a {
  display: block;
  _height: 0;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 5px;
  background: url('../img/item.jpg') #828282;
}
#leftmenu li a:hover {
  background-position: -218 0;
  background-color: #939393;
}
#leftmenu li a.selected {
  background-position: -436 0;
  background-color: #000000;
}
#leftmenu li ul {
  margin: 0;
  padding: 0;
}
#leftmenu li ul li {
  margin: 0;
  padding: 0;
}
#leftmenu li ul li a {
  margin: 0;
  padding-left: 10px;
  text-transform: none;
  color: #eeeeee;
}
#leftmenu li ul li ul li a {
  margin: 0;
  padding-left: 20px;
  font-weight: normal;
  color: #cccccc;
}

/* TEXTAREA */
#textarea {
  position: relative;
  float: left;
  width: 452px;
  _width: 472px;
  border: 0;
  padding: 10px;
  margin: 0;
  text-align: justify;
  color: #000000;
  overflow: hidden;
}
#textarea_left {
	float: left;
	width: 280px;
	padding: 0;
	margin: 0;
}
#textarea_right {
	float: right;
	width: 172px;
	padding: 0; margin: 0;
}
/* FOOTER */
#footer {
  position: relative;
  clear: both;
  height: 20px;
  background: url('../img/footer.jpg') #000000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  float: none;
}
  /*margin-bottom: 200px;*/

/* ITEMS TABLES */
table.expand, table.itemstable, table.carttable {
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}
table.itemstablethumb {
  width: 380px;
}
table.itemstablethumb table {
  border: solid 1px #666666;
  background: #eeeeee;
  width: 120px;
  height: 220px;
  margin: 2px;
}
table.itemstablethumb table tr td {
  text-align: center;
  font-size: 12px;
}
table.itemstable .x, table.carttable .x {
  background: #eeeeee;
}
table.itemstable .enhanced td, table.carttable .enhanced td{
	border: solid 1px #aaa;
	border-left: 0;
	border-right: 0;
}
table.itemstable .itemstitle, table.carttable .title {
  font-weight: bold;
  color: #ffffff;
  background: #ec7016;
  white-space: nowrap;
}
table.itemstable .itemstitle a, table.carttable .title a {
	color: #fff;
	text-decoration: none;
}
table.itemstable .itemstitle a:hover, table.carttable .title a:hover {
	text-decoration: underline;
}
table.expand tr td, table.itemstable tr td, table.carttable tr td {
  padding: 0;
  margin: 0;
}
table.itemstable tr td, table.carttable tr td {
  padding: 1px;
}
table.itemstable a.itemlink,
table.itemstablethumb a.itemlink,
table.carttable a.cartlink {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  border-bottom: solid 1px #aaa;
}
table.itemstable a.itemlink:hover,
table.itemstablethumb a.itemlink:hover,
table.carttable a.cartlink:hover {
  border-bottom: solid 1px #ef6f0e;
}

/* NUMBAR */
.numbar {
  color: #ec7016;
}
.numbar img {
  vertical-align: bottom;
}
.numbar a {
  color: #ec7016;
  font-weight: bold;
  text-decoration: none;
}
.numbar a:hover {
  color: #ec7016;
  font-weight: bold;
  text-decoration: underline;
}

/* LINKS */
a.smallink {
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  margin: 2px;
}
a.smallink:hover {
  text-decoration: underline;
}

/* NEWS */

.newses, .shortnews {
  width: 100%;
  float: left;
}
.shortnews {
	margin-bottom: 20px;
	margin-top: 10px;	
}
.newses .newses_title, .news .news_title,
.shortnews .newses_title, .news .news_title {
  color: #ec7016;
  font-weight: bold;
  font-size: 17px;
  font-family: verdana;
  margin: 6px 0 3px 0;
}
.newses .newses_body,
.shortnews .newses_body {
  margin: 0 5px 0 5px;
}
.news .news_body {
  margin-top: 30px;
  line-height: 20px;
}
.newses .newses_link,
.shortnews .newses_link {
  display: block;
  text-align: right;
}
.newses .newses_link a,
.shortnews .newses_link a {
  font-size: 11px;
}

/* WARNINGS */
table.error {
  border: solid 2px #ff0000;
  background-color: #ffeeee;
  color: #aa0000;
  margin-bottom: 20px;
  padding: 16px;
}
table.error tr td {
  padding: 8px;	
}
table.error #caption {
  font-weight: bold;
}
table.error a {
	color: #f00;
	font-weight: normal;
}
table.information a {
	color: #3a33c2;
	font-weight: normal;
}
table.information {
  border: solid 1px #aaa;
  background-color: #f0f0f0;
  color: #000;
  margin-bottom: 20px;
}
table.information tr td {
  padding: 8px;	
}
table.information #caption {
  font-weight: bold;
  color: #3a33ab;
  padding-bottom: 16px;
}
table.error tr td ul ,
table.information tr td ul  {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
}
table.error tr td ul li,
table.information tr td ul li {
	list-style: circle;
	padding-bottom: 3px;
}

/*                         */

.marked {
  border: solid 1px #ff0000;
  background-color: #ffeeee;
}

textarea {
  width: 300px;
  height: 300px;
}

.invisible {
  display: none;
}

table {
  font-size: 14px;
}

table form, form table {
	font-size: 13px;
}

table form input, form table input {
	/*border: solid 1px #abadb3;*/
	font-size: 13px;
}

/* ITEMS */
.item p {
	clear: both;
	padding-top: 20px;
}
.item #left {
	float: left;
	width: 220px;
}
.item #right {
	float: right;
	margin-right: 30px;
	text-align: right;
}
.item #right a {
	font-weight: normal;
}
.cartbutton {
	display: block;
	width: 111px;
	height: 45px;
	background: url('../img/cart.jpg');
	margin-bottom: 10px;
}
.item h1 {
	color: #000;
	font-size: 24px;
	text-align: left;
}
.item #left table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.item #left table tr td,
.item #left table tr th {
	width: 100px;
	background: #f6f6f6;
	font-weight: normal;
	font-size: 12px;
	padding: 7px;
	border-bottom: 1px solid #ef6f0e;
	border-top: 1px solid #ef6f0e;		
}
.item #left table tr th {
	font-weight: bold;
	background: #ef6f0e;
}
/* BESTSELLERS, RECOMMENDEDITEM*/
.bestsellers, .newitems, .recommendeditem {
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	width: 172px;
	background: #fff;
	right: -10px;
}
.bestsellers a, .newitems a, .recommendeditem a, .recommendeditem2 a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: solid 1px #aaa;
	color: #000;
	margin-bottom: 1px;
}
.bestsellers a:hover, .newitems a:hover, .recommendeditem a:hover, .recommendeditem2 a:hover {
	border-bottom: solid 1px #ef6f0e;
}
.bestsellers table tr td table, .newitems table tr td table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-width: 0;
}
.bestsellers table tr td table tr td img, .newitems table tr td table tr td img {
	margin: 5px;
	width: 30px;
	height: 30px;
	border: solid 1px #aaa;
}
.bestsellers table tr td table tr td, .newitems table tr td table tr td {
	padding: 3px;
	padding-top: 0;
}
.bestsellers table, .newitems table, .recommendeditem table {
	width: 172px;
}
.bestsellers table, .bestsellers table tr, .bestsellers table tr td,
.newitems table, .newitems table tr, .newitems table tr td,
.recommendeditem table, .recommendeditem table tr, .recommendeditem table tr td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.bestsellers table tr #topleft, .newitems table tr #topleft, .recommendeditem table tr #topleft {
	width: 4px;
	height: 83px;
	background: #fff url('../img/promo_tl.gif') no-repeat right;
}
.bestsellers table tr #top, .newitems table tr #top, .recommendeditem table tr #top {
	width: 168px;
	height: 83px;
	background: #fff url('../img/promo_t.gif');
}
.bestsellers table tr #top #logo, .newitems table tr #top #logo, .recommendeditem table tr #top #logo {
	float: right;
	width: 90px;
	height: 83px;
	background: #fff url('../img/promo_tr.jpg') no-repeat right;
	margin: 0;
	padding: 0;
}
.newitems table tr #top #logo {
	background: #fff url('../img/new_tr.jpg') no-repeat right;
}
.recommendeditem table tr #top #logo {
	background: #fff url('../img/rcmnd_tr.jpg') no-repeat right;
}
.recommendeditem table tr td#body {
	text-align: center;
	padding-bottom: 10px;
}
.recommendeditem table tr td img, .recommendeditem2 img {
	display: block;
	border: solid 1px #aaa;
	margin: 0 auto;
}
.recommendeditem2 table {
	height: 160px;	
	overflow: hidden;
}
.recommendeditem2 table tr td {
	text-align: center;
	width: 130px;
}
.recommendeditem table tr td a {
}
.recommendeditem table tr td p a {
	color: #ec7016;
	font-weight: bold;	
	border: 0;
	margin: 0;
	text-decoration: underline;
}
.recommendeditem table tr td p a:hover {
	border: 0;
	text-decoration: none;	
}
/* SALES */
.sales {
	border: solid 1px #aaa;
	background: #3c3a3c url('../img/promo_bck.gif') repeat-y left;
	width: 278px;
	float: left;
	overflow: hidden;
}
.sales #image {
	position: absolute;
	background: url('../img/sale.png') no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/sale.png',sizingMethod='scale');
	width: 98px;
	height: 51px;
	z-index: 2;
}
.sales table {
	color: #fff;
	z-index: 1;
}
.sales table tr td {
	vertical-align: top;
	font-size: 11px;
}
.sales table tr td#pic {
	vertical-align: middle;
	padding: 8px;
}
.sales table tr td#pic img {
	border: 1px solid #555;
}
.sales big {
	font-size: 16px;
}
.sales #buy {
	font-size: 15px;
}
.sales table tr td h2 {
	color: #ec7016;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana;
}

/* PROMOTION */
.promotion {
	border: solid 1px #aaa;
	background: #3c3a3c url('../img/promo_bck.gif') repeat-y left;
	width: 278px;
	float: left;
	overflow: hidden;
}
.promotion #image {
	position: absolute;
	background: url('../img/promo.png') no-repeat;
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/promo.png',sizingMethod='scale');
	width: 94px;
	height: 51px;
	z-index: 2;
}
.promotion table {
	color: #fff;
	z-index: 1;
}
.promotion table tr td {
	vertical-align: top;
	font-size: 11px;
}
.promotion table tr td#pic {
	vertical-align: middle;
	padding: 8px;
}
.promotion table tr td#pic img {
	border: 1px solid #555;
}
.promotion big {
	font-size: 16px;
}
.promotion #buy {
	font-size: 15px;
}
.promotion table tr td h2 {
	color: #ec7016;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana;
}
