
a:link, a:visited
{
    color: #808080;
    text-decoration: none;
}

a:hover
{
    color: #2d3062;
    text-decoration: none;
}

body, td
{
    font: 14px 'Trebuchet MS',Arial,Helvetica,sans-serif;
}

img.icon
{
    vertical-align: middle;
}

div.clear 
{
    clear: both;
}



/* #################

    MISC STYLES
    
   ################# */
   

fieldset 
{
    border: none;
    margin: 0px;
    padding: 0px;
}



/* #################

    SHOPPING CART
    
   ################# */
   
table.shopping-cart
{
    width: 100%;
}

table.shopping-cart tr.header 
{
    background-color: #e2e2e2;
}

table.shopping-cart tr.row0
{
    background-color: #ffffff;
}

table.shopping-cart tr.row1
{
    background-color: #f4f4f4;
}

table.shopping-cart tr.no-items td
{
    font-style: italic;
    text-align: center;
}

table.shopping-cart th.item
{
    
}

table.shopping-cart th.quantity
{
    text-align: right;
    vertical-align: top;
    width: 13%;
}

table.shopping-cart th.unit-price
{
    text-align: right;
    vertical-align: top;
    width: 13%;
}

table.shopping-cart th.total
{
    text-align: right;
    vertical-align: top;
    width: 13%;
}


table.shopping-cart td.item
{
    vertical-align: top;
}

table.shopping-cart td.item span.remove-link
{
    font-size: 8pt;
}

table.shopping-cart td.item span.name
{
    font-weight: bold;
}

table.shopping-cart td.item span.description
{
    font-size: 8pt;
}

table.shopping-cart td.quantity
{
    text-align: right;
    vertical-align: top;
}

table.shopping-cart td.quantity input.quantity
{
    text-align: right;
}

table.shopping-cart td.unit-price
{
    text-align: right;
    vertical-align: top;
}

table.shopping-cart td.total
{
    text-align: right;
    vertical-align: top;
}

div.shopping-cart-toolbar
{
    margin-top: 12px;
    text-align: right;
}

div.mini-cart
{
    background-color: #efefef;
    border: 1px solid #aaaaaa;
    font-size: 8pt;
    line-height: 16px;
    margin-top: 8px;
    padding: 4px;
    margin-left: 25px;
    text-align: center;
    width: 132px;
}

div.mini-cart img 
{
    border: none;
    vertical-align: middle;
}




/* #################

    PRODUCTS
    
   ################# */

table.product-listing
{
    width: 100%;
}

table.product-listing tr.row0 
{
    background-color: #ffffff;
}

table.product-listing tr.row1
{
    background-color: #f4f4f4;
}

table.product-listing tr.row0 td, 
table.product-listing tr.row1 td
{
    border-bottom: 1px solid #d0d0d0;
}

table.product-listing td.preview
{
    text-align: center;
    vertical-align: top; 
    width: 10%;
}

table.product-listing td.details
{
    vertical-align: top;
}

table.product-listing td.unit-price
{
    text-align: right; 
    vertical-align: top; 
    width: 12%;
}


/* #################

    CHECKOUT STYLES
    
   ################# */
 
   
fieldset legend.heading
{
    font-size: 12pt;
    font-weight: normal;
    padding-bottom: 2px;
    padding-top: 8px;
}

fieldset.form-toolbar 
{
    margin-top: 16px;
    text-align: center;
}

table.checkout-data
{
    width: 100%;
}

table.checkout-data td.label
{
    width: 25%;
}

td.label label.error
{
    color: #ff0000;
}

/* VALIDATION ERRORS */

label.error {
    color: #ff0000 !important;
}

div.validation-errors {
	background-color: #FFDFDF;
	border-top: 1px solid #ff9f9f;
	border-bottom: 1px solid #ff9f9f;
	margin-bottom: 8px;
	padding: 8px 4px;
}

