/** ---------------------------------------------------------------
 * Start Browser Reset
 */
*,body,ul,li,dl,dd,dt,p,span,a,img { padding: 0; margin:0;}
body {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;}
a {text-decoration:none;color: rgb(0, 75, 190);}
img {border:0;}
h1,h2,h3,h4,h5,h6 {font-size:1em;font-weight:normal;padding:0;margin:0;}
table,thead,th,tr,td,tbody{padding:0;margin:0;}
ul,li,dl,dd,dt {list-style:none;}
address{font-style:normal;}
abbr,acronym,.help{cursor: help;text-decoration:none;border-bottom:1px rgb(225, 235, 255) dotted;}
/**
 * End Browser Reset
 */

/** ---------------------------------------------------------------
 * Start Site Defaults
 */
body
{
	background: url("../img/body_bg.gif") center top repeat-x #999999;
}

#Wrapper
{
	width: 713px;
	margin: auto;
}

#Header
{
	height: 135px;
}

#Content
{
}

#Content #Sidebar
{
	width: 177px;
	float: left;
	background: url("../img/nav_normal.png") rgb(225, 225, 225) left top repeat-y;
}

#Content #Sidebar #Nav ul li
{
	text-align: center;
	color: rgb(135, 135, 135);
}

#Content #Sidebar #Nav ul li h3
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: white;
	padding: 5px;
	margin: 0;
	border-bottom: 1px dotted #CCC;
	background: rgb(135, 135, 135);
}

#Content #Sidebar #Nav .logout,
#Content #Sidebar #Nav .logout a
{
	font-size: 1em;
	font-weight: normal;
	text-align: right;
	padding: 5px;
	color: #333;
}

#Content #Sidebar #Nav .logout a:hover
{
	font-weight: bold;
}

#Content #Sidebar #Nav ul li a
{
	height: 20px;
	display: block;
	padding-top: 5px;
	color: rgb(135, 135, 135);
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 1px solid #CCC;
}

#Content #Sidebar #Nav ul li a.current,
#Content #Sidebar #Nav ul li a:hover
{
	background: url("../img/nav_hover.png") right center repeat-y;
}

#Content #Sidebar #Nav .shopNav
{
	margin-bottom: 0;
}

#Content #Sidebar #Cart
{
	padding: 5px 0 5px 0;
	text-align: center;
	color: white;
	background: rgb(100, 100, 100);
}

#Content #Sidebar #Cart a
{
	font-size: .85em;
	color: white;
}

#Content #Sidebar #Cart a:hover
{
	text-decoration: underline;
}

#Content #Sidebar #Search
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: rgb(75,75,75);
}

#Content #Sidebar #ContactInfo
{
	text-align: center;
	padding: 5px;
	padding-bottom: 0;
	border-top: 1px dotted #666;
	color: #555;
	background: url("../img/rc_search.gif") left bottom no-repeat;
}

#Content #Sidebar #ContactInfo p
{
	padding: 5px;
}

#Content #Sidebar #ContactInfo p a:hover
{
	text-decoration: underline;
}

#Content #Main
{
	width: 536px;
	position:relative;
	min-height: 340px;
	float: right;
	background: white;
}

#Content #Main #SubHeader
{
	height: 32px;
}

#Footer
{
	width: 536px;
	padding-top: 5px;
	float: right;
	color: white;
	text-align: center;
	background: url("../img/blue_bg.gif") center top repeat-y #999;
}

#Footer #Datajacks
{
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 25px;
	text-align: right;
	color: white;
	background: #999;
}

#Datajacks a
{
	color: white;
}

#Datajacks a:hover
{
	text-decoration: underline;
}

div.images
{
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}

