﻿
/*specific buttons*/
.btn_findAStore .replacement
{
	width: 160px;
	height: 24px;
	background: url(/images/buttons/click_through_to_find_a_store.jpg) no-repeat top left;
}

.btn_fullSize .replacement
{
	width: 65px;
	height: 24px;
	background: url(/images/buttons/Button_FullSize.jpg) no-repeat top left;
}

.btn_sourceCardApplyNow .replacement
{
	width: 77px;
	height: 23px;
	background: url(/images/buttons/Sourcecard_Apply_Now_Button.jpg) no-repeat top left;
}

.btn_add .replacement
{
	width: 47px;
	height: 24px;
	background: url(/images/buttons/Button_Add.jpg) no-repeat top left;
}
.btn_backToPreviousPage .replacement
{
	width: 160px;
	height: 24px;
	background: url(/images/buttons/Back_To_Previous_Page_Button.jpg) no-repeat top left;
}

.btn_Available_At_All_Stores .replacement
{
	width: 177px;
	height: 24px;
	background: url(/images/buttons/Available_At_All_Stores_Button.jpg) no-repeat top left;
}

.btn_viewCatalogue .replacement
{
	width: 177px;
	height: 24px;
	background: url(/images/buttons/View_Catalogue_Button.jpg) no-repeat top left;
}

.btn_largeView .replacement
{
	width: 101px;
	height: 24px;
	background: url(/images/buttons/Button_LargeView.jpg) no-repeat top left;
}

.btn_next .replacement
{
	width: 62px;
	height: 24px;
	background: url(/images/buttons/Button_Next.jpg) no-repeat top left;
}

.btn_previous .replacement
{
	width: 77px;
	height: 24px;
	background: url(/images/buttons/Button_Previous.jpg) no-repeat top left;
}

.btn_printThisPage .replacement
{
	width: 118px;
	height: 24px;
	background: url(/images/buttons/Button_PrintThisPage.jpg) no-repeat top left;
}

.btn_catalogueHome .replacement
{
	width: 118px;
	height: 24px;
	background: url(/images/buttons/Catalogue_Home.jpg) no-repeat top left;
}

.btn_kphotoClickThroughForMoreInformation .replacement
{
	width: 187px;
	height: 23px;
	background: url(/images/buttons/kphoto_click_through_for_more_info_button.jpg) no-repeat top left;
}

.containerPrev
{
    float:left;
    position:relative;
    width:77px;
    height:24px;
}

.containerNext
{
    position:relative;
    float:right;
    width:62px;
    height:24px;
}

.containerViewSize
{
    position:relative;
    height:24px;
    width:166px;
    margin-left:120px;
    
}

.containerView
{
    float:left;
    position:relative;
    width:101px;
    height:24px;
}

.containerPrint
{
    position:relative;
    float:left;
    width:118px;
    height:24px;
}

.containerSize
{
    position:relative;
    float:right;
    width:65px;
    height:24px;
}

.containerClickThroughForMoreInfo
{
    position:relative;
    float:right;
    width:187px;
    height:24px;
}
.buttonContainer
{
    display: block;
    height: 24px;
    margin: 10px 0 10px 0;
    clear: both;
}




