.box {
	background: 				url(../../../images/bg_box.gif) repeat-x #fff;
	/*overflow: 					visible;*/
	padding:					0 0 0 0;
}

.site {
	width:						960px;
	/*padding:					0 15px 7px;*/
	padding:					9px 15px 7px;
	margin:						0 auto;
}

.content {
	width:						960px;
}

#minh {
	min-height:					110px;
}

.ptitl {
	background: 				url(../../../images/punkt.gif) no-repeat 0px 9px;
	padding:					4px 0 0 10px;
	font:						11px Tahoma, serif;
	color:						#adadad;
}

.ptitl a {
	font:						bold 11px Tahoma, serif;
	color:						#adadad;
	text-decoration:			none;
}

.ptitl a:hover {
	text-decoration:			underline;
}

.pagetitl {
	width: 						960px;
	background: 				url(../../../images/bg_dotted.gif) repeat-x left bottom;
	padding:					10px 0;
}

.list {
	list-style-image:			url(../../../images/punkt2.gif);
	list-style-position:		outside;
	padding:					0 0 20px 17px;
}

.list2 {
	list-style-image:			url(../../../images/punkt.gif);
	list-style-position:		outside;
	padding:					0 0 10px 17px;
}

.list3 {
	list-style-image:			url(../../../images/punkt7.gif);
	list-style-position: 		inherit;
	padding:					0 0 10px 15px;
	margin:						10px 0 0 20px;
}

.pp1 {
	padding:					15px 0;
}

.pp2 {
	padding:					5px 0 15px;
}

.pp3 {
	padding:					0;
}

.pp4 {
	padding:					0 0 20px 10px;
	background:					url(../../../images/punkt.gif) 0 6px no-repeat;
	line-height:				18px;
}

.pp5 {
	font-weight: 				bold;
	color:						#bfa42b;
}

.pp6 {
	padding:					0 0 20px;
	line-height:				17px;
}

.fleft {
	float: 						left;
}

.fright {
	float: 						right;
}

/*** TEMPLATES / ORIGINAL / HEADER.PHP ***************************************************************************************/

.top {
	/*height:						96px;*/
	height:						96px;
	width:						960px;
	/*margin:						9px 0 0;*/
	/*margin:						0;*/
	padding:					0 0 0 0;
}

.logo {
	width:						330px;
	height:						96px;
	float:						left;
}

.topright {
	width:						630px;
	float:						left;
	text-align:					right;
}

.tr1 {
	width:						630px;
	list-style: 				none;
	height:						27px;
}

.tr1 li {
	float: 						right;
	padding:					0 2px 0 13px;
	color:						#d9d9d9;
}

.tr1 li a {
	color:						#8a8a8a;
	font-weight: 				bold;
	text-decoration: 			none;
}

.tr1 li a:hover {
	text-decoration: 			underline;
}

.tr2 {
	width:						630px;
	list-style: 				none;
	height:						23px;
}

.tr2 li {
	float: 						right;
	padding:					0 2px 0 8px;
	color:						#d9d9d9;
	font-size:					11px;
}

.tr2 li a {
	color:						#747474;
	text-decoration: 			none;
}

.tr2 li a:hover {
	text-decoration: 			underline;
}

.glavmenu {
	width:						960px;
	height:						45px;
}

.glmenu {
	float:						left;
	list-style: 				none;
	margin-top:					12px;
}

.glmenu li {
	float: 						left;
	background:					url(../../../images/glmenu.gif) right bottom no-repeat;
	height:						26px;
	padding:					0 11px 0;
	position: 					relative;
}

.glmenu li ul {
	display: 					none;
}

.glmenu li:hover ul {
	clear: 						both;
	list-style-type: 			none;
	position: 					absolute;
	display: 					block;
	z-index: 					100;
	background:					#f8f8f8;
	top:						26px;
	left:						0;
}

.glmenu li:hover ul li {
	height:						31px;
	padding:					0 30px 0 30px;
	background-image:			none;
	width:						120px;
	position:					relative;
	clear: 						both;
}

/*.glmenu li:hover ul li.spacer {
	height:						1px;
	padding:					0;
	background-image:			none;
	width:						120px;
	position:					relative;
	clear: 						both;
	border-bottom:				1px dashed #cdcdcd;
	margin:						0 30px 0 30px;
}*/