#TabContainer
{
	width: 500px;
	margin: 5px auto;
}

	/**
	 * Start Table Defaults
	 */
	table
	{
		width: 500px;
		clear: both;
		margin: 5px auto;
		padding: 0;
		border: 1px solid #CFE5FF;
		border-right: 0;
		border-bottom: 0;
	}

	table th
	{
		padding: 5px;
		border-right: 1px solid rgb(75, 140, 240);
		border-bottom: 1px solid rgb(75, 140, 240);
		color: white;
		background: url("../img/blue_bg.gif") center center;
	}

	table td
	{
		padding: 5px;
		border-right: 1px solid #CFE5FF;
		border-bottom: 1px solid #CFE5FF;
	}

	table .actions
	{
		font-size: 1.1em;
		text-align: center;
		color: rgb(0, 75, 190);
	}

	table .actions form
	{
		display: inline;
		padding:0;
		margin:0;
		border: 0;
	}

	table .actions form input[type=button],
	table .actions form input[type=reset],
	table .actions form input[type=submit]
	{
		display: inline;
		font-size: 1em;
		cursor: pointer;
	}

	table .actions a,
	table .actions form input
	{
		margin: 5px auto;
	}

	table .actions a:hover,
	table .actions form input:hover,
	table .button:hover
	{
		text-decoration: underline;
	}

	table input.button,
	table input[type=button],
	table input[type=reset],
	table input[type=submit]
	{
		font-size: 1em;
		width: auto;
		padding: 0 2px;
		margin-top: 3px;
		cursor: pointer;
	}
	/**
	 * End Table Defaults
	 */
/**
 * End Site Defaults
 */

/** ---------------------------------------------------------------
 * Start Home Page
 */
#RefurbishAd
{
	text-align: center;
	margin: 5px auto;
}

#FlashTransition
{
	width: 497px;
	height: 190px;
	margin: 0 auto;
}
/**
 * End Home Page
 */

/** ---------------------------------------------------------------
 * Start AboutPage
 */
#AboutPage h5
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
}

#AboutPage p
{
	font-size: 1.2em;
	text-align: justify;
	text-indent: 15px;
	line-height: 1.4em;
	padding: 5px 10px 5px 10px;
}

/**
 * End AboutPage
 */

/** ---------------------------------------------------------------
 * Start RefurbishPage
 */
#RefurbishPage #Options h3
{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 5px 0;
}

#RefurbishPage #Options h4
{
	margin-top: 7px;
	margin-left: 10px;
	font-size: 1.4em;
	font-weight: bold;
}

#RefurbishPage #Options p
{
	display: block;
	font-size: 1.2em;
	margin-left: 50px;
	margin-right: 10px;
}

#RefurbishPage #Options p span
{
	color: #999;
}

#RefurbishPage #Pricing h4
{
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
	margin-left: 25px;
}

#RefurbishPage #Pricing h4 span
{
	display: block;
	font-size: .75em;
	color: rgb(110, 170, 255);
}

#RefurbishPage #Pricing h5
{
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	margin-left: 25px;
}

#RefurbishPage #Pricing ul
{
	width: 275px;
	margin-left: 25px;
}

#RefurbishPage #Pricing ul li
{
	font-size: 1.2em;
	padding: 2px;
	padding-left: 25px;
}

#RefurbishPage table.procedures
{
	margin: 25px auto;
	font-size: 1.2em;
}

#RefurbishPage table.procedures tr
{
}

#RefurbishPage table.procedures td,
#RefurbishPage table.procedures th
{
	padding: 5px;
}

#RefurbishPage table.procedures tr.even
{

}

#RefurbishPage table.procedures .title
{

}

#RefurbishPage table.procedures .price
{

}

#RefurbishPage table.procedures .description
{

}

#RefurbishPage table.procedures tr.total
{
	text-align: right;
	font-weight: bold;
	color: red;
}

	#RefurbishPage table.procedures tr.total .title
	{

	}

	#RefurbishPage table.procedures tr.total .price
	{

	}

#RefurbishPage table.procedures tr.savings
{
	text-align: right;
	font-weight: bold;
	color: green;
}

	#RefurbishPage table.procedures tr.savings .title
	{

	}

	#RefurbishPage table.procedures tr.savings .price
	{

	}

#RefurbishPage .images
{

}

#RefurbishPage .images h5
{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 5px 10px;
	margin-bottom: 0;
	border: 1px solid rgb(225, 235, 255);
	border-bottom: 0;
}

#RefurbishPage h1,#RefurbishPage h2,#RefurbishPage h3,#RefurbishPage h4,#RefurbishPage h5,#RefurbishPage h6,#RefurbishPage thead,#RefurbishPage caption
{
	color: rgb(0, 75, 190);
}
/**
 * End RefurbishPage
 */

