@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:link 
{
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
a:active 
{
	text-decoration: none;
}

.inbasket
{
	background-color:#EFE;
}

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

.categorypath
{
	/*color:#990000;*/
	color:#FFF;
	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;
}

.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: "\"}\"";
	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;
}