.glmenu li:hover ul li:hover {
	height:						31px;
	padding:					0 30px 0 30px;
	background-image:			none;
	width:						120px;
	position:					relative;
	clear: 						both;
	/*background:					#e7e7e7;*/
}

.glmenu li:hover ul li.endb {
	height:						40px;
	padding:					0 30px 0 30px;
	background-image:			none;
	width:						120px;
	position:					relative;
	clear: 						both;
}

.glmenu li:hover ul li .lb {
	background:					url(../../../images/drop-down-border.png);
	height:						31px;
	width:						26px;
	position:					absolute;
	left:						-8px;
	top:						0;
}

.glmenu li:hover ul li .rb {
	background:					url(../../../images/drop-down-border-r.png);
	height:						31px;
	width:						26px;
	position:					absolute;
	right:						-8px;
	top:						0;
}

.glmenu li:hover ul li .rbb {
	background:					url(../../../images/drop-down-border-br.png);
	height:						49px;
	width:						26px;
	position:					absolute;
	right:						-8px;
	top:						0;
}

.glmenu li:hover ul li .lbb {
	background:					url(../../../images/drop-down-border-bl.png);
	height:						49px;
	width:						26px;
	position:					absolute;
	left:						-8px;
	top:						0;
}

.glmenu li:hover ul li .bbb {
	background:					url(../../../images/drop-down-border-b.png) bottom repeat-x;
	width:						144px;
	height:						30px;
	top:						19px;
	left:						18px;
	position:					absolute;
}

.glmenu li:hover ul li a,
.glmenu li:hover ul li a.none {
	font:						11px arial;
	color:						#969696;
	line-height:				31px;
	white-space:				nowrap;
	padding:					8px 10px 10px 0;
}

.glmenu li:hover ul li a span {
	color:						#cdcdcd;
}

.glmenu li:hover ul li a:hover,
.glmenu li:hover ul li a:hover.none {
	font:						11px arial;
	color:						#c7a114;
	line-height:				31px;
	white-space:				nowrap;
	padding:					8px 10px 10px 0;
}

.glmenu li:hover ul li a:hover span {
	color:						#c7a114;
}

.glmenu li:hover ul li a.none,
.glmenu li:hover ul li a:hover.none,
.glmenu li:hover ul li a.none span, 
.glmenu li:hover ul li a:hover.none span {
	color:						#d7d7d7;
	cursor:						default;
}

.glmenu li:hover ul li .spacer {
	height:						1px;
	border-bottom:				1px dotted #cdcdcd;
	width:						120px;
}

.glmenu li:hover ul.products li,
.glmenu li:hover ul.products li:hover,
.glmenu li:hover ul.products li.endb,
.glmenu li:hover ul.products li .spacer {
	width:						205px;
}

.glmenu li:hover ul.products li .bbb {
	width:						229px;
}

.glmenu li:hover ul.perfect-choice li,
.glmenu li:hover ul.perfect-choice li:hover,
.glmenu li:hover ul.perfect-choice li.endb,
.glmenu li:hover ul.perfect-choice li .spacer  {
	width:						175px;
}

.glmenu li:hover ul.perfect-choice li .bbb {
	width:						199px;
}

.glmenu li.end {
	background: 				none;
	padding:					0 0 0 11px;
}

.glmenu li a {
	font-size: 					12px;
	color:						#fff;
	text-decoration: 			none;
}

.glmenu li a:hover {
	color:						#d4b800;
}

.glmenu li a.over {
	font-size: 					12px;
	color:						#d4b800;
	text-decoration: 			none;
}

.glmenu li a:hover.over {
	color:						#d4b800;
}

.search {
	float:						right;
	list-style: 				none;
	margin:						8px 0 0;
	width:						290px;
}

.search li {
	float: 						right;
	padding:					0 1px 0 4px;
}

.search li input {
	border:						1px solid #858585;
	width:						193px;
	height:						15px;
	padding:					2px;
	font-size:					11px;
}

.search li input.sub {
	/*background: 				url(../../../images/search.gif) no-repeat;*/
	width:						72px;
	height:						22px;
	/*cursor: 					pointer;*/
	padding:					0;
	margin:						0 0 4px 0;
	border:						0;
}

/*** TEMPLATES / ORIGINAL / FOOTER.PHP ***************************************************************************************/

.footbord {
	background: 				#efefef;
	height:						7px;
}

.footer {
	width:						960px;
	padding:					20px 0;
	margin:						0 auto;
	background:					#3d3d3d;
}

