@charset "utf-8";
/* CSS Document */

th, td
{
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0px;
}

input, select, textarea
{
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0px;
}

body
{
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	margin:3px;
	background-image:url(body-bg.png);
	background-repeat:repeat;
}
a
{
	color:#333;
}
a:link 
{
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color:#333;
}
a:hover 
{
	text-decoration: underline;
	color:#900;
}
a:active 
{
	text-decoration: none;
	color:#333;
}

/* simple css-based tooltip */
.tooltip 
{
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:13px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.popup_bg_cell
{
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	
	background-color:#FFF;
}

.popup_bg_main
{
	border:5px solid #CCC;
	background-color:#FFF;
	width:10%;
	height:10%;
}

.inbasket
{
	background-color:#EFE;
}

.table1container
{
}
.table1
{
	text-align:left;
}
.table2container
{
}
.table2
{
	text-align:left;
}
.table3container
{
}
.table3
{
	text-align:left;
	margin-bottom:5px;
}
.table4container
{
}
.table4
{
	text-align:left;
}
.table5container
{
}
.table5
{
	height:50px;
	background-image:url(headermenu-bg.png);
	background-repeat:repeat-x;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	
	margin-bottom:10px;
}
.basketinfo
{
	text-align:left;
	padding-left:10px;
	background-image:url(basketbox.gif); 
	background-repeat:no-repeat; 
	cursor:pointer;
	width:207px;
	height:73px;
}

.leftbutton
{
	padding-left:20px;
	background-image:url(button.gif); 
	color:#990000; 
	font-weight:bold; 
	cursor:pointer;
	font-size:16px;
	height:40px;
	font-variant:small-caps;
}

.leftbutton td
{
	color:#990000; 
	font-weight:bold; 
	cursor:pointer;
	font-size:16px;
	font-variant:small-caps;
}

.paybtn
{
	background-image:url(pay.png);
	height:62px;
	width:160px;
	padding:0px 0px 0px 0px;
	border:none;
}

.categorypath
{
	color:#FFF !important;
	font-weight:bold;
}



.boxheader
{
	background-image:url(boxheader-bg.png);
	background-repeat:repeat-x;
	height:33px;
	color:#FFF;
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
}

.boxheader2
{
	background-image:url(boxheader2-bg.png);
	background-repeat:repeat-x;
	height:33px;
	color:#FFF;
	vertical-align:middle;
	text-align:left;
	font-weight:bold;
	padding-left:10px;
}

.tabbox{
	padding: 0;
	width: 100%;
	border-top: 5px solid #D10000; /*Red color theme*/
	background: transparent;
	voice-family: inherit;
}

.tabbox ul{
	margin:0;
	margin-left: 5px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}

.tabbox li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}

.tabbox a{
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 7px 14px 5px 14px; /*Padding within each menu item*/
	background-color: white; /*Default menu color*/
	
	/*BELOW 4 LINES add rounded bottom corners to each menu item.
	  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
	  REMOVE IF DESIRED*/
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	cursor:pointer;
}

.tabbox a:hover{
	border:1px solid #D10000;
	background-color: #D10000; /*Red color theme*/
	padding-top: 7px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}

.tabbox .current a{ /** currently selected menu item **/
	border:1px solid #D10000;
	background-color: #D10000; /*Red color theme*/
	padding-top: 7px; /*Flip default padding-top value with padding-bottom */
	padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
	color: white;
}