/** ---------------------------------------------------------------
 * Start CitronixPage
 */
#CitronixPage ul.nav
{
	font-size: 1.1em;
	text-align: center;
	margin: 10px auto;
}

#CitronixPage ul.nav li
{
	display: inline;
}

#CitronixPage ul.nav li a
{
	font-weight: bold;
	color: rgb(0, 75, 190);
}

#CitronixPage ul.nav li a:hover
{
	text-decoration: underline;
}

#CitronixPage div
{
	text-align: center;
}

.citronixText
{
	font-size: 1.1em;
}

.citronixText p
{
	text-align: justify;
	line-height: 1.4em;
	clear: both;
	display: block;
	margin: 10px;
}

.citronixText p span
{
	font-weight: bold;
}

.citronixText p img
{
	text-align: left;
	margin: 5px 10px;
}

	#CitronixPage3 .citronixText
	{
		font-size: 1em;
		width: 375px;
		margin-left: 125px;
		margin-top: -200px;
	}

	/** Start CitronixPage4 */
	#CitronixPage4
	{
		padding-top: 200px;
		background: url("../img/citronix/connectivity1.jpg") top center no-repeat;
	}

	#CitronixPage4 #Connectivity.citronixText
	{
		width: 375px;
		margin-top: -90px;
		float: left;
		z-index: 5;
	}

	#CitronixPage4 #RemoteCommunication
	{
		z-index: 1;
	}

	#CitronixPage4 #RemoteCommunication img
	{
		float: left;
		z-index: 1;
	}

	#CitronixPage4 #RemoteCommunication .citronixText
	{
		width: 375px;
		float: left;
		margin-left: -75px;
		z-index: 2;
	}
	/** End CitronixPage4 */

	/** Start CitronixPage5 */
	#CitronixPage5 #PixelPlus .citronixText
	{
		width: 375px;
		padding-top: 50px;
		padding-left: 150px;
		background: url("../img/citronix/pixelplus.png") no-repeat left top;
	}
	/** End CitronixPage5 */

	/** Start CitronixPage6 */
	#CitronixPage6 #SmartClean
	{
		clear: both;
		z-index: 1;
	}

	#CitronixPage6 #SmartClean img
	{
		float: right;
		z-index: 1;
	}

	#CitronixPage6 #SmartClean .citronixText
	{
		width: 275px;
		float: left;
		z-index: 2;
	}

	#CitronixPdfLink
	{
		display: block;
		position: relative;
		top: 3px;
	}

	#CitronixPdfLink a
	{
		padding: 5px;
		padding-left: 22px;
		background: url("../img/adobe_reader.jpg") left center no-repeat;
	}
	/** End CitronixPage6 */
/**
 * End CitronixPage
 */

/** ---------------------------------------------------------------
 * Start RatesPage
 */
#RatesPage h1,#RatesPage h2,#RatesPage h3,#RatesPage h4,#RatesPage h5,#RatesPage h6,#RatesPage thead,#RatesPage caption
{
	color: rgb(0, 75, 190);
}

#RatesPage h3
{
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
}

#RatesPage h3 span
{
	display: block;
	font-size: .75em;
	font-weight: normal;
	color: rgb(80, 160, 255);
}

#RatesPage table
{
	width: 520px;
	margin: auto;
	margin-bottom: 10px;
	font-size: 1em;
}

#RatesPage table td
{
	font-size: 1.2em;
	text-align: justify;
	padding: 5px;
	padding-left: 10px;
}

#RatesPage table caption
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin: auto;
	padding-bottom: 3px;
}

#RatesPage table .description h4
{
	font-weight: bold;
	color: rgb(0, 75, 190);
}

#RatesPage table .description ul
{
	padding-left: 10px;
}

#RatesPage table .price
{
	width: 100px;
	padding-left: 10px;
}

#RatesPage table .nowrap
{
	font-weight: bold;
	color: rgb(0, 75, 190);
}
/**
 * End RatesPage
 */

/** ---------------------------------------------------------------
 * Start PricingPage
 */
#PricingPage h1,#PricingPage h2,#PricingPage h3,#PricingPage h4,#PricingPage h5,#PricingPage h6,#PricingPage thead,#PricingPage caption
{
	color: rgb(0, 75, 190);
}