.footmenu {
	list-style: 				none;
	float: 						left;
	width:						630px;
}

.footmenu li {
	padding:					0 2px;
	float: 						left
}

.footmenu li.bor {
	color:						#4e4e4e;
	font-size:					12px;
	padding:					0 13px
}

.footmenu li a,
.copy a {
	color:						#747474;
	font-size:					10px;
	text-decoration:			none;
}

.footmenu li a:hover,
.copy a:hover {
	text-decoration: 			underline;
}

.copy {
	color:						#747474;
	font-size:					10px;
	width:						330px;
	float: 						right;
	text-align: 				right;
}

.bottom-links {
	text-align:					center;
	width: 						800px;
	margin:						15px auto 0 auto;
}

.bottom-links a {
	color:						#747474;
	font-size:					10px;
	text-decoration:			none;
	float:						left;
}

.bottom-links a:hover {
	color:						#747474;
	font-size:					10px;
	text-decoration:			underline;
	float:						left;
}

.bottom-links .spacer {
	color:						#4e4e4e;
	font-size:					12px;
	padding:					0 13px;
	float:						left;
}
























/*
  $Id: stylesheet.css,v 1.1.1.1 2004/03/04 23:42:24 ccwjr Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
.cat_description {  font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #800000; font-weight: bold }
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
.navBlue     { color: #FF0000; font-size: 8pt; font-family: Verdana; }
.subnavBlue     { color: #9966FF; font-size: 8pt; font-family: Verdana; }


TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

a:hover.headerNavigation {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  /*background: #b6b7cb;*/
  background:	#e5e5e5;
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  background:	#fff;
  /*font-family: Verdana, Arial, sans-serif;
  font-size: 10px;*/
}
.infoBoxContentsHeader{
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.main_table_heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-width: thin;
  border-color: #99AECE;
  border-style: solid;
  background: #f8f8f9;
  color: #ffffff;
}

TD.main_table_heading_inner {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #f8f8f9;
  color: #ffffff;
}
/*TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}*/

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

.productlisting-headingPrice { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

/*TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}*/

A.pageResults {
  color: #0000FF;
}

a:hover.pageResults {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer;}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

.messageBox {
	font:						bold 11px Arial, Helvetica, sans-serif;
    text-align: 				left;
}

.messageStackError,
.messageStackWarning {
	font:						11px Arial, Helvetica, sans-serif;
    background:					#faebe7;
    color:						#df280a;
    border:						1px solid #df280a;
}
.messageStackSuccess {
	font:						11px Arial, Helvetica, sans-serif;
    background:					#d5f0d5;
	color: 						#339933;
	border:						1px solid #339933;
}

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

/* Show Cart Details */
TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
/* <FONT COLOR="bbc3d3" FACE="Arial" SIZE="1"> */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #BDCAF0;
}

 /* Show Header Page Links */
TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
  background-image: url('images/button_blank_left.gif');
}
TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
  background-image: url('images/button_blank_right.gif');
}
TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
  background-image: url('images/button_blank_middle.gif');
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000
}
A.HeaderPageLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}
a:hover.HeaderPageLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
/*  background: #00FF00; */
  color: #00FF00;
}

TD.cookieUsage {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #000000;
  color: #FFFFFF;
}
.yearHeader { font-family: Helvetica, Arial, Verdana; font-size: 14px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none;} .calendarMonth { background-color: #BBC3D3; cursor: default; width: 100%;}
.calendarHeader { font-family: Helvetica, Arial, Verdana; font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none; height: 22px;}
.calendarToday { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #FFCF00; padding-left : 3px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendarWeekend { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #CAEEFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px;}
.calendar { font-family: Arial, Verdana; font-size: 10px; color: #000000; background-color: #FFFFFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px; }
.event { font-family: Arial, Verdana; font-size: 11px; color: #000000; background-color: #FFFFFF; text-decoration: none; border:1px solid #E6E6E6; }
.empty { background-color: #F0FAFF; line-height: 14px; height: 22px; width: 18px; }
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {color: red; text-decoration: underline;}
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {color: red; text-decoration: underline;}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {color: red; text-decoration: underline;}

/* VJ infosystem added */
h4.infoTitle { 
  margin: 0;
  margin-bottom: 0.2em;
}

p.infoBlurb { 
  margin: 0;
  margin-bottom: 2em;
}


TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ccffcc;
}
