/* CSS Document */

body{
	background-image:url(../Images/bg-main.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#0eacfe;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align:left;}
a{
	color:#000000;
	text-decoration:none;}
a:hover{
	text-decoration:underline;}
.shadowLeft{
	background-image:url(../Images/shadow-left-rpt.jpg);
	background-position:right;
	background-repeat:repeat-y;}
.shadowRight{
	background-image:url(../Images/shadow-right-rpt.jpg);
	background-position:left;
	background-repeat:repeat-y;}
.shadowBtm{
	background-image:url(../Images/shadow-btm-rpt.jpg);
	background-repeat:repeat-x;}
	
#topBarLeft{
	background-image:url(../Images/top-bar-left.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:26px;}
#topBarRight{
	background-image:url(../Images/top-bar-right.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:26px;}
#topBarRpt{
	background-image:url(../Images/top-bar-rpt.gif);
	background-repeat:repeat-x;
	height:26px;
	padding:0px 10px 0px 40px;}
	
#categoriesTd{
	/*padding:10px 0px 0px 10px;*/}
#categories{
	background-image:url(../Images/categories-bg.jpg);
	background-repeat:no-repeat;
	margin:10px 10px 40px 10px;
	line-height:20px;
	text-align:right;
	/*padding:10px 10px 10px 10px;*/}
#categories ul{
	margin:0px;
	padding:0px;}
#categories ul li{
	list-style:none;
	background-image:url(../Images/hr.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-right:10px;}

#shoppingCartTop{
	background-image:url(../Images/shopping-cart-top.jpg);
	background-position:top left;
	background-repeat:no-repeat;}
#shoppingCartRpt{
	background-image:url(../Images/shopping-cart-rpt.jpg);
	background-position:bottom left;
	background-repeat:repeat-y;
	width:199px;
	margin:10px 10px 0px 10px;}
#shoppingCartBtm{
	background-image:url(../Images/shopping-cart-btm.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	min-height:615px;
 	height:auto !important;
 	height:615px;
	line-height:14px;}
#shoppingCartBtm table{
	margin:10px 5px 10px 5px;
}

.textField{
	background-color:#000000;
	border:#69beea 1px solid;
	color:#69beea;
	font-size:12px;
	padding-left:5px;}

#footer{
	padding:10px;}

/* styles */	

.whiteSmall{
	color:#000000;
	font-size:9px;}
#categories table 
{
    width:100%;
}
#mainContent 
{
    padding-top: 10px;
}