#PricingPage p
{
	font-size: 1.2em;
	text-align: justify;
	margin: 10px;
}

#PricingPage table
{
	width: 525px;
	font-size: 1.2em;
	margin: 5px auto;
	border: 1px solid rgb(225, 235, 255);
	border-right: 0;
}

#PricingPage table caption
{
	text-align: center;
	margin: 5px auto;
	font-size: 1.4em;
	font-weight: bold;
}

#PricingPage table td,
#PricingPage table th
{
	padding: 5px;
	border-right: 1px solid rgb(225, 235, 255);
}

#PricingPage table td span
{
	font-size: .9em;
	color: rgb(40, 115, 225);
}

#PricingPage table .total
{
	text-align: right;
}

#PricingPage ul
{
	margin: 10px auto;
	padding-left: 50px;
	padding-right: 50px;
}

#PricingPage ul li
{
	margin: 10px auto;
	font-size: 1.2em;
	text-align: justify;
	list-style: disc;
}

#PricingPage ul li.options
{
	font-size: 1em;
	margin-left: -40px;
	list-style: none;
	color: rgb(40, 115, 225);
}

#PricingPage ul li.options h4
{
	font-size: 1.4em;
	font-weight: bold;
}

#PricingPage ul li span
{
	font-weight: bold;
}

/**
 * End PricingPage
 */

/** ---------------------------------------------------------------
 * Start CatalogPage
 */
#CatalogPage
{
	width: 500px;
	margin: auto;
}

#CatalogPage h1
{
	font-size: 2em;
	color: rgb(0, 75, 190);
	padding: 5px;
	text-align: center;
}

#CatalogPage p span a
{
	font-size:1.4em;
	font-weight:bold;
	color:green;
}

#CatalogPage p span a:hover
{
	text-decoration: underline;
}

table.product
{
	width: 500px;
	clear: both;
	margin: 5px auto;
	padding: 0;
	border: 1px solid #CFE5FF;
}

table.product:hover
{
	border-color: #77B3EF;
}

table.product td
{
	padding: 2px;
	border:0;
}

table.product img
{
	width: 50px;
}

table.product .productImage
{
	width: 70px;
	text-align: center;
}

table.product .productImage .button
{
	display: block;
	padding-top: 5px;
	font-weight: bold;
}

table.product .productDesc
{
	vertical-align: top;
}

table.product dt
{
	text-align: left;
	font-weight: bold;
}

table.product dt span
{
	display: inline;
	font-weight: normal;
}

table.product dd p
{
	text-align: justify;
	padding: 5px;
}

table.product dd span
{
	display: block;
	text-align: right;
	margin-top: 3px;
}

table.product .productAttr
{
	width: 100px;
	text-align: center;
	border-left: 1px solid #CFE5FF;
}

table.product .productAttr .price
{
	font-size: 1.1em;
	font-weight: bold;
}

table.product .productAttr .price span
{
	display: block;
	float: left;
	padding-left: 3px;
	font-weight: normal;
}

table.product .productAttr form
{
	padding: 0;
	margin: 0;
}

table.product .inStock,
table.product .outOfStock
{
	padding: 3px;
	margin: 5px auto;
	font-weight: bold;
	color: white;
	background: green;
}

table.product .outOfStock
{
	background: red;
}

/**
 * End CatalogPage
 */

/**
 * Start Customer Account
 */
#CustomerAccount
{
	width: 350px;
	margin: auto;
	padding-bottom: 10px;
}

#CustomerAccount span
{
	width:175px;
	display:block;
	float: left;
	font-size:1.2em;
	font-weight:bold;
	color: rgb(0, 100, 200);
}

#CustomerAccount p
{
	margin: 7px auto;
	font-size:1.1em;
	clear: left;
}