div.validation-errors ol {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.validation-errors img {
	vertical-align: middle; 
}


/* FLASH MESSAGE */

div.flash-message {
	background-color: #e4ffcf;
	border-bottom: 1px solid #8fdf53;
	border-top: 1px solid #8fdf53;
	line-height: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px 8px;
}

div.flash-message img {
	vertical-align: middle;
}



/* CHECKOUT LOGIN */

table.checkout-login
{
    width: 100%;
}

table.checkout-login td.column
{
    background-color: #e9e9e9;
    border: 1px solid #c9c9c9;
    vertical-align: top;
    width: 50%;
}

table.checkout-login td.column h3
{
    font-weight: normal;
    margin-top: 0px;
}

































a.button, span.button, del.button{
	
	display:-moz-inline-box;
	display:inline-block;
	cursor:pointer;
	border:none;
    font-size:0;
    line-height:0;
    
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	background-position:0 0;
	background-repeat:no-repeat;
	height:30px;
	text-decoration:none;
	color:#2e523b;
	font-style:normal;
	margin:0 6px 0px 0;
	padding:0 10px 0 0;	
	vertical-align:middle;	
	
    padding-top:-2px;
	_position:relative;
	_width:10px;	
	_overflow-y:hidden;
}



a.button, span.button, del.button,
a.button span, span.button button, span.button input, del.button span{
    background-image:url(/images/form_buttons.png);
    _background-image:url(/images/form_buttons.gif);
}


a.button span, span.button button, span.button input, del.button span{
	
	white-space:nowrap;
	cursor:pointer;
    color:#222;
	display:-moz-inline-box;
	display:inline-block;
	line-height:1;
    letter-spacing:0 !important;
    font-family:"Arial" !important;
    font-size:12px !important;
    font-style:normal;    
    background-color:transparent;
	background-position:100% 0;
	background-repeat:no-repeat;
	height:30px;
	padding:8px 20px 0 10px;
	margin:0 -16px 0 10px;
	border:none;
	vertical-align:text-top;
	zoom:1;
	_position:relative;
    _padding-left:0px;
	_padding-right:12px;
	_margin-right:-10px;	
	_display:block;
	_top:0;
	_right:-5px;
	
}


span.button button{
   line-height:2.5;/*Opera need this*/
}

html.safari a.button span, 
html.safari del.button span{
  line-height:1.3;
}

html.safari span.button button{
  line-height:2.6;
}

html.safari a.button:focus,
html.safari span.button button:focus{
    outline:none;
}



del.button{
	/* cursor:not-allowed;	*/
	background-position:0 -120px;
	
}

del.button span{
	cursor:default;
    color:#aaa !important;
	background-position:100% -120px;
}


span.button button, span.button input{
	padding-top:0px;
	line-height:2.5;/*Opera need this*/
}


/** optional **/
/*
a.button:visited{
	color:#aaa;
}
*/


/*Hover Style*/

a.button:hover, 
span.button:hover,
a.button:focus, 

a.dom-button-focus, 
span.button-behavior-hover{
	background-position:0 -60px;
	color:#222;
	text-decoration:none;
}





a.button:hover span, 
span.button:hover button, 
a.button:focus span, 

span.button-behavior-hover button, 
span.button-behavior-hover input{
	background-position:100% -60px;
}


a.button:active, a.button:focus span{
	color:#444;
}




del.button-behavior-hover, del.button:hover{
	background-position:0 -180px;
	/* cursor:not-allowed; */
}


del.button-behavior-hover span, del.button:hover span{
	background-position:100% -180px;
	/* cursor:not-allowed; */
	
}

div.category-box
{
	/*border: 1px solid #bbbbbb;*/
    float: left; 
    margin-right: 8px;
	margin-bottom: 8px;
    padding: 4px;
    text-align: center;
    width: 218px;
}

div.category-box a.link
{
    font-size: 16px;
    font-weight: bold;
}




/*Optional hack for IE6 to simulate :hover selector*/

/*
	This hack causes Safari to stop processing CSS directives from this file; it should go last
*/

span.button button, del.button span, span.button input{


	
	_behavior:expression(
		(function(el){

			if( typeof( behavior_onMouseEnter) == 'undefined'){

				
				behavior_onMouseEnter = function(el){
					
					var dEl = this.parentNode;					
					var sClass = dEl.className ;
					dEl.__defaultClassName = sClass ;
					dEl.className = sClass + ' button-behavior-hover';	
					this.setCapture();
				};

				behavior_onMouseLeave = function(el) {
					var dEl = this.parentNode;
					dEl.className = dEl.__defaultClassName ;
					dEl.__defaultClassName = undefined;
					this.releaseCapture();
				};


			};
			
			
			el.runtimeStyle.behavior = 'none';
			el.onmouseenter = behavior_onMouseEnter;
			el.onmouseleave = behavior_onMouseLeave;
			
			
		})(this));




}
