/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
div.search_tags, div.search_tags a, div.search_tags a:visited
	{
	color:							#660000;
	margin-bottom:					10px;
	text-decoration:				none;
	font-weight:					bold;
	}
div.search_tags a:hover, div.search_tags a:visited:hover
	{
	text-decoration:				underline;
	}
.pnavi
	{
	background-color: 				#EEE9DE;
	border:							solid 1px #EEE9DE;
	padding:						5px 10px;
	}
.pnavi:hover
	{
	background-color: 				#EEE9DE;
	border:							solid 1px black;
	}
.pnavi a:hover, .pnavi a, .pnavi a:visited:hover
	{
	text-decoration:				none;
	}

.categoryHeading
	{
	font-size: 11px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(../../images/fabtastic/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(../../images/fabtastic/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(../../images/fabtastic/marker.png) no-repeat;
} 
   
  
/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
body, html
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 0 auto;
	background: #747474;
	}
td, th
	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
	}
#container 
	{
	/*position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 0px;*/
	}
#center
	{
	/*overflow: auto;
	position: absolute;
	left: 50%;
	margin-left: -500px;*/
	margin: 0 auto;
	width: 1000px;
	}	
h1, h2
	{
	font-size:		18px;
	margin-top:		0px;
	margin-bottom:	20px;
	line-height: 	20px;
	}
h2
	{
	font-size:		14px;
	margin-top:		0px;
	margin-bottom:	20px;
	}
input, textarea
	{
	border: 1px solid silver;
	}


/**
 * Anchors
 */
a
	{
	color: #333333;
	text-decoration: none;
	}
a:hover 
	{
	color: #333333;
	text-decoration: underline;
	}
a:visited
	{
	color: #918f8f;
	text-decoration: none;
	}
a:visited:hover
	{
	color: #333333;
	text-decoration: underline;
	}
a.menu
	{
	color: #333333;
	text-decoration: none;
	}
a.menu:hover 
	{
	color: #333333;
	text-decoration: underline;
	}
a.menu:visited
	{
	color: #333333;
	text-decoration: none;
	}
a.menu:visited:hover
	{
	color: #333333;
	text-decoration: underline;
	}
a.blue
	{
	color: #0033cc; 
	text-decoration: none;
	}
a.blue:hover
	{
	color: #0033cc; 
	text-decoration: underline;
	}
a.white, a.white:visited
	{
	color: #ffffff; 
	text-decoration: none;
	}
a.white:hover
	{
	color: #ffffff; 
	text-decoration: underline;
	}
.link_confirmation
	{
	color:#0033CC;
	}
.link_confirmation:hover
	{
	color:#0033CC;
	text-decoration:underline;
	}
/**
 * Global classes
 */
.small
	{
	font-size: 10px;
	}
.normal
	{
	font-size: 11px;
	}	
.large
	{
	font-size: 13px;
	}	

.left 
	{
	text-align: left;
	}
.bleft
	{
	float:			left;
	}
.bright
	{
	float:			right;
	}
.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #f1f1f1;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}


img{
	border:0;
}



FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}


SPAN.breadcrumb, SPAN.breadcrumb a {
	font-size: 11px;
  	color: #737373;
  	font-family: Verdana, sans-serif;
}

TD.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #b6b7cb;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #666666;
  height:17px;
  color: #ffffff;
  text-align: left;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  height:17px;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: 4px solid;
  background: #939393; 
  border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #939393; 

}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
	color: #000000;
	/*text-decoration: underline;*/
}

