body {
	background-image: url(images/site/bg_xmas.gif);
}
A:link {
	color: #0060BF;
	text-decoration: none;
}

A:visited {
	color: #0060BF;
	text-decoration: none;
}

A:active {
	color: #333333;
	text-decoration: none;
}

A:hover {
	color: #666666;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
}

P {
	font-size: 12px;
	font-family : Arial, Helvetica, sans-serif;
}
.smaller {
	font-size: 12px; COLOR: #999999; font-family: Arial, Helvetica, sans-serif
}
TD.smaller {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}
HR {
	COLOR: #dddddd; HEIGHT: 1px; width:100%; BORDER: 0; background-color:#dddddd; text-align:left
}

.tinytext {
	font-size: 8pt; COLOR: #999999; font-family: helvetica, "sans serif"; text-decoration: none
}

P.smaller {
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
}

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;
font-size: 8pt;
font-family : Arial, Helvetica, sans-serif;
color : #666666;

} 

IMG.catimage { 
border:0px; 
border-thickness: 1px; 
border-color: #000000; 
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; 
}
span.price {
	COLOR: #cc0000
}

#prodnavigation {

	text-decoration:none;
	font-weight:normal;
	border-bottom: 1px dashed #D2D2D2;
}

#prodpath{
	padding-top:8px;
	padding-bottom:13px;
	float:left;
	text-align: left;
	padding-left:20px;
}

#detailname
{
	font-weight: bold;
}

#options {
	background-color: #EFEFEF;
	padding:15px;
	border:1px solid #D7D5D4;
	margin-bottom: 15px;
	color:#444
}

.emailCompareShare{
	height:18px;
}

.email{
	background-image: url('../images/site/email-compare-share.png');
	width: 128px;
	height:18px;
	float:left;
	margin-right:10px;
	cursor: pointer;
}
.compare{
	background-image: url('../images/site/email-compare-share.png');
	width: 82px;
	height:18px;
	float:left;
	margin-right:10px;
	background-position: 211px 0px;
	cursor: pointer;
}
.share{
	background-image: url('../images/site/email-compare-share.png');
	width: 112px; 
	height:18px;
	float:left; 
	background-position: 112px 0px;
	cursor: pointer;
}

div.detailprice {
	color: #CC0000;
	display:inline;
	font-weight:bold;
	font-size: 16px;
	line-height:42px;
}

.detailoption{
	font-size:11px;
	font-family: Helvetica;
	color: #444;
}
.prodoption {
	font-size:11px;
	line-height:15px;
	width:250px;
}
/***********Description******************/
.ultab, .litab {border:0; margin:0; padding:0; list-style:none;}
.ultab{
    border-bottom:solid 1px #DEDEDE;
    height:29px;
    padding-left:20px;
}
.litab{
    float:left;
    margin-right:2px;
}
.tab a:link, .tab a:visited{
    display:block;
    float:left;
    height:30px;
    background:url(images/tab-round.png) no-repeat right -30px;
    color:#666;
    font-weight:bold;
    text-decoration:none;
    padding-right:14px;
}
.tab a span{
    display:block;
    float:left;
    height:30px;
    background:url(images/tab-round.png) no-repeat left -30px;
    padding-left:14px;
    line-height:30px;
    cursor:pointer
}
.tab a:hover{
    background:url(images/tab-round.png) no-repeat right -60px;
}
.tab a:hover span{
    background:url(images/tab-round.png) no-repeat left -60px;
}
.active a:link, .active a:visited, .active a:visited, .active a:hover{
    background:url(images/tab-round.png) no-repeat right 0;
}
.active a span, .active a:hover span{
    background:url(images/tab-round.png) no-repeat left 0;
}
ul {list-style-image: url(images/bullet.gif);}

.desctable {
	border-left: solid 1px #DEDEDE;
	border-right: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
}

#proddetails table, #descript
{
	border: 0px none;
}
#proddetails table tr td
{
	border: 0px none;
	border-bottom: 1px dotted grey; 
	padding:5px;
}

#proddetails table, #descript
{
	border: 0px none;
}
#proddetails table tr td
{
	border: 0px none;
	border-bottom: 1px dotted grey; 
	padding:5px;
}
#recomItems, #reviewbox {
	display:none;
}

.recs tr td 
{
		border-bottom:1px dotted #555555;
	vertical-align: middle;
}


/*******************End Description *************/

