* 
{
	padding:0;
	margin:0;
}

img
{
	border-width: 0px;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-image: url(../images/contentAreaBkgrdFull.jpg);
	background-repeat: repeat;
	background-position: center top;
}

h1
{
	font-family:"Trebuchet MS";
	font-size:24px;
	font-weight:normal;
}

h2
{
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:normal;
	margin:0px;
}

h3
{
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	margin:0px;
}

.blackBkgrd
{
	padding-left:10px;
	padding-top:3px;
	padding-bottom:5px;
	background-image: url(../images/blackBkgrd.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right:1px solid #999999;
}

.textfield 
{
	height: 14px;
	width: 111px;
	border:1px solid #9b9b9b;
	padding:1px 0 0 2px;
	font-size: 11px;
	color: #000000;
	float:left;
}

.textfield2 
{
	height: 18px;
	width: 140px;
	border:1px solid #9b9b9b;
	padding:4px 0 0 3px;
	font-size: 11px;
	color: #333333;
	float:left;
}

.textfield_search 
{
	height: 14px;
	width: 123px;
	padding:1px 0 0 2px;
	font-size: 11px;
	color: #000000;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9b9b9b;
	border-right-color: #9b9b9b;
	border-bottom-color: #9b9b9b;
}

.indexSearchStatus
{
    display: none;
}

body .ui-autocomplete
{
    width: 400px;
    background-color: #FFF;
    list-style: none;
    padding: 5px;
}


.noBold
{
	font-weight:normal;
}

.clear
{
	clear:both;
}

.homeVideoThumb
{
	width:195px;
	height:98px;
	margin-left:3px;
	margin-bottom:11px;
	position:relative;
}

.subVideoThumb
{
	width:188px;
	height:89px;
	margin-top:8px;
	position:relative;
}

.videoTourThumb
{
	width:245px;
	height:151px;
	margin-left:1px;
	margin-bottom:14px;
	position:relative;
}

.whiteBox
{
	background-color:#ffffff;
	border:1px #cccccc solid;
	padding:6px;
}

.subTitle
{
	font-size:14px;
	font-style: italic;
}

.subMed
{
	font-size:11px;
}

.subSmall
{
	font-size:10px;
}

.detailMenu
{
	width:auto;
	height:17px;
	font-size:10px;
}

.detailProduct
{
	width:188px;
	min-height:216px;
	border:1px #cccccc solid;
	vertical-align:top;
}

.pageNumber
{
	float:right;
	line-height:23px;
	margin-right:5px;
}

.perPage
{
	float:left;
	line-height:23px;
	margin-left:5px;
}

.footerSmall
{
	font-size:10px;
	font-weight:normal;
	color:#333333;
}

.footerLarge
{
	font-size:13px;
	color:#000000;
}

#main
{
	width:100%;
	height:auto;
	background-image: url(../images/contentAreaBkgrd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#container
{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#headerContainer
{
	width:100%;
	height:74px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/headerBkgrd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#header
{
	width:968px;
	height:74px;
	margin-left:auto;
	margin-right:auto;
}

#logo
{
	width:233px;
	height:69px;
	float:left;
}

#loginSearchArea
{
	width:565px;
	height:33px;
	margin-top:18px;
	float:right;
	background-image: url(../images/login-search-bkgrd.jpg);
	background-repeat: no-repeat;
}

#loggedInSearchArea
{
	width:332px;
	height:33px;
	margin-top:18px;
	float:right;
	background-image: url(../images/logout-search-bkgrd.jpg);
	background-repeat: no-repeat;
}

#loggedInContainer
{
	width:91px;
	height:17px;
	float:left;
	margin-top:7px;
	margin-left:62px;
	display: inline;
}

#searchContainer2
{
	width:168px;
	height:17px;
	float:left;
	margin-top:7px;

}

#searchContainer2 img
{
	width:19px;
	height:17px;
	float:left;
}

#loginContainer
{
	width:259px;
	height:17px;
	float:left;
	margin-top:7px;
	margin-left:53px;
	display: inline;
}

#searchContainer
{
	width:168px;
	height:17px;
	float:left;
	margin-top:7px;
	margin-left:74px;
}

#searchContainer img
{
	width:19px;
	height:17px;
	float:left;
}

#contentContainer 
{
	width:968px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#topNavContainer
{
	width:auto;
	height:39px;
}

#tagLine
{
	width:300px;
	height:39px;
	float:left;
}

#topNav
{
	width:355px;
	height:29px;
	float:right;
	color:#990000;
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
	text-align: right;
}

#topNav a
{
	text-decoration:none;
	color:#990000;
}

#topNav a:hover
{
	text-decoration:underline;
	color:#990000;
}

#mainContentContainer
{
	width:968px;
	height:auto;
}

#cartContainer
{
	width:968px;
	margin:5px auto;
	background-color: #ffffff;
}

#leftNavContainer
{
	width:154px;
	float:left;
}

#homeContent
{
	width:814px;
	height:auto;
	float:left;
}

#homeContent h2
{
	color:#ffffff;
}

#subContent
{
	width:812px;
	min-height:522px;
	float:left;
	background-color:#ffffff;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#cartContent
{
	width:965px;
	min-height:522px;
	float:left;
	background-color:#ffffff;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

* html #subContent 
{
	height: 522px;
}

.subscriptions #subContent 
{
	min-height: 810px;

}

* html .subscriptions #subContent 
{
	height: 810px;
}

.whyTrainingVOD #subContent 
{
	min-height: 575px;

}

* html .whyTrainingVOD #subContent 
{
	height: 575px;
}

#breadCrumbContainer
{
	width:795px;
	height:23px;
	float:left;
	background-image:url(../images/breadCrumbBkgrd.jpg);
	background-repeat: repeat-x;
	padding:7px 0 0 17px;
	font-size:11px;
	color:#ffffff;
}

#breadCrumbContainer a
{
	text-decoration:underline;
	color:#ffffff;
}

#breadCrumbContainer a:hover
{
	text-decoration:none;
	color:#ffffff;
}

#cartContent #breadCrumbContainer
{
	width: auto!important;
	float: none!important;
}
#subContentLeft
{
	width:508px;
	height:auto;
	float:left;
	padding:15px 19px 19px 19px;
}

#subContentFull
{
	width:775px;
	height:auto;
	float:left;
	padding:15px 19px 19px 19px;
}

#subContentLeft li
{
	/*list-style-position: inside;*/
	margin-left: 10px;
	list-style-image: url(../images/bullet.gif);

}

#subContentLeft ul, #subContentFull ul
{
	line-height:18px;
	margin:15px 0 0 0;
}

#subContentLeft p, #subContentFull p
{
	line-height:18px;
	margin-top:12px;
}

#subContentLeft .tableWhite, #subContentFull .tableWhite
{
	background-color:#ffffff;
}

#subContentLeft .tableGrey, #subContentFull .tableGrey
{
	margin-bottom:1px;
	background-color:#f4f4f4;
}

#subContentLeft .tableGreen, #subContentFull .tableGreen
{
	margin-bottom:1px;
	background-color:#D5FFCE;
}


#subContentLeft .tableDarkGrey, #subContentFull .tableDarkGrey
{
	margin:1px 0 1px 0;
	background-color:#dddddd;
}

#subContentLeft .table, #subContentFull .table
{
	border: 1px solid #CCCCCC;
	margin-top:20px;
}

#subContentLeft .total, #subContentFull .total
{
	margin-top:20px;
}

#subContentLeft a, #subContentFull a, #securityCallout a
{
	text-decoration:underline;
	color:#cc0000;
}

#subContentLeft a:hover, #subContentFull a:hover
{
	text-decoration:none;
	color:#cc0000;
}

#subContentLeft .red, #subContentFull .red
{
	font-size:14px;
	font-weight:bold;
	color:#990000;
}

#subContentLeft .black, #subContentFull .black
{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

#subContentLeft .white, #subContentFull .white
{
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}

#subContentLeft .columnRed, #subContentFull .columnRed
{
	background-color:#eebcaa;
}

#subContentLeft .columnBlue, #subContentFull .columnBlue
{
	background-color:#bed5db;
}

#subContentLeft .columnGreen, #subContentFull .columnGreen
{
	background-color:#c5e4a5;
}

#subContentLeft .columnRedBkgrd, #subContentFull .columnRedBkgrd
{
	background-image: url(../images/columnRedTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:111px;
	height:35px;
}

#subContentLeft .columnBlueBkgrd, #subContentFull .columnBlueBkgrd
{
	background-image: url(../images/columnBlueTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:111px;
	height:35px;
}

#subContentLeft .columnGreenBkgrd, #subContentFull .columnGreenBkgrd
{
	background-image: url(../images/columnGreenTop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width:111px;
	height:35px;
}

#subContentRight
{
	width:247px;
	height:auto;
	float:left;
	margin:19px 0 20px 0;
}

#subContentRightCart
{
	width:370px;
	height:auto;
	float:left;
	margin:19px 0 20px 0;
}

#subContentRight h3, #subContentRightCart h3
{
	color:#990000;
	text-transform:uppercase;
	font-weight:bold;
	padding:9px 0 6px 13px;
}

#subContentRight h3 a
{
	color:#990000;
	text-decoration: none;
}

#courseDetailVideo
{
	width:400px;
	height:335px;
	margin-top:20px;
	margin-right:17px;
	float:left;
	position:relative;
}

#subDetailVideo
{
	width:184px;
	height:138px;
	margin-top:20px;
	margin-right:17px;
	float:left;
	position:relative;
}

#courseVideoRight
{
	width:304px;
	height:auto;
	margin-top:20px;
	float:left;
}

#courseVideoRight p
{
	margin:0px;
}

#courseDetails
{
	width:508px;
	height:auto;
	margin-top:30px;
	float:left;
}

.tabcourses 
{
	float: left;
	clear: both;
	padding: 3px 4px 3px 0px;
}

.tabcourses img 
{
	float: left;
	margin: 0 10px 0 0;
}

#tabs .greyBox
{
	width:467px;
	height:auto;
	border: 1px solid #cccccc;
	background-color: #f4f4f4;
	padding: 1px 0 1px 4px;
}

#tabs
{
	width:100%;
	height:auto;
}

#tabs-1 p
{
	margin:0 0 5px 0;
}

#videoCallout
{
	width:247px;
	height:229px;
	background-image: url(../images/videoCalloutBkgrd.jpg);
	background-repeat: no-repeat;
	margin-bottom:5px;
}

#videoCallout p
{
	margin-left:15px;
}

#subscriptionsCallout
{
	width:247px;
	height:219px;
	background-image: url(../images/subscriptionsCalloutBkgrd.jpg);
	background-repeat: no-repeat;
}

#purchaseCallout
{
	width:247px;
	height:268px;
	background-image: url(../images/purchaseCalloutBkgrd.jpg);
	background-repeat: no-repeat;
}

#subscriptionsCallout p, #purchaseCallout p, #securityCallout p
{
	margin:9px 15px 0 15px;
	line-height:16px;
}

#subscriptionsCallout .red, #purchaseCallout .red, #securityCallout .red
{
	font-size:11px;
	color:#cc0000;
}

#flashContainer
{
	width:814px;
	height:270px;
}

#mostPopular
{
	width:806px;
	height:auto;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:3px;
	background-color:#ffffff;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* Rounded Corners IE Fix */
/* End Rounded Corners IE Fix */

#mostPopularA
{
	width:201px;
	height:217px;
	float:left;
	background-image: url(../images/homeVideoBkgrd-1.jpg);
	background-repeat: no-repeat;
	margin-right:1px;
}

#mostPopularB
{
	width:200px;
	height:217px;
	float:left;
	background-image: url(../images/homeVideoBkgrd-2.jpg);
	background-repeat: no-repeat;
	margin-right:1px;
}

#mostPopularC
{
	width:200px;
	height:217px;
	float:left;
	background-image: url(../images/homeVideoBkgrd-2.jpg);
	background-repeat: no-repeat;
	margin-right:1px;
}

#mostPopularD
{
	width:202px;
	height:217px;
	float:left;
	background-image: url(../images/homeVideoBkgrd-3.jpg);
	background-repeat: no-repeat;
}

#mostPopular h3
{
	color:#990000;
	margin-left:15px;
	margin-top:12px;
	margin-bottom:5px;
	text-transform:uppercase;
	font-weight:bold;
}

#mostPopular p
{
	font-size:11px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:11px;
}

#footerContainer
{
	width:968px;
	height:39px;
	margin-top:23px;
	margin-bottom:20px;	
}

#footerLeft
{
	width:372px;
	height:22px;
	background-image: url(../images/footerBkgrdImg.gif);
	background-repeat: no-repeat;
	margin-left:154px;
	float:left;
	font-size:10px;
	color:#333333;
	padding-top:7px;
	display: inline;
}

#footerLeft a
{
	text-decoration:none;
	color:#333333;
}

#footerLeft a:hover
{
	text-decoration:underline;
	color:#333333;
}

#footerRight
{
	width:429px;
	height:auto;
	float:right;
	color:#990000;
	font-size:11px;
	font-weight:bold;
	padding-top:7px;
	text-align: right;
}

#footerRight a
{
	text-decoration:none;
	color:#990000;
}

#footerRight a:hover
{
	text-decoration:underline;
	color:#990000;
}


/*menu styles*/

ul#menu, ul#menu ul 
{
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul#menu a 
{
	font-family:"Trebuchet MS";
	width: auto;
	display: block;
	text-decoration: none;	
	color: #000;	
	font-size: 14px;
}

ul#menu li/*, ul#menu li.active*/
{
	background: url(../images/menu_bg_closed.png) top left no-repeat;
	width: auto;
	min-height: 23px;
	padding: 6px 0 0 0;
}

* html ul#menu li 
{
	height: 23px;
}

ul#menu li.expanded
{
	background: url(../images/menu_bg_open.png) top left no-repeat;
	width: auto;
	min-height: 23px;
	padding: 6px 0 0 0;
}

ul#menu li a
{
	font-family:"Trebuchet MS";
	background: url(../images/menu_arrow_inactive.gif) 9px 50% no-repeat;
	padding: 0px 0px 2px 22px;
	color: #000;	
	font-size: 14px;
}


ul#menu li a:hover, ul#menu li.active a, ul#menu li.active a:hover, ul#menu li.activenonexpand a, ul#menu li.activenonexpand a:hover
{
	font-family:"Trebuchet MS";
	background: url(../images/menu_arrow_active.gif) 9px 50% no-repeat;
	padding-left: 22px;
	color: #cc0000;
	font-size: 14px;
}

ul#menu li ul 
{
	background: url(../images/menu_expanded_background.png) bottom left no-repeat;
	padding:5px 0 8px 0;
}

ul#menu li ul.small 
{
	background: url(../images/menu_expanded_small_background.png) bottom left no-repeat;
	padding:5px 0 8px 0;
}

ul#menu li ul.subscriptions 
{
	background: url(../images/menu_expanded_small_background.png) bottom left no-repeat;
	padding:5px 0 8px 0;
}

ul#menu li ul li
{
	background: none;
	width: auto;
	min-height: 16px;
	padding: 2px 0 2px 2px;
}

ul#menu li ul li a, ul#menu li.active ul li a
{
	font-family:Arial, Helvetica, sans-serif;
	background: none;
	color: #000;	
	font-size: 11px;
}

ul#menu li ul li a:hover, ul#menu li.active ul li a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	background: none;
	color: #cc0000;
	font-size: 11px;
	text-decoration: underline;
}

ul#menu li.activeunderline ul li a, ul#menu li.activeunderline ul li a:hover 
{
	font-family:Arial, Helvetica, sans-serif;
	background: none;
	color: #cc0000;
	font-size: 11px;
	text-decoration: underline;
}

ul#menu li ul li.activeunderline a, ul#menu li ul li.activeunderline a:hover 
{
	font-family:Arial, Helvetica, sans-serif;
	background: none;
	color: #cc0000;
	font-size: 11px;
	text-decoration: underline;
}

.slideshow 
{
	float: left;
	width:814px;
	height:270px;
	position: relative;
	background: url(../images/homeRotate/slide_bg_default.jpg) center top no-repeat;
}

.HomeRotate 
{
	display: none;
}

/* rotating styles */
#HomeRotate1.HomeRotate 
{
	width: 814px;
	height: 270px;
	background: transparent url(../images/homeRotate/slide_bg_1.jpg) center top no-repeat;
	position: relative;
}

#HomeRotate2.HomeRotate 
{
	width: 814px;
	height: 270px;
	background: transparent url(../images/homeRotate/slide_bg_2.jpg) center top no-repeat;
	position: relative;
}

#HomeRotate3.HomeRotate 
{
	width: 814px;
	height: 270px;
	background: transparent url(../images/homeRotate/slide_bg_3.jpg) center top no-repeat;
	position: relative;
}

#HomeNavigation 
{
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 75px;
	height: 25px;
	background: transparent;
}

a.homeNavAnchor 
{
	display: block;
	float: left;
}

#HomeRotateNav1, #HomeRotateNav2, #HomeRotateNav3 
{
	float: left;
	width: 27px;
	height: 25px;
}

#HomeRotateNav2 
{
	width: 21px;
}

#HomeRotateNav1 a, #HomeRotateNav2 a, #HomeRotateNav3 a 
{
	width: 27px;
	height: 25px;
}

#HomeRotateNav2 a 
{
	width: 21px;
}

#HomeRotateNav1 
{
	background: transparent url(../images/homeRotate/nav_1.png) center top no-repeat;	
}

#HomeRotateNav1.homeActive 
{
	background: transparent url(../images/homeRotate/nav_1_active.png) center top no-repeat;	
}

* html #HomeRotateNav1 
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/homeRotate/nav_1.png',sizingMethod='scale');
	background: none;
}

* html #HomeRotateNav1.homeActive 
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/homeRotate/nav_1_active.png',sizingMethod='scale');
	background: none;
}

#HomeRotateNav2
{
	background: transparent url(../images/homeRotate/nav_2.png) center top no-repeat;	
}

#HomeRotateNav2.homeActive 
{
	background: transparent url(../images/homeRotate/nav_2_active.png) center top no-repeat;	
}

* html #HomeRotateNav2
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/homeRotate/nav_2.png',sizingMethod='scale');
	background: none;
}

* html #HomeRotateNav2.homeActive 
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/homeRotate/nav_2_active.png',sizingMethod='scale');
	background: none;
}

#HomeRotateNav3
{
	background: transparent url(../images/homeRotate/nav_3.png) center top no-repeat;	
}

#HomeRotateNav3.homeActive 
{
	background: transparent url(../images/homeRotate/nav_3_active.png) center top no-repeat;	
}

* html #HomeRotateNav3
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/homeRotate/nav_3.png',sizingMethod='scale');
	background: none;
}

* html #HomeRotateNav3.homeActive 
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/homeRotate/nav_3_active.png',sizingMethod='scale');
	background: none;
}

.homeRotateVidTour 
{
	float: right;
	color: #a35d0f;
	font-family: "Trebuchet MS", Helvetical, Sans-Serif;
	font-size: 18px;
}

.homeRotateContent 
{
	width: 418px; 
	float: right;
	text-align: center;
	padding-right: 38px;
}

a.orange, a.orange:hover 
{
	text-decoration: underline;
	text-transform: uppercase;
	color: #cc6600;
}

.homeTourMaroon 
{
	color: #660000;
	margin: 50px auto 5px auto;
	font-weight: bold;
}

.homeTourBlue 
{
	margin: 50px auto 5px auto;
	color: #012244;
	font-weight: bold;
	
}

.homeTourMBlue 
{
	color: #3399cc;
	font-family: "Trebuchet MS", Helvetical, Sans-Serif;
}

.homeTourLBlue 
{
	color: #4c636e;
	font-family: "Trebuchet MS", Helvetical, Sans-Serif;
}

.largest 
{
	font-size: 34px;
}

.upper 
{
	text-transform: uppercase;
}

.larger 
{
	font-size: 24px;
}

img.lmore
{
	margin-top: 10px;
}

img.cplan 
{
	margin-top: 20px;
}

a.homeTourPointer 
{
	width: 55px; 
	height: 43px;
	text-decoration: none;
	float: right;
}

.homeTourWelcome 
{
	width: auto; 
	overflow: hidden;
	height: 1%;
	padding-top: 8px;
	text-align: right;
}

.homeTourBlack 
{
	font-size: 12px;
	border-bottom: 1px dotted #000;
	padding: 0 3px;
	color: #000;
	font-family: "Trebuchet MS", Helvetical, Sans-Serif;	
}

a.homeTourLink, a.homeTourLink:hover 
{
	color: #ba0000;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetical, Sans-Serif;	
	text-decoration: none;
}

.homeTourRed 
{
	color: #ba0000;
	font-size: 15px;
	font-family: "Trebuchet MS", Helvetical, Sans-Serif;	
}

label.watermark{
	position:absolute; 
	top:0; 
	left:0;
	margin: 1px 0 0 4px;;
	font-size: 11px;
	background-color: #ffffff;
}

#loginContainer div{
	position:relative;
}

.catlistitem{
	margin-top: 8px;
	border:1px solid #cccccc;
	/*height: 200px;*/
}
.catlistitem h2{
	margin: 3px;
	font-weight: bold;
}
.thumbwrapper{
	float: left;
	position: relative;
	width:180px;
	text-align: center;
}
.catdesc{
	padding: 0px 1px;
	float:left;
	width:305px;
}
.catdesc p{
	margin: 0!important;
	padding: 0;
	height: 85px;
}
.grey{
	background-color: #F4F4F4;
	padding: 3px;
}
.searchlist{
	margin-bottom: 10px!important;
}
.searchlist li{
	
	margin: 3px 0;
}

.vidplayer{
	width:400px;
	height: 300px;
	background-image: url(../images/detailThumbnail.jpg);
}

.notification {
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	border: 1px solid;
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	font-size: 13px;
	width: 99.8%;
}
                

.attention {
	background: #fffbcc url('../images/exclamation.png') 10px 11px no-repeat;
	border-color: #e6db55;
	color: #666452;
}

.information {
	background: #dbe3ff url('../images/information.png');
	border-color: #a2b4ee;
	color: #585b66;
}

.success {
	background: #d5ffce url('../images/tick_circle.png');
	border-color: #9adf8f;
	color: #556652;
}

.error {
	background: #ffcece url('../images/cross_circle.png');
	border-color: #df8f8f;
	color: #665252;
}

.notification div {
	display:block;
	font-style:normal;
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.notification .close {
	color:#990000;
	font-size:9px;
	position:absolute;
	right:5px;
	top:5px;
}
#chatFloat{
	width: 100px;
	padding: 5px;
	border: 1px solid #e2e2e2;
	position: relative;
	top: 10px;
	left: 20px;
	background-color: #ffffff;
	
}

#securityCallout{
	border:1px solid #cccccc;
}

#securityCallout ul{
	margin-left: 30px;
}

#AuthorizeNetWrapper{
	width: 100px;
	margin: 10px auto;
}

.stbutton{
	margin:9px 15px 0;
	
}

#cartprogress{
	margin: 10px auto;
	width: 805px;
}

#prevtxt{
	padding: 10px 10px 10px 36px;
	line-height: 1.5em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 5px;
	background: #dbe3ff url('../images/information.png');
	background-position: 10px 11px !important;
	background-repeat: no-repeat !important;
	border: 1px solid #a2b4ee;
	color: #585b66;
	margin: 15px 0;
}

.couponentry{
	background-color:#F4F4F4;
	padding: 5px;
	margin:5px 0;
	width: 250px;
}
#jumpwrap{
	border: 1px solid #cccccc; 	
	padding: 3px;
}
#jumpwrap select{
	width: 500px;
}