A.pageResults:hover {
  color: #BD015E;
  /*background: #FFFF33;*/
  text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #f0a480;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #f1f1f1;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #FF0000;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.5;
 background-color: #939393;
 border: 1px solid;
 border-color: #939393;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #939393; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: green; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #939393;
	width: 185px;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 20px;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
a.categorie_c
	{
	color: black; 
	display: block;
	background: white;
	text-decoration: none;
	padding: 0;
	font-weight:		bold;
	}
a.categorie
	{
	color: black; 
	display: block;
	background: white;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	font-weight:		bold;
	}
a.categorie_c:hover
	{
	color: white;
	display: block;
	background: #691D0D;
	text-decoration: none;
	padding: 0;
	font-weight:		bold;
	}
a.categorie:hover
	{
	color: white;
	display: block;
	background: #691D0D;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	font-weight:		bold;
	}
a.categorie:visited
	{
	color: #737373; 
	display: block;
	background: white;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	font-weight:		bold;
	}
a.categorie_c:visited
	{
	color: #737373; 
	display: block;
	background: white;
	text-decoration: none;
	padding: 0;
	font-weight:		bold;
	}
a.categorie:visited:hover
	{
	color: white; 
	display: block;
	background: #691D0D;
	text-decoration: none;
	padding: 2px 0px 2px 10px;
	font-weight:		bold;
	}
a.categorie_c:visited:hover
	{
	color: white; 
	display: block;
	background: #691D0D;
	text-decoration: none;
	padding: 0;
	font-weight:		bold;
	}
a.categorie_active
	{
	color: white; 
	display: block;
	background: #691d0d;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	}
a.categorie_active:hover
	{
	color: #691d0d; 
	display: block;
	background: #eee9de;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	}
a.categorie_active:visited
	{
	color: white; 
	display: block;
	background: #691d0d;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	}

#CatNavi
	{
	list-style-type:		none;
	padding:				0;
	margin:					0;
	}
a.main_categorie
	{
	color: 					#691d0d; 
	display: 				block;
	background: 			#eee9de;
	text-decoration: 		none;
	padding: 				5px 0px 5px 5px;
	border-top:				4px solid white;
	font-weight:			bold;
	}
a.main_categorie:hover,
a.main_categorie:visited:hover
	{
	color: 					white; 
	display: 				block;
	background: 			#691D0D;
	text-decoration: 		none;
	padding: 				5px 0px 5px 5px;
	border-top:				4px solid white;
	}
a.main_categorie_active
	{
	color: white; 
	display: block;
	background: #691d0d;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border:1px solid #691d0d;
	}
a.main_categorie_active:hover
	{
	color: #691d0d; 
	display: block;
	background: #eee9de;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border:1px solid #eee9de;
	}


a.main2_categorie
	{
	color: #737373; 
	display: block;
	background: white;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border:1px solid #737373;
	}
a.main2_categorie:hover,
a.main2_categorie:visited:hover
	{
	color: white; 
	display: block;
	background: #691d0d;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border:1px solid #691d0d;
	}
a.main2_categorie_active
	{
	color: #691d0d; 
	display: block;
	background: white;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border:1px solid #691d0d;
}
a.main2_categorie_active:hover
	{
	color: white; 
	display: block;
	background: #691d0d;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border:1px solid #691d0d;
	}

a.design_board
	{
	color: #1b16b1; 
	text-decoration: none;
	}
a.design_board:hover
	{
	color: #1b16b1; 
	text-decoration: none;
	}
	
a.design_board_black
	{
	color: #000000; 
	text-decoration: none;
	}
a.design_board_black:hover
	{
	color: #000000; 
	text-decoration: none;
	}
	
	
	#basic, #animated {
    border:1px solid #c3daf9;
    color:#1e4e8f;
    font:bold 14px tahoma,verdana,helvetica;
    text-align:center;
    padding-top:20px;
}
#snap {
    border:1px solid #c3daf9;
    overflow:hidden;
}
#custom {
    cursor:move;
}
#custom-rzwrap{
    z-index: 100;
}
#custom-rzwrap .x-resizable-handle{
    width:11px;
    height:11px;
    background:transparent url(../../resources/images/default/sizer/square.gif) no-repeat;
    margin:0px;
}
#custom-rzwrap .x-resizable-handle-east, #custom-rzwrap .x-resizable-handle-west{
    top:45%;
}
#custom-rzwrap .x-resizable-handle-north, #custom-rzwrap .x-resizable-handle-south{
    left:45%;
}

#ie6_msg {
display: none;
}
.clear-after:after {content: "."; display: block; clear: both; height: 0; visibility: hidden;}
.clear-after {display: inline-block;}
* html .clear-after {height: 1px;}
.clear-after {display: block;}
.right
	{
	float:					right;
	}
.left
	{
	float:					left;
	}
.topnavborder
	{
	border-left:			solid 4px #747474;
	}
div.pageWestSearch
	{
	padding:				8px 0;
	background-color:		transparent;
	width:					350px;
	}
div.pageWest div.pageWestSearch input.pageWestSearchInput
	{
	float:					right;
	height:					15px;
	margin-right:			10px;
	width:					168px;
	}
div.pageWest div.pageWestSearch input.pageWestSearchSubmit
	{
	background-color: 		#888888;
	color:					white;
	cursor:					pointer;
	float:					right;
	text-transform:			uppercase; 
	width:					56px;
	}
.search
	{
	padding-top:			7px;
	}
