@charset "UTF-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*pre {
	font-family: "Courier New", Courier, monospace;
	background-color: #F0F7FE;
	padding: 5px;
	overflow: auto;
	font-size: 1.1em;
	margin-left: 10px;
	margin-right: 10px;
	border: 0px solid #CCCCCC;
	}
	
h1 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #395f7c;
}

h3 {
	background-color: #F3F3F3;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 100%;
	line-height: 150%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

h4{
	color: #000099;
	font-variant: small-caps;
	font-size:120%;
}

td, th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

th {
	background-color: #F3F3F3;
	vertical-align: top;
}

a {
	text-decoration: none;
}*/

.productWrapper {
	width: 542px;
	float: left;
	margin: 0px;
	padding: 0px;	
	background-image: url(../xml_data/new_prodBg.jpg);
	background-repeat: no-repeat;
}

.widget {
	width: 542px;
	float: left;
	height: 250px;
}

.SlidingPanels {
	width: 100%;
	height: 250px;
	overflow: visible;
	position: relative;
	float: left;
	padding: 0px;
}

.SlidingPanelsContainer {
	width:8000em;
	height:245px;
	position: absolute;
	float:left;
	margin: 0px;
	padding: 0px;
}

.SlidingPanelsContent {
	width: 271px;
	height: 240px;
	float: left;
}

.content {
	width: 260px;
	height: 220px;
	float: left;
	overflow: hidden;
}

.pageNumber {
	float: left;
	color: #395f7c;
	margin-bottom: 5px;
	padding-left: 5px;
}

.pageNumber a:link {
	color: #395f7c;
	text-decoration: none;
}

.panelnav {
	clear: both;
	padding-top:10px;
	height: 18px;
	color: #FFF;	
}

.panelnav a:link {
	text-decoration: none;
	color: #FFF;
}

.panelnav a:visited {
	text-decoration: none;
	color: #FFF;	
}

.left {
	text-align: left;
	margin-left: 4px;
	color: #FFF;
}
 	
.right {
	text-align: right;
	margin-right: 4px;
	color: #FFF;
}

.productName {
	width: 220px;
	height: 30px;
	float: left;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

.slideImg {
	padding-top:20px;
	width: 230px;
	float: left;
}

.price {
	width: 150px;
	float: left;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #E24647;
}