/* CSS Document */
a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
	color: #0066CC;
}

a:active {
	text-decoration: none;
	color: #0066CC;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.7em;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

p {
	padding-top: 0px;
	margin-top: 0px;
}

body {
	background-color: #FFFFFF;
	background-color: #5C6883;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#page {
	width: 780px;
	height: 100%;
	background-color: #FFFFFF;
	border: thin;
	border-color: #000000;
	border-style: solid;
}

#header {
	width: 100%;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header_image.jpg);
	background-repeat:repeat-x;
	border-bottom: thin;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

#main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: white;
	background-color: #FFFFFF;
	background-image: url(images/dotted-lines.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 15px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

#sidebar-wrapper {
	float: left;
	width: 160px;
	height: 100%;
}

#sidebar-left {
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
}

#menu p {
	padding: 0px;
	margin: 5px;
}


#content-wrapper {
	float: left;
	width: 620px;
	height: 100%;
}
#content {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

#sidebar-right {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}

#footer {
	float: left;
	padding-top: 5px;
	padding-bottom: 20px;
	width: 100%;
	font-size: 9px;
}

/* Product feed START */
.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	/*text-align: center;*/
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 2px;
	/*text-align: center;*/
}

.cell {
	vertical-align: top;
	background-color:#F0F0F0;
	border-color: #666666;
	border-style: solid;
	border-width: thin;
	width: 175px;
	padding: 5px;
}

.imageDiv {
	text-align: center;
	vertical-align: top;
	width: inherit;
}

.image{
	max-width: 175px;
}

.name{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* Product feed END */