/*************************
 Buttons with dynamic text
 **************************/

.dynamicButton
{
	height: 24px;
	padding: 5px;
	position: relative;
}

.leftSideButton
{
	background: transparent url(../images/Buttons/leftOrangeBtn.gif) no-repeat;
	width: 4px;
	height: 24px;
	float: left;
}
 
.middleButton
{
	background: transparent url(../images/Buttons/midGradientBtn.gif) repeat-x;
	height: 24px; 
	float: left;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	margin: 0px;
	text-align: center;
}
 
.rightSideButton
{
	background: transparent url(../images/Buttons/rightGradientBtn.gif) no-repeat;
	width: 8px;
	height: 25px;
	float: left;
}

.leftSideButtonBlue
{
	background: transparent url(../images/Buttons/blueButtonLeft.gif) no-repeat;
	width: 3px;
	height: 26px;
	float: left;
}
 
.middleButtonBlue
{
	background: transparent url(../images/Buttons/blueButtonMid.gif) repeat-x;
	height: 26px; 
	float: left;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	margin: 0px;
	text-align: center;
}

.middleButtonBlue p
 {
 margin-top:7px;
 width:140px;
 *width:auto;
 }
 
.rightSideButtonBlue
{
	background: transparent url(../images/Buttons/blueButtonRight.gif) no-repeat;
	width: 6px;
	height: 26px;
	float: left;
}

.dynamicButton.disabled .leftSideButton
{
	background: transparent url(../images/Buttons/leftGreyBtn.gif) no-repeat;
}

.dynamicButton.disabled .middleButton
{
	background: transparent url(../images/Buttons/midGreyBtn.gif) repeat-x;
	cursor: default;
}

.dynamicButton.disabled .rightSideButton
{
	background: transparent url(../images/Buttons/rightGreyBtn.gif) no-repeat;
}

/* blocks the buttons link if button containers disabled class */

.disableElement
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: black;
	display: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dynamicButton.disabled .disableElement
{
	display: block;
}

/* older disabled button styles */

.leftSideGreyButton
{
	background: transparent url(../images/Buttons/leftGreyBtn.gif);
	width: 4px;
	height: 24px;
	float: left;
}
 
.middleGreyButton
{
	background: transparent url(../images/Buttons/midGreyBtn.gif) repeat-x;
	height: 24px; 
	float: left;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	margin: 0px;
}
 
.rightSideGreyButton
{
	background: transparent url(../images/Buttons/rightGreyBtn.gif);
	width: 4px;
	height: 24px;
	float: left;
}
 
/* just stuff */
 
.noButtonPadding
{
	margin: 0;
	padding: 0;
}

.noTopBottomPadding
{
	padding-top: 0;
	padding-bottom: 0;
}

 
/***********************

Dynamic Blue Container

***********************/
 
/*** if you want to set specific width/height of container, override width style from this class ***/
div.shorexBlueContainer
{
	width: 800px;
	border: 1px solid #17B0D0;
	background: #17B0D0 url(../images/Common/bkgdGradientBlue.gif) repeat-x scroll top left;
	padding: 10px;
}

/*** and set a height in this class ***/

div.shorexBlueContainer_inner
{
	background: transparent url(../images/Frames/shorexContainer_innerBottom.gif) repeat-x scroll bottom left;
	padding: 10px;
}

div.shorexBlueContainer_outer
{
	background: white url(../images/Frames/shorexContainer_innerTop.gif) repeat-x scroll top left;	
}

div.shorexBlueContainer_left
{
	background: transparent url(../images/Frames/shorexContainer_innerLeft.gif) repeat-y scroll top left;	
}

div.shorexBlueContainer_right
{
	background: transparent url(../images/Frames/shorexContainer_innerRight.gif) repeat-y scroll top right;
}

div.shorexBlueContainer .bottomFrameSpace
{
	height: 50px;
}

.lightbluebg
{
	background-color: #D1EFF7;
}
 
.padding15
{
 	padding: 15px;
}
 

.proceedToCheckoutArrow
 {
 float:left;
 margin-top:6px;
 margin-right:5px;
 margin:6px 5px 0px 3px;
 }

.checkoutCalloutBtn
 {
 margin-left:10px;
 margin-bottom:10px; 
 }

.checkoutButtonListPage
 {
  float:left;
  margin-left:0px;
  margin-top:-1px;
  width:200px;
 } 