/* CSS Document */
body{
margin:0px;
}

.leftbar{
background:url(skins/default/images/left_bar.jpg) 1px 0px repeat-y;
width:15px;
}

#pscroller1{
font-family:Tahoma,verdana,arial;
width: 160px;
height: 140px;
border: 0px solid black;
padding: 5px;
color:#FFF;
font-size:11px;
}
#pscroller1 a{
font-weight:normal;
color:#FFF;
}

.normal{
font-family:Tahoma,verdana,arial;
font-size:11px;
color:#333;
}

.bdr{
border:1px solid #CCC;
}

.desc{
background-color:#EAEAEA;
}

.rightbdr{
border-right:1px solid #CCC;
}

a.topmenu{
background:url(/skins/default/images/top_menu_seperator.jpg) right no-repeat;
width:105px;
height:25px;
padding:10px;
color:#333;
font-family:Tahoma, Vardana, Arial;
font-size:11px;
}

a.topmenu:visited{
background:url(/skins/default/images/top_menu_seperator.jpg) right no-repeat;
width:105px;
height:25px;
color:#333;
font-family:Tahoma, Vardana, Arial;
font-size:11px;
}

a.topmenu:active{
background:url(/skins/default/images/top_menu_seperator.jpg) right no-repeat;
width:105px;
height:25px;
color:#333;
font-family:Tahoma, Vardana, Arial;
font-size:11px;
}
.someclass{ //class to apply to your scroller(s) if desired
}

.paging{
font-family:Tahoma;
font-size:12px;
color:#000000;
}

.paddedNormal{
font-family:Tahoma,verdana,arial;
font-size:11px;
color:#333;
padding-left:12px;
}

.paging a{
color:#000000;
text-decoration:underline;
}

.paging a:hover{
color:#FF0000;
text-decoration:none;
}

#cart {
	background-color:#FFFF66;
	border:dashed gray 1px;
	padding:5px;
	top:-100px;	
	overflow:auto;
	height:300px;
	width:230px;
	position:relative;
	left:22px;
}
#cart1 {
	padding:0px;
	margin-top:10px;	
	overflow:visible;
	width:20px;
	position:relative;
	height:100px;
	display:block;
	left:250px;
}
#products {
	background-color:#FFF;
	border:dashed gray 1px;
	height:100px;
	width:500px;
	padding:5px;
}	
.box {
	background-color:#CCFF33;
	border:solid gray 1px;
	margin:10px;
	padding:4px;

	float:left;
	cursor:pointer;
}
#loading {
	display:none;
	float:right;
}
#clearCart {
	color:blue; 
	text-decoration:underline; 
	cursor:pointer; 
	float:right
}
#clearCart:hover {
	background-color:#CCFFCC;
	color:#000099;
}

.section{
background: url(/images/section_bg.jpg) no-repeat;
}