.searchInput
	{
	float:					left;
	height:					12px;
	margin-right:			10px;
	width:					168px;
	padding:				2px 0;
	}
.searchSubmit
	{
	background-color: 		white;
	border:					solid 1px silver;
	color:					black;
	cursor:					pointer;
	float:					left;
	text-transform:			uppercase; 
	width:					70px;
	padding:				1px 0;
	}
a.account, a.account:visited
	{
	/*border: solid 1px red;*/
	border-left:			4px solid #666666;
	background-color:		white;
	color:					#666666;
	font-weight:			bold;
	font-size:				11px;
	padding: 				10px 15px;
	}
a.account:hover, a.account:visited:hover
	{
	background-color:		#95e0c7;
	color:					white;
	text-decoration:		none;
	}
div.pageToolbar
	{
	padding-left:			14px;
	height:					34px;
	border-top:				solid 4px #666666;
	border-bottom:			solid 4px #666666;
	}
div.pageToolbarUserActions
	{
	width:					580px;;
	float:					right;
	}
/*
div.pageToolbarUserActions
	{
	background-color:		white;
	border-top:				solid 4px #747474;
	border-bottom:			solid 4px #747474;
	}
*/
a.UserActionButton, a.UserActionButton:visited
	{
	color:					#666666;
	background-color:		white;
	/*border:					1px solid white;*/
	display:				block;
	float:					right;
	font-weight:			bold;
	height:					18px;
	/*margin-left:			8px;*/
	overflow:				hidden;
	padding:				8px 24px 8px 24px;
	text-decoration:		none;
	}
a.UserActionButton:hover, a.UserActionButton:visited:hover
	{
	background-color:		white;
	/*border:					1px solid #691D0D;*/
	color:					#95e0c7;
	float:					right;
	font-weight:			bold;
	height:					18px;
	overflow:				hidden;
	padding:				8px 24px 8px 24px;
	text-decoration:		none;
	}
a.ShippingUserActionButton, a.ShippingUserActionButton:hover, a.ShippingUserActionButton:visited, a.ShippingUserActionButton:visited:hover
	{
	font-size:				11px;
	padding:				8px 30px;
	background-image:		url(../../templates/vision/img/btn_checkout.gif);
	background-repeat:		no-repeat;
	background-position: 	84px -2px
	}
a.ShoppingCartUserActionButton, a.ShoppingCartUserActionButton:hover, a.ShoppingCartUserActionButton:visited, a.ShoppingCartUserActionButton:visited:hover
	{
	font-size:				11px;
	padding:				2px 24px 2px 50px;
	line-height:			14px;
	height:					20px;
	background-image:		url(../../templates/vision/img/cart_logo.gif);
	background-repeat:		no-repeat;
	background-position: 	3px 0px
	}
a.ShoppingCartUserActionButton span
	{
	font-size:				10px;
	}
/*
a.ShippingUserActionButton, a.ShippingUserActionButton:hover, a.ShippingUserActionButton:visited, a.ShippingUserActionButton:visited:hover
	{
	font-size:				11px;
	padding:				8px 50px 8px 24px;
	background-image:		url(../../templates/vision/img/btn_checkout.gif);
	background-repeat:		no-repeat;
	background-position: 	84px -2px
	}
a.ShoppingCartUserActionButton, a.ShoppingCartUserActionButton:hover, a.ShoppingCartUserActionButton:visited, a.ShoppingCartUserActionButton:visited:hover
	{
	font-size:				11px;
	padding:				2px 24px 2px 50px;
	line-height:			14px;
	height:					30px;
	background-image:		url(../../templates/vision/img/cart_logo.gif);
	background-repeat:		no-repeat;
	background-position: 	4px 0px
	}
a.ShoppingCartUserActionButton span
	{
	font-size:				10px;
	}
*/
div.AccountUserActionButton
	{
	font-size:				11px;
	color:					#666666;
	background-color:		white;
	/*border:					1px solid white;*/
	display:				block;
	float:					right;
	font-weight:			bold;
	height:					30px;
	line-height:			15px;
	/*margin-left:			8px;*/
	overflow:				hidden;
	padding:				2px 24px 2px 24px;
	text-decoration:		none;
	}
div.AccountUserActionButton a, div.AccountUserActionButton a:visited
	{
	color:					#666666;
	text-decoration:		none;
	}
div.AccountUserActionButton a:hover, div.AccountUserActionButton a:visited:hover
	{
	color:					#95e0c7;
	}
a.sactivep, a.sactivep:visited
	{
	background-color:		#691D0D;
	color:					white;
	}