pre
{
	font-size:1.1em;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* html #CustomerAccount pre
{
	margin-left:2px;
}

#CustomerAccount .floatRight
{
	float:right;
}

#CustomerAccount h2
{
	color: rgb(0, 75, 190);
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
}

#CustomerAccount hr
{
	border-bottom: 1px solid rgb(0, 125, 255);
	margin: 5px auto;
}

#CustomerAccount form
{
	width: 90%;
	margin: auto;
}

#CustomerAccount form p
{
	text-align: right;
}
/**
 * End Customer Account
 */

/** ---------------------------------------------------------------
 * Start Cart and Checkout
 */

	/** ---------------------------------------------------------------
	 * Start Cart
	 */
	h3
	{
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		margin: 10px auto;
		color: rgb(0, 100, 200);
	}

	table .unitPrice
	{
		text-align: right;
		color: #666;
	}

	table .subTotal
	{
		text-align: right;
	}

	table .cartTotal
	{
		font-size: 1.2em;
		font-weight: bold;
		color: green;
	}

	table .cartTotal .label
	{
		text-align: right;
		border-right:0;
	}

	table .cartTotal .ammount
	{
		text-align: center;
	}

	p.action
	{
		font-size: 1.2em;
		text-align: center;
		margin: 10px auto;
	}
	/**
	 * End Cart
	 */

	/** ---------------------------------------------------------------
	 * Start Checkout
	 */
	.orderProcedures
	{
		width: 375px;
		margin: 25px auto;
	}
	.orderProcedures h3
	{
		padding: 5px;
		border-top: 1px solid;
	}
	.orderProcedures p
	{
		text-align: justify;
	}
	/**
	 * End Checkout
	 */

/**
 * End Cart and Checkout
 */


/** ---------------------------------------------------------------
 * Start AdminPages
 */

	/** ---------------------------------------------------------------
	 * Start DisplayProducts
	 */
	a#AddProduct
	{
		display: block;
		width: 125px;
		margin: 10px auto;
		padding: 5px;
		text-align: center;
		font-size: 1.5em;
		font-weight: bold;
		color: rgb(0, 90, 0);
		border: 2px solid rgb(0, 200, 10);
		background: rgb(0, 200, 10);
	}
	a#AddProduct:hover
	{
		border: 2px solid rgb(0, 90, 0);
	}
	/**
	 * End DisplayProducts
	 */

	/** ---------------------------------------------------------------
	 * Start DisplayAccounts
	 */
	table.account .address
	{
		white-space: nowrap;
	}
	table.account td
	{
		text-align: center;
	}
	/**
	 * End DisplayAccounts
	 */

/**
 * End AdminPages
 */






/** ------------------------------------------------------------------------------------------------------------------------------
 * --------------------------------------------------------------------------------------------------------------------------------
 * Start form area
 */
.formArea
{
	width:500px;
	margin:10px auto;
	padding:0;
}

.formArea p
{
	clear: both;
	padding:5px;
	margin:5px auto;
	font-size:1.2em;
}

.formArea .buttton
{
	border:1px solid #888;
	background-color: rgb(22%, 48%, 89%);
}

.formArea label
{
	width:150px;
	float:left;
}

.formArea input,
.formArea textarea
{
	font-size: 1.3em;
	padding: 3px;
	border:1px solid #888;
	background: rgb(239, 245, 255);
}

.formArea input[type=text],
.formArea input[type=password],
.formArea textarea
{
	width: 250px;
}

.formArea textarea
{
	height: 75px;
}


.formArea fieldset
{
	margin-top:20px;
	border:1px solid #dddcdc;
	padding:10px 25px 10px 25px;
}

.formArea legend
{
	font-weight:bold;
	margin-left:-15px;
	font-size:1.2em;
	color: rgb(0, 75, 190);
}

.formArea .radio input
{
	border:none;
	background-color:#fff;
}

.formArea .labelfix
{
	float:none;
	vertical-align:top;
}

.formArea .error
{
	margin-bottom: 10px;
	color: rgb(190, 0, 0);
	background: rgb(255, 240, 240);
	border: 1px solid;
	border-top: 0;
}
/**
 * End form area
 * --------------------------------------------------------------------------------------------------------------------------------
 * --------------------------------------------------------------------------------------------------------------------------------
 */

/** ------------------------------------------------------------------------------------------------------------------------------
 * Start Thickbox
 */
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
	#TB_window {
		font: 12px Arial, Helvetica, sans-serif;
		color: #333333;
	}

	#TB_secondLine {
		font: 10px Arial, Helvetica, sans-serif;
		color:#666666;
	}

	#TB_window a:link {color: #666666;}
	#TB_window a:visited {color: #666666;}
	#TB_window a:hover {color: #000;}
	#TB_window a:active {color: #666666;}
	#TB_window a:focus{color: #666666;}

	/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
	#TB_overlay {
		position: fixed;
		z-index:100;
		top: 0px;
		left: 0px;
		height:100%;
		width:100%;
	}

	.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
	.TB_overlayBG {
		background-color:#000;
		filter:alpha(opacity=75);
		-moz-opacity: 0.75;
		opacity: 0.75;
	}

	* html #TB_overlay { /* ie6 hack */
	     position: absolute;
	     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

	#TB_window {
		position: fixed;
		background: #ffffff;
		z-index: 102;
		color:#000000;
		display:none;
		border: 4px solid #525252;
		text-align:left;
		top:50%;
		left:50%;
	}

	* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

	#TB_window img#TB_Image {
		display:block;
		margin: 15px 0 0 15px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #666;
		border-left: 1px solid #666;
	}

	#TB_caption{
		height:25px;
		padding:7px 30px 10px 25px;
		float:left;
		font-weight:bold;
	}

	#TB_closeWindow{
		height:25px;
		padding:11px 25px 10px 0;
		float:right;
	}

	#TB_closeWindowButton{
		font-weight:bold;
		color:black;
	}

	#TB_closeWindowButton:hover{
		text-decoration:underline;
	}


	#TB_closeAjaxWindow{
		padding:7px 10px 5px 0;
		margin-bottom:1px;
		text-align:right;
		float:right;
	}

	#TB_ajaxWindowTitle{
		float:left;
		padding:7px 0 5px 10px;
		margin-bottom:1px;
	}

	#TB_title{
		background-color:#e8e8e8;
		height:27px;
	}

	#TB_ajaxContent{
		clear:both;
		padding:2px 15px 15px 15px;
		overflow:auto;
		text-align:left;
		line-height:1.4em;
	}

	#TB_ajaxContent.TB_modal{
		padding:15px;
	}

	#TB_ajaxContent p{
		padding:5px 0px 5px 0px;
	}

	#TB_load{
		position: fixed;
		display:none;
		height:13px;
		width:208px;
		z-index:103;
		top: 50%;
		left: 50%;
		margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	}

	* html #TB_load { /* ie6 hack */
		position: absolute;
		margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

	#TB_HideSelect{
		z-index:99;
		position:fixed;
		top: 0;
		left: 0;
		background-color:#fff;
		border:none;
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		height:100%;
		width:100%;
	}

	* html #TB_HideSelect { /* ie6 hack */
	     position: absolute;
	     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

	#TB_iframeContent{
		clear:both;
		border:none;
		margin-bottom:-1px;
		margin-top:1px;
		_margin-bottom:1px;
	}
