﻿/*** Defalt Behaviours ***/
/* Standard Button */
a.butt 
{
	float:left;
	padding:0;
	margin:0;
	background-repeat:no-repeat;
	background-position:left;
	height:18px;
	cursor:pointer;
}
a.butt span
{
    display:none;
}
a.butt:hover
{
	background-position:right;
}
a.butt[disabled]
{
	opacity:.3;
	-moz-opacity:.3;
	filter:alpha(opacity = 30);
	cursor:auto;
}
a.butt[disabled]:hover
{
	background-position:left;
}
/* Text Button */
a.tbutt 
{
	float:left;
	height:16px;
	line-height:16px;
	border:1px solid #91C640;
	background-color:#FFF;
	color:#666;
	text-align:center;
	text-decoration:none;
	padding:0 4px 0 4px;
}
a.tbutt:hover
{
	background-position:right;
	background-color:#91C640;
	color:#FFF;
}
a.tbutt[disabled]
{
	opacity:.3;
	-moz-opacity:.3;
	filter:alpha(opacity = 30);
	cursor:auto;
}
a.tbutt[disabled]:hover
{
	background-position:left;
	background-color:#FFF;
}
/* Green Button */
a.greenbutt 
{
	height:18px;
	line-height:18px;
	border:1px solid #91C640;
	background-color:#91C640;
	color:#FFF;
}
a.greenbutt:hover
{
	background-color:#FFF;
	border:1px solid #91C640;
	color:#91C640;	
}
/* Three Stage Button */
a.tsbutt
{
	float:left;
	padding:0;
	margin:0;
	background-repeat:no-repeat;
	background-position:left;
	cursor:pointer;
}
a.tsbutt span
{
    display:none;
}
a.tsbutt:hover, input.tsbutt:hover
{
	background-position:top center;
}
a.tsbutt:active, input.tsbutt:active
{
    background-position:top right;
}
a.tsbutt[disabled], input.tsbutt[disabled]
{
	opacity:.3;
	-moz-opacity:.3;
	filter:alpha(opacity = 30);
	cursor:auto;
}
a.tsbutt[disabled]:hover, input.tsbutt[disabled]:hover
{
	background-position:left;
}
a.tsbutt[disabled]:active, input.tsbutt[disabled]:active
{
	background-position:left;
}
/** Paging **/
a.pagefirst
{
    width:10px;
	height:20px;
	background-image:url(../images/buttons/first.png);
}
a.pageprevious
{
    width:64px;
	height:20px;
	background-image:url(../images/buttons/previous.png);
}
a.pagenext
{
    width:42px;
	height:20px;
	background-image:url(../images/buttons/next.png);
}
a.pagelast
{
    width:10px;
	height:20px;
	background-image:url(../images/buttons/last.png);
}
/* MiniCart */
a.mc_up
{
    width:200px;
    height:12px;
    background-image:url(../images/header/minicart/buttons/mc_up.png);
    float:left;
}
a.mc_down
{
    width:200px;
    height:12px;
    background-image:url(../images/header/minicart/buttons/mc_down.png);
    float:left;
}
/* MiniWishlist */
a.mw_up
{
    width:156px;
    height:12px;
    background-image:url(../images/PD/buttons/lp_up.png);
    float:left;
}
a.mw_down
{
    width:156px;
    height:12px;
    background-image:url(../images/PD/buttons/lp_down.png);
    float:left;
}
/* MiniMailOrdert */
a.mm_up
{
    width:200px;
    height:12px;
    background-image:url(../images/header/minicart/buttons/mc_up.png);
    float:left;
}
a.mm_down
{
    width:200px;
    height:12px;
    background-image:url(../images/header/minicart/buttons/mc_down.png);
    float:left;
}
/* Product List */
#pl_right div.prodt a.pl_addtocart
{
    width:18px;
    height:18px;
    background-image:url(../images/PL/buttons/thumbaddtocart.png);
    position:absolute;
    top:164px;
    right:10px;
}
#pl_right div.prodd a.pl_addtocart
{
    height:20px;
    position:absolute;
    bottom:7px;
    right:9px;
    line-height:18px;
	border:1px solid #91C640;
	background-color:#91C640;
	padding:0 4px 0 4px;
	color:#FFF;
	padding:0 4px 0 4px;
}
#pl_right div.prodd a.pl_addtocart span
{
    display:inline;
}
#pl_right div.prodd a.pl_addtocart:hover
{
    background-color:#FFF;
	border:1px solid #91C640;
	color:#91C640;	    
}
/* PD*/
a.addtowishlist{margin:3px 0 0 0; padding-left:18px; background:url(../images/PD/buttons/wishlistbg.png) no-repeat left top;}
a.addtowishlist:hover{background-position:left bottom;}
/*views*/
a.thumbview
{
    width:29px;
    height:18px;
    margin:1px 0 0 4px;
    background-image:url(../images/PL/buttons/thumbview.png);  
}
a.detailview
{
    width:29px;
    height:18px;
    margin:1px 0 0 4px;
    background-image:url(../images/PL/buttons/detailview.png);  
}
a.activeview
{
    background-position:center;
}
/* Alternate Views */
a.zoom
{
    width:53px;
    height:18px;
    background-image:url(../images/PD/buttons/zoom.png);
    position:absolute;
    bottom:4px;
    right:4px;
    z-index:20;
}
a.av_left
{
    width:10px;
    height:82px;
    background-image:url(../images/PD/buttons/av_left.png);
    float:left;
}
a.av_right
{
    width:10px;
    height:82px;
    background-image:url(../images/PD/buttons/av_right.png);
    float:right;
}
/* Linked Products */
a.lp_up
{
    width:156px;
    height:12px;
    background-image:url(../images/PD/buttons/lp_up.png);
    float:left;
}
a.lp_down
{
    width:156px;
    height:12px;
    background-image:url(../images/PD/buttons/lp_down.png);
    float:left;
}
a.lp_addtocart
{
    width:18px;
    height:18px;
    background-image:url(../images/PL/buttons/thumbaddtocart.png);
    position:absolute;
    top:56px;
    right:0;
}
/* Recently Viewed */
a.rv_left
{
    width:10px;
    height:120px;
    background-image:url(../images/common/rv/rv_left.png);
    float:left;
}
a.rv_right
{
    width:10px;
    height:120px;
    background-image:url(../images/common/rv/rv_right.png);
    float:right;
}
a.rv_addtocart
{
    width:18px;
    height:18px;
    background-image:url(../images/PL/buttons/thumbaddtocart.png);
    position:absolute;
    bottom:4px;
    right:4px;
}