/*************Navigation****************/
	.ui-radio-state-disabled,
	.ui-radio-state-checked-disabled,
	.ui-radio-state-disabled-hover,
	.ui-radio-state-checked-disabled-hover {
		color: #999;
	}
	span.ui-checkbox,
	span.ui-radio {
		display: block;
		float: left;
		width: 16px;
		height: 16px;
		background: url(./../../images/site/icon_checkbox.png) 0 -40px no-repeat;
		margin-top:3px;
		margin-right: 5px;
	}
	span.ui-helper-hidden {
		display: none;
	}

	span.ui-radio-state-hover,
	span.ui-checkbox-state-hover {
		background-position: 0 -114px;
	}
	
	span.ui-checkbox-state-checked {
		background-position: 0 -1px;
	}
	
	span.ui-checkbox-state-checked-hover {
		background-position: 0 -75px;
	}
	span.ui-radio-state-checked-disabled-hover,
	span.ui-radio-state-checked-disabled,
	span.ui-radio-state-checked {
		background-position: 0 -161px;
	}
	
	span.ui-radio-state-checked-hover {
		background-position: 0 -200px;
	}
	
	.searchlabel
	{
		display:inline;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial;
		cursor: pointer;
		color: #0060BF;
	}
	
	.searchcount
	{
		color: #999999;
		font-weight: normal;
		font-size: 12px;
		font-family: Arial;
	}
	
	.ui-helper-hidden-accessible {
		position: absolute;
		left: -999em;
	}
 	.btn {
		cursor: pointer;
		font-family:"Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
		font-size:12px;
		color: black;
		height:26px;
		padding:2px;
	}	

	.showmore{
		border-bottom: 1px #E0E0E0 dotted;
		background-image: url("/../../images/site/showmore.gif");
		background-repeat: no-repeat;
		margin-top:6px;
		width:70px;
		height:15px;
		cursor:pointer;
	}
	#panel {
		line-height:22px;
	}	
	.search_name
	{
		display:inline;line-height:24px;vertical-align: top; margin-left:4px;
	}
/**********End navigateion*************/

div.prodname {
border-bottom:1px dotted #E8E8E8;
font-family:"Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
font-size:16px;
font-weight:bold;
margin-top:15px;
padding-bottom:3px;
text-transform:none;
}

div.detailsku {
font:9px Arial, Helvetica, sans-serif;
color:#666666;
display:inline;
border-left:1px dotted #CCCCCC;
margin:0 0 0 8px;
padding:0 0 0 8px;
}

div.prodmanufacturer {
font:9px Arial, Helvetica, sans-serif;
color:#666666;
display:inline;
}

div.prodsku {
border-left:1px dotted #CCCCCC;
color:#666666;
display:inline;
font:9px Arial,Helvetica,sans-serif;
margin:0 0 0 8px;
padding:0 0 0 8px;
}

#rating {
border-bottom:1px dotted #CECECE;
color:#555555;
font-family:arial;
font-size:11px;
}

#prodimagediv {
margin-bottom:15px;
overflow:hidden;
}

.detailprice .vat {
	color:#444444;
	font-family: Arial,Tahoma,Helvetica,Sans-serif;
	font-size:12px;
	font-weight:normal;
}

/****** Compare  ********/

	.compprod a{
		font-family:Arial,Helvetica,sans-serif;
		font-size:8pt;
	}
	.compimage{
		padding:5px;
		border:none;
	}
	.compprod {
		border-bottom: 2px solid #0060BF;
		border-left: 2px solid #0060BF;
		border-right: 2px solid #0060BF;
		padding-bottom:10px;
		line-height:20px;

	}
	#compare { 
		font-family:"Trebuchet MS",Tahoma,Helvetica,Arial,Sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:32px;
		width:150px;
		text-align: center;
	}
	#comphead{
		background-color: #0060BF;
	}
	#comphead h4{
		color: white;
		background-color:#0060BF; 
		border: 2px solid #0060BF;
	 	padding:0px; 
	 	margin-bottom:0px;
	}
	#delAll, #delAll a{
		font-size:10px;
		font-weight:bold;
		line-height:20px;
		color: white;
		background-color: black;
	}
	.message {
		display:none;
		border:2px solid black;
		background-color:  #fafafa;
		text-align: center;
	}
	
	#topsearch
	{
		margin-left:425px;	
		margin-top:-75px; 
		position:absolute;
	}	
	#searchstr
	{
		border:2px solid #C8C8C8;
		color:#777777;
		font-size:13px;
		height:20px;
		padding:3px 0 0;
		vertical-align:top;
		width:200px; 	
	}	