/**
 * End Thickbox
 * --------------------------------------------------------------------------------------------------------------------------------
 * --------------------------------------------------------------------------------------------------------------------------------
 */
/** ------------------------------------------------------------------------------------------------------------------------------
 * Some Button Styles
 */
button
{
	cursor: pointer;
	font-weight: bold;
	background: #1E9F1D;
	color: white;
}
button:hover
{
	background: #008000;
}
.checkout-button
{
	float:right;
	margin-top:-10px;
	border:2px solid #008000;
}
.cart-button
{
	float:left;
	margin-top:-10px;
	border:2px solid #008000;
}
.submit-order-button
{
	padding:3px;
	border:2px solid #008000;
	font-size:1.2em;
}
.print-button
{
	border:2px solid #008000;
}

/** ------------------------------------------------------------------------------------------------------------------------------
 * End Some Button Styles
 */

.print  {background-color:#FFF;}
.clear	{clear:both !important;}
.left	{float:left !important;}
.right	{float:right !important;}
.center	{text-align:center !important;}
.odd	{background:url("../img/odd_row_bg.png") repeat-y left top;}
.even	{background:url("../img/even_row_bg.png") repeat-y left top;}
.nowrap	{white-space:nowrap !important;;}
.delete	{color: rgb(190, 0, 0) !important;;}
