body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	min-width: 760px;
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
}
#header {
	margin: 0 auto;
	width: 760px;
	background-color: #FFFFFF;
}
#header h1 {
	font-size: 1em;
}
#tagline {
	font-size: 0.65em;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 2px;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	background-image: url(/images/layout_content.jpg);
	background-repeat: repeat-y;
}
#layouttop {
	background-image: url(/images/layout_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 0.0;
	font-size: 0;
}
#leftcolumn {
	float: right;
	width: 200px;
	font-size: 0.8em;
}
#midcolumn {
	float: right;
	width: 550px;
	margin: 0 0 0 10px;
	font-size: 0.8em;
}
#rightcolumn {
	float: left;
	width: 215px;
	font-size: .75em;
}
#layoutbottom {
	clear: both;
	background-image: url(/images/layout_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 0.0;
	font-size: 0;
}
h1 {
	font-size: 1.2em;
	margin: 0;
	padding-bottom: 2px;
}
h2 {
	font-size: 0.8em;
	margin: 1.5em 0 0 0;
}
h2.top {
	margin: 1em 0 0 0;
	font-size: 1.2em;
	letter-spacing: 0.3em;
}
h3 {
	font-size: 0.7em;
	margin: 1.5em 0 0 0;
}
.content {
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat-x;
	margin: 0 1px 0 1px;
	padding: 10px;
}
.content p {
	font-size: 0.95em;
	line-height: 1.2em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.contentbold{
	font-weight: bold;
}
.content ul {
	padding-left: 1em;
	margin-top: 0.50em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}
.content img {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
}
.grayed {
	margin: 0;
	font-size: 0.8em;
	color: #CCCCCC;
	background-color: #666666;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #333333;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#cancel_background {
	background-image: none;
	margin: 0;
	padding-top: 10px;
}
/*Explicitly set dark blue link colors for IE7 Vista*/
.content a, .p7AB p a, #footer a {
	color: #0000FF;
}
.content a:hover, .p7AB p a:hover, #footer a:hover {
	color: #000000;
}
.note {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
}
#footerbox {
	width: 760px;
	margin: 0 auto;
	font-size: 0.7em;
}
#footer {
	background-color: #FFFFFF;
}
#footer p {
	margin: 12px 20px 6px 6px;
}
#footer a {
	padding: 2px;
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a:visited {
	color: #999999;
}
/**** End of main PVII css ****/

/**** Left column logos ****/

#leftlogotext {
	font-size: 0.8em;
	text-align: center;
}
#leftlogoimage {
	padding-top: 10px;
	text-align: center;
}

/**** top navigation ****/

#topnavbox {
	width: 760px;
	margin: auto;
	background-color: #CCCCCC;
}
#topnavbox br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}
#globalNav{
	color: #000000;
	border: 1px solid #000000;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#globalNav a {
	font-size: 0.65em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#globalNav a:hover {
	background-color: #FFFFFF;
}

/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 0.6em;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#breadCrumb a {
	text-decoration: none;
	color: #000000;
}
#breadCrumb a:hover {
	color: #000000;
	text-decoration: underline;
}

/*********** #left Links styles ***********/

#leftnavLinks{
	margin: 0px;
	padding: 0px;
}
#leftnavLinks a {
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
#leftnavLinks a:hover{
	background-color: #FFFFFF;
	color: #000000;
}
#leftnavLinks ul {
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.9em;
}
#leftnavLinks li {
	border-bottom-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

/**************** Search box styles ****************/

#search{
	font-weight: bold;
	font-size: 0.8em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;

}
#search form fieldset{
	border:0 solid;
}
#search  #stext{
	height:1.3em;
	width:135px;
	border:1px solid #000000;
}
#search  #goButton{
	width:auto;
	padding:0 1px;
	border:1px solid #808080;
	font-size:1em;
	text-align:center;
	font-weight: bold;
}
/**************** Store index page ****************/

#prodcategoriestop{
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#prodcategories{
	height: 120px;
}

/**** Watermark & Error Page text ****/

#watermark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #FFFFCC;

}
.errorPageText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FF0000;
	font-weight: bold;
}

/************** #Store Product Layout **************/

.cpdhl {
	background : #99CC99;
	color: #000000;
	font-weight: bold;
}
.cpd {
	background-color: #999999;
}
div.prod3name {
	font-size: 10px;
	font-weight: bold;
}
.storeprodText01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.storeprodText02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.storeprodText03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
}.storeprodText03red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: left;
	color: #FF0000;
}
.storeprodText04 {
	text-decoration: line-through;
	font-size: 10px;
}
.storeprodbox {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-align: left;
}
.flashAlign01 {
	text-align: left;
}
span.price, .detailprice, .prodprice {
	color: #FF0000;
	padding-top: 2px;
	font-weight:bold;
	text-align: left;
	font-size: 1em;
}
div.prodcurrency {
	font-size: 10px;
	font-family : Verdana,Arial,sans-serif;
	color: #666;
	text-align: left;
	width: 100%;
}
td.product {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
div.listprice {
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
}

/**** Store page numbers ****/
P.pagenums {
	font-size: 1em;
	font-family : Verdana;
}
SPAN.currpage {
	color: #FF0000;
	font-weight: bold;
}
/**** Store Accessibility & validation styles ****/
div.proddiscounts{
	font-color: #FF0000;
	font-size: 11px;
}

div.prodid{
font-weight: bold;
}

div.prodname{
font-weight: bold;
}

span.prodoption{
font-weight: bold;
} 

/**** Store Top Navigation ****/
td.prodnavigation {
	font-size: 0.9em;
	color : #000000;
	font-weight: bold;
}
P.prodnavigation {
	font-size: 0.9em;
	color : #000000;
	font-weight: bold;
}

/**** Store Alternative Currencies ****/
SPAN.extracurr {
	font-size: 10px;
	font-family : Verdana;
	color: 666666
}

/**** Store Categories layout ****/
P.catname {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align:top;
	text-align: left;
}
P.catdesc {
	margin-top: 0px;
	margin-bottom: 4px;
	vertical-align:top;
}
IMG.catimage {
	border:0px;
	border-thickness: 1px;
	border-color: #000;
	border-style: solid;
	vertical-align:top;
}
TD.catimage {
	vertical-align:top;
}
TD.catname {
	vertical-align:top;
	text-align: left;
}
TD.catnavigation {
	vertical-align:middle;
	text-align: left;
}

/************** #indexpage product Layout **************/

#indexwrapper {
	background-image: url(/images/bg.gif);
	background-repeat: repeat;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #000000;

}

#indextop {
	font-size: 0.9em;
	color: #000000;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(/images/prod_box_top.jpg);
	background-repeat: repeat-x;
}

#indexplayer {
	width: 200px;
	float: left;
	height: 200px;
	margin: 10px;

}

#indexinfo {
	height: 200px;
	margin: 15px;
}

.clear {
	clear: both;

